2017-06-06 Paul Franklin * gramps/gen/const.py, gramps/version.py: make official 5.0.0-alpha2 release 2017-06-06 Paul Franklin * NEWS: update NEWS for 5.0.0-alpha2 release 2017-06-05 Zdeněk Hataš * po/cs.po: czech translation update 2017-06-04 John Ralls * mac/gramps.bundle: Update gramps.modules for Python3.6. 2017-06-04 John Ralls * mac/Info.plist, mac/gramps.modules: Update versions for gramps v5.0.0-alpha2. 2017-05-31 Nick Hall * gramps/gen/lib/test/date_test.py: Add unit tests for empty dates 2017-05-31 prculley * gramps/gen/lib/date.py: Text-only dates are sometimes not exported in XML Fixes #10062. 2017-06-04 Josip * gramps/gui/clipboard.py: EOFError [Ran out of input] in Clipboard (#411) [EOFError: Ran out of input] for Clipboard when you drag and drop the bolded lines in selected tabs of Person Edit Attempt to drag and drop any of the "bolded lines" in the Events or Names tabs into the clipboard window. The unbolded lines drag and drop ok. Fixes #8788. 2017-06-04 Matti Niemelä * po/fi.po: update Finnish translation 2017-06-04 vantu5z * po/ru.po: update Russian translation 2017-06-03 Paul Franklin * po/ar.po, po/es.po, po/he.po, po/pt_PT.po, po/ro.po, po/sk.po, po/sq.po, po/sr_Latn.po, po/vi.po: correct the "Language" field in some translations 2017-06-02 Josip * gramps/gui/editors/displaytabs/gallerytab.py: Crash after dragging multiple items from clipboard to gallery I copied 7 items from the Media List to the clipboard. I then opened a Person, and dragged one Media Item to the Gallery. I then clicked and dragged to highlight the remaining 6 items at once. On dragging them to the gallery, it crashed. 2989475: ERROR: grampsapp.py: line 145: Unhandled exception Traceback (most recent call last): File "C:\Program Files\GrampsAIO64-4.2.5\gramps\gui\editors\displaytabs\gallerytab.py",line 475, in drag_data_received (mytype, selfid, obj, row_from) = pickle.loads(sel_data.get_data()) ValueError: too many values to unpack (expected 4) Fixes #9984. 2017-05-28 Josip * gramps/gui/clipboard.py: Cannot drag & drop textual value via clipboard Allows dnd of textual values from clipboard and shows icon of target-type during dragging instead of row image, except for text target shows actual text as drag icon. Fixes #7532. 2017-05-28 Josip * gramps/gui/views/listview.py, gramps/gui/widgets/interactivesearchbox.py: Quick search with Czech characters -> Crash Crash happen when checking for "event.string" in "treeview_keypress" function in "gramps/gui/widgets/interactivesearchbox.py" Note that https://lazka.github.io/pgi-docs/Gdk-3.0/classes/EventKey.html#Gdk.EventKeysays it is deprecated and should never be used. Gdk.keyval_to_unicode return the corresponding unicode character, or 0 if there is no corresponding character. Fixes #9130. 2017-06-03 Paul Franklin * po/gramps.pot: new gramps.pot translation template for gramps50 2017-06-03 Paul Franklin * gramps/gui/viewmanager.py: remove accelarators/mnemonics from non-top-level menu items https://github.com/gramps-project/gramps/commit/59cced2bc622201a577d8dfba373b3a7fcf3daf5#commitcomment-22310331 2017-06-02 Nick Hall * gramps/gen/config.py, gramps/gui/grampsgui.py: Comment out beta warning rather than change config setting 2017-06-02 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 10049: Narrated Web Report options reorganization 2017-05-31 John Ralls * gramps/gen/datehandler/_dateparser.py: 8366: February 29th invalid date in Julian dual-dated leap year 2017-05-31 Nick Hall * gramps/plugins/db/bsddb/read.py: Fix get_gramps_ids method to return a list of str 2017-05-30 Nick Hall * gramps/gen/db/dummydb.py: Fix DummyDb errors after a cancelled database upgrade 2017-05-30 Nick Hall * gramps/plugins/db/bsddb/upgrade.py, gramps/plugins/db/bsddb/write.py: Database upgrade to convert default handle to str 2017-05-30 vantu5z * po/ru.po: update Russian translation (fixes for [add->new] menu translations) 2017-05-30 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/dummydb.py, gramps/gen/db/generic.py, gramps/gen/filters/rules/test/event_rules_test.py, gramps/gen/filters/rules/test/family_rules_test.py, gramps/gen/filters/rules/test/media_rules_test.py, gramps/gen/filters/rules/test/note_rules_test.py, gramps/gen/filters/rules/test/person_rules_test.py, gramps/gen/filters/rules/test/place_rules_test.py, gramps/gen/filters/rules/test/repository_rules_test.py, gramps/gen/proxy/cache.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/proxybase.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/db/bsddb/cursor.py, gramps/plugins/db/bsddb/read.py, gramps/plugins/db/bsddb/test/cursor_test.py, gramps/plugins/db/bsddb/write.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/test/db_test.py, gramps/plugins/importer/importprogen.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/tool/check.py, gramps/plugins/tool/removeunused.py, gramps/plugins/webreport/narrativeweb.py: Convert handle type to str in the database API (#405) The mixed type of handles has been a constant source of bugs. Converting them all to str in the database API should make maintenance easier. The key to BSDDB tables must still be bytes in the database layer. 2017-05-29 prculley * gramps/gui/glade/editdate.glade: 8366: February 29th invalid date in Julian dual-dated leap year 2017-05-29 Leonhaeuser * po/de.po: Update German translation 2017-05-24 vantu5z * po/ru.po: update Russian translation 2017-05-28 Nick Hall * gramps/gui/views/listview.py, gramps/plugins/lib/libpersonview.py: 9229: Use the term "Delete" instead of "Remove" The term "Delete" should be used when an object is deleted from the database. The term "Remove" should be used when an object is removed from a list, but not actually deleted. 2017-05-25 Leonhaeuser * po/de.po: Update German translation 2017-05-24 Nick Hall * gramps/gen/config.py: Disable development warning message 2017-05-22 Paul Franklin * gramps/gui/dbloader.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importvcard.py: restore missing (since January) "import statistics" dialog 2017-05-22 Paul Franklin * gramps/gui/dbloader.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importvcard.py: Revert "restore missing (since January) "import statistics" dialog" This reverts commit c3fb9c0c4e1e0e13fea3bf1a8afcf4aa8988cf16. 2017-05-22 Paul Franklin * gramps/gui/dbloader.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importvcard.py: restore missing (since January) "import statistics" dialog 2017-05-22 Zdeněk Hataš * po/cs.po: czech translation update 2017-05-20 Paul Franklin * po/ar.po: merge translation with current template 2017-05-19 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 10033: Note isn't included on CIR when it is attached to a name 2017-05-16 vantu5z * po/ru.po: update Russian translation 2017-05-16 Sam Manzi * gramps/gui/viewmanager.py: Feature:New global [Add]>[New] menu with Keybindings (#281) Usability improvement, allows using the Menu [Add]>[New] or global keyboard shortcut(keybinding) to add [New] entries Supports: Adding [New] records for: * Person * Family * Event (default=Custom/Unknown)(Leave blank for unknown / enter letters for custom) * Place * Source * Citation * Repository * Media * Note 2017-05-16 Sam Manzi * gramps/plugins/view/relview.py: Bug8723: Missing [edit buttons] in relationship view (#391) Shows edit-Buttons by default only if familytree is not readonly 2017-05-15 Paul Culley * gramps/plugins/textreport/detdescendantreport.py: bug 6664; fix Detailed Descendent Report, multi paths to descendent (#386) where the descendent ends up in different generations at the same time 2017-05-15 Paul Culley * gramps/gen/proxy/filter.py: bug 6130; fix export filtering (#380) 2017-05-15 Nick Hall * gramps/gui/selectors/baseselector.py: Remove trailing whitespace 2017-05-15 Nick Hall * gramps/gui/selectors/baseselector.py: Remove trailing whitespace 2017-05-15 Nick Hall * gramps/plugins/test/tools_test.py, gramps/plugins/tool/testcasegenerator.py: 10039: Fix unit tests that use the test case generator The keys() method of a dictionary returns its keys in an arbitrary order. These must be sorted to provide deterministic results for unit tests. 2017-05-15 Nick Hall * gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/selectors/baseselector.py: Revert bugs #8785 and #9700 Expanding tree selectors by default caused performance issues. The expanded person selector also made it more difficult to select a specific person in some circumstances. GEPS 041 has been created to discuss a better selector design. 2017-05-15 vantu5z * po/ru.po: update Russian translation 2017-05-14 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2017-05-14 Paul Franklin * po/POTFILES.in: add two recently-created files to POTFILES.in 2017-05-14 Leonhaeuser * po/de.po: Update German translation 2017-05-14 Alois Poettker * po/de.po, po/gramps.pot: Extend ReorderIDs-II DE translation. (#395) 2017-05-13 Serge Noiraud * gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_withinarea.py, gramps/gen/filters/rules/test/place_rules_test.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/widgets/__init__.py, gramps/gui/widgets/placewithin.py: FR10020: Add "within km/miles/degree" filter (#382) 2017-05-13 Alois Poettker * gramps/plugins/tool/reorderids.glade, gramps/plugins/tool/reorderids.py, po/POTFILES.in: Extend ReorderIDs-II functionality. (#383) 2017-05-13 Serge Noiraud * gramps/plugins/webreport/narrativeweb.py: Narrative web features: 5592 + 5408 + 10031 (#389) * Feature: 5592 show more details + 5408 children dates * NarrativeWeb: another translation problem. * Narrativeweb: different locales. * Feature 10031: maps not displaying all events 2017-05-11 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2017-05-11 Nick Hall * gramps/plugins/test/imports_test.py: 10039: Fix imports test for non-US locales 2017-05-11 vantu5z * po/ru.po: update Russian translation 2017-05-11 Nick Hall * gramps/test/test/test_util_test.py: Use with-block when writing to file 2017-05-11 Nick Hall * gramps/test/test/test_util_test.py, gramps/test/test_util.py: Remove TestLogger and associated unit test This is not used anywhere. In current python versions, basicConfig is called automatically when there is no root handler. It is easy to add a FileHandler if required. 2017-05-11 Nick Hall * gramps/test/test_util.py: Ignore log messages during unit test capture 2017-05-10 Paul Franklin * gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: add gramps-ID option to DAR and DDR text reports 2017-05-11 Nick Hall * gramps/test/test_util.py: Revert "Increase logging level during unit tests" This reverts commit 709f3a33d5704d04490316efbe9ea5f1719bea7c. 2017-05-10 Nick Hall * gramps/test/test_util.py: Increase logging level during unit tests 2017-05-10 Nick Hall * : Merge pull request #385 from prculley/report_test 2017-05-04 prculley * gramps/plugins/test/reports_test.py: pylint improvements on report_test 2017-05-04 prculley * gramps/plugins/test/reports_test.py: Fix reports test to run under Unit-test and other environments Originally run correctly only under nose; under unit-test failed to find anything to do. Also was selecting wrong test file. 2017-05-10 Nick Hall * gramps/plugins/test/exports_test.py, gramps/plugins/test/reports_test.py, gramps/plugins/test/tools_test.py: Suppress extraneous output in unit tests 2017-05-09 Nick Hall * gramps/gen/lib/test/merge_test.py: Rename unit test that has now been implemented 2017-05-09 Nick Hall * gramps/gen/lib/test/merge_test.py: Comment out some tests that have not yet been implemented This will prevent nosetest running them. 2017-05-09 Nick Hall * gramps/gui/logger/test/rotate_handler_test.py, gramps/plugins/db/bsddb/test/cursor_test.py, gramps/plugins/db/bsddb/test/reference_map_test.py: Remove test suite functions These cause nosetest to run duplicate tests. 2017-05-09 vantu5z * po/ru.po: update Russian translation 2017-05-08 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/descendreport.py: add gramps-ID option to Ancestor and Descendant text reports 2017-05-08 Nick Hall * .travis.yml: Do not run tests in the test directory The tests in the GrampsLogger directory should be moved into gramps/gui/logger/test, but mainly duplicate the existing rotate handler test. 2017-05-08 Nick Hall * gramps/gui/editors/test/__init__.py, gramps/plugins/db/dbapi/test/__init__.py, gramps/plugins/test/__init__.py, gramps/test/test/__init__.py: Add missing __init__.py in test directories 2017-05-07 Paul Franklin * gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py: convert existing reports to use the new stdoptions gramps-ID option 2017-05-07 Paul Franklin * gramps/gen/plug/report/stdoptions.py: add a new gramps-ID option to stdoptions 2017-05-07 Paul Franklin * gramps/cli/plug/__init__.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py: tweak some None tests 2017-05-05 Sam Manzi * gramps/gen/soundex.py: Fix bug 9975 Incorrect SoundEx result (#388) 2017-05-05 Sam Manzi * gramps/plugins/db/dbapi/postgresql.py: Fix syntax error postgresql (#387) 2017-05-05 Sam Manzi * CONTRIBUTING: Mention translation URLs in Contribute (#381) 2017-05-05 Paul Culley * gramps/plugins/export/exportxml.py: bug 9445; fix XML export of notes so lead/trail spaces are preserved (#379) 2017-05-05 Serge Noiraud * gramps/plugins/webreport/narrativeweb.py: 10012 : Save defaults for different Narrative Web report websites (#375) 2017-05-05 Serge Noiraud * gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: add the date-format option to narrativeweb and webcal. (#374) 2017-05-04 John Ralls * mac/Imaging-Freetype2.patch, mac/Pillow-tk-setup.patch, mac/gramps.modules: Update Mac moduleset dependencies. 2017-05-04 John Ralls * gramps/gui/viewmanager.py: Fix GI version check warning on GtkosxApplication. 2017-05-02 Zdeněk Hataš * po/cs.po: czech translation update 2017-05-01 SNoiraud * gramps/plugins/lib/maps/geography.py: 10029: Bad color assignment in geoplaces 2017-04-30 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2017-04-30 Paul Franklin * gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/utils/grampslocale.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/textreport/familygroup.py: 10000: report tables are always written LTR even for RTL locales 2017-04-30 Paul Franklin * gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/utils/grampslocale.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/textreport/familygroup.py: Revert "10000: report tables are always written LTR even for RTL locales" This reverts commit 55fa9206288d50cf4bca3673e1d68a033b02c3ea. 2017-04-30 Paul Franklin * gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/utils/grampslocale.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/textreport/familygroup.py: 10000: report tables are always written LTR even for RTL locales 2017-04-29 Paul Culley * gramps/gui/editors/filtereditor.py: bug 9564; fix exception on Event filter editor (#377) for 'Events occurring on a particular day of the week' filter 2017-04-30 Mateusz Konieczny * CONTRIBUTING, MANIFEST.in: add CONTRIBUTING file, enable packacking this file (#376) CONTRIBUTING file is standard place for documentation how one may send patches such documentation exists for this project so that file will be redirection to existing resources At least some people potentially interested in contributing at this moment have a very small but completely pointless task (locating documentation for developers) to overcome before doing something useful. Ref: https://gramps-project.org/bugs/view.php?id=10019 2017-04-25 Paul Franklin * gramps/plugins/docgen/latexdoc.py: 8128: GtkDialog mapped without a transient parent 2017-04-24 vantu5z * po/ru.po: update Russian translation 2017-04-22 Matti Niemelä * po/fi.po: update finnish translation 2017-04-21 romjerome * po/fr.po: Update french translation 2017-04-21 Nemeséri Lajos * po/hu.po: Update Hungarian translation 2017-04-18 Paulo Henrique Moraes * po/pt_BR.po: Updated translation (#373) 2017-04-18 Paul Franklin * gramps/plugins/lib/librecords.py: 10003: add more Records options (father with most children, etc.) 2017-04-16 Paul Franklin * gramps/plugins/textreport/familygroup.py: add a subtitle to the book's T.O.C. for the Family Group report 2017-04-14 Paul Culley * gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gui/plug/report/_docreportdialog.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/svgdrawdoc.py: bug 8128; Fix 'print...' dialogs for missing transient parent (#372) Requires adding uistate to the docgen basedoc and all files that override the init 2017-04-14 Paul Franklin * gramps/plugins/textreport/tagreport.py: typo (trailing whitespace) 2017-04-14 Paul Franklin * gramps/gen/plug/report/_reportbase.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py: add the date-format option to some more reports 2017-04-10 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: fix numeric date displayer (for Hebrew month "13" and B.C.E. years) 2017-04-10 Zdeněk Hataš * po/cs.po: czech translation update 2017-04-09 Paul Franklin * gramps/gen/datehandler/_datehandler.py: enable Tamil dates 2017-04-09 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2017-04-09 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: enable date-format option in Complete Individual report 2017-04-09 Paul Franklin * gramps/gen/plug/report/stdoptions.py: enable date-format option in reports 2017-04-09 Paul Franklin * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_el.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_hu.py, gramps/gen/datehandler/_date_is.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_ja.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_uk.py, gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_dateutils.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/utils/grampslocale.py, gramps/plugins/lib/libgedcom.py: 9985: secondary locales do not use their own numeric date format 2017-04-06 SNoiraud * gramps/plugins/lib/maps/placeselection.py: 8128: GtkDialog mapped without a transient parent in placeselection 2017-04-05 Matti Niemelä * po/fi.po: update finnish translation 2017-04-04 Zdeněk Hataš * po/cs.po: czech translation update 2017-04-02 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: typo 2017-04-02 Sam Manzi * : Merge pull request #370 from prculley/bug8128 Bug 8128; for color chooser dialogs; fixed transient parent 2017-03-30 prculley * gramps/gui/widgets/styledtexteditor.py: bug 9998 partial fix for Note editor Toolbar overflow icons missing Bug Affects Windows only. Adds text labels to icons which will only appear in the overflow dropdown menu when dialog is too narrow. Icons still don't show due to Gtk bug on Windows, but at least user sees the text labels. 2017-03-31 prculley * gramps/gui/editors/editnote.py, gramps/gui/plug/_guioptions.py, gramps/gui/widgets/styledtexteditor.py: Bug 8128; for color chooser dialogs; fixed transient parent for styledtexteditor and Family Lines Graph, Family Colors option 2017-03-29 erikdrgm * po/nl.po: updated nl translation 2017-03-29 erikdrgm * : commit 002f1e089915e027a1c7d27629a45253488f5ff9 Author: Nick Hall Date: Mon Mar 27 21:17:31 2017 +0100 2017-03-25 vantu5z * po/ru.po: update Russian translation 2017-03-25 Sam Manzi * : Merge pull request #367 from arnaullv/master Update Catalan translation to latest template 2017-03-22 Paul Franklin * gramps/plugins/export/exportxml.py: 9995: Bug in the Name Editor / Group As 2017-03-22 Paul Franklin * gramps/gui/plug/report/_styleeditor.py: clarify use of the style editor for graphic style editing 2017-03-21 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2017-03-21 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/notelinkreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py: consolidate some report style descriptions (fewer strings to translate) 2017-03-20 Paul Franklin * gramps/gen/utils/grampslocale.py, setup.py: enable preliminary Tamil translation 2017-03-20 Logan M * po/ta.po: initial, preliminary, partial Tamil translation (thanks, Logan!) 2017-03-19 Paul Franklin * gramps/plugins/textreport/familygroup.py: disable FGR option if it's not relevant 2017-03-19 Paul Franklin * gramps/gen/plug/docgen/graphicstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gui/plug/report/_styleeditor.py: add a "description" to a report style table and a style table cell 2017-03-19 vantu5z * po/ru.po: update Russian translation 2017-03-19 erikdrgm * : commit 57efc716efb54768f42f1c12b864556378a7eb61 Author: Paul Franklin Date: Sat Mar 18 22:33:40 2017 -0700 2017-03-18 Paul Franklin * gramps/gen/plug/docgen/graphicstyle.py, gramps/gui/plug/report/_styleeditor.py: enable a report graphic style object to have a "description" 2017-03-17 Paul Franklin * po/POTFILES.in: typo (trailing space) 2017-03-17 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2017-03-17 Paul Franklin * gramps/gen/utils/configmanager.py: change string paramaters to named ones, for translation 2017-03-16 Paul Franklin * gramps/gen/db/undoredo.py: add license to module 2017-03-16 Paul Franklin * gramps/gen/plug/report/_paper.py, gramps/gui/widgets/undoableentry.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/export/exportftree.py, gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webstuff/webstuff.gpr.py, po/POTFILES.in, po/POTFILES.skip: tidy up some translatable string things 2017-03-13 Paul Franklin * gramps/gen/datehandler/_date_pl.py: make Polish "numerical" date display consistent with its locale format 2017-03-13 Paul Franklin * po/he.po: add datestrings (made by running _datestrings.py) to translation 2017-03-11 Nick Hall * gramps/plugins/test/exports_test.py, gramps/plugins/test/imports_test.py, gramps/plugins/test/reports_test.py, gramps/plugins/test/test_exports.py, gramps/plugins/test/test_imports.py, gramps/plugins/test/test_reports.py, gramps/plugins/test/test_tools.py, gramps/plugins/test/tools_test.py: Rename plugin unit test files 2017-03-10 Paul Franklin * gramps/gen/datehandler/_date_bg.py: fix Bulgarian numeric dates 2017-03-10 Paul Franklin * gramps/gen/datehandler/_date_ar.py: slight tweak to Arabic date handler 2017-03-10 Nick Hall * gramps/gui/editors/test/editreference_test.py, gramps/gui/editors/test/test_editreference.py: Rename edit reference unit test Unit test files must be named *_test.py to be found by the setup.py script. 2017-03-10 Nick Hall * gramps/plugins/db/bsddb/test/cursor_test.py: Fix skipped cursor unit tests 2017-03-09 Nick Hall * gramps/plugins/importer/importxml.py: Prevent warnings when importing xml from stdin 2017-03-07 Paul Franklin * gramps/gen/datehandler/_date_is.py: fix Icelandic numeric-format date display 2017-03-07 Nick Hall * gramps/gui/logger/test/rotate_handler_test.py: Suppress output in rotate handler test 2017-03-07 Paul Franklin * po/is.po: put "short" days into the Icelandic translation 2017-03-07 Paul Franklin * gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datestrings.py: enable "short" days in _datestrings (_grampslocale already had them) 2017-03-07 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: fix Norwegian numeric-format date display 2017-03-07 erikdrgm * : commit c1c2c1557c44ac4a21ec222ee39638ed0ba4cfd5 Author: Nick Hall Date: Mon Mar 6 23:27:07 2017 +0000 2017-03-06 Nick Hall * gramps/gen/user.py: Another fix 2017-03-06 Nick Hall * gramps/plugins/test/test_exports.py, gramps/plugins/test/test_imports.py, gramps/plugins/test/test_tools.py: Fix error in previous commit 2017-03-06 Nick Hall * gramps/cli/user.py, gramps/gen/filters/rules/test/event_rules_test.py, gramps/gen/filters/rules/test/family_rules_test.py, gramps/gen/filters/rules/test/media_rules_test.py, gramps/gen/filters/rules/test/note_rules_test.py, gramps/gen/filters/rules/test/person_rules_test.py, gramps/gen/filters/rules/test/place_rules_test.py, gramps/gen/filters/rules/test/repository_rules_test.py, gramps/gen/lib/test/schema_test.py, gramps/gen/lib/test/serialize_test.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/user.py, gramps/gui/user.py, gramps/plugins/test/test_exports.py, gramps/plugins/test/test_imports.py, gramps/plugins/test/test_tools.py, gramps/test/test_util.py: Suppress extraneous output in unit tests 2017-03-06 vantu5z * po/ru.po: update Russian translation 2017-03-06 Paul Franklin * po/tr.po: remove the last bogus Chinese strings from the Turkish translation 2017-03-06 Paul Franklin * gramps/gui/grampsgui.py: the message looks better with another linefeed 2017-03-04 romjerome * po/update_po.py: Limit creation of extra files 2017-03-04 Paul Franklin * po/eo.po: fix some date-related words in Esperanto 2017-03-04 Mìcheal A Colquhoun * gramps/gen/utils/test/callback_test.py: Use assertRaises to check for the NameError Also corrected spelling of a word. 2017-03-04 Nick Hall * gramps/gen/db/generic.py: Avoid nested transactions 2017-03-03 Nick Hall * gramps/gen/db/generic.py: 9744: Tidy up add_* methods 2017-03-03 Nick Hall * gramps/gen/db/generic.py: 9744: Tidy up get_*_from_handle methods 2017-03-03 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Use transactions when writing metadata 2017-03-03 Paul Franklin * gramps/gen/utils/grampslocale.py: change to Microsoft's current official country name, for Windows users 2017-03-02 Paul Franklin * po/vi.po: add datestrings (made by running _datestrings.py) to translation 2017-03-02 Paul Franklin * po/tr.po: add datestrings (made by running _datestrings.py) to translation 2017-03-02 Paul Franklin * po/sq.po: add datestrings (made by running _datestrings.py) to translation 2017-03-03 Sam Manzi * : Merge pull request #361 from prculley/addon_reload Fix Addon manager to recognize newly installed addons immediately 2017-03-02 prculley * gramps/gen/merge/test/merge_ref_test.py: Fix Merge test for complex families 2017-03-02 prculley * gramps/plugins/tool/removeunused.py: Bug 9973; fix remove unused objects tool to use place name not title original 'title' field is often blank now... 2017-03-01 arnaullv * po/ca.po: Update Catalan translation to latest template 2017-03-02 John Ralls * gramps/gui/widgets/undoableentry.py: Fix copy-paste error in last commit. 2017-02-28 John Ralls * gramps/gui/viewmanager.py, gramps/gui/widgets/undoableentry.py: Bug 9965: Undo in undoableentry does the wrong undo in MacOS. This fixes the immediate problem peculiar to MacOS, but the underlying problem that the code doesn't use keybindings and has a control-specific undo stack which makes undo ambiguous for the window remains. 2017-02-26 prculley * gramps/gui/widgets/undoableentry.py: Fix unodoableentry for international characters Gtk has some parameters in bytes, some in characters; they cannot be combined. 2017-02-28 Nick Hall * gramps/plugins/webstuff/webstuff.py: Check that the USER_CSS directory exists 2017-02-28 Bernard Banko * gramps/gen/datehandler/_date_sl.py: Add ~ for About modifier 2017-02-28 Paul Franklin * gramps/gen/plug/report/stdoptions.py: shorten option description for better CLI typeout 2017-02-28 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: add filter progress bar to the Relationship Graph report 2017-02-28 Paul Franklin * gramps/plugins/lib/librecords.py, gramps/plugins/textreport/recordsreport.py: add filter progress bar to the Records report 2017-02-28 prculley * gramps/cli/grampscli.py: Fix addon manager to reload updated plugins so they are recognized 2017-02-27 prculley * gramps/cli/grampscli.py, gramps/gen/plug/_manager.py, gramps/gui/configure.py, gramps/gui/plug/_windows.py, gramps/gui/viewmanager.py: Fix Addon manager to recognize newly installed addons immediately 2017-02-27 Nick Hall * gramps/gen/merge/test/merge_ref_test.py: Skip four failing tests in merge_ref_test These four tests pass when run individually from the command line, but fail when run as part of a module. 2017-02-27 Nick Hall * .travis.yml: The wget package is pre-installed in travis 2017-02-27 Nick Hall * .travis.yml: Enable merge_ref_test in travis 2017-02-27 Nick Hall * gramps/gen/merge/mergefamilyquery.py: Fix family merge bug References do not need to be updated in people that have been removed in the merge. 2017-02-25 Nick Hall * gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/referencedbyselection.py: Remove unused private table variable 2017-02-25 prculley * gramps/gui/widgets/toolcomboentry.py: Fix ToolComboEntry for Gtk method not supported on older Gtk 2017-02-25 Sam Manzi * : Merge pull request #357 from prculley/bug9954 bug 9954; fix Gedcom import for empty FAMC line 2017-02-25 Sam Manzi * : Merge pull request #354 from prculley/gtkdep Fix some Gtk deprecations 2017-02-24 Nick Hall * gramps/cli/test/cli_test.py, gramps/gen/git_revision.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/importer/test/importvcard_test.py: Avoid using 'shell=True' when running a subprocess 2017-02-24 Paul Franklin * gramps/cli/user.py: give CLI warning "title" its own line, as the error already does 2017-02-24 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: don't type out a (possible) warning message if the option is not on 2017-02-24 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: fix bug (the option itself is always True, we want the value) 2017-02-23 Paul Franklin * gramps/gen/datehandler/__init__.py: improve the "__main__" routine which prints all the date formats 2017-02-23 Nick Hall * gramps/gen/merge/diff.py: Fix bug introduced in previous commit 2017-02-22 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/lib/test/serialize_test.py, gramps/gen/merge/diff.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/plugins/db/bsddb/read.py, gramps/plugins/db/bsddb/write.py: 9541: Make get_table_func method protected 2017-02-22 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Tidy up secondary column code 2017-02-23 Nick Hall * gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/importer/test/importvcard_test.py: Use current environment and executable in process The GRAMPSHOME environment variable is not unset after the gen/utils/test/file_test unit test. This caused the Gramps process to fail with an environment error. 2017-02-23 Nick Hall * .travis.yml, gramps/plugins/importer/test/importvcard_test.py: Fix vCard unit tests 2017-02-23 Zdeněk Hataš * po/cs.po: czech translation update 2017-02-22 Paul Franklin * gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_dateutils.py, gramps/gen/datehandler/test/datedisplay_test.py: enable deferred translation of date format strings 2017-02-23 Nick Hall * gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_dateutils.py: Revert "enable deferred translation of date format strings" This reverts commit 715cce27f4a40fe9c0c95e8ed44ed94e890368f6. 2017-02-23 Nick Hall * gramps/gen/datehandler/__init__.py: Revert "improve the "main" routine which prints all the date formats" This reverts commit 0c144c97a9ea78e5014237351bdcc78c57ff2542. 2017-02-22 Nick Hall * gramps/gui/editors/test/test_editreference.py: Revert import change in unit test The relative import worked when the test was run from the command line, but not in the Travis environment. 2017-02-22 Nick Hall * gramps/gui/dbman.py, gramps/gui/dialog.py, gramps/gui/display.py, gramps/gui/editors/test/test_editreference.py, gramps/gui/listmodel.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/views/bookmarks.py, gramps/gui/widgets/fanchart.py: Convert some gui imports from absolute to relative 2017-02-22 Paul Franklin * gramps/gen/datehandler/__init__.py: improve the "main" routine which prints all the date formats 2017-02-22 Paul Franklin * gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_dateutils.py: enable deferred translation of date format strings 2017-02-22 Nick Hall * gramps/gen/filters/_searchfilter.py: Remove redundant OS specific code The text variable is already a str. 2017-02-21 Paul Franklin * gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py: 7305: Inconvenient size of error dialog 2017-02-21 Paul Franklin * gramps/gen/datehandler/_datehandler.py: add a TODO comment (since I don't understand) 2017-02-21 Paul Franklin * gramps/gen/datehandler/_datehandler.py: add a TODO comment (since I don't understand) 2017-02-21 Paul Franklin * gramps/gui/plug/_guioptions.py: make LastNameDialog a better ManagedWindow 2017-02-21 Paul Franklin * gramps/gui/plug/_guioptions.py: better names (than the ones I hurredly chose to make pylint happy) 2017-02-21 Nick Hall * gramps/gen/lib/citationbase.py, gramps/gen/lib/handle.py, gramps/gen/lib/notebase.py, gramps/gen/lib/tagbase.py, gramps/gen/simple/_simpleaccess.py: Remove handle class 2017-02-21 prculley * gramps/gui/views/treemodels/sourcemodel.py: bug 9920; fix for multiline Titles in Source view Source view is set up for single line rows, multi-line Titles cause problems for Gtk (sometimes many unrelated rows get doubled in height). 2017-02-21 prculley * gramps/plugins/lib/libgedcom.py: Fix Gedcom import for improper creation of error message note The improper note could overwrite another note, due to overlapping GIDs. 2017-02-20 prculley * gramps/plugins/lib/libgedcom.py: bug 9954; fix Gedcom import for empty FAMC line 2017-02-20 Nick Hall * gramps/gen/config.py, gramps/gen/datehandler/_date_hu.py, gramps/gen/datehandler/_date_is.py, gramps/gen/db/generic.py, gramps/gen/filters/__init__.py, gramps/gen/filters/_genericfilter.py, gramps/gen/filters/_paramfilter.py, gramps/gen/filters/_searchfilter.py, gramps/gen/filters/rules/__init__.py, gramps/gen/filters/rules/_hasgrampsid.py, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_hasidof.py, gramps/gen/filters/rules/citation/_hassourceidof.py, gramps/gen/filters/rules/citation/_regexpidof.py, gramps/gen/filters/rules/citation/_regexpsourceidof.py, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_hasidof.py, gramps/gen/filters/rules/event/_regexpidof.py, gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_hasidof.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_regexpidof.py, gramps/gen/filters/rules/media/__init__.py, gramps/gen/filters/rules/media/_hasidof.py, gramps/gen/filters/rules/media/_regexpidof.py, gramps/gen/filters/rules/note/__init__.py, gramps/gen/filters/rules/note/_hasidof.py, gramps/gen/filters/rules/note/_regexpidof.py, gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_hasidof.py, gramps/gen/filters/rules/person/_matchidof.py, gramps/gen/filters/rules/person/_regexpidof.py, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_hasidof.py, gramps/gen/filters/rules/place/_regexpidof.py, gramps/gen/filters/rules/repository/__init__.py, gramps/gen/filters/rules/repository/_hasidof.py, gramps/gen/filters/rules/repository/_regexpidof.py, gramps/gen/filters/rules/source/__init__.py, gramps/gen/filters/rules/source/_hasidof.py, gramps/gen/filters/rules/source/_regexpidof.py, gramps/gen/lib/note.py, gramps/gen/lib/srcattribute.py, gramps/gen/plug/_pluginreg.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/utils/file.py, gramps/gen/utils/thumbnails.py, gramps/gui/clipboard.py, gramps/gui/displaystate.py, gramps/gui/editors/displaytabs/grampstab.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editprimary.py, gramps/gui/filters/__init__.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_filterstore.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/__init__.py, gramps/gui/managedwindow.py, gramps/gui/selectors/selectcitation.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/pageview.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/widgets/fanchart2way.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/exportpkg.py, gramps/plugins/gramplet/fanchart2waygramplet.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/importprogen.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_is.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/verify.py, gramps/plugins/view/mediaview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/test/regrtest.py: Change "GRAMPS" to "Gramps" in comments and docstrings 2017-02-20 Nick Hall * gramps/gen/const.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/db/dummydb.py, gramps/gen/db/exceptions.py, gramps/gen/db/generic.py, gramps/gen/db/utils.py, gramps/gen/dbstate.py, gramps/gen/filters/_searchfilter.py, gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/filters/rules/_ispublic.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/event/_hasdayofweek.py, gramps/gen/filters/rules/family/_hastwins.py, gramps/gen/filters/rules/note/_hastype.py, gramps/gen/filters/rules/person/_hassoundexname.py, gramps/gen/filters/rules/test/event_rules_test.py, gramps/gen/filters/rules/test/family_rules_test.py, gramps/gen/filters/rules/test/media_rules_test.py, gramps/gen/filters/rules/test/note_rules_test.py, gramps/gen/filters/rules/test/person_rules_test.py, gramps/gen/filters/rules/test/place_rules_test.py, gramps/gen/filters/rules/test/repository_rules_test.py, gramps/gen/lib/handle.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/test/serialize_test.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/plug/report/stdoptions.py, gramps/gen/plug/utils.py, gramps/gen/proxy/cache.py, gramps/gen/proxy/living.py, gramps/gen/recentfiles.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/keyword.py, gramps/gen/utils/test/file_test.py, gramps/gen/utils/test/place_test.py: Convert some imports from absolute to relative 2017-02-20 Nick Hall * gramps/gen/lib/citation.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/family.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/media.py, gramps/gen/lib/name.py, gramps/gen/lib/note.py, gramps/gen/lib/person.py, gramps/gen/lib/place.py, gramps/gen/lib/repo.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/surname.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py: Move labels into schema 2017-02-20 vantu5z * po/ru.po: update Russian translation 2017-02-19 erikdrgm * : commit 53eabbaa865759049552277735b1773f925a2d95 Author: erikdrgm Date: Sun Feb 19 09:08:25 2017 +0100 2017-02-18 Paul Franklin * gramps/gui/plug/_guioptions.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/webreport/webcal.py: tweak some report options slightly (less height, re-tabify some) 2017-02-17 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2017-02-17 Paul Franklin * gramps/cli/clidbman.py, gramps/gen/const.py, gramps/gen/utils/place.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/importer/importxml.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/tool/populatesources.py, gramps/plugins/webreport/narrativeweb.py: 7276: translate some currently-untranslated punctuation marks 2016-01-21 Olaf * gramps/plugins/graph/gvrelgraph.py: Change output order in Relationship Graph plugin This patch adds a function sort_persons() to RelGraphReport, which will change the processing order of persons for the output. Starting from persons with no known parents in the database, the individual family trees are traversed in a down-and-up fashion, so that closely related people should appear close to each other in the output. Previously the output order was purely given by the order of internal IDs. Rearranging the output order will make the life of GraphViz just so much easier. It will then manage to produce graphs with much fewer unnecessary intercrossing arrows between generations and people and ultimately produce a much nicer output graph. 2017-02-17 Nick Hall * : Merge pull request #356 from Nick-Hall/json-schema Convert get_schema methods to use JSON Schema 2017-02-16 Nick Hall * gramps/gen/db/base.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/test/field_test.py, gramps/plugins/db/dbapi/dbapi.py: Remove schema field functionality 2017-02-15 Nick Hall * gramps/gen/lib/address.py, gramps/gen/lib/attribute.py, gramps/gen/lib/childref.py, gramps/gen/lib/citation.py, gramps/gen/lib/date.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/family.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/location.py, gramps/gen/lib/media.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/note.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placename.py, gramps/gen/lib/placeref.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/src.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/surname.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/url.py, gramps/plugins/db/dbapi/dbapi.py: Convert get_schema methods to use JSON Schema 2017-02-17 Nick Hall * .travis.yml: Add python3-jsonschema to travis 2017-02-17 romjerome * : commit e588ff504b7e5597d19f4747fdd49c81848f55d4 Author: romjerome Date: Fri Feb 17 16:11:00 2017 +0100 2017-02-13 Paul Franklin * gramps/cli/clidbman.py, gramps/gui/plug/_windows.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/webreport/narrativeweb.py: make the translator's job a little easier 2017-02-13 Paul Franklin * gramps/gui/plug/quick/_textbufdoc.py: fix bug (typo?) where Quick Views had a title of "True" 2017-02-13 Paul Franklin * gramps/gui/editors/editname.py: 7276: translate some currently-untranslated punctuation marks 2017-02-13 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : Add possibility to translate "%s:" strings 2017-02-13 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9883: The family map for narrativeweb must work over https 2017-02-13 vantu5z * po/ru.po: update Russian translation 2017-02-12 Bernard Banko * po/sl.po: fix bug 9600 2017-02-12 Sam Manzi * : Merge pull request #350 from prculley/extractname Fix 'Extract Information from names' tool 2017-02-12 Sam Manzi * : Merge pull request #255 from SNoiraud/FR9373 9373: Ability to be able to enter comma separated latitude/longitude … 2017-02-12 Sam Manzi * : Merge pull request #353 from beernarrd/sl-master updated slovenian translation 2017-02-06 prculley * gramps/gui/configure.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/undohistory.py, gramps/gui/widgets/toolcomboentry.py: Fix Gtk deprecations 2017-02-11 erikdrgm * : commit 5749fadedc45db1df52b3006cc8a8c0103aaa1dc Author: erikdrgm Date: Sat Feb 11 11:10:55 2017 +0100 2017-02-08 prculley * gramps/gui/editors/filtereditor.py, gramps/gui/glade.py, gramps/gui/glade/book.glade, gramps/gui/managedwindow.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_styleeditor.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mergecitations.glade, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/verify.py: Fix Glade file loading to avoid loading and leaving extra toplevels Also deals with problems caused by fix; sometimes do need to load some other toplevel objects. In some cases, it was easier to remove unused toplevel objects from glade files. 2017-01-30 prculley * gramps/plugins/importer/importgedcom.glade: Fix import gedcom glade file to remove unused toplevel object 2017-01-30 prculley * gramps/plugins/tool/ownereditor.glade, gramps/plugins/tool/ownereditor.py: fix owner editor to properly destroy glade object 2017-02-09 Bernard Banko * po/sl.po: updated slovenian translation 2017-02-08 Doug Reider * mac/gramps.accel: Fix bookmarks keybinding on Mac to match the documentation. 2017-01-30 prculley * gramps/gui/plug/report/_papermenu.py: Fix reports papermenu to properly destroy glade objects 2017-01-30 prculley * gramps/plugins/export/exportcsv.glade, gramps/plugins/export/exportftree.glade, gramps/plugins/export/exportgeneweb.glade, gramps/plugins/export/exportvcalendar.glade, gramps/plugins/export/exportvcard.glade, po/POTFILES.in: Remove unused glade files 2017-01-30 prculley * gramps/gui/dbman.py: Fix dbman so RCS checkin window has correct transient parent 2017-02-08 prculley * po/POTFILES.in: Fix POTFILES.in for removed dummydb.gpr.py 2017-02-07 prculley * gramps/plugins/tool/patchnames.py: pylint on patchnames 2017-02-06 prculley * gramps/plugins/tool/patchnames.glade, gramps/plugins/tool/patchnames.py: Fix 'Extract Info from names' tool; unclosed window, bad parent Gtk deprecation warnings, and add window size/position config. 2017-02-07 Nick Hall * : Merge pull request #336 from prculley/fastplug Improve Addon management performance 2017-02-07 prculley * gramps/gui/dbman.py: bug 9934; fix error when 'Manage Family Tree' is closed via ESC or the dialog close 'x' in top left 2017-02-07 Jérôme Rapinat * gramps/plugins/drawreport/ancestortree.py: 9004: Error printing graphical report ancestor tree 2017-02-07 vantu5z * po/ru.po: update Russian translation 2017-02-05 Paul Franklin * gramps/gui/managedwindow.py: slightly enhance MW's setup_configs 2017-02-03 Paul Franklin * gramps/gui/managedwindow.py: other uses of self.uistate are protected and this one should be too 2017-02-03 prculley * gramps/gen/plug/report/_reportbase.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/notelinkreport.py: Add progress indication to long running reports 2017-02-03 prculley * gramps/gui/views/treemodels/treebasemodel.py: Fix TreeBaseModel so that filters have correct transient parent 2017-02-03 prculley * gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py: Add progress indication for filters with long 'prepare' times And fix DeepRelationshipPathBetween for more accurate progress And fix IsSiblingOfFilterMatch for HandleError 2017-02-04 Sam Manzi * : Merge pull request #346 from prculley/soundex A new Soundex filter for matching 'name' with people using Soundex 2017-02-04 Sam Manzi * : Merge pull request #344 from bertcarnell/bertcarnell/list_child_spouses Add spouses to the child listing in DAR and DDR 2017-02-02 Paul Franklin * gramps/gen/plug/menu/_style.py, gramps/gui/glade/styleeditor.glade, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_styleeditor.py: 9795: remember the last location of windows [style dialogs] 2017-02-02 prculley * gramps/gui/widgets/undoableentry.py: bug 9927; fix UndoableEntry for pygobject bug This is a workaround for https://bugzilla.gnome.org/show_bug.cgi?id=644927 What is happening, is that our UndoableEntry class is connecting to the 'insert-text' event, which uses one of the 'in-out' parameters for the position of the cursor in the buffer. The very fact of the connect to the event causes the issue, not something Gramps is doing wrong. 2017-02-02 Rob * test/det_ancestor_report.sh: Updated det_ancestor_rep.sh to eliminate the unused usenick option 2017-02-01 prculley * gramps/gen/filters/rules/test/person_rules_test.py: Add tests for new Person HasSoundexName, and old HasNameOf rules 2017-02-01 prculley * gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_hassoundexname.py: A new Soundex filter for matching 'name' with people using Soundex 2017-02-02 Peter Landgren * po/sv.po: Update Swedish translation 2017-02-02 Nemeséri Lajos * po/hu.po: update Hungarian translation 2017-02-02 romjerome * docs/gen/gen_db.rst, docs/gen/gen_display.rst, docs/gen/gen_lib.rst, docs/update_doc.py, gramps/gen/db/__init__.py: 8855: start to update API doc for DB stuff 2017-02-02 romjerome * gramps/plugins/tool/changenames.glade: 9907: add a spacing value for children widgets fit better for some Gtk themes 2017-02-01 Zdeněk Hataš * po/cs.po: czech translation update 2017-02-01 bertcarnell * gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, test/det_ancestor_report.sh, test/det_descendant_report.sh: Added spouses to the child listing in the Detailed Ancestor Report and the Detailed Descendant Report for issues #9926, #8941, and #5698. Also added tests as command line scripts 2017-02-01 Sam Manzi * : Merge pull request #341 from prculley/exportopt Fix CSV export options for new parameters 2017-01-31 SNoiraud * gramps/plugins/view/geoevents.py, gramps/plugins/view/geoplaces.py: Geography : use progressmeter when filtering. 2017-01-30 Sam Manzi * : Merge pull request #340 from sam-m888/9914hourglassgraphOption 9914: Add [Arrowhead direction] option to Hourglass graph 2017-01-30 Sam Manzi * : Merge pull request #342 from sam-m888/pycycleCheck Remove hidden character from front of shebang line 2017-01-28 prculley * gramps/plugins/export/exportcsv.py: Fix CSV export options for new parameters 2017-01-27 Nick Hall * gramps/gui/plug/export/_exportoptions.py, gramps/gui/user.py: Use correct parent window for export filter progress 2017-01-27 vantu5z * po/ru.po: update Russian translation 2017-01-27 Nick Hall * gramps/gen/plug/_gramplet.py, gramps/gui/widgets/grampletpane.py: 6085: Remove import from the gui module 2017-01-27 Nick Hall * gramps/gen/merge/diff.py: 6085: Remove import from the cli module 2017-01-27 Nick Hall * gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py: Fix missing filter parameter 2017-01-27 Agnès Charrel-Berthillier * gramps/plugins/graph/gvhourglass.py: 9914: Add [Arrowhead direction] option to Hourglass graph 2017-01-27 Agnès Charrel-Berthillier * gramps/plugins/graph/gvfamilylines.py: 9914: Add [Arrowhead direction] option to Familylines graph 2017-01-26 Nick Hall * gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/placereport.py: Add filter progress to reports Previously, these reports did not show progress of the main filter loop. 2017-01-26 Nick Hall * gramps/gui/plug/tool.py, gramps/plugins/tool/sortevents.py: Add filter progress to sort events tool 2017-01-26 Nick Hall * gramps/gen/proxy/filter.py, gramps/gui/plug/export/_exportoptions.py: Add filter progress to export assistant 2017-01-26 Nick Hall * gramps/gen/filters/_genericfilter.py, gramps/gen/filters/_paramfilter.py, gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasreferencecountbase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_hastagbase.py, gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/family/_hasreltype.py, gramps/gen/filters/rules/family/_isancestorof.py, gramps/gen/filters/rules/family/_isbookmarked.py, gramps/gen/filters/rules/family/_isdescendantof.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascommonancestorwith.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/person/_isancestorof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isbookmarked.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdefaultperson.py, gramps/gen/filters/rules/person/_isdescendantfamilyof.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantof.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isduplicatedancestorof.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorof. py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofb ookmarked.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd efaultperson.py, gramps/gen/filters/rules/person/_islessthannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof. py, gramps/gen/filters/rules/person/_ismorethannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_isrelatedwith.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/filters/rules/person/_relationshippathbetween.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/filters/rules/place/_hasdata.py, gramps/gen/filters/rules/place/_inlatlonneighborhood.py, gramps/gen/filters/rules/place/_isenclosedby.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: 6085: Convert filters to use the User class The filter apply method can now be passed a User instance instead of a progress callback. The prepare progress will no longer be displayed without the main filter progress. 2017-01-26 Sam Manzi * : Merge pull request #326 from prculley/progen_prog Progen import fixes and testing 2017-01-25 prculley * .gitattributes, data/tests/PG30-1GB.DEF, data/tests/SAMPLE.DEF, data/tests/SAMPLE.IXI, data/tests/SAMPLE.REM, data/tests/SAMPLE.gramps, gramps/plugins/test/test_imports.py: Add Progen import test files 2017-01-13 prculley * gramps/plugins/importer/importprogen.py: Fix Progen import for several issues - Files not closed - Note text set to 'list' instead of 'str' types - Address structure elements set to 'None' instead of '' - Long text strings losing characters and getting corrupted 2017-01-13 prculley * gramps/plugins/importer/importprogen.py: Fix Progen import to use 'Status Bar' progress indicator 2017-01-25 prculley * gramps/test/test_util.py: Fix test utility; more console output and make user directories Console output sows even if an exception occurs Make user directories if not present 2017-01-22 prculley * gramps/gen/db/dummydb.py, gramps/gen/dbstate.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/plugins/db/dummydb.gpr.py, gramps/plugins/db/dummydb.py: Improve Addon management performance 2017-01-25 Matti Niemelä * po/fi.po: update finnish translation 2017-01-25 romjerome * gramps/plugins/drawreport/ancestortree.py: 9904: revert ee150c1 TODO: need a solution for recursive iteration and private records 2017-01-25 Sam Manzi * : Merge pull request #329 from prculley/exportgedcom Improve progress indications for Gedcom export 2017-01-24 romjerome * po/gramps.pot: update translation template 2017-01-24 romjerome * gramps/gui/filters/sidebar/_familysidebarfilter.py: 9908: Custom Family Relations not shown in the filter siderbar 2017-01-24 romjerome * gramps/plugins/drawreport/ancestortree.py: 9904: Errors printing graphical report ancestor tree 2017-01-24 Paul Culley * : commit f03dab0be300504cbf825335439abda758e994a7 Author: SNoiraud Date: Tue Jan 24 11:33:34 2017 +0100 2016-11-25 SNoiraud * gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/widgets/monitoredwidgets.py: 9373: Values not saved and bug in monitoredwidgets 2016-11-03 SNoiraud * gramps/gui/editors/editplaceref.py, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade: 9373: Added EditPlaceRef and suppressed a useless tooltip 2016-10-26 SNoiraud * gramps/gui/glade/editplace.glade: 9373: justifying the three input fields. 2016-10-22 SNoiraud * gramps/gui/editors/editplace.py, gramps/gui/glade/editplace.glade: 9373: Ability to be able to enter comma separated latitude/longitude pairs 2017-01-22 Nick Hall * : Merge pull request #335 from Nick-Hall/bug9897 9897: Create serialize module 2017-01-20 Nick Hall * gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py, gramps/gen/merge/diff.py, gramps/gui/editors/editdate.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importxml.py, gramps/plugins/test/test_imports.py: Remove remaining to_struct calls 2017-01-20 Nick Hall * gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/childref.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/family.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/handle.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/media.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placename.py, gramps/gen/lib/placeref.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py: Remove to_struct and from_struct methods 2017-01-20 Nick Hall * gramps/gen/lib/serialize.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/test/serialize_test.py, gramps/gen/lib/test/struct_test.py, po/POTFILES.skip: Create serialize module 2017-01-21 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Create the schema within a transaction 2017-01-21 vantu5z * po/ru.po: update Russian translation 2017-01-20 Sam Manzi * : Merge pull request #331 from prculley/bug9886 bug 9886; fix citation tree view quick report right click 2017-01-18 prculley * gramps/gui/plug/quick/_quickreports.py, gramps/plugins/quickview/quickview.gpr.py: bug 9886; fix citation tree view quick report right click Another HandleError issue; Also, the Quick report that started was actually the wrong one, due to a typo in the quickview.gpr.py. I also rediscovered the bug 6352; and its relationship to quickreports. 2017-01-18 Paul Franklin * gramps/plugins/tool/mediamanager.py: 9795: remember the last location of windows [media manager] 2017-01-18 Paul Franklin * gramps/gui/views/bookmarks.py: 9795: remember the last location of windows [bookmarks] 2017-01-17 prculley * gramps/plugins/tool/check.py: Fix Check&Repair 'Cross table duplicates' Progress parent 2017-01-17 prculley * gramps/gui/merge/mergeplace.py: bug 9898: fix Merge Place has wrong label 2017-01-17 prculley * gramps/gui/managedwindow.py: Fix ManagedWindow _present method name (incorrectly named __present) 2017-01-17 prculley * gramps/gen/updatecallback.py: Add set_text method to updatecallback to allow progress text changes 2017-01-17 prculley * gramps/plugins/export/exportgedcom.py: Fix Gedcom export to have a more detailed progress indication 2017-01-17 prculley * gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py: fix export assistant to show textual progress steps and first step 2017-01-17 prculley * gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py: Fix export assistant, proper parent for popup progress and dialog 2017-01-17 prculley * gramps/gen/updatecallback.py: Fix updatecallback to show first progress step 2017-01-14 prculley * gramps/gui/views/treemodels/treebasemodel.py: change __rebuild_search to use status bar progress 2017-01-05 prculley * gramps/gui/selectors/baseselector.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py: add uistate to models 2017-01-03 prculley * gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/progressdialog.py: bug 9876; fix for two progress bars occupy the same space Moves the popup progress on tree views with filters to the main window status bar. 2017-01-05 prculley * gramps/gui/views/treemodels/treebasemodel.py: bug 9877; fix performace with people tree view and some filters When using deep relationship filters on the person tree view with a large tree, the tree redraw can take a long time (hours). The DeepRelationshipPathBetween 'prepare' method was getting called for every person in the preceding filter. And that it also ran through every person in the db within the prepare method. Resulting in time as a square function of number of people. Change view code so that 'prepare' method is called once, and 'apply' method is called once with list of handles to scan, rather than both called once per handle. 2017-01-16 Paul Franklin * gramps/gui/undohistory.py: tweak UndoHistory to remove redundant show_all() 2017-01-16 Paul Franklin * gramps/gui/editors/edittaglist.py: tweak EditTagList (to be a better ManagedWindow, I know a little more) 2017-01-16 Paul Franklin * gramps/gui/tipofday.py: tweak TipOfDay to use ManagedWindow "show" instead 2017-01-16 Paul Franklin * gramps/plugins/tool/dumpgenderstats.py: tweak DumpGenderStats tool (enable GUI to be closed, neaten CLI output) 2017-01-11 prculley * gramps/gui/managedwindow.py: Fixes ManagedWindow for a modal window with another modal elsewhere During Gramps startup, it is possible to start two modal dialogs; the 'Family Trees' and the 'Update Addons' (when preferences is set to check on startup). Both are modal. This upgrades the Window manager and ManagedWindow to support this case. If this occurs, then the most recent modal window is left that way, a previous modal window is temporarily downgraded to non-modal, and the newest window is set 'transient' for the previous modal window, even if it was not the parent. This means that there can be only one modal window, and it is always on top and active. 2017-01-11 prculley * gramps/gui/configure.py, gramps/gui/glade/updateaddons.glade, gramps/gui/plug/_windows.py, gramps/gui/viewmanager.py: upgrade Update Addons to ManagedWindow This change was initiated to correct status bar and popup dialogs that were coming up in the wrong place under Windows. Upgrade to Managedwindow allows for size/position config, correct popup of subordinate dialogs, and better window management in relation to other dialogs. The Glade change allows the transient parent function to work. Note that UpdateAddons remains a modal dialog. 2017-01-16 vantu5z * po/ru.po: update Russian translation 2017-01-15 Sam Manzi * : Merge pull request #327 from sam-m888/WordingOnGrampsViewAddonInstallation Fix wording for addon restart 2017-01-14 romjerome * gramps/gui/editors/filtereditor.py: 9899: typo on string use generic 'spouse' word 2017-01-14 système * gramps/plugins/textreport/tagreport.py: 9899: fix non-textual value on place name 2017-01-14 système * gramps/gen/datehandler/_date_sr.py: 9824 9899: revert changes done for avoiding span and range errors handling seems incomplete, need a translator-reviewer 2017-01-14 système * gramps/gui/views/treemodels/placemodel.py: 9824: revert romjerome mistakes (part2) 2017-01-14 système * gramps/gen/config.py, gramps/gen/display/place.py, gramps/gui/configure.py: 9824: revert romjerome mistakes 2017-01-14 système * gramps/gen/config.py, gramps/gen/plug/report/utils.py, gramps/gui/configure.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/editfamily.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/glade/editfamily.glade, gramps/gui/merge/mergeperson.py, gramps/gui/selectors/selectfamily.py, gramps/gui/utils.py, gramps/gui/widgets/reorderfam.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/view/familyview.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py: Revert "9899: try to get labels on Family according to status" This reverts commit dedb5122cb682da069d2d23e25f2ea3b0d54f094. 2017-01-14 système * gramps/gen/plug/report/utils.py, gramps/gui/utils.py: Revert "9899: tweak adjustement where one could switch locations for both parents" This reverts commit 0633930667fe3422f08683dbf5289cfd4c041d09. 2017-01-14 système * gramps/gui/utils.py: Revert "9899: polish; gen.lib.person arlready called, make test on gender more clear" This reverts commit fe763b7490c69a331f3931a488294549c3ee29e3. 2017-01-14 système * : commit fe763b7490c69a331f3931a488294549c3ee29e3 Author: romjerome Date: Sat Jan 14 10:01:42 2017 +0100 2017-01-14 romjerome * gramps/gen/plug/report/utils.py, gramps/gui/utils.py: 9899: tweak adjustement where one could switch locations for both parents this could be a specific case, so for more security, use hardcoded string 2017-01-14 romjerome * gramps/gen/config.py, gramps/gen/plug/report/utils.py, gramps/gui/configure.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/editfamily.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/glade/editfamily.glade, gramps/gui/merge/mergeperson.py, gramps/gui/selectors/selectfamily.py, gramps/gui/utils.py, gramps/gui/widgets/reorderfam.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/view/familyview.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py: 9899: try to get labels on Family according to status 2017-01-12 prculley * gramps/gui/managedwindow.py: Remove unused ManagedWindow modal_call method This was used only once in AddMedia, which has been upgraded to use the ManagedWindow "modal=" parameter on init instead. 2017-01-12 prculley * gramps/gui/editors/addmedia.py: Fix AddMedia to use updated ManagedWindow modal parameter This was the only Gramps code to use the old ManagedWindow modal_call method. 2017-01-11 Paul Franklin * gramps/grampsapp.py, gramps/gui/aboutdialog.py: tweak sqlite3 info typeout to conform, only output sometimes 2017-01-11 Paul Franklin * gramps/gui/views/tags.py: 9795: remember the last location of windows [tag dialogs] 2017-01-11 Luigi Toscano * po/it.po: Italian translation updates and fixes 2017-01-10 prculley * gramps/gui/merge/mergefamily.py: bug 9854; fix Merge Family; Error dialog hidden behind Merge Dialog While performing a Merge Family that results in an error, the Error dialog appears as normally initially. However, if the user switches to another application and back, the Error dialog can disappear (it is under the Merge dialog in the UI). The mouse cannot clear this up (although the keyboard 'enter' or 'Esc' keys will be directed to the Error dialog and close everything. 2017-01-01 prculley * gramps/gui/utils.py, gramps/gui/widgets/progressdialog.py: bug 8128; fix progress meters for transient parent 2017-01-10 système * : commit 813361179f7f7418cae3a972f767eb801f899a87 Author: prculley Date: Sun Jan 8 17:46:43 2017 -0600 2017-01-07 prculley * gramps/plugins/tool/check.py: bug9873; fix Check & Repair for dbapi 2016-12-31 prculley * gramps/gui/dialog.py: bug 8128; Fix common error/warn dialogs to deal with modal parent Unmanaged dialogs are often called for errors, warnings, info etc. On Windows, If called from a modal parent window, they can be a bit confusing, since the parent window appears to still be active. This fix makes the parent window non-modal for the duration of the dialog, and then returns it to its original state. 2017-01-07 prculley * gramps/gen/db/generic.py, gramps/plugins/db/bsddb/undoredo.py: bug 9855; fix db undo/redo operation to delay signal emission Certain multiple commit transactions can leave the db in an inconsistent state in between commits. If signals are emitted at each commit, GUI elements can see the inconsistent state and report errors. This fix delays the signal emission until all the commits are complete, presuming that the db is consistent before and after the complete transaction. 2017-01-09 système * : commit 7e90144db353345d56c9aec5d81422651cd0f4e5 Author: arnaullv Date: Wed Jan 4 23:47:34 2017 +0100 2017-01-09 Nick Hall * gramps/gen/const.py: Revert "fix warnings on import order (pylint)" This reverts commit 86c4301cb9d6b8ad6b7222146099022b44b3d9df. 2017-01-09 Nick Hall * gramps/gen/db/generic.py: Rename method missed in previous commit See 7f24aca8131f911a3d6b3ec0f68f91788527b9a3. 2017-01-08 romjerome * gramps/gen/const.py: fix warnings on import order (pylint) 2017-01-01 système * gramps/cli/clidbman.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/utils/alive.py, gramps/plugins/db/dbapi/settings.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py: PR#284 9824: try to fix some remaining errors and warnings raised by pylint 2017-01-08 erikdrgm * po/nl.po: updated dutch translation 2017-01-08 Luigi Toscano * po/it.po: Refresh it.po using the current pot template 2017-01-07 système * : commit 5099b421e08a887a1dff918169e59ab615111c26 Author: Łukasz Rymarczyk Date: Sat Jan 7 10:04:48 2017 +0100 2017-01-07 romjerome * po/fr.po: 7276: typos 2017-01-07 romjerome * po/fr.po: 7276; fix some punctuation marks for french 2017-01-07 Matti Niemelä * po/fi.po: update finnish translation 2017-01-05 prculley * gramps/gen/utils/debug.py: Fix the debug module (profiling code) for current python libraries 2017-01-05 Zdeněk Hataš * po/cs.po: czech translation update 2017-01-05 romjerome * po/fr.po: update french translation 2017-01-05 romjerome * po/gramps.pot: update translation strings template 2017-01-05 romjerome * gramps/plugins/rel/rel_fr.py: 9243 9824: fix some warnings (pylint) score from 8.91 to 9.56 2017-01-04 système * : commit b9747506214949ec0828051e0c0c660c7dd265ed Author: vantu5z Date: Wed Jan 4 12:41:14 2017 +0300 2017-01-04 système * : commit 56280fa4186cea73d4186a391d5ed6cbcff3153f Author: arnaullv Date: Tue Jan 3 00:42:29 2017 +0100 2017-01-01 système * gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py: 7004: Only Event and Family Editors are checking if data_has_changed tidy up and consistency between editors on save() 2017-01-03 Nick Hall * gramps/gui/editors/editnote.py: 9878: Update note text before closing The object must be updated so that changes can be detected. 2017-01-03 Paul Franklin * gramps/gui/dbloader.py: fix file chooser's deprecation warnings in import dialog 2017-01-03 Paul Franklin * gramps/gui/dbloader.py: 9795: remember the last location of windows [import dialog, part 2] 2017-01-03 Paul Franklin * gramps/gui/dbloader.py: 9795: remember the last location of windows [import dialog, part 1] 2016-12-29 système * gramps/gen/config.py, gramps/gen/display/place.py, gramps/gui/configure.py, gramps/gui/views/treemodels/placemodel.py: 9851 2017-01-02 Paul Franklin * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade: 9795: remember the last location of windows [FTM] 2017-01-02 Paul Franklin * : commit 5acf75d6967e56587644064120000eeb7016de14 Author: Sam Manzi Date: Fri Dec 30 14:16:50 2016 +1100 2017-01-02 Paul Franklin * gramps/gen/const.py: tweak git_revision (VERSION has no newline, so git_revision shouldn't) 2017-01-01 système * gramps/gui/editors/editeventref.py, gramps/gui/glade/editeventref.glade: 9841: Support tag on EventRef Editor 2017-01-02 Zdeněk Hataš * po/cs.po: czech translation update 2017-01-01 Paul Franklin * : commit b6f9fbca9a4e5803e11c358a068db50b173c15dd Author: Tom Samstag Date: Sun Jan 1 01:53:42 2017 -0800 2017-01-01 Paul Franklin * gramps/gen/plug/_manager.py: fix typo (and test if Travis build still breaks, after PR312) 2017-01-01 prculley * gramps/plugins/test/test_exports.py: Fix test_exports to ignore changes in Gedcom Copyright year 2017-01-01 système * docs/conf.py, gramps/gen/const.py: Happy new year! 2016-12-31 Paul Franklin * gramps/plugins/drawreport/ancestortree.py: 9862: ancestor tree doesn't use replacements 2016-12-31 prculley * gramps/gui/glade/book.glade, gramps/gui/plug/report/_bookdialog.py: bug 9872: fix Windows issue; Book dialogs don't stay on top They are pushed to background if background window tooltip appears. Also, The book list display was not popping up above the dialog (no transient parent). 2016-12-29 prculley * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade: Add call to ManagedWindow.close() to dbman This is an update to "bug 8128; Fix 'Info' popup from Manage Family Trees' dialog for parent" 2016-12-30 Sam Manzi * : Merge pull request #306 from sam-m888/ChangeConfigKeysForAddons Change config keys to mention addon 2016-12-30 Sam Manzi * : Merge pull request #304 from sam-m888/ChangeWordingAddonRestart Restart addon message change wording 2016-12-26 prculley * gramps/gui/merge/mergeperson.py: bug 9854; Error dialog can become hidden behind merge dialog 2016-12-23 prculley * gramps/gen/merge/mergepersonquery.py, gramps/gui/merge/mergeperson.py: Bug 7928; Make merging people with complex families more friendly If families are complex, skip the family merge with a warning message rather than abort the persons merge 2016-12-29 prculley * gramps/gui/dbman.py, gramps/gui/managedwindow.py: bug 8128; Fix 'Info' popup from Manage Family Trees' dialog for parent 2016-12-29 Sam Manzi * : Merge pull request #302 from prculley/bug8128_gw bug 8128; Fix transient parent for popup 'Gramps Warnings' 2016-12-27 Paul Franklin * : Merge pull request #301 from prculley/bug8128_pm bug 9856; fix popup ProgressMonitor to find a parent for set_transient_for 2016-12-26 prculley * gramps/gui/views/listview.py: bug 9856; fix selected person not updated if changed in people list view 2016-12-24 Paul Franklin * gramps/gen/db/generic.py, gramps/plugins/db/bsddb/bsddb.py, gramps/plugins/db/bsddb/summary.py, gramps/plugins/db/dbapi/__init__.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/inmemorydb.py, gramps/plugins/db/dbapi/postgresql.py, gramps/plugins/db/dbapi/settings.py, gramps/plugins/db/dbapi/sqlite.py, gramps/plugins/importer/importprogen.py, gramps/plugins/lib/maps/kmllayer.py, gramps/plugins/lib/maps/libkml.py: put the correct FSF address into some (presumably cribbed) modules 2016-12-24 Paul Franklin * gramps/plugins/importer/importprogen.py: restore the ImportInfo to the new Pro-Gen importer 2016-12-24 Paul Franklin * gramps/gui/viewmanager.py: save quick backup's folder if backup aborted, if needed 2016-12-24 Paul Franklin * gramps/gui/viewmanager.py: 8868: Make XML backup dialog size persist [part 2] 2016-12-24 Paul Franklin * gramps/gui/viewmanager.py: 8868: Make XML backup dialog size persist [part 1] 2016-12-24 prculley * gramps/gui/dialog.py: Fix dialogs for Gtk deprecations 2016-12-20 prculley * gramps/gui/plug/_windows.py: Fix some Gtk deprecations in Plugin Manager 2016-12-09 prculley * gramps/gui/widgets/interactivesearchbox.py: Fix the Gobject deprecation (convert to GLib) in interactivesearchbox 2016-12-18 prculley * gramps/gui/plug/quick/_textbufdoc.py: fix some Gtk deprecations in textbufdoc (used by QuickReports etc.) 2016-12-23 Alois Poettker * gramps/plugins/importer/importprogen.py: 6896: Improve Pro-Gen importer 2016-12-23 Nick Hall * gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/tool/finddupes.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: Add window track to merge dialogs 2016-12-23 Paul Franklin * gramps/gui/merge/mergeperson.py: typos 2016-12-23 Jérôme Rapinat * gramps/cli/plug/__init__.py, gramps/gen/plug/report/utils.py, gramps/gui/editors/editattribute.py, gramps/gui/merge/mergeperson.py, gramps/gui/plug/_windows.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/siblings.py, po/gramps.pot: 7276: translate some currently-untranslated punctuation marks 2016-12-23 Paul Franklin * gramps/gui/glade/reorder.glade, gramps/gui/widgets/reorderfam.py: 9795: remember the last location of windows [Reorder] 2016-12-23 Josip * gramps/gui/glade/reorder.glade: 8128: GtkDialog mapped without a transient parent Fix Reorder Relationships dialog 2016-12-23 Sam Manzi * : Merge pull request #298 from prculley/bug9470 bug 9470; Don't allow selecton of Active or Home person until actually commited 2016-12-07 prculley * gramps/gui/views/listview.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/placetreeview.py: bug 8333; fix merge issue with Person Tree View 2016-12-21 Paul Franklin * gramps/gui/viewmanager.py: move two methods down slightly (to better check a forthcoming change) 2016-12-21 Paul Franklin * gramps/gen/config.py: enable a simple test for translated datestrings 2016-12-21 Paul Franklin * gramps/cli/user.py, gramps/gui/dbman.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/user.py, gramps/gui/viewmanager.py: give GUI User an optional parent, for when None would otherwise be used 2016-12-21 romjerome * gramps/plugins/lib/maps/osmgps.py: 9824: pylint error: map_type not set was pull request #284 2016-12-21 romjerome * gramps/plugins/importer/importgeneweb.py: 9824: pylint error: no enable_debug, move to LOG.debug was pull request #284 2016-12-21 romjerome * gramps/plugins/importer/importcsv.py: 9824: pylint error: raise Error as GrampsImportError was pull request #284 2016-12-21 romjerome * gramps/plugins/docgen/latexdoc.py: 9824: pylint error: missing explicit variable was pull request #284 2016-12-21 romjerome * gramps/plugins/docgen/odfdoc.py: 9824: pylint error: missing variable names was pull request #284 2016-12-21 romjerome * gramps/plugins/db/dbapi/settings.py: 9824: pylint error: explicit os module import was pull request #284 2016-12-21 romjerome * gramps/plugins/db/bsddb/summary.py: 9824: pylint error: LOG variable was not set was pull request #284 2016-12-21 romjerome * gramps/gui/widgets/styledtexteditor.py: 9824: pylint error: text variable does not exist for debug was pull request #284 2016-12-21 romjerome * gramps/gui/widgets/labels.py: 9824: pylint error: fix theme variable for AttributeError was pull request #284 2016-12-21 romjerome * gramps/gui/widgets/fanchartdesc.py: 9824: pylint error: 'nrchild' variable not set on this section was pull request #284 2016-12-21 romjerome * gramps/plugins/tool/notrelated.py: 9824: pylint error: fix a missing error module was pull request #284 2016-12-21 romjerome * gramps/plugins/db/bsddb/bsddb.gpr.py, gramps/plugins/db/dbapi/dbapi.gpr.py, gramps/plugins/db/dbapi/inmemorydb.gpr.py, gramps/plugins/db/dummydb.gpr.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/export/export.gpr.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/webreport/webplugins.gpr.py: 9824: pylint errors: explicit import for modules and variables on .gpr.py was pull request #284 2016-12-21 Matti Niemelä * po/fi.po: update finnish translation 2016-12-21 Sam Manzi * debian/changelog: 9161 Debian package -ignore old changelog 2016-12-20 prculley * gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/attributematch.py, gramps/plugins/quickview/reporef.py, gramps/plugins/quickview/siblings.py: bug 9844; fix QuickReports for Cairo crash when no objects found 2016-12-18 prculley * gramps/plugins/quickview/lineage.py: bug 9842; fix lineage quickreport when started from person with no parent 2016-12-18 prculley * gramps/gui/widgets/interactivesearchbox.py: bug 9478; fix quick search exception when nothing in searched list 2016-12-19 prculley * gramps/plugins/tool/finddupes.py: bug 9831: Fix HandleError when using finddupes tool to merge 2016-12-18 Paul Franklin * po/el.po: shoehorn in some missing (somehow) datestrings in el.po 2016-12-18 Paul Franklin * gramps/cli/plug/__init__.py, gramps/gen/plug/report/utils.py, gramps/gui/configure.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editfamily.py, gramps/gui/merge/mergeperson.py, gramps/gui/plug/_windows.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/views/navigationview.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/view/relview.py: 7276: translate some currently-untranslated punctuation marks 2016-12-17 prculley * gramps/gui/widgets/styledtexteditor.py: bug 9286; fix styledtext editing of LINK with URL as Visible element 2016-12-16 prculley * gramps/gui/widgets/styledtexteditor.py: bug 9285; fix detection of URLs in Styled text editor 2016-12-18 Paul Franklin * gramps/gui/configure.py: narrow GrampsPreferences if possible (e.g. in Greek it is 1138) 2016-12-17 Paul Franklin * gramps/gui/editors/editfamily.py: 9612: Problem adding parents [with Latin names] 2016-12-17 Paul Franklin * gramps/gui/logger/_errorview.py: center errorview dialog, and shorten it too 2016-12-17 prculley * gramps/gui/editors/editperson.py: bug 9470; Don't allow selecton of Active or Home person until actually commited 2016-12-13 prculley * gramps/gui/dbman.py: bug 8510 fix for special characters in Family Tree names 2016-12-17 Paul Franklin * gramps/gui/managedwindow.py, gramps/gui/plug/_windows.py, gramps/plugins/tool/changenames.glade, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eventcmp.glade, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mergecitations.glade, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.glade, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.glade, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/tools.gpr.py: 9795: remember the last location of windows [partial: some tools] 2016-12-17 Zdeněk Hataš * po/cs.po: czech translation update 2016-12-16 Nick Hall * gramps/cli/argparser.py, gramps/plugins/db/bsddb/write.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/inmemorydb.py, gramps/plugins/db/dummydb.py: Remove --databases command line option 2016-12-16 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/inmemorydb.py: Remove backup summary and auto-load Automatic backups are now saved to a user-defined directory. 2016-12-12 vantu5z * po/ru.po: update Russian translation 2016-12-15 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2016-12-15 romjerome * gramps/plugins/importer/importprogen.py: fix a missing import 2016-12-15 romjerome * gramps/gui/views/tags.py: Tag editor: Tweak improvement on buttons order 2016-12-15 SNoiraud * gramps/gui/widgets/grampletbar.py: 9340: The configparser is assuming the wrong encoding. 2016-12-14 Paul Franklin * gramps/gui/editors/editdate.py, gramps/gui/editors/editlink.py, gramps/gui/glade/editlink.glade, gramps/gui/plug/_guioptions.py: 9795: remember the last location of windows [partial: three more] 2016-12-14 Leonhaeuser * po/de.po: update German translation and fix missing line feed 2016-12-14 erikdrgm * po/nl.po: updated Dutch translation 2016-12-14 erikdrgm * : updated Dutch translation 2016-12-14 Leonhaeuser * po/de.po: fix for 0009696 and German translation update 2016-12-13 Nick Hall * gramps/gui/plug/export/_exportassistant.py: Tidy up export assistant multiple inheritance 2016-12-14 Sam Manzi * gramps/plugins/lib/libmetadata.py: 9801 Silence remaining PyGIWarning 2016-12-13 Paul Franklin * gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py: 9795: remember the last location of windows [export assistant] 2016-12-13 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9563: Sorting of relationships in family tab of narrated web report 2016-12-13 SNoiraud * gramps/plugins/webreport/narrativeweb.py: NarrativeWeb: Reduce the Report options window. 2016-12-12 Paul Franklin * gramps/gui/plug/quick/_textbufdoc.py, gramps/plugins/tool/check.glade, gramps/plugins/tool/check.py: 9795: remember the last location of windows [partial: two more] 2016-12-12 Paul Franklin * gramps/gen/utils/configmanager.py, gramps/gui/managedwindow.py: tweaks to saving config keys (save keys without default, pylint, etc.) 2016-12-12 Zdeněk Hataš * po/cs.po: czech translation update 2016-12-12 erikdrgm * po/nl.po: update Dutch translation121216 2016-12-11 Paul Franklin * gramps/gui/plug/report/_bookdialog.py, gramps/plugins/tool/verify.glade, gramps/plugins/tool/verify.py: 9795: remember the last location of windows [partial: verify] 2016-12-10 Paul Franklin * gramps/gen/config.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editname.py, gramps/gui/editors/editurl.py, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editlocation.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editurl.glade, gramps/plugins/tool/relcalc.py: 9795: remember the last location of windows [partial: eight more] 2016-12-10 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2016-12-10 Paul Franklin * gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/tool/sortevents.py, gramps/plugins/webreport/narrativeweb.py: enable custom filters in reports to select the center person 2016-12-10 Lajos Nemeséri * po/hu.po: update Hungarian translation 2016-12-09 Paul Franklin * gramps/plugins/textreport/recordsreport.py: make report dialog height less than 600, for smaller displays [RR] 2016-12-09 Paul Franklin * gramps/plugins/textreport/placereport.py: make report dialog height less than 600, for smaller displays [PR] 2016-12-09 Paul Franklin * gramps/plugins/textreport/kinshipreport.py: make report dialog height less than 600, for smaller displays [KR] 2016-12-09 Paul Franklin * gramps/plugins/textreport/familygroup.py: make report dialog height less than 600, for smaller displays [FGR] 2016-12-09 Paul Franklin * gramps/plugins/textreport/detancestralreport.py: make report dialog height less than 600, for smaller displays [DAR] 2016-12-09 Paul Franklin * gramps/plugins/textreport/descendreport.py: make report dialog height less than 600, for smaller displays [DR] 2016-12-09 Paul Franklin * gramps/plugins/textreport/birthdayreport.py: make report dialog height less than 600, for smaller displays [BAR] 2016-12-09 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: make report dialog height less than 600, for smaller displays [SC] 2016-12-09 Paul Franklin * gramps/plugins/drawreport/fanchart.py: make report dialog height less than 600, for smaller displays [FC] 2016-12-09 Paul Franklin * gramps/plugins/drawreport/descendtree.py: make report dialog height less than 600, for smaller displays [DT] 2016-12-10 Sam Manzi * gramps/plugins/gramplet/soundgen.py: Feature#1682: Enable copying Soundex result 2016-12-09 Nick Hall * gramps/gen/utils/location.py: 9799: Use latest valid date rather than today This is useful for historic places when an event date is not available. 2016-12-09 Nick Hall * gramps/gen/utils/location.py: 9813: Modify endonym handling in place displayer If no language code is matched, the default name is now the first in the list, rather than a name with no language code. 2016-12-09 Nick Hall * gramps/gen/display/place.py: 9737: Fix house number concatenation 2016-12-08 vantu5z * po/ru.po: update Russian translation 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Simplify _create_secondary_columns method Now only creates new columns. Removed update_secondary_values_table method. 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Rename rebuild_secondary_fields to _create_secondary_columns 2016-12-08 Paul Franklin * gramps/gen/config.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editsecondary.py: 9795: remember the last location of windows [partial: the editrefs] 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Remove a couple more unused methods 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Remove methods that create secondary indexes All indexes are created in the _create_schema method. 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/inmemorydb.py: Remove another unnecessary version file 2016-12-08 Paul Franklin * gramps/gen/config.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py: 9795: remember the last location of windows [partial: the selectors] 2016-12-08 Nick Hall * gramps/plugins/db/bsddb/read.py: Remove unused method 2016-12-08 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: Remove creation of unnecessary version files The BSDDB version is not relevant for DBAPI databases. The python version will always be 3 and the pickle upgrade "YES". 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/mysql.py, gramps/plugins/db/dbapi/settings.py: Remove MySQL backend 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Make update_backlinks method protected 2016-12-08 Nick Hall * gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/inmemorydb.py: Rename update_schema to _create_schema 2016-12-08 Matti Niemelä * po/fi.po: update finnish translation 2016-12-07 Espen Berg * gramps/plugins/rel/rel_no.py: Corrected some language typos in Norwegian version of relationship calculator 2016-12-07 Paul Franklin * gramps/gui/configure.py: reduce default width of preferences dialog (after [5dd88052]) 2016-12-07 Paul Franklin * gramps/gui/glade/displaystate.glade: give statusbar "warnings" dialog a less-ambiguous name 2016-12-07 Paul Franklin * gramps/gen/config.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py: 9795: remember the last location of windows [partial: merge dialogs] 2016-12-07 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Remove unused restore method 2016-12-07 Nick Hall * gramps/plugins/db/bsddb/backup.py, gramps/plugins/db/bsddb/write.py: Remove low-level bsddb backup code 2016-12-07 Nick Hall * gramps/gui/configure.py: Reduce minimum width of preferences dialog 2016-12-06 Nick Hall * gramps/gen/config.py, gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gui/configure.py, gramps/gui/displaystate.py, gramps/gui/viewmanager.py, gramps/plugins/db/bsddb/write.py, gramps/plugins/db/dbapi/inmemorydb.py: Add new backup preferences Allow user to specify a backup directory. Add option to backup on exit. Add option to autobackup at regular intervals. 2016-12-06 Paul Franklin * gramps/gui/viewmanager.py: make "quick backup" dialog slightly wider (workaround for 8868) 2016-12-06 Paul Franklin * gramps/gui/configure.py, gramps/gui/views/pageview.py: 9795: remember the last location of windows [ViewConfigureDialog] 2016-12-06 Paul Franklin * gramps/gen/config.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade: 9795: remember the last location of windows [partial: main editors] 2016-12-06 Paul Franklin * gramps/gen/config.py, gramps/gui/editors/filtereditor.py, gramps/gui/glade/rule.glade: 9795: remember the last location of windows [partial: filter dialogs] 2016-12-06 Paul Franklin * gramps/gui/editors/filtereditor.py: trap FilterError when creating and testing a new filter 2016-12-06 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: Remove drop_tables and reload methods These methods are not used and we would not normally want to drop all tables in a database. 2016-12-06 Nick Hall * gramps/plugins/importer/importxml.py: Fix import after removal of is_empty method 2016-12-06 Nick Hall * gramps/cli/grampscli.py, gramps/gen/db/generic.py, gramps/plugins/lib/libgedcom.py: Remove is_empty database method The existing get_total method can be used instead. 2016-12-06 Nick Hall * gramps/gen/db/base.py, gramps/plugins/db/dbapi/test/db_test.py: Fix get_total method and add unit tests 2016-12-06 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/test/db_test.py: 9541: Make metadata methods protected 2016-12-06 vantu5z * po/ru.po: update Russian translation 2016-12-06 erikdrgm * po/nl.po: Dutch translation61216 2016-12-05 Paul Franklin * gramps/gui/configure.py, gramps/gui/dbman.py, gramps/gui/glade/plugins.glade, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_windows.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py: 9795: remember the last location of windows [partial] 2016-12-06 SNoiraud * gramps/gui/views/navigationview.py: 7309: GtkDialog mapped without a transient parent 2016-12-06 Sam Manzi * : Merge pull request #279 from prculley/bug9768 fix for bugs 9768 and 9778, nonetype error when merging events or families 2016-12-06 Paul Culley * .travis.yml: Change travis.yml to provide lxml dependencies 2016-12-05 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/inmemorydb.py: 9541: Make backend methods protected 2016-12-05 SNoiraud * gramps/plugins/view/relview.py: 7309: Jump to Gramps ID functionality doesn't work for relview 2016-12-05 SNoiraud * gramps/plugins/view/pedigreeview.py: 7309: Jump to Gramps ID functionality added to pedigree 2016-12-05 SNoiraud * gramps/plugins/view/fanchart2wayview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py: 7309 : Remove trailing space. 2016-12-05 SNoiraud * gramps/plugins/view/fanchart2wayview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py: 7309: Jump to Gramps ID functionality added to *fanchart* 2016-12-05 Zdeněk Hataš * po/cs.po: czech translation update 2016-12-05 SNoiraud * gramps/gui/views/navigationview.py: 7309: Jump to Gramps ID functionality doesn't work 2016-12-05 romjerome * po/fr.po: update french translation 2016-12-05 romjerome * po/fr.po: typo on french translation 2016-12-05 romjerome * po/gramps.pot: 9276: update translation strings template 2016-12-05 romjerome * gramps/gui/views/treemodels/placemodel.py: 9276: ability to search alternate place names when selecting place 2016-12-05 vantu5z * po/ru.po: update Russian translation 2016-12-04 Paul Franklin * gramps/gui/editors/edittaglist.py: 9795: remember the last location of windows [partial: EditTagList] 2016-12-04 Paul Franklin * gramps/gui/clipboard.py, gramps/gui/managedwindow.py, gramps/gui/plug/report/_bookdialog.py: refine 64952408592e4a88651193735477347b2ec3dbe1 2016-12-04 Paul Franklin * gramps/gen/config.py, gramps/gui/clipboard.py, gramps/gui/glade/clipboard.glade, gramps/gui/managedwindow.py, gramps/gui/plug/report/_bookdialog.py: set up a window's initial configuration easier (size, etc.; see 9795) 2016-12-04 Josip * gramps/gen/db/base.py: fix missing imports part of bug 9820 NameError: name 'DbException' is not defined 2016-12-04 Espen Berg * po/nb.po: Some Norwegian bokmål translation for master copy. Still some work remaining... 2016-12-04 Sam Manzi * : Merge pull request #278 from prculley/bug9811 bug 9811; Fix for Relative media path incorrectly calculated for Windows 2016-12-04 Espen Berg * po/nb.po: Somewhat revised Norwegian language file. Still some work remaining 2016-12-03 Paul Franklin * gramps/gui/plug/report/_bookdialog.py: 9789: Book Report only works with the default values (master "4ffc5e3") 2016-12-03 Nick Hall * gramps/gen/db/base.py: Add missing base methods 2016-12-03 Nick Hall * gramps/plugins/db/dbapi/inmemorydb.py: Fix import 2016-12-03 Nick Hall * gramps/gen/db/generic.py: Tidy up code 2016-12-03 romjerome * po/fr.po: Update french translation 2016-12-03 romjerome * po/gramps.pot: update translation strings template 2016-12-03 romjerome * po/POTFILES.in: -update -m 2016-12-03 romjerome * gramps/plugins/tool/check.py: 9812: 'Check and Repair' tool ignores some objects with tag support 2016-12-02 erikdrgm * po/nl.po: Dutch translation 2016-12-01 prculley * gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py: bugs 9768 and 9778, nonetype error when merging events or families 2016-12-01 prculley * gramps/gen/utils/file.py: bug 9811; Relative media path incorrectly calculated for Windows 2016-11-29 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/postgresql.py, gramps/plugins/db/dbapi/sqlite.py, gramps/plugins/db/dbapi/test/db_test.py: 9748: Use COLLATE clause rather than locale specific columns 2016-12-01 Sam Manzi * : Merge pull request #275 from prculley/expdialog 8250 and 9736: avoid all other operations during export and fixes for export popup windows hidden. 2016-11-30 Nick Hall * gramps/cli/user.py: Update comments 2016-11-30 Nick Hall * gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gui/test/user_test.py: Fix User class unit tests 2016-11-30 vantu5z * po/ru.po: update Russian translation 2016-11-29 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: 9508: Fix place tree cursor 2016-11-29 Nick Hall * gramps/plugins/db/dbapi/test/db_test.py: Add database unit tests for sorted handles 2016-11-29 Nick Hall * gramps/gen/db/bookmarks.py, gramps/gen/db/generic.py, gramps/plugins/db/bsddb/read.py, po/POTFILES.skip: Create new module for DbBookmarks 2016-11-29 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Remove trailing semi-colon from SQL statements 2016-11-29 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: Arrange database methods into a more logical order 2016-11-29 romjerome * gramps/plugins/lib/maps/geography.py: 9815: Fix clear map action on Geography 2016-11-28 Paul Franklin * gramps/gen/plug/report/_book.py, gramps/gui/plug/report/_bookdialog.py: 9789: Book Report only works with the default values (master "4ffc5e3") 2016-11-28 Nick Hall * gramps/gen/db/generic.py: Remove unused database method 2016-11-28 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Remove trailing whitespace 2016-11-28 Nick Hall * gramps/gen/db/generic.py: 9742: Remove table map classes The Table, Map, MetaCursor and DbGenericTxn classes are no longer used. 2016-11-26 Nick Hall * gramps/gen/db/generic.py, gramps/gen/db/undoredo.py, gramps/plugins/db/dbapi/dbapi.py: 9810: Fix undo/redo reference updates Also rewrite to avoid using table maps. 2016-11-26 Paul Franklin * gramps/gen/config.py, gramps/gen/plug/report/_book.py, gramps/gui/glade/book.glade, gramps/gui/plug/report/_bookdialog.py: 9789: Book Report only works with the default values (master "4ffc5e3") 2016-11-25 Bastien Jacquet * gramps/gen/display/name.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchart2way.py, gramps/gui/widgets/fanchartdesc.py, gramps/plugins/gramplet/fanchart2waygramplet.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/fanchart2wayview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/view.gpr.py, images/hicolor/scalable/actions/gramps-fanchart2way.svg: Feature: Gep-030 FanChart2Way ...New FanChart consisting of both ascendants and descendants. It can be checked-out there : https://sourceforge.net/u/bubblegum00/gramps/ci/geps/gep-030-FanChart2Way/~/tree/ I find it quite handy, so please let me know if you have any comments or suggestions. NB: I heavily cleaned up the FanChart code on my way. Regards, Bastien Jacquet https://sourceforge.net/p/gramps/mailman/message/32908110/ ........................................................ Refactor fanchart for further modification Fix radial text pos_start radian alignment Simplify father's and mother's details getter Rename draw_gradient to draw_gradient_legend refactor prepare_background_box Add option not to flip names Add a display_format(self, person, num) function as proposed by Benny Malengier on 2012-12-13 It just returns name_display.name_formats[num][_F_FN](person.get_primary_name()) Add option to show the name on two lines Allow for variable radius depending on generation Switch to WORD_CHAR wrapping of name (ie word, and char if 0-length word) Move rescaling tentative inside wrap_truncate_layout Fix person_under_cursor bugs Refactor root angle computation Refactor code positionning the fan Refactor personpos_at_angle move implementation of person_under_cursor outside of FanChartBaseWidget class Change draw_person to take angles in radians Use same structure for innerring as for outerring Uses cursor_to_polar and cursor_on_tranlation_dot Slightly change person_under_cursor logic to return an "address" in the fan Uses radian_in_bounds to compare angles modulo 2 PI Fixup test on cursor over inner ring Fix Center size for FanchartDesc Fixup fanchart check up to last generation Give same signature to draw_person Refactor the common code of self.draw_person in a single function in Base class Fix center box comment Refactoring inside celladdress Remove manual central box drawing since done with draw_person Fixup draw_person color for duplicates Use draw_person for central person too Make __compute_angle and __rec_fill_data public for use in FanChart2Way Add 2Way View Rewrite create_map_rect_to_sector to allow bottom-outside-oriented text-arc Allow to automatically right upside-up bottom arc-text Correct icons for Fanchart2Way Small code refactoring Refactor code of fanchartdesc to use self.rootangle_rad Rename change_slice to toggle_cell_state Fanchart2Way code formating and changes Small refactoring of fanchartdesc innerring fill data Remove the name from the local temporary data structure Remove the name from the local temporary data structure (in Fanchart2Way) Change background gradient to follow the user-selected gradient colors rename parentsroot to innerring Some renaming for clearer code Show last generation of partners in descendant fanchart Show last partner in Fanchart2Way Fanchart2Way : Add option to disable gradient on the background Fixup flipupsidedownname parameter for gramplet usage of fancharts Fixup twolinename parameter for gramplet usage of fancharts Add FanChart2Way in available gramplets Tentative fix for last view on Fanchart2Way Show step-sibling in Fancharts context-menu Fix overestimation of descendant halfdist (SM) Trailing White spaces removed (SM) Fix config box Table Grid (SM) Move Icons gramps-fanchart2way to new location (SM) Add Copyright for Bastien Jacquet (SM) Fix BSDDB AttributeError NoneType object has no attr (SM) Update patch to account for bug 9771; fix missing right-click menu items (Nick Hall/eno93) Fix set_text method takes the length of the utf-8, not the length of the unicode as the second parameter ((Gramps.py:3697): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()) 2016-11-26 romjerome * debian/control: 9801: recommend 'gir1.2-goocanvas-2.0' on debian package 2016-11-26 romjerome * gramps/plugins/tool/check.py: 8555: Database repair tool always modify all source objects 2016-11-12 Tom Hughes * gramps/gui/clipboard.py, gramps/gui/widgets/multitreeview.py: Re-enable selection in MultiTreeView on a drag-end event In 201f4a5e517ae5d84fbbde95113ecdf9c7e7bb62 we made grab_broken re-enable selection because GTK 3.18 and later no longer send a fake button release event. The sending of grab broken is an implementation detail of DnD on X based systems however, and at least some GTK backends do not generate this, wayland being one example. So we now use drag-end instead which is always sent to the source when a DnD operation completes. 2016-11-25 Sam Manzi * : Merge pull request #274 from SNoiraud/9378 9378: Quick Backup: remember Media (include/exclude) setting 2016-11-24 Nick Hall * gramps/gen/merge/diff.py: Remove unused function 2016-11-22 Nick Hall * gramps/cli/arghandler.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/gen/db/__init__.py, gramps/gen/db/utils.py, gramps/gen/dbstate.py, gramps/gen/filters/rules/test/event_rules_test.py, gramps/gen/filters/rules/test/family_rules_test.py, gramps/gen/filters/rules/test/media_rules_test.py, gramps/gen/filters/rules/test/note_rules_test.py, gramps/gen/filters/rules/test/person_rules_test.py, gramps/gen/filters/rules/test/place_rules_test.py, gramps/gen/filters/rules/test/repository_rules_test.py, gramps/gen/lib/test/field_test.py, gramps/gen/lib/test/struct_test.py, gramps/gen/merge/diff.py, gramps/gen/utils/test/file_test.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/editors/test/test_editreference.py, gramps/plugins/db/bsddb/test/grampsdbtestbase.py, gramps/plugins/db/dbapi/test/db_test.py, gramps/plugins/test/test_imports.py, gramps/plugins/test/test_reports.py, po/POTFILES.skip, test/LosHawlos_db_test.py: Create module for database utilities 2016-11-24 Matti Niemelä * po/fi.po: Update finnish translation 2016-11-24 romjerome * po/fr.po: typo on french translation 2016-11-22 Nick Hall * gramps/plugins/gramplet/locations.py: 9534: Exclude places outside valid date ranges 2016-11-21 Paul Franklin * gramps/gen/config.py, gramps/gui/glade/book.glade, gramps/gui/plug/report/_bookdialog.py: enable book selector dialog to remember its size 2016-11-21 Paul Franklin * gramps/gen/plug/report/_book.py: 9789: Book Report only works with the default values (master "4ffc5e3") 2016-11-21 Zdeněk Hataš * po/cs.po: czech translation update 2016-11-20 Josip * : Merge pull request #272 from prculley/bug9787 bug 9787; fix right-click menus crash caused by PR268 2016-11-17 romjerome * po/fr.po: Update french translation 2016-11-17 Lajos Nemeséri * po/hu.po: Update Hungarian translation 2016-11-17 romjerome * po/gramps.pot: Update template 2016-11-16 prculley * gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py: Fix trailing whitespace and remove old code comment 2016-11-04 SNoiraud * gramps/gen/plug/docgen/basedoc.py, gramps/gui/displaystate.py, gramps/gui/managedwindow.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py: 8250 and 9736: avoid all other operations during export and fixes for export popup windows hidden. 2016-11-16 SNoiraud * gramps/gen/config.py, gramps/gui/viewmanager.py: 9378: Quick Backup: remember Media (include/exclude) setting 2016-11-16 vantu5z * po/ru.po: update russian translation 2016-11-16 romjerome * : Merge pull request #273 from prculley/galxlt Fix translation confusion on 'View' noun/verb 2016-11-15 prculley * gramps/gui/editors/displaytabs/gallerytab.py: Fix translation confusion on 'View' noun/verb 2016-11-15 SNoiraud * gramps/plugins/view/geoplaces.py: Geography: Add kmls for the geography places view. 2016-11-14 prculley * gramps/gui/editors/displaytabs/embeddedlist.py: remove excess space in front of right-click menus in embedded lists 2016-11-14 prculley * gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editfamily.py: bug 9787; fix right-click menus crash caused by PR268 2016-11-14 Paulo Henrique Moraes * po/pt_BR.po: Update and corrections. 2016-11-12 Josip * setup.py: add plugins/db/dbapi/settings.ini to setup 2016-11-12 Josip * gramps/grampsapp.py: Support for Windows Python3 pythonw.exe 2016-11-12 Sam Manzi * : Merge pull request #269 from prculley/nameedit fix name_displayer.add_name_format so it won't create duplicates 2016-11-12 Sam Manzi * : Merge pull request #266 from prculley/docstr update db/base.py with better docstring, new methods etc. 2016-11-02 prculley * gramps/gen/db/base.py: pylint cleanup 2016-11-02 prculley * gramps/gen/db/base.py: update db/base.py with better docstring, new methods etc. 2016-11-12 Sam Manzi * : Merge pull request #264 from prculley/bug9765 bug 9765; fix citation tree view for HandleError exceptions 2016-11-03 prculley * gramps/gui/configure.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/widgets/fanchart.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py: bug 9771; Remove icons from various right-click and other menus 2016-11-05 Sam Manzi * : Merge pull request #263 from prculley/bug9767 Bug9767 Fix LDS editor for 'Family' related issues 2016-11-05 Sam Manzi * : Merge pull request #259 from prculley/bug9522 bug 9522; fix fault when viewing family events with event gramplet 2016-11-03 Paul Franklin * gramps/gen/config.py, gramps/plugins/tool/relcalc.glade, gramps/plugins/tool/relcalc.py: enable relationship calculator tool to remember its size 2016-11-03 Paul Franklin * gramps/gen/config.py, gramps/gui/editors/addmedia.py, gramps/gui/glade/addmedia.glade: enable 'Select a media object' dialog to remember its size 2016-11-03 Zdeněk Hataš * po/cs.po: czech translation update fixed end characters and typo 2016-11-02 Paul Franklin * gramps/gen/config.py, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py: enable merge dialogs to remember their size 2016-11-02 prculley * gramps/gui/editors/editldsord.py: Remove Icon setup, since this is covered in glade file via another commit 2016-10-30 prculley * gramps/gui/editors/editldsord.py: bug9787 Fix LDS editor for 'Family' related issues 2016-11-02 Nick Hall * gramps/gui/editors/test/test_editreference.py: Fix unit test 2016-11-01 Nick Hall * gramps/gui/glade/editldsord.glade: 9767: Fix icon and tooltip in LDS editor The icon on the family selection button was removed by mistake in commit 75009f0. 2016-11-01 Nick Hall * gramps/gen/lib/test/struct_test.py, gramps/gui/editors/test/test_editreference.py: Remove redundant imports 2016-11-01 Nick Hall * gramps/gen/dbstate.py: Remove unused method Also removes an import from outside the gen module. 2016-11-01 Nick Hall * gramps/gen/dbstate.py: Remove old django code 2016-10-31 Sam Manzi * : Merge pull request #256 from prculley/codecov Improve test coverage in the Gedcom importer 2016-10-24 prculley * gramps/plugins/test/test_imports.py: Fix Mock localtime to return same val in Linux & Windows 2016-10-24 prculley * data/tests/imp_PhonFax_dfs.ged, data/tests/imp_PhonFax_dfs.gramps, data/tests/imp_notetest_dfs.gramps, data/tests/imp_sample.ged, data/tests/imp_sample.gramps, gramps/gen/utils/unknown.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/test/test_imports.py: Improve test coverage in the Gedcom importer 2016-10-29 prculley * data/tests/exp_sample.gramps, data/tests/exp_sample.vcf, data/tests/exp_sample_ged.ged, gramps/gen/utils/resourcepath.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/test/test_exports.py: Bug 8887 Add PEDI and _FREL/_MREL Gedcom Tag Export support 2016-10-29 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Improve efficiency of get_tag_from_name method 2016-10-29 Nick Hall * gramps/plugins/db/dbapi/test/db_test.py: Add more database unit tests 2016-10-28 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Tidy up some SQL 2016-10-28 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: 9744: Tidy up _get_raw_*_from_id_data methods 2016-10-28 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/proxybase.py, gramps/plugins/db/bsddb/read.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/test/db_test.py, gramps/plugins/db/dummydb.py: 9744: Tidy up iterators Remove order_by parameter. Add unit tests. 2016-10-28 Nick Hall * gramps/gen/db/base.py: Remove unused method 2016-10-28 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: 9744: Tidy up commit_* methods 2016-10-28 Sam Manzi * MANIFEST.in, debian/rules, setup.py: Fixes for install after removal of old LICENSE 2016-10-27 MJBMZ * gramps/plugins/graph/gvfamilylines.py: 9082: Show more place types in family lines graph 2016-10-27 MJBMZ * gramps/plugins/graph/gvfamilylines.py: Fix indent 2016-10-27 Nick Hall * LICENSE: Remove old LICENSE file This file contained the GFDL relating to the Gramps documentation, which is no longer distributed with the source code. The GPL2 licence can be found in the COPYING file. 2016-10-27 Sam Manzi * : Merge pull request #252 from prculley/bug9755 bug 9755, fix duplicated Gramps IDs on Gedcom import 2016-10-25 Nick Hall * gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/test/db_test.py: Add more database unit tests 2016-10-25 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/plugins/db/bsddb/test/db_test.py, gramps/plugins/db/bsddb/write.py, gramps/plugins/db/dbapi/dbapi.py: Remove build_surname_list and save_surname_list from public API 2016-10-25 Nick Hall * gramps/gen/db/generic.py: Remove unused database method 2016-10-23 Nick Hall * gramps/gen/db/dbconst.py, gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/mysql.py, gramps/plugins/db/dbapi/postgresql.py, gramps/plugins/db/dbapi/sqlite.py, gramps/plugins/db/dbapi/test/db_test.py: 9742: Rewrite cursors to avoid using table maps 2016-10-25 prculley * gramps/plugins/gramplet/events.py: bug 9522; fix fault when viewing family events with event gramplet 2016-10-24 vantu5z * po/ru.po: update russian translation 2016-10-23 Nick Hall * gramps/plugins/db/dbapi/test/db_test.py: Add some database unit tests 2016-10-23 Paul Culley * : Merge pull request #249 from prculley/bug9694 bug 9694, fix Gedcom import with no VERSion (very old Gedcom) crash 2016-10-23 Paul Culley * : Merge pull request #247 from prculley/vcard bug 9458, fix Import Vcard can create multiple surnames with all selected as 'Primary' 2016-10-23 Matti Niemelä * po/fi.po: Update finnish translation, template generated via './genpot.sh' 2016-10-23 romjerome * po/update_po.py: 9328: enable debug flag on 'xgettext' for python files 2016-10-23 romjerome * gramps/plugins/importer/importvcard.py, po/gramps.pot: Fix format string (order, RTL, LTR) 9759: update template 2016-10-21 SNoiraud * gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/quick/_textbufdoc.py: 8250 and 9736 : remove patchs. need to found another solution. 2016-10-19 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: 9744: Tidy up get_number_of_* methods 2016-10-19 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py: 9757: [Geography] update map tiles on demand 2016-10-19 prculley * data/tests/imp_sample.ged, data/tests/imp_sample.gramps, gramps/plugins/lib/libgedcom.py: bug 9755, fix duplicated Gramps IDs on Gedcom import 2016-10-18 Nick Hall * gramps/gen/db/generic.py: Remove redundant id maps 2016-10-18 Nick Hall * gramps/plugins/db/bsddb/read.py, gramps/plugins/importer/importprogen.py, gramps/plugins/lib/libgedcom.py: Modify to avoid using id maps 2016-10-18 vantu5z * po/ru.po: update russian translation 2016-10-17 Nick Hall * gramps/plugins/tool/check.py, gramps/plugins/tool/reorderids.py: Modify to avoid using table maps 2016-10-17 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Use KEY_TO_NAME_MAP to get table names 2016-10-17 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: 9742: Avoid using table maps in commit methods 2016-10-17 Nick Hall * gramps/gen/db/generic.py: Remove redundant table maps 2016-10-17 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: 9742: Rewrite remove_* methods Avoid using table maps in _do_remove. 2016-10-17 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: 9744: Tidy up get_raw_*_data methods 2016-10-17 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: 9744: Tidy up has_*_handle methods 2016-10-16 SNoiraud * gramps/gui/plug/quick/_textbufdoc.py: 9736: Export options 'Preview' buttons create hidden quickreport. 2016-10-16 prculley * gramps/plugins/lib/libgedcom.py: bug 8993; fix Gedcom import in some alternate languages; improper date parsing 2016-10-16 prculley * gramps/plugins/test/test_tools.py, gramps/plugins/tool/check.py, gramps/plugins/tool/testcasegenerator.py: Update Tool 'Check & Repair' and 'TestCaseGenerator' to detect and repair duplicate Gramps IDs 2016-10-16 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: 9742: Rewrite get_*_gramps_ids methods Use get_gramps_ids rather than table maps. 2016-10-16 Nick Hall * gramps/gen/db/generic.py: 9742: Rewrite find_next_*_gramps_id methods Use has_gramps_id rather than table maps. 2016-10-15 Nick Hall * gramps/gen/db/generic.py, gramps/gen/lib/test/field_test.py, gramps/plugins/db/bsddb/write.py: Remove get_transaction_class method 2016-10-15 Nick Hall * gramps/gen/db/generic.py: Remove redundant Environment class 2016-10-15 Paul Culley * : Merge pull request #246 from prculley/pylint Pylint on Check and Repair, Test Case Generator tools 2016-10-14 Nick Hall * gramps/gen/db/generic.py: 9742: Rewrite get_*_from_gramps_id methods Use _get_raw_*_from_id_data methods rather than table maps. 2016-10-14 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: 9742: Tidy up has_*_handle methods Rename has_handle_for_* methods to has_*_handle methods. 2016-10-14 Nick Hall * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: 9742: Tidy up get_raw_*_data methods Remove protected methods. Avoid the use of table maps. 2016-10-13 Nick Hall * gramps/gen/db/generic.py, gramps/gen/lib/person.py, gramps/plugins/db/dbapi/dbapi.py: 9746: Remove duplicate columns in person table 2016-10-13 Nick Hall * gramps/gen/lib/family.py: 9745: Remove name columns from the family table The same information can be obtained using a join to the person table. 2016-10-13 Paul Franklin * gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py: handle some report pathological cases (better) 2016-10-13 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: Tidy up schema These changes produce a neater schema output in sqlite3. 2016-10-13 Nick Hall * gramps/plugins/db/dbapi/dbapi.py: 9747: Remove index on primary key column Primary key columns are already indexed. 2016-10-12 Nick Hall * gramps/plugins/test/test_reports.py: Remove unused Select API code 2016-10-12 Nick Hall * gramps/plugins/db/test/db_test.py: Remove Select API unit tests 2016-10-12 Nick Hall * README.md, gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/db/test/test_where.py, gramps/gen/db/where.py, gramps/gen/lib/struct.py, gramps/gen/lib/test/struct_test.py, gramps/plugins/db/dbapi/dbapi.py: 9749: Move experimental Select API code into a branch 2016-10-12 Paul Franklin * gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_dateparser.py: 9739: Wrong parsing Numeric date format for cs_CZ locale 2016-10-12 SNoiraud * gramps/plugins/view/geoplaces.py: Geography: add a message in geoplaces to change the markers color. 2016-10-11 Nick Hall * gramps/gui/views/pageview.py: 7116: remember size of sidebar within the main window 2016-10-11 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/markerlayer.py, gramps/plugins/view/geoplaces.py: 8447: [geography] Assign different colours to marker 2016-10-11 SNoiraud * gramps/gui/plug/quick/_textbufdoc.py: 9736: Export options 'Preview' buttons create hidden quickreport. 2016-10-10 Paul Franklin * gramps/gui/grampsgui.py: tweak (correct exit status for pathological case of no DISPLAY) 2016-10-09 Nick Hall * gramps/plugins/tool/verify.py: Revert changes to database variable names Using "db" as variable name for a database instance is perfectly acceptable. It is defined as a good variable name in the .pylintrc file. 2016-09-29 MJBMZ * gramps/plugins/graph/gvfamilylines.py: Add thumbnail size option to family lines graph 2016-10-08 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 5546: Include "relationship to home person" on the "[C.I.] Report" 2016-10-08 Josip * : 7601: Support for Retina Display / HiDPI add 24x24 icons 2016-10-08 Josip * setup.py: 7601: Support for Retina Display / HiDPI GTK_ICON_SIZE_LARGE_TOOLBAR Size appropriate for large toolbars (24px) 2016-10-07 prculley * gramps/plugins/lib/libgedcom.py: bug 9694, fix Gedcom import with no VERSion (very old Gedcom) crash 2016-10-06 prculley * data/tests/imp_vcard.difs, gramps/plugins/importer/importvcard.py: bug 9458, fix Import Vcard can create multiple surnames with all selected as 'Primary' 2016-10-06 vantu5z * po/ru.po: update russian translation 2016-09-27 prculley * gramps/plugins/test/test_tools.py, gramps/plugins/tool/check.py, gramps/plugins/tool/testcasegenerator.py: Pylint on Check and Repair, Test Case Generator tools 2016-10-04 Paul Franklin * gramps/plugins/tool/verify.py: increase pylint score from 2.53 to 9.54 2016-10-02 Paul Franklin * gramps/gen/plug/report/utils.py: increase pylint score from 7.13 to 9.68 2016-10-02 Paul Franklin * data/tests/child-father-child-loop.gramps, data/tests/datetest.gramps, data/tests/test_complex_loop.gramps, example/gramps/child-father-child-loop.gramps, example/gramps/datetest.gramps, example/gramps/test_complex_loop.gramps: move files for testing gramps out of example/gramps, per Nick 2016-10-01 Zdeněk Hataš * po/cs.po: czech translation update 2016-10-01 Sam Manzi * : Merge pull request #244 from prculley/vcard Make VCARD import errors into user dialog instead of logger.warning 2016-09-27 prculley * gramps/plugins/importer/importvcard.py: Fix to translate strings for international use 2016-09-25 prculley * gramps/plugins/importer/importvcard.py: Make VCARD import errors into user dialog instead of logger.warning 2016-09-28 romjerome * data/man/en.rst, data/man/gramps.1.in: typo, Change FICHIER to File, rev 8e5e83 2016-09-28 Lajos Nemeséri * po/hu.po: Update Hungarian translation 2016-09-28 SNoiraud * gramps/plugins/db/dummydb.py: 9725: dummydb : AttributeError: 'str' object has no attribute 'decode' 2016-09-28 Sam Manzi * data/man/en.rst: Change FICHIER to File ( 7c534d3bd ) 2016-09-28 Sam Manzi * : Merge pull request #241 from prculley/9717 Fix bug 9717, XML import with env language other than utf8, has bad progress meter 2016-09-28 Sam Manzi * : Merge pull request #237 from prculley/check Update Check & Repair tool & Test Case Generator tool to fix bad alternative Place names 2016-09-25 Nick Hall * gramps/gui/glade/styleeditor.glade: 9721: Fix alignment radio buttons in style editor 2016-09-25 Sam Manzi * : Merge pull request #243 from sam-m888/sphinxupdates Sphinxupdates 2016-09-25 Sam Manzi * docs/conf.py: Silence Sphinx warning we don't use html_static_path 2016-09-25 Sam Manzi * docs/gen/gen_lib.rst: Rename mediaobj to media 2016-09-25 Sam Manzi * docs/date.rst: Rename DateDisplaySR_latin to DateDisplaySR_Latin 2016-09-25 Sam Manzi * docs/coregui/gui_widgets.rst: FadeOut removed from ValidatableMaskedEntry 2016-09-22 prculley * gramps/plugins/test/test_imports.py: quiet down the import tests 2016-09-25 Sam Manzi * docs/update_doc.py: Python 3.3 sys.platform change / spelling 2016-09-25 Sam Manzi * docs/conf.py: Update Docs copyright year 2016-09-24 prculley * gramps/plugins/importer/importxml.py: Fix bug 9717, XML import with env language other than utf8, has bad progress meter 2016-09-21 prculley * gramps/plugins/test/test_tools.py, gramps/plugins/tool/check.py, gramps/plugins/tool/testcasegenerator.py, gramps/test/test_util.py: Add tests 2016-09-07 prculley * gramps/plugins/tool/check.py, gramps/plugins/tool/testcasegenerator.py: Check & Repair: add fix for bad alt place names 2016-09-24 Doug Blank * gramps/gen/config.py, gramps/gen/db/generic.py: DB-API: make autobackup configurable Via command line: gramps --config=database:autobackup:1 ## True gramps --config=database:autobackup:0 ## True Or by editing gramps.ini. 2016-09-23 Doug Blank * gramps/gen/lib/tableobj.py: DB-API: ignore errors on secondary field lookups 2016-09-23 Doug Blank * gramps/gen/dbstate.py: 9538: gramps.gen.dbstate.DbState.make_database doesn't handle 'else' branch 2016-09-23 Doug Blank * gramps/plugins/db/dbapi/dbapi.py: 9710: dbapi pylint issues, adjustment 2016-09-23 Doug Blank * gramps/gen/db/where.py: 9710: where documentation 2016-09-23 Doug Blank * gramps/plugins/db/dbapi/dbapi.py: 9710: dbapi pylint issues 2016-09-23 SNoiraud * gramps/plugins/gramplet/coordinates.py: 9704: Events coordinates : add menu to edit place or event. 2016-09-23 SNoiraud * gramps/plugins/gramplet/coordinates.py, gramps/plugins/gramplet/gramplet.gpr.py: 9704: Events coordinates : add place ID. 2016-09-22 Doug Blank * : Merge pull request #239 from dsblank/master DB-API: Getting a handle that doesn't exist now raises error, like BSDDB 2016-09-22 Doug Blank * gramps/gen/filters/rules/person/_isduplicatedancestorof.py: Revert "Take care of possibly missing family" This reverts commit cb1a8e85b649c8c1fb0b6f429b207759a47dc0c7. 2016-09-22 Doug Blank * gramps/gen/filters/rules/person/_isduplicatedancestorof.py: Take care of possibly missing family 2016-09-22 Doug Blank * gramps/gen/db/generic.py: DB-API: Getting a handle that doesn't exist now raises error, like BSDDB 2016-09-22 vantu5z * po/ru.po: update russian translation 2016-09-22 SNoiraud * gramps/plugins/lib/maps/osmgps.py: Geography : add the possibility to add new unsupported map 2016-09-22 SNoiraud * gramps/plugins/gramplet/coordinates.py, gramps/plugins/gramplet/gramplet.gpr.py: 9704: Events Gramplet should show events in Family Geography 2016-09-20 Sam Manzi * : Merge pull request #238 from sam-m888/vcardexportoptions Add Export Options filter to Vcard Export 2016-09-19 SNoiraud * gramps/gen/lib/notetype.py, gramps/plugins/tool/removeunused.py: 9688: Remove Unused Objects tool reports linked notes as unused. 2016-09-19 Sam Manzi * : Merge pull request #236 from prculley/bug9697 bug 9697, fix Test Case Generator to avoid GUI progress meter in CLI mode 2016-09-17 Sam Manzi * gramps/plugins/export/exportvcard.py: Add Export Options filter to Vcard Export 2016-09-16 SNoiraud * gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/selectors/baseselector.py: 9700: Select Place search & Source/Citation hierarchy should NOT be expanded 2016-09-16 romjerome * po/fr.po: Update french translation 2016-09-16 Matti Niemelä * po/fi.po: Update finnish translation 2016-09-15 Paul Franklin * gramps/cli/argparser.py, gramps/plugins/db/dummydb.py: fix "gramps --databases" 2016-09-14 Paul Franklin * gramps/plugins/webreport/webcal.py: 4827: HTML-Export, make language selectable (WebCal tweaks) 2016-09-14 prculley * gramps/plugins/tool/testcasegenerator.py: bug 9697, fix Test Case Generator to avoid GUI progress meter in CLI mode 2016-09-13 Paul Franklin * gramps/plugins/webreport/narrativeweb.py: 4827: HTML-Export, make language selectable (NarWeb filter name) 2016-09-14 Sam Manzi * : Merge pull request #232 from prculley/csvfix 9676 CSV import fails for certain types of cross references 2016-09-14 Sam Manzi * : Merge pull request #233 from prculley/exportfax Gedcom Export; fix support for PHON, FAX, EMAIL, WWW tags to v5.5.1 standard 2016-09-13 Paul Culley * : Merge pull request #235 from prculley/9682CandR bug 9682 fix Check & repair so it won't crash with bad 'get_from_handle' 2016-09-13 Sam Manzi * : Merge pull request #227 from phejl/master 0009626: Google map API now requires a key 2016-09-12 Sveinn í Felli * po/is.po: Add 9693: Icelandic translation update 2016-09-11 Paul Franklin * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/geography.gpr.py: 8128: GtkDialog mapped without a transient parent (*.gpr.py) 2016-09-11 vantu5z * po/ru.po: update russian translation 2016-09-10 Paul Franklin * gramps/plugins/gramplet/statsgramplet.py: tweak statistics gramplet One line of this is a typo left over from 8350859 and the two "if"s are due to interacting with the present DummyDb. 2016-09-10 Paul Franklin * gramps/cli/user.py, gramps/gen/user.py, gramps/gui/aboutdialog.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/dialog.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplacename.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/filtereditor.py, gramps/gui/grampsgui.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergeperson.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/tool.py, gramps/gui/test/user_test.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/tags.py, gramps/gui/widgets/grampletbar.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/leak.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/findloop.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: remove temporary debugging flags 2016-09-10 Paul Franklin * gramps/gui/viewmanager.py: remove dead code from ViewManager 2016-09-10 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2016-09-10 SNoiraud * gramps/plugins/webreport/webcal.py: 4827: HTML-Export, make language selectable ... (Webcal) 2016-09-10 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 0004827: HTML-Export, some missing translations + pylint 2016-09-09 SNoiraud * gramps/plugins/webreport/webcal.py: Webcal : some cleaning and best pylint score 2016-09-09 SNoiraud * gramps/plugins/webreport/webcal.py: 4827: HTML-Export, make language selectable (WebCal) 2016-09-07 prculley * gramps/plugins/tool/check.py: bug 9682 fix Check & repair so it won't crash with bad 'get_from_handle' 2016-09-08 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 4827: HTML-Export, make language selectable independently (Narrativeweb) 2016-09-07 Paul Culley * : Merge pull request #230 from sam-m888/9642AdjustGedcomStageOneNotes 9642 Adjust GedcomStageOne notes Parsing 2016-09-06 prculley * gramps/plugins/export/exportgedcom.py: Fix trailing whitespace 2016-09-04 prculley * data/tests/exp_sample.gramps, data/tests/exp_sample.gw, data/tests/exp_sample.vcf, data/tests/exp_sample.vcs, data/tests/exp_sample.wft, data/tests/exp_sample_ged.ged, gramps/plugins/export/exportgedcom.py: Gedcom Export; fix support for PHON, FAX, EMAIL, WWW tags to v5.5.1 standard 2016-09-06 prculley * gramps/plugins/importer/importcsv.py: Put back Titlecase versions of strings to be translated 2016-09-05 prculley * data/tests/imp_sample_csv.csv, data/tests/imp_sample_csv.gramps: update test files 2016-09-05 prculley * gramps/plugins/importer/importcsv.py: bug 9676 CSV import, fix failure for certain types of cross references 2016-09-04 Paul Franklin * gramps/gen/plug/docgen/graphdoc.py: clarify new Graphviz backend option 2016-08-30 prculley * data/tests/imp_CustTags.gramps, data/tests/imp_FTM_16dec2015a-mod1.gramps, data/tests/imp_FTM_PHOTO.gramps, data/tests/imp_Latin_1_CR.gramps, data/tests/imp_Latin_1_CRLF.gramps, data/tests/imp_Latin_1_LF.gramps, data/tests/imp_MediaTest.gramps, data/tests/imp_MixInlineXrefNote.gramps, data/tests/imp_PhonFax_dfs.gramps, data/tests/imp_bug_8322_test.gramps, data/tests/imp_cp1252_CR.gramps, data/tests/imp_cp1252_CRLF.gramps, data/tests/imp_cp1252_LF.gramps, data/tests/imp_notetest_dfs.ged, data/tests/imp_notetest_dfs.gramps, data/tests/imp_sample.gramps, gramps/plugins/lib/libgedcom.py: Gedcom import Notes get NoteType appropriate to object 2016-09-04 Paul Culley * : Merge pull request #223 from prculley/excepts Bug 9665 Gedcom import exception processing fixes 2016-09-04 SNoiraud * gramps/gen/plug/docgen/graphdoc.py: 3712: orthogonal routing for Relationship Graph 2016-09-03 Paul Franklin * gramps/gen/lib/date.py: emable deferred translation of Span ages 2016-09-03 prculley * gramps/plugins/lib/libgedcom.py: trivial pylint fix 2016-09-03 vantu5z * po/ru.po: update russian translation 2016-09-03 Sam Manzi * gramps/plugins/lib/libgedcom.py: 9642 Adjust GedcomStageOne notes Parsing 2016-09-02 prculley * gramps/plugins/lib/libgedcom.py: Gedcom import, remove old, dead, code, no longer used 2016-09-02 Paul Culley * : Merge pull request #228 from prculley/master This fix makes Place GID vs place name consistent across runs for Gedcom import 2016-09-02 prculley * gramps/plugins/lib/libplaceimport.py: This fix makes Place GID vs place name consistent across runs for Gedcom import 2016-09-02 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 2422: Change the page name to statistics 2016-09-02 Petr Hejl * : Merge remote-tracking branch 'upstream/master' 2016-09-01 Paul Franklin * gramps/gen/filters/_filterlist.py: sort custom filter names with German-umlaut chars correctly 2016-09-01 romjerome * po/gramps.pot: Update translations template 2016-09-01 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : Created for in footer not consistant with filter option. 2016-09-01 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 2422: Add a Statistics Page to the Narrative Web Site report 2016-09-01 Sam Manzi * windows/nonAIO/builder/build_GrampsWin32.py, windows/nonAIO/builder/check_gtk_install.py, windows/nonAIO/builder/make_launcher.py, windows/nonAIO/builder/test_dependencies.py, windows/nonAIO/check_gtk_install.py: Remove trailing whitespaces 2016-08-31 Paulo Henrique Moraes * po/pt_BR.po: Corrections in translation. 2016-08-31 Paul Franklin * example/gramps/example.gramps: Chinese families for example.gramps (thanks, Sati Bodhi (Yin Hoe TAN)) They are from the Chinese novel "Dream of the Red Mansion" 2016-08-31 Paul Franklin * : Merge pull request #224 from prculley/movetst Copy data.gramps to test directory and point db_test at it 2016-08-31 Zdeněk Hataš * po/cs.po: czech translation update 2016-08-30 SNoiraud * gramps/plugins/view/pedigreeview.py: 0738: Color pedigree view name boxes. 2016-08-29 prculley * data/tests/imp_notetest_dfs.ged, data/tests/imp_notetest_dfs.gramps, gramps/plugins/lib/libgedcom.py: Bug 9665 Gedcom import exception processing fixes 2016-08-30 prculley * data/tests/example.gramps, gramps/gen/filters/rules/test/event_rules_test.py, gramps/gen/filters/rules/test/family_rules_test.py, gramps/gen/filters/rules/test/media_rules_test.py, gramps/gen/filters/rules/test/note_rules_test.py, gramps/gen/filters/rules/test/person_rules_test.py, gramps/gen/filters/rules/test/place_rules_test.py, gramps/gen/filters/rules/test/repository_rules_test.py, gramps/gen/lib/test/struct_test.py, gramps/gui/editors/test/test_editreference.py: Make copy of example.gramps to tests dir and point test modules to it 2016-08-30 romjerome * : Merge pull request #225 from paulohpmoraes/master Translation of new and fuzzy strings. 2016-08-29 Paul Franklin * gramps/gen/filters/_filterlist.py: improve pylint score (to over 9.00) 2016-08-29 Paul Franklin * gramps/gen/filters/_filterlist.py: 9663: Sort User Filters on sidebar by name [also implements 8756] 2016-08-30 Sam Manzi * gramps/plugins/webreport/narrativeweb.py: Remove trailing whitepaces 2016-08-29 Paulo Henrique Moraes * po/pt_BR.po: Translation of new and fuzzy strings. Revision and changes in translated string. 2016-08-29 prculley * data/tests/data.gramps, gramps/plugins/db/test/db_test.py: Copy data.gramps to test directory and point db_test at it 2016-08-29 Matti Niemelä * po/fi.po: Update Finnish translation 2016-08-29 SNoiraud * gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webstuff/webstuff.py: 9664: NarrativeWeb : openlayers v2 is obsolete. 2016-08-27 SNoiraud * gramps/plugins/lib/maps/geography.py: Geography: clear views when no-database signal emitted 2016-08-25 Doug Blank * gramps/gen/db/generic.py: Removed skip-check-xref and skip-import-additions from generic API 2016-08-25 Sam Manzi * : Merge pull request #220 from prculley/fax Fixes for the PHON, FAX, EMAIL and WWW Gedcom tags to support Gedcom v5.5.1. 2016-08-23 Paul Culley * : Merge pull request #206 from prculley/bug9549 bug 9549 Chinese characters are not rendered properly in pdf reports 2016-08-23 vantu5z * po/ru.po: fix russian translation 2016-08-23 vantu5z * po/ru.po: Update russian translation 2016-08-22 kulath * windows/nonAIO/builder/build_GrampsWin32.py, windows/nonAIO/builder/check_gtk_install.py, windows/nonAIO/builder/make_launcher.py, windows/nonAIO/builder/test_dependencies.py, windows/nonAIO/check_gtk_install.py: Update files in windows directory so it compiles under python3 (print statements and except and raise). 2016-08-22 romjerome * po/fr.po: Update french translation 2016-08-22 romjerome * po/gramps.pot: Update translations template 2016-08-22 Lajos Nemeséri * po/hu.po: Update Hungarian translation 2016-08-21 prculley * gramps/grampsapp.py: use relative import 2016-08-02 prculley * gramps/gui/configure.py: Fix long line (pylint) 2016-08-02 prculley * gramps/gen/config.py, gramps/grampsapp.py, gramps/gui/configure.py: Add GUI and CLI config option to allow easy setting 2016-08-21 SNoiraud * gramps/gen/filters/rules/person/_deeprelationshippathbetween.py: 9341: _deeprelationshippath filter rule, addition of filter rules and classname 2016-08-20 Paul Culley * : Merge pull request #213 from prculley/CustEvent Support for FTM and others Custom Gedcom Event Tags on import 2016-08-19 kulath * test/GrampsLogger/ErrorReportAssistant_Test.py: Whitespace 2016-08-19 kulath * test/GrampsLogger/ErrorReportAssistant_Test.py, test/GrampsLogger/GtkHandler_Test.py: Comment out useless ErrorReportAssistant test, and fix whitespace 2016-08-19 kulath * .travis.yml, test/GrampsLogger/GtkHandler_Test.py, test/LosHawlos_bsddb_test.py, test/LosHawlos_bsddbtest.py, test/LosHawlos_db_test.py, test/LosHawlos_dbtest.py: Fix top level test files so they at least compile and don't interfere with nosetests. Add these files to nosetests. 2016-08-19 Sam Manzi * : Merge pull request #218 from phejl/0008060_fix 0008060: [Narrative Web:] The czech letter 'ch' uppercase version is … 2016-08-15 Petr Hejl * po/cs.po: 0009634: Wrongly translated strings in CS 2016-08-17 Petr Hejl * gramps/plugins/webreport/narrativeweb.py: 0008060: [Narrative Web:] The czech letter 'ch' uppercase version is 'CH' 2016-08-17 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : narrative-maps.css link incorrect when use into a CMS. 2016-08-17 Matti Niemelä * po/fi.po: Update finnish translation 2016-08-17 vantu5z * po/ru.po: Update russian translation 2016-08-16 John Ralls * mac/gramps.modules: Update graphviz to 2.38. 2016-08-13 John Ralls * mac/Info.plist, mac/gramps.bundle, mac/gramps.launcher, mac/gramps_launcher.py: Change to a binary launcher in Mac app bundles. 2016-08-13 John Ralls * mac/Info.plist: Update copyright date in Info.plist. 2016-08-16 prculley * gramps/plugins/lib/libgedcom.py: fix typo in Warning dialog, that duplicated the DEST= value 2016-08-16 kulath * .travis.yml: Remove a diagnostic. constfunc_test.py had been edited on the travis test branch to produce some diagnostics, and travis.yml was edited to omit the diagnostics. 2016-08-15 kulath * .travis.yml: Update travis.yml so coverage works and also to load pyicu; this entails moving to the 'trusty' distribution which has Python 3.3 (coverage needs 3.3 or more) and also a Python 3 version of pyicu. This doesn't use the virtualenv at all, so the various pip installs are removed. There are still some minor omissions, noted in FIXMEs; in particular, the code should be tested under Python 3.2 (which is the minimum Gramps requirement). 2016-08-15 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : ancestortree.css link incorrect when use into a CMS. 2016-08-15 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : some dates are incorrect in tar archive. 2016-08-15 SNoiraud * gramps/gui/plug/export/_exportassistant.py: 8250: Gramps crashes when closed while exporting 2016-08-14 Doug Blank * gramps/gui/plug/report/_reportdialog.py: 9632: Gramps 5.0.0 crashes when I select a report 'Open with default viewer' 2016-08-12 Paul Franklin * gramps/cli/plug/__init__.py, gramps/gen/const.py, gramps/gui/plug/report/_reportdialog.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/svgdrawdoc.py: make it clear that consistency is needed 2016-08-12 Doug Blank * gramps/plugins/gramplet/events.py: 9522: events gramplet in family view error: 'FamilyEvents' object has no attribute 'cached_start_date' 2016-08-12 Paul Franklin * gramps/gui/plug/report/_docreportdialog.py, gramps/plugins/docgen/asciidoc.py: tweak AsciiDoc backend 2016-08-11 Paul Franklin * : Merge pull request #210 from kulath/bug9515 Bug9515 2016-08-11 Zdeněk Hataš * po/cs.po: czech translation update 2016-08-11 SNoiraud * gramps/plugins/lib/maps/placeselection.py: 9624: Geography <- bug 8128 GtkDialog mapped without a transient parent 2016-08-10 Doug Blank * gramps/gui/utils.py: Remove trailing whitespace 2016-08-10 SNoiraud * gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editperson.py, gramps/gui/plug/_windows.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/utils.py, gramps/gui/widgets/photo.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/relview.py: 8128: GtkDialog mapped without a transient parent 2016-08-10 SNoiraud * gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/geography.gpr.py: 8128: GtkDialog mapped without a transient parent (*.gpr.py) 2016-08-09 Paul Franklin * gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gui/grampsgui.py, gramps/gui/utils.py, gramps/plugins/db/bsddb/upgrade.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/importer/importprogen.py, gramps/plugins/view/geography.gpr.py: 8128: GtkDialog mapped without a transient parent 2016-08-09 Paul Franklin * gramps/gen/filters/rules/_changedsincebase.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/utils.py, gramps/gui/views/listview.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/toolsdebug.gpr.py: 8128: GtkDialog mapped without a transient parent 2016-08-08 lcc * gramps/plugins/textreport/detdescendantreport.py: 5496: Option for text [DDR] to report by branch 2016-08-08 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9596: Some events are not shown in familymaps page. 2016-08-06 Paul Franklin * gramps/gui/viewmanager.py: increase pylint score 2016-08-06 Paul Franklin * gramps/gui/viewmanager.py, gramps/plugins/sidebar/categorysidebar.py: 8128: GtkDialog mapped without a transient parent 2016-08-06 romjerome * gramps/plugins/lib/maps/placeselection.py: 9608: remove old debug bloc (rev 586bd2fc) special cases generating AttributeError 2016-08-04 Paul Franklin * gramps/plugins/export/exportpkg.py: remove dead code Don commented out these lines in db0d291b741 on 26 January 2007, so I think it's safe to assume they won't be missed 2016-08-04 Paul Franklin * gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gui/editors/addmedia.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/widgets/grampletbar.py, gramps/plugins/importer/importprogen.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/findloop.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geoplaces.py: 8128: GtkDialog mapped without a transient parent 2016-08-04 Paul Culley * : Merge pull request #204 from prculley/Medi2 Gedcom import media improvements part 2 2016-08-03 SNoiraud * gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/mapservices/eniroswedenmap.py: 8128: GtkDialog mapped without a transient parent 2016-08-03 Paul Franklin * : Merge pull request #215 from prculley/dialog Bug 8128 for libgedcom; Ensure no popup under CLI for warning 2016-08-03 SNoiraud * gramps/plugins/lib/maps/geography.py: Geography: Avoid crash is OsmGps not initialized 2016-08-03 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py: 8128: GtkDialog mapped without a transient parent (Geography) 2016-08-03 vantu5z * po/ru.po: Update russian translation 2016-08-03 Paul Franklin * : Merge pull request #214 from prculley/dialog Bug 8128 for importgedcom and libgedcom; dialog parent= 2016-08-01 Paul Franklin * gramps/cli/user.py, gramps/gen/user.py, gramps/gui/dialog.py, gramps/gui/user.py, gramps/plugins/textreport/indivcomplete.py: better handle an unlikely error in the Complete Individual report 2016-08-01 kulath * gramps/plugins/db/dbapi/postgresql.py: Replace %s with ? as requested by Doug Blank. 2016-08-01 Paul Franklin * gramps/gen/filters/rules/_changedsincebase.py, gramps/gui/aboutdialog.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/dialog.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplacename.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/filtereditor.py, gramps/gui/grampsgui.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergeperson.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/tool.py, gramps/gui/test/user_test.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/tags.py, gramps/gui/widgets/grampletbar.py, gramps/plugins/db/bsddb/upgrade.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/export/exportpkg.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/leak.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: 8128: GtkDialog mapped without a transient parent 2016-08-01 kulath * gramps/plugins/db/dbapi/sqlite.py: Improve pylint to 10.0 2016-08-01 kulath * gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/mysql.py, gramps/plugins/db/dbapi/postgresql.py, gramps/plugins/db/dbapi/sqlite.py: 0009515: DBAPI: gramps.plugins.database.dbapi_support.sqlite.Sqlite.try_execute ignores errors Check if the table 'person' exists to determine whether the database is new. 2016-07-31 Paul Franklin * gramps/gui/dbman.py: 8128: GtkDialog mapped without a transient parent In the process of searching for uses of ErrorDialog which did not have a "parent" argument, I stumbled on this module -- and noticed something different in it. Benny changed the original "ErrorDialog" calls to a "ERROR = ErrorDialog" variant in https://github.com/gramps-project/gramps/commit/9a2fd506425756531d2bb725d87ad4feefa99986on 30 January 2011, "to allow a QML interface" (which by the way has subsequently been removed from the mainline gramps code). In the same commit, in cli/clidbman.py, he added an _errordialog function and an "ERROR = _errordialog" line, evidently so all DB errors, no matter whether in GUI or CLI code, could be changed to things like: ERROR(_("Could not rename family tree"), str(msg)) But then in 16 February 2011 MDNauta, in https://github.com/gramps-project/gramps/commit/7c1b26d969900d5cf70f4408b9078aeed1d70fcdchanged the generic ERROR to either DbManager.ERROR or else CLIDbManager.ERROR, depending on whether it was in GUI code or CLI code. Which of course defeated the purpose of the change to the generic call, so I have changed it back to the original ErrorDialog call, directly. The decision was made even easier by noticing lots of more-recent error-handling code which used the ErrorDialog form as opposed to Benny's variant. 2016-07-30 Paul Franklin * gramps/gui/dialog.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplacename.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/filtereditor.py: 8128: GtkDialog mapped without a transient parent 2016-07-29 Paul Franklin * po/gramps.pot: new gramps.pot template for master 2016-07-29 Paul Franklin * gramps/gui/grampsgui.py: slightly generalize the running-master warning message 2016-07-27 prculley * data/tests/imp_FTM_PHOTO.ged, data/tests/imp_FTM_PHOTO.gramps, data/tests/imp_MediaTest.ged, data/tests/imp_MediaTest.gramps, gramps/plugins/lib/libgedcom.py: Gedcom import media improvements part 2 2016-07-26 kulath * gramps/gui/dbman.py, gramps/gui/viewmanager.py: 2092: Problems when no database is open. Partial fix. Inactivate inappropriate main menu items when there is no database, ensure uniform main window title and implement a close button on the Family Trees menu. 2016-07-26 Nick Hall * gramps/gui/filters/sidebar/_placesidebarfilter.py: 9427: Add new argument to IsEnclosedByRule 2016-07-26 SNoiraud * gramps/plugins/view/geoplaces.py: 9598: Geography : Add a message to clarify things in geoplaces 2016-07-26 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : place title must agree the references.place-auto configuration 2016-07-25 Paul Franklin * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py: improve pylint score on some CLI files cli/arghandler.py went from 8.30 to 9.52 cli/argparser.py went from 8.43 to 9.74 cli/grampscli.py went from 7.99 to 9.29 cli/plug/__init__.py went from 7.63 to 9.69 2016-07-25 vantu5z * po/ru.po: Update russian translation 2016-07-23 Paul Franklin * README.md: clarify possible development use of "meta" 2016-07-23 Paul Franklin * gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/svgdrawdoc.py: move comment lines higher, to keep out of gramps.pot The problem is that "nearby" comments are put into the gramps.pot template, to aid the translator, but these comments are referring to an untranslated string, which then confuses the translator, who wonders if the string flagged for translation should be translated after all. The solution is to move the comment futher away, so it is no longer "nearby" the translated string. http://gramps.1791082.n4.nabble.com/Fw-Translation-question-td4676138.html 2016-07-22 Paul Franklin * gramps/gui/grampsgui.py: increase pylint score by 2.11 2016-07-22 Paul Franklin * gramps/gui/grampsgui.py: 8128: GtkDialog mapped without a transient parent 2016-07-22 Kaj Mikkelsen * po/da.po: update Danish translation in master 2016-07-22 Doug Blank * gramps/plugins/db/dbapi/dbapi.py: Removed unused dbapi.rebuild_gender_stats() Thanks to Paul F. for finding this. 2016-07-21 Doug Blank * gramps/plugins/db/dbapi/dbapi.py: DB-API: remove duplicate indexing calls 2016-07-20 Paul Franklin * po/gramps.pot: new gramps.pot translation template for master 2016-07-20 Paul Franklin * gramps/plugins/textreport/descendreport.py: his name is spelled "d'Aboville" and not "D'Aboville" 2016-07-21 Doug Blank * gramps/gen/db/generic.py: 9588: DB-API import loses researcher and bookmarks 2016-07-19 Doug Blank * gramps/plugins/db/bsddb/read.py: 9554: example.gramps map has different value, and should return correct type 2016-07-19 Paul Franklin * gramps/plugins/textreport/detdescendantreport.py: add some docstrings to the DDR, to make pylint slightly happier 2016-07-19 Craig J. Anderson * gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detdescendantreport.py: Enhance the Descendant Report and Detailed Descendant Report This fulfills both feature request 5902 and feature request 8297. It adds the D'Aboville numbering system and the Henry numbering system to the Descendant Report, as requested. It also adds the Modified Henry numbering system to both reports. 2016-07-17 Doug Blank * gramps/plugins/db/bsddb/read.py: 9554: import-to-export of example.gramps map has different value 2016-07-16 Matti Niemelä * data/holidays.xml.in: update Finnish holidays 2016-07-16 Paul Franklin * data/holidays.xml.in: Revert "update Finnish holidays" This reverts commit 47e7025d065535a8ebc6f6c131209c647660abb1. 2016-07-16 Matti Niemelä * data/holidays.xml.in: update Finnish holidays 2016-07-16 Jérôme Rapinat * gramps/gui/plug/_dialogs.py: 9578: Some strings in tools and report dialogs will not translate 2016-07-16 Doug Blank * : Merge pull request #202 from prculley/bug9552 Bug9552 Export to '.wft' file crashes if Unicode characters are present on Windows 2016-07-16 Doug Blank * : Merge pull request #201 from prculley/bug9501 Bug9501 2016-07-16 prculley * gramps/plugins/test/test_exports.py: enable export test 2016-06-30 prculley * data/tests/exp_sample_csv.csv: Oops, forgot that I had an export test present 2016-06-30 prculley * data/tests/imp_sample_csv.csv, data/tests/imp_sample_csv.gramps, gramps/plugins/export/exportcsv.py, gramps/plugins/importer/importcsv.py: bug 9501 CSV import/export messes up places 2016-07-16 Doug Blank * gramps/gen/lib/place.py, gramps/gen/lib/placename.py, gramps/gen/lib/test/merge_test.py, gramps/plugins/lib/libgedcom.py: Removed some executable settings on sources files (prevented tests from running) 2016-07-16 Doug Blank * : Merge pull request #198 from prculley/FTM_LINK bug 9581 Gedcom import of FTM .ged file containing _LINK tags not supported 2016-07-16 John Ralls * mac/gramps.modules: Change pycairo-python3 to pycairo. pycairo for python2 is now py2cairo. 2016-07-16 John Ralls * mac/gramps.bundle: Remove pango modules from bundle, pango no longer uses them. 2016-07-16 prculley * data/tests/imp_FTM_LINK.gramps: rebase 2016-07-15 prculley * data/tests/imp_FTM_LINK.ged, data/tests/imp_FTM_LINK.gramps, gramps/plugins/lib/libgedcom.py: bug 9581 Gedcom import of FTM .ged file containing _LINK tags not supported 2016-07-16 Doug Blank * : Merge pull request #191 from prculley/bug9479 Bug 9479 Gedcom import loses spaces in text fields from FTM 2016-07-16 Doug Blank * : Merge pull request #196 from prculley/FTM_photo Bug (Feature) 9580 Gedcom import of FTM file containing _PHOTO tags 2016-07-16 Doug Blank * : Merge pull request #193 from prculley/Ged1 Bug 9575, Gedcom import improvements in media area to support v5.5.1 and FTM 2016-07-16 Doug Blank * : Merge pull request #180 from prculley/export Export test module 2016-07-15 SNoiraud * gramps/gen/const.py, gramps/plugins/webstuff/webstuff.py: 2016: Website reports should accept any StyleSheet 2016-07-15 prculley * data/tests/imp_FTM_PHOTO.ged, data/tests/imp_FTM_PHOTO.gramps, gramps/plugins/lib/libgedcom.py: Bug 9580 Gedcom import of FTM file containing _PHOTO tags 2016-07-15 SNoiraud * gramps/gui/plug/report/_bookdialog.py: 9362: Attempting to select an "Available item" for the Book Report gives an error 2016-07-15 vantu5z * po/ru.po: update russian translation 2016-07-14 Nick Hall * gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/view/dashboardview.py, gramps/plugins/view/familyview.py: Convert gui.views to use abstract base classes 2016-07-14 Nick Hall * gramps/plugins/view/mediaview.py: Fix incorrectly renamed method 2016-07-14 Nick Hall * gramps/gen/test/user_test.py, gramps/gen/user.py, po/POTFILES.skip: Convert gen.User into an abstract base class 2016-07-14 prculley * data/tests/imp_FTM_OCCU_bug.ged, data/tests/imp_FTM_OCCU_bug.gramps, gramps/plugins/lib/libgedcom.py: Fix for either valid or invalid FTM Gedcom 2016-07-13 prculley * gramps/plugins/lib/libgedcom.py: bug 9579 Gedcom import of FTM file with OCCU record crashes import 2016-07-12 Doug Blank * gramps/gen/config.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/settings.ini, gramps/plugins/db/dbapi/settings.py: Remove DB-API XML config; replace with settings.py/.ini 2016-07-12 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : 9560 added a trailing space. 2016-07-12 vantu5z * gramps/plugins/tool/toolsdebug.gpr.py, po/POTFILES.in: revert debug tools translation it was not a good idea to translate them (commit 1bb2dfc1cd2515ca5b227f8744a91a1f0462b4b6) 2016-07-12 SNoiraud * gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webstuff/webstuff.py: 9560: Family Page maps are non-functional in Narrative Web report. 2016-07-11 Paul Franklin * gramps/cli/plug/__init__.py, gramps/gui/plug/report/_bookdialog.py: Enhance Book Report The main change is that now output-related options will also be saved to (and restored from) the books.xml file. If the user has three books for instance, each will keep the last filename it was written to, and present that filename to the user in the final dialog, for acceptance or modification. Similarly for things like paper size and orientation. Also, the error reporting mechanism was enhanced, so that now if a report inside a book has a ReportError the user will be told gracefully (instead of gramps crashing). The (translated) name of the report will also be shown. A few more dialogs were given a "parent" also. 2016-07-11 prculley * data/tests/imp_MediaTest.ged, data/tests/imp_MediaTest.gramps, gramps/plugins/lib/libgedcom.py: Bug 9575, Gedcom import improvements in media areato support v5.5.1 and FTM 2016-07-11 vantu5z * po/ru.po: Update russian translation 2016-07-11 vantu5z * gramps/plugins/tool/toolsdebug.gpr.py, po/POTFILES.in: Make translatable debuger tools 2016-07-09 romjerome * po/fr.po: merge and still partial french translation 2016-07-09 romjerome * po/fi.po: 9328: workaround for GNU gettext check 2016-07-09 Lajos Nemeséri * po/hu.po: Update Hungarian translation 2016-07-08 prculley * data/tests/imp_test_FTM_CONC.difs, gramps/plugins/lib/libgedcom.py: Bug 9479 Gedcom import loses spaces in text fields from FTM 2016-07-08 Paul Franklin * gramps/gen/plug/report/_book.py: enhance Book class (to allow non-identical Book copies to be made) Historically, a new Book made from an old Book argument would contain the exact same BookItem objects as the original Book. That behavior is retained (even though I can't see that it is ever used), but now copies are possible where the BookItems are of the same number and type as the original, but not the exact same BookItem objects. (No "paper" options are copied.) In the process of doing that, the "save" method was slightly tweaked, so its recently-changed (for pylint reasons) strings have their XML terminator on the same (Python) line as the XML-start of the keyword, for more clarity. In the process of checking that a pathological case was noticed where the metric paper option could be Boolean in some cases (instead of the expected zero/one), so that was coped with also. 2016-07-07 prculley * : Rebase and de-compress exp_sample.gramps 2016-06-27 prculley * gramps/plugins/test/test_exports.py, gramps/plugins/test/test_imports.py: fix vcf filter and tweak test_imports for better pythonic 2016-06-26 prculley * data/tests/exp_sample_ged.ged: New ged file to deal with no media in test 2016-06-25 prculley * data/tests/exp_sample.vcf, gramps/plugins/test/test_exports.py: update for fixed up vcard 2016-06-25 prculley * .gitattributes, data/tests/exp_sample.gw, data/tests/exp_sample.vcf, data/tests/exp_sample.vcs, data/tests/exp_sample_ged.ged, gramps/plugins/test/test_exports.py: Export test module and some tests 2016-07-07 Paul Franklin * : Merge pull request #190 from prculley/bug9569 Fix Bug 9569 Vcard export order is not consistent 2016-07-07 Paul Franklin * gramps/gen/plug/report/_options.py, gramps/plugins/textreport/birthdayreport.py: remove trailing whitespace 2016-07-07 prculley * gramps/plugins/export/exportvcard.py: Fix Bug 9569 Vcard export order is not consistent 2016-07-07 Brian Matherly * gramps/gen/plug/report/_options.py, gramps/gui/plug/report/_bookdialog.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/notelinkreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py: 5580: some Book Report subjects are missing or misleading 2016-07-05 prculley * gramps/gui/pluginmanager.py: Bug 9561, fix for intermittent plugin recognition via CLI 2016-07-05 Paul Franklin * gramps/plugins/export/exportpkg.py, gramps/plugins/lib/libcairodoc.py: fix typos ("log.warn" => "LOG.warning" => "log.warning") 2016-07-06 SNoiraud * gramps/plugins/view/geoplaces.py: 9566: String not translated in geoplaces 2016-07-05 Paul Franklin * : Merge pull request #189 from prculley/whitespace fix trailing whitespace 2016-07-05 prculley * gramps/gen/dbstate.py: fix trailing whitespace 2016-07-05 prculley * gramps/gen/filters/rules/test/place_rules_test.py: Missed the place filter rule when updating for changed example.gramps 2016-07-05 Paul Franklin * : Merge pull request #187 from prculley/filterrules Fix filter tests for changed sample.gramps 2016-07-05 Paul Franklin * : Merge pull request #186 from prculley/imp_rename Rename test files so that unrelated tests don't conflict with import tests 2016-07-05 kulath * setup.py: Fix build for database directory structure changes 2016-07-05 kulath * gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/gen/dbstate.py, gramps/gen/plug/_gramplet.py, gramps/gen/proxy/proxybase.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/displaystate.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/gramplet/soundgen.py, gramps/test/test_util.py: 2092: Problems when no database is open. Partial fix. Make checks on the database consistently check that the database exists and is open. Add a few missing checks. Remove redundant load and direct close of dummy database on closure. 2016-07-04 vantu5z * po/ru.po: update russian translation merged with new template 2016-07-04 vantu5z * po/POTFILES.in: update POTFILES.in after structure update Since update directory structure for database plugins 0719e0485846bc9b3a16b4bd767655bd667094b6 2016-07-03 Nick Hall * gramps/plugins/database/__init__.py, gramps/plugins/database/bsddb.gpr.py, gramps/plugins/database/bsddb.py, gramps/plugins/database/bsddb_support/__init__.py, gramps/plugins/database/bsddb_support/backup.py, gramps/plugins/database/bsddb_support/bsddbtxn.py, gramps/plugins/database/bsddb_support/cursor.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/summary.py, gramps/plugins/database/bsddb_support/test/__init__.py, gramps/plugins/database/bsddb_support/test/cursor_test.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py, gramps/plugins/database/bsddb_support/undoredo.py, gramps/plugins/database/bsddb_support/upgrade.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dbapi.gpr.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/__init__.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py, gramps/plugins/database/dbapi_support/sqlite.py, gramps/plugins/database/dummydb.gpr.py, gramps/plugins/database/dummydb.py, gramps/plugins/database/inmemorydb.gpr.py, gramps/plugins/database/inmemorydb.py, gramps/plugins/database/test/db_test.py, gramps/plugins/db/__init__.py, gramps/plugins/db/bsddb/__init__.py, gramps/plugins/db/bsddb/backup.py, gramps/plugins/db/bsddb/bsddb.gpr.py, gramps/plugins/db/bsddb/bsddb.py, gramps/plugins/db/bsddb/bsddbtxn.py, gramps/plugins/db/bsddb/cursor.py, gramps/plugins/db/bsddb/read.py, gramps/plugins/db/bsddb/summary.py, gramps/plugins/db/bsddb/test/__init__.py, gramps/plugins/db/bsddb/test/cursor_test.py, gramps/plugins/db/bsddb/test/db_test.py, gramps/plugins/db/bsddb/test/grampsdbtestbase.py, gramps/plugins/db/bsddb/test/reference_map_test.py, gramps/plugins/db/bsddb/undoredo.py, gramps/plugins/db/bsddb/upgrade.py, gramps/plugins/db/bsddb/write.py, gramps/plugins/db/dbapi/__init__.py, gramps/plugins/db/dbapi/dbapi.gpr.py, gramps/plugins/db/dbapi/dbapi.py, gramps/plugins/db/dbapi/inmemorydb.gpr.py, gramps/plugins/db/dbapi/inmemorydb.py, gramps/plugins/db/dbapi/mysql.py, gramps/plugins/db/dbapi/postgresql.py, gramps/plugins/db/dbapi/sqlite.py, gramps/plugins/db/dummydb.gpr.py, gramps/plugins/db/dummydb.py, gramps/plugins/db/test/db_test.py: Update directory structure for database plugins 2016-07-03 Nick Hall * gramps/gen/config.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/defaults/__init__.py, gramps/plugins/database/dbapi_support/defaults/default_settings.py: Move DBAPI default settings into an XML file 2016-07-03 Nick Hall * gramps/cli/arghandler.py, gramps/cli/clidbman.py, gramps/cli/test/cli_test.py, gramps/gen/config.py, gramps/gen/db/generic.py, gramps/gen/dbstate.py, gramps/gui/configure.py, gramps/gui/dbman.py, gramps/plugins/database/test/db_test.py: Create new database section in configuration file 2016-07-03 SNoiraud * gramps/plugins/view/geofamclose.py: 9557: Translated text will not be printed (bad copy/paste 2) 2016-07-02 Paul Franklin * example/gramps/example.gramps: add a Greek family to example.gramps (thanks, Zissis Papadopoulos) 2016-07-02 Paul Franklin * gramps/cli/clidbman.py: move the right paren in, so the string gets translated 2016-07-02 Paul Franklin * gramps/gen/plug/report/utils.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/tagreport.py: change some "place_displayer" strings to the shorter "_pd" 2016-07-02 Paul Franklin * gramps/plugins/textreport/descendreport.py: 9556: Descendant Report does not recognise auto. place title generation 2016-07-02 SNoiraud * gramps/plugins/view/geofamclose.py: 9557: Translated text will not be printed (bad copy/paste) 2016-07-02 SNoiraud * gramps/plugins/view/geofamclose.py: 9557: Translated text will not be printed (better solution) 2016-07-02 SNoiraud * gramps/plugins/view/geofamclose.py: Geography : 9557 : Translated text will not be printed in the program 2016-06-15 prculley * .gitattributes, data/tests/bug 8322 test.ged, data/tests/bug 8322 test.gramps, data/tests/bug_8322_test.ged, data/tests/bug_8322_test.gramps, data/tests/exp_sample_csv.csv, data/tests/exp_sample_csv.gramps, gramps/plugins/export/exportcsv.py, gramps/plugins/importer/importcsv.py, gramps/plugins/test/test_exports.py, gramps/plugins/test/test_imports.py: 9499: Fix CSV import of utf-8 encoded files exported by Gramps 2016-06-27 prculley * gramps/gui/widgets/styledtexteditor.py, gramps/plugins/importer/importvcard.py: A few Deprecation warnings handled 2016-06-28 prculley * gramps/gui/dbman.py, gramps/gui/displaystate.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/grabbers.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/verify.py, gramps/plugins/view/pedigreeview.py: Gdk.Cursor.new() deprecation fixes 2016-06-29 Paul Franklin * : Merge pull request #182 from prculley/logwarn fix LOG.warn() deprecation warning 2016-06-28 prculley * gramps/gen/plug/_gramplet.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/thumbnails.py, gramps/gui/editors/__init__.py, gramps/gui/editors/editfamily.py, gramps/gui/grampsgui.py, gramps/gui/spell.py, gramps/gui/viewmanager.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportxml.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libcairodoc.py: fix LOG.warn() deprecation warning 2016-06-29 SNoiraud * gramps/plugins/lib/maps/geography.py: Geography : add parent to WarningDialog 2016-06-28 Nick Hall * gramps/plugins/lib/maps/geography.py: Remove trailing whitespace 2016-06-28 Paul Franklin * gramps/gen/plug/report/_book.py, gramps/gui/plug/report/_bookdialog.py: some tweaks to the book report Formerly, the books.xml file was read in multiple times, even if it hadn't changed at all. And since books.xml can contain multiple books, each of which potentially contains multiple reports, each with multiple options, all of which get parsed every time the books.xml file gets read in, the process potentially can take a while. Similarly the books.xml file was written out every time a book was added or deleted, even if the book report continued to be run, with potentially more changes being made. So it's changed so that the books.xml file is only read in once, and written out once, and only then if it needs it. 2016-06-28 kulath * gramps/gui/views/bookmarks.py: 2092: Problems when no database is open. Partial fix. Fix bookmarks display when there is no database and stop accessing the database for bookmarks when there is no database. 2016-06-28 kulath * gramps/gui/views/bookmarks.py: Pylint improvements: bookmarks.py 2016-06-28 vantu5z * po/ru.po: Update russian translation 2016-06-28 Zdeněk Hataš * po/cs.po: czech translation update 2016-06-28 SNoiraud * gramps/plugins/lib/maps/geography.py: 8452: Geography : Attempting to print crashes(core dumps python) 2016-04-13 prculley * .gitattributes, data/tests/ANSEL_CR.GED, data/tests/ANSEL_CR.gramps, data/tests/ANSEL_CRLF.GED, data/tests/ANSEL_CRLF.gramps, data/tests/ANSEL_LF.GED, data/tests/ANSEL_LF.gramps, data/tests/Latin_1_CR.ged, data/tests/Latin_1_CR.gramps, data/tests/Latin_1_CRLF.ged, data/tests/Latin_1_CRLF.gramps, data/tests/Latin_1_LF.ged, data/tests/Latin_1_LF.gramps, data/tests/UTF_16_BE_BOM_CR.gramps, data/tests/UTF_16_BE_BOM_CRLF.gramps, data/tests/UTF_16_BE_BOM_LF.gramps, data/tests/UTF_16_LE_BOM_CR.gramps, data/tests/UTF_16_LE_BOM_CRLF.gramps, data/tests/UTF_16_LE_BOM_LF.gramps, data/tests/UTF_8_BOM_CR.ged, data/tests/UTF_8_BOM_CR.gramps, data/tests/UTF_8_BOM_CRLF.GED, data/tests/UTF_8_BOM_CRLF.gramps, data/tests/UTF_8_BOM_LF.GED, data/tests/UTF_8_BOM_LF.gramps, data/tests/UTF_8_NOBOM_CR.GED, data/tests/UTF_8_NOBOM_CR.gramps, data/tests/UTF_8_NOBOM_CRLF.GED, data/tests/UTF_8_NOBOM_CRLF.gramps, data/tests/UTF_8_NOBOM_LF.GED, data/tests/UTF_8_NOBOM_LF.gramps, data/tests/cp1252_CR.ged, data/tests/cp1252_CR.gramps, data/tests/cp1252_CRLF.ged, data/tests/cp1252_CRLF.gramps, data/tests/cp1252_LF.ged, data/tests/cp1252_LF.gramps, gramps/plugins/importer/importgedcom.py, gramps/plugins/lib/libgedcom.py: 9124: GEDCOM doesn't accept CR as a line terminator Original code used readline() when file was in binary mode; this works only if file contains '\n', true only for CRLF and LF line endings. Switched to file text mode with correct encoding and universal newline support. 2016-06-27 vantu5z * po/ru.po: Update russian translation 2016-06-26 Doug Blank * gramps/gen/db/generic.py: 9514: DBAPI: duplicated signature for gramps.gen.db.generic.DbGeneric.get_media_from_gramps_id 2016-06-26 Nick Hall * gramps/plugins/database/dummydb.py: Improve pylint score of dummy database 2016-06-25 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dummydb.py: 9547: Rename non-API database upgrade methods 2016-06-25 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dummydb.py: 9547: Rename more non-API database methods 2016-06-25 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/dummydb.py: 9547: Rename another non-API database method 2016-06-25 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dummydb.py: 9547: Rename some non-API database methods 2016-06-25 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dummydb.py: 9547: Remove unused database methods 2016-06-25 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/bsddb_support/write.py: 9547: Remove deprecated database methods 2016-06-25 Nick Hall * gramps/plugins/database/dbapi.py: 9547: Remove methods that are not required 2016-06-25 kulath * gramps/gen/dbstate.py, gramps/plugins/database/dummydb.gpr.py, gramps/plugins/database/dummydb.py: Implement stand-alone default DummyDb database including diagnostics when used incorrectly 2016-06-25 prculley * gramps/gen/plug/utils.py, gramps/plugins/export/exportvcard.py: Bug 9545 and 9546 Vcard export on Windows problems 2016-06-24 romjerome * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Merge translation files with last template 2016-06-24 romjerome * po/el.po, po/hr.po, po/it.po, po/nl.po, po/sl.po, po/sv.po: Merge some more recent translations from 4.2 branch 2016-06-24 Matti Niemelä * data/holidays.xml.in: Update finnish holidays 2016-06-24 Nick Hall * gramps/gen/db/base.py: Revert ABC changes to DbReadBase and DbWriteBase Proxies do not implement all abstract methods in DbReadBase. 2016-06-23 Nick Hall * gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/textdoc.py: Convert document generators to use abstract base classes 2016-06-23 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/undoredo.py, gramps/plugins/database/dbapi.py: Convert gen.db to use abstract base classes 2016-06-23 Nick Hall * gramps/gen/lib/baseobj.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/refbase.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/tableobj.py: Convert gen.lib to use abstract base classes 2016-06-23 vantu5z * po/ru.po: Update Russian translation 2016-06-23 Paul Franklin * gramps/gen/plug/report/_book.py: improve another pylint score (_book.py) 2016-06-23 Paul Franklin * gramps/plugins/lib/libsubstkeyword.py: another pylint improvement (libsubstkeyword) 2016-06-22 Matti Niemelä * po/fi.po: Update finnish translation 2016-06-21 Paul Franklin * gramps/gui/merge/mergeperson.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/librecurse.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/notelinkreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/sortevents.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: retire the legacy "ReportUtils" class name 2016-06-21 Paul Franklin * gramps/gen/datehandler/_date_cs.py: 9537: Wrong Numeric date format for cs_CZ locale 2016-06-21 romjerome * po/fr.po: Minor update for the french translation still partial 2016-06-21 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9495: Narrativeweb: inconsistent & incomplete display of place hierarchy labels 2016-06-20 Paul Franklin * po/POTFILES.in, po/gramps.pot: new gramps.pot template for master 2016-06-20 Paul Franklin * gramps/gen/plug/_options.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_reportdialog.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py: more pylint changes: some reformats, some new ones, some 9535 bug fixes 2016-06-20 Paul Franklin * gramps/plugins/tool/verify.py: make verify tool less likely to crash while creating its file 2016-06-20 Paul Franklin * gramps/gui/plug/report/_bookdialog.py: improve pylint score for the book dialog 2016-06-19 Nick Hall * gramps/plugins/gramplet/locations.py: 9527: Increase width of date column in location gramplets 2016-06-19 Nick Hall * gramps/plugins/gramplet/locations.py: 9527: Fix date sort column in location gramplets 2016-06-18 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9495: Narratedweb : inconsistent & incomplete display of place hierarchy labels 2016-06-18 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9494: Narratedweb : surname listing errors for people with multiple partners 2016-06-18 Paul Franklin * gramps/plugins/webreport/narrativeweb.py: improve pylint score for narrative web report (to over 9.00) 2016-06-18 SNoiraud * gramps/plugins/gramplet/locations.py: 9527: Configuration of 'Enclosing' and 'Enclosed by' Date gramplets to show Place IDs 2016-06-17 Nick Hall * example/gramps/example.gramps, gramps/gen/filters/rules/test/place_rules_test.py: Correct place type for parishes in example database 2016-06-17 Paul Franklin * gramps/plugins/test/test_reports.py: typo (missing comma in plugins/test/test_reports.py) 2016-06-17 Nick Hall * gramps/plugins/tool/extractcity.py, gramps/plugins/tool/tools.gpr.py: 8945: Move extract city tool to third-party addons 2016-06-16 Leonhaeuser * po/de.po: update German translation 2016-06-16 Paul Franklin * gramps/gui/plug/_guioptions.py: a slight pylint improvement (to _guioptions.py) 2016-06-16 Nick Hall * setup.py: Remove another redundant io import 2016-06-15 Nick Hall * gramps/gen/filters/rules/test/repository_rules_test.py, po/POTFILES.skip: Add unit tests for repository rules 2016-06-15 Nick Hall * gramps/gen/plug/_options.py: Use with block for file output 2016-06-15 Nick Hall * gramps/gen/plug/_options.py, gramps/gen/plug/utils.py: Remove redundant io imports 2016-06-14 Paul Franklin * : Merge pull request #175 from prculley/bug7565 bug 7565 and 9521; missing newline in table and illegal RTF 2016-06-14 Paul Franklin * gramps/plugins/test/test_reports.py: fix wrong test as a result of 9517, 6890fc4324 2016-06-13 kulath * gramps/plugins/tool/testcasegenerator.py: Fix Testcasegenerator to generate correct LDS ordinances for people and families (avoids an error when the GEDCOM is reimported). 2016-06-13 kulath * gramps/plugins/database/bsddb_support/write.py: Fix DBLOGNAME (".Db") diagnostics: "Magic" transactions was wrong way round. 2016-06-13 prculley * gramps/plugins/docgen/rtfdoc.py: bug 7565 and 9521; missing newline in table and illegal RTF 2016-06-13 prculley * gramps/plugins/docgen/rtfdoc.py: bug9240 RTF files show incorrect Unicode characters 2016-06-12 kulath * gramps/gen/dbstate.py: Fix DBLOGNAME (".Db") diagnostics for database class instance 2016-06-12 Matti Niemelä * po/fi.po: Update Finnish translation 2016-06-12 Nemeséri Lajos * po/hu.po: Update Hungarian translation 2016-06-12 romjerome * po/fr.po: Update french translation still partial 2016-06-11 Paul Franklin * gramps/plugins/tool/verify.py: 9517: [In "Verify" people w/ death event w/o date are not thought dead] 2016-06-11 Paul Franklin * po/gramps.pot: new gramps.pot template for master 2016-06-11 Paul Franklin * gramps/gen/config.py, gramps/plugins/docgen/latexdoc.py: move LaTeX no-PIL-software warning into method which needs it 2016-06-11 kulath * gramps/plugins/database/bsddb_support/bsddbtxn.py: Change indentation on a debug message 2016-06-10 Paul Franklin * gramps/gen/plug/_options.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_paper.py, gramps/gui/aboutdialog.py: Remove buggy _xmlplus imports It hasn't been maintained upstream for years and isn't in most operating systems anymore (any?). https://gramps-project.org/bugs/view.php?id=6947#c31672 provides a link to this: http://fedoraproject.org/wiki/Features/RemovePyXML#Detailed_DescriptionI don't think it belongs in gramps. 2016-06-10 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py: increase pylint score of two more reports, to above 9.00 2016-06-08 Sam Manzi * gramps/plugins/tool/removeunused.py: 9505 Fix Spelling error 2016-06-07 kulath * gramps/gen/db/txn.py, gramps/gen/dbstate.py, gramps/plugins/database/bsddb_support/bsddbtxn.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dbapi.py: Add some DBLOGNAME (".Db") diagnostics (especially for transactions) and make sure they are the same for BSDDB and for DBAPI. 2016-06-07 Jérôme Rapinat * setup.py: 9453: While starting gramps, it fails to pop up "tips of the day" 2016-06-06 Paul Franklin * po/gramps.pot: new gramps.pot template for master, with new strings 2016-06-06 Paul Franklin * gramps/plugins/graph/gvfamilylines.py: tweak string for translation, to make gettext happy 2016-06-05 Paul Franklin * gramps/plugins/textreport/tagreport.py: enable deferred translation of dates in tag report 2016-06-05 Paul Franklin * gramps/gen/plug/_options.py, gramps/gen/plug/report/_options.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/tagreport.py: more report pylint improvements 2016-06-04 Paul Franklin * gramps/gen/proxy/proxybase.py: implement fetching sorted Person and Family handles in the proxy DBs 2016-06-04 Paul Franklin * gramps/gen/db/base.py, gramps/gen/proxy/proxybase.py: increase pylint score of proxybase.py from 6.41 to 8.22 2016-06-04 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: get_ITEM_handles() should return strings 2016-06-04 Doug Blank * gramps/plugins/database/bsddb.py, gramps/plugins/database/bsddb_support/summary.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/__init__.py, gramps/plugins/database/dbapi_support/defaults/__init__.py, gramps/plugins/database/dbapi_support/defaults/default_settings.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py, gramps/plugins/database/dbapi_support/sqlite.py: Added missing copyright and GPL 2016-06-04 Nick Hall * gramps/gen/filters/rules/test/media_rules_test.py, gramps/gen/filters/rules/test/note_rules_test.py, po/POTFILES.skip: Add unit tests for media and note rules 2016-06-04 Nick Hall * gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py: Further pylint improvements to document generators 2016-06-04 John Ralls * README.md: Add 'meta' package dependency to 'strongly recommended' secion of README. 2016-06-04 Doug Blank * gramps/version.py, setup.py: Version 5.0.0-alpha1 2016-06-03 Nick Hall * gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/cairodoc.py, gramps/plugins/docgen/htmldoc.py: More pylint improvements 2016-06-03 Paul Franklin * gramps/plugins/graph/gvfamilylines.py: improve pylint score of FamilyLines report from 7.83 to 9.73 2016-06-03 Paul Franklin * gramps/plugins/textreport/detdescendantreport.py: improve pylint score of Detailed Descendant report from 7.80 to 9.70 2016-06-03 Paul Franklin * gramps/plugins/textreport/descendreport.py: improve pylint score of Descendant report from 7.91 to 9.71 2016-06-02 Doug Blank * gramps/gen/proxy/cache.py, gramps/gen/utils/lru.py, gramps/gui/views/treemodels/basemodel.py, gramps/gui/views/treemodels/lru.py: Moved LRU to gramps.gen.utils 2016-06-02 Doug Blank * gramps/plugins/test/test_reports.py: Remove import test from reports 2016-06-02 Doug Blank * gramps/plugins/test/test_imports.py: test imports: added a function for nosetests 2016-06-02 Doug Blank * : Merge pull request #167 from prculley/bug9123 bug 9123 GEDCOM import with media files that have no path fails 2016-06-02 Doug Blank * : Merge pull request #159 from prculley/test_imports Test imports 2016-06-01 Nick Hall * gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/filter.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/gramplet/leak.py, gramps/plugins/gramplet/locations.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py: More pylint improvements 2016-06-01 Paul Franklin * gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py: pylint improvements 2016-05-30 Nick Hall * gramps/gen/utils/location.py: 9472: Use first matching name when generating place titles 2016-05-30 prculley * : Merge remote-tracking branch 'upstream/master' into test_imports 2016-05-29 Paul Franklin * po/gramps.pot: add new C.I.R. strings to master's gramps.pot 2016-05-28 prculley * gramps/plugins/lib/libgedcom.py: bug 9123 GEDCOM import with media files that have no path fails 2016-05-28 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: increase Complete Individual Report pylint score to 9.76 2016-05-28 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: enable C.I.R. to include or exclude Person and Family Notes 2016-05-28 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 9464: [C.I.R.] add option to include or exclude census data 2016-05-28 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: Switch to suppress and select more items in [C.I.] report 2016-05-28 SNoiraud * gramps/plugins/view/geoclose.py: 9474: [Geography] Geoclose and mother handle 2016-05-28 prculley * gramps/plugins/lib/libgedcom.py: bug 8729 place names empty if Gedcom ADDR record contains no street 2016-05-28 Nick Hall * gramps/gui/widgets/validatedmaskedentry.py: Revert deprecated GObject ParamFlags update The update required GLib 2.42 but users may still be using 2.38 or later. 2016-05-28 Nick Hall * gramps/gui/dbman.py: Break some long lines 2016-05-28 Nick Hall * gramps/gui/dbman.py: More pylint improvements 2016-05-28 Nick Hall * gramps/gui/dbman.py: Remove redundant dialog title 2016-05-27 Nick Hall * gramps/cli/clidbman.py: pylint improvements 2016-05-27 Nick Hall * gramps/cli/clidbman.py: Fix another file left open 2016-05-27 Nick Hall * gramps/gui/viewmanager.py: Resize grips have been removed 2016-05-27 Nick Hall * gramps/cli/clidbman.py: Ensure files are not left open 2016-05-27 Nick Hall * gramps/gui/widgets/selectionwidget.py: Update deprecated GObject SignalFlags 2016-05-27 Nick Hall * gramps/gen/plug/_gramplet.py: Update deprecated priority constants 2016-05-27 Nick Hall * gramps/gui/widgets/validatedmaskedentry.py: Update deprecated GObject ParamFlags 2016-05-27 Nick Hall * gramps/gui/configure.py: Tidy up place configuration options 2016-05-27 Paul Franklin * gramps/plugins/lib/librecords.py, gramps/plugins/textreport/recordsreport.py: 9449: LivingProxyDB leaves data in families when "[Living]" chosen 2016-05-27 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: make report cope better with privacy proxy 2016-05-27 Paul Franklin * gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/tagreport.py: the three proxy invocations should be nearby, for ease of understanding 2016-05-27 Paul Franklin * gramps/gen/proxy/living.py: 9450: LivingProxyDB leaves data in when back references followed 2016-05-27 Doug Blank * gramps/gen/proxy/living.py: 9450: LivingProxyDB leaves data in when back references followed 2016-05-26 Doug Blank * : Merge pull request #164 from prculley/bug9475 Bug9475 GEDCOM import creates inconsistent source gramps IDs 2016-05-26 prculley * gramps/plugins/test/test_imports.py: changed 'print' to 'logging.info' 2016-05-26 prculley * : Merge remote-tracking branch 'upstream/master' into test_imports 2016-05-26 prculley * gramps/plugins/lib/libgedcom.py: but 9475 GEDCOM import creates inconsistent source gramps IDs 2016-05-26 Nick Hall * gramps/gui/widgets/validatedmaskedentry.py: Use CSS to fade background colour in ValidatableMaskedEntry 2016-05-26 Doug Blank * : Merge pull request #163 from gramps-project/use-cacheproxydb Use CacheProxyDb on reports with LivingProxyDb 2016-05-26 Doug Blank * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py: Use CacheProxyDb on reports with LivingProxyDb 2016-05-26 Doug Blank * gramps/gen/proxy/cache.py: CacheProxyDb: use getattr() 2016-05-26 Doug Blank * : Merge pull request #160 from gramps-project/cacheproxydb CacheProxyDb: adds LRU cache for handle lookups 2016-05-25 Doug Blank * gramps/plugins/webreport/narrativeweb.py: Additional fixes for narrativeweb 2016-05-25 Paul Franklin * gramps/plugins/drawreport/fanchart.py: increase pylint score of fanchart report from 4.47 to 9.40 2016-05-25 Doug Blank * gramps/gen/proxy/cache.py: Spelling error 2016-05-25 Doug Blank * gramps/gen/proxy/cache.py: Remove trailing whitespace 2016-05-25 Doug Blank * gramps/gen/proxy/__init__.py, gramps/gen/proxy/cache.py, gramps/plugins/webreport/narrativeweb.py: CacheProxyDb: adds LRU cache for handle lookups 2016-05-25 Nick Hall * gramps/gen/utils/callback.py, gramps/gen/utils/callman.py, gramps/gen/utils/place.py, gramps/gen/utils/string.py: Tidy up whitespace 2016-05-25 Doug Blank * gramps/plugins/webreport/narrativeweb.py: NarrativeWebReport: media_ref handles need not be binary 2016-05-24 prculley * : Merge remote-tracking branch 'upstream/master' into test_imports 2016-05-24 Doug Blank * : Merge pull request #100 from SNoiraud/bug3068 3068: Wrong reference number for "same person as" in detdescendantreport 2016-05-24 Nick Hall * gramps/gen/filters/rules/test/place_rules_test.py: Add extra unit test for IsEnclosedBy rule 2016-05-24 Doug Blank * : Merge pull request #156 from prculley/bug9459 bug 9459 GEDCOM import in CLI mode with .ged file containing ANSEL en… 2016-05-23 prculley * gramps/gen/utils/id.py, gramps/plugins/test/Tstdata/FTM_16dec2015a-mod1.ged, gramps/plugins/test/Tstdata/MixInlineXrefNote.ged, gramps/plugins/test/Tstdata/Paris.ged, gramps/plugins/test/Tstdata/bug 8322 test.ged, gramps/plugins/test/Tstdata/sample.ged, gramps/plugins/test/Tstdata/test_FTM_CONC.ged, gramps/plugins/test/Tstdata/vcard.difs, gramps/plugins/test/Tstdata/vcard.vcf, gramps/plugins/test/test_imports.py: Prototype of test imports module and associated tests 2016-05-23 Nick Hall * gramps/gen/filters/_filterparser.py, gramps/gen/filters/rules/place/_isenclosedby.py: 9427: Add inclusive option to IsEnclosedBy rule 2016-05-23 SNoiraud * gramps/gui/editors/editperson.py: 9075: Saving/closing new person window with Alt-o does not find gender 2016-05-22 Nick Hall * gramps/plugins/textreport/placereport.py: Fix to allow deferred translation of place type 2016-05-22 Nick Hall * gramps/plugins/textreport/placereport.py: 9466: Include all place types in place report 2016-05-22 Nick Hall * gramps/plugins/textreport/placereport.py: 9314: Allow place selection both individually and by filter Add the places selected individually to the list generated by the filter. 2016-05-22 Nick Hall * gramps/gui/selectors/baseselector.py: 8785: Expand tree in selectors automatically 2016-05-22 Doug Blank * gramps/plugins/gramplet/events.py: 8466: [Performance] Handling many Events on a person 2016-05-23 Nick Hall * gramps/gen/filters/_filterparser.py, gramps/gen/filters/rules/place/_isenclosedby.py: 9427: Add inclusive option to IsEnclosedBy rule 2016-05-23 SNoiraud * gramps/gui/editors/editperson.py: 9075: Saving/closing new person window with Alt-o does not find gender 2016-05-22 Nick Hall * gramps/plugins/textreport/placereport.py: Fix to allow deferred translation of place type 2016-05-22 Nick Hall * gramps/plugins/textreport/placereport.py: 9466: Include all place types in place report 2016-05-22 Nick Hall * gramps/plugins/textreport/placereport.py: 9314: Allow place selection both individually and by filter Add the places selected individually to the list generated by the filter. 2016-05-22 Nick Hall * gramps/gui/selectors/baseselector.py: 8785: Expand tree in selectors automatically 2016-05-22 Doug Blank * gramps/plugins/gramplet/events.py: 8466: [Performance] Handling many Events on a person 2016-05-22 Doug Blank * gramps/plugins/textreport/indivcomplete.py: 2834: 'Complete Individual Report' is titled 'Summary of [name]' 2016-05-22 Doug Blank * gramps/gen/db/generic.py, gramps/gen/db/txn.py: 9465: DB-API: duplicate note ID 2016-05-21 Nick Hall * gramps/plugins/gramplet/locations.py: 9381: Fix Encloses gramplet to display correct place references 2016-05-20 Paul Womack * gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/removeunused.py: Add 'Search for citations' to 'Remove unused objects' tool 2016-05-18 Elliott Sales de Andrade * .travis.yml: CI: Make trailing whitespace into a Travis error. 2016-05-18 Elliott Sales de Andrade * data/man/update_man.py, docs/update_doc.py, po/test/po_test.py, po/update_po.py, setup.py, test/GrampsLogger/GtkHandler_Test.py, test/LosHawlos_dbtest.py, test/RunAllTests.py: Clean up trailing whitespace. 2016-05-18 Nick Hall * gramps/gen/db/__init__.py, gramps/plugins/database/bsddb_support/__init__.py: Remove Django specific references from docstrings 2016-05-17 Nick Hall * gramps/gen/filters/rules/family/_isancestorof.py, gramps/gen/filters/rules/family/_isdescendantof.py, gramps/gen/filters/rules/test/event_rules_test.py, gramps/gen/filters/rules/test/family_rules_test.py, gramps/gen/filters/rules/test/person_rules_test.py, gramps/gen/filters/rules/test/place_rules_test.py, gramps/gen/utils/test/file_test.py, gramps/plugins/tool/findloop.py: Improve pylint score of some new files The programming guidelines require that new files have a pylint score of 9.0 or greater. 2016-05-16 Nick Hall * gramps/gen/lib/test/merge_test.py: Remove trailing whitespace 2016-05-16 romjerome * po/gramps.pot, po/update_po.py: Update template for appdata stuff 2016-05-16 josip * gramps/gui/widgets/selectionwidget.py: 8429: Media Preview: wrong frame fix signals 2016-05-16 Paul Franklin * gramps/plugins/docgen/odfdoc.py: 9408: UnboundLocalError on ODF doc backend 2016-05-15 Sam Manzi * : Merge pull request #137 from sam-m888/MoreContextMgr4with Convert a few more opens to use the with CM 2016-05-13 Doug Blank * gramps/gui/displaystate.py: 9438: AttributeError: 'NoneType' object has no attribute 'db' 2016-05-13 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: don't emit if in batch mode 2016-05-13 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: move emit signals to transaction commit 2016-05-13 prculley * : bug 9416 merge conflict 2016-05-12 Doug Blank * gramps/plugins/database/dbapi_support/mysql.py: Mysql: rename field 'long' 2016-05-13 Sam Manzi * gramps/plugins/database/bsddb_support/write.py, gramps/plugins/importer/importxml.py: Convert a few more opens to use the with CM 2016-05-13 Sam Manzi * : Merge pull request #151 from prculley/bug9430m Bug 9430 GEDCOM import PLAC or ADDR attached Notes etc. are lost 2016-05-13 Sam Manzi * : Merge pull request #146 from prculley/bug9173 Bug 9173, fix broken GEDCOM import PLAC:FORM handling 2016-05-12 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/dbapi.py: DB-API: ensure that undo/redo operations are in a low-level db transaction 2016-05-12 prculley * gramps/plugins/lib/libgedcom.py: Bug 9430 GEDCOM import PLAC or ADDR attached Notes etc. are lost 2016-05-12 prculley * gramps/plugins/lib/libgedcom.py: Bug 9425 GEDCOM import some Place Names & Titles are blank 2016-05-12 prculley * gramps/plugins/lib/libgedcom.py: Bug 9416 GEDCOM import PLAC:FORM in local mode doesn't work 2016-05-12 prculley * gramps/plugins/lib/libgedcom.py: Bug 9173, fix broken GEDCOM import PLAC:FORM handling 2016-05-12 prculley * gramps/gen/lib/placename.py: Bug 9415 Place Alt Names gets duplicated entries 2016-05-11 Doug Blank * : Merge pull request #141 from prculley/bug9414 Bug 9414 fix empty Place Alternate Names on import 2016-05-11 prculley * gramps/gen/lib/test/merge_test.py: Bug 9448: Merge unit test for PlaceCheck not working correctly 2016-05-11 prculley * gramps/gen/lib/place.py: Bug 9414 fix empty Place Alternate Names on import 2016-05-10 Doug Blank * gramps/gen/lib/person.py: Person: add aliases for field names 2016-05-10 Nick Hall * gramps/cli/argparser.py, gramps/cli/user.py, gramps/gen/datehandler/_date_is.py, gramps/gen/db/test/test_where.py, gramps/gen/db/where.py, gramps/gen/filters/rules/test/person_rules_test.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/test/field_test.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/rel/rel_is.py, gramps/plugins/tool/check.py, gramps/test/test_util.py: Remove trailing whitespace 2016-05-10 Nick Hall * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/db/test/test_where.py, gramps/gen/db/undoredo.py, gramps/gen/display/name.py, gramps/gen/display/place.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_genericfilter.py, gramps/gen/filters/_searchfilter.py, gramps/gen/filters/rules/_rule.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/notebase.py, gramps/gen/lib/placebase.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/refbase.py, gramps/gen/lib/struct.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/test/date_test.py, gramps/gen/lib/urlbase.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergeeventquery.py, gramps/gen/merge/mergefamilyquery.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/merge/mergepersonquery.py, gramps/gen/merge/mergeplacequery.py, gramps/gen/merge/mergerepositoryquery.py, gramps/gen/merge/mergesourcequery.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_plugin.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/fontstyle.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/graphicstyle.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/menu/_menu.py, gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/plug/utils.py, gramps/gen/proxy/proxybase.py, gramps/gen/recentfiles.py, gramps/gen/relationship.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpledoc.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/test/user_test.py, gramps/gen/updatecallback.py, gramps/gen/user.py, gramps/gen/utils/alive.py, gramps/gen/utils/callback.py, gramps/gen/utils/callman.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/docgen/tabbeddoc.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/lds.py, gramps/gen/utils/libformatting.py, gramps/gen/utils/resourcepath.py, gramps/gui/autocomp.py, gramps/gui/basesidebar.py, gramps/gui/clipboard.py, gramps/gui/dbguielement.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/displaystate.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/objectentries.py, gramps/gui/editors/test/test_editreference.py, gramps/gui/filters/_searchbar.py, gramps/gui/grampsgui.py, gramps/gui/listmodel.py, gramps/gui/logger/_errorview.py, gramps/gui/managedwindow.py, gramps/gui/navigator.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/tool.py, gramps/gui/spell.py, gramps/gui/tipofday.py, gramps/gui/utils.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/basemodel.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/lru.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/interactivesearchbox.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/selectionwidget.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/undoablestyledbuffer.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/database/bsddb_support/bsddbtxn.py, gramps/plugins/database/bsddb_support/cursor.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/cursor_test.py, gramps/plugins/database/bsddb_support/undoredo.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py, gramps/plugins/database/dbapi_support/sqlite.py, gramps/plugins/database/test/db_test.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libmixin.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libplaceimport.py, gramps/plugins/lib/librecurse.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/test/test_reports.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/tool/check.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/verify.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/webreport/narrativeweb.py, gramps/test/test_util.py: Tidy up class definitions All python3 classes are new-style classes. It is no longer necessary to inherit from object. 2016-05-10 Doug Blank * : Merge pull request #140 from tecknicaltom/fix-EditMedia make EditPrimary, empty_object abstract 2016-05-09 Tom Samstag * gramps/gui/editors/editprimary.py: make EditPrimary, empty_object abstract This makes EditPrimary an abstract class using abc.ABCMeta and marks EditPrimary.empty_object as an abstract method. This moves the error raised by forgetting to implement empty_object from when something unsupported is done with its return (like .serialize()) to invocation time, and provides a more obvious error. 2016-05-09 Paul Franklin * gramps/grampsapp.py, gramps/plugins/gramplet/gramplet.gpr.py: cope when import of GExiv2 gets a ValueError 2016-05-09 Doug Blank * gramps/gen/lib/date.py: Date: add property year 2016-05-08 Doug Blank * : Merge pull request #136 from RossGammon/app2 Followup to PR 134 2016-05-08 Ross Gammon * data/gramps.appdata.xml.in: Followup to Pull Request 134: https://github.com/gramps-project/gramps/pull/134 Put the

tags back to <_p> so the description paragraphs are translated again. 2016-05-08 Doug Blank * : Merge pull request #134 from RossGammon/appstream 9443: Gramps not appearing in Gnome Software 2016-05-08 Ross Gammon * data/gramps.appdata.xml.in, setup.py: 9443: Gramps not appearing in Gnome Software I updated the appdata.xml file to the latest version of the specification (https://www.freedesktop.org/software/appstream/docs/index.html), adding some new tags in the process. I also installed the appdata.xml file to the latest location in the specification. The XML has bene validated by the appstreamcli validation tool, and the patch applied in Debian (Gramps 4.2.3). If it looks OK, it should probably be cherry-picked to the gramps42 maintenance branch. 2016-05-08 Ross Gammon * gramps/grampsapp.py, gramps/gui/editors/editaddress.py, gramps/gui/utils.py, gramps/plugins/gramplet/gramplet.gpr.py: PyGIWarning: importing without specifiying a version first Follow-on from https://gramps-project.org/bugs/view.php?id=8981 This patch was applied in Debian (gramps 42 branch) due to warnings picked up in the build log and from testing by running gramps from the command line. I have rebased it on master, as it will probably be a while before the warnings become errors. 2016-05-08 SNoiraud * gramps/plugins/webreport/webcal.py: Webcal : pylint (applied remarks on the last patch) 2016-05-07 Doug Blank * gramps/plugins/database/dbapi.py: 9442: Windows SQLite database has indexes that Linux SQLite can't read 2016-05-07 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/dbapi.py: 9441: DB-API with sqlite doesn't unlock the table when txn.batch = True 2016-05-07 Doug Blank * gramps/gen/db/generic.py: Remove accidentally added code, 2 2016-05-07 Doug Blank * gramps/gui/viewmanager.py, gramps/plugins/database/dbapi.py: Remove accidentally added code 2016-05-07 Doug Blank * gramps/gen/lib/place.py: Place schema: wrong type for alt_names 2016-05-07 Doug Blank * gramps/gui/logger/_errorreportassistant.py: Add sqlite info to error report assistant 2016-05-07 Doug Blank * gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gui/viewmanager.py, gramps/plugins/database/dbapi.py: QuerySet: fix removing tag logic 2016-05-07 Doug Blank * gramps/grampsapp.py, gramps/gui/aboutdialog.py, gramps/plugins/database/dbapi_support/sqlite.py: sqlite: add version number 2016-05-07 Ondrej Krc-Jediny * gramps/gen/lib/ldsord.py: 7907 LDS ordinance statuses enhancement 2016-05-06 SNoiraud * gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: 4892: Webcal link : add an index file 2016-05-06 SNoiraud * gramps/gen/config.py, gramps/plugins/webreport/narrativeweb.py: 4892: Add a Webcal link to Narrative pages 2016-05-06 SNoiraud * gramps/plugins/webreport/webcal.py: Webcal : pylint + cleanup. 2016-05-06 Doug Blank * bash/command-completion: Bash completetions: a little cleaning up 2016-05-06 Doug Blank * gramps/gen/db/test/test_where.py, gramps/gen/db/where.py: Where: work with methods, ala Rules 2016-05-06 Doug Blank * gramps/gen/db/base.py, gramps/plugins/database/test/db_test.py: QuerySet tag(): remove batch; allow tag removal; test 2016-05-05 Leonhaeuser * po/de.po: update German translation 2016-05-03 prculley * gramps/plugins/lib/libgedcom.py: Bug 8809 Multiple GEDCOM imports creates duplicate event IDs 2016-05-05 Doug Blank * gramps/gui/plug/export/_exportassistant.py: 9435: Attempting to export and empty BSDDB Family tree fails 2016-05-04 Doug Blank * gramps/gui/dbman.py: Family Tree Manager: reselect the default row 2016-05-04 Doug Blank * gramps/gui/viewmanager.py: ViewManager: no longer need to delay showing window; causes transient window issues 2016-05-04 Doug Blank * gramps/cli/clidbman.py, gramps/gui/dbman.py: Drag and drop on Family Tree Manager fixes 2016-05-04 Paul Franklin * gramps/plugins/drawreport/timeline.py: change pylint score of TimeLine report from 4.74 to 9.54 2016-05-04 Doug Blank * gramps/gen/db/exceptions.py: DbPythonError: adjust message regarding Python 2016-05-04 Doug Blank * gramps/cli/grampscli.py, gramps/gen/db/exceptions.py, gramps/gen/db/generic.py, gramps/gui/dbloader.py, gramps/plugins/database/dbapi.py: 9429: Text metadata (i.e. *.txt files) implemented for DBAPI backends. This saves and tests python and schema versions so that this code won't load future versions of either. 2016-05-04 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9417: The place page in webreport is complete mess 2016-05-04 Doug Blank * gramps/gen/db/generic.py: 9433: empty media path must be interpreted as /home/dblank in DB-API 2016-05-04 SNoiraud * gramps/plugins/gramplet/gallery.py: 7390: Gallery tab of Source view does not display .ods files 2016-05-04 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 2882: Narrativeweb: Add option to Include all / unreferenced Media objects 2016-05-03 Doug Blank * gramps/gen/plug/_gramplet.py: 4442: Add a Button to close the current database; refresh gramplets when no db 2016-05-03 Doug Blank * gramps/gui/dbman.py: 4442: Add a Button to close the current database; retitle main window 2016-05-03 Doug Blank * bash/command-completion: CLI: command completions in bash, bash-like shells 2016-05-03 Doug Blank * gramps/cli/arghandler.py, gramps/cli/clidbman.py: CLI: -l, -L, -t should match names with re patterns in them 2016-05-03 Doug Blank * gramps/plugins/gramplet/statsgramplet.py: Stats Gramplet: remove sequential scan through person 2016-05-03 Doug Blank * gramps/gui/viewmanager.py: Two errors on transient parents 2016-05-03 Doug Blank * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade: Family Tree Manager: add close button; fix convert GUI issue 2016-05-03 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/dbapi.py: Database: add reload method; re-expand fields before reindexing 2016-05-03 SNoiraud * gramps/plugins/view/pedigreeview.py: 5449: Pedigree view crashes if you happen to choose a child as ancestor 2016-05-03 SNoiraud * gramps/plugins/webreport/narrativeweb.py: NarrativeWeb : use the common way to manage name format (cleanup). 2016-05-03 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 0373: Narrativeweb: relationship to central person on individual pages 2016-05-03 romjerome * data/man/en.rst, data/man/fr/fr.rst, data/man/fr/gramps.1.in, data/man/gramps.1.in: typo rebuild man file via 'rst2man' cmd 2016-05-02 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: increase pylint score from 6.17 to 9.20 2016-05-02 Doug Blank * gramps/gen/db/base.py, gramps/gen/lib/citation.py, gramps/gen/lib/event.py, gramps/gen/lib/media.py, gramps/gen/lib/place.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/repo.py, gramps/gen/lib/src.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/plugins/database/dbapi.py: Fixes for field-based schema and labels * moved methods to TableObject from PrimaryObj (to include Tag) * added missing scheme, labels to citation, place, repo, and source * minor bug fixes 2016-05-02 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 8967: web reports: viewport line settings don't allow scaling 2016-05-02 SNoiraud * gramps/plugins/webreport/narrativeweb.py: NarrativeWeb : use the common way to manage living people. 2016-05-01 Doug Blank * gramps/plugins/database/dbapi_support/postgresql.py: Postgresql: fetchone when nothing to fetch, throws exception 2016-05-01 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/dbapi.py: Fixed get_person_handles(sort_index=True) Before did not include first_name in sorting (thanks Paul!) Also added rebuilding all order_by fields when rebuilding secondaries. 2016-05-01 SNoiraud * gramps/plugins/lib/maps/__init__.py, gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/lib/maps/constants.py, gramps/plugins/lib/maps/datelayer.py, gramps/plugins/lib/maps/dummylayer.py, gramps/plugins/lib/maps/dummynogps.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/kmllayer.py, gramps/plugins/lib/maps/libkml.py, gramps/plugins/lib/maps/lifewaylayer.py, gramps/plugins/lib/maps/markerlayer.py, gramps/plugins/lib/maps/messagelayer.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/lib/maps/selectionlayer.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography : pylint up to 9.2 for all modules. 2016-05-01 Douglas Blank * gramps/cli/argparser.py: Allow --database to work without installed bsddb3/sqlite3 2016-05-01 romjerome * data/man/en.rst, data/man/fr/fr.rst: Add the new '--remove' entry on some templates (*.rst) for man files 2016-05-01 romjerome * po/fr.po: French translation update 2016-05-01 romjerome * po/fr.po: merge french translation from gramps42 branch 2016-05-01 romjerome * po/POTFILES.in, po/gramps.pot: Update translation strings template $ intltool-update -m 2016-04-30 Doug Blank * gramps/plugins/tool/testcasegenerator.py: testcasegenerator: allow to run from cli 2016-04-30 Doug Blank * gramps/plugins/test/test_reports.py: Tests: added tools check and verify 2016-05-01 Leonhaeuser * po/de.po: update German translation 2016-04-30 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: get_family_handles(sort_handles=True) now fixed 2016-04-30 Paul Franklin * gramps/plugins/textreport/detancestralreport.py: increase DAR report pylint score from 7.29 to 9.77 2016-04-30 Doug Blank * gramps/plugins/database/bsddb_support/read.py: 1954: Book report, Complete Individual Report part - missing sorting 2016-04-30 Doug Blank * gramps/gen/lib/primaryobj.py: Field name lookup: improve error message 2016-04-30 Doug Blank * gramps/cli/user.py, gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/user.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/user.py, gramps/gui/viewmanager.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/inmemorydb.py: 1144: Auto backup at exit, but not when opening another database 2016-04-30 Doug Blank * gramps/gen/db/generic.py: InMemoryDB: provide None for dbname 2016-04-30 Doug Blank * : Merge pull request #124 from sam-m888/MissedWithOpen Missed 'open' statements 2016-04-29 Doug Blank * gramps/gui/dbman.py: Family Tree Manager: set transient on Info window 2016-04-30 Sam Manzi * gramps/plugins/export/exportvcalendar.py: Move Return out of block 2016-04-29 Doug Blank * gramps/gen/lib/primaryobj.py: 9332: gramps_connect: Edit/Save Person 2016-04-29 Doug Blank * gramps/gui/dbman.py: Family Tree Manager: rearrange dialogs to handle cancel 2016-04-29 Doug Blank * gramps/gui/dbman.py: Family Tree Manager: rearrange dialogs to handle cancel 2016-04-28 Doug Blank * gramps/gen/dbstate.py, gramps/gui/viewmanager.py: 2092: Problems when no database is open 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Tests: removed dot and addons 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Tests: refine reports 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Tests: 9 more reports 2016-04-28 Paul Franklin * gramps/plugins/drawreport/fanchart.py: add "living people" option to the Fan Chart report 2016-04-28 Doug Blank * gramps/gui/editors/editmedia.py: 9387: Crash on adding media 2016-04-28 Paul Franklin * gramps/gen/plug/report/_reportbase.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/tagreport.py: tweak "living people" option (change option report output) 2016-04-28 SNoiraud * gramps/plugins/webreport/narrativeweb.py: NarrativeWeb : some cleanup + pylint score up to 9.5 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Tests: add export tests 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Test: export gedcom 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Tests: added a generic cli test framework; testing gedcom imports 2016-04-28 Doug Blank * po/POTFILES.in: POTFILES typo 2016-04-28 Paul Franklin * gramps/gen/plug/report/stdoptions.py: tweak "living people" option (change choice strings) 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Travis: move temp dir to /tmp 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Travis: os.remove crashes old nose 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: Travis: wrestling with old nose 2016-04-28 Doug Blank * gramps/plugins/test/test_reports.py: CI Tests: additional report testing 2016-04-27 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/tagreport.py: add deferred translation to "living people" option 2016-04-28 Doug Blank * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade, gramps/gui/viewmanager.py: Add Convert Button to Tree Manager: makes a dbapi from a bsddb 2016-04-28 Sam Manzi * gramps/gen/proxy/__init__.py: Fix error Undefined variable name 'referenced' in __all__ 2016-04-28 Sam Manzi * gramps/gen/plug/_pluginreg.py, gramps/gen/utils/configmanager.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/lib/libgedcom.py: Fixes for Missed 'open' statements 2016-04-28 Eno * gramps/cli/grampscli.py, gramps/gen/db/generic.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_paper.py, gramps/gui/aboutdialog.py, gramps/gui/dbman.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/summary.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/tool/verify.py: Fixes for Missed 'open' statements 2016-04-27 Sam Manzi * gramps/plugins/export/exportgedcom.py: Change Exportgedcoms open 2016-04-26 Paul Franklin * gramps/gen/plug/menu/_enumeratedlist.py: enable deferred translation for EnumeratedListOption items 2016-04-27 Eno * gramps/plugins/database/bsddb_support/write.py: Fixes for Missed 'open' statements 2016-04-26 Paul Franklin * gramps/plugins/textreport/recordsreport.py: add the "living people" option to the Records report 2016-04-26 Paul Franklin * gramps/plugins/lib/librecords.py: another librecords tweak: check that a Person exists 2016-04-26 Doug Blank * gramps/plugins/export/exportxml.py: Export XML: don't crash when exporting filtered/proxied data 2016-04-26 Doug Blank * gramps/gui/editors/editnote.py: EditNote: don't crash if referenced item does not exist 2016-04-26 Doug Blank * : Merge pull request #121 from gramps-project/xml-compress Add compression option on XML export 2016-04-26 Doug Blank * gramps/gui/aboutdialog.py: 9383: the Family Tree Manager dialog should show the database type 2016-04-25 Paul Franklin * gramps/plugins/lib/librecords.py: make librecords play nice with proxy DBs 2016-04-26 Dale Athanasias * gramps/gen/filters/_filterlist.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/export/exportftree.py: Missed 'open' statements From: Dale Athanasias Mon, 25 Apr 2016 13:41:18 +1000 Subject: Missed 'open' statements Hi Sam, Here's a few files with missed 'open' statements: gramps/gen/filters/_filterlist.py gramps/plugins/export/exportftree.py gramps/plugins/database/bsddb_support/write.py And some older files which you probably left alone for a reason? windows/nonAIO/builder/build_GrampsWin32.py windows/nonAIO/check_gtk_install.py windows/nonAIO/builder/make_launcher.py windows/nonAIO/builder/check_gtk_install.py windows/nonAIO/nsis/gcheck.py Regards - Dale Re: Prefer with to open files https://github.com/gramps-project/gramps/pull/113 2016-04-25 Doug Blank * gramps/plugins/database/dbapi.py: 9411: Creating New DB-API family tree creates an extra __init__.py in the new database directory. 2016-04-25 Doug Blank * : Merge pull request #113 from sam-m888/useWithOpen Prefer with to open files 2016-04-25 Paul Franklin * gramps/plugins/textreport/tagreport.py: add "living people" option to Tag report 2016-04-25 Doug Blank * gramps/gui/dbman.py: Db Manager: Select Row of current Tree 2016-04-24 Paul Franklin * gramps/plugins/textreport/placereport.py: add "living people" option to the Place Report 2016-04-24 Paul Franklin * gramps/plugins/textreport/kinshipreport.py: add "living people" option to the Kinship Report 2016-04-24 Paul Franklin * gramps/plugins/textreport/endoflinereport.py: add "living people" option to the EndOfLine Report 2016-04-24 Paul Franklin * gramps/plugins/textreport/detancestralreport.py: add "living people" option to the Detailed Ancestor Report 2016-04-24 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9405: Narrated Web report - Individual sort order not correct on the Surnames tab 2016-04-24 Paul Franklin * : Merge pull request #122 from daleathan/patch-1 Fix spelling devided > divided 2016-04-23 Paul Franklin * gramps/plugins/textreport/ancestorreport.py: add "living people" option to Ancestor Report 2016-04-23 Paul Franklin * gramps/plugins/drawreport/timeline.py: tidy up the title in the Timeline Report 2016-04-23 Paul Franklin * gramps/plugins/textreport/descendreport.py: fix typo in Descendant Report 2016-04-23 Paul Franklin * gramps/plugins/textreport/birthdayreport.py: tweak Birthday Report to use proxy DB always 2016-04-23 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/drawreport/statisticschart.py: add "living people" option to Statistics Chart report 2016-04-23 Doug Blank * gramps/cli/arghandler.py: CLI: require exact re.match for -t 2016-04-24 Sam Manzi * gramps/gui/spell.py: Spelling 2016-04-23 Doug Blank * gramps/cli/clidbman.py: CLI: make re match exactly for -l, -L 2016-04-23 Doug Blank * gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py: Postgresql and Mysql limit/offset 2016-04-23 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: some SQL implementations need subqueries to be named 2016-04-23 Doug Blank * gramps/gen/db/generic.py: DB-API: Show last backup time/date, and total backup counts 2016-04-23 Doug Blank * gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py: Postgresql and Mysql LIMIT fixes 2016-04-23 Doug Blank * gramps/gen/lib/primaryobj.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py: Bring MySQL and Postgresql up to date 2016-04-23 Sam Manzi * gramps/grampsapp.py, gramps/gui/spell.py: 8981 Specify required GtkSpell and GExiv2 version 2016-04-22 Paul Franklin * gramps/grampsapp.py: 9383: the Family Tree Manager dialog should show the database type 2016-04-22 Doug Blank * gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/gen/const.py, gramps/gen/db/generic.py, gramps/grampsapp.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py, gramps/plugins/database/dbapi_support/sqlite.py, gramps/plugins/database/inmemorydb.py: 9383: the Family Tree Manager dialog should show the database type 2016-04-21 Paul Franklin * gramps/plugins/tool/changetypes.py: 8171: Tool 'Rename Event Types' does not include custom types 2016-04-21 Paul Franklin * gramps/gen/plug/report/stdoptions.py: typo 2016-04-21 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9377: Narrated web report link to thumbnails is broken on certain pages 2016-04-20 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/textreport/summary.py: add "living people" option to Database Summary report 2016-04-20 Paul Franklin * gramps/plugins/tool/changetypes.py: tweak changetypes tool 2016-04-20 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9389: Narrated Web report - Individual page sort order has changed 2016-04-20 Doug Blank * : Merge pull request #120 from sam-m888/2066LinkeditorAddDropdownlist 2066 Add dropdown list to Link Editor 2016-04-20 Doug Blank * gramps/gui/plug/export/__init__.py, gramps/gui/plug/export/_exportoptions.py, gramps/plugins/export/export.gpr.py, gramps/plugins/export/exportxml.py: Add compression option on XML export 2016-04-20 Doug Blank * gramps/plugins/database/dbapi.py: get_family_handles with sort_handles 2016-04-20 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrative web : beginning of cleanup. 2016-04-20 Paul Franklin * gramps/plugins/drawreport/ancestortree.py: add "living people" option to Ancestor Tree report 2016-04-20 Sam Manzi * gramps/gui/editors/editurl.py: 2066 Add dropdown list to Link Editor 2016-04-19 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/dbapi_support/sqlite.py: Enable REGEXP operator 2016-04-19 Doug Blank * example/gramps/data.gramps, gramps/plugins/database/test/db_test.py: Tests: don't make home person the private person 2016-04-19 Sam Manzi * gramps/gen/config.py, gramps/gui/viewmanager.py: Rename Main Interface Config keys[for PR-60] 2016-04-19 Sam Manzi * gramps/gen/dbstate.py: Add back line as per QuLogic 2016-04-19 Sam Manzi * gramps/gen/dbstate.py, gramps/plugins/database/bsddb_support/write.py, po/update_po.py: Editorial changes & Fixes from QuLogic 2016-04-19 Sam Manzi * gramps/cli/clidbman.py, gramps/gen/dbstate.py, gramps/gen/filters/_filterlist.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_options.py, gramps/gen/utils/image.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/docgen/htmldoc.py, po/test/po_test.py, po/update_po.py: Prefer with context manager to open files 2016-04-17 Doug Blank * .travis.yml, gramps/gen/db/base.py, gramps/gen/db/test/test_where.py, gramps/gen/db/where.py, gramps/plugins/database/test/db_test.py: Remove Django-style WHERE; consider Python expressions 2016-04-17 Doug Blank * gramps/gui/dbman.py, gramps/plugins/database/bsddb.gpr.py, gramps/plugins/database/dbapi.gpr.py, gramps/plugins/database/inmemorydb.gpr.py: Shortened names of backends 2016-04-17 Doug Blank * gramps/gen/user.py, gramps/gui/user.py: Add default_label to other implementations of prompt() 2016-04-17 Doug Blank * MANIFEST.in, gramps/grampsapp.py, gramps/guiQML/__init__.py, gramps/guiQML/grampsqml.py, gramps/guiQML/qmlwidgets/TextButton.qml, gramps/guiQML/qmlwidgets/TopBar.qml, gramps/guiQML/questiondialog.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/__init__.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/centralview.qml, gramps/guiQML/views/dbman.py, gramps/guiQML/views/dbman.qml, gramps/guiQML/views/peopleview.qml, gramps/guiQML/views/personview.py, po/POTFILES.in, po/POTFILES.skip: Moved guiQML to its own project 2016-04-17 Doug Blank * gramps/plugins/test/test_reports.py: Tests: remove more tests to avoid issues in Travis/nose proxy 2016-04-17 Doug Blank * gramps/plugins/test/test_reports.py: Tests: remove svg/pdf looking for Travis segfault 2016-04-17 Doug Blank * gramps/plugins/test/test_reports.py: Tests: call most of the reports 2016-04-17 Josip * gramps/gui/logger/_errorview.py: Fix Error Report Dialog appearance 2016-04-17 Josip * gramps/plugins/tool/changenames.py: Fix_Capitalization_of_Family_Names: change keyword argument to non-key argument 2016-04-17 Josip * gramps/plugins/tool/changenames.glade, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.glade, gramps/plugins/tool/changetypes.py: 8128: GtkDialog mapped without a transient parent partial fix for: "Change Event Types" and "Fix Capitalization of Family Names" plugins 2016-04-17 Doug Blank * gramps/gen/merge/diff.py: Database Differences Report: typo 2016-04-17 Doug Blank * gramps/cli/arghandler.py, gramps/cli/clidbman.py, gramps/cli/user.py: CLI prompt: don't default to yes for truly dangerous 2016-04-17 Doug Blank * gramps/plugins/database/dictionarydb.gpr.py, gramps/plugins/database/dictionarydb.py: Remove DictionaryDB 2016-04-17 Doug Blank * gramps/gui/dbman.py: Tree Manager: adjust column order, add tooltip text * move database type column * adjust sizes of columns to fit 800px * add tooltip text on New to show backend type to create 2016-04-17 Doug Blank * gramps/plugins/database/inmemorydb.py: InMemoryDB: load last, set has_changed = False 2016-04-17 Paul Franklin * : Merge pull request #117 from sam-m888/moveHolidaysToData 7921 Move holidays.xml.in to data [refactor] 2016-04-16 Doug Blank * example/gramps/data.gramps: data.gramps: add mediapath 2016-04-16 Doug Blank * gramps/gen/db/generic.py, gramps/gui/viewmanager.py, gramps/plugins/database/bsddb_support/write.py: 9386: Slow exit of Gramps GUI 2016-04-16 Doug Blank * gramps/cli/clidbman.py, gramps/gen/db/generic.py, gramps/plugins/database/dbapi.py: DB-API: fix version 2016-04-16 John Ralls * mac/gramps.launcher: Bug 8563: Gramps reports that it can't find dictionaries. Turns out it was really that enchant couldn't find its backend because an environment variable wasn't set. 2016-04-16 Doug Blank * gramps/cli/clidbman.py: clidbman: restore accidently deleted code 2016-04-17 Sam Manzi * po/update_po.py: Fix typo as per ~47490 2016-04-16 Paul Franklin * gramps/plugins/tool/reorderids.py: typo 2016-04-16 Doug Blank * gramps/cli/clidbman.py, gramps/gen/db/generic.py, gramps/gui/dbman.py, gramps/gui/glade/dbman.glade, gramps/plugins/database/bsddb.gpr.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/dbapi.gpr.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dictionarydb.gpr.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/inmemorydb.gpr.py, gramps/plugins/database/inmemorydb.py: DbManager: add database type column 2016-04-16 Paul Franklin * gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py: add the "living people" option to the three Graphviz reports 2016-04-16 Paul Franklin * gramps/gen/user.py, gramps/gui/plug/_guioptions.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/patchnames.py: 8128: GtkDialog mapped without a transient parent -- partial 2016-04-16 Leonhaeuser * po/de.po: update German translation 2016-04-16 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/inmemorydb.py: Fixes for DictionaryDB and InMemoryDB 2016-04-16 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: get_family_handles(sort_handles) add given to sort order 2016-04-16 Doug Blank * gramps/cli/clidbman.py, gramps/gen/db/generic.py, gramps/plugins/database/bsddb_support/write.py: 9385: gramps -L changes Last Accessed time/date 2016-04-16 Doug Blank * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py: CLI: add regular expression patterns to -t, -l, and -L 2016-04-16 Doug Blank * gramps/cli/clidbman.py: gramps -r PATTERN: make no be the default 2016-04-16 Sam Manzi * .gitignore, MANIFEST.in, data/holidays.xml.in, gramps/plugins/lib/holidays.xml.in, gramps/plugins/lib/libholiday.py, po/POTFILES.in, po/update_po.py, setup.py: 7921 Move holidays.xml.in to data [refactor] 2016-04-16 Doug Blank * gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py, gramps/plugins/database/dbapi_support/sqlite.py: DB-API: missing BEGIN TRANSACTION for batch mode 2016-04-16 Sam Manzi * gramps/plugins/tool/findloop.py: Remove duplicate import/rename method 2016-04-16 Sam Manzi * : Merge pull request #102 from SNoiraud/bug5449 5449: Pedigree view crashes if you happen to choose a child as ancestor 2016-04-15 Doug Blank * gramps/plugins/database/inmemorydb.gpr.py, gramps/plugins/database/inmemorydb.py: DB-API in-memory replacement for DictionaryDB 2016-04-15 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDB: use backup on load from file, if available 2016-04-15 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: separate dbapi init from sql init 2016-04-15 SNoiraud * gramps/plugins/tool/findloop.glade, gramps/plugins/tool/findloop.py, gramps/plugins/tool/tools.gpr.py: 5449: Pedigree view crashes : changed the name and solved the notrelated glade problem. 2016-04-15 Paul Franklin * gramps/gen/config.py, gramps/gen/plug/report/stdoptions.py, gramps/gen/proxy/living.py, gramps/gui/configure.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, po/ca.po, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/uk.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: add deferred translation to "living people" report option 2016-04-14 Doug Blank * gramps/cli/argparser.py: Updated docstring for -t, -l, and -L 2016-04-14 Doug Blank * Gramps.py, gramps/grampsapp.py: Move GRAMPS_RESOURCE default into grampsapp.main() 2016-04-14 Doug Blank * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py: Add optional list of trees to command-line args: -t -l -L 2016-04-12 Doug Blank * : Merge pull request #114 from sam-m888/pylint-invalid-all-object-E0604 Pylint (E0604) __all__, must contain only strings 2016-04-12 Doug Blank * : Merge pull request #112 from sam-m888/fixNonecomparisons Don't use equality to check None 2016-04-13 Sam Manzi * gramps/gui/utils.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/webreport/webcal.py: Don't use equality to check None 2016-04-12 Doug Blank * : Merge pull request #110 from sam-m888/FixImportDuplicates Fix some duplicate imports etc... 2016-04-13 Ross Gammon * data/jhtmlarea/AutoPostTest.aspx, data/jhtmlarea/AutoPostTest.aspx.vb, data/jhtmlarea/ColorPickerMenu.htm, data/jhtmlarea/Default.htm, data/jhtmlarea/Readme.txt, data/jhtmlarea/scripts/jHtmlArea-0.7.0-vsdoc.js, data/jhtmlarea/scripts/jHtmlArea-0.7.0.js, data/jhtmlarea/scripts/jHtmlArea-0.7.0.min-vsdoc.js, data/jhtmlarea/scripts/jHtmlArea-0.7.0.min.js, data/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0.7.0.js, data/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0.7.0.min.js, data/jhtmlarea/scripts/jquery-1.3.2-vsdoc.js, data/jhtmlarea/scripts/jquery-1.3.2.min-vsdoc.js, data/jhtmlarea/style/jHtmlArea.ColorPickerMenu.css, data/jhtmlarea/style/jHtmlArea.Editor.css, data/jhtmlarea/style/jHtmlArea.css, data/jhtmlarea/style/jqueryui/ui-lightness/jquery-ui-1.7.2.custom.c ss: 7763: Remove unused jhtmlarea Files 2016-04-13 Ross Gammon * data/javascript/jquery.flexbox.js, data/javascript/jquery.flexbox.min.js, setup.py: 7763: Remove remaining Sourceless Javascript Files 2016-04-11 Paul Franklin * gramps/gen/db/base.py, gramps/gen/filters/__init__.py, gramps/gen/filters/_genericfilter.py, gramps/gen/plug/report/utils.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/proxybase.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/textreport/familygroup.py: 8649: Familygroup report: Add filter option 2016-04-11 Douglas S. Blank * gramps/plugins/database/dbapi.py: add sorted family handles to DB-API 2016-04-11 Doug Blank * : Merge pull request #109 from sam-m888/8153SupportCustomEventonGEDCOMexport 8153 GEDCOM 5.5.1 Support Custom Event on export 2016-04-10 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDB: add missing items to make it completely implement API 2016-04-10 SNoiraud * gramps/plugins/tool/findloop.glade: 0005449: Pedigree view crashes ... : add help to glade file. 2016-04-10 Paul Franklin * .directory: remove file added by accident, per Mirko 2016-04-10 SNoiraud * gramps/plugins/tool/findloop.py, gramps/plugins/tool/tools.gpr.py: 0005449: Pedigree view crashes ... : add help button + suppress CLI tool mode 2016-04-10 SNoiraud * gramps/plugins/tool/tools.gpr.py: 5449: Pedigree view crashes ... : remove last empty line. 2016-04-10 SNoiraud * gramps/plugins/tool/findloop.py: 5449: Pedigree view crashes ... : trailing space and replace list() by set() 2016-04-10 Enno Borgsteede * gramps/plugins/export/exportgedcom.py: 8153 GEDCOM 5.5.1 Support Custom Event on export 2016-04-09 Paul Franklin * gramps/plugins/view/relview.py: cope with None family in relview 2016-04-09 Doug Blank * gramps/plugins/database/dictionarydb.py: Add missing properties to DictionaryDb 2016-04-09 Paul Franklin * gramps/gui/dialog.py, gramps/gui/editors/edittaglist.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergeperson.py, gramps/gui/viewmanager.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: 8128: GtkDialog mapped without a transient parent -- partial 2016-04-09 Paul Franklin * gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/textreport/textplugins.gpr.py: clarify default setting in report .gpr.py files 2016-04-09 Paul Franklin * .mailmap: remove my personal email address from .mailcap file 2016-04-09 Leonhaeuser * : Update German translation 2016-04-09 SNoiraud * gramps/gui/plug/report/_bookdialog.py: 9362: Attempting to select an "Available item" for the Book Report gives an error 2016-04-09 Sam Manzi * gramps/plugins/database/dbapi_support/defaults/__init__.py: 9635 dbapi_support needs a package init file 2016-04-09 Sam Manzi * setup.py: 9635 Add dbapi_support folders to setup.py for installs 2016-04-08 Doug Blank * gramps/gen/relationship.py: RelationshipCalc callback: not all signals pass handle_list 2016-04-08 Doug Blank * gramps/gen/db/generic.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py: 9358: get_table_metadata(nav_type) anomaly 2016-04-08 Doug Blank * gramps/gen/db/generic.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py: 9358: get_table_metadata(nav_type) anomaly; revert 2016-04-08 Doug Blank * gramps/gen/db/generic.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py: 9358: get_table_metadata(nav_type) anomaly 2016-04-07 Nick Hall * gramps/gen/filters/rules/test/place_rules_test.py: Add some place rule unit tests 2016-04-07 Nick Hall * gramps/gen/filters/rules/test/event_rules_test.py: Add some event rule unit tests 2016-04-07 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: improve Statistics Chart pylint score from 6.75 to 8.94 2016-04-06 Doug Blank * gramps/plugins/database/test/db_test.py: Rename duplicate test 2016-04-06 Nick Hall * gramps/gen/filters/rules/test/family_rules_test.py: Add more family rule unit tests 2016-04-06 Nick Hall * gramps/gen/filters/rules/_rule.py: Remove deprecated locale flag re.L is deprecated and re.U is now default. 2016-04-06 Nick Hall * gramps/gen/filters/rules/family/_memberbase.py: Check for missing father or mother in family rules 2016-04-06 Nick Hall * gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_isancestorof.py, gramps/gen/filters/rules/family/_isdescendantof.py, gramps/gen/filters/rules/test/family_rules_test.py, gramps/gui/editors/filtereditor.py, po/POTFILES.in, po/POTFILES.skip: Add new family ancestor and descendant rules 2016-04-06 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9352: TypeError: 'str' does not support the buffer interface (better solution) 2016-04-05 Paul Franklin * gramps/plugins/gramplet/placedetails.py: tweak Place details gramplet for alternative names: show language 2016-04-05 =Matt Keenan * gramps/gen/plug/report/stdoptions.py, gramps/gen/proxy/living.py, gramps/gui/plug/export/_exportoptions.py, gramps/plugins/webreport/narrativeweb.py: 7035: Request for new "Replace All Names" in Export Options dialog 2016-04-04 Paul Franklin * gramps/plugins/textreport/placereport.py: enhance place report: add place names if two or more 2016-04-04 SNoiraud * gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py: 7793: Fanchart: Please increase limit on generations 2016-04-03 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 7074: Add Two related Features to Event and Media pages in the Narrated Web Site report 2016-04-01 Paul Franklin * gramps/plugins/textreport/familygroup.py: have the Family Group report default be to show marriages 2016-04-01 Paul Franklin * gramps/plugins/textreport/familygroup.py: 8131: Family Group Report -- tweaks request (added family notes) 2016-04-01 Paul Franklin * gramps/plugins/textreport/familygroup.py: better pylint score for Family Group report (7.99=>9.31) 2016-03-31 Paul Franklin * gramps/gen/proxy/living.py, gramps/plugins/webreport/narrativeweb.py: allow for more types in "living" proxy 2016-03-31 Paul Franklin * gramps/gen/utils/grampslocale.py: fix "TypeError: 'tuple' object does not support item assignment" 2016-03-31 Paul Franklin * gramps/plugins/drawreport/timeline.py: add "living people" option to TimeLine report 2016-03-31 Paul Franklin * gramps/plugins/drawreport/descendtree.py: add "living people" option to Descendant Tree report 2016-03-31 Paul Franklin * gramps/plugins/textreport/familygroup.py: 5176: add "living people" option to Family Group report 2016-03-31 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 5176: add "living people" option to Complete Individual report 2016-03-30 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9352: TypeError: 'str' does not support the buffer interface 2016-03-29 Doug Blank * : Merge pull request #108 from tecknicaltom/fix-dictionarydb-tags fix the name map of tags in DictionaryDb 2016-03-29 Tom Samstag * gramps/plugins/database/dictionarydb.py: fix the name map of tags in DictionaryDb DictionaryDb had a bug where the same tag could end up in the name mapping multiple times. This was most easily seen when loading a gramps xml into a DictionaryDb, where an extra entry with the tag name of '' would be created and would ultimately be referencing the last-created Tag (also referenced by its proper tag name). This change makes sure that when editing a tag, any existing references in the name mapping are deleted before adding. 2016-03-28 Josip * gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/styledtexteditor.py: 9335: Gramps has experienced an unexpected error 2016-03-28 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9345: Error when trying to create narrative report (residence event) 2016-03-28 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9347: Places index + Media index are incorrectly sorted 2016-03-28 romjerome * gramps/gui/selectors/baseselector.py: 9315: [Regression]: Filter set by default on selector is ignored 'Show all' button status and first load 2016-03-28 Sam Manzi * : Merge pull request #107 from tecknicaltom/test_filters1 Initial batch of tests of filter rules 2016-03-25 Doug Blank * gramps/gen/db/generic.py, gramps/gen/lib/struct.py, gramps/plugins/database/bsddb_support/read.py: 9331: Empty handle, bsddb backend and place 2016-03-24 Paul Franklin * gramps/plugins/textreport/detdescendantreport.py: 9321: Cannot exclude living people from descendant reports 2016-03-24 Paul Franklin * gramps/plugins/textreport/descendreport.py: 9321: Cannot exclude living people from descendant reports 2016-03-24 Paul Franklin * gramps/gui/glade/book.glade: center the Book dialog (in the whole screen) 2016-03-24 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/gen/proxy/living.py: 5176: Reports ignore "Private" flag and "Living People" 2016-03-22 Paul Franklin * gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/tool/check.py: add a few more parents to a few more dialogs 2016-03-22 Doug Blank * : Merge pull request #106 from tecknicaltom/filtering_filters add a filter to the tree of rule filters 2016-03-21 Paul Franklin * gramps/gen/proxy/private.py: 9320: D.A.R. has ? for locations when [private data is excluded] 2016-03-20 Paul Franklin * windows/AIO/32-bit/pyconfig.h, windows/AIO/64-bit/pyconfig.h, windows/AIO/pyconfig.h: add Windows Python header files for 32-bit and 64-bit machines 2016-03-20 SNoiraud * gramps/gen/lib/date.py: 8602: Age in the event family view column is wrong. better solution. 2016-03-19 SNoiraud * gramps/gui/clipboard.py: 9278: Crash when dragging multiple media items to clipboard 2016-03-19 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9316: Unable to build narrated web site 2016-03-16 romjerome * gramps/plugins/export/exportvcalendar.py: 9151: [Regression] vCal Export File format invalid Do not encode text anymore (patch by Serge) Fix an invalid RRULE for annual recurence TODO: maybe try to update to VCalendar 2.0 (iCal)? 2016-03-16 Nemeséri Lajos * po/hu.po: Update Hungarian translation 2016-03-14 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 9294: Error occurs for Complete Individual Report -- complete database 2016-03-13 Tom Samstag * gramps/gui/editors/filtereditor.py, gramps/gui/glade/rule.glade: add a filter to the tree of rule filters I can never remember which category filters are in when making a new rule. This change adds a filter entry above the treeview. As you type, filters that do not contain the search text (case insensitively) are made not visible. Categories are always visible, but will no longer expand if all of their child nodes are hidden. 2016-03-08 Paul Franklin * windows/AIO/pyconfig.h: add standard Windows Python header file, for now 2016-03-08 Doug Blank * : Merge pull request #105 from DaAwesomeP/master Use new Travis container and Apt addon 2016-03-07 Paul Franklin * windows/BUILD_WIN32.TXT, windows/builder/build_GrampsWin32.py, windows/builder/check_gtk_install.py, windows/builder/gramps2.nsi, windows/builder/make_launcher.py, windows/builder/test_dependencies.py, windows/check_gtk_install.py, windows/nonAIO/BUILD_WIN32.TXT, windows/nonAIO/builder/build_GrampsWin32.py, windows/nonAIO/builder/check_gtk_install.py, windows/nonAIO/builder/gramps2.nsi, windows/nonAIO/builder/make_launcher.py, windows/nonAIO/builder/test_dependencies.py, windows/nonAIO/check_gtk_install.py, windows/nonAIO/nsis/README.txt, windows/nonAIO/nsis/gcheck.py, windows/nonAIO/nsis/gramps-build.bat, windows/nonAIO/nsis/gramps.nsi, windows/nsis/README.txt, windows/nsis/gcheck.py, windows/nsis/gramps-build.bat, windows/nsis/gramps.nsi: clarify these old files are not for the current Windows AIO package 2016-03-07 romjerome * gramps/gui/widgets/interactivesearchbox.py: 9006 9111 9274: fix scrolling in persons view after typing some letter TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int' Thank you schnitker for report, investigations and patch 2016-03-07 romjerome * gramps/plugins/export/exportxml.py, gramps/plugins/importer/importxml.py: 9242: multiple lines on firstname can corrupt ODT file fix gramps XML file via import/export but do not know the cause 2016-03-06 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9293: Narrative Web report further stops in error. 2016-03-06 SNoiraud * gramps/plugins/view/geoplaces.py: Geography : 9207: geography view Location could not convert string to float. 2016-03-04 Doug Blank * : Merge pull request #104 from tecknicaltom/fix_export_preview fix some crashes in export preview 2016-03-03 Sam Manzi * setup.py: Add pypi classifier for Natural Language :: Icelandic 2016-03-03 Tom Samstag * gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py: fix some crashes in export preview These issues were all found while trying to use the "Calculate Previews" feature of the export wizard. gen/proxy/referencedbyselection.py: ProxyDbBase need not define the writable functions (add_*, commit_*, del_*) in its __tables. ProxyDbBase doesn't have methods for add_person, etc, so this was causing an AttributeError gen/proxy/referencedbyselection.py: Add some handle checks to prevent lookups on None handles gen/proxy/proxybase.py: remove redundant test 2016-03-03 Sam Manzi * gramps/grampsapp.py: 8294 Recognise Ghostscript on 64bit ms-windows 2016-03-02 Doug Blank * gramps/plugins/test/test_reports.py, gramps/plugins/webreport/narrativeweb.py: 9284: Narrative Report with BSDDB, additional fixes and test 2016-03-02 Doug Blank * gramps/plugins/webreport/narrativeweb.py: 9284: Narrative Report with BSDDB 2016-03-02 Matti Niemelä * po/fi.po: Update Finnish translation 2016-03-01 Doug Blank * .travis.yml: Travis: python3-coverage does not exist 2016-03-01 Doug Blank * .travis.yml: Travis: attempt to use coverage 2016-02-29 Paul Franklin * setup.py: make setup.py typeout more accurate 2016-02-28 Doug Blank * .travis.yml: Travis: working, but without coverage 2016-02-28 Doug Blank * .travis.yml: Travis: try to find right nosetests 2016-02-28 Doug Blank * .travis.yml: Travis: cleanup, include pyicu 2016-02-28 Doug Blank * .travis.yml: Travis: use pip, which should be new pip 2016-02-28 Doug Blank * .travis.yml: Travis: use python, which is 3.4 2016-02-28 Doug Blank * .travis.yml: Travis: try Python 3.4 2016-02-28 Doug Blank * .travis.yml: Add pillow, coverage, pip3, and codecov via alternative methods 2016-02-28 Doug Blank * .travis.yml: Add pillow, coverage, pip3, and codecov via alternative methods 2016-02-28 Doug Blank * gramps/plugins/test/test_reports.py: Test framework for testing reports 2016-02-28 Doug Blank * .travis.yml, example/gramps/data.gramps, gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/lib/handle.py, gramps/gen/lib/struct.py, gramps/gen/lib/test/struct_test.py, gramps/gen/merge/diff.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/sqlite.py, gramps/plugins/database/test/db_test.py, gramps/test/test/test_util_test.py: Hide db._select(); Refactor db._tables; QuerySet; tests and bug fixes db.select() has become db._select() This commit refactors database._tables so that they can work properly after a proxy or filter has been removed. It adds abstract API called QuerySet which allows a variety of selections and ordering of data. Logging was added to sqlite to better see db access. Additional fixes: * clearing GenericDB._directory * test_util_test off-by-one error 2016-02-25 SNoiraud * gramps/gen/utils/alive.py: 5449: Convert list to set 2016-02-23 Doug Blank * : Merge pull request #94 from olaf-ka/newrelgraphoutput New output options for Relationship Graph 2016-02-23 SNoiraud * gramps/gui/views/listview.py: 0743: Searching in people view when surnames are collapsed 2016-02-22 SNoiraud * gramps/gui/views/treemodels/treebasemodel.py: TreeBaseModel : str has no encode method. 2016-02-22 SNoiraud * gramps/gen/utils/alive.py, gramps/plugins/tool/findloop.glade, gramps/plugins/tool/findloop.py, gramps/plugins/tool/tools.gpr.py: 5449: Pedigree view crashes if you happen to choose a child as ancestor 2016-02-22 Zdeněk Hataš * po/cs.po: czech translation update 2016-02-21 Sveinn í Felli * po/is.po: Update Icelandic translation 2016-02-21 Sveinn í Felli * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_is.py, gramps/gen/datehandler/_datehandler.py, gramps/plugins/rel/rel_is.py, gramps/plugins/rel/relplugins.gpr.py: Add dates and relationships handlers for Icelandic 2016-02-19 SNoiraud * gramps/plugins/textreport/detdescendantreport.py: 3068: Wrong reference number for "same person as" in detailed descendant report 2016-02-19 SNoiraud * gramps/gen/lib/date.py: 8602: Age in the event family view column is wrong 2016-02-19 Paul Franklin * gramps/gen/plug/report/_book.py: correct indentation in books.xml 2016-02-19 Paul Franklin * gramps/gen/plug/report/_book.py: remove dead code 2016-02-17 romjerome * po/is.po: Merge Icelandic translation with last template 2016-02-17 romjerome * po/gramps.pot: update translation strings template 2016-02-17 romjerome * po/POTFILES.in: $ intltool-update -m 2016-02-17 Sveinn í Felli * po/is.po: Update Icelandic translation 2016-02-17 Sam Manzi * gramps/gui/editors/editlink.py: 9255 Add Citations Selector To Link Editor 2016-02-13 Doug Blank * README.md: Added codecov patch 2016-02-13 Doug Blank * .travis.yml: Turn on coverage/codecov in Travis 2016-02-11 Nick Hall * gramps/plugins/gramplet/locations.py: Fix error when changing database in new locations gramplets 2016-02-10 SNoiraud * gramps/plugins/gramplet/citations.py: 9094: Double-clicking on a source causes exception : better solution. 2016-02-09 John Ralls * gramps/grampsapp.py: Fix comment about getting the right encoding for stdout. 2016-02-08 John Ralls * gramps/grampsapp.py: Bug 9178: Error loading Participants add-on in French locale Restores setting the stdout encoding to sys.getdefaultencoding() in a way that works with Python3 (thanks to Jack O'Connor on stackoverflow) and in a place that sets it for the loggers, too. 2016-02-08 John Ralls * gramps/gen/utils/grampslocale.py: Bug 9159: Date format does not match system. Make US English a special-case locale with en_GB the default if the locale is en_XX where XX != US. Note that untranslated languages will still end up using the 'C' locale. 2016-02-08 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/locations.py, gramps/plugins/lib/libplaceview.py: Enhance the Locations gramplet Create a new "Encloses" gramplet to the display places that the active place encloses. Rename existing gramplet to "Enclosed By". 2016-02-07 Doug Blank * gramps/gen/db/generic.py, gramps/gen/plug/report/utils.py, gramps/gen/utils/db.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/events.py: Protection from null objects 2016-02-06 Doug Blank * gramps/gen/filters/rules/person/_isancestorof.py: IsAncestorOf bug hidden by looking up null handle 2016-02-02 SNoiraud * gramps/gui/dbman.py, gramps/gui/viewmanager.py: 7852: Rename family tree does not update the title of the parent window. 2016-01-31 Doug Blank * gramps/gen/db/base.py: Database.select(where=('','LIKE','')) in Python matches across lines 2016-01-31 Doug Blank * gramps/gen/lib/note.py, gramps/gen/lib/styledtext.py: Add labels to SytledText and Note 2016-01-31 Doug Blank * gramps/gui/widgets/styledtextbuffer.py: StyledText: don't crash if styles are corrupt 2016-01-31 Doug Blank * gramps/gen/db/generic.py, gramps/gen/merge/diff.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dictionarydb.py: DB-API and DbDictionary both use same binary handles as BSDDB 2016-01-31 Doug Blank * gramps/plugins/database/bsddb_support/write.py: Remove unused code 2016-01-31 SNoiraud * gramps/plugins/gramplet/statsgramplet.py: 2060: Individuals with incomplete names, not updated when name completed 2016-01-31 SNoiraud * gramps/plugins/gramplet/children.py: 6873 : Children gramplet in Family view does not get updated when a birth/death events are added to a child 2016-01-31 SNoiraud * gramps/gui/widgets/photo.py, gramps/plugins/gramplet/gallery.py: 5417 : Non-image media objects don't appear in the main window gallery. 2016-01-30 Doug Blank * gramps/gen/lib/handle.py, gramps/gen/lib/tag.py: Added schema to Tag 2016-01-30 Doug Blank * gramps/gen/lib/note.py, gramps/gen/lib/styledtext.py: Added schema to Note and StyledText 2016-01-30 SNoiraud * gramps/gui/glade/editplace.glade: 9136: Pressing tab stops at element in gui places 2016-01-29 Doug Blank * gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/plugins/database/dbapi.py: Database selects/iters can order by any field 2016-01-28 Doug Blank * gramps/gen/db/generic.py: A version of touch() for Python3.2; use now as time 2016-01-28 Doug Blank * gramps/gen/db/generic.py: A version of touch() for Python3.2 2016-01-28 SNoiraud * gramps/plugins/gramplet/citations.py: 9094: Double-clicking on a source in the citation gramplet causes exception 2016-01-28 Doug Blank * gramps/gen/db/generic.py: Attempt to make Python 3.2 work with fd; typo 2016-01-28 Doug Blank * gramps/gen/db/generic.py: Attempt to make Python 3.2 work with fd 2016-01-28 Doug Blank * gramps/gen/db/generic.py: Attempt to make Python 3.2 work with fd 2016-01-28 Doug Blank * gramps/gen/lib/primaryobj.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/test/db_test.py, gramps/test/test_util.py: Added database testing; fixed bugs in select * WIP: Tests BSDDB and DBAPI databases * testing select and get_field * fixed a bug in primaryobj 2016-01-27 Doug Blank * gramps/gen/lib/primaryobj.py, gramps/plugins/database/dbapi.py: DB-API: allow handles as secondary fields * mother_handle is now secondary field * fixed issues in join in primaryobj._follow_chain * added logging to dbapi loading * optimize rebuild, only what is needed 2016-01-27 SNoiraud * gramps/gen/lib/place.py: 9200: "Find text in record" filter crash 2016-01-27 SNoiraud * gramps/plugins/export/exportvcard.py: 9153 : vCard Export does not work 2016-01-26 Doug Blank * gramps/plugins/database/dbapi.gpr.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/__init__.py, gramps/plugins/database/dbapi_support/defaults/default_settings.py, gramps/plugins/database/dbapi_support/mysql.py, gramps/plugins/database/dbapi_support/postgresql.py, gramps/plugins/database/dbapi_support/sqlite.py: DB-API: moved from github:gramps-project/addons-source 2016-01-26 Doug Blank * gramps/gen/lib/primaryobj.py: PrimaryObject.get_field(): ignore error on invalid list length 2016-01-26 Doug Blank * gramps/gen/lib/primaryobj.py: Object.get_field: two bugs, one in attr on list, and multiple results 2016-01-25 Doug Blank * gramps/gen/db/base.py: BSDDB: renamed filter to where; un hash result names 2016-01-25 Doug Blank * gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py: BSDDB: adding missing iter methods; fixed a bug in iter by_order 2016-01-25 SNoiraud * gramps/plugins/tool/removeunused.py: 7619 : Notes used in the "To Do" gramplet are found by the Remove Unused Objects tool 2016-01-24 Doug Blank * gramps/plugins/lib/libgedcom.py: Missed object to media in libgedcom 2016-01-24 Doug Blank * gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/proxy/proxybase.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/views/treemodels/mediamodel.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/export/exportpkg.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/tool/check.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/mediaview.py: Rename database methods: _object to _media 2016-01-24 Doug Blank * gramps/gen/lib/family.py: Family: define extra secondary fields, and indexes 2016-01-24 Doug Blank * gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/plugins/database/bsddb_support/read.py: iter_OBJECTS can take an order_by field list 2016-01-22 Sebastian Schubert * po/fi.po: Finish translation: ending ";" in keywords of desktop entry (cherry picked from commit 56ff535968ee002649b48b55cc091ad1a586caca) 2016-01-24 Fedik * po/uk.po: Ukrainian translation: update translation, a bit 2016-01-24 Fedik * po/uk.po: Ukrainian translation: update from template 2016-01-23 Doug Blank * gramps/cli/plug/__init__.py, gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/lib/person.py, gramps/gen/lib/primaryobj.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/report/utils.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editsource.py, gramps/gui/editors/filtereditor.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/viewmanager.py, gramps/gui/views/tags.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/todo.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/check.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/view/mediaview.py: Rename *_media_object methods to *_media 2016-01-24 Olaf * gramps/plugins/graph/gvrelgraph.py: add option to output more than one occupation in relationship graph 2016-01-23 Doug Blank * gramps/cli/plug/__init__.py, gramps/gen/db/base.py, gramps/gen/db/generic.py, gramps/gen/filters/_genericfilter.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/lib/struct.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/plug/report/utils.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/sort.py, gramps/gen/utils/db.py, gramps/gui/clipboard.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editsource.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/merge/mergemedia.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/selectors/selectobject.py, gramps/gui/utils.py, gramps/gui/views/tags.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/todo.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/quickview/references.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/check.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py: Renamed get_object_from to get_media_from 2016-01-23 Doug Blank * : Merge pull request #93 from dsblank/master 7335: Cleanup code, filenames, and documentation 2016-01-23 Doug Blank * : Merge remote-tracking branch 'upstream/master' 2016-01-23 Doug Blank * .travis.yml: Remove python3-icu in testing 2016-01-23 Doug Blank * .travis.yml: Exclude user_test because of older version of mock; use python3-icu 2016-01-23 Doug Blank * .travis.yml: Exclude TestUser tests because of older version of mock 2016-01-23 Doug Blank * .travis.yml: Use easy_install3 to install mock 2016-01-23 Doug Blank * .travis.yml: Get pip3 from python3-setuptools 2016-01-23 Olaf * gramps/plugins/graph/gvrelgraph.py: clean up output of families from relationship graph 2016-01-23 Doug Blank * .travis.yml: Use built in python3 only, old version of mock 2016-01-23 Doug Blank * .travis.yml: Use python rather than python3 2016-01-23 Doug Blank * .travis.yml: Use python3 and forget pip 2016-01-23 Doug Blank * .travis.yml: Use python3.4 directly 2016-01-23 Doug Blank * .travis.yml: Get pip a different way 2016-01-23 Doug Blank * .travis.yml: Try using python3.4 specifically 2016-01-23 Doug Blank * .travis.yml: Try using python3-pip package 2016-01-23 Doug Blank * .travis.yml: Try using downloaded pip3.4 2016-01-23 Doug Blank * .travis.yml: Try using built in pip3.4 2016-01-23 Doug Blank * .travis.yml: Try using built in pip 2016-01-23 Doug Blank * .travis.yml: Try using built in pip3 2016-01-23 Doug Blank * .travis.yml: Try using Python 3.4 2016-01-23 Doug Blank * docs/gen/gen_lib.rst, gramps/gen/db/base.py, gramps/gen/db/dbconst.py, gramps/gen/db/generic.py, gramps/gen/filters/_genericfilter.py, gramps/gen/lib/__init__.py, gramps/gen/lib/attribute.py, gramps/gen/lib/event.py, gramps/gen/lib/handle.py, gramps/gen/lib/media.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/struct.py, gramps/gen/lib/test/field_test.py, gramps/gen/lib/test/merge_test.py, gramps/gen/lib/test/struct_test.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/merge/mergesourcequery.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/utils/callman.py, gramps/gen/utils/db.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/unknown.py, gramps/gui/clipboard.py, gramps/gui/ddtargets.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/objectentries.py, gramps/gui/editors/test/test_editreference.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/selectors/selectorfactory.py, gramps/gui/utils.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/mediamodel.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libmixin.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/references.py, gramps/plugins/tool/check.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/mediaview.py, gramps/plugins/webreport/narrativeweb.py, po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/gramps.pot, po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: 7335: Cleanup code, filenames, and documentation First part of cleanup, changes: MediaObject -> Media mediaobj -> media mediaobject -> media 2016-01-22 Marek Szuba * gramps/gen/utils/grampslocale.py: Only consider the values of LC_ALL, LANG, and LANGUAGE, in that order, when choosing the default locale. Default arguments of locale.getdefaultlocale() consider the value of LC_CTYPE in addition to the three aforementioned all-category variables, which under certain conditions (LC_CTYPE set, LC_ALL and the rest of LC_FOO unset) would result in the locale set in LC_CTYPE (which should only affect interpretation of byte sequences as characters) spilling over to other locale categories handled by the GrampsLocale object. The most visible effect of that spill was that with LC_ALL, LANG, LANGUAGE and LC_MESSAGES unset but LC_CTYPE set, Gramps would start using the wrong UI language. 2016-01-22 John Ralls * gramps/cli/plug/__init__.py: Bug 9191: Unable to select Unicode UTF-8 encoding on command line Make the option descriptions line up when the value is shorter than 10 characters. Also make the value and description headings line up with the list and put "Available values are:" first. 2016-01-18 Ivan Komaritsyn * po/ru.po: update Russian translation 2016-01-18 John Ralls * gramps/gen/utils/file.py: Fix err undefined exception. 2016-01-18 Doug Blank * gramps/gen/db/generic.py: DB-API: Cut database access by 50% when iter by handles 2016-01-17 Doug Blank * gramps/gen/db/base.py: Fix error in NOT in select 2016-01-17 Doug Blank * gramps/gen/lib/handle.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/test/field_test.py: Add tests for Object.get_field * tests for get_field, with and without join * fix bug in Handle * fix issues in get_field 2016-01-16 Paul Franklin * gramps/plugins/lib/libholiday.py: typo 2016-01-16 romjerome * gramps/plugins/lib/libgedcom.py: 9121 9146 9162: Cannot import gedcom generated by RootsMagic custom place details ignoring PlaceName() 2016-01-14 Doug Blank * gramps/gui/widgets/grampletbar.py: 9166: People sorted by surname view now crashes Fixed issue by surrounding gramplet load code in try/except. 2016-01-14 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 8950 : Narrative web : html elements emitted in different order 2016-01-13 Doug Blank * gramps/gen/lib/primaryobj.py: Revised db.select to be completely general 2016-01-12 Doug Blank * gramps/gen/db/base.py: db.select does a recursive compare when multi-values 2016-01-11 Doug Blank * gramps/gen/db/__init__.py, gramps/gen/lib/event.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/person.py, gramps/gen/lib/primaryobj.py: Added missing get_schema() to some objects 2016-01-11 Doug Blank * gramps/gen/db/base.py: db.select(): added [NOT filter] 2016-01-11 Doug Blank * gramps/gen/db/base.py: db.select: updated doc strings for filter format 2016-01-11 Doug Blank * gramps/gen/db/base.py: Made select use proper recursive expressions; some optimizations 2016-01-11 Doug Blank * gramps/gen/lib/family.py: Add Family field aliases 2016-01-10 Doug Blank * gramps/gen/lib/eventref.py: Add missing EventRef.get_schema() 2016-01-10 Nick Hall * .pylintrc: Add .pylintrc file Set maximum line length to 80 characters (previous default). Allow "db" as a good variable name. 2016-01-10 Doug Blank * gramps/gen/db/base.py, gramps/gen/lib/handle.py, gramps/gen/lib/person.py, gramps/gen/lib/primaryobj.py: Refinements in db.select; allow joins 2016-01-10 Nick Hall * gramps/gen/__init__.py, gramps/gen/config.py, gramps/gen/const.py, gramps/gen/constfunc.py, gramps/gen/dbstate.py, gramps/gen/git_revision.py, gramps/gen/recentfiles.py, gramps/gen/relationship.py, gramps/gen/sort.py, gramps/gen/soundex.py, gramps/gen/test/user_test.py, gramps/gen/updatecallback.py, gramps/gen/user.py: Improve pylint score of gen modules to above 9 2016-01-09 Nick Hall * gramps/gen/lib/attrbase.py, gramps/gen/lib/gcalendar.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/tableobj.py: Improve pylint score to above 9 for most gen.lib objects 2016-01-09 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9163 : Narrative web : "errno: 1, operation is not permitted" when creating archive. 2016-01-08 Josip * gramps/gen/utils/image.py: 9122: Complete Report about person (whole database) - PDF - crash 2016-01-09 Nick Hall * gramps/gen/lib/attrtype.py, gramps/gen/lib/srcattrtype.py, gramps/gui/editors/editattribute.py: Remove redundant ignore list from attribute types 2016-01-09 Nick Hall * gramps/gen/lib/baseobj.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/refbase.py, gramps/gen/lib/secondaryobj.py: Further pylint improvements 2016-01-08 Doug Blank * data/templates/404.html, data/templates/500.html, data/templates/admin/base_site.html, data/templates/browse_page.html, data/templates/detail_breadcrumb.html, data/templates/gramps-base.html, data/templates/main_page.html, data/templates/paginator.html, data/templates/pick.html, data/templates/reference.html, data/templates/registration/login.html, data/templates/table_header.html, data/templates/user_page.html, data/templates/view_citation_detail.html, data/templates/view_citations.html, data/templates/view_event_detail.html, data/templates/view_events.html, data/templates/view_families.html, data/templates/view_family_detail.html, data/templates/view_media.html, data/templates/view_media_detail.html, data/templates/view_name_detail.html, data/templates/view_note_detail.html, data/templates/view_notes.html, data/templates/view_page.html, data/templates/view_page_detail.html, data/templates/view_people.html, data/templates/view_person_detail.html, data/templates/view_place_detail.html, data/templates/view_places.html, data/templates/view_report.html, data/templates/view_report_detail.html, data/templates/view_repositories.html, data/templates/view_repository.html, data/templates/view_repository_detail.html, data/templates/view_source_detail.html, data/templates/view_sources.html, data/templates/view_surname_detail.html, data/templates/view_tag.html, data/templates/view_tag_detail.html, data/templates/view_tags.html, setup.py: Moved Django templates out of gramps 2016-01-08 Doug Blank * gramps/gen/lib/family.py, gramps/gen/lib/grampstype.py: Added missing get_labels, get_schema 2016-01-08 Nick Hall * gramps/gen/lib/__init__.py, gramps/gen/lib/privsrcnote.py, gramps/gen/lib/srcnote.py, gramps/gen/lib/witness.py, po/POTFILES.skip: Remove redundant objects These were needed for database upgrades but are no longer referenced anywhere. 2016-01-08 Nick Hall * gramps/gen/lib/attrtype.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/eventroletype.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/familyreltype.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/markertype.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/nametype.py, gramps/gen/lib/notetype.py, gramps/gen/lib/placetype.py, gramps/gen/lib/repotype.py, gramps/gen/lib/srcattrtype.py, gramps/gen/lib/srcmediatype.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/urltype.py: Gramps type pylint improvements 2016-01-08 Doug Blank * gramps/gen/db/base.py: db.select() can now use filter; returns total count, and selection 2016-01-08 Doug Blank * gramps/plugins/database/bsddb_support/write.py: Added missing del_func to BSDDB._tables 2016-01-07 Nick Hall * gramps/gen/lib/address.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/eventref.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/placename.py, gramps/gen/lib/researcher.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/url.py: More pylint improvements 2016-01-07 Nick Hall * gramps/gen/lib/date.py: Date object pylint improvements 2016-01-07 Doug Blank * .gitignore, gramps/gen/const.py: Remove remaining mentions of webapp 2016-01-07 SNoiraud * gramps/plugins/lib/maps/placeselection.py: Geography : change one place selection function by a method. 2016-01-06 Doug Blank * README.md: Removed Django references 2016-01-06 Doug Blank * .travis.yml, MANIFEST.in, gramps/webapp/Makefile, gramps/webapp/README.md, gramps/webapp/__init__.py, gramps/webapp/client.py, gramps/webapp/connection.py, gramps/webapp/context.py, gramps/webapp/default_settings.py, gramps/webapp/djangodb.py, gramps/webapp/grampsdb/__init__.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/grampsdb/sql/childref.sql, gramps/webapp/grampsdb/sql/eventref.sql, gramps/webapp/grampsdb/sql/name.sql, gramps/webapp/grampsdb/sql/noteref.sql, gramps/webapp/grampsdb/sql/sourceref.sql, gramps/webapp/grampsdb/templatetags/__init__.py, gramps/webapp/grampsdb/templatetags/my_tags.py, gramps/webapp/grampsdb/view/__init__.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/init_gramps.py, gramps/webapp/libdjango.py, gramps/webapp/manage.py, gramps/webapp/modules_checkpoint.py, gramps/webapp/reports.py, gramps/webapp/shell.py, gramps/webapp/shell.sh, gramps/webapp/urls.py, gramps/webapp/utils.py, po/POTFILES.skip, setup.py: Removed webapp to django-webapp project 2016-01-06 Doug Blank * gramps/gen/lib/surname.py: Added missing schema 2016-01-06 Doug Blank * gramps/gen/lib/primaryobj.py: Refactor of labels/fields/schema 2016-01-06 Doug Blank * gramps/gen/db/base.py: db.select/get_rows now returns a dictionary 2016-01-06 Doug Blank * gramps/gui/views/treemodels/peoplemodel.py: 9155: proper fix 2016-01-06 romjerome * gramps/gui/views/treemodels/peoplemodel.py: Fix previous commit [faaabc] Do not create an additional database access 2016-01-06 romjerome * gramps/gui/views/treemodels/peoplemodel.py: 9155: Unhandled AttributeError when db.get_tag_from_handle returns None 2016-01-05 Doug Blank * gramps/gen/db/generic.py: Need to rebuild reference map if making changes in batch mode 2016-01-05 Doug Blank * gramps/test/test_util.py: Removed should_exit from tests 2016-01-05 Doug Blank * gramps/gen/db/generic.py: Use db_is_open properly 2016-01-05 Nick Hall * gramps/gen/lib/person.py: Fix bug introduced in pylint tidy up 2016-01-05 Doug Blank * gramps/cli/grampscli.py: CLI: if database is opened at end, then close it 2016-01-05 Doug Blank * gramps/cli/arghandler.py: Don't exit from arghandler, just return 2016-01-01 Nick Hall * gramps/gen/lib/person.py: Add validation to gender field 2016-01-01 Paul Franklin * gramps/plugins/textreport/descendreport.py: 9073: "Unknown" spouse uses hardcoded string [deferred translation] 2016-01-01 Tom Samstag * gramps/plugins/lib/libsubstkeyword.py: fix handling of a None handle 2015-12-31 Nick Hall * gramps/gen/lib/citation.py, gramps/gen/lib/event.py, gramps/gen/lib/family.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/person.py, gramps/gen/lib/place.py, gramps/gen/lib/repo.py, gramps/gen/lib/src.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py: Primary object pylint improvements 2015-12-31 Nick Hall * data/man/update_man.py, docs/update_doc.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_hu.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/plug/docgen/fontscale.py, gramps/gen/utils/maclocale.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, po/update_po.py: Replace tabs with spaces 2015-12-31 Nick Hall * : Merge pull request #86 from tecknicaltom/various_python_issues Various python issues 2015-12-31 Doug Blank * gramps/gen/lib/name.py, gramps/gen/lib/primaryobj.py: Object.get_label() now a class method. Fixed error in Name schema 2015-12-31 romjerome * gramps/gen/const.py: Year 2016 2015-12-31 romjerome * po/pl.po: 9114: mars month instead of Marzec (Polish) 2015-12-31 Tom Samstag * gramps/gen/filters/_filterlist.py, gramps/gen/utils/docgen/odstab.py, gramps/gui/displaystate.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/webreport/narrativeweb.py: remove unnecessary pass statements 2015-12-31 Tom Samstag * gramps/gen/plug/utils.py: change tabs to spaces 2015-12-31 Tom Samstag * gramps/gen/utils/callman.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/plugins/quickview/all_relations.py: not x is None -> x is not None 2015-12-30 Tom Samstag * gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/person/_searchname.py, gramps/gen/lib/person.py, gramps/gui/glade.py, gramps/gui/plug/export/_exportassistant.py, gramps/plugins/tool/mediamanager.py: fixing else clauses on loops 2015-12-30 Tom Samstag * gramps/plugins/lib/libgedcom.py: fix a raising of NotImplemented It may not have caused any issues, but changing this from raising NotImplemented to a NotImplementedError. Explanation about why this is important at: http://mouadino.appspot.com/notimpelementederror-vs-notimplemented-in-python/ 2015-12-30 Paul Franklin * gramps/gui/logger/_errorview.py: 8128: GtkDialog mapped without a transient parent 2015-12-30 Doug Blank * gramps/gen/lib/struct.py: Allow struct API to work on missing data 2015-12-30 Doug Blank * gramps/gen/db/base.py: Selection method added to database 2015-12-30 Doug Blank * gramps/gen/lib/primaryobj.py: PrimaryObject.get_field can call methods 2015-12-30 Doug Blank * gramps/gen/lib/struct.py: Having a method used by instance or class is a bad idea 2015-12-29 Ivan Komaritsyn * po/ru.po: update Russian translation (with "master" gramps.pot) 2015-12-29 Paul Franklin * gramps/gui/user.py: 8128: GtkDialog mapped without a transient parent The set of fixes was actually triggered by comments in https://gramps-project.org/bugs/view.php?id=9122#c45895 https://gramps-project.org/bugs/view.php?id=9122#c45921 The project is ongoing, since it's needed for our Windows users. 2015-12-30 Nick Hall * gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py: Only check for changed data when cancel button clicked 2015-12-29 Nick Hall * gramps/gen/db/base.py, gramps/plugins/database/bsddb_support/read.py: Update docstrings for database get methods 2015-12-29 Nick Hall * : Merge pull request #84 from tecknicaltom/more_None_handle_fixes fixes for None handle errors: single-parent family 2015-12-29 Nick Hall * gramps/gui/editors/editperson.py, gramps/gui/editors/editprimary.py: Store original object during editor initialisation 2015-12-29 Tom Samstag * gramps/gui/widgets/fanchart.py, gramps/plugins/view/relview.py: fixes for None handle errors: single-parent family Fixes for Person lookups with None handles, related to the use of a single-parent family 2015-12-29 Nick Hall * gramps/plugins/graph/gvfamilylines.py: Fix handle errors in family lines graph 2015-12-29 Doug Blank * gramps/gen/lib/struct.py: Struct.from_struct is also a classmethod 2015-12-28 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 9137: Report Plugin [LaTeX backend] crashes 2015-12-28 Zdeněk Hataš * po/cs.po: czech translation update, fixed Places terminology 2015-12-27 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py: Geography : trying to solve possible gramps.gen.errors.HandleError: Handle is None 2015-12-27 SNoiraud * gramps/plugins/view/geoevents.py: Geography : add transient for progress bar in events view + change message. 2015-12-27 SNoiraud * gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography : add transient parent + change message 2015-12-27 Nick Hall * gramps/plugins/lib/libplaceimport.py: Fix place hierarchy creation during import 2015-12-27 Doug Blank * gramps/gen/lib/date.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/name.py, gramps/gen/lib/person.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/struct.py, gramps/gen/lib/surname.py: Moved translation funtion to get_label/get_labels 2015-12-27 Doug Blank * : Merge pull request #82 from tecknicaltom/relview_None_handle Fix for a None handle lookup in relview 2015-12-26 Tom Samstag * gramps/plugins/view/relview.py: Fix for a None handle lookup in relview If focusing on the relationship view with an empty tree loaded, an uncaught exception was raised by attempting to call get_person_from_handle with a None handle: Traceback (most recent call last): File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/gui/viewmanager.py", line 1011, in view_changedself.__change_page(page_num) File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/gui/viewmanager.py", line 1024, in __change_pageself.active_page.set_active() File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/gui/views/navigationview.py", line 154, in set_activePageView.set_active(self) File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/gui/views/pageview.py", line 304, in set_activeself.build_tree() File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/plugins/view/relview.py", line 205, in build_treeself.redraw() File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/plugins/view/relview.py", line 465, in redrawself.change_person(None) File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/plugins/view/relview.py", line 470, in change_personreturn self._change_person(obj) File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/plugins/view/relview.py", line 500, in _change_personperson = self.dbstate.db.get_person_from_handle(obj) File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/plugins/database/bsddb_support/read.py", line 723, in get_person_from_handlereturn self.get_from_handle(handle, Person, self.person_map) File "dev/gramps/installed/lib64/python3.4/site-packages/gramps/plugins/database/bsddb_support/write.py", line 2113, in get_from_handleraise HandleError('Handle is None') gramps.gen.errors.HandleError: Handle is None 2015-12-26 Doug Blank * gramps/gen/lib/struct.py, gramps/gen/merge/diff.py: Move struct-based API to gen.lib.struct 2015-12-26 SNoiraud * gramps/plugins/view/geoevents.py, gramps/plugins/view/geoplaces.py: Geography : Use progress meter while selecting places or events. 2015-12-26 SNoiraud * gramps/plugins/view/geoevents.py: Geography : HandleError('Handle is None') 2015-12-26 SNoiraud * gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: 9127 : Geography : performance issue due to bad initialization. 2015-12-26 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/placeselection.py: 9126 : Better place levels handling in geography view. 2015-12-24 Doug Blank * gramps/gen/lib/name.py, gramps/gen/lib/person.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/surname.py: Add labels to gen.lib object fields 2015-12-23 SNoiraud * gramps/plugins/view/geoevents.py, gramps/plugins/view/geoplaces.py: 9127 : Geography : performance issue when selecting the events or places views. 2015-12-21 Doug Blank * setup.py: Remove setuptools flag 2015-12-21 Doug Blank * setup.py: Fixed classifiers in setup.py 2015-12-20 Doug Blank * gramps/webapp/init.py: Webapp: point to new github for import example 2015-12-18 Ivan Komaritsyn * po/ru.po: update Russian translation 2015-12-18 Doug Blank * : Merge pull request #80 from tecknicaltom/add_db_to_package_core add database plugins to package_core 2015-12-18 Doug Blank * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py: CLI -r/--remove asks firsts, uses reg exp 2015-12-18 Doug Blank * gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py: Use new test framework; remove Test db 2015-12-18 Doug Blank * gramps/cli/test/cli_test.py, gramps/test/test_util.py: Use CLI test framework; fix bug in fake exit * uses new Gramps() test framework in cli_test.py * test_util.Gramps allows default exit code 2015-12-18 Doug Blank * gramps/test/test_util.py: Add framework for testing CLI commands * can grab output, stderr for testing output * can redirect input, via function * doesn't test --show, but all other CLI flags 2015-12-18 Doug Blank * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/gen/const.py: Adds -r, --remove FAMILY_TREE_NAME to command-line * gives error if doesn't exist * currently requires exact match * doesn't ask for permission (yet) 2015-12-17 Doug Blank * gramps/cli/clidbman.py, gramps/cli/test/cli_test.py: Added clidbmanager.remove_database(), use in tests for cleanup * clidbmanager.remove_database - removes database by name * cli_test - clean up database created in tests * cli_test - uses a better random name 2015-12-15 Doug Blank * gramps/cli/arghandler.py, gramps/cli/test/cli_test.py: Add tests to handle command-line arguments 2015-12-15 Nick Hall * gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/events.py: Fix handle errors in gramplets 2015-12-15 SNoiraud * gramps/plugins/webreport/webcal.py: Webcal : 8943 and 8947 : use 'until' instead of 'till' 2015-12-14 Doug Blank * gramps/gui/views/treemodels/treebasemodel.py: Merge pull request #78 from romjerome/maintenance/gramps42 9057: fix counter for filtered entries 2015-12-14 SNoiraud * gramps/plugins/webreport/webcal.py: 8943 and 8947 : finish the implementation and make the report nicer. 2015-12-13 Doug Blank * : Merge pull request #77 from dsblank/master 8556: ValueError: underlying buffer has been detached 2015-12-13 Nick Hall * gramps/plugins/drawreport/descendtree.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: Fix handle errors in reports The find_spouse report utility function can return None. 2015-12-13 Ivan Komaritsyn * po/ru.po: update Russian translation 2015-12-13 Nick Hall * gramps/gui/editors/editperson.py, gramps/gui/editors/editprimary.py: Fix handle errors in person and family editors 2015-12-13 Doug Blank * gramps/plugins/database/bsddb_support/write.py: Prevent crash from exporting because of no default person. Because of changes in [1], if self.get_default_handle() doesn't return a handle, we would have a crash. https://github.com/gramps-project/gramps/commit/5c958bd7fbaea082df6f2ce427042ad0a642815e 2015-12-13 Doug Blank * gramps/plugins/export/exportxml.py: 8556: ValueError: underlying buffer has been detached (from Paul's patch) 2015-12-13 Doug Blank * gramps/grampsapp.py: Remove encoding on stdout and stderr 2015-12-13 Doug Blank * gramps/cli/arghandler.py, gramps/cli/clidbman.py: gramps -L prints as it goes Gramps -l now lists details as it goes, rather than after collecting details from all databases. 2015-12-12 Nick Hall * gramps/gen/proxy/living.py, gramps/gen/proxy/private.py: More empty handle checks in proxies 2015-12-11 SNoiraud * gramps/plugins/webreport/webcal.py: 8947 : Webcal: make it possible to easily move to the next day page having a birthday 2015-12-11 Nick Hall * gramps/gen/proxy/private.py: Check for empty handle in private proxy 2015-12-09 Paul Franklin * gramps/plugins/tool/check.py: use ngettext for proper plural forms use 2015-12-08 SNoiraud * gramps/plugins/webreport/webcal.py: 8943 : Webcal: add an sign that somebody is not alive and make the report nicer 2015-12-08 Nick Hall * gramps/plugins/export/exportxml.py: Fix bug introduced in commit 8dffe66 The fix function can be passed a str or int. 2015-12-07 Ivan Komaritsyn * po/ru.po: update Russian translation 2015-12-07 SNoiraud * gramps/plugins/webreport/narrativeweb.py: Narrativeweb : remove an unused import. 2015-12-07 Sam Manzi * : Merge pull request #75 from cicl06/master Small fix in import script 2015-12-06 Nick Hall * gramps/plugins/database/bsddb_support/test/reference_map_test.py: Fix reference map unit test A bad handle now rasies a HandleError rather than returning None. 2015-12-06 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 8950 : sort problem : TypeError: unorderable types: EventRef() < EventRef() 2015-12-05 Paul Franklin * gramps/gen/const.py, gramps/gen/lib/date.py: disambiguate "none" (for French) from po/fr.po: The same "none" is used for name, surname and date. However, in French we say "aucun" for name and surname, but we say "aucune" for date... 2015-12-05 Paul Franklin * gramps/gui/plug/export/_exportassistant.py: center export dialog on parent window 2015-12-05 Paul Franklin * gramps/gui/plug/report/_reportdialog.py: center report dialogs on parent window 2015-12-05 Paul Franklin * gramps/plugins/lib/librecords.py: 7276: translate some currently-untranslated punctuation marks flag the quotation marks around a call name to be translated 2015-12-05 Paul Franklin * gramps/cli/arghandler.py, gramps/gen/plug/report/endnotes.py, gramps/plugins/tool/verify.py: 7276: translate some currently-untranslated punctuation marks slightly alter the comment near the translated punctuation 2015-12-05 Nick Hall * gramps/gen/utils/db.py, gramps/gen/utils/libformatting.py, gramps/gui/displaystate.py, gramps/gui/editors/editprimary.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/citations.py, gramps/plugins/tool/relcalc.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py: Raise HandleError exception for bad handles 2015-12-05 Nick Hall * gramps/gen/constfunc.py, gramps/gen/merge/diff.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/undoredo.py, gramps/plugins/database/bsddb_support/upgrade.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/lib/libplaceimport.py, gramps/plugins/tool/check.py, gramps/plugins/tool/removeunused.py: Remove handle2internal function 2015-12-05 Nick Hall * gramps/gen/utils/cast.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py: Remove conv_dbstr_to_unicode function 2015-12-05 Nick Hall * gramps/gen/display/name.py, gramps/gen/plug/utils.py, gramps/gen/utils/image.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/export/exportxml.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/tool/check.py, gramps/webapp/libdjango.py: Remove remaining conv_to_unicode calls 2015-12-05 Robert Jacob Magyar * : commit 536cc48d85e806fed2d35c463a67a97a177226d8 Author: J. Robert Magyar II Date: Sat Dec 5 10:34:30 2015 -0600 2015-12-05 J. Robert Magyar II * gramps/gui/dbloader.py: x button now closes import file menu 2015-12-05 romjerome * gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: 9041: Father/mother's age attributes are not translated on DA and DD reports 2015-12-05 Nick Hall * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py: Unicode conversion of command line arguments no longer needed Arguments are a list of str in python3. 2015-12-05 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 8048 : Narrative web report: add author to citations 2015-12-05 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 8950 : events list and family list are differents between two reports. 2015-12-04 Doug Blank * : Merge pull request #73 from RossGammon/missed_javascript 7763: Sourceless Javascript Files in release tarball 2015-12-03 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9016 : narrativeweb : refactor the previous patch using _pd.display_event() 2015-12-03 Ross Gammon * gramps/plugins/webstuff/webstuff.py: 7763: Sourceless Javascript Files in release tarball This one removes the last hardcoded path to the local copy of jquery and uses the online CDN provided by Google instead. 2015-12-03 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9650 : permission denied : change mtime to origin instead of destination. 2015-12-02 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 9016 : narrativeweb: Place title based on current date not that of the event 2015-12-02 Paul Franklin * gramps/gen/utils/grampslocale.py: 9041: remove temorary _DATAMAP entries (from [8fac92d]) not needed after [4c22713] 2015-12-02 Nick Hall * gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py: Remove redundant str conversion in tree models 2015-11-30 Paul Franklin * gramps/gen/lib/attrtype.py, gramps/plugins/textreport/indivcomplete.py: 9041: Father/mother's age attributes are not translated on reports 2015-11-29 Paul Franklin * gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/test/datedisplay_test.py: improve Russian date handler, and R. d.h. unittests 2015-11-29 Ivan Komaritsyn * po/ru.po: improve Russian translation 2015-11-29 romjerome * gramps/gen/proxy/referencedbyselection.py: 9058: ReferencedBySelectionProxy can forget some referenced tags Tag records list forgot tags linked with some primary objects was on Gramps XML file format, not related to backup or tags on Person 2015-11-29 romjerome * po/fr.po: Fix some punctuations 2015-11-29 romjerome * gramps/gen/utils/grampslocale.py: 9041: Add missing 'Father/mother age' translation strings temp workaround for mapping them via translation dict 2015-11-29 Nick Hall * gramps/gui/configure.py, gramps/gui/dbman.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/viewmanager.py: Unicode conversion not required for other Gtk methods 2015-11-28 Nick Hall * gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/views/listview.py, gramps/plugins/export/exportpkg.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/tool/check.py, gramps/plugins/tool/eventcmp.py: Unicode conversion not required for FileChooserDialog methods 2015-11-28 Nick Hall * gramps/gen/const.py, gramps/gen/utils/resourcepath.py: Remove redundant unicode conversion of __file__ variable 2015-11-28 Nick Hall * gramps/gen/utils/file.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/plugins/database/bsddb_support/undoredo.py, gramps/plugins/importer/importcsv.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/view/mediaview.py, gramps/plugins/webreport/narrativeweb.py: Remove unused constfunc imports 2015-11-28 Nick Hall * gramps/gui/widgets/monitoredwidgets.py: 9027: Put tag selection list in alphabetical order 2015-11-28 Nick Hall * gramps/gui/widgets/undoableentry.py: Remove redundant code 2015-11-28 Nick Hall * gramps/gui/widgets/undoableentry.py: 9079: Fix delete error in undoable entry widget 2015-11-28 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 5905 : thumbnails html file missing in the narrative web. 2015-11-26 Alan Strohm * gramps/gen/plug/utils.py: Bug 9077: Don't check SSL certs on Mac when fetching addons. 2015-11-27 SNoiraud * gramps/plugins/lib/libhtml.py, gramps/plugins/webreport/narrativeweb.py: 8950 : Narrated: html elements emitted in different order with python 3 and date warning on windows 2015-11-27 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 7426 : unused *_init.jpg are created in the narrated website. 2015-11-27 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 7322: Some media files are not exported to the NAVWEB report. 2015-11-25 SNoiraud * gramps/plugins/webreport/narrativeweb.py: 8950 : forgot to remove an unused function. 2015-11-25 SNoiraud * gramps/plugins/docgen/htmldoc.py, gramps/plugins/webreport/narrativeweb.py: 8950 : Narrated Web Site Report: html elements emitted in different order 2015-11-25 SNoiraud * gramps/plugins/textreport/descendreport.py: 9073 : 'Unknown' spouse uses an harcoded string name on Simple Descendants textual report 2015-11-25 SNoiraud * gramps/gui/widgets/interactivesearchbox.py: 9065 : Interactivesearch gives "TypeError: unorderable types: str() < NoneType()" 2015-11-14 John Ralls * gramps/gen/plug/utils.py: Catch urlopen TypeError when context arg isn't supported. Python changed the behavior and args for urllib.urlopen; the context arg is needed to avoid cert checking in 3.4.3 and later, but isn't supported before, where the default is to not check certs. 2015-11-09 Matti Niemelä * gramps/plugins/webreport/narrativeweb.py: 9040: 'Narrative' word not translatable 2015-11-08 Josip * gramps/gui/filters/sidebar/_sidebarfilter.py: 8988: Name of user defined filter is not shown 2015-11-08 Josip * gramps/gui/widgets/grampletpane.py: 9008: Faulty headline in start up screen 2015-11-02 SNoiraud * gramps/gui/selectors/baseselector.py: 9028 : Find is broken when used in the Family selector. 2015-11-01 SNoiraud * gramps/gui/filters/_searchbar.py, gramps/gui/selectors/baseselector.py: 0009014: "Show all" checkbox of "Select Family - Gramps" window not unchecked when the filter is cleared 2015-10-27 Nick Hall * gramps/gui/selectors/baseselector.py: Fix default selection in selectors 2015-10-27 romjerome * gramps/plugins/importer/importxml.py: 9003: Locality data in address was not imported 2015-10-26 John Ralls * gramps/gen/plug/utils.py: Fix undefined variable error. 2015-09-27 John Ralls * gramps/gen/plug/utils.py: Bug 8897 - Can not download new or updated add-ons Apple provides a hacked OpenSSL that checks Keychain for certs after failing to find them elsewhere (and normally there is no elsewhere). The versions provided for OS X versions < 10.8 are obsolete, preventing building osm-gps-maps's dependencies, so we provide our own but it can't be similarly hacked to use Keychain because that is a private API to which Apple doesn't provide headers. This is at root a Python problem, see https://bugs.python.org/issue17128 To work around it, disable certificate verification for this one URL for macs only. This does create the small security risk of a MITM attack injecting malicious add-ons, but since the URL is user-editable a phishing attack is more likely and there's nothing that SSL can do about that. 2015-09-27 John Ralls * gramps/gen/utils/maclocale.py: Bug 8929 - Installation from DMG (binary) file and port file fail. Cause was a stray bytes qualifier in the split character. 2015-10-23 Ivan Komaritsyn * po/ru.po: Update Russian translation (P.R. 70) 2015-10-23 Paul Franklin * po/check_po: enable po/check_po to work on older machines 2015-10-20 Nick Hall * : Merge pull request #69 from tomhughes/clipboard Re-enable selection in the clipboard on a grab_broken event 2015-10-18 Paul Franklin * gramps/gui/widgets/validatedcomboentry.py: fix another deprecation warning (thanks to Tom Hughes) 2015-10-18 Nick Hall * : Merge pull request #68 from tomhughes/focus Fix creation of focus change events 2015-10-18 Tom Hughes * gramps/gui/widgets/interactivesearchbox.py: Fix creation of focus change events This fixes a number of run time warnings of the form: interactivesearchbox.py:195: TypeError: Passing arguments to gi.types.Boxed.__init__() is deprecated. All arguments passed will be ignored. Which appear to represent a genuine issue as the previous way of creating events indeed doesn't set the type. 2015-10-18 Tom Hughes * gramps/gen/utils/grampslocale.py: Handle citation objects in glocale.trans_objclass Without this right clicking on a citation in the clipboard gives options like "Make See Details active" which don't make an awful lot of sense. 2015-10-15 Nick Hall * gramps/gui/widgets/grampletpane.py: Check that gramplet is in notebook before setting tab label 2015-10-12 SNoiraud * gramps/plugins/lib/maps/geography.py: Geography : 8984 : Edit place from Geography creates duplicate in the "enclosed by" tab. 2015-10-12 SNoiraud * gramps/plugins/lib/maps/constants.py, gramps/plugins/lib/maps/datelayer.py, gramps/plugins/lib/maps/dummylayer.py, gramps/plugins/lib/maps/dummynogps.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/kmllayer.py, gramps/plugins/lib/maps/lifewaylayer.py, gramps/plugins/lib/maps/markerlayer.py, gramps/plugins/lib/maps/messagelayer.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/lib/maps/selectionlayer.py, gramps/plugins/view/geography.gpr.py: Geography : 0008982: Gobject Instrospection displays a warning and ask to set a version to load. 2015-10-11 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py: Revert gramplet id changes This partially reverts commit 80a9597. 2015-10-09 Paul Franklin * gramps/gen/const.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplacename.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/editurl.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py: 8888: Gramps Help button User Manual wiki-links 2015-10-09 Nick Hall * gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/filtereditor.py: 8168: Sort custom place types in editors 2015-10-09 Nick Hall * gramps/gui/undohistory.py: Fix error converting color into string 2015-10-08 romjerome * gramps/plugins/lib/maps/placeselection.py: [Geography] Ignore places without hierarchy Cannot get value if there is no levels See country = state = county set on self.get_location() 2015-10-05 Doug Blank * gramps/plugins/lib/holidays.xml.in, gramps/plugins/lib/libholiday.py: Holidays: added cmp() for Python3 2015-10-05 Nick Hall * gramps/cli/clidbman.py, gramps/cli/test/cli_test.py, gramps/gen/dbstate.py, gramps/gen/filters/_filterlist.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/report/_options.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/file.py, gramps/gen/utils/resourcepath.py, gramps/gui/aboutdialog.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/importer/importprogen.py: Remove redundant io imports 2015-10-05 Nick Hall * gramps/gen/utils/lds.py, gramps/gui/tipofday.py, gramps/plugins/lib/libholiday.py: Tidy up xml parser file handling 2015-10-05 Paul Franklin * gramps/plugins/lib/libholiday.py: Fix countries selector on Reports use strings comparison, avoid encoded Element names 2015-10-04 Paul Franklin * setup.py: handle case of no intltool when doing "python3 setup.py build" I installed my development environment on a different machine but for some reason didn't install intltool. But it took me a while to notice since I normally routinely divert the output to a file. So it was crashing but I didn't know. But when I examined setup.py I saw that was tested for, at least it was supposed to be tested for. But on my particular machine when the test was piped into more commands the whole piped command was returning a zero status, even though there was no intltool at all. So I have added an explicit test for intltool and that does indeed fail on my machine, without one. 2015-10-04 =Vlada Perić * gramps/plugins/lib/libholiday.py: 8971: the easter method in libholiday.py isn't Python3-friendly 2015-10-02 Paul Franklin * data/tips.xml.in: Suggestion:Use 'People and Events.'' instead of of an 'etc' 2015-10-01 Sveinn Felli * data/tips.xml.in: [Tips] Typo's in gramps.pot 'prefered>preferred' 2015-09-30 Doug Blank * gramps/gen/plug/docbackend/docbackend.py: if s_tagvalue is None: 2015-09-29 SNoiraud * gramps/plugins/tool/verify.py: bug 8799 : verification tool : Exception raised when used with the "Estimate missing or inexact dates" 2015-09-29 Sam Manzi * gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py: 8888 'baseselector's add help urls only 2015-09-28 Sam Manzi * gramps/gen/config.py: Revert "Usability:Update initial [interface] startup defaults for (height/width)" This reverts commit c89ae3241bcfaf67f4ed75d320903f6fc9016105. 2015-09-27 Detlef Wolz * gramps/plugins/graph/gvhourglass.py: 3670: hourglass graph report - link missing in ancestor graph 2015-09-26 Sam Manzi * gramps/gen/config.py: Usability:Update initial [interface] startup defaults for (height/width) - Fully show each Category sidebar filter without having to resize initially. eg:Citation Category sidebar filter is the largest! 2015-09-24 Paul Franklin * gramps/plugins/docgen/rtfdoc.py: 8936: Descendants-detailed report crashes 2015-09-24 Nick Hall * gramps/gen/datehandler/_date_hu.py: Remove trailing whitespace from new date handler 2015-09-24 romjerome * gramps/gui/glade/editmediaref.glade: 8188: Problem with existing selection in media reference editor like selection box disappears when scrollbar appears Now, do not expand bottom section (Media Object fields) by default Wonder if we should not do that on all Reference Editors? 2015-09-24 romjerome * po/fr.po: More accurate french translation thanks to Ζήσης Λ. Παπαδόπουλος 2015-09-24 Sam Manzi * gramps/gui/glade/baseselector.glade, gramps/gui/glade/reorder.glade: 8888 'baseselector & reorder relationships' glade add help button only(1/3) 2015-09-23 Sam Manzi * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade: 8888 'Family Tree(manager)' add help url & button 2015-09-21 Josip * gramps/plugins/database/bsddb_support/read.py: 8937: Unable to produce graph reports [in Greek locale] 2015-09-22 Sam Manzi * gramps/plugins/tool/testcasegenerator.py: 8888 'Generate Testcases' add help url 2015-09-21 Paul Franklin * gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py: allow for get_dbname() returning None 2015-09-21 Sam Manzi * gramps/plugins/gramplet/gramplet.gpr.py: 8888 'References Gramplet' rename links from 'backlink>references' for consistency on wiki 2015-09-20 Sam Manzi * gramps/gui/editors/addmedia.py: 8888 'Select a media object' add help url 2015-09-19 Sam Manzi * gramps/gui/undohistory.py: 8888 'Undo History' add help button & url 2015-09-18 Sam Manzi * gramps/gui/editors/filtereditor.py: 8888 'Filter dialogs' add/update help urls 2015-09-18 Sam Manzi * gramps/gui/editors/edittaglist.py, gramps/gui/views/tags.py: 8888 'Tagging dialogs' update help urls after wiki section update 2015-09-17 Sam Manzi * gramps/gui/editors/editmediaref.py: 8888#c44511 Fix AttributeError: 'EditMediaRef' object has no attribute 'glade' 2015-09-16 Sam Manzi * gramps/gui/editors/editplacename.py: 8888 'Place Name Editor' Add New wiki section & help link 2015-09-15 Lajos Nemeséri * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_hu.py: 5505: Need a date handler for Hungarian locale 2015-09-15 Fabrice * gramps/plugins/graph/gvrelgraph.py: 6613: Add Occupation/Profession to Relationship Graph 2015-09-15 romjerome * gramps/plugins/view/fanchartdescview.py: 8914: FanChartDescendants View should at least have 2 generations 2015-09-15 Sam Manzi * gramps/gui/editors/editpersonref.py: 8888 'Person Reference Editor' add Help link & wiki section stub 2015-09-14 Paul Franklin * gramps/gen/plug/docgen/graphdoc.py: 8930: allow hyphenated gramps-id in Graphviz reports 2015-09-14 Sam Manzi * gramps/gui/editors/editlink.py: 8888 'Link Editor' add help url 2015-09-13 Sam Manzi * .gitignore: Ignore Glade '.glade~' temp files 2015-09-13 Sam Manzi * gramps/gui/editors/editchildref.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editpersonref.py: 8888 'Editors' continue updating broken wiki help links 2015-09-12 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 8889: Complete Individual Report fails to run 2015-09-12 Sam Manzi * gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editurl.py: 8888 more 'Editors' update broken wiki help links 2015-09-12 Sam Manzi * gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py: 8888 'Edit dialogs' update broken wiki help links 2015-09-11 Sam Manzi * gramps/gui/logger/_errorview.py: 8888:'Error Report' dialog fix help url 2015-09-10 Lajos Nemeséri * po/hu.po: Update Hungarian translation 2015-09-10 Sam Manzi * gramps/gui/logger/_errorreportassistant.py: Spelling: occured > occurred 2015-09-09 SNoiraud * gramps/gen/config.py, gramps/plugins/webreport/narrativeweb.py: NarrativeWeb and cms : best approach for use of css files and relative links. 2015-09-09 Sam Manzi * gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py: 8888 'Gramplets' update broken wiki help links 2015-09-08 SNoiraud * gramps/plugins/lib/maps/geography.py: Geography : bug 8902 : ValueError: Place.set_name(name) requires a PlaceName() 2015-09-08 Sam Manzi * gramps/gui/editors/editmediaref.py: 8888 'Media Reference Editor' link help button in glade 2015-09-07 Doug Blank * : Merge pull request #62 from gramps-project/revert-61-revert-59-javascript Revert "Revert "7763: Sourceless Javascript Files in release tarball"" 2015-09-07 Nick Hall * gramps/cli/grampscli.py, gramps/gen/const.py, gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_el.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_ja.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_uk.py, gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_dateutils.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/display/name.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_paramfilter.py, gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/filters/rules/_everything.py, gramps/gen/filters/rules/_hasattributebase.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasgrampsid.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_hasnotesubstrbase.py, gramps/gen/filters/rules/_hasreferencecountbase.py, gramps/gen/filters/rules/_hassourcebase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_hastagbase.py, gramps/gen/filters/rules/_hastextmatchingregexpof.py, gramps/gen/filters/rules/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/_isprivate.py, gramps/gen/filters/rules/_ispublic.py, gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/_matchessourceconfidencebase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/citation/_allcitations.py, gramps/gen/filters/rules/citation/_changedsince.py, gramps/gen/filters/rules/citation/_citationprivate.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/citation/_hasgallery.py, gramps/gen/filters/rules/citation/_hasidof.py, gramps/gen/filters/rules/citation/_hasnote.py, gramps/gen/filters/rules/citation/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/citation/_hasnoteregexp.py, gramps/gen/filters/rules/citation/_hasreferencecountof.py, gramps/gen/filters/rules/citation/_hassource.py, gramps/gen/filters/rules/citation/_hassourceidof.py, gramps/gen/filters/rules/citation/_hastag.py, gramps/gen/filters/rules/citation/_matchesfilter.py, gramps/gen/filters/rules/citation/_matchespagesubstringof.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/citation/_regexpidof.py, gramps/gen/filters/rules/citation/_regexpsourceidof.py, gramps/gen/filters/rules/event/_allevents.py, gramps/gen/filters/rules/event/_changedsince.py, gramps/gen/filters/rules/event/_eventprivate.py, gramps/gen/filters/rules/event/_hasattribute.py, gramps/gen/filters/rules/event/_hascitation.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_hasgallery.py, gramps/gen/filters/rules/event/_hasidof.py, gramps/gen/filters/rules/event/_hasnote.py, gramps/gen/filters/rules/event/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/event/_hasnoteregexp.py, gramps/gen/filters/rules/event/_hasreferencecountof.py, gramps/gen/filters/rules/event/_hassourcecount.py, gramps/gen/filters/rules/event/_hastag.py, gramps/gen/filters/rules/event/_hastype.py, gramps/gen/filters/rules/event/_matchesfilter.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/event/_matchessourceconfidence.py, gramps/gen/filters/rules/event/_matchessourcefilter.py, gramps/gen/filters/rules/event/_regexpidof.py, gramps/gen/filters/rules/family/_allfamilies.py, gramps/gen/filters/rules/family/_changedsince.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_childhasnameof.py, gramps/gen/filters/rules/family/_familyprivate.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_fatherhasnameof.py, gramps/gen/filters/rules/family/_hasattribute.py, gramps/gen/filters/rules/family/_hascitation.py, gramps/gen/filters/rules/family/_hasevent.py, gramps/gen/filters/rules/family/_hasgallery.py, gramps/gen/filters/rules/family/_hasidof.py, gramps/gen/filters/rules/family/_haslds.py, gramps/gen/filters/rules/family/_hasnote.py, gramps/gen/filters/rules/family/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/family/_hasnoteregexp.py, gramps/gen/filters/rules/family/_hasreferencecountof.py, gramps/gen/filters/rules/family/_hasreltype.py, gramps/gen/filters/rules/family/_hassourcecount.py, gramps/gen/filters/rules/family/_hassourceof.py, gramps/gen/filters/rules/family/_hastag.py, gramps/gen/filters/rules/family/_hastwins.py, gramps/gen/filters/rules/family/_isbookmarked.py, gramps/gen/filters/rules/family/_matchesfilter.py, gramps/gen/filters/rules/family/_matchessourceconfidence.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_motherhasnameof.py, gramps/gen/filters/rules/family/_regexpchildname.py, gramps/gen/filters/rules/family/_regexpfathername.py, gramps/gen/filters/rules/family/_regexpidof.py, gramps/gen/filters/rules/family/_regexpmothername.py, gramps/gen/filters/rules/family/_searchchildname.py, gramps/gen/filters/rules/family/_searchfathername.py, gramps/gen/filters/rules/family/_searchmothername.py, gramps/gen/filters/rules/media/_allmedia.py, gramps/gen/filters/rules/media/_changedsince.py, gramps/gen/filters/rules/media/_hasattribute.py, gramps/gen/filters/rules/media/_hascitation.py, gramps/gen/filters/rules/media/_hasidof.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/media/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/media/_hasnoteregexp.py, gramps/gen/filters/rules/media/_hasreferencecountof.py, gramps/gen/filters/rules/media/_hassourcecount.py, gramps/gen/filters/rules/media/_hassourceof.py, gramps/gen/filters/rules/media/_hastag.py, gramps/gen/filters/rules/media/_matchesfilter.py, gramps/gen/filters/rules/media/_matchessourceconfidence.py, gramps/gen/filters/rules/media/_mediaprivate.py, gramps/gen/filters/rules/media/_regexpidof.py, gramps/gen/filters/rules/note/_allnotes.py, gramps/gen/filters/rules/note/_changedsince.py, gramps/gen/filters/rules/note/_hasidof.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/note/_hasreferencecountof.py, gramps/gen/filters/rules/note/_hastag.py, gramps/gen/filters/rules/note/_matchesfilter.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/note/_matchessubstringof.py, gramps/gen/filters/rules/note/_noteprivate.py, gramps/gen/filters/rules/note/_regexpidof.py, gramps/gen/filters/rules/person/_changedsince.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_disconnected.py, gramps/gen/filters/rules/person/_everyone.py, gramps/gen/filters/rules/person/_familywithincompleteevent.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasalternatename.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_hasattribute.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascitation.py, gramps/gen/filters/rules/person/_hascommonancestorwith.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasevent.py, gramps/gen/filters/rules/person/_hasfamilyattribute.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hasgallery.py, gramps/gen/filters/rules/person/_hasidof.py, gramps/gen/filters/rules/person/_haslds.py, gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_hasnameorigintype.py, gramps/gen/filters/rules/person/_hasnametype.py, gramps/gen/filters/rules/person/_hasnickname.py, gramps/gen/filters/rules/person/_hasnote.py, gramps/gen/filters/rules/person/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/person/_hasnoteregexp.py, gramps/gen/filters/rules/person/_hasrelationship.py, gramps/gen/filters/rules/person/_hassourcecount.py, gramps/gen/filters/rules/person/_hassourceof.py, gramps/gen/filters/rules/person/_hastag.py, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/person/_hasunknowngender.py, gramps/gen/filters/rules/person/_havealtfamilies.py, gramps/gen/filters/rules/person/_havechildren.py, gramps/gen/filters/rules/person/_incompletenames.py, gramps/gen/filters/rules/person/_isancestorof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isbookmarked.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdefaultperson.py, gramps/gen/filters/rules/person/_isdescendantfamilyof.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantof.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isduplicatedancestorof.py, gramps/gen/filters/rules/person/_isfemale.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorof. py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofb ookmarked.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd efaultperson.py, gramps/gen/filters/rules/person/_islessthannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_ismale.py, gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof. py, gramps/gen/filters/rules/person/_ismorethannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_isrelatedwith.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_iswitness.py, gramps/gen/filters/rules/person/_matcheseventfilter.py, gramps/gen/filters/rules/person/_matchesfilter.py, gramps/gen/filters/rules/person/_matchessourceconfidence.py, gramps/gen/filters/rules/person/_matchidof.py, gramps/gen/filters/rules/person/_missingparent.py, gramps/gen/filters/rules/person/_multiplemarriages.py, gramps/gen/filters/rules/person/_nevermarried.py, gramps/gen/filters/rules/person/_nobirthdate.py, gramps/gen/filters/rules/person/_nodeathdate.py, gramps/gen/filters/rules/person/_peopleprivate.py, gramps/gen/filters/rules/person/_peoplepublic.py, gramps/gen/filters/rules/person/_personwithincompleteevent.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/filters/rules/person/_regexpidof.py, gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/person/_relationshippathbetween.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/filters/rules/person/_searchname.py, gramps/gen/filters/rules/place/_allplaces.py, gramps/gen/filters/rules/place/_changedsince.py, gramps/gen/filters/rules/place/_hascitation.py, gramps/gen/filters/rules/place/_hasdata.py, gramps/gen/filters/rules/place/_hasgallery.py, gramps/gen/filters/rules/place/_hasidof.py, gramps/gen/filters/rules/place/_hasnolatorlon.py, gramps/gen/filters/rules/place/_hasnote.py, gramps/gen/filters/rules/place/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/place/_hasnoteregexp.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/place/_hasreferencecountof.py, gramps/gen/filters/rules/place/_hassourcecount.py, gramps/gen/filters/rules/place/_hassourceof.py, gramps/gen/filters/rules/place/_hastag.py, gramps/gen/filters/rules/place/_inlatlonneighborhood.py, gramps/gen/filters/rules/place/_matcheseventfilter.py, gramps/gen/filters/rules/place/_matchesfilter.py, gramps/gen/filters/rules/place/_matchessourceconfidence.py, gramps/gen/filters/rules/place/_placeprivate.py, gramps/gen/filters/rules/place/_regexpidof.py, gramps/gen/filters/rules/repository/_allrepos.py, gramps/gen/filters/rules/repository/_changedsince.py, gramps/gen/filters/rules/repository/_hasidof.py, gramps/gen/filters/rules/repository/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/repository/_hasnoteregexp.py, gramps/gen/filters/rules/repository/_hasreferencecountof.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gen/filters/rules/repository/_hastag.py, gramps/gen/filters/rules/repository/_matchesfilter.py, gramps/gen/filters/rules/repository/_matchesnamesubstringof.py, gramps/gen/filters/rules/repository/_regexpidof.py, gramps/gen/filters/rules/repository/_repoprivate.py, gramps/gen/filters/rules/source/_allsources.py, gramps/gen/filters/rules/source/_changedsince.py, gramps/gen/filters/rules/source/_hasgallery.py, gramps/gen/filters/rules/source/_hasidof.py, gramps/gen/filters/rules/source/_hasnote.py, gramps/gen/filters/rules/source/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/source/_hasnoteregexp.py, gramps/gen/filters/rules/source/_hasreferencecountof.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py, gramps/gen/filters/rules/source/_hastag.py, gramps/gen/filters/rules/source/_matchesfilter.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py, gramps/gen/filters/rules/source/_matchestitlesubstringof.py, gramps/gen/filters/rules/source/_regexpidof.py, gramps/gen/filters/rules/source/_sourceprivate.py, gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/childref.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/citation.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/eventroletype.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/family.py, gramps/gen/lib/familyreltype.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/markertype.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/nametype.py, gramps/gen/lib/note.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placename.py, gramps/gen/lib/placeref.py, gramps/gen/lib/placetype.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/repotype.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/srcmediatype.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py, gramps/gen/lib/urltype.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/fontstyle.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/graphicstyle.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/plug/report/utils.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/relationship.py, gramps/gen/sort.py, gramps/gen/utils/place.py, gramps/gui/aboutdialog.py, gramps/gui/columnorder.py, gramps/gui/dbguielement.py, gramps/gui/dbloader.py, gramps/gui/display.py, gramps/gui/displaystate.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/addressmodel.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/attrmodel.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationbackreflist.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventbackreflist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/locationmodel.py, gramps/gui/editors/displaytabs/mediabackreflist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notebackreflist.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personbackreflist.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/personrefmodel.py, gramps/gui/editors/displaytabs/placebackreflist.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/reporefmodel.py, gramps/gui/editors/displaytabs/sourcebackreflist.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/displaytabs/surnamemodel.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_filterstore.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/report/_webreportdialog.py, gramps/gui/plug/tool.py, gramps/gui/pluginmanager.py, gramps/gui/selectors/selectnote.py, gramps/gui/spell.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/viewmanager.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/treemodels/basemodel.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/toolcomboentry.py, gramps/gui/widgets/valueaction.py, gramps/guiQML/grampsqml.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/export.gpr.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libhtmlconst.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libplaceimport.py, gramps/plugins/lib/librecords.py, gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/rel_uk.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/notelinkreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py, gramps/plugins/view/dashboardview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/webapp/init.py: Replace GRAMPS with Gramps in comments 2015-09-07 Nick Hall * gramps/gui/dbloader.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/_filterstore.py, gramps/gui/glade.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/widgets/basicentry.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/menuitem.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/springseparator.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/validatedcomboentry.py, gramps/gui/widgets/valueaction.py, gramps/gui/widgets/valuetoolitem.py, gramps/plugins/view/pedigreeview.py: Tidy up Gtk constructors 2015-09-07 SNoiraud * gramps/plugins/lib/libhtml.py: Narrative web and cms : links not present. 2015-09-07 Sam Manzi * gramps/gen/utils/configmanager.py, gramps/gui/clipboard.py: Update docstrings - spelling 2015-09-06 Sam Manzi * .gitignore: Update .gitignore and remove Thumbs.db file 2015-09-06 Sam Manzi * gramps/plugins/tool/changenames.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/verify.py: 8888 Fix some links for Tools 2015-09-06 Sam Manzi * gramps/gui/editors/edittaglist.py: 8888 Fix link for Tag Selection(Selector) 2015-09-05 Nick Hall * gramps/gui/plug/_guioptions.py: 8833: Set TextOption widget to expand vertically 2015-09-05 Nick Hall * gramps/gen/plug/docgen/graphdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py: Revert workaround for bug #8833 This reverts commit 20a57037f79ebbe33b0af220ee81227fdb956bab. 2015-09-05 romjerome * po/fr.po: minor improvements, to avoid confusions or large string 2015-09-05 romjerome * gramps/gen/plug/docgen/graphdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py: 8833: Workaround for displaying more lines on Text box via label's height 2015-09-05 romjerome * gramps/plugins/tool/removeunused.glade: 6684: Unused Object Dialog box too small 2015-09-04 Sam Manzi * gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editname.py: Update a few broken help URLs 2015-09-04 Sam Manzi * data/tips.xml.in: 6824#c44102 Fix outdate tip. Soundex utility > Soundex Gramplet 2015-09-03 Peter Landgren * po/sv.po: Updated Swedish translation. 2015-09-03 Sam Manzi * data/tips.xml.in: 8481 Update some Tips of the day 2015-09-03 Sebastian Schubert * gramps/plugins/view/citationtreeview.py: 8061: FeatureRequest: Add citation in citationtreeview: automatically select source 2015-09-02 SNoiraud * gramps/plugins/lib/libhtml.py, gramps/plugins/webreport/narrativeweb.py: NarrativeWeb : feature request 5530 (include in CMS or MVS) 2015-09-02 SNoiraud * gramps/plugins/lib/maps/placeselection.py: Geography : 8866 : placeselection : changeAttributeError: 'str' object has no attribute 'value' 2015-09-01 Sam Manzi * data/man/update_man.py: bump version and fix spelling 2015-08-31 romjerome * gramps/gui/merge/mergefamily.py: Let display translation string on family label 2015-08-31 Sam Manzi * gramps/grampsapp.py: Improved Pylint score on grampsapp.py 7.44/10 (previous run: 5.56/10, +1.88) 2015-08-30 Sam Manzi * gramps/plugins/importer/importgrdb.py: Update URL to Gramps 4.2 page 2015-08-29 Paul Franklin * gramps/gui/plug/report/_bookdialog.py: clarify book report dialog names 2015-08-29 Sam Manzi * debian/control: GRAMPS > Gramps 2015-08-28 romjerome * debian/control: [Debian] Fix name and version for suggested packages 2015-08-27 Sam Manzi * README.md: Readme - fix list 2015-08-27 Sam Manzi * README.md: Readme - be a bit more descriptive 2015-08-25 Doug Blank * gramps/plugins/tool/extractcity.py: 8863: Error when extracting place names 2015-08-25 Sam Manzi * README.md: Mention it for for addons instead of just Graph View 2015-08-24 Enno Borgsteede * gramps/gen/filters/rules/note/_matchesregexpof.py: 7595 Custom filters for note text repaired 2015-08-23 Nick Hall * gramps/cli/__init__.py, gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/cli/test/argparser_test.py, gramps/cli/test/cli_test.py, gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gen/__init__.py, gramps/gen/config.py, gramps/gen/constfunc.py, gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_el.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_ja.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_dateutils.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/datehandler/test/datedisplay_test.py, gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/datehandler/test/dateparser_test.py, gramps/gen/datehandler/test/datestrings_test.py, gramps/gen/db/base.py, gramps/gen/db/dbconst.py, gramps/gen/db/exceptions.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/dbstate.py, gramps/gen/display/name.py, gramps/gen/errors.py, gramps/gen/filters/__init__.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/_genericfilter.py, gramps/gen/filters/_searchfilter.py, gramps/gen/filters/rules/__init__.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hassourcebase.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/_matchessourceconfidencebase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/citation/_hassource.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_hascitation.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_hascitation.py, gramps/gen/filters/rules/family/_hasevent.py, gramps/gen/filters/rules/family/_isbookmarked.py, gramps/gen/filters/rules/media/__init__.py, gramps/gen/filters/rules/media/_hascitation.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascitation.py, gramps/gen/filters/rules/person/_hascommonancestorwith.py, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasevent.py, gramps/gen/filters/rules/person/_hasfamilyattribute.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hasnameorigintype.py, gramps/gen/filters/rules/person/_hasnametype.py, gramps/gen/filters/rules/person/_hasnickname.py, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/person/_isancestorof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isbookmarked.py, gramps/gen/filters/rules/person/_isdescendantfamilyof.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantof.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorof. py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofb ookmarked.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd efaultperson.py, gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof. py, gramps/gen/filters/rules/person/_ismorethannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_isrelatedwith.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_matcheseventfilter.py, gramps/gen/filters/rules/person/_missingparent.py, gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/person/_relationshippathbetween.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/filters/rules/person/_searchname.py, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_hascitation.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/place/_inlatlonneighborhood.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py, gramps/gen/lib/__init__.py, gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/childref.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/family.py, gramps/gen/lib/gcalendar.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/handle.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placebase.py, gramps/gen/lib/placeref.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/srcattrtype.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/test/date_test.py, gramps/gen/lib/test/grampstype_test.py, gramps/gen/lib/test/merge_test.py, gramps/gen/lib/test/struct_test.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py, gramps/gen/lib/urltype.py, gramps/gen/merge/diff.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergepersonquery.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/mime/_pythonmime.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/__init__.py, gramps/gen/plug/_docgenplugin.py, gramps/gen/plug/_export.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_import.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_plugin.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/cairobackend.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/fontscale.py, gramps/gen/plug/docgen/fontstyle.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/graphicstyle.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/menu/_booleanlist.py, gramps/gen/plug/menu/_destination.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/menu/_family.py, gramps/gen/plug/menu/_filter.py, gramps/gen/plug/menu/_media.py, gramps/gen/plug/menu/_menu.py, gramps/gen/plug/menu/_note.py, gramps/gen/plug/menu/_number.py, gramps/gen/plug/menu/_option.py, gramps/gen/plug/menu/_person.py, gramps/gen/plug/menu/_personlist.py, gramps/gen/plug/menu/_placelist.py, gramps/gen/plug/menu/_style.py, gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/endnotes.py, gramps/gen/plug/report/utils.py, gramps/gen/plug/utils.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/recentfiles.py, gramps/gen/relationship.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/soundex.py, gramps/gen/test/config_test.py, gramps/gen/test/constfunc_test.py, gramps/gen/test/user_test.py, gramps/gen/user.py, gramps/gen/utils/alive.py, gramps/gen/utils/callback.py, gramps/gen/utils/callman.py, gramps/gen/utils/cast.py, gramps/gen/utils/config.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/db.py, gramps/gen/utils/debug.py, gramps/gen/utils/docgen/odstab.py, gramps/gen/utils/docgen/tabbeddoc.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/id.py, gramps/gen/utils/image.py, gramps/gen/utils/keyword.py, gramps/gen/utils/lds.py, gramps/gen/utils/libformatting.py, gramps/gen/utils/location.py, gramps/gen/utils/place.py, gramps/gen/utils/resourcepath.py, gramps/gen/utils/string.py, gramps/gen/utils/test/callback_test.py, gramps/gen/utils/test/grampslocale_test.py, gramps/gen/utils/test/keyword_test.py, gramps/gen/utils/test/place_test.py, gramps/gen/utils/thumbnails.py, gramps/gen/utils/unknown.py, gramps/grampsapp.py, gramps/gui/__init__.py, gramps/gui/aboutdialog.py, gramps/gui/actiongroup.py, gramps/gui/autocomp.py, gramps/gui/clipboard.py, gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbguielement.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/display.py, gramps/gui/displaystate.py, gramps/gui/editors/__init__.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/addressmodel.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/attrmodel.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationbackreflist.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/citationrefmodel.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventbackreflist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/grampstab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/locationmodel.py, gramps/gui/editors/displaytabs/mediabackreflist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notebackreflist.py, gramps/gui/editors/displaytabs/notemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personbackreflist.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/personrefmodel.py, gramps/gui/editors/displaytabs/placebackreflist.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/placerefmodel.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/reporefmodel.py, gramps/gui/editors/displaytabs/sourcebackreflist.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/displaytabs/surnamemodel.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/displaytabs/webmodel.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsecondary.py, gramps/gui/editors/editsource.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/editors/test/test_editreference.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/glade.py, gramps/gui/glade/catalog/grampswidgets.py, gramps/gui/grampsgui.py, gramps/gui/listmodel.py, gramps/gui/logger/__init__.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/logger/_gtkhandler.py, gramps/gui/logger/test/rotate_handler_test.py, gramps/gui/makefilter.py, gramps/gui/managedwindow.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/gui/navigator.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/__init__.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/report/_webreportdialog.py, gramps/gui/plug/tool.py, gramps/gui/pluginmanager.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectorexceptions.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/spell.py, gramps/gui/test/user_test.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/utilscairo.py, gramps/gui/viewmanager.py, gramps/gui/views/__init__.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/basemodel.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/lru.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/widgets/__init__.py, gramps/gui/widgets/basicentry.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/dateentry.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grabbers.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/interactivesearchbox.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/linkbox.py, gramps/gui/widgets/menuitem.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/multitreeview.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/placeentry.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/selectionwidget.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/springseparator.py, gramps/gui/widgets/statusbar.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/toolcomboentry.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/undoablestyledbuffer.py, gramps/gui/widgets/validatedcomboentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/gui/widgets/valueaction.py, gramps/gui/widgets/valuetoolitem.py, gramps/guiQML/__init__.py, gramps/guiQML/grampsqml.py, gramps/guiQML/questiondialog.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/__init__.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/database/bsddb_support/bsddbtxn.py, gramps/plugins/database/bsddb_support/cursor.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/summary.py, gramps/plugins/database/bsddb_support/test/cursor_test.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py, gramps/plugins/database/bsddb_support/undoredo.py, gramps/plugins/database/bsddb_support/upgrade.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/cairodoc.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/export.gpr.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/filter.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/leak.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importgrdb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/importer/test/importvcard_test.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libhtmlbackend.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libmixin.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libodfbackend.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceimport.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/lib/librecords.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/__init__.py, gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/markerlayer.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/lineage.py, gramps/plugins/quickview/linkreferences.py, gramps/plugins/quickview/onthisday.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/quickview/references.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/quickview/siblings.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/notelinkreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/tool/verify.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/dashboardview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/plugins/webreport/webplugins.gpr.py, gramps/plugins/webstuff/webstuff.gpr.py, gramps/plugins/webstuff/webstuff.py, gramps/test/__init__.py, gramps/test/regrtest.py, gramps/test/test/test_util_test.py, gramps/test/test_util.py, gramps/webapp/client.py, gramps/webapp/connection.py, gramps/webapp/default_settings.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/templatetags/my_tags.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/libdjango.py, gramps/webapp/modules_checkpoint.py, gramps/webapp/reports.py, gramps/webapp/urls.py: Remove trailing whitespace 2015-08-23 Sam Manzi * README.md: Readme reorder and add travis-ci build badge for developers 2015-08-22 Doug Blank * gramps/gen/db/generic.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/plug/_guioptions.py, gramps/gui/views/listview.py, gramps/gui/views/tags.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/multitreeview.py, gramps/gui/widgets/reorderfam.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/relview.py: Revert "Use DbTxn from database backend" This reverts commit 92ca9d7571500533db7af85088e3690f069b3431. 2015-08-22 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/bsddb_support/write.py: Revert "DbTxn: use no_magic explicitly" This reverts commit ecc078b891a08581d7d63323e28fa3f1cdf4676a. 2015-08-22 Doug Blank * gramps/gen/db/generic.py: Revert "DbTxn: pass db to generic DbTxn" This reverts commit 8e89ceb395efa99b0c78ae40abc7a7a9974fc4df. 2015-08-22 Doug Blank * gramps/gen/db/generic.py: Revert "DbTxn: pass db to generic DbTxn" This reverts commit 6f5c7f7da79f7f9f5f4e2251b91a2a35c3e0966b. 2015-08-22 Doug Blank * gramps/gen/db/generic.py: DbTxn: pass db to generic DbTxn 2015-08-22 Doug Blank * gramps/gen/db/generic.py: DbTxn: pass db to generic DbTxn 2015-08-22 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/bsddb_support/write.py: DbTxn: use no_magic explicitly 2015-08-22 Doug Blank * gramps/gen/db/generic.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/plug/_guioptions.py, gramps/gui/views/listview.py, gramps/gui/views/tags.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/multitreeview.py, gramps/gui/widgets/reorderfam.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/relview.py: Use DbTxn from database backend 2015-08-22 Sam Manzi * README.md: Convert to README to .md format 2015-08-22 Sam Manzi * README, README.md, setup.py: Embrace Github and use .md for README 2015-08-22 Sam Manzi * README: Update links to 4.2 user manual etc.. 2015-08-22 Sam Manzi * .mailmap: Create a .mailmap file to map from the wrong email ids and / or names to the right ones 2015-08-22 Sam Manzi * docs/README.txt: Update outdated links for http://sphinx-doc.org/ 2015-08-21 Doug Blank * .travis.yml, gramps/webapp/Makefile: Travis: create a temp Django database so we can test 2015-08-21 Doug Blank * .travis.yml: Travis: changes for webapp to pass tests 2015-08-21 Doug Blank * gramps/webapp/djangodb.py, gramps/webapp/init.py: Webapp: updates for new interface 2015-08-21 Doug Blank * gramps/webapp/default_settings.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/views.py, gramps/webapp/manage.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/utils.py: Webapp: changes for web portion to use new Django interface 2015-08-21 Doug Blank * gramps/gui/views/treemodels/treebasemodel.py: Fix for exponential cost on treeviews; whitespace cleanup 2015-08-21 Doug Blank * gramps/gen/lib/baseobj.py: Return None if Object.create(None); white space cleanup 2015-08-21 Doug Blank * gramps/gen/db/generic.py: Don't repeatedly check for existing records; whitespace cleanup 2015-08-21 Hivernat Emmanuel * gramps/plugins/view/pedigreeview.py: 8824 Fix Pedigreeview crash when selecting Compact view 2015-08-21 Reinhard Mueller * gramps/plugins/lib/librecords.py: 5625 Records report & Gramplet add biggest/smallest age difference for couples 2015-08-20 Doug Blank * : Merge pull request #56 from belissent/master_test2 Environment variables in mediapath 2015-08-20 Sam Manzi * gramps/plugins/webreport/narrativeweb.py: Replace hardcoded G R A M P S 3.4.0 string with Non-breaking space instead. 2015-08-19 Pierre Bélissent * gramps/gen/utils/file.py, gramps/gen/utils/test/file_test.py: Fix for "Environment variables in mediapath" 2015-08-19 Doug Blank * : Merge pull request #55 from belissent/master_test Remove useless 'git clone' in .travis.yml 2015-08-19 belissent * .travis.yml: Remove useless 'git clone' in .travis.yml 2015-08-18 Doug Blank * gramps/plugins/view/view.gpr.py: Views: start with treeviews (grouped) as initial views This makes the loading consistent (prior, either marked start could be first), and also the grouped views are imagined to be the faster loading views. 2015-08-18 Doug Blank * gramps/gui/views/treemodels/treebasemodel.py: 8377: added sibling lookup cache 2015-08-18 Doug Blank * gramps/gen/dbstate.py: Removed duplicate 'database-changed' signal, which was loading data in GUI twice 2015-08-18 Sam Manzi * docs/Makefile, docs/conf.py, docs/make.bat: Update Sphinx files - includes make.bat for windows 2015-08-18 Sam Manzi * docs/conf.py: Silence Sphinx warning for html_theme setting change default to classic to keep using the old default. 2015-08-18 Sam Manzi * gramps/plugins/textreport/textplugins.gpr.py: update comment to Note Link Report 2015-08-17 Nick Hall * gramps/gen/lib/date.py, gramps/gen/utils/location.py: 8775: Avoid using person-centric date matching for places 2015-08-17 Doug Blank * gramps/gen/db/base.py: DB: New method, db.remove_instance(instance, transaction) Delete an instance of a primary object from the database. 2015-08-17 Doug Blank * gramps/gui/merge/mergeplace.py: Merge PLace: show place type next to merge names 2015-08-17 Doug Blank * gramps/gui/views/treemodels/basemodel.py, gramps/gui/views/treemodels/lru.py, gramps/gui/views/treemodels/treebasemodel.py: TreeModel path cache: clear path cache when data changes... * Allow to disable by setting interface.treemodel-cache-size to 0 * Protection if mode/view gets different 2015-08-17 Doug Blank * gramps/gen/config.py, gramps/gui/views/treemodels/basemodel.py: Added config value interface.treemodel-cache-size to control size of cache Default size set to 1k for paths and other items. 2015-08-17 Doug Blank * gramps/gui/views/treemodels/treebasemodel.py: TreeBaseModel: protection from removed data 2015-08-17 Doug Blank * gramps/gui/views/treemodels/basemodel.py, gramps/gui/views/treemodels/treebasemodel.py: 8377: cache path 2015-08-16 Doug Blank * gramps/gui/views/treemodels/treebasemodel.py: Cut in half the time to load treeviews: people tree, place, and citation tree views 2015-08-16 Doug Blank * gramps/gui/views/treemodels/basemodel.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py: 8377: Slow scrolling in Gramps 4.X, on all platforms. 2015-08-15 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: _repository_dict typo 2015-08-15 Nick Hall * gramps/plugins/lib/libgedcom.py: 8789: Use place title as default name in GEDCOM import 2015-08-15 Nick Hall * gramps/plugins/database/bsddb_support/upgrade.py, gramps/plugins/importer/importxml.py: 8810: Ensure place names are not empty after upgrade 2015-08-15 Nick Hall * gramps/gen/proxy/referencedbyselection.py: 8842: Fix proxy to include all referenced place objects The referenced by selection proxy needs to include places that enclose referenced places. 2015-08-13 Doug Blank * gramps/gen/const.py, gramps/gui/widgets/fanchart.py: FanChart: moved constants to const.py for reuse without GUI 2015-08-13 Doug Blank * gramps/plugins/webreport/narrativeweb.py: Narrative Web Report: use BasePlugMan instead of GuiPlugMan 2015-08-13 Doug Blank * gramps/gen/utils/thumbnails.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editperson.py, gramps/gui/selectors/selectobject.py, gramps/gui/thumbnails.py, gramps/gui/widgets/photo.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py: Moved gui.thumbnails to gen.utils: useful without gui 2015-08-13 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/webapp/djangodb.py, gramps/webapp/grampsdb/models.py: DjangoDb: load/save metadata details; commit details 2015-08-12 Doug Blank * gramps/webapp/djangodb.py: Django: documentation, added get_surname_list 2015-08-12 Doug Blank * gramps/webapp/djangodb.py, gramps/webapp/grampsdb/models.py: DjangoDb: now with new Metadata table 2015-08-12 Doug Blank * gramps/gen/db/generic.py: GenericDb: assign a temporary gramps_id, for those dbs that need a non-null value 2015-08-12 Doug Blank * gramps/gen/db/generic.py: GenericDb: need to force gramps_ids another way for Django 2015-08-12 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/dictionarydb.py, gramps/webapp/djangodb.py: Databases: deal with TAG_KEY; assign gramps_id, if necessary 2015-08-12 Doug Blank * gramps/webapp/djangodb.py: djangodb.py; added missing file 2015-08-12 Doug Blank * gramps/webapp/databases/__init__.py, gramps/webapp/databases/database1/__init__.py, gramps/webapp/databases/database1/default_settings.py, gramps/webapp/databases/database2/__init__.py, gramps/webapp/databases/database2/default_settings.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/views.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/shell.py, gramps/webapp/utils.py: DjangoDb: currently gramps.webapp contains copy of addon code 2015-08-12 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py: Databases: removed prepare_import/commit_import; updated Django places 2015-08-11 Doug Blank * gramps/gen/plug/utils.py: OpenOrStdin/out: add encoding 2015-08-11 Doug Blank * gramps/gen/db/generic.py: 8823: New items in generic databases don't not get next gramps_id, but start from 0 2015-08-11 Doug Blank * gramps/gen/db/generic.py, gramps/gui/dbman.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/write.py: DbManager and -L: show counts of all primary objects 2015-08-11 Doug Blank * gramps/gui/dbman.py: DbManager: make Info sorted by setting name 2015-08-11 Doug Blank * gramps/gui/dbman.py: DbManager: make Info look better 2015-08-10 Doug Blank * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade, gramps/gui/viewmanager.py: ViewManager: added Info button that shows -L info for db 2015-08-10 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: genderStats needs to be dict of TUPLES 2015-08-09 Craig J. Anderson * gramps/plugins/lib/librecurse.py: Fix for error https://gramps-project.org/bugs/view.php?id=2588 2015-08-09 Doug Blank * gramps/gen/db/base.py: gen.db.base: protection from missing parent 2015-08-09 Doug Blank * gramps/gen/db/generic.py: GenericDB: fixed error in order_by_tag_key 2015-08-09 Nick Hall * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade: 8517: Remove copy button from family tree manager 2015-08-08 Nick Hall * setup.py: Suppress deprecation warnings in intltool-update 2015-08-08 Doug Blank * gramps/plugins/database/bsddb_support/write.py: BSDDB: don't count person twice 2015-08-08 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/bsddb_support/write.py: Database API: add common count_func to _tables 2015-08-08 Doug Blank * gramps/gen/display/name.py, gramps/gui/editors/editperson.py: 8112: Common means nick, call, or otherwise first of given 2015-08-08 Doug Blank * gramps/gui/configure.py: Rearranged Name format codes to better read; changed Common 2015-08-07 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: removed linear lookups 2015-08-07 Doug Blank * gramps/cli/arghandler.py, gramps/cli/clidbman.py: clidbman and arghandler: use database-backend for CLI imports 2015-08-07 Doug Blank * gramps/cli/arghandler.py: ArgHandler: allow gramps -C create to use dbid database backend type 2015-08-07 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: rebuild all on load 2015-08-07 Nick Hall * gramps/gui/configure.py, gramps/gui/editors/filtereditor.py, gramps/gui/plug/_guioptions.py, gramps/plugins/lib/maps/placeselection.py: 8637: Use keyword arguments to initialise Adjustment widgets This should prevent the value being set to zero or the minumum limit incorrectly. 2015-08-07 Doug Blank * gramps/plugins/importer/importcsv.py: ImportCSV: remove debugging code 2015-08-07 Doug Blank * gramps/plugins/importer/importcsv.py: ImportCSV: allow person, family, and marriage to reference places with place_id columns 2015-08-07 Doug Blank * gramps/plugins/importer/importcsv.py: ImportCSV: removed duplicate entry; added 'enclosedby' 2015-08-07 Sam Manzi * : Merge pull request #53 from orner/bug8471 8471: Set "visable_window" in GtkEventBox to fix transparency. 2015-08-07 Doug Blank * gramps/gen/plug/utils.py: Error in loading addon will now show in debug log 2015-08-06 Doug Blank * gramps/gen/db/generic.py, gramps/plugins/database/dictionarydb.py: Removed private methods in GenericDb; fixed errors in DictionaryDb 2015-08-06 Lance Orner * gramps/gui/glade/editperson.glade: 8471: Set "visable_window" in GtkEventBox to fix transparency. Was showing transparent background in a Compiz environment without this option "visable_window" being explicitly set. 2015-08-06 Doug Blank * gramps/gen/db/generic.py, gramps/gen/merge/diff.py, gramps/plugins/database/dictionarydb.py: 6767: WIP, allow opening of database without using filesystem 2015-08-06 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: use new gramps.gen.db.generic API 2015-08-06 Doug Blank * gramps/gen/db/generic.py: Added gramps.gen.db.generic for common non-bsddb database implementations 2015-08-05 Sam Manzi * : Merge pull request #52 from RossGammon/html_view webkit dependency no longer required, HTML View removed 2015-08-04 Doug Blank * gramps/plugins/importer/importcsv.py: ExportCSV: allow lowercase matching of place type 2015-08-03 Doug Blank * gramps/plugins/export/exportcsv.py, gramps/plugins/importer/importcsv.py: Added Places to CSV import/export 2015-08-03 Doug Blank * gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py: All sidebars with Types should show custom types in combo list 2015-08-03 Jérôme Rapinat * po/it.po: 8774: Wrong italian sentence in tip of the day patched by Daniele 2015-08-02 Zdeněk Hataš * po/cs.po: czech translation update 2015-08-01 Nick Hall * gramps/gui/glade/styleeditor.glade: Tidy up style editor layout 2015-08-01 Nick Hall * gramps/gui/plug/report/_styleeditor.py: Fix style name bug in style editor 2015-08-01 Nick Hall * gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editplaceref.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade: 5693: Set some dialog response codes The response codes are used to position the buttons in the dialog action area. 2015-08-01 Doug Blank * gramps/plugins/tool/ownereditor.glade: 7160 and 7403: property name needed in glade file; added hint on right-click 2015-08-01 Doug Blank * example/gramps/data.gramps: Updated example/gramps/data.gramps with researcher info 2015-07-31 Nick Hall * gramps/plugins/database/bsddb_support/upgrade.py: 8778: Avoid using place objects during database upgrade 2015-07-31 Doug Blank * gramps/gen/lib/date.py: 8765: Incorrect date used for date arithmetic 2015-07-31 Doug Blank * gramps/gen/utils/db.py: 8768: Gramps throws fatal error when trying to delete a family 2015-07-31 Josip * gramps/plugins/graph/gvhourglass.py: 8766: GraphViz does not seem to like double-quotes in Given names 2015-07-31 Josip * gramps/plugins/tool/ownereditor.glade, gramps/plugins/tool/ownereditor.py: 7403: Unexpected error with coping data between DB Owner and Preferences 2015-07-30 Doug Blank * gramps/gen/config.py: 8772: Copy values from previous gramps.ini when upgrading; fixed typo 2015-07-30 SNoiraud * gramps/plugins/lib/maps/geography.py: Geography: 8375 : Must test if kml file exists. 2015-07-29 Doug Blank * gramps/gen/config.py: 8772: Copy values from previous gramps.ini when upgrading 2015-07-29 Jérôme Rapinat * po/nl.po, po/nn.po, po/ru.po, po/sv.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Fix some mismatching keys on translations 2015-07-29 Nick Hall * gramps/plugins/export/exportgedcom.py: 8701: GEDCOM version should be exported as 5.5.1 2015-07-29 Nick Hall * README, gramps/gui/grampsgui.py: Increase minimum pygobject version required to 3.12 2015-07-29 elderamevans * po/update_po.py: Fix 'python' filename under Windows executable named 'python.exe' whatever major python version (2 or 3) 2015-07-29 Josip * gramps/gen/utils/docgen/odstab.py, gramps/plugins/tool/eventcmp.py: 8764: [Compare Individual Events :Tool ] Selecting "Save" causes a UnicodeEncodeError error 2015-07-28 Jérôme Rapinat * po/check_po, po/gramps.pot: Revert temp workaround for el, vi, zh* translations 2015-07-28 Jérôme Rapinat * po/update_po.py: 'update_po.py' should use python3 Revert temp workaround for el, vi, zh* translations 2015-07-28 Richard Bos (radoeka) * po/nl.po: Pull request #51: improvements for Dutch translation 2015-07-27 Jérôme Rapinat * po/check_po: Temp workaround for el, vi, zh_* 2015-07-27 Jérôme Rapinat * po/check_po: Temp workaround for an ascii UnicodeEncodeError into console 2015-07-27 Ondrej Krč-Jediný * po/sk.po: Pull request #49: update Slovak translation 2015-07-25 Nick Hall * gramps/plugins/export/exportgedcom.py: Make place title in GEDCOM export date dependent 2015-07-25 Doug Blank * : Merge pull request #48 from sam-m888/7553GraphviznotGraphViz 7553 Change GraphViz to Graphviz 2015-07-21 Doug Blank * gramps/gen/lib/attribute.py: 7261: Import GEDCOM file from MyHeritage, added __str__ to Attribute 2015-07-20 Doug Blank * gramps/gui/displaystate.py: 8719: AttributeError: 'NoneType' object has no attribute 'set_cursor' 2015-07-20 Doug Blank * gramps/gui/viewmanager.py: 8732: Media: Radiobox's Include label is missing from the Gramps XML Backup dialog 2015-07-20 Doug Blank * gramps/gen/plug/docbackend/docbackend.py: docbackend: protect from sytledtexttag with value is None 2015-07-19 Doug Blank * gramps/gui/clipboard.py: 8725: right-click on Citation in Clipboard 2015-07-19 Doug Blank * gramps/gui/makefilter.py: 8725: Create Filter from the [xxxxx] selected, in Clipboard (and add use_regex) 2015-07-19 Doug Blank * : Merge pull request #47 from sam-m888/8352changelessertoless 8352 Change "lesser than" to "less than" 2015-07-19 Sam Manzi * FAQ, NEWS, README, gramps/cli/plug/__init__.py, gramps/gen/plug/docgen/graphdoc.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py: 7553 Change GraphViz to Graphviz 2015-07-19 Sam Manzi * gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasreferencecountbase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gui/editors/filtereditor.py: 8352 Change lesser than to less than 2015-07-18 Doug Blank * gramps/gui/logger/_errorreportassistant.py: 8730: Error Report Assistant fails 2015-07-18 Doug Blank * : Merge pull request #45 from cjmayo/docstring Stop using concatenation to create docstring 2015-07-19 Sam Manzi * gramps/gui/dbloader.py: 8726:43320 Fix two different wordings on button for BsddbUpgradeRequiredError 2015-07-18 Doug Blank * gramps/cli/clidbman.py: Gramps -L: cleanup, standardize 2015-07-18 Chris Mayo * gramps/gen/datehandler/_datestrings.py: Stop using concatenation to create docstring Fixes gramps failing to start if file is byte-compiled and optimized which sets __doc__ to None. 2015-07-18 Doug Blank * gramps/cli/clidbman.py: 8727: Gramps -L leaves all BSDDB type trees locked Don't even open if locked. 2015-07-18 Paul Franklin * gramps/plugins/tool/mergecitations.py: 8728: Merge citations caused crash 2015-07-18 Doug Blank * gramps/cli/clidbman.py: 8727: Gramps -L leaves all BSDDB type trees locked 2015-07-15 Nick Hall * gramps/gui/plug/export/_exportassistant.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/interactivesearchbox.py, gramps/gui/widgets/multitreeview.py, gramps/plugins/tool/mediamanager.py: Remove redundant code since Gtk 3.10 required 2015-07-15 Paul Franklin * po/check_po: fix check_po to work with lexemes in po files 2015-07-14 Paul Franklin * gramps/gui/grampsgui.py: 8572: gramps crashes if gtk < 3.10 2015-07-14 Paul Franklin * gramps/gui/grampsgui.py: Revert "8572: gramps crashes if gtk < 3.10" This reverts commit f2e6f0aa45e6b9895b657fb5d7cdf750fc5b4443. 2015-07-14 Paul Franklin * gramps/gui/grampsgui.py: 8572: gramps crashes if gtk < 3.10 2015-07-14 Doug Blank * : Merge pull request #43 from sam-m888/8702UpdateMapServicelinksOpenStreetMap 8702 Update Map Service links for OpenStreetMap 2015-07-13 Doug Blank * : Merge pull request #44 from sam-m888/6908popupmenuclipboardgrampletfix 6908 partial for fix popup menu for clipboardgramplet 2015-07-13 Doug Blank * : Merge pull request #42 from sam-m888/fixissues2462linguist Make Github recognise Gramps as a Python project 2015-07-14 Sam Manzi * .gitattributes: Make Github recognise Gramps as a Python project 2015-07-13 Doug Blank * gramps/gen/dbstate.py: Dbstate: update docstring example on apply_proxy 2015-07-13 Doug Blank * gramps/gen/proxy/proxybase.py: ProxyDb: return bytes(handle) like actual database 2015-07-13 Doug Blank * gramps/plugins/gramplet/events.py: events gramplet: check for existing family 2015-07-13 Doug Blank * gramps/gui/views/treemodels/treebasemodel.py: treebasemodel: removed spurious exception 2015-07-13 Doug Blank * gramps/plugins/gramplet/children.py: children gramplet: protect from crash when no family 2015-07-12 Jérôme Rapinat * debian/control: Debian: do not need to recommend devel package 2015-07-09 Paul Franklin * gramps/gen/datehandler/_date_lt.py: 4089: fix Lithuanian date parser (another y-m-d one) 2015-07-08 Paul Franklin * gramps/gen/datehandler/_dateparser.py: fix date parser for y-m-d locales (e.g. Hungarian) 2015-07-06 Jérôme Rapinat * gramps/plugins/importer/importxml.py: 8683: keep support for XML v1.7.0 2015-07-06 Jérôme Rapinat * data/grampsxml.dtd, data/grampsxml.rng, example/gramps/data.gramps, example/gramps/example.gramps, gramps/plugins/lib/libgrampsxml.py: 8683: Bump to Gramps XML 1.7.1 2015-07-05 Paul Franklin * gramps/plugins/textreport/detdescendantreport.py: 8623: Detailed Descendant Report - only first family event output 2015-07-05 Florian Preinstorfer * setup.py: Pull Request #38: install grampsxml.{dtd,rng} files. 2015-07-05 Jérôme Rapinat * data/grampsxml.dtd, data/grampsxml.rng: 8683: Cover custom types on DTD and RNG files Now, xmllint passes '--dtdvalid' and '--relaxng' 2015-07-05 Jérôme Rapinat * gramps/plugins/importer/importxml.py: 8683: polish; remove old reference 2015-07-05 Jérôme Rapinat * data/grampsxml.dtd, data/grampsxml.rng, example/gramps/data.gramps, example/gramps/example.gramps, gramps/plugins/export/exportxml.py, gramps/plugins/importer/importxml.py: 8683: fix duplicate element on pre-1.7.0 XML version XML: use tag into place hierarchy instead of duplicate 2015-07-04 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: cover pathological case (perhaps from privacy proxy) 2015-07-03 Gerald Kunzmann * gramps/plugins/textreport/familygroup.py: 8648: Print Gramps IDs in familygroup report 2015-07-02 Paul Franklin * gramps/gui/plug/report/_bookdialog.py: 8670: Crash when trying to create a book 2015-07-01 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: 8666: statistics report does not run (filter?) 2015-07-01 Paul Franklin * gramps/plugins/webreport/narrativeweb.py: 8677: Narrated Web report failed 2015-06-30 Paul Franklin * gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/user.py: 8666: statistics report does not run (filter?) 2015-06-29 Jérôme Rapinat * debian/control: 8572: gramps crashes if gtk < 3.10; workaround for debian (packaging) 2015-06-28 Josip * gramps/plugins/docgen/svgdrawdoc.py: 8667: SVG Document output 2015-06-28 Doug Blank * gramps/plugins/drawreport/statisticschart.py: 8577: Statistics Charts report crashes in Windows 4.1.3 AIO Changed 0 to actual number of people in database. 2015-06-28 Nick Hall * gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/widgets/__init__.py, gramps/gui/widgets/placeentry.py, po/POTFILES.skip: Replace "Title" with "Enclosed By" in place sidebar filter 2015-06-28 Nick Hall * gramps/gen/filters/rules/place/_isenclosedby.py: Fix IsEnclosedBy rule for non-existent places 2015-06-27 Paul Franklin * gramps/gen/filters/_genericfilter.py: 8666: statistics report does not run (filter?) 2015-06-27 Nick Hall * gramps/plugins/webreport/narrativeweb.py: 8645: Use place displayer when sorting places in narrated web report 2015-06-27 Jérôme Rapinat * example/gramps/data.gramps: Update/Migrate 'data.gramps' 2015-06-27 Jérôme Rapinat * data/grampsxml.dtd, data/grampsxml.rng, example/gramps/example.gramps: Update/Migrate 'example.gramps' and XML schema files 2015-06-26 Paul Franklin * gramps/plugins/drawreport/ancestortree.py: 8661: Errors producing Ancestor Tree (4.2.0beta1) 2015-06-25 Jérôme Rapinat * debian/control: 8645: add GobjectIntrospection dependency Fix Lintian issue: 'python-script-but-no-python-dep' 2015-06-24 Nick Hall * gramps/gui/glade/rule.glade: 8643: Workaround for excessive height of rule editor window The height of the Gtk.Box containing the rule name and description labels is calculated incorrectly. The parent widget seems to think that the label text is wrapped onto many lines. This workaround sets a minimum label width which makes the problem less apparent. 2015-06-24 Nick Hall * gramps/gui/editors/filtereditor.py: Tidy up and remove redundant code 2015-06-24 Nick Hall * : Merge pull request #39 from elderamevans/patch-1 Add Trujillo Peru to LDS temple codes 2015-06-23 Fedik * po/uk.po: Update Ukrainian translation 2015-06-20 Josip * gramps/plugins/tool/notrelated.py: Set parent of ProgressMeter 2015-06-20 Josip * gramps/plugins/tool/removeunused.glade: set remove unused objects dialog transient parent 2015-06-19 Jérôme Rapinat * debian/control, debian/patches/0001-Correct-resource-path-in-setup.py.patch, debian/patches/0002-Disable-HTML-View.patch, debian/patches/series, debian/rules, debian/source/format, debian/source/local-options, debian/watch: Update DEBIAN stuff For more recent environments; python3, pybuild 2015-06-18 kulath * gramps/plugins/lib/libgedcom.py: 0008537: Gedcom import crashes. Fix problem when matching places with the same name which are enclosed by different places. 2015-06-18 Leonhaeuser * po/de.po: update German translation 2015-06-18 Enno Borgsteede * gramps/plugins/tool/removeunused.glade: 0008639: check buttons misaligned in remove unused objects dialog 2015-06-18 Nick Hall * example/gedcom/sample.ged: Remove executable permission from gedcom file 2015-06-18 Nick Hall * gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/citation/_hasgallery.py, gramps/gen/filters/rules/citation/_hasnote.py, gramps/gen/filters/rules/event/_hasgallery.py, gramps/gen/filters/rules/event/_hasnote.py, gramps/gen/filters/rules/family/_hasgallery.py, gramps/gen/filters/rules/family/_haslds.py, gramps/gen/filters/rules/family/_hasnote.py, gramps/gen/filters/rules/family/_hassourcecount.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_haslds.py, gramps/gen/filters/rules/person/_hassourcecount.py, gramps/gen/filters/rules/place/_hasgallery.py, gramps/gen/filters/rules/place/_hasnote.py, gramps/gen/filters/rules/source/_hasgallery.py, gramps/gen/filters/rules/source/_hasnote.py, gramps/plugins/quickview/reporef.py: Remove executable permission from python code 2015-06-18 Nick Hall * : Remove executable permission from png files 2015-06-17 Doug Blank * data/templates/view_person_detail.html, gramps/webapp/grampsdb/models.py: WIP webapp: largley working again 1. Changed personform.model.gender_type to personform.model.gender_type_id (no idea why this was needed) 2. Take care of cache default, and Tag save 2015-06-17 Doug Blank * data/templates/view_person_detail.html, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py: WIP webapp: two changes to make work with Django 1.6: 1. Forms no longer allow and pass keywords to models. So, we catch the keyword (save_cache) set it to the instance, and use that. 2. In templates, apparently not able to pass form.model.item. Will need to be able to get access to it in render(). 2015-06-17 Doug Blank * gramps/plugins/lib/libgedcom.py: 8537: Gedcom import crashes; kulath patch 2015-06-17 Doug Blank * gramps/plugins/database/bsddb_support/write.py: 8614: addresses pickleupgrade.txt issue, by kulath 2015-06-16 Doug Blank * gramps/webapp/grampsdb/view/png.py, gramps/webapp/settings.py: webapp: removed legacy PNG code; update test runner for Django 1.7 2015-06-16 Doug Blank * gramps/plugins/gramplet/persondetails.py: 7603: tab font of gramplet 'details' not like other gramplets 2015-06-16 Lajos Nemeséri * po/hu.po: Update Hungarian translation 2015-06-15 Doug Blank * : Merge pull request #35 from RossGammon/8047-resourcepath 8047 - Add new --resourcepath option to setup.py 2015-06-15 Ross Gammon * setup.py: 8047 - add resource path option to setup.py With this additional option to setup.py, a path to where the resource-path will be installed can be supplied. This is needed when building Gramps out of the source tree, otherwise the temporary location is stored in the resource-path file and Gramps cannot find it resources. 2015-06-14 Doug Blank * gramps/gen/simple/_simpleaccess.py: SimpleAccess: sort by surname; fixes crash in python3 2015-06-14 Doug Blank * : Merge pull request #34 from RossGammon/packagermode Remove setup.py --enable-package-mode option text from INSTALL 2015-06-13 Doug Blank * gramps/gen/db/undoredo.py: undoredo: added missing item 2015-06-13 Doug Blank * gramps/gen/db/undoredo.py: undoredo: changes to work with general backend 2015-06-13 Nick Hall * gramps/gui/editors/editplacename.py, gramps/gui/glade/editplacename.glade: Validate place name language 2015-06-13 Ross Gammon * INSTALL: Remove setup.py --enable-package-mode option text from INSTALL This option is not used anymore and reports an error if used. 2015-06-12 Jérôme Rapinat * NEWS: Merge NEWS (releases on 41 branch) 2015-06-12 Hivernat Emmanuel * gramps/plugins/view/pedigreeview.py: 7347: fix a bug 'on mouse over' event 2015-06-12 Josip * gramps/gui/clipboard.py: 8625: Cannot open Citation references from Clip Board 2015-06-10 Leonhaeuser * po/de.po: update German translation 2015-06-10 Doug Blank * gramps/gen/dbstate.py: DbState: added import_from_filename 2015-06-08 Jérôme Rapinat * gramps/gui/glade/mergeplace.glade: Remove one remaining context argument 2015-06-07 Zdeněk Hataš * po/cs.po: czech translation update 2015-06-07 Jérôme Rapinat * gramps/gui/glade/editplacename.glade, gramps/gui/glade/mergeplace.glade: Remove context into glade file Gramps (python) is not ready for supporting msgctxt for now 2015-06-07 Jérôme Rapinat * po/gramps.pot: update template 2015-06-07 Jérôme Rapinat * po/POTFILES.in: Update translation references 2015-06-07 Jérôme Rapinat * po/check_po: Remove some unicode stuff for python3 2015-06-07 Jérôme Rapinat * gramps/plugins/tool/changetypes.glade: 2531: Short cut keys does not work in 'Change Event Types' dialog 2015-06-07 Jérôme Rapinat * gramps/gui/plug/report/_papermenu.py: 7476: letter as custom paper size generated a ValueError 2015-06-07 Zdeněk Hataš * gramps/gen/datehandler/_date_cs.py: date handler fix 2015-06-07 Zdeněk Hataš * gramps/gen/datehandler/_date_cs.py, po/cs.po: translation and dateparser fix 2015-06-06 Doug Blank * gramps/gen/filters/rules/person/_isdescendantfamilyof.py: 8621: Recursion Filter error 2015-06-06 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography : bug 8612 and 8616 : gtk 3.16 introspection problem and change for new place structure. 2015-06-06 Zdeněk Hataš * po/cs.po: czech translation update 2015-06-06 Doug Blank * gramps/cli/arghandler.py, gramps/gen/config.py, gramps/gui/configure.py, gramps/gui/dbman.py: Added config 'database-backend' preference; removed backend dialog 2015-06-06 Doug Blank * gramps/gui/editors/test/test_editreference.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py: bsddb: fixed unittests 2015-06-06 Zdeněk Hataš * gramps/gen/datehandler/_date_cs.py, po/cs.po: czech translation fixes inflection fixes 2015-06-06 Sam Manzi * : Merge pull request #26 from gramps-project/geps/gep-032-database-backend Geps/gep 032 database backend 2015-06-05 Josip * gramps/plugins/tool/relcalc.glade: Relationship Calculator: fix set transient parent 2015-06-05 Doug Blank * : Merge pull request #33 from sam-m888/master country > county 2015-06-05 Sam Manzi * gramps/gen/lib/researcher.py: Correct spelling & stop duplicate key 2015-06-04 Josip * gramps/plugins/tool/relcalc.glade: 8619: Relationship Calculator - can't select person to relate to 2015-06-04 Doug Blank * : Merge pull request #32 from gramps-project/sam-m888-patch-6 Hide unused code 2015-06-04 Doug Blank * : Merge pull request #30 from gramps-project/sam-m888-patch-4 spelling correction to stop duplicate key 2015-06-04 Doug Blank * : Merge pull request #28 from gramps-project/sam-m888-patch-2 6366: Correct text on "Display tab" 2015-06-04 Matti Niemelä * po/fi.po: update Finnish translation 2015-06-04 Sam Manzi * gramps/plugins/lib/libsubstkeyword.py: Hide unused code 2015-06-04 Sam Manzi * gramps/plugins/quickview/filterbyname.py: Remove duplicate line in dictionary 'all families': _('Filtering_on|all families') 2015-06-04 Doug Blank * po/nl.po: Corrupted po/nl.po; replaced from gramps42 2015-06-04 Sam Manzi * gramps/gen/lib/location.py: spelling correction to stop duplicate key country > county 2015-06-04 Sam Manzi * gramps/plugins/rel/rel_es.py: Spelling mistake inlae > inlaw 2015-06-04 Sam Manzi * gramps/gui/configure.py: 6366: Correct text on "Display tab" from "sidebar" to "Navigator" 2015-06-04 Sam Manzi * gramps/gui/views/tags.py: Fix outdated "Tags" help link 2015-06-03 Zdeněk Hataš * po/cs.po: czech translation update 2015-06-02 erikdrgm * : Updated 150602 Dutch translation 2015-06-02 Doug Blank * gramps/plugins/database/bsddb.gpr.py, gramps/plugins/database/dbapi.gpr.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/defaults/default_settings.py, gramps/plugins/database/dictionarydb.gpr.py, gramps/plugins/database/django_support/defaults/default_settings.py , gramps/plugins/database/django_support/libdjango.py, gramps/plugins/database/djangodb.gpr.py, gramps/plugins/database/djangodb.py: Updated backends to 5.0; moved Django and DBAPI to addons 2015-06-02 Doug Blank * : commit 4ee8ac258518077bc9a486b5b70738ca0b07be88 Author: Doug Blank Date: Mon Jun 1 21:13:38 2015 -0400 2015-06-01 Doug Blank * gramps/gen/config.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/export/export.gpr.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/webplugins.gpr.py, gramps/plugins/webstuff/webstuff.gpr.py, gramps/version.py: Bump all version numbers to 5.0 2015-06-01 Jérôme Rapinat * po/eo.po, po/hr.po, po/nn.po, po/pl.po, po/sv.po: Get some translation strings back (41 -> master) 2015-06-01 Jérôme Rapinat * po/fr.po: Update french translation 2015-06-01 Jérôme Rapinat * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/gramps.pot, po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Merge translations with last template 2015-06-01 Doug Blank * : commit 021bb0532eda57783bd9d9b2a9f17db37131846f Author: John Ralls Date: Sun May 31 10:11:21 2015 -0700 2015-05-31 John Ralls * mac/gramps.modules: Change Gramps repository to Github. 2015-05-25 John Ralls * mac/gramps.modules: Include modulesets from gnome.org, not jralls's personal ones. 2015-05-31 Nick Hall * gramps/gen/config.py, gramps/gen/display/place.py, gramps/gui/configure.py: Add a couple more place displayer options 2015-05-31 Nick Hall * gramps/gen/config.py, gramps/gen/display/place.py, gramps/gen/lib/placetype.py, gramps/gen/utils/location.py, gramps/gui/configure.py: Add extra place displayer options 2015-05-31 Leonhaeuser * po/de.po: update German translation 2015-05-31 Matti Niemelä * po/fi.po: Update Finnish translation 2015-05-31 Jérôme Rapinat * po/gramps.pot: update translation template 2015-05-31 Jérôme Rapinat * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Merge translations with last template 2015-05-31 Jérôme Rapinat * po/fr.po: fix a typo on the french translation 2015-05-31 Nick Hall * gramps/gen/config.py, gramps/gen/display/place.py, gramps/gui/configure.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/merge/mergeplace.py: Remove place format preference setting 2015-05-31 Nick Hall * gramps/gui/editors/editplace.py: Remove unused import 2015-05-30 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: only backup when changes; fixed has_changed 2015-05-30 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: allow low-level map import 2015-05-30 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: support dbdid 2015-05-30 Doug Blank * : commit 7022c9af5ac2adabe783cfe3e4e9280748208bc3 Merge: 066bb30 d7ac28a Author: erikdrgm Date: Fri May 29 22:41:22 2015 +0200 2015-05-29 Jérôme Rapinat * po/fr.po: update french translation 2015-05-29 Jérôme Rapinat * po/POTFILES.in, po/gramps.pot: update translation template 2015-05-29 Jérôme Rapinat * gramps/plugins/tool/phpgedview.glade, gramps/plugins/tool/phpgedviewconnector.py: PhpGedView tool moves to addons https://github.com/gramps-project/addons-source/tree/master/PhpGedView 2015-05-28 erikdrgm * po/nl.po: Updated 150528 Dutch translation 2015-04-23 erikdrgm * po/nl.po: Updated 150423 Dutch translation 2015-03-31 erikdrgm * po/nl.po: Updated 150331 Dutch translation 2015-05-28 Nick Hall * gramps/gui/glade/mergeplace.glade, gramps/gui/merge/mergeplace.py: 8488: Use place displayer for headings 2015-05-28 Jérôme Rapinat * gramps/plugins/importer/importgeneweb.py: 8548: GeneWeb moved to github 2015-05-28 Jérôme Rapinat * data/man/conf.py, data/man/cs/conf.py, data/man/fr/conf.py, data/man/nl/conf.py, data/man/pl/conf.py, data/man/pt_BR/conf.py, data/man/sv/conf.py: update year on man files config for sphinx 2015-05-28 Jérôme Rapinat * debian/control, debian/rules: update DEBIAN section for matching python3 2015-05-28 Jérôme Rapinat * po/fr.po: update french translation 2015-05-28 Jérôme Rapinat * gramps/plugins/importer/importgeneweb.py, po/gramps.pot: 8548: Enable gwplus event types translation 2015-05-28 Jérôme Rapinat * gramps/plugins/importer/importgeneweb.py: 8548: Review GeneWeb file format on import (.gw) start to support gwplus file format (addition) provide a testing environment for gwplus import 2015-05-28 Jérôme Rapinat * gramps/gui/dbman.py: 8128: GtkDialog mapped without a transient parent QuestionDialog into DB manager dialog (Remove action) 2015-05-28 Jérôme Rapinat * po/POTFILES.in, po/gramps.pot: update translation template $ intltool-update -m 2015-05-28 Nick Hall * gramps/gui/views/treemodels/placemodel.py: 8487: Use place displayer to generate title in views 2015-05-28 Doug Blank * gramps/gui/clipboard.py: Clipboard: some items are not tied to a specific database (text) 2015-05-28 Doug Blank * gramps/gui/clipboard.py: Clipboard: Allow for bytes or string 2015-05-28 Doug Blank * gramps/gui/clipboard.py: 8598: Drop text on Clipboard crashes with byte/string issue 2015-05-27 Doug Blank * gramps/gen/lib/place.py, gramps/gen/lib/placename.py, gramps/plugins/tool/testcasegenerator.py: PlaceName constructor shortcut; Place.set_name type check; bug fixes for testcasegenerator 1. Added PlaceName(value=..., lang=...) shortcut; will add to others 2. Added an instance check on Place.set_name() to make sure it is a PlaceName 3. Fixed Testcasegenerator to make proper fake places, and a bug in handling windows 2015-05-27 Josip * : Merge pull request #25 from beernarrd/slovenian new framework slovenian datehandler, updated sl.po, including plural forms correction 2015-05-27 Doug Blank * : commit 24c1104f7122ef42d9e107778844257d84a47e16 Author: Nick Hall Date: Wed May 27 19:15:59 2015 +0100 2015-05-27 Doug Blank * gramps/plugins/textreport/notelinkreport.py: Note Link Report: adjust columns for better fit 2015-05-27 Nick Hall * gramps/gui/glade/editplacename.glade: Correct tooltips in place name editor 2015-05-27 Doug Blank * gramps/plugins/quickview/linkreferences.py, gramps/plugins/textreport/notelinkreport.py, gramps/plugins/textreport/textplugins.gpr.py: 7242: let the user know that links inside notes can rot Added report Fixed quickreport 2015-05-27 Doug Blank * gramps/gui/merge/mergeplace.py: PlaceName: updated GUI merge for new placenames 2015-05-26 Doug Blank * gramps/gen/lib/placename.py, gramps/gen/lib/test/merge_test.py: Fixed merge tests for Places; fixed init for PlaceNames with source 2015-05-26 Doug Blank * : commit 8551a0b071a1ce3d83a4589341b0dedcf416cc3b Author: Doug Blank Date: Tue May 26 11:35:56 2015 -0400 2015-05-25 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: sql clean up; some FIXME's still left 2015-05-25 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: surname_list not working; added tag map support 2015-05-25 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: committing objects updates secondary items 2015-05-25 Doug Blank * gramps/gen/db/__init__.py, gramps/gen/db/undoredo.py, gramps/plugins/database/dbapi.py: DB-API: added undo-redo infrastructure 2015-05-25 Doug Blank * gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: All metadata functionality now implemented 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Update backlinks 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Added metadata table and setting/value 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: WIP: name_group; clean up of SQL 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Basics for back references now work, although doesn't update with edits yet 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Added indices on order_by fields 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Now using batch transactions 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Added support for sort_handles 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/defaults/default_settings.py: DB-API 2.0 can now load/save from file; need to load/save metadata 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.gpr.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dictionarydb.py: WIP: Added DB-API 2.0 interface; needs to load/save details from dbdir; currently using sqlite :memory: database. But could use any DB-API 2.0 compatible layers. 2015-05-21 Doug Blank * gramps/gen/dbstate.py: Added DbState.open_database() for opening without DbManager 2015-05-17 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: give handle in bytes, handle as str internally in dict 2015-05-17 Doug Blank * gramps/gen/merge/diff.py, gramps/plugins/database/dictionarydb.py: Diff: fixed import of DictionaryDb; removed mistaken tag.gramps_id references in DictionartDb 2015-05-16 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Removed duplicate methods 2015-05-16 Doug Blank * gramps/gen/db/__init__.py, gramps/gui/viewmanager.py: Added missing function; allow failed plugin message to show 2015-05-16 Doug Blank * gramps/gen/dbstate.py, gramps/plugins/database/djangodb.py: DjangoDb: force load when write_version/create to make work with reset modules 2015-05-16 Doug Blank * gramps/gen/dbstate.py, gramps/plugins/database/djangodb.py: DjangoDb: typo, added logger 2015-05-16 Doug Blank * gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/webapp/reports.py: Importers: added db.prepare_import/db.commit_import to wrap imports 2015-05-15 Doug Blank * gramps/plugins/database/djangodb.py: DjangoDb: always force a gramps_id; typo fix 2015-05-15 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: DictionaryDb: reworked internal reprs; updated gender stats, researcher 2015-05-15 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Database API: expore name, full_name, and brief_name 2015-05-15 Doug Blank * gramps/plugins/database/bsddb_support/write.py: bsddb backend: supply version details in get_summary 2015-05-15 Doug Blank * gramps/cli/clidbman.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Database API, -L: database reports summary, if possible 2015-05-15 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Alternative DBs: touch meta_data.db to record last access time 2015-05-14 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Added missing bookmark count methods to djangodb and dictionarydb 2015-05-14 Doug Blank * gramps/gen/dbstate.py, gramps/gen/plug/_pluginreg.py, gramps/plugins/database/djangodb.gpr.py: Database plugin type support reset_system, to reset modules 2015-05-14 Doug Blank * gramps/gui/dbman.py: Removed hardcoded database backend types 2015-05-14 Doug Blank * gramps/gui/aboutdialog.py: Fixed About dialog to show proper BSDDB version 2015-05-14 Doug Blank * gramps/plugins/database/djangodb.py: DjangoDb: send proper object-add signal on new objects 2015-05-14 Doug Blank * gramps/gen/db/undoredo.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Basic infrastructure for Undo/Redo 2015-05-14 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: emit add after actually adding (fixed typo) 2015-05-14 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: emit add after actually adding 2015-05-14 Doug Blank * gramps/plugins/database/__init__.py, gramps/plugins/database/dbdjango.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Reworked backend Cursors; don't emit changes when changing in batch mode 2015-05-14 Doug Blank * gramps/gen/dbstate.py: Hack to reset modules on subsequent uses of Django databases 2015-05-14 Doug Blank * gramps/cli/clidbman.py, gramps/gui/dbman.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/django_support/defaults/default_settings.py , gramps/plugins/database/djangodb.py: Database backends: bsddb, django, and dictionary 2015-05-13 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: implement delete 2015-05-13 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/importer/importxml.py: Moved key maps to dbconst 2015-05-13 Doug Blank * gramps/gen/db/dbconst.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py, gramps/plugins/importer/importxml.py: DictionaryDb: now reads/writes on open/close 2015-05-13 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py, gramps/webapp/utils.py: DictionaryDb: adding missing functions, bringing up to date 2015-05-13 Doug Blank * gramps/cli/grampscli.py, gramps/gui/dbloader.py, gramps/plugins/database/djangodb.py: Loads tree based on id in database.txt 2015-05-13 Doug Blank * gramps/plugins/database/dbdjango.py, gramps/plugins/database/dictionary.py, gramps/plugins/database/dictionarydb.gpr.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/django_support/libdjango.py, gramps/plugins/database/djangodb.gpr.py, gramps/plugins/database/djangodb.py: Added Django and Dictionary plugins, to be developed 2015-05-12 Doug Blank * gramps/gen/db/dbconst.py, gramps/plugins/database/bsddb_support/write.py: Database backend writes its plugin id in database.txt 2015-05-12 Doug Blank * gramps/cli/clidbman.py, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/dbconst.py, gramps/gen/db/test/__init__.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/test/db_test.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/test/reference_map_test.py, gramps/gen/plug/_gramplet.py, gramps/grampsapp.py, gramps/gui/aboutdialog.py, gramps/gui/dbman.py, gramps/gui/editors/editfamily.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/viewmanager.py, gramps/plugins/database/bsddb_support/__init__.py, gramps/plugins/database/bsddb_support/backup.py, gramps/plugins/database/bsddb_support/dictionary.py, gramps/plugins/database/bsddb_support/summary.py, gramps/plugins/database/bsddb_support/test/__init__.py, gramps/plugins/database/bsddb_support/test/cursor_test.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionary.py, gramps/plugins/gramplet/leak.py: Only BSDDB plugin needs bsddb3; back/restore moved to db 2015-05-12 Doug Blank * gramps/cli/arghandler.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/gen/db/__init__.py, gramps/gen/dbstate.py, gramps/gui/dbloader.py, gramps/gui/dbman.py: Moved make_database to DbState 2015-05-12 Doug Blank * gramps/cli/arghandler.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/dbstate.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/gen/utils/callman.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/pluginmanager.py, gramps/plugins/database/bsddb.gpr.py, gramps/plugins/database/bsddb.py, gramps/plugins/database/bsddb_support/__init__.py, gramps/plugins/database/bsddb_support/backup.py, gramps/plugins/database/bsddb_support/bsddbtxn.py, gramps/plugins/database/bsddb_support/cursor.py, gramps/plugins/database/bsddb_support/dictionary.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/undoredo.py, gramps/plugins/database/bsddb_support/upgrade.py, gramps/plugins/database/bsddb_support/write.py: Database backend as a plugin: this set of changes moves most or all of Bsddb from gramps.gen.db to gramps.plugins.database. The id of the plugin is 'bsddb' which can be loaded using the make_database(id, dbstate) API (for now). Next step is to add an identifying text in the directory to indicate which database backend to use. 2015-05-16 Bernard Banko * gramps/gen/datehandler/_date_sl.py, po/sl.po: new framework slovenian datehandler and plural forms correction in sl.po Inflections corrected in sl.po Date parser corrected Plural forms expression corrected. Range, Span, Estimated, Calculated precised. Estimated and Calculated strings added. updated sl.po 2015-05-26 Nick Hall * gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/filters/rules/place/_hasdata.py, gramps/gen/lib/__init__.py, gramps/gen/lib/place.py, gramps/gen/lib/placename.py, gramps/gen/utils/location.py, gramps/gui/clipboard.py, gramps/gui/ddtargets.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/altnameembedlist.py, gramps/gui/editors/displaytabs/altnamemodel.py, gramps/gui/editors/displaytabs/placenameembedlist.py, gramps/gui/editors/displaytabs/placenamemodel.py, gramps/gui/editors/displaytabs/placerefmodel.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplacename.py, gramps/gui/editors/editplaceref.py, gramps/gui/glade/editplacename.glade, gramps/gui/views/treemodels/placemodel.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/locations.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/lib/libplaceimport.py: GEPS 036: Add date and language to place names 2015-05-26 Jérôme Rapinat * gramps/gui/filters/sidebar/_eventsidebarfilter.py: 8583: Custom Events not shown in the filter siderbar 2015-05-26 Jérôme Rapinat * gramps/plugins/importer/importgeneweb.py: 4161: Fix empty #buri fields Still present on Geneweb 6 and 7alpha patch by 'hmmmpf' 2015-05-26 Enno Borgsteede * gramps/plugins/importer/importgeneweb.py: #4161 #8548: Fix a baptism date error https://gramps-project.org/bugs/view.php?id=8548#c41455 also reported and patched by 'hmmmpf' on #4161 2015-05-26 Doug Blank * : commit fd90c19515bad5c13b80a60f3d4b56a1fd4c4cc3 Author: Jérôme Rapinat Date: Tue May 26 19:30:46 2015 +0200 2015-05-26 Doug Blank * : commit 9c9dc2c8e22c86ee2c67d8e20a144e4441c9e98e Author: Doug Blank Date: Tue May 26 13:19:03 2015 -0400 2015-05-26 Jérôme Rapinat * po/gramps.pot: update translation template 2015-05-26 Jérôme Rapinat * po/POTFILES.in: Missing place filter rule for translation $ intltool-update -m command 2015-05-26 Jérôme Rapinat * po/fr.po: 8567: Imprecise French translation in Place dialog 'Enclosed by' was translated in French by 'Lié à' 2015-05-26 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: fixed error in find_initial_person 2015-05-25 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: sql clean up; some FIXME's still left 2015-05-25 Doug Blank * : commit 54cc6cbff3bb5c3302211a9d9757174934992b08 Author: Doug Blank Date: Mon May 25 21:06:44 2015 -0400 2015-05-25 Doug Blank * .gitignore: Add webapp fixtures to .gitignore 2015-05-25 Doug Blank * gramps/plugins/database/dbapi.py: DB-API: committing objects updates secondary items 2015-05-25 Doug Blank * gramps/gen/db/__init__.py, gramps/gen/db/undoredo.py, gramps/plugins/database/dbapi.py: DB-API: added undo-redo infrastructure 2015-05-25 Doug Blank * gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: All metadata functionality now implemented 2015-05-24 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-05-24 Paul Franklin * po/POTFILES.in, po/POTFILES.skip: tweak POTFILES yet more (glade files) 2015-05-24 Doug Blank * : commit ef646190d9749a19337ac5bedb27e2eb2c8650df Author: Doug Blank Date: Sun May 24 18:33:09 2015 -0400 2015-05-24 Doug Blank * example/gramps/example.gramps: Merge pull request from belissent/belissent/gramps41 Modification for example.gramps database (custom parent relationship, notes) 2015-05-24 Doug Blank * gramps/gui/dialog.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/view/familyview.py: Make Family muli-select remove operate like the People view 2015-05-24 Doug Blank * gramps/plugins/lib/libpersonview.py: Give previous/proper message when deleting 1 person 2015-05-24 Doug Blank * gramps/gui/dialog.py, gramps/plugins/lib/libpersonview.py: Refined MultiSelectDialog to do all of the work 2015-05-24 Nick Hall * gramps/gui/plug/report/_docreportdialog.py: Fix mistake in alignment conversion 2015-05-24 Doug Blank * gramps/gui/dialog.py, gramps/gui/glade/dialog.glade, gramps/plugins/lib/libpersonview.py: 7822: Yes To All button; added MultiSelectDialog, and use in remove multiple people 2015-05-24 Josip * gramps/plugins/webreport/narrativeweb.py: 8579: Creation of Narration Website report fails 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Update backlinks 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Added metadata table and setting/value 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: WIP: name_group; clean up of SQL 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Basics for back references now work, although doesn't update with edits yet 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Added indices on order_by fields 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Now using batch transactions 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py: Added support for sort_handles 2015-05-23 Doug Blank * : commit 75cc4fb721d7ac2da051a00a23a5eaf62a7ba917 Author: Doug Blank Date: Sat May 23 07:58:28 2015 -0400 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.py, gramps/plugins/database/dbapi_support/defaults/default_settings.py: DB-API 2.0 can now load/save from file; need to load/save metadata 2015-05-23 Doug Blank * gramps/plugins/database/dbapi.gpr.py, gramps/plugins/database/dbapi.py, gramps/plugins/database/dictionarydb.py: WIP: Added DB-API 2.0 interface; needs to load/save details from dbdir; currently using sqlite :memory: database. But could use any DB-API 2.0 compatible layers. 2015-05-23 Nick Hall * gramps/gui/editors/editplacename.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_styleeditor.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/patchnames.py: Specify label keyword in Label constructor 2015-05-23 Nick Hall * gramps/gui/views/treemodels/peoplemodel.py: Another escape change from cgi to html 2015-05-22 Nick Hall * gramps/gui/configure.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/leak.py: Specify label keyword in Button constructor 2015-05-22 Nick Hall * gramps/gui/editors/editchildref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/objectentries.py, gramps/gui/widgets/fanchart.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py: Use icon names for drag source 2015-05-22 Nick Hall * gramps/gui/configure.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/viewmanager.py, gramps/gui/views/listview.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/statusbar.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/leak.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/soundgen.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py: Convert deprecated set_alignment method 2015-05-22 Nick Hall * gramps/plugins/view/relview.py: Fix popup menu 2015-05-22 Nick Hall * gramps/plugins/gramplet/todo.py: Fix syntax error 2015-05-22 Doug Blank * : commit b8ffc8a77d2cb1d46b8b63e492df049261734b99 Author: Doug Blank Date: Fri May 22 14:25:40 2015 -0400 2015-05-22 Nick Hall * gramps/gui/glade/addmedia.glade, gramps/gui/glade/baseselector.glade, gramps/gui/glade/book.glade, gramps/gui/glade/clipboard.glade, gramps/gui/glade/configure.glade, gramps/gui/glade/dbman.glade, gramps/gui/glade/dialog.glade, gramps/gui/glade/displaystate.glade, gramps/gui/glade/editaddress.glade, gramps/gui/glade/editattribute.glade, gramps/gui/glade/editchildref.glade, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editdate.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editlink.glade, gramps/gui/glade/editlocation.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editmediaref.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editpersonref.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade, gramps/gui/glade/editreporef.glade, gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade, gramps/gui/glade/editurl.glade, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergedata.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/glade/plugins.glade, gramps/gui/glade/reorder.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/tipofday.glade, gramps/gui/glade/updateaddons.glade: Set new button labels as translatable 2015-05-22 Nick Hall * gramps/gui/clipboard.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/filtereditor.py, gramps/gui/logger/_errorview.py, gramps/gui/utils.py, gramps/gui/views/bookmarks.py, gramps/gui/views/tags.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/filter.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/leak.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/soundgen.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/pedigreeview.py: Use add instead of add_with_viewport The add method adds a viewport where necessary when adding a child to a scrolled window. The add_with_viewport method is deprecated. 2015-05-22 Josip * gramps/cli/clidbman.py: 8398: lock.file with accent letter cause gramps to crash at start 2015-05-22 Nick Hall * gramps/gen/simple/_simpletable.py, gramps/gen/utils/libformatting.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/labels.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py: Use escape utility from html rather than cgi module 2015-05-21 Nick Hall * gramps/gui/grampsgui.py: Specify required Pango and PangoCairo version 2015-05-21 Nick Hall * gramps/gui/widgets/styledtexteditor.py: Remove deprecated show-unicode-menu setting 2015-05-21 Nick Hall * gramps/gui/dbman.py, gramps/gui/glade/addmedia.glade, gramps/gui/glade/baseselector.glade, gramps/gui/glade/book.glade, gramps/gui/glade/clipboard.glade, gramps/gui/glade/configure.glade, gramps/gui/glade/dbman.glade, gramps/gui/glade/dialog.glade, gramps/gui/glade/displaystate.glade, gramps/gui/glade/editaddress.glade, gramps/gui/glade/editattribute.glade, gramps/gui/glade/editchildref.glade, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editdate.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editlink.glade, gramps/gui/glade/editlocation.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editmediaref.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editpersonref.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade, gramps/gui/glade/editreporef.glade, gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade, gramps/gui/glade/editurl.glade, gramps/gui/glade/grampletpane.glade, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergedata.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/glade/plugins.glade, gramps/gui/glade/reorder.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/tipofday.glade, gramps/gui/glade/updateaddons.glade: Convert deprecated stock items in glade files 2015-05-21 Paul Franklin * gramps/gui/plug/report/_fileentry.py, gramps/plugins/tool/populatesources.py, po/POTFILES.in, po/POTFILES.skip: tweak POTFILES some more 2015-05-21 Paul Franklin * gramps/gen/db/dictionary.py, gramps/guiQML/grampsqml.py, po/POTFILES.in, po/POTFILES.skip: tweak POTFILES 2015-05-21 Doug Blank * gramps/gen/dbstate.py: Added DbState.open_database() for opening without DbManager 2015-05-20 Doug Blank * : commit 457ed21c6c1764b65ffbb48f808b8ac9a0786469 Author: Nick Hall Date: Tue May 19 22:23:35 2015 +0100 2015-05-19 =Matti Niemelä * po/fi.po: updated Finnish translation (for trunk-master) 2015-05-19 Paul Franklin * gramps/gen/plug/report/_reportbase.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/webreport/webcal.py: slight tweaks to calendat-type reports 2015-05-18 Nick Hall * data/authors.xml, gramps/gui/aboutdialog.py: Remove SourceForge username from authors file This was used by the svn2cl utility to generate a change log. 2015-05-17 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: give handle in bytes, handle as str internally in dict 2015-05-17 Doug Blank * gramps/gen/merge/diff.py, gramps/plugins/database/dictionarydb.py: Diff: fixed import of DictionaryDb; removed mistaken tag.gramps_id references in DictionartDb 2015-05-17 SNoiraud * gramps/plugins/lib/maps/geography.py: Geography : feature request #8428 for kml files loading. 2015-05-17 Leonhaeuser * po/de.po: update German translation 2015-05-16 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-05-16 Paul Franklin * example/gramps/datetest.gramps: add a gramps-XML file to test date formats in different locales 2015-05-16 Paul Franklin * gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py: tweaks to Chinese date handlers (fix parsing, reduce date formats) 2015-05-16 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: fix date display when month is zero but day is not (see 8477) 2015-05-16 Josip * gramps/plugins/gramplet/agestats.py: Fix AgeStats gramplet 2015-05-16 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Removed duplicate methods 2015-05-16 Doug Blank * gramps/gen/db/__init__.py, gramps/gui/viewmanager.py: Added missing function; allow failed plugin message to show 2015-05-16 Doug Blank * gramps/gen/dbstate.py, gramps/plugins/database/djangodb.py: DjangoDb: force load when write_version/create to make work with reset modules 2015-05-16 Doug Blank * gramps/gen/dbstate.py, gramps/plugins/database/djangodb.py: DjangoDb: typo, added logger 2015-05-16 Doug Blank * gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/webapp/reports.py: Importers: added db.prepare_import/db.commit_import to wrap imports 2015-05-15 Doug Blank * gramps/gen/filters/rules/person/_isrelatedwith.py: 8564: Recursion error when filtering for relatives 2015-05-15 Doug Blank * gramps/plugins/database/djangodb.py: DjangoDb: always force a gramps_id; typo fix 2015-05-15 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: DictionaryDb: reworked internal reprs; updated gender stats, researcher 2015-05-16 Josip * gramps/plugins/lib/libgedcom.py: add parent to gedcom import report dialog 2015-05-16 Josip * gramps/gui/widgets/undoableentry.py: 8497: Error on use of Ctrl-Z 2015-05-15 Doug Blank * : commit e3ba779edb5919cc181105cf125e498ba4c8632a Author: Nick Hall Date: Fri May 15 22:20:48 2015 +0100 2015-05-15 Nick Hall * gramps/gui/glade/addmedia.glade, gramps/gui/glade/baseselector.glade, gramps/gui/glade/book.glade, gramps/gui/glade/configure.glade, gramps/gui/glade/dbman.glade, gramps/gui/glade/dialog.glade, gramps/gui/glade/editaddress.glade, gramps/gui/glade/editattribute.glade, gramps/gui/glade/editchildref.glade, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editdate.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editlink.glade, gramps/gui/glade/editlocation.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editmediaref.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editpersonref.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade, gramps/gui/glade/editreporef.glade, gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade, gramps/gui/glade/editurl.glade, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergedata.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/glade/papermenu.glade, gramps/gui/glade/plugins.glade, gramps/gui/glade/reorder.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/tipofday.glade, gramps/plugins/export/exportcsv.glade, gramps/plugins/export/exportftree.glade, gramps/plugins/export/exportgeneweb.glade, gramps/plugins/export/exportvcalendar.glade, gramps/plugins/export/exportvcard.glade, gramps/plugins/importer/importgedcom.glade, gramps/plugins/tool/changetypes.glade, gramps/plugins/tool/eventcmp.glade, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/mergecitations.glade, gramps/plugins/tool/ownereditor.glade, gramps/plugins/tool/patchnames.glade, gramps/plugins/tool/phpgedview.glade, gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/verify.glade: Convert deprecated xalign and yalign properties 2015-05-15 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Database API: expore name, full_name, and brief_name 2015-05-15 Doug Blank * gramps/plugins/database/bsddb_support/write.py: bsddb backend: supply version details in get_summary 2015-05-15 Doug Blank * gramps/cli/clidbman.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Database API, -L: database reports summary, if possible 2015-05-15 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Alternative DBs: touch meta_data.db to record last access time 2015-05-15 Doug Blank * : commit 36bb4471a3eb36d5b1032c267b942aa85b34fd83 Author: Matti Niemelä Date: Fri May 15 00:42:07 2015 -0700 2015-05-15 Paul Franklin * gramps/gen/datehandler/_date_fi.py: 8413: Finnish Date format settings does nothing The corresponding fi.po, with month inflections, is from: Matti Niemelä 2015-05-14 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Added missing bookmark count methods to djangodb and dictionarydb 2015-05-14 Doug Blank * gramps/gen/dbstate.py, gramps/gen/plug/_pluginreg.py, gramps/plugins/database/djangodb.gpr.py: Database plugin type support reset_system, to reset modules 2015-05-14 Doug Blank * gramps/gui/dbman.py: Removed hardcoded database backend types 2015-05-14 Doug Blank * : commit d7719962fda26bfc6576dd5b69ed9f78c9c1a852 Author: Nick Hall Date: Thu May 14 23:43:49 2015 +0100 2015-05-14 Nick Hall * gramps/gui/configure.py, gramps/gui/dbman.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/glade/baseselector.glade, gramps/gui/listmodel.py, gramps/gui/plug/_windows.py, gramps/gui/undohistory.py, gramps/gui/views/listview.py, gramps/plugins/tool/eventcmp.glade, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/relcalc.glade, gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/verify.glade: Remove deprecated rules hint setting 2015-05-14 Doug Blank * : commit b2606fb6d3f268faa0c7e6fa2496d94d9a383a76 Author: Doug Blank Date: Thu May 14 15:12:56 2015 -0400 2015-05-14 Nick Hall * gramps/gui/glade/dbman.glade: Remove deprecated resize mode 2015-05-14 Doug Blank * gramps/gui/aboutdialog.py: Fixed About dialog to show proper BSDDB version 2015-05-14 Doug Blank * gramps/plugins/database/djangodb.py: DjangoDb: send proper object-add signal on new objects 2015-05-14 Doug Blank * gramps/gen/db/undoredo.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py: Basic infrastructure for Undo/Redo 2015-05-14 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: emit add after actually adding (fixed typo) 2015-05-14 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: emit add after actually adding 2015-05-14 Doug Blank * : commit 47a3a7ad0f1325e0ac6104e9c3f0dd65a0178ef9 Author: Doug Blank Date: Thu May 14 09:07:10 2015 -0400 2015-05-14 Doug Blank * gramps/gen/dbstate.py: Hack to reset modules on subsequent uses of Django databases 2015-05-14 Doug Blank * gramps/cli/clidbman.py, gramps/gui/dbman.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/django_support/defaults/default_settings.py , gramps/plugins/database/djangodb.py: Database backends: bsddb, django, and dictionary 2015-05-14 Paul Franklin * gramps/gen/datehandler/_date_ja.py: 8109: fixes for Japanese date parser 2015-05-14 Paul Franklin * gramps/gen/datehandler/_dateparser.py: fix numeric date parser pathological case 2015-05-13 Doug Blank * gramps/plugins/database/dictionarydb.py: DictionaryDb: implement delete 2015-05-13 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/importer/importxml.py: Moved key maps to dbconst 2015-05-13 Doug Blank * gramps/gen/db/dbconst.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py, gramps/plugins/importer/importxml.py: DictionaryDb: now reads/writes on open/close 2015-05-13 Doug Blank * gramps/plugins/database/dictionarydb.py, gramps/plugins/database/djangodb.py, gramps/webapp/utils.py: DictionaryDb: adding missing functions, bringing up to date 2015-05-13 Doug Blank * gramps/cli/grampscli.py, gramps/gui/dbloader.py, gramps/plugins/database/djangodb.py: Loads tree based on id in database.txt 2015-05-13 Doug Blank * gramps/plugins/database/dbdjango.py, gramps/plugins/database/dictionary.py, gramps/plugins/database/dictionarydb.gpr.py, gramps/plugins/database/dictionarydb.py, gramps/plugins/database/django_support/libdjango.py, gramps/plugins/database/djangodb.gpr.py, gramps/plugins/database/djangodb.py: Added Django and Dictionary plugins, to be developed 2015-05-13 Doug Blank * : commit 35a38bc2bd4abe07d7d7cdaafa045294478262fd Author: Doug Blank Date: Wed May 13 07:29:16 2015 -0400 2015-05-12 Doug Blank * gramps/gen/db/dbconst.py, gramps/plugins/database/bsddb_support/write.py: Database backend writes its plugin id in database.txt 2015-05-12 Doug Blank * : commit ad1babbd4c9219d8a3e8c2e60c933d4684a77511 Author: Doug Blank Date: Tue May 12 22:10:40 2015 -0400 2015-05-12 Doug Blank * gramps/cli/clidbman.py, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/dbconst.py, gramps/gen/db/test/__init__.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/test/db_test.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/test/reference_map_test.py, gramps/gen/plug/_gramplet.py, gramps/grampsapp.py, gramps/gui/aboutdialog.py, gramps/gui/dbman.py, gramps/gui/editors/editfamily.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/viewmanager.py, gramps/plugins/database/bsddb_support/__init__.py, gramps/plugins/database/bsddb_support/backup.py, gramps/plugins/database/bsddb_support/dictionary.py, gramps/plugins/database/bsddb_support/summary.py, gramps/plugins/database/bsddb_support/test/__init__.py, gramps/plugins/database/bsddb_support/test/cursor_test.py, gramps/plugins/database/bsddb_support/test/db_test.py, gramps/plugins/database/bsddb_support/test/grampsdbtestbase.py, gramps/plugins/database/bsddb_support/test/reference_map_test.py, gramps/plugins/database/bsddb_support/write.py, gramps/plugins/database/dictionary.py, gramps/plugins/gramplet/leak.py: Only BSDDB plugin needs bsddb3; back/restore moved to db 2015-05-12 Doug Blank * : commit 2dd365f8bcc6ed738ea8e07feb738b488923f429 Author: Doug Blank Date: Tue May 12 19:09:17 2015 -0400 2015-05-12 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade: Add a title preview to the place editors 2015-05-12 Doug Blank * gramps/cli/arghandler.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/dbstate.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/gen/utils/callman.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/pluginmanager.py, gramps/plugins/database/bsddb.gpr.py, gramps/plugins/database/bsddb.py, gramps/plugins/database/bsddb_support/__init__.py, gramps/plugins/database/bsddb_support/backup.py, gramps/plugins/database/bsddb_support/bsddbtxn.py, gramps/plugins/database/bsddb_support/cursor.py, gramps/plugins/database/bsddb_support/dictionary.py, gramps/plugins/database/bsddb_support/read.py, gramps/plugins/database/bsddb_support/undoredo.py, gramps/plugins/database/bsddb_support/upgrade.py, gramps/plugins/database/bsddb_support/write.py: Database backend as a plugin: this set of changes moves most or all of Bsddb from gramps.gen.db to gramps.plugins.database. The id of the plugin is 'bsddb' which can be loaded using the make_database(id, dbstate) API (for now). Next step is to add an identifying text in the directory to indicate which database backend to use. 2015-05-12 Nick Hall * gramps/gui/glade/addmedia.glade, gramps/gui/glade/baseselector.glade, gramps/gui/glade/book.glade, gramps/gui/glade/clipboard.glade, gramps/gui/glade/configure.glade, gramps/gui/glade/dbman.glade, gramps/gui/glade/dialog.glade, gramps/gui/glade/editaddress.glade, gramps/gui/glade/editattribute.glade, gramps/gui/glade/editchildref.glade, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editdate.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editlink.glade, gramps/gui/glade/editlocation.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editmediaref.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editpersonref.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade, gramps/gui/glade/editreporef.glade, gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade, gramps/gui/glade/editurl.glade, gramps/gui/glade/grampletpane.glade, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergedata.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/glade/papermenu.glade, gramps/gui/glade/plugins.glade, gramps/gui/glade/reorder.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/tipofday.glade, gramps/gui/glade/updateaddons.glade, gramps/plugins/tool/changenames.glade, gramps/plugins/tool/changetypes.glade, gramps/plugins/tool/check.glade, gramps/plugins/tool/eventcmp.glade, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/mergecitations.glade, gramps/plugins/tool/notrelated.glade, gramps/plugins/tool/ownereditor.glade, gramps/plugins/tool/patchnames.glade, gramps/plugins/tool/phpgedview.glade, gramps/plugins/tool/relcalc.glade, gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/verify.glade: Update required gtk version in glade files 2015-05-12 Nick Hall * gramps/gen/config.py, gramps/gui/configure.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade: Hide place title field in place editor Add option in preferences to display legacy title field. Hide by default. 2015-05-05 Bernard Banko * po/sl.po: modified: po/sl.po 2015-05-11 Doug Blank * gramps/webapp/modules_checkpoint.py: DbDjango: method to checkpoint modules, to allow reloading Django 2015-05-11 Doug Blank * gramps/webapp/dbdjango.py: DbDjango: Removed debugging code 2015-05-11 Doug Blank * gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py: DbDjango: use Gramps signals; to update, delete and add; tag change from tuple to list--must match exactly: [] does not match () 2015-05-11 Doug Blank * gramps/webapp/dbdjango.py: DbDjango: return a default person 2015-05-11 Doug Blank * gramps/webapp/databases/__init__.py, gramps/webapp/databases/database1/__init__.py, gramps/webapp/databases/database1/default_settings.py, gramps/webapp/databases/database2/__init__.py, gramps/webapp/databases/database2/default_settings.py, gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py: Webapp: added databases directory; changed semantics of save_cache; working signals, for the most part 2015-05-10 Doug Blank * gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py, gramps/webapp/libdjango.py: DbDjango database works read-only in Gtk Gramps These changes add most of what is necessary to use DbDjango as a full database to Gtk Gramps. 2015-05-10 Doug Blank * gramps/gen/dbstate.py: Allow database-changed signal to work with more general databases 2015-05-10 Josip * gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py: Set transient parent for errorview and errorreportassistant 2015-05-10 Josip * gramps/gui/navigator.py, gramps/gui/views/tags.py, gramps/gui/widgets/grampletbar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py: Workaround for broken introspection 8474: Crash after merge places 8498: Crash when attempting to add gramplet 8536: clicking on tag icon in person view causes gramps to crash 2015-05-10 Doug Blank * gramps/webapp/dbdjango.py: Webapp: bare minimum to use a Django database with Gtk Gramps 2015-05-10 Doug Blank * gramps/gen/db/base.py: Base db: at least have right signature for NotImplemented 2015-05-10 Doug Blank * data/templates/gramps-base.html: Webapp: updated copyright to 2015 2015-05-09 Doug Blank * gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/views.py: Webapp: Django 1.6 and Python3 fixes 2015-05-09 Doug Blank * gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py, gramps/webapp/libdjango.py: Back to being able to import; need to decide how to store alt_name_list 2015-05-09 Doug Blank * .travis.yml: pyicu: pin at version 1.8, until they fix 1.9 installer 2015-05-09 Doug Blank * gramps/webapp/dbdjango.py, gramps/webapp/settings.py, gramps/webapp/shell.py: django.setup() now required; bringing database up to date with current gramps (missing db.is_empty()) 2015-05-09 Doug Blank * gramps/webapp/grampsdb/profile.py, gramps/webapp/grampsdb/views.py, gramps/webapp/shell.py, gramps/webapp/shell.sh: Bringing webapp up to date with python3 and django 1.6 2015-05-09 Doug Blank * : Merge pull request #21 from RossGammon/find-admin-resources Adds 'django.contrib.staticfiles' to INSTALLED_APPS 2015-05-09 Paul Kilgo * gramps/webapp/settings.py: Enable the django.contrib.staticfiles app so admin panel finds its resources Part of a commit cherry-picked from Paul Kilgo's fork 2015-05-09 Ross Gammon * : commit f4f83e456ecb89f195222abe0c37f5de314ca099 Author: Josip Date: Sat May 9 00:53:53 2015 +0200 2015-05-08 Doug Blank * gramps/webapp/Makefile, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/views.py, gramps/webapp/manage.py, gramps/webapp/urls.py: Bring webapp in master up to Django, version 1.6.1 2015-05-08 Doug Blank * gramps/gui/widgets/styledtexteditor.py: Turn underscores in menuitems into mnemonic accelerator key 2015-05-08 Doug Blank * Gramps.py: Add execute permissions and she-bang python3 to Gramps.py 2015-05-07 Doug Blank * gramps/gui/listmodel.py, gramps/plugins/gramplet/descendant.py: Added right-click API to ListModel; allow copy all from Descendants Gramplet. 2015-05-05 Doug Blank * gramps/gen/plug/_pluginreg.py, gramps/gui/grampsgui.py: 8541: Crash following update: addon permission issue blocks re-starting gramps There were two issues: 1. attempting to read a new addon file that wasn't readable threw an exception, aborted updating addons 2. global error catching didn't properly handle error code from an OSError 2015-05-05 Doug Blank * gramps/gui/test/user_test.py: Fixed QuestionDialog2 failure 2015-05-03 Josip * gramps/cli/user.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/tool.py, gramps/gui/user.py, gramps/gui/viewmanager.py, gramps/plugins/tool/check.glade, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/testcasegenerator.py: 8128: GtkDialog mapped without a transient parent 2015-05-03 Josip * gramps/plugins/tool/finddupes.py: 8469: GUI allows multiple Find Duplicates, then faults 2015-05-02 Jérôme Rapinat * po/fr.po: 8532: typo on the french translation plural = single form for month(s) (moi => mois) 2015-05-01 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-05-01 Paul Franklin * gramps/plugins/lib/libgedcom.py: remove ambiguous strings to make update_po.py happy 2015-05-01 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: 7541: Add places in rel_graph 2015-05-01 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 8182: Complete Individual Report - Family Notes 2015-05-01 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: enable localized span and range date displayer code 2015-05-01 Paul Franklin * gramps/plugins/textreport/familygroup.py: cover two pathological place=None cases in family-group report 2015-05-01 SNoiraud * gramps/plugins/webreport/narrativeweb.py: narrativeweb : bug 8528 : local variable 'body' referenced before assignment 2015-04-30 Fabrice Arbogast * gramps/plugins/export/exportgeneweb.py: 8225 8311: Crash on geneweb export with python3 2015-04-25 John Ralls * mac/gramps.launcher: Use MSWin environment variables USERPROFILE and APPDATA. Instead of GRAMPSHOME. GRAMPSHOME is based on the assumption that the config directory is GRAMPSHOME/gramps, and that causes the default location for reports and backups to be ~/Library/Application Support. The MSWin variables allow the two to be separated. Thanks to Tim Lyons for the suggestion. 2015-04-03 John Ralls * mac/Info.plist, mac/gramps.bundle, mac/gramps.modules: Fix a bundling omission and create python2 and python3 meta-modules. The latter to improve automation. 2015-04-24 kulath * gramps/plugins/lib/libgedcom.py: 0001360: Gedcom input: SUBN and SUBM record handling Fixed: (a) Additional spaces beyond the first between a GEDCOM tag and the rest of the line are not ignored. (b) The SUBMitter name is ignored (it is overwritten by the XREF). (c) SUBmissioN data items are not committed to the database. 2015-04-18 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: Update _datedisplay.py 2015-04-18 Jérôme Rapinat * data/css/Web_Basic-Cypress.css: 8213: event columns too narrow Web_Basic-Cypress stylesheet improvements 2015-04-18 SNoiraud * gramps/plugins/lib/maps/libkml.py: Geography : bug 8499 : follow fix a bad copy/past 2015-04-17 John Ralls * gramps/gui/viewmanager.py: Fix gtk-critical error when setting mac menubar. 2015-04-17 Josip * gramps/gui/editors/editperson.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/repositorydetails.py: Deprecated (since gtk-3.0): Gtk.Widget.modify_font 2015-04-17 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-19 Paul Franklin * po/cs.po: new translation template (gramps.pot) for "master" 2015-04-13 Craig J. Anderson * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/lib/librecurse.py: New 'Include Siblings' feature added. and got things ready for the report to go in multiple directions 2015-04-13 Josip * gramps/gen/utils/grampslocale.py: fix typo in commit 7a507a6 2015-04-13 Josip * gramps/gen/utils/grampslocale.py: 8473: problem by start program 2015-04-12 kulath * gramps/plugins/export/exportgedcom.py: 0002370: GEDCOM import/export round trip causes lost information Fixed output of Adoption records so "1 ADOP" is only written once for the person event and the adoption relationship. 2015-04-12 Enno Borgsteede * gramps/gen/const.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/utils.py: 8483: db upgrade fails, fatal damage 2015-04-11 Paul Franklin * po/fr.po, po/is.po, po/lt.po, po/nb.po, po/nl.po: fix some check_po complaints 2015-04-09 Paul Franklin * gramps/gen/datehandler/_dateparser.py: 8477: date format month/year is not well reported at editing time 2015-04-09 Leonhaeuser * po/de.po: update German translation 2015-04-09 Craig J. Anderson * gramps/plugins/lib/librecurse.py, gramps/plugins/lib/libtreebase.py: minor updates 2015-04-09 Sebastian Schubert * gramps/gui/glade/editplaceref.glade: Make place type in Place Reference Editor editable, add tooltip 2015-04-07 Craig J. Anderson * gramps/plugins/lib/librecurse.py: Updated library recursive routines. Not used (yet) 2015-04-05 Paul Franklin * gramps/plugins/drawreport/timeline.py: make report name consistent with gpr registration 2015-04-05 Dale Athanasias * gramps/webapp/README.md: mention 1.8 is LTS 2015-04-05 Leonhaeuser * po/de.po: update German translation 2015-04-05 Dale Athanasias * gramps/webapp/README.md, gramps/webapp/readme.md: Rename readme.md to README.md 2015-04-04 Dale Athanasias * gramps/webapp/readme.md: Create readme with existing instructions. Copied from http://sourceforge.net/projects/gramps/files/Unstable/readme.rst Have not managed to get this running yet. 2015-04-04 Dale Athanasias * gramps/gui/grampsgui.py: Mark a TODO 2015-04-04 Dale Athanasias * gramps/gui/glade/catalog/README: Mention Git 2015-04-02 Doug Blank * .travis.yml: Travis: Pin Django at version 1.7 2015-04-03 Dale Athanasias * gramps/__init__.py: Update __init__.py make it clearer 2015-04-03 Dale Athanasias * help/COPYING-DOCS: Update COPYING-DOCS A few fixes since you guys are now on Github, good move by the way. 2015-04-01 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/webreport/webcal.py: make reports' privacy option more prominent, harder to miss 2015-04-01 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-04-01 Nemeséri Lajos * po/hu.po: update Hungarian translation 2015-04-01 Jérôme Rapinat * po/check_po: 6403: false positive on pattern 2015-04-01 kulath * gramps/plugins/lib/libgedcom.py: 0004412: Entering a witness to an event such as marriage In some circumstances (after a Father's age of Mother's age) a witness could be ignored. 2015-04-01 Jérôme Rapinat * po/check_po: 6403: add a rule for checking mapping key 2015-03-31 Matt Keenan * gramps/gui/plug/_guioptions.py: 8468: GuiColorOption missing avail-changed event handler 2015-03-31 Nick Hall * gramps/gui/editors/editprimary.py: 8128: Add transient parent to editor warning dialog 2015-03-31 kulath * gramps/plugins/export/exportgedcom.py, gramps/plugins/webreport/narrativeweb.py: 0008355: Gramps can't [GEDCOM] import estim. date period exported by itself Changed output format to DATE EST FROM TO and DATE CALC FROM TO. Also changed in Narrative Web (which uses the same functions). 2015-03-30 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/textreport/birthdayreport.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: add filter name to report's title, tweak report's filter option display 2015-03-30 Paul Franklin * gramps/plugins/drawreport/calendarreport.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/lib/librecords.py, gramps/plugins/textreport/recordsreport.py: add name-format option, and deferred translation to report's second line 2015-03-30 Paul Franklin * gramps/plugins/drawreport/timeline.py: add deferred translation to report's second line 2015-03-30 Nemeséri Lajos * po/hu.po: merge Hungarian translation 2015-03-30 Jérôme Rapinat * po/hu.po: update Hungarian translation 2015-03-29 Paul Franklin * gramps/gen/plug/report/stdoptions.py: slight tweak to name-format option 2015-03-28 Paul Franklin * gramps/gen/filters/__init__.py: add another missing import 2015-03-27 Paul Franklin * gramps/gen/filters/_genericfilter.py: add missing import 2015-03-26 Paul Franklin * gramps/gen/plug/report/stdoptions.py: slight tweak to name_format option 2015-03-26 Paul Franklin * gramps/gen/plug/report/utils.py: enable deferred translation of get_person_filters filter list 2015-03-26 Paul Franklin * gramps/gen/filters/_genericfilter.py: add DeferredFilter class (a subclass of GenericFilter) 2015-03-26 kulath * gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libplaceimport.py: Fix bug in processing of Place FORM in GEDCOM import as a result of fix for 8233. When an unused Place was removed, PlaceImport still tried to generate the place hierarchy. Also fixed bug in GEDCOM import where a default PLAC FORM in the GEDCOM header was ignored. 2015-03-26 erikdrgm * po/nl.po: Updated 150326 Dutch translation 2015-03-26 Leonhaeuser * po/de.po: update German translation 2015-03-25 Jérôme Rapinat * po/update_po.py: Remove --no-wrap option from merging Consistency with most translation files 2015-03-25 kulath * gramps/gen/lib/place.py: Fix spurious generation of empty 'Alternative Name' in place.merge() with an empty name Bug discovered during testing of fix to 8233 (thanks, Enno for discovering the problem and the fix). 2015-03-25 Jérôme Rapinat * gramps/gui/glade/styleeditor.glade, po/gramps.pot: 6403: remove markup in translation new strings on style editor used old builder style 2015-03-25 Sveinn í Felli * po/is.po: Update Icelandic translation 2015-03-25 Jérôme Rapinat * po/fr.po: quick test and update 2015-03-25 Jérôme Rapinat * gramps/grampsapp.py, gramps/plugins/drawreport/fanchart.py, po/gramps.pot: fix confusing strings update tempate xgettext prior to 0.18.3 leads to error try to limit bsddb3 mistake on new installation 2015-03-25 Paul Franklin * gramps/gen/lib/date.py, gramps/gen/lib/eventtype.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/indivcomplete.py, po/gramps.pot: move some unrelated comments away from translated strings 2015-03-24 Paul Franklin * gramps/plugins/lib/libnarrate.py: typo 2015-03-25 Leonhaeuser * po/de.po: update German translation 2015-03-24 kulath * gramps/plugins/importer/importgedcom.py, gramps/plugins/lib/libgedcom.py: 3082, 4439, 7134, 8279 Various fixes for GEDCOM import. 0003082: 1/4 and 1/2 ANSEL characters not supported on importing ANSEL GEDCOM 0004439: [Info]: characters ignored on a Gedcom encoded ANSI (cp1252 West Europe, USA) 0007134: Failure importing ANSEL encoded gedcom file. 0008279: GEDCOM import fails for ANSI file incorrectly opened with the utf8 locale Fixed GEDCOM import not working properly for Python3; other problems also corected, including fixing the inability to import Windows CP1252 coded files. Also more consistent fix for 8014. Ensured any error messages are not lost. Fixed a few ANSEL characters that were not translated. 2015-03-23 John Ralls * mac/Pillow-tk-setup.patch, mac/gramps.bundle, mac/gramps.launcher, mac/gramps.modules: Updates for building and bundling with Python3 Note that building currently requires bouncing back and forth between python2 and python3. 2015-03-21 Paul Franklin * gramps/gen/datehandler/_datedisplay.py, po/gramps.pot: fix date displayer TODO: estimated and calculated month inflections 2015-03-21 Leonhaeuser * po/de.po: small fix in German translation 2015-03-20 Paul Franklin * po/da.po: update "master" da.po (with "update_po.py -m da.po") 2015-03-20 erikdrgm * po/nl.po: Updated 150320 Dutch translation 2015-03-20 Jérôme Rapinat * po/fr.po: Update french translation 2015-03-20 Jérôme Rapinat * po/fr.po: Test merging on french translation 2015-03-20 Jérôme Rapinat * po/update_po.py: tweak, polish argument for encoding 2015-03-20 Jérôme Rapinat * po/update_po.py: Improve TipsParse for python3 support 2015-03-19 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-03-19 Paul Franklin * gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datestrings.py: slight tweak to date displayer, for Finnish 2015-03-19 SNoiraud * gramps/plugins/lib/maps/libkml.py: geography: bad copy/paste. Points are at the same level. 2015-03-19 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoplaces.py: geography: bug8450: Attempting to add a bookmark causes an error. 2015-03-19 Paul Franklin * gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_el.py: remove unneeded code 2015-03-19 Jérôme Rapinat * po/update_po.py: workaround before python3 support 2015-03-19 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template, one new string; 8103: sidebar gramplet does not fit well into Event and Citation views under french locale 2015-03-19 Jérôme Rapinat * gramps/plugins/rel/rel_fr.py: 8451: Fix crash on Relationships Graph report with unknown gender, related sibling label and french locale 2015-03-19 Zdeněk Hataš * po/cs.po, po/gramps.pot: czech translation update, POT update 2015-03-18 Anthony Fok * po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Update Chinese translation 2015-03-19 Leonhaeuser * po/de.po: fixed some errors in German translation 2015-03-18 Paul Franklin * gramps/gui/plug/report/_reportdialog.py, gramps/plugins/export/exportxml.py: 7155: Support creating directories in various scenarios 2015-03-18 Matti Niemelä * po/fi.po: update Finniah translation (in master), by Matti Niemelä 2015-03-18 Nick Hall * gramps/gui/plug/_windows.py: Add parent window to an update addons dialog 2015-03-18 Doug Blank * .travis.yml, gramps/cli/test/cli_test.py, gramps/plugins/importer/test/importvcard_test.py: Enable all tests, except those to be rewritten/excluded 2015-03-18 Doug Blank * .travis.yml, gramps/test/test/test_util_test.py: Fix and enable test_util_test 2015-03-17 Nick Hall * gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_reportdialog.py: Add parent windows to report dialogs 2015-03-17 Nick Hall * gramps/gui/glade/styleeditor.glade: Remove a couple a spare placeholders in glade file 2015-03-17 Nick Hall * gramps/gui/glade/papermenu.glade: Remove default values from paper menu glade file Setting default margins of 2.54 was causing a warning message when the glade file was loaded. 2015-03-17 erikdrgm * po/nl.po: Updated 150317 Dutch translation 2015-03-17 SNoiraud * gramps/plugins/lib/maps/geography.py: geography: bug 8450: Attempting to add a bookmark causes an error. 2015-03-17 Mathieu MD * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ja.py, gramps/gen/datehandler/_datehandler.py, po/ja.po: 8109: Japanese data localisation 2015-03-17 SNoiraud * gramps/plugins/lib/maps/kmllayer.py: geography : some minor tweaks for kml and prepare for feature request 08428 2015-03-17 SNoiraud * gramps/plugins/lib/maps/libkml.py: geography : some minor tweaks for kml and prepare for feature request 08428 2015-03-17 Nick Hall * gramps/gui/configure.py, gramps/gui/glade/book.glade, gramps/gui/glade/clipboard.glade: Fix transient parent window warnings 2015-03-17 Nick Hall * gramps/gen/utils/db.py: 7992: Fix call to get_participant_from_event during batch transaction During a batch transaction the secondary tables are closed. This causes an error when find_backlink_handles is called. Although not ideal, we return an empty string for participants. 2015-03-16 Sveinn í Felli * po/is.po: update Icelandic translation 2015-03-16 Nick Hall * gramps/gui/thumbnails.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/tool/verify.py, gramps/plugins/webreport/narrativeweb.py: Remove fallback to md5 module All supported versions now include the hashlib module. 2015-03-15 Doug Blank * setup.py: Update setup.py Added missing commas 2015-03-16 cadrlp * help/README-DOCS: Point to User manual. 2015-03-16 cadrlp * docs/conf.py: Year 2015 Update the year 2015-03-16 cadrlp * setup.py: Add Classifiers from Gramps pypi entry. https://pypi.python.org/pypi/Gramps/ 2015-03-16 cadrlp * FAQ: Minor updates to FAQ Remove section on Webhosting. 2015-03-16 cadrlp * INSTALL: Lower Case Gramps Be consistent with rest of project 2015-03-16 cadrlp * README: Minor updates to readme Change to reflect Gramps 4.1 has been released. 2015-03-15 Doug Blank * .travis.yml: Travis: add mock, prevents skips 2015-03-15 Nick Hall * gramps/gui/dbman.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/rel/rel_ca.py: Convert remaining unicode literals 2015-03-15 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-15 Nick Hall * README, gramps/gen/config.py, gramps/gui/display.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/htmlrenderer.py, po/POTFILES.in: 8023: Remove HtmlView plugin 2015-03-15 Doug Blank * gramps/plugins/importer/test/importxml_test.py: Removed xml import test, as that is thoroughly tested elsewhere. Removed excluded nosetests for Travis 2015-03-15 Paul Franklin * po/gramps.pot: new gramps.pot for trunk-master 2015-03-15 Doug Blank * gramps/gui/widgets/interactivesearchbox.py: gi.overrides is no longer needed 2015-03-15 Doug Blank * .travis.yml, gramps/gui/widgets/grabbers.py: Don't crash trying to create a Gdk.Cursor without a DISPLAY; enable more tests for Travis 2015-03-15 erikdrgm * po/nl.po: Updated 150315 Dutch translation 2015-03-06 erikdrgm * po/nl.po: Updated Dutch translation 2015-03-15 Doug Blank * .travis.yml: Travis: remove new test, until we can include it (xvfb, or avoid Gtk Cursor calls) 2015-03-15 Doug Blank * .travis.yml: Travis: try using virtual frame buffer to test graphics 2015-03-15 Doug Blank * .travis.yml, gramps/gui/editors/editreference.py, gramps/gui/editors/test/test_editreference.py: 8435: Crash when trying to link existing place as an enclosing place using P0001 number; added tests, updated Travis testing 2015-03-15 Doug Blank * gramps/gen/db/dictionary.py: DictionaryDb: fixed return type in get_person_from_gramps_id; added get_place_from_gramps_id 2015-03-14 Doug Blank * gramps/gen/lib/test/date_test.py: Some issues comparing Today close to midnight, in Travis 2015-03-15 Josip * gramps/plugins/view/htmlrenderer.py: 8023: HTML view fails to load add encoding attribute 2015-03-14 Nick Hall * gramps/cli/test/cli_test.py, gramps/gen/constfunc.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/db/read.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/display/name.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/citation.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/note.py, gramps/gen/lib/repo.py, gramps/gen/lib/src.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/tableobj.py, gramps/gen/plug/_options.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/utils.py, gramps/gen/utils/db.py, gramps/gen/utils/debug.py, gramps/gen/utils/docgen/odstab.py, gramps/gen/utils/file.py, gramps/gui/clipboard.py, gramps/gui/dialog.py, gramps/gui/displaystate.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editperson.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/thumbnails.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/soundgen.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/tool/check.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/mediaview.py, gramps/plugins/webreport/narrativeweb.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/utils.py: Replace cuni with str 2015-03-14 Nick Hall * gramps/cli/clidbman.py, gramps/gen/constfunc.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/display/name.py, gramps/gen/lib/handle.py, gramps/gen/utils/cast.py, gramps/gen/utils/file.py, gramps/gui/dbman.py, gramps/gui/displaystate.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/tool/check.py, gramps/plugins/tool/verify.py, gramps/plugins/webreport/narrativeweb.py: Replace UNITYPE with str 2015-03-14 Nick Hall * gramps/cli/plug/__init__.py, gramps/gen/constfunc.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/filters/_filterlist.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/person.py, gramps/gen/lib/styledtext.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/utils/cast.py, gramps/gen/utils/configmanager.py, gramps/gui/autocomp.py, gramps/gui/clipboard.py, gramps/gui/dbloader.py, gramps/gui/filters/_filtermenu.py, gramps/gui/glade.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/plugins/export/exportvcard.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/rel/rel_it.py, gramps/plugins/view/pedigreeview.py, gramps/webapp/dbdjango.py, gramps/webapp/utils.py: Replace STRTYPE with str 2015-03-14 Nick Hall * gramps/cli/plug/__init__.py, gramps/gen/constfunc.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/simple/_simpletable.py, gramps/gen/soundex.py, gramps/gen/utils/cast.py: Replace conv_to_unicode_direct with str 2015-03-14 Nick Hall * gramps/gen/constfunc.py, gramps/gui/glade.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/viewmanager.py, gramps/plugins/tool/eventcmp.py: Remove uni_to_gui function We no longer need to convert strings to utf8 before passing them to Gtk functions. 2015-03-14 Nick Hall * gramps/cli/user.py: Fix failing unit test 2015-03-14 Nick Hall * gramps/gen/config.py, gramps/webapp/empty.sql, gramps/webapp/example.sql: Remove use-bsddb3 configuration setting 2015-03-14 Nick Hall * gramps/cli/clidbman.py, gramps/cli/test/cli_test.py, gramps/cli/user.py, gramps/gen/const.py, gramps/gen/constfunc.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/db/backup.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dbconst.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/git_revision.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/url.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/utils.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/proxybase.py, gramps/gen/recentfiles.py, gramps/gen/soundex.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/lds.py, gramps/gen/utils/maclocale.py, gramps/gui/aboutdialog.py, gramps/gui/clipboard.py, gramps/gui/dbman.py, gramps/gui/displaystate.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/objectentries.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/managedwindow.py, gramps/gui/plug/_windows.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/thumbnails.py, gramps/gui/tipofday.py, gramps/gui/utilscairo.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/pageview.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportpkg.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/leak.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/tool/check.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/verify.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/webapp/connection.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/grampsdb/views.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/utils.py: Remove python2 specific code 2015-03-14 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-14 Nick Hall * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/cli/test/argparser_test.py, gramps/cli/test/cli_test.py, gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gen/const.py, gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_el.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_uk.py, gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/test/datedisplay_test.py, gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/datehandler/test/dateparser_test.py, gramps/gen/datehandler/test/datestrings_test.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/exceptions.py, gramps/gen/db/read.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/_genericfilter.py, gramps/gen/git_revision.py, gramps/gen/lib/date.py, gramps/gen/lib/gcalendar.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/person.py, gramps/gen/lib/place.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/tableobj.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/report/_options.py, gramps/gen/relationship.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/test/constfunc_test.py, gramps/gen/test/user_test.py, gramps/gen/updatecallback.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/debug.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/place.py, gramps/gen/utils/resourcepath.py, gramps/gen/utils/test/grampslocale_test.py, gramps/gen/utils/test/place_test.py, gramps/gui/aboutdialog.py, gramps/gui/autocomp.py, gramps/gui/configure.py, gramps/gui/ddtargets.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editplace.py, gramps/gui/grampsgui.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/managedwindow.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/tool.py, gramps/gui/test/user_test.py, gramps/gui/utils.py, gramps/gui/utilscairo.py, gramps/gui/viewmanager.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/selectionwidget.py, gramps/gui/widgets/undoablebuffer.py, gramps/guiQML/grampsqml.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importxml.py, gramps/plugins/importer/test/importgeneweb_test.py, gramps/plugins/importer/test/importvcard_test.py, gramps/plugins/importer/test/importxml_test.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/rel_uk.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py, gramps/test/test/test_util_test.py, gramps/webapp/client.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/init.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/utils.py: Remove imports from __future__ module 2015-03-14 Nick Hall * README: Increase minimum Gtk version required to 3.10 2015-05-08 Doug Blank * gramps/webapp/Makefile, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/views.py, gramps/webapp/manage.py, gramps/webapp/urls.py: Bring webapp in master up to Django, version 1.6.1 2015-05-08 Doug Blank * gramps/gui/widgets/styledtexteditor.py: Turn underscores in menuitems into mnemonic accelerator key 2015-05-08 Doug Blank * Gramps.py: Add execute permissions and she-bang python3 to Gramps.py 2015-05-07 Doug Blank * : Merge pull request #19 from dsblank/master Added right-click API to ListModel; allow copy all from Descendants 2015-05-05 Doug Blank * : commit 5149ac755421da49b29d74e06445c211da491ad8 Author: Doug Blank Date: Tue May 5 13:25:20 2015 -0400 2015-05-05 Doug Blank * gramps/gui/test/user_test.py: Fixed QuestionDialog2 failure 2015-05-03 Josip * gramps/cli/user.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/tool.py, gramps/gui/user.py, gramps/gui/viewmanager.py, gramps/plugins/tool/check.glade, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/testcasegenerator.py: 8128: GtkDialog mapped without a transient parent 2015-05-03 Josip * gramps/plugins/tool/finddupes.py: 8469: GUI allows multiple Find Duplicates, then faults 2015-05-02 Jérôme Rapinat * po/fr.po: 8532: typo on the french translation plural = single form for month(s) (moi => mois) 2015-05-01 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-05-01 Paul Franklin * gramps/plugins/lib/libgedcom.py: remove ambiguous strings to make update_po.py happy 2015-05-01 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: 7541: Add places in rel_graph 2015-05-01 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 8182: Complete Individual Report - Family Notes 2015-05-01 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: enable localized span and range date displayer code 2015-05-01 Paul Franklin * gramps/plugins/textreport/familygroup.py: cover two pathological place=None cases in family-group report 2015-05-01 SNoiraud * gramps/plugins/webreport/narrativeweb.py: narrativeweb : bug 8528 : local variable 'body' referenced before assignment 2015-04-30 Fabrice Arbogast * gramps/plugins/export/exportgeneweb.py: 8225 8311: Crash on geneweb export with python3 2015-04-25 John Ralls * mac/gramps.launcher: Use MSWin environment variables USERPROFILE and APPDATA. Instead of GRAMPSHOME. GRAMPSHOME is based on the assumption that the config directory is GRAMPSHOME/gramps, and that causes the default location for reports and backups to be ~/Library/Application Support. The MSWin variables allow the two to be separated. Thanks to Tim Lyons for the suggestion. 2015-04-03 John Ralls * mac/Info.plist, mac/gramps.bundle, mac/gramps.modules: Fix a bundling omission and create python2 and python3 meta-modules. The latter to improve automation. 2015-04-24 kulath * gramps/plugins/lib/libgedcom.py: 0001360: Gedcom input: SUBN and SUBM record handling Fixed: (a) Additional spaces beyond the first between a GEDCOM tag and the rest of the line are not ignored. (b) The SUBMitter name is ignored (it is overwritten by the XREF). (c) SUBmissioN data items are not committed to the database. 2015-04-18 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: Update _datedisplay.py 2015-04-18 Jérôme Rapinat * data/css/Web_Basic-Cypress.css: 8213: event columns too narrow Web_Basic-Cypress stylesheet improvements 2015-04-18 SNoiraud * gramps/plugins/lib/maps/libkml.py: Geography : bug 8499 : follow fix a bad copy/past 2015-04-17 John Ralls * gramps/gui/viewmanager.py: Fix gtk-critical error when setting mac menubar. 2015-04-17 Josip * gramps/gui/editors/editperson.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/repositorydetails.py: Deprecated (since gtk-3.0): Gtk.Widget.modify_font 2015-04-17 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-19 Paul Franklin * po/cs.po: new translation template (gramps.pot) for "master" 2015-04-13 Craig J. Anderson * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/lib/librecurse.py: New 'Include Siblings' feature added. and got things ready for the report to go in multiple directions 2015-04-13 Josip * gramps/gen/utils/grampslocale.py: fix typo in commit 7a507a6 2015-04-13 Josip * gramps/gen/utils/grampslocale.py: 8473: problem by start program 2015-04-12 kulath * gramps/plugins/export/exportgedcom.py: 0002370: GEDCOM import/export round trip causes lost information Fixed output of Adoption records so "1 ADOP" is only written once for the person event and the adoption relationship. 2015-04-12 Enno Borgsteede * gramps/gen/const.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/utils.py: 8483: db upgrade fails, fatal damage 2015-04-11 Paul Franklin * po/fr.po, po/is.po, po/lt.po, po/nb.po, po/nl.po: fix some check_po complaints 2015-04-10 Nick Hall * : Merge pull request #16 from sebschub/master Make place type in Place Reference Editor editable, add tooltip (master) 2015-04-09 Leonhaeuser * po/de.po: update German translation 2015-04-09 Craig J. Anderson * gramps/plugins/lib/librecurse.py, gramps/plugins/lib/libtreebase.py: minor updates 2015-04-09 Sebastian Schubert * gramps/gui/glade/editplaceref.glade: Make place type in Place Reference Editor editable, add tooltip 2015-04-07 Craig J. Anderson * gramps/plugins/lib/librecurse.py: Updated library recursive routines. Not used (yet) 2015-04-06 Doug Blank * : Merge pull request #13 from daleathan/patch-3 Mark a TODO 2015-04-05 Doug Blank * : Merge pull request #14 from daleathan/patch-4 Create readme with existing instructions. 2015-04-05 Dale Athanasias * gramps/webapp/README.md: mention 1.8 is LTS 2015-04-05 Leonhaeuser * po/de.po: update German translation 2015-04-05 Dale Athanasias * gramps/webapp/README.md, gramps/webapp/readme.md: Rename readme.md to README.md 2015-04-04 Dale Athanasias * gramps/webapp/readme.md: Create readme with existing instructions. Copied from http://sourceforge.net/projects/gramps/files/Unstable/readme.rst Have not managed to get this running yet. 2015-04-04 Dale Athanasias * gramps/gui/grampsgui.py: Mark a TODO 2015-04-04 Dale Athanasias * gramps/gui/glade/catalog/README: Mention Git 2015-04-02 Doug Blank * : Merge pull request #10 from daleathan/patch-2 Update __init__.py 2015-04-02 Doug Blank * .travis.yml: Travis: Pin Django at version 1.7 2015-04-03 Dale Athanasias * gramps/__init__.py: Update __init__.py make it clearer 2015-04-03 Dale Athanasias * help/COPYING-DOCS: Update COPYING-DOCS A few fixes since you guys are now on Github, good move by the way. 2015-04-01 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/webreport/webcal.py: make reports' privacy option more prominent, harder to miss 2015-04-01 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-04-01 Nemeséri Lajos * po/hu.po: update Hungarian translation 2015-04-01 Jérôme Rapinat * po/check_po: 6403: false positive on pattern 2015-04-01 kulath * gramps/plugins/lib/libgedcom.py: 0004412: Entering a witness to an event such as marriage In some circumstances (after a Father's age of Mother's age) a witness could be ignored. 2015-04-01 Jérôme Rapinat * po/check_po: 6403: add a rule for checking mapping key 2015-03-31 Matt Keenan * gramps/gui/plug/_guioptions.py: 8468: GuiColorOption missing avail-changed event handler 2015-03-31 Nick Hall * gramps/gui/editors/editprimary.py: 8128: Add transient parent to editor warning dialog 2015-03-31 kulath * gramps/plugins/export/exportgedcom.py, gramps/plugins/webreport/narrativeweb.py: 0008355: Gramps can't [GEDCOM] import estim. date period exported by itself Changed output format to DATE EST FROM TO and DATE CALC FROM TO. Also changed in Narrative Web (which uses the same functions). 2015-03-30 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/textreport/birthdayreport.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: add filter name to report's title, tweak report's filter option display 2015-03-30 Paul Franklin * gramps/plugins/drawreport/calendarreport.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: tweak report's filter option to display per the report's name-format 2015-03-30 Paul Franklin * gramps/plugins/lib/librecords.py, gramps/plugins/textreport/recordsreport.py: add name-format option, and deferred translation to report's second line 2015-03-30 Paul Franklin * gramps/plugins/drawreport/timeline.py: add deferred translation to report's second line 2015-03-30 Nemeséri Lajos * po/hu.po: merge Hungarian translation 2015-03-30 Jérôme Rapinat * po/hu.po: update Hungarian translation 2015-03-29 Paul Franklin * gramps/gen/plug/report/stdoptions.py: slight tweak to name-format option 2015-03-28 Paul Franklin * gramps/gen/filters/__init__.py: add another missing import 2015-03-27 Paul Franklin * gramps/gen/filters/_genericfilter.py: add missing import 2015-03-26 Paul Franklin * gramps/gen/plug/report/stdoptions.py: slight tweak to name_format option 2015-03-26 Paul Franklin * gramps/gen/plug/report/utils.py: enable deferred translation of get_person_filters filter list 2015-03-26 Paul Franklin * gramps/gen/filters/_genericfilter.py: add DeferredFilter class (a subclass of GenericFilter) 2015-03-26 kulath * gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libplaceimport.py: Fix bug in processing of Place FORM in GEDCOM import as a result of fix for 8233. When an unused Place was removed, PlaceImport still tried to generate the place hierarchy. Also fixed bug in GEDCOM import where a default PLAC FORM in the GEDCOM header was ignored. 2015-03-26 erikdrgm * po/nl.po: Updated 150326 Dutch translation 2015-03-26 Leonhaeuser * po/de.po: update German translation 2015-03-25 Jérôme Rapinat * po/update_po.py: Remove --no-wrap option from merging Consistency with most translation files 2015-03-25 Jérôme Rapinat * : commit a15bfd98df64748477c40f96644e3d904a126d1d Author: kulath Date: Wed Mar 25 18:30:05 2015 +0000 2015-03-25 Jérôme Rapinat * gramps/gui/glade/styleeditor.glade, po/gramps.pot: 6403: remove markup in translation new strings on style editor used old builder style 2015-03-25 Sveinn í Felli * po/is.po: Update Icelandic translation 2015-03-25 Jérôme Rapinat * po/fr.po: quick test and update 2015-03-25 Jérôme Rapinat * gramps/grampsapp.py, gramps/plugins/drawreport/fanchart.py, po/gramps.pot: fix confusing strings update tempate xgettext prior to 0.18.3 leads to error try to limit bsddb3 mistake on new installation 2015-03-25 Paul Franklin * gramps/gen/lib/date.py, gramps/gen/lib/eventtype.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/indivcomplete.py, po/gramps.pot: move some unrelated comments away from translated strings 2015-03-24 Paul Franklin * gramps/plugins/lib/libnarrate.py: typo 2015-03-25 Leonhaeuser * po/de.po: update German translation 2015-03-24 kulath * gramps/plugins/importer/importgedcom.py, gramps/plugins/lib/libgedcom.py: 3082, 4439, 7134, 8279 Various fixes for GEDCOM import. 0003082: 1/4 and 1/2 ANSEL characters not supported on importing ANSEL GEDCOM 0004439: [Info]: characters ignored on a Gedcom encoded ANSI (cp1252 West Europe, USA) 0007134: Failure importing ANSEL encoded gedcom file. 0008279: GEDCOM import fails for ANSI file incorrectly opened with the utf8 locale Fixed GEDCOM import not working properly for Python3; other problems also corected, including fixing the inability to import Windows CP1252 coded files. Also more consistent fix for 8014. Ensured any error messages are not lost. Fixed a few ANSEL characters that were not translated. 2015-03-23 John Ralls * mac/Pillow-tk-setup.patch, mac/gramps.bundle, mac/gramps.launcher, mac/gramps.modules: Updates for building and bundling with Python3 Note that building currently requires bouncing back and forth between python2 and python3. 2015-03-21 Paul Franklin * gramps/gen/datehandler/_datedisplay.py, po/gramps.pot: fix date displayer TODO: estimated and calculated month inflections 2015-03-21 Leonhaeuser * po/de.po: small fix in German translation 2015-03-20 Paul Franklin * po/da.po: update "master" da.po (with "update_po.py -m da.po") 2015-03-20 erikdrgm * po/nl.po: Updated 150320 Dutch translation 2015-03-20 Jérôme Rapinat * po/fr.po: Update french translation 2015-03-20 Jérôme Rapinat * po/fr.po: Test merging on french translation 2015-03-20 Jérôme Rapinat * po/update_po.py: tweak, polish argument for encoding 2015-03-20 Jérôme Rapinat * po/update_po.py: Improve TipsParse for python3 support 2015-03-19 Paul Franklin * po/gramps.pot: new translation template (gramps.pot) for "master" 2015-03-19 Paul Franklin * gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datestrings.py: slight tweak to date displayer, for Finnish 2015-03-20 Sam Manzi * : Merge pull request #8 from anthonyfok/l10n-chinese Update Chinese translation 2015-03-19 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoplaces.py: geography: bug8450: Attempting to add a bookmark causes an error. 2015-03-19 Paul Franklin * gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_el.py: remove unneeded code 2015-03-19 Jérôme Rapinat * po/update_po.py: workaround before python3 support 2015-03-19 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template, one new string; 8103: sidebar gramplet does not fit well into Event and Citation views under french locale 2015-03-19 Jérôme Rapinat * gramps/plugins/rel/rel_fr.py: 8451: Fix crash on Relationships Graph report with unknown gender, related sibling label and french locale 2015-03-19 Zdeněk Hataš * po/cs.po, po/gramps.pot: czech translation update, POT update 2015-03-18 Anthony Fok * po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Update Chinese translation 2015-03-19 Leonhaeuser * po/de.po: fixed some errors in German translation 2015-03-18 Paul Franklin * gramps/gui/plug/report/_reportdialog.py, gramps/plugins/export/exportxml.py: 7155: Support creating directories in various scenarios 2015-03-18 Matti Niemelä * po/fi.po: update Finniah translation (in master), by Matti Niemelä 2015-03-18 Nick Hall * gramps/gui/plug/_windows.py: Add parent window to an update addons dialog 2015-03-18 Doug Blank * .travis.yml, gramps/cli/test/cli_test.py, gramps/plugins/importer/test/importvcard_test.py: Enable all tests, except those to be rewritten/excluded 2015-03-18 Doug Blank * .travis.yml, gramps/test/test/test_util_test.py: Fix and enable test_util_test 2015-03-17 Nick Hall * gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_reportdialog.py: Add parent windows to report dialogs 2015-03-17 Nick Hall * gramps/gui/glade/styleeditor.glade: Remove a couple a spare placeholders in glade file 2015-03-17 Nick Hall * gramps/gui/glade/papermenu.glade: Remove default values from paper menu glade file Setting default margins of 2.54 was causing a warning message when the glade file was loaded. 2015-03-17 erikdrgm * po/nl.po: Updated 150317 Dutch translation 2015-03-17 SNoiraud * gramps/plugins/lib/maps/geography.py: geography: bug 8450: Attempting to add a bookmark causes an error. 2015-03-17 Mathieu MD * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ja.py, gramps/gen/datehandler/_datehandler.py, po/ja.po: 8109: Japanese data localisation 2015-03-17 SNoiraud * gramps/plugins/lib/maps/kmllayer.py: geography : some minor tweaks for kml and prepare for feature request 08428 2015-03-17 SNoiraud * gramps/plugins/lib/maps/libkml.py: geography : some minor tweaks for kml and prepare for feature request 08428 2015-03-17 Nick Hall * gramps/gui/configure.py, gramps/gui/glade/book.glade, gramps/gui/glade/clipboard.glade: Fix transient parent window warnings 2015-03-17 Nick Hall * gramps/gen/utils/db.py: 7992: Fix call to get_participant_from_event during batch transaction During a batch transaction the secondary tables are closed. This causes an error when find_backlink_handles is called. Although not ideal, we return an empty string for participants. 2015-03-16 Sveinn í Felli * po/is.po: update Icelandic translation 2015-03-16 Nick Hall * gramps/gui/thumbnails.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/tool/verify.py, gramps/plugins/webreport/narrativeweb.py: Remove fallback to md5 module All supported versions now include the hashlib module. 2015-03-15 Doug Blank * : Merge pull request #6 from sam-manzi/patch-5 Year 2015 2015-03-15 Doug Blank * : Merge pull request #5 from sam-manzi/patch-4 Add Classifiers from Gramps pypi entry. 2015-03-15 Doug Blank * : Merge pull request #2 from sam-manzi/patch-1 Minor updates to readme 2015-03-15 Doug Blank * : Merge pull request #7 from sam-manzi/patch-6 Point to User manual. 2015-03-16 cadrlp * docs/conf.py: Year 2015 Update the year 2015-03-16 cadrlp * setup.py: Add Classifiers from Gramps pypi entry. https://pypi.python.org/pypi/Gramps/ 2015-03-16 cadrlp * FAQ: Minor updates to FAQ Remove section on Webhosting. 2015-03-16 cadrlp * INSTALL: Lower Case Gramps Be consistent with rest of project 2015-03-16 cadrlp * README: Minor updates to readme Change to reflect Gramps 4.1 has been released. 2015-03-15 Doug Blank * .travis.yml: Travis: add mock, prevents skips 2015-03-15 Nick Hall * gramps/gui/dbman.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/rel/rel_ca.py: Convert remaining unicode literals 2015-03-15 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-15 Nick Hall * README, gramps/gen/config.py, gramps/gui/display.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/htmlrenderer.py, po/POTFILES.in: 8023: Remove HtmlView plugin 2015-03-15 Doug Blank * gramps/plugins/importer/test/importxml_test.py: Removed xml import test, as that is thoroughly tested elsewhere. Removed excluded nosetests for Travis 2015-03-15 Paul Franklin * po/gramps.pot: new gramps.pot for trunk-master 2015-03-15 Doug Blank * gramps/gui/widgets/interactivesearchbox.py: gi.overrides is no longer needed 2015-03-15 Doug Blank * .travis.yml, gramps/gui/widgets/grabbers.py: Don't crash trying to create a Gdk.Cursor without a DISPLAY; enable more tests for Travis 2015-03-15 erikdrgm * po/nl.po: Updated 150315 Dutch translation 2015-03-06 erikdrgm * po/nl.po: Updated Dutch translation 2015-03-15 Doug Blank * .travis.yml: Travis: remove new test, until we can include it (xvfb, or avoid Gtk Cursor calls) 2015-03-15 Doug Blank * .travis.yml: Travis: try using virtual frame buffer to test graphics 2015-03-15 Doug Blank * .travis.yml, gramps/gui/editors/editreference.py, gramps/gui/editors/test/test_editreference.py: 8435: Crash when trying to link existing place as an enclosing place using P0001 number; added tests, updated Travis testing 2015-03-15 Doug Blank * gramps/gen/db/dictionary.py: DictionaryDb: fixed return type in get_person_from_gramps_id; added get_place_from_gramps_id 2015-03-14 Doug Blank * gramps/gen/lib/test/date_test.py: Some issues comparing Today close to midnight, in Travis 2015-03-15 Josip * gramps/plugins/view/htmlrenderer.py: 8023: HTML view fails to load add encoding attribute 2015-03-14 Nick Hall * gramps/cli/test/cli_test.py, gramps/gen/constfunc.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/db/read.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/display/name.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/citation.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/note.py, gramps/gen/lib/repo.py, gramps/gen/lib/src.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/tableobj.py, gramps/gen/plug/_options.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/utils.py, gramps/gen/utils/db.py, gramps/gen/utils/debug.py, gramps/gen/utils/docgen/odstab.py, gramps/gen/utils/file.py, gramps/gui/clipboard.py, gramps/gui/dialog.py, gramps/gui/displaystate.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editperson.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/thumbnails.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/soundgen.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/tool/check.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/mediaview.py, gramps/plugins/webreport/narrativeweb.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/utils.py: Replace cuni with str 2015-03-14 Nick Hall * gramps/cli/clidbman.py, gramps/gen/constfunc.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/display/name.py, gramps/gen/lib/handle.py, gramps/gen/utils/cast.py, gramps/gen/utils/file.py, gramps/gui/dbman.py, gramps/gui/displaystate.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/tool/check.py, gramps/plugins/tool/verify.py, gramps/plugins/webreport/narrativeweb.py: Replace UNITYPE with str 2015-03-14 Nick Hall * gramps/cli/plug/__init__.py, gramps/gen/constfunc.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/filters/_filterlist.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/person.py, gramps/gen/lib/styledtext.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/utils/cast.py, gramps/gen/utils/configmanager.py, gramps/gui/autocomp.py, gramps/gui/clipboard.py, gramps/gui/dbloader.py, gramps/gui/filters/_filtermenu.py, gramps/gui/glade.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/plugins/export/exportvcard.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/rel/rel_it.py, gramps/plugins/view/pedigreeview.py, gramps/webapp/dbdjango.py, gramps/webapp/utils.py: Replace STRTYPE with str 2015-03-14 Nick Hall * gramps/cli/plug/__init__.py, gramps/gen/constfunc.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/simple/_simpletable.py, gramps/gen/soundex.py, gramps/gen/utils/cast.py: Replace conv_to_unicode_direct with str 2015-03-14 Nick Hall * gramps/gen/constfunc.py, gramps/gui/glade.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/viewmanager.py, gramps/plugins/tool/eventcmp.py: Remove uni_to_gui function We no longer need to convert strings to utf8 before passing them to Gtk functions. 2015-03-14 Nick Hall * gramps/cli/user.py: Fix failing unit test 2015-03-14 Nick Hall * gramps/gen/config.py, gramps/webapp/empty.sql, gramps/webapp/example.sql: Remove use-bsddb3 configuration setting 2015-03-14 Nick Hall * gramps/cli/clidbman.py, gramps/cli/test/cli_test.py, gramps/cli/user.py, gramps/gen/const.py, gramps/gen/constfunc.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/db/backup.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dbconst.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/git_revision.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/url.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/utils.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/proxybase.py, gramps/gen/recentfiles.py, gramps/gen/soundex.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/lds.py, gramps/gen/utils/maclocale.py, gramps/gui/aboutdialog.py, gramps/gui/clipboard.py, gramps/gui/dbman.py, gramps/gui/displaystate.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/objectentries.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/managedwindow.py, gramps/gui/plug/_windows.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/thumbnails.py, gramps/gui/tipofday.py, gramps/gui/utilscairo.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/pageview.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportpkg.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/leak.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/tool/check.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/verify.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/webapp/connection.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/grampsdb/views.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/utils.py: Remove python2 specific code 2015-03-14 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-14 Nick Hall * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/cli/test/argparser_test.py, gramps/cli/test/cli_test.py, gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gen/const.py, gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_el.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_uk.py, gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/test/datedisplay_test.py, gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/datehandler/test/dateparser_test.py, gramps/gen/datehandler/test/datestrings_test.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/exceptions.py, gramps/gen/db/read.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/_genericfilter.py, gramps/gen/git_revision.py, gramps/gen/lib/date.py, gramps/gen/lib/gcalendar.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/person.py, gramps/gen/lib/place.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/tableobj.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/report/_options.py, gramps/gen/relationship.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/test/constfunc_test.py, gramps/gen/test/user_test.py, gramps/gen/updatecallback.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/debug.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/place.py, gramps/gen/utils/resourcepath.py, gramps/gen/utils/test/grampslocale_test.py, gramps/gen/utils/test/place_test.py, gramps/gui/aboutdialog.py, gramps/gui/autocomp.py, gramps/gui/configure.py, gramps/gui/ddtargets.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editplace.py, gramps/gui/grampsgui.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/managedwindow.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/tool.py, gramps/gui/test/user_test.py, gramps/gui/utils.py, gramps/gui/utilscairo.py, gramps/gui/viewmanager.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/selectionwidget.py, gramps/gui/widgets/undoablebuffer.py, gramps/guiQML/grampsqml.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importxml.py, gramps/plugins/importer/test/importgeneweb_test.py, gramps/plugins/importer/test/importvcard_test.py, gramps/plugins/importer/test/importxml_test.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/rel_uk.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py, gramps/test/test/test_util_test.py, gramps/webapp/client.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/init.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/utils.py: Remove imports from __future__ module 2015-03-14 Nick Hall * README: Increase minimum Gtk version required to 3.10 2015-03-13 Doug Blank * : commit 4d0508e6bf00cf6d19f40b7d89d6081bbf9f7c32 Author: Doug Blank Date: Fri Mar 13 22:09:41 2015 -0400 2015-03-14 Leonhaeuser * po/de.po: update German translation 2015-03-13 Doug Blank * gramps/webapp/settings.py: Webapp: bring up to date for Django 1.7.1 2015-03-13 Paul Franklin * po/gramps.pot: new gramps.pot for trunk-master 2015-03-13 Paul Franklin * gramps/gen/plug/report/utils.py, gramps/plugins/textreport/indivcomplete.py: 8203: Complete Individual Report -- option to output all media 2015-03-13 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-13 Doug Blank * : Merge pull request #1 from sebschub/master Remove executable flag of two css files 2015-03-13 Doug Blank * .travis.yml: Travis: need sudo on global pip3; this is going to work 2015-03-13 Doug Blank * .travis.yml: Travis: format error 2015-03-13 Doug Blank * .travis.yml: Travis: run from global python3 env 2015-03-13 Doug Blank * .travis.yml: Travis: move to all virtual env build 2015-03-13 Zdeněk Hataš * po/cs.po: czech translation update 2015-03-13 Doug Blank * .travis.yml: Travis: attempting pip3 available globally 2015-03-13 Doug Blank * .travis.yml: Travis: install django icu in global python3 2015-03-13 Doug Blank * .travis.yml: Travis: just using Python 3.3 for now 2015-03-13 Doug Blank * .travis.yml: Travis: try pip3.4, and pip3.3 2015-03-13 Doug Blank * .travis.yml: Travis: use pip3, presume it is already installed 2015-03-13 Doug Blank * .travis.yml, gramps/cli/test/cli_test.py: Travis: use pip3; make gramps home; allow cli test to work if dir exists 2015-03-13 Doug Blank * .travis.yml: Travis: remove failing tests 2015-03-13 Doug Blank * .travis.yml: Travis: list test names 2015-03-13 Doug Blank * .travis.yml: Travis: removing failing tests 2015-03-13 Doug Blank * .travis.yml: Travis: install python3-nose 2015-03-13 Doug Blank * .travis.yml: Travis: make sure we are testing with python3 2015-03-13 Doug Blank * .travis.yml: Travis: gi in pip is not gobject related 2015-03-13 Doug Blank * .travis.yml: Travis: don't attempt to build bsddb3 from pip 2015-03-13 Doug Blank * .travis.yml: Travis: use pip to install gi and bsddb3 2015-03-12 Doug Blank * .travis.yml: Travis: use pip to install pyicu 2015-03-12 Doug Blank * .travis.yml: Travis now running: removed Python 2.7 testing; use all python3 libs 2015-03-12 Doug Blank * .travis.yml: Travis config: perhaps no need to change directory 2015-03-12 Doug Blank * .travis.yml: Travis config: attempting to change to correct subdirectory 2015-03-12 Doug Blank * .travis.yml: Travis config: no need to clone gramps, already done 2015-03-12 Doug Blank * .travis.yml, gramps/webapp/grampsdb/models.py: Changes to get django models to run under Python3; added travis config file--should run travis 2015-03-12 Doug Blank * gramps/gen/db/dictionary.py, gramps/webapp/libdjango.py: Added missing DictionaryDb.is_empty(); fixed moved constfunc reference 2015-03-12 Nick Hall * gramps/gen/display/place.py: 8430: Place displayer should not return None The place displayer should return an empty string for an event with no place. 2015-03-12 Nick Hall * gramps/gui/filters/sidebar/_sidebarfilter.py: Fix another handle type bug 2015-03-12 Nick Hall * gramps/gui/configure.py, gramps/gui/plug/_guioptions.py, gramps/gui/utils.py, gramps/gui/views/tags.py, gramps/gui/widgets/styledtexteditor.py: Convert deprecated color widgets 2015-03-12 Paul Franklin * gramps/gen/utils/image.py: 8423: Python3 needs new_subpixbuf not subpixbuf 2015-03-12 Paul Franklin * gramps/gen/db/base.py: typo 2015-03-12 kulath * gramps/plugins/lib/libgedcom.py: 0008401: NameError in GEDCOM importer 2015-03-12 kulath * gramps/plugins/lib/libgedcom.py: 0008322: Event address is lost on import, i.e. disconnected from event. On GEDCOM import, Places are only merged if the Place Title and the whole of the main location are identical. 2015-03-10 Anthony Fok * gramps/gui/glade/editname.glade: remove typo flagged by "python update_po.py -p" when generating gramps.pot 2015-03-10 Sebastian Schubert * data/css/Web_Horizontal-Menus.css, data/css/Web_Vertical-Menus.css: Remove executable flag of two css files 2015-03-09 Jérôme Rapinat * data/man/fr/fr.rst, data/man/fr/gramps.1.in: 8407: gramps -i option in manpage not reflecting what happens; update french translation 2015-03-07 Ross Gammon * data/man/en.rst, data/man/gramps.1.in: 8407: gramps -o option in manpage not reflecting what happens, https://bugs.launchpad.net/ubuntu/+source/gramps/+bug/1427444 2015-03-06 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 8204: Enable "Complete Individual Report" to show individual's tags 2015-03-05 Anthony Fok * po/check_po: implement both "traditional" and "simplfied" Chinese -- partial 2015-03-05 Paul Franklin * po/check_po: shorten po/check_po lines (indent=4-chars, etc.) 2015-03-05 leonhaeuser * po/de.po: German translation update and typo fix 2015-03-01 Paul Franklin * gramps/cli/arghandler.py, gramps/gen/db/upgrade.py, gramps/gui/dbman.py, po/gramps.pot: give "update_po.py -p" fewer things to moan about 2015-03-01 Paul Franklin * gramps/grampsapp.py: add missing import 2015-03-01 Anthony Fok * po/update_po.py: enable python3 to run po/update_po.py 2015-03-01 kulath * gramps/gen/db/write.py: 0007824: Regression: running gramps from crontab fails 2015-03-01 Nick Hall * setup.py: Check python version >= 3.2 when running setup script 2015-02-28 Anthony Fok * data/tips.xml.in, po/gramps.pot: correct incorrect tip49, new gramps.pot 2015-02-28 Paul Franklin * gramps/gui/aboutdialog.py, po/gramps.pot: clarify new string, new gramps.pot 2015-02-28 Nick Hall * gramps/gen/const.py, gramps/gui/aboutdialog.py: Tidy up About dialog Use standard string for translator credits. Add new section for contributors. Align artwork section properly. 2015-02-28 kulath * gramps/gen/db/read.py: 0008380: tag_map is not initialized 2015-02-28 Nick Hall * INSTALL, README, gramps/grampsapp.py: Set minimum python version required to 3.2 2015-02-27 SNoiraud * gramps/plugins/lib/maps/kmllayer.py: geography : added the layer to osmgpsmap. 2015-02-27 SNoiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/view/geoperson.py: geography : added the possibility to show kml files. 2015-02-26 Anthony Fok * gramps/gen/utils/grampslocale.py, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po, setup.py: 7573: implement both "traditional" and "simplfied" Chinese * Translation revisions and fixes * Generate zh_TW.po and new zh_HK.po from zh_CN.po with the help of https://github.com/BYVoid/OpenCC and a small sed script (see f.r. 7573 for the script) 2015-01-04 Nick Hall * gramps/gui/configure.py, gramps/gui/plug/_windows.py, gramps/gui/viewmanager.py: Convert update addons dialog to no longer be a ManagedWindow 2015-02-25 Nick Hall * gramps/plugins/lib/libplaceview.py, gramps/plugins/view/placetreeview.py: Remove place title from default view columns 2015-02-25 Tim G L Lyons * gramps/gen/db/write.py: Missing import statement 2015-02-24 Nick Hall * gramps/gui/glade/dbman.glade, gramps/gui/glade/dialog.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/papermenu.glade, gramps/gui/logger/_errorreportassistant.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/tool/notrelated.glade, gramps/plugins/tool/patchnames.glade: Remove deprecated Gtk Alignment widgets 2015-02-24 kulath * gramps/gen/db/dbconst.py, gramps/gen/db/write.py: 8134: Fix pickle upgrade of python2 strings to python3 str Move load of metadata (which can also have pickle upgrade errors) and make zip backup for pickle or schema upgrade. 2015-02-23 Nick Hall * gramps/gen/db/upgrade.py: Fix schema upgrade from 15 to 16 with python3 2015-02-23 Paul Franklin * gramps/gen/proxy/filter.py: 8316: Family with children but no parents is lost on filtered export 2015-02-22 John Ralls * mac/gramps.modules: Update PyICU to 1.8 1.5 won't compile against ICU-5.4. 2015-02-21 Nick Hall * gramps/gen/db/read.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py: 8134: Fix pickle upgrade of python2 strings to python3 str 2015-02-21 Jérôme Rapinat * po/POTFILES.in, po/gramps.pot: two new filter rules were missing on template, 'intltool-update -m' 2015-02-18 Nick Hall * gramps/plugins/view/relview.py: Use place displayer in relationship view 2015-02-18 noirauds * gramps/plugins/lib/maps/osmgps.py: geography: 7149: some minor problems. 2015-02-18 Jérôme Rapinat * po/gramps.pot: update translation strings template 2015-02-18 noirauds * gramps/plugins/lib/maps/geography.py: geographie: 7149 : Views into Geography should not always use the last option set by the user 2015-02-17 Doug Blank * gramps/gen/utils/grampslocale.py, gramps/grampsapp.py: Moved stderr and stdin handlers to only be installed for cli application; allows Gramps libraries to be used in other REPLs 2015-02-17 noirauds * gramps/plugins/lib/maps/geography.py: geography: 7948 : Add path selector to the text entry for tile cache 2015-02-17 Doug Blank * gramps/gen/utils/resourcepath.py: Allow gramps to be used from source, without GRAMPS_RESOURCES env variable 2015-02-17 leonhaeuser * po/de.po: update German translation 2015-02-16 Nick Hall * gramps/gui/plug/report/_graphvizreportdialog.py: Fix graphviz report dialog after conversion to use Grid widget 2015-02-16 kulath * gramps/plugins/lib/libgedcom.py: 0008347: GEDCOM import of embedded notes attached to media does not work 2015-02-10 Nick Hall * gramps/plugins/tool/changenames.glade, gramps/plugins/tool/changetypes.glade, gramps/plugins/tool/check.glade, gramps/plugins/tool/eventcmp.glade, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/mergecitations.glade, gramps/plugins/tool/notrelated.glade, gramps/plugins/tool/ownereditor.glade, gramps/plugins/tool/patchnames.glade, gramps/plugins/tool/phpgedview.glade, gramps/plugins/tool/relcalc.glade, gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/verify.glade: Remove deprecated widgets from glade files for tools 2015-02-16 Jérôme Rapinat * po/fr.po: fix typos, thank you phcook 2015-02-16 Sveinn í Felli * po/is.po: Update Icelandic translation 2015-02-15 noirauds * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py: geography - forgot to suppress debug lines, forgot the config option 2015-02-15 noirauds * gramps/gen/config.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/webapp/empty.sql, gramps/webapp/example.sql: geography - new feature (8327) Moving around the map using arrow keys and possibility to zoom from keyboard/keypad with the +/- keys 2015-02-13 Jérôme Rapinat * po/is.po: typo 2015-02-13 Sveinn í Felli * gramps/gen/utils/grampslocale.py, po/is.po, setup.py: Add partial (30%) Icelandic support 2015-02-12 Nick Hall * gramps/gui/widgets/grampletbar.py: 8353: Fix default size of detached gramplet window 2015-02-10 Nick Hall * gramps/gui/widgets/grampletpane.py: 8351: Allow gramplets detached from the dashboard to fill the window 2015-02-11 Nick Hall * gramps/gui/plug/export/_exportassistant.py: 8350: Fix spacing in export assistant file chooser 2015-02-10 Nick Hall * gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/plugins/gramplet/events.py: Swap description and main participants columns Change column order introduced in #7342 due to adverse comments on mailing list. 2015-02-11 noirauds * gramps/plugins/lib/maps/messagelayer.py: geography : bug 7615 : Filter panel on geography view displays improperly 2015-02-10 Nick Hall * gramps/gui/plug/export/_exportassistant.py: Fix bug in export assistant after conversion to use Grid widget 2015-02-08 Nick Hall * gramps/gui/views/treemodels/flatbasemodel.py: 7930: Fix removing rows in flat list views 2015-02-09 Nick Hall * gramps/gen/db/write.py: 8344: Ensure key is correct type when updating reference map 2015-02-07 Nick Hall * gramps/gui/configure.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/views/bookmarks.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/leak.py: Convert more deprecated Gtk widgets Converted HButtonBox and VButtonBox to ButtonBox widgets. Converted HPaned and VPaned to Paned widgets. Converted HScale to Scale widget. 2015-02-07 Nick Hall * gramps/plugins/view/relview.py: Fix overwritten heading in relationship view Line deleted by mistake in commit [89da61]. 2015-02-07 Nick Hall * gramps/gui/glade/editcitation.glade: Fix citation editor resizing 2015-02-07 John Ralls * INSTALL: Fix wrong instruction about removing /usr/local/bin in INSTALL. 2015-02-06 Nick Hall * gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/dialog.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/grampstab.py, gramps/gui/editors/editplacename.py, gramps/gui/filters/_searchbar.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/navigator.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/widgets/dateentry.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/interactivesearchbox.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/linkbox.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/statusbar.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/leak.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/view/htmlrenderer.py: Convert Gtk HBox and VBox widgets into Box widgets 2015-02-06 John Ralls * INSTALL: More INSTALL clarifications. 2015-02-06 John Ralls * INSTALL: Improve distutils install instructions. 2015-02-06 John Ralls * README: Remove mention of 'super-short-version' of INSTALL file. There isn't one. 2015-02-04 Nick Hall * gramps/gui/configure.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py: Convert Gtk Table widgets into Grid widgets 2015-02-06 John Ralls * INSTALL, README: Remove trailing whitespace from INSTALL and README. 2015-02-06 John Ralls * INSTALL: Clarify/correct uninstall instructions. 2015-02-06 John Ralls * INSTALL: Remove $Id from INSTALL, left over from SVN. 2015-02-06 John Ralls * README: Remove no-longer-needed packagers note about osm-gps-map. Version 1.0.0 was released 18 June 2013. 2015-02-06 Paul Franklin * gramps/plugins/importer/importxml.py: typo (and third github-push test) 2015-02-06 Zdeněk Hataš * po/cs.po: czech translation update 2015-02-05 Paul Franklin * gramps/plugins/webreport/narrativeweb.py: typo (another, and another github-push test) 2015-02-05 Paul Franklin * gramps/plugins/tool/ownereditor.py: typo 2015-02-04 Paul Franklin * gramps/plugins/lib/libholiday.py: neaten imports 2015-01-31 Nick Hall * gramps/gui/editors/editlink.py, gramps/gui/editors/filtereditor.py, gramps/gui/glade/addmedia.glade, gramps/gui/glade/baseselector.glade, gramps/gui/glade/book.glade, gramps/gui/glade/configure.glade, gramps/gui/glade/dbman.glade, gramps/gui/glade/dialog.glade, gramps/gui/glade/editaddress.glade, gramps/gui/glade/editattribute.glade, gramps/gui/glade/editchildref.glade, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editdate.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editlink.glade, gramps/gui/glade/editlocation.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editmediaref.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editpersonref.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade, gramps/gui/glade/editreporef.glade, gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade, gramps/gui/glade/editurl.glade, gramps/gui/glade/grampletpane.glade, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergedata.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/glade/papermenu.glade, gramps/gui/glade/plugins.glade, gramps/gui/glade/reorder.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/tipofday.glade, gramps/gui/glade/updateaddons.glade, gramps/gui/plug/report/_papermenu.py: Remove deprecated widgets from glade files 2015-02-03 Paul Franklin * README, gramps/plugins/docgen/latexdoc.py: add "python-pillow" to "python-imaging" mention 2015-02-02 kulath * gramps/cli/grampscli.py, gramps/gen/db/read.py, gramps/gen/lib/researcher.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py: 0007014: Errors handling owner/submitter information in GEDCOM files. Only import researcher from GEDCOM or XML if the family tree was originally empty. 2015-02-02 Nick Hall * gramps/plugins/importer/importxml.py: Update import to cope with missing place name and type 2015-02-01 Paul Franklin * gramps/cli/arghandler.py, gramps/gen/plug/report/endnotes.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/indivcomplete.py: 7276: translate some currently-untranslated punctuation marks -- partial 2015-02-01 Nick Hall * gramps/plugins/tool/check.py: 8233: Fix bad handle in explanation note for unknown event 2015-01-31 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: fix trailing comma in pathological cases 2015-01-31 Paul Franklin * gramps/gen/plug/report/_bibliography.py: neaten up add_reference method 2015-01-31 Paul Franklin * gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/endnotes.py: neaten some imports 2015-01-30 Nick Hall * gramps/gui/editors/editplace.py: Remove check for empty place title 2015-01-28 Paul Franklin * gramps/gen/plug/report/_bibliography.py: 8320: Detailed descendent report crashes 2015-01-27 Nick Hall * gramps/gui/filters/sidebar/_placesidebarfilter.py: 7860: Update place sidebar filter 2015-01-27 Nick Hall * gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_hastitle.py: 7860: Add new place HasTitle rule 2015-01-24 Nick Hall * gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_hasdata.py, gramps/gui/editors/filtereditor.py: 7860: Add new place HasData rule 2014-12-01 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/editplaceref.py, gramps/gui/glade/editplaceref.glade: 8058: New place reference editor This allows standard "add" and "share" buttons to be used in the place reference embedded list. 2015-01-25 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py: 8056: Activate drag and drop on "enclosed by" tab 2015-01-24 Nick Hall * example/gramps/data.gramps: 8242: Put places in data.gramps into a hierarchy 2015-01-24 Matti Niemelä * po/fi.po: update Finnish translation (not backported to gramps41 yet) 2015-01-23 Nick Hall * gramps/gen/filters/rules/place/_hasplace.py: 7860: Rename "Name" to "Title" 2015-01-23 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/editplace.py: 8057: Remove auto-update of place titles 2014-10-28 Nick Hall * gramps/gen/config.py, gramps/gen/display/place.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/plug/report/utils.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/sort.py, gramps/gen/utils/db.py, gramps/gen/utils/libformatting.py, gramps/gen/utils/location.py, gramps/gui/clipboard.py, gramps/gui/configure.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/editplace.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/merge/mergeperson.py, gramps/gui/plug/_guioptions.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/importcsv.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/removeunused.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py: 7942: Implement place displayer 2015-01-21 Nick Hall * gramps/plugins/gramplet/sessionloggramplet.py: 7533: Check for active person in session log gramplet 2015-01-21 Nick Hall * gramps/gen/db/upgrade.py: 7844: Check that the mediapath is not set to None 2015-01-21 Nick Hall * gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/plugins/gramplet/events.py: 7770: Always display main participants 2015-01-21 Nick Hall * gramps/plugins/textreport/placereport.py: 7299: Fix bug when family has no parents 2015-01-17 Jérôme Rapinat * data/gramps.desktop.in, po/cs.po, po/de.po, po/fi.po, po/fr.po, po/gramps.pot, po/it.po, po/nb.po, po/sk.po, po/sr.po, po/tr.po, po/uk.po: 8288: Keywords entry in gramps.desktop does not end with ';' 2015-01-09 Espen Berg * po/nb.po: Done with Norwegian bokmål translation 2015-01-07 kulath * gramps/plugins/export/exportgedcom.py: 0008283: GEDCOM export does not export media attached to citations. Fix for gramps master 2015-01-05 Doug Blank * gramps/gen/plug/utils.py, gramps/gui/plug/_windows.py: 8145: Some Addons provide an update even it was already done during the last start of Gramps 2015-01-05 Bastien Jacquet * : commit bb26e53fc0cb3989c05ee302052d635a61ec6b3d Author: Bastien Jacquet Date: Mon Jan 5 17:32:38 2015 +0100 2015-01-05 Bastien Jacquet * gramps/gui/views/treemodels/flatbasemodel.py: speedup srt_key sorting by sorting them in-place 2015-01-04 Doug Blank * gramps/cli/test/cli_test.py: In testing, reset config options in tearDown so subsequent tests are not affected 2015-01-04 Doug Blank * gramps/gen/lib/calendar.py, gramps/gen/lib/date.py, gramps/gen/lib/gcalendar.py, gramps/plugins/lib/libholiday.py, gramps/plugins/webreport/webcal.py, po/POTFILES.skip: Renamed gramps.gen.lib.calendar to gramps.gen.lib.gcalendar to avoid import conflict with Python lib calendar 2015-01-03 Josip * gramps/gen/utils/grampslocale.py: 7851: translations don't show in many labels, buttons, and other elements, Windows only Added fix for Python3 2015-01-03 Doug Blank * gramps/gen/lib/date.py: Records Gramplet uses wrong text 2015-01-03 Josip * gramps/gui/configure.py, gramps/gui/plug/_windows.py, gramps/gui/viewmanager.py: 6548: 'Available Gramps Updates for Addons' window not on top 2015-01-03 Doug Blank * gramps/gen/lib/test/date_test.py: Test method name changes for automatic test detection 2015-01-03 Doug Blank * : commit cfb3b2cc84c7ae3ef1e73a3bbefa25795f5bdaee Author: Doug Blank Date: Sat Jan 3 10:27:39 2015 -0500 2015-01-03 Jérôme Rapinat * gramps/gen/plug/_gramplet.py: 8169 8267 typo: Glib should be GLib 2015-01-03 Doug Blank * gramps/gen/datehandler/test/datehandler_test.py, gramps/test/test/gedread_util_test.py: Fix date_handler by renaming non-test methods; removed gedcom import tests that rely on old code, and didn't test much 2015-01-03 Doug Blank * gramps/gen/db/dictionary.py: Fixes to DictionaryDb for Python3 and current gramps 2015-01-02 Doug Blank * gramps/gen/merge/test/merge_ref_test.py, gramps/plugins/importer/test/importxml_test.py: merge_ref_test and importxml_test now passing 2015-01-02 Doug Blank * gramps/gen/lib/test/merge_test.py: merge_test now passing all tests 2015-01-02 Doug Blank * gramps/gen/lib/test/struct_test.py, gramps/gen/merge/diff.py: Updates for struct to pass unit tests 2015-01-02 Jérôme Rapinat * gramps/gen/const.py: New year... 2014-12-30 Paul Franklin * gramps/plugins/docgen/svgdrawdoc.py: specify SVG font size is in points, for stupid viewers 2014-12-30 Paul Franklin * gramps/plugins/docgen/svgdrawdoc.py: 8240: can't disable box shadow in SVG descendant tree 2014-12-29 Ondrej Krč-Jediný * po/sk.po: merge request #15 ; git clone http://git.code.sf.net/u/ondrisko/gramps ; update slovak translation 2014-12-27 Paul Franklin * gramps/plugins/textreport/detancestralreport.py: move privacy option higher, make it more noticeable 2014-12-27 Gerald Kunzmann * gramps/plugins/textreport/detancestralreport.py: 7953: Kekule numbering in Detailed Ancestral Report 2014-12-27 Bastien Jacquet * gramps/gui/selectors/baseselector.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/widgets/interactivesearchbox.py: Our own interactive-search enabling customized and delayed search. This commit provides same search capabilities as Gtk's. The only difference should be the search being delayed by 150ms after last keypress. Signed-off-by: Bastien Jacquet 2014-12-24 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: 8257: Crash when mixed "inflected" and "non inflected" months 2014-12-22 Fedir Zinchuk * po/uk.po: Update Ukrainian translation 2014-12-22 Fedir Zinchuk * gramps/gen/datehandler/_date_uk.py: Update Ukrainian date handler 2014-12-19 Fedir Zinchuk * po/uk.po: Update Ukrainian translation 2014-12-17 Paul Franklin * setup.py: 8148: Turkish language updates 2014-12-17 Paul Franklin * gramps/gen/plug/docgen/stylesheet.py: 8185: Gramps freeze after defining a report stile with German cm values 2014-12-17 Paul Franklin * gramps/plugins/docgen/svgdrawdoc.py: 8237: descendant tree graphical report, syntax error in svg output 2014-12-15 Paul Franklin * gramps/plugins/graph/gvfamilylines.py: add gramps-ID option 2014-12-15 Paul Franklin * gramps/plugins/graph/gvhourglass.py: add gramps-ID option 2014-12-15 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: modify gramps-ID option 2014-12-16 kulath * gramps/gen/utils/image.py: Fix 0008234: part (2) Various problems with docgen.TextDoc.add_media_object part (2) for master branch 2014-12-14 kulath * gramps/plugins/docgen/odfdoc.py: Fix 0008234: Various problems with docgen.TextDoc.add_media_object part (1) for master branch 2014-12-14 Zdeněk Hataš * po/cs.po: czech translation update 2014-12-13 leonhaeuser * po/de.po: Fix German grammer bug [8231] 2014-12-13 Jérôme Rapinat * gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/gramplet.gpr.py: Enable Attributes gramplet support on Source/Citation bars; not backported yet because of #8144 2014-12-12 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: cover pathological case (perhaps from privacy proxy) 2014-12-12 leonhaeuser * po/de.po: Fix German typo Bug [8226] 2014-12-11 Paul Franklin * po/gramps.pot: make a new template (trunk-master gramps.pot) 2014-12-11 Paul Franklin * gramps/plugins/export/exportgeneweb.py: typo 2014-12-11 Bastien Jacquet * gramps/gui/views/treemodels/flatbasemodel.py: FlatTreeView : Fix wrong return values 2014-12-10 Nick Hall * gramps/gui/widgets/undoableentry.py: 8029: Suppress warnings in UndoableEntry widget Bug 644927 - Support out parameters in signals https://bugzilla.gnome.org/show_bug.cgi?id=644927 2014-12-06 Matti Niemelä * po/fi.po: Review by the Finnish team (Pekka and Matti) 2014-11-13 Bastien Jacquet * gramps/gui/views/treemodels/flatbasemodel.py: Remove needless use of handles in FlatBaseModel.do_iter_next 2014-11-13 Bastien Jacquet * gramps/gui/views/treemodels/flatbasemodel.py: Optimize FlatNodeMap update of _hndl2index for add/delete tests with python2.6 and python3 show that it's much quicker to get the handles after the inser/deleted index and upgrade those (because random-access in a hash-table is super fast) Here is the code use for tests: import string,random,sys import timeit def id_generator(size=6, chars=string.ascii_lowercase): return ''.join(random.choice(chars) for _ in range(size)) num_items=80000 handle_sizes=10 num_operation=2000 setup=""" from __main__ import id_generator,string,num_items,handle_sizes,random _index2hndl=[("",id_generator(handle_sizes)) for e in range (num_items)] _hndl2index=dict([key[1], index] for index, key in enumerate(_index2hndl)) """ add0=''' h=id_generator(handle_sizes) insert_pos= random.randrange(len(_hndl2index)) srtkey_hndl=("",h) _index2hndl.insert(insert_pos, srtkey_hndl) for hndl, index in _hndl2index.iteritems(): if index >= insert_pos: _hndl2index[hndl] += 1 _hndl2index[h]=insert_pos ''' add1=''' h=id_generator(handle_sizes) insert_pos= random.randrange(len(_hndl2index)) srtkey_hndl=("",h) _index2hndl.insert(insert_pos, srtkey_hndl) for hndl, index in _hndl2index.items(): if index >= insert_pos: _hndl2index[hndl] += 1 _hndl2index[h]=insert_pos ''' add2=''' h=id_generator(handle_sizes) insert_pos= random.randrange(len(_hndl2index)) srtkey_hndl=("",h) _index2hndl.insert(insert_pos, srtkey_hndl) for srt_key,hndl in _index2hndl[insert_pos+1:]: _hndl2index[hndl] += 1 _hndl2index[h]=insert_pos ''' del0=''' index= random.randrange(len(_hndl2index)) srt_key,handle=_index2hndl[index] del _index2hndl[index] del _hndl2index[handle] for key, val in _hndl2index.iteritems(): if val > index: _hndl2index[key] -= 1 ''' del1=''' index= random.randrange(len(_hndl2index)) srt_key,handle=_index2hndl[index] del _index2hndl[index] del _hndl2index[handle] for key, val in _hndl2index.items(): if val > index: _hndl2index[key] -= 1 ''' del2=''' index= random.randrange(len(_hndl2index)) srt_key,handle=_index2hndl[index] del _index2hndl[index] del _hndl2index[handle] for srt_key,hndl in _index2hndl[index:]: _hndl2index[hndl] -= 1 ''' if sys.version_info[0] < 3: cmds=[add0,add1,add2,del0,del1,del2] else: cmds=[add1,add2,del1,del2] for c in cmds: print(c) random.seed(1) t=timeit.Timer(c, setup=setup).timeit(num_operation) print(num_operation,"ops in ", t, "seconds. avg:",t/num_operation,"seconds") 2014-11-13 Bastien Jacquet * gramps/gui/views/treemodels/flatbasemodel.py: Fix doc and harmless typo (real_index instead of real_path) 2014-11-13 Bastien Jacquet * gramps/gui/views/listview.py: Fix handling of keypresses in treeview 2014-12-01 Josip * gramps/gui/widgets/grampletpane.py: 7865: Closing detached gramplet causes python to crash 2014-12-01 Nick Hall * gramps/plugins/lib/libgedcom.py: 7866: Crash on Ancestry.com .ged import; consistent. 2014-12-01 Nick Hall * gramps/gui/editors/editplaceref.py, gramps/gui/glade/editplaceref.glade: Fix place reference editor for drag support 2014-11-24 Paul Franklin * gramps/gen/datehandler/_datedisplay.py: ignore a zero day and its delimiter, in numerical date format 2014-11-24 kulath * gramps/cli/arghandler.py: 8196: Spurious spaces in CLI List Family Trees, tab delimited output. Print statements changed to assemble the whole line before output. 2014-11-22 Paul Franklin * gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_datedisplay.py, po/ru.po: 8175: date inflections in _datahandler.py 2014-11-20 Paul Franklin * gramps/gen/lib/eventtype.py, gramps/gen/lib/grampstype.py, gramps/plugins/textreport/indivcomplete.py: 8184: regression: Complete Individual report has some untranslated output 2014-11-16 Josip * gramps/gui/widgets/validatedcomboentry.py: 7857: gramps fails to start with gtk+-3.13.3 (Gdk.Event(Gdk.EventType.NOTHING) TypeError: function takes at most 0 arguments (1 given) 2014-11-13 Paul Franklin * gramps/plugins/textreport/summary.py: typo 2014-11-13 Paul Franklin * example/gramps/example.gramps: add a few date examples (near the top of the list) 2014-11-07 Josip * gramps/plugins/lib/libmetadata.py: 8157: ImageMetadata doesn't show metadata 2014-11-06 Craig J. Anderson * gramps/plugins/lib/libsubstkeyword.py: small feature update to add z,n,e to the date format string. these are used for dates with ending dates (date ranges) Craig A. 2014-11-05 Bastien Jacquet * gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py: 8102: Fix problem with fanchart if max_generation = 1 2014-10-28 Bastien Jacquet * gramps/gui/clipboard.py: 8149: Error on opening twice an object from clipboard because of missing import 2014-10-31 Bastien Jacquet * gramps/plugins/view/relview.py: Allow to drag a person by dragging the "Father/Mother/Spouse" label or around Add/edt/share buttons Signed-off-by: Bastien Jacquet 2014-10-31 Bastien Jacquet * gramps/plugins/view/relview.py: Add Family drag support from RelationshipView 2014-10-31 Bastien Jacquet * gramps/gui/editors/editperson.py: EditPerson new person calls create_id() to have a handler in clipboard (as in EditFamily) 2014-10-31 Bastien Jacquet * gramps/gui/editors/editfamily.py: Allow for dragging a family from EditFamily 2014-10-26 Bastien Jacquet * gramps/plugins/view/relview.py: Add Person drag support from RelationshipView Signed-off-by: Bastien Jacquet 2014-10-26 Bastien Jacquet * gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/objectentries.py, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editldsord.glade: Add Support for dragging from the add/choose selector of Place/Source/Media/Note-Entry 2014-10-26 Bastien Jacquet * gramps/gui/editors/editfamily.py, gramps/gui/glade/editfamily.glade: Add drag support to parents in EditFamily (when set) and move drop capability if parent already set 2014-10-25 Bastien Jacquet * gramps/gui/editors/editperson.py: Allow to drag a person from EditPerson (if not a unsaved person) 2014-10-26 Bastien Jacquet * gramps/gui/editors/editchildref.py, gramps/gui/glade/editchildref.glade: Add person drag support from EditChildRef (always possible as child are always set) 2014-10-26 Bastien Jacquet * gramps/gui/editors/editpersonref.py, gramps/gui/glade/editpersonref.glade: And drag support to EditPersonRef when person is set 2014-10-26 Bastien Jacquet * gramps/gui/editors/displaytabs/personrefembedlist.py: Create prefilled PersonRef when drop of a Person on Association EmbeddedTab (same as ChildTab) 2014-10-26 Bastien Jacquet * gramps/gui/editors/editpersonref.py: 8095:Association editor refuses dropped persons 2014-11-04 Paul Franklin * gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py: 5150: new Event types are saved as a disordered list 2014-11-03 Nick Hall * gramps/gui/widgets/grampletbar.py: 7604: Fix error setting gramplet tab label 2014-10-30 Zdeněk Hataš * po/cs.po: czech translation update 2014-10-29 Paul Franklin * po/POTFILES.in, po/gramps.pot: 8154: Some text not translatable in context menu fancharts (GUI) 2014-10-28 Paul Franklin * gramps/gen/db/upgrade.py: 8152: Error converting database after upgrade to Gramps 4.1.1 2014-10-28 Nick Hall * gramps/gen/db/write.py: 8020: Ensure that reference map has string keys 2014-10-27 John Ralls * gramps/gen/utils/maclocale.py: 8140: Gramps doesn't work under Turkish locale 2014-10-26 Ugur Cetin * po/tr.po: update Turkish translation (partial) 2014-10-26 leonhaeuser * po/de.po: update German translation 2014-10-24 Paul Franklin * setup.py: neaten language list in setup.py 2014-10-24 Jérôme Rapinat * gramps/gen/utils/grampslocale.py: Serbian should be ready for Windows OS and LOCALE_NAMES mapping 2014-10-24 Jérôme Rapinat * gramps/cli/grampscli.py: 8122: DB lock not checked when opening database from the recent opened trees 2014-10-23 Craig J. Anderson * : commit e799b9d3d0a9efbd71e78ca717026c4e975895b2 Author: Zdeněk Hataš Date: Thu Oct 23 20:55:19 2014 +0200 2014-10-23 Craig J. Anderson * gramps/plugins/lib/libsubstkeyword.py: fix for https://gramps-project.org/bugs/view.php?id=6355. Craig A. 2014-10-22 Paul Franklin * setup.py: enable Serbian Cyrillic translation 2014-10-22 Мирослав Николић * po/sr.po: add Serbian Cyrillic translation file 2014-10-22 Paul Franklin * po/sr.po, po/sr_Latn.po: rename old Serbian translation file 2014-10-22 Jérôme Rapinat * po/POTFILES.in: New locations gramplet [6ff9ed] 2014-10-21 Nick Hall * gramps/plugins/gramplet/placedetails.py: 7902: Update place details gramplet Add name, type and alternative names. Locations are now displayed in a separate gramplet. 2014-10-21 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/locations.py, gramps/plugins/lib/libplaceview.py: Add new place locations gramplet 2014-10-21 Jérôme Rapinat * setup.py: Re-enable Esperento support after a large review (8% to 99%); No support under Windows (see _LOCALE_NAMES in gen/utils/grampslocale.py) 2014-10-21 Pier Luigi Cinquantini * po/eo.po: Update and review for the Esperanto translation 2014-10-20 Jérôme Rapinat * gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/gramps.pot, po/he.po, po/hr.po, po/hu.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: 7362 8103: some labels fit better on citations sidebar filter (patch by Nick H.), fix a typo on swedish translation, add the new translated string on most translation files 2014-10-17 Paul Franklin * gramps/gen/datehandler/_date_sr.py: enhance Serbian date handler to handle Cyrillic dates 2014-10-17 Nick Hall * gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/todo.py: 7813: Add check for empty handle in gramplets 2014-10-15 Jérôme Rapinat * gramps/gui/widgets/dateentry.py: 8103: sidebarfilter gramplet does not fit well into People, Events, Citations or Media views (non-english locales) 2014-10-15 Jérôme Rapinat * gramps/gui/widgets/dateentry.py: 8103: sidebarfilter gramplet does not fit well into People, Events, Citations or Media views 2014-10-11 Paul Franklin * gramps/plugins/lib/libnarrate.py: 8113: 'Unknown' person in detailed ancestor report can not be translated 2014-10-11 Paul Franklin * example/gramps/example.gramps: add datespan example 2014-10-08 Jérôme Rapinat * gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/reorderids.py: 1685: Tools: some strings into print statement were untranslated 2014-10-07 Paul Franklin * gramps/gui/configure.py: typo ("data format" => "date format") 2014-10-07 noirauds * gramps/plugins/view/geography.gpr.py: Geography : bug 0007795: geography.gpr.py: Probable typos 2014-10-03 Jérôme Rapinat * data/man/fr/gramps.1.in: 4673: update french version for the man file via 'sphinx-build' cmd 2014-10-03 Jérôme Rapinat * data/man/conf.py, data/man/cs/conf.py, data/man/fr/conf.py, data/man/nl/conf.py, data/man/pl/conf.py, data/man/pt_BR/conf.py, data/man/sv/conf.py, data/man/update_man.py: 4673: bump man files to '4.2.0' 2014-10-03 Jérôme Rapinat * data/man/en.rst: 4673: minor spacing on man template (english) 2014-10-01 Bastien Jacquet * gramps/gui/editors/displaytabs/eventembedlist.py: 8096: Fix new event default type considering existing events with *default* role 2014-09-29 Sam Manzi * docs/README.txt, docs/conf.py, docs/developer_guide.rst, docs/user_guide.rst, gramps/gen/plug/_manager.py, gramps/gui/pluginmanager.py: 6028: Cleaned up and improved the Gramps API docs, Sphinx - fixed four ERROR: Unexpected indentation, added 'sphinx.ext.viewcode' to allow Sphinx to 'Add links to highlighted source code' http://sphinx-doc.org/latest/ext/viewcode.html , updated the copyright year and instructions to use pip 2014-09-28 Luigi Toscano * po/it.po: Italian translation updates and fixes 2014-09-26 Nick Hall * gramps/gen/db/write.py: 7868: Rebuild secondary indexes after database upgrade 2014-09-26 Nick Hall * gramps/gen/utils/location.py: 8015: Update location utilities to work with proxies 2014-09-25 Enno Borgsteede * gramps/plugins/tool/check.py: 7931: Fix check and repair tool for empty placerefs 2014-09-23 Jérôme Rapinat * gramps/plugins/webreport/narrativeweb.py: 8033: cannot generate Narrative Web report with gendex option enabled, was previous place model (location fields) 2014-09-20 Mirko Leonhaeuser * po/de.po: update German translation withversion fom 4.1 2014-09-19 Zdeněk Hataš * po/cs.po: czech translation update 2014-09-18 Zdeněk Hataš * po/cs.po: 8064: translation fixes minor translation update 2014-09-14 Zdeněk Hataš * po/cs.po: typo fix 2014-09-11 Ross Gammon * data/gramps.desktop.in, po/gramps.pot: 8062: .desktop file missing Keywords entry 2014-09-11 Petr Hejl * gramps/gen/datehandler/_date_cs.py: 8051: Can't fill in calculated and estimated dates in cs locale 2014-09-10 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py: 5895: "name format" option in descendant and ancestortree reports 2014-09-10 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py: 8021: Grafical reports don't use the correct name format 2014-09-09 John Ralls * mac/gramps.modules: Update OsmGpsMap to version 1.0.2 Addresses problem with retrieving tiles from OpenStreetMap. Note as well https://gramps-project.org/bugs/view.php?id=8037 2014-09-01 Paul Franklin * gramps/plugins/lib/libgedcom.py: 8014: Importing gedcom files containing multibyte UTF-8 characters fails 2014-08-30 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 7833: Complete Individual Report Sources 2014-08-25 Paul Franklin * gramps/plugins/importer/importgedcom.py: revert part of 8014 patch, pending further review 2014-08-25 Björn Samvik * example/gedcom/sample.ged, gramps/plugins/importer/importgedcom.py: 8014: Importing gedcom files containing multibyte UTF-8 characters fails 2014-08-24 Nick Hall * gramps/plugins/textreport/placereport.py: 8011: Fix backlinks code in place report Backlinks for places can now also be places as well as events. 2014-08-22 Paul Franklin * gramps/gen/sort.py: python3 bytes-string mismatch with ICU installed 2014-08-22 Paul Franklin * gramps/gen/plug/report/_reportbase.py: 8012: Text reports don't use the correct name format 2014-08-22 Nick Hall * gramps/gen/plug/docgen/stylesheet.py, gramps/gui/glade/styleeditor.glade, gramps/gui/plug/report/_styleeditor.py: Add draw styles to style sheet editor 2014-08-20 Paul Franklin * gramps/plugins/webstuff/webstuff.py: tweak to "default" CSS choice for the narrated web report 2014-08-19 Nick Hall * gramps/gen/plug/docgen/stylesheet.py, gramps/gui/glade/styleeditor.glade, gramps/gui/plug/report/_styleeditor.py: Add cell styles to style sheet editor 2014-08-18 Nick Hall * gramps/gen/plug/docgen/stylesheet.py, gramps/gui/glade/styleeditor.glade, gramps/gui/plug/report/_styleeditor.py: 7991: Enhance style sheet editor to include table styles 2014-08-17 Paul Franklin * gramps/plugins/webstuff/webstuff.py: enable the "default" CSS choice for the narrated web report Otherwise, whenever you start the report, you get this: WARNING: _enumeratedlist.py: line 124: Value 'default' not found for option 'StyleSheet' 2014-08-13 Paul Franklin * gramps/cli/arghandler.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py: 7276: translate some punctuation marks -- partial 2014-08-12 Ondrej Krc-Jediny * gramps/plugins/tool/mediamanager.py: 7979: Invalid format string in media mamager message 2014-08-12 Nick Hall * gramps/gui/widgets/grampletpane.py, gramps/plugins/gramplet/gramplet.gpr.py: Allow gramplets to be displayed in the dashboard only Add a new navigation type of 'Dashboard' in gramplet definitions. Define the dashboard To Do gramplet to be dashboard-only. 2014-08-09 Craig J. Anderson * gramps/plugins/lib/libsubstkeyword.py: feature request: 7963 https://gramps-project.org/bugs/view.php?id=7963 to add an optional [alternate name] on the $n and $s vars as follows: $n[Married Name](regular format string) $s[Also Known As](regular format string) Craig A. 2014-08-08 Malcom Lewis * Gramps.py, data/css/GeoView.css, data/css/Web_Basic-Blue.css, data/css/Web_Citations-Outline.css, data/css/Web_DropDown-Menus.css, data/css/Web_Fade-Menus.css, data/css/Web_Horizontal-Menus.css, data/css/Web_Vertical-Menus.css, data/css/Web_Visually.css, data/css/ancestortree.css, data/css/behaviour.css, data/css/narrative-maps.css, data/gramps_canonicalize.xsl, data/grampsxml.dtd, data/grampsxml.rng, data/man/update_man.py, docs/update_doc.py, gramps/__init__.py, gramps/cli/__init__.py, gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/cli/test/argparser_test.py, gramps/cli/test/cli_test.py, gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gen/__init__.py, gramps/gen/config.py, gramps/gen/const.py, gramps/gen/constfunc.py, gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_el.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_uk.py, gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_dateutils.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/datehandler/test/datedisplay_test.py, gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/datehandler/test/dateparser_test.py, gramps/gen/datehandler/test/datestrings_test.py, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/base.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dbconst.py, gramps/gen/db/dictionary.py, gramps/gen/db/exceptions.py, gramps/gen/db/read.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/test/db_test.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/test/reference_map_test.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/dbstate.py, gramps/gen/display/__init__.py, gramps/gen/display/name.py, gramps/gen/errors.py, gramps/gen/filters/__init__.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/_genericfilter.py, gramps/gen/filters/_paramfilter.py, gramps/gen/filters/_searchfilter.py, gramps/gen/filters/rules/__init__.py, gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/filters/rules/_everything.py, gramps/gen/filters/rules/_hasattributebase.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasgrampsid.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_hasnotesubstrbase.py, gramps/gen/filters/rules/_hasreferencecountbase.py, gramps/gen/filters/rules/_hassourcebase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_hastagbase.py, gramps/gen/filters/rules/_hastextmatchingregexpof.py, gramps/gen/filters/rules/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/_isprivate.py, gramps/gen/filters/rules/_ispublic.py, gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/_matchessourceconfidencebase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_allcitations.py, gramps/gen/filters/rules/citation/_changedsince.py, gramps/gen/filters/rules/citation/_citationprivate.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/citation/_hasgallery.py, gramps/gen/filters/rules/citation/_hasidof.py, gramps/gen/filters/rules/citation/_hasnote.py, gramps/gen/filters/rules/citation/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/citation/_hasnoteregexp.py, gramps/gen/filters/rules/citation/_hasreferencecountof.py, gramps/gen/filters/rules/citation/_hassource.py, gramps/gen/filters/rules/citation/_hassourceidof.py, gramps/gen/filters/rules/citation/_hassourcenoteregexp.py, gramps/gen/filters/rules/citation/_hastag.py, gramps/gen/filters/rules/citation/_matchesfilter.py, gramps/gen/filters/rules/citation/_matchespagesubstringof.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/citation/_regexpidof.py, gramps/gen/filters/rules/citation/_regexpsourceidof.py, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_allevents.py, gramps/gen/filters/rules/event/_changedsince.py, gramps/gen/filters/rules/event/_eventprivate.py, gramps/gen/filters/rules/event/_hasattribute.py, gramps/gen/filters/rules/event/_hascitation.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_hasdayofweek.py, gramps/gen/filters/rules/event/_hasgallery.py, gramps/gen/filters/rules/event/_hasidof.py, gramps/gen/filters/rules/event/_hasnote.py, gramps/gen/filters/rules/event/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/event/_hasnoteregexp.py, gramps/gen/filters/rules/event/_hasreferencecountof.py, gramps/gen/filters/rules/event/_hassourcecount.py, gramps/gen/filters/rules/event/_hastag.py, gramps/gen/filters/rules/event/_hastype.py, gramps/gen/filters/rules/event/_matchesfilter.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/event/_matchesplacefilter.py, gramps/gen/filters/rules/event/_matchessourceconfidence.py, gramps/gen/filters/rules/event/_matchessourcefilter.py, gramps/gen/filters/rules/event/_regexpidof.py, gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_allfamilies.py, gramps/gen/filters/rules/family/_changedsince.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_childhasnameof.py, gramps/gen/filters/rules/family/_familyprivate.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_fatherhasnameof.py, gramps/gen/filters/rules/family/_hasattribute.py, gramps/gen/filters/rules/family/_hascitation.py, gramps/gen/filters/rules/family/_hasevent.py, gramps/gen/filters/rules/family/_hasgallery.py, gramps/gen/filters/rules/family/_hasidof.py, gramps/gen/filters/rules/family/_haslds.py, gramps/gen/filters/rules/family/_hasnote.py, gramps/gen/filters/rules/family/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/family/_hasnoteregexp.py, gramps/gen/filters/rules/family/_hasreferencecountof.py, gramps/gen/filters/rules/family/_hasreltype.py, gramps/gen/filters/rules/family/_hassourcecount.py, gramps/gen/filters/rules/family/_hassourceof.py, gramps/gen/filters/rules/family/_hastag.py, gramps/gen/filters/rules/family/_hastwins.py, gramps/gen/filters/rules/family/_isbookmarked.py, gramps/gen/filters/rules/family/_matchesfilter.py, gramps/gen/filters/rules/family/_matchessourceconfidence.py, gramps/gen/filters/rules/family/_memberbase.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_motherhasnameof.py, gramps/gen/filters/rules/family/_regexpchildname.py, gramps/gen/filters/rules/family/_regexpfathername.py, gramps/gen/filters/rules/family/_regexpidof.py, gramps/gen/filters/rules/family/_regexpmothername.py, gramps/gen/filters/rules/family/_searchchildname.py, gramps/gen/filters/rules/family/_searchfathername.py, gramps/gen/filters/rules/family/_searchmothername.py, gramps/gen/filters/rules/media/__init__.py, gramps/gen/filters/rules/media/_allmedia.py, gramps/gen/filters/rules/media/_changedsince.py, gramps/gen/filters/rules/media/_hasattribute.py, gramps/gen/filters/rules/media/_hascitation.py, gramps/gen/filters/rules/media/_hasidof.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/media/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/media/_hasnoteregexp.py, gramps/gen/filters/rules/media/_hasreferencecountof.py, gramps/gen/filters/rules/media/_hassourcecount.py, gramps/gen/filters/rules/media/_hassourceof.py, gramps/gen/filters/rules/media/_hastag.py, gramps/gen/filters/rules/media/_matchesfilter.py, gramps/gen/filters/rules/media/_matchessourceconfidence.py, gramps/gen/filters/rules/media/_mediaprivate.py, gramps/gen/filters/rules/media/_regexpidof.py, gramps/gen/filters/rules/note/__init__.py, gramps/gen/filters/rules/note/_allnotes.py, gramps/gen/filters/rules/note/_changedsince.py, gramps/gen/filters/rules/note/_hasidof.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/note/_hasreferencecountof.py, gramps/gen/filters/rules/note/_hastag.py, gramps/gen/filters/rules/note/_hastype.py, gramps/gen/filters/rules/note/_matchesfilter.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/note/_matchessubstringof.py, gramps/gen/filters/rules/note/_noteprivate.py, gramps/gen/filters/rules/note/_regexpidof.py, gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_changedsince.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_disconnected.py, gramps/gen/filters/rules/person/_everyone.py, gramps/gen/filters/rules/person/_familywithincompleteevent.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasalternatename.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_hasattribute.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascitation.py, gramps/gen/filters/rules/person/_hascommonancestorwith.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasevent.py, gramps/gen/filters/rules/person/_hasfamilyattribute.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hasgallery.py, gramps/gen/filters/rules/person/_hasidof.py, gramps/gen/filters/rules/person/_haslds.py, gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_hasnameorigintype.py, gramps/gen/filters/rules/person/_hasnametype.py, gramps/gen/filters/rules/person/_hasnickname.py, gramps/gen/filters/rules/person/_hasnote.py, gramps/gen/filters/rules/person/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/person/_hasnoteregexp.py, gramps/gen/filters/rules/person/_hasrelationship.py, gramps/gen/filters/rules/person/_hassourcecount.py, gramps/gen/filters/rules/person/_hassourceof.py, gramps/gen/filters/rules/person/_hastag.py, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/person/_hasunknowngender.py, gramps/gen/filters/rules/person/_havealtfamilies.py, gramps/gen/filters/rules/person/_havechildren.py, gramps/gen/filters/rules/person/_incompletenames.py, gramps/gen/filters/rules/person/_isancestorof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isbookmarked.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdefaultperson.py, gramps/gen/filters/rules/person/_isdescendantfamilyof.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantof.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isduplicatedancestorof.py, gramps/gen/filters/rules/person/_isfemale.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorof. py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofb ookmarked.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd efaultperson.py, gramps/gen/filters/rules/person/_islessthannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_ismale.py, gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof. py, gramps/gen/filters/rules/person/_ismorethannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_isrelatedwith.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_iswitness.py, gramps/gen/filters/rules/person/_matcheseventfilter.py, gramps/gen/filters/rules/person/_matchesfilter.py, gramps/gen/filters/rules/person/_matchessourceconfidence.py, gramps/gen/filters/rules/person/_matchidof.py, gramps/gen/filters/rules/person/_missingparent.py, gramps/gen/filters/rules/person/_multiplemarriages.py, gramps/gen/filters/rules/person/_nevermarried.py, gramps/gen/filters/rules/person/_nobirthdate.py, gramps/gen/filters/rules/person/_nodeathdate.py, gramps/gen/filters/rules/person/_peopleprivate.py, gramps/gen/filters/rules/person/_peoplepublic.py, gramps/gen/filters/rules/person/_personwithincompleteevent.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/filters/rules/person/_regexpidof.py, gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/person/_relationshippathbetween.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/filters/rules/person/_searchname.py, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_allplaces.py, gramps/gen/filters/rules/place/_changedsince.py, gramps/gen/filters/rules/place/_hascitation.py, gramps/gen/filters/rules/place/_hasgallery.py, gramps/gen/filters/rules/place/_hasidof.py, gramps/gen/filters/rules/place/_hasnolatorlon.py, gramps/gen/filters/rules/place/_hasnote.py, gramps/gen/filters/rules/place/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/place/_hasnoteregexp.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/place/_hasreferencecountof.py, gramps/gen/filters/rules/place/_hassourcecount.py, gramps/gen/filters/rules/place/_hassourceof.py, gramps/gen/filters/rules/place/_hastag.py, gramps/gen/filters/rules/place/_inlatlonneighborhood.py, gramps/gen/filters/rules/place/_matcheseventfilter.py, gramps/gen/filters/rules/place/_matchesfilter.py, gramps/gen/filters/rules/place/_matchessourceconfidence.py, gramps/gen/filters/rules/place/_placeprivate.py, gramps/gen/filters/rules/place/_regexpidof.py, gramps/gen/filters/rules/repository/__init__.py, gramps/gen/filters/rules/repository/_allrepos.py, gramps/gen/filters/rules/repository/_changedsince.py, gramps/gen/filters/rules/repository/_hasidof.py, gramps/gen/filters/rules/repository/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/repository/_hasnoteregexp.py, gramps/gen/filters/rules/repository/_hasreferencecountof.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gen/filters/rules/repository/_hastag.py, gramps/gen/filters/rules/repository/_matchesfilter.py, gramps/gen/filters/rules/repository/_matchesnamesubstringof.py, gramps/gen/filters/rules/repository/_regexpidof.py, gramps/gen/filters/rules/repository/_repoprivate.py, gramps/gen/filters/rules/source/__init__.py, gramps/gen/filters/rules/source/_allsources.py, gramps/gen/filters/rules/source/_changedsince.py, gramps/gen/filters/rules/source/_hasgallery.py, gramps/gen/filters/rules/source/_hasidof.py, gramps/gen/filters/rules/source/_hasnote.py, gramps/gen/filters/rules/source/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/source/_hasnoteregexp.py, gramps/gen/filters/rules/source/_hasreferencecountof.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py, gramps/gen/filters/rules/source/_hastag.py, gramps/gen/filters/rules/source/_matchesfilter.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py, gramps/gen/filters/rules/source/_matchestitlesubstringof.py, gramps/gen/filters/rules/source/_regexpidof.py, gramps/gen/filters/rules/source/_sourceprivate.py, gramps/gen/git_revision.py, gramps/gen/lib/__init__.py, gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/calendar.py, gramps/gen/lib/childref.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/const.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/eventroletype.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/family.py, gramps/gen/lib/familyreltype.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/handle.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/markertype.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/nametype.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placebase.py, gramps/gen/lib/placeref.py, gramps/gen/lib/placetype.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/privsrcnote.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/repotype.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/srcattrtype.py, gramps/gen/lib/srcmediatype.py, gramps/gen/lib/srcnote.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/test/date_test.py, gramps/gen/lib/test/grampstype_test.py, gramps/gen/lib/test/merge_test.py, gramps/gen/lib/test/struct_test.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py, gramps/gen/lib/urltype.py, gramps/gen/lib/witness.py, gramps/gen/merge/__init__.py, gramps/gen/merge/diff.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergeeventquery.py, gramps/gen/merge/mergefamilyquery.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/merge/mergepersonquery.py, gramps/gen/merge/mergeplacequery.py, gramps/gen/merge/mergerepositoryquery.py, gramps/gen/merge/mergesourcequery.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/mime/__init__.py, gramps/gen/mime/_pythonmime.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/__init__.py, gramps/gen/plug/_docgenplugin.py, gramps/gen/plug/_export.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_import.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_plugin.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/__init__.py, gramps/gen/plug/docbackend/cairobackend.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/__init__.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/fontscale.py, gramps/gen/plug/docgen/fontstyle.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/graphicstyle.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/menu/__init__.py, gramps/gen/plug/menu/_boolean.py, gramps/gen/plug/menu/_booleanlist.py, gramps/gen/plug/menu/_color.py, gramps/gen/plug/menu/_destination.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/menu/_family.py, gramps/gen/plug/menu/_filter.py, gramps/gen/plug/menu/_media.py, gramps/gen/plug/menu/_menu.py, gramps/gen/plug/menu/_note.py, gramps/gen/plug/menu/_number.py, gramps/gen/plug/menu/_option.py, gramps/gen/plug/menu/_person.py, gramps/gen/plug/menu/_personlist.py, gramps/gen/plug/menu/_placelist.py, gramps/gen/plug/menu/_string.py, gramps/gen/plug/menu/_style.py, gramps/gen/plug/menu/_surnamecolor.py, gramps/gen/plug/menu/_text.py, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_constants.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/plug/report/endnotes.py, gramps/gen/plug/report/stdoptions.py, gramps/gen/plug/report/utils.py, gramps/gen/plug/utils.py, gramps/gen/proxy/__init__.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/recentfiles.py, gramps/gen/relationship.py, gramps/gen/simple/__init__.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpledoc.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/soundex.py, gramps/gen/test/config_test.py, gramps/gen/test/constfunc_test.py, gramps/gen/test/user_test.py, gramps/gen/updatecallback.py, gramps/gen/user.py, gramps/gen/utils/__init__.py, gramps/gen/utils/alive.py, gramps/gen/utils/callback.py, gramps/gen/utils/callman.py, gramps/gen/utils/cast.py, gramps/gen/utils/config.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/db.py, gramps/gen/utils/debug.py, gramps/gen/utils/docgen/__init__.py, gramps/gen/utils/docgen/csvtab.py, gramps/gen/utils/docgen/odstab.py, gramps/gen/utils/docgen/tabbeddoc.py, gramps/gen/utils/file.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/id.py, gramps/gen/utils/image.py, gramps/gen/utils/keyword.py, gramps/gen/utils/lds.py, gramps/gen/utils/libformatting.py, gramps/gen/utils/location.py, gramps/gen/utils/maclocale.py, gramps/gen/utils/place.py, gramps/gen/utils/resourcepath.py, gramps/gen/utils/string.py, gramps/gen/utils/test/callback_test.py, gramps/gen/utils/test/grampslocale_test.py, gramps/gen/utils/test/keyword_test.py, gramps/gen/utils/test/place_test.py, gramps/gen/utils/unknown.py, gramps/grampsapp.py, gramps/gui/__init__.py, gramps/gui/aboutdialog.py, gramps/gui/autocomp.py, gramps/gui/basesidebar.py, gramps/gui/clipboard.py, gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbguielement.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/display.py, gramps/gui/displaystate.py, gramps/gui/editors/__init__.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/addressmodel.py, gramps/gui/editors/displaytabs/altnameembedlist.py, gramps/gui/editors/displaytabs/altnamemodel.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/attrmodel.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationbackreflist.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/citationrefmodel.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventattrembedlist.py, gramps/gui/editors/displaytabs/eventbackreflist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/grampstab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/locationmodel.py, gramps/gui/editors/displaytabs/mediaattrembedlist.py, gramps/gui/editors/displaytabs/mediabackreflist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notebackreflist.py, gramps/gui/editors/displaytabs/notemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personbackreflist.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/personrefmodel.py, gramps/gui/editors/displaytabs/placebackreflist.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/placerefmodel.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/reporefmodel.py, gramps/gui/editors/displaytabs/sourcebackreflist.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/displaytabs/surnamemodel.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/displaytabs/webmodel.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplacename.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsecondary.py, gramps/gui/editors/editsource.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/filters/__init__.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_filtermenu.py, gramps/gui/filters/_filterstore.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/__init__.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/glade.py, gramps/gui/glade/catalog/grampswidgets.py, gramps/gui/grampsgui.py, gramps/gui/listmodel.py, gramps/gui/logger/__init__.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/logger/_gtkhandler.py, gramps/gui/logger/_rotatehandler.py, gramps/gui/logger/test/rotate_handler_test.py, gramps/gui/makefilter.py, gramps/gui/managedwindow.py, gramps/gui/merge/__init__.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/gui/navigator.py, gramps/gui/plug/__init__.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/__init__.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/__init__.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/__init__.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/report/_webreportdialog.py, gramps/gui/plug/tool.py, gramps/gui/pluginmanager.py, gramps/gui/selectors/__init__.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectorexceptions.py, gramps/gui/selectors/selectorfactory.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/spell.py, gramps/gui/test/user_test.py, gramps/gui/thumbnails.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/utilscairo.py, gramps/gui/viewmanager.py, gramps/gui/views/__init__.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/__init__.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/lru.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/test/node_test.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/__init__.py, gramps/gui/widgets/basicentry.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/dateentry.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grabbers.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/linkbox.py, gramps/gui/widgets/menuitem.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/multitreeview.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/selectionwidget.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/springseparator.py, gramps/gui/widgets/statusbar.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/toolcomboentry.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/undoablestyledbuffer.py, gramps/gui/widgets/validatedcomboentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/gui/widgets/valueaction.py, gramps/gui/widgets/valuetoolitem.py, gramps/guiQML/__init__.py, gramps/guiQML/grampsqml.py, gramps/guiQML/qmlwidgets/TextButton.qml, gramps/guiQML/qmlwidgets/TopBar.qml, gramps/guiQML/questiondialog.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/__init__.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/centralview.qml, gramps/guiQML/views/dbman.py, gramps/guiQML/views/dbman.qml, gramps/guiQML/views/peopleview.qml, gramps/guiQML/views/personview.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/cairodoc.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/export.gpr.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/filter.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/leak.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/soundgen.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importgrdb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/importer/test/importgeneweb_test.py, gramps/plugins/importer/test/importvcard_test.py, gramps/plugins/importer/test/importxml_test.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libhtmlbackend.py, gramps/plugins/lib/libhtmlconst.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libmixin.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libodfbackend.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceimport.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/lib/librecords.py, gramps/plugins/lib/librecurse.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/__init__.py, gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/lib/maps/constants.py, gramps/plugins/lib/maps/datelayer.py, gramps/plugins/lib/maps/dummylayer.py, gramps/plugins/lib/maps/dummynogps.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/lifewaylayer.py, gramps/plugins/lib/maps/markerlayer.py, gramps/plugins/lib/maps/messagelayer.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/lib/maps/selectionlayer.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/attributematch.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/lineage.py, gramps/plugins/quickview/linkreferences.py, gramps/plugins/quickview/onthisday.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/quickview/references.py, gramps/plugins/quickview/reporef.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/quickview/siblings.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/rel_uk.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/tool/verify.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/dashboardview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/personlistview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placelistview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/plugins/webreport/webplugins.gpr.py, gramps/plugins/webstuff/webstuff.gpr.py, gramps/plugins/webstuff/webstuff.py, gramps/test/__init__.py, gramps/test/regrtest.py, gramps/test/test/gedread_util_test.py, gramps/test/test/test_util_test.py, gramps/test/test_util.py, gramps/version.py, gramps/webapp/connection.py, gramps/webapp/context.py, gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/grampsdb/templatetags/my_tags.py, gramps/webapp/grampsdb/view/__init__.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/init_gramps.py, gramps/webapp/libdjango.py, gramps/webapp/manage.py, gramps/webapp/reports.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/urls.py, gramps/webapp/utils.py, po/check_po, po/test/po_test.py, po/update_po.py, setup.py, test/GrampsLogger/ErrorReportAssistant_Test.py, test/GrampsLogger/GtkHandler_Test.py, test/LosHawlos_bsddbtest.py, test/LosHawlos_dbtest.py, test/RunAllTests.py, windows/builder/build_GrampsWin32.py, windows/builder/gramps2.nsi, windows/builder/make_launcher.py, windows/builder/test_dependencies.py, windows/check_gtk_install.py, windows/nsis/gcheck.py, windows/nsis/gramps.nsi: Update FSF address to current location. 2014-08-06 Paul Franklin * example/gramps/example.gramps: add a few examples (Thai script, Married Name, "estimated about" date) 2014-08-05 Jérôme Rapinat * gramps/gui/editors/displaytabs/mediaattrembedlist.py: typo on doc string 2014-08-02 Jérôme Rapinat * gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/mediaattrembedlist.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, po/POTFILES.skip: 6934: add a support for embeded custom attributes list on media object 2014-07-29 Paul Franklin * gramps/gen/utils/grampslocale.py, setup.py: 7573: slight tweak to (two zh) [9c8cf2] 2014-07-26 Paul Franklin * gramps/plugins/webreport/webcal.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/tagreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/tableofcontents.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/summary.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/simplebooktitle.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/recordsreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/placereport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/numberofancestorsreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/kinshipreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/familygroup.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/endoflinereport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/detdescendantreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/detancestralreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/descendreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/custombooktext.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/birthdayreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/textreport/ancestorreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/graph/gvhourglass.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/graph/gvfamilylines.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/drawreport/timeline.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/drawreport/fanchart.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/drawreport/descendtree.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/drawreport/calendarreport.py: 4011: "reports" should have a "no private information" button 2014-07-26 Paul Franklin * gramps/plugins/drawreport/ancestortree.py: 4011: "reports" should have a "no private information" button 2014-07-24 Paul Franklin * gramps/plugins/textreport/detancestralreport.py: "7927: Exclude private data [...] for detailed ancestor report" -- partial 2014-07-24 Paul Franklin * gramps/plugins/textreport/placereport.py: skip events referring to private data 2014-07-23 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/textreport/placereport.py: slight tweaks to recent work 2014-07-22 Paul Franklin * gramps/plugins/textreport/placereport.py, gramps/plugins/webreport/narrativeweb.py: migrate the existing uses to the new run_private_data_option method 2014-07-22 Paul Franklin * gramps/gen/plug/report/stdoptions.py: add run_private_data_option to stdoptions.py 2014-07-22 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/textreport/placereport.py, gramps/plugins/webreport/narrativeweb.py: migrate the existing uses to the new add_private_data_option method 2014-07-22 Paul Franklin * gramps/gen/plug/report/stdoptions.py: add add_private_data_option to stdoptions.py 2014-07-21 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/tagreport.py: start using stdoptions.py's run_name_format_option 2014-07-21 Paul Franklin * gramps/gen/plug/report/stdoptions.py: add run_name_format_option to stdoptions.py 2014-07-21 Paul Franklin * gramps/plugins/lib/libhtml.py: type in [8c94dc] 2014-07-17 Vlada Perić * gramps/plugins/lib/holidays.xml.in: 7913: add Serbian holidays to holidays.xml.in 2014-07-17 Vlada Perić * gramps/plugins/lib/holidays.xml.in: 7912-related: simplify Bulgaria and Ukraine Easter using new method 2014-07-17 Vlada Perić * gramps/plugins/lib/libholiday.py: 7912: Add julian_easter(y) function to libholiday.py 2014-07-17 Jérôme Rapinat * gramps/plugins/lib/holidays.xml.in, po/gramps.pot, po/sk.po: Merge Request #15: Slovak holidays and other slovak translation updates 2014-07-17 Jérôme Rapinat * po/gramps.pot: 7869 7912 7913 6403: various fixes, additions and requests on code; updated template 2014-07-17 Jérôme Rapinat * gramps/gui/editors/displaytabs/gallerytab.py, gramps/plugins/view/mediaview.py: 7258 7618 7837: let the win() stuff to windows, fix url/uri handling with non-ascii characters under linux and mac (not tested under mac) 2014-07-15 Paul Franklin * gramps/plugins/lib/holidays.xml.in: simplify Canadian Ash Wednesday holiday 2014-07-16 Nick Hall * gramps/gui/editors/editplaceref.py, gramps/gui/editors/objectentries.py, gramps/gui/glade/editplaceref.glade: 7856: Fix error when no place is selected Check that a place has been selected when saving. Use the standard place selection widget to be consistent. This also implements feature request #7893. 2014-07-15 Nick Hall * gramps/gui/editors/editplaceref.py: 7915: Prevent user creating a cycle in the place hierarchy 2014-07-15 Paul Franklin * example/gramps/example.gramps: add Arabic-script and Islamic-date examples (courtesy of Munzir Taha) 2014-07-14 Nick Hall * gramps/gen/utils/location.py, gramps/plugins/lib/libplaceview.py: 7846: Prevent creation of a place cycle when merging 2014-07-14 Nick Hall * gramps/gen/utils/location.py: 7846: Avoid infinite loop when place cycle encountered 2014-07-14 Nick Hall * gramps/plugins/view/placetreeview.py: 7911: Fix bug adding parent places to a new place 2014-07-12 Nick Hall * gramps/gen/db/upgrade.py, gramps/gen/lib/placetype.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py: 7904: Fix place type for places without a main location 2014-07-11 Paul Franklin * gramps/plugins/textreport/ancestorreport.py: 7861: In Ahnentafel Report, Use Christening Date if no Birth Date 2014-07-10 Ondrej Krc-Jediny * gramps/gui/grampsgui.py, gramps/plugins/lib/holidays.xml.in, gramps/plugins/lib/libgedcom.py: 7869: Various small issues in gramps.pot 2014-07-10 Paul Franklin * gramps/plugins/webreport/narrativeweb.py: 7739: [Narweb:] Missing webpage for media [under some circumstances] 2014-07-10 Paul Franklin * MANIFEST.in: include Gramps.py in the tarball 2014-07-07 Paul Franklin * gramps/gen/db/exceptions.py, gramps/gui/dbman.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/webreport/narrativeweb.py: 6403: Remove markup in translatable messages -- slight tweaks 2014-07-06 Paul Franklin * gramps/gen/config.py, gramps/gen/const.py, gramps/gen/db/exceptions.py, gramps/gen/plug/_gramplet.py, gramps/gui/configure.py, gramps/gui/dbman.py, gramps/gui/dialog.py, gramps/gui/display.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/grampsgui.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/viewmanager.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/importer/importgrdb.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: 6403: Remove markup in translatable messages -- partial 2014-07-05 Ondrej Krc-Jediny * gramps/plugins/tool/mergecitations.py: 7882: Invalid link for Merge citation Help button 2014-07-05 Josip * gramps/plugins/gramplet/todo.py: 7883: I can't add a people in my tree 2014-06-29 Munzir Taha * po/ar.po: update Arabic translation 2014-06-28 Paul Franklin * gramps/plugins/textreport/placereport.py: 7839: Place report does not run 2014-06-26 Paul Franklin * po/zh_CN.po, po/zh_TW.po: two small typos 2014-06-26 Paul Franklin * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_zh.py, gramps/gen/datehandler/_date_zh_CN.py, gramps/gen/datehandler/_date_zh_TW.py, gramps/gen/datehandler/_datehandler.py, po/zh_CN.po, po/zh_TW.po, setup.py: 7573: implement both "traditional" and "simplified" Chinese (With thanks to YH Tan, who provided the translations for both the date handlers, as well as this early-prototype zh_TW.po) 2014-06-23 John Ralls * gramps/gen/utils/grampslocale.py: 7851: translations don't show in many labels Ensure python text domain gets the right encoding. 2014-06-22 Mirko Leonhaeuser * po/de.po: Fixed 0006655 and 0007840 2014-06-22 Nick Hall * gramps/gui/editors/displaytabs/gallerytab.py, gramps/plugins/view/mediaview.py: 7837: Fix path when using drag & drop to add media 2014-06-21 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/read.py, gramps/gen/db/write.py, gramps/gui/editors/editplace.py, gramps/gui/glade/editplace.glade: 7842: Fix custom place types in the place editor Allow place type combobox to receive focus. Store custom place types in the metadata table. 2014-06-21 Nick Hall * gramps/plugins/gramplet/ancestor.py: 7836: Limit the number of generations displayed in the ancestor gramplet 2014-06-19 Nick Hall * gramps/gen/proxy/referencedbyselection.py: 7834: export of a subset of the tree fails 2014-06-19 John Ralls * mac/gramps.bundle, mac/gramps.launcher, mac/gramps.modules: Module fixups from gramps40 2014-06-18 Zdeněk Hataš * po/cs.po: czech translation update 2014-06-18 Jérôme Rapinat * gramps/plugins/gramplet/gramplet.gpr.py: bump gramplet.gpr.py to new '4.2' major version, rows have used an alternate form 2014-06-18 Jérôme Rapinat * gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/export/export.gpr.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/webplugins.gpr.py, gramps/plugins/webstuff/webstuff.gpr.py, gramps/version.py: bump to '4.2.0' version 2014-06-17 Paul Franklin * gramps/gui/glade/dialog.glade, gramps/plugins/tool/check.py: slight MissingMediaDialog improvement 2014-06-17 Ross Gammon * gramps/plugins/rel/rel_uk.py: 7828: Syntax Error with python3 on test function for Ukrainian relationship calculator 2014-06-16 Paul Franklin * gramps/gui/grampsgui.py: slight warning-wording change 2014-06-16 Jérôme Rapinat * gramps/gen/db/exceptions.py, gramps/gui/grampsgui.py, gramps/version.py, po/fr.po, po/gramps.pot: Try to avoid confusion between branches; limit usage of hard coded version number into translation strings 2014-06-16 Jérôme Rapinat * po/fr.po: Test on the french translation for handling urls on wiki according to locale and release version (Person and Name Editors, Welcome gramplet) 2014-06-16 Jérôme Rapinat * po/gramps.pot: Test for alternate urls handling according to locale and translation, easier environment for next major versions 2014-06-16 Jérôme Rapinat * gramps/plugins/gramplet/welcomegramplet.py: typo 2014-06-16 Jérôme Rapinat * gramps/gui/editors/editname.py, gramps/gui/editors/editperson.py, gramps/plugins/gramplet/welcomegramplet.py: Try to use constants like URL_MANUAL_PAGE, URL_WIKISTRING for easier migrations to new major versions 2014-06-16 Jérôme Rapinat * po/fr.po: Fix some typos on french translation 2014-06-16 Jérôme Rapinat * gramps/gen/const.py: Add release version support 2014-06-14 Paul Franklin * gramps/plugins/docgen/cairodoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/tableofcontents.py: add translated-output option to B.R. TOC and Index reports 2014-06-13 Paul Franklin * gramps/plugins/docgen/cairodoc.py: Fix alphabetic index and toc bug in books Another bad indent from master commit [796240] (and gramps40 [3196f8]) 2014-06-12 Marc Hulsman * gramps/gui/views/treemodels/test/__init__.py, gramps/gui/views/treemodels/test/node_test.py: Add unit test for treemodel nodes 2014-06-12 Marc Hulsman * gramps/gen/db/test/cursor_test.py: Add unit test for tree cursors 2014-06-12 Nick Hall * gramps/gen/utils/grampslocale.py, gramps/gui/views/treemodels/treebasemodel.py: 7471: Fix python3 sort key errors Ensure input to strxfrm is correct type. Apply patch by Marc Hulsman. 2014-06-11 Nick Hall * gramps/plugins/docgen/cairodoc.py: Fix alphabetic index and toc bug in books Bad indent introduced in commit [796240]. 2014-06-11 Paul Franklin * gramps/version.py: revert [02b8ec] (bump trunk/master to 4.2.0) 2014-06-11 Paul Franklin * gramps/plugins/lib/libgedcom.py: 7398: Gedcom import deletes first char of notes 2014-06-10 Paul Franklin * gramps/version.py: bump trunk/master to 4.2.0 2014-06-08 Paul Franklin * gramps/plugins/lib/libnarrate.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: 6241: Non-sensical sentences when individuals name record is absent 2014-06-08 Paul Franklin * gramps/gen/plug/_manager.py: improve plugin warning 2014-06-08 Paul Franklin * gramps/plugins/lib/libhtmlbackend.py: 7678 typo 2014-06-07 Jérôme Rapinat * gramps/gui/filters/_filterstore.py, gramps/gui/listmodel.py, gramps/gui/pluginmanager.py: 7678: some gir modules were not called 2014-06-07 Jérôme Rapinat * gramps/gen/utils/image.py, gramps/plugins/lib/libhtmlbackend.py, po/POTFILES.in, po/POTFILES.skip, po/gramps.pot: 7678: some fixes around gettext and messages handling 2014-06-05 Paul Franklin * gramps/cli/arghandler.py: 7784 "IndexError: list index out of range" on [initial CLI "gramps -t"] 2014-06-04 Jérôme Rapinat * example/gramps/example.gramps: add a missing date value sample on a media object, re-order according to handle value for a place added outside XML export (idempotent) 2014-06-04 Jérôme Rapinat * example/gramps/example.gramps: add checksum values on 'example.gramps' 2014-06-04 Jérôme Rapinat * gramps/gui/widgets/fanchart.py: 7678: typo, missing self argument on fallback for personpos_at_angle() 2014-06-03 Jérôme Rapinat * gramps/gui/utils.py: 7678: typo, set_border_width was set twice on CLIVbox() 2014-06-03 Jérôme Rapinat * gramps/gui/widgets/fanchart.py: 7766: Fan Chart views crash with self.maxperiod = self.minperiod 2014-06-02 Ondrej Krc * po/sk.po: Git Merge Request #11: Slovak translation updates 2014-05-30 Nick Hall * po/en_GB.po: Update English (British) translation 2014-05-30 Zdeněk Hataš * po/cs.po: czech translation update 2014-05-30 Ondrej Krc * gramps/gen/datehandler/_date_sk.py: Git Merge Request #10: Update Slovak date handler 2014-05-29 Omar Kohl * po/es.po: Git Merge Request #9: Spanish typo 2014-05-29 Ondrej Krc * po/sk.po: Git Merge Request #10: Slovak translation updates 2014-05-29 Jérôme Rapinat * gramps/gui/display.py: Add support for Slovak manual 2014-05-28 Zdeněk Hataš * po/cs.po: typo 2014-05-27 Nick Hall * gramps/gui/editors/editmedia.py: 7712: Use full path for file existence check 2014-05-27 Luigi Toscano * po/it.po: Italian translation updates (master) 2014-05-26 Jérôme Rapinat * po/gramps.pot: 7554: update template 2014-05-25 Nick Hall * gramps/gui/grampsgui.py: Add check for PangoCairo typelib at startup 2014-05-25 noirauds * gramps/plugins/drawreport/timeline.py: BUG #0007744 : years are displayed as floating numbers 2014-05-25 Nick Hall * gramps/gen/db/read.py: Fix tree cursor for read-only databases 2014-05-24 Zdeněk Hataš * po/cs.po, po/gramps.pot: czech translation update 2014-05-24 Nick Hall * gramps/plugins/docgen/latexdoc.py, po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po: 7554: Replace LaTex by LaTeX 2014-05-24 Nick Hall * gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/lib/place.py, gramps/gen/utils/location.py: Match alternative names in HasPlace filter 2014-05-24 Nick Hall * gramps/plugins/view/placetreeview.py: 7177: Rebuild place tree view when a place moves in the hierarchy 2014-05-23 John Ralls * mac/Imaging-Freetype2.patch, mac/gramps.modules: Patch PIL to build with Freetype2 2014-05-22 John Ralls * mac/gramps.bundle: 7736: MacOSX Version 4.0.4-1 missing libgtkspell3 from bundle. 2014-05-22 Ondrej Krc * po/sk.po: Merge Request #8: Typo fix in slovak translation 2014-05-22 Peter Landgren * po/sv.po: Updated Swedish translation 2014-05-22 Nick Hall * gramps/plugins/view/citationtreeview.py: 7731: Fix error tagging source in citation tree view 2014-05-22 Jérôme Rapinat * NEWS: merge NEWS from gramps40 2014-05-22 Zdeněk Hataš * po/cs.po: czech translation update 2014-05-22 Jérôme Rapinat * example/gramps/example.gramps: typo on country level (example.gramps) 2014-05-22 Jérôme Rapinat * gramps/gen/datehandler/_date_fr.py, po/fr.po: merge back some french modules from gramps41 2014-05-22 Jérôme Rapinat * gramps/webapp/libdjango.py: typo 2014-05-22 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py: Enable drag & drop for place references 2014-05-21 Nick Hall * gramps/plugins/textreport/tagreport.py: 7729: Extend tag report to show all primary object types 2014-05-21 Nick Hall * gramps/gen/db/dictionary.py, gramps/gen/db/write.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py: Revert [27453a] and [9d6049] Fix broken proxies and make proxies read-only. 2014-05-21 Nick Hall * gramps/gui/plug/export/_exportassistant.py, gramps/plugins/tool/mediamanager.py: Reduce label width in assistants (Gtk 3.10) 2014-05-21 Paul Franklin * gramps/plugins/textreport/tagreport.py: add name-format option to trunk's tag report 2014-05-21 Jérôme Rapinat * po/fr.po: update french translation 2014-05-20 noirauds * gramps/plugins/lib/maps/geography.py: Geography: Bug #007722 : segfault in cairo.SurfaceImage.create_from_png 2014-05-20 Jérôme Rapinat * po/fr.po: typo on french translation 2014-05-20 Jérôme Rapinat * po/fr.po: French: district in USA = borough in Canada? 2014-05-20 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template and french translation 2014-05-20 Nick Hall * gramps/cli/arghandler.py: 7152: Fix error when importing database from the CLI 2014-05-19 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py: 7719: Prevent auto-completion of title before a change is made 2014-05-19 Paul Franklin * gramps/gen/proxy/proxybase.py: 7693: Broken proxies 2014-05-19 Jérôme Rapinat * example/gramps/example.gramps: 7707: re-use same attributes order as XML exporter 2014-05-19 Jérôme Rapinat * example/gramps/example.gramps: 7707: typo during update for place hierarchy 2014-05-19 Jérôme Rapinat * example/gramps/example.gramps: 7707: same place hierarchies as before [27dab7] and [5468dd] into 'example.gramps' 2014-05-18 Mirko Leonhaeuser * po/de.po: update German translation 2014-05-17 Nick Hall * gramps/gen/lib/test/merge_test.py: 7027: Update merge_test to use SrcAttribute 2014-05-17 Nick Hall * gramps/gui/views/treemodels/treebasemodel.py: 7711: Fix tree views in python3 2014-05-17 Nick Hall * gramps/plugins/export/exportgedcom.py, gramps/plugins/lib/libgedcom.py: Use custom SrcAttributeType in GEDCOM import/export 2014-05-17 Nick Hall * gramps/plugins/docgen/latexdoc.py: 7708: Fix LaTeX output format for reports 2014-05-17 Nick Hall * gramps/plugins/webreport/webcal.py: 7709: Fix bug in web calendar report 2014-05-17 Jérôme Rapinat * gramps/gui/viewmanager.py: 7706: typo, 'val' not defined on gui.viewmanager 2014-05-17 Jérôme Rapinat * gramps/cli/test/cli_test.py: 7648: [Unit test] database dir and environment; https://gramps-project.org/bugs/view.php?id=7648#c36301 ; works on jralls' config, not yet on mine 2014-05-17 Nick Hall * gramps/gui/widgets/fanchart.py: 7710: Fix crash in fan chart view when scrolling 2014-05-16 Nick Hall * gramps/plugins/tool/check.glade: Fix list size in check tool 2014-05-16 Nick Hall * gramps/gui/configure.py, gramps/gui/glade/book.glade, gramps/gui/glade/dbman.glade, gramps/gui/glade/editaddress.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/tipofday.glade: Fix resizing of widgets in dialogs 2014-05-16 Nick Hall * gramps/plugins/importer/importxml.py: Fix import bug introduced in [27dab7] 2014-05-16 Jérôme Rapinat * gramps/gui/viewmanager.py: 7705: 'uni_to_gui' not called on gui.viewmanager 2014-05-16 Bob Igo aka human-being * gramps/plugins/tool/toolsdebug.gpr.py, test/tools.sh: 7699: update and run again tools.sh; it outputs two DB files for human inspection 2014-05-15 Nick Hall * gramps/gen/utils/place.py, gramps/gen/utils/test/place_test.py: Fix bug in latitude/longitude conversion Fixed unit test for python3. int('+ 1') works in python2 but not python3. Also corrected a unit test. 2014-05-15 Jérôme Rapinat * example/gramps/data.gramps: start to complete place object names on 'data.gramps' sample 2014-05-15 Nick Hall * gramps/cli/test/cli_test.py: Suppress output and fix for python3 2014-05-15 Nick Hall * gramps/cli/test/user_test.py: Fix for python3 2014-05-15 Jérôme Rapinat * example/gramps/data.gramps: update 'data.gramps' according to [27dab7] and [5468dd] 2014-05-15 Jérôme Rapinat * example/gramps/example.gramps: update 'example.gramps' according to [27dab7] and [5468dd] 2014-05-15 Nick Hall * gramps/gen/merge/test/merge_ref_test.py: Fix unit tests after XML format change 2014-05-15 Nick Hall * gramps/gen/lib/test/merge_test.py: 7650: New unit tests for merging places 2014-05-14 Nick Hall * data/grampsxml.dtd, data/grampsxml.rng, gramps/plugins/export/exportxml.py, gramps/plugins/importer/importxml.py: Update Gramps XML schemas Also made a slight change to the XML format for places. 2014-05-14 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: typo (unused import) 2014-05-14 Nick Hall * gramps/gen/lib/place.py, gramps/plugins/export/exportxml.py, gramps/plugins/importer/importxml.py: 7692: Add alternative place names to Gramps XML 2014-05-14 Nick Hall * gramps/gui/editors/displaytabs/backrefmodel.py: Prevent removing idle process after it has finished 2014-05-13 Paul Franklin * gramps/gui/editors/editeventref.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editreporef.py: 5690: Can create multiple events with same Gramps-ID 2014-05-13 Nick Hall * gramps/gui/editors/editmedia.py: 7435: Revert b38e59 to fix error when creating new media object 2014-05-13 Nick Hall * gramps/plugins/tool/check.py: 7325: Use utility function to get full media path 2014-05-13 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/read.py, gramps/gen/db/test/db_test.py, gramps/gen/db/write.py, gramps/gen/proxy/proxybase.py, gramps/gui/editors/__init__.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/eventattrembedlist.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/editevent.py, gramps/gui/editors/filtereditor.py, po/POTFILES.skip: 7960: Store custom event attribute types in the metadata 2014-05-13 Nick Hall * gramps/gen/db/base.py, gramps/gen/db/read.py, gramps/gen/db/test/db_test.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/proxy/proxybase.py, gramps/gui/editors/__init__.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/filtereditor.py: 7571: Fix custom event types 2014-05-13 Jérôme Rapinat * gramps/cli/test/cli_test.py: 7657: 7648: SyntaxError with python3 on 'gramps.cli.test.cli_test' 2014-05-13 Jérôme Rapinat * gramps/gen/db/test/grampsdbtestbase.py: 7659: SyntaxError with python3 on 'gramps.gen.db.test.grampsdbtestbase' 2014-05-11 John Ralls * gramps/gui/configure.py: 7519: "Family Tree Directory Path" with accented characters Take 2. 2014-05-11 Paul Franklin * gramps/gui/editors/editeventref.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, po/POTFILES.in, po/POTFILES.skip: 5690: Can create multiple events with same Gramps-ID 2014-05-11 donfano * po/fr.po: 7685: Correction of the LDS ordinance names in French 2014-05-09 Pitxyoki * gramps/plugins/rel/rel_pt.py: 7671: Typo on Portuguese translation for 'third grandson/daughter' 2014-05-08 Human * gramps/plugins/tool/check.py: 7258 7665: NameError: global name 'conv_to_unicode' is not defined 2014-05-07 Jérôme Rapinat * gramps/gen/lib/grampstype.py: 7649: [Unit test] gramps type, encoding and to_struct(); specific to python2 2014-05-05 John Ralls * gramps/plugins/lib/libgedcom.py: 7666: ANSEL GEDCOM import messes up foreign characters Make the ansel code strings bytestrings. (cherry picked from commit 8d9436a8fc0a4ba17c07a9f351699b5754847f6b) 2014-05-04 Jérôme Rapinat * gramps/gen/db/test/db_test.py: 7663: readonly/readwrite and 'create_id' method into 'gen/db/test/db_test.py', no more 'create_id' in the DB code, see [2a6081] for more details 2014-05-04 Jérôme Rapinat * po/gramps.pot: update template; consistency on translation strings 2014-05-03 Paul Franklin * gramps/gen/db/base.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/plugins/importer/importcsv.py, gramps/plugins/tool/check.py: 7582: Cannot remove a primary object having a new created backreference This removes the create_id method from gen/db/write.py, since after a recent "from __future__ import unicode_literals" (there) it started producing unicode. Instead the create_id method in gen/utils/id.py is used, as its code is essentially identical, in use in many other places -- and does not produce unicode. 2014-05-03 Paul Franklin * gramps/gui/editors/editcitation.py: use a standard string, not a unique string 2014-05-03 verthezp * data/css/Web_Basic-Spruce.css: 7662: Missing closing bracket in Web_Basic-Spruce.css 2014-05-01 Jérôme Rapinat * gramps/cli/clidbman.py: 7648 7258: typo, io module called twice 2014-04-30 Jérôme Rapinat * gramps/plugins/tool/relcalc.glade: 7628: Relationship calculator not displaying data 2014-04-30 John Ralls * gramps/gen/utils/file.py: 7646: [Unit test] typo on 'gramps.gen.utils.file.py' Replace the call with ensuring that dirname is unicode; since TMP_DIR is guaranteed to be, os.path.join() willl return a unicode so further conversion is unnecessary. 2014-04-29 Josip * gramps/plugins/tool/relcalc.glade: 7628: Relationship calculator not displaying data 2014-04-29 Jérôme Rapinat * po/fr.po: merge from gramps40 the strings for appdata related to french translation 2014-04-29 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template and french translation 2014-04-28 Mirko Leonhaeuser * po/de.po: update German translation 2014-04-27 Paul Franklin * gramps/gen/plug/report/_reportbase.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py: fix (Arabic) comma in some other translated-output reports 2014-04-27 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py: fix comma in translated-output Ancestor and Descendant Tree reports 2014-04-27 Paul Franklin * gramps/gen/const.py, gramps/gen/display/name.py: enable name displayer to show a locale-specific (Arabic) comma 2014-04-26 Jérôme Rapinat * gramps/gui/glade/editpersonref.glade: 7630: Unable to edit citations on association 2014-04-25 Paul Franklin * gramps/plugins/textreport/placereport.py: fix deferred translation of dates and places, add name-format option 2014-04-25 Mirko Leonhaeuser * po/de.po: update German translation 2014-04-24 Paul Franklin * gramps/gui/plug/_guioptions.py: 7258 typos 2014-04-24 Paul Franklin * po/ar.po, po/gramps.pot: translate Arabic semicolon 2014-04-24 Jérôme Rapinat * gramps/gen/constfunc.py: 7258: incomplete commit; https://gramps-project.org/bugs/view.php?id=7258#c35856 2014-04-23 Mirko Leonhaeuser * po/de.po: update German translation 2014-04-21 Nick Hall * gramps/gui/navigator.py, gramps/plugins/sidebar/expandersidebar.py: Prevent warning message in expander navigation plugin 2014-04-21 John Ralls * gramps/gen/recentfiles.py: Make recentfiles.do_save exception safe. 2014-04-21 John Ralls * gramps/gen/utils/grampslocale.py: Fix None type exception when there's no localedir. 2014-04-21 Paul Franklin * gramps/plugins/importer/importxml.py: 7620: 'Display as' field in Name Editor reverts to Preferences default ... 2014-04-20 John Ralls * gramps/gui/dialog.py: Fix indentation errors Thanks to Paul Franklin for noticing. (cherry picked from commit d5f918040cc7041cea9b586eeabbbb6dbe4e8623) 2014-04-20 John Ralls * gramps/gen/utils/file.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/plugins/tool/check.py, gramps/plugins/view/mediaview.py, gramps/webapp/libdjango.py: Remove gramps.gen.utils.file.fix_encoding() Yet another overly complicated way to spell conv_to_unicode(). Note that unicode() and str.decode() are alternate spellings of the same function in Py2, and unicode(); note as well that this was used on strings coming from the GUI or the database, not the shell, so that using glocale.encoding was also incorrect. 2014-04-20 John Ralls * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/gen/plug/utils.py, gramps/gen/utils/file.py, gramps/gen/utils/image.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/viewmanager.py, gramps/gui/views/listview.py, gramps/plugins/export/exportpkg.py, gramps/plugins/tool/check.py, gramps/plugins/tool/eventcmp.py: Remove get_unicode_path_from_env_var(), get_unicode_path_from_file_chooser() Two very cumbersome ways of saying conv_to_unicode(). 2014-04-20 John Ralls * gramps/gen/constfunc.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_fileentry.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/webreport/narrativeweb.py: 7258: Replace os.getcwd() with gramps.gen.constfunc.get_curr_dir() Py2 on Win32 returns a str from os.getcwd(), which doesn't work with unicode in the path. New function get_curr_dir() uses the Windows GetCurrentDirectoryW to return a Unicode. 2014-04-20 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Don't try to set self.localedir to _first.localedir if the latter path doesn't exist. 2014-04-20 John Ralls * gramps/cli/clidbman.py, gramps/gen/const.py, gramps/gen/db/write.py, gramps/gen/utils/file.py, gramps/gen/utils/grampslocale.py, gramps/gui/dialog.py, gramps/plugins/view/pedigreeview.py: 7258: Remove all instances of sys.getfilesystemencoding() This function reliably returns a useful value only on MacOS X. On Linux it's incorrectly determined by the locale's encoding and on Windows it always returns 'mbcs' which is correct only on FAT file systems. 2014-04-20 John Ralls * gramps/gen/utils/resourcepath.py: 7258: Ensure that resource paths are set correctly when they include Unicode characters. 2014-04-20 Paul Franklin * gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/familygroup.py: flag some semicolons, for translation in Arabic 2014-04-19 John Ralls * gramps/gen/constfunc.py, gramps/gui/glade.py: 7258: A consequence of forcing paths to unicode is that we sometimes need to explicitly decode a path to utf8 to pass to Gtk Only in Py2, of course, since the Py3 version of PyGObject knows what to do. 2014-04-19 John Ralls * gramps/plugins/lib/libmetadata.py: 7258: Metadata viewer: Exiv2 can't handle Windows's UTF16 pathnames So open the file and pass the handle. 2014-04-19 John Ralls * gramps/gui/editors/editmedia.py: 7258: MediaEditor: Ensure that pathnames are always Unicode. 2014-04-19 John Ralls * gramps/plugins/docgen/cairodoc.py: 7258: Work around PyCairo path issue by opening the target file first. PyCairo, even the latest version, insists on using the 'mbcs' codec on path names on Windows. That destroys pathnames with characters that aren't in the current default code-page. 2014-04-20 Paul Franklin * po/ar.po: translate one more Arabic string 2014-04-20 Jérôme Rapinat * po/es.po, po/uk.po: Translation Memory (gramps40) for spanish and ukrainian according to their last revisions 2014-04-20 Jérôme Rapinat * po/it.po: merge some strings from gramps40 for the italian translation 2014-04-20 Jérôme Rapinat * debian/README.Debian, debian/changelog, debian/control, debian/gbp.conf, debian/gramps-help.docs, debian/gramps.dirs, debian/gramps.docs, debian/gramps.files, debian/gramps.install, debian/gramps.manpages, debian/gramps.menu, debian/gramps.postinst, debian/gramps.postrm, debian/gramps.prerm, debian/patches/0001-Correct-resource-path-in-setup.py.patch, debian/patches/0002-Disable-HTML-View.patch, debian/patches/series, debian/pycompat, debian/rules, debian/source/format, debian/source/local-options, debian/substvars, debian/watch: merge experimental debian stuff from gramps40 2014-04-19 Jérôme Rapinat * po/bg.po, po/en_GB.po, po/es.po, po/it.po, po/nn.po, po/pt_PT.po, po/sl.po, po/sr.po, po/sv.po, po/uk.po, po/zh_CN.po: merge some translation files (features freeze) 2014-04-19 Paul Franklin * po/ar.po: make one Arabic (comma) string "unfuzzy" 2014-04-18 Nick Hall * gramps/gen/db/write.py: Fix python2 bug when creating backup filename 2014-04-18 Jérôme Rapinat * po/gramps.pot: update translations template 2014-04-18 Jérôme Rapinat * gramps/plugins/gramplet/gramplet.gpr.py: move some devel gramplets to UNSTABLE, do not need to translate them 2014-04-18 Jérôme Rapinat * po/br.po, po/eo.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/ja.po, po/mk.po, po/ro.po, po/sq.po, po/tr.po, po/vi.po: merge some keys/values (updated translations) from gramps40 branch 2014-04-18 Jérôme Rapinat * po/ca.po, po/da.po, po/el.po, po/fi.po, po/lt.po, po/nb.po, po/nl.po, po/pl.po, po/pt_BR.po, po/sk.po: merge some keys/values (updated translations) from gramps40 branch 2014-04-18 Jérôme Rapinat * po/ar.po: 6926: date handling in arabic 2014-04-18 Jérôme Rapinat * po/ar.po: merge arabic translation 2014-04-17 John Ralls * gramps/plugins/drawreport/statisticschart.py: Correct lambda syntax for py3 Thanks to Paul Franklin for reporting it. 2014-04-17 Jérôme Rapinat * po/gramps.pot, po/update_po.py: sort translations output by file location for easier diff 2014-04-17 Jérôme Rapinat * gramps/plugins/tool/populatesources.py: workarounds for incomplet gtk3 migration and ValueError on populatesources debug tool, need a real fix 2014-04-17 Jérôme Rapinat * gramps/gui/glade/grampletpane.glade, gramps/gui/glade/tipofday.glade, po/fr.po, po/gramps.pot: update template, test french translation, think on merging and do not need to translate hidden titles (on glade) 2014-04-16 Paul Franklin * gramps/plugins/lib/libtreebase.py: fix another "po/update_po -p" warning 2014-04-13 John Ralls * gramps/gen/db/write.py: 7258: Fix a path encoding issue when upgrading the database. 2014-04-15 Nick Hall * gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py: Keep button active if current category is clicked 2014-04-15 Nick Hall * gramps/plugins/sidebar/dropdownsidebar.py: Fix popup menus in drop-down navigation sidebar 2014-04-15 Nick Hall * gramps/plugins/lib/libplaceview.py: Prevent MapList action warning 2014-04-15 John Ralls * gramps/plugins/docgen/cairodoc.py, gramps/plugins/view/pedigreeview.py: Bug 7258: Work around bug in Py2Cairo 1.8.10 and earlier on Linux (cherry picked from commit 117fbe2810d8bf28919315ec978bd1cde366bd61) 2014-04-15 Nick Hall * Gramps.py, gramps/__init__.py, gramps/cli/__init__.py, gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/cli/test/argparser_test.py, gramps/cli/test/cli_test.py, gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gen/__init__.py, gramps/gen/config.py, gramps/gen/const.py, gramps/gen/constfunc.py, gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ar.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_el.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_uk.py, gramps/gen/datehandler/_date_zh.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_dateutils.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/datehandler/test/datedisplay_test.py, gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/datehandler/test/dateparser_test.py, gramps/gen/datehandler/test/datestrings_test.py, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/base.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dbconst.py, gramps/gen/db/dictionary.py, gramps/gen/db/exceptions.py, gramps/gen/db/read.py, gramps/gen/db/test/cursor_test.py, gramps/gen/db/test/db_test.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/test/reference_map_test.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/dbstate.py, gramps/gen/display/__init__.py, gramps/gen/display/name.py, gramps/gen/errors.py, gramps/gen/filters/__init__.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/_genericfilter.py, gramps/gen/filters/_paramfilter.py, gramps/gen/filters/_searchfilter.py, gramps/gen/filters/rules/__init__.py, gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/filters/rules/_everything.py, gramps/gen/filters/rules/_hasattributebase.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasgrampsid.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_hasnotesubstrbase.py, gramps/gen/filters/rules/_hasreferencecountbase.py, gramps/gen/filters/rules/_hassourcebase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_hastagbase.py, gramps/gen/filters/rules/_hastextmatchingregexpof.py, gramps/gen/filters/rules/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/_isprivate.py, gramps/gen/filters/rules/_ispublic.py, gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/_matchessourceconfidencebase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_allcitations.py, gramps/gen/filters/rules/citation/_changedsince.py, gramps/gen/filters/rules/citation/_citationprivate.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/citation/_hasgallery.py, gramps/gen/filters/rules/citation/_hasidof.py, gramps/gen/filters/rules/citation/_hasnote.py, gramps/gen/filters/rules/citation/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/citation/_hasnoteregexp.py, gramps/gen/filters/rules/citation/_hasreferencecountof.py, gramps/gen/filters/rules/citation/_hassource.py, gramps/gen/filters/rules/citation/_hassourceidof.py, gramps/gen/filters/rules/citation/_hastag.py, gramps/gen/filters/rules/citation/_matchesfilter.py, gramps/gen/filters/rules/citation/_matchespagesubstringof.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/citation/_regexpidof.py, gramps/gen/filters/rules/citation/_regexpsourceidof.py, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_allevents.py, gramps/gen/filters/rules/event/_changedsince.py, gramps/gen/filters/rules/event/_eventprivate.py, gramps/gen/filters/rules/event/_hasattribute.py, gramps/gen/filters/rules/event/_hascitation.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_hasgallery.py, gramps/gen/filters/rules/event/_hasidof.py, gramps/gen/filters/rules/event/_hasnote.py, gramps/gen/filters/rules/event/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/event/_hasnoteregexp.py, gramps/gen/filters/rules/event/_hasreferencecountof.py, gramps/gen/filters/rules/event/_hassourcecount.py, gramps/gen/filters/rules/event/_hastag.py, gramps/gen/filters/rules/event/_hastype.py, gramps/gen/filters/rules/event/_matchesfilter.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/event/_matchesplacefilter.py, gramps/gen/filters/rules/event/_matchessourceconfidence.py, gramps/gen/filters/rules/event/_matchessourcefilter.py, gramps/gen/filters/rules/event/_regexpidof.py, gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_allfamilies.py, gramps/gen/filters/rules/family/_changedsince.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_childhasnameof.py, gramps/gen/filters/rules/family/_familyprivate.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_fatherhasnameof.py, gramps/gen/filters/rules/family/_hasattribute.py, gramps/gen/filters/rules/family/_hascitation.py, gramps/gen/filters/rules/family/_hasevent.py, gramps/gen/filters/rules/family/_hasgallery.py, gramps/gen/filters/rules/family/_hasidof.py, gramps/gen/filters/rules/family/_haslds.py, gramps/gen/filters/rules/family/_hasnote.py, gramps/gen/filters/rules/family/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/family/_hasnoteregexp.py, gramps/gen/filters/rules/family/_hasreferencecountof.py, gramps/gen/filters/rules/family/_hasreltype.py, gramps/gen/filters/rules/family/_hassourcecount.py, gramps/gen/filters/rules/family/_hassourceof.py, gramps/gen/filters/rules/family/_hastag.py, gramps/gen/filters/rules/family/_hastwins.py, gramps/gen/filters/rules/family/_isbookmarked.py, gramps/gen/filters/rules/family/_matchesfilter.py, gramps/gen/filters/rules/family/_matchessourceconfidence.py, gramps/gen/filters/rules/family/_memberbase.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_motherhasnameof.py, gramps/gen/filters/rules/family/_regexpchildname.py, gramps/gen/filters/rules/family/_regexpfathername.py, gramps/gen/filters/rules/family/_regexpidof.py, gramps/gen/filters/rules/family/_regexpmothername.py, gramps/gen/filters/rules/family/_searchchildname.py, gramps/gen/filters/rules/family/_searchfathername.py, gramps/gen/filters/rules/family/_searchmothername.py, gramps/gen/filters/rules/media/__init__.py, gramps/gen/filters/rules/media/_allmedia.py, gramps/gen/filters/rules/media/_changedsince.py, gramps/gen/filters/rules/media/_hasattribute.py, gramps/gen/filters/rules/media/_hascitation.py, gramps/gen/filters/rules/media/_hasidof.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/media/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/media/_hasnoteregexp.py, gramps/gen/filters/rules/media/_hasreferencecountof.py, gramps/gen/filters/rules/media/_hassourcecount.py, gramps/gen/filters/rules/media/_hassourceof.py, gramps/gen/filters/rules/media/_hastag.py, gramps/gen/filters/rules/media/_matchesfilter.py, gramps/gen/filters/rules/media/_matchessourceconfidence.py, gramps/gen/filters/rules/media/_mediaprivate.py, gramps/gen/filters/rules/media/_regexpidof.py, gramps/gen/filters/rules/note/__init__.py, gramps/gen/filters/rules/note/_allnotes.py, gramps/gen/filters/rules/note/_changedsince.py, gramps/gen/filters/rules/note/_hasidof.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/note/_hasreferencecountof.py, gramps/gen/filters/rules/note/_hastag.py, gramps/gen/filters/rules/note/_hastype.py, gramps/gen/filters/rules/note/_matchesfilter.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/note/_matchessubstringof.py, gramps/gen/filters/rules/note/_noteprivate.py, gramps/gen/filters/rules/note/_regexpidof.py, gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_changedsince.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_disconnected.py, gramps/gen/filters/rules/person/_everyone.py, gramps/gen/filters/rules/person/_familywithincompleteevent.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasalternatename.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_hasattribute.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascitation.py, gramps/gen/filters/rules/person/_hascommonancestorwith.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasevent.py, gramps/gen/filters/rules/person/_hasfamilyattribute.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hasgallery.py, gramps/gen/filters/rules/person/_hasidof.py, gramps/gen/filters/rules/person/_haslds.py, gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_hasnameorigintype.py, gramps/gen/filters/rules/person/_hasnametype.py, gramps/gen/filters/rules/person/_hasnickname.py, gramps/gen/filters/rules/person/_hasnote.py, gramps/gen/filters/rules/person/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/person/_hasnoteregexp.py, gramps/gen/filters/rules/person/_hasrelationship.py, gramps/gen/filters/rules/person/_hassourcecount.py, gramps/gen/filters/rules/person/_hassourceof.py, gramps/gen/filters/rules/person/_hastag.py, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/person/_hasunknowngender.py, gramps/gen/filters/rules/person/_havealtfamilies.py, gramps/gen/filters/rules/person/_havechildren.py, gramps/gen/filters/rules/person/_incompletenames.py, gramps/gen/filters/rules/person/_isancestorof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isbookmarked.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdefaultperson.py, gramps/gen/filters/rules/person/_isdescendantfamilyof.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantof.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isduplicatedancestorof.py, gramps/gen/filters/rules/person/_isfemale.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorof. py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofb ookmarked.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd efaultperson.py, gramps/gen/filters/rules/person/_islessthannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_ismale.py, gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof. py, gramps/gen/filters/rules/person/_ismorethannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_isrelatedwith.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_iswitness.py, gramps/gen/filters/rules/person/_matcheseventfilter.py, gramps/gen/filters/rules/person/_matchesfilter.py, gramps/gen/filters/rules/person/_matchessourceconfidence.py, gramps/gen/filters/rules/person/_matchidof.py, gramps/gen/filters/rules/person/_missingparent.py, gramps/gen/filters/rules/person/_multiplemarriages.py, gramps/gen/filters/rules/person/_nevermarried.py, gramps/gen/filters/rules/person/_nobirthdate.py, gramps/gen/filters/rules/person/_nodeathdate.py, gramps/gen/filters/rules/person/_peopleprivate.py, gramps/gen/filters/rules/person/_peoplepublic.py, gramps/gen/filters/rules/person/_personwithincompleteevent.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/filters/rules/person/_regexpidof.py, gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/person/_relationshippathbetween.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/filters/rules/person/_searchname.py, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_allplaces.py, gramps/gen/filters/rules/place/_changedsince.py, gramps/gen/filters/rules/place/_hascitation.py, gramps/gen/filters/rules/place/_hasgallery.py, gramps/gen/filters/rules/place/_hasidof.py, gramps/gen/filters/rules/place/_hasnolatorlon.py, gramps/gen/filters/rules/place/_hasnote.py, gramps/gen/filters/rules/place/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/place/_hasnoteregexp.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/place/_hasreferencecountof.py, gramps/gen/filters/rules/place/_hassourcecount.py, gramps/gen/filters/rules/place/_hassourceof.py, gramps/gen/filters/rules/place/_hastag.py, gramps/gen/filters/rules/place/_inlatlonneighborhood.py, gramps/gen/filters/rules/place/_matcheseventfilter.py, gramps/gen/filters/rules/place/_matchesfilter.py, gramps/gen/filters/rules/place/_matchessourceconfidence.py, gramps/gen/filters/rules/place/_placeprivate.py, gramps/gen/filters/rules/place/_regexpidof.py, gramps/gen/filters/rules/repository/__init__.py, gramps/gen/filters/rules/repository/_allrepos.py, gramps/gen/filters/rules/repository/_changedsince.py, gramps/gen/filters/rules/repository/_hasidof.py, gramps/gen/filters/rules/repository/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/repository/_hasnoteregexp.py, gramps/gen/filters/rules/repository/_hasreferencecountof.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gen/filters/rules/repository/_hastag.py, gramps/gen/filters/rules/repository/_matchesfilter.py, gramps/gen/filters/rules/repository/_matchesnamesubstringof.py, gramps/gen/filters/rules/repository/_regexpidof.py, gramps/gen/filters/rules/repository/_repoprivate.py, gramps/gen/filters/rules/source/__init__.py, gramps/gen/filters/rules/source/_allsources.py, gramps/gen/filters/rules/source/_changedsince.py, gramps/gen/filters/rules/source/_hasgallery.py, gramps/gen/filters/rules/source/_hasidof.py, gramps/gen/filters/rules/source/_hasnote.py, gramps/gen/filters/rules/source/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/source/_hasnoteregexp.py, gramps/gen/filters/rules/source/_hasreferencecountof.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py, gramps/gen/filters/rules/source/_hastag.py, gramps/gen/filters/rules/source/_matchesfilter.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py, gramps/gen/filters/rules/source/_matchestitlesubstringof.py, gramps/gen/filters/rules/source/_regexpidof.py, gramps/gen/filters/rules/source/_sourceprivate.py, gramps/gen/git_revision.py, gramps/gen/lib/__init__.py, gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/calendar.py, gramps/gen/lib/childref.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/const.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/eventroletype.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/family.py, gramps/gen/lib/familyreltype.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/handle.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/markertype.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/nametype.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placebase.py, gramps/gen/lib/placeref.py, gramps/gen/lib/placetype.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/privsrcnote.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/repotype.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/srcmediatype.py, gramps/gen/lib/srcnote.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/test/grampstype_test.py, gramps/gen/lib/test/merge_test.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py, gramps/gen/lib/urltype.py, gramps/gen/lib/witness.py, gramps/gen/merge/__init__.py, gramps/gen/merge/diff.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergeeventquery.py, gramps/gen/merge/mergefamilyquery.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/merge/mergepersonquery.py, gramps/gen/merge/mergeplacequery.py, gramps/gen/merge/mergerepositoryquery.py, gramps/gen/merge/mergesourcequery.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/mime/__init__.py, gramps/gen/mime/_pythonmime.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/__init__.py, gramps/gen/plug/_docgenplugin.py, gramps/gen/plug/_export.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_import.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_plugin.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/__init__.py, gramps/gen/plug/docbackend/cairobackend.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/__init__.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/fontscale.py, gramps/gen/plug/docgen/fontstyle.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/graphicstyle.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/menu/__init__.py, gramps/gen/plug/menu/_boolean.py, gramps/gen/plug/menu/_booleanlist.py, gramps/gen/plug/menu/_color.py, gramps/gen/plug/menu/_destination.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/menu/_family.py, gramps/gen/plug/menu/_filter.py, gramps/gen/plug/menu/_media.py, gramps/gen/plug/menu/_menu.py, gramps/gen/plug/menu/_note.py, gramps/gen/plug/menu/_number.py, gramps/gen/plug/menu/_option.py, gramps/gen/plug/menu/_person.py, gramps/gen/plug/menu/_personlist.py, gramps/gen/plug/menu/_placelist.py, gramps/gen/plug/menu/_string.py, gramps/gen/plug/menu/_style.py, gramps/gen/plug/menu/_surnamecolor.py, gramps/gen/plug/menu/_text.py, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_constants.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/plug/report/endnotes.py, gramps/gen/plug/report/stdoptions.py, gramps/gen/plug/report/utils.py, gramps/gen/plug/utils.py, gramps/gen/proxy/__init__.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/relationship.py, gramps/gen/simple/__init__.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpledoc.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/soundex.py, gramps/gen/test/config_test.py, gramps/gen/test/user_test.py, gramps/gen/updatecallback.py, gramps/gen/user.py, gramps/gen/utils/__init__.py, gramps/gen/utils/alive.py, gramps/gen/utils/callback.py, gramps/gen/utils/callman.py, gramps/gen/utils/cast.py, gramps/gen/utils/config.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/db.py, gramps/gen/utils/debug.py, gramps/gen/utils/docgen/__init__.py, gramps/gen/utils/docgen/csvtab.py, gramps/gen/utils/docgen/odstab.py, gramps/gen/utils/docgen/tabbeddoc.py, gramps/gen/utils/file.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/id.py, gramps/gen/utils/image.py, gramps/gen/utils/keyword.py, gramps/gen/utils/lds.py, gramps/gen/utils/libformatting.py, gramps/gen/utils/location.py, gramps/gen/utils/maclocale.py, gramps/gen/utils/place.py, gramps/gen/utils/resourcepath.py, gramps/gen/utils/string.py, gramps/gen/utils/test/callback_test.py, gramps/gen/utils/test/grampslocale_test.py, gramps/gen/utils/test/keyword_test.py, gramps/gen/utils/test/place_test.py, gramps/gen/utils/unknown.py, gramps/grampsapp.py, gramps/gui/__init__.py, gramps/gui/aboutdialog.py, gramps/gui/autocomp.py, gramps/gui/basesidebar.py, gramps/gui/clipboard.py, gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbguielement.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/display.py, gramps/gui/displaystate.py, gramps/gui/editors/__init__.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/addressmodel.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/attrmodel.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationbackreflist.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/citationrefmodel.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventbackreflist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/grampstab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/locationmodel.py, gramps/gui/editors/displaytabs/mediabackreflist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notebackreflist.py, gramps/gui/editors/displaytabs/notemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personbackreflist.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/personrefmodel.py, gramps/gui/editors/displaytabs/placebackreflist.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/placerefmodel.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/reporefmodel.py, gramps/gui/editors/displaytabs/sourcebackreflist.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/displaytabs/surnamemodel.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/displaytabs/webmodel.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplaceref.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsecondary.py, gramps/gui/editors/editsource.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/filters/__init__.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_filtermenu.py, gramps/gui/filters/_filterstore.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/__init__.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/glade.py, gramps/gui/glade/catalog/grampswidgets.py, gramps/gui/grampsgui.py, gramps/gui/listmodel.py, gramps/gui/logger/__init__.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/logger/_gtkhandler.py, gramps/gui/logger/_rotatehandler.py, gramps/gui/logger/test/rotate_handler_test.py, gramps/gui/makefilter.py, gramps/gui/managedwindow.py, gramps/gui/merge/__init__.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergesource.py, gramps/gui/plug/__init__.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/__init__.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/__init__.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/__init__.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/report/_webreportdialog.py, gramps/gui/plug/tool.py, gramps/gui/pluginmanager.py, gramps/gui/selectors/__init__.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectorexceptions.py, gramps/gui/selectors/selectorfactory.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/spell.py, gramps/gui/test/user_test.py, gramps/gui/thumbnails.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/utilscairo.py, gramps/gui/viewmanager.py, gramps/gui/views/__init__.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/__init__.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/lru.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/__init__.py, gramps/gui/widgets/basicentry.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/dateentry.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grabbers.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/linkbox.py, gramps/gui/widgets/menuitem.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/multitreeview.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/selectionwidget.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/springseparator.py, gramps/gui/widgets/statusbar.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/toolcomboentry.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/validatedcomboentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/gui/widgets/valueaction.py, gramps/gui/widgets/valuetoolitem.py, gramps/guiQML/__init__.py, gramps/guiQML/grampsqml.py, gramps/guiQML/questiondialog.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/__init__.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/cairodoc.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/export.gpr.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/filter.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/leak.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/soundgen.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importgrdb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importxml.py, gramps/plugins/importer/test/importvcard_test.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libhtmlbackend.py, gramps/plugins/lib/libhtmlconst.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libmixin.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libodfbackend.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceimport.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/lib/librecords.py, gramps/plugins/lib/librecurse.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/__init__.py, gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/lib/maps/constants.py, gramps/plugins/lib/maps/datelayer.py, gramps/plugins/lib/maps/dummylayer.py, gramps/plugins/lib/maps/dummynogps.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/lifewaylayer.py, gramps/plugins/lib/maps/markerlayer.py, gramps/plugins/lib/maps/messagelayer.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/lib/maps/selectionlayer.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/attributematch.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/lineage.py, gramps/plugins/quickview/linkreferences.py, gramps/plugins/quickview/onthisday.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/quickview/references.py, gramps/plugins/quickview/reporef.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/quickview/siblings.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/rel_uk.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/tool/verify.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/dashboardview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/personlistview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placelistview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/plugins/webreport/webplugins.gpr.py, gramps/plugins/webstuff/webstuff.gpr.py, gramps/plugins/webstuff/webstuff.py, gramps/test/__init__.py, gramps/test/regrtest.py, gramps/test/test/gedread_util_test.py, gramps/test/test/test_util_test.py, gramps/test/test_util.py, gramps/version.py, gramps/webapp/connection.py, gramps/webapp/context.py, gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/grampsdb/templatetags/my_tags.py, gramps/webapp/grampsdb/view/__init__.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/init_gramps.py, gramps/webapp/libdjango.py, gramps/webapp/manage.py, gramps/webapp/reports.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/urls.py, gramps/webapp/utils.py, po/test/po_test.py, po/update_po.py, setup.py, test/GrampsLogger/ErrorReportAssistant_Test.py, test/GrampsLogger/GtkHandler_Test.py, test/LosHawlos_bsddbtest.py, test/LosHawlos_dbtest.py, test/RunAllTests.py, windows/nsis/gcheck.py: Remove subversion substitution variables 2014-04-14 Paul Franklin * gramps/gen/lib/date.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportoptions.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importvcard.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/webcal.py: 7596: Translation of plurals does not allow the translator to omit the number 2014-04-14 Paul Franklin * gramps/cli/argparser.py, gramps/gen/lib/name.py, gramps/gen/plug/report/utils.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/tool/verify.py, gramps/plugins/webreport/narrativeweb.py: make "update_po -p" happier about unnamed strings 2014-04-14 Jérôme Rapinat * po/fr.po: spacing on french translation 2014-04-14 Zdeněk Hataš * po/cs.po: czech translation update 2014-04-13 Nick Hall * gramps/gen/filters/_filterlist.py: Fix unicode error when saving filters 2014-04-11 Nick Hall * gramps/gen/lib/placetype.py: GEPS 6: Add extra place types 2014-04-13 Josip * gramps/gen/db/write.py, gramps/gen/plug/_options.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/report/_options.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/plugins/webreport/webcal.py: 7258: transcode os.path.join args from the fs enc to prevent a crash fix plugin registration fix textual, html report etc (except cairo based report) fix web calendar report for python3 2014-04-12 Jérôme Rapinat * po/fr.po, po/gramps.pot: run update_po.py, update template and french translation 2014-04-12 Jérôme Rapinat * po/update_po.py: support comments 2014-04-11 Josip * gramps/plugins/tool/finddupes.glade: fix size of 'Potential Merges' dialog 2014-04-10 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade: Rename "parent" place to "enclosed by" 2014-04-10 Nick Hall * gramps/gui/editors/editfamily.py: Fix family editor callback 2014-04-01 Nick Hall * gramps/gui/viewmanager.py: 7119: Register history objects at startup 2014-04-10 Zdeněk Hataš * po/cs.po: czech translation update 2014-04-10 Josip * setup.py: ease found of perl in windows setup 2014-04-09 Paul Franklin * gramps/gen/display/name.py: 7276: translate some punctuation marks -- partial 2014-04-09 Josip * gramps/gen/const.py: git revision in windows 2014-04-09 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtreebase.py: 7585: provide translated output for Ancestor Tree and Descendant Tree reports 2014-04-08 Paul Franklin * gramps/gen/config.py: make gramps XML the initial default export type 2014-04-08 Josip * gramps/gen/db/write.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py: 7258: transcode os.path.join args from the fs enc to prevent a crash Fix 3rd party plugin loading for Py2/Py3 in Windows when sys.path is in Unicode or/and is not encodable in 'mbcs' encodings 2014-04-07 Nick Hall * data/evidencestyle/README, data/evidencestyle/evidence_style.csv, data/evidencestyle/evidencefieldgenerator.py, gramps/gen/lib/srcattrtype.py: Remove GEPS 018 related code 2014-04-06 John Ralls * gramps/gen/constfunc.py: Streamline conv_to_unicode Also handle "None" strings and change default encoding to 'utf8' so that it works without args when converting from UI input. 2014-04-07 John Ralls * gramps/gen/plug/_pluginreg.py: 7258: Avoid dumb encoding error when compiling gpr files 2014-04-07 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: 7588: Can not start [in Chinese on OSX] Force UTF-8 locale on Mac 2014-04-07 Josip * gramps/cli/clidbman.py, gramps/gen/db/write.py: 7258: transcode os.path.join args from the fs enc to prevent a crash :35653 rename family tree with python2 :35653 self.reference_map.delete 2014-04-04 John Ralls * gramps/gui/dbman.py: Convert the database title retrieved from the GUI to a unicode. 2014-04-04 John Ralls * gramps/cli/test/cli_test.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/utils/test/place_test.py: Fix up some failing tests 2014-04-03 John Ralls * gramps/cli/clidbman.py, gramps/gen/constfunc.py, gramps/gen/filters/_filterlist.py, gramps/gui/dbman.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/viewmanager.py, gramps/plugins/docgen/cairodoc.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/pedigreeview.py: Delete a bunch of superflous re-encodings of path names 2014-04-06 Josip * gramps/gui/aboutdialog.py: AboutDialog crashes with Python3 2014-04-06 Josip * gramps/gen/db/undoredo.py, gramps/gen/db/write.py: 7582: [Python2] Cannot remove a person having an event reference 2014-04-06 Josip * gramps/gen/constfunc.py: Change use of GetEnvironmentVariableW (#7582) 2014-04-05 Nick Hall * gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py: 7584: Fix update of active object after merge 2014-04-05 Josip * gramps/gui/plug/_windows.py: 6548: 'Available Gramps Updates for Addons' window not on top 2014-04-05 Josip * gramps/gen/recentfiles.py: fix recentfiles.py to work for both py2/py3 2014-04-04 Josip * gramps/cli/clidbman.py, gramps/gen/recentfiles.py, setup.py: 7258: transcode os.path.join args from the fs enc to prevent a crash 2014-04-04 Nick Hall * gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/groupembeddedlist.py: 1772: Select row on right click in embedded lists 2014-04-04 Nick Hall * gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/groupembeddedlist.py: 7455: Remove hover selection from embedded lists 2014-04-01 John Ralls * gramps/cli/clidbman.py, gramps/gen/db/write.py: Correctly encode the contents of the lock file. 2014-04-01 John Ralls * gramps/cli/clidbman.py: Win32: Fix crash in gramps -L when the database path includes a non-ascii character. 2014-04-03 John Ralls * gramps/cli/test/cli_test.py: Fix some errors and Py3 deprecations in cli_test.py 2014-04-03 John Ralls * gramps/cli/clidbman.py, gramps/cli/test/cli_test.py, gramps/gen/db/write.py: Test for ability to open a DB in an arbitrary Unicode path with a Unicode name. And fix a couple of bugs that made the test fail. 2014-04-03 Nick Hall * gramps/gui/editors/editcitation.py, gramps/gui/editors/objectentries.py: More informative messages in citation editor 2014-04-03 Nick Hall * gramps/gui/editors/objectentries.py: Fix drag & drop in citation editor 2014-04-03 Paul Franklin * gramps/gui/plug/export/_exportassistant.py: make the export assistant slightly wider 2014-04-03 Josip * gramps/gen/plug/_gramplet.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/views/pageview.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/view/htmlrenderer.py: Yet more fix of PyGObject-3.11 DeprecationWarning 2014-04-02 Josip * gramps/gui/configure.py, gramps/gui/displaystate.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/grampsgui.py, gramps/gui/managedwindow.py, gramps/gui/navigator.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/plugins/export/exportcsv.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py: More fix of PyGObject-3.11 DeprecationWarning 2014-04-02 Jérôme Rapinat * po/fr.po: typo on french translation 2014-04-02 Josip * gramps/gen/plug/_gramplet.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/altnameembedlist.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editfamily.py, gramps/gui/widgets/validatedmaskedentry.py: Fix PyGObject-3.11 DeprecationWarning GObject.idle_add() ==> GLib.idle_add() 2014-04-01 Jérôme Rapinat * gramps/gui/navigator.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py: 7572: Do not hide 'categorysidebar' from Plugins Manager, do not try to restore hidden gramplets, typo on grampletbar (LOG.warning) 2014-04-01 Jérôme Rapinat * gramps/plugins/tool/check.py: typo: NameError: global name 'gen' is not defined 2014-03-29 Nick Hall * gramps/plugins/gramplet/events.py: 7137: Fix updating of events gramplets 2014-03-29 Nick Hall * gramps/gen/db/write.py: 7559: Fix bug in abandon changes and quit 2014-03-27 John Ralls * gramps/gen/db/write.py, gramps/gui/configure.py: Use gramps.gen.const.HOME_DIR instead of os.environ['HOME'] $HOME doesn't exist on Windows, so os.environ['HOME'] gives the wrong answer. 2014-03-27 John Ralls * gramps/gen/const.py, gramps/gen/db/write.py, gramps/gen/utils/file.py, gramps/webapp/settings.py: 7258: Replace some os.environ['foo'] lookups missed earlier. 2014-03-25 John Ralls * gramps/gen/db/write.py: Prevent range error crash when loading a defective database. 2014-03-25 John Ralls * gramps/cli/clidbman.py, gramps/gen/db/undoredo.py, gramps/gen/db/write.py: 7258: Fix filesystem encoding in get_dbdir_summary and DbUndoBSDDB.close. 2014-03-25 Zdeněk Hataš * po/cs.po: czech translation update 2014-03-25 Jérôme Rapinat * po/fr.po: 7559: more accurate word for 'Undo' on french translation 2014-03-25 Igal Shapira * po/he.po: Updated Hebrew translations - update to latest gramps.pot and some minor fixes 2014-03-23 Paul Franklin * gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/quickview/samesurnames.py: 7476: Given Name Cloud Gramplet splits up given names into words 2014-03-23 John Ralls * gramps/gen/plug/docgen/graphdoc.py: 7332-Filename-Decoding-Error-in-Graphical-Reports Don't encode the filename for output. Python does that for you. 2014-03-11 John Ralls * gramps/cli/clidbman.py, gramps/gen/const.py, gramps/gen/constfunc.py, gramps/gen/db/read.py, gramps/gen/db/write.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/resourcepath.py, gramps/grampsapp.py, gramps/gui/aboutdialog.py, gramps/gui/dbman.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/viewmanager.py, gramps/plugins/lib/maps/osmgps.py, gramps/test/test/test_util_test.py: 7258: Transcode FS paths to avoid a crash The problem is really that the paths get munged into strings in the system codepage, losing or misinterpreting most Unicode. Python's os module is smart enough to encode the unicode to the file system encoding, but the bsddb module needs a little help. Provide a new function, constfunc.get_env_var(name, default=None) to cleanly import Unicode environment variables in Windows and use it in place of all instances of foo = os.environ['BAR] or foo = os.environ.get('BAR'). Os path functions are smart enough to convert unicode to the file system encoding on their own, but Db functions aren't, so provide an _encode function in gen.db.write.py and apply it where a path is being passed to DBEnv.open(). Also convert paths from the UI to unicode from 'utf8' rather than sysfilesystemencoding. The latter happens to be correct most of the time on Linux and OSX but is wrong on Windows. 2014-03-21 kdau * gramps/gui/widgets/styledtexteditor.py: 7501: Notes always say 'no data exists for note' when saving 2014-03-19 Vassilii Khachaturov * po/ru.po: RU translation update 2014-03-19 Munzir Taha * gramps/plugins/tool/notrelated.glade, gramps/plugins/tool/verify.glade: 7539: NotRelated and Verify data dialogs appear either too small or too big 2014-03-18 Paul Franklin * gramps/plugins/graph/gvfamilylines.py: fix translation of children count to use ngettext 2014-03-18 Mirko Leonhaeuser * po/de.po: update German translation 2014-03-18 Vassilii Khachaturov * gramps/plugins/importer/importvcard.py, gramps/plugins/importer/test/importvcard_test.py: 7212: vcard: only convert non-empty BDAY to text Discovered in #7530. 1) Previously, tests expected invalid BDAY with DD-MM-YYYY format to be ignored. Now they are wrapped with datestr (see #7212), and that is already covered by test_birthday_invalid_format_converted_to_datestr Corrected test expectations by removing the obsolete test. 2) Test expects that an empty BDAY record won't create any event objects. Modified import code accordingly -- we used to create an event object without date, regression in #7212. 2014-03-18 Vassilii Khachaturov * gramps/gen/test/constfunc_test.py: 7530: gen.test.constfunc_test broken in python3 Use the `in' operator rather than has_key() method to check for environment variables in os.environ. Works on both python2 and python3. 2014-03-15 John Ralls * gramps/cli/clidbman.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/utils/configmanager.py, gramps/gui/viewmanager.py: 7519: GRAMPs unable to handle ... Path with accented characters This replaces commit 8cbb3ef014d6dd0d91c2eafba298bdc41ead750b with removing the incorrect encoding of paths with the system filesystem encoding. Python is mostly smart enough to do that itself. Thanks to Paul Franklin and Josip Pisoj for their help with sorting this out. 2014-03-15 John Ralls * gramps/gen/utils/grampslocale.py: 7026: Eliminate localedir error message 2014-03-17 Paul Franklin * gramps/gen/lib/name.py, gramps/gen/plug/report/utils.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/tool/verify.py, po/POTFILES.in, po/POTFILES.skip: 7276: translate some punctuation marks -- partial 2014-03-16 Jérôme Rapinat * gramps/gui/glade/editcitation.glade: 6369 Couldn't find a target for a mnemonic activation on confidence into Citation Editor 2014-03-15 Nick Hall * gramps/plugins/gramplet/events.py: Fix bug in event gramplet 2014-03-15 Nick Hall * gramps/gui/editors/editcitation.py, gramps/gui/glade/editcitation.glade: Adjustments to the citation editor Remove publication information and abbreviation fields. Move tag button. 2014-03-15 Jérôme Rapinat * gramps/gui/editors/displaytabs/groupembeddedlist.py: 7510: do not drag and drop more than one data into editor tabs 2014-03-13 Jérôme Rapinat * gramps/plugins/importer/test/importgeneweb_test.py: 7530: typo on import geneweb unit test 2014-03-12 Mirko Leonhaeuser * po/de.po: update German translation 2014-03-08 John Ralls * gramps/gen/utils/configmanager.py: 7519: GRAMPs unable to handle ... Path with accented characters Much worse, actually. Gramps wasn't able to handle any non-ascii characters in any preference setting from Python2. repr() in Py2 effectively runs "encode(val, ascii, backslashreplace)" on its argument, and there's no way to reconstruct the string. 2014-03-08 John Ralls * gramps/gui/spell.py: 6854: Spelling messages at random cause hang for a few seconds. Improve error message to conditionally explain that there is no dictionary if that's in fact the case; otherwise log the actual exception string. 2014-03-08 John Ralls * gramps/gen/utils/maclocale.py: Remove some left-over diagnostic messages. 2014-03-08 John Ralls * mac/gramps.bundle, mac/gramps.modules, mac/settings.ini: 6808: Poor contrast mouse on mouse over Set the Gnome-standard 'Adwaita' theme, which doesn't have gray lines. 2014-03-08 Josip * gramps/gui/editors/editmedia.py: 7435: Media Editor error if Path value was changed to a non existing file fix media path 2014-03-08 Josip * gramps/plugins/lib/libmetadata.py: 7434: Media viewer list crashes during start if one try to select an entry where the media isn't available 2014-03-08 Josip * gramps/gui/editors/editmedia.py: 7435: Media Editor error if Path value was changed to a non existing file 2014-03-07 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: Bug 6538: Collation variants do not work properly If ICU is available, inspect the environment for $COLLATION and on a Mac also check the AppleCollationOrder default. Pass the results to a special ICU Locale used for sorting. 2014-03-07 John Ralls * gramps/gen/plug/_manager.py: Convert two common plugin errors from unhandled exceptions to warnings. Missing translation for the current primary locale. Import failure because of some missing dependency. Note that these handlers can be overridded in the module itself; this is just a fallback. 2014-03-07 John Ralls * gramps/gen/plug/_manager.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: Revert "Bug 6538: Collation variants do not work properly" This reverts commit e0c896fe1210123bbe47d4c04a1abbdec9fbc35d. Picked up too much in one change. 2014-03-07 John Ralls * gramps/gen/plug/_manager.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: Bug 6538: Collation variants do not work properly Pass fully-qualified locale found in $LC_COLLATE to ICU. 2014-03-07 John Ralls * gramps/plugins/drawreport/statisticschart.py: Bug 6696: sort failure using key=glocale.sort_key Correct the call with a lambda. 2014-03-07 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template and french translation 2014-03-06 John Ralls * setup.py: Bug 7026: misleading diagnostics when locale resources aren't built This problem is from setup.py test, so ensure that there's a 'build' directory before running test. 2014-03-06 John Ralls * gramps/gen/utils/grampslocale.py: Move the icu missing warning to after setting up the log handler. 2014-03-05 Nick Hall * gramps/gui/editors/editcitation.py, gramps/gui/editors/objectentries.py, gramps/gui/glade/editcitation.glade: Add source fields to citation editor 2014-03-05 Nick Hall * gramps/gui/editors/editplaceref.py: Fix parent place selection for new places 2014-03-05 Nick Hall * gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/editplace.py: Automatically populate the place title field 2014-03-04 Nick Hall * gramps/gen/config.py, gramps/gen/db/upgrade.py, gramps/gen/lib/place.py, gramps/gui/editors/__init__.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/altnameembedlist.py, gramps/gui/editors/displaytabs/altnamemodel.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplacename.py, gramps/gui/views/treemodels/placemodel.py, po/POTFILES.in, po/POTFILES.skip: Implement alternative place names 2014-03-03 Nick Hall * gramps/gui/editors/editplace.py: Hide alternate locations list when empty 2014-03-04 Zdeněk Hataš * po/cs.po: czech translation update 2014-03-04 John Ralls * gramps/gen/utils/grampslocale.py: Bug 7377 - Ver 4.0.2 starts in East Asian Language Because there is no en.po for Gramps, so the C gettext called from GtkBuilder skips to the next translation in the list. Fix makes sure that there is no next translation. 2014-03-04 kulath * gramps/gen/db/upgrade.py, gramps/plugins/tool/check.py: 6194: Database corrupted - TypeError: unhashable type: 'list' Fixed upgrade to deal with sourceref in media references in Sources. Also fixed Check and Repair to repair previously broken databases. 2014-03-02 Nick Hall * gramps/gui/editors/editcitation.py, gramps/gui/editors/editsource.py, gramps/gui/editors/objectentries.py, gramps/gui/glade/editcitation.glade: Simplify citation editor and add source selection 2014-03-01 Paul Franklin * gramps/gui/views/treemodels/flatbasemodel.py: partly revert 7470: Upgrade to db version 17 fails in Python3 due to use of iteritems 2014-02-28 Nick Hall * gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/personeventembedlist.py: 7342: Update column order in editor event tabs 2014-02-28 Nick Hall * gramps/plugins/gramplet/events.py: 7342: Split details column in events gramplet 2014-02-28 Nick Hall * gramps/plugins/view/eventview.py: 7342: Update default columns in event view Add main participant. Change order to be consistent with selector. 2014-02-28 Nick Hall * gramps/gui/selectors/selectevent.py: 7342: Better column order in event selector 2014-02-28 Nick Hall * gramps/gui/selectors/selectsource.py: Add author column to source selector 2014-02-26 John Ralls * mac/gramps.modules: Remove no longer needed icu repo 2014-02-26 Paul Franklin * gramps/gen/lib/date.py: 7276: translate some punctuation marks -- partial 2014-02-25 John Ralls * mac/gramps.modules: Move icu module to gtk-osx-unsupported.modules 2014-02-25 Marc Hulsman * gramps/plugins/tool/check.py: Add integrity check for parent places 2014-02-25 Nick Hall * gramps/gen/db/read.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/lib/refbase.py, gramps/plugins/lib/libplaceimport.py: 7482: Fix python3 problems with new place structure Based on patches by Marc Hulsman. 2014-02-25 Vassilii Khachaturov * gramps/gui/editors/editnote.py: 7097: EditNote hangs initially on misspelled note Disable undo during the initial note text population, so as to avoid bombardment with gtkspell-... tags for the misspelled text. 2014-02-18 John Ralls * mac/gramps.bundle: Bug 6784 GraphView fails to load. Also 7168, 7169, and 7428. Graphview won't load if libgoocanvas isn't in the bundle. D'oh. 2014-02-24 TonyG * gramps/plugins/tool/removeunused.glade: 7498: List in Unused Objects dialog has limited space 2014-02-20 John Ralls * gramps/gen/utils/grampslocale.py: Bug 7377 Ver 4.0.2 starts in East Asian Language Revert "GrampsLocale: Don't set to 'C' if LANG is en_US" This reverts commit bdd336f38e900a6a2e14c7cd441fba5aad733bec. It turns out that Gtk's having an 'en' translation isn't the only reason for doing this: GtkBuilder uses $LANGUAGE too, and will look for an english translation of strings in our Glade files. Since there's no en.po or en_US.po, it will go to the next language in the list and produce confusing results. 2014-02-20 John Ralls * gramps/gen/utils/maclocale.py: Better fix for bug 7122. 2014-02-20 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: Fix up grampslocale logging a bit. Send log messages "up the chain", make maclocale a sub-log of grampslocale. 2014-02-19 Paul Franklin * gramps/gen/config.py, gramps/plugins/view/htmlrenderer.gpr.py: don't warn, WebKit is not in Mac or Windows bundles 2014-02-20 Mirko Leonhaeuser * po/de.po: update German translation 2014-02-19 Benny Malengier * INSTALL: remove stale part of install file 2014-02-19 Jérôme Rapinat * gramps/gui/glade/editattribute.glade: 7484: Selection lists in Attribute Editor have limited space 2014-02-19 Jérôme Rapinat * gramps/gui/plug/report/_styleeditor.py, po/fr.po, po/gramps.pot: 566 7477: Translate 'New Style' and 'Default' on StyleEditor; update template for translation strings 2014-02-19 Vassilii Khachaturov * gramps/gui/spell.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/undoablestyledbuffer.py: 7097: add UndoableStyledBuffer.undo_disabled Refactoring away the coupling between Spell and StyleTextEditor innards: 1) add a context manager UndoableStyledBuffer.undo_disabled 2) add a forwarding to it as StyleTextEditor.undo_disabled 3) use that in Spell.__real_set_active_spellcheck 2014-02-19 Vassilii Khachaturov * gramps/gui/spell.py: 7097: attaching spell checker isn't undoable Quick-and-dirty fix removing the hang. Needs to be refactored in order not to expose the knowledge of StyleTextEditor's innards to Spell. 2014-02-16 Vassilii Khachaturov * gramps/gui/widgets/styledtextbuffer.py: 7097: spell.py hangs on a note for tens of secods shave off ~15s out of 40s of the hang 2014-02-15 John Ralls * mac/gramps.modules: Update icu to version 52.1 Fixes an OSX compilation bug. 2014-02-18 Mirko Leonhaeuser * po/de.po: fix bug 0007487 and update German translation 2014-02-17 Paul Franklin * gramps/gui/plug/report/_bookdialog.py: in GUI, read "paper" options from books.xml 2014-02-17 Paul Franklin * gramps/gen/plug/report/_book.py: enable "paper" options in books.xml 2014-02-17 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: 7117: disallow new year unless Julian or like cal Unit test. 2014-02-17 Vassilii Khachaturov * gramps/gen/lib/date.py: 7117: disallow new year unless Julian or like cal raise an exception from Date.set for a meaningless newyear parameter Add Date.CALENDARS to reduce cut-and-paste here and with the unit test 2014-02-17 noirauds * gramps/plugins/webreport/narrativeweb.py: 0007488: After creating narrative web report, some temporary files remains in /tmp 2014-02-16 Paul Franklin * gramps/gui/plug/report/_styleeditor.py: 7477: Users should not be allowed to delete 'default' style in Style Editor 2014-02-16 Paul Franklin * gramps/cli/plug/__init__.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/report/_paper.py, gramps/gui/plug/report/_papermenu.py, po/POTFILES.in, po/POTFILES.skip: translate some paper names, suggested in 0566 2014-02-16 Paul Franklin * gramps/gui/plug/report/_styleeditor.py: 0566: Translate the "New Style" and "Default" on StyleEditor.py 2014-02-16 Marc Hulsman * gramps/gui/merge/mergeplace.py: 7483: Remove reference to non-existant widgets 2014-02-16 Vassilii Khachaturov * gramps/gen/utils/debug.py: debug.profile: support kwargs and ret values 2014-02-16 Zdeněk Hataš * po/cs.po: czech translation update 2014-02-16 Vassilii Khachaturov * gramps/plugins/tool/reorderids.py: 7469: ReorderIDs: global name 'gen' is not defined 2014-02-14 John Ralls * gramps/gen/utils/maclocale.py: Bug 7122 - Gramps does not start Handle AppleCollationOrder returning an empty string 2014-02-14 Zdeněk Hataš * po/cs.po: czech translation update 2014-02-14 noirauds * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography : Adding bookmarks (follow bug 7240) 2014-02-14 Éric Doutreleau * gramps/plugins/tool/patchnames.glade: 7465: scroll window for patchname tool didn't expand 2014-02-13 Marc Hulsman * gramps/gen/db/upgrade.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/plugins/importer/importxml.py: 7470: Upgrade to db version 17 fails in Python 3 due to use of iteritems 2014-02-11 Jérôme Rapinat * gramps/gui/grampsgui.py: Display the warning message before running trunk version 2014-02-10 Jérôme Rapinat * gramps/gen/config.py, gramps/gui/grampsgui.py: Re-enable warning during devel stage on trunk 2014-02-10 Jérôme Rapinat * gramps/gen/config.py: Re-enable warning during devel stage on trunk 2014-02-09 Paul Franklin * gramps/gen/plug/docgen/stylesheet.py: encode every "style" file in utf-8 2014-02-09 noirauds * gramps/plugins/lib/maps/geography.py: Geography : Add the possibility to clear the tiles cache for the current map. 2014-02-09 noirauds * gramps/plugins/lib/maps/osmgps.py: bug 7368 : Geography gramplet does not communicate over proxy server with autorisation. 2014-02-09 noirauds * gramps/plugins/view/htmlrenderer.py: bug 7447: HTML View fails to load on Debian unstable. 2014-02-08 Jérôme Rapinat * po/ar.po, po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/fi.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/uk.po, po/zh_CN.po: 6926: inflecting month names in dates in several reports 2014-02-06 Jérôme Rapinat * data/gramps.appdata.xml.in: use paragraphs on AppData for consistency (handling translations) 2014-02-06 Jérôme Rapinat * po/fr.po: cleanup french translation 2014-02-06 Jérôme Rapinat * po/POTFILES.in, po/gramps.pot: Check for missing references into template (gramps.pot) via intltool-update -m 2014-02-05 Nick Hall * gramps/gen/merge/test/merge_ref_test.py: Add place type 2014-02-05 Nick Hall * gramps/gen/merge/test/merge_ref_test.py: Fix unicode bug 2014-02-04 Paul Franklin * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/geography.gpr.py: 7439: pre-load alert dialogs crash w/o DISPLAY 2014-02-04 Nick Hall * gramps/gui/filters/sidebar/_personsidebarfilter.py: Fix person sidebar filter 2014-02-03 Nick Hall * gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_hasdayofweek.py, gramps/gen/lib/date.py, gramps/gui/editors/filtereditor.py, po/POTFILES.in: Add HasDayOfWeek rule 2014-02-02 Nick Hall * gramps/gen/filters/rules/_haseventbase.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py: 7419: HasEventBase should not include primary role 2014-02-02 Nick Hall * gramps/gui/autocomp.py: 7429: Fix bug when an empty string is used as custom type 2014-01-30 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/gui/editors/editdate.py: 7117: disallow new year unless Julian or like cal 2014-01-30 Vassilii Khachaturov * gramps/gui/editors/editplace.py: l10n: collate _T_ and _ into just _ = sgettext Thanks to Paul Franklin for reviewing [ada8cf] and suggesting this. 2014-01-30 Vassilii Khachaturov * po/ru.po: RU: translation update Border: граница -> рамка 2014-01-29 Vassilii Khachaturov * po/ru.po: RU: translation - redundant caps and minor fixes 2014-01-29 Vassilii Khachaturov * gramps/gui/grampsgui.py: trunk is 4.1 not 3.x nowadays should probably use version from const.py 2014-01-29 Vassilii Khachaturov * gramps/gui/editors/editplace.py, gramps/gui/merge/mergerepository.py: l10n: trying to add context for "Name:" Fix minor mistakes in my [c574f3]. 2014-01-28 Nick Hall * gramps/gui/filters/sidebar/_eventsidebarfilter.py: 7419: Fix HasEvent filter in sidebar gramplet 2014-01-27 gzsuniq <7412-submitter@gramps-project.org> * gramps/gui/glade/editnote.glade: 7412: Edit Note window is too small 2014-01-27 Jérôme Rapinat * debian/rules: 6918 7413: COPYING file is missing into debian package 2014-01-26 Nick Hall * gramps/gen/filters/_filterparser.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/person/_hasevent.py, gramps/gui/editors/filtereditor.py: 6519: Add primary role option to event filter 2014-01-26 Jérôme Rapinat * gramps/gui/widgets/fanchart.py, gramps/plugins/view/pedigreeview.py: 7399: Cannot copy via context menu on Views into Charts Category 2014-01-26 Jérôme Rapinat * gramps/gui/editors/displaytabs/surnametab.py: 6868: Tab sequence in Name Editor causes an error 2014-01-25 Nick Hall * gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_hassourcenoteregexp.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, po/POTFILES.in: 7183: Fix source note citation filter 2014-01-25 Jérôme Rapinat * gramps/gui/widgets/styledtexteditor.py: 7388: Clicking on www link in Welcome Gramplet when detached causes crash 2014-01-25 Jérôme Rapinat * gramps/plugins/gramplet/citations.py: 7232: 'TreePath' has no len(); str(TreePath) can have a len()... 2014-01-24 BennyP * gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade: 7409 7331: Selection lists do not expand for some edit dialogs 2014-01-24 BennyP * gramps/gui/glade/editmedia.glade: 7409 7331: Selection lists do not expand for some edit dialogs 2014-01-23 Mirko Leonhaeuser * po/de.po: update German translation 2014-01-23 Nick Hall * gramps/plugins/textreport/indivcomplete.py: Make event groups consistent with event type menu 2014-01-22 Nick Hall * gramps/gen/filters/rules/person/_hasassociation.py: 5123: Fix bug in associations filter 2014-01-22 Jérôme Rapinat * gramps/gui/columnorder.py: 7361: Do not save column order if there is not at least one column 2014-01-22 Vassilii Khachaturov * po/ru.po: RU translation update minor sp. 2014-01-21 Theophraste <5775-submitter@bugs.gramps-project.org> * gramps/plugins/tool/reorderids.py: 5775: ID reorder tool doesn't update citation IDs reapplied from gramps34 2014-01-21 Josip * gramps/grampsapp.py: 7378: Starting Gramps without console not possible 2014-01-21 Josip * gramps/plugins/lib/libgedcom.py: 7313: 'utf8' codec can't decode byte 0xa0 in position 6: invalid start byte 2014-01-21 Vassilii Khachaturov * po/ru.po: RU: translation update ~560 untranslated (8%) 2014-01-21 Jérôme Rapinat * gramps/gui/editors/editdate.py: 7404: update docstring 2014-01-21 Vassilii Khachaturov * gramps/gui/editors/editdate.py: 7317,7360: also use 'value-changed' signal With gtk3 controls, the day/year changes aren't caught otherwise 2014-01-21 Vassilii Khachaturov * po/ru.po: RU: translation update No more fuzzies, untranslated down to 609 (9%) 2014-01-21 Vassilii Khachaturov * po/ru.po: l10n: ru.po merged new POT 2014-01-21 Vassilii Khachaturov * po/gramps.pot: POT regen to pick up my "Name:" context disambig from [c574f3] 2014-01-21 Vassilii Khachaturov * gramps/gui/editors/editdate.py: 7360: Calendar conversion broken in date editor Port my fix from gramps34: [ecdcca] [aa9deb] The enable/disable code behaves worse under gtk3, need further polish (this is not related to the current fix). Sometimes the changes to the d/m/y edit fields don't fire the "changed" signal with the UI value seen by build_date_from_ui 2014-01-21 Nick Hall * gramps/plugins/tool/testcasegenerator.py: Update test case generator for new place structure 2014-01-21 Nick Hall * gramps/plugins/tool/testcasegenerator.py: Fix bugs in the test case generator 2014-01-20 Vassilii Khachaturov * gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gui/editors/editplace.py, gramps/gui/glade/editplace.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py: l10n: trying to add context for "Name:" "Name" as in "Personal name" is different from "Name" as in "identification of a repository" or in "place name", at least in Russian. Splitting away "repo|Name:" and "place|Name:" We need to dynamically set the labels in glade. See gramps-devel thread "context support for labels in glade?" 2014-01-20 Vassilii Khachaturov * po/ru.po: RU: translation update No more fuzzies, untranslated down to 631 (9%), check_po lint reviewed. 2014-01-20 Vassilii Khachaturov * po/ru.po: RU: merge new POT 2014-01-20 Vassilii Khachaturov * po/gramps.pot: l10n: pick string fixes in editplace.py regen POT with my string changes from [b2f41a] 2013-12-21 Vassilii Khachaturov * .gitignore: ignore test/data 2014-01-17 Jérôme Rapinat * gramps/gui/filters/sidebar/_citationsidebarfilter.py: 7370: entries were set twice 2014-01-17 Jérôme Rapinat * gramps/gui/filters/sidebar/_citationsidebarfilter.py: 7370: Citation sidebar filter raises unicode exception with python3 2014-01-17 Jérôme Rapinat * gramps/plugins/importer/importgedcom.glade: 7134: fit encoding selector dialog 2014-01-17 Jérôme Rapinat * gramps/gen/plug/utils.py: Use sgettext for handling context (english locale) 2014-01-17 Jérôme Rapinat * gramps/gen/const.py: Update About dialog (2013 -> 2014) 2014-01-17 Doug Blank * gramps/plugins/export/exportxml.py: 6690: Not being able to write a .gramps produces a scary message about DB corruption 2014-01-15 Benny Malengier * gramps/gen/lib/citationbase.py: 7157: better support for objects having citations as subobjects 2014-01-15 Jérôme Rapinat * gramps/gui/glade/baseselector.glade, gramps/gui/glade/editchildref.glade: 7331: Events and Children selectors don't use all available space of dialog box; 3.6 < gtk+ < 3.10; patch by BennyP (missing on author list) 2014-01-10 Jérôme Rapinat * gramps/gui/selectors/selectsource.py: 7157: typo by adding 'Last Change' column 2014-01-09 Doug Blank * gramps/gen/merge/diff.py: Delete items in list by assigning Null 2014-01-08 Doug Blank * gramps/gen/merge/diff.py: Allow calling lists to select and filter 2014-01-07 Doug Blank * gramps/gen/merge/diff.py: SQL-like allows selection and filter of elements in a list using attr.attr('part', part=value) 2014-01-07 John Ralls * gramps/plugins/webstuff/webstuff.py: Bug 7363: file-not-found exception when generating narrative web document.png is in images/ not images/webstuff/ 2014-01-07 John Ralls * mac/gramps.modules: Set version on osm-gps-map 2014-01-07 Doug Blank * gramps/gen/plug/docbackend/docbackend.py, gramps/plugins/webreport/narrativeweb.py: 7357: Adding link to a "Html code" note using the "Link" button has no effect 2014-01-07 Vassilii Khachaturov * po/ru.po: RU translation update 2014-01-07 Vassilii Khachaturov * gramps/gui/editors/editplace.py: strip redundant trailing ' in 2 localized messages 2014-01-07 Vassilii Khachaturov * po/ru.po: RU: merged new POT 2014-01-07 Vassilii Khachaturov * po/gramps.pot: POT update To pick up my [ca57d2] l10n: need to disambiguate "New" at least for RU 2014-01-07 Vassilii Khachaturov * gramps/gen/plug/utils.py: l10n: need to disambiguate "New" at least for RU 2014-01-07 Vassilii Khachaturov * po/ru.po: RU: translation update resolve fuzzies, some new strings even translated some strings from srcattrtype :-) 2014-01-06 Josip * gramps/gen/filters/_searchfilter.py: 7179: Select an existing person causes crash in searchfilter refix, aplay only to Windows 2014-01-06 Josip * gramps/gen/filters/_searchfilter.py: 7179: Select an existing person causes crash in searchfilter 2014-01-06 Josip * gramps/gui/spell.py: 7339: Spell: Gramps crashes if myspell folder doesn't contain files for the currently used LANG With patch works like: * default to dictionary in system locale if exist (language Gramps use) * if no system-locale dictionary default to English dictionary if exist but allow selection of any other installed one * if both English and system-locale dictionary is not available, disable spellchecking 2014-01-06 Jérôme Rapinat * gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py: 5024: add 'Last Change' column on selectors, if missing 2014-01-04 Vassilii Khachaturov * gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/labels.py: 7336: Gramps changes root cursor to hand Following the suggestion from QuLogic, change get_root_window to get_window for the set_cursor scope, like in my #6740 fix. 2013-12-31 Nick Hall * gramps/gui/selectors/selectperson.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/plugins/lib/libpersonview.py: Add new columns to person view 2013-12-31 Nick Hall * gramps/gen/filters/rules/person/_isancestorof.py: 7340: Performance improvement in ancestor filter 2013-12-30 Vassilii Khachaturov * gramps/gen/plug/utils.py: 7172: more meaningful LOG warning plug/utils.py Reapply [5c467c] from gramps34 2013-12-30 Vassilii Khachaturov * gramps/plugins/export/exportgedcom.py, gramps/plugins/lib/libgedcom.py: 6380: GEDCOM export error for family _UID Port gramps34 [429c18] Applying patch from 2013-12-24 by Enno Borgsteede, fixing attribute processing on the path that handled _UID and adding another extension, _FSFTID. 2013-12-26 Vassilii Khachaturov * gramps/gen/recentfiles.py: 7327: friendlier diagnostics during parsing In preparation for fixing the bug, discovered minor glitches in the open/lock/close logic on error paths. Using the RAII syntax for xml_file and removing redundant unlock-before-close. The parse errors now have friendlier verbiage, give action suggestions, and point to the actual file location for better usability and maintainability. 2013-12-28 Doug Blank * gramps/gen/merge/diff.py: Experimental subselection in list using list['field1, field2'] 2013-12-28 Doug Blank * gramps/gen/merge/diff.py: Allow an attribute lookup on a list to select from the list 2013-12-28 Doug Blank * gramps/gen/lib/childref.py, gramps/gen/lib/eventref.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/placeref.py, gramps/gen/lib/refbase.py, gramps/gen/lib/reporef.py: Fixed RefBase.to_struct in gen.lib objects 2013-12-27 Doug Blank * gramps/gen/merge/diff.py: Error in schema 2013-12-27 Doug Blank * gramps/gen/simple/_simpletable.py: Added link keyword to row method of SimpleTable 2013-12-27 Doug Blank * gramps/gen/merge/diff.py: Handle update set anywhere in struct 2013-12-26 Doug Blank * gramps/gen/db/dictionary.py, gramps/gen/merge/diff.py: Add batch to DictionaryDB; update Query updates in batch mode 2013-12-26 Doug Blank * gramps/gui/widgets/grampletpane.py: Fixed Gtk3 buffer.get_text issue 2013-12-26 Doug Blank * gramps/gui/views/pageview.py: Removed handling of control+v from default pageview handler that was only used in places where it shouldn't (dashboard) 2013-12-26 Nick Hall * gramps/gui/widgets/monitoredwidgets.py: 7333: Reduce number of columns in LDS temple selector 2013-12-26 Doug Blank * gramps/gen/merge/diff.py: Revised Struct get and set now that Python handles lookup through eval; general cleanup 2013-12-26 Vassilii Khachaturov * gramps/plugins/export/exportcsv.py: 6955: warn on non-primary surnames not exported reapply from gramps34 2013-12-26 Doug Blank * gramps/gen/merge/diff.py: Cleanup, all selects, and deletes working 2013-12-25 Doug Blank * gramps/gen/lib/refbase.py, gramps/gen/merge/diff.py: Different in getitem depending on whether assignment, or lookup; fixed from_struct on BaseRef 2013-12-25 Doug Blank * gramps/gen/merge/diff.py: Removed getitem_from_path---now uses eval() [eg, __getitem__] for such functions 2013-12-24 Doug Blank * gramps/gen/merge/diff.py: Error in using transactions 2013-12-24 Doug Blank * gramps/gen/db/dictionary.py, gramps/gen/merge/diff.py: Working in remove in dictionaryDB; fix for Dictionary Cursors 2013-12-24 Doug Blank * gramps/gen/simple/_simpleaccess.py: Added missing get-all methods 2013-12-24 Doug Blank * gramps/gen/merge/diff.py: Protection from fields that are None in Struct 2013-12-24 Doug Blank * gramps/gen/lib/refbase.py: Added missing Handle in to_struct in refbase 2013-12-23 Doug Blank * gramps/gen/db/write.py: Don't go through loop if not Python 3; fixed typo 2013-12-23 Doug Blank * gramps/gen/merge/diff.py: Allow update_db to work with existing transaction; setitem now works; getitem will return Struct only when more struct 2013-12-23 Doug Blank * gramps/gen/db/dictionary.py, gramps/gen/db/write.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/referencedbyselection.py: Added remove_func to _tables; added remove_from_database(item) 2013-12-23 Jérôme Rapinat * gramps/gui/glade/dialog.glade: 7316: use ellipsize at the begining adjusts text and make missing media dialog more fit 2013-12-22 Nick Hall * gramps/gen/lib/eventtype.py, gramps/gen/lib/grampstype.py, gramps/gui/autocomp.py, gramps/gui/editors/filtereditor.py, gramps/gui/widgets/monitoredwidgets.py: Enhance event type selector to use sub-menus 2013-12-21 Nick Hall * gramps/gui/editors/filtereditor.py: Add custom types to selection widgets 2013-12-22 Jérôme Rapinat * gramps/gen/datehandler/_date_fr.py: 6926: more Germanic names established by the Emperor Charlemagne in the 800s 2013-12-21 Vassilii Khachaturov * gramps/gui/editors/editdate.py: 7317: DateEdit statusbar to report invalid dates Port [6b0b9f] from gramps34 Add/remove an explanatory prompt on the statusbar along with disabling/enabling the "OK" button when the date is invalid. 2013-12-21 Vassilii Khachaturov * gramps/gui/glade/editdate.glade: 7317: DateEdit statusbar to report invalid dates Port [0c80c5] from gramps34 add the status bar to the date editor dialog 2013-12-20 Doug Blank * gramps/gui/editors/editdate.py, gramps/plugins/drawreport/calendarreport.py: unicode literals for {} formats 2013-12-20 Doug Blank * gramps/cli/user.py: Added unicode_literals; thanks Nick 2013-12-20 Doug Blank * gramps/webapp/client.py, gramps/webapp/settings.py: Changes for Python client to login and exchange webapp server data 2013-12-20 Doug Blank * gramps/webapp/grampsdb/views.py: Added http://URL?format=json version to use same URLs but to get JSON format (works on primary detail views); see also http://URL/json?q=SEARCH&field=person for query interface 2013-12-20 Doug Blank * gramps/gen/merge/diff.py: Ability to use 'where ITEM in part.part.part' for the Query Gramplet 2013-12-20 Doug Blank * gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/libdjango.py, gramps/webapp/utils.py: Person.save() now also computes probably_alive (but only when computing cache, too) 2013-12-20 Doug Blank * gramps/gen/utils/alive.py: Changed {} format 2013-12-19 Doug Blank * gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/utils.py: Updates to webapp: move cache updates to save of models to make it so that they cannot become out of sync with data; moved svg images to png forms to work with all browsers 2013-12-19 Doug Blank * gramps/gen/merge/diff.py: Changes in Struct to allow SQL-like query interface 2013-12-19 Doug Blank * : commit 0d5e006953ca243d1faa0f4c615fb36bc4136037 Author: Doug Blank Date: Thu Dec 19 22:50:16 2013 -0500 2013-12-19 Vassilii Khachaturov * gramps/gui/display.py, gramps/gui/editors/editname.py, gramps/gui/editors/editperson.py: add specific help links for person/name editor 2013-12-17 Jérôme Rapinat * gramps/gui/glade/mergeperson.glade, gramps/gui/merge/mergeperson.py: 7147 7001: Merge person dialog does not properly adjust context section after expand 2013-12-16 Vassilii Khachaturov * gramps/gui/views/bookmarks.py, gramps/gui/views/navigationview.py, gramps/plugins/view/pedigreeview.py: 7229: change active person upon a bookmark select Port the more general fix [c7c0b2]^..[6caf08] from gramps34. 2013-12-15 Doug Blank * gramps/plugins/drawreport/calendarreport.py: Remove duplicate line 2013-12-15 Doug Blank * gramps/gui/views/treemodels/peoplemodel.py, gramps/plugins/drawreport/calendarreport.py: Fix for deleting tags in people model; fix for calendar graphical report when too many 2-line entries in day 2013-12-15 Vassilii Khachaturov * gramps/gen/utils/image.py: 7288/7290: port image_dpi legacy gtk code to gtk3 2013-12-14 Vassilii Khachaturov * gramps/gen/utils/image.py, gramps/plugins/docgen/odfdoc.py: 7288/7290: image_dpi and cropping fixes for ODFdoc Port my fixes based on the patch from Matthias Basler from gramps34 [2eca30] 7290: use simpler math in image_dpi [2f5e22] 7290: align warning with the image_dpi fix logic [36f84e] 7290: image_dpi default calc based on gtk.gdk [161ce3] 7290: ImgManip.image_dpi shouldn't return None [460e63] 7288/7290 refactor out crop_percentage_to_pixel [a8a38f] 7288/7290 refactor out crop_percentage_to_subpixel [0d61bb] 7288/7290: refactor fix from matthiasbasler [088146] rm relict RCS kwd [76df5d] 7288/7290: image cropping fixes in ODFDoc Using legacy gtk interface in image.py at the moment, need to port to the new style. Tested with python2. 2013-12-14 Vassilii Khachaturov * gramps/plugins/view/pedigreeview.py: 7229: change active person upon a bookmark select Reapply my fix [88d2a2] from gramps34. 2013-12-14 Vassilii Khachaturov * po/gramps.pot: 6921: Use "Bat Mitzvah" as the en_US event name Port [109549] from gramps34 p3/3: related msgid changes in the POT 2013-12-14 Vassilii Khachaturov * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po: 6921: Use "Bat Mitzvah" as the en_US event name Port [4f86a3] from gramps34 p2/3: related msgid changes in the translaion DBs 2013-12-14 Vassilii Khachaturov * gramps/gen/lib/eventtype.py: 6921: Use "Bat Mitzvah" as the en_US event name Port [0021e8] from gramps34: p1/3: actual change in the code. Note that the abbreviation also has to be changed accordingly. 2013-12-14 Vassilii Khachaturov * gramps/plugins/view/citationtreeview.py: 7300: "Add citation" missing in pop-up menu 2013-12-14 Vassilii Khachaturov * gramps/gui/dialog.py: absolute import so that testing stdalone works 2013-12-05 Vassilii Khachaturov * gramps/gui/views/listview.py: 7086: "Remove selected items?" inconsistent YES/NO 2013-12-02 Doug Blank * data/templates/view_event_detail.html, data/templates/view_family_detail.html, data/templates/view_media_detail.html, data/templates/view_note_detail.html, data/templates/view_person_detail.html, data/templates/view_repository_detail.html, data/templates/view_source_detail.html, data/templates/view_tag_detail.html: Webapp: move toolbar buttons closer to edited data 2013-11-30 Jérôme Rapinat * debian/README.Debian, debian/compat, debian/control, debian/copyright, debian/gbp.conf, debian/gramps.install, debian/rules, debian/watch: Merge experimental python3 support (Ross Gammon - Debian packaging) 2013-11-28 Vassilii Khachaturov * gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvrelgraph.py: 7256: extra spaces in HTML GV labels 2013-11-27 noirauds * gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography : bug7240 : create a bookmark via GeoEvents leads to an empty link 2013-11-27 Vassilii Khachaturov * gramps/plugins/importer/importgeneweb.py: use logging.warning in old cases in this file, too 2013-11-27 Vassilii Khachaturov * gramps/plugins/importer/importgeneweb.py: 7212: convert invalid date to text on .gw import Implement the feature. 2013-11-27 Vassilii Khachaturov * gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/test/importgeneweb_test.py: 7212: convert invalid date to text on .gw import Add a failing test demonstrating the feature to be implemented... 2013-11-25 Vassilii Khachaturov * gramps/plugins/importer/importvcard.py, gramps/plugins/importer/test/importvcard_test.py: 7212: convert invalid date to text on import Consolidate the new logic with the older code -- now malformatted dates, as well as well-formatted invalid ones, will also be converted to text. 2013-11-25 Vassilii Khachaturov * gramps/plugins/importer/importvcard.py, gramps/plugins/importer/test/importvcard_test.py: 7212: convert invalid date to text on import Switch vcard birthday import code to use the validating Date.set and catch the exception, convert to text mode if caught. 2013-11-25 Vassilii Khachaturov * gramps/plugins/importer/importxml.py: 7212: convert invalid dates to text on import Make log message from [dfc3cc] use named arguments for l10n. Thanks to Paul Franklin for finding this during code review. 2013-11-23 Vassilii Khachaturov * gramps/gen/errors.py: 7198, 7212: document DateError.date See also [8e1659] 7198, 7212: attach invalid date to DateError 2013-11-23 Vassilii Khachaturov * gramps/gen/lib/date.py: remove DateError from date.py The exact copy existing in errors.py should suffice. 2013-11-23 Doug Blank * gramps/webapp/urls.py: Changes to serve static admin files for Django 1.5.4 2013-11-17 Vassilii Khachaturov * gramps/plugins/importer/importxml.py: 7212: convert invalid dates to text on import If the date is invalid, it will be converted to text mode, and the text field will be set to the problematic XML. A warning will be printed on the console as well. The log message will use the invalid date attached as DateError.date, see [8e1659]. 2013-11-17 Vassilii Khachaturov * gramps/plugins/importer/test/importxml_test.py: 7212: convert invalid dates to text on import unit tests 2013-11-16 Vassilii Khachaturov * gramps/gui/editors/editdate.py: 7198: Date editor crashes on invalid date Revalidate the date upon every change, and disable OKing the dialog when it is not valid, for usability review. If it is not good, we can always revert this commit. 2013-11-16 Vassilii Khachaturov * gramps/gui/glade/editdate.glade: 7198: Date editor crashes on invalid date give a name to the OK button instead of an autogenerated id 2013-11-16 Doug Blank * gramps/gen/merge/diff.py: Don't add notes etc on import into temp dictionary used for diff and sync 2013-11-16 Vassilii Khachaturov * gramps/gui/editors/editdate.py: 7198: Date editor crashes on invalid date Trying out the approach preferred by Nick, see 7198:32708 2013-11-16 Vassilii Khachaturov * gramps/gen/lib/date.py: 7198, 7212: attach invalid date to DateError when Date.set throws during the date fields sanity check validation, it now attaches an (undocumented) .date field to the exception -- proof of concept for 7198 and potentially for 7212 as well 2013-11-16 Doug Blank * gramps/gui/displaystate.py: Protect 3-min refresh if buffer is empty 2013-11-16 Vassilii Khachaturov * gramps/gui/editors/editdate.py: 7198: Date editor crashes on invalid date Improve user experience as promised in [98d8e6]. Now, if one clicks OK in the date editor and the date is invalid, it's switched into text mode and the dialog remains open, so the user can either correct the date or type it as text, no more loss of entered data happens. 2013-11-15 Vassilii Khachaturov * gramps/gui/editors/editdate.py: 7198: Date editor crashes on invalid date Now it just autoconverts into MOD_TEXT and returns whatever text was there. This fixes the crash on the master branch, but is not the final user experience yet. 2013-11-15 Vassilii Khachaturov * gramps/gen/lib/date.py: 7198,7212: fix Date.set(value=None) 2013-11-15 Nick Hall * docs/api.rst, docs/coregui/gui.rst, docs/coregui/gui_widgets.rst, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/validatedcomboentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/gui/widgets/valueaction.py: Add gui.widgets section to the documentation 2013-11-15 Vassilii Khachaturov * gramps/gen/lib/date.py: 7197, 7100: missing recalc_sort_value in ny code Fix bug #7197 2013-11-14 Vassilii Khachaturov * gramps/gen/lib/date.py: 7197: readjust sanity date wrt newyear/slash Attempt to fix the failing DateHandlerTest.test_invalid_month_with_ny (see 7197:32625). Tests still fail, investigation shows there's a problem in Date.set setting Julian+Mar25 date even if the date validation check is disabled by inserting a return before the validation block, i.e., before this line if modifier != Date.MOD_TEXTONLY: which seems to be the root cause of the remaining failing tests. To investigate, add the return and try LC_ALL=en_GB.utf8 LANG=en_GB.utf8 GRAMPS_RESOURCES=$PWD \ python -m unittest -v \ gramps.gen.lib.test.date_test.MatchDateTest.test_match 2013-11-14 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: 7197: more failing tests 2013-11-13 Vassilii Khachaturov * gramps/gen/lib/date.py: 7197: refactor code extract Date._adjust_newyear out of Date.set 2013-11-13 Vassilii Khachaturov * gramps/gen/lib/date.py: 7197: refactor code replace all copies of logging with a single point at the exception rethrow point 2013-11-14 John Ralls * mac/gramps.accel, mac/gramps.bundle: Bug 7191: Cursor keys just beep on PPC with Gramps 3.4.6 It's actually on both PPC and Intel, and it's from forgetting to update gramps.accel after upgrading Gtk past 2.24.10, which changed the mapping of alt/option from Mod5 to Mod1. For gramps40 and master, the problem was masked by the bundler putting the file in the wrong directory. 2013-11-14 Nick Hall * docs/api.rst, docs/coregui/gui.rst, gramps/gui/aboutdialog.py, gramps/gui/dbguielement.py, gramps/gui/editors/editdate.py, gramps/gui/editors/filtereditor.py, gramps/gui/pluginmanager.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/widgets/grampletbar.py: Improve gui documentation 2013-11-14 Doug Blank * gramps/gen/merge/diff.py: Working on get_schema(type) to provide a self-documenting infrastructure 2013-11-14 Doug Blank * gramps/webapp/empty.sql, gramps/webapp/grampsdb/models.py, gramps/webapp/init.py, gramps/webapp/libdjango.py: Updated Django backend to new Place changes; import/export working--need verification 2013-11-13 Nick Hall * gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_dateutils.py: Improve date handler documentation 2013-11-13 Nick Hall * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/user.py: Improve cli documentation 2013-11-13 Vassilii Khachaturov * gramps/gen/lib/date.py: 7197: date sanity check breaks on Julian+Mar25 Date.convert_calendar resets the new year setting to 0, so the sanity check fails. Commit the initial fix that unblocks the failing test. 2013-11-13 Vassilii Khachaturov * gramps/gen/datehandler/test/datehandler_test.py: 7197: better diagnostics from test for debugging Use unittest -v/--verbose flag to trigger it. 2013-11-13 Vassilii Khachaturov * .gitignore: ignore swap files 2013-11-13 Vassilii Khachaturov * gramps/gen/datehandler/test/datehandler_test.py: 7197: failing test demonstrating the bug 2013-11-13 Vassilii Khachaturov * po/ru.po: RU: minor libnarrate translation fix 2013-11-12 Doug Blank * gramps/grampsapp.py: Don't show stack variables; redo this and dump to a file 2013-11-12 Doug Blank * gramps/gen/db/dictionary.py, gramps/gen/lib/test/struct_test.py, gramps/gen/merge/diff.py: Missing methods on dictDB; added tests for setting struct 2013-11-12 Nick Hall * gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpledoc.py: Improve simple access documentation 2013-11-12 Doug Blank * gramps/gen/merge/diff.py: Working on setting structs 2013-11-12 Nick Hall * gramps/gen/relationship.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py: Improve documentation for relationship calculator 2013-11-12 Nick Hall * docs/gen/gen_utils.rst, gramps/gen/utils/alive.py, gramps/gen/utils/callback.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/db.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/place.py: Improve gen.utils documentation 2013-11-12 Doug Blank * gramps/gen/merge/diff.py: Working on select/update from Struct 2013-11-12 Nick Hall * gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py: Improve gen.proxy documentation 2013-11-12 Nick Hall * gramps/gen/plug/_docgenplugin.py, gramps/gen/plug/_export.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_import.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_plugin.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/fontstyle.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/menu/_boolean.py, gramps/gen/plug/menu/_booleanlist.py, gramps/gen/plug/menu/_color.py, gramps/gen/plug/menu/_destination.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/menu/_family.py, gramps/gen/plug/menu/_filter.py, gramps/gen/plug/menu/_media.py, gramps/gen/plug/menu/_menu.py, gramps/gen/plug/menu/_note.py, gramps/gen/plug/menu/_number.py, gramps/gen/plug/menu/_option.py, gramps/gen/plug/menu/_person.py, gramps/gen/plug/menu/_personlist.py, gramps/gen/plug/menu/_placelist.py, gramps/gen/plug/menu/_string.py, gramps/gen/plug/menu/_style.py, gramps/gen/plug/menu/_surnamecolor.py, gramps/gen/plug/menu/_text.py, gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/endnotes.py, gramps/gen/plug/report/utils.py: Improve gen.plug documentation 2013-11-12 Nick Hall * gramps/gen/display/name.py: Improve gen.display documentation 2013-11-11 Nick Hall * gramps/gen/recentfiles.py, gramps/gen/sort.py, gramps/gen/updatecallback.py, gramps/gen/user.py: Improve gen documentation 2013-11-11 Nick Hall * docs/gen/gen_lib.rst, gramps/gen/lib/__init__.py, gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/childref.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/family.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placebase.py, gramps/gen/lib/placeref.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py: Improve gen.lib documentation 2013-11-11 Nick Hall * docs/gen/gen_lib.rst: Add PlaceType and PlaceRef to documentation 2013-11-11 Nick Hall * docs/gen/gen_lib.rst: Remove Handle class from documentation because it crashes sphinx 2013-11-10 Nick Hall * gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/base.py, gramps/gen/db/read.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py: Improve gen.db documentation Convert old markup to reStructuredText. Use warning and todo directives where appropriate. Add some new links to classes and methods. Use consistent case for "Gramps". 2013-11-10 Nick Hall * docs/conf.py: Enable todo entries in documentation 2013-11-10 Doug Blank * gramps/gen/merge/diff.py: get_dependencies returns a set 2013-11-10 Doug Blank * gramps/gen/lib/handle.py, gramps/gen/merge/diff.py: Revised Handle class; added get_dependencies; revised Struct class to allow changes 2013-11-10 Doug Blank * gramps/gen/db/base.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/write.py: Added db.get_transaction_class to connect db and txn; refactored _tables metadata 2013-11-10 Doug Blank * gramps/gen/merge/diff.py: Interface for getting/setting struct parts by dotted path 2013-11-09 Doug Blank * gramps/gen/lib/handle.py: Fix Handle.from_struct to return just handle 2013-11-09 Doug Blank * gramps/gen/lib/handle.py: Change Handle as string to be pure JSON-like representation 2013-11-09 Doug Blank * gramps/gen/lib/address.py, gramps/gen/lib/attribute.py, gramps/gen/lib/childref.py, gramps/gen/lib/citation.py, gramps/gen/lib/date.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/family.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/note.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placeref.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/researcher.py, gramps/gen/lib/src.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/surname.py, gramps/gen/lib/tag.py, gramps/gen/lib/test/struct_test.py, gramps/gen/lib/url.py, gramps/gen/merge/diff.py: Added metadata to struct to allow object creation 2013-11-09 John Ralls * mac/gramps.modules: Fix gramps.modules for git conversion 2013-11-09 Doug Blank * gramps/plugins/export/exportxml.py: Undo change that made a superfluous change (extra space) to XML format 2013-11-09 Doug Blank * example/gramps/example.gramps: Updated example.gramps 2013-11-09 Doug Blank * : commit 8980d7be8721a2a2f950a3df476aea3c99bb2d6d Author: Doug Blank Date: Sat Nov 9 16:59:42 2013 -0500 2013-11-09 Nick Hall * gramps/webapp/init.py: Update url to example file 2013-11-09 Doug Blank * gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/childref.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/family.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/handle.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placeref.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/researcher.py, gramps/gen/lib/src.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/test/struct_test.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py: Added from_struct to all objects; can now instatiate an object with JSON-like structs; added 10k tests that all pass 2013-11-09 Doug Blank * gramps/plugins/lib/libplaceimport.py: Change iteritems to items to allow to work with dictionaries in Python3 2013-11-09 Nick Hall * gramps/plugins/tool/mediamanager.py, gramps/test/regrtest.py: Skip .git instead of .svn directories 2013-11-08 Nick Hall * gramps/gen/const.py, gramps/gen/git_revision.py, gramps/gen/svn_revision.py, po/POTFILES.skip: Change version string to contain git hash instead of svn revision 2013-11-08 Nick Hall * gramps/plugins/lib/libmetadata.py: 7182: Avoid using private functions in GExiv2 > 0.5 svn: r23476 2013-11-08 Doug Blank * gramps/webapp/settings.py: Changes for Django 1.5.4 svn: r23474 2013-11-08 Nick Hall * gramps/plugins/tool/extractcity.py: Prevent setting place name to None svn: r23473 2013-11-07 Doug Blank * gramps/gui/widgets/selectionwidget.py: Protect from no shown image yet svn: r23467 2013-11-07 Doug Blank * po/de.po: Missing newline svn: r23465 2013-11-06 Mirko Leonhäuser * po/de.po: updated german translation svn: r23461 2013-11-06 Doug Blank * gramps/gui/widgets/selectionwidget.py: Don't show try to make thumbnail if not a pixbuf yet svn: r23459 2013-11-06 Jérôme Rapinat * COPYING, LICENSE: 6918: http://lintian.debian.org/tags/old-fsf-address-in-copyright-file.htmlsvn: r23458 2013-11-06 Doug Blank * gramps/gui/editors/editfamily.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py: Added callback parameter to __init__ method so that all editors have a uniform signature (called from Note Link) svn: r23455 2013-11-05 Doug Blank * gramps/gui/widgets/selectionwidget.py: Allow drag and drop on image svn: r23450 2013-11-02 Nick Hall * gramps/gen/db/upgrade.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py: Set place type to "Unknown" when main location is missing svn: r23448 2013-11-02 Nick Hall * gramps/plugins/tool/extractcity.py: Update Extract City tool to create a place hierarchy svn: r23447 2013-11-02 Doug Blank * gramps/gen/utils/debug.py, gramps/grampsapp.py: Show local variables on unhandled crash svn: r23446 2013-11-01 Nick Hall * gramps/plugins/lib/maps/placeselection.py: Bug fix for hierarchical places svn: r23445 2013-11-01 Nick Hall * gramps/gen/config.py, gramps/gen/db/read.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/lib/__init__.py, gramps/gen/lib/place.py, gramps/gen/lib/placeref.py, gramps/gen/lib/placetype.py, gramps/gen/merge/mergeplacequery.py, gramps/gen/proxy/private.py, gramps/gen/utils/location.py, gramps/gui/clipboard.py, gramps/gui/ddtargets.py, gramps/gui/editors/__init__.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/placerefembedlist.py, gramps/gui/editors/displaytabs/placerefmodel.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editplaceref.py, gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/merge/mergeplace.py, gramps/gui/selectors/selectplace.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/placemodel.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libplaceimport.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/textreport/placereport.py, gramps/plugins/view/placetreeview.py, gramps/plugins/webreport/narrativeweb.py: GEPS 6: Implement place hierarchy svn: r23444 2013-10-29 Jérôme Rapinat * gramps/plugins/lib/holidays.xml.in: 7151: update start of Ramadan in France svn: r23440 2013-10-29 Paul Franklin * gramps/plugins/drawreport/calendarreport.py: typo svn: r23437 2013-10-29 Paul Franklin * gramps/plugins/drawreport/calendarreport.py: enable translated output for this report (in trunk only) svn: r23435 2013-10-28 Vassilii Khachaturov * gramps/gen/utils/grampslocale.py: 7162: unicode_literals break win+py2 svn: r23434 2013-10-27 Nick Hall * gramps/gui/widgets/grabbers.py, gramps/gui/widgets/selectionwidget.py: Update selection widget with latest version svn: r23426 2013-10-27 Jérôme Rapinat * po/nb.po: 7154: fix Norwegian Bokmål's header svn: r23424 2013-10-26 Nick Hall * gramps/gui/editors/editmediaref.py, gramps/gui/glade/editmediaref.glade, gramps/gui/widgets/__init__.py, gramps/gui/widgets/grabbers.py, gramps/gui/widgets/selectionwidget.py: Modify media reference editor to use new selection widget svn: r23421 2013-10-26 Paul Franklin * gramps/plugins/lib/librecurse.py: corrected syntax on SVN "Id" line svn: r23420 2013-10-26 Paul Franklin * : added SVN "Id" properties svn: r23419 2013-10-26 Jérôme Rapinat * po/fr.po: minor improvement on french translation for book report (wording for TOC) svn: r23417 2013-10-26 Doug Blank * gramps/cli/clidbman.py, gramps/gui/dbman.py: Code for low-level database copy; sometimes corrupted, not sure why svn: r23416 2013-10-26 Doug Blank * gramps/gui/dbman.py, gramps/gui/glade/dbman.glade: GUI changes for Copy function in Family Tree Manager dialog svn: r23415 2013-10-25 Doug Blank * gramps/webapp/grampsdb/admin.py, gramps/webapp/libdjango.py: Removed debugging info; moved to standard admin, redirect not working svn: r23414 2013-10-25 Doug Blank * gramps/webapp/grampsdb/view/media.py: PIL not needed svn: r23413 2013-10-25 Craig J. Anderson * gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/lib/librecurse.py: Version 1 of the recursive descendant routine. More recursive classes to come. ander882@hotmail.com svn: r23412 2013-10-25 Vassilii Khachaturov * po/ru.po: 7158: translate "today" to RU svn: r23411 2013-10-25 Vassilii Khachaturov * po/gramps.pot: 7158: POT += "today" svn: r23410 2013-10-25 Vassilii Khachaturov * po/POTFILES.in, po/POTFILES.skip: 7158: flag _dateparser.py to string extraction svn: r23409 2013-10-25 Vassilii Khachaturov * gramps/gen/datehandler/_dateparser.py: 7158: localize "today" in DateParser Should we also support prefixes? svn: r23408 2013-10-25 Vassilii Khachaturov * gramps/gen/datehandler/_dateparser.py: 7158: refactor parsing of "today" prepare for localization - refactor the parsing of "today" in line with other token parsing in DateParser, rather than using the hardwired text Already possible to override per language, but I'll next add a way to import a single translation of a "today" from the PO. svn: r23407 2013-10-25 Doug Blank * gramps/gen/datehandler/_dateparser.py: 7158: Some filters need a date of today; request to add "today" as a valid date to parser; allow 'today (hebrew)' svn: r23406 2013-10-25 Vassilii Khachaturov * po/ru.po: RU: translation update svn: r23404 2013-10-25 Vassilii Khachaturov * po/ru.po: RU: fix name editor keywords merge from gramps40 svn: r23401 2013-10-25 Jérôme Rapinat * po/nb.po: 7154: fix Norwegian Bokmål's header svn: r23399 2013-10-25 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: 7158: "today" parsing fails with other calendars Committed a test that uncovers this problem, before we add localization to the "today" string svn: r23393 2013-10-25 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: 7158: test coverage for Doug's "today" changes w/o localized parsing yet svn: r23392 2013-10-25 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: test refactor svn: r23391 2013-10-25 Vassilii Khachaturov * gramps/gen/datehandler/test/datehandler_test.py: better diags on test failure svn: r23390 2013-10-25 Vassilii Khachaturov * gramps/gen/datehandler/test/datehandler_test.py: no unittest.assertFail Remove redundant catch-all wrapper, the unit testing framework reports an exception here anyway! svn: r23389 2013-10-25 Doug Blank * gramps/plugins/export/exportxml.py: Fix to convert note text str to unicode (cuni) svn: r23388 2013-10-25 Doug Blank * gramps/plugins/lib/libcairodoc.py: Fix for very long texts in a column svn: r23387 2013-10-24 Doug Blank * gramps/gen/datehandler/_dateparser.py, gramps/gen/lib/date.py: 7158: Some filters need a date of today; request to add "today" as a valid date to parser svn: r23386 2013-10-24 Jérôme Rapinat * po/sv.po: typos svn: r23385 2013-10-24 Jérôme Rapinat * po/fr.po: merge french translation for testing svn: r23384 2013-10-24 Vassilii Khachaturov * po/fr.po: resolve 1 fuzzy in FR by Paul's rq svn: r23383 2013-10-24 Doug Blank * gramps/gen/lib/note.py, gramps/plugins/quickview/linkreferences.py: Moved code to get links from notes to Note object; updated quickview svn: r23382 2013-10-24 Doug Blank * gramps/webapp/grampsdb/views.py, gramps/webapp/settings.py: Add default charset for Django settings; change from default pdf output to html svn: r23380 2013-10-24 Doug Blank * gramps/gen/filters/rules/person/_deeprelationshippathbetween.py: Moved import of ProgressMeter inside prepare methdod; FIXME: use User class instead svn: r23377 2013-10-23 Doug Blank * gramps/webapp/urls.py: Change for Django 1.5.4, no more redirect_to svn: r23376 2013-10-23 Doug Blank * gramps/webapp/Makefile, gramps/webapp/grampsdb/templatetags/my_tags.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/settings.py: Added gramps. to webapp imports (should make webapp a package) svn: r23375 2013-10-23 Doug Blank * gramps/gen/utils/grampslocale.py: Apparently, when running as a script, sys.stdout might not have an encoding svn: r23374 2013-10-23 Doug Blank * data/templates/gramps-base.html: Bump copyright up to 2013 svn: r23373 2013-10-23 Doug Blank * gramps/webapp/grampsdb/view/media.py: Initial protection for not having PIL (either not installed or not available, python3) svn: r23372 2013-10-23 Doug Blank * gramps/gen/db/cursor.py, gramps/gen/db/dbconst.py, gramps/gen/db/read.py, gramps/gen/db/undoredo.py, gramps/gen/db/write.py, gramps/gen/plug/_gramplet.py: Allow to be used without bsddb installed, for uses where it is not needed (webapp and other uses) svn: r23371 2013-10-22 Vassilii Khachaturov * .gitignore: ignore sphinx built docs svn: r23370 2013-10-22 Vassilii Khachaturov * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/datehandler/test/datestrings_test.py, gramps/gen/plug/report/_reportbase.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/webreport/webcal.py: 6753: add long_days to DateStrings svn: r23369 2013-10-22 Vassilii Khachaturov * po/fr.po, po/gramps.pot, po/ru.po: 6753: add long_days to DateStrings svn: r23368 2013-10-22 Paul Franklin * gramps/gui/viewmanager.py: 7150: crash on backup or export svn: r23367 2013-10-20 Vassilii Khachaturov * data/grampsxml.rng, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgrampsxml.py: 7125/7102: port my fix from gramps40 Don't bump 1.6.0 XML version, because Gramps 4.1 -- the first version to use it -- hasn't been released yet svn: r23356 2013-10-20 Paul Franklin * gramps/gen/plug/report/endnotes.py, gramps/gen/utils/string.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/merge/mergecitation.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/webreport/narrativeweb.py: 7124: Complete Individual Report does incomplete translation svn: r23354 2013-10-20 Vassilii Khachaturov * po/ru.po: fix RU translation of WebCal svn: r23351 2013-10-20 Vassilii Khachaturov * gramps/gen/datehandler/_date_fr.py: 6926: remove redundant cal prefixes in FR these are automatically populated by the prefix table building code svn: r23346 2013-10-20 Vassilii Khachaturov * po/ru.po: RU translation update svn: r23343 2013-10-19 Doug Blank * gramps/cli/plug/__init__.py: CLI run_report: use User() svn: r23340 2013-10-19 Doug Blank * gramps/gen/lib/handle.py: Handles: add __str__ method svn: r23339 2013-10-19 Doug Blank * gramps/gen/simple/_simpletable.py: SimpleTable: allow bools svn: r23338 2013-10-19 Doug Blank * gramps/gui/editors/displaytabs/gallerytab.py: Fixed new Gtk Drag/Drop names svn: r23337 2013-10-18 Paul Franklin * gramps/gui/editors/editmediaref.py: 7138: missing import in editmediaref.py svn: r23336 2013-10-17 Paul Franklin * : added SVN properties, and SVN "Id" lines if needed svn: r23334 2013-10-17 Doug Blank * gramps/gen/merge/diff.py: 6678: Database Differences Report crashes 4.0 beta svn 21228 svn: r23330 2013-10-16 Jérôme Rapinat * po/fr.po: 6926: fix casse for _mod and _qual prefixes on the french translation svn: r23329 2013-10-16 Jérôme Rapinat * gramps/gen/datehandler/_date_fr.py: 6926: some calendar names are handled via fr.po, only keep alternate names svn: r23328 2013-10-16 Jérôme Rapinat * docs/conf.py: 6926: bump version for API (trunk) svn: r23327 2013-10-16 Vassilii Khachaturov * po/gramps.pot: 6926: merge to trunk p4: regenerate POT svn: r23326 2013-10-16 Vassilii Khachaturov * docs/date.rst: 6926: merge to trunk p3: sphinx docs svn: r23325 2013-10-16 Vassilii Khachaturov * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/datehandler/test/datedisplay_test.py, gramps/gen/datehandler/test/dateparser_test.py, gramps/gen/datehandler/test/datestrings_test.py, gramps/gen/lib/date.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/test/grampslocale_test.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/webreport/webcal.py: 6926: merge to trunk p2: gramps/ code changes svn: r23324 2013-10-16 Vassilii Khachaturov * po/POTFILES.in, po/POTFILES.skip, po/fr.po, po/hr.po, po/ru.po: 6926: merge to trunk p1: FR, HR, and RU .po svn: r23323 2013-10-14 Jérôme Rapinat * po/fr.po: 6926: ignore inflection, maybe need to override display_formatted by adding a custom one on _date_fr.py ... svn: r23321 2013-10-13 Paul Franklin * gramps/plugins/textreport/familygroup.py: 7129: the Family Group Report doesn't show "family" attributes svn: r23320 2013-10-13 Jérôme Rapinat * po/fr.po: 6926: test alternate method for months handling; temp entries svn: r23315 2013-10-11 Doug Blank * gramps/gen/db/dictionary.py, gramps/webapp/dbdjango.py: Don't change gramps_id if doesn't fit; removed to match gen/db/read.py svn: r23312 2013-10-11 Doug Blank * gramps/gen/db/dictionary.py, gramps/gen/lib/mediaref.py: DictionDB: don't change gramps_ids; mediaref: to_struct['rect'] returns None for (0,0,0,0) svn: r23311 2013-10-11 Doug Blank * gramps/webapp/libdjango.py: Checksum is not an int, but a md5 hash svn: r23310 2013-10-11 Doug Blank * gramps/gen/lib/handle.py: Handles that are empty strings are standardized to None svn: r23309 2013-10-11 Doug Blank * gramps/gen/simple/_simpleaccess.py: Display Handles properly svn: r23308 2013-10-11 Doug Blank * gramps/plugins/tool/check.py: Update media checksums in the check and repair tool svn: r23307 2013-10-11 Doug Blank * gramps/plugins/webreport/webcal.py: 7090: wrong age for dead people reported by webcal svn: r23306 2013-10-11 Jérôme Rapinat * data/gramps.appdata.xml.in: 7110: typo on AppData file, improve description svn: r23305 2013-10-11 Paul Franklin * gramps/gen/config.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/geography.gpr.py: 7092: API for reporting issues ["interim" solution, from Nick Hall] svn: r23301 2013-10-10 Doug Blank * gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/shell.sh: Completed tag database upgrade; additional changes for CLIManager svn: r23299 2013-10-10 Doug Blank * gramps/gen/plug/_gramplet.py: Changed log.errors to log.warn (errors will stop execution) svn: r23298 2013-10-10 Doug Blank * gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/descendant.py: Fix for when active_handle is '' svn: r23297 2013-10-10 Jérôme Rapinat * data/gramps.appdata.xml.in: 7110: add up-to-date screenshots to AppData file svn: r23296 2013-10-10 Doug Blank * gramps/webapp/shell.py, gramps/webapp/utils.py: Updates to work with CLIManager; shell refinements svn: r23294 2013-10-09 Jérôme Rapinat * po/fr.po: 6926: make some entries uniq svn: r23291 2013-10-09 Jérôme Rapinat * po/fr.po: 6926: add some keys on the french translation (in progress) svn: r23290 2013-10-09 Paul Franklin * gramps/plugins/export/exportxml.py: 7102: XML: Gramps does not export 'very low' value (0) for confidence into citation svn: r23289 2013-10-08 Mirko Leonhäuser * po/de.po: updated german translation svn: r23285 2013-10-08 Josip Pisoj * gramps/gui/spell.py: 0007114: GtkSpell: language code in a human readable format svn: r23284 2013-10-08 Doug Blank * gramps/plugins/webreport/narrativeweb.py: 7006: double entries in de gendex.txt file svn: r23282 2013-10-08 Doug Blank * gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py: Add right-click support for media in detail views svn: r23277 2013-10-08 Doug Blank * gramps/gui/widgets/photo.py, gramps/plugins/gramplet/gallery.py: Add right-click 'Make Active Media' to Photo class svn: r23276 2013-10-08 Vassilii Khachaturov * gramps/gen/datehandler/test/datehandler_test.py, gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: 7100: proper handling of dates with NY in Date.set svn: r23275 2013-10-08 Doug Blank * gramps/gui/editors/displaytabs/gallerytab.py: Add Gallery 'Make Active Media', typo svn: r23274 2013-10-08 Doug Blank * gramps/gui/editors/displaytabs/gallerytab.py: Add Gallery 'Make Active Media', typo svn: r23271 2013-10-08 Doug Blank * gramps/gui/editors/displaytabs/gallerytab.py: Add Gallery 'Make Active Media' svn: r23270 2013-10-07 Nick Hall * gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/personresidence.py: Freeze headings when scrolling svn: r23267 2013-10-07 Nick Hall * gramps/gen/db/upgrade.py: 7080: Fix upgrade when media path does not exist svn: r23264 2013-10-07 Jérôme Rapinat * gramps/gen/lib/family.py: 7105: missing event_ref_list into get_citation_child_list method svn: r23263 2013-10-07 Jérôme Rapinat * data/gramps.appdata.xml.in, po/update_po.py: 7110: Add AppData file svn: r23260 2013-10-07 Jérôme Rapinat * data/gramps.appdata.xml.in, po/update_po.py: 7110: Add AppData file svn: r23256 2013-10-07 Jérôme Rapinat * po/POTFILES.in: $ intltool-update -m svn: r23255 2013-10-07 Jérôme Rapinat * data/gramps.appdata.xml.in, po/POTFILES.in, setup.py: 7110: Add AppData file svn: r23254 2013-10-05 Jérôme Rapinat * gramps/plugins/lib/maps/geography.py: 7081: QuestionDialog module moved to gramps.gui.dialog svn: r23249 2013-10-03 Vassilii Khachaturov * gramps/gen/lib/date.py: 7100: add debug logging for the bug investigation svn: r23247 2013-10-03 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/soundgen.py, gramps/plugins/tool/soundgen.glade, gramps/plugins/tool/soundgen.py, gramps/plugins/tool/tools.gpr.py: Convert SoundEx Generator tool into a gramplet svn: r23246 2013-10-03 Nick Hall * gramps/plugins/gramplet/ancestor.py, gramps/plugins/gramplet/descendant.py, gramps/plugins/gramplet/descendgramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/tool/desbrowser.glade, gramps/plugins/tool/desbrowser.py, gramps/plugins/tool/tools.gpr.py: Add new ancestor and descendant gramplets svn: r23244 2013-10-03 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/leak.py, gramps/plugins/tool/leak.glade, gramps/plugins/tool/leak.py, gramps/plugins/tool/tools.gpr.py: Convert uncollected objects tool into a gramplet svn: r23243 2013-10-03 Nick Hall * gramps/plugins/gramplet/eval.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/tool/eval.glade, gramps/plugins/tool/eval.py, gramps/plugins/tool/tools.gpr.py: Convert python evaluation tool into a gramplet svn: r23242 2013-10-02 Jérôme Rapinat * gramps/plugins/export/exportxml.py: 7072: fix level for citationref into person svn: r23237 2013-10-01 Jérôme Rapinat * gramps/plugins/quickview/ageondate.py: 7071: age on date now displays all individuals, update titles svn: r23236 2013-09-30 Doug Blank * gramps/webapp/settings.py: CACHES = {} svn: r23233 2013-09-30 Vassilii Khachaturov * gramps/grampsapp.py: 7088: remove SDN version reporting svn: r23232 2013-09-30 Nick Hall * gramps/gen/lib/calendar.py: 7066: Fix hebrew calendar and remove sdn import svn: r23229 2013-09-30 Nick Hall * gramps/gui/configure.py, gramps/gui/spell.py: Move missing Gtk Spell warning svn: r23224 2013-09-30 Vassilii Khachaturov * gramps/gen/lib/calendar.py: 7088: rm warning on `import sdn' failure svn: r23221 2013-09-28 Nick Hall * gramps/gen/config.py, gramps/gen/lib/calendar.py, gramps/gui/configure.py, gramps/gui/spell.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/geography.gpr.py: Revert change to suppress warnings svn: r23218 2013-09-27 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/webreport/webcal.py: 7089: same bug in 3 more reports Port r23211-r23213 from gramps34. svn: r23214 2013-09-26 Vassilii Khachaturov * gramps/plugins/webreport/webcal.py: 7089: webcal mistreats non-gregorian event dates svn: r23209 2013-09-26 Paul Franklin * gramps/gen/config.py, gramps/gen/lib/calendar.py, gramps/gui/configure.py: 7088: provide a config option to suppress the warning about missing "sdn" svn: r23207 2013-09-26 Vassilii Khachaturov * gramps/gen/proxy/proxybase.py: 7037: proxy crash with complex person filter reapply to trunk after retest by Mirko svn: r23204 2013-09-25 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: friendlier test failure diags svn: r23199 2013-09-25 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: skip MatchDateTest on non-English locales svn: r23197 2013-09-25 Vassilii Khachaturov * gramps/gui/editors/editfamily.py: 6881: latin_american broken for partial families svn: r23193 2013-09-24 Paul Franklin * gramps/gen/datehandler/__init__.py: enable Arabic date handler in trunk svn: r23191 2013-09-24 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0006802: In Narrative Web report most Family Maps are missing. Problem due to single apostrophe (closing single quotation mark) which needs to be escaped. svn: r23189 2013-09-23 Vassilii Khachaturov * gramps/gen/proxy/proxybase.py: 7037: proxy crash with complex person filter filter parameter shadowed the global filter :-) svn: r23184 2013-09-23 Jérôme Rapinat * docs/gen/gen_lib.rst: add gen.lib.handle for API documentation svn: r23181 2013-09-21 Vassilii Khachaturov * docs/Makefile: add GRAMPS_RESOURCES to Makefile otherwise it breaks svn: r23180 2013-09-21 Vassilii Khachaturov * gramps/gen/lib/date.py: 7045: enable cal switch in editor on empty dates svn: r23177 2013-09-20 Mirko Leonhäuser * po/de.po: updated german translation svn: r23176 2013-09-20 Vassilii Khachaturov * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_grampslocale.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/webreport/webcal.py, po/POTFILES.in, po/gramps.pot, po/ru.po: Revert "6926: display genitive/nominative months as needed" Sorry, my mistake. Committed from the wrong branch! This reverts commit 0e82e0077ac1cad122f4584d62b54855ca02e4d8. svn: r23175 2013-09-20 Vassilii Khachaturov * gramps/gen/datehandler/_date_ru.py: DateParserRU: suport 'до' Add 'до' both as a Date.MOD_BEFORE modifier token and as a span2 token (i.e., stop end for a Date.MOD_SPAN). svn: r23174 2013-09-20 Vassilii Khachaturov * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datestrings.py, gramps/gen/datehandler/_grampslocale.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/webreport/webcal.py, po/POTFILES.in, po/gramps.pot, po/ru.po: 6926: display genitive/nominative months as needed First proof of concept, fixing the original bug for Russian. Added gramps/gen/datehandler/_datestrings.py, to hold all the localized strings, with genitive/nominative context as appropriate. Remaining TODO: 1) other languages 2) expand the localized string into RE-style concat via |, so that displayer uses the 1st instance, and the parser uses the whole RE. Write the corresponding _(). 3) same with short names as with long names 4) harmonize with _grampslocale code reading the names from elsewhere for Julian/Gregorian months 5) expand to other calendars (non-Julian/non-Gregorian) 6) obsolete the public attributes in dd and replace with accessors svn: r23173 2013-09-20 Jérôme Rapinat * gramps/gui/utils.py: 7081: No QuestionDialog module into gramps.gui.utils svn: r23169 2013-09-20 Jérôme Rapinat * gramps/gen/const.py: wrap description for width dialog svn: r23168 2013-09-19 Vassilii Khachaturov * gramps/gen/lib/calendar.py, gramps/gen/lib/test/date_test.py: 7068: undo french fallback to gregorian French SDN conversion functions now accept an optional boolean parameter that allows to block dates outside the republican period. By default, calendar conversions are allowed. Revert test blocked by r23139, it now passes! svn: r23167 2013-09-19 Vassilii Khachaturov * gramps/plugins/tool/dateparserdisplaytest.py: 6926: add partial dates (M/Y and Y), not just DMY svn: r23166 2013-09-18 Vassilii Khachaturov * gramps/gen/utils/alive.py: 7063: endless loop in probably_alive_range Reapply r23161 from gramps40 svn: r23162 2013-09-17 Doug Blank * gramps/gen/utils/grampslocale.py: Turn off debug level, enable warn level; provide a default null handler for logging svn: r23153 2013-09-17 Doug Blank * gramps/plugins/webreport/narrativeweb.py: 7069: Narrated Web Site media pages do not include multiple references svn: r23148 2013-09-16 Tim G L Lyons * gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_hassourceidof.py, gramps/gen/filters/rules/citation/_regexpsourceidof.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/view/citationtreeview.py: Fix citation filters so they no longer try to filter citations with a sources filter. Citation filter now allows specification of both source and citation data. When a citation is shown in a search or a filtered citation tree view, the corresponding source is also shown. svn: r23143 2013-09-15 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: 7068: skip blocked test code, blocks other tests svn: r23139 2013-09-15 Vassilii Khachaturov * gramps/gen/svn_revision.py: Cope with UnicodeDecodeError on git svn output svn: r23138 2013-09-15 Vassilii Khachaturov * gramps/gen/lib/test/merge_test.py: 7027: skip tests blocked by this bug svn: r23137 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/calendar.py, gramps/gen/lib/test/date_test.py: 7066: fix our algorithm based on jewish.c in sdn It looks like we had an earlier fork of the same code, and the upstream had some bugs fixed. svn: r23133 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/calendar.py: 7066: some massaging of ICU version, still fails svn: r23129 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/calendar.py: 7066: fallback to buggy PyICU if sdn unavailable svn: r23128 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/calendar.py, gramps/grampsapp.py: 7066: use sdn module from Calendar package on pypi Unfortunately, no package on ubuntu for sdn... Bug fixed on trunk, when sdn is present on the system. Verified that sdn roundtrip works. date_test now fails on 1789-13-4(French) recognized as invalid, as it probably should -- I guess this one is a test bug. svn: r23127 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: provide sensible defautls for all Date.set params svn: r23126 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: 7066: comment blocked test code until bug fixed svn: r23125 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/date.py: 7045: Setting an invalid date does not raise do the sanity checks on a separate date object, so that the uncertainty expressed with 0 d/m isn't removed svn: r23124 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/date.py: 7065: Calendar conversion broken for negative date fixed, repro steps work as expected now date_test still broken due to further blocking issues, see #7045 svn: r23123 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/date.py: 7045: Date.set on invalid date does not raise refactor _zero_adjust_ymd out of 3 cut-and-paste cases the bug with the code inside it remains -- the negative years should not be clamped to positive ones!!!! svn: r23122 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/date.py: 7045: Date.set on invalid date does not raise Now it does, but another test breaks: Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name __import__(name) File "/home/vassilii/Gramps/gramps/gen/lib/test/date_test.py", line 136, in d.set(quality,modifier,calendar,(4,11,-90,False),"Text comment") File "/home/vassilii/Gramps/gramps/gen/lib/date.py", line 1600, in set format(original, value)) DateError: Invalid year -90 passed in value (4, 11, -90, False) because the corresponding year gets adjusted from -90 to 1... svn: r23121 2013-09-14 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: 7034: fix test_copy_ymd_preserves_orig broken in r23083 svn: r23120 2013-09-13 Vassilii Khachaturov * gramps/gen/svn_revision.py: add get_git_svn_revision and fall back to it Now gramps developers using git need not be ashamed of their ``gramps --version'' output :) svn: r23118 2013-09-13 Jérôme Rapinat * gramps/gen/const.py: wrap description on about dialog svn: r23116 2013-09-13 Jérôme Rapinat * docs/api.rst: 6028: gen module should be gramps.gen svn: r23115 2013-09-13 Vassilii Khachaturov * gramps/plugins/tool/eventnames.py, gramps/plugins/tool/tools.gpr.py: 5598: refactor GUI tools to enable CLI operation evname now a CLI tool svn: r23111 2013-09-13 Vassilii Khachaturov * gramps/cli/user.py: 5598: make cli User.info consistent w/other output svn: r23110 2013-09-13 Vassilii Khachaturov * gramps/plugins/tool/changetypes.py: 5598: rm import OkDialog - user.info used instead svn: r23109 2013-09-13 Paul Franklin * gramps/gen/datehandler/_date_ar.py, po/POTFILES.skip: add Arabic date handler to trunk, for further testing svn: r23106 2013-09-12 Vassilii Khachaturov * gramps/gen/user.py: 7061: docstring update svn: r23104 2013-09-12 Vassilii Khachaturov * gramps/gen/merge/diff.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/importer/importcsv.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: Revert*2 "5098: refactor code to use User.progress Revert*2 means re-apply :-) svn: r23102 2013-09-12 Vassilii Khachaturov * gramps/gui/user.py: 5098: rename gui.user.User.progress to ._progress it shadowed the gen.user.User.progress (the context manager), breaking the ``with user.progress() ... as step:'' idiom! svn: r23101 2013-09-12 Vassilii Khachaturov * gramps/plugins/tool/changetypes.py: 5098: refactor to use user.info and user.progress svn: r23100 2013-09-12 Vassilii Khachaturov * gramps/gen/merge/diff.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/importer/importcsv.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: Revert "5098: refactor code to use User.progress" This reverts commit db9a64ef7da5f26c586452c1a84a96675991d9a4. This was tested with "runtest.sh" only, but turns out things are broken under GUI. I'll investigate on a private branch, reverting meanwhile to unblock the affected plugins on trunk. svn: r23099 2013-09-12 Vassilii Khachaturov * gramps/gen/merge/diff.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/importer/importcsv.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: 5098: refactor old code to use User.progress Now that #7061 is done, all the old code should no longer use User.begin_.../step_.../end_progress directly any more, preferring the context manager instead. svn: r23096 2013-09-12 Vassilii Khachaturov * gramps/gen/user.py: 7061: User.progress docstrings svn: r23093 2013-09-12 Vassilii Khachaturov * gramps/cli/test/user_test.py, gramps/gen/user.py: 7061: Wrap User...._progress in a context manager ensure end_progress is called when exception is raised svn: r23092 2013-09-12 Vassilii Khachaturov * gramps/cli/test/user_test.py, gramps/gen/user.py: 7061: Wrap User...._progress in a context manager svn: r23091 2013-09-12 Vassilii Khachaturov * gramps/gui/logger/_errorreportassistant.py: 6940: ErrorReportAssistant_Test.test_buffer_recall fix as approved by Benny svn: r23090 2013-09-11 Doug Blank * gramps/plugins/quickview/ageondate.py: ageondate quickview: show reason why considered alive or dead svn: r23087 2013-09-11 Doug Blank * gramps/gen/proxy/living.py: living proxy did not exclude living people with iter_people() svn: r23084 2013-09-10 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: 7034: add remove_stop_date parameter svn: r23083 2013-09-10 Doug Blank * gramps/plugins/lib/libgedcom.py: Ignore meaningless @IDENT@ on CONT or CONC line as detailed at http://www.tamurajones.net/IdentCONT.xhtml svn: r23081 2013-09-10 Vassilii Khachaturov * gramps/cli/test/user_test.py, gramps/cli/user.py: 7013: strip underscores from accept/reject labels svn: r23077 2013-09-10 Doug Blank * gramps/gen/relationship.py: 7053: Narrated Website report crashes; check for family == None on lookup svn: r23074 2013-09-09 Vassilii Khachaturov * gramps/gui/plug/_windows.py, gramps/gui/plug/tool.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py: 5598: implement User() class for tools change BatchTool to take user instead of uistate BatchTool now uses user.prompt, properly prompting the user in CLI scenario as well, unless "--yes" flag is given svn: r23071 2013-09-09 Paul Franklin * gramps/gen/config.py, gramps/gui/configure.py, gramps/gui/spell.py: enable suppression of minor missing-package warning (spell checking) svn: r23070 2013-09-09 Vassilii Khachaturov * gramps/gen/lib/date.py: 7034: probably_alive() failing when no birth-death further refactoring of set_.../set2_... common code added accessor get_stop_ymd analogous to get_ymd svn: r23068 2013-09-09 Vassilii Khachaturov * gramps/gen/lib/date.py: 7034: probably_alive() failing when no birth-death docstring update svn: r23067 2013-09-09 Serge Noiraud * gramps/plugins/view/geoplaces.py: Geography : bug#0006930 : incorrect string in geoplaces svn: r23064 2013-09-09 Tim G L Lyons * gramps/gui/views/treemodels/treebasemodel.py: Fix error where displaying Date or Confidence in Citation Tree View gave AttributeError: 'NoneType' object has no attribute 'encode' svn: r23063 2013-09-08 Vassilii Khachaturov * gramps/cli/arghandler.py, gramps/cli/grampscli.py, gramps/gen/user.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_windows.py, gramps/gui/plug/tool.py, gramps/gui/viewmanager.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/desbrowser.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eval.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/leak.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/soundgen.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py: 5598: implement User() class for tools Refactoring in progress: Modified all the tools' classes' call signature: now all take a user argument instead of a uistate, and GUI and CLI signature is unified. All tools now begin with uistate = user.uistate svn: r23061 2013-09-08 Vassilii Khachaturov * gramps/cli/arghandler.py, gramps/cli/grampscli.py, gramps/gen/merge/diff.py, gramps/gui/grampsgui.py, gramps/gui/viewmanager.py, gramps/guiQML/viewmanager.py: Add CLIManager.user attribute and __init__ param Instead of initializing self.user, ArgHandler now aliases the sessionmanager's one. svn: r23060 2013-09-08 Vassilii Khachaturov * gramps/gen/lib/test/date_test.py: refactor test svn: r23059 2013-09-08 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: consistency between offset and non-offset setters added ugly parameter _update2 to set_yr_mon_day, needs refactoring svn: r23058 2013-09-08 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: fix set_yr_mon_day_offset for compound dates now calls set2_yr_mon_day_offset svn: r23057 2013-09-08 Vassilii Khachaturov * gramps/gen/lib/date.py: refactor set_yr_mon_day and set2_yr_mon_day refactor common base svn: r23056 2013-09-08 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: raise DateError in set2_... if not is_compound() refactor Date to always use is_compound instead of repeating its logic everywhere svn: r23055 2013-09-08 Vassilii Khachaturov * gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: Add some UT for Date.set2_... and fix bugs Cut and paste is evil ;-) fix bugs before I refactor the code... svn: r23054 2013-09-08 Vassilii Khachaturov * gramps/gen/lib/date.py: 7034: probably_alive() failing when no birth-death docstring fix svn: r23053 2013-09-07 Jérôme Rapinat * docs/corecli/cli.rst: 6028: same change for cli (thank you Nick); still something wrong with my config (GrampsLocale init) svn: r23051 2013-09-06 Nick Hall * docs/conf.py, docs/coregui/gui.rst, docs/date.rst, docs/gen/gen.rst, docs/gen/gen_db.rst, docs/gen/gen_display.rst, docs/gen/gen_lib.rst, docs/gen/gen_plug.rst, docs/gen/gen_proxy.rst, docs/gen/gen_utils.rst, docs/html.rst, docs/relationship.rst, docs/simple.rst: 6028: Fix imports for documentation generation svn: r23049 2013-09-06 John Ralls * gramps/gui/utils.py: Bug 7040: 4.0.2 svn 23029M fails to start catastrophically svn: r23046 2013-09-06 Zdenek Hatas * po/cs.po: czech translation update svn: r23045 2013-09-05 Nick Hall * gramps/gui/widgets/grampletpane.py: Fix bug listing gramplets already in gramplet bar svn: r23041 2013-09-05 Vassilii Khachaturov * gramps/gen/datehandler/test/datehandler_test.py: add __main__ for stand-alone test runs svn: r23036 2013-09-04 Vassilii Khachaturov * data/grampsxml.dtd: Bump version in xmlns svn: r23035 2013-09-04 Vassilii Khachaturov * gramps/gui/utils.py: Indentation fix svn: r23034 2013-09-04 Vassilii Khachaturov * gramps/cli/arghandler.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/tool.py, gramps/gui/viewmanager.py: 5598: implement User() class for tools refactoring in progress - convert calling the tools' classes using positional syntax svn: r23032 2013-09-04 John Ralls * gramps/gui/utils.py: Bug 7040: 4.0.2 svn 23029M fails to start catastrophically svn: r23030 2013-09-04 Doug Blank * gramps/gen/lib/date.py: 7034 and 6965: missing method svn: r23028 2013-09-04 Doug Blank * gramps/gen/lib/date.py, gramps/gen/utils/alive.py: 7034: probably_alive() failing when no birth-death dates specified; 6965: Probably Alive fails when birth date is a range svn: r23023 2013-09-03 John Ralls * gramps/gen/utils/grampslocale.py: Change grampslocale logger to use __name__ instead of 'grampslocale' Attempt to suppress 'No handler for logger grampslocale' messages by enrolling the logger in the module hierarchy. svn: r23016 2013-09-03 John Ralls * gramps/gui/display.py, gramps/gui/utils.py: Simplify display_url to just use htmlview or webbrowser svn: r23015 2013-09-03 John Ralls * gramps/gen/relationship.py: Avoid bogus rel-calc translation error message in C locale svn: r23014 2013-09-03 Vassilii Khachaturov * gramps/gui/utils.py: minor cleanup svn: r23013 2013-09-03 John Ralls * gramps/gen/utils/grampslocale.py: Bug 7036: [Win32]Setting LANG crashes Gramps Also fixes Bug 6919: No automatic language selection in Windows Thanks to Helge Herz. svn: r23011 2013-09-03 John Ralls * gramps/gui/display.py, gramps/gui/utils.py: Bug 7017: Consolidate run_file into open_file_with_default_application svn: r23009 2013-09-03 Vassilii Khachaturov * gramps/gui/dbloader.py, gramps/gui/test/user_test.py, gramps/gui/user.py, gramps/gui/viewmanager.py: 5598: implement User() class for tools Let gui User take an optional uistate kwarg, and use it in dbloader and viewmanager. svn: r23008 2013-09-03 Vassilii Khachaturov * .get_packages_list.py: rm obsolete pre-gramps40 file svn: r23007 2013-09-01 Mirko Leonhäuser * po/de.po: updated german translation svn: r22997 2013-09-01 Doug Blank * gramps/webapp/empty.sql: Webapp: update empty.sql to latest db design svn: r22995 2013-09-01 Doug Blank * gramps/webapp/grampsdb/views.py: Webapp: search refinements svn: r22993 2013-09-01 Doug Blank * gramps/webapp/grampsdb/models.py, gramps/webapp/utils.py: Webapp: use cuni for python3 compatibility svn: r22989 2013-09-01 Doug Blank * gramps/gen/simple/_simpletable.py: Use cuni rather than unicode svn: r22988 2013-09-01 Doug Blank * gramps/gui/views/treemodels/treebasemodel.py: 7025: issue with python3 and unicode string svn: r22986 2013-09-01 Vassilii Khachaturov * gramps/cli/test/cli_test.py, gramps/gen/test/config_test.py: clean up tmp test files in the end svn: r22983 2013-09-01 John Ralls * gramps/gui/utils.py: Fix misguided change to poll_external signature svn: r22981 2013-09-01 Doug Blank * gramps/gui/utils.py: 7025: 4.0.2 svn 22976M fails to start catastrophically svn: r22980 2013-09-01 Doug Blank * gramps/webapp/grampsdb/views.py: Webapp: put .distinct() last to remove duplicate matches in queries svn: r22977 2013-08-31 Doug Blank * gramps/gen/simple/_simpletable.py, gramps/webapp/grampsdb/models.py, gramps/webapp/utils.py: Webapp changes to properly show unicode data in html svn: r22975 2013-08-31 Doug Blank * gramps/webapp/shell.py: Create .pyhistory if it doesn't exist svn: r22974 2013-08-30 Vassilii Khachaturov * gramps/gen/lib/src.py, gramps/gen/merge/mergecitationquery.py: 6960: Bless Source with an IndirectCitationBase svn: r22970 2013-08-30 Vassilii Khachaturov * gramps/plugins/tool/mergecitations.py: 6960: mergecitations has broken copy of MCQ The MergeCitations batch tool had a cut-and-pasted code replicating MergeCitationQuery logic. Naturally, it diverged :-) Removed MergeCitations.Merge and use MergeCitationQuery instead. svn: r22969 2013-08-30 Nick Hall * gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py: Fix regular expressions in sidebar filters svn: r22968 2013-08-30 Vassilii Khachaturov * gramps/gen/merge/test/merge_ref_test.py: Don't swallow exceptions in child process If this were in place before I started working on #6960, it could have saved me almost an hour!! svn: r22964 2013-08-30 Vassilii Khachaturov * gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/eventref.py, gramps/gen/lib/repo.py: Refactor IndirectCitationBase out of 3 classes Refactor common base out of Citation, EventRef, and Repository class IndirectCitationBase(object): Citation management logic for objects that don't have citations for the primary objects, but only for the child (secondary) ones. The derived class must implement get_citation_child_list method to return the list of child secondary objects that may refer citations. Note: for most objects, this functionality is inherited from CitationBase, which checks both the object and the child objects. Includes: * has_citation_reference * replace_citation_references * remove_citation_references svn: r22960 2013-08-30 Nick Hall * gramps/gui/widgets/grampletpane.py, gramps/plugins/gramplet/attributesgramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, po/POTFILES.in: 6874: Use shorter names in add gramplet list. Remove old attributes gramplet. svn: r22959 2013-08-30 Nick Hall * gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/utils.py, gramps/plugins/gramplet/backlinks.py: 6786: Invoke editor on double-click in backlinks gramplet svn: r22956 2013-08-30 Vassilii Khachaturov * gramps/gen/lib/citation.py: 6960: Error merging citations Cut-n-pastery of Repository functionality into Citation to fix the bug pinpointed by merge_ref_test.SourceSourceCheck. Refactoring to come next... svn: r22953 2013-08-29 John Ralls * gramps/gui/editors/editmedia.py, gramps/gui/utils.py: Bug 7017 GUI stuck when external viewer launched subprocess.checked_call seems to wait on the process that xdg-open starts, but subprocess.wait doesn't. svn: r22949 2013-08-29 Vassilii Khachaturov * gramps/gen/merge/test/merge_ref_test.py: flags HAS_CLIMERGE and HAS_EXPORTRAW to skip tests Thanks, Nick! svn: r22948 2013-08-29 Nick Hall * gramps/plugins/export/exportxml.py: Exclude empty checksums from export svn: r22947 2013-08-29 Vassilii Khachaturov * gramps/gen/merge/test/merge_ref_test.py: Obsolete checks in __main__ svn: r22945 2013-08-29 Doug Blank * gramps/webapp/grampsdb/models.py, gramps/webapp/libdjango.py, gramps/webapp/settings.py, gramps/webapp/utils.py: Fix dbdjango to be up to date with bsddb of gramps40: added checksum for Media; SourceAttribute and CitationAttribute gained a private flag; all primary objects got tags svn: r22944 2013-08-29 Tim G L Lyons * gramps/gui/selectors/selectcitation.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/view/citationtreeview.py: 0006849: citationtreeview with search bar only searches in sources, not citation data 0006848: citationtreeview corrupts when search bar open and edit occurs 0006829: Searching into source/citation selector disallows to select all related citations, only matching rows by fixing treebasemodel so it properly deals with secondary objects, and also citationtreemodel so it adds secondary odes even when the parent is not present. svn: r22941 2013-08-29 Vassilii Khachaturov * gramps/gen/merge/mergecitationquery.py: 6960: Error merging citations Error merging citations containing objects with citations. reapply from gramps40 the fix to MergeCitationQuery merge_ref_test suite still fails :( svn: r22938 2013-08-29 Doug Blank * data/jhtmlarea/AutoPostTest.aspx, data/jhtmlarea/AutoPostTest.aspx.vb, data/jhtmlarea/ColorPickerMenu.htm, data/jhtmlarea/Default.htm, data/jhtmlarea/Readme.txt, data/jhtmlarea/scripts/jHtmlArea-0.7.0-vsdoc.js, data/jhtmlarea/scripts/jHtmlArea-0.7.0.js, data/jhtmlarea/scripts/jHtmlArea-0.7.0.min-vsdoc.js, data/jhtmlarea/scripts/jHtmlArea-0.7.0.min.js, data/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0.7.0.js, data/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0.7.0.min.js, data/jhtmlarea/scripts/jquery-1.3.2-vsdoc.js, data/jhtmlarea/scripts/jquery-1.3.2.js, data/jhtmlarea/scripts/jquery-1.3.2.min-vsdoc.js, data/jhtmlarea/scripts/jquery-1.3.2.min.js, data/jhtmlarea/scripts/jquery-ui-1.7.2.custom.min.js, data/jhtmlarea/style/jHtmlArea.ColorPickerMenu.css, data/jhtmlarea/style/jHtmlArea.Editor.css, data/jhtmlarea/style/jHtmlArea.css, data/jhtmlarea/style/jqueryui/ui-lightness/jquery-ui-1.7.2.custom.c ss, data/templates/admin/base_site.html, gramps/plugins/webstuff/jhtmlarea/AutoPostTest.aspx, gramps/plugins/webstuff/jhtmlarea/AutoPostTest.aspx.vb, gramps/plugins/webstuff/jhtmlarea/ColorPickerMenu.htm, gramps/plugins/webstuff/jhtmlarea/Default.htm, gramps/plugins/webstuff/jhtmlarea/Readme.txt, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0-vsdoc.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min-vsdoc .js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu -0.7.0.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu -0.7.0.min.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2-vsdoc.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min-vsdoc.js , gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-ui-1.7.2.custom.mi n.js, gramps/plugins/webstuff/jhtmlarea/style/jHtmlArea.ColorPickerMenu.c ss, gramps/plugins/webstuff/jhtmlarea/style/jHtmlArea.Editor.css, gramps/plugins/webstuff/jhtmlarea/style/jHtmlArea.css, gramps/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/jquer y-ui-1.7.2.custom.css, gramps/webapp/grampsdb/profile.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/urls.py: Make webapp work in trunk, copying changes from gramps40 svn: r22930 2013-08-29 Vassilii Khachaturov * gramps/cli/arghandler.py: 7021: merge r22867 fix of #6863 to trunk svn: r22929 2013-08-28 Nick Hall * gramps/gen/plug/utils.py, gramps/gui/configure.py, gramps/gui/displaystate.py, gramps/gui/plug/_windows.py, gramps/gui/utils.py, gramps/gui/viewmanager.py: 4735: Check for updates in a separate thread svn: r22926 2013-08-28 Vassilii Khachaturov * po/ru.po: RU l10n update - process all fuzzies svn: r22922 2013-08-28 Vassilii Khachaturov * po/POTFILES.in, po/gramps.pot, po/ru.po: Restored broken POT generation removed 2 obsolete files from POTFILES.in regenerated gramps.pot and ru.po svn: r22921 2013-08-28 Doug Blank * gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gui/configure.py: 7020: Date filtering fails to work on Family Events in 3.4.6 or 4.0.2; typo, missing 'not'; changed date before and after max to be 9999 svn: r22919 2013-08-28 Vassilii Khachaturov * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/test/argparser_test.py, gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gen/const.py, gramps/gen/user.py, test/impex.sh: 7016: new cmdline switches -y/--yes and -q/--quiet Add to -h output new text about -y and -q impex.sh switched to use --yes and --quiet Refactor ArgHandler to reuse User object ArgHandler now uses user.prompt No longer custom code duplicating user.prompt functionality This dropped support for English yes/no and prefixes in the "OK to overwrite?", as User.prompt allows pressing "Enter" to accept by default, and everything else except verbatim accept choice will be treated as reject. cli.user.User.prompt now supports treating EOF as a reject prompt message reformatted: added newline after title Previously, code '-q' in ('--qml') returned True, which was not what ArgParser meant. Changed the rhs of in to [] from () to avoid this for every case in ArgParser.parse in the future as well. Tests run: the new UT added and impex.sh svn: r22916 2013-08-28 Vassilii Khachaturov * .gitignore: Ignore tags svn: r22915 2013-08-26 Vassilii Khachaturov * gramps/cli/test/user_test.py, gramps/cli/user.py, gramps/gen/test/user_test.py, gramps/gen/user.py, gramps/gui/test/__init__.py, gramps/gui/test/user_test.py, gramps/gui/user.py: 7013: Impl. User.prompt based on QuestionDialog2 Implemented prompt method, changed signature to match QuestionDialog2.__init__ Refactored existing code in User classes: common __init__ code and User.callback pulled up to gen.user Aligned gui and cli to use stderr for spinner and progress printouts For testability, self._fileout attr is used instead of hardwired stderr/stdout, this is add gui test (empty for now) The new code (prompt) is not excercised anywhere but in the unit tests yet, this is preparation work for other items in bug #5598 svn: r22914 2013-08-25 John Ralls * mac/gramps.modules: Fix private moduleset leakage svn: r22913 2013-08-23 Vassilii Khachaturov * gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importvcard.py: 6878: CLI import/export plugins broken w/o DISPLAY Reapply from gramps40. commit b2977abeab0be3c9edd85f26f9c151d82198921c Author: Vassilii Khachaturov Date: Wed Aug 21 18:54:21 2013 +0000 Replace a hardwired ProgressMeter with proper calls to User Tested with impex.sh with and without DISPLAY env git-svn-id: svn+ssh://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps40@22901 4ae1f11a-8b86-4847-b8af-ab372f36d1fdcommit d67eda455f4f8c97e34ec7c85fb0bcf3a9c3b940 Author: Vassilii Khachaturov Date: Wed Aug 21 18:54:05 2013 +0000 6957: support gender in vcard import forgotten merge cleanup git-svn-id: svn+ssh://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps40@22900 4ae1f11a-8b86-4847-b8af-ab372f36d1fdsvn: r22911 2013-08-22 Vassilii Khachaturov * gramps/gen/constfunc.py, gramps/gen/test/constfunc_test.py: 7009: endless exception loop starting w/o DISPLAY Reapplied my fix to has_display from gramps40. svn: r22910 2013-08-22 Nick Hall * gramps/gui/editors/filtereditor.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/widgets/__init__.py, gramps/gui/widgets/dateentry.py, po/POTFILES.skip: Add date validation to filters svn: r22905 2013-08-21 Vassilii Khachaturov * gramps/grampsapp.py, gramps/gui/plug/__init__.py, gramps/gui/plug/_windows.py, gramps/gui/plug/tool.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py: 6953: remove "undo history warning" under CLI Merged from gramps40 the commits below and verified there are no more instances of BatchTool on trunk to change as well. commit 657a57fb7de3c9804dfbff5b27f824ff79ead2ae Author: Vassilii Khachaturov Date: Wed Aug 21 17:24:41 2013 +0000 6953: remove "undo history warning" under CLI Port my fix from gramps34. In addition, the Check tool now has a hardwired dependency on ProgressMeter. Make a nullifying mock locally and only set it to the real thing only under GUI. Tested with impex.sh (further stages after check still fail, see bug #6878). git-svn-id: svn+ssh://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps40@22899 4ae1f11a-8b86-4847-b8af-ab372f36d1fdcommit 064d9a7b36770857f7fd68b35ade6e8f3f52b81a Author: Vassilii Khachaturov Date: Wed Aug 21 17:24:18 2013 +0000 action 'tool' CLI handler broken w/o DISPLAY Preparing to port my fix for 6953: remove "undo history warning" when the BatchTool run from cli (e.g., "check") from gramps34, the ground state was worse in gramps40... git-svn-id: svn+ssh://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps40@22898 4ae1f11a-8b86-4847-b8af-ab372f36d1fdsvn: r22902 2013-08-21 Paul Franklin * gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_el.py, po/POTFILES.skip: add and enable Greek date handler (from Zissis Papadopoulos) svn: r22897 2013-08-21 Zdenek Hatas * po/cs.po: czech translation update svn: r22892 2013-08-21 Vassilii Khachaturov * gramps/gui/widgets/multitreeview.py: 6871: workaround gtk RTL bug in MultiTreeView optimizing cleanup - reapply from gramps40 svn: r22891 2013-08-20 Vassilii Khachaturov * gramps/gui/plug/quick/_quicktable.py, gramps/gui/widgets/multitreeview.py: 6871: workaround gtk RTL bug in MultiTreeView Reapply from gramps40 - blend of Nick's and my fix for the bug. svn: r22888 2013-08-20 Nick Hall * gramps/gen/datehandler/test/__init__.py, gramps/gen/datehandler/test/datehandler_test.py: Add datehandler unit test svn: r22885 2013-08-20 Nick Hall * gramps/gui/plug/quick/_quicktable.py: 6871: Remove vertical grid lines for RTL display svn: r22883 2013-08-19 Vassilii Khachaturov * gramps/webapp/Makefile: Adapt to gramps40/trunk - add GRAMPS_RESOURCES env Rewrote Makefile to use a single macro PYTHON which includes all the env magic in it. svn: r22877 2013-08-19 Vassilii Khachaturov * gramps/webapp/Makefile: gramps-connect: more automation during init don't require the user to manually create the fixtures subdir svn: r22876 2013-08-19 Vassilii Khachaturov * gramps/gen/utils/grampslocale.py, gramps/webapp/utils.py: gramps-connect used wrong arg for GrampsLocale Fixed webapp/utils.py and also made the docstring in Grampslocale less ambiguous. svn: r22875 2013-08-15 Nick Hall * data/grampsxml.dtd, data/grampsxml.rng: Add checksum to dtd and rng files svn: r22873 2013-08-15 Nick Hall * gramps/gui/displaystate.py, gramps/gui/viewmanager.py, gramps/gui/widgets/statusbar.py: Simplify status bar and fix justification of filter status svn: r22872 2013-08-15 Nick Hall * gramps/gen/db/upgrade.py, gramps/gen/lib/mediaobj.py, gramps/gen/utils/file.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/views/treemodels/mediamodel.py, gramps/plugins/export/exportxml.py, gramps/plugins/importer/importxml.py, gramps/plugins/view/mediaview.py: Add checksum to media objects svn: r22870 2013-08-14 Paul Franklin * gramps/plugins/lib/libtreebase.py: 6998: Descendant Tree Report crashes gramps 4.0.2 svn 22863M svn: r22869 2013-08-13 Nick Hall * gramps/gen/filters/rules/_hasnoteregexbase.py: Fix bug in note filters svn: r22862 2013-08-13 Nick Hall * gramps/gen/filters/rules/event/_hascitation.py: 6995: Fix bug in event citation filter svn: r22859 2013-08-11 Nick Hall * gramps/gen/filters/_filterparser.py: Automatic update for old rules using regular expressions svn: r22855 2013-08-11 Vassilii Khachaturov * gramps/plugins/export/exportgedcom.py: 6909: Gedcom export adds birth place/date in death reapply my fix from gramps40 svn: r22852 2013-08-10 John Ralls * mac/gramps.modules: Update goocanvas and osmgpsmap to current packages svn: r22848 2013-08-10 John Ralls * mac/gramps.bundle: Add new Quartz Input Method to bundle svn: r22847 2013-08-10 Paul Franklin * gramps/gui/plug/report/_graphvizreportdialog.py: give the graphvizdialog's format_str a more-unique name (to help distinguish it from the name displayer's format_str) svn: r22846 2013-08-09 John Ralls * gramps/gen/utils/grampslocale.py: Clean up some leftovers from 22840 svn: r22842 2013-08-09 John Ralls * gramps/gen/utils/grampslocale.py: Consolidate mslocales and self._lang_map into a single dict for easier maintenance Thanks to Paul Franklin for suggesting it svn: r22840 2013-08-09 Nick Hall * gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_regexpname.py: Remove redundant imports svn: r22839 2013-08-09 John Ralls * gramps/gen/utils/cast.py: Fix crash when Gramps is passed an invalid locale svn: r22833 2013-08-09 John Ralls * gramps/gen/utils/grampslocale.py: Ensure en_US encoding is UTF-8 svn: r22832 2013-08-09 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale:Add Greek and English to MSlocales svn: r22831 2013-08-09 Nick Hall * gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py: Convert old rules to use regular expression code in the base class svn: r22830 2013-08-09 Nick Hall * gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_childregexpidof.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_fatherregexpidof.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_motherregexpidof.py, po/POTFILES.in: Combine three new rules with existing rules svn: r22828 2013-08-09 Peter Landgren * po/sv.po: Some Swedish updates. svn: r22826 2013-08-08 Nick Hall * gramps/gen/filters/rules/__init__.py, gramps/gen/filters/rules/_hasattributebase.py, gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_hasnoteregexp.py, gramps/gen/filters/rules/citation/_matchespagesubstringof.py, gramps/gen/filters/rules/citation/_regexpidof.py, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_hascitation.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_hasnoteregexp.py, gramps/gen/filters/rules/event/_regexpidof.py, gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_childregexpidof.py, gramps/gen/filters/rules/family/_fatherregexpidof.py, gramps/gen/filters/rules/family/_hascitation.py, gramps/gen/filters/rules/family/_hasnoteregexp.py, gramps/gen/filters/rules/family/_motherregexpidof.py, gramps/gen/filters/rules/family/_regexpidof.py, gramps/gen/filters/rules/media/__init__.py, gramps/gen/filters/rules/media/_hasnoteregexp.py, gramps/gen/filters/rules/media/_regexpidof.py, gramps/gen/filters/rules/note/__init__.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/note/_regexpidof.py, gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasfamilyattribute.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hasnoteregexp.py, gramps/gen/filters/rules/person/_regexpidof.py, gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_hasnoteregexp.py, gramps/gen/filters/rules/place/_regexpidof.py, gramps/gen/filters/rules/repository/__init__.py, gramps/gen/filters/rules/repository/_hasnoteregexp.py, gramps/gen/filters/rules/repository/_matchesnamesubstringof.py, gramps/gen/filters/rules/repository/_regexpidof.py, gramps/gen/filters/rules/source/__init__.py, gramps/gen/filters/rules/source/_hasnoteregexp.py, gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py, gramps/gen/filters/rules/source/_matchestitlesubstringof.py, gramps/gen/filters/rules/source/_regexpidof.py, po/POTFILES.in: Add regular expressions to rules svn: r22823 2013-08-08 Nick Hall * gramps/gen/db/dictionary.py: python3 fix svn: r22821 2013-08-08 Nick Hall * gramps/plugins/export/test/exportvcard_test.py: Fix for Windows line separator svn: r22819 2013-08-07 Nick Hall * gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_matchesplacefilter.py, gramps/gui/editors/filtereditor.py, po/POTFILES.in: 6950: Add new rule for events with places matching filter svn: r22816 2013-08-07 Vassilii Khachaturov * gramps/plugins/docgen/cairodoc.py: comment/docstring fix reapply from gramps40 svn: r22813 2013-08-06 Vassilii Khachaturov * gramps/plugins/docgen/cairodoc.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/docgen/psdrawdoc.py, gramps/plugins/lib/libcairodoc.py, po/POTFILES.in, po/POTFILES.skip, test/runtest.sh: 6883: non-Western fonts broken in PS reports Reapply from gramps40. svn: r22811 2013-08-06 Nick Hall * gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/importer/test/importvcard_test.py: Convert VCard unit tests to use ElementTree svn: r22807 2013-08-05 Nick Hall * gramps/gui/widgets/grampletbar.py: 6969: Connect to switch-page signal after the initial gramplets have been added svn: r22801 2013-08-03 Nick Hall * gramps/gen/db/test/cursor_test.py: Close database files before removing them svn: r22794 2013-08-01 Nick Hall * gramps/gen/utils/test/place_test.py: Add unit test for latitide/longitude conversion svn: r22792 2013-07-31 Nick Hall * gramps/gen/utils/test/callback_test.py: Convert callback test to use assert methods svn: r22789 2013-07-31 Nick Hall * setup.py: Add command to run unit tests from setup.py svn: r22787 2013-07-31 Nick Hall * gramps/gui/logger/test/__init__.py, gramps/gui/logger/test/rotate_handler_test.py, test/GrampsLogger/RotateLogger_Test.py: Move rotate handler test svn: r22785 2013-07-30 Nick Hall * gramps/gen/db/test/cursor_test.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/test/reference_map_test.py, gramps/gen/lib/test/merge_test.py: Unit test python3 fixes svn: r22783 2013-07-30 Nick Hall * gramps/gen/lib/test/date_test.py: Fix date unit test svn: r22781 2013-07-30 Nick Hall * gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/importer/test/importvcard_test.py: Remove superfluous console output in unit tests svn: r22779 2013-07-30 Nick Hall * gramps/plugins/export/exportvcard.py: Remove redundant import svn: r22777 2013-07-30 Vassilii Khachaturov * gramps/gen/recentfiles.py, gramps/gui/displaystate.py: 6663: RecentFiles.do_save() doesn't do XML escape reapply from gramps40 svn: r22775 2013-07-30 Nick Hall * gramps/gen/merge/test/__init__.py, gramps/gen/merge/test/merge_ref_test.py: Fix merge ref unit test svn: r22772 2013-07-29 Nick Hall * test/RunAllTests.py: Fix bug in unit test script svn: r22770 2013-07-29 Nick Hall * gramps/gen/db/test/cursor_test.py, gramps/gen/db/test/grampsdbtestbase.py, gramps/gen/db/test/reference_map_test.py, test/GrampsDb/Cursor_Test.py, test/GrampsDb/GrampsDbBase_Test.py, test/GrampsDb/GrampsDbTestBase.py: Fix and move db unit tests svn: r22768 2013-07-29 Jérôme Rapinat * debian/changelog, debian/control: 6918: .deb package more compliant according to Debian policy svn: r22766 2013-07-29 Vassilii Khachaturov * gramps/plugins/export/exportvcard.py, gramps/plugins/importer/importvcard.py: 6957: VCF export/import should support [x-]gender reapply from gramps40 svn: r22764 2013-07-28 Nick Hall * gramps/gen/db/test/__init__.py, gramps/gen/db/test/db_test.py: Convert db unit test to use unittest module svn: r22761 2013-07-28 Nick Hall * gramps/gen/utils/test/keyword_test.py, gramps/test/utils_test.py: Fix and move keyword unit test svn: r22759 2013-07-28 Nick Hall * gramps/gen/test/__init__.py, gramps/gen/test/config_test.py, gramps/test/config_test.py: Fix and move config unit test svn: r22757 2013-07-28 Nick Hall * gramps/cli/test/__init__.py, gramps/cli/test/cli_test.py, gramps/test/gramps_cli_test.py: Fix and move CLI unit test svn: r22755 2013-07-28 Nick Hall * gramps/gen/lib/test/__init__.py, gramps/gen/lib/test/grampstype_test.py, gramps/gen/lib/test/merge_test.py, gramps/gen/utils/test/__init__.py, gramps/gen/utils/test/callback_test.py, gramps/plugins/export/test/__init__.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/importer/test/__init__.py, gramps/plugins/importer/test/importvcard_test.py: Fix unit tests svn: r22753 2013-07-28 Nick Hall * gramps/cli/user.py: 6954: Output command line messages and progress information to stderr rather than stdout svn: r22751 2013-07-28 Vassilii Khachaturov * test/impex.sh: 6951: import/export test suite runner broken Reapply the fix from gramps40. svn: r22747 2013-07-28 Vassilii Khachaturov * po/ru.po: 6952: in RU locale, gramps --help is wrong for -u svn: r22743 2013-07-27 John Ralls * gramps/gui/editors/displaytabs/embeddedlist.py: Fix python3 syntax error svn: r22740 2013-07-26 Paul Franklin * gramps/gen/db/upgrade.py: 6946: global name 'UNITYPE' is not defined - can't open old database svn: r22739 2013-07-24 Paul Franklin * gramps/gui/widgets/monitoredwidgets.py: show more LDS temples on the screen svn: r22736 2013-07-24 Paul Franklin * gramps/gen/plug/docgen/graphdoc.py: 6872: wrong size of svg image in Family Lines Graph svn: r22733 2013-07-24 Vassilii Khachaturov * test/GrampsDb/Cursor_Test.py, test/GrampsDb/GrampsDbBase_Test.py, test/GrampsDb/GrampsDbTestBase.py, test/GrampsLogger/ErrorReportAssistant_Test.py, test/GrampsLogger/GtkHandler_Test.py, test/GrampsLogger/RotateLogger_Test.py, test/LosHawlos_bsddbtest.py, test/LosHawlos_dbtest.py, test/RelLib/RelLib_Test.py, test/RunAllTests.py: Reviving RunAllTests.py on trunk Porting my fix from gramps40: git diff gramps40^ gramps40 | git apply svn: r22730 2013-07-24 Paul Franklin * gramps/cli/argparser.py: CLI --config values should be enterable in gramps.ini form (e.g. 0 or 1) svn: r22728 2013-07-22 Vassilii Khachaturov * gramps/plugins/rel/rel_ru.py: 6936: spelling and other fixes in RU rel calc svn: r22720 2013-07-22 Vassilii Khachaturov * gramps/gen/const.py, gramps/gui/grampsgui.py: 6932: Check for broken GTK install on linux only Fix as proposed by jralls. Also, move the 'gtk30' translation domain name to gramps consts. svn: r22717 2013-07-21 Paul Franklin * gramps/gen/utils/cast.py, po/POTFILES.in, po/POTFILES.skip: add the missing import to the 3139 fix I added, sigh svn: r22713 2013-07-21 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Don't set to 'C' if LANG is en_US Not required, Gtk has an 'en' translation Ref. http://www.gramps-project.org/bugs/view.php?id=6867 svn: r22710 2013-07-21 Paul Franklin * gramps/gen/utils/cast.py: 3139: boolean command line options have to be specified as foo=true ... The solution was suggested by Doug Blank. svn: r22709 2013-07-21 John Ralls * gramps/gen/plug/report/_paper.py: Bug 6928: Windows: If LANG not equal en_GB Graphic Reports in some cases produce empty PDF sheets or force graphviz to crash Problem was due to calling localized float() when parsing a C-locale xml file svn: r22705 2013-07-21 Vassilii Khachaturov * gramps/plugins/docgen/rtfdoc.py: 2974: .rtf docgen doesn't escape backslashes svn: r22704 2013-07-21 Vassilii Khachaturov * gramps/plugins/importer/importxml.py, po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/gramps.pot, po/he.po, po/hr.po, po/hu.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po: 6864: change warning to a more user-friendly one s/Gramps ignored namemap value/Gramps ignored a name grouping/g svn: r22701 2013-07-20 Vassilii Khachaturov * gramps/plugins/docgen/rtfdoc.py: 6884: RTF reports broken for intl chars Ported my fix from gramps34 branch svn: r22696 2013-07-16 Vassilii Khachaturov * gramps/plugins/tool/notrelated.py: 6915: not related tool treats siblings as not rel. Applied patch from ennoborg, thanks! svn: r22690 2013-07-16 Vassilii Khachaturov * test/runtest.sh: 6923: runtest.sh broken in gramps40/trunk Fixed the file locations to work for the gramps40/trunk layout. Also porting my fix from gramps34 branch for 6837: runtest.sh runs some reports that no longer exist svn: r22684 2013-07-16 Vassilii Khachaturov * gramps/gui/grampsgui.py: 6867: warn on gtk translation missing Give a dev-oriented warning on console and pop up a UI warning dialog for the user, when an inconsistent translation configuration is detected between gramps and gtk (happens when a langpack is missing on Ubuntu systems, e.g.) svn: r22683 2013-07-15 Paul Franklin * gramps/plugins/export/exportpkg.py: 6922: Export gpkg crashes in svn 22654M svn: r22682 2013-07-14 Serge Noiraud * gramps/gui/plug/_guioptions.py: Bug #6917 : Gtk2 to Gtk3 port of colorsel to get_color_selection() svn: r22680 2013-07-13 Paul Franklin * gramps/gen/datehandler/_date_fi.py: revert the Finnish date-format change (remove the four I added) svn: r22678 2013-07-13 Paul Franklin * gramps/gen/datehandler/_date_fi.py: correct the Finnish date-format choices (add the other four) svn: r22675 2013-07-13 Paul Franklin * gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_uk.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_dateutils.py: added and/or clarified various date handler comments also slightly reformatted a few date handler lines and fixed one (locale-specific) date handler typo svn: r22672 2013-07-12 Serge Noiraud * gramps/plugins/lib/maps/cairoprint.py, gramps/plugins/lib/maps/geography.py: Geography : print page size selection before opening printing dialog. svn: r22669 2013-07-09 Paul Franklin * gramps/gen/datehandler/_date_sr.py: standardize date handler's internal argument names, for easier comparisons svn: r22667 2013-07-08 Paul Franklin * gramps/plugins/lib/librecords.py: ignore bad Record Gramplet/Report data (the data-verification tool catches them) svn: r22664 2013-07-08 Craig J. Anderson * gramps/plugins/lib/libsubstkeyword.py: Updated code to: . http://www.gramps-project.org/bugs/view.php?id=3430 . . added a $G[vtdelcspnom] to display . . . researcher information . . . gramps version and database name . be more vim compliant and a little more PEP compliant svn: r22661 2013-07-08 Peter Landgren * po/sv.po: Update after some user input. svn: r22658 2013-07-08 Paul Franklin * gramps/gen/lib/date.py: Span maximums and minimums must always be positive numbers svn: r22657 2013-07-05 Serge Noiraud * gramps/plugins/lib/maps/cairoprint.py: Geography : omit to add the new file for printing : cairoprint. svn: r22653 2013-07-05 Serge Noiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography : add printing functionality for all geography views. svn: r22652 2013-07-05 Doug Blank * gramps/plugins/export/exportgedcom.py: Added missing SrcAttributeType svn: r22650 2013-07-05 Doug Blank * gramps/gen/proxy/referencedbyselection.py: 6774: Recursive call in GEDCOM export preview calculation svn: r22649 2013-07-03 Doug Blank * gramps/plugins/export/exportxml.py: Undo changes for 6878 svn: r22647 2013-07-03 Doug Blank * gramps/cli/clidbman.py: 6081: Crash after double-click on .gpkg file svn: r22643 2013-07-03 Doug Blank * gramps/plugins/export/exportxml.py: 6878: Running CLI options when DISPLAY not set barfs svn: r22642 2013-07-01 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: 6818: Enable Relationships support on RelationshipGraph (GraphViz) svn: r22638 2013-07-01 Benny Malengier * gramps/gui/widgets/styledtexteditor.py: GTK3 wants to deprecate unicode menu svn: r22634 2013-06-30 Paul Franklin * gramps/plugins/drawreport/calendarreport.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/siblings.py: make sure relationship calculator's relationships are in the UI language svn: r22633 2013-06-30 Benny Malengier * gramps/gui/widgets/validatedmaskedentry.py: 6807: validatedmaskedentry: no attribute '_block_changed' svn: r22630 2013-06-30 Benny Malengier * gramps/gui/widgets/grampletbar.py: GTK3: make sure menu shows up svn: r22628 2013-06-30 Benny Malengier * gramps/gui/widgets/styledtexteditor.py: GTK 3.9 removes unicode-menu svn: r22627 2013-06-28 Paul Franklin * gramps/gen/config.py, gramps/gui/configure.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/geography.gpr.py: enable suppression of two minor missing-package warnings svn: r22624 2013-06-27 Nick Hall * gramps/plugins/gramplet/recordsgramplet.py: 6841: Fix RTL text style bug svn: r22618 2013-06-25 Benny Malengier * gramps/gui/displaystate.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/treebasemodel.py: squash 40 commits: 1. 6848: citationtreeview corrupts when search bar open and edit occurs 2. avoid critical gdk error by processing events only when window visible : Gdk-CRITICAL **: gdk_error_trap_pop_internal: assertion `trap != NULL' failed 3. In case of errors with fg_color, enormous amount of error messages. This patch grabs wrong fg_color, and skips action, avoiding the error messages. Error goes to debug. svn: r22610 2013-06-25 Benny Malengier * gramps/gen/lib/attrtype.py, gramps/gen/lib/srcattrtype.py, gramps/gui/editors/editattribute.py: Bring srcattrtype in line with GEP 18: 1. less types 2. no template data 3. an ignore list svn: r22604 2013-06-24 Paul Franklin * test/GrampsDb/Cursor_Test.py, test/GrampsDb/GrampsDbBase_Test.py, test/GrampsDb/GrampsDbTestBase.py, test/GrampsLogger/ErrorReportAssistant_Test.py, test/GrampsLogger/GtkHandler_Test.py, test/GrampsLogger/RotateLogger_Test.py, test/LosHawlos_bsddbtest.py, test/LosHawlos_dbtest.py, test/RelLib/RelLib_Test.py, test/dates.sh: added GPL "boilerplate", SVN properties, and SVN Id line as needed svn: r22598 2013-06-24 Vassilii Khachaturov * gramps/cli/plug/__init__.py: 6838: report cli crash ignoring unknown param merge from gramps40 branch svn: r22596 2013-06-24 Jérôme Rapinat * gramps/plugins/rel/rel_uk.py: update Ukrainian relationship calculator (by Fedir) svn: r22582 2013-06-24 Paul Franklin * gramps/plugins/tool/relcalc.py: make sure relationship calculator tool's relationships are in the UI language svn: r22581 2013-06-23 John Ralls * gramps/plugins/docgen/htmldoc.py, setup.py: Correctly set images/webstuff path in htmldoc.py and setup.py svn: r22578 2013-06-23 John Ralls * data/css/GeoView.css, data/css/Web_Basic-Ash.css, data/css/Web_Basic-Blue.css, data/css/Web_Basic-Cypress.css, data/css/Web_Basic-Lilac.css, data/css/Web_Basic-Peach.css, data/css/Web_Basic-Spruce.css, data/css/Web_Citations-Animated.css, data/css/Web_Citations-Outline.css, data/css/Web_DropDown-Menus.css, data/css/Web_Fade-Menus.css, data/css/Web_Horizontal-Menus.css, data/css/Web_Mainz.css, data/css/Web_Nebraska.css, data/css/Web_Print-Default.css, data/css/Web_Vertical-Menus.css, data/css/Web_Visually.css, data/css/ancestortree.css, data/css/behaviour.css, data/css/jquery.flexbox.css, data/css/narrative-maps.css, data/css/swanky-purse/jquery-ui-1.7.2.custom.css, data/css/swanky-purse/jquery-ui-1.7.3.custom.css, data/javascript/jquery-1.3.2.min.js, data/javascript/jquery-1.7.1.js, data/javascript/jquery-1.7.1.min.js, data/javascript/jquery-ui-1.7.2.custom.min.js, data/javascript/jquery.flexbox.js, data/javascript/jquery.flexbox.min.js, gramps/gen/const.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/webstuff/css/GeoView.css, gramps/plugins/webstuff/css/Web_Basic-Ash.css, gramps/plugins/webstuff/css/Web_Basic-Blue.css, gramps/plugins/webstuff/css/Web_Basic-Cypress.css, gramps/plugins/webstuff/css/Web_Basic-Lilac.css, gramps/plugins/webstuff/css/Web_Basic-Peach.css, gramps/plugins/webstuff/css/Web_Basic-Spruce.css, gramps/plugins/webstuff/css/Web_Citations-Animated.css, gramps/plugins/webstuff/css/Web_Citations-Outline.css, gramps/plugins/webstuff/css/Web_DropDown-Menus.css, gramps/plugins/webstuff/css/Web_Fade-Menus.css, gramps/plugins/webstuff/css/Web_Horizontal-Menus.css, gramps/plugins/webstuff/css/Web_Mainz.css, gramps/plugins/webstuff/css/Web_Nebraska.css, gramps/plugins/webstuff/css/Web_Print-Default.css, gramps/plugins/webstuff/css/Web_Vertical-Menus.css, gramps/plugins/webstuff/css/Web_Visually.css, gramps/plugins/webstuff/css/ancestortree.css, gramps/plugins/webstuff/css/behaviour.css, gramps/plugins/webstuff/css/jquery.flexbox.css, gramps/plugins/webstuff/css/narrative-maps.css, gramps/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.2.custom.css , gramps/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.3.custom.css , gramps/plugins/webstuff/images/gramps-geo-altmap.svg, gramps/plugins/webstuff/images/gramps-geo-birth.svg, gramps/plugins/webstuff/images/gramps-geo-death.svg, gramps/plugins/webstuff/images/gramps-geo-mainmap.svg, gramps/plugins/webstuff/images/gramps-geo-marriage.svg, gramps/plugins/webstuff/javascript/jquery-1.3.2.min.js, gramps/plugins/webstuff/javascript/jquery-1.7.1.js, gramps/plugins/webstuff/javascript/jquery-1.7.1.min.js, gramps/plugins/webstuff/javascript/jquery-ui-1.7.2.custom.min.js, gramps/plugins/webstuff/javascript/jquery.flexbox.js, gramps/plugins/webstuff/javascript/jquery.flexbox.min.js, gramps/plugins/webstuff/webstuff.py, mac/gramps.bundle, setup.py: Move the HTML resources from gramps/plugins/webstuff to data and images So that they're together with the other resources instead of in site-package/gramps. Aside from a better source and installation layout, this makes it easier to bundle them. svn: r22576 2013-06-23 Vassilii Khachaturov * gramps/plugins/view/pedigreeview.py: 6740: root cursor corruption Use get_window() not get_root_window() to set the cursor. svn: r22571 2013-06-23 Vassilii Khachaturov * gramps/gui/widgets/fanchart.py: 4571: RTL support in fanchart: cleanup older code Use math.degrees() / math.radians() where able Follow-up to CR by Benny: Removed redundant forced conversion to float, the from future import division handles that already. See PEP-238 for details. draw_text: Remove manual layout wrapping, use pango Layout logic. Refactored wrap_truncate_layout from draw_arc_text, and it's now reused in draw_text, here with CHAR wrapping mode as opposed to WORD in draw_arc_text. This replaces the (Unicode-wrong) implementation of manual char-by-char code with text truncation. svn: r22569 2013-06-23 Jérôme Rapinat * po/fr.po: do not limit family's actors to mother and father, no relation between age of the person and child svn: r22567 2013-06-23 Jérôme Rapinat * gramps/gen/datehandler/__init__.py: enable Ukrainian date handler (by Fedir) svn: r22566 2013-06-23 Jérôme Rapinat * gramps/gen/utils/grampslocale.py, setup.py: support Arabic on installation and lang_map (reports) svn: r22565 2013-06-22 Nick Hall * gramps/gui/widgets/grampletpane.py: 6814: Fix gramplet positioning when using RTL locale svn: r22557 2013-06-22 Vassilii Khachaturov * gramps/gui/widgets/fanchart.py: Fix minor ugliness due to precision loss. Change an integer division into a floating one, now the rendered text looks better. svn: r22553 2013-06-21 Paul Franklin * gramps/plugins/rel/rel_uk.py: added SVN Id property, and SVN Id line if needed svn: r22552 2013-06-21 Vassilii Khachaturov * gramps/gui/utilscairo.py, gramps/gui/widgets/fanchart.py: 4571: RTL support in fan chart gramps/gui/utilscairo.py: new file, currently holds just the warpPath() function, taken from /usr/share/doc/python-cairo/examples/warpedtext.py, with explanatory docs added. gramps/gui/widgets/fanchart.py, class FanChartBaseWidget: draw_text() method: previous logic using cairo toy text API didn't support CTL text. It has been removed, and replaced with a call to a new method, draw_arc_text(). Flagged a subtle Unicode issue in the remaining old code, for radial-oriented text, with a FIXME, I'll probably fix it later as a separate issue. create_map_rect_to_sector() static method: create a transform to use with gui.utilscairo.warpPath(), currently used in draw_arc_text(). Following Benny's code review I have annotated the algorithm and made it hopefully clear, but I guess it could be reworked into a better form if re-expressed with stacked transforms / complex numbers / matrices for easier later maintenance. Meanwhile I have used the same approach as the older code in the file, good enough for a patch under this feature request. The only issue remaining from the code review is whether the create_map_rect_to_sector() function should be moved to gui.utilscairo; see the bug thread. svn: r22548 2013-06-20 Tim G L Lyons * gramps/gui/views/bookmarks.py, gramps/plugins/view/citationtreeview.py: 0006352: Bookmarking a source in the citation tree creates a blank bookmark. Disallow bookmarking a source in the Citation Tree View, and do not add sources to the history in the Citation Tree View. svn: r22545 2013-06-20 Paul Franklin * gramps/cli/arghandler.py: 6821: CLI asks forever when trying to overwrite while exporting svn: r22542 2013-06-20 Jérôme Rapinat * gramps/gen/relationship.py: 6817: print should be now a function svn: r22537 2013-06-20 Jérôme Rapinat * gramps/gen/relationship.py: 6817: Enhancements for testing localized Relationship handlers (contribution by Fedir) svn: r22535 2013-06-20 Jérôme Rapinat * gramps/plugins/rel/rel_uk.py, gramps/plugins/rel/relplugins.gpr.py: Add Ukrainian relationship calculator (contributions by Fedir); not yet included on 4.0.x branch svn: r22530 2013-06-20 Jérôme Rapinat * gramps/plugins/lib/holidays.xml.in: Add Ukrainian holidays (contributions by Fedir) svn: r22529 2013-06-19 Vassilii Khachaturov * gramps/plugins/view/pedigreeview.py: Copied my 6812 fix port for gtk3 Integrated from gramps40 branch svn: r22525 2013-06-19 Vassilii Khachaturov * po/ru.po: RU translation update fix a missing newline svn: r22520 2013-06-19 Benny Malengier * gramps/gui/widgets/monitoredwidgets.py: GTK3: convert deprecated code for the indicator in entryfield svn: r22518 2013-06-18 Vassilii Khachaturov * po/ru.po: RU translation update Translated more strings. filters graph layout some other utils load errors configuration gui svn: r22515 2013-06-14 Fedik * po/uk.po: uk translation uptade svn: r22508 2013-06-13 Paul Franklin * gramps/plugins/gramplet/persondetails.py: 6797: Alternate Names in Person Details Gramplet (patch by Heinz Brinker) svn: r22505 2013-06-13 Tim G L Lyons * gramps/plugins/lib/libgedcom.py: 0000860: GEDCOM: Space in gramps id fails to properly export/import svn: r22501 2013-06-12 Fedik * po/uk.po: uk translation uptade svn: r22498 2013-06-11 Vassilii Khachaturov * po/ru.po: RU translation update Translated: cli/: argparser.py clidbman.py svn: r22494 2013-06-11 Vassilii Khachaturov * po/ru.po: RU translation update All fuzzies reviewed. check_po lint errors fixed. svn: r22492 2013-06-10 Serge Noiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography : Gtk.Menu didn't work with gtk3. svn: r22488 2013-06-10 Vassilii Khachaturov * po/ru.po: RU translation update Fix minor translation mistakes found by the check_po lint output. svn: r22485 2013-06-04 Paul Franklin * gramps/gen/datehandler/_date_uk.py: correct the filename in the "Id" line svn: r22480 2013-06-03 Paul Franklin * example/gramps/data.gramps: add some more names to data.gramps (more modern: divorces, etc.) svn: r22476 2013-06-01 Benny Malengier * gramps/gui/glade/editsourceref.glade: There is no sourceref anymore, only citation svn: r22468 2013-06-01 Benny Malengier * gramps/gen/lib/srcattrtype.py: GEP 18: update fields in srcattrtype to what will be used in GEP18, so as to avoid translators seeing non used fields (but best not to translate yet, this is trunk!) svn: r22467 2013-05-31 Zdenek Hatas * po/cs.po: minor fixes svn: r22461 2013-05-31 Zdenek Hatas * po/cs.po: czech translation update svn: r22459 2013-05-29 Benny Malengier * data/evidencestyle/README: copyright on evidence style, see private mail of John H. Yates to bmcage svn: r22449 2013-05-28 Paul Franklin * gramps/cli/plug/__init__.py: 6058: Ambiguous pdf output file format values [fix by Peter] (this was already fixed in gramps34 20445) svn: r22448 2013-05-28 Benny Malengier * gramps/gui/editors/editperson.py: GTK3: menu needs to survive function scope svn: r22445 2013-05-28 Vassilii Khachaturov * po/ru.po: RU - translation update. Import stats dialog - proper inflection. More translation strings for the main menu. A lot of fuzzies reviewed. Some minor mistakes shown during GUI testing fixed. svn: r22444 2013-05-28 Benny Malengier * data/evidencestyle/evidencefieldgenerator.py, gramps/gen/lib/srcattrtype.py: Fix error in template map, key should be the types, not strings svn: r22443 2013-05-28 Benny Malengier * data/evidencestyle/evidencefieldgenerator.py, gramps/gen/lib/srcattrtype.py: Use term source template, not source type svn: r22442 2013-05-28 Benny Malengier * data/evidencestyle/evidence_style.csv, gramps/gen/lib/srcattrtype.py: Split double field corresponding with log date in citatin object svn: r22440 2013-05-28 Benny Malengier * data/evidencestyle/evidence_style.csv, gramps/gen/lib/srcattrtype.py: Rationalize fields: * consistent use of first/last * no numbered entries, use (SHORT) where needed * consistent use of single or plural (AUTHOR, PAGES) svn: r22439 2013-05-27 Benny Malengier * data/evidencestyle/evidencefieldgenerator.py, gramps/gen/lib/srcattrtype.py: Use for description of source type same order as in the csv. Add some comments lines with explanation svn: r22438 2013-05-27 Benny Malengier * gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/srcattrembedlist.py: 6781: Allow editing in displaytabs for some fields svn: r22437 2013-05-27 Benny Malengier * data/evidencestyle/evidencefieldgenerator.py, gramps/gen/lib/srcattrtype.py: Remove errors due to too much spaces in fields Start type at a save value of 100 svn: r22436 2013-05-27 Paul Franklin * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/el.po, po/en_GB.po, po/eo.po, po/fi.po, po/fr.po, po/hr.po, po/nl.po, po/pt_PT.po, po/sk.po: standardize top three xx.po lines, if needed svn: r22435 2013-05-27 John Ralls * gramps/gen/utils/maclocale.py: Remove extra Id line from maclocale.py svn: r22431 2013-05-27 Benny Malengier * gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/editfamily.py: 6780: Add privacy column to displaytabs Extend to grouped displaytabs, and to specific family versions of tabs svn: r22430 2013-05-27 Zdenek Hatas * po/cs.po: czech translation update svn: r22429 2013-05-27 Benny Malengier * gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/addressmodel.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/citationrefmodel.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/notemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/personrefmodel.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/reporefmodel.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/displaytabs/webmodel.py: 6780: Add privacy column to displaytabs svn: r22428 2013-05-27 Benny Malengier * gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/attrmodel.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py: Make it possible to show private icon in displaytabs Enable this already in Attribute and SrcAttribute svn: r22427 2013-05-26 Benny Malengier * gramps/gui/glade/editaddress.glade: Fix bad scaling in address editor svn: r22426 2013-05-26 Benny Malengier * data/evidencestyle/README, data/evidencestyle/evidence_style.csv, data/evidencestyle/evidencefieldgenerator.py, data/grampsxml.dtd, data/grampsxml.rng, gramps/gen/db/base.py, gramps/gen/db/read.py, gramps/gen/db/test/db_test.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/lib/__init__.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/citation.py, gramps/gen/lib/src.py, gramps/gen/lib/srcattribute.py, gramps/gen/lib/srcattrtype.py, gramps/gen/lib/test/merge_test.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gui/ddtargets.py, gramps/gui/editors/__init__.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/dataembedlist.py, gramps/gui/editors/displaytabs/datamodel.py, gramps/gui/editors/displaytabs/srcattrembedlist.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editsource.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportxml.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/webreport/narrativeweb.py: 2332: Allow reorder of Data in the Data tab of Source: make Data SourceAttribute, which have sourcetype, link with GEPS 018: Evidence This is step 1 needed for GEPS 018. All types are defined needed to evidence style references This commit also contains fix for 6777: Crash on export to GEDCOM when there are addresses svn: r22423 2013-05-26 Paul Franklin * gramps/plugins/lib/libtreebase.py: 6769: gramps crash for ancestor chart report svn: r22422 2013-05-25 Benny Malengier * gramps/gui/grampsgui.py: Some errors during development hang Gramps. Putting all in try block to avoid this svn: r22420 2013-05-24 John Ralls * gramps/gui/display.py, gramps/gui/utils.py: Bugs 6099 & 6472: Don't leave zombies and report errors Update spawnve() to subprocess.check_output() Pop an ErrorDialog if the system's open command fails in open_file_with_default_application() svn: r22417 2013-05-23 Paul Franklin * gramps/plugins/textreport/indivcomplete.py: fix string FIXME, add context for translation, as string freeze is over svn: r22415 2013-05-22 Benny Malengier * gramps/gui/views/listview.py: 6724: Person selected jumps forward to next person inlist svn: r22411 2013-05-22 Benny Malengier * gramps/gui/glade/tipofday.glade: 6670: Some entries into tips.xml are increasing size of the 'Tip of the day' dialog svn: r22408 2013-05-22 Benny Malengier * gramps/gui/plug/quick/_quicktable.py: 6325: Cannot right-click on tables in Quick Views svn: r22406 2013-05-21 John Ralls * mac/gramps.modules: Mac: Fix osm-gps-map version, remove osmgpsmap-py svn: r22400 2013-05-21 Zdenek Hatas * po/cs.po: czech translation update svn: r22387 2013-05-20 Benny Malengier * gramps/gui/views/treemodels/flatbasemodel.py: 6754: Gramps Python 2.7 close when chosing a place by typing the place name in the list svn: r22380 2013-05-19 John Ralls * mac/gramps.modules: Move pybsddb module to gtk-osx-python.modules svn: r22377 2013-05-19 John Ralls * mac/gramps.modules: Match gramps.modules to gramps-40 version svn: r22376 2013-05-18 Paul Franklin * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sv.po, po/test/po_test.py, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po: add "Id" property, and "Id" line, and license line, if any were needed svn: r22372 2013-05-18 Jérôme Rapinat * gramps/gen/datehandler/_date_uk.py: add Ukrainian date handler to SVN for testing, not enabled yet (__init__.py), contribution by Fedir Zinchuk svn: r22367 2013-05-17 Paul Franklin * gramps/gui/plug/report/_docreportdialog.py: 1780: End of Line Report options window - changing Output Format cause change active tab to "report options" This also happens on every other report, of course. (I will commit this to gramps40 when its "code freeze" is over.) svn: r22358 2013-05-17 Paul Franklin * gramps/gui/plug/report/_graphvizreportdialog.py: don't start a GraphViz report on the "Paper Options" tab None of the other reports start on the "Paper Options" tab. (I will commit this to gramps40 when its "code freeze" is over.) svn: r22354 2013-05-17 Tim G L Lyons * gramps/gen/db/write.py: 0006746: Problem in Portable version immediately after upgrading to 3.4.4-1 from 3.3.1.1 svn: r22345 2013-05-17 John Ralls * mac/gexiv2-libtool.patch: Mac: Fix gexiv2-libtool.patch to work if libtool isn't in $PREFIX It must be on the path. svn: r22334 2013-05-17 John Ralls * po/es.po, po/ru.po: Fix \n errors in two translation files svn: r22333 2013-05-17 John Ralls * mac/gexiv2-libtool.patch, mac/gramps.modules: Mac: Generalize gexiv2-libtool.patch svn: r22332 2013-05-16 John Ralls * mac/gramps.modules: Mac: Use gnome.org modulesets svn: r22329 2013-05-16 John Ralls * mac/gramps.modules: Mac: Redo trunk gramps.modules for current dependencies svn: r22328 2013-05-16 Julio Sánchez * po/es.po: Forward ported translations from 4.0 svn: r22326 2013-05-15 Vassilii Khachaturov * po/ru.po: Translation update - ru. svn: r22321 2013-05-15 Jérôme Rapinat * NEWS: merge content of NEWS after "3.4.4" release svn: r22314 2013-05-14 Nick Hall * gramps/gui/listmodel.py: Fix ListModel double click event svn: r22306 2013-05-14 Tim G L Lyons * gramps/plugins/lib/libgedcom.py: 0006541: Gramps crashes during import gedcom. Ignore empty ALIA alias name. svn: r22298 2013-05-14 Tim G L Lyons * gramps/plugins/lib/libgedcom.py: 0006394: GEDCOM import errors truncated too much. Error message extended to 66 chars as suggested (and continuation lines formatted to fall under initial line) svn: r22295 2013-05-13 Tim G L Lyons * gramps/plugins/importer/importprogen.py: Encoding error in date parsing literals svn: r22288 2013-05-13 Tim G L Lyons * gramps/plugins/importer/importprogen.py: 0006195: Import from pro-gen. Fix citations and sources. Also other fixes: Attach SOUR TEXT as note on citation. Ensure gramps_ids are not duplicated (change map record so it maps from Pro-Gen ID to handle), and format gramps_id according to the user's preference setting. Store 'aktenr' as REFN attribute or data. Store TITL (and _TITL2 and _TITL3) as comma separated Title. Store patronymic correctly. Prevent duplication of Baptism source text. Store RESI event for person address. Store family 'Relatie code' (FAM REFN/FAM CODE) as REFN. Note testing is limited by availability of test data. svn: r22287 2013-05-13 Paul Franklin * gramps/gen/lib/date.py, gramps/gen/lib/eventtype.py, gramps/gen/plug/report/endnotes.py, gramps/gen/relationship.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/lib/librecords.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/indivcomplete.py: any documentation is better than none svn: r22283 2013-05-13 Serge Noiraud * gramps/plugins/view/geoplaces.py: Geography : bug #6718 : The active place must have valid coordinates to set center and zoom. svn: r22282 2013-05-13 Fedik * po/uk.po: small translation and uptades svn: r22276 2013-05-12 Paul Franklin * gramps/plugins/drawreport/timeline.py: add name-format option and enable translated output for this report svn: r22272 2013-05-12 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0006515: Error building narrated web Circular references (either direct or indirect) involving media->citation->media or media->citation->source->media cause NarrativeWeb to crash with "maximum recursion depth exceeded". Fix NarrativeWeb when constructing list of objects to be output by checking whether a media object has already been encountered. Also fixes 0006418: Navweb crashes alpha4 0006630: Export Erzählende Webseite 0006643: Crash during making webstek report 0006652: [NarrativeWeb] Circular References lead to endless recursion (crash) 0006654: Unable to created narrated web report svn: r22270 2013-05-11 Paul Franklin * gramps/plugins/textreport/birthdayreport.py: enable translated output for this report svn: r22263 2013-05-11 Paul Franklin * gramps/gen/relationship.py: more deferred translation for the relationship calculator This enables it for spouse strings, which are done in the main gen/relationship.py relationship calculator and not in one of the language-specific relationship calculators svn: r22261 2013-05-11 Benny Malengier * gramps/gen/lib/mediaobj.py: 6580: Merging Media Notes fails svn: r22258 2013-05-11 Benny Malengier * gramps/gui/editors/displaytabs/surnametab.py: 6716: Add extra surname, on tab away from field, value is not stored svn: r22253 2013-05-10 Paul Franklin * po/POTFILES.in, po/POTFILES.skip: move five files with translatable strings out of POTFILES.skip svn: r22247 2013-05-10 Benny Malengier * gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py: 6665: New errors when using pygobject 3.8: Cannot get n_columns on flatbasemodel svn: r22245 2013-05-10 Tim G L Lyons * gramps/cli/grampscli.py, gramps/gen/db/exceptions.py, gramps/gen/db/write.py, gramps/gui/dbloader.py, gramps/gui/dialog.py: 0006713: Databases written with pickle protocol 3 (Python3) should not be opened with pickle protocol 2 (Python2). Also give warning when about to upgrade a Python2 database to Python3. svn: r22243 2013-05-10 Zdenek Hatas * po/cs.po: czech translation update svn: r22239 2013-05-10 Tim G L Lyons * gramps/cli/grampscli.py: Fix to incorrect svn merge in commit 22219 see 0006686: Wrong bsddb upgrade message given svn: r22238 2013-05-10 Nick Hall * gramps/gui/plug/_windows.py: Fix scroll to mark bug on added page svn: r22236 2013-05-09 Nick Hall * gramps/gen/simple/_simpletable.py: Simple table fix for numneric and checkbox columns svn: r22234 2013-05-09 Paul Franklin * gramps/gen/plug/report/endnotes.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/indivcomplete.py: defer translation for one more date, and cleanup translation svn: r22232 2013-05-09 Nick Hall * gramps/gen/simple/_simpletable.py: Convert numeric columns to unicode in simple table svn: r22230 2013-05-09 Benny Malengier * gramps/gui/viewmanager.py: 6259: Harcoded 'raw' characters into listing files are not properly displayed into Addons dialog Gramps-addons listings has been fixed needing this change to have this working svn: r22228 2013-05-09 John Ralls * gramps/gen/utils/maclocale.py: Fix path left over from debugging session svn: r22225 2013-05-09 Tim G L Lyons * gramps/cli/grampscli.py, gramps/gen/db/exceptions.py, gramps/gen/db/write.py, gramps/gui/dbloader.py, gramps/gui/dialog.py: 0006529: Cancelling database upgrade can corrupt the database. Ensure database is unlocked when cancelling upgrade. Make links in dialogues into clickable hyper-links. Ensure dialogue windows stays on top. Reword warning and error messages to use Bsddb version, schema version and Family Tree consistently, to be clearer about the choice the user is being offered, and to provide hyper-links to more information. svn: r22219 2013-05-09 Paul Franklin * gramps/plugins/lib/libnarrate.py: enable deferred translation for this Span representation svn: r22216 2013-05-09 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/gramps.pot: 6706: some translation messages were missing, update template, add better comments on POTFILES.skip svn: r22213 2013-05-09 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: 6706: update POTFILES.in POTFILES.skip svn: r22210 2013-05-09 Paul Franklin * gramps/plugins/lib/librecords.py, gramps/plugins/textreport/recordsreport.py: enable translated output for this report svn: r22208 2013-05-09 Paul Franklin * gramps/gen/lib/date.py: enable deferred translation for a Span representation svn: r22206 2013-05-08 Jérôme Rapinat * po/gramps.pot, po/update_po.py: 6595, 5621: temp workaround for xgettext bug (not yet fixed on GNU gettext 0.18.2), see https://savannah.gnu.org/bugs/index.php?29216 svn: r22204 2013-05-07 Paul Franklin * gramps/gen/lib/eventtype.py, gramps/gen/plug/report/endnotes.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/indivcomplete.py, po/genpot.sh, po/update_po.py: better PEP-0008 (trans_text_ ==> trans_text) PEP-0008 reserves the use of a trailing underscore for names which conflict with Python keywords, which this doesn't. The goal is to have a permanent name which is unique across the gramps namespace, since it is defined (in po/genpot.sh and po/update_po.py) as a keyword to flag strings to be put into the translation "catalog" file (gramps.pot). The new keyword "trans_text" is still unique. (Also "_T_".) svn: r22201 2013-05-07 Paul Franklin * po/genpot.sh, po/update_po.py: "_ngettext" is no longer used as a gramps translation keyword svn: r22199 2013-05-07 Paul Franklin * gramps/plugins/textreport/kinshipreport.py: enable translated output for this report svn: r22197 2013-05-07 Paul Franklin * gramps/gen/relationship.py: enable deferred translation for the relationship calculator svn: r22195 2013-05-07 Benny Malengier * gramps/gui/plug/_guioptions.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/plugins/textreport/custombooktext.py: 6659: Justified paragraph layout does not work in "Custom Book Text" in book report svn: r22190 2013-05-06 Paul Franklin * gramps/plugins/drawreport/fanchart.py: enable translated output for this report svn: r22189 2013-05-06 Peter Landgren * po/sv.po: Minor updates. svn: r22187 2013-05-06 Vassilii Khachaturov * po/ru.po: Translation update - ru. test commit in my trunk git/svn env svn: r22184 2013-05-05 Paul Franklin * po/genpot.sh, po/update_po.py: add new keywords to po/genpot.sh, comment both scripts, and add "Id" lines svn: r22183 2013-05-05 Nick Hall * gramps/gui/viewmanager.py: 6582: Fix problem with warning message svn: r22181 2013-05-05 Jérôme Rapinat * po/genpot.sh: 6595: missing custom keywords support for intltool svn: r22178 2013-05-04 Nick Hall * gramps/gui/selectors/selectevent.py: Fix participants column in event selector svn: r22176 2013-05-04 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: When checking translations check full locale first So that e.g. en_GB will be preferred over en if en_GB is in fact the desired translation. svn: r22173 2013-05-04 John Ralls * gramps/gen/merge/diff.py: Add translation to gen.merge.diff svn: r22172 2013-05-04 Paul Franklin * gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: enable translation of the "Endnotes" section header-word for these reports svn: r22171 2013-05-04 Paul Franklin * gramps/gui/plug/_guioptions.py: more flexible multi-column format for BooleanListOption svn: r22169 2013-05-04 Jérôme Rapinat * po/gramps.pot, po/update_po.py: 6595: add new keywords for xgettext (textual reports and L10N/I18N) svn: r22167 2013-05-04 Jérôme Rapinat * po/update_po.py: 6595: create a new template every time we are extracting strings from python modules svn: r22164 2013-05-04 Jérôme Rapinat * po/gramps.pot: 6595: update template; sometimes old entries are remaining (maybe related to join code?) svn: r22163 2013-05-04 Jérôme Rapinat * gramps/gui/editors/displaytabs/gallerytab.py: 6672: Gallery: 'TreePath' object does not support indexing; it also works with pygobject 3.3.2 svn: r22162 2013-05-04 Jérôme Rapinat * gramps/gui/configure.py: 6576: add an optional helptext as tooltip on add_pos_int(); provide a list and sample of pango convenience markups and combinaisons svn: r22159 2013-05-04 Paul Franklin * gramps/plugins/drawreport/statisticschart.py: enable translated output for this report svn: r22156 2013-05-03 Paul Franklin * gramps/plugins/textreport/descendreport.py: disambiguate the local report argument name (vs. the similar global name) svn: r22154 2013-05-02 Jérôme Rapinat * gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportxml.py: 6668: number of arguments for notify_db_error() into Export assistant svn: r22148 2013-05-02 Jérôme Rapinat * gramps/gui/utils.py: 6656: division on hexadecimalcolor svn: r22146 2013-05-02 Jérôme Rapinat * gramps/gui/configure.py: 6576: Set custom pango markup can generate GtkWarning, ValueError or TypeError svn: r22144 2013-05-02 Benny Malengier * gramps/plugins/textreport/indivcomplete.py: 6641: Complete Individual Report crashes gramps svn: r22140 2013-05-02 Benny Malengier * gramps/plugins/lib/libcairodoc.py: 6659: Justified paragraph layout does not work Actually: it works always, but pango does not justify partial lines... svn: r22138 2013-05-01 Paul Franklin * gramps/plugins/graph/gvrelgraph.py: enable translated output for this report svn: r22136 2013-05-01 Paul Franklin * gramps/plugins/graph/gvhourglass.py: enable translated output for this report svn: r22134 2013-05-01 Paul Franklin * gramps/plugins/graph/gvfamilylines.py: enable translated output for this report svn: r22132 2013-05-01 Jérôme Rapinat * gramps/plugins/lib/holidays.xml.in: add New Zealand holidays (contribution by kerobe aka Ken B) svn: r22127 2013-04-30 Benny Malengier * gramps/plugins/importer/importxml.py: 6624: import an exported XML crashes gramps 4.0 - Actually a logic bug python 2 does not crash on. svn: r22123 2013-04-29 Paul Franklin * gramps/gen/lib/eventtype.py: make the name consistent, across gramps svn: r22121 2013-04-29 Paul Franklin * gramps/gen/lib/eventtype.py, gramps/plugins/textreport/descendreport.py: enable translated output for this report svn: r22119 2013-04-29 Jérôme Rapinat * po/POTFILES.in: 6669: Descriptions for file formats into Export dialog are ignored by the translation svn: r22117 2013-04-29 Jérôme Rapinat * gramps/gui/filters/sidebar/_citationsidebarfilter.py: 5751: use "Minimum Confidence" label into citation sidebar filter, it does not match only one level svn: r22116 2013-04-28 Paul Franklin * gramps/gen/plug/report/endnotes.py, gramps/plugins/textreport/indivcomplete.py: enable translated output for this report svn: r22114 2013-04-27 Paul Franklin * gramps/gui/plug/report/_papermenu.py: enable multi-column paper choices, in report output svn: r22106 2013-04-24 Paul Franklin * gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/plugins/textreport/detdescendantreport.py: typos svn: r22095 2013-04-24 Paul Franklin * gramps/plugins/textreport/numberofancestorsreport.py: enable translated output for this report svn: r22093 2013-04-23 Paul Franklin * gramps/gui/plug/_guioptions.py: change GuiFamilyOption precedence to match GuiPersonOption (that is, use any "overridden" value, then any "active" family, then any family of the "active" person, and only then fall back on others, such as a saved-away family option value, or any family of the user's "default" person) svn: r22090 2013-04-23 Jérôme Rapinat * po/POTFILES.in: "Id" property added on rev21991, re-add it into a comment line svn: r22086 2013-04-23 Jérôme Rapinat * gramps/plugins/gramplet/gramplet.gpr.py: typo on rev22069 svn: r22085 2013-04-23 Paul Franklin * gramps/plugins/textreport/tagreport.py: enable translated output for this report svn: r22084 2013-04-23 Paul Franklin * gramps/plugins/textreport/summary.py: enable translated output for this report svn: r22082 2013-04-23 Paul Franklin * gramps/plugins/textreport/placereport.py: enable translated output for this report svn: r22080 2013-04-23 Paul Franklin * gramps/plugins/textreport/familygroup.py: enable translated output for this report svn: r22078 2013-04-23 Paul Franklin * gramps/plugins/textreport/endoflinereport.py: enable translated output for this report svn: r22076 2013-04-22 Paul Franklin * gramps/plugins/textreport/ancestorreport.py: reenable translated report title svn: r22074 2013-04-22 Jérôme Rapinat * po/gramps.pot: need context differences for the "To Do" translation string (patch by Harmen Huizinga) svn: r22072 2013-04-22 Jérôme Rapinat * po/POTFILES.in: Cannot check $ID$ line as file... svn: r22071 2013-04-22 Jérôme Rapinat * po/POTFILES.in: minor update svn: r22070 2013-04-22 Jérôme Rapinat * gramps/gen/lib/notetype.py, gramps/plugins/gramplet/gramplet.gpr.py: need context differences for the "To Do" translation string (patch by Harmen Huizinga) svn: r22069 2013-04-22 Jérôme Rapinat * gramps/guiQML/views/dbman.py: from future imports must occur at the beginning of the file svn: r22067 2013-04-22 Jérôme Rapinat * gramps/webapp/utils.py: indentation svn: r22066 2013-04-21 John Ralls * gramps/gen/plug/report/_reportbase.py, gramps/gen/utils/grampslocale.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: GrampsLocale: Fix 'Foo has no attribute _Foo__get_type' execption From moving the set_locale function to the superclass. One can get carried away with enforcing private attributes... svn: r22062 2013-04-20 John Ralls * gramps/gen/plug/_pluginreg.py, gramps/gen/utils/grampslocale.py: Bug 6533: Report plugin name when failing to load an add-on translation Message now says (e.g.) WARNING: Plugin ExtendedAttributes has no translation for any of your configured languages, using US English instead svn: r22039 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Add explanatory comment After I stopped myself from fixing something that was done right! svn: r22038 2013-04-20 John Ralls * gramps/gen/utils/maclocale.py: GrampsLocale: Mac: Align flow of user preferences to match other OSes. Also add diagnostics to make Tim Lyons happy. svn: r22037 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Win32: Clean up extraneous conditions, don't set self.language prematurely svn: r22036 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Posix: Move LC_MESSAGES check to setting self.language svn: r22035 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Add some debugging messages. Move the warning about failure to after the last attempt. svn: r22034 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Init_from_environment: Change precedence LC_MESSAGES takes precedence over LC_CTYPE for setting self.lang $LANGUAGES overrides $LANG, $LC_FOO for setting translations svn: r22033 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Fix indentation error svn: r22032 2013-04-20 John Ralls * gramps/gen/utils/maclocale.py: MacLocale: Make sure the overrides work correctly And that we follow the user's preferences correctly or issue a warning that we've defaulted to US English if we can't. svn: r22031 2013-04-20 John Ralls * gramps/plugins/docgen/psdrawdoc.py: Supply a concatstrings PostScript function To allow postscript documents to work without Ghostscript. svn: r22030 2013-04-20 John Ralls * gramps/gen/lib/tableobj.py: Use GrampsLocale.encoding to get the code set instead of locale svn: r22029 2013-04-20 John Ralls * gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/utils.py, gramps/gen/utils/grampslocale.py, gramps/plugins/docgen/psdrawdoc.py: GrampsLocale: Replace gen.plug.utils gfloat() With GrampsLocale.float(). Also remove gen.plug.utils gformat(), which was written to work around string formatting with %f localizing the decimal point, which it doesn't do. locale.format() does, but it wasn't being used anyway. svn: r22028 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/webapp/utils.py: GrampsLocale: Wrap locale.format and locale.format_string To concentrate the locale dependency in grampslocale.py svn: r22027 2013-04-20 John Ralls * gramps/gen/datehandler/_datehandler.py, gramps/gen/utils/cast.py, gramps/gen/utils/file.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/viewmanager.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Remove some imports of locale where nothing it exports was used. svn: r22026 2013-04-20 John Ralls * gramps/grampsapp.py: Take the localization debug info from GrampsLocale instead of locale svn: r22025 2013-04-20 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: GrampsLocale: Add GrampsLocale attributes numeric and currency svn: r22024 2013-04-20 John Ralls * gramps/gen/utils/maclocale.py: MacLocale: Fix missing subscript. svn: r22023 2013-04-20 John Ralls * mac/gramps.bundle: Mac: Update trunk bundle file to match gramps40 svn: r22022 2013-04-19 Paul Franklin * gramps/cli/plug/__init__.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/report/utils.py, gramps/gen/utils/alive.py, gramps/gen/utils/grampslocale.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/views/pageview.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/psdrawdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/export/exportxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/webreport/narrativeweb.py, gramps/test/test_util.py: typos svn: r22021 2013-04-18 Paul Franklin * gramps/plugins/textreport/ancestorreport.py: typo svn: r22017 2013-04-18 Paul Franklin * gramps/plugins/textreport/ancestorreport.py: give the "ahnentafel" report a user-settable title string (since many English speakers do not know what "ahnentafel" means) svn: r22015 2013-04-18 Paul Franklin * gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py: add name-format option to the three GraphViz reports svn: r22013 2013-04-18 Jérôme Rapinat * gramps/plugins/rel/rel_es.py: 6645: unable to do Spanish kinship report, 4185: Julio's patch svn: r22011 2013-04-17 Paul Franklin * gramps/gen/plug/report/stdoptions.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py: refactor: move name_format into stdoptions.py svn: r22009 2013-04-16 Paul Franklin * gramps/gui/plug/_guioptions.py: 6623: funny GUI report-language display svn: r22006 2013-04-15 Paul Franklin * gramps/plugins/lib/libgedcom.py: 6462: GEDCOM import fails (patch by Enno Borgsteede) svn: r22000 2013-04-15 Benny Malengier * gramps/gen/utils/docgen/csvtab.py, gramps/plugins/export/exportcsv.py: 6618: Export CSV crashes gramps 4.0 beta svn: r21998 2013-04-15 Benny Malengier * gramps/plugins/tool/removeunused.py: 6635: retry of bug 6443, exec missing globals svn: r21996 2013-04-15 Benny Malengier * gramps/gui/plug/_guioptions.py: 6623: funny GUI report-language display svn: r21995 2013-04-13 Paul Franklin * po/POTFILES.in: add "Id" property and line, and stdoptions.py svn: r21991 2013-04-13 John Ralls * gramps/gen/plug/report/__init__.py: Remove unnecessary (and broken in Py3) import svn: r21977 2013-04-13 Nick Hall * gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_regexpname.py: 6622: Change regular expression rules to use search rather than match svn: r21976 2013-04-13 Paul Franklin * : add "Id" property svn: r21971 2013-04-12 John Ralls * gramps/gen/plug/report/_reportbase.py, gramps/gen/utils/grampslocale.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: GrampsLocale: Integrate libtranslate functions into GrampsLocale And remove libtranslate svn: r21967 2013-04-12 John Ralls * gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/plug/report/stdoptions.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: GrampsLocale: Extract 2 reporting functions set_translation() to the Report class Add a new module stdoptions to gen.plug.report with function add_localization_option(). The intent of stdoptions is to reduce the code-copying among reports; this is the first bit. svn: r21966 2013-04-12 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Add get_date and get_type functions To enable GrampsLocale to replace libtranlate.py's Translation class. svn: r21965 2013-04-12 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Add date_parser and date_displayer properties svn: r21964 2013-04-12 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: MacLocale: Capture collation qualifications svn: r21963 2013-04-12 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Make dictionaries class variables lang_map and country_map svn: r21962 2013-04-12 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Refactor/clean up initialization Includes moving encoding to be a class variable. svn: r21961 2013-04-10 Paul Franklin * gramps/gen/plug/docgen/textdoc.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/textreport/recordsreport.py: add person-index entries, for book report svn: r21953 2013-04-10 Paul Franklin * gramps/plugins/textreport/birthdayreport.py: add TOC and index entries, for book report svn: r21952 2013-04-10 Paul Franklin * gramps/plugins/textreport/recordsreport.py: add TOC entry, for book report svn: r21949 2013-04-10 Paul Franklin * gramps/gen/plug/_options.py: missing import svn: r21948 2013-04-10 Nick Hall * gramps/gen/filters/_filterparser.py: 6599: Fix python3 error svn: r21945 2013-04-10 Nick Hall * gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_hastextmatchingregexpof.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasgallery.py, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_regexpname.py: 6599: Add regex parameter to rules which override the constructor svn: r21943 2013-04-10 Peter Landgren * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/gen/db/exceptions.py, gramps/gen/relationship.py, gramps/gui/configure.py, gramps/gui/dbman.py, gramps/gui/grampsgui.py, gramps/gui/plug/export/_exportassistant.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importgrdb.py, gramps/plugins/importer/importxml.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/tool/check.py, gramps/plugins/tool/patchnames.glade, gramps/plugins/view/view.gpr.py: Update for spelling of Family Tree. svn: r21938 2013-04-10 Peter Landgren * po/POTFILES.in, po/POTFILES.skip, po/gramps.pot, po/sv.po: Update for spelling of Family Tree. svn: r21937 2013-04-09 Nick Hall * gramps/gen/filters/_filterlist.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hassourcebase.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gui/editors/filtereditor.py: 6599: Add regular expression option to rules using the match_substring method svn: r21935 2013-04-09 Jérôme Rapinat * debian/control: existing name for gexiv2 package svn: r21932 2013-04-09 Jérôme Rapinat * gramps/webapp/init_gramps.py: 6608: typo svn: r21931 2013-04-08 Paul Franklin * gramps/plugins/drawreport/descendtree.py: enable "indent spouse" option to /not/ indent a spouse svn: r21925 2013-04-08 Zdenek Hatas * po/cs.po: czech translation update svn: r21921 2013-04-07 Luigi Toscano * po/it.po: Pending 'it' translation updates for 3.4, forward-port to 4.0 and trunk svn: r21915 2013-04-06 Nick Hall * gramps/gen/filters/rules/place/_hasplace.py: 6599: Fix matching empty fields in empty locations using regular expressions svn: r21913 2013-04-06 Paul Franklin * README, RELEASE_NOTES: clarify and qualify release information svn: r21910 2013-04-06 Jérôme Rapinat * MANIFEST.in, debian/control, debian/gramps.manpages, gramps/plugins/webreport/webcal.py: merge minor fixes from 4.0.x svn: r21908 2013-04-05 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Ensure self.encoding exists before testing it svn: r21899 2013-04-05 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Clean up _init_from_environment even more And do it right this time! svn: r21898 2013-04-05 Tim G L Lyons * gramps/gen/db/write.py: Put maxsize back svn: r21896 2013-04-05 Paul Franklin * README: say pyexiv2 is no longer needed, and slight reformatting svn: r21893 2013-04-05 Tim G L Lyons * gramps/gen/db/write.py: write.py: After the bsddb version has been upgraded, if the schema versions also needs to be upgraded, output a separate dialog asking the user whether he wants to upgrade the schema. (As requested by Benny). svn: r21888 2013-04-04 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Improve windows handling of no locale svn: r21882 2013-04-04 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Ensure posix collation and calendar are set correctly svn: r21881 2013-04-04 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Better handling of unset $LANG or $LANG == 'C' svn: r21880 2013-04-04 Benny Malengier * gramps/gen/lib/person.py, gramps/plugins/tool/check.py: 6579: Check and Verify crashes svn: r21879 2013-04-04 Benny Malengier * gramps/plugins/docgen/asciidoc.py: formatting cleanup svn: r21875 2013-04-04 Benny Malengier * gramps/plugins/docgen/asciidoc.py: 6590: gramps40 asciidoc.py crashes for at least some reports svn: r21873 2013-04-04 Benny Malengier * gramps/plugins/quickview/filterbyname.py: 6591: converted bytes of media in a string to show in quickview svn: r21871 2013-04-04 Benny Malengier * gramps/gen/db/exceptions.py: More exception text svn: r21869 2013-04-04 Benny Malengier * gramps/gen/db/exceptions.py, gramps/gen/db/write.py: fix python3 error and improve upgrade text svn: r21867 2013-04-03 Jérôme Rapinat * debian/control: update Debian control file according to README file svn: r21863 2013-04-03 Jérôme Rapinat * gramps/plugins/view/geofamily.py: typo for handling one translated string svn: r21862 2013-04-03 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Fix MSWin Syntax error Can't do everything the C way :-( svn: r21858 2013-04-02 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Win: Check both forward and reverse mslocale svn: r21854 2013-04-02 John Ralls * gramps/plugins/importer/importprogen.py: ImportProGen: Fix "with" statement syntax. svn: r21853 2013-04-02 Tim G L Lyons * gramps/cli/arghandler.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/gen/db/base.py, gramps/gen/db/exceptions.py, gramps/gen/db/read.py, gramps/gen/db/test/db_test.py, gramps/gen/db/write.py, gramps/gui/dbloader.py: 0006529: Cancelling database upgrade can corrupt the database. Check whether the bsddb version has changed (or was originally unknown). If it is an upgrade, ask the user whether he has made a backup, and is ready to upgrade. If so, made a zip backup and open the database with the new bsddb version. Make messages on the dialogues more explicit with the version numbers mentioned. svn: r21852 2013-04-02 Paul Franklin * gramps/gen/plug/_options.py: send a CLI error string to stderr svn: r21849 2013-04-02 John Ralls * gramps/gen/datehandler/_datehandler.py: GrampsLocale: Report the plugin when complaining About not being able to find a translation. Well, that's usually the source of this warning. With an unsupported locale it will say "share". svn: r21845 2013-04-02 John Ralls * gramps/gen/utils/grampslocale.py: [Bug 6495] Translator class should use english date When "English" is set via libtranslate. svn: r21844 2013-04-01 Erik De Richter * po/nl.po: updated nl translation svn: r21843 2013-04-01 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Fix NoneType error svn: r21839 2013-04-01 Paul Franklin * gramps/cli/argparser.py, gramps/cli/clidbman.py: translate a few CLI strings svn: r21837 2013-04-01 Jérôme Rapinat * debian/control: add some suggestions and recommendations svn: r21836 2013-03-31 John Ralls * gramps/gen/datehandler/_datehandler.py: [Bug 6553] Get Datehandler base language from GRAMPS_LOCALE.calendar svn: r21831 2013-03-31 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Better initialization from environment Splits out Win32 and Posix initializations to take account of the fact that on Win32 setlocale() ignores environment variables and on Posix it's not necessary to check them because setlocale() does the right thing. svn: r21830 2013-03-31 John Ralls * gramps/plugins/importer/importprogen.py: ImportProGen: Prevent leaking file handle svn: r21829 2013-03-31 Tim G L Lyons * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/gen/const.py: 0006483: Listing the Family Trees can corrupt them. Changed get_dbdir_summary to exit if the bsddb_version is not the current bsddb and to return both BSDDB and schema version. Changed family_tree_summary to output both versions. Changed argparser and arghandler to additionally support -t (table) option to list family tree in tab delimited format. svn: r21828 2013-03-31 Erik De Richter * po/nl.po: updated nl translation svn: r21825 2013-03-31 Jérôme Rapinat * debian/control, debian/rules: debianize for dh_python2 support svn: r21822 2013-03-30 Paul Franklin * gramps/plugins/lib/libtreebase.py: 6589: no TOC entry for b.r. multi-page no-title ancestor/descendant trees svn: r21820 2013-03-30 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/lib/libtreebase.py: 6568: graphic descendant tree report inserts a bogus title svn: r21818 2013-03-29 Benny Malengier * gramps/plugins/drawreport/descendtree.py, gramps/plugins/lib/libtreebase.py: 6568: graphic descendant tree report inserts a bogus title svn: r21816 2013-03-29 Benny Malengier * gramps/gen/db/read.py: clarify use of all_handles methods svn: r21813 2013-03-29 Benny Malengier * gramps/gen/db/read.py: 6417: alpha4 filtering screws up Export svn: r21811 2013-03-29 Benny Malengier * gramps/plugins/tool/verify.py: 6492: Verify crashes with python 3 svn: r21809 2013-03-29 Benny Malengier * gramps/gen/db/write.py: 6460: Crash during Extract Event Description svn: r21807 2013-03-29 Benny Malengier * gramps/gui/plug/export/_exportassistant.py: 6346: If a exporter plugin crashes, the Export Assistant can't be closed svn: r21805 2013-03-28 Tim G L Lyons * gramps/gen/proxy/referencedbyselection.py: 0006578: referencedbyselection.py process_object calls non-existant process_note method svn: r21804 2013-03-28 Jérôme Rapinat * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py: 6369: BooleanOption does not support underline svn: r21800 2013-03-28 Tim G L Lyons * gramps/gen/proxy/filter.py, gramps/gen/proxy/referencedbyselection.py: 0006544: No test for checking if Place handle exists when looking at media reference via proxy svn: r21798 2013-03-28 Jérôme Rapinat * gramps/plugins/tool/check.py: minor syntax error svn: r21794 2013-03-28 Benny Malengier * gramps/gui/plug/export/_exportoptions.py: 6369: Accelerator keys, Gtk and User Interface svn: r21792 2013-03-28 Benny Malengier * gramps/gui/dbman.py: 6340: In Family Tree Manager window, naming a tree which takes it out of view does not scroll to new name svn: r21790 2013-03-28 Benny Malengier * gramps/gui/editors/displaytabs/embeddedlist.py: 6577: Mulltiple drop from clipboard on embeddedlist not working svn: r21788 2013-03-28 Tim G L Lyons * gramps/gen/proxy/referencedbyselection.py: referencedbyselection.py. 0006493: crash during Calculate Preview of a filtered XML export. svn: r21787 2013-03-28 Benny Malengier * gramps/gui/clipboard.py: 6569: transferring from the clipboard causes gramps40 svn 21740 to crash svn: r21783 2013-03-28 Benny Malengier * README: 6521: README needs to be updated, before release svn: r21781 2013-03-28 Benny Malengier * gramps/plugins/lib/libgrdb.py, gramps/plugins/lib/libplugins.gpr.py: 6319: Remove libgrdb svn: r21780 2013-03-28 Benny Malengier * gramps/gen/db/cursor.py, gramps/gen/db/read.py, gramps/gen/db/write.py: Python3 UnicodeDecodeError in python3 on unpickling data saved in python2 svn: r21777 2013-03-28 Benny Malengier * gramps/gen/display/name.py: 5163: Another crash in same editor. svn: r21775 2013-03-28 Benny Malengier * gramps/gui/plug/export/_exportassistant.py: 6496: GUI Export fails in gramps40 svn: r21773 2013-03-27 Benny Malengier * gramps/plugins/tool/removeunused.py: 6443: try to use remove unused objects tool svn: r21772 2013-03-27 Benny Malengier * gramps/gui/views/treemodels/treebasemodel.py: support python 3 svn: r21769 2013-03-27 Benny Malengier * gramps/gui/widgets/validatedmaskedentry.py: 6402: Error in ValidatedMaskedEntry widget svn: r21768 2013-03-27 Paul Franklin * gramps/cli/plug/__init__.py: 6561: v3.4.3 NarWeb creation fails for German, Swedish svn: r21766 2013-03-27 Benny Malengier * gramps/gui/plug/quick/_quicktable.py, gramps/plugins/quickview/filterbyname.py: 6484: IndexError for sort_data/column on quick view table svn: r21762 2013-03-27 Jérôme Rapinat * debian/control, debian/rules: re-debianize svn: r21761 2013-03-27 Benny Malengier * gramps/gui/views/treemodels/treebasemodel.py: 6470: Crash by filtering with filter bar in person tree view svn: r21759 2013-03-26 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0006564: svn 21740 restores bug 0006411 - Navweb crashes during creation of Media pages svn: r21755 2013-03-26 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Separate self.encoding from sys.stdout.encoding Because python standard library functions encode to locale.getpreferredencoding or sys.getdefaultencoding, not to sys.stdout.encoding. svn: r21753 2013-03-26 Paul Franklin * gramps/grampsapp.py: restore SVN number to "gramps -v" output svn: r21751 2013-03-26 Paul Franklin * gramps/cli/grampscli.py, gramps/cli/plug/__init__.py: slightly better CLI help svn: r21750 2013-03-25 Benny Malengier * gramps/gui/editors/editmediaref.py: 6501: Cannot crop via mouse cursor into Media reference editor svn: r21742 2013-03-25 Benny Malengier * gramps/gui/views/treemodels/placemodel.py: 6528: Place Names with & in name fail to display svn: r21741 2013-03-25 Nick Hall * gramps/gui/widgets/grampletbar.py: Fix literals. Use logging for warnings. svn: r21739 2013-03-25 Jérôme Rapinat * debian/control: try to build .deb for 4.0; http://gramps-project.org/wiki/index.php?title=Debian, update control file svn: r21737 2013-03-24 Paul Franklin * gramps/gen/plug/_options.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_options.py: totally revert the whole 21728/21729 open=>io.open changes svn: r21734 2013-03-24 Paul Franklin * gramps/gen/plug/_pluginreg.py: revert 21728/21729 open=>io.open change, for Windows svn: r21733 2013-03-24 Paul Franklin * gramps/gen/plug/_pluginreg.py: modify (semi-revert) 21728/21729 open=>io.open change, for Windows svn: r21730 2013-03-24 Paul Franklin * gramps/gen/plug/_options.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_options.py: more open=>io.open changes, as John advised svn: r21729 2013-03-23 Nick Hall * gramps/gen/utils/callman.py: Add Tag class to CallbackManager svn: r21727 2013-03-23 Jérôme Rapinat * gramps/gen/proxy/referencedbyselection.py: 6544: add warning if place on event is missing by using proxies sequence svn: r21724 2013-03-23 Paul Franklin * gramps/gui/widgets/grampletbar.py: another open=>io.open change, as John advised svn: r21720 2013-03-21 Paul Franklin * gramps/gen/plug/report/_book.py: slight tweaks to booklist format svn: r21719 2013-03-21 Peter Landgren * po/sv.po: Some updates. svn: r21716 2013-03-20 Paul Franklin * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py: CLI typos and slight code cleanup svn: r21712 2013-03-20 Jérôme Rapinat * gramps/gui/widgets/grampletpane.py: 4687: missing content migration... svn: r21711 2013-03-20 Jérôme Rapinat * gramps/gui/widgets/grampletpane.py: 4687: global name 'warn' is not defined svn: r21706 2013-03-20 Jérôme Rapinat * NEWS, debian/control: merge after 3.4.3 release svn: r21704 2013-03-19 Nick Hall * gramps/plugins/gramplet/citations.py: Fix bug in citations bottombar gramplet svn: r21703 2013-03-19 John Ralls * gramps/gui/views/treemodels/treebasemodel.py: TreeBaseModel: Avoid TypeError when bisecting svn: r21696 2013-03-19 John Ralls * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/gen/utils/grampslocale.py, gramps/plugins/importer/importprogen.py, gramps/plugins/tool/check.py: GrampsLocale: Ensure correct stdout encoding Replace stdout with one that uses a transcoding Streamwriter. This better handles differences between Py2 and Py3 than does trying to encode strings prior to output. In particular Py3's default stdout demands unencoded strings and prints byte-strings when one tries to pre-encode them. svn: r21695 2013-03-19 John Ralls * gramps/gen/relationship.py, gramps/gui/display.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/lib/libhtml.py, gramps/plugins/view/htmlrenderer.py: GrampsLocale: Use glocale.lang or glocale.language[0] To get the default localization instead of locale.getlocale() or glocale.get_translation().language(). svn: r21694 2013-03-19 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: GrampsLocale: Prevent some AttributeErrors and 'referenced before assignment' errors. svn: r21693 2013-03-18 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py: 6542: book report: graphic ancestor or descendant tree reports fail svn: r21679 2013-03-17 Tim G L Lyons * README: README file. Add PyICU as strongly recommended. svn: r21675 2013-03-17 Nick Hall * gramps/gen/const.py: Revert change to const.py svn: r21673 2013-03-17 Tim G L Lyons * gramps/gen/const.py, gramps/gen/utils/grampslocale.py, gramps/gui/spell.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/htmlrenderer.gpr.py: Standardise messages about missing modules to include problem, consequence and what to do about it (currently including references to GEPS 029 where necessary). svn: r21671 2013-03-16 Paul Franklin * gramps/cli/plug/__init__.py: ignore any CLI book report "item" which crashes svn: r21669 2013-03-16 Nick Hall * gramps/gui/utils.py: Add methods used for modal ProgressMeter to CLIDialog svn: r21666 2013-03-16 Nick Hall * gramps/gui/utils.py: Add modal option to ProgressMeter svn: r21663 2013-03-16 Jérôme Rapinat * gramps/plugins/importer/importprogen.py: 6195: Import citation for pro-gen file format (patch by keestux) svn: r21659 2013-03-15 Nick Hall * gramps/plugins/gramplet/citations.py: 6336: Convert to use DbGUIElement svn: r21656 2013-03-15 Nick Hall * gramps/gui/widgets/monitoredwidgets.py: 6526: Check for invalid handle svn: r21653 2013-03-14 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: GrampsLocale: Code cleanup And make sure that setting lang on the GrampsLocale constructor overrides the languages from the first instance. svn: r21646 2013-03-14 John Ralls * gramps/gen/plug/_pluginreg.py: Plugins: Limit addon translators Only get an addon translator if the plugin has a locale directory Prevents pointless warnings, esp. when the translations are in the main Gramps message file. svn: r21645 2013-03-14 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Suppress double printing of log messages Grampsapp.py sets a global handler, so install one only during the first init and remove it when done. svn: r21644 2013-03-13 John Ralls * gramps/gen/const.py: GrampsLocale: Fix 2 mistakes from previous commit. svn: r21641 2013-03-13 John Ralls * gramps/gen/const.py, gramps/gen/constfunc.py, gramps/gen/utils/grampslocale.py: GrampsLocale: Reduce circular imports Lets one import grampslocale directly in a test script: >>> from gramps.gen.utils.grampslocale import GrampsLocale >>> import os >>> gl = GrampsLocale(lang='fr_FR.UTF-8', localedir=os.path.join('build', 'mo')) >>> tr = gl.get_translation().gettext >>> tr("List of known family trees in your database path\n") u'Liste des arbres familiaux connus dans votre chemin de base de donn\xe9es\n' svn: r21640 2013-03-12 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Better handle invalid/missing locale svn: r21636 2013-03-12 John Ralls * gramps/gen/utils/maclocale.py: MacLocale: Extract function _mac_get_gramps_defaults And correct line handling on the languages list. svn: r21635 2013-03-12 Nick Hall * gramps/gen/const.py: Fix VERSION_DIR path svn: r21634 2013-03-12 Nick Hall * setup.py: Remove post-install script for linux svn: r21630 2013-03-12 Nick Hall * gramps/gen/const.py: Remove redundant code svn: r21628 2013-03-12 Nick Hall * : Fix some properties svn: r21626 2013-03-11 John Ralls * setup.py: Install image files to $(prefix)/share/gramps/images Instead of $(prefix)/share/gramps/icons/hicolor, which was an old (early Gtk2) theming requirement. svn: r21615 2013-03-11 John Ralls * gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/utils.py, gramps/grampsapp.py, gramps/gui/logger/_errorreportassistant.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/importer/importxml.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/version.py, gramps/webapp/grampsdb/views.py: Move VERSION, VERSION_TUPLE, major_version from const.py to version.py As noted in the previous change, importing const into setup.py tried to initialize GrampsLocale and ResourcePath, which won't work. Since all we want is the VERSION string, move that to a new file, gramps/version.py svn: r21614 2013-03-11 John Ralls * .gitignore, Gramps.py, gramps/gen/const.py, gramps/gen/const.py.in, gramps/gen/utils/resourcepath.py, mac/gramps.launcher, setup.py: Determine Paths at Runtime Uses GRAMPS_RESOURCES to override the root location of the Gramps data files (which would normally be $(prefix)/share). In setup.py install, writes $(prefix)/share to gen/utils/resource-path, installs that file, then deletes it again from the source tree. The presence or absence determines whether Gramps is running from the source directory or from an installation. Const.py is now a static file; const.py.in is no longer used. Note that because importing const into setup tried to initialize things that we don't want initialized, VERSION is removed, and imported from gramps.version -- a file which will be added in the next change. Consequently, this commit will not run. svn: r21613 2013-03-11 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Protect another setlocale instance svn: r21612 2013-03-11 Tim G L Lyons * gramps/plugins/export/exportgedcom.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/lib/libgedcom.py: Exportgedcom and importgedcom. 0006382: ADDR tag in GEDCOM export does not contain a full address. On export, all the elements of the structured address are output as ADDR/CONT. On import the structured address takes precedence (as at present), but a warning is only given if an element in the free-form address is missing from the structured address. svn: r21610 2013-03-10 Nick Hall * gramps/plugins/webreport/narrativeweb.py: 6237: Suppress Gramps ID in Narrative Web report svn: r21607 2013-03-10 Paul Franklin * gramps/gen/datehandler/_grampslocale.py, gramps/gen/utils/cast.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/image.py, gramps/gui/widgets/grampletbar.py: sync a few files in gramps40 and trunk svn: r21603 2013-03-09 John Ralls * gramps/gen/utils/grampslocale.py: Grampslocale: Protect from crashes due to passing bad strings to setlocale svn: r21597 2013-03-09 John Ralls * gramps/gen/utils/maclocale.py: Mac: Improve language list handling Make sure that lang overrides the language list only if $LANG is set. Don't add encodings to the language list (e.g., en_US, not en_US.UTF-8). Start collation with None, because `if collation:` is True for collation = "". defaults may have whitespace at the end of "root", so use "startswith". svn: r21596 2013-03-09 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Improve handling the language list Replace "en" with "C" when setting $LANGUAGE ("en" confuses GtkBuilder), and explicitly iterate over languages when finding the translator, because left to itself gettext will ignore English. svn: r21595 2013-03-09 Paul Franklin * INSTALL, README: slight tweaks to text, add text property svn: r21594 2013-03-09 Jérôme Rapinat * gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py: typo for handling translated strings svn: r21589 2013-03-09 Jérôme Rapinat * gramps/gen/utils/unknown.py: "os" is not defined svn: r21588 2013-03-07 Paul Franklin * gramps/grampsapp.py: handle CLI pathological case svn: r21584 2013-03-07 Helge Herz * gramps/plugins/lib/libmetadata.py: Revert of 215589 because of changes in the GTK package for Win svn: r21581 2013-03-07 Nick Hall * gramps/cli/plug/__init__.py, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_book.py, gramps/gui/plug/report/_bookdialog.py: 6128: Reverse bug fix keeping code refactor svn: r21577 2013-03-07 Erik De Richter * po/nl.po: updated nl translation svn: r21574 2013-03-06 Tim G L Lyons * gramps/plugins/lib/libgedcom.py: 0006507: GEDCOM import: Repositories not imported correctly from FTM for Windows and Heredis svn: r21571 2013-03-06 John Ralls * gramps/gen/utils/file.py: get_unicode_path_from_env_var(): make no-op if it's already unicode svn: r21561 2013-03-06 John Ralls * gramps/plugins/view/htmlrenderer.py: Adapt HTMLRenderer NavigationView init args to new signature svn: r21560 2013-03-05 Helge Herz * gramps/plugins/lib/libmetadata.py: GEexiv2 vor Python 2.7.3 and Win (see 6464) svn: r21559 2013-03-05 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale:Move setlocale from _set_from_environment to __init_first_instance So that encoding is set for Mac as well. svn: r21554 2013-03-05 Paul Franklin * gramps/plugins/textreport/textplugins.gpr.py, gramps/webapp/empty.sql, gramps/webapp/example.sql, gramps/webapp/init.py, mac/gramps.accel: shorten the report name for easier CLI use svn: r21552 2013-03-05 Paul Franklin * gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py: tweak the default format for the report svn: r21551 2013-03-04 Mirko Leonhäuser * po/de.po: updated german translation svn: r21548 2013-03-04 Paul Franklin * gramps/gen/svn_revision.py: 6494: svn_revision module ignores translated SVN stdout value for "exported" svn: r21546 2013-03-04 Paul Franklin * gramps/gen/recentfiles.py: skip error msg if no file exists svn: r21544 2013-03-03 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Add _win_bindtextdomain Adapted from init_windows_gettext in Gramps3. Libintl-8.dll must be on the path, just like all of the other C-library dependencies. svn: r21540 2013-03-03 John Ralls * gramps/gen/datehandler/_grampslocale.py, gramps/gen/utils/file.py, gramps/gen/utils/grampslocale.py: GrampsLocale: Restore setlocale, add GrampsLocale.encoding encoding to replace translation().info()['encoding'] which isn't the encoding we're looking for. svn: r21539 2013-03-03 John Ralls * setup.py: svn: r21538 2013-03-03 Serge Noiraud * gramps/plugins/lib/maps/placeselection.py: Geography : #05742 note 27613 : cairo arguments differ from gtk2 draw arc. svn: r21534 2013-03-03 Jérôme Rapinat * po/pt_PT.po: update Portuguese (Europe) translation by Frederico Muñoz svn: r21533 2013-03-03 Paul Franklin * gramps/grampsapp.py: add ICU/PyICU to "gramps -v" svn: r21531 2013-03-02 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Create GrampsTranslation attribute for language Rather than relying on translators to correctly fill out po files svn: r21526 2013-03-02 John Ralls * gramps/gen/utils/file.py: GrampsLocale: Fix glocale without import svn: r21525 2013-03-02 Tim G L Lyons * gramps/gen/proxy/filter.py: 0005058: Note reference on Attribute for individual is not filtered on Export. Fixed many other note references that are not filtered out. svn: r21524 2013-03-02 Peter Landgren * po/sv.po: Better translation for compare events. svn: r21518 2013-03-02 Helge Herz * gramps/plugins/view/mediaview.py: adaption for python version less 3.x (see issue 6465) for details svn: r21516 2013-03-01 Tim G L Lyons * gramps/gen/datehandler/__init__.py, gramps/gen/plug/menu/_enumeratedlist.py: 0003428: When running with pythonw.exe, Windows may crash if you write to stdout. Some more print statements changed to log.warning. svn: r21512 2013-03-01 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Narrative Web: Fix alphabetic navigation bar and sorting in index pages using PyICU where available. Implements most collate contractions for western languages Gramps has been translated into. This fixes the following bugs: 0002933: Problems in Narrative Web Report with surnames beginning with V or W. Use collation primary difference to define index groupings. Special case for 'V' and 'W' in Swedish removed because the default CLDR has a primary difference between them. 0003434: NarrativeWeb new alphabet index sorted incorrectly. Fix Cyrillic sort order, and contractions for Slovak and Czech (among other languages). 0003933: References inside pages in NarWeb report and non-ascii characters. Sorting issues for Polish characters. 0004423: Web report does not handle Czech "CH" character properly. Dz contraction is not present in the CLDR. Slovak is similar. 0005088: Narrated Web Site Report sort order different Windows vs Linux. Resolved by using PyICU (if available). 0005645: can't sort greek names 0005767: Sorting in Narrative Webb does not work correctly. Fix sorting in Individuals, Surnames, Families, Events and Places to use PyICU (if available). This bug covers sorting in the index header (as well as in the body of the index pages). svn: r21509 2013-02-28 Serge Noiraud * gramps/cli/clidbman.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/write.py, gramps/plugins/tool/mergecitations.py: Bug #06459 : change the lock strategy and split transactions in Merge citation. svn: r21503 2013-02-28 John Ralls * gramps/gen/relationship.py: RelationshipCalculator: Promote no translation message to warning And make it more specific. Thanks to Tim Lyons. svn: r21501 2013-02-28 John Ralls * gramps/gui/widgets/grampletpane.py: grampletpane: Fix typo, naked except. Warn with the reason when Dashboard file can't be opened or parsed. svn: r21492 2013-02-28 John Ralls * gramps/gen/utils/maclocale.py: MacLocale: Handle AppleCollationOrder returning "root" svn: r21491 2013-02-28 John Ralls * gramps/gen/utils/maclocale.py: MacLocale: Allow $LANG to override defaults settings For currency, calendar, and collation svn: r21490 2013-02-28 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Handle errors in getting collation key from locale module svn: r21489 2013-02-28 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Restore call to locale.bindtextdomain() for GtkBuilder Apparently some Linuxes require it for GtkBuilder to find the localization files. It's not supported on Win32, though, so don't try in that case. svn: r21488 2013-02-28 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Set collation, currency, and calendar to lang only on secondary locale objects. svn: r21487 2013-02-28 John Ralls * gramps/gen/const.py.in: GrampsLocale: Use absolute address for importing grampslocale so that it works from outside of Gramps itself, in particular gramps-addons/contrib/make.py svn: r21486 2013-02-28 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Fix get_addon_translator path Add the locale subdirectory. Also clean out some cruft left over from the old implementation. svn: r21485 2013-02-28 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py: 6408: Restore warning message for missing GExiv2 module svn: r21483 2013-02-28 Jérôme Rapinat * po/pt_PT.po: update Portuguese (Europe) translation by Frederico Muñoz svn: r21482 2013-02-28 Jérôme Rapinat * gramps/plugins/tool/removeunused.glade: "Delete" label instead of "Remove" on Gtk button svn: r21479 2013-02-28 Jérôme Rapinat * gramps/gui/editors/displaytabs/backreflist.py, gramps/plugins/webreport/narrativeweb.py: 6385: Three minor grammar issues svn: r21478 2013-02-27 Helge Herz * gramps/gen/utils/image.py: Python less 3.x uses GdkPixbuf.new_subpixbuf instead dkPixbuf.subpixbuf issue 6487 svn: r21477 2013-02-27 Paul Franklin * gramps/plugins/drawreport/descendtree.py: rename .__next__ (formerly .next) as it is "NOT an iterator" svn: r21474 2013-02-26 Paul Franklin * gramps/grampsapp.py, gramps/plugins/gramplet/gramplet.gpr.py: behave gracefully if no GExiv2 under Python3 svn: r21468 2013-02-26 Tim G L Lyons * gramps/cli/clidbman.py: Fix retrieval of version metadata for python3 Gramps.py -L svn: r21464 2013-02-26 Tim G L Lyons * gramps/cli/arghandler.py: Fix type error in "python3 Gramps.py -L" svn: r21461 2013-02-26 Paul Franklin * gramps/plugins/lib/libtreebase.py: 6409 and 6447 Python3 changes (possibly not done yet) svn: r21459 2013-02-26 Tim G L Lyons * gramps/plugins/webreport/webcal.py: 0006410: Webcal report crashes and freezes alpha4. For python3 simply opening the file works. svn: r21458 2013-02-26 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Remove all calls to locale.setlocale and locale.bindtextdomain svn: r21451 2013-02-26 John Ralls * gramps/gui/viewmanager.py: Addons: Check for two-letter lang as well as 5-char locale E.g, check fr as well as fr_FR svn: r21450 2013-02-26 John Ralls * gramps/gui/widgets/grampletpane.py: grampletpane: Replace diagnostic prints with log warnings. And improve warning when unable to save the Dashboard layout. svn: r21449 2013-02-26 John Ralls * gramps/gui/widgets/grampletpane.py: grampletpane: Use __future__.unicode_literals instead of cuni() And get rid of the silly NL = "\n" svn: r21448 2013-02-26 John Ralls * gramps/gen/utils/configmanager.py: ConfigManager: Ensure key files are loaded and saved as utf-8 svn: r21447 2013-02-25 Paul Franklin * gramps/plugins/drawreport/descendtree.py, gramps/plugins/lib/libtreebase.py: Python3 changes: __next__ and future division (which is not done yet) svn: r21446 2013-02-25 Paul Franklin * gramps/gui/grampsgui.py: slightly reformat error message svn: r21443 2013-02-25 Jérôme Rapinat * Gramps.py, scripts/gramps: 6283: test flag for python on new script, not on Gramps.py... (thank you Paul) svn: r21438 2013-02-24 John Ralls * gramps/gen/utils/grampslocale.py: Work around lack of locale.LC_MESSAGES on some Windows pythons svn: r21436 2013-02-24 John Ralls * gramps/gui/widgets/grampletpane.py: Fix missed cuni() in save. svn: r21435 2013-02-24 Jérôme Rapinat * Gramps.py: 6283: Re-enable optimization flag (-O) for python svn: r21433 2013-02-24 Nick Hall * gramps/plugins/lib/libmetadata.py: 6408: python3 fix svn: r21430 2013-02-24 Paul Franklin * gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py: revert to the old report name svn: r21429 2013-02-24 John Ralls * gramps/gui/widgets/grampletpane.py, gramps/plugins/lib/libhtml.py: [r21424]Fix Py2 file encoding errors svn: r21425 2013-02-23 Nick Hall * gramps/grampsapp.py: 6408: Display GExiv2 version rather than pyexiv2 version svn: r21388 2013-02-23 Nick Hall * gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/lib/libmetadata.py: 6408: Convert Metadata Viewer from pyexiv2 to GExiv2. Move Edit Exif Metadata gramplet into gramps-addons. svn: r21386 2013-02-23 Helge Herz * gramps/plugins/lib/libmetadata.py: see issue 0006464 svn: r21385 2013-02-23 Paul Franklin * gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/docgen/svgdrawdoc.py: 6478: allow setting a background color in the SVG backend svn: r21383 2013-02-22 Craig J. Anderson * gramps/plugins/drawreport/descendtree.py: someone changed a lot of the box.next to box.__next__ changed these back. svn: r21382 2013-02-21 Brian Matherly * gramps/gen/plug/_pluginreg.py: Remove dead basedocclass code svn: r21381 2013-02-19 John Ralls * gramps/plugins/lib/libgedcom.py: ImportGedcom: Fix Python3 "dictionary changed size during iteration" errors svn: r21377 2013-02-19 John Ralls * gramps/plugins/importer/importprogen.py: Import ProGen: Use python3 print syntax svn: r21376 2013-02-19 John Ralls * gramps/plugins/export/exportgedcom.py: Fix Py2 TypeError in GEDCOM export Due to writing regular strings instead of unicode strings. svn: r21375 2013-02-19 Paul Franklin * gramps/gen/plug/_manager.py: basedocclass==>docclass to match the 20695 changes svn: r21374 2013-02-18 Serge Noiraud * gramps/plugins/lib/maps/lifewaylayer.py: Geography : print suppression svn: r21372 2013-02-18 Serge Noiraud * gramps/plugins/lib/maps/lifewaylayer.py: Geography : bug #06451 note 27413 : the ellipse become a line when it is too small svn: r21370 2013-02-17 Serge Noiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/messagelayer.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geoperson.py: Geography : bug #06466 : History change when clicking on one marker bug #06451 : incomplete precedent patch svn: r21368 2013-02-16 Nick Hall * gramps/gen/plug/docgen/graphdoc.py, gramps/gui/plug/report/_graphvizreportdialog.py: Make availability of GraphViz settings depend on output format svn: r21365 2013-02-16 Serge Noiraud * gramps/plugins/lib/maps/messagelayer.py: Geography : bug #06451 : Don't see chinese characters in the geography view. svn: r21364 2013-02-15 Nick Hall * gramps/gen/plug/docgen/graphdoc.py: Improve the descriptions and tooltip for GraphViz aspect ratio option svn: r21362 2013-02-15 Peter Landgren * po/sv.po: Fixed a typo. svn: r21359 2013-02-14 Paul Franklin * gramps/plugins/textreport/descendreport.py: 6448: Text Reports>Descendant Report gives an AttributeError: 'Sort' object has no attribute by_birthdate svn: r21357 2013-02-14 John Ralls * gramps/plugins/importer/importprogen.py: [Bug 6413] Fix importing ProGen files This isn't a perfect fix because it requires that the ProGen file is encoded with CP437, which is guaranteed only in Version 3.21 and later. svn: r21355 2013-02-13 Paul Franklin * gramps/gui/plug/report/_bookdialog.py: 6247: Crash when attempting to use Book Report svn: r21350 2013-02-13 Serge Noiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py: Geography : bug #6442 use the good glib with introspection. svn: r21349 2013-02-12 Peter Landgren * po/sv.po: Fixed a typo. svn: r21344 2013-02-12 Serge Noiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py: Geography : replace GObject.timeout_add by glib.timeout_add as it is deprecated svn: r21341 2013-02-10 Paul Franklin * gramps/gui/widgets/grampletbar.py: 6379: Can not get ancestry or relationship tabs to work svn: r21337 2013-02-10 Josip Pisoj * gramps/gen/datehandler/_grampslocale.py: win32-py3 fix: ValueError: strftime() requires year in [1; 9999] svn: r21332 2013-02-10 Josip Pisoj * setup.py: win32 changes svn: r21331 2013-02-10 Helge Herz * gramps/gui/pluginmanager.py, gramps/gui/thumbnails.py: Revert svn21255 (svn21254 in branches/maintenance/gramps40) as discussed in issue 6424 svn: r21329 2013-02-09 Tim G L Lyons * gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py: Reinstate inadvertent removal of rev 19988 change for bug 5900 svn: r21327 2013-02-09 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: GrampsLocale: Correct setting GrampsLocale.languages Test only first 5 or first 2 characters of the language id against the list of available translations. Thanks to Tim Lyons for exposing the error. svn: r21326 2013-02-09 Erik De Richter * po/nl.po: updated nl translation svn: r21325 2013-02-08 Tim G L Lyons * gramps/gen/plug/report/_options.py: Revert change 21304 for moving report_options file svn: r21324 2013-02-08 Serge Noiraud * gramps/plugins/lib/maps/geography.py: Geography : synchronize gramps and osm-gps-map for the free maps. svn: r21321 2013-02-08 Serge Noiraud * gramps/plugins/view/geoclose.py, gramps/plugins/view/geofamclose.py: Geography : sometimes crash with unknown people or family. svn: r21320 2013-02-07 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0006411: Navweb crashes alpha4 when creating Media pages svn: r21315 2013-02-06 Benny Malengier * gramps/gui/spell.py: use latest gtkspell if available svn: r21309 2013-02-05 Tim G L Lyons * gramps/gen/plug/report/_options.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: 0003968: [NarWeb] Save/Restore settings for Narrated Website Generation. Change report_options file to be in the database directory, and implement different default report file and directory names based on the Family Tree Name. N.B. On upgrading, if you want to preserve your report_options, copy the report_option.xml file from the .gramps directory to the applicable .gramps.grampsdb. directory. Also don't forget that the default options are to EXCLUDE private and living data. svn: r21306 2013-02-05 Peter Landgren * gramps/grampsapp.py: Fix of gramps -v for Graphviz and ghostscript. svn: r21301 2013-02-04 Gary Burton * gramps/plugins/tool/leak.py: Bug #6358. gc.DEBUG_OBJECTS removed from python3. Also handle exceptions due to collected weak references. svn: r21298 2013-02-04 Tim G L Lyons * gramps/grampsapp.py: Change format of console logging messages to have a meaningful timestamp svn: r21295 2013-02-04 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Fix processing of contractions, and changes to ensure code (after initial lines) for narrativeweb is the same for trunk and gramps34 svn: r21293 2013-02-04 Tim G L Lyons * gramps/gen/utils/alive.py: date.get_start_date has no attribute 'is_valid' svn: r21292 2013-02-04 Peter Landgren * po/POTFILES.in, po/gramps.pot, po/sv.po: Added strings for sidebar category. svn: r21291 2013-02-04 Jérôme Rapinat * gramps/gen/filters/_filterlist.py: missing glocale svn: r21290 2013-02-04 Jérôme Rapinat * gramps/gui/glade/addmedia.glade, gramps/gui/glade/catalog/grampswidgets.xml, gramps/gui/glade/dbman.glade, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editdate.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editmediaref.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editreporef.glade, gramps/gui/glade/editsourceref.glade, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergedata.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/glade/reorder.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/updateaddons.glade, gramps/plugins/export/exportcsv.glade, gramps/plugins/export/exportftree.glade, gramps/plugins/export/exportgeneweb.glade, gramps/plugins/export/exportvcalendar.glade, gramps/plugins/export/exportvcard.glade, gramps/plugins/importer/importgedcom.glade, gramps/plugins/tool/desbrowser.glade, gramps/plugins/tool/eval.glade, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/leak.glade, gramps/plugins/tool/mergecitations.glade, gramps/plugins/tool/phpgedview.glade, gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/verify.glade: 6403: Limit and try to avoid markups in translatable messages svn: r21289 2013-02-04 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Allow for importing older PyICU packages svn: r21287 2013-02-03 Gary Burton * gramps/plugins/lib/libgedcom.py: Fix memory leaks. svn: r21285 2013-02-03 Peter Landgren * gramps/gen/utils/grampslocale.py: Fixed a typo LC_MONETARY -> 'LC_MONETARY'. svn: r21283 2013-02-03 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Fix some oversights in creation of second GrampsLocale svn: r21282 2013-02-03 John Ralls * gramps/gen/utils/grampslocale.py: grampslocale: Pretty up the log messages. svn: r21281 2013-02-03 John Ralls * gramps/gen/utils/grampslocale.py: grampslocale.py: Protect against C.UTF-8 not being an installed locale on Linux. svn: r21280 2013-02-03 John Ralls * gramps/gen/relationship.py: relationship.py: Fix not registering "en_GB" as english. Also replace diagnostic print with proper logging. svn: r21279 2013-02-02 Jérôme Rapinat * gramps/gui/glade/catalog/README: update path svn: r21278 2013-02-01 John Ralls * gramps/gen/svn_revision.py: Handle junk at the end of revision strings svn: r21276 2013-02-01 John Ralls * gramps/gen/db/read.py, gramps/gen/db/write.py, gramps/gen/sort.py, gramps/gen/utils/cast.py, gramps/gen/utils/grampslocale.py, gramps/gui/autocomp.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/filtereditor.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/monitoredwidgets.py, gramps/plugins/lib/libgrdb.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/notrelated.py, gramps/plugins/webreport/narrativeweb.py: GrampsLocale: Replace locale.strcoll, locale.strxfrm, and conv*_tosrtkey With GrampsLocale.sort_key (for strxfrm and conv*_tosrtkey) and GrampsLocale.strcoll. If ICU is available will use the correct ICU::Collator for the locale, otherwise falls back to locale.strxfrm -- for which it temporarily changes the LC_COLLATE locale. svn: r21275 2013-02-01 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: GrampsLocale: Introduce GrampsLocale attributes currency, calendar, and collate svn: r21274 2013-02-01 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: GrampsLocale: Make maclocale.mac_setup_localization() set glocale attributes directly svn: r21273 2013-02-01 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Extract function __init_from_environment svn: r21272 2013-02-01 John Ralls * mac/gramps.modules: Add modules for ICU svn: r21271 2013-02-01 Tim G L Lyons * gramps/gui/plug/export/_exportassistant.py: export file select dialogue does not correctly reject empty filenames - two (probably long standing) coding errors: use of method name 'strip' instead of calling it, and does not isolate the filename from the full pathname svn: r21268 2013-02-01 Tim G L Lyons * gramps/gen/utils/file.py: find_file and find_folder do not return null string if the file or folder resp. do not exist (coding typo) svn: r21267 2013-01-31 Nick Hall * setup.py: Update post-install scripts svn: r21265 2013-01-31 Nick Hall * scripts/gramps, setup.py: Fix bug with --install-scripts option svn: r21263 2013-01-31 Nick Hall * gramps/gen/const.py.in: Remove duplicate LOCALE_DIR svn: r21262 2013-01-31 Erik De Richter * po/nl.po: updated nl translation svn: r21261 2013-01-31 Jérôme Rapinat * gramps/gui/widgets/grampletbar.py: 6367: Update the Side/Bottombar text (patch by Patsyblefebre) svn: r21260 2013-01-30 Tim G L Lyons * gramps/plugins/lib/libhtml.py, gramps/plugins/webreport/narrativeweb.py: Narrative web: fix tar file output and HTML encoding output support. svn: r21258 2013-01-30 John Ralls * gramps/gen/const.py.in, mac/gramps.bundle: Revert "Allow hard-coded paths to be overridden with $XDG_DATA_DIRS" This reverts r21246 svn: r21257 2013-01-30 Benny Malengier * gramps/gui/pluginmanager.py, gramps/gui/thumbnails.py: gdkpixbuf support on windows svn: r21255 2013-01-30 Jérôme Rapinat * po/da.po: 6384: Update Danish translation by Lars Kristian Lundin svn: r21251 2013-01-29 John Ralls * gramps/gen/const.py.in, mac/gramps.bundle: Allow hard-coded paths to be overridden with $XDG_DATA_DIRS Necessary for post-installation relocatability. Also ensure that data installed to share/gramps is in mac bundle. svn: r21246 2013-01-29 Jérôme Rapinat * po/da.po: typo svn: r21243 2013-01-29 Jérôme Rapinat * po/da.po: 6377: Danish translation is incomplete (patch by Lars Kristian Lundin) svn: r21242 2013-01-28 Jérôme Rapinat * po/da.po: 6377: Danish translation is incomplete svn: r21239 2013-01-27 John Ralls * gramps/gen/utils/grampslocale.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: GrampsLocale: Replace use of get_language_string with GrampsLocale.get_language_dict Permits sorting by localized language name. Also hides the language code, which the user doesn't really care about. Removes get_language_string from libtranslate.py, no longer needed. svn: r21236 2013-01-27 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Use module-specific logger for grampslocale.py Fixes double-logging problem reported by Tim Lyons. svn: r21235 2013-01-27 Jérôme Rapinat * gramps/gui/widgets/grampletbar.py: behavior has changed on gramplet bars, message needs an update too svn: r21231 2013-01-26 Gary Burton * gramps/plugins/importer/importxml.py: Bug #6371. Fix memory leak caused by hanging reference to progress meter callback method. svn: r21225 2013-01-25 Doug Blank * gramps/gen/utils/alive.py: 6364: dead people are shown as alive in narrated web page export svn: r21219 2013-01-24 Nick Hall * gramps/plugins/gramplet/todogramplet.py: 6307: Use untranslated string in filter svn: r21214 2013-01-24 Nick Hall * gramps/plugins/tool/relcalc.py: 6360: Fix to work with new model svn: r21212 2013-01-24 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: listing missing references svn: r21210 2013-01-24 Benny Malengier * gramps/gui/grampsgui.py: 6288: crash: no attribute 'require_version' - better fix svn: r21207 2013-01-22 Gary Burton * gramps/plugins/importer/importxml.py: Bug #6255. svn: r21201 2013-01-22 John Ralls * gramps/gen/soundex.py: [Bug #6361] try to run soundex tool Updated for python3 svn: r21199 2013-01-22 John Ralls * gramps/plugins/sidebar/expandersidebar.py: Fix unhandled exception in expandersidebar svn: r21198 2013-01-22 John Ralls * gramps/grampsapp.py: GrampsLocale: Fix missing "operating_system" value Inadvertently deleted the creation in r21143 svn: r21197 2013-01-22 Tim G L Lyons * gramps/gen/lib/person.py: Error in person.get_citation_child_list. Causes error in merging citation in person event reference attribute. (Discovered during investigation of 0006336: Delayed update of bottom bar in Person View after merge) svn: r21196 2013-01-22 Nick Hall * data/grampsxml.dtd, data/grampsxml.rng, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_hastag.py, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_hastag.py, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_hastag.py, gramps/gen/filters/rules/repository/__init__.py, gramps/gen/filters/rules/repository/_hastag.py, gramps/gen/filters/rules/source/__init__.py, gramps/gen/filters/rules/source/_hastag.py, gramps/gen/lib/citation.py, gramps/gen/lib/event.py, gramps/gen/lib/family.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/note.py, gramps/gen/lib/person.py, gramps/gen/lib/place.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/repo.py, gramps/gen/lib/src.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade, gramps/gui/views/listview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/plugins/export/exportxml.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: Add tagging to all primary objects svn: r21194 2013-01-21 Paul Franklin * : add "Id" property svn: r21189 2013-01-21 Jérôme Rapinat * po/POTFILES.in, po/gramps.pot: some broken references have blocked python modules check svn: r21187 2013-01-21 John Ralls * gramps/gen/utils/grampslocale.py: GrampsLocale: Fix call to member function. svn: r21186 2013-01-21 Jérôme Rapinat * po/POTFILES.in, po/gramps.pot: update for testing translations handling svn: r21184 2013-01-21 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py: GrampsLocale: Restructure so that multiple GrampsLocale objects can safely be created for different locales Only the first dependent upon the environment All may be created with parameters which override environment variables or OS settings. See the GrampsLocale docstring for details. svn: r21182 2013-01-21 John Ralls * gramps/gen/relationship.py: relationship.py: Remove unused import svn: r21181 2013-01-20 John Ralls * data/man/update_man.py, docs/update_doc.py, po/update_po.py: Fix platform detection on OSX 'darwin' is returned by sys.platform, not os.name. svn: r21180 2013-01-20 John Ralls * gramps/gen/recentfiles.py: Fix undefined variable reference, make separate not-loaded warning Thanks to Pat Lefebre for reporting the error. svn: r21179 2013-01-20 Gary Burton * gramps/plugins/importer/importxml.py: Bug #6255. Wrap gzip files with TextIOWrapper to allow them to be read as text. svn: r21177 2013-01-20 Tim G L Lyons * gramps/gen/utils/cast.py, gramps/gui/views/treemodels/flatbasemodel.py: 0005088: Narrated Web Site Report sort order different Windows vs Linux. Initial commit to resolve the issues on Linux and Mac (provided in both cases PyICU is installed). Windows still needs to be tested, and there may still be some other uses of strxfrm (or strcoll) that need to be fixed. svn: r21175 2013-01-19 John Ralls * mac/gramps.modules: Add goocanvas-2.0 to gramps dependencies Also remove gramps-40 target, it doesn't belong in trunk now that it has its own branch. svn: r21173 2013-01-19 John Ralls * gramps/plugins/tool/notrelated.py: GrampsLocale: Fix another typo svn: r21171 2013-01-18 John Ralls * gramps/gen/filters/rules/family/_hastwins.py, gramps/gen/filters/rules/note/_hastype.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py: GrampsLocale: Convert some late-added translations to GRAMPS_LOCALE svn: r21170 2013-01-18 John Ralls * gramps/gen/relationship.py: GrampsLocale: Fix the typo in my typo fix. svn: r21169 2013-01-18 John Ralls * gramps/gen/relationship.py: GrampsLocale: get_relationship_calculator: Fix missed variable name change. svn: r21168 2013-01-18 Nick Hall * gramps/gui/views/listview.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placetreeview.py: Use public interface of Gtk.TreeModel in listview code svn: r21165 2013-01-18 Nick Hall * gramps/gui/widgets/validatedmaskedentry.py: 6353: Fix error when setting colours svn: r21163 2013-01-17 Nick Hall * gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: Remove handle and tooltip columns from models svn: r21158 2013-01-17 John Ralls * gramps/plugins/lib/maps/geography.py: Fix GeoGraphyView.__init__ arg list for simplified bookmarks svn: r21157 2013-01-17 John Ralls * gramps/plugins/textreport/descendreport.py: Descendant Report: Fix changed Sort function name svn: r21156 2013-01-17 John Ralls * gramps/plugins/lib/maps/geography.py: Use IMAGE_DIR in geography.py so that map images can be found when running from source directory. svn: r21155 2013-01-17 John Ralls * gramps/gen/const.py.in: Import get_svn_revision into const.py (via const.py.in, of course) svn: r21154 2013-01-17 John Ralls * gramps/plugins/docgen/pdfdoc.py: PdfDocGen: Report cause of failure on all exceptions not just file open ones. Expat can raise exceptions too! svn: r21153 2013-01-17 John Ralls * gramps/gen/recentfiles.py: GrampsLocale: Fix file encoding error in recentfiles Expat wants a binary file, not a string file. svn: r21152 2013-01-17 John Ralls * gramps/gen/relationship.py, gramps/gen/utils/grampslocale.py, gramps/gui/display.py, gramps/plugins/webreport/narrativeweb.py: GrampsLocale: Get the language code from the global translation Instead of probing locale.getlocale() and environment variables svn: r21151 2013-01-17 John Ralls * gramps/gen/datehandler/_grampslocale.py, gramps/gen/utils/file.py: GrampsLocale: Use the codeset from the singleton translation Instead of locale.getlocale() or locale.nl_langinfo svn: r21150 2013-01-17 John Ralls * gramps/cli/clidbman.py, gramps/gen/plug/_pluginreg.py: Fix some file resource leaks I.e., files left open when the opening function exits. This is a PyDebug warning. svn: r21149 2013-01-17 John Ralls * gramps/gen/filters/_filterlist.py, gramps/gen/plug/_pluginreg.py, gramps/gen/recentfiles.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/file.py, gramps/grampsapp.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/webreport/narrativeweb.py: GrampsLocale: Simplify the file-finding functions Making use of the fact that GrampsLocale now knows what encoding to use, and noting that filesystems don't use more than one encoding to write filenames in directories. Also specify the encoding on some more files svn: r21148 2013-01-17 John Ralls * gramps/gen/plug/_pluginreg.py, gramps/gen/utils/configmanager.py: [Bug 6364] Fix file-opening failures due to unicode content. svn: r21147 2013-01-17 John Ralls * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/utils/grampslocale.py, gramps/gui/dialog.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/viewmanager.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/tool/check.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/pedigreeview.py: GrampsLocale: Replace calls to sys.getfilesystemencoding On MSWin and OSX, this call always returns the correct value (utf-8 on OSX, 'mbcs' on MSWin), but on Linux the return value is bizarrely dependent upon the environment. Replace it with a GrampsLocale function which returns 'utf-8' (the correct value for most Linux file systems) regardless of the environment. Also replace its use in print and write functions: It's the encoding of paths in the filesystem, not of the files's content, nor of the terminal's capabilities. The former is almost always utf-8 as long as we write the file, the latter is given by sys.stdout.encoding. Use the 'backslashreplace' error handler to avoid exceptions when we need to output unicode text to an ASCII terminal. svn: r21146 2013-01-17 John Ralls * gramps/gen/utils/grampslocale.py, gramps/gui/viewmanager.py: [Bug 6222]: Get the addons language list from the primary GrampsLocale instance. svn: r21145 2013-01-17 John Ralls * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/cli/user.py, gramps/gen/config.py, gramps/gen/const.py.in, gramps/gen/db/base.py, gramps/gen/db/exceptions.py, gramps/gen/db/read.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/display/name.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/filters/rules/_everything.py, gramps/gen/filters/rules/_hasattributebase.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasgrampsid.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_hasnotesubstrbase.py, gramps/gen/filters/rules/_hasreferencecountbase.py, gramps/gen/filters/rules/_hassourcebase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_hastagbase.py, gramps/gen/filters/rules/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/_isprivate.py, gramps/gen/filters/rules/_ispublic.py, gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/_matchessourceconfidencebase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/_allcitations.py, gramps/gen/filters/rules/citation/_changedsince.py, gramps/gen/filters/rules/citation/_citationprivate.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/citation/_hasgallery.py, gramps/gen/filters/rules/citation/_hasidof.py, gramps/gen/filters/rules/citation/_hasnote.py, gramps/gen/filters/rules/citation/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/citation/_hasnoteregexp.py, gramps/gen/filters/rules/citation/_hasreferencecountof.py, gramps/gen/filters/rules/citation/_hassource.py, gramps/gen/filters/rules/citation/_matchesfilter.py, gramps/gen/filters/rules/citation/_matchespagesubstringof.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/citation/_regexpidof.py, gramps/gen/filters/rules/event/_allevents.py, gramps/gen/filters/rules/event/_changedsince.py, gramps/gen/filters/rules/event/_eventprivate.py, gramps/gen/filters/rules/event/_hasattribute.py, gramps/gen/filters/rules/event/_hascitation.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_hasgallery.py, gramps/gen/filters/rules/event/_hasidof.py, gramps/gen/filters/rules/event/_hasnote.py, gramps/gen/filters/rules/event/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/event/_hasnoteregexp.py, gramps/gen/filters/rules/event/_hasreferencecountof.py, gramps/gen/filters/rules/event/_hassourcecount.py, gramps/gen/filters/rules/event/_hastype.py, gramps/gen/filters/rules/event/_matchesfilter.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/event/_matchessourceconfidence.py, gramps/gen/filters/rules/event/_matchessourcefilter.py, gramps/gen/filters/rules/event/_regexpidof.py, gramps/gen/filters/rules/family/_allfamilies.py, gramps/gen/filters/rules/family/_changedsince.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_childhasnameof.py, gramps/gen/filters/rules/family/_familyprivate.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_fatherhasnameof.py, gramps/gen/filters/rules/family/_hasattribute.py, gramps/gen/filters/rules/family/_hascitation.py, gramps/gen/filters/rules/family/_hasevent.py, gramps/gen/filters/rules/family/_hasgallery.py, gramps/gen/filters/rules/family/_hasidof.py, gramps/gen/filters/rules/family/_haslds.py, gramps/gen/filters/rules/family/_hasnote.py, gramps/gen/filters/rules/family/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/family/_hasnoteregexp.py, gramps/gen/filters/rules/family/_hasreferencecountof.py, gramps/gen/filters/rules/family/_hasreltype.py, gramps/gen/filters/rules/family/_hassourcecount.py, gramps/gen/filters/rules/family/_hassourceof.py, gramps/gen/filters/rules/family/_hastag.py, gramps/gen/filters/rules/family/_isbookmarked.py, gramps/gen/filters/rules/family/_matchesfilter.py, gramps/gen/filters/rules/family/_matchessourceconfidence.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_motherhasnameof.py, gramps/gen/filters/rules/family/_regexpchildname.py, gramps/gen/filters/rules/family/_regexpfathername.py, gramps/gen/filters/rules/family/_regexpidof.py, gramps/gen/filters/rules/family/_regexpmothername.py, gramps/gen/filters/rules/family/_searchchildname.py, gramps/gen/filters/rules/family/_searchfathername.py, gramps/gen/filters/rules/family/_searchmothername.py, gramps/gen/filters/rules/media/_allmedia.py, gramps/gen/filters/rules/media/_changedsince.py, gramps/gen/filters/rules/media/_hasattribute.py, gramps/gen/filters/rules/media/_hascitation.py, gramps/gen/filters/rules/media/_hasidof.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/media/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/media/_hasnoteregexp.py, gramps/gen/filters/rules/media/_hasreferencecountof.py, gramps/gen/filters/rules/media/_hassourcecount.py, gramps/gen/filters/rules/media/_hassourceof.py, gramps/gen/filters/rules/media/_hastag.py, gramps/gen/filters/rules/media/_matchesfilter.py, gramps/gen/filters/rules/media/_matchessourceconfidence.py, gramps/gen/filters/rules/media/_mediaprivate.py, gramps/gen/filters/rules/media/_regexpidof.py, gramps/gen/filters/rules/note/_allnotes.py, gramps/gen/filters/rules/note/_changedsince.py, gramps/gen/filters/rules/note/_hasidof.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/note/_hasreferencecountof.py, gramps/gen/filters/rules/note/_hastag.py, gramps/gen/filters/rules/note/_matchesfilter.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/note/_matchessubstringof.py, gramps/gen/filters/rules/note/_noteprivate.py, gramps/gen/filters/rules/note/_regexpidof.py, gramps/gen/filters/rules/person/_changedsince.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_disconnected.py, gramps/gen/filters/rules/person/_everyone.py, gramps/gen/filters/rules/person/_familywithincompleteevent.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasalternatename.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_hasattribute.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascitation.py, gramps/gen/filters/rules/person/_hascommonancestorwith.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasevent.py, gramps/gen/filters/rules/person/_hasfamilyattribute.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hasgallery.py, gramps/gen/filters/rules/person/_hasidof.py, gramps/gen/filters/rules/person/_haslds.py, gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_hasnameorigintype.py, gramps/gen/filters/rules/person/_hasnametype.py, gramps/gen/filters/rules/person/_hasnickname.py, gramps/gen/filters/rules/person/_hasnote.py, gramps/gen/filters/rules/person/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/person/_hasnoteregexp.py, gramps/gen/filters/rules/person/_hasrelationship.py, gramps/gen/filters/rules/person/_hassourcecount.py, gramps/gen/filters/rules/person/_hassourceof.py, gramps/gen/filters/rules/person/_hastag.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/person/_hasunknowngender.py, gramps/gen/filters/rules/person/_havealtfamilies.py, gramps/gen/filters/rules/person/_havechildren.py, gramps/gen/filters/rules/person/_incompletenames.py, gramps/gen/filters/rules/person/_isancestorof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isbookmarked.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdefaultperson.py, gramps/gen/filters/rules/person/_isdescendantfamilyof.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantof.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isduplicatedancestorof.py, gramps/gen/filters/rules/person/_isfemale.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorof. py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofb ookmarked.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd efaultperson.py, gramps/gen/filters/rules/person/_islessthannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_ismale.py, gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof. py, gramps/gen/filters/rules/person/_ismorethannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_isrelatedwith.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_iswitness.py, gramps/gen/filters/rules/person/_matcheseventfilter.py, gramps/gen/filters/rules/person/_matchesfilter.py, gramps/gen/filters/rules/person/_matchessourceconfidence.py, gramps/gen/filters/rules/person/_matchidof.py, gramps/gen/filters/rules/person/_missingparent.py, gramps/gen/filters/rules/person/_multiplemarriages.py, gramps/gen/filters/rules/person/_nevermarried.py, gramps/gen/filters/rules/person/_nobirthdate.py, gramps/gen/filters/rules/person/_nodeathdate.py, gramps/gen/filters/rules/person/_peopleprivate.py, gramps/gen/filters/rules/person/_peoplepublic.py, gramps/gen/filters/rules/person/_personwithincompleteevent.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/filters/rules/person/_regexpidof.py, gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/person/_relationshippathbetween.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/filters/rules/person/_searchname.py, gramps/gen/filters/rules/place/_allplaces.py, gramps/gen/filters/rules/place/_changedsince.py, gramps/gen/filters/rules/place/_hascitation.py, gramps/gen/filters/rules/place/_hasgallery.py, gramps/gen/filters/rules/place/_hasidof.py, gramps/gen/filters/rules/place/_hasnolatorlon.py, gramps/gen/filters/rules/place/_hasnote.py, gramps/gen/filters/rules/place/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/place/_hasnoteregexp.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/place/_hasreferencecountof.py, gramps/gen/filters/rules/place/_hassourcecount.py, gramps/gen/filters/rules/place/_hassourceof.py, gramps/gen/filters/rules/place/_inlatlonneighborhood.py, gramps/gen/filters/rules/place/_matcheseventfilter.py, gramps/gen/filters/rules/place/_matchesfilter.py, gramps/gen/filters/rules/place/_matchessourceconfidence.py, gramps/gen/filters/rules/place/_placeprivate.py, gramps/gen/filters/rules/place/_regexpidof.py, gramps/gen/filters/rules/repository/_allrepos.py, gramps/gen/filters/rules/repository/_changedsince.py, gramps/gen/filters/rules/repository/_hasidof.py, gramps/gen/filters/rules/repository/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/repository/_hasnoteregexp.py, gramps/gen/filters/rules/repository/_hasreferencecountof.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gen/filters/rules/repository/_matchesfilter.py, gramps/gen/filters/rules/repository/_matchesnamesubstringof.py, gramps/gen/filters/rules/repository/_regexpidof.py, gramps/gen/filters/rules/repository/_repoprivate.py, gramps/gen/filters/rules/source/_allsources.py, gramps/gen/filters/rules/source/_changedsince.py, gramps/gen/filters/rules/source/_hasgallery.py, gramps/gen/filters/rules/source/_hasidof.py, gramps/gen/filters/rules/source/_hasnote.py, gramps/gen/filters/rules/source/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/source/_hasnoteregexp.py, gramps/gen/filters/rules/source/_hasreferencecountof.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py, gramps/gen/filters/rules/source/_matchesfilter.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py, gramps/gen/filters/rules/source/_matchestitlesubstringof.py, gramps/gen/filters/rules/source/_regexpidof.py, gramps/gen/filters/rules/source/_sourceprivate.py, gramps/gen/ggettext.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/date.py, gramps/gen/lib/eventroletype.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/familyreltype.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/markertype.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/nametype.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/repotype.py, gramps/gen/lib/srcmediatype.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/urltype.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergeeventquery.py, gramps/gen/merge/mergefamilyquery.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/merge/mergepersonquery.py, gramps/gen/merge/mergeplacequery.py, gramps/gen/merge/mergerepositoryquery.py, gramps/gen/merge/mergesourcequery.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/mime/_pythonmime.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_constants.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/report/endnotes.py, gramps/gen/plug/report/utils.py, gramps/gen/plug/utils.py, gramps/gen/proxy/private.py, gramps/gen/relationship.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/utils/alive.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/db.py, gramps/gen/utils/docgen/odstab.py, gramps/gen/utils/lds.py, gramps/gen/utils/place.py, gramps/gen/utils/string.py, gramps/gen/utils/unknown.py, gramps/gui/aboutdialog.py, gramps/gui/clipboard.py, gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/dialog.py, gramps/gui/displaystate.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/dataembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/filters/_filterstore.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/grampsgui.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/makefilter.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/tool.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/spell.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/docgen/psdrawdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/attributesgramplet.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendgramplet.py, gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importgrdb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrdb.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtmlconst.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/librecords.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/attributematch.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/lineage.py, gramps/plugins/quickview/linkreferences.py, gramps/plugins/quickview/onthisday.py, gramps/plugins/quickview/references.py, gramps/plugins/quickview/reporef.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/quickview/siblings.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/desbrowser.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eval.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/leak.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/soundgen.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/dashboardview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/personlistview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placelistview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/plugins/webstuff/webstuff.py: GrampsLocale: Remove ggettext svn: r21144 2013-01-17 John Ralls * gramps/gen/const.py.in, gramps/gen/ggettext.py, gramps/gen/plug/_pluginreg.py, gramps/gen/utils/file.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/keyword.py, gramps/gen/utils/maclocale.py, gramps/grampsapp.py, gramps/gui/clipboard.py, gramps/gui/glade.py, gramps/gui/plug/quick/_quicktable.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: Localization: Re-implement localization as a class, GrampsLocale GrampsLocale is effectively a singleton: An instance is created in const.py and retrieved everywhere. Translations are provided via Translations classes, which are derived from GNUTranslations and NullTranslations to provide extra functions like sgettext. svn: r21143 2013-01-17 John Ralls * gramps/gen/const.py.in, gramps/gen/plug/_pluginreg.py, gramps/gen/utils/grampslocale.py, gramps/gen/utils/maclocale.py, gramps/gen/utils/mactrans.py, gramps/gen/utils/trans.py, gramps/grampsapp.py, gramps/gui/clipboard.py, gramps/gui/glade.py, gramps/gui/plug/quick/_quicktable.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py: Rename trans.py and mactrans.py to grampslocale.py and maclocale.py Reflecting discussion on gramps-devel about their affecting more than just translations. Provide for a master GrampsLocale instance to be retrieved from const.py, set by grampsapp. svn: r21142 2013-01-16 Nick Hall * gramps/gen/config.py, gramps/gui/configure.py, gramps/gui/displaystate.py, gramps/gui/widgets/grampletbar.py, gramps/gui/widgets/grampletpane.py: 6333: Display optional close button in gramplet bar tabs svn: r21140 2013-01-15 Nick Hall * gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: Tidy up bookmark code svn: r21139 2013-01-15 Nick Hall * gramps/gui/widgets/grampletbar.py: 6331: Fix spelling mistakes svn: r21137 2013-01-15 Benny Malengier * gramps/gui/views/listview.py: 6338: NotImplementedError on Export a View to a spreadsheet from the People Category svn: r21136 2013-01-15 Nick Hall * gramps/gui/views/listview.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/personlistview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: Allow icons as column headings in listviews svn: r21134 2013-01-15 Nick Hall * gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_hastwins.py, po/POTFILES.in: Add family filter to match twins svn: r21132 2013-01-15 Benny Malengier * gramps/gen/plug/utils.py, gramps/gui/viewmanager.py: 6330: Can't download ans install addons svn: r21131 2013-01-15 Benny Malengier * gramps/gen/filters/_filterlist.py, gramps/gen/filters/rules/_matchesfilterbase.py: Filter was not working, we need to query global variable when we need it, not once at start svn: r21129 2013-01-15 Benny Malengier * gramps/gen/db/undoredo.py: factor out double handle2internal svn: r21127 2013-01-15 Erik De Richter * po/nl.po: updated nl translation svn: r21125 2013-01-15 Benny Malengier * gramps/gen/constfunc.py, gramps/gen/db/undoredo.py, gramps/gen/db/write.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/utils/db.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/treebasemodel.py: 6329: Crazy citations after XML import of bacuo from Gramps 3.4.3 svn: r21123 2013-01-15 Erik De Richter * po/nl.po: updated nl translation svn: r21122 2013-01-14 Doug Blank * gramps/gen/lib/handle.py: Don't convert handle if None svn: r21121 2013-01-14 Benny Malengier * gramps/gui/views/listview.py, gramps/gui/views/treemodels/treebasemodel.py: 6326: Running Export View crashes with 'tuple' object has no attribute 'get_indices' svn: r21120 2013-01-14 Doug Blank * gramps/gen/svn_revision.py: Changes for 1.6 svn svn: r21117 2013-01-14 Paul Franklin * gramps/gen/const.py.in: more absolute addressing, not relative svn: r21115 2013-01-14 Nick Hall * gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py: 1765: Add private column to views svn: r21114 2013-01-14 Doug Blank * gramps/plugins/gramplet/welcomegramplet.py: Rename Gramplet View to Dashboard View svn: r21112 2013-01-13 John Ralls * mac/gramps.launcher: Fix typo in GI_TYPELIB_PATH svn: r21110 2013-01-13 John Ralls * mac/gramps.modules: Build graphviz with pango, freetype support Otherwise it can't output PDFs. Also fix Gramps svn repo to new SF scheme. svn: r21107 2013-01-13 John Ralls * mac/gramps.bundle, mac/gramps.launcher: Include gi typelibs in bundle Also point to pango modules file. svn: r21106 2013-01-13 Doug Blank * gramps/gen/lib/handle.py: indent typo svn: r21103 2013-01-13 Nick Hall * gramps/gui/navigator.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py: Improvement to dropdown navigation plugin svn: r21102 2013-01-13 Doug Blank * gramps/gen/lib/handle.py: http://www.gramps-project.org/bugs/view.php?id=2623#c26969 make handle safe svn: r21101 2013-01-13 Benny Malengier * gramps/gui/grampsgui.py: 6288: crash: no attribute 'require_version' svn: r21100 2013-01-13 Doug Blank * gramps/gen/db/dictionary.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/event.py, gramps/gen/lib/family.py, gramps/gen/lib/handle.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/person.py, gramps/gen/lib/place.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/src.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/merge/diff.py, gramps/gen/simple/_simpleaccess.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importxml.py: Set of changes to allow merge/patch functionality: feature on db to not add sources or tags on import; all gen.lib objects' to_struct marks Handles rather than strings; Differences report (gramps-add) now shows all relevant changes svn: r21098 2013-01-13 Doug Blank * example/gramps/data.gramps: Bring data.gramps up to date with version 1.5.0 of XML; fix missing citations svn: r21097 2013-01-13 Doug Blank * : Moving to xml rather than gz for comparison purposes svn: r21096 2013-01-13 Paul Franklin * gramps/cli/plug/__init__.py, gramps/gen/plug/report/_book.py, gramps/gui/plug/report/_bookdialog.py: 6229: bug when creating a book reports svn: r21090 2013-01-12 Nick Hall * gramps/gui/basesidebar.py, gramps/gui/navigator.py, gramps/gui/viewmanager.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/dropdownsidebar.py, gramps/plugins/sidebar/expandersidebar.py, gramps/plugins/sidebar/sidebar.gpr.py: Add two experimental navigation plugins svn: r21088 2013-01-12 Benny Malengier * gramps/plugins/lib/libplaceview.py: 6315: Inserting action group 'Bookmarks' into UI manager which already has a group with this name svn: r21087 2013-01-12 Benny Malengier * README: 6318: Mention in the README that RCS is an optional package svn: r21085 2013-01-12 Benny Malengier * gramps/gui/dbman.py: 6321: installed rcs and tried to make an archive svn: r21083 2013-01-12 Nick Hall * gramps/gui/widgets/grampletbar.py: 6306: Remove focus from the help button in detached gramplet windows svn: r21080 2013-01-11 Benny Malengier * gramps/gui/views/navigationview.py: 6310: Warning dialog "No Home Person" should be helpful and more descriptive svn: r21079 2013-01-11 Benny Malengier * gramps/plugins/docgen/odfdoc.py: 6291: No Text report, with output format ODF, is created svn: r21077 2013-01-11 Nick Hall * gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/view/dashboardview.py: 6312: Fix Dashboard category icon svn: r21074 2013-01-11 Erik De Richter * po/nl.po: updated nl translation svn: r21073 2013-01-11 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py: 6307: Bug fixes for To Do gramplets svn: r21071 2013-01-11 Benny Malengier * gramps/gen/db/read.py, gramps/gen/db/write.py: fix error from fix encoding issue for python 3 svn: r21070 2013-01-11 Nick Hall * gramps/gen/filters/rules/note/__init__.py, gramps/gen/filters/rules/note/_hastype.py, gramps/gen/lib/notetype.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/todo.py, gramps/plugins/gramplet/todogramplet.py: 6307: Improved ToDo gramplets svn: r21067 2013-01-11 Benny Malengier * gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/treebasemodel.py: fix home button issue in python3 svn: r21066 2013-01-11 Benny Malengier * README, gramps/grampsapp.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/lib/libcairodoc.py: 6290: No Text report with output format PDF is created 6292: No Text report, with output format Print... , is created. svn: r21064 2013-01-11 Doug Blank * gramps/gen/const.py.in: Check for outdated const.py file svn: r21061 2013-01-11 Doug Blank * gramps/webapp/libdjango.py: Return correct field types for media path, desc, and mime svn: r21059 2013-01-11 Doug Blank * gramps/plugins/tool/check.py: Media Description not reported, typo svn: r21057 2013-01-11 Benny Malengier * gramps/gen/db/read.py: fix encoding issue for python 3 svn: r21055 2013-01-10 Doug Blank * gramps/webapp/grampsdb/views.py: Need to log in to run reports svn: r21053 2013-01-10 Doug Blank * gramps/webapp/grampsdb/views.py: Gramps Version number now includes svn svn: r21050 2013-01-10 Nick Hall * gramps/gen/config.py, gramps/plugins/view/dashboardview.py, gramps/plugins/view/grampletview.py, gramps/plugins/view/view.gpr.py: 6312: Rename Gramplets category to Dashboard svn: r21048 2013-01-09 Nick Hall * gramps/gui/widgets/grampletbar.py: 6309: Wrap text in empty gramplet bar tab svn: r21046 2013-01-09 Benny Malengier * gramps/gui/plug/export/_exportoptions.py: 6311: Export assistant to export a GEDCOM fail svn: r21045 2013-01-09 Benny Malengier * gramps/plugins/export/exportpkg.py: 6311: Export assistant to export a GEDCOM fails svn: r21042 2013-01-08 Nick Hall * setup.py: Add server option to installation svn: r21039 2013-01-08 Nick Hall * .gitignore: Update .gitignore svn: r21038 2013-01-08 Nick Hall * MANIFEST.in: Update MANIFEST.in svn: r21037 2013-01-08 Nick Hall * gramps/webapp/grampsdb/views.py: Fix svn revision import svn: r21035 2013-01-08 Nick Hall * gramps/gen/const.py.in, setup.py: Change to absolute paths in const.py svn: r21033 2013-01-08 Benny Malengier * gramps/gui/editors/displaytabs/backreflist.py, gramps/plugins/gramplet/calendargramplet.py: 6299: Calendar Gramplet does not display anything 6301: ImportError: No module named QuestionDialog svn: r21032 2013-01-08 Doug Blank * gramps/plugins/lib/libcairodoc.py: 4646: reports cannot be run from the command line in a non-GUI environment svn: r21028 2013-01-08 Doug Blank * gramps/webapp/grampsdb/views.py: Removed extra else: typo svn: r21027 2013-01-07 Nick Hall * docs/Makefile, gramps/webapp/Makefile: Restore Makefiles removed by mistake svn: r21024 2013-01-07 Benny Malengier * gramps/gen/utils/trans.py: fix error of revision 20699 svn: r21021 2013-01-07 Benny Malengier * README: 5972: GUI Crash (metaclass conflict) when some package (e.g. python-gnome2) installed svn: r21019 2013-01-06 Doug Blank * gramps/gui/grampsgui.py: typo in args error reporting svn: r21016 2013-01-06 Doug Blank * gramps/gen/mime/__init__.py, gramps/gen/mime/_gnomemime.py: Bugs 5972 and 6132: needed to remove python-gnome2 to run, GUI Crash (metaclass conflict) when some package (e.g. python-gnome2) installed, 6132: metaclass conflict in flatbasemodel.py svn: r21015 2013-01-06 Doug Blank * gramps/gui/dialog.py, gramps/gui/grampsgui.py: display error messages correctly svn: r21013 2013-01-06 Benny Malengier * gramps/gen/plug/docgen/graphdoc.py, gramps/plugins/graph/gvrelgraph.py: 6256: Can't create graph reports svn: r21012 2013-01-06 John Ralls * gramps/gen/utils/mactrans.py: Fix up mactrans.py for python3 svn: r21010 2013-01-06 John Ralls * mac/gramps.modules: Update Mac modules for python3 svn: r21009 2013-01-06 Doug Blank * gramps/gen/utils/alive.py: 6067: Narrative Web reports people as Living even when they have a deceased event (but without a date because it is unknown) svn: r21008 2013-01-06 Doug Blank * gramps/gen/svn_revision.py: Don't show svnversion non-version response svn: r21007 2013-01-05 Jérôme Rapinat * po/POTFILES.in, po/update_po.py: new location for tips.xml svn: r21005 2013-01-05 Benny Malengier * gramps/gen/plug/docgen/graphdoc.py: 06256: Can't create graph reports svn: r21002 2013-01-05 Nick Hall * setup.py: 6276: Fix error installing gramps.png svn: r20999 2013-01-05 Benny Malengier * README, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/rtfdoc.py: 6282: Can't create text reports with RTF output format in python 3.3 svn: r20997 2013-01-05 Benny Malengier * gramps/gen/plug/docgen/graphdoc.py: 6256: Can't create graph reports svn: r20996 2013-01-05 Benny Malengier * gramps/plugins/lib/libcairodoc.py: 6277: Out of index when creating textreort with PDF format svn: r20994 2013-01-05 Doug Blank * gramps/gen/const.py.in: Handle version with text such as '-alpha' number in const.py svn: r20992 2013-01-04 Nick Hall * data/authors.xml, data/lds.xml, data/papersize.xml, data/templates/404.html, data/templates/500.html, data/templates/admin/base_site.html, data/templates/browse_page.html, data/templates/detail_breadcrumb.html, data/templates/gramps-base.html, data/templates/main_page.html, data/templates/paginator.html, data/templates/pick.html, data/templates/reference.html, data/templates/registration/login.html, data/templates/table_header.html, data/templates/user_page.html, data/templates/view_citation_detail.html, data/templates/view_citations.html, data/templates/view_event_detail.html, data/templates/view_events.html, data/templates/view_families.html, data/templates/view_family_detail.html, data/templates/view_media.html, data/templates/view_media_detail.html, data/templates/view_name_detail.html, data/templates/view_note_detail.html, data/templates/view_notes.html, data/templates/view_page.html, data/templates/view_page_detail.html, data/templates/view_people.html, data/templates/view_person_detail.html, data/templates/view_place_detail.html, data/templates/view_places.html, data/templates/view_report.html, data/templates/view_report_detail.html, data/templates/view_repositories.html, data/templates/view_repository.html, data/templates/view_repository_detail.html, data/templates/view_source_detail.html, data/templates/view_sources.html, data/templates/view_surname_detail.html, data/templates/view_tag.html, data/templates/view_tag_detail.html, data/templates/view_tags.html, data/tips.xml.in, gramps/data/authors.xml, gramps/data/lds.xml, gramps/data/papersize.xml, gramps/data/templates/404.html, gramps/data/templates/500.html, gramps/data/templates/admin/base_site.html, gramps/data/templates/browse_page.html, gramps/data/templates/detail_breadcrumb.html, gramps/data/templates/gramps-base.html, gramps/data/templates/main_page.html, gramps/data/templates/paginator.html, gramps/data/templates/pick.html, gramps/data/templates/reference.html, gramps/data/templates/registration/login.html, gramps/data/templates/table_header.html, gramps/data/templates/user_page.html, gramps/data/templates/view_citation_detail.html, gramps/data/templates/view_citations.html, gramps/data/templates/view_event_detail.html, gramps/data/templates/view_events.html, gramps/data/templates/view_families.html, gramps/data/templates/view_family_detail.html, gramps/data/templates/view_media.html, gramps/data/templates/view_media_detail.html, gramps/data/templates/view_name_detail.html, gramps/data/templates/view_note_detail.html, gramps/data/templates/view_notes.html, gramps/data/templates/view_page.html, gramps/data/templates/view_page_detail.html, gramps/data/templates/view_people.html, gramps/data/templates/view_person_detail.html, gramps/data/templates/view_place_detail.html, gramps/data/templates/view_places.html, gramps/data/templates/view_report.html, gramps/data/templates/view_report_detail.html, gramps/data/templates/view_repositories.html, gramps/data/templates/view_repository.html, gramps/data/templates/view_repository_detail.html, gramps/data/templates/view_source_detail.html, gramps/data/templates/view_sources.html, gramps/data/templates/view_surname_detail.html, gramps/data/templates/view_tag.html, gramps/data/templates/view_tag_detail.html, gramps/data/templates/view_tags.html, gramps/data/tips.xml.in, gramps/gen/const.py.in, gramps/images/16x16/source/gramps-geo.svg, gramps/images/16x16/source/gramps-tree-group.svg, gramps/images/16x16/source/gramps-tree-list.svg, gramps/images/16x16/source/gramps-tree-select.svg, gramps/images/gramps.svg, gramps/images/scalable/add-parent-existing-family.svg, gramps/images/scalable/geo-fixed-zoom.svg, gramps/images/scalable/geo-free-zoom.svg, gramps/images/scalable/geo-place-add.svg, gramps/images/scalable/geo-place-link.svg, gramps/images/scalable/geo-show-event.svg, gramps/images/scalable/geo-show-family.svg, gramps/images/scalable/geo-show-person.svg, gramps/images/scalable/geo-show-place.svg, gramps/images/scalable/gramps-address.svg, gramps/images/scalable/gramps-attribute.svg, gramps/images/scalable/gramps-bookmark-delete.svg, gramps/images/scalable/gramps-bookmark-edit.svg, gramps/images/scalable/gramps-bookmark-new.svg, gramps/images/scalable/gramps-bookmark.svg, gramps/images/scalable/gramps-citation.svg, gramps/images/scalable/gramps-config.svg, gramps/images/scalable/gramps-date-edit.svg, gramps/images/scalable/gramps-date.svg, gramps/images/scalable/gramps-event.svg, gramps/images/scalable/gramps-family.svg, gramps/images/scalable/gramps-fanchart.svg, gramps/images/scalable/gramps-fanchartdesc.svg, gramps/images/scalable/gramps-font-bgcolor.svg, gramps/images/scalable/gramps-font-color.svg, gramps/images/scalable/gramps-font.svg, gramps/images/scalable/gramps-geo-altmap.svg, gramps/images/scalable/gramps-geo-birth.svg, gramps/images/scalable/gramps-geo-death.svg, gramps/images/scalable/gramps-geo-mainmap.svg, gramps/images/scalable/gramps-geo-marriage.svg, gramps/images/scalable/gramps-geo.svg, gramps/images/scalable/gramps-gramplet.svg, gramps/images/scalable/gramps-lock.svg, gramps/images/scalable/gramps-media.svg, gramps/images/scalable/gramps-merge.svg, gramps/images/scalable/gramps-notes.svg, gramps/images/scalable/gramps-parents-add.svg, gramps/images/scalable/gramps-parents-open.svg, gramps/images/scalable/gramps-parents.svg, gramps/images/scalable/gramps-pedigree.svg, gramps/images/scalable/gramps-person.svg, gramps/images/scalable/gramps-place.svg, gramps/images/scalable/gramps-relation.svg, gramps/images/scalable/gramps-reports.svg, gramps/images/scalable/gramps-repository.svg, gramps/images/scalable/gramps-source.svg, gramps/images/scalable/gramps-spouse.svg, gramps/images/scalable/gramps-tag-new.svg, gramps/images/scalable/gramps-tag.svg, gramps/images/scalable/gramps-tools.svg, gramps/images/scalable/gramps-tree-group.svg, gramps/images/scalable/gramps-tree-list.svg, gramps/images/scalable/gramps-tree-select.svg, gramps/images/scalable/gramps-unlock.svg, gramps/images/scalable/gramps-view.svg, gramps/images/scalable/gramps-viewmedia.svg, gramps/images/scalable/gramps-zoom-best-fit.svg, gramps/images/scalable/gramps-zoom-fit-width.svg, gramps/images/scalable/gramps-zoom-in.svg, gramps/images/scalable/gramps-zoom-out.svg, gramps/images/scalable/gramps.svg, images/16x16/source/gramps-geo.svg, images/16x16/source/gramps-tree-group.svg, images/16x16/source/gramps-tree-list.svg, images/16x16/source/gramps-tree-select.svg, images/gramps.svg, images/scalable/add-parent-existing-family.svg, images/scalable/geo-fixed-zoom.svg, images/scalable/geo-free-zoom.svg, images/scalable/geo-place-add.svg, images/scalable/geo-place-link.svg, images/scalable/geo-show-event.svg, images/scalable/geo-show-family.svg, images/scalable/geo-show-person.svg, images/scalable/geo-show-place.svg, images/scalable/gramps-address.svg, images/scalable/gramps-attribute.svg, images/scalable/gramps-bookmark-delete.svg, images/scalable/gramps-bookmark-edit.svg, images/scalable/gramps-bookmark-new.svg, images/scalable/gramps-bookmark.svg, images/scalable/gramps-citation.svg, images/scalable/gramps-config.svg, images/scalable/gramps-date-edit.svg, images/scalable/gramps-date.svg, images/scalable/gramps-event.svg, images/scalable/gramps-family.svg, images/scalable/gramps-fanchart.svg, images/scalable/gramps-fanchartdesc.svg, images/scalable/gramps-font-bgcolor.svg, images/scalable/gramps-font-color.svg, images/scalable/gramps-font.svg, images/scalable/gramps-geo-altmap.svg, images/scalable/gramps-geo-birth.svg, images/scalable/gramps-geo-death.svg, images/scalable/gramps-geo-mainmap.svg, images/scalable/gramps-geo-marriage.svg, images/scalable/gramps-geo.svg, images/scalable/gramps-gramplet.svg, images/scalable/gramps-lock.svg, images/scalable/gramps-media.svg, images/scalable/gramps-merge.svg, images/scalable/gramps-notes.svg, images/scalable/gramps-parents-add.svg, images/scalable/gramps-parents-open.svg, images/scalable/gramps-parents.svg, images/scalable/gramps-pedigree.svg, images/scalable/gramps-person.svg, images/scalable/gramps-place.svg, images/scalable/gramps-relation.svg, images/scalable/gramps-reports.svg, images/scalable/gramps-repository.svg, images/scalable/gramps-source.svg, images/scalable/gramps-spouse.svg, images/scalable/gramps-tag-new.svg, images/scalable/gramps-tag.svg, images/scalable/gramps-tools.svg, images/scalable/gramps-tree-group.svg, images/scalable/gramps-tree-list.svg, images/scalable/gramps-tree-select.svg, images/scalable/gramps-unlock.svg, images/scalable/gramps-view.svg, images/scalable/gramps-viewmedia.svg, images/scalable/gramps-zoom-best-fit.svg, images/scalable/gramps-zoom-fit-width.svg, images/scalable/gramps-zoom-in.svg, images/scalable/gramps-zoom-out.svg, images/scalable/gramps.svg, setup.py: Move images and data directories svn: r20989 2013-01-04 Paul Franklin * gramps/gen/plug/report/_options.py: revert accidental 20685 regression (iteritems) svn: r20987 2013-01-04 Nick Hall * gramps/gen/utils/docgen/CSVTab.py, gramps/gen/utils/docgen/ODSTab.py, gramps/gen/utils/docgen/TabbedDoc.py, gramps/gen/utils/docgen/__init__.py, gramps/gen/utils/docgen/csvtab.py, gramps/gen/utils/docgen/odstab.py, gramps/gen/utils/docgen/tabbeddoc.py, gramps/plugins/export/test/exportVCard_test.py, gramps/plugins/export/test/exportvcard_test.py, gramps/plugins/importer/test/importVCard_test.py, gramps/plugins/importer/test/importvcard_test.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmGps.py, gramps/plugins/lib/maps/osmgps.py, gramps/plugins/lib/maps/placeselection.py, po/POTFILES.in, po/POTFILES.skip: Convert filenames to lower case svn: r20985 2013-01-04 Nick Hall * : Remove make files from svn:ignore properties svn: r20982 2013-01-04 Nick Hall * data/man/Makefile.am, data/man/cs/Makefile.am, data/man/fr/Makefile.am, data/man/nl/Makefile.am, data/man/pl/Makefile.am, data/man/pt_BR/Makefile.am, data/man/sv/Makefile.am, docs/Makefile, gramps/data/Makefile.am, gramps/webapp/Makefile: Remove remaining make files svn: r20978 2013-01-04 Nick Hall * gramps/gui/grampsbar.py, gramps/gui/views/pageview.py, gramps/gui/widgets/grampletbar.py, po/POTFILES.in: 6281: Rename GrampsBar to GrampletBar and move into widgets directory svn: r20977 2013-01-04 Peter Landgren * gramps/plugins/lib/libtreebase.py: Fix of divison issue. There might be more of them. svn: r20975 2013-01-04 Benny Malengier * gramps/gui/grampsbar.py: 6273: Detaching Gramplet in Sidebar/Bottombar views are not using full area svn: r20974 2013-01-04 Benny Malengier * gramps/gui/viewmanager.py: 6270: Attempting to accidentally open Book Manager raises a Unhandled exception svn: r20972 2013-01-03 Peter Landgren * gramps/gen/plug/report/_options.py: Fix of issue 6271. svn: r20969 2013-01-03 Jérôme Rapinat * gramps/gen/const.py.in: we are in 2013 svn: r20967 2013-01-03 Benny Malengier * gramps/gen/db/upgrade.py: support for upgrade of database on python3 svn: r20961 2013-01-03 Benny Malengier * gramps/gui/views/treemodels/notemodel.py: note model with wrong tag handle, gracefully continue svn: r20959 2013-01-03 Benny Malengier * gramps/gen/db/upgrade.py: FIX MAJOR ERROR blocking upgrade of old family trees ! svn: r20957 2013-01-03 Benny Malengier * gramps/gen/display/name.py: Fix exec problem in python 2 after previous change svn: r20955 2013-01-03 Benny Malengier * gramps/gen/display/name.py, gramps/grampsapp.py, gramps/gui/grampsgui.py: Recover gracefully from some errors in python3 svn: r20951 2013-01-03 Benny Malengier * gramps/gui/plug/_dialogs.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/viewmanager.py: 6258: Error during start of Gramps for certain LANG values svn: r20949 2013-01-03 Doug Blank * gramps/gen/utils/alive.py: 6274: Tried to use Charts View and receive 'NameError: global name 'gen' is not defined' svn: r20946 2013-01-02 Nick Hall * gramps/gen/const.py.in, setup.py: Tidy up resource files svn: r20944 2013-01-02 Doug Blank * gramps/plugins/gramplet/welcomegramplet.py: URL for Welcome Gramplet was still pointing to 3.3 manual (trunk will point to 4.0 for now) svn: r20943 2013-01-02 Doug Blank * gramps/webapp/grampsdb/views.py: Wait for report to exist before trying to download svn: r20938 2013-01-02 Doug Blank * gramps/gen/utils/alive.py: 4719: Narweb Privacy issue, probably_alive uses spouse birth/death directly svn: r20935 2013-01-01 John Ralls * po/check_po: Bug 6268: Fix check_po for python3 svn: r20933 2013-01-01 Doug Blank * gramps/gen/config.py: New URL for gramps-addons svn: r20932 2013-01-01 Erik De Richter * po/nl.po: updated nl translation svn: r20930 2013-01-01 Benny Malengier * gramps/gui/plug/_windows.py: 6266: loading plugin manager gives error svn: r20927 2013-01-01 Benny Malengier * gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportxml.py: 6265: can not make back up svn: r20924 2013-01-01 Jérôme Rapinat * gramps/gen/plug/_gramplet.py: 6203: typo when interrupting a gramplet svn: r20921 2012-12-31 Doug Blank * Gramps.py, gramps/gen/const.py.in, gramps/gen/db/read.py, gramps/gen/svn_revision.py, gramps/gen/utils/svn.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/export/export.gpr.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/webplugins.gpr.py, gramps/plugins/webstuff/webstuff.gpr.py, setup.py: Bumped trunk to 4.1, updated plugins, requires setup.py build rather than copy of const.py.in, show svn number in version number svn: r20919 2012-12-31 Doug Blank * gramps/gui/clipboard.py: Two different types of selection data svn: r20917 2012-12-31 Doug Blank * gramps/plugins/importer/importcsv.py: Fixed issue with adding tags on notes and families in CSV svn: r20916 2012-12-31 Doug Blank * example/csv/example.csv: Beginning of example in CSV format svn: r20915 2012-12-31 Doug Blank * gramps/gen/config.py, gramps/gui/configure.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importxml.py, gramps/plugins/lib/libgedcom.py: Added tagging on import for GEDCOM, XML, and CSV. Also fixed CSV iterator issue with next. Default tag is set in Preferences using time.strftime codes (eg, %Y, %m, etc). Noticed that adding source on input is only for GEDCOM, so adjusted the text description for it. Tagging on input supports all taggable items (notes, media, family, person --- although csv does not import media). Will add to gramps40 if all ok. svn: r20914 2012-12-31 Doug Blank * gramps/gui/clipboard.py: Changes for gtk3 clipboard to work svn: r20912 2012-12-31 Nick Hall * setup.py: Improve check to prevent overwriting const.py svn: r20910 2012-12-31 Benny Malengier * gramps/gen/plug/report/_constants.py, gramps/gui/plug/tool.py, gramps/gui/viewmanager.py: 6258: Error during start of Gramps for certain LANG values svn: r20909 2012-12-31 Doug Blank * gramps/webapp/grampsdb/views.py: Add timestamp to downloads svn: r20906 2012-12-31 Jérôme Rapinat * gramps/gui/viewmanager.py: 6112: use get_indices method on TreePath for "old" Gtk version (e.g, 3.6.1) svn: r20904 2012-12-30 Benny Malengier * gramps/plugins/gramplet/calendargramplet.py: 6205: Gtk.CALENDAR needs a migration to new GI/GTK3 API svn: r20897 2012-12-30 Doug Blank * gramps/gen/config.py, gramps/gui/configure.py, gramps/gui/viewmanager.py: Added addons-url to config and Preferences; currently set to old URL, but will update in a couple of days when new addons URL comes on-line svn: r20894 2012-12-30 Benny Malengier * gramps/gen/updatecallback.py: Fix divisionbyzero in python3 svn: r20889 2012-12-30 Benny Malengier * gramps/plugins/gramplet/calendargramplet.py: 6205: Gtk.CALENDAR needs a migration to new GI/GTK3 API Also: don't expand the calendar more than needed to show it. svn: r20886 2012-12-30 Jérôme Rapinat * po/check_po: avoid specific case with decimal comparison svn: r20883 2012-12-30 Benny Malengier * gramps/grampsapp.py: More version strings svn: r20881 2012-12-30 Jérôme Rapinat * data/man/fr/fr.rst, data/man/fr/gramps.1.in: typo svn: r20878 2012-12-29 Nick Hall * gramps/gen/utils/trans.py: Update translation code to use LOCALE_DIR svn: r20876 2012-12-29 Gary Burton * gramps/plugins/tool/rebuild.py: Set the correct number of update callbacks. Bug #6219. svn: r20874 2012-12-29 Nick Hall * setup.py: Fix structure of build directory for locale files svn: r20872 2012-12-28 Benny Malengier * gramps/gui/glade/updateaddons.glade, gramps/gui/widgets/progressdialog.py: 6112: Cannot install addons via dialog svn: r20870 2012-12-28 Nick Hall * po/nb.po: Fix error in Norwegian (nb) translation svn: r20867 2012-12-28 Nick Hall * gramps/gen/const.py.in, setup.py: Add LOCALE_DIR. Remove PREFIXDIR and SYSCONFDIR. svn: r20866 2012-12-28 Benny Malengier * gramps/plugins/lib/libcairodoc.py: 6208: Cannot iterate on attributes when trying to paginate via cairodoc At same time, fix deprecated cairocontext svn: r20864 2012-12-28 Benny Malengier * gramps/gui/undohistory.py: 6123: Index into undohistory, correct fail on older gobject svn: r20860 2012-12-28 Benny Malengier * gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/groupembeddedlist.py: Improve hover handling on displaytabs svn: r20857 2012-12-28 Jérôme Rapinat * data/man/fr/gramps.1.in, data/man/gramps.1.in: spacing, tab (fr) and paths for files (en, fr) svn: r20856 2012-12-27 John Ralls * mac/gramps.modules: Restore PangoCairo and FontConfig to Graphviz requirements svn: r20854 2012-12-27 Benny Malengier * gramps/gui/editors/displaytabs/embeddedlist.py: correct wrong function call svn: r20852 2012-12-26 Benny Malengier * gramps/gui/editors/displaytabs/gallerytab.py: Fix crash on callback after clean_up in gallerytab svn: r20849 2012-12-26 Benny Malengier * gramps/gui/editors/displaytabs/embeddedlist.py: bug 1772: follow cursor to completely resolve bug svn: r20847 2012-12-26 Benny Malengier * gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/groupembeddedlist.py: bug 1772, correct event handling svn: r20845 2012-12-26 Benny Malengier * gramps/gui/editors/displaytabs/embeddedlist.py: 1. context menu on displaytabs showing 2. partially do bug 1772O svn: r20843 2012-12-26 Benny Malengier * gramps/plugins/graph/gvrelgraph.py: 1567: beautify Relation Ship Graph, remove - if no date of birth or death svn: r20841 2012-12-24 Benny Malengier * gramps/plugins/tool/removeunused.py, gramps/plugins/tool/verify.py: GTK3 conversion in tools svn: r20839 2012-12-23 Benny Malengier * gramps/gui/views/listview.py, gramps/gui/views/treemodels/treebasemodel.py: rows_reoredered patch not yet in GTK svn: r20834 2012-12-23 Fedik * po/uk.po: small translation and uptades svn: r20831 2012-12-23 John Ralls * mac/gramps.bundle, mac/gramps.launcher, mac/gramps.modules: Mods for Gtk3, setup.py svn: r20829 2012-12-22 Jérôme Rapinat * data/man/en.rst, data/man/fr/fr.rst: spacing, tab (fr) and VERSION (en, fr) svn: r20826 2012-12-22 Jérôme Rapinat * MANIFEST.in, RELEASE_NOTES, data/man/conf.py, data/man/cs/cs.rst, data/man/en.rst, data/man/fr/conf.py, data/man/fr/fr.rst, data/man/fr/gramps.1.in, data/man/nl/nl.rst, data/man/pl/pl.rst, data/man/pt_BR/pt_BR.rst, data/man/sv/sv.rst, setup.py: merge from 4.0.0 to trunk svn: r20824 2012-12-22 Benny Malengier * gramps/gui/widgets/validatedmaskedentry.py: Convert validated masked entry to normal gtk.entry with icon Working background color change on error svn: r20822 2012-12-22 Benny Malengier * gramps/gui/views/listview.py, gramps/gui/views/treemodels/treebasemodel.py: rows_reordered is present again in GTK 3.8 svn: r20819 2012-12-21 Doug Blank * gramps/plugins/drawreport/calendarreport.py: Someone optimized some code incorrectly; lines at bottom of calendar where placed off the page svn: r20815 2012-12-21 Doug Blank * gramps/gen/db/read.py: If you try to lookup an object too early, you might find that the tbl is still a dict; this protects such early lookups from crashing svn: r20813 2012-12-20 Jérôme Rapinat * po/check_po: do not need to check untranslated and fuzzy strings because they have not been reviewed yet; warning this script uses tab for the bloc indentation... svn: r20805 2012-12-20 Benny Malengier * setup.py: On translation error, allow build to continue after asking user svn: r20803 2012-12-20 Jérôme Rapinat * gramps/gen/datehandler/_date_nb.py: common date handler for Norwegian Bokmål and Norwegian Nynorsk svn: r20800 2012-12-19 Benny Malengier * gramps/plugins/lib/libhtml.py: 6227: libhtml handles strings differently in python2.x and python3.x svn: r20796 2012-12-18 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0006009: Media objects attached to Marriage events and Sources are not included in Narrative Web Site * restructure the families index so families are indexed under both spouses, and the family name is normalised * separate out Families section in individual and families pages so individual page links to the family page and family page links to both people * normalise links to families so the link is only displayed if the family page is present, and the gid is included when appropriate * remove highlighting of media subregions except in the media pages (it was confusing and not very well implemented) * include people whose surname is absent in the individual, surname and families indexes * html_escape names and surnames * always display media thumbnails for first image in Gallery list (in some cases they were suppressed if they had been displayed at the top of the page) * change partner and parent columns in families index to improve the layout of the HTML and put the comma between multiple partners in the right place * use event description (where present) instead of just event type in back references * fix bug in the way obj_dict and bkref_dict were initialised svn: r20795 2012-12-18 Benny Malengier * gramps/gui/configure.py, gramps/gui/viewmanager.py: 6224: Can't select with ot without media when taking backup svn: r20793 2012-12-18 Benny Malengier * gramps/gui/widgets/fanchartdesc.py: 6215: Descendant Fanchart error on duplicate children svn: r20792 2012-12-18 Benny Malengier * gramps/plugins/lib/libhtml.py, gramps/plugins/webreport/narrativeweb.py: 6227: libhtml handles strings differently in python2.x and python3.x svn: r20791 2012-12-18 Benny Malengier * gramps/gen/utils/configmanager.py: 6231: WARNING: configmanager.py: line 309: WARNING: ignoring key with wrong type 'behavior.autoload' svn: r20789 2012-12-18 Benny Malengier * gramps/gen/plug/_manager.py, gramps/gen/relationship.py: fix wrong print_exc usage, see bug 6223 svn: r20788 2012-12-18 Benny Malengier * README: update readme for correct gtkspell support svn: r20787 2012-12-18 Benny Malengier * gramps/gui/widgets/monitoredwidgets.py: python 3 support, keys should be list if we want to iterate and delete svn: r20786 2012-12-16 Doug Blank * gramps/data/templates/admin/base_site.html: Template for webapp admin HTML header svn: r20785 2012-12-15 Jérôme Rapinat * gramps/gui/listmodel.py: import Pango before Gtk, or some things start to go wrong in GTK3 (see gramps/gui/grampsgui.py) svn: r20784 2012-12-15 Jérôme Rapinat * gramps/gui/grampsgui.py: 5621: better named_arguments for Bidirectional Text support and when more than one argument into string svn: r20783 2012-12-13 Jérôme Rapinat * po/check_po, po/update_po.py: update and add more comments svn: r20782 2012-12-13 Nick Hall * .gitignore: Add .gitignore file svn: r20781 2012-12-10 Espen Berg * po/nb.po, po/nn.po: Committed the latest revisions of nn.po and nb.po from branches/maintenance/gramps34 as a replacement from nothing... svn: r20779 2012-12-09 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: A couple more work arounds for bug 6227 svn: r20776 2012-12-09 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Various fixes for python 3 and for typos. * internal table changed to use zero for unknown birthdates * codecs.EncodedFile removed as I couldn't get it to work * work around for self.database.iter under python 3 returns (binary) data rather than text * work around for bug 6227 * various typos when latest gramps34 was merged in. svn: r20775 2012-12-07 Tim G L Lyons * gramps/gen/plug/_manager.py: patch to get reload to work in trunk svn: r20774 2012-12-07 Doug Blank * gramps/data/templates/view_name_detail.html, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/views.py, gramps/webapp/urls.py, gramps/webapp/utils.py: Added note reference controls (order, delete, edit ref); working on infrastructure to add notes to names, etc. svn: r20773 2012-12-05 Tim G L Lyons * gramps/gen/plug/report/_bibliography.py: fixed problem that bibliography ignores media attached to citations, so if that is the only 'interesting' thing about the citation, the citation media is not output svn: r20772 2012-12-05 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: * Removed a lot of redundant code and parameters (mainly connected with the old way of determining the objects to be included in the report). * Moved routines for calculating objects to be output so they can be part of default list building classes. * Replaced person link routine with one that takes into account whether there is a page for the person. * Included repository reference media type and call number in the 'Repositories' section of the relevant source instead of the Repository page. * Implemented a generalised back reference function to display the 'References' section of all pages. This recursively displays references till one is found for which a page exists. * Removed list of people and families from heading of the event pages as these are now in the 'References' section. * Fixed bug "0005968: Narrated Web Site not copying Source Citations files such as jpg or pdf docs to web site" and "0005946 GRAMPS failed to insert jpeg image into proper place for an event" by displaying a thumbnail for citation media in the 'Source References' section (with a link to the media page) svn: r20769 2012-12-05 Doug Blank * gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/views.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/urls.py: Changes for Django 1.4; should now be updated from gramps35 svn: r20766 2012-12-04 Jérôme Rapinat * data/man/fr/fr.rst, data/man/fr/gramps.1.in, data/man/update_man.py: sphinx needs docutils libs for man file generation; typo on french version svn: r20765 2012-12-03 Jérôme Rapinat * data/man/update_man.py: 5621: test for docutils svn: r20764 2012-12-03 Jérôme Rapinat * data/man/update_man.py: 5621: add quick samples of odt and man files generation via docutils svn: r20763 2012-12-03 Jérôme Rapinat * docs/date.rst: specific import path for Date Editor svn: r20762 2012-12-03 Jérôme Rapinat * docs/coregui/gui.rst: specific import path for generating GUI section svn: r20761 2012-12-03 Jérôme Rapinat * data/man/pt_BR/pt_BR.rst: 5621: start to use markups and update formating svn: r20760 2012-12-03 Jérôme Rapinat * data/man/nl/nl.rst, data/man/pl/pl.rst: 5621: start to use markups svn: r20759 2012-12-03 Jérôme Rapinat * data/man/cs/cs.rst, data/man/sv/sv.rst: 5621: start to use markups svn: r20758 2012-12-03 Jérôme Rapinat * data/man/fr/fr.rst, data/man/fr/gramps.1.in: 5621: typo on french files svn: r20757 2012-12-03 Jérôme Rapinat * data/man/pt_BR/pt_BR.rst: 5621: encoding and non-ASCII characters for Portuguese svn: r20756 2012-12-03 Nick Hall * gramps/gui/undohistory.py: Fix bug in undo history dialog svn: r20755 2012-12-02 Nick Hall * gramps/gui/views/treemodels/treebasemodel.py: Fix error when returning path of top level node svn: r20753 2012-12-02 Nick Hall * gramps/gui/dbloader.py: Bug fix svn: r20752 2012-12-02 Nick Hall * gramps/gen/db/upgrade.py: python3 fix svn: r20751 2012-12-02 Jérôme Rapinat * po/check_po: only use one -letter as flag (3 characters) when use choice list; sys.argv[2:] issue svn: r20749 2012-12-02 Jérôme Rapinat * po/update_po.py: only use one -letter as flag (3 characters) when use choice list; sys.argv[2:] issue svn: r20748 2012-12-02 Jérôme Rapinat * po/update_po.py: add "all" argument for check and update flag (maintenance and tests) svn: r20747 2012-12-02 Jérôme Rapinat * po/update_po.py: typo svn: r20745 2012-12-02 Doug Blank * gramps/webapp/connection.py, gramps/webapp/grampsdb/view/__init__.py, gramps/webapp/shell.py: Add missing Gramps license information (thanks Paul Franklin) svn: r20743 2012-12-02 Jérôme Rapinat * po/check_po, po/update_po.py: upgrade deprecated "optparse" module to "argparse" for a python2.7/3.2 support; skip fuzzy by default because it is ignored on .mo generation and not yet reviewed by translators; only check and print a summary svn: r20742 2012-12-02 Jérôme Rapinat * data/man/conf.py, data/man/cs/conf.py, data/man/en.rst, data/man/fr/conf.py, data/man/fr/fr.rst, data/man/fr/gramps.1.in, data/man/nl/conf.py, data/man/pl/conf.py, data/man/pt_BR/conf.py, data/man/pt_BR/pt_BR.rst, data/man/sv/conf.py, data/man/sv/sv.rst, data/man/update_man.py: 5621: limit unrelated warnings and update the french version svn: r20741 2012-12-02 Jérôme Rapinat * data/man/en.rst, data/man/fr/fr.rst, data/man/gramps.1.in: 5621: export section was missing on the English version svn: r20739 2012-12-02 Jérôme Rapinat * data/man/conf.py, data/man/cs/cs.rst, data/man/en.rst, data/man/fr/conf.py, data/man/fr/fr.rst, data/man/index.rst, data/man/nl/nl.rst, data/man/pl/pl.rst, data/man/pt_BR/pt_BR.rst, data/man/sv/sv.rst: 5621: fix toctree warnings by using TOC way for html output svn: r20738 2012-12-02 Mirko Leonhäuser * po/de.po: updated german translation svn: r20737 2012-12-01 Doug Blank * gramps/plugins/lib/libholiday.py: Changes to: 1) bring trunk up to where gramps35 webapp was, 2) to bring old code up to python3 and pygobject use, and 3) use Django 1.4; (not all of webapp is back to working state yet) svn: r20736 2012-12-01 Doug Blank * gramps/data/templates/gramps-base.html, gramps/data/templates/view_citation_detail.html, gramps/data/templates/view_citations.html, gramps/data/templates/view_event_detail.html, gramps/data/templates/view_events.html, gramps/data/templates/view_families.html, gramps/data/templates/view_family_detail.html, gramps/data/templates/view_media.html, gramps/data/templates/view_media_detail.html, gramps/data/templates/view_name_detail.html, gramps/data/templates/view_note_detail.html, gramps/data/templates/view_notes.html, gramps/data/templates/view_page.html, gramps/data/templates/view_people.html, gramps/data/templates/view_person_detail.html, gramps/data/templates/view_place_detail.html, gramps/data/templates/view_places.html, gramps/data/templates/view_repositories.html, gramps/data/templates/view_repository_detail.html, gramps/data/templates/view_source_detail.html, gramps/data/templates/view_sources.html, gramps/data/templates/view_surname_detail.html, gramps/data/templates/view_tag_detail.html, gramps/data/templates/view_tags.html, gramps/gen/db/dictionary.py, gramps/plugins/webstuff/css/jquery.flexbox.css, gramps/webapp/Makefile, gramps/webapp/dbdjango.py, gramps/webapp/empty.sql, gramps/webapp/example.sql, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/init_gramps.py, gramps/webapp/libdjango.py, gramps/webapp/manage.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/urls.py, gramps/webapp/utils.py: Changes to: 1) bring trunk up to where gramps35 webapp was, 2) to bring old code up to python3 and pygobject use, and 3) use Django 1.4; (not all of webapp is back to working state yet) svn: r20735 2012-12-01 Jérôme Rapinat * data/man/conf.py, data/man/cs/conf.py, data/man/fr/conf.py, data/man/fr/gramps.1.in, data/man/nl/conf.py, data/man/pl/conf.py, data/man/pt_BR/conf.py, data/man/sv/conf.py, data/man/update_man.py: 5621: support for localized man files svn: r20734 2012-12-01 Jérôme Rapinat * data/man/cs/cs.rst, data/man/en.rst, data/man/fr/fr.rst, data/man/nl/nl.rst, data/man/pl/pl.rst, data/man/sv/sv.rst, data/man/update_man.py: 5621: update some urls svn: r20733 2012-12-01 Jérôme Rapinat * data/man/fr/fr.rst: 5621: fix some indentation issues svn: r20732 2012-12-01 Jérôme Rapinat * data/man/fr/fr.rst: 5621: fix some indentation issues svn: r20731 2012-12-01 Jérôme Rapinat * data/man/cs/cs.rst, data/man/fr/fr.rst, data/man/nl/nl.rst, data/man/pl/pl.rst, data/man/pt_BR/pt_BR.rst, data/man/sv/sv.rst: 5621: fix some indentation issues svn: r20730 2012-12-01 Jérôme Rapinat * data/man/fr/fr.rst: 5621: fix some indentation issues svn: r20729 2012-12-01 Jérôme Rapinat * data/man/cs.rst, data/man/cs/cs.rst, data/man/fr.rst, data/man/fr/fr.rst, data/man/nl.rst, data/man/nl/nl.rst, data/man/pl.rst, data/man/pl/pl.rst, data/man/pt_BR.rst, data/man/pt_BR/pt_BR.rst, data/man/sv.rst, data/man/sv/sv.rst: 5621: move .rst files into related 'lang' directory svn: r20728 2012-12-01 Jérôme Rapinat * data/man/fr.rst: 5621: start to use makup on fr.rst svn: r20727 2012-12-01 Jérôme Rapinat * data/man/pt_BR.rst: 5621: add a quick rst file format version for Portuguese svn: r20726 2012-12-01 Jérôme Rapinat * data/man/conf.py, data/man/cs.rst, data/man/fr.rst, data/man/nl.rst, data/man/pl.rst, data/man/sv.rst, data/man/update_man.py: 5621: provide translations environment for man files svn: r20725 2012-12-01 Jérôme Rapinat * data/man/update_man.py: 5621: update commands svn: r20724 2012-12-01 Jérôme Rapinat * data/man/conf.py, data/man/en.rst, data/man/update_man.py: 5621: try to move man files generation to something more pythonic with translation support by using sphinx and python svn: r20723 2012-12-01 Jérôme Rapinat * gramps/gen/db/__init__.py: update to new root dir ('src' to 'gramps') svn: r20722 2012-12-01 Jérôme Rapinat * gramps/gen/db/__init__.py: update broken url (url for SVN) svn: r20721 2012-12-01 Jérôme Rapinat * gramps/webapp/empty.sql, gramps/webapp/example.sql, gramps/webapp/init.py: update broken url (url for SVN) svn: r20720 2012-12-01 Jérôme Rapinat * docs/update_doc.py: start a quick alternative to Makefile builder for API documentations svn: r20719 2012-12-01 Jérôme Rapinat * po/update_po.py: better print statement (if need) svn: r20718 2012-12-01 Jérôme Rapinat * po/update_po.py: po files selector for displaying content of translation file svn: r20717 2012-12-01 Jérôme Rapinat * po/update_po.py: start to use choice lists (argsparser) svn: r20716 2012-12-01 Jérôme Rapinat * po/update_po.py: check defaults svn: r20715 2012-12-01 Doug Blank * gramps/gui/widgets/fanchartdesc.py: Added missing fan.childring initialization (set to false as children are shown in rings) svn: r20714 2012-11-30 Jérôme Rapinat * po/update_po.py: start to upgrade deprecated "optparse" module to "argparse" (python 2.7/3.2) svn: r20713 2012-11-30 Jérôme Rapinat * docs/conf.py: GEP008: update references for documentation svn: r20711 2012-11-29 Paul Franklin * gramps/cli/plug/__init__.py, gramps/gen/plug/_options.py: revert accidental 20685 regressions (and therefore 20699 corrections) svn: r20710 2012-11-27 Mirko Leonhäuser * po/de.po: updated german translation svn: r20709 2012-11-27 Paul Franklin * gramps/__init__.py, gramps/gen/db/dictionary.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/family/_hassourceof.py, gramps/gen/filters/rules/media/_hascitation.py, gramps/gen/filters/rules/media/_hassourcecount.py, gramps/gen/filters/rules/media/_hassourceof.py, gramps/gen/filters/rules/media/_matchessourceconfidence.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/place/_hascitation.py, gramps/gen/filters/rules/place/_hassourcecount.py, gramps/gen/filters/rules/place/_hassourceof.py, gramps/gen/filters/rules/place/_matchessourceconfidence.py, gramps/gen/merge/diff.py, gramps/gen/utils/svn.py, gramps/gui/widgets/menuitem.py, gramps/gui/widgets/reorderfam.py, gramps/webapp/context.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py: for Python files in the "gramps" (only) sub-tree: 1) add SVN svn:keywords "Id" property if it didn't have it 2) add SVN svn:mime-type "text/plain" property if it didn't have it 3) add SVN "Id" line to the file if it had none 4) reformat SVN "Id" line in the file if it needed it svn: r20708 2012-11-27 Paul Franklin * Gramps.py: add "Id" property svn: r20707 2012-11-26 Jérôme Rapinat * po/fr.po: typo svn: r20705 2012-11-25 Mirko Leonhäuser * po/de.po: updated german translation svn: r20703 2012-11-24 Mirko Leonhäuser * po/de.po: updated german translation svn: r20701 2012-11-23 Peter Landgren * gramps/plugins/gramplet/surnamecloudgramplet.py: Fix of minor error i number of unique surnames. svn: r20700 2012-11-23 Benny Malengier * gramps/gen/plug/_options.py, gramps/gen/utils/trans.py: python 3 support, avoid use of unicode svn: r20699 2012-11-23 Benny Malengier * gramps/gui/viewmanager.py: fix writing plugin menu error svn: r20698 2012-11-23 Benny Malengier * gramps/gui/glade/dialog.glade: Remove testing label svn: r20697 2012-11-23 Brian Matherly * gramps/plugins/docgen/odfdoc.py: Fix ODT output for Python < 3 svn: r20696 2012-11-23 Brian Matherly * gramps/cli/plug/__init__.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, gramps/plugins/docgen/docgen.gpr.py: Tweak docgen registration to specify options class name. Fix CLI reports. svn: r20695 2012-11-22 Jérôme Rapinat * gramps/gen/utils/trans.py: try to update warning log according to new translation builder svn: r20694 2012-11-21 Jérôme Rapinat * gramps/gen/soundex.py: make relative import more consistent (python3, convension) svn: r20692 2012-11-21 Jérôme Rapinat * gramps/gui/plug/_windows.py: TypeError: GObject.__init__() takes exactly 0 arguments (1 given); see mailing list (Benny) svn: r20691 2012-11-21 Jérôme Rapinat * gramps/gen/soundex.py: make it work with python 3 (thank you Benny) svn: r20690 2012-11-21 Jérôme Rapinat * gramps/gen/soundex.py: ImportError: No module named constfunc svn: r20689 2012-11-21 Jérôme Rapinat * gramps/gui/plug/_windows.py: TypeError: scroll_to_mark() takes exactly 6 arguments (3 given) svn: r20688 2012-11-21 Peter Landgren * gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/textreport/summary.py: Fix for correct unique surname statistics. svn: r20686 2012-11-21 Brian Matherly * gramps/cli/plug/__init__.py, gramps/gen/plug/_docgenplugin.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_options.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_reportdialog.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/docgen.gpr.py: 0003910: line width in "plain text" reports is constant (patch from Paul Franklin) svn: r20685 2012-11-19 John Ralls * mac/gramps.modules: Prepare gramps.modules for 4.0 branch svn: r20682 2012-11-18 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Align gramps34 and trunk (where there is no functional difference) - minor layout changes etc. svn: r20681 2012-11-18 Benny Malengier * setup.py: support python 2 in setup.py also :-) svn: r20679 2012-11-18 Paul Franklin * gramps/plugins/docgen/latexdoc.py: 6177: Wrong line created by the LaTeX module svn: r20677 2012-11-17 Paul Franklin * gramps/gen/utils/trans.py: 6155: Error when running Detailed Descendant Report svn: r20674 2012-11-17 Gary Burton * setup.py: Python3 changes svn: r20673 2012-11-17 Benny Malengier * gramps/gui/views/treemodels/flatbasemodel.py, gramps/plugins/view/placetreeview.py: 6126: Filter search bar : FamilyModel has no attribute on_get_value Fixed at same time other uses of on_ methods which are no longer present Also removed superfluous Maplists action svn: r20672 2012-11-17 Benny Malengier * setup.py: 6127: missing glade files svn: r20671 2012-11-17 Benny Malengier * gramps/gui/views/pageview.py, gramps/gui/widgets/menutoolbuttonaction.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libplaceview.py, po/POTFILES.skip: 6171: No icon under Places View for mapservices * old way of menutoolbutton was depreacated, could not find workaround via uimanager, so deprecated uimanager way, must be added by code now svn: r20670 2012-11-17 Benny Malengier * gramps/gui/widgets/fanchart.py: 6125: Person cursor under new FanChart views svn: r20669 2012-11-17 Benny Malengier * gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py: 6113: Cannot print a quadran Fan Chart type svn: r20668 2012-11-17 Benny Malengier * gramps/plugins/lib/maps/geography.py, gramps/plugins/view/pedigreeview.py: python3 requires str (=unicode) to load from file svn: r20667 2012-11-17 Benny Malengier * gramps/gui/views/treemodels/treebasemodel.py: python3 cannot compare None with str, so store '' as sortkey instead svn: r20666 2012-11-17 Benny Malengier * : ignore dist and pycache on . svn: r20665 2012-11-16 Benny Malengier * gramps/cli/clidbman.py, gramps/gen/constfunc.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/display/name.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/undoableentry.py: 2620: GEPS 031: Python 3 support - 3.2 * working treeviews in python 3 * changed conv_to_unicode on python 3 so that it decodes to unicode svn: r20663 2012-11-16 Benny Malengier * gramps/gen/db/cursor.py, gramps/gen/lib/styledtext.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/displaystate.py, gramps/gui/thumbnails.py, gramps/gui/views/listview.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/plugins/importer/importgedcom.py, gramps/plugins/lib/libgedcom.py: 2620: GEPS 031: Python 3 support - 3.2 * working gedcom import * fixes in listviews * fixes in db managaer and import dialog svn: r20662 2012-11-15 Benny Malengier * gramps/plugins/import/__init__.py, gramps/plugins/import/import.gpr.py, gramps/plugins/import/importcsv.py, gramps/plugins/import/importgedcom.glade, gramps/plugins/import/importgedcom.py, gramps/plugins/import/importgeneweb.py, gramps/plugins/import/importgpkg.py, gramps/plugins/import/importgrdb.py, gramps/plugins/import/importprogen.py, gramps/plugins/import/importvcard.py, gramps/plugins/import/importxml.py, gramps/plugins/import/test/importVCard_test.py, gramps/plugins/importer/__init__.py, gramps/plugins/importer/import.gpr.py, gramps/plugins/importer/importcsv.py, gramps/plugins/importer/importgedcom.glade, gramps/plugins/importer/importgedcom.py, gramps/plugins/importer/importgeneweb.py, gramps/plugins/importer/importgpkg.py, gramps/plugins/importer/importgrdb.py, gramps/plugins/importer/importprogen.py, gramps/plugins/importer/importvcard.py, gramps/plugins/importer/importxml.py, gramps/plugins/importer/test/importVCard_test.py, po/POTFILES.in, po/POTFILES.skip, setup.py: 2620: GEPS 031: Python 3 support - 3.2 Python 3 needs absolute import after reload in plugins dir, but a dir may not be called import So import is renamed to importer svn: r20660 2012-11-15 Benny Malengier * gramps/gen/constfunc.py, gramps/gen/db/read.py, gramps/gen/db/write.py, gramps/gen/plug/_manager.py, gramps/gen/utils/file.py, gramps/grampsapp.py, gramps/gui/dbloader.py, gramps/gui/tipofday.py, gramps/plugins/import/importgedcom.py, gramps/plugins/import/importgeneweb.py, gramps/plugins/import/importgpkg.py, gramps/plugins/import/importprogen.py, gramps/plugins/import/importxml.py, gramps/plugins/lib/libholiday.py: 2620: GEPS 031: Python 3 support - 3.2 * fix introduced errors: write of reference in db, check in dbloader on string type * working import of xml file in python 3 svn: r20659 2012-11-15 Benny Malengier * gramps/cli/clidbman.py, gramps/gen/db/read.py, gramps/gen/db/write.py, gramps/gen/display/name.py, gramps/gen/lib/date.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/secondaryobj.py, gramps/gen/plug/_pluginreg.py, gramps/gen/recentfiles.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/utils/cast.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/keyword.py, gramps/gen/utils/lds.py, gramps/gui/autocomp.py, gramps/gui/dialog.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/filtereditor.py, gramps/gui/listmodel.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/monitoredwidgets.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportvcard.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/librecords.py, gramps/plugins/quickview/all_events.py, gramps/plugins/textreport/placereport.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/finddupes.py: 2620: GEPS 031: Python 3 support - 3.2 round 2 for python 3 support: * no more cmp, also not in sort and sorted * bsddb needs bytestring keys * gtk does not need utf-8 encoded anymore... svn: r20658 2012-11-15 Jérôme Rapinat * gramps/plugins/export/exportpkg.py: error with relative path (non-installed gramps package) svn: r20657 2012-11-13 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Tidy up media pages - remove unused parameters, use list of media items generated in first pass. Should fix bugs 2365, 5905 and 6009. svn: r20656 2012-11-12 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Tidy up sources pages - fix numbering of repositories, remove unused parameters, fix title of individual source pages svn: r20654 2012-11-12 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Bug: reset NarrWeb navigation menu layout when style sheet doesn't support it svn: r20652 2012-11-12 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Change Source Pages to use the list of sources generated by the first pass that finds objects to be output, and simplify references section on the Source page to use the references passed to it. svn: r20650 2012-11-10 Benny Malengier * gramps/gen/const.py.in: Fix error if string is already unicode svn: r20647 2012-11-10 Benny Malengier * gramps/cli/user.py, gramps/gen/filters/rules/_ispublic.py, gramps/plugins/import/importgrdb.py, gramps/plugins/lib/libnarrate.py, po/test/po_test.py: Fix some gettext warnings svn: r20646 2012-11-10 Benny Malengier * INSTALL, MANIFEST.in: Update install info and manifest.in svn: r20645 2012-11-10 Benny Malengier * README: Update README to be current svn: r20644 2012-11-09 Benny Malengier * setup.py: distutils requires unix filenames svn: r20643 2012-11-09 Benny Malengier * setup.py: distutils needs unix paths as input & correct python version test svn: r20642 2012-11-08 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Movement of some large chunks of code within the source file and some initial work towards GEPS 022: Narrative Website Refactor. Functionality should be unchanged. svn: r20641 2012-11-08 Peter Landgren * po/sv.po: First Swedish translation update for 4.0 svn: r20639 2012-11-07 Benny Malengier * gramps/gui/editors/editdate.py, gramps/gui/glade/editdate.glade: GTK 3 conversion: remove superfluous cellrenderers in editdate.glade svn: r20638 2012-11-07 Benny Malengier * gramps/gen/db/backup.py, gramps/gen/db/write.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/plugins/lib/libgrdb.py: python 3 support: fixes, no longer maxint, missing sys import, next change by 2to3 svn: r20637 2012-11-07 Benny Malengier * gramps/plugins/docgen/gtkprint.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/tool/verify.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/webreport/narrativeweb.py: python 3: use division from the future svn: r20636 2012-11-07 Benny Malengier * gramps/gen/lib/calendar.py, gramps/gen/lib/date.py, gramps/gen/updatecallback.py: python 3.2 support: calendar computation with new division svn: r20635 2012-11-07 Benny Malengier * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/cli/user.py, gramps/gen/config.py, gramps/gen/constfunc.py, gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_zh.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/base.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dbconst.py, gramps/gen/db/dictionary.py, gramps/gen/db/read.py, gramps/gen/db/test/db_test.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/dbstate.py, gramps/gen/display/name.py, gramps/gen/filters/__init__.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/_paramfilter.py, gramps/gen/filters/rules/__init__.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_childhasnameof.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_fatherhasnameof.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_motherhasnameof.py, gramps/gen/filters/rules/family/_regexpchildname.py, gramps/gen/filters/rules/family/_regexpfathername.py, gramps/gen/filters/rules/family/_regexpmothername.py, gramps/gen/filters/rules/family/_searchchildname.py, gramps/gen/filters/rules/family/_searchfathername.py, gramps/gen/filters/rules/family/_searchmothername.py, gramps/gen/filters/rules/media/__init__.py, gramps/gen/filters/rules/note/__init__.py, gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/repository/__init__.py, gramps/gen/filters/rules/source/__init__.py, gramps/gen/ggettext.py, gramps/gen/lib/__init__.py, gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/childref.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/eventroletype.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/family.py, gramps/gen/lib/familyreltype.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/markertype.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/nametype.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privsrcnote.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/repotype.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/srcmediatype.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/test/date_test.py, gramps/gen/lib/test/grampstype_test.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py, gramps/gen/lib/urltype.py, gramps/gen/merge/__init__.py, gramps/gen/merge/diff.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/mime/__init__.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/__init__.py, gramps/gen/plug/_docgenplugin.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/__init__.py, gramps/gen/plug/docbackend/cairobackend.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/__init__.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/menu/__init__.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_book.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/utils.py, gramps/gen/plug/utils.py, gramps/gen/proxy/__init__.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/recentfiles.py, gramps/gen/relationship.py, gramps/gen/simple/__init__.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/soundex.py, gramps/gen/updatecallback.py, gramps/gen/utils/callback.py, gramps/gen/utils/callman.py, gramps/gen/utils/cast.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/db.py, gramps/gen/utils/debug.py, gramps/gen/utils/docgen/CSVTab.py, gramps/gen/utils/docgen/ODSTab.py, gramps/gen/utils/docgen/__init__.py, gramps/gen/utils/file.py, gramps/gen/utils/id.py, gramps/gen/utils/image.py, gramps/gen/utils/keyword.py, gramps/gen/utils/lds.py, gramps/gen/utils/mactrans.py, gramps/gen/utils/place.py, gramps/gen/utils/svn.py, gramps/gen/utils/trans.py, gramps/gen/utils/unknown.py, gramps/grampsapp.py, gramps/gui/aboutdialog.py, gramps/gui/autocomp.py, gramps/gui/clipboard.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/displaystate.py, gramps/gui/editors/__init__.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationbackreflist.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/dataembedlist.py, gramps/gui/editors/displaytabs/datamodel.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventbackreflist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/mediabackreflist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/notebackreflist.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personbackreflist.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/placebackreflist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/sourcebackreflist.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/filters/__init__.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_filtermenu.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/__init__.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/glade.py, gramps/gui/grampsbar.py, gramps/gui/grampsgui.py, gramps/gui/logger/__init__.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/logger/_gtkhandler.py, gramps/gui/logger/_rotatehandler.py, gramps/gui/makefilter.py, gramps/gui/managedwindow.py, gramps/gui/merge/__init__.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergeperson.py, gramps/gui/plug/__init__.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/__init__.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/quick/__init__.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/report/__init__.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/report/_webreportdialog.py, gramps/gui/plug/tool.py, gramps/gui/selectors/__init__.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectorfactory.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/spell.py, gramps/gui/thumbnails.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/__init__.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/lru.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/__init__.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/guiQML/grampsqml.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/docgen/psdrawdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/export/test/exportVCard_test.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/import/importcsv.py, gramps/plugins/import/importgedcom.py, gramps/plugins/import/importgeneweb.py, gramps/plugins/import/importgpkg.py, gramps/plugins/import/importprogen.py, gramps/plugins/import/importvcard.py, gramps/plugins/import/importxml.py, gramps/plugins/import/test/importVCard_test.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrdb.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libhtmlbackend.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmGps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eval.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/leak.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/soundgen.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py, gramps/plugins/view/familyview.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/test/gramps_cli_test.py, gramps/test/regrtest.py, gramps/test/test/test_util_test.py, gramps/test/utils_test.py, gramps/webapp/connection.py, gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/grampsdb/templatetags/my_tags.py, gramps/webapp/grampsdb/view/__init__.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/init_gramps.py, gramps/webapp/libdjango.py, gramps/webapp/manage.py, gramps/webapp/reports.py, gramps/webapp/utils.py: 2620: GEPS 031: Python 3 support - 3.2 This does patch updates Gramps to the 3.2 syntax, it does not yet mean Gramps works with python 3.2 Expect next day commits to fix further issues, but this is the main 2to3 tool created patch changed where needed to have python 2.7 work. Specific issues might be: 1. next has been changed, must be checked 2. new division as on the wiki page listed is to do 3. ... svn: r20634 2012-11-05 Jérôme Rapinat * gramps/plugins/mapservices/googlemap.py: 6156: url and Google Map API svn: r20633 2012-11-05 Jérôme Rapinat * gramps/plugins/lib/maps/geography.py: 6158: typo, do not display a random place title on warning dialog svn: r20631 2012-10-28 Nick Hall * gramps/plugins/textreport/indivcomplete.py: 5969: Remove Gramps ID from title of Individual report svn: r20625 2012-10-28 Jérôme Rapinat * gramps/plugins/webreport/narrativeweb.py: 6133: private home note and privacy filter (patch by Serge Noiraud) svn: r20624 2012-10-27 Paul Franklin * : add "Id" property (to write-test the new repo) svn: r20617 2012-10-26 Nick Hall * gramps/plugins/textreport/indivcomplete.py: 5969: Add Gramps ID option to individual report (based on a patch submitted by MathieuMD) svn: r20613 2012-10-26 Jérôme Rapinat * TODO: try to update the TODO file according to last improvements and plans svn: r20609 2012-10-26 Jérôme Rapinat * gramps/plugins/webreport/narrativeweb.py: 6148: OSM layer for OpenStreetMap svn: r20606 2012-10-25 Jérôme Rapinat * gramps/plugins/webreport/narrativeweb.py: 6002: better rendering by using an other layer than the basic one for openstreetmap svn: r20603 2012-10-25 Jérôme Rapinat * gramps/plugins/webreport/narrativeweb.py: 6002: failed to make it more consistent..use a better zoom for openstreetmap on place pages svn: r20601 2012-10-25 Jérôme Rapinat * gramps/plugins/webreport/narrativeweb.py: 6002: typo on OSM map handler; thank you Midori element inspector svn: r20596 2012-10-24 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Some untranslated strings svn: r20593 2012-10-24 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0006078: Narrweb has thumbnail link to missing thumbnails.html svn: r20591 2012-10-24 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0005864: Web Report: Error in showing repositories svn: r20589 2012-10-24 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0005691: [NarrWeb] family notes have disappeared from individual pages. Family notes output if the Family pages are not being output. svn: r20586 2012-10-24 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: Fix for part of 0006009: Media objects attached to Marriage events and Sources are not included in Narrative Web Site. Some references show as "Unknown", and family event media are missing if event pages are not generated. (Media objects for sources NOT fixed) svn: r20584 2012-10-23 Jérôme Rapinat * data/man/en.rst: 5621: use bold and italic markups on .rst according to previous layout used by man files; could be tested with python-doctuils svn: r20581 2012-10-23 Tim G L Lyons * gramps/gen/relationship.py, gramps/plugins/webreport/narrativeweb.py: 0005859: Stepsiblings are NOT correct 0006068: Narrative Web reports two people as step family when one of the parents is unknown for both 0001400: NarrativeWeb lists half-siblings in order Various fixes for 'Parents' section of 'Individual' pages. svn: r20579 2012-10-23 Jérôme Rapinat * gramps/gen/config.py: 6142: set option for using last view to False by default svn: r20577 2012-10-17 Jérôme Rapinat * gramps/plugins/lib/libgedcom.py: typo svn: r20574 2012-10-17 Benny Malengier * gramps/plugins/import/importprogen.py: 5180: ImportProGen fails with "'Name' object has no attribute 'set_patronymic'" svn: r20571 2012-10-17 Benny Malengier * gramps/plugins/import/importprogen.py: 5180: ImportProGen fails with "'Name' object has no attribute 'set_patronymic'" svn: r20570 2012-10-16 Jérôme Rapinat * po/gramps.pot: 6086 6096: update 'gramps.pot' svn: r20569 2012-10-16 Jérôme Rapinat * po/POTFILES.in: typo on revision 20567 svn: r20568 2012-10-16 Jérôme Rapinat * po/POTFILES.in, po/update_po.py: 6096: update POTFILES.in, try to handle entries on python script svn: r20567 2012-10-16 Jérôme Rapinat * po/POTFILES.skip: 6086 6096: visual improvement svn: r20566 2012-10-16 Jérôme Rapinat * po/POTFILES.skip, po/gramps.pot: 6086 6096: some skipped modules are not ignored (plugins/tool)! svn: r20565 2012-10-16 Jérôme Rapinat * po/fr.po: 6086 6096: quick test for updating french translation svn: r20564 2012-10-16 Jérôme Rapinat * po/fr.po: 6086 6096: add a "trunk" comment on new and modified strings for checking changes svn: r20563 2012-10-16 Jérôme Rapinat * po/gramps.pot: 6086 6096: check and test gramps.pot generation svn: r20562 2012-10-16 Jérôme Rapinat * gramps/plugins/view/geoclose.py: 6086: minor improvements on translation strings (part3) svn: r20561 2012-10-16 Jérôme Rapinat * po/update_po.py: 6086 6096: add comments about usage svn: r20560 2012-10-16 Jérôme Rapinat * gramps/plugins/mapservices/eniroswedenmap.py: 6086: minor improvements on translation strings (part2) svn: r20559 2012-10-14 Serge Noiraud * gramps/gui/widgets/progressdialog.py: Bad number of arguments in progressdialog. svn: r20557 2012-10-14 Serge Noiraud * gramps/plugins/view/geofamclose.py: Geography : correction of format requires a mapping error svn: r20556 2012-10-14 Serge Noiraud * gramps/plugins/lib/maps/messagelayer.py: Geography : split messages lines at the beginning of a word when resizing. svn: r20555 2012-10-13 Serge Noiraud * gramps/plugins/lib/maps/selectionlayer.py: Geography : bad centering for the selection area svn: r20554 2012-10-12 Serge Noiraud * gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmGps.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoplaces.py: Geography : added history to places view. added birth and death date to the reference and other people in the messages of the close view. svn: r20552 2012-10-12 Jérôme Rapinat * po/fr.po: typo svn: r20550 2012-10-12 Serge Noiraud * gramps.sh.in, setup.py: The gramps command doesn't work with the new architecture svn: r20549 2012-10-09 Gary Burton * README: Update list of dependencies svn: r20548 2012-10-09 Jérôme Rapinat * gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/grampsgui.py, gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/gramplet/notes.py, gramps/plugins/import/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/relview.py, gramps/plugins/webreport/narrativeweb.py: 6086: minor improvements on translation strings (part1) svn: r20546 2012-10-08 Jérôme Rapinat * gramps/plugins/lib/libtranslate.py, po/el.po, setup.py: Add Greek translation (contribution by Zissis Papadopoulos) svn: r20543 2012-10-08 Josip Pisoj * gramps/gui/spell.py: support newer version of gtkspell3 svn: r20542 2012-10-08 Jérôme Rapinat * po/POTFILES.skip: 6096: cleanup svn: r20541 2012-10-08 Jérôme Rapinat * po/POTFILES.skip: 6086 6096: comment some lines for looking at possible mistake with gettext module (gramps import) or missing references svn: r20540 2012-10-08 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0005860: The descriptions for events are missing in the webreport. svn: r20539 2012-10-08 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0005088: Narrated Web Site Report sort order different Windows vs Linux. Fixed to use same Utils routine as person model. svn: r20537 2012-10-08 Jérôme Rapinat * po/POTFILES.in: 6096: typo, do not need to merge const.py.in svn: r20535 2012-10-08 Jérôme Rapinat * po/POTFILES.in, po/update_po.py: 6096: check missing references; ignore "python" comments for translation (update_po) svn: r20534 2012-10-08 Jérôme Rapinat * gramps/gui/widgets/fanchart.py, po/POTFILES.skip: 6096: fanchart widget has translation strings svn: r20533 2012-10-07 Jérôme Rapinat * po/update_po.py: #6086: do not need work around for some tips anymore svn: r20532 2012-10-07 Jérôme Rapinat * gramps/data/tips.xml.in: #6086: make tips consistent for parsing svn: r20531 2012-10-07 Jérôme Rapinat * po/POTFILES.skip: #6086: missed cli/plug/__init__ module svn: r20530 2012-10-07 Jérôme Rapinat * po/POTFILES.skip: #6086: skipped references are updated svn: r20529 2012-10-07 Jérôme Rapinat * po/POTFILES.skip: #6086: start to update POTFILES.skip svn: r20528 2012-10-07 Nick Hall * gramps/cli/plug/__init__.py, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_book.py, gramps/gui/plug/report/_bookdialog.py: Fix style sheet bug in books svn: r20527 2012-10-07 Jérôme Rapinat * gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_ispublic.py, po/POTFILES.skip: #6086: start to update index for translation strings svn: r20526 2012-10-05 Nick Hall * gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/recordsgramplet.py, gramps/plugins/lib/librecords.py, gramps/plugins/records.gpr.py, gramps/plugins/records.py, gramps/plugins/textreport/recordsreport.py, gramps/plugins/textreport/textplugins.gpr.py: GEPS 008: Move records report and gramplet into appropriate directories svn: r20525 2012-10-05 Nick Hall * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/plug/__init__.py, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_book.py, gramps/gui/glade/book.glade, gramps/gui/plug/report/__init__.py, gramps/gui/plug/report/_bookdialog.py, gramps/gui/viewmanager.py, gramps/plugins/bookreport.glade, gramps/plugins/bookreport.gpr.py, gramps/plugins/bookreport.py: GEPS 008: Move book code svn: r20524 2012-10-04 Nick Hall * gramps/cli/grampscli.py: Fix bug when running command line reports svn: r20523 2012-10-04 Jérôme Rapinat * po/update_po.py: get rid of intltool (in progress...) svn: r20522 2012-10-04 Tim G L Lyons * gramps/plugins/webreport/narrativeweb.py: 0005678: Fix Nick Name and Call Name in narrated website. Nickname, callname and associated citations fixed for current name structure. svn: r20521 2012-10-04 Benny Malengier * gramps/gui/views/treemodels/familymodel.py: 5144: Locale not taken into account to sort family list on father or mother name svn: r20517 2012-10-04 Paul Franklin * gramps/gui/plug/report/_reportdialog.py: 4145: During book report creation svn: r20515 2012-10-03 Nick Hall * gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py: Convert remaining gui files to use relative imports svn: r20513 2012-10-03 Nick Hall * gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/toolcomboentry.py, gramps/gui/widgets/undoablestyledbuffer.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/gui/widgets/valueaction.py: Convert widgets to use relative imports svn: r20512 2012-10-03 Benny Malengier * po/gramps.pot, po/update_po.py: update_po: do po correct for glade files svn: r20511 2012-10-03 Nick Hall * gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py: Convert views to use relative imports svn: r20510 2012-10-03 Nick Hall * gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py: Convert filters to use relative imports svn: r20509 2012-10-03 Benny Malengier * po/update_po.py: remove tmp file used for translation svn: r20508 2012-10-03 Benny Malengier * po/POTFILES.in, po/gramps, po/update_po.py: update_po: automatically determine py and glade files to translate svn: r20507 2012-10-03 Nick Hall * gramps/gui/aboutdialog.py, gramps/gui/clipboard.py, gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/displaystate.py, gramps/gui/grampsbar.py, gramps/gui/grampsgui.py, gramps/gui/makefilter.py, gramps/gui/managedwindow.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/viewmanager.py: Convert gui to use relative imports svn: r20506 2012-10-03 Nick Hall * gramps/gui/plug/_dialogs.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/tool.py: Convert plug to use relative imports svn: r20505 2012-10-03 Nick Hall * gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py: Convert selectors and merge to use relative imports svn: r20504 2012-10-03 Nick Hall * gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsecondary.py, gramps/gui/editors/editsource.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py: Convert editors to use relative imports svn: r20503 2012-10-03 Benny Malengier * po/gramps, po/update_po.py: update_po allow comment in the list of files to translate svn: r20502 2012-10-03 Benny Malengier * po/update_po.py: update_po, correctly see pt_PT type of languages svn: r20501 2012-10-03 Benny Malengier * po/update_po.py: Update po generating file, make sure py.in is present svn: r20500 2012-10-03 Benny Malengier * gramps/Makefile.am, gramps/cli/Makefile.am, gramps/cli/plug/Makefile.am, gramps/gen/Makefile.am, gramps/gen/datehandler/Makefile.am, gramps/gen/db/Makefile.am, gramps/gen/display/Makefile.am, gramps/gen/filters/Makefile.am, gramps/gen/filters/rules/Makefile.am, gramps/gen/filters/rules/citation/Makefile.am, gramps/gen/filters/rules/event/Makefile.am, gramps/gen/filters/rules/family/Makefile.am, gramps/gen/filters/rules/media/Makefile.am, gramps/gen/filters/rules/note/Makefile.am, gramps/gen/filters/rules/person/Makefile.am, gramps/gen/filters/rules/place/Makefile.am, gramps/gen/filters/rules/repository/Makefile.am, gramps/gen/filters/rules/source/Makefile.am, gramps/gen/lib/Makefile.am, gramps/gen/merge/Makefile.am, gramps/gen/mime/Makefile.am, gramps/gen/plug/Makefile.am, gramps/gen/plug/docbackend/Makefile.am, gramps/gen/plug/docgen/Makefile.am, gramps/gen/plug/menu/Makefile.am, gramps/gen/plug/report/Makefile.am, gramps/gen/proxy/Makefile.am, gramps/gen/simple/Makefile.am, gramps/gen/utils/Makefile.am, gramps/gen/utils/docgen/Makefile.am, gramps/gui/Makefile.am, gramps/gui/editors/Makefile.am, gramps/gui/editors/displaytabs/Makefile.am, gramps/gui/filters/Makefile.am, gramps/gui/filters/sidebar/Makefile.am, gramps/gui/glade/Makefile.am, gramps/gui/logger/Makefile.am, gramps/gui/merge/Makefile.am, gramps/gui/plug/Makefile.am, gramps/gui/plug/export/Makefile.am, gramps/gui/plug/quick/Makefile.am, gramps/gui/plug/report/Makefile.am, gramps/gui/selectors/Makefile.am, gramps/gui/views/Makefile.am, gramps/gui/views/treemodels/Makefile.am, gramps/gui/widgets/Makefile.am, gramps/images/16x16/Makefile.am, gramps/images/22x22/Makefile.am, gramps/images/48x48/Makefile.am, gramps/images/Makefile.am, gramps/images/scalable/Makefile.am, gramps/plugins/Makefile.am, gramps/plugins/docgen/Makefile.am, gramps/plugins/drawreport/Makefile.am, gramps/plugins/export/Makefile.am, gramps/plugins/gramplet/Makefile.am, gramps/plugins/graph/Makefile.am, gramps/plugins/import/Makefile.am, gramps/plugins/lib/Makefile.am, gramps/plugins/lib/maps/Makefile.am, gramps/plugins/mapservices/Makefile.am, gramps/plugins/quickview/Makefile.am, gramps/plugins/rel/Makefile.am, gramps/plugins/sidebar/Makefile.am, gramps/plugins/textreport/Makefile.am, gramps/plugins/tool/Makefile.am, gramps/plugins/view/Makefile.am, gramps/plugins/webreport/Makefile.am, gramps/plugins/webstuff/Makefile.am, gramps/plugins/webstuff/css/Makefile.am, gramps/plugins/webstuff/images/Makefile.am, gramps/plugins/webstuff/javascript/Makefile.am: GEPS 026: Replace 'make' for Gramps build Remove all makefile in gramps code Still present: make for doc creation and make for webapp svn: r20499 2012-10-03 Benny Malengier * Makefile.am, acinclude.m4, autogen.sh, config.rpath, configure.in, data/Makefile.am, example/Makefile.am, example/gramps/Makefile.am, gramps-autogen.sh, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: GEPS 026: Replace 'make' for Gramps build Removal of make from the top directory svn: r20498 2012-10-03 Benny Malengier * gramps/gui/user.py: Fix forgotten import from previous commit svn: r20497 2012-10-03 Benny Malengier * gramps/cli/user.py, gramps/gui/editors/editdate.py, gramps/gui/user.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/plugins/lib/maps/osmGps.py, gramps/plugins/tool/verify.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/webapp/dbdjango.py: Coding Guidelines: relative and absolute imports, some fixes and shortenings svn: r20496 2012-10-02 Nick Hall * gramps/cli/arghandler.py, gramps/cli/plug/__init__.py: Use relative imports in cli module svn: r20495 2012-10-02 Nick Hall * gramps/plugins/import/importgedcom.py: Fix import svn: r20494 2012-10-02 Nick Hall * Gramps.py, gramps/cli/arghandler.py, gramps/cli/plug/__init__.py, gramps/gui/editors/editperson.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/plug/_guioptions.py, gramps/gui/viewmanager.py, gramps/plugins/bookreport.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/import/importgedcom.py, gramps/plugins/import/importprogen.py, gramps/plugins/import/importxml.py, gramps/plugins/view/relview.py, gramps/webapp/dbdjango.py, gramps/webapp/libdjango.py, gramps/webapp/shell.py, test/GrampsDb/GrampsDbTestBase.py: Changes to imports - part 8 svn: r20493 2012-10-02 Nick Hall * gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/__init__.py, gramps/gui/aboutdialog.py, gramps/gui/clipboard.py, gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbguielement.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/display.py, gramps/gui/displaystate.py, gramps/gui/editors/__init__.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/dataembedlist.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/personrefmodel.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsecondary.py, gramps/gui/editors/editsource.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_filtermenu.py, gramps/gui/filters/_filterstore.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/glade.py, gramps/gui/grampsbar.py, gramps/gui/grampsgui.py, gramps/gui/listmodel.py, gramps/gui/logger/__init__.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/makefilter.py, gramps/gui/managedwindow.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/gui/navigator.py, gramps/gui/plug/__init__.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/report/_webreportdialog.py, gramps/gui/plug/tool.py, gramps/gui/pluginmanager.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/spell.py, gramps/gui/thumbnails.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/toolcomboentry.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/undoablestyledbuffer.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/gui/widgets/valueaction.py, gramps/guiQML/grampsqml.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/dbman.py, gramps/guiQML/views/personview.py, gramps/plugins/bookreport.py, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/docgen/psdrawdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/attributesgramplet.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendgramplet.py, gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/filter.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/import/importcsv.py, gramps/plugins/import/importgedcom.py, gramps/plugins/import/importgeneweb.py, gramps/plugins/import/importgpkg.py, gramps/plugins/import/importprogen.py, gramps/plugins/import/importvcard.py, gramps/plugins/import/importxml.py, gramps/plugins/import/test/importVCard_test.py, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrdb.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtmlbackend.py, gramps/plugins/lib/libhtmlconst.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libmixin.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libodfbackend.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/constants.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/osmGps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/attributematch.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/lineage.py, gramps/plugins/quickview/linkreferences.py, gramps/plugins/quickview/onthisday.py, gramps/plugins/quickview/references.py, gramps/plugins/quickview/reporef.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/quickview/siblings.py, gramps/plugins/records.py, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/desbrowser.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eval.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/leak.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/soundgen.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/grampletview.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/personlistview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placelistview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/plugins/webstuff/webstuff.py, gramps/test/gramps_cli_test.py, gramps/test/utils_test.py, gramps/webapp/dbdjango.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/libdjango.py, gramps/webapp/reports.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/urls.py, gramps/webapp/utils.py: Changes to imports - part 7 svn: r20492 2012-10-02 Nick Hall * gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/user.py, gramps/gui/dbloader.py, gramps/gui/makefilter.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/user.py, gramps/plugins/export/exportxml.py, gramps/webapp/grampsdb/views.py: Changes to imports - part 6 svn: r20491 2012-10-02 Nick Hall * gramps/gui/widgets/fanchartdesc.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/personlistview.py: Remove redundant imports svn: r20490 2012-10-02 Nick Hall * gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/import/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/view/mediaview.py, gramps/plugins/webreport/narrativeweb.py, gramps/webapp/grampsdb/forms.py: Changes to imports - part 5 svn: r20489 2012-10-02 Nick Hall * gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py: Changes to imports - part 4 svn: r20488 2012-10-02 Nick Hall * gramps/gui/clipboard.py, gramps/gui/configure.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsource.py, gramps/gui/editors/filtereditor.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/widgets/fanchart.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/import/importcsv.py, gramps/plugins/import/importgeneweb.py, gramps/plugins/import/importprogen.py, gramps/plugins/import/importvcard.py, gramps/plugins/import/importxml.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/maps/constants.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/quickview/lineage.py, gramps/plugins/quickview/onthisday.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/summary.py, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/verify.py, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/webapp/shell.py, gramps/webapp/utils.py: Changes to imports - part 3 svn: r20487 2012-10-02 Nick Hall * gramps/gui/clipboard.py, gramps/gui/configure.py, gramps/gui/editors/displaytabs/addressmodel.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editprimary.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergeperson.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/widgets/monitoredwidgets.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/export/exportcsv.py, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/descendgramplet.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/import/importxml.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/mergecitations.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/relview.py: Changes to imports - part 2 svn: r20486 2012-10-02 Nick Hall * gramps/gui/clipboard.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editprimary.py, gramps/gui/grampsbar.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/views/listview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletpane.py, gramps/plugins/bookreport.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/tool/leak.py, gramps/plugins/tool/ownereditor.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/pedigreeview.py: Changes to imports - part 1 svn: r20485 2012-10-02 John Ralls * mac/gramps.modules: Update moduleset for Gtk+-3 NOTE: This uses the unstable modulesets which build the Gtk stack from the current git masters. Builds may fail from time to time because of bad commits. I'll fix this in a week or two after I've updated the stable moduleset for Gnome 3.6. svn: r20484 2012-10-02 Serge Noiraud * gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py: Geography: import problem from new tree. svn: r20483 2012-10-02 Benny Malengier * gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/merge/diff.py: Code guidelines: absolute import outside of submodule svn: r20482 2012-10-02 Benny Malengier * gramps/cli/grampscli.py, gramps/gen/plug/_manager.py, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportxml.py, gramps/plugins/export/test/exportVCard_test.py, gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/import/importgedcom.py, gramps/plugins/import/importxml.py, gramps/plugins/import/test/importVCard_test.py, gramps/plugins/lib/libhtmlbackend.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/relcalc.py, gramps/plugins/view/personlistview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placelistview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py: GEP 026: replace make * somewhere along the road, all of plugins dir was added to sys.path, this is not ok, we only needed lib on sys.path * As due to the GEP we can import from the plugin directory, better just import the lib modules needed, and avoid sys.path extension * At the same time this fixes a bug due to __init__.py being present, import of a file named equal to the plugin directory was importing the __init__.py, not the intended file. svn: r20481 2012-10-02 Benny Malengier * gramps/gen/plug/report/endnotes.py: Fix error on relative import svn: r20480 2012-10-02 Benny Malengier * gramps/gen/datehandler/__init__.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/test/db_test.py, gramps/gen/db/upgrade.py, gramps/gen/dbstate.py, gramps/gen/lib/test/grampstype_test.py, gramps/gen/merge/diff.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergeeventquery.py, gramps/gen/merge/mergefamilyquery.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/merge/mergepersonquery.py, gramps/gen/merge/mergeplacequery.py, gramps/gen/merge/mergerepositoryquery.py, gramps/gen/merge/mergesourcequery.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/mime/_gnomemime.py, gramps/gen/mime/_pythonmime.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/report/_constants.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/report/endnotes.py, gramps/gen/plug/report/utils.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/recentfiles.py, gramps/gen/relationship.py, gramps/gen/simple/_simpledoc.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/utils/alive.py, gramps/gen/utils/docgen/ODSTab.py, gramps/gen/utils/image.py, gramps/gen/utils/lds.py, gramps/gen/utils/test/callback_test.py, gramps/gen/utils/trans.py: Coding Guidelines: relative import of gen in gen submodule svn: r20479 2012-10-01 Benny Malengier * gramps/gen/db/dictionary.py, gramps/gen/lib/test/date_test.py, gramps/gen/lib/test/merge_test.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/utils.py, gramps/gen/relationship.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpletable.py, gramps/gen/utils/config.py, gramps/gen/utils/libformatting.py, gramps/gen/utils/string.py, gramps/gen/utils/unknown.py: Code guideline: move to relative import within gen module svn: r20478 2012-10-01 Jérôme Rapinat * po/update_po.py: try to support python 2.7 for iteration with ElementTree svn: r20477 2012-10-01 Jérôme Rapinat * po/gramps, po/update_po.py: update alternate script for handling template and translations (from 'src' to 'gramps') svn: r20476 2012-10-01 Benny Malengier * gramps/gen/lib/markertype.py: Code guideline: relative imports svn: r20475 2012-10-01 Benny Malengier * setup.py: Remove test code still present in setup.py svn: r20474 2012-09-30 Benny Malengier * INSTALL: GEPS 026: Replace 'make': update INSTALL with correct execution for Gramps to run the app svn: r20472 2012-09-30 Benny Malengier * INSTALL, setup.py: GEPS 026: Replace 'make': fix bug in setup.py, update install notes svn: r20471 2012-09-30 Benny Malengier * INSTALL, MANIFEST.in, README: GEPS 026: update install instructions, readme, add build to svn ignore svn: r20470 2012-09-30 Benny Malengier * po/POTFILES.in, po/POTFILES.skip: GEPS 026: convert po from src/ to gramps/ svn: r20469 2012-09-30 Benny Malengier * Gramps, Gramps.py: GEPS 026: Replace 'make' for Gramps build support windows, Gramps collides with the directory gramps svn: r20468 2012-09-30 Benny Malengier * gramps/plugins/__init__.py, gramps/plugins/docgen/__init__.py, gramps/plugins/drawreport/__init__.py, gramps/plugins/export/__init__.py, gramps/plugins/gramplet/__init__.py, gramps/plugins/graph/__init__.py, gramps/plugins/import/__init__.py, gramps/plugins/lib/__init__.py, gramps/plugins/mapservices/__init__.py, gramps/plugins/quickview/__init__.py, gramps/plugins/rel/__init__.py, gramps/plugins/sidebar/__init__.py, gramps/plugins/textreport/__init__.py, gramps/plugins/tool/__init__.py, gramps/plugins/view/__init__.py, gramps/plugins/webreport/__init__.py, gramps/plugins/webstuff/__init__.py, setup.py: GEPS 026: Replace 'make' for Gramps build svn: r20467 2012-09-30 Benny Malengier * gramps/Makefile.am, gramps/__init__.py, gramps/cli/Makefile.am, gramps/cli/__init__.py, gramps/cli/arghandler.py, gramps/cli/argparser.py, gramps/cli/clidbman.py, gramps/cli/grampscli.py, gramps/cli/plug/Makefile.am, gramps/cli/plug/__init__.py, gramps/cli/user.py, gramps/data/Makefile.am, gramps/data/authors.xml, gramps/data/lds.xml, gramps/data/papersize.xml, gramps/data/templates/404.html, gramps/data/templates/500.html, gramps/data/templates/browse_page.html, gramps/data/templates/detail_breadcrumb.html, gramps/data/templates/gramps-base.html, gramps/data/templates/main_page.html, gramps/data/templates/paginator.html, gramps/data/templates/pick.html, gramps/data/templates/reference.html, gramps/data/templates/registration/login.html, gramps/data/templates/table_header.html, gramps/data/templates/user_page.html, gramps/data/templates/view_citation_detail.html, gramps/data/templates/view_citations.html, gramps/data/templates/view_event_detail.html, gramps/data/templates/view_events.html, gramps/data/templates/view_families.html, gramps/data/templates/view_family_detail.html, gramps/data/templates/view_media.html, gramps/data/templates/view_media_detail.html, gramps/data/templates/view_name_detail.html, gramps/data/templates/view_note_detail.html, gramps/data/templates/view_notes.html, gramps/data/templates/view_page.html, gramps/data/templates/view_page_detail.html, gramps/data/templates/view_people.html, gramps/data/templates/view_person_detail.html, gramps/data/templates/view_place_detail.html, gramps/data/templates/view_places.html, gramps/data/templates/view_report.html, gramps/data/templates/view_report_detail.html, gramps/data/templates/view_repositories.html, gramps/data/templates/view_repository.html, gramps/data/templates/view_repository_detail.html, gramps/data/templates/view_source_detail.html, gramps/data/templates/view_sources.html, gramps/data/templates/view_surname_detail.html, gramps/data/templates/view_tag.html, gramps/data/templates/view_tag_detail.html, gramps/data/templates/view_tags.html, gramps/data/tips.xml.in, gramps/gen/Makefile.am, gramps/gen/__init__.py, gramps/gen/config.py, gramps/gen/const.py.in, gramps/gen/constfunc.py, gramps/gen/datehandler/Makefile.am, gramps/gen/datehandler/__init__.py, gramps/gen/datehandler/_date_bg.py, gramps/gen/datehandler/_date_ca.py, gramps/gen/datehandler/_date_cs.py, gramps/gen/datehandler/_date_da.py, gramps/gen/datehandler/_date_de.py, gramps/gen/datehandler/_date_es.py, gramps/gen/datehandler/_date_fi.py, gramps/gen/datehandler/_date_fr.py, gramps/gen/datehandler/_date_hr.py, gramps/gen/datehandler/_date_it.py, gramps/gen/datehandler/_date_lt.py, gramps/gen/datehandler/_date_nb.py, gramps/gen/datehandler/_date_nl.py, gramps/gen/datehandler/_date_pl.py, gramps/gen/datehandler/_date_pt.py, gramps/gen/datehandler/_date_ru.py, gramps/gen/datehandler/_date_sk.py, gramps/gen/datehandler/_date_sl.py, gramps/gen/datehandler/_date_sr.py, gramps/gen/datehandler/_date_sv.py, gramps/gen/datehandler/_date_zh.py, gramps/gen/datehandler/_datedisplay.py, gramps/gen/datehandler/_datehandler.py, gramps/gen/datehandler/_dateparser.py, gramps/gen/datehandler/_dateutils.py, gramps/gen/datehandler/_grampslocale.py, gramps/gen/db/Makefile.am, gramps/gen/db/__init__.py, gramps/gen/db/backup.py, gramps/gen/db/base.py, gramps/gen/db/bsddbtxn.py, gramps/gen/db/cursor.py, gramps/gen/db/dbconst.py, gramps/gen/db/dictionary.py, gramps/gen/db/exceptions.py, gramps/gen/db/read.py, gramps/gen/db/test/db_test.py, gramps/gen/db/txn.py, gramps/gen/db/undoredo.py, gramps/gen/db/upgrade.py, gramps/gen/db/write.py, gramps/gen/dbstate.py, gramps/gen/display/Makefile.am, gramps/gen/display/__init__.py, gramps/gen/display/name.py, gramps/gen/errors.py, gramps/gen/filters/Makefile.am, gramps/gen/filters/__init__.py, gramps/gen/filters/_filterlist.py, gramps/gen/filters/_filterparser.py, gramps/gen/filters/_genericfilter.py, gramps/gen/filters/_paramfilter.py, gramps/gen/filters/_searchfilter.py, gramps/gen/filters/rules/Makefile.am, gramps/gen/filters/rules/__init__.py, gramps/gen/filters/rules/_changedsincebase.py, gramps/gen/filters/rules/_everything.py, gramps/gen/filters/rules/_hasattributebase.py, gramps/gen/filters/rules/_hascitationbase.py, gramps/gen/filters/rules/_haseventbase.py, gramps/gen/filters/rules/_hasgallerybase.py, gramps/gen/filters/rules/_hasgrampsid.py, gramps/gen/filters/rules/_hasldsbase.py, gramps/gen/filters/rules/_hasnotebase.py, gramps/gen/filters/rules/_hasnoteregexbase.py, gramps/gen/filters/rules/_hasnotesubstrbase.py, gramps/gen/filters/rules/_hasreferencecountbase.py, gramps/gen/filters/rules/_hassourcebase.py, gramps/gen/filters/rules/_hassourcecountbase.py, gramps/gen/filters/rules/_hassourceofbase.py, gramps/gen/filters/rules/_hastagbase.py, gramps/gen/filters/rules/_hastextmatchingregexpof.py, gramps/gen/filters/rules/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/_isprivate.py, gramps/gen/filters/rules/_ispublic.py, gramps/gen/filters/rules/_matcheseventfilterbase.py, gramps/gen/filters/rules/_matchesfilterbase.py, gramps/gen/filters/rules/_matchessourceconfidencebase.py, gramps/gen/filters/rules/_matchessourcefilterbase.py, gramps/gen/filters/rules/_regexpidbase.py, gramps/gen/filters/rules/_rule.py, gramps/gen/filters/rules/citation/Makefile.am, gramps/gen/filters/rules/citation/__init__.py, gramps/gen/filters/rules/citation/_allcitations.py, gramps/gen/filters/rules/citation/_changedsince.py, gramps/gen/filters/rules/citation/_citationprivate.py, gramps/gen/filters/rules/citation/_hascitation.py, gramps/gen/filters/rules/citation/_hasgallery.py, gramps/gen/filters/rules/citation/_hasidof.py, gramps/gen/filters/rules/citation/_hasnote.py, gramps/gen/filters/rules/citation/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/citation/_hasnoteregexp.py, gramps/gen/filters/rules/citation/_hasreferencecountof.py, gramps/gen/filters/rules/citation/_hassource.py, gramps/gen/filters/rules/citation/_matchesfilter.py, gramps/gen/filters/rules/citation/_matchespagesubstringof.py, gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py, gramps/gen/filters/rules/citation/_matchessourcefilter.py, gramps/gen/filters/rules/citation/_regexpidof.py, gramps/gen/filters/rules/event/Makefile.am, gramps/gen/filters/rules/event/__init__.py, gramps/gen/filters/rules/event/_allevents.py, gramps/gen/filters/rules/event/_changedsince.py, gramps/gen/filters/rules/event/_eventprivate.py, gramps/gen/filters/rules/event/_hasattribute.py, gramps/gen/filters/rules/event/_hascitation.py, gramps/gen/filters/rules/event/_hasdata.py, gramps/gen/filters/rules/event/_hasgallery.py, gramps/gen/filters/rules/event/_hasidof.py, gramps/gen/filters/rules/event/_hasnote.py, gramps/gen/filters/rules/event/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/event/_hasnoteregexp.py, gramps/gen/filters/rules/event/_hasreferencecountof.py, gramps/gen/filters/rules/event/_hassourcecount.py, gramps/gen/filters/rules/event/_hastype.py, gramps/gen/filters/rules/event/_matchesfilter.py, gramps/gen/filters/rules/event/_matchespersonfilter.py, gramps/gen/filters/rules/event/_matchessourceconfidence.py, gramps/gen/filters/rules/event/_matchessourcefilter.py, gramps/gen/filters/rules/event/_regexpidof.py, gramps/gen/filters/rules/family/Makefile.am, gramps/gen/filters/rules/family/__init__.py, gramps/gen/filters/rules/family/_allfamilies.py, gramps/gen/filters/rules/family/_changedsince.py, gramps/gen/filters/rules/family/_childhasidof.py, gramps/gen/filters/rules/family/_childhasnameof.py, gramps/gen/filters/rules/family/_familyprivate.py, gramps/gen/filters/rules/family/_fatherhasidof.py, gramps/gen/filters/rules/family/_fatherhasnameof.py, gramps/gen/filters/rules/family/_hasattribute.py, gramps/gen/filters/rules/family/_hascitation.py, gramps/gen/filters/rules/family/_hasevent.py, gramps/gen/filters/rules/family/_hasgallery.py, gramps/gen/filters/rules/family/_hasidof.py, gramps/gen/filters/rules/family/_haslds.py, gramps/gen/filters/rules/family/_hasnote.py, gramps/gen/filters/rules/family/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/family/_hasnoteregexp.py, gramps/gen/filters/rules/family/_hasreferencecountof.py, gramps/gen/filters/rules/family/_hasreltype.py, gramps/gen/filters/rules/family/_hassourcecount.py, gramps/gen/filters/rules/family/_hassourceof.py, gramps/gen/filters/rules/family/_hastag.py, gramps/gen/filters/rules/family/_isbookmarked.py, gramps/gen/filters/rules/family/_matchesfilter.py, gramps/gen/filters/rules/family/_matchessourceconfidence.py, gramps/gen/filters/rules/family/_memberbase.py, gramps/gen/filters/rules/family/_motherhasidof.py, gramps/gen/filters/rules/family/_motherhasnameof.py, gramps/gen/filters/rules/family/_regexpchildname.py, gramps/gen/filters/rules/family/_regexpfathername.py, gramps/gen/filters/rules/family/_regexpidof.py, gramps/gen/filters/rules/family/_regexpmothername.py, gramps/gen/filters/rules/family/_searchchildname.py, gramps/gen/filters/rules/family/_searchfathername.py, gramps/gen/filters/rules/family/_searchmothername.py, gramps/gen/filters/rules/media/Makefile.am, gramps/gen/filters/rules/media/__init__.py, gramps/gen/filters/rules/media/_allmedia.py, gramps/gen/filters/rules/media/_changedsince.py, gramps/gen/filters/rules/media/_hasattribute.py, gramps/gen/filters/rules/media/_hascitation.py, gramps/gen/filters/rules/media/_hasidof.py, gramps/gen/filters/rules/media/_hasmedia.py, gramps/gen/filters/rules/media/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/media/_hasnoteregexp.py, gramps/gen/filters/rules/media/_hasreferencecountof.py, gramps/gen/filters/rules/media/_hassourcecount.py, gramps/gen/filters/rules/media/_hassourceof.py, gramps/gen/filters/rules/media/_hastag.py, gramps/gen/filters/rules/media/_matchesfilter.py, gramps/gen/filters/rules/media/_matchessourceconfidence.py, gramps/gen/filters/rules/media/_mediaprivate.py, gramps/gen/filters/rules/media/_regexpidof.py, gramps/gen/filters/rules/note/Makefile.am, gramps/gen/filters/rules/note/__init__.py, gramps/gen/filters/rules/note/_allnotes.py, gramps/gen/filters/rules/note/_changedsince.py, gramps/gen/filters/rules/note/_hasidof.py, gramps/gen/filters/rules/note/_hasnote.py, gramps/gen/filters/rules/note/_hasreferencecountof.py, gramps/gen/filters/rules/note/_hastag.py, gramps/gen/filters/rules/note/_matchesfilter.py, gramps/gen/filters/rules/note/_matchesregexpof.py, gramps/gen/filters/rules/note/_matchessubstringof.py, gramps/gen/filters/rules/note/_noteprivate.py, gramps/gen/filters/rules/note/_regexpidof.py, gramps/gen/filters/rules/person/Makefile.am, gramps/gen/filters/rules/person/__init__.py, gramps/gen/filters/rules/person/_changedsince.py, gramps/gen/filters/rules/person/_deeprelationshippathbetween.py, gramps/gen/filters/rules/person/_disconnected.py, gramps/gen/filters/rules/person/_everyone.py, gramps/gen/filters/rules/person/_familywithincompleteevent.py, gramps/gen/filters/rules/person/_hasaddress.py, gramps/gen/filters/rules/person/_hasalternatename.py, gramps/gen/filters/rules/person/_hasassociation.py, gramps/gen/filters/rules/person/_hasattribute.py, gramps/gen/filters/rules/person/_hasbirth.py, gramps/gen/filters/rules/person/_hascitation.py, gramps/gen/filters/rules/person/_hascommonancestorwith.py, gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p y, gramps/gen/filters/rules/person/_hasdeath.py, gramps/gen/filters/rules/person/_hasevent.py, gramps/gen/filters/rules/person/_hasfamilyattribute.py, gramps/gen/filters/rules/person/_hasfamilyevent.py, gramps/gen/filters/rules/person/_hasgallery.py, gramps/gen/filters/rules/person/_hasidof.py, gramps/gen/filters/rules/person/_haslds.py, gramps/gen/filters/rules/person/_hasnameof.py, gramps/gen/filters/rules/person/_hasnameorigintype.py, gramps/gen/filters/rules/person/_hasnametype.py, gramps/gen/filters/rules/person/_hasnickname.py, gramps/gen/filters/rules/person/_hasnote.py, gramps/gen/filters/rules/person/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/person/_hasnoteregexp.py, gramps/gen/filters/rules/person/_hasrelationship.py, gramps/gen/filters/rules/person/_hassourcecount.py, gramps/gen/filters/rules/person/_hassourceof.py, gramps/gen/filters/rules/person/_hastag.py, gramps/gen/filters/rules/person/_hastextmatchingregexpof.py, gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py, gramps/gen/filters/rules/person/_hasunknowngender.py, gramps/gen/filters/rules/person/_havealtfamilies.py, gramps/gen/filters/rules/person/_havechildren.py, gramps/gen/filters/rules/person/_incompletenames.py, gramps/gen/filters/rules/person/_isancestorof.py, gramps/gen/filters/rules/person/_isancestoroffiltermatch.py, gramps/gen/filters/rules/person/_isbookmarked.py, gramps/gen/filters/rules/person/_ischildoffiltermatch.py, gramps/gen/filters/rules/person/_isdefaultperson.py, gramps/gen/filters/rules/person/_isdescendantfamilyof.py, gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py , gramps/gen/filters/rules/person/_isdescendantof.py, gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py, gramps/gen/filters/rules/person/_isduplicatedancestorof.py, gramps/gen/filters/rules/person/_isfemale.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorof. py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofb ookmarked.py, gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd efaultperson.py, gramps/gen/filters/rules/person/_islessthannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_ismale.py, gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof. py, gramps/gen/filters/rules/person/_ismorethannthgenerationdescendanto f.py, gramps/gen/filters/rules/person/_isparentoffiltermatch.py, gramps/gen/filters/rules/person/_isrelatedwith.py, gramps/gen/filters/rules/person/_issiblingoffiltermatch.py, gramps/gen/filters/rules/person/_isspouseoffiltermatch.py, gramps/gen/filters/rules/person/_iswitness.py, gramps/gen/filters/rules/person/_matcheseventfilter.py, gramps/gen/filters/rules/person/_matchesfilter.py, gramps/gen/filters/rules/person/_matchessourceconfidence.py, gramps/gen/filters/rules/person/_matchidof.py, gramps/gen/filters/rules/person/_missingparent.py, gramps/gen/filters/rules/person/_multiplemarriages.py, gramps/gen/filters/rules/person/_nevermarried.py, gramps/gen/filters/rules/person/_nobirthdate.py, gramps/gen/filters/rules/person/_nodeathdate.py, gramps/gen/filters/rules/person/_peopleprivate.py, gramps/gen/filters/rules/person/_peoplepublic.py, gramps/gen/filters/rules/person/_personwithincompleteevent.py, gramps/gen/filters/rules/person/_probablyalive.py, gramps/gen/filters/rules/person/_regexpidof.py, gramps/gen/filters/rules/person/_regexpname.py, gramps/gen/filters/rules/person/_relationshippathbetween.py, gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.p y, gramps/gen/filters/rules/person/_searchname.py, gramps/gen/filters/rules/place/Makefile.am, gramps/gen/filters/rules/place/__init__.py, gramps/gen/filters/rules/place/_allplaces.py, gramps/gen/filters/rules/place/_changedsince.py, gramps/gen/filters/rules/place/_hascitation.py, gramps/gen/filters/rules/place/_hasgallery.py, gramps/gen/filters/rules/place/_hasidof.py, gramps/gen/filters/rules/place/_hasnolatorlon.py, gramps/gen/filters/rules/place/_hasnote.py, gramps/gen/filters/rules/place/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/place/_hasnoteregexp.py, gramps/gen/filters/rules/place/_hasplace.py, gramps/gen/filters/rules/place/_hasreferencecountof.py, gramps/gen/filters/rules/place/_hassourcecount.py, gramps/gen/filters/rules/place/_hassourceof.py, gramps/gen/filters/rules/place/_inlatlonneighborhood.py, gramps/gen/filters/rules/place/_matcheseventfilter.py, gramps/gen/filters/rules/place/_matchesfilter.py, gramps/gen/filters/rules/place/_matchessourceconfidence.py, gramps/gen/filters/rules/place/_placeprivate.py, gramps/gen/filters/rules/place/_regexpidof.py, gramps/gen/filters/rules/repository/Makefile.am, gramps/gen/filters/rules/repository/__init__.py, gramps/gen/filters/rules/repository/_allrepos.py, gramps/gen/filters/rules/repository/_changedsince.py, gramps/gen/filters/rules/repository/_hasidof.py, gramps/gen/filters/rules/repository/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/repository/_hasnoteregexp.py, gramps/gen/filters/rules/repository/_hasreferencecountof.py, gramps/gen/filters/rules/repository/_hasrepo.py, gramps/gen/filters/rules/repository/_matchesfilter.py, gramps/gen/filters/rules/repository/_matchesnamesubstringof.py, gramps/gen/filters/rules/repository/_regexpidof.py, gramps/gen/filters/rules/repository/_repoprivate.py, gramps/gen/filters/rules/source/Makefile.am, gramps/gen/filters/rules/source/__init__.py, gramps/gen/filters/rules/source/_allsources.py, gramps/gen/filters/rules/source/_changedsince.py, gramps/gen/filters/rules/source/_hasgallery.py, gramps/gen/filters/rules/source/_hasidof.py, gramps/gen/filters/rules/source/_hasnote.py, gramps/gen/filters/rules/source/_hasnotematchingsubstringof.py, gramps/gen/filters/rules/source/_hasnoteregexp.py, gramps/gen/filters/rules/source/_hasreferencecountof.py, gramps/gen/filters/rules/source/_hasrepository.py, gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py, gramps/gen/filters/rules/source/_matchesfilter.py, gramps/gen/filters/rules/source/_matchesrepositoryfilter.py, gramps/gen/filters/rules/source/_matchestitlesubstringof.py, gramps/gen/filters/rules/source/_regexpidof.py, gramps/gen/filters/rules/source/_sourceprivate.py, gramps/gen/ggettext.py, gramps/gen/lib/Makefile.am, gramps/gen/lib/__init__.py, gramps/gen/lib/address.py, gramps/gen/lib/addressbase.py, gramps/gen/lib/attrbase.py, gramps/gen/lib/attribute.py, gramps/gen/lib/attrtype.py, gramps/gen/lib/baseobj.py, gramps/gen/lib/calendar.py, gramps/gen/lib/childref.py, gramps/gen/lib/childreftype.py, gramps/gen/lib/citation.py, gramps/gen/lib/citationbase.py, gramps/gen/lib/const.py, gramps/gen/lib/date.py, gramps/gen/lib/datebase.py, gramps/gen/lib/event.py, gramps/gen/lib/eventref.py, gramps/gen/lib/eventroletype.py, gramps/gen/lib/eventtype.py, gramps/gen/lib/family.py, gramps/gen/lib/familyreltype.py, gramps/gen/lib/genderstats.py, gramps/gen/lib/grampstype.py, gramps/gen/lib/ldsord.py, gramps/gen/lib/ldsordbase.py, gramps/gen/lib/location.py, gramps/gen/lib/locationbase.py, gramps/gen/lib/markertype.py, gramps/gen/lib/mediabase.py, gramps/gen/lib/mediaobj.py, gramps/gen/lib/mediaref.py, gramps/gen/lib/name.py, gramps/gen/lib/nameorigintype.py, gramps/gen/lib/nametype.py, gramps/gen/lib/note.py, gramps/gen/lib/notebase.py, gramps/gen/lib/notetype.py, gramps/gen/lib/person.py, gramps/gen/lib/personref.py, gramps/gen/lib/place.py, gramps/gen/lib/placebase.py, gramps/gen/lib/primaryobj.py, gramps/gen/lib/privacybase.py, gramps/gen/lib/privsrcnote.py, gramps/gen/lib/refbase.py, gramps/gen/lib/repo.py, gramps/gen/lib/reporef.py, gramps/gen/lib/repotype.py, gramps/gen/lib/researcher.py, gramps/gen/lib/secondaryobj.py, gramps/gen/lib/src.py, gramps/gen/lib/srcmediatype.py, gramps/gen/lib/srcnote.py, gramps/gen/lib/styledtext.py, gramps/gen/lib/styledtexttag.py, gramps/gen/lib/styledtexttagtype.py, gramps/gen/lib/surname.py, gramps/gen/lib/surnamebase.py, gramps/gen/lib/tableobj.py, gramps/gen/lib/tag.py, gramps/gen/lib/tagbase.py, gramps/gen/lib/test/date_test.py, gramps/gen/lib/test/grampstype_test.py, gramps/gen/lib/test/merge_test.py, gramps/gen/lib/url.py, gramps/gen/lib/urlbase.py, gramps/gen/lib/urltype.py, gramps/gen/lib/witness.py, gramps/gen/merge/Makefile.am, gramps/gen/merge/__init__.py, gramps/gen/merge/diff.py, gramps/gen/merge/mergecitationquery.py, gramps/gen/merge/mergeeventquery.py, gramps/gen/merge/mergefamilyquery.py, gramps/gen/merge/mergemediaquery.py, gramps/gen/merge/mergenotequery.py, gramps/gen/merge/mergepersonquery.py, gramps/gen/merge/mergeplacequery.py, gramps/gen/merge/mergerepositoryquery.py, gramps/gen/merge/mergesourcequery.py, gramps/gen/merge/test/merge_ref_test.py, gramps/gen/mime/Makefile.am, gramps/gen/mime/__init__.py, gramps/gen/mime/_gnomemime.py, gramps/gen/mime/_pythonmime.py, gramps/gen/mime/_winmime.py, gramps/gen/plug/Makefile.am, gramps/gen/plug/__init__.py, gramps/gen/plug/_docgenplugin.py, gramps/gen/plug/_export.py, gramps/gen/plug/_gramplet.py, gramps/gen/plug/_import.py, gramps/gen/plug/_manager.py, gramps/gen/plug/_options.py, gramps/gen/plug/_plugin.py, gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docbackend/Makefile.am, gramps/gen/plug/docbackend/__init__.py, gramps/gen/plug/docbackend/cairobackend.py, gramps/gen/plug/docbackend/docbackend.py, gramps/gen/plug/docgen/Makefile.am, gramps/gen/plug/docgen/__init__.py, gramps/gen/plug/docgen/basedoc.py, gramps/gen/plug/docgen/drawdoc.py, gramps/gen/plug/docgen/fontscale.py, gramps/gen/plug/docgen/fontstyle.py, gramps/gen/plug/docgen/graphdoc.py, gramps/gen/plug/docgen/graphicstyle.py, gramps/gen/plug/docgen/paperstyle.py, gramps/gen/plug/docgen/paragraphstyle.py, gramps/gen/plug/docgen/stylesheet.py, gramps/gen/plug/docgen/tablestyle.py, gramps/gen/plug/docgen/textdoc.py, gramps/gen/plug/menu/Makefile.am, gramps/gen/plug/menu/__init__.py, gramps/gen/plug/menu/_boolean.py, gramps/gen/plug/menu/_booleanlist.py, gramps/gen/plug/menu/_color.py, gramps/gen/plug/menu/_destination.py, gramps/gen/plug/menu/_enumeratedlist.py, gramps/gen/plug/menu/_family.py, gramps/gen/plug/menu/_filter.py, gramps/gen/plug/menu/_media.py, gramps/gen/plug/menu/_menu.py, gramps/gen/plug/menu/_note.py, gramps/gen/plug/menu/_number.py, gramps/gen/plug/menu/_option.py, gramps/gen/plug/menu/_person.py, gramps/gen/plug/menu/_personlist.py, gramps/gen/plug/menu/_placelist.py, gramps/gen/plug/menu/_string.py, gramps/gen/plug/menu/_style.py, gramps/gen/plug/menu/_surnamecolor.py, gramps/gen/plug/menu/_text.py, gramps/gen/plug/report/Makefile.am, gramps/gen/plug/report/__init__.py, gramps/gen/plug/report/_bibliography.py, gramps/gen/plug/report/_constants.py, gramps/gen/plug/report/_options.py, gramps/gen/plug/report/_paper.py, gramps/gen/plug/report/_reportbase.py, gramps/gen/plug/report/endnotes.py, gramps/gen/plug/report/utils.py, gramps/gen/plug/utils.py, gramps/gen/proxy/Makefile.am, gramps/gen/proxy/__init__.py, gramps/gen/proxy/filter.py, gramps/gen/proxy/living.py, gramps/gen/proxy/private.py, gramps/gen/proxy/proxybase.py, gramps/gen/proxy/referencedbyselection.py, gramps/gen/recentfiles.py, gramps/gen/relationship.py, gramps/gen/simple/Makefile.am, gramps/gen/simple/__init__.py, gramps/gen/simple/_simpleaccess.py, gramps/gen/simple/_simpledoc.py, gramps/gen/simple/_simpletable.py, gramps/gen/sort.py, gramps/gen/soundex.py, gramps/gen/updatecallback.py, gramps/gen/user.py, gramps/gen/utils/Makefile.am, gramps/gen/utils/__init__.py, gramps/gen/utils/alive.py, gramps/gen/utils/callback.py, gramps/gen/utils/callman.py, gramps/gen/utils/cast.py, gramps/gen/utils/config.py, gramps/gen/utils/configmanager.py, gramps/gen/utils/db.py, gramps/gen/utils/debug.py, gramps/gen/utils/docgen/CSVTab.py, gramps/gen/utils/docgen/Makefile.am, gramps/gen/utils/docgen/ODSTab.py, gramps/gen/utils/docgen/TabbedDoc.py, gramps/gen/utils/docgen/__init__.py, gramps/gen/utils/file.py, gramps/gen/utils/id.py, gramps/gen/utils/image.py, gramps/gen/utils/keyword.py, gramps/gen/utils/lds.py, gramps/gen/utils/libformatting.py, gramps/gen/utils/mactrans.py, gramps/gen/utils/place.py, gramps/gen/utils/string.py, gramps/gen/utils/svn.py, gramps/gen/utils/test/callback_test.py, gramps/gen/utils/trans.py, gramps/gen/utils/unknown.py, gramps/grampsapp.py, gramps/gui/Makefile.am, gramps/gui/__init__.py, gramps/gui/aboutdialog.py, gramps/gui/autocomp.py, gramps/gui/basesidebar.py, gramps/gui/clipboard.py, gramps/gui/columnorder.py, gramps/gui/configure.py, gramps/gui/dbguielement.py, gramps/gui/dbloader.py, gramps/gui/dbman.py, gramps/gui/ddtargets.py, gramps/gui/dialog.py, gramps/gui/display.py, gramps/gui/displaystate.py, gramps/gui/editors/Makefile.am, gramps/gui/editors/__init__.py, gramps/gui/editors/addmedia.py, gramps/gui/editors/displaytabs/Makefile.am, gramps/gui/editors/displaytabs/__init__.py, gramps/gui/editors/displaytabs/addrembedlist.py, gramps/gui/editors/displaytabs/addressmodel.py, gramps/gui/editors/displaytabs/attrembedlist.py, gramps/gui/editors/displaytabs/attrmodel.py, gramps/gui/editors/displaytabs/backreflist.py, gramps/gui/editors/displaytabs/backrefmodel.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/childmodel.py, gramps/gui/editors/displaytabs/citationbackreflist.py, gramps/gui/editors/displaytabs/citationembedlist.py, gramps/gui/editors/displaytabs/citationrefmodel.py, gramps/gui/editors/displaytabs/dataembedlist.py, gramps/gui/editors/displaytabs/datamodel.py, gramps/gui/editors/displaytabs/embeddedlist.py, gramps/gui/editors/displaytabs/eventbackreflist.py, gramps/gui/editors/displaytabs/eventembedlist.py, gramps/gui/editors/displaytabs/eventrefmodel.py, gramps/gui/editors/displaytabs/familyattrembedlist.py, gramps/gui/editors/displaytabs/familyldsembedlist.py, gramps/gui/editors/displaytabs/gallerytab.py, gramps/gui/editors/displaytabs/grampstab.py, gramps/gui/editors/displaytabs/groupembeddedlist.py, gramps/gui/editors/displaytabs/ldsembedlist.py, gramps/gui/editors/displaytabs/ldsmodel.py, gramps/gui/editors/displaytabs/locationembedlist.py, gramps/gui/editors/displaytabs/locationmodel.py, gramps/gui/editors/displaytabs/mediabackreflist.py, gramps/gui/editors/displaytabs/nameembedlist.py, gramps/gui/editors/displaytabs/namemodel.py, gramps/gui/editors/displaytabs/notebackreflist.py, gramps/gui/editors/displaytabs/notemodel.py, gramps/gui/editors/displaytabs/notetab.py, gramps/gui/editors/displaytabs/personbackreflist.py, gramps/gui/editors/displaytabs/personeventembedlist.py, gramps/gui/editors/displaytabs/personrefembedlist.py, gramps/gui/editors/displaytabs/personrefmodel.py, gramps/gui/editors/displaytabs/placebackreflist.py, gramps/gui/editors/displaytabs/repoembedlist.py, gramps/gui/editors/displaytabs/reporefmodel.py, gramps/gui/editors/displaytabs/sourcebackreflist.py, gramps/gui/editors/displaytabs/surnamemodel.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/editors/displaytabs/webembedlist.py, gramps/gui/editors/displaytabs/webmodel.py, gramps/gui/editors/editaddress.py, gramps/gui/editors/editattribute.py, gramps/gui/editors/editchildref.py, gramps/gui/editors/editcitation.py, gramps/gui/editors/editdate.py, gramps/gui/editors/editevent.py, gramps/gui/editors/editeventref.py, gramps/gui/editors/editfamily.py, gramps/gui/editors/editldsord.py, gramps/gui/editors/editlink.py, gramps/gui/editors/editlocation.py, gramps/gui/editors/editmedia.py, gramps/gui/editors/editmediaref.py, gramps/gui/editors/editname.py, gramps/gui/editors/editnote.py, gramps/gui/editors/editperson.py, gramps/gui/editors/editpersonref.py, gramps/gui/editors/editplace.py, gramps/gui/editors/editprimary.py, gramps/gui/editors/editreference.py, gramps/gui/editors/editreporef.py, gramps/gui/editors/editrepository.py, gramps/gui/editors/editsecondary.py, gramps/gui/editors/editsource.py, gramps/gui/editors/edittaglist.py, gramps/gui/editors/editurl.py, gramps/gui/editors/filtereditor.py, gramps/gui/editors/objectentries.py, gramps/gui/filters/Makefile.am, gramps/gui/filters/__init__.py, gramps/gui/filters/_filtercombobox.py, gramps/gui/filters/_filtermenu.py, gramps/gui/filters/_filterstore.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/Makefile.am, gramps/gui/filters/sidebar/__init__.py, gramps/gui/filters/sidebar/_citationsidebarfilter.py, gramps/gui/filters/sidebar/_eventsidebarfilter.py, gramps/gui/filters/sidebar/_familysidebarfilter.py, gramps/gui/filters/sidebar/_mediasidebarfilter.py, gramps/gui/filters/sidebar/_notesidebarfilter.py, gramps/gui/filters/sidebar/_personsidebarfilter.py, gramps/gui/filters/sidebar/_placesidebarfilter.py, gramps/gui/filters/sidebar/_reposidebarfilter.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/filters/sidebar/_sourcesidebarfilter.py, gramps/gui/glade.py, gramps/gui/glade/Makefile.am, gramps/gui/glade/addmedia.glade, gramps/gui/glade/baseselector.glade, gramps/gui/glade/catalog/README, gramps/gui/glade/catalog/grampswidgets.py, gramps/gui/glade/catalog/grampswidgets.xml, gramps/gui/glade/clipboard.glade, gramps/gui/glade/configure.glade, gramps/gui/glade/dbman.glade, gramps/gui/glade/dialog.glade, gramps/gui/glade/displaystate.glade, gramps/gui/glade/editaddress.glade, gramps/gui/glade/editattribute.glade, gramps/gui/glade/editchildref.glade, gramps/gui/glade/editcitation.glade, gramps/gui/glade/editdate.glade, gramps/gui/glade/editevent.glade, gramps/gui/glade/editeventref.glade, gramps/gui/glade/editfamily.glade, gramps/gui/glade/editldsord.glade, gramps/gui/glade/editlink.glade, gramps/gui/glade/editlocation.glade, gramps/gui/glade/editmedia.glade, gramps/gui/glade/editmediaref.glade, gramps/gui/glade/editname.glade, gramps/gui/glade/editnote.glade, gramps/gui/glade/editperson.glade, gramps/gui/glade/editpersonref.glade, gramps/gui/glade/editplace.glade, gramps/gui/glade/editreporef.glade, gramps/gui/glade/editrepository.glade, gramps/gui/glade/editsource.glade, gramps/gui/glade/editsourceref.glade, gramps/gui/glade/editurl.glade, gramps/gui/glade/grampletpane.glade, gramps/gui/glade/gramps.glade, gramps/gui/glade/mergecitation.glade, gramps/gui/glade/mergedata.glade, gramps/gui/glade/mergeevent.glade, gramps/gui/glade/mergefamily.glade, gramps/gui/glade/mergemedia.glade, gramps/gui/glade/mergenote.glade, gramps/gui/glade/mergeperson.glade, gramps/gui/glade/mergeplace.glade, gramps/gui/glade/mergerepository.glade, gramps/gui/glade/mergesource.glade, gramps/gui/glade/papermenu.glade, gramps/gui/glade/plugins.glade, gramps/gui/glade/reorder.glade, gramps/gui/glade/rule.glade, gramps/gui/glade/styleeditor.glade, gramps/gui/glade/tipofday.glade, gramps/gui/glade/updateaddons.glade, gramps/gui/grampsbar.py, gramps/gui/grampsgui.py, gramps/gui/listmodel.py, gramps/gui/logger/Makefile.am, gramps/gui/logger/__init__.py, gramps/gui/logger/_errorreportassistant.py, gramps/gui/logger/_errorview.py, gramps/gui/logger/_gtkhandler.py, gramps/gui/logger/_rotatehandler.py, gramps/gui/makefilter.py, gramps/gui/managedwindow.py, gramps/gui/merge/Makefile.am, gramps/gui/merge/__init__.py, gramps/gui/merge/mergecitation.py, gramps/gui/merge/mergeevent.py, gramps/gui/merge/mergefamily.py, gramps/gui/merge/mergemedia.py, gramps/gui/merge/mergenote.py, gramps/gui/merge/mergeperson.py, gramps/gui/merge/mergeplace.py, gramps/gui/merge/mergerepository.py, gramps/gui/merge/mergesource.py, gramps/gui/navigator.py, gramps/gui/plug/Makefile.am, gramps/gui/plug/__init__.py, gramps/gui/plug/_dialogs.py, gramps/gui/plug/_guioptions.py, gramps/gui/plug/_windows.py, gramps/gui/plug/export/Makefile.am, gramps/gui/plug/export/__init__.py, gramps/gui/plug/export/_exportassistant.py, gramps/gui/plug/export/_exportoptions.py, gramps/gui/plug/quick/Makefile.am, gramps/gui/plug/quick/__init__.py, gramps/gui/plug/quick/_quickreports.py, gramps/gui/plug/quick/_quicktable.py, gramps/gui/plug/quick/_textbufdoc.py, gramps/gui/plug/report/Makefile.am, gramps/gui/plug/report/__init__.py, gramps/gui/plug/report/_docreportdialog.py, gramps/gui/plug/report/_drawreportdialog.py, gramps/gui/plug/report/_fileentry.py, gramps/gui/plug/report/_graphvizreportdialog.py, gramps/gui/plug/report/_papermenu.py, gramps/gui/plug/report/_reportdialog.py, gramps/gui/plug/report/_stylecombobox.py, gramps/gui/plug/report/_styleeditor.py, gramps/gui/plug/report/_textreportdialog.py, gramps/gui/plug/report/_webreportdialog.py, gramps/gui/plug/tool.py, gramps/gui/pluginmanager.py, gramps/gui/selectors/Makefile.am, gramps/gui/selectors/__init__.py, gramps/gui/selectors/baseselector.py, gramps/gui/selectors/selectcitation.py, gramps/gui/selectors/selectevent.py, gramps/gui/selectors/selectfamily.py, gramps/gui/selectors/selectnote.py, gramps/gui/selectors/selectobject.py, gramps/gui/selectors/selectorexceptions.py, gramps/gui/selectors/selectorfactory.py, gramps/gui/selectors/selectperson.py, gramps/gui/selectors/selectplace.py, gramps/gui/selectors/selectrepository.py, gramps/gui/selectors/selectsource.py, gramps/gui/spell.py, gramps/gui/thumbnails.py, gramps/gui/tipofday.py, gramps/gui/undohistory.py, gramps/gui/user.py, gramps/gui/utils.py, gramps/gui/viewmanager.py, gramps/gui/views/Makefile.am, gramps/gui/views/__init__.py, gramps/gui/views/bookmarks.py, gramps/gui/views/listview.py, gramps/gui/views/navigationview.py, gramps/gui/views/pageview.py, gramps/gui/views/tags.py, gramps/gui/views/treemodels/Makefile.am, gramps/gui/views/treemodels/__init__.py, gramps/gui/views/treemodels/citationbasemodel.py, gramps/gui/views/treemodels/citationlistmodel.py, gramps/gui/views/treemodels/citationtreemodel.py, gramps/gui/views/treemodels/eventmodel.py, gramps/gui/views/treemodels/familymodel.py, gramps/gui/views/treemodels/flatbasemodel.py, gramps/gui/views/treemodels/lru.py, gramps/gui/views/treemodels/mediamodel.py, gramps/gui/views/treemodels/notemodel.py, gramps/gui/views/treemodels/peoplemodel.py, gramps/gui/views/treemodels/placemodel.py, gramps/gui/views/treemodels/repomodel.py, gramps/gui/views/treemodels/sourcemodel.py, gramps/gui/views/treemodels/treebasemodel.py, gramps/gui/widgets/Makefile.am, gramps/gui/widgets/__init__.py, gramps/gui/widgets/basicentry.py, gramps/gui/widgets/buttons.py, gramps/gui/widgets/expandcollapsearrow.py, gramps/gui/widgets/fanchart.py, gramps/gui/widgets/fanchartdesc.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/labels.py, gramps/gui/widgets/linkbox.py, gramps/gui/widgets/menuitem.py, gramps/gui/widgets/menutoolbuttonaction.py, gramps/gui/widgets/monitoredwidgets.py, gramps/gui/widgets/multitreeview.py, gramps/gui/widgets/photo.py, gramps/gui/widgets/progressdialog.py, gramps/gui/widgets/reorderfam.py, gramps/gui/widgets/shortlistcomboentry.py, gramps/gui/widgets/springseparator.py, gramps/gui/widgets/statusbar.py, gramps/gui/widgets/styledtextbuffer.py, gramps/gui/widgets/styledtexteditor.py, gramps/gui/widgets/toolcomboentry.py, gramps/gui/widgets/undoablebuffer.py, gramps/gui/widgets/undoableentry.py, gramps/gui/widgets/undoablestyledbuffer.py, gramps/gui/widgets/validatedcomboentry.py, gramps/gui/widgets/validatedmaskedentry.py, gramps/gui/widgets/valueaction.py, gramps/gui/widgets/valuetoolitem.py, gramps/guiQML/__init__.py, gramps/guiQML/grampsqml.py, gramps/guiQML/qmlwidgets/TextButton.qml, gramps/guiQML/qmlwidgets/TopBar.qml, gramps/guiQML/questiondialog.py, gramps/guiQML/viewmanager.py, gramps/guiQML/views/__init__.py, gramps/guiQML/views/centralview.py, gramps/guiQML/views/centralview.qml, gramps/guiQML/views/dbman.py, gramps/guiQML/views/dbman.qml, gramps/guiQML/views/peopleview.qml, gramps/guiQML/views/personview.py, gramps/images/16x16/Makefile.am, gramps/images/16x16/source/gramps-geo.svg, gramps/images/16x16/source/gramps-tree-group.svg, gramps/images/16x16/source/gramps-tree-list.svg, gramps/images/16x16/source/gramps-tree-select.svg, gramps/images/22x22/Makefile.am, gramps/images/48x48/Makefile.am, gramps/images/Makefile.am, gramps/images/gramps.svg, gramps/images/scalable/Makefile.am, gramps/images/scalable/add-parent-existing-family.svg, gramps/images/scalable/geo-fixed-zoom.svg, gramps/images/scalable/geo-free-zoom.svg, gramps/images/scalable/geo-place-add.svg, gramps/images/scalable/geo-place-link.svg, gramps/images/scalable/geo-show-event.svg, gramps/images/scalable/geo-show-family.svg, gramps/images/scalable/geo-show-person.svg, gramps/images/scalable/geo-show-place.svg, gramps/images/scalable/gramps-address.svg, gramps/images/scalable/gramps-attribute.svg, gramps/images/scalable/gramps-bookmark-delete.svg, gramps/images/scalable/gramps-bookmark-edit.svg, gramps/images/scalable/gramps-bookmark-new.svg, gramps/images/scalable/gramps-bookmark.svg, gramps/images/scalable/gramps-citation.svg, gramps/images/scalable/gramps-config.svg, gramps/images/scalable/gramps-date-edit.svg, gramps/images/scalable/gramps-date.svg, gramps/images/scalable/gramps-event.svg, gramps/images/scalable/gramps-family.svg, gramps/images/scalable/gramps-fanchart.svg, gramps/images/scalable/gramps-fanchartdesc.svg, gramps/images/scalable/gramps-font-bgcolor.svg, gramps/images/scalable/gramps-font-color.svg, gramps/images/scalable/gramps-font.svg, gramps/images/scalable/gramps-geo-altmap.svg, gramps/images/scalable/gramps-geo-birth.svg, gramps/images/scalable/gramps-geo-death.svg, gramps/images/scalable/gramps-geo-mainmap.svg, gramps/images/scalable/gramps-geo-marriage.svg, gramps/images/scalable/gramps-geo.svg, gramps/images/scalable/gramps-gramplet.svg, gramps/images/scalable/gramps-lock.svg, gramps/images/scalable/gramps-media.svg, gramps/images/scalable/gramps-merge.svg, gramps/images/scalable/gramps-notes.svg, gramps/images/scalable/gramps-parents-add.svg, gramps/images/scalable/gramps-parents-open.svg, gramps/images/scalable/gramps-parents.svg, gramps/images/scalable/gramps-pedigree.svg, gramps/images/scalable/gramps-person.svg, gramps/images/scalable/gramps-place.svg, gramps/images/scalable/gramps-relation.svg, gramps/images/scalable/gramps-reports.svg, gramps/images/scalable/gramps-repository.svg, gramps/images/scalable/gramps-source.svg, gramps/images/scalable/gramps-spouse.svg, gramps/images/scalable/gramps-tag-new.svg, gramps/images/scalable/gramps-tag.svg, gramps/images/scalable/gramps-tools.svg, gramps/images/scalable/gramps-tree-group.svg, gramps/images/scalable/gramps-tree-list.svg, gramps/images/scalable/gramps-tree-select.svg, gramps/images/scalable/gramps-unlock.svg, gramps/images/scalable/gramps-view.svg, gramps/images/scalable/gramps-viewmedia.svg, gramps/images/scalable/gramps-zoom-best-fit.svg, gramps/images/scalable/gramps-zoom-fit-width.svg, gramps/images/scalable/gramps-zoom-in.svg, gramps/images/scalable/gramps-zoom-out.svg, gramps/images/scalable/gramps.svg, gramps/plugins/Makefile.am, gramps/plugins/bookreport.glade, gramps/plugins/bookreport.gpr.py, gramps/plugins/bookreport.py, gramps/plugins/docgen/Makefile.am, gramps/plugins/docgen/asciidoc.py, gramps/plugins/docgen/docgen.gpr.py, gramps/plugins/docgen/gtkprint.glade, gramps/plugins/docgen/gtkprint.py, gramps/plugins/docgen/htmldoc.py, gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py, gramps/plugins/docgen/pdfdoc.py, gramps/plugins/docgen/psdrawdoc.py, gramps/plugins/docgen/rtfdoc.py, gramps/plugins/docgen/svgdrawdoc.py, gramps/plugins/drawreport/Makefile.am, gramps/plugins/drawreport/ancestortree.py, gramps/plugins/drawreport/calendarreport.py, gramps/plugins/drawreport/descendtree.py, gramps/plugins/drawreport/drawplugins.gpr.py, gramps/plugins/drawreport/fanchart.py, gramps/plugins/drawreport/statisticschart.py, gramps/plugins/drawreport/timeline.py, gramps/plugins/export/Makefile.am, gramps/plugins/export/export.gpr.py, gramps/plugins/export/exportcsv.glade, gramps/plugins/export/exportcsv.py, gramps/plugins/export/exportftree.glade, gramps/plugins/export/exportftree.py, gramps/plugins/export/exportgedcom.py, gramps/plugins/export/exportgeneweb.glade, gramps/plugins/export/exportgeneweb.py, gramps/plugins/export/exportpkg.py, gramps/plugins/export/exportvcalendar.glade, gramps/plugins/export/exportvcalendar.py, gramps/plugins/export/exportvcard.glade, gramps/plugins/export/exportvcard.py, gramps/plugins/export/exportxml.py, gramps/plugins/export/test/exportVCard_test.py, gramps/plugins/gramplet/Makefile.am, gramps/plugins/gramplet/ageondategramplet.py, gramps/plugins/gramplet/agestats.py, gramps/plugins/gramplet/attributes.py, gramps/plugins/gramplet/attributesgramplet.py, gramps/plugins/gramplet/backlinks.py, gramps/plugins/gramplet/calendargramplet.py, gramps/plugins/gramplet/children.py, gramps/plugins/gramplet/citations.py, gramps/plugins/gramplet/descendgramplet.py, gramps/plugins/gramplet/editexifmetadata.py, gramps/plugins/gramplet/events.py, gramps/plugins/gramplet/fanchartdescgramplet.py, gramps/plugins/gramplet/fanchartgramplet.py, gramps/plugins/gramplet/faqgramplet.py, gramps/plugins/gramplet/filter.py, gramps/plugins/gramplet/gallery.py, gramps/plugins/gramplet/givennamegramplet.py, gramps/plugins/gramplet/gramplet.gpr.py, gramps/plugins/gramplet/mediapreview.py, gramps/plugins/gramplet/metadataviewer.py, gramps/plugins/gramplet/notes.py, gramps/plugins/gramplet/pedigreegramplet.py, gramps/plugins/gramplet/persondetails.py, gramps/plugins/gramplet/personresidence.py, gramps/plugins/gramplet/placedetails.py, gramps/plugins/gramplet/quickviewgramplet.py, gramps/plugins/gramplet/relativegramplet.py, gramps/plugins/gramplet/repositorydetails.py, gramps/plugins/gramplet/sessionloggramplet.py, gramps/plugins/gramplet/statsgramplet.py, gramps/plugins/gramplet/surnamecloudgramplet.py, gramps/plugins/gramplet/todogramplet.py, gramps/plugins/gramplet/topsurnamesgramplet.py, gramps/plugins/gramplet/welcomegramplet.py, gramps/plugins/gramplet/whatsnext.py, gramps/plugins/graph/Makefile.am, gramps/plugins/graph/graphplugins.gpr.py, gramps/plugins/graph/gvfamilylines.py, gramps/plugins/graph/gvhourglass.py, gramps/plugins/graph/gvrelgraph.py, gramps/plugins/import/Makefile.am, gramps/plugins/import/import.gpr.py, gramps/plugins/import/importcsv.py, gramps/plugins/import/importgedcom.glade, gramps/plugins/import/importgedcom.py, gramps/plugins/import/importgeneweb.py, gramps/plugins/import/importgpkg.py, gramps/plugins/import/importgrdb.py, gramps/plugins/import/importprogen.py, gramps/plugins/import/importvcard.py, gramps/plugins/import/importxml.py, gramps/plugins/import/test/importVCard_test.py, gramps/plugins/lib/Makefile.am, gramps/plugins/lib/holidays.xml.in, gramps/plugins/lib/libcairodoc.py, gramps/plugins/lib/libgedcom.py, gramps/plugins/lib/libgrampsxml.py, gramps/plugins/lib/libgrdb.py, gramps/plugins/lib/libholiday.py, gramps/plugins/lib/libhtml.py, gramps/plugins/lib/libhtmlbackend.py, gramps/plugins/lib/libhtmlconst.py, gramps/plugins/lib/libmapservice.py, gramps/plugins/lib/libmetadata.py, gramps/plugins/lib/libmixin.py, gramps/plugins/lib/libnarrate.py, gramps/plugins/lib/libodfbackend.py, gramps/plugins/lib/libpersonview.py, gramps/plugins/lib/libplaceview.py, gramps/plugins/lib/libplugins.gpr.py, gramps/plugins/lib/libsubstkeyword.py, gramps/plugins/lib/libtranslate.py, gramps/plugins/lib/libtreebase.py, gramps/plugins/lib/maps/Makefile.am, gramps/plugins/lib/maps/__init__.py, gramps/plugins/lib/maps/constants.py, gramps/plugins/lib/maps/datelayer.py, gramps/plugins/lib/maps/dummylayer.py, gramps/plugins/lib/maps/dummynogps.py, gramps/plugins/lib/maps/geography.py, gramps/plugins/lib/maps/lifewaylayer.py, gramps/plugins/lib/maps/markerlayer.py, gramps/plugins/lib/maps/messagelayer.py, gramps/plugins/lib/maps/osmGps.py, gramps/plugins/lib/maps/placeselection.py, gramps/plugins/lib/maps/selectionlayer.py, gramps/plugins/mapservices/Makefile.am, gramps/plugins/mapservices/eniroswedenmap.py, gramps/plugins/mapservices/googlemap.py, gramps/plugins/mapservices/mapservice.gpr.py, gramps/plugins/mapservices/openstreetmap.py, gramps/plugins/quickview/Makefile.am, gramps/plugins/quickview/ageondate.py, gramps/plugins/quickview/all_events.py, gramps/plugins/quickview/all_relations.py, gramps/plugins/quickview/attributematch.py, gramps/plugins/quickview/filterbyname.py, gramps/plugins/quickview/lineage.py, gramps/plugins/quickview/linkreferences.py, gramps/plugins/quickview/onthisday.py, gramps/plugins/quickview/quickview.gpr.py, gramps/plugins/quickview/references.py, gramps/plugins/quickview/reporef.py, gramps/plugins/quickview/samesurnames.py, gramps/plugins/quickview/siblings.py, gramps/plugins/records.gpr.py, gramps/plugins/records.py, gramps/plugins/rel/Makefile.am, gramps/plugins/rel/rel_ca.py, gramps/plugins/rel/rel_cs.py, gramps/plugins/rel/rel_da.py, gramps/plugins/rel/rel_de.py, gramps/plugins/rel/rel_es.py, gramps/plugins/rel/rel_fi.py, gramps/plugins/rel/rel_fr.py, gramps/plugins/rel/rel_hr.py, gramps/plugins/rel/rel_hu.py, gramps/plugins/rel/rel_it.py, gramps/plugins/rel/rel_nl.py, gramps/plugins/rel/rel_no.py, gramps/plugins/rel/rel_pl.py, gramps/plugins/rel/rel_pt.py, gramps/plugins/rel/rel_ru.py, gramps/plugins/rel/rel_sk.py, gramps/plugins/rel/rel_sl.py, gramps/plugins/rel/rel_sv.py, gramps/plugins/rel/relplugins.gpr.py, gramps/plugins/sidebar/Makefile.am, gramps/plugins/sidebar/categorysidebar.py, gramps/plugins/sidebar/sidebar.gpr.py, gramps/plugins/textreport/Makefile.am, gramps/plugins/textreport/alphabeticalindex.py, gramps/plugins/textreport/ancestorreport.py, gramps/plugins/textreport/birthdayreport.py, gramps/plugins/textreport/custombooktext.py, gramps/plugins/textreport/descendreport.py, gramps/plugins/textreport/detancestralreport.py, gramps/plugins/textreport/detdescendantreport.py, gramps/plugins/textreport/endoflinereport.py, gramps/plugins/textreport/familygroup.py, gramps/plugins/textreport/indivcomplete.py, gramps/plugins/textreport/kinshipreport.py, gramps/plugins/textreport/numberofancestorsreport.py, gramps/plugins/textreport/placereport.py, gramps/plugins/textreport/simplebooktitle.py, gramps/plugins/textreport/summary.py, gramps/plugins/textreport/tableofcontents.py, gramps/plugins/textreport/tagreport.py, gramps/plugins/textreport/textplugins.gpr.py, gramps/plugins/tool/Makefile.am, gramps/plugins/tool/changenames.glade, gramps/plugins/tool/changenames.py, gramps/plugins/tool/changetypes.glade, gramps/plugins/tool/changetypes.py, gramps/plugins/tool/check.glade, gramps/plugins/tool/check.py, gramps/plugins/tool/dateparserdisplaytest.py, gramps/plugins/tool/desbrowser.glade, gramps/plugins/tool/desbrowser.py, gramps/plugins/tool/dumpgenderstats.py, gramps/plugins/tool/eval.glade, gramps/plugins/tool/eval.py, gramps/plugins/tool/eventcmp.glade, gramps/plugins/tool/eventcmp.py, gramps/plugins/tool/eventnames.py, gramps/plugins/tool/extractcity.py, gramps/plugins/tool/finddupes.glade, gramps/plugins/tool/finddupes.py, gramps/plugins/tool/leak.glade, gramps/plugins/tool/leak.py, gramps/plugins/tool/mediamanager.py, gramps/plugins/tool/mergecitations.glade, gramps/plugins/tool/mergecitations.py, gramps/plugins/tool/notrelated.glade, gramps/plugins/tool/notrelated.py, gramps/plugins/tool/ownereditor.glade, gramps/plugins/tool/ownereditor.py, gramps/plugins/tool/patchnames.glade, gramps/plugins/tool/patchnames.py, gramps/plugins/tool/phpgedview.glade, gramps/plugins/tool/phpgedviewconnector.py, gramps/plugins/tool/populatesources.py, gramps/plugins/tool/rebuild.py, gramps/plugins/tool/rebuildgenderstat.py, gramps/plugins/tool/rebuildrefmap.py, gramps/plugins/tool/relcalc.glade, gramps/plugins/tool/relcalc.py, gramps/plugins/tool/removeunused.glade, gramps/plugins/tool/removeunused.py, gramps/plugins/tool/reorderids.py, gramps/plugins/tool/sortevents.py, gramps/plugins/tool/soundgen.glade, gramps/plugins/tool/soundgen.py, gramps/plugins/tool/testcasegenerator.py, gramps/plugins/tool/tools.gpr.py, gramps/plugins/tool/toolsdebug.gpr.py, gramps/plugins/tool/verify.glade, gramps/plugins/tool/verify.py, gramps/plugins/view/Makefile.am, gramps/plugins/view/citationlistview.py, gramps/plugins/view/citationtreeview.py, gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py, gramps/plugins/view/fanchartdescview.py, gramps/plugins/view/fanchartview.py, gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geography.gpr.py, gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py, gramps/plugins/view/geoplaces.py, gramps/plugins/view/grampletview.py, gramps/plugins/view/htmlrenderer.gpr.py, gramps/plugins/view/htmlrenderer.py, gramps/plugins/view/mediaview.py, gramps/plugins/view/noteview.py, gramps/plugins/view/pedigreeview.py, gramps/plugins/view/personlistview.py, gramps/plugins/view/persontreeview.py, gramps/plugins/view/placelistview.py, gramps/plugins/view/placetreeview.py, gramps/plugins/view/relview.py, gramps/plugins/view/repoview.py, gramps/plugins/view/sourceview.py, gramps/plugins/view/view.gpr.py, gramps/plugins/webreport/Makefile.am, gramps/plugins/webreport/narrativeweb.py, gramps/plugins/webreport/webcal.py, gramps/plugins/webreport/webplugins.gpr.py, gramps/plugins/webstuff/Makefile.am, gramps/plugins/webstuff/css/GeoView.css, gramps/plugins/webstuff/css/Makefile.am, gramps/plugins/webstuff/css/Web_Basic-Ash.css, gramps/plugins/webstuff/css/Web_Basic-Blue.css, gramps/plugins/webstuff/css/Web_Basic-Cypress.css, gramps/plugins/webstuff/css/Web_Basic-Lilac.css, gramps/plugins/webstuff/css/Web_Basic-Peach.css, gramps/plugins/webstuff/css/Web_Basic-Spruce.css, gramps/plugins/webstuff/css/Web_Citations-Animated.css, gramps/plugins/webstuff/css/Web_Citations-Outline.css, gramps/plugins/webstuff/css/Web_DropDown-Menus.css, gramps/plugins/webstuff/css/Web_Fade-Menus.css, gramps/plugins/webstuff/css/Web_Horizontal-Menus.css, gramps/plugins/webstuff/css/Web_Mainz.css, gramps/plugins/webstuff/css/Web_Nebraska.css, gramps/plugins/webstuff/css/Web_Print-Default.css, gramps/plugins/webstuff/css/Web_Vertical-Menus.css, gramps/plugins/webstuff/css/Web_Visually.css, gramps/plugins/webstuff/css/ancestortree.css, gramps/plugins/webstuff/css/behaviour.css, gramps/plugins/webstuff/css/narrative-maps.css, gramps/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.2.custom.css , gramps/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.3.custom.css , gramps/plugins/webstuff/images/Makefile.am, gramps/plugins/webstuff/images/gramps-geo-altmap.svg, gramps/plugins/webstuff/images/gramps-geo-birth.svg, gramps/plugins/webstuff/images/gramps-geo-death.svg, gramps/plugins/webstuff/images/gramps-geo-mainmap.svg, gramps/plugins/webstuff/images/gramps-geo-marriage.svg, gramps/plugins/webstuff/index.html, gramps/plugins/webstuff/javascript/Makefile.am, gramps/plugins/webstuff/javascript/jquery-1.3.2.min.js, gramps/plugins/webstuff/javascript/jquery-1.7.1.js, gramps/plugins/webstuff/javascript/jquery-1.7.1.min.js, gramps/plugins/webstuff/javascript/jquery-ui-1.7.2.custom.min.js, gramps/plugins/webstuff/javascript/jquery.flexbox.js, gramps/plugins/webstuff/javascript/jquery.flexbox.min.js, gramps/plugins/webstuff/jhtmlarea/AutoPostTest.aspx, gramps/plugins/webstuff/jhtmlarea/AutoPostTest.aspx.vb, gramps/plugins/webstuff/jhtmlarea/ColorPickerMenu.htm, gramps/plugins/webstuff/jhtmlarea/Default.htm, gramps/plugins/webstuff/jhtmlarea/Readme.txt, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0-vsdoc.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min-vsdoc .js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu -0.7.0.js, gramps/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu -0.7.0.min.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2-vsdoc.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min-vsdoc.js , gramps/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min.js, gramps/plugins/webstuff/jhtmlarea/scripts/jquery-ui-1.7.2.custom.mi n.js, gramps/plugins/webstuff/jhtmlarea/style/jHtmlArea.ColorPickerMenu.c ss, gramps/plugins/webstuff/jhtmlarea/style/jHtmlArea.Editor.css, gramps/plugins/webstuff/jhtmlarea/style/jHtmlArea.css, gramps/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/jquer y-ui-1.7.2.custom.css, gramps/plugins/webstuff/webstuff.gpr.py, gramps/plugins/webstuff/webstuff.py, gramps/test/__init__.py, gramps/test/config_test.py, gramps/test/gramps_cli_test.py, gramps/test/regrtest.py, gramps/test/test/gedread_util_test.py, gramps/test/test/test_util_test.py, gramps/test/test_util.py, gramps/test/utils_test.py, gramps/webapp/Makefile, gramps/webapp/__init__.py, gramps/webapp/connection.py, gramps/webapp/context.py, gramps/webapp/dbdjango.py, gramps/webapp/empty.sql, gramps/webapp/example.sql, gramps/webapp/grampsdb/__init__.py, gramps/webapp/grampsdb/admin.py, gramps/webapp/grampsdb/forms.py, gramps/webapp/grampsdb/models.py, gramps/webapp/grampsdb/profile.py, gramps/webapp/grampsdb/sql/childref.sql, gramps/webapp/grampsdb/sql/eventref.sql, gramps/webapp/grampsdb/sql/name.sql, gramps/webapp/grampsdb/sql/noteref.sql, gramps/webapp/grampsdb/sql/sourceref.sql, gramps/webapp/grampsdb/templatetags/__init__.py, gramps/webapp/grampsdb/templatetags/my_tags.py, gramps/webapp/grampsdb/view/__init__.py, gramps/webapp/grampsdb/view/citation.py, gramps/webapp/grampsdb/view/event.py, gramps/webapp/grampsdb/view/family.py, gramps/webapp/grampsdb/view/media.py, gramps/webapp/grampsdb/view/note.py, gramps/webapp/grampsdb/view/person.py, gramps/webapp/grampsdb/view/place.py, gramps/webapp/grampsdb/view/png.py, gramps/webapp/grampsdb/view/repository.py, gramps/webapp/grampsdb/view/source.py, gramps/webapp/grampsdb/view/tag.py, gramps/webapp/grampsdb/views.py, gramps/webapp/init.py, gramps/webapp/init_gramps.py, gramps/webapp/libdjango.py, gramps/webapp/manage.py, gramps/webapp/reports.py, gramps/webapp/settings.py, gramps/webapp/shell.py, gramps/webapp/urls.py, gramps/webapp/utils.py, src/Makefile.am, src/__init__.py, src/cli/Makefile.am, src/cli/__init__.py, src/cli/arghandler.py, src/cli/argparser.py, src/cli/clidbman.py, src/cli/grampscli.py, src/cli/plug/Makefile.am, src/cli/plug/__init__.py, src/cli/user.py, src/data/Makefile.am, src/data/authors.xml, src/data/lds.xml, src/data/papersize.xml, src/data/templates/404.html, src/data/templates/500.html, src/data/templates/browse_page.html, src/data/templates/detail_breadcrumb.html, src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/paginator.html, src/data/templates/pick.html, src/data/templates/reference.html, src/data/templates/registration/login.html, src/data/templates/table_header.html, src/data/templates/user_page.html, src/data/templates/view_citation_detail.html, src/data/templates/view_citations.html, src/data/templates/view_event_detail.html, src/data/templates/view_events.html, src/data/templates/view_families.html, src/data/templates/view_family_detail.html, src/data/templates/view_media.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_notes.html, src/data/templates/view_page.html, src/data/templates/view_page_detail.html, src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_places.html, src/data/templates/view_report.html, src/data/templates/view_report_detail.html, src/data/templates/view_repositories.html, src/data/templates/view_repository.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_sources.html, src/data/templates/view_surname_detail.html, src/data/templates/view_tag.html, src/data/templates/view_tag_detail.html, src/data/templates/view_tags.html, src/data/tips.xml.in, src/gen/Makefile.am, src/gen/__init__.py, src/gen/config.py, src/gen/const.py.in, src/gen/constfunc.py, src/gen/datehandler/Makefile.am, src/gen/datehandler/__init__.py, src/gen/datehandler/_date_bg.py, src/gen/datehandler/_date_ca.py, src/gen/datehandler/_date_cs.py, src/gen/datehandler/_date_da.py, src/gen/datehandler/_date_de.py, src/gen/datehandler/_date_es.py, src/gen/datehandler/_date_fi.py, src/gen/datehandler/_date_fr.py, src/gen/datehandler/_date_hr.py, src/gen/datehandler/_date_it.py, src/gen/datehandler/_date_lt.py, src/gen/datehandler/_date_nb.py, src/gen/datehandler/_date_nl.py, src/gen/datehandler/_date_pl.py, src/gen/datehandler/_date_pt.py, src/gen/datehandler/_date_ru.py, src/gen/datehandler/_date_sk.py, src/gen/datehandler/_date_sl.py, src/gen/datehandler/_date_sr.py, src/gen/datehandler/_date_sv.py, src/gen/datehandler/_date_zh.py, src/gen/datehandler/_datedisplay.py, src/gen/datehandler/_datehandler.py, src/gen/datehandler/_dateparser.py, src/gen/datehandler/_dateutils.py, src/gen/datehandler/_grampslocale.py, src/gen/db/Makefile.am, src/gen/db/__init__.py, src/gen/db/backup.py, src/gen/db/base.py, src/gen/db/bsddbtxn.py, src/gen/db/cursor.py, src/gen/db/dbconst.py, src/gen/db/dictionary.py, src/gen/db/exceptions.py, src/gen/db/read.py, src/gen/db/test/db_test.py, src/gen/db/txn.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/dbstate.py, src/gen/display/Makefile.am, src/gen/display/__init__.py, src/gen/display/name.py, src/gen/errors.py, src/gen/filters/Makefile.am, src/gen/filters/__init__.py, src/gen/filters/_filterlist.py, src/gen/filters/_filterparser.py, src/gen/filters/_genericfilter.py, src/gen/filters/_paramfilter.py, src/gen/filters/_searchfilter.py, src/gen/filters/rules/Makefile.am, src/gen/filters/rules/__init__.py, src/gen/filters/rules/_changedsincebase.py, src/gen/filters/rules/_everything.py, src/gen/filters/rules/_hasattributebase.py, src/gen/filters/rules/_hascitationbase.py, src/gen/filters/rules/_haseventbase.py, src/gen/filters/rules/_hasgallerybase.py, src/gen/filters/rules/_hasgrampsid.py, src/gen/filters/rules/_hasldsbase.py, src/gen/filters/rules/_hasnotebase.py, src/gen/filters/rules/_hasnoteregexbase.py, src/gen/filters/rules/_hasnotesubstrbase.py, src/gen/filters/rules/_hasreferencecountbase.py, src/gen/filters/rules/_hassourcebase.py, src/gen/filters/rules/_hassourcecountbase.py, src/gen/filters/rules/_hassourceofbase.py, src/gen/filters/rules/_hastagbase.py, src/gen/filters/rules/_hastextmatchingregexpof.py, src/gen/filters/rules/_hastextmatchingsubstringof.py, src/gen/filters/rules/_isprivate.py, src/gen/filters/rules/_ispublic.py, src/gen/filters/rules/_matcheseventfilterbase.py, src/gen/filters/rules/_matchesfilterbase.py, src/gen/filters/rules/_matchessourceconfidencebase.py, src/gen/filters/rules/_matchessourcefilterbase.py, src/gen/filters/rules/_regexpidbase.py, src/gen/filters/rules/_rule.py, src/gen/filters/rules/citation/Makefile.am, src/gen/filters/rules/citation/__init__.py, src/gen/filters/rules/citation/_allcitations.py, src/gen/filters/rules/citation/_changedsince.py, src/gen/filters/rules/citation/_citationprivate.py, src/gen/filters/rules/citation/_hascitation.py, src/gen/filters/rules/citation/_hasgallery.py, src/gen/filters/rules/citation/_hasidof.py, src/gen/filters/rules/citation/_hasnote.py, src/gen/filters/rules/citation/_hasnotematchingsubstringof.py, src/gen/filters/rules/citation/_hasnoteregexp.py, src/gen/filters/rules/citation/_hasreferencecountof.py, src/gen/filters/rules/citation/_hassource.py, src/gen/filters/rules/citation/_matchesfilter.py, src/gen/filters/rules/citation/_matchespagesubstringof.py, src/gen/filters/rules/citation/_matchesrepositoryfilter.py, src/gen/filters/rules/citation/_matchessourcefilter.py, src/gen/filters/rules/citation/_regexpidof.py, src/gen/filters/rules/event/Makefile.am, src/gen/filters/rules/event/__init__.py, src/gen/filters/rules/event/_allevents.py, src/gen/filters/rules/event/_changedsince.py, src/gen/filters/rules/event/_eventprivate.py, src/gen/filters/rules/event/_hasattribute.py, src/gen/filters/rules/event/_hascitation.py, src/gen/filters/rules/event/_hasdata.py, src/gen/filters/rules/event/_hasgallery.py, src/gen/filters/rules/event/_hasidof.py, src/gen/filters/rules/event/_hasnote.py, src/gen/filters/rules/event/_hasnotematchingsubstringof.py, src/gen/filters/rules/event/_hasnoteregexp.py, src/gen/filters/rules/event/_hasreferencecountof.py, src/gen/filters/rules/event/_hassourcecount.py, src/gen/filters/rules/event/_hastype.py, src/gen/filters/rules/event/_matchesfilter.py, src/gen/filters/rules/event/_matchespersonfilter.py, src/gen/filters/rules/event/_matchessourceconfidence.py, src/gen/filters/rules/event/_matchessourcefilter.py, src/gen/filters/rules/event/_regexpidof.py, src/gen/filters/rules/family/Makefile.am, src/gen/filters/rules/family/__init__.py, src/gen/filters/rules/family/_allfamilies.py, src/gen/filters/rules/family/_changedsince.py, src/gen/filters/rules/family/_childhasidof.py, src/gen/filters/rules/family/_childhasnameof.py, src/gen/filters/rules/family/_familyprivate.py, src/gen/filters/rules/family/_fatherhasidof.py, src/gen/filters/rules/family/_fatherhasnameof.py, src/gen/filters/rules/family/_hasattribute.py, src/gen/filters/rules/family/_hascitation.py, src/gen/filters/rules/family/_hasevent.py, src/gen/filters/rules/family/_hasgallery.py, src/gen/filters/rules/family/_hasidof.py, src/gen/filters/rules/family/_haslds.py, src/gen/filters/rules/family/_hasnote.py, src/gen/filters/rules/family/_hasnotematchingsubstringof.py, src/gen/filters/rules/family/_hasnoteregexp.py, src/gen/filters/rules/family/_hasreferencecountof.py, src/gen/filters/rules/family/_hasreltype.py, src/gen/filters/rules/family/_hassourcecount.py, src/gen/filters/rules/family/_hassourceof.py, src/gen/filters/rules/family/_hastag.py, src/gen/filters/rules/family/_isbookmarked.py, src/gen/filters/rules/family/_matchesfilter.py, src/gen/filters/rules/family/_matchessourceconfidence.py, src/gen/filters/rules/family/_memberbase.py, src/gen/filters/rules/family/_motherhasidof.py, src/gen/filters/rules/family/_motherhasnameof.py, src/gen/filters/rules/family/_regexpchildname.py, src/gen/filters/rules/family/_regexpfathername.py, src/gen/filters/rules/family/_regexpidof.py, src/gen/filters/rules/family/_regexpmothername.py, src/gen/filters/rules/family/_searchchildname.py, src/gen/filters/rules/family/_searchfathername.py, src/gen/filters/rules/family/_searchmothername.py, src/gen/filters/rules/media/Makefile.am, src/gen/filters/rules/media/__init__.py, src/gen/filters/rules/media/_allmedia.py, src/gen/filters/rules/media/_changedsince.py, src/gen/filters/rules/media/_hasattribute.py, src/gen/filters/rules/media/_hascitation.py, src/gen/filters/rules/media/_hasidof.py, src/gen/filters/rules/media/_hasmedia.py, src/gen/filters/rules/media/_hasnotematchingsubstringof.py, src/gen/filters/rules/media/_hasnoteregexp.py, src/gen/filters/rules/media/_hasreferencecountof.py, src/gen/filters/rules/media/_hassourcecount.py, src/gen/filters/rules/media/_hassourceof.py, src/gen/filters/rules/media/_hastag.py, src/gen/filters/rules/media/_matchesfilter.py, src/gen/filters/rules/media/_matchessourceconfidence.py, src/gen/filters/rules/media/_mediaprivate.py, src/gen/filters/rules/media/_regexpidof.py, src/gen/filters/rules/note/Makefile.am, src/gen/filters/rules/note/__init__.py, src/gen/filters/rules/note/_allnotes.py, src/gen/filters/rules/note/_changedsince.py, src/gen/filters/rules/note/_hasidof.py, src/gen/filters/rules/note/_hasnote.py, src/gen/filters/rules/note/_hasreferencecountof.py, src/gen/filters/rules/note/_hastag.py, src/gen/filters/rules/note/_matchesfilter.py, src/gen/filters/rules/note/_matchesregexpof.py, src/gen/filters/rules/note/_matchessubstringof.py, src/gen/filters/rules/note/_noteprivate.py, src/gen/filters/rules/note/_regexpidof.py, src/gen/filters/rules/person/Makefile.am, src/gen/filters/rules/person/__init__.py, src/gen/filters/rules/person/_changedsince.py, src/gen/filters/rules/person/_deeprelationshippathbetween.py, src/gen/filters/rules/person/_disconnected.py, src/gen/filters/rules/person/_everyone.py, src/gen/filters/rules/person/_familywithincompleteevent.py, src/gen/filters/rules/person/_hasaddress.py, src/gen/filters/rules/person/_hasalternatename.py, src/gen/filters/rules/person/_hasassociation.py, src/gen/filters/rules/person/_hasattribute.py, src/gen/filters/rules/person/_hasbirth.py, src/gen/filters/rules/person/_hascitation.py, src/gen/filters/rules/person/_hascommonancestorwith.py, src/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py, src/gen/filters/rules/person/_hasdeath.py, src/gen/filters/rules/person/_hasevent.py, src/gen/filters/rules/person/_hasfamilyattribute.py, src/gen/filters/rules/person/_hasfamilyevent.py, src/gen/filters/rules/person/_hasgallery.py, src/gen/filters/rules/person/_hasidof.py, src/gen/filters/rules/person/_haslds.py, src/gen/filters/rules/person/_hasnameof.py, src/gen/filters/rules/person/_hasnameorigintype.py, src/gen/filters/rules/person/_hasnametype.py, src/gen/filters/rules/person/_hasnickname.py, src/gen/filters/rules/person/_hasnote.py, src/gen/filters/rules/person/_hasnotematchingsubstringof.py, src/gen/filters/rules/person/_hasnoteregexp.py, src/gen/filters/rules/person/_hasrelationship.py, src/gen/filters/rules/person/_hassourcecount.py, src/gen/filters/rules/person/_hassourceof.py, src/gen/filters/rules/person/_hastag.py, src/gen/filters/rules/person/_hastextmatchingregexpof.py, src/gen/filters/rules/person/_hastextmatchingsubstringof.py, src/gen/filters/rules/person/_hasunknowngender.py, src/gen/filters/rules/person/_havealtfamilies.py, src/gen/filters/rules/person/_havechildren.py, src/gen/filters/rules/person/_incompletenames.py, src/gen/filters/rules/person/_isancestorof.py, src/gen/filters/rules/person/_isancestoroffiltermatch.py, src/gen/filters/rules/person/_isbookmarked.py, src/gen/filters/rules/person/_ischildoffiltermatch.py, src/gen/filters/rules/person/_isdefaultperson.py, src/gen/filters/rules/person/_isdescendantfamilyof.py, src/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py, src/gen/filters/rules/person/_isdescendantof.py, src/gen/filters/rules/person/_isdescendantoffiltermatch.py, src/gen/filters/rules/person/_isduplicatedancestorof.py, src/gen/filters/rules/person/_isfemale.py, src/gen/filters/rules/person/_islessthannthgenerationancestorof.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofbook marked.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofdefa ultperson.py, src/gen/filters/rules/person/_islessthannthgenerationdescendantof.p y, src/gen/filters/rules/person/_ismale.py, src/gen/filters/rules/person/_ismorethannthgenerationancestorof.py, src/gen/filters/rules/person/_ismorethannthgenerationdescendantof.p y, src/gen/filters/rules/person/_isparentoffiltermatch.py, src/gen/filters/rules/person/_isrelatedwith.py, src/gen/filters/rules/person/_issiblingoffiltermatch.py, src/gen/filters/rules/person/_isspouseoffiltermatch.py, src/gen/filters/rules/person/_iswitness.py, src/gen/filters/rules/person/_matcheseventfilter.py, src/gen/filters/rules/person/_matchesfilter.py, src/gen/filters/rules/person/_matchessourceconfidence.py, src/gen/filters/rules/person/_matchidof.py, src/gen/filters/rules/person/_missingparent.py, src/gen/filters/rules/person/_multiplemarriages.py, src/gen/filters/rules/person/_nevermarried.py, src/gen/filters/rules/person/_nobirthdate.py, src/gen/filters/rules/person/_nodeathdate.py, src/gen/filters/rules/person/_peopleprivate.py, src/gen/filters/rules/person/_peoplepublic.py, src/gen/filters/rules/person/_personwithincompleteevent.py, src/gen/filters/rules/person/_probablyalive.py, src/gen/filters/rules/person/_regexpidof.py, src/gen/filters/rules/person/_regexpname.py, src/gen/filters/rules/person/_relationshippathbetween.py, src/gen/filters/rules/person/_relationshippathbetweenbookmarks.py, src/gen/filters/rules/person/_searchname.py, src/gen/filters/rules/place/Makefile.am, src/gen/filters/rules/place/__init__.py, src/gen/filters/rules/place/_allplaces.py, src/gen/filters/rules/place/_changedsince.py, src/gen/filters/rules/place/_hascitation.py, src/gen/filters/rules/place/_hasgallery.py, src/gen/filters/rules/place/_hasidof.py, src/gen/filters/rules/place/_hasnolatorlon.py, src/gen/filters/rules/place/_hasnote.py, src/gen/filters/rules/place/_hasnotematchingsubstringof.py, src/gen/filters/rules/place/_hasnoteregexp.py, src/gen/filters/rules/place/_hasplace.py, src/gen/filters/rules/place/_hasreferencecountof.py, src/gen/filters/rules/place/_hassourcecount.py, src/gen/filters/rules/place/_hassourceof.py, src/gen/filters/rules/place/_inlatlonneighborhood.py, src/gen/filters/rules/place/_matcheseventfilter.py, src/gen/filters/rules/place/_matchesfilter.py, src/gen/filters/rules/place/_matchessourceconfidence.py, src/gen/filters/rules/place/_placeprivate.py, src/gen/filters/rules/place/_regexpidof.py, src/gen/filters/rules/repository/Makefile.am, src/gen/filters/rules/repository/__init__.py, src/gen/filters/rules/repository/_allrepos.py, src/gen/filters/rules/repository/_changedsince.py, src/gen/filters/rules/repository/_hasidof.py, src/gen/filters/rules/repository/_hasnotematchingsubstringof.py, src/gen/filters/rules/repository/_hasnoteregexp.py, src/gen/filters/rules/repository/_hasreferencecountof.py, src/gen/filters/rules/repository/_hasrepo.py, src/gen/filters/rules/repository/_matchesfilter.py, src/gen/filters/rules/repository/_matchesnamesubstringof.py, src/gen/filters/rules/repository/_regexpidof.py, src/gen/filters/rules/repository/_repoprivate.py, src/gen/filters/rules/source/Makefile.am, src/gen/filters/rules/source/__init__.py, src/gen/filters/rules/source/_allsources.py, src/gen/filters/rules/source/_changedsince.py, src/gen/filters/rules/source/_hasgallery.py, src/gen/filters/rules/source/_hasidof.py, src/gen/filters/rules/source/_hasnote.py, src/gen/filters/rules/source/_hasnotematchingsubstringof.py, src/gen/filters/rules/source/_hasnoteregexp.py, src/gen/filters/rules/source/_hasreferencecountof.py, src/gen/filters/rules/source/_hasrepository.py, src/gen/filters/rules/source/_hasrepositorycallnumberref.py, src/gen/filters/rules/source/_matchesfilter.py, src/gen/filters/rules/source/_matchesrepositoryfilter.py, src/gen/filters/rules/source/_matchestitlesubstringof.py, src/gen/filters/rules/source/_regexpidof.py, src/gen/filters/rules/source/_sourceprivate.py, src/gen/ggettext.py, src/gen/lib/Makefile.am, src/gen/lib/__init__.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/attrtype.py, src/gen/lib/baseobj.py, src/gen/lib/calendar.py, src/gen/lib/childref.py, src/gen/lib/childreftype.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/const.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/lib/familyreltype.py, src/gen/lib/genderstats.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/markertype.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/nameorigintype.py, src/gen/lib/nametype.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/notetype.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/placebase.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/privsrcnote.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/repotype.py, src/gen/lib/researcher.py, src/gen/lib/secondaryobj.py, src/gen/lib/src.py, src/gen/lib/srcmediatype.py, src/gen/lib/srcnote.py, src/gen/lib/styledtext.py, src/gen/lib/styledtexttag.py, src/gen/lib/styledtexttagtype.py, src/gen/lib/surname.py, src/gen/lib/surnamebase.py, src/gen/lib/tableobj.py, src/gen/lib/tag.py, src/gen/lib/tagbase.py, src/gen/lib/test/date_test.py, src/gen/lib/test/grampstype_test.py, src/gen/lib/test/merge_test.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/gen/lib/urltype.py, src/gen/lib/witness.py, src/gen/merge/Makefile.am, src/gen/merge/__init__.py, src/gen/merge/diff.py, src/gen/merge/mergecitationquery.py, src/gen/merge/mergeeventquery.py, src/gen/merge/mergefamilyquery.py, src/gen/merge/mergemediaquery.py, src/gen/merge/mergenotequery.py, src/gen/merge/mergepersonquery.py, src/gen/merge/mergeplacequery.py, src/gen/merge/mergerepositoryquery.py, src/gen/merge/mergesourcequery.py, src/gen/merge/test/merge_ref_test.py, src/gen/mime/Makefile.am, src/gen/mime/__init__.py, src/gen/mime/_gnomemime.py, src/gen/mime/_pythonmime.py, src/gen/mime/_winmime.py, src/gen/plug/Makefile.am, src/gen/plug/__init__.py, src/gen/plug/_docgenplugin.py, src/gen/plug/_export.py, src/gen/plug/_gramplet.py, src/gen/plug/_import.py, src/gen/plug/_manager.py, src/gen/plug/_options.py, src/gen/plug/_plugin.py, src/gen/plug/_pluginreg.py, src/gen/plug/docbackend/Makefile.am, src/gen/plug/docbackend/__init__.py, src/gen/plug/docbackend/cairobackend.py, src/gen/plug/docbackend/docbackend.py, src/gen/plug/docgen/Makefile.am, src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/basedoc.py, src/gen/plug/docgen/drawdoc.py, src/gen/plug/docgen/fontscale.py, src/gen/plug/docgen/fontstyle.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/docgen/graphicstyle.py, src/gen/plug/docgen/paperstyle.py, src/gen/plug/docgen/paragraphstyle.py, src/gen/plug/docgen/stylesheet.py, src/gen/plug/docgen/tablestyle.py, src/gen/plug/docgen/textdoc.py, src/gen/plug/menu/Makefile.am, src/gen/plug/menu/__init__.py, src/gen/plug/menu/_boolean.py, src/gen/plug/menu/_booleanlist.py, src/gen/plug/menu/_color.py, src/gen/plug/menu/_destination.py, src/gen/plug/menu/_enumeratedlist.py, src/gen/plug/menu/_family.py, src/gen/plug/menu/_filter.py, src/gen/plug/menu/_media.py, src/gen/plug/menu/_menu.py, src/gen/plug/menu/_note.py, src/gen/plug/menu/_number.py, src/gen/plug/menu/_option.py, src/gen/plug/menu/_person.py, src/gen/plug/menu/_personlist.py, src/gen/plug/menu/_placelist.py, src/gen/plug/menu/_string.py, src/gen/plug/menu/_style.py, src/gen/plug/menu/_surnamecolor.py, src/gen/plug/menu/_text.py, src/gen/plug/report/Makefile.am, src/gen/plug/report/__init__.py, src/gen/plug/report/_bibliography.py, src/gen/plug/report/_constants.py, src/gen/plug/report/_options.py, src/gen/plug/report/_paper.py, src/gen/plug/report/_reportbase.py, src/gen/plug/report/endnotes.py, src/gen/plug/report/utils.py, src/gen/plug/utils.py, src/gen/proxy/Makefile.am, src/gen/proxy/__init__.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/proxy/referencedbyselection.py, src/gen/recentfiles.py, src/gen/relationship.py, src/gen/simple/Makefile.am, src/gen/simple/__init__.py, src/gen/simple/_simpleaccess.py, src/gen/simple/_simpledoc.py, src/gen/simple/_simpletable.py, src/gen/sort.py, src/gen/soundex.py, src/gen/updatecallback.py, src/gen/user.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gen/utils/alive.py, src/gen/utils/callback.py, src/gen/utils/callman.py, src/gen/utils/cast.py, src/gen/utils/config.py, src/gen/utils/configmanager.py, src/gen/utils/db.py, src/gen/utils/debug.py, src/gen/utils/docgen/CSVTab.py, src/gen/utils/docgen/Makefile.am, src/gen/utils/docgen/ODSTab.py, src/gen/utils/docgen/TabbedDoc.py, src/gen/utils/docgen/__init__.py, src/gen/utils/file.py, src/gen/utils/id.py, src/gen/utils/image.py, src/gen/utils/keyword.py, src/gen/utils/lds.py, src/gen/utils/libformatting.py, src/gen/utils/mactrans.py, src/gen/utils/place.py, src/gen/utils/string.py, src/gen/utils/svn.py, src/gen/utils/test/callback_test.py, src/gen/utils/trans.py, src/gen/utils/unknown.py, src/grampsapp.py, src/gui/Makefile.am, src/gui/__init__.py, src/gui/aboutdialog.py, src/gui/autocomp.py, src/gui/basesidebar.py, src/gui/clipboard.py, src/gui/columnorder.py, src/gui/configure.py, src/gui/dbguielement.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/ddtargets.py, src/gui/dialog.py, src/gui/display.py, src/gui/displaystate.py, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/Makefile.am, src/gui/editors/displaytabs/__init__.py, src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/addressmodel.py, src/gui/editors/displaytabs/attrembedlist.py, src/gui/editors/displaytabs/attrmodel.py, src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/displaytabs/citationbackreflist.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/citationrefmodel.py, src/gui/editors/displaytabs/dataembedlist.py, src/gui/editors/displaytabs/datamodel.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventbackreflist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/familyattrembedlist.py, src/gui/editors/displaytabs/familyldsembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/grampstab.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/displaytabs/ldsembedlist.py, src/gui/editors/displaytabs/ldsmodel.py, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/locationmodel.py, src/gui/editors/displaytabs/mediabackreflist.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/notebackreflist.py, src/gui/editors/displaytabs/notemodel.py, src/gui/editors/displaytabs/notetab.py, src/gui/editors/displaytabs/personbackreflist.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/personrefembedlist.py, src/gui/editors/displaytabs/personrefmodel.py, src/gui/editors/displaytabs/placebackreflist.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/displaytabs/reporefmodel.py, src/gui/editors/displaytabs/sourcebackreflist.py, src/gui/editors/displaytabs/surnamemodel.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/displaytabs/webmodel.py, src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editchildref.py, src/gui/editors/editcitation.py, src/gui/editors/editdate.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editlink.py, src/gui/editors/editlocation.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editplace.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editreporef.py, src/gui/editors/editrepository.py, src/gui/editors/editsecondary.py, src/gui/editors/editsource.py, src/gui/editors/edittaglist.py, src/gui/editors/editurl.py, src/gui/editors/filtereditor.py, src/gui/editors/objectentries.py, src/gui/filters/Makefile.am, src/gui/filters/__init__.py, src/gui/filters/_filtercombobox.py, src/gui/filters/_filtermenu.py, src/gui/filters/_filterstore.py, src/gui/filters/_searchbar.py, src/gui/filters/sidebar/Makefile.am, src/gui/filters/sidebar/__init__.py, src/gui/filters/sidebar/_citationsidebarfilter.py, src/gui/filters/sidebar/_eventsidebarfilter.py, src/gui/filters/sidebar/_familysidebarfilter.py, src/gui/filters/sidebar/_mediasidebarfilter.py, src/gui/filters/sidebar/_notesidebarfilter.py, src/gui/filters/sidebar/_personsidebarfilter.py, src/gui/filters/sidebar/_placesidebarfilter.py, src/gui/filters/sidebar/_reposidebarfilter.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/filters/sidebar/_sourcesidebarfilter.py, src/gui/glade.py, src/gui/glade/Makefile.am, src/gui/glade/addmedia.glade, src/gui/glade/baseselector.glade, src/gui/glade/catalog/README, src/gui/glade/catalog/grampswidgets.py, src/gui/glade/catalog/grampswidgets.xml, src/gui/glade/clipboard.glade, src/gui/glade/configure.glade, src/gui/glade/dbman.glade, src/gui/glade/dialog.glade, src/gui/glade/displaystate.glade, src/gui/glade/editaddress.glade, src/gui/glade/editattribute.glade, src/gui/glade/editchildref.glade, src/gui/glade/editcitation.glade, src/gui/glade/editdate.glade, src/gui/glade/editevent.glade, src/gui/glade/editeventref.glade, src/gui/glade/editfamily.glade, src/gui/glade/editldsord.glade, src/gui/glade/editlink.glade, src/gui/glade/editlocation.glade, src/gui/glade/editmedia.glade, src/gui/glade/editmediaref.glade, src/gui/glade/editname.glade, src/gui/glade/editnote.glade, src/gui/glade/editperson.glade, src/gui/glade/editpersonref.glade, src/gui/glade/editplace.glade, src/gui/glade/editreporef.glade, src/gui/glade/editrepository.glade, src/gui/glade/editsource.glade, src/gui/glade/editsourceref.glade, src/gui/glade/editurl.glade, src/gui/glade/grampletpane.glade, src/gui/glade/gramps.glade, src/gui/glade/mergecitation.glade, src/gui/glade/mergedata.glade, src/gui/glade/mergeevent.glade, src/gui/glade/mergefamily.glade, src/gui/glade/mergemedia.glade, src/gui/glade/mergenote.glade, src/gui/glade/mergeperson.glade, src/gui/glade/mergeplace.glade, src/gui/glade/mergerepository.glade, src/gui/glade/mergesource.glade, src/gui/glade/papermenu.glade, src/gui/glade/plugins.glade, src/gui/glade/reorder.glade, src/gui/glade/rule.glade, src/gui/glade/styleeditor.glade, src/gui/glade/tipofday.glade, src/gui/glade/updateaddons.glade, src/gui/grampsbar.py, src/gui/grampsgui.py, src/gui/listmodel.py, src/gui/logger/Makefile.am, src/gui/logger/__init__.py, src/gui/logger/_errorreportassistant.py, src/gui/logger/_errorview.py, src/gui/logger/_gtkhandler.py, src/gui/logger/_rotatehandler.py, src/gui/makefilter.py, src/gui/managedwindow.py, src/gui/merge/Makefile.am, src/gui/merge/__init__.py, src/gui/merge/mergecitation.py, src/gui/merge/mergeevent.py, src/gui/merge/mergefamily.py, src/gui/merge/mergemedia.py, src/gui/merge/mergenote.py, src/gui/merge/mergeperson.py, src/gui/merge/mergeplace.py, src/gui/merge/mergerepository.py, src/gui/merge/mergesource.py, src/gui/navigator.py, src/gui/plug/Makefile.am, src/gui/plug/__init__.py, src/gui/plug/_dialogs.py, src/gui/plug/_guioptions.py, src/gui/plug/_windows.py, src/gui/plug/export/Makefile.am, src/gui/plug/export/__init__.py, src/gui/plug/export/_exportassistant.py, src/gui/plug/export/_exportoptions.py, src/gui/plug/quick/Makefile.am, src/gui/plug/quick/__init__.py, src/gui/plug/quick/_quickreports.py, src/gui/plug/quick/_quicktable.py, src/gui/plug/quick/_textbufdoc.py, src/gui/plug/report/Makefile.am, src/gui/plug/report/__init__.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_drawreportdialog.py, src/gui/plug/report/_fileentry.py, src/gui/plug/report/_graphvizreportdialog.py, src/gui/plug/report/_papermenu.py, src/gui/plug/report/_reportdialog.py, src/gui/plug/report/_stylecombobox.py, src/gui/plug/report/_styleeditor.py, src/gui/plug/report/_textreportdialog.py, src/gui/plug/report/_webreportdialog.py, src/gui/plug/tool.py, src/gui/pluginmanager.py, src/gui/selectors/Makefile.am, src/gui/selectors/__init__.py, src/gui/selectors/baseselector.py, src/gui/selectors/selectcitation.py, src/gui/selectors/selectevent.py, src/gui/selectors/selectfamily.py, src/gui/selectors/selectnote.py, src/gui/selectors/selectobject.py, src/gui/selectors/selectorexceptions.py, src/gui/selectors/selectorfactory.py, src/gui/selectors/selectperson.py, src/gui/selectors/selectplace.py, src/gui/selectors/selectrepository.py, src/gui/selectors/selectsource.py, src/gui/spell.py, src/gui/thumbnails.py, src/gui/tipofday.py, src/gui/undohistory.py, src/gui/user.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/views/Makefile.am, src/gui/views/__init__.py, src/gui/views/bookmarks.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/views/tags.py, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/citationlistmodel.py, src/gui/views/treemodels/citationtreemodel.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/lru.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/basicentry.py, src/gui/widgets/buttons.py, src/gui/widgets/expandcollapsearrow.py, src/gui/widgets/fanchart.py, src/gui/widgets/fanchartdesc.py, src/gui/widgets/grampletpane.py, src/gui/widgets/labels.py, src/gui/widgets/linkbox.py, src/gui/widgets/menuitem.py, src/gui/widgets/menutoolbuttonaction.py, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/multitreeview.py, src/gui/widgets/photo.py, src/gui/widgets/progressdialog.py, src/gui/widgets/reorderfam.py, src/gui/widgets/shortlistcomboentry.py, src/gui/widgets/springseparator.py, src/gui/widgets/statusbar.py, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/toolcomboentry.py, src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoableentry.py, src/gui/widgets/undoablestyledbuffer.py, src/gui/widgets/validatedcomboentry.py, src/gui/widgets/validatedmaskedentry.py, src/gui/widgets/valueaction.py, src/gui/widgets/valuetoolitem.py, src/guiQML/__init__.py, src/guiQML/grampsqml.py, src/guiQML/qmlwidgets/TextButton.qml, src/guiQML/qmlwidgets/TopBar.qml, src/guiQML/questiondialog.py, src/guiQML/viewmanager.py, src/guiQML/views/__init__.py, src/guiQML/views/centralview.py, src/guiQML/views/centralview.qml, src/guiQML/views/dbman.py, src/guiQML/views/dbman.qml, src/guiQML/views/peopleview.qml, src/guiQML/views/personview.py, src/images/16x16/Makefile.am, src/images/16x16/source/gramps-geo.svg, src/images/16x16/source/gramps-tree-group.svg, src/images/16x16/source/gramps-tree-list.svg, src/images/16x16/source/gramps-tree-select.svg, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/Makefile.am, src/images/gramps.svg, src/images/scalable/Makefile.am, src/images/scalable/add-parent-existing-family.svg, src/images/scalable/geo-fixed-zoom.svg, src/images/scalable/geo-free-zoom.svg, src/images/scalable/geo-place-add.svg, src/images/scalable/geo-place-link.svg, src/images/scalable/geo-show-event.svg, src/images/scalable/geo-show-family.svg, src/images/scalable/geo-show-person.svg, src/images/scalable/geo-show-place.svg, src/images/scalable/gramps-address.svg, src/images/scalable/gramps-attribute.svg, src/images/scalable/gramps-bookmark-delete.svg, src/images/scalable/gramps-bookmark-edit.svg, src/images/scalable/gramps-bookmark-new.svg, src/images/scalable/gramps-bookmark.svg, src/images/scalable/gramps-citation.svg, src/images/scalable/gramps-config.svg, src/images/scalable/gramps-date-edit.svg, src/images/scalable/gramps-date.svg, src/images/scalable/gramps-event.svg, src/images/scalable/gramps-family.svg, src/images/scalable/gramps-fanchart.svg, src/images/scalable/gramps-fanchartdesc.svg, src/images/scalable/gramps-font-bgcolor.svg, src/images/scalable/gramps-font-color.svg, src/images/scalable/gramps-font.svg, src/images/scalable/gramps-geo-altmap.svg, src/images/scalable/gramps-geo-birth.svg, src/images/scalable/gramps-geo-death.svg, src/images/scalable/gramps-geo-mainmap.svg, src/images/scalable/gramps-geo-marriage.svg, src/images/scalable/gramps-geo.svg, src/images/scalable/gramps-gramplet.svg, src/images/scalable/gramps-lock.svg, src/images/scalable/gramps-media.svg, src/images/scalable/gramps-merge.svg, src/images/scalable/gramps-notes.svg, src/images/scalable/gramps-parents-add.svg, src/images/scalable/gramps-parents-open.svg, src/images/scalable/gramps-parents.svg, src/images/scalable/gramps-pedigree.svg, src/images/scalable/gramps-person.svg, src/images/scalable/gramps-place.svg, src/images/scalable/gramps-relation.svg, src/images/scalable/gramps-reports.svg, src/images/scalable/gramps-repository.svg, src/images/scalable/gramps-source.svg, src/images/scalable/gramps-spouse.svg, src/images/scalable/gramps-tag-new.svg, src/images/scalable/gramps-tag.svg, src/images/scalable/gramps-tools.svg, src/images/scalable/gramps-tree-group.svg, src/images/scalable/gramps-tree-list.svg, src/images/scalable/gramps-tree-select.svg, src/images/scalable/gramps-unlock.svg, src/images/scalable/gramps-view.svg, src/images/scalable/gramps-viewmedia.svg, src/images/scalable/gramps-zoom-best-fit.svg, src/images/scalable/gramps-zoom-fit-width.svg, src/images/scalable/gramps-zoom-in.svg, src/images/scalable/gramps-zoom-out.svg, src/images/scalable/gramps.svg, src/plugins/Makefile.am, src/plugins/bookreport.glade, src/plugins/bookreport.gpr.py, src/plugins/bookreport.py, src/plugins/docgen/Makefile.am, src/plugins/docgen/asciidoc.py, src/plugins/docgen/docgen.gpr.py, src/plugins/docgen/gtkprint.glade, src/plugins/docgen/gtkprint.py, src/plugins/docgen/htmldoc.py, src/plugins/docgen/latexdoc.py, src/plugins/docgen/odfdoc.py, src/plugins/docgen/pdfdoc.py, src/plugins/docgen/psdrawdoc.py, src/plugins/docgen/rtfdoc.py, src/plugins/docgen/svgdrawdoc.py, src/plugins/drawreport/Makefile.am, src/plugins/drawreport/ancestortree.py, src/plugins/drawreport/calendarreport.py, src/plugins/drawreport/descendtree.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/drawreport/fanchart.py, src/plugins/drawreport/statisticschart.py, src/plugins/drawreport/timeline.py, src/plugins/export/Makefile.am, src/plugins/export/export.gpr.py, src/plugins/export/exportcsv.glade, src/plugins/export/exportcsv.py, src/plugins/export/exportftree.glade, src/plugins/export/exportftree.py, src/plugins/export/exportgedcom.py, src/plugins/export/exportgeneweb.glade, src/plugins/export/exportgeneweb.py, src/plugins/export/exportpkg.py, src/plugins/export/exportvcalendar.glade, src/plugins/export/exportvcalendar.py, src/plugins/export/exportvcard.glade, src/plugins/export/exportvcard.py, src/plugins/export/exportxml.py, src/plugins/export/test/exportVCard_test.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/ageondategramplet.py, src/plugins/gramplet/agestats.py, src/plugins/gramplet/attributes.py, src/plugins/gramplet/attributesgramplet.py, src/plugins/gramplet/backlinks.py, src/plugins/gramplet/calendargramplet.py, src/plugins/gramplet/children.py, src/plugins/gramplet/citations.py, src/plugins/gramplet/descendgramplet.py, src/plugins/gramplet/editexifmetadata.py, src/plugins/gramplet/events.py, src/plugins/gramplet/fanchartdescgramplet.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/gramplet/faqgramplet.py, src/plugins/gramplet/filter.py, src/plugins/gramplet/gallery.py, src/plugins/gramplet/givennamegramplet.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/gramplet/mediapreview.py, src/plugins/gramplet/metadataviewer.py, src/plugins/gramplet/notes.py, src/plugins/gramplet/pedigreegramplet.py, src/plugins/gramplet/persondetails.py, src/plugins/gramplet/personresidence.py, src/plugins/gramplet/placedetails.py, src/plugins/gramplet/quickviewgramplet.py, src/plugins/gramplet/relativegramplet.py, src/plugins/gramplet/repositorydetails.py, src/plugins/gramplet/sessionloggramplet.py, src/plugins/gramplet/statsgramplet.py, src/plugins/gramplet/surnamecloudgramplet.py, src/plugins/gramplet/todogramplet.py, src/plugins/gramplet/topsurnamesgramplet.py, src/plugins/gramplet/welcomegramplet.py, src/plugins/gramplet/whatsnext.py, src/plugins/graph/Makefile.am, src/plugins/graph/graphplugins.gpr.py, src/plugins/graph/gvfamilylines.py, src/plugins/graph/gvhourglass.py, src/plugins/graph/gvrelgraph.py, src/plugins/import/Makefile.am, src/plugins/import/import.gpr.py, src/plugins/import/importcsv.py, src/plugins/import/importgedcom.glade, src/plugins/import/importgedcom.py, src/plugins/import/importgeneweb.py, src/plugins/import/importgpkg.py, src/plugins/import/importgrdb.py, src/plugins/import/importprogen.py, src/plugins/import/importvcard.py, src/plugins/import/importxml.py, src/plugins/import/test/importVCard_test.py, src/plugins/lib/Makefile.am, src/plugins/lib/holidays.xml.in, src/plugins/lib/libcairodoc.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libgrampsxml.py, src/plugins/lib/libgrdb.py, src/plugins/lib/libholiday.py, src/plugins/lib/libhtml.py, src/plugins/lib/libhtmlbackend.py, src/plugins/lib/libhtmlconst.py, src/plugins/lib/libmapservice.py, src/plugins/lib/libmetadata.py, src/plugins/lib/libmixin.py, src/plugins/lib/libnarrate.py, src/plugins/lib/libodfbackend.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/lib/libplugins.gpr.py, src/plugins/lib/libsubstkeyword.py, src/plugins/lib/libtranslate.py, src/plugins/lib/libtreebase.py, src/plugins/lib/maps/Makefile.am, src/plugins/lib/maps/__init__.py, src/plugins/lib/maps/constants.py, src/plugins/lib/maps/datelayer.py, src/plugins/lib/maps/dummylayer.py, src/plugins/lib/maps/dummynogps.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/lifewaylayer.py, src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/messagelayer.py, src/plugins/lib/maps/osmGps.py, src/plugins/lib/maps/placeselection.py, src/plugins/lib/maps/selectionlayer.py, src/plugins/mapservices/Makefile.am, src/plugins/mapservices/eniroswedenmap.py, src/plugins/mapservices/googlemap.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/mapservices/openstreetmap.py, src/plugins/quickview/Makefile.am, src/plugins/quickview/ageondate.py, src/plugins/quickview/all_events.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/attributematch.py, src/plugins/quickview/filterbyname.py, src/plugins/quickview/lineage.py, src/plugins/quickview/linkreferences.py, src/plugins/quickview/onthisday.py, src/plugins/quickview/quickview.gpr.py, src/plugins/quickview/references.py, src/plugins/quickview/reporef.py, src/plugins/quickview/samesurnames.py, src/plugins/quickview/siblings.py, src/plugins/records.gpr.py, src/plugins/records.py, src/plugins/rel/Makefile.am, src/plugins/rel/rel_ca.py, src/plugins/rel/rel_cs.py, src/plugins/rel/rel_da.py, src/plugins/rel/rel_de.py, src/plugins/rel/rel_es.py, src/plugins/rel/rel_fi.py, src/plugins/rel/rel_fr.py, src/plugins/rel/rel_hr.py, src/plugins/rel/rel_hu.py, src/plugins/rel/rel_it.py, src/plugins/rel/rel_nl.py, src/plugins/rel/rel_no.py, src/plugins/rel/rel_pl.py, src/plugins/rel/rel_pt.py, src/plugins/rel/rel_ru.py, src/plugins/rel/rel_sk.py, src/plugins/rel/rel_sl.py, src/plugins/rel/rel_sv.py, src/plugins/rel/relplugins.gpr.py, src/plugins/sidebar/Makefile.am, src/plugins/sidebar/categorysidebar.py, src/plugins/sidebar/sidebar.gpr.py, src/plugins/textreport/Makefile.am, src/plugins/textreport/alphabeticalindex.py, src/plugins/textreport/ancestorreport.py, src/plugins/textreport/birthdayreport.py, src/plugins/textreport/custombooktext.py, src/plugins/textreport/descendreport.py, src/plugins/textreport/detancestralreport.py, src/plugins/textreport/detdescendantreport.py, src/plugins/textreport/endoflinereport.py, src/plugins/textreport/familygroup.py, src/plugins/textreport/indivcomplete.py, src/plugins/textreport/kinshipreport.py, src/plugins/textreport/numberofancestorsreport.py, src/plugins/textreport/placereport.py, src/plugins/textreport/simplebooktitle.py, src/plugins/textreport/summary.py, src/plugins/textreport/tableofcontents.py, src/plugins/textreport/tagreport.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/Makefile.am, src/plugins/tool/changenames.glade, src/plugins/tool/changenames.py, src/plugins/tool/changetypes.glade, src/plugins/tool/changetypes.py, src/plugins/tool/check.glade, src/plugins/tool/check.py, src/plugins/tool/dateparserdisplaytest.py, src/plugins/tool/desbrowser.glade, src/plugins/tool/desbrowser.py, src/plugins/tool/dumpgenderstats.py, src/plugins/tool/eval.glade, src/plugins/tool/eval.py, src/plugins/tool/eventcmp.glade, src/plugins/tool/eventcmp.py, src/plugins/tool/eventnames.py, src/plugins/tool/extractcity.py, src/plugins/tool/finddupes.glade, src/plugins/tool/finddupes.py, src/plugins/tool/leak.glade, src/plugins/tool/leak.py, src/plugins/tool/mediamanager.py, src/plugins/tool/mergecitations.glade, src/plugins/tool/mergecitations.py, src/plugins/tool/notrelated.glade, src/plugins/tool/notrelated.py, src/plugins/tool/ownereditor.glade, src/plugins/tool/ownereditor.py, src/plugins/tool/patchnames.glade, src/plugins/tool/patchnames.py, src/plugins/tool/phpgedview.glade, src/plugins/tool/phpgedviewconnector.py, src/plugins/tool/populatesources.py, src/plugins/tool/rebuild.py, src/plugins/tool/rebuildgenderstat.py, src/plugins/tool/rebuildrefmap.py, src/plugins/tool/relcalc.glade, src/plugins/tool/relcalc.py, src/plugins/tool/removeunused.glade, src/plugins/tool/removeunused.py, src/plugins/tool/reorderids.py, src/plugins/tool/sortevents.py, src/plugins/tool/soundgen.glade, src/plugins/tool/soundgen.py, src/plugins/tool/testcasegenerator.py, src/plugins/tool/tools.gpr.py, src/plugins/tool/toolsdebug.gpr.py, src/plugins/tool/verify.glade, src/plugins/tool/verify.py, src/plugins/view/Makefile.am, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartdescview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geography.gpr.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/grampletview.py, src/plugins/view/htmlrenderer.gpr.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py, src/plugins/view/placelistview.py, src/plugins/view/placetreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py, src/plugins/view/view.gpr.py, src/plugins/webreport/Makefile.am, src/plugins/webreport/narrativeweb.py, src/plugins/webreport/webcal.py, src/plugins/webreport/webplugins.gpr.py, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/css/GeoView.css, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Citations-Animated.css, src/plugins/webstuff/css/Web_Citations-Outline.css, src/plugins/webstuff/css/Web_DropDown-Menus.css, src/plugins/webstuff/css/Web_Fade-Menus.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Vertical-Menus.css, src/plugins/webstuff/css/Web_Visually.css, src/plugins/webstuff/css/ancestortree.css, src/plugins/webstuff/css/behaviour.css, src/plugins/webstuff/css/narrative-maps.css, src/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.2.custom.css, src/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.3.custom.css, src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/images/gramps-geo-altmap.svg, src/plugins/webstuff/images/gramps-geo-birth.svg, src/plugins/webstuff/images/gramps-geo-death.svg, src/plugins/webstuff/images/gramps-geo-mainmap.svg, src/plugins/webstuff/images/gramps-geo-marriage.svg, src/plugins/webstuff/index.html, src/plugins/webstuff/javascript/Makefile.am, src/plugins/webstuff/javascript/jquery-1.3.2.min.js, src/plugins/webstuff/javascript/jquery-1.7.1.js, src/plugins/webstuff/javascript/jquery-1.7.1.min.js, src/plugins/webstuff/javascript/jquery-ui-1.7.2.custom.min.js, src/plugins/webstuff/javascript/jquery.flexbox.js, src/plugins/webstuff/javascript/jquery.flexbox.min.js, src/plugins/webstuff/jhtmlarea/AutoPostTest.aspx, src/plugins/webstuff/jhtmlarea/AutoPostTest.aspx.vb, src/plugins/webstuff/jhtmlarea/ColorPickerMenu.htm, src/plugins/webstuff/jhtmlarea/Default.htm, src/plugins/webstuff/jhtmlarea/Readme.txt, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0-vsdoc.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min-vsdoc.js , src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0. 7.0.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0. 7.0.min.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2-vsdoc.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min-vsdoc.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-ui-1.7.2.custom.min.j s, src/plugins/webstuff/jhtmlarea/style/jHtmlArea.ColorPickerMenu.css, src/plugins/webstuff/jhtmlarea/style/jHtmlArea.Editor.css, src/plugins/webstuff/jhtmlarea/style/jHtmlArea.css, src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/jquery-u i-1.7.2.custom.css, src/plugins/webstuff/webstuff.gpr.py, src/plugins/webstuff/webstuff.py, src/test/__init__.py, src/test/config_test.py, src/test/gramps_cli_test.py, src/test/regrtest.py, src/test/test/gedread_util_test.py, src/test/test/test_util_test.py, src/test/test_util.py, src/test/utils_test.py, src/webapp/Makefile, src/webapp/__init__.py, src/webapp/connection.py, src/webapp/context.py, src/webapp/dbdjango.py, src/webapp/empty.sql, src/webapp/example.sql, src/webapp/grampsdb/__init__.py, src/webapp/grampsdb/admin.py, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/profile.py, src/webapp/grampsdb/sql/childref.sql, src/webapp/grampsdb/sql/eventref.sql, src/webapp/grampsdb/sql/name.sql, src/webapp/grampsdb/sql/noteref.sql, src/webapp/grampsdb/sql/sourceref.sql, src/webapp/grampsdb/templatetags/__init__.py, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/grampsdb/view/__init__.py, src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/note.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/place.py, src/webapp/grampsdb/view/png.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/source.py, src/webapp/grampsdb/view/tag.py, src/webapp/grampsdb/views.py, src/webapp/init.py, src/webapp/init_gramps.py, src/webapp/libdjango.py, src/webapp/manage.py, src/webapp/reports.py, src/webapp/settings.py, src/webapp/shell.py, src/webapp/urls.py, src/webapp/utils.py: GEPS 026: Replace 'make' for Gramps build If we want to use Gramps from the code directory, src should be called gramps to allow import svn: r20466 2012-09-30 Benny Malengier * Gramps, gramps.sh.in, setup.py, src/__init__.py, src/gen/config.py, src/gen/const.py.in, src/gen/constfunc.py, src/gen/datehandler/_date_bg.py, src/gen/datehandler/_date_ca.py, src/gen/datehandler/_date_cs.py, src/gen/datehandler/_date_da.py, src/gen/datehandler/_date_de.py, src/gen/datehandler/_date_es.py, src/gen/datehandler/_date_fi.py, src/gen/datehandler/_date_fr.py, src/gen/datehandler/_date_hr.py, src/gen/datehandler/_date_it.py, src/gen/datehandler/_date_lt.py, src/gen/datehandler/_date_nb.py, src/gen/datehandler/_date_nl.py, src/gen/datehandler/_date_pl.py, src/gen/datehandler/_date_pt.py, src/gen/datehandler/_date_ru.py, src/gen/datehandler/_date_sk.py, src/gen/datehandler/_date_sl.py, src/gen/datehandler/_date_sr.py, src/gen/datehandler/_date_sv.py, src/gen/datehandler/_date_zh.py, src/gen/datehandler/_datedisplay.py, src/gen/datehandler/_datehandler.py, src/gen/datehandler/_dateparser.py, src/gen/datehandler/_dateutils.py, src/gen/datehandler/_grampslocale.py, src/gen/db/backup.py, src/gen/db/base.py, src/gen/db/cursor.py, src/gen/db/dbconst.py, src/gen/db/dictionary.py, src/gen/db/exceptions.py, src/gen/db/read.py, src/gen/db/txn.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/display/name.py, src/gen/filters/__init__.py, src/gen/filters/_filterlist.py, src/gen/filters/_filterparser.py, src/gen/filters/_genericfilter.py, src/gen/filters/_paramfilter.py, src/gen/filters/rules/__init__.py, src/gen/filters/rules/_changedsincebase.py, src/gen/filters/rules/_everything.py, src/gen/filters/rules/_hasattributebase.py, src/gen/filters/rules/_hascitationbase.py, src/gen/filters/rules/_haseventbase.py, src/gen/filters/rules/_hasgallerybase.py, src/gen/filters/rules/_hasgrampsid.py, src/gen/filters/rules/_hasldsbase.py, src/gen/filters/rules/_hasnotebase.py, src/gen/filters/rules/_hasnoteregexbase.py, src/gen/filters/rules/_hasnotesubstrbase.py, src/gen/filters/rules/_hasreferencecountbase.py, src/gen/filters/rules/_hassourcebase.py, src/gen/filters/rules/_hassourcecountbase.py, src/gen/filters/rules/_hassourceofbase.py, src/gen/filters/rules/_hastagbase.py, src/gen/filters/rules/_hastextmatchingregexpof.py, src/gen/filters/rules/_hastextmatchingsubstringof.py, src/gen/filters/rules/_isprivate.py, src/gen/filters/rules/_ispublic.py, src/gen/filters/rules/_matcheseventfilterbase.py, src/gen/filters/rules/_matchesfilterbase.py, src/gen/filters/rules/_matchessourceconfidencebase.py, src/gen/filters/rules/_matchessourcefilterbase.py, src/gen/filters/rules/_regexpidbase.py, src/gen/filters/rules/_rule.py, src/gen/filters/rules/citation/_allcitations.py, src/gen/filters/rules/citation/_changedsince.py, src/gen/filters/rules/citation/_citationprivate.py, src/gen/filters/rules/citation/_hascitation.py, src/gen/filters/rules/citation/_hasgallery.py, src/gen/filters/rules/citation/_hasidof.py, src/gen/filters/rules/citation/_hasnote.py, src/gen/filters/rules/citation/_hasnotematchingsubstringof.py, src/gen/filters/rules/citation/_hasnoteregexp.py, src/gen/filters/rules/citation/_hasreferencecountof.py, src/gen/filters/rules/citation/_hassource.py, src/gen/filters/rules/citation/_matchesfilter.py, src/gen/filters/rules/citation/_matchespagesubstringof.py, src/gen/filters/rules/citation/_matchesrepositoryfilter.py, src/gen/filters/rules/citation/_matchessourcefilter.py, src/gen/filters/rules/citation/_regexpidof.py, src/gen/filters/rules/event/__init__.py, src/gen/filters/rules/event/_allevents.py, src/gen/filters/rules/event/_changedsince.py, src/gen/filters/rules/event/_eventprivate.py, src/gen/filters/rules/event/_hasattribute.py, src/gen/filters/rules/event/_hascitation.py, src/gen/filters/rules/event/_hasdata.py, src/gen/filters/rules/event/_hasgallery.py, src/gen/filters/rules/event/_hasidof.py, src/gen/filters/rules/event/_hasnote.py, src/gen/filters/rules/event/_hasnotematchingsubstringof.py, src/gen/filters/rules/event/_hasnoteregexp.py, src/gen/filters/rules/event/_hasreferencecountof.py, src/gen/filters/rules/event/_hassourcecount.py, src/gen/filters/rules/event/_hastype.py, src/gen/filters/rules/event/_matchesfilter.py, src/gen/filters/rules/event/_matchespersonfilter.py, src/gen/filters/rules/event/_matchessourceconfidence.py, src/gen/filters/rules/event/_matchessourcefilter.py, src/gen/filters/rules/event/_regexpidof.py, src/gen/filters/rules/family/_allfamilies.py, src/gen/filters/rules/family/_changedsince.py, src/gen/filters/rules/family/_childhasidof.py, src/gen/filters/rules/family/_childhasnameof.py, src/gen/filters/rules/family/_familyprivate.py, src/gen/filters/rules/family/_fatherhasidof.py, src/gen/filters/rules/family/_fatherhasnameof.py, src/gen/filters/rules/family/_hasattribute.py, src/gen/filters/rules/family/_hascitation.py, src/gen/filters/rules/family/_hasevent.py, src/gen/filters/rules/family/_hasgallery.py, src/gen/filters/rules/family/_hasidof.py, src/gen/filters/rules/family/_haslds.py, src/gen/filters/rules/family/_hasnote.py, src/gen/filters/rules/family/_hasnotematchingsubstringof.py, src/gen/filters/rules/family/_hasnoteregexp.py, src/gen/filters/rules/family/_hasreferencecountof.py, src/gen/filters/rules/family/_hasreltype.py, src/gen/filters/rules/family/_hassourcecount.py, src/gen/filters/rules/family/_hassourceof.py, src/gen/filters/rules/family/_hastag.py, src/gen/filters/rules/family/_isbookmarked.py, src/gen/filters/rules/family/_matchesfilter.py, src/gen/filters/rules/family/_matchessourceconfidence.py, src/gen/filters/rules/family/_motherhasidof.py, src/gen/filters/rules/family/_motherhasnameof.py, src/gen/filters/rules/family/_regexpchildname.py, src/gen/filters/rules/family/_regexpfathername.py, src/gen/filters/rules/family/_regexpidof.py, src/gen/filters/rules/family/_regexpmothername.py, src/gen/filters/rules/family/_searchchildname.py, src/gen/filters/rules/family/_searchfathername.py, src/gen/filters/rules/family/_searchmothername.py, src/gen/filters/rules/media/_allmedia.py, src/gen/filters/rules/media/_changedsince.py, src/gen/filters/rules/media/_hasattribute.py, src/gen/filters/rules/media/_hascitation.py, src/gen/filters/rules/media/_hasidof.py, src/gen/filters/rules/media/_hasmedia.py, src/gen/filters/rules/media/_hasnotematchingsubstringof.py, src/gen/filters/rules/media/_hasnoteregexp.py, src/gen/filters/rules/media/_hasreferencecountof.py, src/gen/filters/rules/media/_hassourcecount.py, src/gen/filters/rules/media/_hassourceof.py, src/gen/filters/rules/media/_hastag.py, src/gen/filters/rules/media/_matchesfilter.py, src/gen/filters/rules/media/_matchessourceconfidence.py, src/gen/filters/rules/media/_mediaprivate.py, src/gen/filters/rules/media/_regexpidof.py, src/gen/filters/rules/note/_allnotes.py, src/gen/filters/rules/note/_changedsince.py, src/gen/filters/rules/note/_hasidof.py, src/gen/filters/rules/note/_hasnote.py, src/gen/filters/rules/note/_hasreferencecountof.py, src/gen/filters/rules/note/_hastag.py, src/gen/filters/rules/note/_matchesfilter.py, src/gen/filters/rules/note/_matchesregexpof.py, src/gen/filters/rules/note/_matchessubstringof.py, src/gen/filters/rules/note/_noteprivate.py, src/gen/filters/rules/note/_regexpidof.py, src/gen/filters/rules/person/_changedsince.py, src/gen/filters/rules/person/_deeprelationshippathbetween.py, src/gen/filters/rules/person/_disconnected.py, src/gen/filters/rules/person/_everyone.py, src/gen/filters/rules/person/_familywithincompleteevent.py, src/gen/filters/rules/person/_hasaddress.py, src/gen/filters/rules/person/_hasalternatename.py, src/gen/filters/rules/person/_hasassociation.py, src/gen/filters/rules/person/_hasattribute.py, src/gen/filters/rules/person/_hasbirth.py, src/gen/filters/rules/person/_hascitation.py, src/gen/filters/rules/person/_hascommonancestorwith.py, src/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py, src/gen/filters/rules/person/_hasdeath.py, src/gen/filters/rules/person/_hasevent.py, src/gen/filters/rules/person/_hasfamilyattribute.py, src/gen/filters/rules/person/_hasfamilyevent.py, src/gen/filters/rules/person/_hasgallery.py, src/gen/filters/rules/person/_hasidof.py, src/gen/filters/rules/person/_haslds.py, src/gen/filters/rules/person/_hasnameof.py, src/gen/filters/rules/person/_hasnameorigintype.py, src/gen/filters/rules/person/_hasnametype.py, src/gen/filters/rules/person/_hasnickname.py, src/gen/filters/rules/person/_hasnote.py, src/gen/filters/rules/person/_hasnotematchingsubstringof.py, src/gen/filters/rules/person/_hasnoteregexp.py, src/gen/filters/rules/person/_hasrelationship.py, src/gen/filters/rules/person/_hassourcecount.py, src/gen/filters/rules/person/_hassourceof.py, src/gen/filters/rules/person/_hastag.py, src/gen/filters/rules/person/_hastextmatchingsubstringof.py, src/gen/filters/rules/person/_hasunknowngender.py, src/gen/filters/rules/person/_havealtfamilies.py, src/gen/filters/rules/person/_havechildren.py, src/gen/filters/rules/person/_incompletenames.py, src/gen/filters/rules/person/_isancestorof.py, src/gen/filters/rules/person/_isancestoroffiltermatch.py, src/gen/filters/rules/person/_isbookmarked.py, src/gen/filters/rules/person/_ischildoffiltermatch.py, src/gen/filters/rules/person/_isdefaultperson.py, src/gen/filters/rules/person/_isdescendantfamilyof.py, src/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py, src/gen/filters/rules/person/_isdescendantof.py, src/gen/filters/rules/person/_isdescendantoffiltermatch.py, src/gen/filters/rules/person/_isduplicatedancestorof.py, src/gen/filters/rules/person/_isfemale.py, src/gen/filters/rules/person/_islessthannthgenerationancestorof.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofbook marked.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofdefa ultperson.py, src/gen/filters/rules/person/_islessthannthgenerationdescendantof.p y, src/gen/filters/rules/person/_ismale.py, src/gen/filters/rules/person/_ismorethannthgenerationancestorof.py, src/gen/filters/rules/person/_ismorethannthgenerationdescendantof.p y, src/gen/filters/rules/person/_isparentoffiltermatch.py, src/gen/filters/rules/person/_isrelatedwith.py, src/gen/filters/rules/person/_issiblingoffiltermatch.py, src/gen/filters/rules/person/_isspouseoffiltermatch.py, src/gen/filters/rules/person/_iswitness.py, src/gen/filters/rules/person/_matcheseventfilter.py, src/gen/filters/rules/person/_matchesfilter.py, src/gen/filters/rules/person/_matchessourceconfidence.py, src/gen/filters/rules/person/_matchidof.py, src/gen/filters/rules/person/_missingparent.py, src/gen/filters/rules/person/_multiplemarriages.py, src/gen/filters/rules/person/_nevermarried.py, src/gen/filters/rules/person/_nobirthdate.py, src/gen/filters/rules/person/_nodeathdate.py, src/gen/filters/rules/person/_peopleprivate.py, src/gen/filters/rules/person/_peoplepublic.py, src/gen/filters/rules/person/_personwithincompleteevent.py, src/gen/filters/rules/person/_probablyalive.py, src/gen/filters/rules/person/_regexpidof.py, src/gen/filters/rules/person/_regexpname.py, src/gen/filters/rules/person/_relationshippathbetween.py, src/gen/filters/rules/person/_relationshippathbetweenbookmarks.py, src/gen/filters/rules/person/_searchname.py, src/gen/filters/rules/place/_allplaces.py, src/gen/filters/rules/place/_changedsince.py, src/gen/filters/rules/place/_hascitation.py, src/gen/filters/rules/place/_hasgallery.py, src/gen/filters/rules/place/_hasidof.py, src/gen/filters/rules/place/_hasnolatorlon.py, src/gen/filters/rules/place/_hasnote.py, src/gen/filters/rules/place/_hasnotematchingsubstringof.py, src/gen/filters/rules/place/_hasnoteregexp.py, src/gen/filters/rules/place/_hasplace.py, src/gen/filters/rules/place/_hasreferencecountof.py, src/gen/filters/rules/place/_hassourcecount.py, src/gen/filters/rules/place/_hassourceof.py, src/gen/filters/rules/place/_inlatlonneighborhood.py, src/gen/filters/rules/place/_matcheseventfilter.py, src/gen/filters/rules/place/_matchesfilter.py, src/gen/filters/rules/place/_matchessourceconfidence.py, src/gen/filters/rules/place/_placeprivate.py, src/gen/filters/rules/place/_regexpidof.py, src/gen/filters/rules/repository/_allrepos.py, src/gen/filters/rules/repository/_changedsince.py, src/gen/filters/rules/repository/_hasidof.py, src/gen/filters/rules/repository/_hasnotematchingsubstringof.py, src/gen/filters/rules/repository/_hasnoteregexp.py, src/gen/filters/rules/repository/_hasreferencecountof.py, src/gen/filters/rules/repository/_hasrepo.py, src/gen/filters/rules/repository/_matchesfilter.py, src/gen/filters/rules/repository/_matchesnamesubstringof.py, src/gen/filters/rules/repository/_regexpidof.py, src/gen/filters/rules/repository/_repoprivate.py, src/gen/filters/rules/source/__init__.py, src/gen/filters/rules/source/_allsources.py, src/gen/filters/rules/source/_changedsince.py, src/gen/filters/rules/source/_hasgallery.py, src/gen/filters/rules/source/_hasidof.py, src/gen/filters/rules/source/_hasnote.py, src/gen/filters/rules/source/_hasnotematchingsubstringof.py, src/gen/filters/rules/source/_hasnoteregexp.py, src/gen/filters/rules/source/_hasreferencecountof.py, src/gen/filters/rules/source/_hasrepository.py, src/gen/filters/rules/source/_hasrepositorycallnumberref.py, src/gen/filters/rules/source/_matchesfilter.py, src/gen/filters/rules/source/_matchesrepositoryfilter.py, src/gen/filters/rules/source/_matchestitlesubstringof.py, src/gen/filters/rules/source/_regexpidof.py, src/gen/filters/rules/source/_sourceprivate.py, src/gen/lib/__init__.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/attrtype.py, src/gen/lib/childref.py, src/gen/lib/childreftype.py, src/gen/lib/citation.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/lib/familyreltype.py, src/gen/lib/genderstats.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/markertype.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/nameorigintype.py, src/gen/lib/nametype.py, src/gen/lib/note.py, src/gen/lib/notetype.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/primaryobj.py, src/gen/lib/privsrcnote.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/repotype.py, src/gen/lib/researcher.py, src/gen/lib/secondaryobj.py, src/gen/lib/src.py, src/gen/lib/srcmediatype.py, src/gen/lib/styledtext.py, src/gen/lib/styledtexttag.py, src/gen/lib/styledtexttagtype.py, src/gen/lib/surname.py, src/gen/lib/surnamebase.py, src/gen/lib/tableobj.py, src/gen/lib/tag.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/gen/lib/urltype.py, src/gen/plug/_docgenplugin.py, src/gen/plug/_export.py, src/gen/plug/_gramplet.py, src/gen/plug/_import.py, src/gen/plug/_manager.py, src/gen/plug/_options.py, src/gen/plug/_pluginreg.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/docgen/stylesheet.py, src/gen/plug/menu/_boolean.py, src/gen/plug/menu/_booleanlist.py, src/gen/plug/menu/_color.py, src/gen/plug/menu/_destination.py, src/gen/plug/menu/_enumeratedlist.py, src/gen/plug/menu/_family.py, src/gen/plug/menu/_filter.py, src/gen/plug/menu/_media.py, src/gen/plug/menu/_note.py, src/gen/plug/menu/_number.py, src/gen/plug/menu/_option.py, src/gen/plug/menu/_person.py, src/gen/plug/menu/_personlist.py, src/gen/plug/menu/_placelist.py, src/gen/plug/menu/_string.py, src/gen/plug/menu/_style.py, src/gen/plug/menu/_surnamecolor.py, src/gen/plug/menu/_text.py, src/gen/plug/utils.py, src/gen/utils/alive.py, src/gen/utils/cast.py, src/gen/utils/db.py, src/gen/utils/file.py, src/gen/utils/id.py, src/gen/utils/place.py, src/gen/utils/trans.py, src/gramps.py, src/grampsapp.py, src/gui/__init__.py, src/gui/grampsgui.py, src/gui/user.py, src/gui/utils.py, src/gui/viewmanager.py: GEPS 026: Replace 'make' for Gramps build a/Part 1: import from gen piece works partially b/Gramps as a stub to start gramps application svn: r20465 2012-09-28 Jérôme Rapinat * po/fr.po: add comments about issue with the workaround for handling space on labels svn: r20462 2012-09-28 Jérôme Rapinat * po/en_GB.po: possible context issues with the UK locale svn: r20461 2012-09-28 Jérôme Rapinat * po/fr.po: typo (thank you Zissis Papadopoulos) svn: r20460 2012-09-27 Benny Malengier * src/cli/clidbman.py, src/gui/configure.py: 5934: How to fix invalid Database Path? svn: r20456 2012-09-26 Zdenek Hatas * po/cs.po: czech translation update svn: r20452 2012-09-25 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0006069: GEDCOM import does not generally support MULTIMEDIA_LINKs in the embedded form svn: r20451 2012-09-25 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/view/geoplaces.py: Geography : better place selection if we have a place history. #05742 note 25518 svn: r20448 2012-09-25 Tim G L Lyons * src/gen/lib/family.py, src/gen/lib/person.py: 0006060: Missing reference in events and citations. Fixed get_handle_referents, which had been disturbed by the fix for bug 6053 svn: r20444 2012-09-25 Tim G L Lyons * src/data/tips.xml.in: 0006055: Peculiar title of tip 63. Changed to "Don't speak English?" svn: r20442 2012-09-23 Tim G L Lyons * src/plugins/export/exportxml.py, src/plugins/import/importxml.py, src/plugins/lib/libgedcom.py, src/plugins/tool/check.py: 0006061: GEDCOM import: link from FAM to child but missing link from child to FAM causes inconsistent displays. Fixed in GEDCOM import, importxml and Check and repair. (Also minor fixes for improved diagnostics when importxml just completely fails and for exportxml illegal characters in mime_type). svn: r20439 2012-09-23 Nick Hall * src/gui/views/treemodels/placemodel.py: Fix Gtk3 problem passing unicode to a TreeView svn: r20437 2012-09-23 Serge Noiraud * src/plugins/view/geoplaces.py: Geography : trying to solve #05742 notes 25518 svn: r20436 2012-09-23 Jérôme Rapinat * po/pl.po: update polish translation (by Łukasz Rymarczyk) svn: r20434 2012-09-23 Andre Marcelo Varenga * po/pt_BR.po: Update pt_BR translation svn: r20433 2012-09-21 Benny Malengier * src/gui/views/treemodels/treebasemodel.py: GTK3: user_data should be int in future, so no longer convert to str svn: r20430 2012-09-21 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: GTK3: store integer in user_data of iter: https://bugzilla.gnome.org/show_bug.cgi?id=683599 svn: r20429 2012-09-21 Tim G L Lyons * src/gui/editors/displaytabs/backreflist.py: 0006008: Can't edit citation record from source record reference. Explanatory warning message produced. svn: r20428 2012-09-21 Nick Hall * src/plugins/gramplet/gramplet.gpr.py: Enable pyexiv2 import - bug #6042 now fixed svn: r20426 2012-09-21 Benny Malengier * src/gui/views/listview.py, src/gui/views/treemodels/treebasemodel.py: GTK3 bug: https://bugzilla.gnome.org/show_bug.cgi?id=684558 Cannot reorder a custom treemodel, no rows_reordered function svn: r20425 2012-09-19 Benny Malengier * src/gui/grampsgui.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-fanchart.svg, src/images/scalable/gramps-fanchartdesc.svg, src/plugins/view/view.gpr.py: icon for fanchartdesc svn: r20424 2012-09-19 Gary Burton * src/gui/widgets/grampletpane.py: GTK3 fix. Method has changed for removing sub menus from pop-up menus svn: r20423 2012-09-19 Peter Landgren * src/cli/arghandler.py: Fix for issue 6056. Coding errors for non-ascii. svn: r20422 2012-09-19 Benny Malengier * src/gui/widgets/fanchartdesc.py: fanchartdesc: bugfixes after stress test with greek gods svn: r20420 2012-09-19 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/view/geoclose.py, src/plugins/view/geofamclose.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py: Geography and Gtk3 : better options popup display. svn: r20418 2012-09-19 Benny Malengier * src/gen/lib/family.py, src/gen/lib/person.py: 6053: Person and Family pass eventref as object with sources, but it has no sources svn: r20417 2012-09-19 Benny Malengier * src/plugins/view/view.gpr.py: Use Charts instead of Graphs for Ancestry category svn: r20415 2012-09-18 Benny Malengier * src/gui/widgets/fanchartdesc.py, src/plugins/gramplet/fanchartdescgramplet.py, src/plugins/view/fanchartdescview.py: fanchart: configure option to set the duplicate color svn: r20414 2012-09-18 Benny Malengier * src/gui/widgets/fanchart.py, src/gui/widgets/fanchartdesc.py, src/plugins/gramplet/fanchartdescgramplet.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartdescview.py, src/plugins/view/fanchartview.py: fanchart feature: when focussed, press e or press f to edit person/family under cursor svn: r20413 2012-09-18 Benny Malengier * src/gui/widgets/fanchart.py, src/gui/widgets/fanchartdesc.py: fanchart: add option in popup to add a partner to a person svn: r20412 2012-09-18 Benny Malengier * src/plugins/view/view.gpr.py: After discussion: People instead of Persons svn: r20411 2012-09-18 Benny Malengier * po/POTFILES.in, src/gui/widgets/Makefile.am, src/gui/widgets/fanchart.py, src/gui/widgets/fanchartdesc.py, src/gui/widgets/reorderfam.py, src/plugins/view/fanchartdescview.py, src/plugins/view/relview.py: fanchart: allow reorder on the desc fam chart, improve layout, shorter print string svn: r20410 2012-09-18 Benny Malengier * src/gui/viewmanager.py, src/plugins/view/fanchartview.py, src/plugins/view/view.gpr.py: Reorganization in the toolbar, consistent now with menu, shorter texts svn: r20409 2012-09-17 Benny Malengier * po/POTFILES.in, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/fanchartdescgramplet.py, src/plugins/gramplet/gramplet.gpr.py: feature: add a fanchart descendant gramplet as the normal fan svn: r20408 2012-09-17 Benny Malengier * src/gui/widgets/fanchart.py, src/gui/widgets/fanchartdesc.py: feature: allow edit of family from fanchart descendant when family is defined svn: r20407 2012-09-17 Serge Noiraud * src/plugins/lib/maps/constants.py: Geography : remove all unavailable map providers. svn: r20406 2012-09-17 Jérôme Rapinat * src/plugins/lib/maps/geography.py: #6044: typo; should use active place as mark not the first place handle on places list svn: r20405 2012-09-16 Benny Malengier * po/POTFILES.in, src/gui/widgets/Makefile.am, src/gui/widgets/fanchart.py, src/gui/widgets/fanchartdesc.py, src/plugins/view/Makefile.am, src/plugins/view/fanchartdescview.py, src/plugins/view/view.gpr.py: Feature: a fanchart for descendants. Futher to test with duplicates svn: r20402 2012-09-16 Gary Burton * src/gen/const.py.in, src/plugins/docgen/htmldoc.py: Find favicon.ico in a more OS friendly way. svn: r20400 2012-09-15 Gary Burton * src/plugins/docgen/htmldoc.py: favicon.ico has moved from IMAGE-DIR to WEBSTUFF/imagesi, so get the file from the correct location when writing reports to HTML. svn: r20399 2012-09-15 Serge Noiraud * src/plugins/lib/maps/constants.py: Geography : update map providers. svn: r20398 2012-09-15 Gary Burton * src/plugins/lib/libcairodoc.py: GTK3 fix. Fix PDF mark up issues. svn: r20397 2012-09-15 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/lifewaylayer.py, src/plugins/lib/maps/messagelayer.py, src/plugins/lib/maps/osmGps.py, src/plugins/lib/maps/placeselection.py, src/plugins/lib/maps/selectionlayer.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: Geography and Gtk3 : some cleaning. correction for bug #06044 and #05975 popup for button 1 in all views color change for the reference person or family remove Hscale and use Scale with orientation selection layer works for rectangle selection. You need to use the last osm-gps-map. svn: r20396 2012-09-15 Jérôme Rapinat * src/gen/filters/rules/person/_hasnameof.py: 5993: RegEx in Filter "person has name" can not handle non-ASCII characters (patch by Benny) svn: r20394 2012-09-15 Benny Malengier * src/gui/grampsgui.py, src/gui/logger/_gtkhandler.py: Give a descriptive first error line on startup crash, which are probably due to bad view svn: r20392 2012-09-14 Nick Hall * src/gui/views/listview.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/persontreeview.py, src/plugins/view/placetreeview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Tidy up quick report and webconnect menu code (fix Gtk3 bug) svn: r20390 2012-09-14 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/messagelayer.py, src/plugins/view/geography.gpr.py, src/plugins/view/geoperson.py: Geography : Some cleaning, ImageSurface needs an utf-8 path messagelayer : get the real window size. osmgpsmap must be >= 0.8 svn: r20389 2012-09-14 Gary Burton * src/gui/plug/_guioptions.py: GTK3 fix. Fix pack_start and pack_end issues when starting place report svn: r20388 2012-09-14 Benny Malengier * src/gui/widgets/fanchart.py: fanchart: refactor of text drawing, fix bug on transparent box text not showing svn: r20387 2012-09-14 Benny Malengier * src/gui/widgets/fanchart.py: fanchart: factor out drag methods svn: r20386 2012-09-14 Benny Malengier * src/gui/widgets/fanchart.py: fanchart: factor out the mouse movement routines svn: r20385 2012-09-14 Benny Malengier * src/gui/widgets/fanchart.py: fanchart: factor out inner ring drawing svn: r20384 2012-09-14 Benny Malengier * src/gui/widgets/fanchart.py: fanchart: simplify angle structure, some refactor svn: r20383 2012-09-13 Nick Hall * src/gui/views/navigationview.py: Fix problem with duplicate action group name svn: r20382 2012-09-13 Nick Hall * src/plugins/tool/leak.py: Missing import svn: r20381 2012-09-13 Benny Malengier * src/gui/widgets/fanchart.py: bugfix: popup was not showing anymore svn: r20380 2012-09-13 Nick Hall * src/gui/undohistory.py: Gtk3 fixes for undo history svn: r20379 2012-09-13 Nick Hall * src/gui/dbman.py: Gtk3 fix for family tree manager svn: r20378 2012-09-13 Jérôme Rapinat * po/fr.po: merging (new strings, from 3.4.2 to trunk), cleanup svn: r20377 2012-09-13 Benny Malengier * src/gui/viewmanager.py: avoid crash due to plugin code at all cost svn: r20376 2012-09-13 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartview.py: Fanchart: code reorganization to allow reuse by a descendant fanchart svn: r20375 2012-09-12 Nick Hall * src/gui/utils.py, src/plugins/gramplet/gramplet.gpr.py: Disable loading of pyexiv2 - see bug #6042 svn: r20374 2012-09-12 Nick Hall * src/gui/editors/editperson.py: Missing import svn: r20373 2012-09-11 Benny Malengier * src/gui/widgets/fanchart.py: Feature Fanchart: an add button to add parents in the fanchart view svn: r20372 2012-09-11 Benny Malengier * src/plugins/view/pedigreeview.py: GTK3: avoid appending paths if not needed svn: r20371 2012-09-11 Benny Malengier * src/plugins/view/pedigreeview.py: GTK3: allow button press on empty boxes so as to see popup menu svn: r20370 2012-09-11 Benny Malengier * src/gen/filters/rules/person/_hasnameof.py, src/gen/filters/rules/person/_regexpname.py: 5992: Crash when using a not allowed string as regex in Person with name filter svn: r20368 2012-09-11 Zdenek Hatas * po/cs.po: czech translation update svn: r20365 2012-09-10 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/osmGps.py: Geography: the menu is coming back. svn: r20362 2012-09-10 Serge Noiraud * src/plugins/lib/maps/lifewaylayer.py: Geography: color badly formated. svn: r20361 2012-09-10 Benny Malengier * src/gui/editors/editfamily.py: Feature: all drop on family father/mother to set svn: r20359 2012-09-10 Serge Noiraud * src/plugins/lib/maps/datelayer.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/lifewaylayer.py, src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/messagelayer.py, src/plugins/lib/maps/osmGps.py, src/plugins/lib/maps/selectionlayer.py, src/plugins/view/geomoves.py: Geography: convert to gtk3 and some cleaning. not finished, but it works. svn: r20358 2012-09-10 Benny Malengier * src/gen/filters/rules/citation/__init__.py, src/gen/filters/rules/citation/_hascitation.py: bugfix: new hascitation filter does not show in the list svn: r20357 2012-09-08 Benny Malengier * src/gui/widgets/fanchart.py: bugfix fanchart: empty childring pieces in background color of the widget svn: r20355 2012-09-08 Benny Malengier * src/gen/utils/db.py, src/gui/widgets/fanchart.py: Fix two bugs in fanchart: crash on empty famtree, empty events show year 0 svn: r20354 2012-09-08 Benny Malengier * src/gen/utils/db.py, src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Fanchart, last feature I wanted: time period coloring of the boxes svn: r20353 2012-09-07 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Fanchart Feature: allow halfcircle and quadrant like in the drawreport svn: r20352 2012-09-07 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: fanchart feature: single color background + filter improvement: bold text svn: r20351 2012-09-07 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: fanchart: constant on module level, nicer gradient svn: r20350 2012-09-07 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: fanchart: deprecate radialtext options as something user sees svn: r20349 2012-09-07 Benny Malengier * src/gui/widgets/fanchart.py: Bugfix: fix drawing issue with copy_path svn: r20347 2012-09-06 Benny Malengier * src/gui/widgets/fanchart.py: Fanchart: less default transparency svn: r20345 2012-09-06 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Feature: filtered Fanchart working. This now is a really usefull view ! svn: r20344 2012-09-06 Benny Malengier * src/plugins/view/fanchartview.py: Bugfix to print fanchart svn: r20343 2012-09-06 Benny Malengier * src/gui/widgets/fanchart.py: Fanchart: bug fix with children color + nicer layout on rotate/expand for text svn: r20341 2012-09-06 Julio Sánchez * src/plugins/rel/rel_es.py: Reworked rel_es.py as evolution of some uncompleted code for 3.2 that never made it to svn svn: r20340 2012-09-06 Benny Malengier * src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/groupembeddedlist.py: GTK3: convert get_dest_row_at_pos function svn: r20338 2012-09-05 Benny Malengier * src/gen/utils/db.py, src/gui/configure.py, src/gui/widgets/__init__.py, src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Feature Fanchart: allow box color based on age. This enables coloring based on other scales also svn: r20336 2012-09-05 John Ralls * src/plugins/view/pedigreeview.py: Bug 4310: Ancestry>Pedigree View is largely broken with Gtk-OSX Don't retain a reference to the CairoContext by setting self.context (or self.cairocontext). That context is invalidated on the return from the handler anyway with a context.restore(), so there's no benefit to keeping it around. svn: r20335 2012-09-05 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Fanchart: allow reorder of background combo, default color as gradient svn: r20334 2012-09-05 Benny Malengier * src/gen/utils/configmanager.py: Fix some tabs in the source code svn: r20333 2012-09-05 Peter Landgren * src/gen/filters/rules/family/Makefile.am, src/gen/filters/rules/media/Makefile.am, src/gen/filters/rules/place/Makefile.am: Three .py were missing. svn: r20332 2012-09-05 Benny Malengier * src/gui/utils.py, src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Fanchart: a single function to compute box and font color svn: r20331 2012-09-04 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Fanchart: nice gradient when used based on hsv svn: r20330 2012-09-04 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/view/fanchartview.py: Fanchart Feature, allow gradient. Must be changed to HSV values, and white text if needed svn: r20329 2012-09-04 Peter Landgren * src/gen/plug/docgen/graphdoc.py: Fixed a typo. svn: r20325 2012-09-04 Benny Malengier * po/POTFILES.in, src/gen/filters/rules/citation/Makefile.am, src/gen/filters/rules/citation/__init__.py, src/gen/filters/rules/citation/_hascitation.py: 6014: Citation view crash svn: r20324 2012-09-03 Benny Malengier * src/gui/configure.py, src/gui/widgets/fanchart.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartview.py: Feature Fanchart: allow to set font type used in graph svn: r20322 2012-09-03 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartview.py: Feature Fanchart: 1. radial text in later generation 2. correct positioning for all fonts 3 adapting size of font to box height svn: r20321 2012-09-03 Julio Sánchez * po/es.po: Forward ported 3.4 svn changes svn: r20320 2012-09-03 Benny Malengier * src/gui/widgets/fanchart.py: Fanchart feature: drag and drop person in center or gen 0 to goto this person svn: r20319 2012-09-03 Peter Landgren * src/gen/plug/docgen/graphdoc.py: Fix graphviz 2.28.0 and multiple pages. svn: r20318 2012-09-02 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartview.py: Fanchart: New feature, a childring can be added to indicate the children This prepares drag and drop to move, so will allow fast navigation svn: r20314 2012-09-02 Benny Malengier * src/gui/glade/mergecitation.glade, src/gui/glade/mergedata.glade, src/gui/glade/mergeevent.glade, src/gui/glade/mergefamily.glade, src/gui/glade/mergemedia.glade, src/gui/glade/mergenote.glade, src/gui/glade/mergeplace.glade, src/gui/glade/mergerepository.glade, src/gui/glade/mergesource.glade: GTK3: convert glade files of merge to correct expand svn: r20313 2012-09-02 Benny Malengier * src/gui/glade/mergeperson.glade, src/gui/merge/mergeperson.py: GTK3: convert merge person dialog svn: r20312 2012-09-02 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/osmGps.py: Geography : solved the get_degrees and get_bbox python calls. ( osmgpsmap changes ) svn: r20311 2012-09-02 Benny Malengier * src/gramps.py, src/plugins/view/geoperson.py: Correct query for osmgpsmap. glib import removed, is not used svn: r20310 2012-09-02 Serge Noiraud * src/gramps.py: Geography : gramps --version reports unknown version. svn: r20309 2012-09-01 Benny Malengier * po/POTFILES.skip, src/gen/utils/libformatting.py, src/gui/configure.py, src/gui/widgets/fanchart.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/gramplet/quickviewgramplet.py, src/plugins/lib/Makefile.am, src/plugins/lib/libformatting.py, src/plugins/lib/libplugins.gpr.py, src/plugins/lib/maps/geography.py, src/plugins/view/fanchartview.py, src/plugins/view/pedigreeview.py: Refractor so common base fan chart gramplet and view are shared Fan chart view allows now configuration: max generation to set, 4 color schemes svn: r20307 2012-09-01 Benny Malengier * src/plugins/view/fanchartview.py: Fanchartview: activate the bookmarks menu svn: r20306 2012-09-01 Benny Malengier * src/gui/widgets/fanchart.py, src/plugins/lib/libcairodoc.py, src/plugins/view/fanchartview.py: Addition of a print action on the fanchart svn: r20305 2012-09-01 Benny Malengier * src/plugins/docgen/gtkprint.py: GTK3: conversion of method custom svn: r20304 2012-08-31 Benny Malengier * po/POTFILES.in, src/gen/lib/genderstats.py, src/plugins/tool/Makefile.am, src/plugins/tool/dumpgenderstats.py, src/plugins/tool/rebuildgenderstat.py, src/plugins/tool/tools.gpr.py: Gender stats are wrong on some imports. Added tool to rebuild the gender statistics svn: r20302 2012-08-31 Benny Malengier * src/plugins/tool/desbrowser.py, src/plugins/tool/relcalc.py: GTK3: enable double click to edit person in descendant browser svn: r20301 2012-08-31 Benny Malengier * src/gui/widgets/grampletpane.py: GTK3: correct link colors in linktag for all gramplets svn: r20300 2012-08-30 Gary Burton * src/gui/viewmanager.py: GTK3 fix. Fix pack_start and pack_end issues in quick backup dialog svn: r20299 2012-08-30 Benny Malengier * src/gui/views/listview.py: Avoid crash on no database loaded when moving to listviews. Unset previous model on change db svn: r20298 2012-08-30 Gary Burton * src/gui/configure.py: GTK3 fix. Fix cursor positioning bug on adding and editing in name display editor svn: r20297 2012-08-30 Benny Malengier * src/cli/grampscli.py, src/gen/dbstate.py, src/gui/dbloader.py, src/gui/views/listview.py, src/plugins/lib/libpersonview.py: GTK3: errors in callbacks when changing family trees. This was very hard to debug, the signalling at the moment seems inconsistent. Committing this patch now to avoid problems testing further svn: r20296 2012-08-30 Benny Malengier * src/plugins/view/fanchartview.py: Fanchart should be redrawn empty if database changes to nothing svn: r20295 2012-08-30 Benny Malengier * src/plugins/view/relview.py: GTK3: adjustment value via get and set svn: r20294 2012-08-30 Benny Malengier * src/gui/dbman.py: GTK3: obtain window via get_window -- this caused strange errors... svn: r20293 2012-08-30 Benny Malengier * src/gui/dbguielement.py, src/gui/dbman.py: Fix bug in trunk that prevents rename of family trees svn: r20292 2012-08-30 Benny Malengier * src/gen/plug/docgen/drawdoc.py, src/gen/plug/docgen/fontscale.py, src/plugins/drawreport/fanchart.py: 5061: enhancement of the FanChart plugin (patch) * more generations * attempt to scale font down if not fitting * empty boxes not print option * style for every generation svn: r20291 2012-08-30 Benny Malengier * src/plugins/drawreport/fanchart.py: 3442: Fan chart report might use ReportUtils.get_birth_or_fallback and get_death_or_fallback for years svn: r20289 2012-08-30 Benny Malengier * src/plugins/docgen/gtkprint.py: GTK3: working print preview svn: r20288 2012-08-30 Benny Malengier * src/gui/widgets/fanchart.py, src/gui/widgets/grampletpane.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartview.py: Improvements in fanchartwidget, fixed to use as gramplet, preparation for a config dialog svn: r20287 2012-08-29 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/osmGps.py: Geography : gtk3 migration. several corrections. svn: r20286 2012-08-29 Benny Malengier * src/plugins/docgen/gtkprint.py: GTK3: convert print things svn: r20285 2012-08-29 Benny Malengier * src/gui/glade/styleeditor.glade: GTK3: request sufficient width for scrolledview in styleeditor svn: r20284 2012-08-29 Benny Malengier * src/plugins/docgen/pdfdoc.py, src/plugins/drawreport/fanchart.py, src/plugins/lib/libcairodoc.py: GTK3: pdf out conversion, avoid segfault in pdf report write, svn: r20283 2012-08-29 Benny Malengier * src/gui/glade/styleeditor.glade, src/gui/plug/report/_styleeditor.py: GTK3: avoid crash in style editor svn: r20282 2012-08-29 Benny Malengier * src/plugins/view/geography.gpr.py, src/plugins/view/htmlrenderer.gpr.py: Avoid show of errordialog if osmgpsmap is not present. No need to check GTK, GTK3 is required for GUI svn: r20281 2012-08-28 Serge Noiraud * src/plugins/lib/maps/constants.py, src/plugins/lib/maps/datelayer.py, src/plugins/lib/maps/dummylayer.py, src/plugins/lib/maps/dummynogps.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/lifewaylayer.py, src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/messagelayer.py, src/plugins/lib/maps/osmGps.py, src/plugins/lib/maps/selectionlayer.py, src/plugins/view/geography.gpr.py, src/plugins/view/geomoves.py: Geography : first try for gobject introspection. partial map, no zoom, no menu, ... svn: r20280 2012-08-28 Jérôme Rapinat * src/gen/proxy/proxybase.py: #5991: typo on docstrings; crash was already fixed by Doug on rev19498... svn: r20279 2012-08-28 Jérôme Rapinat * src/gen/db/base.py: #5991: typo on docstrings svn: r20278 2012-08-27 Gary Burton * src/gui/utils.py: GTK3 fix. Added missing Gdk import. Colour picker on note editor now works. svn: r20272 2012-08-27 Benny Malengier * po/POTFILES.in, src/gen/filters/rules/Makefile.am, src/gen/filters/rules/_hascitationbase.py, src/gen/filters/rules/_hassourceofbase.py, src/gen/filters/rules/family/Makefile.am, src/gen/filters/rules/family/__init__.py, src/gen/filters/rules/family/_hascitation.py, src/gen/filters/rules/family/_hassourceof.py, src/gen/filters/rules/media/Makefile.am, src/gen/filters/rules/media/__init__.py, src/gen/filters/rules/media/_hascitation.py, src/gen/filters/rules/media/_hassourcecount.py, src/gen/filters/rules/media/_hassourceof.py, src/gen/filters/rules/media/_matchessourceconfidence.py, src/gen/filters/rules/person/_hascitation.py, src/gen/filters/rules/person/_hassourceof.py, src/gen/filters/rules/place/Makefile.am, src/gen/filters/rules/place/__init__.py, src/gen/filters/rules/place/_hascitation.py, src/gen/filters/rules/place/_hassourcecount.py, src/gen/filters/rules/place/_hassourceof.py, src/gen/filters/rules/place/_matchessourceconfidence.py: 6003: Not all sourcebase objects have the same source filter svn: r20271 2012-08-26 Andre Marcelo Varenga * po/pt_BR.po: Update pt_BR translation svn: r20269 2012-08-26 Benny Malengier * src/gui/widgets/fanchart.py: Fanchart: code cleanup, translate only on black dot, drag of center person possible svn: r20267 2012-08-26 Benny Malengier * src/gui/widgets/fanchart.py: Fanchart: allow drag of a person to the clipboard svn: r20266 2012-08-24 Jérôme Rapinat * NEWS: update with 3.4.1 section svn: r20260 2012-08-23 Benny Malengier * src/gen/config.py, src/gui/configure.py, src/gui/utils.py, src/plugins/view/pedigreeview.py: Needed single place where colors boxes are defined, have put it in config, with a color tab in preferences svn: r20258 2012-08-23 Benny Malengier * src/gui/glade/editldsord.glade, src/gui/glade/editmediaref.glade: GTK3: fix expand of windows issues svn: r20257 2012-08-22 Benny Malengier * po/POTFILES.in, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/fanchart.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartview.py: GTK3: working fanchart gramplet. moved reused part to gui.widgets svn: r20252 2012-08-22 Benny Malengier * src/plugins/view/fanchartview.py, src/plugins/view/pedigreeview.py: GTK3: converted fanchart, added tooltip over a person. svn: r20251 2012-08-22 Benny Malengier * src/plugins/view/pedigreeview.py: GTK3: set correct back/forward icons svn: r20250 2012-08-22 Benny Malengier * src/plugins/view/pedigreeview.py: GTK3: working drawing of pedigreeview, also fix bug #5756 and #5757 svn: r20249 2012-08-22 Zdenek Hatas * po/cs.po: czech translation update svn: r20246 2012-08-22 Benny Malengier * src/plugins/view/pedigreeview.py: GTK3: drag and drop from pedigreeview working. Draging to text editor supported too. svn: r20245 2012-08-21 Doug Blank * src/plugins/export/exportxml.py: 5990: order of families not preserved across XML export-import svn: r20243 2012-08-21 Benny Malengier * src/gui/editors/filtereditor.py, src/gui/glade/rule.glade, src/gui/selectors/selectperson.py: GTK3: Working filter editor svn: r20241 2012-08-21 Doug Blank * src/plugins/export/exportxml.py: 5990: order of families not preserved across XML export-import svn: r20240 2012-08-20 Benny Malengier * src/gui/selectors/selectperson.py, src/gui/widgets/progressdialog.py: GTK3: working select person dialog svn: r20237 2012-08-20 Benny Malengier * src/gui/utils.py, src/gui/widgets/styledtexteditor.py: put different hex to color functions in the same place: utils.py svn: r20236 2012-08-20 Benny Malengier * src/gui/utils.py, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py: GTK3: forgotten util functions hex to rgb from previous commit, correct link color in notes svn: r20235 2012-08-20 Benny Malengier * src/gui/widgets/labels.py, src/plugins/view/relview.py: GTK3: use style_context to draw correct link color, and to set shade color (not ideal, but better) svn: r20234 2012-08-18 Nick Hall * src/gui/glade/plugins.glade, src/gui/plug/_dialogs.py: Gtk3: Fix Report and Tool selection dialogs svn: r20231 2012-08-18 Nick Hall * src/gui/glade/addmedia.glade, src/gui/glade/baseselector.glade, src/gui/glade/configure.glade, src/gui/glade/dbman.glade, src/gui/glade/editaddress.glade, src/gui/glade/editattribute.glade, src/gui/glade/editchildref.glade, src/gui/glade/editcitation.glade, src/gui/glade/editeventref.glade, src/gui/glade/editldsord.glade, src/gui/glade/editlink.glade, src/gui/glade/editlocation.glade, src/gui/glade/editmedia.glade, src/gui/glade/editmediaref.glade, src/gui/glade/editname.glade, src/gui/glade/editpersonref.glade, src/gui/glade/editplace.glade, src/gui/glade/editreporef.glade, src/gui/glade/editrepository.glade, src/gui/glade/editsource.glade, src/gui/glade/editsourceref.glade, src/gui/glade/editurl.glade, src/gui/glade/mergecitation.glade, src/gui/glade/mergedata.glade, src/gui/glade/mergeevent.glade, src/gui/glade/mergefamily.glade, src/gui/glade/mergemedia.glade, src/gui/glade/mergenote.glade, src/gui/glade/mergeperson.glade, src/gui/glade/mergeplace.glade, src/gui/glade/mergerepository.glade, src/gui/glade/mergesource.glade, src/gui/glade/papermenu.glade, src/gui/glade/plugins.glade, src/gui/glade/reorder.glade, src/gui/glade/rule.glade, src/gui/glade/styleeditor.glade, src/gui/glade/tipofday.glade, src/gui/glade/updateaddons.glade, src/plugins/bookreport.glade, src/plugins/docgen/gtkprint.glade, src/plugins/export/exportcsv.glade, src/plugins/export/exportftree.glade, src/plugins/export/exportgeneweb.glade, src/plugins/export/exportvcalendar.glade, src/plugins/export/exportvcard.glade, src/plugins/import/importgedcom.glade, src/plugins/tool/changenames.glade, src/plugins/tool/changetypes.glade, src/plugins/tool/check.glade, src/plugins/tool/desbrowser.glade, src/plugins/tool/eval.glade, src/plugins/tool/eventcmp.glade, src/plugins/tool/finddupes.glade, src/plugins/tool/leak.glade, src/plugins/tool/mergecitations.glade, src/plugins/tool/notrelated.glade, src/plugins/tool/ownereditor.glade, src/plugins/tool/patchnames.glade, src/plugins/tool/phpgedview.glade, src/plugins/tool/relcalc.glade, src/plugins/tool/removeunused.glade, src/plugins/tool/soundgen.glade, src/plugins/tool/verify.glade: Gtk3: Convert remaining glade files svn: r20230 2012-08-18 Nick Hall * src/gui/logger/_errorreportassistant.py, src/gui/managedwindow.py, src/gui/plug/export/_exportassistant.py, src/gui/plug/export/_exportoptions.py, src/plugins/tool/mediamanager.py: Convert Assistants to Gtk3 svn: r20228 2012-08-16 Nick Hall * src/gui/views/tags.py: Gtk3 fixes for tagging svn: r20226 2012-08-16 Nick Hall * src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editldsord.py, src/gui/editors/editmedia.py, src/gui/editors/editname.py, src/gui/editors/editpersonref.py, src/gui/widgets/styledtexteditor.py: Gtk3 conversion fixes for editors svn: r20225 2012-08-16 Nick Hall * src/gui/dbloader.py, src/gui/displaystate.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/plug/export/_exportassistant.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/plugins/lib/maps/geography.py, src/plugins/tool/mediamanager.py, src/plugins/tool/rebuild.py, src/plugins/tool/rebuildrefmap.py, src/plugins/tool/removeunused.py, src/plugins/tool/verify.py, src/plugins/view/familyview.py: Improve busy cursor code for Gtk3 svn: r20224 2012-08-15 Doug Blank * src/images/scalable/add-parent-existing-family.svg: Added stock_index icon so that the webapp can also use it; Added add-parent-existing-family.svg for webapp since Gramps Gtk does not have this capability svn: r20218 2012-08-15 Nick Hall * src/gui/dbman.py: Fix Gtk3 conversion error svn: r20216 2012-08-15 Andre Marcelo Varenga * po/pt_BR.po: Update pt_BR translation svn: r20215 2012-08-14 Nick Hall * : Set svn:ignore property svn: r20213 2012-08-14 Doug Blank * src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/baseobj.py, src/gen/lib/childref.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/researcher.py, src/gen/lib/src.py, src/gen/lib/styledtext.py, src/gen/lib/styledtexttag.py, src/gen/lib/surname.py, src/gen/lib/surnamebase.py, src/gen/lib/tag.py, src/gen/lib/tagbase.py, src/gen/lib/url.py, src/gen/lib/urlbase.py: Refined docstrings svn: r20211 2012-08-13 Doug Blank * src/gen/merge/diff.py: Changes to work with new to_struct svn: r20209 2012-08-13 Doug Blank * src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/baseobj.py, src/gen/lib/childref.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/researcher.py, src/gen/lib/src.py, src/gen/lib/styledtext.py, src/gen/lib/styledtexttag.py, src/gen/lib/surname.py, src/gen/lib/surnamebase.py, src/gen/lib/tag.py, src/gen/lib/tagbase.py, src/gen/lib/url.py, src/gen/lib/urlbase.py: Added to_struct methods to all gen.lib objects; 2623: Import Export Merge (GEPS 009) svn: r20205 2012-08-13 Nick Hall * src/plugins/gramplet/editexifmetadata.py: Fix Gtk3 conversion error svn: r20203 2012-08-13 Nick Hall * src/plugins/gramplet/repositorydetails.py: Fix Gtk3 conversion error svn: r20202 2012-08-08 Gary Burton * src/plugins/view/htmlrenderer.gpr.py: Just log a warning rather than show an error dialog if webkit cannot be imported svn: r20198 2012-08-08 Gary Burton * src/gui/spell.py: Just log a warning rather than show an error dialog if spell checker cannot be imported svn: r20197 2012-08-06 Jérôme Rapinat * po/fr.po: minor improvement svn: r20190 2012-08-06 Jérôme Rapinat * po/fr.po: typo svn: r20189 2012-08-06 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r20187 2012-08-06 Andre Marcelo Varenga * configure.in, data/man/Makefile.am, data/man/pt_BR/Makefile.am, data/man/pt_BR/gramps.1.in: add pt_BR man page svn: r20185 2012-08-06 Andre Marcelo Varenga * : pt_BR dir for man pages svn: r20184 2012-08-04 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r20179 2012-08-04 Benny Malengier * src/plugins/view/fanchartview.py: GTK3: avoid fanchartview from crashing, does not work yet however svn: r20177 2012-08-04 Benny Malengier * src/gui/configure.py, src/plugins/view/pedigreeview.py: GTK3: fully working Pedigreeview, bugs #5757 #4310 with display present svn: r20176 2012-08-04 Gary Burton * src/plugins/view/relview.py: GTK3 fix relationship view svn: r20175 2012-08-03 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r20174 2012-08-02 Benny Malengier * src/plugins/view/pedigreeview.py: GTK3: PedigreeView, show boxes again. Lines still to do. svn: r20172 2012-08-01 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: fix for: http://www.gramps-project.org/bugs/view.php?id=5960 http://www.gramps-project.org/bugs/view.php?id=5958 an event crashed when the person was not known. svn: r20171 2012-08-01 Benny Malengier * src/gui/widgets/validatedmaskedentry.py: GTK3: validated entry: fix last issues, icon showing, some color change always svn: r20169 2012-08-01 Benny Malengier * src/plugins/view/htmlrenderer.py: GTK3: remove gtkmozembed and make htmlview work with webktview in a scrolled window svn: r20168 2012-08-01 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r20167 2012-07-31 Gary Burton * src/gui/editors/editperson.py: GTK3 fix for gender dialog svn: r20165 2012-07-31 Doug Blank * : 22 6 src/data/templates/gramps-base.html 9 5 src/data/templates/view_citations.html 29 2 src/data/templates/view_event_detail.html 5 8 src/data/templates/view_events.html 37 7 src/data/templates/view_families.html 48 5 src/data/templates/view_family_detail.html 16 4 src/data/templates/view_media.html 18 6 src/data/templates/view_notes.html 31 7 src/data/templates/view_people.html 33 1 src/data/templates/view_place_detail.html 1 1 src/data/templates/view_places.html 1 1 src/data/templates/view_repositories.html 5 5 src/data/templates/view_source_detail.html 1 1 src/data/templates/view_sources.html 65 0 src/gen/utils/svn.py - - src/plugins/webstuff/img/Thumbs.db - - src/plugins/webstuff/img/sel_classic.gif - - src/plugins/webstuff/img/sel_vista.gif - - src/plugins/webstuff/img/sel_win7.gif 859 0 src/plugins/webstuff/javascript/jquery.flexbox.js 10 0 src/plugins/webstuff/javascript/jquery.flexbox.min.js 3 2 src/webapp/dbdjango.py 16 5 src/webapp/empty.sql 2510 67811 src/webapp/example.sql 4 12 src/webapp/grampsdb/forms.py 17 0 src/webapp/grampsdb/models.py 5 0 src/webapp/grampsdb/templatetags/my_tags.py 133 26 src/webapp/grampsdb/views.py 182 31 src/webapp/libdjango.py 1 0 src/webapp/urls.py 193 121 src/webapp/utils.py create mode 100644 src/gen/utils/svn.py create mode 100644 src/plugins/webstuff/img/Thumbs.db create mode 100644 src/plugins/webstuff/img/sel_classic.gif create mode 100644 src/plugins/webstuff/img/sel_vista.gif create mode 100644 src/plugins/webstuff/img/sel_win7.gif create mode 100644 src/plugins/webstuff/javascript/jquery.flexbox.js create mode 100644 src/plugins/webstuff/javascript/jquery.flexbox.min.js 2012-07-31 Gary Burton * src/gen/utils/image.py, src/gui/plug/_guioptions.py: GTK3 fixes for narrative web report svn: r20159 2012-07-31 Gary Burton * src/plugins/tool/mediamanager.py: GTK3 fixes for media manager tool svn: r20158 2012-07-30 Gary Burton * src/gui/editors/filtereditor.py: GTK3 fixes filter editor. Rule tree is not sizing correctly yet. svn: r20153 2012-07-30 Gary Burton * src/plugins/tool/notrelated.glade, src/plugins/tool/notrelated.py: GTK3 fixes for 'Not related' tool. svn: r20151 2012-07-30 Benny Malengier * README: GTK3: update README for WebKit svn: r20150 2012-07-30 Benny Malengier * src/plugins/view/geography.gpr.py, src/plugins/view/htmlrenderer.gpr.py, src/plugins/view/htmlrenderer.py: GTK3: Htmlview working again based on WebKit gobject instrospection svn: r20149 2012-07-30 Benny Malengier * src/gui/plug/_windows.py: GTK3: working plugin manager svn: r20148 2012-07-30 Gary Burton * src/gui/glade/dialog.glade: GTK3 fix to prevent missing media dialog filling screen when running check and repair tool. svn: r20143 2012-07-30 Gary Burton * src/gui/autocomp.py, src/plugins/tool/changetypes.glade: GTK3 fixes for rename events tool svn: r20142 2012-07-30 Gary Burton * src/plugins/tool/finddupes.py: Signal and callback fixes for find duplicates tool. GTK3 issues still to be fixed when merging people svn: r20141 2012-07-30 Gary Burton * src/plugins/tool/verify.py: GTK3 fixes for verify data tool svn: r20140 2012-07-30 Andre Marcelo Varenga * po/pt_BR.po, src/plugins/rel/rel_pt.py: update pt_BR translation svn: r20135 2012-07-29 Benny Malengier * README: GTK3: gtkspell dependency in README svn: r20131 2012-07-29 Benny Malengier * src/gui/spell.py: GTK3: Working spellcheck using changes branch of: https://github.com/manisandro/gtkspell3/tree/changes svn: r20130 2012-07-29 Craig J. Anderson * src/plugins/textreport/descendreport.py: fix for http://www.gramps-project.org/bugs/view.php?id=5221#c24809 svn: r20127 2012-07-28 Doug Blank * src/webapp/empty.sql, src/webapp/example.sql, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/person.py, src/webapp/libdjango.py, src/webapp/utils.py: New Family data structures svn: r20125 2012-07-28 Gary Burton * src/plugins/tool/patchnames.py: GTK3 fixes for wrongly formatted pack_start methods. svn: r20123 2012-07-28 Gary Burton * src/gui/plug/_windows.py: Missing Gdk import. Required for various tools. svn: r20122 2012-07-27 Doug Blank * src/webapp/grampsdb/models.py: Remove tag complexity: tags are not ordered svn: r20121 2012-07-27 Gary Burton * src/plugins/tool/removeunused.py: GTK3 fixes for remove unused object plugin. svn: r20119 2012-07-27 Gary Burton * src/gui/plug/_guioptions.py: Fixes to get Family Lines plugin dialog working. Boxes now size correctly svn: r20118 2012-07-27 Gary Burton * src/gui/plug/_guioptions.py, src/gui/plug/report/_fileentry.py: Fixes to get Family Lines plugin dialog working. Family colours and people of interest boxes not sizing correctly yet. Other plugins may work svn: r20117 2012-07-27 Doug Blank * src/webapp/utils.py: Missing has_data line svn: r20116 2012-07-27 Benny Malengier * src/plugins/view/pedigreeview.py: GTK3: pedigreeview, fix drag and drop partially, fix popup menus not showing svn: r20114 2012-07-27 Doug Blank * src/cli/clidbman.py, src/gui/dbman.py: Added User when drag/drop filename on Family Tree manager; added comments in cli interface svn: r20113 2012-07-27 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_tag_detail.html: Added class id to all tab labels svn: r20111 2012-07-27 Benny Malengier * src/gui/dbman.py: GTK3: fix drag and drop on dbman svn: r20109 2012-07-27 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_person_detail.html, src/webapp/utils.py: Added has_data interface for setting tabs to bold/italic if there is data in the tab svn: r20108 2012-07-27 Benny Malengier * src/gui/views/listview.py, src/plugins/lib/libmetadata.py: GTK3: allow drag and drop of files on mediaview, fix metadata gramplet svn: r20106 2012-07-27 Benny Malengier * src/gui/views/listview.py, src/plugins/lib/libplaceview.py: GTK3: placeview drag drop, avoid crash on drag of a place leave from treeview svn: r20105 2012-07-27 Benny Malengier * src/gui/plug/quick/_quicktable.py: GTK3: quicktable drag and drop working svn: r20104 2012-07-27 Benny Malengier * src/gramps.py: GTK3: fix all unicode str conversions with common hack for now svn: r20103 2012-07-27 Benny Malengier * src/gui/glade/grampletpane.glade, src/gui/plug/_guioptions.py, src/gui/widgets/grampletpane.py, src/plugins/gramplet/ageondategramplet.py: GTK3: Working Grampletpane in the GrampletView. For right click, eventbox added Some Gramplets fixed at same time svn: r20102 2012-07-27 Doug Blank * src/webapp/grampsdb/models.py: Django Database changes to allow ordered items (families, tags, etc); everything which is import/export is 100% correct svn: r20101 2012-07-27 Doug Blank * src/webapp/dbdjango.py, src/webapp/empty.sql, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/views.py, src/webapp/init.py, src/webapp/libdjango.py, src/webapp/reports.py, src/webapp/utils.py: Django Database changes to allow ordered items (families, tags, etc); everything which is import/export is 100% correct svn: r20100 2012-07-27 Doug Blank * src/plugins/export/exportxml.py: Sort the citation handles to keep the files idempotent (compare easily) svn: r20098 2012-07-26 Gary Burton * src/gui/editors/displaytabs/gallerytab.py: Fix pop up menu on right mouse button click on gallery images. The menu variable must be declared as an instance variable to prevent the Gtk.Menu object from being garbage collected, otherwise the menu fails to appear. svn: r20095 2012-07-26 Benny Malengier * src/gui/widgets/grampletpane.py, src/gui/widgets/multitreeview.py: Gtk3: drag and drop in grampletpane fixed svn: r20094 2012-07-26 Gary Burton * : Put back a copy of document.png in IMAGE_DIR as it is required as the default thumbnail for documents. svn: r20093 2012-07-26 Benny Malengier * src/gui/editors/objectentries.py: GTK3: placeentry recognizes drop again svn: r20092 2012-07-26 Benny Malengier * src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/editmediaref.py: GTK3: working gallerytab with drag and drop, working editmediaref svn: r20091 2012-07-26 Benny Malengier * src/gui/clipboard.py, src/gui/ddtargets.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/editchildref.py, src/gui/glade/editchildref.glade, src/plugins/tool/changetypes.glade, src/plugins/tool/notrelated.glade, src/plugins/tool/soundgen.glade: GTK3: allow copy from clipboard to embeddedlist GTK3: convert remaining ComboboxEntry GTK3: child ref editor works svn: r20090 2012-07-26 Benny Malengier * src/gui/clipboard.py, src/gui/views/pageview.py: GTK3 port, reenable ctrl+C copy behavior on listvie svn: r20089 2012-07-26 Benny Malengier * src/gui/widgets/multitreeview.py: set select function now needs two arguments svn: r20088 2012-07-26 Benny Malengier * src/gui/clipboard.py, src/gui/ddtargets.py, src/gui/views/listview.py: Working drag and drop from listviews to clipboard svn: r20087 2012-07-26 Doug Blank * src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Refactor to allow references to be viewed/edited svn: r20086 2012-07-26 Zdenek Hatas * po/cs.po: czech translation update svn: r20084 2012-07-26 Doug Blank * src/data/templates/view_person_detail.html, src/data/templates/view_repository_detail.html, src/webapp/grampsdb/views.py, src/webapp/urls.py, src/webapp/utils.py: Working on remove, up, down of references svn: r20083 2012-07-26 Doug Blank * src/webapp/grampsdb/view/event.py, src/webapp/utils.py: Fixed birth/death updating when editing/deleting an event svn: r20081 2012-07-25 Gary Burton * src/gui/thumbnails.py: Fix thumbnailing when the thumbnail is a crop of an image svn: r20079 2012-07-25 Doug Blank * src/data/templates/view_person_detail.html: Add probably_alive to person view/editor svn: r20076 2012-07-25 Doug Blank * src/data/templates/view_report_detail.html, src/webapp/dbdjango.py, src/webapp/grampsdb/views.py, src/webapp/reports.py: Better support for report options; added missing tag db functions; svn: r20075 2012-07-25 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_tag_detail.html, src/webapp/grampsdb/view/tag.py: Refinements in tab visuals; fixed adding tag cache error svn: r20074 2012-07-24 Doug Blank * configure.in: Second thought, there is no reason why configure needs gobject svn: r20073 2012-07-24 Doug Blank * src/plugins/view/fanchartview.py: Initial fixes svn: r20072 2012-07-24 Doug Blank * src/webapp/grampsdb/views.py, src/webapp/urls.py, src/webapp/utils.py: New functionality: remove, and re-order children from/in family svn: r20071 2012-07-24 Benny Malengier * src/gui/clipboard.py, src/gui/glade/clipboard.glade: GTK3: make sure clipboard opens correctly. Still crashes on use. svn: r20070 2012-07-24 Benny Malengier * src/gui/thumbnails.py, src/gui/widgets/photo.py: GTK3: pixbuf.save is not available via gi, use savev. Like this scaling works again svn: r20069 2012-07-24 Benny Malengier * src/gui/glade/displaystate.glade: GTK3: warnbutton should show warn dialog with expanded textview svn: r20068 2012-07-24 Jérôme Rapinat * src/gui/editors/editmedia.py, src/gui/editors/editsource.py, src/plugins/bookreport.gpr.py, src/plugins/gramplet/repositorydetails.py, src/plugins/records.gpr.py: fix number of arguments on some editors, complete version bumping on plugins, temp work around on repository details gramplet; see http://sourceforge.net/mailarchive/message.php?msg_id=29521703 svn: r20067 2012-07-24 Benny Malengier * src/gui/dialog.py, src/gui/glade/dialog.glade: Infodialog sufficiently large Add easy test of dialogs to dialog.py svn: r20066 2012-07-24 Doug Blank * configure.in: Added check for pygobject >= 3.3.2 svn: r20065 2012-07-24 Doug Blank * configure.in, setup.py: More changes for version change svn: r20064 2012-07-24 Doug Blank * src/plugins/view/pedigreeview.py: Missing module, os svn: r20063 2012-07-24 Doug Blank * src/gen/const.py.in, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/import.gpr.py, src/plugins/lib/libplugins.gpr.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/quickview/quickview.gpr.py, src/plugins/rel/relplugins.gpr.py, src/plugins/sidebar/sidebar.gpr.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/tools.gpr.py, src/plugins/tool/toolsdebug.gpr.py, src/plugins/view/geography.gpr.py, src/plugins/view/view.gpr.py, src/plugins/webreport/webplugins.gpr.py, src/plugins/webstuff/webstuff.gpr.py: Bump Gramps version up to 4.0 svn: r20062 2012-07-24 Doug Blank * src/gen/utils/image.py: typo: get_unicode_path_from_env_var svn: r20061 2012-07-23 Benny Malengier * src/gui/views/treemodels/placemodel.py: Fixes for GTK3, on_ method changed in do_ method svn: r20060 2012-07-23 Benny Malengier * src/plugins/gramplet/placedetails.py: GTK3 conversion of the gramplet svn: r20059 2012-07-23 Benny Malengier * : Start of GTK3 conversion, rest is teamwork ... svn: r20057 2012-07-23 Paul Franklin * src/gui/plug/report/_reportdialog.py: remove "dead" code, approved by BrianM svn: r20055 2012-07-23 Paul Franklin * src/gui/plug/report/_reportdialog.py: remove "dead" code, approved by BrianM svn: r20054 2012-07-22 Doug Blank * src/data/templates/view_surname_detail.html, src/webapp/utils.py: Adjust links on each child row; fix typo on surname detail page svn: r20053 2012-07-22 Doug Blank * src/gen/simple/_simpletable.py, src/webapp/utils.py: allow a cell in table to not have a link; put buttons in cell for children svn: r20052 2012-07-22 Doug Blank * src/data/templates/gramps-base.html: Add mouse over for browse svn: r20051 2012-07-22 Doug Blank * src/webapp/grampsdb/views.py: Allow events to be searched by desc; added family search on first_name svn: r20050 2012-07-22 Jérôme Rapinat * docs/date.rst, docs/gen/gen_utils.rst: typo; missing gen.utils.alive module svn: r20049 2012-07-22 Jérôme Rapinat * data/grampsxml.dtd, data/grampsxml.rng, src/plugins/export/exportxml.py, src/plugins/import/importxml.py: 5914: Cannot save bookmarked citations into Gramps XML file format svn: r20048 2012-07-22 Doug Blank * src/data/templates/view_name_detail.html: Added missing nickname on name form svn: r20046 2012-07-22 Doug Blank * src/data/templates/view_media.html: Show Media description in browse view svn: r20045 2012-07-21 Doug Blank * src/webapp/grampsdb/views.py: Added ^startswith and endswith$ matching for search svn: r20044 2012-07-21 Doug Blank * src/webapp/grampsdb/views.py: Default media looks in path, descr, and mime type svn: r20043 2012-07-21 Doug Blank * src/webapp/grampsdb/views.py: Added ability to search media by path, descr, and mime type svn: r20042 2012-07-21 Doug Blank * src/gen/simple/_simpletable.py, src/webapp/utils.py: Added interface to SimpleTable for setting column widths svn: r20041 2012-07-21 Doug Blank * src/data/templates/view_family_detail.html, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/views.py, src/webapp/urls.py, src/webapp/utils.py: Added functionality to add person to existing/new family as spouse/child svn: r20040 2012-07-21 Doug Blank * src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/note.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/place.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/source.py, src/webapp/grampsdb/view/tag.py, src/webapp/utils.py: Renamed variables action -> act to avoid conflict with function svn: r20039 2012-07-20 John Ralls * src/gen/ggettext.py, src/gen/mime/_gnomemime.py, src/gen/plug/_docgenplugin.py, src/gen/plug/_plugin.py, src/gen/plug/docbackend/__init__.py, src/gui/editors/editname.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/toolcomboentry.py, src/gui/widgets/valueaction.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/sidebar/categorysidebar.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Use Gtk3's primary designator to replace all instances of for accelerators and bindings. svn: r20038 2012-07-20 Doug Blank * src/webapp/grampsdb/view/event.py: Typo Media -> Event svn: r20037 2012-07-20 Doug Blank * src/data/templates/pick.html: New template for picking from a list of objects svn: r20036 2012-07-20 Doug Blank * src/data/templates/view_family_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_place_detail.html: Move Sources to Citations svn: r20035 2012-07-20 Doug Blank * src/data/templates/view_citation_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/note.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/source.py, src/webapp/grampsdb/views.py, src/webapp/libdjango.py, src/webapp/urls.py, src/webapp/utils.py: Implement adding refs to shared objects svn: r20034 2012-07-19 John Ralls * src/gen/constfunc.py, src/gui/viewmanager.py: Fix up mac integration for introspection Requires not-yet-released gtk-mac-integration 1.1.0 svn: r20033 2012-07-19 Jérôme Rapinat * docs/api.rst, docs/coregui/gui.rst, docs/date.rst, docs/gen/gen.rst, docs/gen/gen_proxy.rst, docs/gen/gen_utils.rst, docs/relationship.rst, docs/simple.rst, docs/utils.rst: update APIs documentation according to last changes (GEPS008) svn: r20032 2012-07-19 Jérôme Rapinat * po/POTFILES.skip, src/plugins/gramplet/Makefile.am: remove "PluginManagerGramplet" references (see rev20027) svn: r20031 2012-07-18 Doug Blank * src/plugins/gramplet/gramplet.gpr.py, src/plugins/gramplet/pluginmanagergramplet.py: Removed unneeded plugin, now that this is built into Gramps svn: r20027 2012-07-18 Doug Blank * src/gen/proxy/living.py: 4538: security - information disclosure: export with 'restrict data on living people'on leaks first names when patronymic is present svn: r20025 2012-07-18 Doug Blank * src/gui/configure.py: 5443: Maximum number of generations (made ranges be able to go as small as 1, which is sometimes useful) svn: r20022 2012-07-18 Doug Blank * src/gen/utils/configmanager.py: 5443: Maximum number of generations (fixed slightly different types, such as int to long) svn: r20021 2012-07-17 Doug Blank * src/webapp/connection.py: Code for Gramps to communicate with Gramps-Connect svn: r20020 2012-07-17 Doug Blank * src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/note.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/place.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/tag.py: Was not rebuilding cache when adding a references to an object svn: r20019 2012-07-17 Craig J. Anderson * src/plugins/drawreport/fanchart.py, src/plugins/lib/libcairodoc.py: backed out a parameter passing change I made in commit 19862 svn: r20018 2012-07-17 Craig J. Anderson * src/plugins/drawreport/ancestortree.py: Paul found a strange error. Using the book report. when a self._user.begin_progress is started, it must be finished in the same method. If not, the progress box will not go away. svn: r20015 2012-07-16 Tim G L Lyons * src/gen/utils/trans.py, src/gramps.py: 0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Setup logging in gramps.py before anything else; for Windows divert stderr/stdout to a log file; use logging instead of print for errors or warnings. svn: r20014 2012-07-16 John Ralls * setup.py: Fix up setup.py for some moved files svn: r20012 2012-07-16 Tim G L Lyons * src/gen/config.py, src/gen/db/write.py, src/gen/utils/configmanager.py, src/gen/utils/image.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/view/geography.gpr.py: 0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Change warning print statements to logging. svn: r20011 2012-07-16 Zdenek Hatas * po/cs.po: czech translation update svn: r20008 2012-07-16 Peter Landgren * po/sv.po: Partial Swedish update. svn: r20007 2012-07-15 John Ralls * src/gen/constfunc.py: Convert backend determination for pygi and Gtk3 (GEP-029) svn: r20005 2012-07-15 John Ralls * mac/gramps.modules: Update moduleset for Gtk3 dependencies (GEP-029) svn: r20004 2012-07-15 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, src/gen/db/Makefile.am, src/gen/merge/Makefile.am: update POTFILES and Makefile references according to 'po/test/po_test.py' svn: r20003 2012-07-14 Paul Franklin * src/gui/views/navigationview.py: 5696: clicking the "home" icon should report if no default person has been set svn: r20000 2012-07-14 Doug Blank * src/gui/viewmanager.py: Fixed import from exportpkg after it moved svn: r19998 2012-07-13 Doug Blank * src/webapp/dbdjango.py: Fixed error in setting gramps_id when XML importing svn: r19997 2012-07-13 Doug Blank * src/gen/merge/diff.py: Error in finding differences svn: r19996 2012-07-13 Doug Blank * src/gen/db/dictionary.py: Error in assigning gids svn: r19995 2012-07-12 Tim G L Lyons * src/plugins/tool/check.py: 0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Change to logging.warning and logging.info. svn: r19994 2012-07-12 Paul Franklin * src/gui/plug/report/_reportdialog.py: better center the non-glade report dialogs svn: r19992 2012-07-12 Paul Franklin * src/gui/plug/report/_reportdialog.py: better center the non-glade report dialogs svn: r19991 2012-07-11 Benny Malengier * src/gen/db/write.py, src/gen/utils/cast.py, src/gui/columnorder.py, src/gui/editors/displaytabs/surnametab.py, src/gui/views/listview.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/menutoolbuttonaction.py, src/guiQML/views/personview.py, src/plugins/lib/libplaceview.py: Fixes in treeview broke listview, now fixed simplified unicode/str casting columnorder working svn: r19990 2012-07-11 Paul Franklin * src/gui/plug/report/_styleeditor.py: show the paragraph styles sorted, in the style editor (e.g. the 65 of them in the text descendant report) svn: r19989 2012-07-11 Paul Franklin * src/gen/plug/report/_options.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_graphvizreportdialog.py: 5900: reports should remember their last-used GUI output file name svn: r19988 2012-07-11 Doug Blank * src/gen/merge/diff.py: Initial code for finding differences svn: r19987 2012-07-11 Doug Blank * src/gen/db/dictionary.py: Missing method for tags svn: r19986 2012-07-11 Doug Blank * src/gen/db/dictionary.py: Need to be able to sort when getting handles; fixed typo svn: r19985 2012-07-11 Doug Blank * src/gen/db/dictionary.py: Fixes for tags svn: r19984 2012-07-11 Doug Blank * src/gen/db/dictionary.py, src/gen/db/read.py: Added handles_func to db._tables, and added sort to get_X_handles methods in DictionaryDb svn: r19983 2012-07-11 Doug Blank * src/gen/utils/keyword.py: Missing gettext svn: r19982 2012-07-10 Tim G L Lyons * src/gen/filters/rules/citation/_hassource.py, src/gui/editors/filtereditor.py: 0005735: Custom Source filter missing. Citation filter was not using 'page' and source filter was not using 'Abbreviation'. svn: r19981 2012-07-10 Doug Blank * src/gui/viewmanager.py: Moved exportxml svn: r19980 2012-07-10 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r19977 2012-07-10 Doug Blank * src/plugins/webreport/narrativeweb.py: 5905: Links (other than internet) in Notes don't work in NAVWEB; handle Family svn: r19975 2012-07-10 Paul Franklin * src/plugins/drawreport/ancestortree.py, src/plugins/drawreport/descendtree.py, src/plugins/lib/libtreebase.py: 5483: graphic reports should allow indexing (and thus a t.o.c.) -- partial (this is Craig's 5483-Ancestor-Descendant-libtreebase-trunk.svndiff patch from 5483, and I am only commiting it; he wrote it and deserves the credit) svn: r19972 2012-07-10 Paul Franklin * src/gen/plug/docgen/drawdoc.py, src/plugins/docgen/htmldoc.py, src/plugins/docgen/odfdoc.py, src/plugins/docgen/psdrawdoc.py, src/plugins/docgen/svgdrawdoc.py, src/plugins/drawreport/calendarreport.py, src/plugins/drawreport/fanchart.py, src/plugins/drawreport/statisticschart.py, src/plugins/drawreport/timeline.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/alphabeticalindex.py, src/plugins/textreport/ancestorreport.py, src/plugins/textreport/custombooktext.py, src/plugins/textreport/tableofcontents.py: 5483: graphic reports should allow indexing (and thus a t.o.c.) -- partial (this is my patch-5483=drawindexing-20120702.svndiff.trunk -- from 5483) svn: r19971 2012-07-10 Benny Malengier * src/gen/db/write.py: Since GTK3, unicode and str must be correctly (de)coded svn: r19970 2012-07-10 Benny Malengier * src/gui/editors/editnote.py, src/gui/glade/editnote.glade, src/gui/widgets/undoablestyledbuffer.py: Edit note working with undo/redo svn: r19969 2012-07-10 Benny Malengier * src/gen/db/write.py: unicode needs encoding since GTK3 svn: r19968 2012-07-10 Benny Malengier * src/gui/views/treemodels/treebasemodel.py, src/plugins/view/persontreeview.py: persontreeview, insert/delete working svn: r19967 2012-07-10 Benny Malengier * src/gen/db/read.py, src/gen/db/write.py, src/gen/lib/name.py, src/gen/utils/cast.py, src/gui/views/listview.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/view/persontreeview.py: Working person treeview, insert/add/delete still todo read/write db, make sure unicode or utf8, nothing else! svn: r19966 2012-07-09 Benny Malengier * src/gui/widgets/styledtexteditor.py: Make clear this warning is understood svn: r19965 2012-07-09 Benny Malengier * src/gui/widgets/styledtexteditor.py: workaround for bug that leads to segphault svn: r19964 2012-07-09 Benny Malengier * src/plugins/gramplet/attributes.py: GTK3 does not automatically convert type to str, do ourselves svn: r19963 2012-07-08 Paul Franklin * src/plugins/import/importgpkg.py: GEPS008 fixes svn: r19962 2012-07-08 Benny Malengier * src/gui/grampsbar.py, src/gui/listmodel.py, src/gui/widgets/photo.py, src/plugins/gramplet/gallery.py: Workaround to have popup shown in GTK3 on grampsbar, and fixes in gramplets svn: r19961 2012-07-07 Benny Malengier * src/gui/clipboard.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/editfamily.py, src/gui/editors/editperson.py, src/gui/editors/editprimary.py, src/gui/glade/editfamily.glade, src/gui/glade/editperson.glade, src/gui/grampsbar.py, src/gui/navigator.py, src/gui/plug/quick/_quicktable.py, src/gui/views/tags.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/widgets/grampletpane.py, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/undoableentry.py, src/plugins/bookreport.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/lib/maps/geography.py, src/plugins/tool/ownereditor.py, src/plugins/view/fanchartview.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/relview.py: Editperson opens and editfamily, popup fixes svn: r19960 2012-07-07 Fedik * po/uk.po: forgot about --no-wrap :) svn: r19957 2012-07-07 Fedik * po/uk.po: small translation and uptades svn: r19956 2012-07-05 Benny Malengier * src/gui/editors/editperson.py: popup working on listview, cont previous commit svn: r19955 2012-07-05 Benny Malengier * src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/surnamemodel.py, src/gui/utils.py, src/gui/views/listview.py, src/gui/widgets/Makefile.am, src/gui/widgets/grampletpane.py, src/gui/widgets/menuitem.py, src/plugins/lib/libplaceview.py: Right click for popup working on listviews svn: r19954 2012-07-05 Paul Franklin * src/plugins/docgen/latexdoc.py: 5765: table-lines out of order in complete-individual-report in LaTeX (patch by Harald Rosemann ) svn: r19952 2012-07-05 Benny Malengier * src/gui/clipboard.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/grampstab.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/editchildref.py, src/gui/editors/editfamily.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/multitreeview.py, src/plugins/view/relview.py: convert KEY_PRESS svn: r19951 2012-07-05 Benny Malengier * src/gen/db/read.py, src/gen/db/write.py, src/gen/utils/cast.py, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/bugfix.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py: Problems with str and unicode conversion after GTK3 use. These changes set the encoding explicitly, so as to avoid ascii being used svn: r19950 2012-07-05 Benny Malengier * : merge trunk from 19853 to 19947 svn: r19949 2012-07-04 Benny Malengier * src/gui/dbman.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/glade/dialog.glade: Fix in db manager, questiondialog, sidebarfilter svn: r19947 2012-07-03 Nick Hall * po/POTFILES.in, src/plugins/drawreport/Makefile.am: 5886: Update Makefile.am and POTFILES.in for r19943 svn: r19946 2012-07-02 Paul Franklin * src/plugins/textreport/birthdayreport.py, src/plugins/textreport/textplugins.gpr.py: give the report options a unique name svn: r19945 2012-07-02 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: Fixed a small error where $P in a person box when the person has not been married does not remove the format string. Found by Adam Stein. svn: r19944 2012-07-02 Paul Franklin * src/plugins/drawreport/calendar.py, src/plugins/drawreport/calendarreport.py, src/plugins/drawreport/drawplugins.gpr.py: 5886: Calendar report cannot be run svn: r19943 2012-07-01 Doug Blank * src/gen/lib/date.py: Error in get_repr svn: r19942 2012-06-30 Doug Blank * src/webapp/utils.py: 5885: TemplateSyntaxError on person details svn: r19941 2012-06-30 Doug Blank * src/webapp/dbdjango.py: 5868: webapp xml import failed in trunk svn: r19940 2012-06-30 Doug Blank * src/gen/lib/date.py: Allow Span display as Time or as Age svn: r19939 2012-06-30 Doug Blank * src/webapp/utils.py: 5868: xml import failed in trunk svn: r19938 2012-06-29 Paul Franklin * src/gui/grampsbar.py, src/gui/widgets/grampletpane.py: ConfigParser is in Python, not Gramps svn: r19937 2012-06-28 Nick Hall * src/gen/plug/__init__.py, src/gen/plug/_manager.py: Change format of import svn: r19936 2012-06-28 Nick Hall * src/gui/logger/_errorreportassistant.py, src/gui/plug/export/_exportassistant.py, src/gui/pluginmanager.py, src/plugins/tool/mediamanager.py: Use constants for Gramps icon and splash file svn: r19935 2012-06-28 Craig J. Anderson * src/plugins/drawreport/ancestortree.py, src/plugins/drawreport/descendtree.py, src/plugins/lib/libtreebase.py: small error fixes to these reports when run in a book report svn: r19934 2012-06-28 Jérôme Rapinat * src/plugins/import/importxml.py: 5881: data_item ignored on citation object svn: r19931 2012-06-28 Nick Hall * src/gen/plug/_manager.py: GEPS008: Fix for reports svn: r19930 2012-06-27 Nick Hall * : GEPS008: Property changes svn: r19929 2012-06-26 Benny Malengier * src/gramps.py: Remove deepcopy workaround for old python versions, only python 2.7 now svn: r19926 2012-06-26 Benny Malengier * src/plugins/lib/maps/messagelayer.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/view/geography.gpr.py: import of osmgpsmap crashes in GTK3, so we deactivate it svn: r19925 2012-06-26 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/gen/filters/rules/person/_hascommonancestorwith.py, src/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py, src/gen/filters/rules/person/_hastextmatchingsubstringof.py, src/gen/utils/Makefile.am, src/gen/utils/db.py, src/gen/utils/name.py, src/gen/utils/referent.py, src/gen/utils/tree.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/editfamily.py, src/gui/editors/filtereditor.py, src/gui/views/treemodels/citationtreemodel.py, src/gui/views/treemodels/familymodel.py, src/plugins/export/exportvcalendar.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/gramplet/sessionloggramplet.py, src/plugins/import/importxml.py, src/plugins/tool/check.py, src/plugins/tool/eventnames.py, src/plugins/tool/verify.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/fanchartview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/persontreeview.py, src/plugins/view/relview.py, src/plugins/view/sourceview.py, src/plugins/webreport/narrativeweb.py: GEPS008: Combine db, name, referent and tree modules svn: r19924 2012-06-25 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/Makefile.am, src/Utils.py, src/cli/grampscli.py, src/gen/utils/Makefile.am, src/gen/utils/config.py, src/gen/utils/debug.py, src/gui/views/listview.py, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/bugfix.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py, src/guiQML/views/personview.py, src/plugins/lib/libhtml.py, src/plugins/lib/libhtmlbackend.py, src/plugins/tool/ownereditor.py, src/plugins/webreport/narrativeweb.py, src/plugins/webreport/webcal.py: GEPS008: Removed Utils module svn: r19923 2012-06-25 Nick Hall * src/Utils.py, src/gen/utils/file.py, src/gui/editors/displaytabs/gallerytab.py, src/plugins/tool/check.py, src/plugins/view/mediaview.py: GEPS008: Move fix_encoding function svn: r19922 2012-06-25 Nick Hall * po/POTFILES.skip, src/Utils.py, src/gen/config.py, src/gen/dbstate.py, src/gen/filters/rules/_haseventbase.py, src/gen/plug/_manager.py, src/gen/plug/menu/_option.py, src/gen/simple/_simpleaccess.py, src/gen/sort.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gen/utils/db.py, src/gen/utils/fallback.py, src/gen/utils/test/callback_test.py, src/gui/displaystate.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/editevent.py, src/gui/editors/editfamily.py, src/gui/editors/editperson.py, src/gui/merge/mergeevent.py, src/gui/pluginmanager.py, src/gui/views/bookmarks.py, src/gui/views/navigationview.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/plugins/drawreport/timeline.py, src/plugins/gramplet/backlinks.py, src/plugins/gramplet/children.py, src/plugins/gramplet/descendgramplet.py, src/plugins/gramplet/events.py, src/plugins/gramplet/pedigreegramplet.py, src/plugins/graph/gvfamilylines.py, src/plugins/graph/gvhourglass.py, src/plugins/graph/gvrelgraph.py, src/plugins/lib/libformatting.py, src/plugins/lib/libsubstkeyword.py, src/plugins/textreport/descendreport.py, src/plugins/textreport/kinshipreport.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/relview.py, src/webapp/utils.py: GEPS008: Create module for database utilities svn: r19921 2012-06-25 Nick Hall * configure.in, po/POTFILES.skip, src/Makefile.am, src/docgen/CSVTab.py, src/docgen/Makefile.am, src/docgen/ODSTab.py, src/docgen/TabbedDoc.py, src/docgen/__init__.py, src/gen/utils/Makefile.am, src/gen/utils/docgen/CSVTab.py, src/gen/utils/docgen/Makefile.am, src/gen/utils/docgen/ODSTab.py, src/gen/utils/docgen/TabbedDoc.py, src/gen/utils/docgen/__init__.py, src/gui/views/listview.py, src/plugins/tool/eventcmp.py: GEPS008: Move src/docgen to src/gen/utils svn: r19920 2012-06-24 Nick Hall * src/gui/plug/report/_styleeditor.py, src/plugins/bookreport.py: GEPS008: Remove redundant code svn: r19919 2012-06-24 Nick Hall * src/cli/plug/__init__.py, src/gui/grampsgui.py, src/gui/views/treemodels/familymodel.py, src/plugins/docgen/latexdoc.py, src/plugins/docgen/rtfdoc.py, src/plugins/lib/maps/geography.py, src/plugins/view/eventview.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: GEPS008: Remove unused imports svn: r19918 2012-06-24 Nick Hall * po/POTFILES.in, src/Utils.py, src/gen/plug/report/endnotes.py, src/gen/simple/_simpleaccess.py, src/gen/utils/Makefile.am, src/gen/utils/string.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/filtereditor.py, src/gui/filters/sidebar/_citationsidebarfilter.py, src/gui/merge/mergecitation.py, src/gui/views/listview.py, src/gui/views/treemodels/citationbasemodel.py, src/plugins/export/exportcsv.py, src/plugins/import/importcsv.py, src/plugins/lib/libpersonview.py, src/plugins/tool/mergecitations.py, src/plugins/tool/testcasegenerator.py, src/plugins/view/familyview.py, src/plugins/webreport/narrativeweb.py: GEPS008: Create new module for string mappings svn: r19917 2012-06-24 Paul Franklin * src/gui/plug/_guioptions.py, src/plugins/bookreport.py: 5701: configure an existing "book" using saved-away values svn: r19916 2012-06-24 Paul Franklin * src/gui/plug/_guioptions.py, src/plugins/BookReport.py: 5701: configure an existing "book" using saved-away values svn: r19915 2012-06-24 Nick Hall * src/plugins/export/exportpkg.py, src/plugins/export/test/exportVCard_test.py, src/plugins/import/importgpkg.py, src/plugins/import/test/importVCard_test.py: GEPS008: Change imports for lowercase plugins svn: r19914 2012-06-24 Nick Hall * po/POTFILES.skip, src/Utils.py, src/gen/db/dictionary.py, src/gen/db/read.py, src/gen/utils/Makefile.am, src/gen/utils/id.py, src/gen/utils/unknown.py, src/gui/editors/editfamily.py, src/plugins/import/importcsv.py, src/plugins/import/importprogen.py, src/plugins/import/importxml.py, src/plugins/lib/libgedcom.py, src/plugins/tool/check.py, src/webapp/dbdjango.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/family.py: GEPS008: Create new module for id utilities svn: r19913 2012-06-24 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: Added feature of first photo in the gallery information svn: r19912 2012-06-24 Nick Hall * src/Utils.py, src/gen/utils/unknown.py: GEPS008: Fix missing import svn: r19911 2012-06-24 Nick Hall * po/POTFILES.skip, src/Utils.py, src/gen/plug/_options.py, src/gen/utils/Makefile.am, src/gen/utils/cast.py, src/plugins/bookreport.py: GEPS008: Create new module for utilities to cast types svn: r19910 2012-06-24 Nick Hall * po/POTFILES.in, src/Utils.py, src/gen/utils/Makefile.am, src/gen/utils/name.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/editfamily.py, src/gui/editors/filtereditor.py, src/plugins/export/exportvcalendar.py, src/plugins/gramplet/sessionloggramplet.py, src/plugins/import/importxml.py, src/plugins/tool/check.py, src/plugins/tool/eventnames.py, src/plugins/tool/verify.py, src/plugins/view/persontreeview.py, src/plugins/view/relview.py: GEPS008: Create new module for name utilities svn: r19909 2012-06-23 Nick Hall * po/POTFILES.skip, src/Utils.py, src/gen/filters/rules/person/_hascommonancestorwith.py, src/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py, src/gen/utils/Makefile.am, src/gen/utils/tree.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/view/fanchartview.py, src/plugins/view/pedigreeview.py: GEPS008: Create new module for tree utilities svn: r19908 2012-06-23 Nick Hall * po/POTFILES.in, src/Utils.py, src/gen/utils/Makefile.am, src/gen/utils/unknown.py, src/plugins/import/importxml.py, src/plugins/lib/libgedcom.py, src/plugins/tool/check.py: GEPS008: Create new module for make_unknown functions svn: r19907 2012-06-23 Nick Hall * po/POTFILES.skip, src/Utils.py, src/cli/arghandler.py, src/cli/argparser.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/report/utils.py, src/gen/plug/utils.py, src/gen/utils/Makefile.am, src/gen/utils/file.py, src/gen/utils/image.py, src/gen/utils/trans.py, src/gui/configure.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editperson.py, src/gui/plug/_guioptions.py, src/gui/plug/_windows.py, src/gui/plug/export/_exportassistant.py, src/gui/plug/report/_fileentry.py, src/gui/plug/report/_reportdialog.py, src/gui/selectors/selectobject.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/plugins/export/exportgedcom.py, src/plugins/export/exportpkg.py, src/plugins/gramplet/editexifmetadata.py, src/plugins/gramplet/gallery.py, src/plugins/gramplet/mediapreview.py, src/plugins/gramplet/metadataviewer.py, src/plugins/gramplet/persondetails.py, src/plugins/gramplet/placedetails.py, src/plugins/gramplet/statsgramplet.py, src/plugins/graph/gvfamilylines.py, src/plugins/graph/gvrelgraph.py, src/plugins/import/importgpkg.py, src/plugins/quickview/filterbyname.py, src/plugins/textreport/indivcomplete.py, src/plugins/textreport/simplebooktitle.py, src/plugins/textreport/summary.py, src/plugins/tool/check.py, src/plugins/tool/eventcmp.py, src/plugins/tool/mediamanager.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/webreport/narrativeweb.py: GEPS008: Create new module for file utilities svn: r19906 2012-06-23 Nick Hall * po/POTFILES.in, src/Utils.py, src/gen/utils/Makefile.am, src/gen/utils/keyword.py, src/gui/configure.py, src/test/utils_test.py: GEPS008: Create new module for keyword translation svn: r19905 2012-06-23 Nick Hall * src/Utils.py, src/gen/datehandler/_dateutils.py, src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py: GEPS008: Move format_time into datehandler svn: r19904 2012-06-23 Nick Hall * po/POTFILES.in, src/MacTransUtils.py, src/Makefile.am, src/TransUtils.py, src/gen/plug/_pluginreg.py, src/gen/utils/Makefile.am, src/gen/utils/mactrans.py, src/gen/utils/trans.py, src/gramps.py, src/gui/clipboard.py, src/gui/glade.py, src/gui/plug/quick/_quicktable.py, src/plugins/lib/libtranslate.py, src/plugins/textreport/ancestorreport.py, src/plugins/textreport/detancestralreport.py, src/plugins/textreport/detdescendantreport.py: GEPS008: Moved translation utilities svn: r19903 2012-06-23 Nick Hall * po/POTFILES.in, src/LdsUtils.py, src/Makefile.am, src/gen/utils/Makefile.am, src/gen/utils/lds.py, src/gui/editors/displaytabs/ldsmodel.py, src/gui/editors/editldsord.py, src/plugins/lib/libgedcom.py, src/plugins/tool/testcasegenerator.py: GEPS008: Moved LdsUtils module svn: r19902 2012-06-23 Nick Hall * po/POTFILES.skip, src/ImgManip.py, src/Makefile.am, src/gen/utils/Makefile.am, src/gen/utils/image.py, src/plugins/docgen/htmldoc.py, src/plugins/docgen/odfdoc.py, src/plugins/docgen/rtfdoc.py, src/plugins/lib/libcairodoc.py, src/plugins/webreport/narrativeweb.py: GEPS008: Moved ImgManip module svn: r19901 2012-06-23 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/plugins/Makefile.am, src/plugins/docgen/Makefile.am, src/plugins/drawreport/Makefile.am, src/plugins/export/Makefile.am, src/plugins/gramplet/Makefile.am, src/plugins/graph/Makefile.am, src/plugins/import/Makefile.am, src/plugins/quickview/Makefile.am, src/plugins/textreport/Makefile.am, src/plugins/tool/Makefile.am, src/plugins/webreport/Makefile.am: GEPS008: Change plugin Makefiles to lowercase svn: r19899 2012-06-22 Nick Hall * src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/bookreport.gpr.py, src/plugins/bookreport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/docgen/asciidoc.py, src/plugins/docgen/docgen.gpr.py, src/plugins/docgen/gtkprint.py, src/plugins/docgen/htmldoc.py, src/plugins/docgen/latexdoc.py, src/plugins/docgen/odfdoc.py, src/plugins/docgen/pdfdoc.py, src/plugins/docgen/psdrawdoc.py, src/plugins/docgen/rtfdoc.py, src/plugins/docgen/svgdrawdoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/drawreport/ancestortree.py, src/plugins/drawreport/calendar.py, src/plugins/drawreport/descendtree.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/drawreport/fanchart.py, src/plugins/drawreport/statisticschart.py, src/plugins/drawreport/timeline.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py, src/plugins/export/export.gpr.py, src/plugins/export/exportcsv.py, src/plugins/export/exportftree.py, src/plugins/export/exportgedcom.py, src/plugins/export/exportgeneweb.py, src/plugins/export/exportpkg.py, src/plugins/export/exportvcalendar.py, src/plugins/export/exportvcard.py, src/plugins/export/exportxml.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/Attributes.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/Backlinks.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/Citations.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/Events.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/FaqGramplet.py, src/plugins/gramplet/Filter.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/MetadataViewer.py, src/plugins/gramplet/Notes.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/gramplet/PluginManagerGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/gramplet/RepositoryDetails.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/ToDoGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/gramplet/WelcomeGramplet.py, src/plugins/gramplet/WhatsNext.py, src/plugins/gramplet/ageondategramplet.py, src/plugins/gramplet/agestats.py, src/plugins/gramplet/attributes.py, src/plugins/gramplet/attributesgramplet.py, src/plugins/gramplet/backlinks.py, src/plugins/gramplet/calendargramplet.py, src/plugins/gramplet/children.py, src/plugins/gramplet/citations.py, src/plugins/gramplet/descendgramplet.py, src/plugins/gramplet/editexifmetadata.py, src/plugins/gramplet/events.py, src/plugins/gramplet/fanchartgramplet.py, src/plugins/gramplet/faqgramplet.py, src/plugins/gramplet/filter.py, src/plugins/gramplet/gallery.py, src/plugins/gramplet/givennamegramplet.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/gramplet/mediapreview.py, src/plugins/gramplet/metadataviewer.py, src/plugins/gramplet/notes.py, src/plugins/gramplet/pedigreegramplet.py, src/plugins/gramplet/persondetails.py, src/plugins/gramplet/personresidence.py, src/plugins/gramplet/placedetails.py, src/plugins/gramplet/pluginmanagergramplet.py, src/plugins/gramplet/quickviewgramplet.py, src/plugins/gramplet/relativegramplet.py, src/plugins/gramplet/repositorydetails.py, src/plugins/gramplet/sessionloggramplet.py, src/plugins/gramplet/statsgramplet.py, src/plugins/gramplet/surnamecloudgramplet.py, src/plugins/gramplet/todogramplet.py, src/plugins/gramplet/topsurnamesgramplet.py, src/plugins/gramplet/welcomegramplet.py, src/plugins/gramplet/whatsnext.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/graph/gvfamilylines.py, src/plugins/graph/gvhourglass.py, src/plugins/graph/gvrelgraph.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGedcom.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportGpkg.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/import/import.gpr.py, src/plugins/import/importcsv.py, src/plugins/import/importgedcom.py, src/plugins/import/importgeneweb.py, src/plugins/import/importgpkg.py, src/plugins/import/importgrdb.py, src/plugins/import/importprogen.py, src/plugins/import/importvcard.py, src/plugins/import/importxml.py, src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/LinkReferences.py, src/plugins/quickview/OnThisDay.py, src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/ageondate.py, src/plugins/quickview/attributematch.py, src/plugins/quickview/filterbyname.py, src/plugins/quickview/linkreferences.py, src/plugins/quickview/onthisday.py, src/plugins/quickview/quickview.gpr.py, src/plugins/quickview/references.py, src/plugins/quickview/reporef.py, src/plugins/quickview/samesurnames.py, src/plugins/records.gpr.py, src/plugins/records.py, src/plugins/textreport/AlphabeticalIndex.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py, src/plugins/textreport/TableOfContents.py, src/plugins/textreport/TagReport.py, src/plugins/textreport/alphabeticalindex.py, src/plugins/textreport/ancestorreport.py, src/plugins/textreport/birthdayreport.py, src/plugins/textreport/custombooktext.py, src/plugins/textreport/descendreport.py, src/plugins/textreport/detancestralreport.py, src/plugins/textreport/detdescendantreport.py, src/plugins/textreport/endoflinereport.py, src/plugins/textreport/familygroup.py, src/plugins/textreport/indivcomplete.py, src/plugins/textreport/kinshipreport.py, src/plugins/textreport/numberofancestorsreport.py, src/plugins/textreport/placereport.py, src/plugins/textreport/simplebooktitle.py, src/plugins/textreport/summary.py, src/plugins/textreport/tableofcontents.py, src/plugins/textreport/tagreport.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/MediaManager.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/PatchNames.py, src/plugins/tool/PopulateSources.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/SortEvents.py, src/plugins/tool/SoundGen.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/tool/Verify.py, src/plugins/tool/changenames.py, src/plugins/tool/changetypes.py, src/plugins/tool/check.py, src/plugins/tool/dateparserdisplaytest.py, src/plugins/tool/desbrowser.py, src/plugins/tool/dumpgenderstats.py, src/plugins/tool/eval.py, src/plugins/tool/eventcmp.py, src/plugins/tool/eventnames.py, src/plugins/tool/extractcity.py, src/plugins/tool/finddupes.py, src/plugins/tool/leak.py, src/plugins/tool/mediamanager.py, src/plugins/tool/mergecitations.py, src/plugins/tool/notrelated.py, src/plugins/tool/ownereditor.py, src/plugins/tool/patchnames.py, src/plugins/tool/phpgedviewconnector.py, src/plugins/tool/populatesources.py, src/plugins/tool/rebuild.py, src/plugins/tool/rebuildrefmap.py, src/plugins/tool/relcalc.py, src/plugins/tool/removeunused.py, src/plugins/tool/reorderids.py, src/plugins/tool/sortevents.py, src/plugins/tool/soundgen.py, src/plugins/tool/testcasegenerator.py, src/plugins/tool/tools.gpr.py, src/plugins/tool/toolsdebug.gpr.py, src/plugins/tool/verify.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webreport/narrativeweb.py, src/plugins/webreport/webcal.py, src/plugins/webreport/webplugins.gpr.py: GEPS008: Convert plugin filenames to lowercase svn: r19898 2012-06-21 Craig J. Anderson * src/plugins/lib/libcairodoc.py: fixed a reacurring error that was in 19873 svn: r19896 2012-06-21 Craig J. Anderson * src/plugins/lib/libcairodoc.py: fix for 5851 (part 4) svn: r19895 2012-06-21 Craig J. Anderson * src/plugins/lib/libcairodoc.py: revert to 19873 svn: r19894 2012-06-21 Craig J. Anderson * src/plugins/lib/libcairodoc.py: base fix for feature request 5483 svn: r19892 2012-06-21 Jérôme Rapinat * src/plugins/textreport/BirthdayReport.py: 5794: Birthday list report has invalid code svn: r19889 2012-06-20 Doug Blank * src/webapp/dbdjango.py: Support sorting on handles for get_*_handles() methods svn: r19888 2012-06-20 Doug Blank * src/data/templates/gramps-base.html: Need jHTMLArea for notes; border was on too many things; made width a bit wider svn: r19887 2012-06-20 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/webapp/utils.py: Show Log history for every object svn: r19886 2012-06-20 Benny Malengier * src/gui/autocomp.py, src/gui/glade/editattribute.glade, src/gui/glade/editchildref.glade, src/gui/glade/editdate.glade, src/gui/glade/editevent.glade, src/gui/glade/editeventref.glade, src/gui/glade/editfamily.glade, src/gui/glade/editname.glade, src/gui/glade/editnote.glade, src/gui/glade/editperson.glade, src/gui/glade/editreporef.glade, src/gui/glade/editrepository.glade, src/gui/glade/editurl.glade, src/gui/views/treemodels/flatbasemodel.py, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/validatedmaskedentry.py: Validatedmaskedentry works somewhat, but no icon to be seen. ComboxEntry needs focus to work svn: r19885 2012-06-19 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: update for feature 5854. Added a new Notes style so the user can modify this separately svn: r19884 2012-06-19 Doug Blank * src/webapp/utils.py: Generate style for each table (too much style is currently included); set border styles in cells svn: r19882 2012-06-19 Doug Blank * src/plugins/docgen/HtmlDoc.py: Added doc.use_table_headers to use th on first row; allow declaration style to be id-specific svn: r19881 2012-06-19 Doug Blank * src/gen/plug/docgen/tablestyle.py: Added set_borders which turns on all cell borders svn: r19880 2012-06-19 Doug Blank * src/plugins/textreport/BirthdayReport.py: 5794: Birthday list report has invalid code svn: r19879 2012-06-19 Serge Noiraud * src/plugins/lib/maps/messagelayer.py: Geography : missing convertion to introspection for this file. svn: r19878 2012-06-19 Benny Malengier * src/gui/editors/edittaglist.py, src/gui/glade/baseselector.glade, src/gui/glade/configure.glade, src/gui/glade/dbman.glade, src/gui/glade/editattribute.glade, src/gui/glade/editchildref.glade, src/gui/glade/editdate.glade, src/gui/glade/editeventref.glade, src/gui/glade/editfamily.glade, src/gui/glade/editname.glade, src/gui/glade/editnote.glade, src/gui/glade/editreporef.glade, src/gui/glade/editrepository.glade, src/gui/glade/editurl.glade, src/gui/glade/mergecitation.glade, src/gui/glade/mergeevent.glade, src/gui/glade/mergefamily.glade, src/gui/glade/mergemedia.glade, src/gui/glade/mergenote.glade, src/gui/glade/mergeperson.glade, src/gui/glade/mergeplace.glade, src/gui/glade/mergerepository.glade, src/gui/glade/mergesource.glade, src/gui/glade/updateaddons.glade, src/gui/plug/_windows.py, src/gui/plug/report/_reportdialog.py, src/gui/utils.py, src/gui/views/bookmarks.py, src/gui/views/tags.py, src/gui/widgets/progressdialog.py, src/gui/widgets/undoableentry.py, src/gui/widgets/validatedmaskedentry.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/tool/PatchNames.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/view/fanchartview.py: Validated masked entry does not crash anymore (does not work correct however) No separator anymore in dialog Remove ComboBoxEntry svn: r19876 2012-06-19 Doug Blank * src/webapp/grampsdb/view/media.py: Need to use png until we get PIL 1.1.7 installed svn: r19875 2012-06-19 Doug Blank * src/webapp/grampsdb/view/png.py: Pure-Python PNG reader/writer under MIT License svn: r19874 2012-06-19 Craig J. Anderson * src/plugins/lib/libcairodoc.py: Error 5851 (part 3) svn: r19873 2012-06-19 Doug Blank * src/webapp/empty.sql, src/webapp/example.sql, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/media.py, src/webapp/init.py: Copy all config default settings to Config; images should use relative path; behavior.addmedia-image-dir should be absolute svn: r19872 2012-06-18 Benny Malengier * src/gui/aboutdialog.py, src/gui/configure.py, src/gui/ddtargets.py, src/gui/editors/displaytabs/addressmodel.py, src/gui/editors/displaytabs/attrmodel.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/displaytabs/citationrefmodel.py, src/gui/editors/displaytabs/datamodel.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/ldsmodel.py, src/gui/editors/displaytabs/locationmodel.py, src/gui/editors/displaytabs/notemodel.py, src/gui/editors/displaytabs/personrefmodel.py, src/gui/editors/displaytabs/reporefmodel.py, src/gui/editors/displaytabs/surnamemodel.py, src/gui/editors/displaytabs/webmodel.py, src/gui/editors/editevent.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editsecondary.py, src/gui/editors/objectentries.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/glade/editevent.glade, src/gui/managedwindow.py, src/gui/plug/quick/_quicktable.py, src/gui/plug/quick/_textbufdoc.py, src/gui/views/navigationview.py, src/gui/widgets/buttons.py: Working about dialog, preferences, quickview on click in gramplet, event editor opens, and minor things svn: r19871 2012-06-18 Doug Blank * src/cli/argparser.py: config.config errors, perhaps due to reorg svn: r19870 2012-06-18 Doug Blank * src/data/templates/view_media_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/view/media.py, src/webapp/utils.py: Added media viewing and editing; gets media from config and creates a /thumbnail/ folder there svn: r19869 2012-06-18 Craig J. Anderson * src/plugins/lib/libcairodoc.py: Error 5851 (part 2) svn: r19868 2012-06-18 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Found a new untranslated word. svn: r19866 2012-06-18 Craig J. Anderson * src/plugins/drawreport/FanChart.py, src/plugins/lib/libcairodoc.py: Fix for error 5851 in trunk and 3.4. '&' and '<' give Pango warnings and does not print the desired results in (most) Graphics reports. svn: r19862 2012-06-18 Doug Blank * src/webapp/dbdjango.py: Fixed has_gramps_id, removed dup methods svn: r19861 2012-06-18 Doug Blank * src/gen/db/dictionary.py: Dictionary-based database with enough in place to import into svn: r19860 2012-06-17 Benny Malengier * src/gui/clipboard.py, src/gui/editors/displaytabs/dataembedlist.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/surnametab.py, src/gui/glade/catalog/README, src/gui/grampsbar.py, src/gui/navigator.py, src/gui/plug/quick/_quicktable.py, src/gui/plug/quick/_textbufdoc.py, src/gui/utils.py, src/gui/widgets/grampletpane.py, src/gui/widgets/styledtexteditor.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/maps/geography.py, src/plugins/view/fanchartview.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: Convert MenuItem, working styledtexteditor in grampletpane svn: r19859 2012-06-17 Benny Malengier * README, src/ImgManip.py, src/TransUtils.py, src/gen/constfunc.py, src/gen/db/write.py, src/gen/mime/_gnomemime.py, src/gen/plug/_gramplet.py, src/gen/plug/_manager.py, src/gramps.py, src/gui/aboutdialog.py, src/gui/autocomp.py, src/gui/clipboard.py, src/gui/columnorder.py, src/gui/configure.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/ddtargets.py, src/gui/dialog.py, src/gui/displaystate.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/addressmodel.py, src/gui/editors/displaytabs/attrembedlist.py, src/gui/editors/displaytabs/attrmodel.py, src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/citationrefmodel.py, src/gui/editors/displaytabs/datamodel.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/grampstab.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/displaytabs/ldsembedlist.py, src/gui/editors/displaytabs/ldsmodel.py, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/locationmodel.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/notemodel.py, src/gui/editors/displaytabs/notetab.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/personrefembedlist.py, src/gui/editors/displaytabs/personrefmodel.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/displaytabs/reporefmodel.py, src/gui/editors/displaytabs/surnamemodel.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/displaytabs/webmodel.py, src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editchildref.py, src/gui/editors/editdate.py, src/gui/editors/editevent.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editlink.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editplace.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py, src/gui/editors/edittaglist.py, src/gui/editors/filtereditor.py, src/gui/editors/objectentries.py, src/gui/filters/_filtercombobox.py, src/gui/filters/_filtermenu.py, src/gui/filters/_filterstore.py, src/gui/filters/_searchbar.py, src/gui/filters/sidebar/_citationsidebarfilter.py, src/gui/filters/sidebar/_eventsidebarfilter.py, src/gui/filters/sidebar/_familysidebarfilter.py, src/gui/filters/sidebar/_mediasidebarfilter.py, src/gui/filters/sidebar/_notesidebarfilter.py, src/gui/filters/sidebar/_personsidebarfilter.py, src/gui/filters/sidebar/_placesidebarfilter.py, src/gui/filters/sidebar/_reposidebarfilter.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/filters/sidebar/_sourcesidebarfilter.py, src/gui/glade.py, src/gui/glade/catalog/grampswidgets.py, src/gui/glade/catalog/grampswidgets.xml, src/gui/glade/editperson.glade, src/gui/grampsbar.py, src/gui/grampsgui.py, src/gui/listmodel.py, src/gui/logger/__init__.py, src/gui/logger/_errorreportassistant.py, src/gui/logger/_errorview.py, src/gui/managedwindow.py, src/gui/merge/mergeperson.py, src/gui/merge/mergeplace.py, src/gui/navigator.py, src/gui/plug/_dialogs.py, src/gui/plug/_guioptions.py, src/gui/plug/_windows.py, src/gui/plug/export/_exportassistant.py, src/gui/plug/export/_exportoptions.py, src/gui/plug/quick/_quickreports.py, src/gui/plug/quick/_quicktable.py, src/gui/plug/quick/_textbufdoc.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_drawreportdialog.py, src/gui/plug/report/_fileentry.py, src/gui/plug/report/_graphvizreportdialog.py, src/gui/plug/report/_papermenu.py, src/gui/plug/report/_reportdialog.py, src/gui/plug/report/_stylecombobox.py, src/gui/plug/report/_styleeditor.py, src/gui/plug/report/_textreportdialog.py, src/gui/pluginmanager.py, src/gui/selectors/baseselector.py, src/gui/selectors/selectobject.py, src/gui/selectors/selectperson.py, src/gui/spell.py, src/gui/thumbnails.py, src/gui/undohistory.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/views/bookmarks.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/views/tags.py, src/gui/views/treemodels/citationlistmodel.py, src/gui/views/treemodels/citationtreemodel.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/basicentry.py, src/gui/widgets/buttons.py, src/gui/widgets/expandcollapsearrow.py, src/gui/widgets/grampletpane.py, src/gui/widgets/labels.py, src/gui/widgets/linkbox.py, src/gui/widgets/menutoolbuttonaction.py, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/multitreeview.py, src/gui/widgets/photo.py, src/gui/widgets/progressdialog.py, src/gui/widgets/shortlistcomboentry.py, src/gui/widgets/springseparator.py, src/gui/widgets/statusbar.py, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/toolcomboentry.py, src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoableentry.py, src/gui/widgets/undoablestyledbuffer.py, src/gui/widgets/validatedcomboentry.py, src/gui/widgets/validatedmaskedentry.py, src/gui/widgets/valueaction.py, src/gui/widgets/valuetoolitem.py, src/guiQML/grampsqml.py, src/plugins/BookReport.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/PdfDoc.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportPkg.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/Attributes.py, src/plugins/gramplet/Backlinks.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/Citations.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/Events.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/Notes.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/gramplet/RepositoryDetails.py, src/plugins/gramplet/WelcomeGramplet.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/libmetadata.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/lib/maps/datelayer.py, src/plugins/lib/maps/dummylayer.py, src/plugins/lib/maps/dummynogps.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/lifewaylayer.py, src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/messagelayer.py, src/plugins/lib/maps/osmGps.py, src/plugins/lib/maps/placeselection.py, src/plugins/lib/maps/selectionlayer.py, src/plugins/sidebar/categorysidebar.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/EventCmp.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/MediaManager.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/PatchNames.py, src/plugins/tool/PopulateSources.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/SoundGen.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/tool/Verify.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/grampletview.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py, test/GrampsLogger/GtkHandler_Test.py, windows/builder/build_GrampsWin32.py, windows/builder/check_gtk_install.py, windows/builder/test_dependencies.py, windows/check_gtk_install.py, windows/nsis/gcheck.py: Start convertion to introspection. Flat models work, as does relationship view svn: r19858 2012-06-17 Doug Blank * src/webapp/dbdjango.py: Cleanup svn: r19857 2012-06-17 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Found an untranslated word. svn: r19856 2012-06-17 Benny Malengier * : Conversion to the new version of GTK using the new python bindings based on introspection. svn: r19853 2012-06-16 Serge Noiraud * src/plugins/lib/maps/Makefile.am, src/plugins/lib/maps/datelayer.py, src/plugins/lib/maps/dummylayer.py, src/plugins/lib/maps/dummynogps.py, src/plugins/lib/maps/lifewaylayer.py, src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/messagelayer.py, src/plugins/lib/maps/osmGps.py, src/plugins/lib/maps/placeselection.py, src/plugins/lib/maps/selectionlayer.py, src/plugins/view/geoclose.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: Geography : Add ID property to some new sources. Add a new layer which permit to display messages over the map Modify plugins to use this new functionality Remove the person's name in geoclose and geofamclose. svn: r19851 2012-06-16 Jérôme Rapinat * src/data/templates/gramps-base.html: 5838: minor visual improvements; Do we need 'jHtmlArea.js'? svn: r19850 2012-06-16 Serge Noiraud * src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/osmGps.py: Geography : libraries : performance issue with a lot of places svn: r19849 2012-06-16 Serge Noiraud * src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: Geography : all geography views : performance issue with a lot of places svn: r19848 2012-06-15 Doug Blank * src/const.py.in, src/gen/datehandler/_grampslocale.py, src/webapp/utils.py: Changes for Gramps-Connect to work on Windows without using gramps.py svn: r19846 2012-06-15 Doug Blank * src/data/templates/gramps-base.html, src/webapp/utils.py: 5838: Change 'black' color (css) on embedded tabs svn: r19845 2012-06-15 Doug Blank * src/data/templates/view_person_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/person.py: Fixed bug in clearning cache; added Log to Person edit svn: r19844 2012-06-15 Doug Blank * src/webapp/grampsdb/view/person.py: All forms should have a model svn: r19843 2012-06-15 Doug Blank * src/webapp/grampsdb/views.py: Python 2.6 requires str for dict key type not unicode svn: r19842 2012-06-15 Doug Blank * src/data/templates/reference.html, src/data/templates/view_name_detail.html, src/data/templates/view_surname_detail.html: Changes for authenticated-only account svn: r19841 2012-06-13 Doug Blank * src/data/templates/detail_breadcrumb.html: 5846: selected tag is not displayed in brackets svn: r19840 2012-06-13 Serge Noiraud * src/plugins/lib/maps/markerlayer.py: Geography : some comments changed or added. avoid divide by zero and try to place the marker at the good position. svn: r19839 2012-06-13 Doug Blank * src/webapp/grampsdb/models.py, src/webapp/libdjango.py, src/webapp/utils.py: Added a Log table to keep track of changes svn: r19838 2012-06-13 Serge Noiraud * src/plugins/lib/maps/geography.py: Geography : the markers are not removed when we change the database. svn: r19837 2012-06-13 Doug Blank * src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py: Temp fix for loading too many people for father/mother on Family edit page. Need to have an auto-complete solution svn: r19836 2012-06-12 Serge Noiraud * src/plugins/view/geoclose.py, src/plugins/view/geofamclose.py: Geography : the new views uses the new marker layer. svn: r19835 2012-06-12 Serge Noiraud * src/plugins/lib/maps/Makefile.am, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/markerlayer.py, src/plugins/lib/maps/osmGps.py: Geography : New marker layer with variable marker size. svn: r19834 2012-06-12 Doug Blank * src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/person.py: Fixes for editing/creating families svn: r19833 2012-06-12 Doug Blank * src/plugins/export/ExportGedcom.py: continues should be returns svn: r19832 2012-06-12 Doug Blank * src/data/templates/view_person_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Added links as search terms svn: r19831 2012-06-12 Doug Blank * src/webapp/dbdjango.py: Changes to allow to work with Django 1.2 (don't use 'with transaction:') svn: r19830 2012-06-12 Doug Blank * src/webapp/example.sql: Updated example (Kennedy's) svn: r19829 2012-06-12 Doug Blank * src/data/templates/view_family_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/views.py, src/webapp/libdjango.py, src/webapp/utils.py: Adding Children to Families now working svn: r19828 2012-06-11 Doug Blank * src/plugins/export/ExportGedcom.py: Removed hook defs svn: r19827 2012-06-11 Doug Blank * src/webapp/empty.sql: New empty sample, with admin, admin1 passwords svn: r19826 2012-06-11 Doug Blank * src/plugins/export/ExportGedcom.py, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/view/person.py, src/webapp/utils.py: Fixed an error with nbsp's; fixed an error that removed families on edit svn: r19825 2012-06-11 Doug Blank * src/plugins/lib/libhtmlbackend.py: Protect from a None value svn: r19824 2012-06-11 Rob G. Healey * .get_packages_list.py: Adding a temporary file so that I can get the list of packages when Nick Hall has made his changes. It can be used up until or if Distutils deprecates it. svn: r19823 2012-06-11 Doug Blank * src/webapp/Makefile, src/webapp/empty.sql, src/webapp/grampsdb/profile.py, src/webapp/grampsdb/views.py, src/webapp/init.py: New CSS theme type svn: r19822 2012-06-11 Rob G. Healey * setup.py: Updated packages list for the movement of the locale directory in rev19819. svn: r19821 2012-06-10 Nick Hall * configure.in, po/POTFILES.skip, src/Utils.py, src/gen/Makefile.am, src/gen/datehandler/Makefile.am, src/gen/datehandler/__init__.py, src/gen/datehandler/_date_fr.py, src/gen/datehandler/_datedisplay.py, src/gen/datehandler/_dateparser.py, src/gen/datehandler/_grampslocale.py, src/gen/locale/Makefile.am, src/gen/locale/__init__.py, src/gen/locale/_grampslocale.py, src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/WebCal.py: GEPS008: Move Gramps locale module into the datahandler svn: r19819 2012-06-10 Nick Hall * src/gui/configure.py: GEPS008: Fix update_constants call in preferences svn: r19818 2012-06-10 Rob G. Healey * setup.py: Updated setup.py packages list to current ecosystem as of rev19816. svn: r19817 2012-06-10 Doug Blank * src/webapp/grampsdb/views.py, src/webapp/utils.py: Fix search=None issue svn: r19816 2012-06-10 Nick Hall * src/gen/utils/referent.py: GEPS008: Forgot to add the new module svn: r19815 2012-06-10 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/Utils.py, src/gen/filters/rules/person/_hastextmatchingsubstringof.py, src/gen/utils/Makefile.am, src/gui/views/treemodels/citationtreemodel.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/sourceview.py, src/plugins/webreport/NarrativeWeb.py: GEPS008: Create new module for referent functions svn: r19814 2012-06-09 Nick Hall * src/Utils.py: Fix for last update svn: r19813 2012-06-09 Nick Hall * src/Utils.py, src/gen/filters/rules/person/_probablyalive.py, src/gen/proxy/living.py, src/gen/utils/Makefile.am, src/gen/utils/alive.py, src/plugins/Records.py, src/plugins/drawreport/Calendar.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGeneWeb.py, src/plugins/lib/libnarrate.py, src/plugins/quickview/AgeOnDate.py, src/plugins/textreport/BirthdayReport.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/webapp/utils.py: GEPS008: Create new module for probably alive svn: r19812 2012-06-09 Nick Hall * src/gen/filters/rules/place/_inlatlonneighborhood.py, src/gen/utils/__init__.py, src/gui/editors/editplace.py, src/gui/views/treemodels/placemodel.py, src/plugins/export/ExportGedcom.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/lib/libmapservice.py, src/plugins/lib/libmetadata.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/webreport/NarrativeWeb.py: GEPS008: Modify gen.utils imports svn: r19811 2012-06-09 Nick Hall * src/Makefile.am, src/TransUtils.py, src/Utils.py, src/cli/clidbman.py, src/constfunc.py, src/gen/Makefile.am, src/gen/constfunc.py, src/gen/datehandler/_datehandler.py, src/gen/db/write.py, src/gen/locale/_grampslocale.py, src/gen/plug/docgen/graphdoc.py, src/gramps.py, src/gui/clipboard.py, src/gui/dbman.py, src/gui/display.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/grampsgui.py, src/gui/pluginmanager.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/views/navigationview.py, src/gui/widgets/expandcollapsearrow.py, src/gui/widgets/labels.py, src/gui/widgets/styledtexteditor.py, src/guiQML/grampsqml.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportXml.py, src/plugins/lib/maps/geography.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/pedigreeview.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: GEPS008: Moved constfunc module svn: r19810 2012-06-09 Nick Hall * src/Makefile.am, src/Utils.py, src/cli/argparser.py, src/cli/clidbman.py, src/cli/grampscli.py, src/config.py, src/gen/Makefile.am, src/gen/config.py, src/gen/datehandler/__init__.py, src/gen/db/bsddbtxn.py, src/gen/db/cursor.py, src/gen/db/dbconst.py, src/gen/db/read.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/dbstate.py, src/gen/display/name.py, src/gen/lib/date.py, src/gen/lib/familyreltype.py, src/gen/lib/test/date_test.py, src/gen/plug/_gramplet.py, src/gen/plug/_manager.py, src/gen/plug/report/_options.py, src/gen/proxy/living.py, src/gen/relationship.py, src/gen/simple/_simpleaccess.py, src/gen/simple/_simpletable.py, src/gramps.py, src/gui/aboutdialog.py, src/gui/clipboard.py, src/gui/configure.py, src/gui/dbloader.py, src/gui/dialog.py, src/gui/display.py, src/gui/displaystate.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/editfamily.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editsecondary.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/grampsgui.py, src/gui/logger/_errorreportassistant.py, src/gui/managedwindow.py, src/gui/plug/_windows.py, src/gui/plug/export/_exportassistant.py, src/gui/plug/export/_exportoptions.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_graphvizreportdialog.py, src/gui/plug/report/_reportdialog.py, src/gui/pluginmanager.py, src/gui/spell.py, src/gui/tipofday.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/pageview.py, src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/widgets/styledtexteditor.py, src/guiQML/grampsqml.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/export/ExportGeneWeb.py, src/plugins/gramplet/Events.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/import/ImportGedcom.py, src/plugins/lib/libgrdb.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/lib/libtranslate.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/osmGps.py, src/plugins/quickview/AgeOnDate.py, src/plugins/sidebar/categorysidebar.py, src/plugins/tool/Check.py, src/plugins/tool/Leak.py, src/plugins/tool/OwnerEditor.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: GEPS008: Moved config module svn: r19809 2012-06-09 Rob G. Healey * MANIFEST.in, setup.py: Made corrections for moving the license file up front. svn: r19807 2012-06-09 Rob G. Healey * LICENSE, src/data/fdl.txt: Moved GPLv2 License file up front for easier location and reading. Every project that I have seen has it in the main root directory. svn: r19806 2012-06-08 Nick Hall * po/POTFILES.in, src/Makefile.am, src/PlaceUtils.py, src/gen/filters/rules/place/_inlatlonneighborhood.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gen/utils/place.py, src/gui/editors/editplace.py, src/gui/views/treemodels/placemodel.py, src/plugins/export/ExportGedcom.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/lib/libmapservice.py, src/plugins/lib/libmetadata.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/webreport/NarrativeWeb.py: GEPS008: Moved PlaceUtils module svn: r19805 2012-06-08 Nick Hall * po/POTFILES.skip, src/AutoComp.py, src/Makefile.am, src/gui/Makefile.am, src/gui/autocomp.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/filtereditor.py, src/gui/widgets/monitoredwidgets.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/SoundGen.py: GEPS008: Moved AutoComp module svn: r19804 2012-06-08 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/Makefile.am, src/ToolTips.py, src/TreeTips.py, src/gui/views/listview.py, src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py: GEPS008: Removed obsolete listview tooltips code svn: r19803 2012-06-08 Nick Hall * po/POTFILES.in, src/Makefile.am, src/Spell.py, src/gui/Makefile.am, src/gui/spell.py, src/gui/widgets/styledtexteditor.py: GEPS008: Moved Spell module svn: r19802 2012-06-08 Nick Hall * po/POTFILES.skip, src/Makefile.am, src/Sort.py, src/gen/Makefile.am, src/gen/sort.py, src/plugins/drawreport/TimeLine.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/tool/EventCmp.py, src/plugins/tool/SortEvents.py, src/plugins/webreport/NarrativeWeb.py: GEPS008: Moved Sort module svn: r19801 2012-06-08 Nick Hall * po/POTFILES.skip, src/Makefile.am, src/gen/Makefile.am, src/gen/soundex.py, src/gui/glade/Makefile.am, src/plugins/tool/FindDupes.py, src/plugins/tool/SoundGen.py, src/soundex.py: GEPS008: Moved soundex module svn: r19800 2012-06-08 Nick Hall * configure.in, po/POTFILES.in, src/ExportAssistant.py, src/ExportOptions.py, src/Makefile.am, src/gui/plug/Makefile.am, src/gui/plug/export/Makefile.am, src/gui/plug/export/__init__.py, src/gui/plug/export/_exportassistant.py, src/gui/plug/export/_exportoptions.py, src/gui/plug/quick/Makefile.am, src/gui/viewmanager.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py: GEPS008: Moved ExportAssistant and ExportOptions modules svn: r19799 2012-06-08 Doug Blank * src/webapp/grampsdb/view/person.py: Pass in request to check_preferred svn: r19798 2012-06-08 Nick Hall * po/POTFILES.in, src/ExportOptions.py, src/gui/Makefile.am, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/filtereditor.py, src/gui/filtereditor.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/makefilter.py, src/gui/views/listview.py, src/plugins/tool/EventCmp.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py: GEPS008: Moved filter editors svn: r19797 2012-06-08 Nick Hall * po/POTFILES.in, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/edittaglist.py, src/gui/widgets/Makefile.am, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/tageditor.py: GEPS008: Moved tag list editor svn: r19796 2012-06-08 Nick Hall * po/POTFILES.in, src/DateEdit.py, src/Makefile.am, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/editdate.py, src/gui/glade/dateedit.glade, src/gui/glade/editdate.glade, src/gui/widgets/monitoredwidgets.py: GEPS008: Moved DateEdit module svn: r19795 2012-06-08 Nick Hall * po/POTFILES.in, src/Makefile.am, src/Reorder.py, src/plugins/view/relview.py: GEPS008: Removed Reorder module (now in relationship view) svn: r19794 2012-06-08 Nick Hall * src/Lru.py, src/Makefile.am, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/lru.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py: GEPS008: Moved Lru module svn: r19793 2012-06-08 Zdenek Hatas * po/cs.po: czech translation update svn: r19792 2012-06-08 Doug Blank * src/data/templates/view_page.html, src/webapp/grampsdb/views.py: Unified query builders for all browse views; could still be classes svn: r19791 2012-06-08 Doug Blank * src/plugins/gramplet/Events.py: Protection when no active_person svn: r19790 2012-06-07 Nick Hall * po/POTFILES.in, src/Makefile.am, src/Relationship.py, src/gen/Makefile.am, src/gen/relationship.py, src/gui/displaystate.py, src/gui/viewmanager.py, src/plugins/drawreport/Calendar.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/siblings.py, src/plugins/rel/rel_ca.py, src/plugins/rel/rel_cs.py, src/plugins/rel/rel_da.py, src/plugins/rel/rel_de.py, src/plugins/rel/rel_es.py, src/plugins/rel/rel_fi.py, src/plugins/rel/rel_fr.py, src/plugins/rel/rel_hr.py, src/plugins/rel/rel_hu.py, src/plugins/rel/rel_it.py, src/plugins/rel/rel_nl.py, src/plugins/rel/rel_no.py, src/plugins/rel/rel_pl.py, src/plugins/rel/rel_pt.py, src/plugins/rel/rel_ru.py, src/plugins/rel/rel_sk.py, src/plugins/rel/rel_sl.py, src/plugins/rel/rel_sv.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/KinshipReport.py, src/plugins/tool/RelCalc.py, src/plugins/webreport/NarrativeWeb.py: GEPS008: Moved Relationship module svn: r19789 2012-06-07 Doug Blank * src/plugins/tool/Verify.py: 5837: typo in Verify.py at line 62 svn: r19788 2012-06-07 Nick Hall * po/POTFILES.skip, src/Makefile.am, src/RecentFiles.py, src/cli/arghandler.py, src/cli/grampscli.py, src/gen/Makefile.am, src/gen/recentfiles.py, src/gui/dbman.py, src/gui/displaystate.py: GEPS008: Moved RecentFiles module svn: r19787 2012-06-07 Doug Blank * src/data/templates/gramps-base.html, src/webapp/context.py, src/webapp/grampsdb/views.py, src/webapp/settings.py: Working on query builder when not logged in svn: r19786 2012-06-07 Nick Hall * po/POTFILES.skip, src/DateEdit.py, src/Errors.py, src/Makefile.am, src/Utils.py, src/cli/grampscli.py, src/cli/plug/__init__.py, src/docgen/ODSTab.py, src/gen/Makefile.am, src/gen/db/read.py, src/gen/db/undoredo.py, src/gen/db/write.py, src/gen/errors.py, src/gen/filters/_paramfilter.py, src/gen/merge/mergecitationquery.py, src/gen/merge/mergeeventquery.py, src/gen/merge/mergefamilyquery.py, src/gen/merge/mergemediaquery.py, src/gen/merge/mergenotequery.py, src/gen/merge/mergepersonquery.py, src/gen/merge/mergeplacequery.py, src/gen/merge/mergerepositoryquery.py, src/gen/merge/mergesourcequery.py, src/gui/clipboard.py, src/gui/configure.py, src/gui/dbloader.py, src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/attrembedlist.py, src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/ldsembedlist.py, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/displaytabs/notetab.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/personrefembedlist.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/editchildref.py, src/gui/editors/editfamily.py, src/gui/editors/editname.py, src/gui/editors/editperson.py, src/gui/editors/editplace.py, src/gui/editors/objectentries.py, src/gui/filtereditor.py, src/gui/managedwindow.py, src/gui/merge/mergefamily.py, src/gui/merge/mergeperson.py, src/gui/plug/_windows.py, src/gui/plug/quick/_quicktable.py, src/gui/plug/report/_reportdialog.py, src/gui/plug/tool.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py, src/gui/widgets/validatedmaskedentry.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/test/exportVCard_test.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/Citations.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/Events.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/PersonResidence.py, src/plugins/graph/GVHourGlass.py, src/plugins/import/ImportGedcom.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/import/test/importVCard_test.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libhtmlbackend.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/placeselection.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/TagReport.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/EventCmp.py, src/plugins/tool/FindDupes.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/NotRelated.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/Verify.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py, src/plugins/view/placetreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: GEPS008: Moved Errors module svn: r19785 2012-06-07 Nick Hall * src/DbState.py, src/ExportOptions.py, src/Makefile.am, src/cli/grampscli.py, src/cli/plug/__init__.py, src/gen/Makefile.am, src/gen/dbstate.py, src/gui/grampsgui.py, src/guiQML/grampsqml.py, src/webapp/reports.py, src/webapp/utils.py: GEPS008: Moved DbState module svn: r19784 2012-06-07 Nick Hall * src/gen/filters/rules/_hascitationbase.py, src/gen/filters/rules/_hasnotebase.py, src/gen/filters/rules/_hassourcebase.py, src/gen/filters/rules/_hassourcecountbase.py, src/gen/filters/rules/_matchessourceconfidencebase.py, src/gen/filters/rules/event/_hasdata.py, src/gen/filters/rules/family/_hasreltype.py, src/gen/filters/rules/family/_isbookmarked.py, src/gen/filters/rules/media/_hasmedia.py, src/gen/filters/rules/note/_hasnote.py, src/gen/filters/rules/person/_disconnected.py, src/gen/filters/rules/person/_everyone.py, src/gen/filters/rules/person/_familywithincompleteevent.py, src/gen/filters/rules/person/_hasalternatename.py, src/gen/filters/rules/person/_hasbirth.py, src/gen/filters/rules/person/_hascommonancestorwith.py, src/gen/filters/rules/person/_hasdeath.py, src/gen/filters/rules/person/_hasfamilyattribute.py, src/gen/filters/rules/person/_hasfamilyevent.py, src/gen/filters/rules/person/_hasnameorigintype.py, src/gen/filters/rules/person/_hasnametype.py, src/gen/filters/rules/person/_hasnickname.py, src/gen/filters/rules/person/_hasrelationship.py, src/gen/filters/rules/person/_hassourceof.py, src/gen/filters/rules/person/_hastextmatchingsubstringof.py, src/gen/filters/rules/person/_hasunknowngender.py, src/gen/filters/rules/person/_havealtfamilies.py, src/gen/filters/rules/person/_havechildren.py, src/gen/filters/rules/person/_incompletenames.py, src/gen/filters/rules/person/_isancestorof.py, src/gen/filters/rules/person/_isbookmarked.py, src/gen/filters/rules/person/_isdefaultperson.py, src/gen/filters/rules/person/_isdescendantfamilyof.py, src/gen/filters/rules/person/_isdescendantof.py, src/gen/filters/rules/person/_isduplicatedancestorof.py, src/gen/filters/rules/person/_isfemale.py, src/gen/filters/rules/person/_islessthannthgenerationancestorof.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofbook marked.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofdefa ultperson.py, src/gen/filters/rules/person/_islessthannthgenerationdescendantof.p y, src/gen/filters/rules/person/_ismale.py, src/gen/filters/rules/person/_ismorethannthgenerationancestorof.py, src/gen/filters/rules/person/_ismorethannthgenerationdescendantof.p y, src/gen/filters/rules/person/_isrelatedwith.py, src/gen/filters/rules/person/_iswitness.py, src/gen/filters/rules/person/_matchidof.py, src/gen/filters/rules/person/_missingparent.py, src/gen/filters/rules/person/_multiplemarriages.py, src/gen/filters/rules/person/_nevermarried.py, src/gen/filters/rules/person/_nobirthdate.py, src/gen/filters/rules/person/_nodeathdate.py, src/gen/filters/rules/person/_personwithincompleteevent.py, src/gen/filters/rules/person/_probablyalive.py, src/gen/filters/rules/person/_regexpname.py, src/gen/filters/rules/person/_relationshippathbetween.py, src/gen/filters/rules/person/_relationshippathbetweenbookmarks.py, src/gen/filters/rules/person/_searchname.py, src/gen/filters/rules/place/_hasnolatorlon.py, src/gen/filters/rules/place/_hasplace.py, src/gen/filters/rules/place/_inlatlonneighborhood.py, src/gen/filters/rules/repository/_hasrepo.py: GEPS008: Correct Rule import in filters svn: r19783 2012-06-07 Doug Blank * src/webapp/grampsdb/views.py: Refactor query builders for Person and Family svn: r19782 2012-06-07 Nick Hall * src/gui/plug/report/_styleeditor.py, src/gui/viewmanager.py, src/plugins/BookReport.py: 5834: Fix bug with non-managed windows due to file re-organisation svn: r19781 2012-06-07 Doug Blank * src/data/templates/view_family_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_person_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Working on data security; private, living svn: r19780 2012-06-06 Doug Blank * src/webapp/grampsdb/views.py: Protection on living and private when not logged in svn: r19779 2012-06-06 Doug Blank * src/webapp/grampsdb/views.py, src/webapp/utils.py: Search on gender, id, with safe_int(); citation_table refiniement svn: r19777 2012-06-06 Nick Hall * po/POTFILES.in, src/Bookmarks.py, src/Makefile.am, src/gui/glade/Makefile.am, src/gui/views/Makefile.am, src/gui/views/bookmarks.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/lib/maps/geography.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: GEPS008: Moved Bookmarks module svn: r19776 2012-06-06 Nick Hall * po/POTFILES.skip, src/Makefile.am, src/ThumbNails.py, src/gui/Makefile.am, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editperson.py, src/gui/selectors/selectobject.py, src/gui/thumbnails.py, src/gui/widgets/photo.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVRelGraph.py, src/plugins/view/mediaview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/webreport/NarrativeWeb.py: GEPS008: Moved ThumbNails module svn: r19775 2012-06-06 Nick Hall * po/POTFILES.skip, src/Bookmarks.py, src/ListModel.py, src/Makefile.am, src/Reorder.py, src/gui/Makefile.am, src/gui/filtereditor.py, src/gui/listmodel.py, src/gui/plug/report/_styleeditor.py, src/gui/viewmanager.py, src/gui/views/tags.py, src/gui/widgets/tageditor.py, src/plugins/BookReport.py, src/plugins/gramplet/Attributes.py, src/plugins/gramplet/Backlinks.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/Citations.py, src/plugins/gramplet/Events.py, src/plugins/gramplet/PersonResidence.py, src/plugins/lib/libmetadata.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/FindDupes.py: GEPS008: Moved ListModel module svn: r19774 2012-06-06 Nick Hall * po/POTFILES.skip, src/DdTargets.py, src/Makefile.am, src/gui/Makefile.am, src/gui/clipboard.py, src/gui/dbman.py, src/gui/ddtargets.py, src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/attrembedlist.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/displaytabs/notetab.py, src/gui/editors/displaytabs/personrefembedlist.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/editfamily.py, src/gui/editors/objectentries.py, src/gui/plug/quick/_quicktable.py, src/gui/views/listview.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: GEPS008: Moved DdTargets module svn: r19773 2012-06-06 Nick Hall * po/POTFILES.in, src/Makefile.am, src/ScratchPad.py, src/gui/Makefile.am, src/gui/clipboard.py, src/gui/glade/catalog/README, src/gui/glade/clipboard.glade, src/gui/glade/scratchpad.glade, src/gui/plug/quick/_quicktable.py, src/gui/viewmanager.py, src/gui/views/pageview.py: GEPS008: Moved ScratchPad module (renamed as clipboard) svn: r19772 2012-06-05 Nick Hall * po/POTFILES.in, src/ExportAssistant.py, src/ExportOptions.py, src/Makefile.am, src/QuestionDialog.py, src/gen/db/upgrade.py, src/gen/filters/rules/_changedsincebase.py, src/gui/Makefile.am, src/gui/configure.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/dialog.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/editattribute.py, src/gui/editors/editcitation.py, src/gui/editors/editevent.py, src/gui/editors/editfamily.py, src/gui/editors/editmedia.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editplace.py, src/gui/editors/editprimary.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py, src/gui/filtereditor.py, src/gui/glade/dialog.glade, src/gui/glade/questiondialog.glade, src/gui/grampsbar.py, src/gui/grampsgui.py, src/gui/merge/mergefamily.py, src/gui/merge/mergeperson.py, src/gui/plug/_guioptions.py, src/gui/plug/_windows.py, src/gui/plug/report/_reportdialog.py, src/gui/plug/report/_styleeditor.py, src/gui/plug/tool.py, src/gui/tipofday.py, src/gui/undohistory.py, src/gui/user.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/tags.py, src/plugins/BookReport.py, src/plugins/docgen/HtmlDoc.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/lib/maps/osmGps.py, src/plugins/mapservices/eniroswedenmap.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/PatchNames.py, src/plugins/tool/PopulateSources.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py, src/plugins/tool/RelCalc.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: GEPS008: Moved QuestionDialog module svn: r19771 2012-06-05 Nick Hall * src/gui/display.py: Bug fix for r19769 svn: r19770 2012-06-05 Nick Hall * po/POTFILES.skip, src/Bookmarks.py, src/DateEdit.py, src/GrampsDisplay.py, src/Makefile.am, src/ScratchPad.py, src/gui/Makefile.am, src/gui/aboutdialog.py, src/gui/display.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/editevent.py, src/gui/editors/editlink.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editsecondary.py, src/gui/editors/editurl.py, src/gui/filtereditor.py, src/gui/grampsbar.py, src/gui/logger/_errorreportassistant.py, src/gui/logger/_errorview.py, src/gui/merge/mergecitation.py, src/gui/merge/mergeevent.py, src/gui/merge/mergefamily.py, src/gui/merge/mergemedia.py, src/gui/merge/mergenote.py, src/gui/merge/mergeperson.py, src/gui/merge/mergeplace.py, src/gui/merge/mergerepository.py, src/gui/merge/mergesource.py, src/gui/plug/report/_reportdialog.py, src/gui/viewmanager.py, src/gui/views/tags.py, src/gui/widgets/grampletpane.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/tageditor.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/lib/libmapservice.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/EventCmp.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/MediaManager.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PatchNames.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py: GEPS008: Moved GrampsDisplay module svn: r19769 2012-06-05 Nick Hall * po/POTFILES.in, src/Makefile.am, src/UndoHistory.py, src/gui/Makefile.am, src/gui/undohistory.py, src/gui/viewmanager.py: GEPS008: Moved UndoHistory module svn: r19768 2012-06-05 Nick Hall * po/POTFILES.in, src/Makefile.am, src/TipOfDay.py, src/gui/Makefile.am, src/gui/grampsgui.py, src/gui/tipofday.py, src/gui/viewmanager.py: GEPS008: Moved TipOfDay module svn: r19767 2012-06-05 Nick Hall * po/POTFILES.in, src/DisplayState.py, src/Makefile.am, src/cli/grampscli.py, src/gui/Makefile.am, src/gui/displaystate.py, src/gui/viewmanager.py: GEPS008: Moved DisplayState module svn: r19766 2012-06-05 Nick Hall * po/POTFILES.skip, src/DateEdit.py, src/DisplayState.py, src/Makefile.am, src/QuestionDialog.py, src/Reorder.py, src/ScratchPad.py, src/TipOfDay.py, src/glade.py, src/gui/Makefile.am, src/gui/columnorder.py, src/gui/configure.py, src/gui/dbman.py, src/gui/editors/addmedia.py, src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editchildref.py, src/gui/editors/editcitation.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editlink.py, src/gui/editors/editlocation.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editplace.py, src/gui/editors/editreporef.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py, src/gui/editors/editurl.py, src/gui/glade.py, src/gui/managedwindow.py, src/gui/plug/report/_papermenu.py, src/gui/plug/report/_styleeditor.py, src/gui/selectors/baseselector.py, src/gui/viewmanager.py, src/gui/widgets/grampletpane.py, src/plugins/BookReport.py, src/plugins/docgen/GtkPrint.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportVCalendar.py, src/plugins/import/ImportGedcom.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/PatchNames.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py: GEPS008: Moved glade module svn: r19765 2012-06-05 Nick Hall * po/POTFILES.skip, src/DateEdit.py, src/DisplayState.py, src/ExportAssistant.py, src/Makefile.am, src/ManagedWindow.py, src/Reorder.py, src/ScratchPad.py, src/TipOfDay.py, src/UndoHistory.py, src/gui/Makefile.am, src/gui/columnorder.py, src/gui/configure.py, src/gui/editors/addmedia.py, src/gui/editors/editlink.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editsecondary.py, src/gui/filtereditor.py, src/gui/grampsbar.py, src/gui/managedwindow.py, src/gui/merge/mergecitation.py, src/gui/merge/mergeevent.py, src/gui/merge/mergefamily.py, src/gui/merge/mergemedia.py, src/gui/merge/mergenote.py, src/gui/merge/mergeperson.py, src/gui/merge/mergeplace.py, src/gui/merge/mergerepository.py, src/gui/merge/mergesource.py, src/gui/plug/_dialogs.py, src/gui/plug/_guioptions.py, src/gui/plug/_windows.py, src/gui/plug/quick/_textbufdoc.py, src/gui/plug/report/_reportdialog.py, src/gui/plug/report/_styleeditor.py, src/gui/selectors/baseselector.py, src/gui/viewmanager.py, src/gui/widgets/grampletpane.py, src/gui/widgets/tageditor.py, src/plugins/BookReport.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/placeselection.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PatchNames.py, src/plugins/tool/PopulateSources.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py: GEPS008: Moved ManagedWindow module svn: r19764 2012-06-05 Tim G L Lyons * src/plugins/tool/MergeCitations.py: 0005781: Errors with Merge Citations. Amended so it checks whether the first citation processed for a particular page/volume/confidence/date (as applicable) has notes. svn: r19763 2012-06-05 Nick Hall * src/Date.py, src/Utils.py: GEPS008: Remove deprecated Date module svn: r19761 2012-06-05 John Ralls * src/data/authors.xml: Sigh. Wrong file. svn: r19760 2012-06-05 John Ralls * AUTHORS: Add myself (jralls) to AUTHORS per request from Rob Healey svn: r19759 2012-06-05 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_citations.html, src/data/templates/view_event_detail.html, src/data/templates/view_events.html, src/data/templates/view_families.html, src/data/templates/view_family_detail.html, src/data/templates/view_media.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_notes.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_places.html, src/data/templates/view_repositories.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_sources.html, src/data/templates/view_surname_detail.html, src/data/templates/view_tag_detail.html, src/data/templates/view_tags.html, src/webapp/utils.py: Pass search and page throughout, for going back from what you were doing svn: r19758 2012-06-04 Nick Hall * src/Assistant.py, src/gui/logger/_errorreportassistant.py, src/plugins/tool/MediaManager.py: GEPS008: Remove deprecated Assistant class svn: r19757 2012-06-04 Doug Blank * src/data/templates/detail_breadcrumb.html, src/data/templates/person_detail-one name.html, src/data/templates/person_detail.html, src/data/templates/places.html, src/data/templates/pname.html, src/data/templates/process_action.html, src/data/templates/successful_data_change.html, src/data/templates/view_detail_page.html, src/data/templates/view_name_detail.html, src/data/templates/view_page.html, src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/data/templates/view_surname_detail.html, src/webapp/grampsdb/admin.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Infrastructure to allow going back to browse page; deleted unneeded templates svn: r19756 2012-06-04 John Ralls * src/plugins/gramplet/SessionLogGramplet.py: Fix typo from r17950 svn: r19755 2012-06-04 Nick Hall * src/gui/editors/displaytabs/embeddedlist.py, src/gui/views/listview.py: Remove expand property from columns svn: r19754 2012-06-04 John Ralls * src/ScratchPad.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/editperson.py, src/gui/editors/editprimary.py, src/gui/grampsbar.py, src/gui/utils.py, src/gui/views/listview.py, src/gui/widgets/grampletpane.py, src/plugins/BookReport.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/tool/Leak.py, src/plugins/tool/OwnerEditor.py, src/plugins/view/fanchartview.py, src/plugins/view/pedigreeview.py: Accept control-click as an alternative for right-click when the Gdk backend is Quartz. This is a standard behavior on Macs, since they often have single-button mice or trackpads. svn: r19752 2012-06-03 John Ralls * src/plugins/gramplet/SessionLogGramplet.py: [Bug 5825] Error in SessionLog locale.nl_info isn't supported, but we can use an ISO8601-like format without localization. svn: r19750 2012-06-03 Michiel Nauta * src/gui/editors/editperson.py, src/gui/logger/_errorview.py, src/gui/merge/mergenote.py: 5809: Multisurname editor impossibly narrow svn: r19748 2012-06-03 Nick Hall * src/plugins/view/mediaview.py: 5827: Add missing comma in media view default gramplets list svn: r19746 2012-06-02 Rob G. Healey * setup.py: Updated setup for current directory structure and changed the location of the glade directory. svn: r19744 2012-06-01 Nick Hall * src/gui/editors/displaytabs/eventembedlist.py: Return columns widths to usable sizes svn: r19743 2012-06-01 Doug Blank * src/plugins/gramplet/Events.py: Separate start dates are needed for family and person as the two views may not be related svn: r19742 2012-06-01 Doug Blank * src/config.py, src/gui/configure.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/editfamily.py, src/gui/editors/editperson.py, src/gui/views/listview.py, src/plugins/gramplet/Events.py: 5812: Showing the person age next to its events date svn: r19741 2012-06-01 Doug Blank * src/gui/editors/editlink.py, src/gui/glade/editlink.glade: Allow editing and creation of objects from LinkEditor svn: r19739 2012-06-01 Doug Blank * src/gui/widgets/styledtexteditor.py: Add selected text to clipboard when editing a link svn: r19738 2012-06-01 Doug Blank * src/gui/editors/__init__.py: EditObject can now create a new object svn: r19737 2012-06-01 Nick Hall * src/gen/plug/docgen/basedoc.py, src/gui/plug/quick/_textbufdoc.py: Remove code no longer required for quick reports svn: r19736 2012-06-01 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/user_page.html, src/webapp/dbdjango.py, src/webapp/grampsdb/admin.py, src/webapp/grampsdb/views.py, src/webapp/init.py, src/webapp/libdjango.py: Added some Tag support; renamed Report items from textreport to report to be more general; added super user admin return and editing of profile/user svn: r19735 2012-06-01 Doug Blank * src/gen/lib/tag.py: Every object should return itself on unserialization svn: r19734 2012-05-31 Nick Hall * setup.py: Update to reflect latest directory changes svn: r19733 2012-05-31 Nick Hall * configure.in, po/POTFILES.in, po/POTFILES.skip, src/ExportOptions.py, src/Makefile.am, src/QuickReports.py, src/ScratchPad.py, src/Simple/Makefile.am, src/Simple/_SimpleAccess.py, src/Simple/_SimpleDoc.py, src/Simple/_SimpleTable.py, src/Simple/__init__.py, src/docgen/Makefile.am, src/docgen/TextBufDoc.py, src/docgen/__init__.py, src/gen/Makefile.am, src/gen/__init__.py, src/gen/simple/Makefile.am, src/gen/simple/__init__.py, src/gen/simple/_simpleaccess.py, src/gen/simple/_simpledoc.py, src/gen/simple/_simpletable.py, src/gui/editors/editlink.py, src/gui/editors/editprimary.py, src/gui/plug/Makefile.am, src/gui/plug/__init__.py, src/gui/plug/_windows.py, src/gui/plug/quick/Makefile.am, src/gui/plug/quick/__init__.py, src/gui/plug/quick/_quickreports.py, src/gui/plug/quick/_quicktable.py, src/gui/plug/quick/_textbufdoc.py, src/gui/views/listview.py, src/gui/widgets/grampletpane.py, src/gui/widgets/styledtexteditor.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/Attributes.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/LinkReferences.py, src/plugins/quickview/OnThisDay.py, src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/all_events.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/lineage.py, src/plugins/quickview/siblings.py, src/webapp/utils.py: GEPS008: Re-structure Simple access and Quick Reports svn: r19732 2012-05-31 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: fix for 5733. ODT reports were not scaling fonts svn: r19731 2012-05-31 Doug Blank * src/data/templates/reference.html, src/webapp/grampsdb/views.py: Testing backreference links on Ref items svn: r19729 2012-05-31 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Don't crash on rendering link that doesn't exist in narrative web output svn: r19728 2012-05-31 Nick Hall * configure.in, po/POTFILES.in, po/POTFILES.skip, src/GrampsLocale/Makefile.am, src/GrampsLocale/_GrampsLocale.py, src/GrampsLocale/__init__.py, src/Makefile.am, src/Utils.py, src/gen/Makefile.am, src/gen/__init__.py, src/gen/datehandler/_date_fr.py, src/gen/datehandler/_datedisplay.py, src/gen/datehandler/_dateparser.py, src/gen/locale/Makefile.am, src/gen/locale/__init__.py, src/gen/locale/_grampslocale.py, src/gui/logger/Makefile.am, src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/WebCal.py: GEPS008: Re-structure Gramps locale files svn: r19727 2012-05-31 Nick Hall * configure.in, src/DisplayState.py, src/GrampsLogger/Makefile.am, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/GrampsLogger/_GtkHandler.py, src/GrampsLogger/_RotateHandler.py, src/GrampsLogger/__init__.py, src/Makefile.am, src/gui/Makefile.am, src/gui/__init__.py, src/gui/grampsgui.py, src/gui/logger/Makefile.am, src/gui/logger/__init__.py, src/gui/logger/_errorreportassistant.py, src/gui/logger/_errorview.py, src/gui/logger/_gtkhandler.py, src/gui/logger/_rotatehandler.py, src/guiQML/grampsqml.py: GEPS008: Re-structure GUI logger files svn: r19726 2012-05-31 Stephen George * windows/builder/build_GrampsWin32.py, windows/builder/gramps2.nsi: Update windows build script to try and be space tolerant in paths svn: r19725 2012-05-31 Doug Blank * src/webapp/dbdjango.py: implement has_object() methods in django db svn: r19724 2012-05-31 Doug Blank * src/plugins/lib/libgedcom.py: Don't check cross references if skip-check-xref is a db-feature; fixed spelling typo; svn: r19723 2012-05-31 Doug Blank * src/webapp/empty.sql: added admin1 to empty DB svn: r19722 2012-05-31 Doug Blank * src/gen/db/base.py: Added an interface for databases to implement additional features/values svn: r19721 2012-05-31 Stephen George * windows/builder/build_GrampsWin32.py: Update build_GrampsWin32.py Popen commands to use .communicate() svn: r19720 2012-05-31 Stephen George * windows/BUILD_WIN32.TXT, windows/builder/build_GrampsWin32.py: Update build_GrampsWin32.py due to not working svn: r19719 2012-05-30 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_surname_detail.html, src/data/templates/view_tag_detail.html: Javascript refinements for tabs svn: r19718 2012-05-30 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_surname_detail.html, src/data/templates/view_tag_detail.html: Added javascript to give a #URL when clicking on tabs (good for backup in browser, and bookmarks) svn: r19717 2012-05-30 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/webapp/utils.py: added missing tables for refs and secondary information svn: r19716 2012-05-30 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_surname_detail.html, src/data/templates/view_tag_detail.html, src/webapp/utils.py: Consistent buttons (all buttons are actions, links are navigation) and capitalization (all caps); added highlight to HTML parser svn: r19715 2012-05-30 Doug Blank * src/webapp/grampsdb/models.py, src/webapp/utils.py: Don't load references when adding a new record svn: r19714 2012-05-30 Paul Franklin * src/gui/plug/_guioptions.py: cope with pathological case better svn: r19713 2012-05-30 Paul Franklin * src/plugins/lib/libcairodoc.py: typos svn: r19712 2012-05-30 Doug Blank * src/data/templates/reference.html: Changes to stay compatible with Django 1.2 svn: r19711 2012-05-30 Doug Blank * src/data/templates/reference.html, src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_families.html, src/data/templates/view_media_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_notes.html, src/data/templates/view_person_detail.html, src/data/templates/view_places.html, src/data/templates/view_repositories.html, src/data/templates/view_repository_detail.html, src/data/templates/view_sources.html, src/data/templates/view_tag_detail.html, src/data/templates/view_tags.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Added references tab for all objects (except family); some fixes on ref editor svn: r19710 2012-05-30 Doug Blank * src/webapp/utils.py: insert class on table a-href tags svn: r19709 2012-05-30 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: protection in case quickview fails to load svn: r19708 2012-05-30 Doug Blank * src/plugins/docgen/HtmlDoc.py: Added interface to insert global attributes on to a-href tags for HtmlDoc svn: r19707 2012-05-30 Doug Blank * src/data/templates/reference.html, src/data/templates/view_citation_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_surname_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/place.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/tag.py, src/webapp/grampsdb/views.py, src/webapp/urls.py, src/webapp/utils.py: Infrastructure to add or share references svn: r19706 2012-05-30 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_citations.html, src/data/templates/view_events.html, src/data/templates/view_families.html, src/data/templates/view_media.html, src/data/templates/view_notes.html, src/data/templates/view_people.html, src/data/templates/view_places.html, src/data/templates/view_report.html, src/data/templates/view_report_detail.html, src/data/templates/view_repositories.html, src/data/templates/view_sources.html, src/data/templates/view_tags.html: Display block on rows in browse views svn: r19705 2012-05-30 Doug Blank * src/data/templates/reference.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/views.py, src/webapp/libdjango.py, src/webapp/shell.py, src/webapp/urls.py, src/webapp/utils.py: Working on editing references; fixed an error in ordering of references svn: r19704 2012-05-30 Doug Blank * src/Simple/_SimpleTable.py: If an object has get_url, use that for a link svn: r19703 2012-05-29 Rob G. Healey * MANIFEST.in, setup.py: Update setup.py to current ecosystem as of rev19701. svn: r19702 2012-05-29 Doug Blank * src/webapp/utils.py: use Python 2.6 rather than dictionary comprehension svn: r19701 2012-05-29 Doug Blank * src/webapp/example.sql: Rebuilt sample database svn: r19700 2012-05-29 Doug Blank * src/webapp/utils.py: Finished WYSIWYG editing notes svn: r19699 2012-05-29 Doug Blank * src/webapp/empty.sql: New database structure, StyledTextTagType svn: r19698 2012-05-29 Doug Blank * src/data/templates/view_note_detail.html: Working on HTML WYSIWYG editor for notes svn: r19697 2012-05-29 Doug Blank * src/webapp/utils.py: Working on HTML WYSIWYG editor for notes svn: r19696 2012-05-29 Doug Blank * src/data/templates/view_note_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/note.py, src/webapp/init.py, src/webapp/libdjango.py, src/webapp/shell.py, src/webapp/utils.py: Fixed StyledTextTagType to match grampstype; fixed _DEFAULT on all types; editing notes on web not quite correct (error in DocBackend?) svn: r19695 2012-05-29 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Remove mouse hover blinking text. svn: r19693 2012-05-29 Doug Blank * src/data/templates/view_note_detail.html: Add forecolor button svn: r19692 2012-05-29 Doug Blank * src/data/templates/view_note_detail.html, src/webapp/grampsdb/view/note.py, src/webapp/shell.py, src/webapp/utils.py: Working on formatted notes; everything done but the split into text/tags and save svn: r19691 2012-05-28 Doug Blank * src/webapp/libdjango.py, src/webapp/shell.py, src/webapp/utils.py: Working on styled text editing on web app svn: r19690 2012-05-28 Doug Blank * src/gen/plug/docbackend/docbackend.py: Force style type to int if it should be svn: r19689 2012-05-28 Doug Blank * src/gen/lib/styledtexttag.py: All objects should return self on serialize svn: r19688 2012-05-28 Doug Blank * src/gen/lib/styledtext.py: All objects should return self on serialize svn: r19687 2012-05-28 Doug Blank * src/data/templates/view_note_detail.html: Get note text as html svn: r19686 2012-05-28 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_note_detail.html, src/plugins/webstuff/jhtmlarea/AutoPostTest.aspx, src/plugins/webstuff/jhtmlarea/AutoPostTest.aspx.vb, src/plugins/webstuff/jhtmlarea/ColorPickerMenu.htm, src/plugins/webstuff/jhtmlarea/Default.htm, src/plugins/webstuff/jhtmlarea/Readme.txt, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0-vsdoc.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min-vsdoc.js , src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0. 7.0.js, src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0. 7.0.min.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2-vsdoc.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min-vsdoc.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min.js, src/plugins/webstuff/jhtmlarea/scripts/jquery-ui-1.7.2.custom.min.j s, src/plugins/webstuff/jhtmlarea/style/jHtmlArea.ColorPickerMenu.css, src/plugins/webstuff/jhtmlarea/style/jHtmlArea.Editor.css, src/plugins/webstuff/jhtmlarea/style/jHtmlArea.css, src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/jquery-u i-1.7.2.custom.css, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/view/note.py, src/webapp/shell.py, src/webapp/utils.py: Working on note HTML edits svn: r19685 2012-05-28 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: update for feature request 5801 Paul wrote over 70% of this code. I only got to improve upon it slightly. Also fixed a very small error in the descendant tree where the box shadow was not scaled up/down with the report (if the report was scaled). svn: r19684 2012-05-28 Rob G. Healey * setup.cfg: Remove setup.cfg as it was not even being used. svn: r19681 2012-05-27 Doug Blank * src/data/templates/gramps-base.html: Added link to wiki svn: r19680 2012-05-27 Doug Blank * src/webapp/example.sql: Updated example svn: r19679 2012-05-27 Doug Blank * src/webapp/shell.py: Refinements on interactive shell svn: r19677 2012-05-27 Doug Blank * src/webapp/libdjango.py: Reminder to add importing of tags svn: r19676 2012-05-27 Doug Blank * src/webapp/dbdjango.py: Fixed two issues with importing via the web svn: r19675 2012-05-27 Doug Blank * src/webapp/dbdjango.py, src/webapp/grampsdb/view/person.py, src/webapp/shell.py: Type on mediaobject; set probably alive on person edit svn: r19673 2012-05-27 Doug Blank * src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/tagbase.py: All objects should return themselves on unserialize() svn: r19672 2012-05-27 Paul Franklin * src/cli/user.py, src/gen/user.py, src/gui/user.py: syncronize user.py abstraction with CLI and GUI reality svn: r19671 2012-05-27 Nick Hall * src/ExportOptions.py, src/gen/filters/_filterparser.py, src/gen/plug/report/utils.py, src/plugins/lib/libgedcom.py: GEPS008: Fix Gedcom Import/Export problem svn: r19670 2012-05-27 Doug Blank * src/webapp/example.sql: Updated example.gramps svn: r19669 2012-05-27 Doug Blank * src/webapp/libdjango.py: Wrestling with Citations with no sources svn: r19668 2012-05-27 Doug Blank * src/plugins/lib/libgedcom.py, src/webapp/dbdjango.py: Use transactions on import; fix for date parser re-location svn: r19667 2012-05-26 Doug Blank * src/webapp/init.py: Import and Export can work for any type svn: r19666 2012-05-26 Nick Hall * configure.in, po/POTFILES.in, po/POTFILES.skip, src/Makefile.am, src/Merge/Makefile.am, src/Merge/__init__.py, src/Merge/mergecitation.py, src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py, src/Merge/test/merge_ref_test.py, src/gen/Makefile.am, src/gen/__init__.py, src/gen/merge/Makefile.am, src/gen/merge/__init__.py, src/gen/merge/mergecitationquery.py, src/gen/merge/mergeeventquery.py, src/gen/merge/mergefamilyquery.py, src/gen/merge/mergemediaquery.py, src/gen/merge/mergenotequery.py, src/gen/merge/mergepersonquery.py, src/gen/merge/mergeplacequery.py, src/gen/merge/mergerepositoryquery.py, src/gen/merge/mergesourcequery.py, src/gen/merge/test/merge_ref_test.py, src/gui/Makefile.am, src/gui/__init__.py, src/gui/merge/Makefile.am, src/gui/merge/__init__.py, src/gui/merge/mergecitation.py, src/gui/merge/mergeevent.py, src/gui/merge/mergefamily.py, src/gui/merge/mergemedia.py, src/gui/merge/mergenote.py, src/gui/merge/mergeperson.py, src/gui/merge/mergeplace.py, src/gui/merge/mergerepository.py, src/gui/merge/mergesource.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/tool/FindDupes.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: GEPS008: Re-structure merge files svn: r19665 2012-05-26 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_person_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/note.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/place.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/source.py, src/webapp/libdjango.py, src/webapp/utils.py: Refinements on default values for new objects svn: r19664 2012-05-26 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_tag_detail.html, src/webapp/empty.sql, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/note.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/place.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/source.py, src/webapp/grampsdb/view/tag.py, src/webapp/grampsdb/views.py, src/webapp/libdjango.py, src/webapp/urls.py, src/webapp/utils.py: All primary objects can edit, view, create, add, save, add_to, and delete svn: r19663 2012-05-26 Jérôme Rapinat * src/plugins/lib/libtranslate.py: add key for vietnamese into _LANG_MAP (lang selector on some textual reports) svn: r19661 2012-05-26 Nick Hall * configure.in, po/POTFILES.in, po/POTFILES.skip, src/Makefile.am, src/const.py.in, src/glade/Makefile.am, src/glade/addmedia.glade, src/glade/baseselector.glade, src/glade/catalog/README, src/glade/catalog/grampswidgets.py, src/glade/catalog/grampswidgets.xml, src/glade/configure.glade, src/glade/dateedit.glade, src/glade/dbman.glade, src/glade/displaystate.glade, src/glade/editaddress.glade, src/glade/editattribute.glade, src/glade/editchildref.glade, src/glade/editcitation.glade, src/glade/editevent.glade, src/glade/editeventref.glade, src/glade/editfamily.glade, src/glade/editldsord.glade, src/glade/editlink.glade, src/glade/editlocation.glade, src/glade/editmedia.glade, src/glade/editmediaref.glade, src/glade/editname.glade, src/glade/editnote.glade, src/glade/editperson.glade, src/glade/editpersonref.glade, src/glade/editplace.glade, src/glade/editreporef.glade, src/glade/editrepository.glade, src/glade/editsource.glade, src/glade/editsourceref.glade, src/glade/editurl.glade, src/glade/grampletpane.glade, src/glade/gramps.glade, src/glade/mergecitation.glade, src/glade/mergedata.glade, src/glade/mergeevent.glade, src/glade/mergefamily.glade, src/glade/mergemedia.glade, src/glade/mergenote.glade, src/glade/mergeperson.glade, src/glade/mergeplace.glade, src/glade/mergerepository.glade, src/glade/mergesource.glade, src/glade/papermenu.glade, src/glade/plugins.glade, src/glade/questiondialog.glade, src/glade/reorder.glade, src/glade/rule.glade, src/glade/scratchpad.glade, src/glade/styleeditor.glade, src/glade/tipofday.glade, src/glade/updateaddons.glade, src/gui/Makefile.am, src/gui/glade/Makefile.am, src/gui/glade/addmedia.glade, src/gui/glade/baseselector.glade, src/gui/glade/catalog/README, src/gui/glade/catalog/grampswidgets.py, src/gui/glade/catalog/grampswidgets.xml, src/gui/glade/configure.glade, src/gui/glade/dateedit.glade, src/gui/glade/dbman.glade, src/gui/glade/displaystate.glade, src/gui/glade/editaddress.glade, src/gui/glade/editattribute.glade, src/gui/glade/editchildref.glade, src/gui/glade/editcitation.glade, src/gui/glade/editevent.glade, src/gui/glade/editeventref.glade, src/gui/glade/editfamily.glade, src/gui/glade/editldsord.glade, src/gui/glade/editlink.glade, src/gui/glade/editlocation.glade, src/gui/glade/editmedia.glade, src/gui/glade/editmediaref.glade, src/gui/glade/editname.glade, src/gui/glade/editnote.glade, src/gui/glade/editperson.glade, src/gui/glade/editpersonref.glade, src/gui/glade/editplace.glade, src/gui/glade/editreporef.glade, src/gui/glade/editrepository.glade, src/gui/glade/editsource.glade, src/gui/glade/editsourceref.glade, src/gui/glade/editurl.glade, src/gui/glade/grampletpane.glade, src/gui/glade/gramps.glade, src/gui/glade/mergecitation.glade, src/gui/glade/mergedata.glade, src/gui/glade/mergeevent.glade, src/gui/glade/mergefamily.glade, src/gui/glade/mergemedia.glade, src/gui/glade/mergenote.glade, src/gui/glade/mergeperson.glade, src/gui/glade/mergeplace.glade, src/gui/glade/mergerepository.glade, src/gui/glade/mergesource.glade, src/gui/glade/papermenu.glade, src/gui/glade/plugins.glade, src/gui/glade/questiondialog.glade, src/gui/glade/reorder.glade, src/gui/glade/rule.glade, src/gui/glade/scratchpad.glade, src/gui/glade/styleeditor.glade, src/gui/glade/tipofday.glade, src/gui/glade/updateaddons.glade: GEPS008: Move glade directory svn: r19659 2012-05-26 Doug Blank * src/data/templates/view_media_detail.html, src/data/templates/view_note_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/media.py: Media main parts complete svn: r19656 2012-05-26 Doug Blank * src/data/templates/view_event_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_notes.html, src/data/templates/view_page_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/grampsdb/view/note.py: Notes completed svn: r19655 2012-05-26 Doug Blank * src/data/templates/view_event_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/view/event.py, src/webapp/shell.py, src/webapp/utils.py: Better method for date editing; updates for DateHandler svn: r19654 2012-05-25 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: more code clean up. clean up only. svn: r19653 2012-05-25 Doug Blank * src/data/templates/view_event_detail.html, src/data/templates/view_events.html, src/data/templates/view_family_detail.html, src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/family.py, src/webapp/shell.py, src/webapp/utils.py: Editing of Person, Family, and Event main data complete svn: r19652 2012-05-25 Nick Hall * configure.in, po/POTFILES.skip, src/DateEdit.py, src/DateHandler/Makefile.am, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateHandler.py, src/DateHandler/_DateParser.py, src/DateHandler/_DateUtils.py, src/DateHandler/_Date_bg.py, src/DateHandler/_Date_ca.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_da.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_hr.py, src/DateHandler/_Date_it.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sl.py, src/DateHandler/_Date_sr.py, src/DateHandler/_Date_sv.py, src/DateHandler/_Date_zh.py, src/DateHandler/__init__.py, src/Makefile.am, src/Merge/mergecitation.py, src/Merge/mergeevent.py, src/Merge/mergemedia.py, src/Merge/mergeperson.py, src/ScratchPad.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/ToolTips.py, src/Utils.py, src/gen/Makefile.am, src/gen/__init__.py, src/gen/datehandler/Makefile.am, src/gen/datehandler/__init__.py, src/gen/datehandler/_date_bg.py, src/gen/datehandler/_date_ca.py, src/gen/datehandler/_date_cs.py, src/gen/datehandler/_date_da.py, src/gen/datehandler/_date_de.py, src/gen/datehandler/_date_es.py, src/gen/datehandler/_date_fi.py, src/gen/datehandler/_date_fr.py, src/gen/datehandler/_date_hr.py, src/gen/datehandler/_date_it.py, src/gen/datehandler/_date_lt.py, src/gen/datehandler/_date_nb.py, src/gen/datehandler/_date_nl.py, src/gen/datehandler/_date_pl.py, src/gen/datehandler/_date_pt.py, src/gen/datehandler/_date_ru.py, src/gen/datehandler/_date_sk.py, src/gen/datehandler/_date_sl.py, src/gen/datehandler/_date_sr.py, src/gen/datehandler/_date_sv.py, src/gen/datehandler/_date_zh.py, src/gen/datehandler/_datedisplay.py, src/gen/datehandler/_datehandler.py, src/gen/datehandler/_dateparser.py, src/gen/datehandler/_dateutils.py, src/gen/filters/rules/_hascitationbase.py, src/gen/filters/rules/_haseventbase.py, src/gen/filters/rules/event/_hasdata.py, src/gen/filters/rules/media/_hasmedia.py, src/gen/filters/rules/person/_hasbirth.py, src/gen/filters/rules/person/_hasdeath.py, src/gen/filters/rules/person/_hasfamilyevent.py, src/gen/filters/rules/person/_probablyalive.py, src/gen/lib/test/date_test.py, src/gen/plug/report/endnotes.py, src/gen/plug/report/utils.py, src/gui/configure.py, src/gui/editors/displaytabs/addressmodel.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/ldsmodel.py, src/gui/editors/editfamily.py, src/gui/editors/editprimary.py, src/gui/filters/sidebar/_personsidebarfilter.py, src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/widgets/validatedmaskedentry.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/export/ExportCsv.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/Events.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportXml.py, src/plugins/lib/libformatting.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libmetadata.py, src/plugins/lib/libsubstkeyword.py, src/plugins/lib/libtranslate.py, src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/FilterByName.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/Summary.py, src/plugins/textreport/TagReport.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/EventCmp.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/RemoveUnused.py, src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geomoves.py, src/plugins/view/geoperson.py, src/plugins/view/relview.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/webapp/utils.py: GEPS008: Re-structure date handler files svn: r19651 2012-05-25 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: removed a print line svn: r19650 2012-05-25 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: Lots of code clean up. one new feature where a separator can be at the start of a line/group. svn: r19649 2012-05-25 Nick Hall * src/gen/filters/_filterlist.py, src/gen/filters/_filterparser.py, src/gen/filters/_paramfilter.py, src/gen/filters/rules/_hascitationbase.py, src/gen/filters/rules/_hasnotebase.py, src/gen/filters/rules/_hassourcebase.py, src/gen/filters/rules/_hassourcecountbase.py, src/gen/filters/rules/_matchessourceconfidencebase.py, src/gen/filters/rules/citation/_allcitations.py, src/gen/filters/rules/citation/_changedsince.py, src/gen/filters/rules/citation/_citationprivate.py, src/gen/filters/rules/citation/_hasgallery.py, src/gen/filters/rules/citation/_hasnote.py, src/gen/filters/rules/citation/_hasnotematchingsubstringof.py, src/gen/filters/rules/citation/_hasnoteregexp.py, src/gen/filters/rules/citation/_hasreferencecountof.py, src/gen/filters/rules/citation/_hassource.py, src/gen/filters/rules/citation/_matchesfilter.py, src/gen/filters/rules/citation/_regexpidof.py, src/gen/filters/rules/event/_allevents.py, src/gen/filters/rules/event/_changedsince.py, src/gen/filters/rules/event/_eventprivate.py, src/gen/filters/rules/event/_hasattribute.py, src/gen/filters/rules/event/_hascitation.py, src/gen/filters/rules/event/_hasdata.py, src/gen/filters/rules/event/_hasgallery.py, src/gen/filters/rules/event/_hasnote.py, src/gen/filters/rules/event/_hasnotematchingsubstringof.py, src/gen/filters/rules/event/_hasnoteregexp.py, src/gen/filters/rules/event/_hasreferencecountof.py, src/gen/filters/rules/event/_hassourcecount.py, src/gen/filters/rules/event/_matchessourceconfidence.py, src/gen/filters/rules/event/_regexpidof.py, src/gen/filters/rules/family/_allfamilies.py, src/gen/filters/rules/family/_changedsince.py, src/gen/filters/rules/family/_childhasidof.py, src/gen/filters/rules/family/_childhasnameof.py, src/gen/filters/rules/family/_familyprivate.py, src/gen/filters/rules/family/_fatherhasidof.py, src/gen/filters/rules/family/_fatherhasnameof.py, src/gen/filters/rules/family/_hasattribute.py, src/gen/filters/rules/family/_hascitation.py, src/gen/filters/rules/family/_hasevent.py, src/gen/filters/rules/family/_hasgallery.py, src/gen/filters/rules/family/_haslds.py, src/gen/filters/rules/family/_hasnote.py, src/gen/filters/rules/family/_hasnotematchingsubstringof.py, src/gen/filters/rules/family/_hasnoteregexp.py, src/gen/filters/rules/family/_hasreferencecountof.py, src/gen/filters/rules/family/_hasreltype.py, src/gen/filters/rules/family/_hassourcecount.py, src/gen/filters/rules/family/_hastag.py, src/gen/filters/rules/family/_isbookmarked.py, src/gen/filters/rules/family/_matchessourceconfidence.py, src/gen/filters/rules/family/_motherhasidof.py, src/gen/filters/rules/family/_motherhasnameof.py, src/gen/filters/rules/family/_regexpchildname.py, src/gen/filters/rules/family/_regexpfathername.py, src/gen/filters/rules/family/_regexpidof.py, src/gen/filters/rules/family/_regexpmothername.py, src/gen/filters/rules/family/_searchchildname.py, src/gen/filters/rules/family/_searchfathername.py, src/gen/filters/rules/family/_searchmothername.py, src/gen/filters/rules/media/_allmedia.py, src/gen/filters/rules/media/_changedsince.py, src/gen/filters/rules/media/_hasattribute.py, src/gen/filters/rules/media/_hasmedia.py, src/gen/filters/rules/media/_hasnotematchingsubstringof.py, src/gen/filters/rules/media/_hasnoteregexp.py, src/gen/filters/rules/media/_hasreferencecountof.py, src/gen/filters/rules/media/_hastag.py, src/gen/filters/rules/media/_mediaprivate.py, src/gen/filters/rules/media/_regexpidof.py, src/gen/filters/rules/note/_allnotes.py, src/gen/filters/rules/note/_changedsince.py, src/gen/filters/rules/note/_hasnote.py, src/gen/filters/rules/note/_hasreferencecountof.py, src/gen/filters/rules/note/_hastag.py, src/gen/filters/rules/note/_noteprivate.py, src/gen/filters/rules/note/_regexpidof.py, src/gen/filters/rules/person/_changedsince.py, src/gen/filters/rules/person/_disconnected.py, src/gen/filters/rules/person/_everyone.py, src/gen/filters/rules/person/_familywithincompleteevent.py, src/gen/filters/rules/person/_hasalternatename.py, src/gen/filters/rules/person/_hasattribute.py, src/gen/filters/rules/person/_hasbirth.py, src/gen/filters/rules/person/_hascitation.py, src/gen/filters/rules/person/_hascommonancestorwith.py, src/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py, src/gen/filters/rules/person/_hasdeath.py, src/gen/filters/rules/person/_hasevent.py, src/gen/filters/rules/person/_hasfamilyattribute.py, src/gen/filters/rules/person/_hasfamilyevent.py, src/gen/filters/rules/person/_hasgallery.py, src/gen/filters/rules/person/_haslds.py, src/gen/filters/rules/person/_hasnameorigintype.py, src/gen/filters/rules/person/_hasnametype.py, src/gen/filters/rules/person/_hasnickname.py, src/gen/filters/rules/person/_hasnote.py, src/gen/filters/rules/person/_hasnotematchingsubstringof.py, src/gen/filters/rules/person/_hasnoteregexp.py, src/gen/filters/rules/person/_hasrelationship.py, src/gen/filters/rules/person/_hassourcecount.py, src/gen/filters/rules/person/_hassourceof.py, src/gen/filters/rules/person/_hastag.py, src/gen/filters/rules/person/_hastextmatchingregexpof.py, src/gen/filters/rules/person/_hastextmatchingsubstringof.py, src/gen/filters/rules/person/_hasunknowngender.py, src/gen/filters/rules/person/_havealtfamilies.py, src/gen/filters/rules/person/_havechildren.py, src/gen/filters/rules/person/_incompletenames.py, src/gen/filters/rules/person/_isancestorof.py, src/gen/filters/rules/person/_isancestoroffiltermatch.py, src/gen/filters/rules/person/_isbookmarked.py, src/gen/filters/rules/person/_ischildoffiltermatch.py, src/gen/filters/rules/person/_isdefaultperson.py, src/gen/filters/rules/person/_isdescendantfamilyof.py, src/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py, src/gen/filters/rules/person/_isdescendantof.py, src/gen/filters/rules/person/_isdescendantoffiltermatch.py, src/gen/filters/rules/person/_isduplicatedancestorof.py, src/gen/filters/rules/person/_isfemale.py, src/gen/filters/rules/person/_islessthannthgenerationancestorof.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofbook marked.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofdefa ultperson.py, src/gen/filters/rules/person/_islessthannthgenerationdescendantof.p y, src/gen/filters/rules/person/_ismale.py, src/gen/filters/rules/person/_ismorethannthgenerationancestorof.py, src/gen/filters/rules/person/_ismorethannthgenerationdescendantof.p y, src/gen/filters/rules/person/_isparentoffiltermatch.py, src/gen/filters/rules/person/_isrelatedwith.py, src/gen/filters/rules/person/_issiblingoffiltermatch.py, src/gen/filters/rules/person/_isspouseoffiltermatch.py, src/gen/filters/rules/person/_iswitness.py, src/gen/filters/rules/person/_matchessourceconfidence.py, src/gen/filters/rules/person/_matchidof.py, src/gen/filters/rules/person/_missingparent.py, src/gen/filters/rules/person/_multiplemarriages.py, src/gen/filters/rules/person/_nevermarried.py, src/gen/filters/rules/person/_nobirthdate.py, src/gen/filters/rules/person/_nodeathdate.py, src/gen/filters/rules/person/_peopleprivate.py, src/gen/filters/rules/person/_peoplepublic.py, src/gen/filters/rules/person/_personwithincompleteevent.py, src/gen/filters/rules/person/_probablyalive.py, src/gen/filters/rules/person/_regexpidof.py, src/gen/filters/rules/person/_regexpname.py, src/gen/filters/rules/person/_relationshippathbetween.py, src/gen/filters/rules/person/_relationshippathbetweenbookmarks.py, src/gen/filters/rules/person/_searchname.py, src/gen/filters/rules/place/_allplaces.py, src/gen/filters/rules/place/_changedsince.py, src/gen/filters/rules/place/_hasgallery.py, src/gen/filters/rules/place/_hasnolatorlon.py, src/gen/filters/rules/place/_hasnote.py, src/gen/filters/rules/place/_hasnotematchingsubstringof.py, src/gen/filters/rules/place/_hasnoteregexp.py, src/gen/filters/rules/place/_hasplace.py, src/gen/filters/rules/place/_hasreferencecountof.py, src/gen/filters/rules/place/_inlatlonneighborhood.py, src/gen/filters/rules/place/_matcheseventfilter.py, src/gen/filters/rules/place/_matchesfilter.py, src/gen/filters/rules/place/_placeprivate.py, src/gen/filters/rules/place/_regexpidof.py, src/gen/filters/rules/repository/_allrepos.py, src/gen/filters/rules/repository/_changedsince.py, src/gen/filters/rules/repository/_hasnotematchingsubstringof.py, src/gen/filters/rules/repository/_hasnoteregexp.py, src/gen/filters/rules/repository/_hasreferencecountof.py, src/gen/filters/rules/repository/_hasrepo.py, src/gen/filters/rules/repository/_matchesfilter.py, src/gen/filters/rules/repository/_regexpidof.py, src/gen/filters/rules/repository/_repoprivate.py, src/gen/filters/rules/source/_allsources.py, src/gen/filters/rules/source/_changedsince.py, src/gen/filters/rules/source/_hasgallery.py, src/gen/filters/rules/source/_hasnote.py, src/gen/filters/rules/source/_hasnotematchingsubstringof.py, src/gen/filters/rules/source/_hasnoteregexp.py, src/gen/filters/rules/source/_hasreferencecountof.py, src/gen/filters/rules/source/_matchesfilter.py, src/gen/filters/rules/source/_regexpidof.py, src/gen/filters/rules/source/_sourceprivate.py, src/gui/filtereditor.py: GEPS008: Fix for lower case filenames update svn: r19648 2012-05-25 Peter Landgren * po/sv.po: Fixed a number of minor typos. svn: r19647 2012-05-25 Doug Blank * src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/person.py, src/webapp/shell.py, src/webapp/utils.py: Updates last_changed, last_changed_by svn: r19645 2012-05-25 Jérôme Rapinat * src/plugins/tool/Verify.py: 5705: Wrong detection of error (burial before death) when checking data svn: r19644 2012-05-25 Doug Blank * src/data/templates/view_family_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/view/family.py: Family main fields editing complete svn: r19643 2012-05-25 Doug Blank * src/data/templates/view_family_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Family infrastructure in place svn: r19642 2012-05-25 Doug Blank * src/data/templates/view_family_detail.html, src/webapp/empty.sql, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/family.py, src/webapp/utils.py: Working on Family svn: r19641 2012-05-24 Doug Blank * src/data/templates/view_citations.html, src/data/templates/view_events.html, src/data/templates/view_families.html, src/data/templates/view_media.html, src/data/templates/view_notes.html, src/data/templates/view_places.html, src/data/templates/view_repositories.html, src/data/templates/view_sources.html, src/data/templates/view_surname_detail.html, src/data/templates/view_tags.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/view/__init__.py, src/webapp/grampsdb/view/citation.py, src/webapp/grampsdb/view/event.py, src/webapp/grampsdb/view/family.py, src/webapp/grampsdb/view/media.py, src/webapp/grampsdb/view/note.py, src/webapp/grampsdb/view/person.py, src/webapp/grampsdb/view/place.py, src/webapp/grampsdb/view/repository.py, src/webapp/grampsdb/view/source.py, src/webapp/grampsdb/view/tag.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Working on the rest of the main objects svn: r19640 2012-05-24 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/gen/filters/Makefile.am, src/gen/filters/_FilterList.py, src/gen/filters/_FilterParser.py, src/gen/filters/_GenericFilter.py, src/gen/filters/_ParamFilter.py, src/gen/filters/_SearchFilter.py, src/gen/filters/__init__.py, src/gen/filters/_filterlist.py, src/gen/filters/_filterparser.py, src/gen/filters/_genericfilter.py, src/gen/filters/_paramfilter.py, src/gen/filters/_searchfilter.py, src/gen/filters/rules/Makefile.am, src/gen/filters/rules/_ChangedSinceBase.py, src/gen/filters/rules/_Everything.py, src/gen/filters/rules/_HasAttributeBase.py, src/gen/filters/rules/_HasCitationBase.py, src/gen/filters/rules/_HasEventBase.py, src/gen/filters/rules/_HasGalleryBase.py, src/gen/filters/rules/_HasGrampsId.py, src/gen/filters/rules/_HasLDSBase.py, src/gen/filters/rules/_HasNoteBase.py, src/gen/filters/rules/_HasNoteRegexBase.py, src/gen/filters/rules/_HasNoteSubstrBase.py, src/gen/filters/rules/_HasReferenceCountBase.py, src/gen/filters/rules/_HasSourceBase.py, src/gen/filters/rules/_HasSourceCountBase.py, src/gen/filters/rules/_HasTagBase.py, src/gen/filters/rules/_HasTextMatchingRegexpOf.py, src/gen/filters/rules/_HasTextMatchingSubstringOf.py, src/gen/filters/rules/_IsPrivate.py, src/gen/filters/rules/_IsPublic.py, src/gen/filters/rules/_MatchesEventFilterBase.py, src/gen/filters/rules/_MatchesFilterBase.py, src/gen/filters/rules/_MatchesSourceConfidenceBase.py, src/gen/filters/rules/_MatchesSourceFilterBase.py, src/gen/filters/rules/_RegExpIdBase.py, src/gen/filters/rules/_Rule.py, src/gen/filters/rules/__init__.py, src/gen/filters/rules/_changedsincebase.py, src/gen/filters/rules/_everything.py, src/gen/filters/rules/_hasattributebase.py, src/gen/filters/rules/_hascitationbase.py, src/gen/filters/rules/_haseventbase.py, src/gen/filters/rules/_hasgallerybase.py, src/gen/filters/rules/_hasgrampsid.py, src/gen/filters/rules/_hasldsbase.py, src/gen/filters/rules/_hasnotebase.py, src/gen/filters/rules/_hasnoteregexbase.py, src/gen/filters/rules/_hasnotesubstrbase.py, src/gen/filters/rules/_hasreferencecountbase.py, src/gen/filters/rules/_hassourcebase.py, src/gen/filters/rules/_hassourcecountbase.py, src/gen/filters/rules/_hastagbase.py, src/gen/filters/rules/_hastextmatchingregexpof.py, src/gen/filters/rules/_hastextmatchingsubstringof.py, src/gen/filters/rules/_isprivate.py, src/gen/filters/rules/_ispublic.py, src/gen/filters/rules/_matcheseventfilterbase.py, src/gen/filters/rules/_matchesfilterbase.py, src/gen/filters/rules/_matchessourceconfidencebase.py, src/gen/filters/rules/_matchessourcefilterbase.py, src/gen/filters/rules/_regexpidbase.py, src/gen/filters/rules/_rule.py, src/gen/filters/rules/citation/Makefile.am, src/gen/filters/rules/citation/_AllCitations.py, src/gen/filters/rules/citation/_ChangedSince.py, src/gen/filters/rules/citation/_CitationPrivate.py, src/gen/filters/rules/citation/_HasGallery.py, src/gen/filters/rules/citation/_HasIdOf.py, src/gen/filters/rules/citation/_HasNote.py, src/gen/filters/rules/citation/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/citation/_HasNoteRegexp.py, src/gen/filters/rules/citation/_HasReferenceCountOf.py, src/gen/filters/rules/citation/_HasSource.py, src/gen/filters/rules/citation/_MatchesFilter.py, src/gen/filters/rules/citation/_MatchesPageSubstringOf.py, src/gen/filters/rules/citation/_MatchesRepositoryFilter.py, src/gen/filters/rules/citation/_MatchesSourceFilter.py, src/gen/filters/rules/citation/_RegExpIdOf.py, src/gen/filters/rules/citation/__init__.py, src/gen/filters/rules/citation/_allcitations.py, src/gen/filters/rules/citation/_changedsince.py, src/gen/filters/rules/citation/_citationprivate.py, src/gen/filters/rules/citation/_hasgallery.py, src/gen/filters/rules/citation/_hasidof.py, src/gen/filters/rules/citation/_hasnote.py, src/gen/filters/rules/citation/_hasnotematchingsubstringof.py, src/gen/filters/rules/citation/_hasnoteregexp.py, src/gen/filters/rules/citation/_hasreferencecountof.py, src/gen/filters/rules/citation/_hassource.py, src/gen/filters/rules/citation/_matchesfilter.py, src/gen/filters/rules/citation/_matchespagesubstringof.py, src/gen/filters/rules/citation/_matchesrepositoryfilter.py, src/gen/filters/rules/citation/_matchessourcefilter.py, src/gen/filters/rules/citation/_regexpidof.py, src/gen/filters/rules/event/Makefile.am, src/gen/filters/rules/event/_AllEvents.py, src/gen/filters/rules/event/_ChangedSince.py, src/gen/filters/rules/event/_EventPrivate.py, src/gen/filters/rules/event/_HasAttribute.py, src/gen/filters/rules/event/_HasCitation.py, src/gen/filters/rules/event/_HasData.py, src/gen/filters/rules/event/_HasGallery.py, src/gen/filters/rules/event/_HasIdOf.py, src/gen/filters/rules/event/_HasNote.py, src/gen/filters/rules/event/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/event/_HasNoteRegexp.py, src/gen/filters/rules/event/_HasReferenceCountOf.py, src/gen/filters/rules/event/_HasSourceCount.py, src/gen/filters/rules/event/_HasType.py, src/gen/filters/rules/event/_MatchesFilter.py, src/gen/filters/rules/event/_MatchesPersonFilter.py, src/gen/filters/rules/event/_MatchesSourceConfidence.py, src/gen/filters/rules/event/_MatchesSourceFilter.py, src/gen/filters/rules/event/_RegExpIdOf.py, src/gen/filters/rules/event/__init__.py, src/gen/filters/rules/event/_allevents.py, src/gen/filters/rules/event/_changedsince.py, src/gen/filters/rules/event/_eventprivate.py, src/gen/filters/rules/event/_hasattribute.py, src/gen/filters/rules/event/_hascitation.py, src/gen/filters/rules/event/_hasdata.py, src/gen/filters/rules/event/_hasgallery.py, src/gen/filters/rules/event/_hasidof.py, src/gen/filters/rules/event/_hasnote.py, src/gen/filters/rules/event/_hasnotematchingsubstringof.py, src/gen/filters/rules/event/_hasnoteregexp.py, src/gen/filters/rules/event/_hasreferencecountof.py, src/gen/filters/rules/event/_hassourcecount.py, src/gen/filters/rules/event/_hastype.py, src/gen/filters/rules/event/_matchesfilter.py, src/gen/filters/rules/event/_matchespersonfilter.py, src/gen/filters/rules/event/_matchessourceconfidence.py, src/gen/filters/rules/event/_matchessourcefilter.py, src/gen/filters/rules/event/_regexpidof.py, src/gen/filters/rules/family/Makefile.am, src/gen/filters/rules/family/_AllFamilies.py, src/gen/filters/rules/family/_ChangedSince.py, src/gen/filters/rules/family/_ChildHasIdOf.py, src/gen/filters/rules/family/_ChildHasNameOf.py, src/gen/filters/rules/family/_FamilyPrivate.py, src/gen/filters/rules/family/_FatherHasIdOf.py, src/gen/filters/rules/family/_FatherHasNameOf.py, src/gen/filters/rules/family/_HasAttribute.py, src/gen/filters/rules/family/_HasCitation.py, src/gen/filters/rules/family/_HasEvent.py, src/gen/filters/rules/family/_HasGallery.py, src/gen/filters/rules/family/_HasIdOf.py, src/gen/filters/rules/family/_HasLDS.py, src/gen/filters/rules/family/_HasNote.py, src/gen/filters/rules/family/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/family/_HasNoteRegexp.py, src/gen/filters/rules/family/_HasReferenceCountOf.py, src/gen/filters/rules/family/_HasRelType.py, src/gen/filters/rules/family/_HasSourceCount.py, src/gen/filters/rules/family/_HasTag.py, src/gen/filters/rules/family/_IsBookmarked.py, src/gen/filters/rules/family/_MatchesFilter.py, src/gen/filters/rules/family/_MatchesSourceConfidence.py, src/gen/filters/rules/family/_MemberBase.py, src/gen/filters/rules/family/_MotherHasIdOf.py, src/gen/filters/rules/family/_MotherHasNameOf.py, src/gen/filters/rules/family/_RegExpChildName.py, src/gen/filters/rules/family/_RegExpFatherName.py, src/gen/filters/rules/family/_RegExpIdOf.py, src/gen/filters/rules/family/_RegExpMotherName.py, src/gen/filters/rules/family/_SearchChildName.py, src/gen/filters/rules/family/_SearchFatherName.py, src/gen/filters/rules/family/_SearchMotherName.py, src/gen/filters/rules/family/__init__.py, src/gen/filters/rules/family/_allfamilies.py, src/gen/filters/rules/family/_changedsince.py, src/gen/filters/rules/family/_childhasidof.py, src/gen/filters/rules/family/_childhasnameof.py, src/gen/filters/rules/family/_familyprivate.py, src/gen/filters/rules/family/_fatherhasidof.py, src/gen/filters/rules/family/_fatherhasnameof.py, src/gen/filters/rules/family/_hasattribute.py, src/gen/filters/rules/family/_hascitation.py, src/gen/filters/rules/family/_hasevent.py, src/gen/filters/rules/family/_hasgallery.py, src/gen/filters/rules/family/_hasidof.py, src/gen/filters/rules/family/_haslds.py, src/gen/filters/rules/family/_hasnote.py, src/gen/filters/rules/family/_hasnotematchingsubstringof.py, src/gen/filters/rules/family/_hasnoteregexp.py, src/gen/filters/rules/family/_hasreferencecountof.py, src/gen/filters/rules/family/_hasreltype.py, src/gen/filters/rules/family/_hassourcecount.py, src/gen/filters/rules/family/_hastag.py, src/gen/filters/rules/family/_isbookmarked.py, src/gen/filters/rules/family/_matchesfilter.py, src/gen/filters/rules/family/_matchessourceconfidence.py, src/gen/filters/rules/family/_memberbase.py, src/gen/filters/rules/family/_motherhasidof.py, src/gen/filters/rules/family/_motherhasnameof.py, src/gen/filters/rules/family/_regexpchildname.py, src/gen/filters/rules/family/_regexpfathername.py, src/gen/filters/rules/family/_regexpidof.py, src/gen/filters/rules/family/_regexpmothername.py, src/gen/filters/rules/family/_searchchildname.py, src/gen/filters/rules/family/_searchfathername.py, src/gen/filters/rules/family/_searchmothername.py, src/gen/filters/rules/media/Makefile.am, src/gen/filters/rules/media/_AllMedia.py, src/gen/filters/rules/media/_ChangedSince.py, src/gen/filters/rules/media/_HasAttribute.py, src/gen/filters/rules/media/_HasIdOf.py, src/gen/filters/rules/media/_HasMedia.py, src/gen/filters/rules/media/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/media/_HasNoteRegexp.py, src/gen/filters/rules/media/_HasReferenceCountOf.py, src/gen/filters/rules/media/_HasTag.py, src/gen/filters/rules/media/_MatchesFilter.py, src/gen/filters/rules/media/_MediaPrivate.py, src/gen/filters/rules/media/_RegExpIdOf.py, src/gen/filters/rules/media/__init__.py, src/gen/filters/rules/media/_allmedia.py, src/gen/filters/rules/media/_changedsince.py, src/gen/filters/rules/media/_hasattribute.py, src/gen/filters/rules/media/_hasidof.py, src/gen/filters/rules/media/_hasmedia.py, src/gen/filters/rules/media/_hasnotematchingsubstringof.py, src/gen/filters/rules/media/_hasnoteregexp.py, src/gen/filters/rules/media/_hasreferencecountof.py, src/gen/filters/rules/media/_hastag.py, src/gen/filters/rules/media/_matchesfilter.py, src/gen/filters/rules/media/_mediaprivate.py, src/gen/filters/rules/media/_regexpidof.py, src/gen/filters/rules/note/Makefile.am, src/gen/filters/rules/note/_AllNotes.py, src/gen/filters/rules/note/_ChangedSince.py, src/gen/filters/rules/note/_HasIdOf.py, src/gen/filters/rules/note/_HasNote.py, src/gen/filters/rules/note/_HasReferenceCountOf.py, src/gen/filters/rules/note/_HasTag.py, src/gen/filters/rules/note/_MatchesFilter.py, src/gen/filters/rules/note/_MatchesRegexpOf.py, src/gen/filters/rules/note/_MatchesSubstringOf.py, src/gen/filters/rules/note/_NotePrivate.py, src/gen/filters/rules/note/_RegExpIdOf.py, src/gen/filters/rules/note/__init__.py, src/gen/filters/rules/note/_allnotes.py, src/gen/filters/rules/note/_changedsince.py, src/gen/filters/rules/note/_hasidof.py, src/gen/filters/rules/note/_hasnote.py, src/gen/filters/rules/note/_hasreferencecountof.py, src/gen/filters/rules/note/_hastag.py, src/gen/filters/rules/note/_matchesfilter.py, src/gen/filters/rules/note/_matchesregexpof.py, src/gen/filters/rules/note/_matchessubstringof.py, src/gen/filters/rules/note/_noteprivate.py, src/gen/filters/rules/note/_regexpidof.py, src/gen/filters/rules/person/Makefile.am, src/gen/filters/rules/person/_ChangedSince.py, src/gen/filters/rules/person/_DeepRelationshipPathBetween.py, src/gen/filters/rules/person/_Disconnected.py, src/gen/filters/rules/person/_Everyone.py, src/gen/filters/rules/person/_FamilyWithIncompleteEvent.py, src/gen/filters/rules/person/_HasAddress.py, src/gen/filters/rules/person/_HasAlternateName.py, src/gen/filters/rules/person/_HasAssociation.py, src/gen/filters/rules/person/_HasAttribute.py, src/gen/filters/rules/person/_HasBirth.py, src/gen/filters/rules/person/_HasCitation.py, src/gen/filters/rules/person/_HasCommonAncestorWith.py, src/gen/filters/rules/person/_HasCommonAncestorWithFilterMatch.py, src/gen/filters/rules/person/_HasDeath.py, src/gen/filters/rules/person/_HasEvent.py, src/gen/filters/rules/person/_HasFamilyAttribute.py, src/gen/filters/rules/person/_HasFamilyEvent.py, src/gen/filters/rules/person/_HasGallery.py, src/gen/filters/rules/person/_HasIdOf.py, src/gen/filters/rules/person/_HasLDS.py, src/gen/filters/rules/person/_HasNameOf.py, src/gen/filters/rules/person/_HasNameOriginType.py, src/gen/filters/rules/person/_HasNameType.py, src/gen/filters/rules/person/_HasNickname.py, src/gen/filters/rules/person/_HasNote.py, src/gen/filters/rules/person/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/person/_HasNoteRegexp.py, src/gen/filters/rules/person/_HasRelationship.py, src/gen/filters/rules/person/_HasSourceCount.py, src/gen/filters/rules/person/_HasSourceOf.py, src/gen/filters/rules/person/_HasTag.py, src/gen/filters/rules/person/_HasTextMatchingRegexpOf.py, src/gen/filters/rules/person/_HasTextMatchingSubstringOf.py, src/gen/filters/rules/person/_HasUnknownGender.py, src/gen/filters/rules/person/_HaveAltFamilies.py, src/gen/filters/rules/person/_HaveChildren.py, src/gen/filters/rules/person/_IncompleteNames.py, src/gen/filters/rules/person/_IsAncestorOf.py, src/gen/filters/rules/person/_IsAncestorOfFilterMatch.py, src/gen/filters/rules/person/_IsBookmarked.py, src/gen/filters/rules/person/_IsChildOfFilterMatch.py, src/gen/filters/rules/person/_IsDefaultPerson.py, src/gen/filters/rules/person/_IsDescendantFamilyOf.py, src/gen/filters/rules/person/_IsDescendantFamilyOfFilterMatch.py, src/gen/filters/rules/person/_IsDescendantOf.py, src/gen/filters/rules/person/_IsDescendantOfFilterMatch.py, src/gen/filters/rules/person/_IsDuplicatedAncestorOf.py, src/gen/filters/rules/person/_IsFemale.py, src/gen/filters/rules/person/_IsLessThanNthGenerationAncestorOf.py, src/gen/filters/rules/person/_IsLessThanNthGenerationAncestorOfBook marked.py, src/gen/filters/rules/person/_IsLessThanNthGenerationAncestorOfDefa ultPerson.py, src/gen/filters/rules/person/_IsLessThanNthGenerationDescendantOf.p y, src/gen/filters/rules/person/_IsMale.py, src/gen/filters/rules/person/_IsMoreThanNthGenerationAncestorOf.py, src/gen/filters/rules/person/_IsMoreThanNthGenerationDescendantOf.p y, src/gen/filters/rules/person/_IsParentOfFilterMatch.py, src/gen/filters/rules/person/_IsRelatedWith.py, src/gen/filters/rules/person/_IsSiblingOfFilterMatch.py, src/gen/filters/rules/person/_IsSpouseOfFilterMatch.py, src/gen/filters/rules/person/_IsWitness.py, src/gen/filters/rules/person/_MatchIdOf.py, src/gen/filters/rules/person/_MatchesEventFilter.py, src/gen/filters/rules/person/_MatchesFilter.py, src/gen/filters/rules/person/_MatchesSourceConfidence.py, src/gen/filters/rules/person/_MissingParent.py, src/gen/filters/rules/person/_MultipleMarriages.py, src/gen/filters/rules/person/_NeverMarried.py, src/gen/filters/rules/person/_NoBirthdate.py, src/gen/filters/rules/person/_NoDeathdate.py, src/gen/filters/rules/person/_PeoplePrivate.py, src/gen/filters/rules/person/_PeoplePublic.py, src/gen/filters/rules/person/_PersonWithIncompleteEvent.py, src/gen/filters/rules/person/_ProbablyAlive.py, src/gen/filters/rules/person/_RegExpIdOf.py, src/gen/filters/rules/person/_RegExpName.py, src/gen/filters/rules/person/_RelationshipPathBetween.py, src/gen/filters/rules/person/_RelationshipPathBetweenBookmarks.py, src/gen/filters/rules/person/_SearchName.py, src/gen/filters/rules/person/__init__.py, src/gen/filters/rules/person/_changedsince.py, src/gen/filters/rules/person/_deeprelationshippathbetween.py, src/gen/filters/rules/person/_disconnected.py, src/gen/filters/rules/person/_everyone.py, src/gen/filters/rules/person/_familywithincompleteevent.py, src/gen/filters/rules/person/_hasaddress.py, src/gen/filters/rules/person/_hasalternatename.py, src/gen/filters/rules/person/_hasassociation.py, src/gen/filters/rules/person/_hasattribute.py, src/gen/filters/rules/person/_hasbirth.py, src/gen/filters/rules/person/_hascitation.py, src/gen/filters/rules/person/_hascommonancestorwith.py, src/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py, src/gen/filters/rules/person/_hasdeath.py, src/gen/filters/rules/person/_hasevent.py, src/gen/filters/rules/person/_hasfamilyattribute.py, src/gen/filters/rules/person/_hasfamilyevent.py, src/gen/filters/rules/person/_hasgallery.py, src/gen/filters/rules/person/_hasidof.py, src/gen/filters/rules/person/_haslds.py, src/gen/filters/rules/person/_hasnameof.py, src/gen/filters/rules/person/_hasnameorigintype.py, src/gen/filters/rules/person/_hasnametype.py, src/gen/filters/rules/person/_hasnickname.py, src/gen/filters/rules/person/_hasnote.py, src/gen/filters/rules/person/_hasnotematchingsubstringof.py, src/gen/filters/rules/person/_hasnoteregexp.py, src/gen/filters/rules/person/_hasrelationship.py, src/gen/filters/rules/person/_hassourcecount.py, src/gen/filters/rules/person/_hassourceof.py, src/gen/filters/rules/person/_hastag.py, src/gen/filters/rules/person/_hastextmatchingregexpof.py, src/gen/filters/rules/person/_hastextmatchingsubstringof.py, src/gen/filters/rules/person/_hasunknowngender.py, src/gen/filters/rules/person/_havealtfamilies.py, src/gen/filters/rules/person/_havechildren.py, src/gen/filters/rules/person/_incompletenames.py, src/gen/filters/rules/person/_isancestorof.py, src/gen/filters/rules/person/_isancestoroffiltermatch.py, src/gen/filters/rules/person/_isbookmarked.py, src/gen/filters/rules/person/_ischildoffiltermatch.py, src/gen/filters/rules/person/_isdefaultperson.py, src/gen/filters/rules/person/_isdescendantfamilyof.py, src/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py, src/gen/filters/rules/person/_isdescendantof.py, src/gen/filters/rules/person/_isdescendantoffiltermatch.py, src/gen/filters/rules/person/_isduplicatedancestorof.py, src/gen/filters/rules/person/_isfemale.py, src/gen/filters/rules/person/_islessthannthgenerationancestorof.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofbook marked.py, src/gen/filters/rules/person/_islessthannthgenerationancestorofdefa ultperson.py, src/gen/filters/rules/person/_islessthannthgenerationdescendantof.p y, src/gen/filters/rules/person/_ismale.py, src/gen/filters/rules/person/_ismorethannthgenerationancestorof.py, src/gen/filters/rules/person/_ismorethannthgenerationdescendantof.p y, src/gen/filters/rules/person/_isparentoffiltermatch.py, src/gen/filters/rules/person/_isrelatedwith.py, src/gen/filters/rules/person/_issiblingoffiltermatch.py, src/gen/filters/rules/person/_isspouseoffiltermatch.py, src/gen/filters/rules/person/_iswitness.py, src/gen/filters/rules/person/_matcheseventfilter.py, src/gen/filters/rules/person/_matchesfilter.py, src/gen/filters/rules/person/_matchessourceconfidence.py, src/gen/filters/rules/person/_matchidof.py, src/gen/filters/rules/person/_missingparent.py, src/gen/filters/rules/person/_multiplemarriages.py, src/gen/filters/rules/person/_nevermarried.py, src/gen/filters/rules/person/_nobirthdate.py, src/gen/filters/rules/person/_nodeathdate.py, src/gen/filters/rules/person/_peopleprivate.py, src/gen/filters/rules/person/_peoplepublic.py, src/gen/filters/rules/person/_personwithincompleteevent.py, src/gen/filters/rules/person/_probablyalive.py, src/gen/filters/rules/person/_regexpidof.py, src/gen/filters/rules/person/_regexpname.py, src/gen/filters/rules/person/_relationshippathbetween.py, src/gen/filters/rules/person/_relationshippathbetweenbookmarks.py, src/gen/filters/rules/person/_searchname.py, src/gen/filters/rules/place/Makefile.am, src/gen/filters/rules/place/_AllPlaces.py, src/gen/filters/rules/place/_ChangedSince.py, src/gen/filters/rules/place/_HasGallery.py, src/gen/filters/rules/place/_HasIdOf.py, src/gen/filters/rules/place/_HasNoLatOrLon.py, src/gen/filters/rules/place/_HasNote.py, src/gen/filters/rules/place/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/place/_HasNoteRegexp.py, src/gen/filters/rules/place/_HasPlace.py, src/gen/filters/rules/place/_HasReferenceCountOf.py, src/gen/filters/rules/place/_InLatLonNeighborhood.py, src/gen/filters/rules/place/_MatchesEventFilter.py, src/gen/filters/rules/place/_MatchesFilter.py, src/gen/filters/rules/place/_PlacePrivate.py, src/gen/filters/rules/place/_RegExpIdOf.py, src/gen/filters/rules/place/__init__.py, src/gen/filters/rules/place/_allplaces.py, src/gen/filters/rules/place/_changedsince.py, src/gen/filters/rules/place/_hasgallery.py, src/gen/filters/rules/place/_hasidof.py, src/gen/filters/rules/place/_hasnolatorlon.py, src/gen/filters/rules/place/_hasnote.py, src/gen/filters/rules/place/_hasnotematchingsubstringof.py, src/gen/filters/rules/place/_hasnoteregexp.py, src/gen/filters/rules/place/_hasplace.py, src/gen/filters/rules/place/_hasreferencecountof.py, src/gen/filters/rules/place/_inlatlonneighborhood.py, src/gen/filters/rules/place/_matcheseventfilter.py, src/gen/filters/rules/place/_matchesfilter.py, src/gen/filters/rules/place/_placeprivate.py, src/gen/filters/rules/place/_regexpidof.py, src/gen/filters/rules/repository/Makefile.am, src/gen/filters/rules/repository/_AllRepos.py, src/gen/filters/rules/repository/_ChangedSince.py, src/gen/filters/rules/repository/_HasIdOf.py, src/gen/filters/rules/repository/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/repository/_HasNoteRegexp.py, src/gen/filters/rules/repository/_HasReferenceCountOf.py, src/gen/filters/rules/repository/_HasRepo.py, src/gen/filters/rules/repository/_MatchesFilter.py, src/gen/filters/rules/repository/_MatchesNameSubstringOf.py, src/gen/filters/rules/repository/_RegExpIdOf.py, src/gen/filters/rules/repository/_RepoPrivate.py, src/gen/filters/rules/repository/__init__.py, src/gen/filters/rules/repository/_allrepos.py, src/gen/filters/rules/repository/_changedsince.py, src/gen/filters/rules/repository/_hasidof.py, src/gen/filters/rules/repository/_hasnotematchingsubstringof.py, src/gen/filters/rules/repository/_hasnoteregexp.py, src/gen/filters/rules/repository/_hasreferencecountof.py, src/gen/filters/rules/repository/_hasrepo.py, src/gen/filters/rules/repository/_matchesfilter.py, src/gen/filters/rules/repository/_matchesnamesubstringof.py, src/gen/filters/rules/repository/_regexpidof.py, src/gen/filters/rules/repository/_repoprivate.py, src/gen/filters/rules/source/Makefile.am, src/gen/filters/rules/source/_AllSources.py, src/gen/filters/rules/source/_ChangedSince.py, src/gen/filters/rules/source/_HasGallery.py, src/gen/filters/rules/source/_HasIdOf.py, src/gen/filters/rules/source/_HasNote.py, src/gen/filters/rules/source/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/source/_HasNoteRegexp.py, src/gen/filters/rules/source/_HasReferenceCountOf.py, src/gen/filters/rules/source/_HasRepository.py, src/gen/filters/rules/source/_HasRepositoryCallNumberRef.py, src/gen/filters/rules/source/_MatchesFilter.py, src/gen/filters/rules/source/_MatchesRepositoryFilter.py, src/gen/filters/rules/source/_MatchesTitleSubstringOf.py, src/gen/filters/rules/source/_RegExpIdOf.py, src/gen/filters/rules/source/_SourcePrivate.py, src/gen/filters/rules/source/__init__.py, src/gen/filters/rules/source/_allsources.py, src/gen/filters/rules/source/_changedsince.py, src/gen/filters/rules/source/_hasgallery.py, src/gen/filters/rules/source/_hasidof.py, src/gen/filters/rules/source/_hasnote.py, src/gen/filters/rules/source/_hasnotematchingsubstringof.py, src/gen/filters/rules/source/_hasnoteregexp.py, src/gen/filters/rules/source/_hasreferencecountof.py, src/gen/filters/rules/source/_hasrepository.py, src/gen/filters/rules/source/_hasrepositorycallnumberref.py, src/gen/filters/rules/source/_matchesfilter.py, src/gen/filters/rules/source/_matchesrepositoryfilter.py, src/gen/filters/rules/source/_matchestitlesubstringof.py, src/gen/filters/rules/source/_regexpidof.py, src/gen/filters/rules/source/_sourceprivate.py, src/gui/filters/Makefile.am, src/gui/filters/_FilterComboBox.py, src/gui/filters/_FilterMenu.py, src/gui/filters/_FilterStore.py, src/gui/filters/_SearchBar.py, src/gui/filters/__init__.py, src/gui/filters/_filtercombobox.py, src/gui/filters/_filtermenu.py, src/gui/filters/_filterstore.py, src/gui/filters/_searchbar.py, src/gui/filters/sidebar/Makefile.am, src/gui/filters/sidebar/_CitationSidebarFilter.py, src/gui/filters/sidebar/_EventSidebarFilter.py, src/gui/filters/sidebar/_FamilySidebarFilter.py, src/gui/filters/sidebar/_MediaSidebarFilter.py, src/gui/filters/sidebar/_NoteSidebarFilter.py, src/gui/filters/sidebar/_PersonSidebarFilter.py, src/gui/filters/sidebar/_PlaceSidebarFilter.py, src/gui/filters/sidebar/_RepoSidebarFilter.py, src/gui/filters/sidebar/_SidebarFilter.py, src/gui/filters/sidebar/_SourceSidebarFilter.py, src/gui/filters/sidebar/__init__.py, src/gui/filters/sidebar/_citationsidebarfilter.py, src/gui/filters/sidebar/_eventsidebarfilter.py, src/gui/filters/sidebar/_familysidebarfilter.py, src/gui/filters/sidebar/_mediasidebarfilter.py, src/gui/filters/sidebar/_notesidebarfilter.py, src/gui/filters/sidebar/_personsidebarfilter.py, src/gui/filters/sidebar/_placesidebarfilter.py, src/gui/filters/sidebar/_reposidebarfilter.py, src/gui/filters/sidebar/_sidebarfilter.py, src/gui/filters/sidebar/_sourcesidebarfilter.py: GEPS008: Convert filter filenames to lower case svn: r19639 2012-05-24 Nick Hall * configure.in, po/POTFILES.in, po/POTFILES.skip, src/ExportOptions.py, src/Filters/Makefile.am, src/Filters/Rules/Citation/Makefile.am, src/Filters/Rules/Citation/_AllCitations.py, src/Filters/Rules/Citation/_ChangedSince.py, src/Filters/Rules/Citation/_CitationPrivate.py, src/Filters/Rules/Citation/_HasGallery.py, src/Filters/Rules/Citation/_HasIdOf.py, src/Filters/Rules/Citation/_HasNote.py, src/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Citation/_HasNoteRegexp.py, src/Filters/Rules/Citation/_HasReferenceCountOf.py, src/Filters/Rules/Citation/_HasSource.py, src/Filters/Rules/Citation/_MatchesFilter.py, src/Filters/Rules/Citation/_MatchesPageSubstringOf.py, src/Filters/Rules/Citation/_MatchesRepositoryFilter.py, src/Filters/Rules/Citation/_MatchesSourceFilter.py, src/Filters/Rules/Citation/_RegExpIdOf.py, src/Filters/Rules/Citation/__init__.py, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_AllEvents.py, src/Filters/Rules/Event/_ChangedSince.py, src/Filters/Rules/Event/_EventPrivate.py, src/Filters/Rules/Event/_HasAttribute.py, src/Filters/Rules/Event/_HasCitation.py, src/Filters/Rules/Event/_HasData.py, src/Filters/Rules/Event/_HasGallery.py, src/Filters/Rules/Event/_HasIdOf.py, src/Filters/Rules/Event/_HasNote.py, src/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Event/_HasNoteRegexp.py, src/Filters/Rules/Event/_HasReferenceCountOf.py, src/Filters/Rules/Event/_HasSourceCount.py, src/Filters/Rules/Event/_HasType.py, src/Filters/Rules/Event/_MatchesFilter.py, src/Filters/Rules/Event/_MatchesPersonFilter.py, src/Filters/Rules/Event/_MatchesSourceConfidence.py, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Event/_RegExpIdOf.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_AllFamilies.py, src/Filters/Rules/Family/_ChangedSince.py, src/Filters/Rules/Family/_ChildHasIdOf.py, src/Filters/Rules/Family/_ChildHasNameOf.py, src/Filters/Rules/Family/_FamilyPrivate.py, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_FatherHasNameOf.py, src/Filters/Rules/Family/_HasAttribute.py, src/Filters/Rules/Family/_HasCitation.py, src/Filters/Rules/Family/_HasEvent.py, src/Filters/Rules/Family/_HasGallery.py, src/Filters/Rules/Family/_HasIdOf.py, src/Filters/Rules/Family/_HasLDS.py, src/Filters/Rules/Family/_HasNote.py, src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Family/_HasNoteRegexp.py, src/Filters/Rules/Family/_HasReferenceCountOf.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Family/_HasSourceCount.py, src/Filters/Rules/Family/_HasTag.py, src/Filters/Rules/Family/_IsBookmarked.py, src/Filters/Rules/Family/_MatchesFilter.py, src/Filters/Rules/Family/_MatchesSourceConfidence.py, src/Filters/Rules/Family/_MemberBase.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_MotherHasNameOf.py, src/Filters/Rules/Family/_RegExpChildName.py, src/Filters/Rules/Family/_RegExpFatherName.py, src/Filters/Rules/Family/_RegExpIdOf.py, src/Filters/Rules/Family/_RegExpMotherName.py, src/Filters/Rules/Family/_SearchChildName.py, src/Filters/Rules/Family/_SearchFatherName.py, src/Filters/Rules/Family/_SearchMotherName.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/MediaObject/_AllMedia.py, src/Filters/Rules/MediaObject/_ChangedSince.py, src/Filters/Rules/MediaObject/_HasAttribute.py, src/Filters/Rules/MediaObject/_HasIdOf.py, src/Filters/Rules/MediaObject/_HasMedia.py, src/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/MediaObject/_HasNoteRegexp.py, src/Filters/Rules/MediaObject/_HasReferenceCountOf.py, src/Filters/Rules/MediaObject/_HasTag.py, src/Filters/Rules/MediaObject/_MatchesFilter.py, src/Filters/Rules/MediaObject/_MediaPrivate.py, src/Filters/Rules/MediaObject/_RegExpIdOf.py, src/Filters/Rules/MediaObject/__init__.py, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Note/_AllNotes.py, src/Filters/Rules/Note/_ChangedSince.py, src/Filters/Rules/Note/_HasIdOf.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Note/_HasReferenceCountOf.py, src/Filters/Rules/Note/_HasTag.py, src/Filters/Rules/Note/_MatchesFilter.py, src/Filters/Rules/Note/_MatchesRegexpOf.py, src/Filters/Rules/Note/_MatchesSubstringOf.py, src/Filters/Rules/Note/_NotePrivate.py, src/Filters/Rules/Note/_RegExpIdOf.py, src/Filters/Rules/Note/__init__.py, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_ChangedSince.py, src/Filters/Rules/Person/_DeepRelationshipPathBetween.py, src/Filters/Rules/Person/_Disconnected.py, src/Filters/Rules/Person/_Everyone.py, src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py, src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAlternateName.py, src/Filters/Rules/Person/_HasAssociation.py, src/Filters/Rules/Person/_HasAttribute.py, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasCitation.py, src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/Person/_HasFamilyAttribute.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/Person/_HasGallery.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Person/_HasLDS.py, src/Filters/Rules/Person/_HasNameOf.py, src/Filters/Rules/Person/_HasNameOriginType.py, src/Filters/Rules/Person/_HasNameType.py, src/Filters/Rules/Person/_HasNickname.py, src/Filters/Rules/Person/_HasNote.py, src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Person/_HasNoteRegexp.py, src/Filters/Rules/Person/_HasRelationship.py, src/Filters/Rules/Person/_HasSourceCount.py, src/Filters/Rules/Person/_HasSourceOf.py, src/Filters/Rules/Person/_HasTag.py, src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Filters/Rules/Person/_HasUnknownGender.py, src/Filters/Rules/Person/_HaveAltFamilies.py, src/Filters/Rules/Person/_HaveChildren.py, src/Filters/Rules/Person/_IncompleteNames.py, src/Filters/Rules/Person/_IsAncestorOf.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsBookmarked.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDefaultPerson.py, src/Filters/Rules/Person/_IsDescendantFamilyOf.py, src/Filters/Rules/Person/_IsDescendantFamilyOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOf.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsDuplicatedAncestorOf.py, src/Filters/Rules/Person/_IsFemale.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsMale.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsRelatedWith.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py, src/Filters/Rules/Person/_IsWitness.py, src/Filters/Rules/Person/_MatchIdOf.py, src/Filters/Rules/Person/_MatchesEventFilter.py, src/Filters/Rules/Person/_MatchesFilter.py, src/Filters/Rules/Person/_MatchesSourceConfidence.py, src/Filters/Rules/Person/_MissingParent.py, src/Filters/Rules/Person/_MultipleMarriages.py, src/Filters/Rules/Person/_NeverMarried.py, src/Filters/Rules/Person/_NoBirthdate.py, src/Filters/Rules/Person/_NoDeathdate.py, src/Filters/Rules/Person/_PeoplePrivate.py, src/Filters/Rules/Person/_PeoplePublic.py, src/Filters/Rules/Person/_PersonWithIncompleteEvent.py, src/Filters/Rules/Person/_ProbablyAlive.py, src/Filters/Rules/Person/_RegExpIdOf.py, src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/Rules/Person/_SearchName.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Place/_AllPlaces.py, src/Filters/Rules/Place/_ChangedSince.py, src/Filters/Rules/Place/_HasGallery.py, src/Filters/Rules/Place/_HasIdOf.py, src/Filters/Rules/Place/_HasNoLatOrLon.py, src/Filters/Rules/Place/_HasNote.py, src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Place/_HasNoteRegexp.py, src/Filters/Rules/Place/_HasPlace.py, src/Filters/Rules/Place/_HasReferenceCountOf.py, src/Filters/Rules/Place/_InLatLonNeighborhood.py, src/Filters/Rules/Place/_MatchesEventFilter.py, src/Filters/Rules/Place/_MatchesFilter.py, src/Filters/Rules/Place/_PlacePrivate.py, src/Filters/Rules/Place/_RegExpIdOf.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Repository/_AllRepos.py, src/Filters/Rules/Repository/_ChangedSince.py, src/Filters/Rules/Repository/_HasIdOf.py, src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Repository/_HasNoteRegexp.py, src/Filters/Rules/Repository/_HasReferenceCountOf.py, src/Filters/Rules/Repository/_HasRepo.py, src/Filters/Rules/Repository/_MatchesFilter.py, src/Filters/Rules/Repository/_MatchesNameSubstringOf.py, src/Filters/Rules/Repository/_RegExpIdOf.py, src/Filters/Rules/Repository/_RepoPrivate.py, src/Filters/Rules/Repository/__init__.py, src/Filters/Rules/Source/Makefile.am, src/Filters/Rules/Source/_AllSources.py, src/Filters/Rules/Source/_ChangedSince.py, src/Filters/Rules/Source/_HasGallery.py, src/Filters/Rules/Source/_HasIdOf.py, src/Filters/Rules/Source/_HasNote.py, src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Source/_HasNoteRegexp.py, src/Filters/Rules/Source/_HasReferenceCountOf.py, src/Filters/Rules/Source/_HasRepository.py, src/Filters/Rules/Source/_HasRepositoryCallNumberRef.py, src/Filters/Rules/Source/_MatchesFilter.py, src/Filters/Rules/Source/_MatchesRepositoryFilter.py, src/Filters/Rules/Source/_MatchesTitleSubstringOf.py, src/Filters/Rules/Source/_RegExpIdOf.py, src/Filters/Rules/Source/_SourcePrivate.py, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/_ChangedSinceBase.py, src/Filters/Rules/_Everything.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasCitationBase.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/Filters/Rules/_HasReferenceCountBase.py, src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/_HasSourceCountBase.py, src/Filters/Rules/_HasTagBase.py, src/Filters/Rules/_HasTextMatchingRegexpOf.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_IsPrivate.py, src/Filters/Rules/_IsPublic.py, src/Filters/Rules/_MatchesEventFilterBase.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/Rules/_MatchesSourceConfidenceBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/_RegExpIdBase.py, src/Filters/Rules/_Rule.py, src/Filters/Rules/__init__.py, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_CitationSidebarFilter.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_FilterComboBox.py, src/Filters/_FilterList.py, src/Filters/_FilterMenu.py, src/Filters/_FilterParser.py, src/Filters/_FilterStore.py, src/Filters/_GenericFilter.py, src/Filters/_ParamFilter.py, src/Filters/_SearchBar.py, src/Filters/_SearchFilter.py, src/Filters/__init__.py, src/Makefile.am, src/gen/Makefile.am, src/gen/__init__.py, src/gen/filters/Makefile.am, src/gen/filters/_FilterList.py, src/gen/filters/_FilterParser.py, src/gen/filters/_GenericFilter.py, src/gen/filters/_ParamFilter.py, src/gen/filters/_SearchFilter.py, src/gen/filters/__init__.py, src/gen/filters/rules/Makefile.am, src/gen/filters/rules/_ChangedSinceBase.py, src/gen/filters/rules/_Everything.py, src/gen/filters/rules/_HasAttributeBase.py, src/gen/filters/rules/_HasCitationBase.py, src/gen/filters/rules/_HasEventBase.py, src/gen/filters/rules/_HasGalleryBase.py, src/gen/filters/rules/_HasGrampsId.py, src/gen/filters/rules/_HasLDSBase.py, src/gen/filters/rules/_HasNoteBase.py, src/gen/filters/rules/_HasNoteRegexBase.py, src/gen/filters/rules/_HasNoteSubstrBase.py, src/gen/filters/rules/_HasReferenceCountBase.py, src/gen/filters/rules/_HasSourceBase.py, src/gen/filters/rules/_HasSourceCountBase.py, src/gen/filters/rules/_HasTagBase.py, src/gen/filters/rules/_HasTextMatchingRegexpOf.py, src/gen/filters/rules/_HasTextMatchingSubstringOf.py, src/gen/filters/rules/_IsPrivate.py, src/gen/filters/rules/_IsPublic.py, src/gen/filters/rules/_MatchesEventFilterBase.py, src/gen/filters/rules/_MatchesFilterBase.py, src/gen/filters/rules/_MatchesSourceConfidenceBase.py, src/gen/filters/rules/_MatchesSourceFilterBase.py, src/gen/filters/rules/_RegExpIdBase.py, src/gen/filters/rules/_Rule.py, src/gen/filters/rules/__init__.py, src/gen/filters/rules/citation/Makefile.am, src/gen/filters/rules/citation/_AllCitations.py, src/gen/filters/rules/citation/_ChangedSince.py, src/gen/filters/rules/citation/_CitationPrivate.py, src/gen/filters/rules/citation/_HasGallery.py, src/gen/filters/rules/citation/_HasIdOf.py, src/gen/filters/rules/citation/_HasNote.py, src/gen/filters/rules/citation/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/citation/_HasNoteRegexp.py, src/gen/filters/rules/citation/_HasReferenceCountOf.py, src/gen/filters/rules/citation/_HasSource.py, src/gen/filters/rules/citation/_MatchesFilter.py, src/gen/filters/rules/citation/_MatchesPageSubstringOf.py, src/gen/filters/rules/citation/_MatchesRepositoryFilter.py, src/gen/filters/rules/citation/_MatchesSourceFilter.py, src/gen/filters/rules/citation/_RegExpIdOf.py, src/gen/filters/rules/citation/__init__.py, src/gen/filters/rules/event/Makefile.am, src/gen/filters/rules/event/_AllEvents.py, src/gen/filters/rules/event/_ChangedSince.py, src/gen/filters/rules/event/_EventPrivate.py, src/gen/filters/rules/event/_HasAttribute.py, src/gen/filters/rules/event/_HasCitation.py, src/gen/filters/rules/event/_HasData.py, src/gen/filters/rules/event/_HasGallery.py, src/gen/filters/rules/event/_HasIdOf.py, src/gen/filters/rules/event/_HasNote.py, src/gen/filters/rules/event/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/event/_HasNoteRegexp.py, src/gen/filters/rules/event/_HasReferenceCountOf.py, src/gen/filters/rules/event/_HasSourceCount.py, src/gen/filters/rules/event/_HasType.py, src/gen/filters/rules/event/_MatchesFilter.py, src/gen/filters/rules/event/_MatchesPersonFilter.py, src/gen/filters/rules/event/_MatchesSourceConfidence.py, src/gen/filters/rules/event/_MatchesSourceFilter.py, src/gen/filters/rules/event/_RegExpIdOf.py, src/gen/filters/rules/event/__init__.py, src/gen/filters/rules/family/Makefile.am, src/gen/filters/rules/family/_AllFamilies.py, src/gen/filters/rules/family/_ChangedSince.py, src/gen/filters/rules/family/_ChildHasIdOf.py, src/gen/filters/rules/family/_ChildHasNameOf.py, src/gen/filters/rules/family/_FamilyPrivate.py, src/gen/filters/rules/family/_FatherHasIdOf.py, src/gen/filters/rules/family/_FatherHasNameOf.py, src/gen/filters/rules/family/_HasAttribute.py, src/gen/filters/rules/family/_HasCitation.py, src/gen/filters/rules/family/_HasEvent.py, src/gen/filters/rules/family/_HasGallery.py, src/gen/filters/rules/family/_HasIdOf.py, src/gen/filters/rules/family/_HasLDS.py, src/gen/filters/rules/family/_HasNote.py, src/gen/filters/rules/family/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/family/_HasNoteRegexp.py, src/gen/filters/rules/family/_HasReferenceCountOf.py, src/gen/filters/rules/family/_HasRelType.py, src/gen/filters/rules/family/_HasSourceCount.py, src/gen/filters/rules/family/_HasTag.py, src/gen/filters/rules/family/_IsBookmarked.py, src/gen/filters/rules/family/_MatchesFilter.py, src/gen/filters/rules/family/_MatchesSourceConfidence.py, src/gen/filters/rules/family/_MemberBase.py, src/gen/filters/rules/family/_MotherHasIdOf.py, src/gen/filters/rules/family/_MotherHasNameOf.py, src/gen/filters/rules/family/_RegExpChildName.py, src/gen/filters/rules/family/_RegExpFatherName.py, src/gen/filters/rules/family/_RegExpIdOf.py, src/gen/filters/rules/family/_RegExpMotherName.py, src/gen/filters/rules/family/_SearchChildName.py, src/gen/filters/rules/family/_SearchFatherName.py, src/gen/filters/rules/family/_SearchMotherName.py, src/gen/filters/rules/family/__init__.py, src/gen/filters/rules/media/Makefile.am, src/gen/filters/rules/media/_AllMedia.py, src/gen/filters/rules/media/_ChangedSince.py, src/gen/filters/rules/media/_HasAttribute.py, src/gen/filters/rules/media/_HasIdOf.py, src/gen/filters/rules/media/_HasMedia.py, src/gen/filters/rules/media/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/media/_HasNoteRegexp.py, src/gen/filters/rules/media/_HasReferenceCountOf.py, src/gen/filters/rules/media/_HasTag.py, src/gen/filters/rules/media/_MatchesFilter.py, src/gen/filters/rules/media/_MediaPrivate.py, src/gen/filters/rules/media/_RegExpIdOf.py, src/gen/filters/rules/media/__init__.py, src/gen/filters/rules/note/Makefile.am, src/gen/filters/rules/note/_AllNotes.py, src/gen/filters/rules/note/_ChangedSince.py, src/gen/filters/rules/note/_HasIdOf.py, src/gen/filters/rules/note/_HasNote.py, src/gen/filters/rules/note/_HasReferenceCountOf.py, src/gen/filters/rules/note/_HasTag.py, src/gen/filters/rules/note/_MatchesFilter.py, src/gen/filters/rules/note/_MatchesRegexpOf.py, src/gen/filters/rules/note/_MatchesSubstringOf.py, src/gen/filters/rules/note/_NotePrivate.py, src/gen/filters/rules/note/_RegExpIdOf.py, src/gen/filters/rules/note/__init__.py, src/gen/filters/rules/person/Makefile.am, src/gen/filters/rules/person/_ChangedSince.py, src/gen/filters/rules/person/_DeepRelationshipPathBetween.py, src/gen/filters/rules/person/_Disconnected.py, src/gen/filters/rules/person/_Everyone.py, src/gen/filters/rules/person/_FamilyWithIncompleteEvent.py, src/gen/filters/rules/person/_HasAddress.py, src/gen/filters/rules/person/_HasAlternateName.py, src/gen/filters/rules/person/_HasAssociation.py, src/gen/filters/rules/person/_HasAttribute.py, src/gen/filters/rules/person/_HasBirth.py, src/gen/filters/rules/person/_HasCitation.py, src/gen/filters/rules/person/_HasCommonAncestorWith.py, src/gen/filters/rules/person/_HasCommonAncestorWithFilterMatch.py, src/gen/filters/rules/person/_HasDeath.py, src/gen/filters/rules/person/_HasEvent.py, src/gen/filters/rules/person/_HasFamilyAttribute.py, src/gen/filters/rules/person/_HasFamilyEvent.py, src/gen/filters/rules/person/_HasGallery.py, src/gen/filters/rules/person/_HasIdOf.py, src/gen/filters/rules/person/_HasLDS.py, src/gen/filters/rules/person/_HasNameOf.py, src/gen/filters/rules/person/_HasNameOriginType.py, src/gen/filters/rules/person/_HasNameType.py, src/gen/filters/rules/person/_HasNickname.py, src/gen/filters/rules/person/_HasNote.py, src/gen/filters/rules/person/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/person/_HasNoteRegexp.py, src/gen/filters/rules/person/_HasRelationship.py, src/gen/filters/rules/person/_HasSourceCount.py, src/gen/filters/rules/person/_HasSourceOf.py, src/gen/filters/rules/person/_HasTag.py, src/gen/filters/rules/person/_HasTextMatchingRegexpOf.py, src/gen/filters/rules/person/_HasTextMatchingSubstringOf.py, src/gen/filters/rules/person/_HasUnknownGender.py, src/gen/filters/rules/person/_HaveAltFamilies.py, src/gen/filters/rules/person/_HaveChildren.py, src/gen/filters/rules/person/_IncompleteNames.py, src/gen/filters/rules/person/_IsAncestorOf.py, src/gen/filters/rules/person/_IsAncestorOfFilterMatch.py, src/gen/filters/rules/person/_IsBookmarked.py, src/gen/filters/rules/person/_IsChildOfFilterMatch.py, src/gen/filters/rules/person/_IsDefaultPerson.py, src/gen/filters/rules/person/_IsDescendantFamilyOf.py, src/gen/filters/rules/person/_IsDescendantFamilyOfFilterMatch.py, src/gen/filters/rules/person/_IsDescendantOf.py, src/gen/filters/rules/person/_IsDescendantOfFilterMatch.py, src/gen/filters/rules/person/_IsDuplicatedAncestorOf.py, src/gen/filters/rules/person/_IsFemale.py, src/gen/filters/rules/person/_IsLessThanNthGenerationAncestorOf.py, src/gen/filters/rules/person/_IsLessThanNthGenerationAncestorOfBook marked.py, src/gen/filters/rules/person/_IsLessThanNthGenerationAncestorOfDefa ultPerson.py, src/gen/filters/rules/person/_IsLessThanNthGenerationDescendantOf.p y, src/gen/filters/rules/person/_IsMale.py, src/gen/filters/rules/person/_IsMoreThanNthGenerationAncestorOf.py, src/gen/filters/rules/person/_IsMoreThanNthGenerationDescendantOf.p y, src/gen/filters/rules/person/_IsParentOfFilterMatch.py, src/gen/filters/rules/person/_IsRelatedWith.py, src/gen/filters/rules/person/_IsSiblingOfFilterMatch.py, src/gen/filters/rules/person/_IsSpouseOfFilterMatch.py, src/gen/filters/rules/person/_IsWitness.py, src/gen/filters/rules/person/_MatchIdOf.py, src/gen/filters/rules/person/_MatchesEventFilter.py, src/gen/filters/rules/person/_MatchesFilter.py, src/gen/filters/rules/person/_MatchesSourceConfidence.py, src/gen/filters/rules/person/_MissingParent.py, src/gen/filters/rules/person/_MultipleMarriages.py, src/gen/filters/rules/person/_NeverMarried.py, src/gen/filters/rules/person/_NoBirthdate.py, src/gen/filters/rules/person/_NoDeathdate.py, src/gen/filters/rules/person/_PeoplePrivate.py, src/gen/filters/rules/person/_PeoplePublic.py, src/gen/filters/rules/person/_PersonWithIncompleteEvent.py, src/gen/filters/rules/person/_ProbablyAlive.py, src/gen/filters/rules/person/_RegExpIdOf.py, src/gen/filters/rules/person/_RegExpName.py, src/gen/filters/rules/person/_RelationshipPathBetween.py, src/gen/filters/rules/person/_RelationshipPathBetweenBookmarks.py, src/gen/filters/rules/person/_SearchName.py, src/gen/filters/rules/person/__init__.py, src/gen/filters/rules/place/Makefile.am, src/gen/filters/rules/place/_AllPlaces.py, src/gen/filters/rules/place/_ChangedSince.py, src/gen/filters/rules/place/_HasGallery.py, src/gen/filters/rules/place/_HasIdOf.py, src/gen/filters/rules/place/_HasNoLatOrLon.py, src/gen/filters/rules/place/_HasNote.py, src/gen/filters/rules/place/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/place/_HasNoteRegexp.py, src/gen/filters/rules/place/_HasPlace.py, src/gen/filters/rules/place/_HasReferenceCountOf.py, src/gen/filters/rules/place/_InLatLonNeighborhood.py, src/gen/filters/rules/place/_MatchesEventFilter.py, src/gen/filters/rules/place/_MatchesFilter.py, src/gen/filters/rules/place/_PlacePrivate.py, src/gen/filters/rules/place/_RegExpIdOf.py, src/gen/filters/rules/place/__init__.py, src/gen/filters/rules/repository/Makefile.am, src/gen/filters/rules/repository/_AllRepos.py, src/gen/filters/rules/repository/_ChangedSince.py, src/gen/filters/rules/repository/_HasIdOf.py, src/gen/filters/rules/repository/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/repository/_HasNoteRegexp.py, src/gen/filters/rules/repository/_HasReferenceCountOf.py, src/gen/filters/rules/repository/_HasRepo.py, src/gen/filters/rules/repository/_MatchesFilter.py, src/gen/filters/rules/repository/_MatchesNameSubstringOf.py, src/gen/filters/rules/repository/_RegExpIdOf.py, src/gen/filters/rules/repository/_RepoPrivate.py, src/gen/filters/rules/repository/__init__.py, src/gen/filters/rules/source/Makefile.am, src/gen/filters/rules/source/_AllSources.py, src/gen/filters/rules/source/_ChangedSince.py, src/gen/filters/rules/source/_HasGallery.py, src/gen/filters/rules/source/_HasIdOf.py, src/gen/filters/rules/source/_HasNote.py, src/gen/filters/rules/source/_HasNoteMatchingSubstringOf.py, src/gen/filters/rules/source/_HasNoteRegexp.py, src/gen/filters/rules/source/_HasReferenceCountOf.py, src/gen/filters/rules/source/_HasRepository.py, src/gen/filters/rules/source/_HasRepositoryCallNumberRef.py, src/gen/filters/rules/source/_MatchesFilter.py, src/gen/filters/rules/source/_MatchesRepositoryFilter.py, src/gen/filters/rules/source/_MatchesTitleSubstringOf.py, src/gen/filters/rules/source/_RegExpIdOf.py, src/gen/filters/rules/source/_SourcePrivate.py, src/gen/filters/rules/source/__init__.py, src/gen/plug/report/utils.py, src/gui/Makefile.am, src/gui/__init__.py, src/gui/filtereditor.py, src/gui/filters/Makefile.am, src/gui/filters/_FilterComboBox.py, src/gui/filters/_FilterMenu.py, src/gui/filters/_FilterStore.py, src/gui/filters/_SearchBar.py, src/gui/filters/__init__.py, src/gui/filters/sidebar/Makefile.am, src/gui/filters/sidebar/_CitationSidebarFilter.py, src/gui/filters/sidebar/_EventSidebarFilter.py, src/gui/filters/sidebar/_FamilySidebarFilter.py, src/gui/filters/sidebar/_MediaSidebarFilter.py, src/gui/filters/sidebar/_NoteSidebarFilter.py, src/gui/filters/sidebar/_PersonSidebarFilter.py, src/gui/filters/sidebar/_PlaceSidebarFilter.py, src/gui/filters/sidebar/_RepoSidebarFilter.py, src/gui/filters/sidebar/_SidebarFilter.py, src/gui/filters/sidebar/_SourceSidebarFilter.py, src/gui/filters/sidebar/__init__.py, src/gui/makefilter.py, src/gui/plug/_guioptions.py, src/gui/selectors/baseselector.py, src/gui/views/listview.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportVCalendar.py, src/plugins/gramplet/Filter.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/quickview/SameSurnames.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/TagReport.py, src/plugins/tool/EventCmp.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: GEPS008: Re-structure filter files svn: r19638 2012-05-24 Doug Blank * src/data/templates/view_name_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: I believe that all Person, Name, and Surname editing is done svn: r19637 2012-05-24 Zdeněk Hataš * po/cs.po: czech translation update svn: r19636 2012-05-24 Doug Blank * src/gen/proxy/proxybase.py: map objects need a db field svn: r19634 2012-05-24 Doug Blank * src/data/templates/view_name_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_surname_detail.html, src/webapp/grampsdb/views.py, src/webapp/libdjango.py: Editing of Person, Name, and surname is nearly complete (need to fix adding second name) svn: r19633 2012-05-23 Nick Hall * src/gen/db/upgrade.py, src/gui/views/tags.py, src/plugins/tool/NotRelated.py, src/plugins/tool/TestcaseGenerator.py: 5752: Store tag names as unicode svn: r19631 2012-05-22 Paul Franklin * src/gen/plug/docgen/stylesheet.py, src/gui/plug/report/_styleeditor.py: put style names in alphabetical order svn: r19628 2012-05-22 Paul Franklin * src/gen/utils/configmanager.py: 5718: crashes on startup svn: r19624 2012-05-22 Paul Franklin * src/gen/plug/report/_options.py: 5755: some report "custom paper" sizes are saved incorrectly svn: r19623 2012-05-22 Paul Franklin * src/plugins/BookReport.py: 5754: the book report's "edit" dialog should allow book selection svn: r19621 2012-05-22 Paul Franklin * src/plugins/lib/libcairodoc.py: 5727: some PDF book reports have extra blank pages between them svn: r19619 2012-05-22 Stéphane Charette * NEWS: 3.4.0 news svn: r19617 2012-05-21 Doug Blank * src/data/templates/view_name_detail.html, src/data/templates/view_surname_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/urls.py: Editing name done; working on surname svn: r19612 2012-05-20 Doug Blank * src/data/templates/view_name_detail.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/urls.py: Working on name editing with refactor svn: r19610 2012-05-20 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_person_detail.html, src/webapp/grampsdb/views.py, src/webapp/libdjango.py, src/webapp/urls.py: refactoring for view, add, edit, delete, save, and create svn: r19609 2012-05-20 Jérôme Rapinat * setup.py: 'images/splash.jpg' is missing svn: r19608 2012-05-20 Nick Hall * setup.py: Tidy up code setting permissions svn: r19606 2012-05-20 Nick Hall * setup.py: Use logging rather than print statements svn: r19605 2012-05-20 Rob G. Healey * setup.py: Added eXecute bit on gramps script file and set mode 777 on build directory after installation so that the normal user can delete it. svn: r19604 2012-05-20 Rob G. Healey * setup.cfg: Removed section [bdist_rpm] from setup.cfg file as it is being deprecated anyways. svn: r19603 2012-05-19 Nick Hall * MANIFEST.in, setup.cfg, setup.py: Add files to test python distribution utilities (distutils) svn: r19597 2012-05-19 Jérôme Rapinat * po/nl.po: 5750: Dutch typos (contribution by 'ennoborg') svn: r19596 2012-05-19 Doug Blank * src/ExportOptions.py: 5279: i can't export my database svn: r19592 2012-05-19 Doug Blank * src/webapp/libdjango.py: Completed get_raw for all objects svn: r19591 2012-05-19 Doug Blank * src/webapp/libdjango.py, src/webapp/shell.py: dji.rebuild_cache(item) where item is Person; need rest of items svn: r19590 2012-05-19 Doug Blank * src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/webapp/grampsdb/views.py, src/webapp/utils.py: Only superusers can edit/add; registered users can see all data svn: r19589 2012-05-19 Doug Blank * src/webapp/Makefile, src/webapp/empty.sql, src/webapp/example.sql, src/webapp/grampsdb/views.py, src/webapp/init.py: Added sitename to Config; updated sample DBs svn: r19588 2012-05-19 Stéphane Charette * NEWS: 3.3.2 news also commited in trunk svn: r19586 2012-05-18 Doug Blank * src/data/templates/browse_page.html, src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/user_page.html, src/data/templates/view_detail_page.html, src/data/templates/view_page.html, src/data/templates/view_page_detail.html, src/webapp/grampsdb/views.py: added sitename to templates, temporarily hardcoded in views.py; should come from config svn: r19579 2012-05-18 Doug Blank * src/plugins/import/ImportCsv.py: Removed ErrorDialog svn: r19578 2012-05-18 Doug Blank * src/webapp/Makefile: Don't crash if no sqlite.db svn: r19577 2012-05-18 Doug Blank * src/webapp/Makefile: make example svn: r19576 2012-05-18 Doug Blank * src/webapp/Makefile, src/webapp/example.sql: make example; new example.sql svn: r19575 2012-05-18 Doug Blank * src/webapp/grampsdb/views.py: Use correct User() for server svn: r19574 2012-05-18 Doug Blank * src/webapp/Makefile: Change order of targets in Makefile svn: r19573 2012-05-18 Doug Blank * src/webapp/grampsdb/views.py: import/export updates; all appear to work on web svn: r19569 2012-05-18 Doug Blank * src/cli/user.py: Removed extra text svn: r19568 2012-05-18 Doug Blank * src/ExportAssistant.py, src/cli/arghandler.py, src/cli/user.py, src/gen/plug/_export.py, src/gui/dbman.py, src/gui/user.py, src/gui/viewmanager.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py, src/webapp/reports.py: 5746: Use the new User classes for Importers and Exporters svn: r19567 2012-05-17 Doug Blank * src/cli/user.py, src/gui/user.py, src/plugins/lib/libgedcom.py: 5746: Use the new User classes for Importers; fixed Gedcom import; added user.info() svn: r19561 2012-05-17 Doug Blank * src/cli/arghandler.py, src/cli/clidbman.py, src/cli/user.py, src/gen/plug/_import.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/user.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGedcom.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportGpkg.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/webapp/reports.py: 5746: Use the new User classes for Importers svn: r19560 2012-05-17 Doug Blank * src/webapp/Makefile: Make an empty base sqlite db quickly svn: r19557 2012-05-17 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_family_detail.html, src/data/templates/view_person_detail.html: css adjustments to make look good svn: r19556 2012-05-17 Doug Blank * src/data/templates/gramps-base.html: Adjust header on screen (-30px); copyright to 2012; margin of header to left svn: r19554 2012-05-17 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_report_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_surname_detail.html, src/data/templates/view_tag_detail.html, src/webapp/grampsdb/models.py, src/webapp/shell.py: Main html table set to 90%; order of choices is based on numeric in Django svn: r19552 2012-05-17 Michiel Nauta * src/gen/db/write.py: Add warning on db env opening failure svn: r19551 2012-05-17 Doug Blank * src/webapp/dbdjango.py, src/webapp/empty.sql, src/webapp/reports.py, src/webapp/shell.py: gedcom import works on-line svn: r19546 2012-05-16 Doug Blank * src/webapp/dbdjango.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/grampsdb/views.py, src/webapp/init.py: Brought json initial data up to date; fixed addition of transaction to database; added gramps_id to reports; can now import gedcom on-line again svn: r19545 2012-05-16 Doug Blank * src/data/templates/view_person_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py: Proper editing of person, name, surname; fixed default types svn: r19544 2012-05-16 Doug Blank * src/data/templates/view_person_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Working on name_origin_type svn: r19541 2012-05-16 Doug Blank * src/webapp/grampsdb/forms.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Can now edit a person svn: r19540 2012-05-16 Serge Noiraud * src/plugins/lib/maps/Makefile.am: Geography : forgot to modify Makefile.am svn: r19539 2012-05-16 Serge Noiraud * src/plugins/view/Makefile.am, src/plugins/view/geography.gpr.py, src/plugins/view/geomoves.py: Geography : Adding a new view : all places visited by one person and his descendants and this by generation. svn: r19538 2012-05-16 Serge Noiraud * src/plugins/lib/maps/datelayer.py, src/plugins/lib/maps/osmGps.py: Geography : add a new layer to display dates on the map svn: r19537 2012-05-16 Doug Blank * src/webapp/grampsdb/views.py, src/webapp/utils.py: Making progress on person edit svn: r19535 2012-05-15 Doug Blank * src/data/templates/view_surname_detail.html: New template for surname editing svn: r19533 2012-05-15 Doug Blank * src/webapp/grampsdb/forms.py, src/webapp/grampsdb/views.py: prefix/suffix updates; working on editing person svn: r19532 2012-05-15 Doug Blank * src/data/templates/view_person_detail.html: get_focus on view_person_detail svn: r19531 2012-05-15 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_name_detail.html: get_focus changes svn: r19530 2012-05-15 Doug Blank * src/webapp/utils.py: Extension to render to rename id svn: r19529 2012-05-15 Doug Blank * src/data/templates/paginator.html: paginator text to buttons svn: r19528 2012-05-15 Doug Blank * src/data/templates/view_name_detail.html, src/data/templates/view_person_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/views.py, src/webapp/urls.py, src/webapp/utils.py: Links as buttons; working on finishing person and name editing svn: r19526 2012-05-15 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added conditional to check for exiv2 is insalled or not? svn: r19522 2012-05-15 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: pylint cleanup; remove unused imports. svn: r19521 2012-05-11 Zdeněk Hataš * po/cs.po: czech translation update svn: r19500 2012-05-11 Nick Hall * configure.in, po/en_GB.po, po/gramps.pot: Add English (British) translation svn: r19499 2012-05-11 Doug Blank * src/gen/proxy/proxybase.py: Fix proxy to implement all functionality to use correctly as a real Gramps database svn: r19498 2012-05-11 Doug Blank * src/DbState.py: Allow a proxy to be used on dbstate.db svn: r19497 2012-05-11 Doug Blank * src/Simple/_SimpleTable.py: Fix filter by name svn: r19496 2012-05-11 Doug Blank * src/plugins/export/ExportCsv.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportXml.py: Proxies not needed svn: r19493 2012-05-11 Zdeněk Hataš * po/cs.po: czech translation update svn: r19491 2012-05-11 Serge Noiraud * src/plugins/view/geoclose.py, src/plugins/view/geofamclose.py: Geography : add and modify some texts. svn: r19490 2012-05-10 Nick Hall * src/gen/plug/docgen/graphdoc.py, src/gui/configure.py, src/gui/plug/_guioptions.py, src/gui/utils.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVRelGraph.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libnarrate.py, src/plugins/tool/Rebuild.py, src/plugins/tool/tools.gpr.py: Change English spellings to American spellings svn: r19487 2012-05-10 Peter Landgren * po/sv.po: Swedish translation uppdated. svn: r19485 2012-05-10 Peter Landgren * po/POTFILES.in: Updated. svn: r19484 2012-05-10 Peter Landgren * src/Filters/Rules/Person/Makefile.am: Updated. svn: r19483 2012-05-10 Doug Blank * src/Filters/Rules/Person/_IsDescendantFamilyOfFilterMatch.py, src/Filters/Rules/Person/__init__.py: New filter: Descendant Familes of filter match svn: r19481 2012-05-07 Serge Noiraud * src/plugins/lib/maps/lifewaylayer.py: Geography : bad color assignment when several life ways. svn: r19463 2012-05-07 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/lifewaylayer.py: Geography : I finaly catch this problem : autozoom the first time we click on the map. svn: r19461 2012-05-06 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r19456 2012-05-06 Michiel Nauta * src/plugins/tool/Verify.py: 5676: Crashed when verifying data svn: r19451 2012-05-05 Peter Landgren * po/sv.po: Finally translation of name display editor is OK. svn: r19442 2012-05-04 Craig J. Anderson * src/plugins/drawreport/DescendTree.py: Simple update to help bookreport messages when running this report. svn: r19438 2012-05-03 Serge Noiraud * src/plugins/lib/maps/lifewaylayer.py: Geography : remove useless statement svn: r19432 2012-05-03 Craig J. Anderson * src/plugins/drawreport/DescendTree.py: Fixed a small error were if you added a Descendent Chart, you were given three option for a title. Only the first two should be available. svn: r19429 2012-05-01 Peter Landgren * src/plugins/view/Makefile.am: geofamclose.py was missing. svn: r19425 2012-05-01 Doug Blank * src/webapp/settings.py: Changes for Django 1.4 svn: r19424 2012-05-01 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r19420 2012-04-30 Doug Blank * src/plugins/gramplet/StatsGramplet.py, src/plugins/quickview/FilterByName.py, src/plugins/textreport/Summary.py: 5708: Confusing results with statistic gramplet and filter; fixes suggested by PeterL's patch svn: r19415 2012-04-30 Doug Blank * src/Filters/Rules/Person/_IncompleteNames.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/quickview/FilterByName.py: 5708: Confusing results with statistic gramplet and filter; fixes suggested by PeterL's patch svn: r19414 2012-04-30 Doug Blank * src/Filters/Rules/Person/_IncompleteNames.py: 5708: Confusing results with statistic gramplet and filter; fix based on PeterL's suggestion svn: r19413 2012-04-30 Doug Blank * src/plugins/quickview/FilterByName.py: Show actual name which has missing part svn: r19410 2012-04-30 Doug Blank * src/Simple/_SimpleTable.py: Fixed bug in allowing links via list svn: r19409 2012-04-29 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: Fixed an error where a function was not passed svn: r19406 2012-04-29 Doug Blank * src/plugins/gramplet/StatsGramplet.py: Error in logic svn: r19405 2012-04-29 Serge Noiraud * src/plugins/view/geoclose.py, src/plugins/view/geoevents.py, src/plugins/view/geofamclose.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: Geography : not all places shown in the status bar when the mouse is over one marker. crash when we change the map provider in geoplace. change the icon for geoclose. svn: r19404 2012-04-29 Serge Noiraud * src/plugins/lib/maps/geography.py: Geography : not all places shown in the status bar when the mouse is over one marker. svn: r19403 2012-04-29 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r19399 2012-04-28 Doug Blank * src/webapp/grampsdb/views.py: Protection for names with no primary name set svn: r19397 2012-04-28 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/paginator.html: Bring up to date with Narrative web CSS svn: r19396 2012-04-28 Michiel Nauta * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css: 5691: narrative web site regression: blank line svn: r19395 2012-04-28 Doug Blank * : Image was wrong size for recent Narrative Web svn: r19392 2012-04-27 Serge Noiraud * src/plugins/lib/maps/lifewaylayer.py, src/plugins/view/geofamclose.py, src/plugins/view/geography.gpr.py: Geography : geofamclose : Have these two families been able to meet? svn: r19389 2012-04-27 Serge Noiraud * src/plugins/view/geoclose.py: Geography : crash with geoclose when we change the database. svn: r19388 2012-04-25 Serge Noiraud * src/plugins/lib/maps/osmGps.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: Geography : force to redraw the layers when we change the map provider. svn: r19386 2012-04-24 Serge Noiraud * src/plugins/lib/maps/lifewaylayer.py, src/plugins/view/geoclose.py: Geography : geoclose : better way to show meeting zone. svn: r19382 2012-04-22 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: {} groups were simply forgotten about if they did not contain a variable that printed. This does not allow {...}<..>{...} as the separator will print depending on what is on the other side of the groups. updated the code to add a 'non printed variable' code in place of the group when it does not print. So groups are now treated like regular variables. svn: r19375 2012-04-20 Mirko Leonhäuser * po/de.po: fixed corrupted po file svn: r19370 2012-04-20 Paul Franklin * src/DateHandler/_DateParser.py, src/Filters/SideBar/_CitationSidebarFilter.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/Merge/test/merge_ref_test.py, src/ScratchPad.py, src/gen/lib/datebase.py, src/gui/dbguielement.py, src/gui/editors/editattribute.py, src/gui/editors/editlink.py, src/gui/editors/editlocation.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_styleeditor.py, src/gui/widgets/menutoolbuttonaction.py, src/gui/widgets/toolcomboentry.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PluginManagerGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/ToDoGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/graph/GVRelGraph.py: typos svn: r19368 2012-04-20 Vassilii Khachaturov * po/ru.po: More Russian translation. svn: r19367 2012-04-19 Mirko Leonhäuser * po/de.po: update german translation svn: r19365 2012-04-19 Tim G L Lyons * src/gui/editors/editnote.py: 0005687: Can't delete a note, which is a citation. svn: r19363 2012-04-19 Serge Noiraud * src/plugins/view/geoclose.py: Geography : initialization problem in geoclose. svn: r19360 2012-04-19 Jérôme Rapinat * po/gramps: 5621: minor update on references svn: r19359 2012-04-19 Jérôme Rapinat * src/ExportAssistant.py, src/Utils.py, src/cli/clidbman.py, src/gen/plug/utils.py, src/gramps.py, src/gui/makefilter.py, src/gui/plug/_guioptions.py: Use named_arguments for translators (patch by MathieuMD) svn: r19358 2012-04-19 Jérôme Rapinat * src/plugins/tool/PopulateSources.py: do not need to translate PopulateSources debug tool (patch by MathieuMD), see devel mailing list svn: r19354 2012-04-18 Serge Noiraud * src/plugins/view/geoclose.py: Geography : markers were insensitive for the reference person in geoclose svn: r19353 2012-04-18 Jérôme Rapinat * po/POTFILES.in, src/Filters/Rules/_IsPrivate.py, src/gen/db/upgrade.py: translation issues (patch by MathieuMD), see devel mailing list svn: r19352 2012-04-18 Serge Noiraud * src/plugins/view/geoclose.py: Geography : Add the possibility to select the size of the meeting zone with the plugin configuration button. You can see the area where they been able to meet. Add the reference person choice with the right button. Change the text position. svn: r19351 2012-04-18 Serge Noiraud * src/plugins/lib/maps/lifewaylayer.py: Geography : add the possibility to have a meeting zone and not exactly one meeting place. svn: r19350 2012-04-16 Nick Hall * src/gui/views/tags.py: 5655: Fix warnings when tags have duplicate names svn: r19344 2012-04-15 Gary Burton * src/ScratchPad.py: Fix crash when copying family objects to the clipboard svn: r19339 2012-04-15 Mirko Leonhäuser * po/de.po: typo fixing svn: r19337 2012-04-14 Mirko Leonhäuser * po/de.po: update german translation svn: r19330 2012-04-14 Jérôme Rapinat * po/POTFILES.in, src/plugins/gramplet/Makefile.am, src/plugins/view/Makefile.am: update Makefile.am and POTFILES.in svn: r19329 2012-04-14 Michiel Nauta * src/Utils.py, src/gen/lib/tagbase.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/tool/Check.py: 5466: On import and Check and Repair need to check references to absent objects svn: r19328 2012-04-14 Jérôme Rapinat * src/plugins/gramplet/bottombar.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/placetreeview.gpr.py, src/plugins/view/view.gpr.py: move the content of some .gpr.py files into main one for easier maintenance svn: r19325 2012-04-14 Jérôme Rapinat * src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_graphvizreportdialog.py: raw_name = key for style (set into _reportdialog.py or specific categories), report_name = translated filename; need to test output into CLI mode svn: r19324 2012-04-13 Rob G. Healey * configure.in: Updated gramps version to match the change to 3.5.0. svn: r19321 2012-04-13 Rob G. Healey * src/plugins/view/fanchartview.gpr.py, src/plugins/view/htmlrenderer.gpr.py, src/plugins/view/placetreeview.gpr.py: Fixed a few *.gpr.py files up to 3.5. svn: r19320 2012-04-13 John Ralls * src/gui/grampsgui.py: Load a menu accelerator map named gramps.accel if such a file exists in const.DATA_DIR svn: r19318 2012-04-13 Jérôme Rapinat * src/plugins/webreport/WebCal.py: 5654: write all files into one directory for years and months, level issue with NavWeb, patched by MD Nauta svn: r19316 2012-04-13 Jérôme Rapinat * src/plugins/gramplet/bottombar.gpr.py, src/plugins/tool/toolsdebug.gpr.py: version bump; upgrade "gramps_target_version" (part3) svn: r19313 2012-04-13 Zdeněk Hataš * po/cs.po: czech translation update svn: r19312 2012-04-13 Tim G L Lyons * src/plugins/import/ImportGrdb.py: ImportGrdb does not support the latest database format. Adopted suggested solution that the "file association with grdb files perhaps remains but that the importer gives a message to use old version 3.0 to upgrade these old files". svn: r19311 2012-04-12 Tim G L Lyons * example/gramps/example.gramps: Change citation gramps_id to default format svn: r19307 2012-04-11 Serge Noiraud * src/plugins/view/geography.gpr.py: Geography: as geography.gpr.py is only used to load the geography modules if the osmgpsmap library is present, we can force gramps_target_version to the current version of gramps. svn: r19300 2012-04-11 Serge Noiraud * src/plugins/view/geography.gpr.py: Geography : changes to be conform tu the new version : 3.4 -> 3.5 svn: r19299 2012-04-10 John Ralls * mac/gramps.launcher: Bug #5641: Links to other programs don't work svn: r19291 2012-04-10 Jérôme Rapinat * src/plugins/quickview/quickview.gpr.py, src/plugins/rel/relplugins.gpr.py, src/plugins/sidebar/sidebar.gpr.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/tools.gpr.py, src/plugins/view/view.gpr.py, src/plugins/webreport/webplugins.gpr.py, src/plugins/webstuff/webstuff.gpr.py: version bump; upgrade "gramps_target_version" (part2) svn: r19286 2012-04-10 Jérôme Rapinat * src/plugins/bookreport.gpr.py, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/import.gpr.py, src/plugins/lib/libplugins.gpr.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/records.gpr.py: version bump; upgrade "gramps_target_version" (part1) svn: r19285 2012-04-08 Andre Marcelo Varenga * po/pt_BR.po: Update pt_BR translation svn: r19274 2012-04-07 Michiel Nauta * src/Utils.py: 5595: DBError when rebuilding reference maps while Event view row is selected svn: r19271 2012-04-07 Nick Hall * src/config.py, src/gui/filtereditor.py: 5206: Remember size of FilterEditor and EditFilter windows svn: r19266 2012-04-07 Jérôme Rapinat * src/const.py.in: new version number for avoiding conflict with 3.4 features and config keys svn: r19264 2012-04-07 Vassilii Khachaturov * src/plugins/view/geography.gpr.py: geography view plugin: fix l10n call when wrong osmgpsmap version reported (parameters should be substituted only AFTER _() is called) svn: r19263 2012-04-07 Michiel Nauta * src/gen/lib/event.py: is_equal called on handle svn: r19262 2012-04-07 Vassilii Khachaturov * po/ru.po: fuzzies down to 238 from 433 svn: r19260 2012-04-07 Vassilii Khachaturov * po/POTFILES.in: sync POTFILES.in with plugin src dir - rm src/plugins/lib/maps/grampsmaps.py svn: r19259 2012-04-06 Serge Noiraud * src/plugins/view/geoclose.py: Geography : geoclose : incorrect title in selection dialog. svn: r19255 2012-04-06 Serge Noiraud * src/plugins/lib/maps/geography.py: Geography : no initialization for geography_path for new users svn: r19254 2012-04-06 Tim G L Lyons * src/Merge/mergemedia.py, src/Merge/mergenote.py: 0005667: Merging notes with citation references fails (also merge media) svn: r19252 2012-04-06 Vassilii Khachaturov * po/ru.po: POT merge, new translations svn: r19250 2012-04-05 Jérôme Rapinat * po/fr.po: typo on desktop name svn: r19242 2012-04-05 Jérôme Rapinat * data/gramps.desktop.in: 5665: key for Gnome (keep current translations) svn: r19237 2012-04-05 Jérôme Rapinat * data/gramps.desktop.in: 5665: remove old 'X-GNOME-DocPath' key svn: r19236 2012-04-04 Tim G L Lyons * src/Merge/mergecitation.py: 0005656: Error during citation merging. get_confidence_level should be set_confidence_level - the classic single character fix!! svn: r19232 2012-04-04 Jérôme Rapinat * data/gramps.desktop.in: 5665: gramps.desktop file needs to be updated, patch by treacy (debian) svn: r19230 2012-04-03 Rob G. Healey * configure.in, src/images/Makefile.am, src/plugins/lib/maps/Makefile.am, src/plugins/view/Makefile.am, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/javascript/Makefile.am, src/plugins/webstuff/javascript/jquery-1.3.2.min.js, src/plugins/webstuff/javascript/jquery-1.7.1.js, src/plugins/webstuff/javascript/jquery-1.7.1.min.js, src/plugins/webstuff/javascript/jquery-ui-1.7.2.custom.min.js, src/plugins/webstuff/js/Makefile.am, src/plugins/webstuff/js/jquery-1.3.2.min.js, src/plugins/webstuff/js/jquery-1.7.1.js, src/plugins/webstuff/js/jquery-1.7.1.min.js, src/plugins/webstuff/js/jquery-ui-1.7.2.custom.min.js: Changes necessary to get trunk compiled and installable once again. svn: r19215 2012-04-03 Serge Noiraud * src/plugins/lib/maps/lifewaylayer.py, src/plugins/view/geoclose.py: Geography : geoclose : force to show one point in case of multiple events at the same place. svn: r19213 2012-04-03 Serge Noiraud * src/plugins/view/geoclose.py, src/plugins/view/geography.gpr.py: Geography : new geography plugin : geoclose : Have they been able to meet? svn: r19210 2012-04-03 Serge Noiraud * src/plugins/lib/maps/__init__.py, src/plugins/lib/maps/constants.py, src/plugins/lib/maps/dummylayer.py, src/plugins/lib/maps/dummynogps.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py, src/plugins/lib/maps/lifewaylayer.py, src/plugins/lib/maps/osmGps.py, src/plugins/lib/maps/placeselection.py, src/plugins/lib/maps/selectionlayer.py: Geography : reorganization, add a life way layer, some cleaning. svn: r19209 2012-04-03 Jérôme Rapinat * src/plugins/webreport/WebCal.py: 5654#c23595, #5193: should not try to copy a style sheet if 'No style sheet' value is set svn: r19208 2012-04-01 Gary Burton * src/ScratchPad.py: Use replacement refresh_objects method instead of remove_invalid_objects which no longer exists svn: r19202 2012-04-01 Jérôme Rapinat * po/fr.po: 5648: update and review on french translation by Mathieu MD svn: r19198 2012-04-01 Jérôme Rapinat * src/DateHandler/_Date_fr.py: improvements on french date handler (by Mathieu MD) svn: r19195 2012-04-01 Jérôme Rapinat * src/Filters/Rules/_ChangedSinceBase.py, src/Filters/Rules/_Everything.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasCitationBase.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/Filters/Rules/_HasReferenceCountBase.py, src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/_HasSourceCountBase.py, src/Filters/Rules/_HasTagBase.py, src/Filters/Rules/_HasTextMatchingRegexpOf.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_MatchesEventFilterBase.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/Rules/_MatchesSourceConfidenceBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/_RegExpIdBase.py: 5621: my bad, call of label(s) and category is not always the same (consistency on children rules); thanks Tim svn: r19194 2012-04-01 Jérôme Rapinat * src/Filters/Rules/_ChangedSinceBase.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/Filters/Rules/_HasReferenceCountBase.py: 5621: do not need to call gettext if strings are not used and displayed (TODO: check strings used on sidebar filters) svn: r19193 2012-04-01 Jérôme Rapinat * src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasSourceCountBase.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_MatchesEventFilterBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/_RegExpIdBase.py: better fix for rev19169, 19184 (was IndentationErrors) svn: r19192 2012-03-31 Jérôme Rapinat * po/fr.po: 5648: Submiting French translation completed and updated (new file; review by Mathieu MD) svn: r19187 2012-03-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/webstuff.py: Fixed an error where 'Document' was being used as a key for CSS_FILES. It did not exist in webstuff.py. svn: r19186 2012-03-31 Rob G. Healey * src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasSourceCountBase.py, src/Filters/Rules/_MatchesEventFilterBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/_RegExpIdBase.py: Fixed IndentationErrors created from rev19169. It is a major one as it crashes Gramps upon trying to loading. svn: r19183 2012-03-31 Rob G. Healey * src/Filters/Rules/_HasTextMatchingSubstringOf.py: Fixed IndentationError created from rev19169. It is a major one as it crashes Gramps upon trying to loading. svn: r19182 2012-03-31 Rob G. Healey * src/images/Makefile.am: Removing duplicated files that are for the webstuff only and were in that directory too. svn: r19180 2012-03-29 Jérôme Rapinat * po/update_po.py: 5621: cleanup svn: r19170 2012-03-29 Jérôme Rapinat * src/Filters/Rules/_Everything.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasCitationBase.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/_HasSourceCountBase.py, src/Filters/Rules/_HasTagBase.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_IsPrivate.py, src/Filters/Rules/_IsPublic.py, src/Filters/Rules/_MatchesEventFilterBase.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/Rules/_MatchesSourceConfidenceBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/_RegExpIdBase.py: 5621: do not need to call gettext if strings are not used and displayed svn: r19169 2012-03-29 Jérôme Rapinat * po/update_po.py: 5621: alternative to use of 'intltool-extract' svn: r19168 2012-03-26 Nick Hall * src/gui/configure.py: 5443: Change integer entry fields to use spinner controls svn: r19157 2012-03-26 Jérôme Rapinat * po/nl.po: 5532: typo on 'Select Event' string svn: r19155 2012-03-25 Jérôme Rapinat * po/update_po.py: 5621: add a comment about getiterator if python version > 2.6 svn: r19152 2012-03-24 Rob G. Healey * MANIFEST.in, log: Removed the Python DistUtils files since we have a GEPS for it now. svn: r19146 2012-03-24 Rob G. Healey * setup.cfg, setup.py: Removed the Python DistUtils since we have a geps for it now. svn: r19145 2012-03-24 Jérôme Rapinat * src/gen/plug/docgen/graphdoc.py, src/plugins/view/pedigreeview.py: non ASCII characters in a string, see http://www.gramps-project.org/wiki/index.php?title=Coding_for_translation#How_to_allow_translationssvn: r19134 2012-03-24 Jérôme Rapinat * po/fr.po: 5648: plurial for given (names) svn: r19133 2012-03-24 Rob G. Healey * src/gen/plug/docgen/graphdoc.py: Added encoding for this file so that gramps will work. Non-ASCII character '\xe2' in file /home/Frog/Downloads/gramps-3.4.0/gramps/gen/plug/docgen/graphdoc.py on line 67, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details. svn: r19129 2012-03-23 Jérôme Rapinat * src/gen/proxy/living.py: 5081: check and use unfiltered persons on private __is_living (by MD Nauta) svn: r19124 2012-03-23 Jérôme Rapinat * src/gen/plug/docgen/graphdoc.py, src/gui/editors/displaytabs/nameembedlist.py, src/plugins/Records.py, src/plugins/tool/Verify.py, src/plugins/view/pedigreeview.py: 5648: improvements, enhancements, more accurate strings svn: r19120 2012-03-23 Rob G. Healey * src/__init__.py: Added based uppon use of setup.py svn: r19115 2012-03-23 Rob G. Healey * AUTHORS: Re- created the Gramps authors list based upon the src/data/authors.xml. Based upon request from Benny Malengier. svn: r19114 2012-03-22 Mirko Leonhäuser * po/de.po: update german translation svn: r19110 2012-03-22 Jérôme Rapinat * po/fr.po: 5648: review on french translation (by Mathieu MD) svn: r19108 2012-03-20 Jérôme Rapinat * po/update_po.py: 5621: minor change svn: r19104 2012-03-19 Jérôme Rapinat * po/update_po.py: 5621: add '--skip-fuzzy' flag with check_po; try to get correct path for win32 (Peter contribution) svn: r19098 2012-03-19 Jérôme Rapinat * po/update_po.py: 5621: wrong name for msgattrib under Windows OS svn: r19097 2012-03-19 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import: IdMapper can sometimes be passed @F2002@ and sometimes F2002. These were not mapping to the same swapped Gramps Id.(Partly a consequence of revision 19053). svn: r19096 2012-03-19 Jérôme Rapinat * po/sv.po: I forgot to also modify trunk, sorry Peter svn: r19095 2012-03-19 Jérôme Rapinat * po/update_po.py: 5621: quick XML parsing and tool displays more informations svn: r19093 2012-03-19 Peter Landgren * po/sv.po: Fixed a missing word. svn: r19092 2012-03-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#0002738: NarrativeWeb: strange behaviour with alphabet navigation when used with narrow browser window --> has now been fixed. svn: r19089 2012-03-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#0005274: Narweb - Web Link, showing Url --> has now been fixed. svn: r19086 2012-03-18 John Ralls * src/MacTransUtils.py: Bug 5429: Fix typo in MacTranslation.py svn: r19082 2012-03-17 Benny Malengier * src/plugins/view/geoperson.py: 5617: local variable for mother on 'plugins/views/geoperson.py svn: r19077 2012-03-17 Jérôme Rapinat * po/update_po.py: 5621: os.unlink sounds better than 'rm' command svn: r19074 2012-03-16 Jérôme Rapinat * po/update_po.py: 5621: cleanup on 'update_po.py' svn: r19072 2012-03-15 Jérôme Rapinat * setup.py: 2621: webstuff for webreports too svn: r19068 2012-03-15 Jérôme Rapinat * po/gramps, po/update_po.py: 5621: start an alternative tool for translation stuff svn: r19067 2012-03-14 Michiel Nauta * src/plugins/tool/Check.py: 5632: Objects with references to missing tags not fixed by Check and Repair svn: r19066 2012-03-14 Jérôme Rapinat * setup.py: 5621: remove 'extract_messages stuff' svn: r19063 2012-03-14 Jérôme Rapinat * po/update_po.py: 5621: improve update_po.py svn: r19062 2012-03-14 Jérôme Rapinat * po/update_po.py: start to test Rob's command for updating without Makefile and specific class for distutils svn: r19061 2012-03-14 Jérôme Rapinat * setup.py: minor cleanup; no python module on images any more svn: r19060 2012-03-14 Rob G. Healey * po/genpot.sh: Possible translation generator script for use with setup.py. svn: r19059 2012-03-13 Michiel Nauta * src/plugins/tool/Check.py: 5629: Citations with reference to missing note/media not fixed by Check and Repair svn: r19058 2012-03-13 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005608: GEDCOM import ignores leading 0's in INDI ID's svn: r19056 2012-03-13 Tim G L Lyons * src/plugins/export/ExportGedcom.py, src/plugins/lib/libgedcom.py: 0005620: Export name types to GEDCOM. Patch extended following testing against various GEDCOM files from the internet. svn: r19054 2012-03-13 Jérôme Rapinat * setup.py: 5621: improve comment and docstring svn: r19052 2012-03-13 Jérôme Rapinat * setup.py: 5621: minor issue on references for extracting messages svn: r19051 2012-03-12 Jérôme Rapinat * po/update_po.py, setup.py: 5621: cleanup, add an experimental script for merging translations svn: r19050 2012-03-12 Jérôme Rapinat * babel.cfg, setup.cfg, setup.py: 5621: do not need babel dependency svn: r19049 2012-03-12 Jérôme Rapinat * babel.cfg, setup.cfg, setup.py: 5621: typo svn: r19048 2012-03-12 Jérôme Rapinat * babel.cfg, setup.cfg, setup.py: 5621: test for retrieving translated strings (extract glade, xml headers) svn: r19047 2012-03-11 Jérôme Rapinat * data/man/cs/cs.rst, data/man/fr/fr.rst, data/man/nl/nl.rst, data/man/pl/pl.rst, data/man/sv/sv.rst: 5621: remove translated reStructuredText files svn: r19046 2012-03-11 Jérôme Rapinat * setup.py: 5621: typo svn: r19045 2012-03-11 Jérôme Rapinat * setup.py: 5621: missing path for one localized man version svn: r19044 2012-03-11 Jérôme Rapinat * data/man/cs/cs.html, data/man/en.html, data/man/fr/fr.html, data/man/nl/nl.html, data/man/pl/pl.html, data/man/sv/sv.html: 5621: remove html samples for man files, see revision for formating svn: r19043 2012-03-11 Jérôme Rapinat * setup.cfg, setup.py: 5621: cleanup, documented classes svn: r19041 2012-03-10 Mirko Leonhäuser * po/de.po: update german translation svn: r19039 2012-03-10 Jérôme Rapinat * setup.cfg, setup.py: 5621: cleanup svn: r19038 2012-03-10 Jérôme Rapinat * data/man/cs/cs.html, data/man/cs/cs.rst, data/man/en.html, data/man/en.rst, data/man/fr/fr.html, data/man/fr/fr.rst, data/man/nl/nl.html, data/man/nl/nl.rst, data/man/pl/pl.html, data/man/pl/pl.rst, data/man/sv/sv.html, data/man/sv/sv.rst: 5621: try to migrate man files to a more general reStructuredText file format svn: r19037 2012-03-10 Rob G. Healey * src/data/javascript/css/swanky-purse/jquery-ui-1.7.2.custom.css, src/data/javascript/css/swanky-purse/jquery-ui-1.7.3.custom.css, src/data/javascript/index.html, src/data/javascript/js/jquery-1.3.2.min.js, src/data/javascript/js/jquery-ui-1.7.2.custom.min.js, src/plugins/webstuff/index.html: Removed duplicate files that are already in src/plugins/webstuff and its sub-directories. svn: r19036 2012-03-09 Rob G. Healey * data/grampsversion.py, gramps_setup.py: Removed files that I was working on for setup.py because Jerome Rapinat's work was much better and more complete. svn: r19035 2012-03-09 Rob G. Healey * setup.py: Horizontal alignment for better visual effect. svn: r19034 2012-03-09 Jérôme Rapinat * babel.cfg, setup.cfg: try babel frontend for extracting translation strings (python files only) svn: r19033 2012-03-09 Jérôme Rapinat * setup.py: trunk version svn: r19032 2012-03-09 Jérôme Rapinat * MANIFEST.in, babel.cfg, log, setup.cfg, setup.py: 2621: use python-setuptools (draft) svn: r19031 2012-03-09 Jérôme Rapinat * data/man/fr/gramps.1.in: typo (contribution by Alain Aupeix) svn: r19030 2012-03-09 Rob G. Healey * data/grampsversion.py, gramps_setup.py, setup.py: Committing these files as Jerome and I would like to be able to get to use these in this next development version. We are not ready for actual testing though. svn: r19027 2012-03-09 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Adjusted screen width for WebCal pages. svn: r19026 2012-03-09 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Reverted Source Page Citation Referents' Media section. svn: r19025 2012-03-08 Rob G. Healey * src/plugins/webreport/WebCal.py: Moved style sheeta from the styles directory to css so as to match changes to NarrativeWeb. svn: r19024 2012-03-06 John Ralls * src/gui/utils.py: [Bug #5610] Can't launch external viewer due to PATH set by Gramps startup script Hard-code the path to /usr/bin/open in gui/utils.py. Since this is an Apple-only utility and Apple-proprietary, there's no legitimate reason to use a different one. svn: r19023 2012-03-06 Jérôme Rapinat * src/plugins/import/Makefile.am: 5554: 'importgedcom.glade' into plugins.import folder svn: r19019 2012-03-06 Zdeněk Hataš * po/cs.po: czech translation update svn: r19018 2012-03-05 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, src/plugins/import/Makefile.am: 5554: 'importgedcom.glade' used with ANSEL encoding svn: r19017 2012-03-05 Jérôme Rapinat * src/plugins/lib/libsubstkeyword.py: try to avoid key issue en event svn: r19012 2012-03-05 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, src/plugins/export/Makefile.am, src/plugins/import/Makefile.am: 5554: Ignore no more used .glade files on installation and translation svn: r19009 2012-03-05 Jérôme Rapinat * src/plugins/tool/MergeCitations.py: Enable translation on top object svn: r19008 2012-03-04 Jérôme Rapinat * src/plugins/Records.py, src/plugins/records.gpr.py: 5609: Improvements for Records report (by reinhard) svn: r19004 2012-03-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed the Outline Citations display so that it does not do groupings. It still does the groupings if it is in Drop Down mode. svn: r19003 2012-03-03 Jérôme Rapinat * src/ExportOptions.py: Avoid to ignore last characters when we have more than 999 individuals (string length into button). It is not fixed for all cases, only more confort. svn: r19000 2012-03-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Animated-Dropdown.css, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Citations-Animated.css, src/plugins/webstuff/css/Web_Citations-Outline.css, src/plugins/webstuff/css/Web_DropDown-Menus.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/webstuff.py: Added option to choose which layout the user wants for the Source Page Citation Referents section as either Outline or Drop Down. svn: r18997 2012-03-02 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: fixed issues regarding to the other style sheet's navigation menu. svn: r18996 2012-03-02 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005606: GEDCOM import: NOTE_RECORD is not handled properly svn: r18994 2012-03-02 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005605: GEDCOM inport: Embedded from of MULTIMEDIA_LINK in INDIVIDUAL_RECORD does not use IdMapper svn: r18990 2012-03-02 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Extended the minimum height for the SourcePage citation Referents section to make room for the Citations Drop down menu bar if Basic-Blue style sheet is chosen and Drop Down is selected for menu layout. svn: r18985 2012-03-02 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added word Unknown if the date event was missing for SourcePage's Citation Referents section so that there would be at least something to display. svn: r18984 2012-03-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Finished fixing Events drop down in class SourcePage's Citation Referents section, thank you nitin chandha, for all the help in the conditional loops. svn: r18983 2012-02-29 Nick Hall * src/ScratchPad.py: 1446: Fix Clipboard refresh problem svn: r18982 2012-02-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: People Drop Down Citation Referents section is working perfectly now. Thank you, "nitin chadha" for all of your wonderful help. svn: r18980 2012-02-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Animated-Dropdown.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/js/Makefile.am, src/plugins/webstuff/js/jquery-1.7.1.min.js, src/plugins/webstuff/js/jquery-1.7.min.js, src/plugins/webstuff/webstuff.py: AddingAnimated Citations Drop Down back into Gramps for class SourcePage. svn: r18979 2012-02-26 Doug Blank * src/plugins/import/ImportGrdb.py: Missing import svn: r18976 2012-02-24 Tim G L Lyons * src/gui/plug/_windows.py: Disable 'Install Addons' tab in Help->Plugin Manager because it is superseded by the Preferences check for updates features. svn: r18969 2012-02-24 Jérôme Rapinat * data/grampsxml.rng: 5264: missing personref section svn: r18964 2012-02-23 Tim G L Lyons * src/config.py: Change defaults so that new users are not notified about new plugins (before they have even seen the UI). This solves 0004994: Gramp hangs on retriving addons list svn: r18963 2012-02-23 Jérôme Rapinat * po/fr.po: bug: too complicated translated key for displaying title (name); Thanks Serge svn: r18959 2012-02-23 Jérôme Rapinat * src/plugins/tool/MergeCitations.py: grammar improvement svn: r18955 2012-02-22 Serge Noiraud * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb : bug #0005537 : forgot to close the gendex file svn: r18953 2012-02-22 Serge Noiraud * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb : bug #0005537 : Bug creating archive with the option Include Family Map with all places svn: r18951 2012-02-21 Tim G L Lyons * src/plugins/import/ImportXml.py: 0005588: [XML]: Media object handling on citation and private marker on (source reference). Add media object to citation. No change needed for privacy. svn: r18947 2012-02-21 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import: if a default source is created, attached date data for submitters was incorrectly stored as a Date object when it should be text. svn: r18945 2012-02-21 Tim G L Lyons * src/plugins/gramplet/PopulateGramplet.gpr.py, src/plugins/gramplet/PopulateGramplet.py, src/plugins/tool/PopulateSources.py, src/plugins/tool/toolsdebug.gpr.py: Change gramplet to populate database with sources and citations into a tool under the Tools/Debug menu as I should have created it in the first place. This tool is a test/diagnostic tool. svn: r18944 2012-02-20 Fedik * po/uk.po: small translation and uptades svn: r18942 2012-02-20 Jérôme Rapinat * docs/gen/gen_plug.rst: minor improvements for ordering/grouping index (plugins documentation) svn: r18941 2012-02-20 Jérôme Rapinat * docs/api.rst, docs/conf.py, docs/corecli/cli.rst, docs/coregui/gui.rst, docs/gen/gen.rst, docs/gen/gen_plug.rst: update API documentation (3.4) svn: r18938 2012-02-19 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import: error handling code moved to one place (no change to effect) svn: r18935 2012-02-19 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005202: Failed gedcom file import. Dates too far in the future give OverflowError, allow for this exception. svn: r18933 2012-02-19 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import. Fix parsing of ALIA (alias) tag, if it is a reference to another person, store the reference in the association secondary object svn: r18931 2012-02-19 Jérôme Rapinat * src/plugins/tool/MergeCitations.py: use 'ngettext' svn: r18928 2012-02-19 Jérôme Rapinat * src/plugins/tool/MergeCitations.py: typo svn: r18927 2012-02-18 Jérôme Rapinat * po/hu.po: updated Hungarian translation (by Lajos Nemeseri) svn: r18924 2012-02-18 Jérôme Rapinat * docs/gen/gen_lib.rst: try to update API documentation (gen.lib); citations svn: r18923 2012-02-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed get_citation_links(). Thank you for pointting it out to me. Superscript was removed on purpose at it was sticking the reference into the column header row. svn: r18920 2012-02-17 Gary Burton * src/gui/viewmanager.py: Get an instance of GuiPluginManager to report errors loading plugins svn: r18918 2012-02-17 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import: make generated GEDCOM notes monospaced svn: r18917 2012-02-17 Jérôme Rapinat * src/cli/clidbman.py, src/gen/plug/report/utils.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/TimeLine.py, src/plugins/export/ExportVCalendar.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/quickview/all_events.py, src/plugins/quickview/lineage.py, src/plugins/quickview/siblings.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/TagReport.py, src/plugins/tool/EventNames.py, src/plugins/tool/NotRelated.py, src/plugins/webreport/NarrativeWeb.py: 2356: add comments about genitive form issues under some locales svn: r18914 2012-02-17 Jérôme Rapinat * src/ExportOptions.py: 2356: add comments about genitive form issues under some locales svn: r18913 2012-02-17 Nick Hall * src/ImgManip.py: 4774: Bug fix for r17451 svn: r18912 2012-02-17 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template svn: r18910 2012-02-17 Peter Landgren * src/gui/editors/editcitation.py: Fix of two typos. svn: r18908 2012-02-17 Tim G L Lyons * src/plugins/lib/libgedcom.py: Typo (inconsistent warning note titles) svn: r18906 2012-02-17 Tim G L Lyons * src/gen/lib/mediaobj.py, src/plugins/lib/libgedcom.py: GEDCOM Import 0005456: Default log level after installation results in disk being filled on import (various problems manifested by geni.com data) 0005030: Remove warning of libgedcom.py from family tree builder (_UID, RIN, EMAIL and WWW from FTB) 0003553: Import media files from GEDCOM (web located media for geni.com) * Add EMAIl and WWW for RESI events (for FamilyTreeMaker) * Detect missing FORM or FILE for Multimedia objects and produce warning reports (FORM and FILE are mandatory for GEDCOM, but are difficult to locate without messages) (for geni.com imports among others) * Handle multimedia images that are given by web addresses (for geni.com imports among others) * Produce warning reports when DATE, TYPE and PLACe are ignored for the event details of attributes * Handle change date/time on notes (for geni.com imports among others) svn: r18904 2012-02-16 Paul Franklin * src/plugins/docgen/LaTeXDoc.py: 5562: New LaTeXDoc.py -- patch by Harald Rosemann svn: r18901 2012-02-16 Jérôme Rapinat * po/pl.po: update polish translation (by Łukasz Rymarczyk) svn: r18899 2012-02-16 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Modify style elements for class SourcePage's Citations Referents section. svn: r18896 2012-02-16 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_DropDown-Citations.css, src/plugins/webstuff/webstuff.py: Finished working on class SourcePage's Citations Referents section. svn: r18895 2012-02-15 Gary Burton * src/gui/viewmanager.py: Improve error message when a view or plugin fails to load svn: r18892 2012-02-15 Peter Landgren * po/sv.po: First version of Swedish translation of trunk. svn: r18891 2012-02-14 Nick Hall * src/gen/plug/report/_options.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/textreport/AlphabeticalIndex.py, src/plugins/textreport/TableOfContents.py, src/plugins/textreport/textplugins.gpr.py: 5326: Add table of contents and index support for ODF documents svn: r18887 2012-02-14 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, src/gen/lib/person.py: use translated string for custom attribute type after merging svn: r18885 2012-02-14 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: typos svn: r18883 2012-02-14 Jérôme Rapinat * src/gen/lib/person.py: use translated stringfor custom attribute type after merging svn: r18882 2012-02-14 Jérôme Rapinat * po/fr.po, po/gramps.pot, src/plugins/lib/libgedcom.py: 1571: use translated strings svn: r18881 2012-02-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Possible biological, half, and step siblings into NarrativeWeb. svn: r18877 2012-02-13 Nick Hall * src/plugins/docgen/PdfDoc.py: 5326: Bug fix for table of contents and index in pdf reports svn: r18876 2012-02-13 Jérôme Rapinat * src/plugins/lib/libgedcom.py: 1571: use translated strings svn: r18873 2012-02-13 Paul Franklin * src/plugins/textreport/textplugins.gpr.py: typos svn: r18871 2012-02-12 Nick Hall * po/POTFILES.in, src/gen/plug/docgen/textdoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/AlphabeticalIndex.py, src/plugins/textreport/Makefile.am, src/plugins/textreport/TableOfContents.py, src/plugins/textreport/textplugins.gpr.py: 5326: Add Alphabetical Index and Table of Contents generation for pdf reports svn: r18870 2012-02-12 Mirko Leonhäuser * po/de.po: update german translation svn: r18869 2012-02-12 Espen Berg * po/nb.po: Cleaned up a bit in Norwegian bokmål translation. Still a lot to do... svn: r18868 2012-02-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: As there is no time left for code changes, I have reverted changes for bio, half, step- siblings. svn: r18866 2012-02-12 Paul Franklin * src/plugins/docgen/LaTeXDoc.py: 5562: New LaTeXDoc.py -- patch by Harald Rosemann svn: r18864 2012-02-11 Tim G L Lyons * src/plugins/lib/libgedcom.py: Support _MAR as tag for married name for geni.com (similarly to existing _MARNM). This is related to 0005456: Default log level after installation results in disk being filled on import. svn: r18863 2012-02-11 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0003553: Import media files from GEDCOM (part fix). 0005456: Default log level after installation results in disk being filled on import (part fix). Don't give error messages if the imported media file is an http URL (instead of a local file). Note that the double slash in 'http://" is still stored as a single slash. svn: r18862 2012-02-11 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005030: Remove warning of libgedcom.py from family tree builder. Handle RIN and _UID on events. svn: r18861 2012-02-11 Jérôme Rapinat * po/fr.po: update french translation svn: r18859 2012-02-11 Tim G L Lyons * src/plugins/export/ExportGedcom.py: Changes to Export GEDCOM consequent on pylint changes in r18846. svn: r18858 2012-02-11 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template and french translation svn: r18857 2012-02-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Re- added half/ step -siblings back into Narrative Web, wWith Benny Malengier showing the functions to used. svn: r18856 2012-02-10 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005042: Import Gedcom : Address. There can be problems if the place structure creates a main location (any subsequent address structure will overwrite the main location) or if an ADDR tag is encountered before the PLAC tag (the place will create a new place, and the data already created for the ADDR will become an orphan). svn: r18855 2012-02-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Moved javascript files from the js directory to the scripts directory. svn: r18854 2012-02-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Moved stylesheets from styles directory to css directory. svn: r18853 2012-02-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed additional class identifiers so that they would be no possible conflicts. Moved them to the role field instead. svn: r18852 2012-02-10 Josip Pisoj * src/DateHandler/Makefile.am, src/Filters/Makefile.am, src/Filters/Rules/Citation/Makefile.am, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Makefile.am, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Source/Makefile.am, src/Filters/SideBar/Makefile.am, src/GrampsLocale/Makefile.am, src/GrampsLogger/Makefile.am, src/Merge/Makefile.am, src/Simple/Makefile.am, src/cli/Makefile.am, src/cli/plug/Makefile.am, src/gen/Makefile.am, src/gen/db/Makefile.am, src/gen/display/Makefile.am, src/gen/lib/Makefile.am, src/gen/mime/Makefile.am, src/gen/plug/Makefile.am, src/gen/plug/docbackend/Makefile.am, src/gen/plug/docgen/Makefile.am, src/gen/plug/menu/Makefile.am, src/gen/plug/report/Makefile.am, src/gen/proxy/Makefile.am, src/gen/utils/Makefile.am, src/gui/Makefile.am, src/gui/editors/Makefile.am, src/gui/editors/displaytabs/Makefile.am, src/gui/plug/Makefile.am, src/gui/plug/report/Makefile.am, src/gui/selectors/Makefile.am, src/gui/views/Makefile.am, src/gui/views/treemodels/Makefile.am, src/gui/widgets/Makefile.am, src/plugins/Makefile.am, src/plugins/docgen/Makefile.am, src/plugins/drawreport/Makefile.am, src/plugins/export/Makefile.am, src/plugins/gramplet/Makefile.am, src/plugins/graph/Makefile.am, src/plugins/import/Makefile.am, src/plugins/lib/Makefile.am, src/plugins/lib/maps/Makefile.am, src/plugins/mapservices/Makefile.am, src/plugins/quickview/Makefile.am, src/plugins/rel/Makefile.am, src/plugins/sidebar/Makefile.am, src/plugins/textreport/Makefile.am, src/plugins/tool/Makefile.am, src/plugins/view/Makefile.am, src/plugins/webreport/Makefile.am, src/plugins/webstuff/Makefile.am: bug #5554: Automake problem svn: r18851 2012-02-10 Tim G L Lyons * src/plugins/import/ImportGedcom.py: 0003874: ImportGedcom: does not recognise changes to 'preferences.default-source' after startup svn: r18850 2012-02-10 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/cli/plug/__init__.py, src/gen/plug/_docgenplugin.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gen/plug/docgen/Makefile.am, src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/basedoc.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/docgen/indexoptions.py, src/gen/plug/report/Makefile.am, src/gen/plug/report/_options.py, src/gen/plug/report/toc_index.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_reportdialog.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/docgen/docgen.gpr.py, src/plugins/lib/libcairodoc.py: 5326: Revert r18842 svn: r18848 2012-02-10 Paul Franklin * src/plugins/webstuff/js/Makefile.am: 1) add SVN svn:keywords "Id" property if it didn't have it 2) add SVN svn:mime-type "text/plain" property if it didn't have it svn: r18847 2012-02-10 Tim G L Lyons * src/plugins/lib/libgedcom.py: pylint improvements svn: r18846 2012-02-10 Paul Franklin * src/cli/arghandler.py, src/cli/argparser.py, src/const.py.in: 5394: Gramps support for backup/restore of multiple trees needs to be better thought out partial fix (nothing done about media directories); original patch by Doug Blank, then modified by me svn: r18845 2012-02-10 Jérôme Rapinat * po/gramps.pot, src/plugins/lib/libtranslate.py: 5555: Some translation strings should be the same as keys in english (GrampsType classes), detailed reports svn: r18844 2012-02-10 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/cli/plug/__init__.py, src/gen/plug/_docgenplugin.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gen/plug/docgen/Makefile.am, src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/basedoc.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/docgen/indexoptions.py, src/gen/plug/report/Makefile.am, src/gen/plug/report/_options.py, src/gen/plug/report/toc_index.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_reportdialog.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/docgen/docgen.gpr.py, src/plugins/lib/libcairodoc.py: 5326: Add Alphabetical Index and Table of Contents generation for pdf reports svn: r18842 2012-02-10 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0002172: Warnings on GEDCOM import. Improve compatibility with standard GEDCOM. Issue warning if both ADDR and ADR1 are supplied, as only one is stored. Store attributes more consistently: store person RIN and REFN:TYPE. Store family REFN:TYPE and RIN. Store source RIN. Fix parsing of HEAD, so that detection and storing of software product and version is not dependant on the sequence in which the tags are encountered. Fix processing of 'Submitter' so that if more than one, the correct one is stored as the researcher. Issue warning when various elements are ignored. Fix level of parsing of top level notes. Also process more of the HEAD header so that if the option for adding a default source on import is set, most of the header is stored as attributes etc. of the default source (the submitter(s) are stored as repositories). svn: r18841 2012-02-09 Zdeněk Hataš * po/cs.po: czech translation update svn: r18840 2012-02-09 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/js/Makefile.am, src/plugins/webstuff/js/jQuery-1.7.1.js, src/plugins/webstuff/js/jquery-1.7.1.js, src/plugins/webstuff/js/jquery-1.7.min.js, src/plugins/webstuff/webstuff.py: Some re-workings on the SourcePage Citations section: Look at the Drop Down menu options using Basic-Blue and Visually style sheets. svn: r18839 2012-02-08 Mirko Leonhäuser * po/de.po: update german translation svn: r18838 2012-02-08 Rob G. Healey * src/plugins/webstuff/css/Web_DropDown-Citations.css: Replaced Drop Down Citations with Drop Down Animated Citations. svn: r18837 2012-02-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed and remove database objects that are not in the report database for class SourcePage's Citation Referents. svn: r18836 2012-02-07 Rob G. Healey * src/plugins/webstuff/Makefile.am, src/plugins/webstuff/js/Makefile.am: Added Makefile.am to webstuff/js directory to allow this directory to become part of the Gramps autotools build. svn: r18835 2012-02-07 Rob G. Healey * configure.in, src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/js/jQuery-1.7.1.js, src/plugins/webstuff/webstuff.py: Updated the jquery javascript library up to version 1.7.1. svn: r18834 2012-02-07 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css: Modified all style sheets to match changes made in SourcePage Citation Referents section. svn: r18833 2012-02-06 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0001571: Option on import to preserve Non-standard data from GEDCOM files (currently discarded without notice). Change the generated NoteType to GEDCOM import. svn: r18832 2012-02-06 Gary Burton * src/Sort.py: Remove redundant variable from by_event_id_key svn: r18830 2012-02-06 Gary Burton * src/Sort.py: Fix by_event_place_key to use correct locale method svn: r18829 2012-02-05 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import remove debug outputs (also a few extra comments) svn: r18827 2012-02-05 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005553: GEDCOM import does not import references to repositories. rid_map was not being used. Also removed redundant code in __find_or_create_repository() svn: r18826 2012-02-05 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import. Minor fix for reporting of top level errors. svn: r18825 2012-02-05 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEDCOM import. Fix handling of notes. Notes could get duplicate Gramps IDs. If a note was going to be assigned the next Gramps ID, then there was no check whether the Gramps ID had already been allocated to a note that had been encountered as a linked note, but not yet committed. Also handle change date and time for notes. Also media objects attached to a source citation were parsed with the wrong level, so they swallowed the following tags (this had been a problem with the previous source references processing). svn: r18824 2012-02-05 Gary Burton * src/Sort.py: Ensure dates are sorted by key. Bug #5493 svn: r18822 2012-02-05 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Complete re- write of SourcePage Citation Referents section. It now works correctly and the web page source layout is also correct, which afects the page layout. svn: r18821 2012-02-03 Zdeněk Hataš * po/cs.po: czech translation update svn: r18819 2012-02-03 Tim G L Lyons * src/plugins/lib/libgedcom.py: GEPS 023: Citations: GEDCOM import was not working if Preferences->General->'Add default source on import' was set. svn: r18818 2012-02-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_DropDown-Menus.css: Fixed issue on SourcePage Citation Referents not displaying the person's name. svn: r18817 2012-02-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed hyperlinks for person and media links in the SourcePage Citation Referents section. svn: r18816 2012-02-02 Tim G L Lyons * src/plugins/lib/libgedcom.py: Added a report for GEDCOM import showing lines that were not imported, and build notes containing the unimported data. The notes are attached, where possible, to appropriate objects. This resolves the following two issues: 0001371: source record ignores useful DATA block 0001571: Option on import to preserve Non-standard data from GEDCOM files (currently discarded without notice) svn: r18815 2012-02-02 Zdeněk Hataš * po/cs.po: czech translation update, typo fixes svn: r18814 2012-02-02 Tim G L Lyons * src/plugins/tool/MergeCitations.py: Changed so that the Merge Citation dialogue box closes on its own when the OkDialog box which reports the number of merges is closed. svn: r18813 2012-02-02 Tim G L Lyons * src/gen/db/upgrade.py: Change to use monospaced font in InfoDialog in upgrade 16 report. (The report was designed for a monospaced font) svn: r18812 2012-02-02 Tim G L Lyons * src/QuestionDialog.py: Add option for monospaced font in InfoDialog svn: r18811 2012-02-02 Zdeněk Hataš * po/cs.po: czech translation update svn: r18809 2012-02-01 Tim G L Lyons * src/plugins/lib/libgedcom.py: Added comments for the level 0 parsing to clarify signposts in the code. svn: r18808 2012-02-01 Jérôme Rapinat * src/plugins/gramplet/FaqGramplet.py: fix a broken url by using sourceforge archives svn: r18807 2012-02-01 Jérôme Rapinat * : use uncompressed .gramps (diff before rev18801) svn: r18806 2012-02-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed all errors that were causing crashes. Thank you for taking the time to point them out to me. svn: r18805 2012-01-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: More update on SourcePage Drop Down Citations Menu. svn: r18804 2012-01-31 Tim G L Lyons * src/plugins/lib/libgedcom.py: 0005501: Gedcom with embedded and linked notes creates duplicate IDs. The translate parameter is removed from IdMapper, so that IDs are always translated. This still means that import attempts to preserve the IDs in the GEDCOM file (unless there are collisions). svn: r18803 2012-01-31 Tim G L Lyons * : Added all possible source citations. These are all related to the home person (a few other items of data also added so the citations can be attached to them). See note with Gramps ID N0015. svn: r18801 2012-01-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed and simplified the Drop Down Navigaton menu, which will also work for the Drop Down SourcePage Citations. svn: r18800 2012-01-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixedclasses FamilyListPage and FamilyPage. svn: r18799 2012-01-30 Jérôme Rapinat * src/plugins/view/view.gpr.py: visual consistency (icons on Sources category) svn: r18798 2012-01-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed class CitationPage as it will not be created after all. svn: r18797 2012-01-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_DropDown-Citations.css, src/plugins/webstuff/css/Web_DropDown-Menus.css, src/plugins/webstuff/webstuff.py: Beginning of work to allow Drop Down menu to work with class SourcePage's Citation Referents section. svn: r18796 2012-01-30 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Clean up work: * Added docstrings where missing... * removed empty lines where needed... * removed whitespace... * changed several variable names svn: r18795 2012-01-29 Michiel Nauta * src/gen/lib/mediaobj.py: 5543: Error on merging media objects svn: r18794 2012-01-29 Michiel Nauta * src/gen/lib/test/merge_test.py: Updated gen/lib/test/merge_test.py svn: r18793 2012-01-29 John Ralls * mac/Info.plist, mac/gramps.bundle, mac/gramps.launcher, mac/launcher.sh: Update mac build files svn: r18791 2012-01-29 John Ralls * mac/gtkrc: Bug 5474: Unicode chars can't display on Mac GTK-OSX port Make Arial Unicode MS the default face for OSX Supports East Asian, Semitic, and European scripts, but not Indic (Hindi, Telugu, Tamil, Thai, etc.). Since Pango's ATSUI backend doesn't support fallback, users of these scripts will have to override the default face in their ~/.gtkrc-2.0 svn: r18790 2012-01-28 Michiel Nauta * src/Filters/Rules/_HasSourceBase.py, src/Filters/SideBar/_SourceSidebarFilter.py: 5536: Abbreviation field in source sidebar filter svn: r18786 2012-01-28 Rob G. Healey * src/plugins/webstuff/css/Makefile.am: Remove Web_Source_Citations.css from src/plugins/webstuff/css/Makefile.am to allow autotools to compile Gramps. svn: r18785 2012-01-28 Rob G. Healey * src/gen/proxy/Makefile.am: Removed referenced.py from the src/gen/proxy directory to allow autotools to compile Gramps. svn: r18784 2012-01-27 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Edit the outline symbols for SourcePage Citation Referents section. svn: r18783 2012-01-27 Rob G. Healey * src/plugins/webstuff/css/Web_Source-Citations.css: Remove unnecessary Style Sheet. svn: r18782 2012-01-27 Gary Burton * src/gen/proxy/__init__.py, src/gen/proxy/referenced.py: Removed referenced proxy in favour of referencedBySelection svn: r18781 2012-01-27 Tim G L Lyons * src/plugins/export/ExportGedcom.py, src/plugins/import/ImportGedcom.py, src/plugins/lib/libgedcom.py: 0002918: Add Gedcom EVENT_TYPE_CITED_FROM and ROLE_IN_EVENT in relation with Source Citation Fields. These are added as data elements with keys EVEN and EVEN:ROLE respectively. svn: r18780 2012-01-27 Jérôme Rapinat * src/images/scalable/Makefile.am: Add missing citation file reference for desktop using svg (installation) svn: r18779 2012-01-27 Jérôme Rapinat * po/fr.po: update french translation svn: r18778 2012-01-27 Jérôme Rapinat * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/da.po, po/eo.po, po/es.po, po/fi.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/tr.po, po/vi.po, po/zh_CN.po: merge some updated translations from 3.3.x to trunk with last template svn: r18777 2012-01-27 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/gramps.pot: run 'po/test/po_test.py'; update template svn: r18776 2012-01-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Moved Home link to the Main line of Drop-Down navigation menu. svn: r18774 2012-01-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Source-Citations.css, src/plugins/webstuff/webstuff.py: Style Sheet that will create the brand new Citations Referents Drop Down menu for class SourcePage for NarrativeWeb. svn: r18773 2012-01-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_DropDown-Menus.css: Moved Contact out to the main line Drop down menu. Clean up of the web page output. svn: r18772 2012-01-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_DropDown-Menus.css, src/plugins/webstuff/webstuff.py: Drop Down Main Navigation Menu is now working... * you will need to choose either Basic-Blue or Visually Style Sheet for this to work. * I could extend this to all Style sheets if it is wanted. svn: r18771 2012-01-25 Tim G L Lyons * src/plugins/docgen/RTFDoc.py: 0005533: RTFDoc produces invalid RTF when bold and normal are mixed in a paragraph. start_bold and end_bold changed to store data in the self.text buffer svn: r18770 2012-01-25 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added NarrativeWeb menu option for Drop Drop Menus. svn: r18769 2012-01-25 Rob G. Healey * src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_DropDown-Menus.css, src/plugins/webstuff/webstuff.py: Adding Cascading Style Sheet for the beginning of HTML5/ CSS3 Drop Down menus option in NarrativeWeb. svn: r18768 2012-01-25 Rob G. Healey * src/images/scalable/Makefile.am: Needed to remove gramps-citation.png from this file to get autotools to work. svn: r18767 2012-01-24 Tim G L Lyons * src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/textdoc.py, src/plugins/docgen/ODFDoc.py: 0005529: Implement clickable links in reports, at least for odf. Implemented for odf output only, using mark.type LOCAL_HYPERLINK and LOCAL_TARGET. svn: r18766 2012-01-24 Tim G L Lyons * src/plugins/docgen/ODFDoc.py, src/plugins/lib/libodfbackend.py: 0005528: ODF output fails validation. Added generation of settings.xml, and fixed illegal characters in style-name svn: r18765 2012-01-24 Paul Franklin * src/plugins/textreport/IndivComplete.py: 5434: Complete Individual report does not display photos with PDF or LaTeX file formats svn: r18764 2012-01-23 Paul Franklin * src/plugins/textreport/IndivComplete.py: 5526: Complete Individual report sometimes has trailing blank page svn: r18763 2012-01-22 Paul Franklin * src/plugins/import/ImportGpkg.py: typo svn: r18762 2012-01-22 Tim G L Lyons * src/images/scalable/gramps-citation.svg, src/images/scalable/gramps-source.svg: GEPS 023: Updates to source and citation icons to make them more tango-like, following suggestion in http://gramps.1791082.n4.nabble.com/Gigantic-Wow-Geps023-large-sources-tp4033527p4036773.htmlsvn: r18761 2012-01-22 Paul Franklin * src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/lib/libcairodoc.py: 5317: Multi-line photo captions are not rendered correctly in output reports patch from Adam Stein svn: r18760 2012-01-21 Jérôme Rapinat * po/pt_BR.po: 5522: Birth abbreviation (contribution by lcc) svn: r18758 2012-01-19 Jérôme Rapinat * src/plugins/export/ExportGedcom.py: 5513: notes on places are not exported svn: r18755 2012-01-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Added code to handle when the event has multiple participants such as a census record. svn: r18753 2012-01-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Created line for Marriage of for Marriage event on new SourcePage. svn: r18752 2012-01-17 Rob G. Healey * src/plugins/webreport/WebCal.py: Added section roles to web output. Modified menu navigation so that it will continue to work with all style sheets. Added ability to have Fade menu if there is only one year being created and only if Blue or Visually is being used. svn: r18751 2012-01-17 Rob G. Healey * src/plugins/webreport/WebCal.py, src/plugins/webstuff/css/Web_Horizontal-Menus.css: Fixed the menu navigation for WebCal since changing it for NarrativeWeb. svn: r18750 2012-01-16 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Work has been done to make this style sheet more compliant with the W3C CSS validation service. svn: r18749 2012-01-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a typo in class MediaPage(). Thank you Tim Lyons for pointing it out to me. svn: r18748 2012-01-15 Michiel Nauta * src/gui/dbman.py: Fix named constant svn: r18747 2012-01-15 Michiel Nauta * src/glade/editldsord.glade: Fix keyboard shortcut svn: r18745 2012-01-14 Gerald Britton * src/plugins/webreport/WebCal.py: Reverting inadvertent changes to WebCal svn: r18744 2012-01-14 Gerald Britton * src/Makefile.am, src/plugins/lib/libhtml.py, src/plugins/webreport/WebCal.py: Change HTML5 support so that pages pass the w3c validator tests svn: r18743 2012-01-14 Gary Burton * README: Add optional pygoocanvas dependency svn: r18742 2012-01-13 Nick Hall * src/gui/views/treemodels/citationtreemodel.py, src/gui/views/treemodels/treebasemodel.py: Tidy up code for secondary object nodes (see r18706) svn: r18740 2012-01-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Reverted Main Navigation Menu back to a two row display if there are more than ten (10) menu items. svn: r18739 2012-01-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Fade-Menus.css, src/plugins/webstuff/webstuff.py: Added a Horizontal Fade-In/ Fade-Out Navigation Menus Style Sheet for use with WebKit Browsers. svn: r18738 2012-01-12 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Vertical-Menus.css, src/plugins/webstuff/webstuff.py: Fixed a type in webstuff.py and a little bit of separation of lines. * Fixed the Vertical menu placement on the page. * Removed margin-top element from Basic-Blue style sheet. svn: r18737 2012-01-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Minor clean up of comments... svn: r18736 2012-01-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed Events for SourcePage and sorted them by event.get_date_object().get_sort_value(). svn: r18735 2012-01-11 Mirko Leonhäuser * po/de.po: updated german translation svn: r18734 2012-01-10 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css, src/plugins/webstuff/css/Web_Vertical-Menus.css: Updated Vertical to handle the new navigation/ alphabet division names. Re- worked the Vertical menu. svn: r18733 2012-01-10 Rob G. Healey * src/plugins/webstuff/css/Web_Horizontal-Menus.css: Increased font size of Navigation menus as it was too tiny to see. svn: r18732 2012-01-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css: Fixed issue in the navigation bar of not showing it horizontally. All style sheets tested and working with menus. svn: r18731 2012-01-09 Paul Franklin * src/plugins/graph/GVFamilyLines.py: warn user if nobody selected svn: r18730 2012-01-09 Michiel Nauta * src/plugins/tool/Check.py: 5397: In "Check & Repair Database" the default path to missing media is always to \gramps\bin svn: r18729 2012-01-09 Michiel Nauta * src/gui/dbman.py: 3435: Deleting Locked Database from Dialog causes database change svn: r18727 2012-01-09 Paul Franklin * src/plugins/textreport/FamilyGroup.py: 5489: some FamilyGroup.py rows have no right border svn: r18726 2012-01-09 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed coding for splitting the navigation menu: based on user screen resolution; instead it will break up the menu based of a screen resolution of 1024 as suggested by Nick Hall in the past. svn: r18725 2012-01-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Beginning of CitationPage has begun. Waiting for comments from Tim Lyons to continue work on it. svn: r18724 2012-01-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Add ability to split the navigation menu if too many items for one line based on screen width. svn: r18722 2012-01-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css: Have done alot of cleanup work on some parts of NarrativeWeb. Complete re-write of class SourcePage. * Style sheets: Noticed that on larger screen widths of more than 1024, that a hard- coded screen width, that the web page is only half the screen or less. Changed screen width to 100% rather than 965px. Might look into removing the hard- coded screen size. * Need to look into changing how many list items are in the navigation menu based on screen width. svn: r18721 2012-01-07 Paul Franklin * src/cli/arghandler.py: typo svn: r18720 2012-01-07 Paul Franklin * src/cli/arghandler.py: better PEP08, shorten some lines svn: r18719 2012-01-07 Jérôme Rapinat * src/const.py.in: now in 2012 svn: r18718 2012-01-07 Tim G L Lyons * src/gui/editors/editcitation.py: 0005351: Focus on event window should be set to "Event type" by default. Discussion also suggests focus for EditSourceRef. This patch applies that focus algorithm to EditCitation, since this, in effect, takes the place of EditSourceRef. svn: r18715 2012-01-06 Tim G L Lyons * src/gui/configure.py: Add ID code for citation object to the preferences dialogue (see posting from Jerome on Gramps Dev mailing list 13 Nov 2011) svn: r18714 2012-01-06 Tim G L Lyons * src/Utils.py, src/gen/lib/repo.py, src/plugins/tool/Check.py, src/plugins/tool/TestcaseGenerator.py: GEPS 023: Updates to Check and Repair, Test Case Generator and repo and Utils Check and Repair tool - new check source and citation reference function, with extensive changes from previous (temporary) check citation references function, - low level in-table duplicate handle check removed as this is superfluous because the main database tables do not use the DB_DUP flag, - Progress meter added for cross table duplicate checking and fixed for all checks, - diagnostic prints added for all checks to indicate success, and for many to indicate details of failures detected. These prints could be simply changed to Log messages if necessary. Comments added to show how checks relate to Test Case Generator test data, - order of checks revised so empty objects are removed first, - fix_encoding of media paths and descriptions modified to remove invalid characters (see change to Utils), - check and remove empty citations added. repo.py remove_citation_references added to fix removal of citations on addresses in Repository records. Utils.py fix_encoding modified to add an option to ignore characters that can't be unicode encoded. TestCaseGenerator - generate families extended to generate family events, - options dialogue updated to reflect available features and to make it clearer, - block transactions options removed as they were by-passed in the code. - progress meter updated to use current function, and to properly update for all options, - signal testing code (that wasn't functional anyway) removed, - tag generating code called when it needed to be, - data error generating code broken up into functions to reflect the functions in the Check and Repair tool that they are designed to test, - various test data functions added for testing cross table duplicates, media encoding errors, missing photos, control characters in notes, empty objects, source and citation references and a few missing broken family links tests, - some fixes for some test cases (check events, person events were marked as birth events) - fix random text so tags don't contain invalid characters and add a styled text option, - ensure that some citations are shared, - remove old redundant commit_transaction function, - media linked to pictures that exist in the Gramps code so that they don't appear as missing images. svn: r18713 2012-01-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed surname list on Citation Referents in Source Pages as per request from Tim Lyons. svn: r18712 2012-01-06 Michiel Nauta * src/gui/plug/_guioptions.py: 5478: Multiline text field in reports dialogs not rendered correctly svn: r18710 2012-01-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fix errors on class SourcePage and write_data_map(). Thank you Tim Lyons for pointing them out to me. svn: r18709 2012-01-06 Paul Franklin * src/plugins/textreport/SimpleBookTitle.py: cope if no image file exists svn: r18708 2012-01-05 Paul Franklin * src/gen/plug/menu/_enumeratedlist.py: better PEP08 formatting, for 18695 svn: r18707 2012-01-05 Nick Hall * src/gui/views/treemodels/citationtreemodel.py, src/gui/views/treemodels/treebasemodel.py: Improve treebasemodel to allow filtering of secondary object nodes. Fix sorting of secondary object nodes. svn: r18706 2012-01-05 Nick Hall * src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py: Remove redundant variable svn: r18705 2012-01-05 Paul Franklin * src/plugins/textreport/BirthdayReport.py: bug #5485 (introduced at rev 18118, for f.r. #5149) svn: r18704 2012-01-05 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Horizontal-Menus.css: Cleanup and consistence cleanup of code. svn: r18703 2012-01-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added a conditional to make sure that there was a citation before creating hyper links. svn: r18702 2012-01-04 Michiel Nauta * src/gui/viewmanager.py, src/plugins/export/ExportPkg.py: 5366: When doing a backup to a non existing directory, the error msg box is unreadable Only the first characters are shown svn: r18700 2012-01-04 Mirko Leonhäuser * po/de.po: updated german translation svn: r18699 2012-01-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Making code changes that will make things more consistent in style. svn: r18697 2012-01-03 Michiel Nauta * src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/attrembedlist.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/displaytabs/ldsembedlist.py, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/displaytabs/notetab.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/personrefembedlist.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/editfamily.py: 5196: When reordering items in a list, make sure selected item is always visible svn: r18696 2012-01-03 Paul Franklin * src/gen/plug/menu/_enumeratedlist.py: clarify error typeout svn: r18695 2012-01-03 Rob G. Healey * src/plugins/webstuff/css/Web_Horizontal-Menus.css: Modified the alphabet menu as it almost had faded into obilivion. Made it more prominent on the pages where it is available. svn: r18694 2012-01-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#5477; Applies to this one also as the same translation issuesw were in here. svn: r18693 2012-01-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed the huge time delay in Creating Event pages. svn: r18691 2012-01-03 Rob G. Healey * src/plugins/webstuff/css/Web_Horizontal-Menus.css: Adjusted the navigation and alphabet menus so as they do not appear so cramped and crowded. svn: r18690 2012-01-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css: Clean up of a lot of code, complete re-do of the navigation and alphabet menus. svn: r18689 2012-01-03 Doug Blank * src/Filters/_GenericFilter.py: 5268: Filters do not work on exporting XML gramps or generating NAVWEB svn: r18688 2012-01-02 Doug Blank * src/config.py, src/gen/lib/familyreltype.py, src/gui/configure.py: 5476: Allow user to set a default relationship type svn: r18687 2012-01-02 Jérôme Rapinat * po/fr.po: revert r18681 svn: r18685 2012-01-02 Jérôme Rapinat * po/fr.po: typo svn: r18684 2012-01-02 Jérôme Rapinat * po/fr.po: typo 'full family name' (pointed out by Alain Aupeix) svn: r18681 2012-01-01 Michiel Nauta * src/gen/db/write.py: 1995: DB remains locked if it is incompatible svn: r18680 2012-01-01 Nick Hall * src/gen/plug/_gramplet.py, src/plugins/gramplet/Attributes.py, src/plugins/gramplet/Backlinks.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/Citations.py, src/plugins/gramplet/Events.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/Notes.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/gramplet/RepositoryDetails.py: 5472: Update gramplets when database changed so that they correctly show if they have data. Also remove superfluous updates. svn: r18679 2012-01-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Adjusted the placement of the progress bar in event_pages() in an attemp to speed up the display of the progress bar. svn: r18677 2012-01-01 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Added text-indent to p#description; ListPage description paragraph. svn: r18676 2012-01-01 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Added style elements into all style sheets. svn: r18675 2012-01-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Added list style types to the list in SourcePage. svn: r18674 2011-12-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: class SourcePage is now ready. svn: r18673 2011-12-31 Nick Hall * src/plugins/view/pedigreeview.py: 5232: Connect database signals using the callback manager svn: r18672 2011-12-31 Michiel Nauta * src/Merge/mergecitation.py, src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py: 5467: Selected object after merger is not always merged object svn: r18669 2011-12-31 Nick Hall * src/plugins/view/pedigreeview.py: 5442: Clear pedigree view when creating new database and the active person is not set svn: r18668 2011-12-31 Jérôme Rapinat * src/Filters/Rules/Person/Makefile.am: 5463: missing _PeoplePublic.py reference svn: r18666 2011-12-31 Jérôme Rapinat * src/Filters/Rules/Makefile.am: 5463: missing _IsPublic.py reference svn: r18665 2011-12-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed two typos in SourcePage. Thank you, Doug Blank, for showing them to me. svn: r18664 2011-12-30 Michiel Nauta * src/plugins/view/pedigreeview.py: 5444: Gramps crashes when using the scroll wheel svn: r18662 2011-12-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: More work as been done on class SourcePage using the new Source/ Citation code that Tim committed. Alphabetizing of the Person referents to a Source has been done but the list is not running correctly yet. svn: r18661 2011-12-29 Michiel Nauta * src/gui/views/tags.py: 5271: Gramps Crashes when trying to change tabs / views svn: r18659 2011-12-29 Paul Franklin * src/plugins/tool/Verify.py: avoid version incompatibility svn: r18658 2011-12-28 Michiel Nauta * src/plugins/view/relview.py: 2276: System themes are not followed (Hard to read) svn: r18657 2011-12-27 Paul Franklin * src/gui/plug/_windows.py: sort the plugins in the first two Help => Plugin Manager tabs svn: r18656 2011-12-25 Michiel Nauta * src/DisplayState.py: 5290: Unhandled exception when merging people svn: r18654 2011-12-25 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added post_init() and updated db_changed(). svn: r18653 2011-12-24 Paul Franklin * src/plugins/rel/rel_ca.py: added SVN "Id" line svn: r18652 2011-12-24 Paul Franklin * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/PlaceReport.py: typos (and one file's SVN properties) svn: r18651 2011-12-23 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a crash in dump_ordinance() where I forgot to remove a variable at line 607/ svn: r18650 2011-12-23 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed some debugging code. svn: r18649 2011-12-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Updated Navigation menu for allowing for more than one row of hyperlinks... svn: r18648 2011-12-21 Paul Franklin * src/cli/user.py, src/gen/user.py, src/gui/user.py: improve CLI "indefinite" progress typeout finish svn: r18647 2011-12-21 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Changed the horizontal placement of the javascript code in the head section of the page. svn: r18646 2011-12-21 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py: Moved javascript map code from src/plugins/lib/libhtmlconst.py to NarrativeWeb. Fixed the single marker PlacePage. svn: r18645 2011-12-20 Michiel Nauta * src/Merge/mergeperson.py: 5410: Merge dialog (context) ignores role on Events section for Person objects svn: r18643 2011-12-20 Gerald Britton * src/plugins/lib/libhtml.py: Update libhtml.py to handle html5 and make html5 the default -- extra stuff svn: r18642 2011-12-20 Gerald Britton * src/plugins/lib/libhtml.py: Update libhtml.py to handle html5 and make html5 the default svn: r18641 2011-12-20 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css: Committing changes only for the purpose of getting help. svn: r18640 2011-12-19 Paul Franklin * src/plugins/drawreport/DescendTree.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/lib/libsubstkeyword.py, src/plugins/lib/libtreebase.py: typos svn: r18639 2011-12-19 Michiel Nauta * src/ExportAssistant.py: 4156: Database export crash because of entagled jpeg libraries svn: r18636 2011-12-19 Mirko Leonhäuser * po/de.po: updated german translation svn: r18634 2011-12-19 Michiel Nauta * src/ScratchPad.py: 5451: 'Clear' clipboard causes crashes svn: r18632 2011-12-19 Jérôme Rapinat * src/glade/styleeditor.glade: 1698: tooltips on buttons (Style Editor on report dialogs) svn: r18631 2011-12-19 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 5433: Wrong url separator in Webreport for some pictures svn: r18629 2011-12-18 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 3903: Message doesn't sound right svn: r18628 2011-12-18 Michiel Nauta * src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/groupembeddedlist.py: 5439: Wrong row when dragging upwards to move items in embedded list svn: r18626 2011-12-18 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: First part of what the Source Pages will look like. I need to make it pretty instead of dirty and unclean. svn: r18625 2011-12-18 Jérôme Rapinat * src/plugins/rel/relplugins.gpr.py: 3954: Language list for rel_de not complete (contribution by Reinhard) svn: r18623 2011-12-18 Jérôme Rapinat * src/plugins/rel/Makefile.am, src/plugins/rel/rel_ca.py, src/plugins/rel/relplugins.gpr.py: 3954: Language list for rel_de not complete; 5438: Relationship calculator for Catalan svn: r18620 2011-12-17 Mirko Leonhäuser * po/de.po: updated german translation svn: r18618 2011-12-17 Paul Franklin * src/Utils.py, src/cli/argparser.py: typos svn: r18617 2011-12-17 Jérôme Rapinat * po/fr.po: update french translation svn: r18612 2011-12-16 Paul Franklin * src/cli/arghandler.py: shorten some lines (better PEP08), translate some strings svn: r18611 2011-12-16 Jérôme Rapinat * src/gui/viewmanager.py: 5392: Addon check type strings are not translatable svn: r18609 2011-12-16 Jérôme Rapinat * src/glade/editcitation.glade: 5301 5320 ATK support; minor accessibility improvement svn: r18607 2011-12-16 Jérôme Rapinat * po/fr.po: minor mnemonic limitation on a non-ASCII capital letter svn: r18606 2011-12-15 Paul Franklin * src/plugins/BookReport.py: add bookname to report_options.xml svn: r18604 2011-12-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Isolate and only place map markers for Birth, Death, Census, Marriage, and Divorce events for the Place and Family Map Pages. svn: r18603 2011-12-15 Rob G. Healey * src/plugins/webstuff/css/narrative-maps.css: Adjusted and cleanup of the Maps style sheet. svn: r18602 2011-12-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css: Completed stylesheet cleanup. svn: r18601 2011-12-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css: Part One of a complete cleanup of Blue stylesheet and navigation menus. svn: r18600 2011-12-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Remove Event and Family media on Individual Pages if the Event and Family pages are already being created. svn: r18599 2011-12-14 Paul Franklin * src/TransUtils.py: cope better when LANG is not set at all svn: r18597 2011-12-14 Jérôme Rapinat * windows/builder/make_launcher.py: update languages list svn: r18596 2011-12-13 Paul Franklin * src/Filters/Rules/Person/_PeoplePublic.py, src/Filters/Rules/_IsPublic.py, src/cli/arghandler.py, src/constfunc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/SimpleBookTitle.py: typos svn: r18594 2011-12-13 Doug Blank * src/webapp/grampsdb/views.py, src/webapp/reports.py: Need to upate cache and probably_alive after edit/import svn: r18593 2011-12-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/narrative-maps.css: Adjusted several style elements for better layout and presentation. svn: r18592 2011-12-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Some cleanup in the Maps. svn: r18591 2011-12-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/narrative-maps.css: Fixed all of the Family and Place Map Pages. svn: r18590 2011-12-13 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_tag_detail.html, src/webapp/grampsdb/views.py, src/webapp/utils.py: Person view details and edit sorta working svn: r18589 2011-12-12 Doug Blank * src/data/templates/detail_breadcrumb.html, src/data/templates/view_citation_detail.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_page.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_report_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_tag_detail.html, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Webapp refinements svn: r18588 2011-12-12 Doug Blank * src/gen/lib/citation.py: Return self from serialize to work with the create method svn: r18587 2011-12-12 Michiel Nauta * src/Filters/SideBar/_SidebarFilter.py, src/Filters/_SearchBar.py, src/gui/dbman.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/grampstab.py, src/gui/editors/displaytabs/surnametab.py, src/gui/filtereditor.py, src/gui/selectors/selectperson.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/widgets/monitoredwidgets.py, src/plugins/tool/RelCalc.py: 5349: Filter and "Quick Filter" are not applied when you press [Enter] svn: r18585 2011-12-12 Doug Blank * src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/data/templates/view_person_detail.html, src/webapp/utils.py: Citation refinements svn: r18584 2011-12-12 Doug Blank * src/data/templates/browse_page.html, src/data/templates/main_page.html, src/webapp/dbdjango.py, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/utils.py: One citation bug fix (typo); change needed due to Django 1.3 security issue re: passing model to function svn: r18583 2011-12-12 Doug Blank * src/data/templates/view_citation_detail.html, src/data/templates/view_citations.html, src/webapp/dbdjango.py, src/webapp/grampsdb/views.py, src/webapp/utils.py: Upgraded Django database to version 15, with citations svn: r18581 2011-12-12 Doug Blank * src/webapp/grampsdb/models.py, src/webapp/libdjango.py: Upgraded database to version 15, with citations svn: r18580 2011-12-11 Tim G L Lyons * src/Lru.py: 0005414: Crash in SourceView. LRU clear does not reset first and last pointers svn: r18579 2011-12-11 Paul Franklin * src/gen/plug/_manager.py: revert 18559 and 18560 svn: r18578 2011-12-11 Doug Blank * src/gen/lib/date.py: 5423: Incorrect age for 'death before XX' svn: r18576 2011-12-11 Mirko Leonhäuser * po/de.po: updated german translation svn: r18574 2011-12-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed missing OpenStreetMap (OSM) map on Place Pages. svn: r18573 2011-12-11 Doug Blank * src/Filters/_FilterParser.py: Added Generic Public and Public People filters (convenience, as you need to make a private filter, and then invert it for this common use) svn: r18572 2011-12-11 Doug Blank * src/Filters/Rules/Person/_PeoplePublic.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_IsPublic.py, src/Filters/Rules/__init__.py: Added Generic Public and Public People filters (convenience, as you need to make a private filter, and then invert it for this common use) svn: r18571 2011-12-11 Doug Blank * src/gui/filtereditor.py: Fixed invalid numbering; also has sequence as logical rule connector svn: r18570 2011-12-11 Doug Blank * src/gen/proxy/proxybase.py: Added missing get_XXX_cursor methods to proxybase svn: r18569 2011-12-10 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py: Minor change to OSM maps in PlacePage and FamilyMap. svn: r18568 2011-12-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Cleanup of class SourcePage. svn: r18567 2011-12-10 Doug Blank * src/gui/widgets/grampletpane.py: 5415: I tried to open/edit an internet link svn: r18566 2011-12-10 Michiel Nauta * src/DateHandler/_DateParser.py: 5422: Error on date entry svn: r18562 2011-12-09 Paul Franklin * src/cli/arghandler.py: handle CLI EOFError svn: r18561 2011-12-09 Paul Franklin * src/gen/plug/_manager.py: enhance error message svn: r18560 2011-12-09 Paul Franklin * src/gen/plug/_manager.py: enhance error message svn: r18559 2011-12-09 Doug Blank * src/cli/clidbman.py, src/gui/dbman.py: Fix bugs in drag-n-drop filenames on dbmanager; allow any URL svn: r18558 2011-12-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed a crash in trying to close the edit window of this gramplet. svn: r18557 2011-12-08 Paul Franklin * src/Filters/__init__.py, src/plugins/docgen/GtkPrint.py: 4646: reports cannot be run from the command line in a non-GUI environment -- partial fix svn: r18556 2011-12-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Adjusted the Creating family pages progress bar. svn: r18555 2011-12-06 Paul Franklin * src/DateHandler/Makefile.am, src/DateHandler/_Date_zh.py, src/Filters/Makefile.am, src/Filters/Rules/Citation/Makefile.am, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Makefile.am, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_IsRelatedWith.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Source/Makefile.am, src/Filters/SideBar/Makefile.am, src/GrampsLocale/Makefile.am, src/GrampsLogger/Makefile.am, src/Merge/Makefile.am, src/Simple/Makefile.am, src/cli/Makefile.am, src/cli/plug/Makefile.am, src/cli/user.py, src/docgen/Makefile.am, src/gen/Makefile.am, src/gen/db/Makefile.am, src/gen/display/Makefile.am, src/gen/lib/Makefile.am, src/gen/mime/Makefile.am, src/gen/plug/Makefile.am, src/gen/plug/docbackend/Makefile.am, src/gen/plug/docgen/Makefile.am, src/gen/plug/menu/Makefile.am, src/gen/plug/report/Makefile.am, src/gen/proxy/Makefile.am, src/gen/user.py, src/gen/utils/Makefile.am, src/gui/Makefile.am, src/gui/editors/Makefile.am, src/gui/editors/displaytabs/Makefile.am, src/gui/plug/Makefile.am, src/gui/plug/report/Makefile.am, src/gui/selectors/Makefile.am, src/gui/user.py, src/gui/views/Makefile.am, src/gui/views/treemodels/Makefile.am, src/gui/widgets/Makefile.am, src/gui/widgets/basicentry.py, src/plugins/Makefile.am, src/plugins/docgen/Makefile.am, src/plugins/drawreport/Makefile.am, src/plugins/export/Makefile.am, src/plugins/gramplet/Makefile.am, src/plugins/graph/Makefile.am, src/plugins/import/Makefile.am, src/plugins/lib/Makefile.am, src/plugins/lib/libmetadata.py, src/plugins/lib/maps/Makefile.am, src/plugins/mapservices/Makefile.am, src/plugins/quickview/Makefile.am, src/plugins/rel/Makefile.am, src/plugins/sidebar/Makefile.am, src/plugins/textreport/Makefile.am, src/plugins/tool/Makefile.am, src/plugins/view/Makefile.am, src/plugins/webreport/Makefile.am, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/images/Makefile.am: for Python files and Makefile.am files in the "src" (only) sub-tree: 1) add SVN svn:keywords "Id" property if it didn't have it 2) add SVN svn:mime-type "text/plain" property if it didn't have it 3) add SVN "Id" line to the file if it had none svn: r18554 2011-12-06 Doug Blank * src/webapp/grampsdb/models.py, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/grampsdb/views.py, src/webapp/settings.py, src/webapp/urls.py, src/webapp/utils.py: Updating to Django 1.3; begin update to Gramps DB version 16 svn: r18553 2011-12-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: Added table to the Family Map Reference section. svn: r18552 2011-12-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: Cleanup of __create_family_map(). Fixed and make it work once again. svn: r18551 2011-12-05 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fixed a minor typo. svn: r18550 2011-12-04 Tim G L Lyons * src/gui/editors/editcitation.py: Fix warning on Cancel and OK in citation editor (now allows empty citation information, and detects whether either the source or citation Gramps ID have been used, and whether either have changed when cancelling). (Part of GEPS023) svn: r18549 2011-12-04 Tim G L Lyons * : GEPS023: merge branch (changes 17960-18546) into trunk svn: r18548 2011-12-03 Tim G L Lyons * : Merged trunk r18541 through r18545 into geps023. svn: r18546 2011-12-02 Tim G L Lyons * src/gui/editors/editldsord.py: Adding an LDS ordinance to a family fails when bringing up the LDS Ordinance Editor. svn: r18544 2011-12-02 Paul Franklin * src/cli/argparser.py: typo svn: r18543 2011-12-02 Tim G L Lyons * : Merged trunk r18499 through r18539 into geps023. Conflicts resolved in: gramps.pot svn: r18540 2011-11-29 Tim G L Lyons * src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/citationlistmodel.py: 0005395: Fix sort on date in citation list view svn: r18538 2011-11-29 Tim G L Lyons * src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py: Support for markup in citation date column in citation tree and list views svn: r18537 2011-11-29 Paul Franklin * src/plugins/textreport/TagReport.py: revert half of 18535 (TagReport error line) svn: r18536 2011-11-29 Paul Franklin * src/cli/plug/__init__.py, src/plugins/textreport/TagReport.py: remove redundant TagReport error line (the report's name) svn: r18535 2011-11-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css, src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/webstuff.py: Removed the markers from the other day. They were not needed in the first place. svn: r18534 2011-11-29 Jérôme Rapinat * po/fr.po, po/gramps.pot: 5392: Addon check type strings are not translatable svn: r18533 2011-11-29 Paul Franklin * src/cli/plug/__init__.py: improvement to 18527: give user feedback for bad CLI "off" option svn: r18532 2011-11-29 Paul Franklin * src/plugins/docgen/PdfDoc.py, src/plugins/lib/libhtmlbackend.py: 5386: libhtmlbackend.py crashes if a dir-name file preexists svn: r18531 2011-11-29 Doug Blank * src/gui/viewmanager.py: 5392: Addon check type strings are not translatable svn: r18530 2011-11-29 Doug Blank * src/gui/viewmanager.py: 5392: Addon check type strings are not translatable svn: r18529 2011-11-29 Paul Franklin * src/plugins/drawreport/drawplugins.gpr.py: 5187: Plugins twice on plugin list -- slight name change, to unique ones svn: r18528 2011-11-28 Paul Franklin * src/cli/plug/__init__.py: give user feedback for bad "off" option svn: r18527 2011-11-28 Jérôme Rapinat * po/POTFILES.in, src/plugins/export/ExportGeneWeb.py, src/plugins/import/ImportGeneWeb.py: 5395: citations support for GeneWeb plugins (import/export); update POTFILE.in svn: r18526 2011-11-28 Zdeněk Hataš * po/cs.po: czech translation update svn: r18525 2011-11-28 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added boundary limits for the Google Family Markers Map pages. svn: r18524 2011-11-28 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed False state of self.__create_thumbs_only option to make sure it is not on when first starting NarrativeWeb. svn: r18523 2011-11-28 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/narrative-maps.css, src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/webstuff.py: Added markers for birth, death, and census marks in Family Maps. Changed division id for place page maps to distinguish the different maps. Other changes which affect new markers. svn: r18522 2011-11-28 Paul Franklin * src/plugins/lib/libcairodoc.py: add .pdf to filename, if needed svn: r18521 2011-11-27 Paul Franklin * src/plugins/BookReport.py: typo in 18378 svn: r18520 2011-11-27 Tim G L Lyons * src/plugins/view/citationtreeview.py: Change the options in the search bar in the citation tree view so that only the available options are shown. svn: r18519 2011-11-27 Paul Franklin * src/cli/plug/__init__.py: change string syntax svn: r18518 2011-11-27 Paul Franklin * src/cli/plug/__init__.py: mark some strings to be translated svn: r18517 2011-11-27 Tim G L Lyons * src/Utils.py, src/gen/lib/Makefile.am, src/gen/lib/__init__.py, src/gen/lib/srcbase.py, src/gen/lib/srcref.py, src/gen/plug/report/_bibliography.py, src/gen/plug/report/endnotes.py, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/displaytabs/Makefile.am, src/gui/editors/displaytabs/__init__.py, src/gui/editors/displaytabs/sourceembedlist.py, src/gui/editors/displaytabs/sourcerefmodel.py, src/gui/editors/editsourceref.py, src/plugins/export/ExportGedcom.py, src/plugins/lib/libnarrate.py: Removal of redundant SourceRef and related modules. Minor consequent changes. svn: r18516 2011-11-27 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Change the boolean state of self.__create_thumbs_only to False at start. svn: r18515 2011-11-26 Tim G L Lyons * src/plugins/view/view.gpr.py: Make flat sources view available svn: r18514 2011-11-26 Tim G L Lyons * src/gen/plug/report/endnotes.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/IndivComplete.py: Update DetAncestralReport, DetDescendantReport, IndivComplete and endnotes for citations. svn: r18513 2011-11-26 Paul Franklin * src/gen/plug/docgen/graphdoc.py: typo svn: r18512 2011-11-26 Doug Blank * src/plugins/gramplet/PedigreeGramplet.py: Prevent continuation on no active person svn: r18511 2011-11-26 Jérôme Rapinat * po/POTFILES.skip: no translation environment on 'MetadataViewer.py' module svn: r18510 2011-11-26 Jérôme Rapinat * po/POTFILES.skip: no translation environment on 'MetadataViewer.py' module svn: r18509 2011-11-26 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: no translation environment on 'user.py' modules svn: r18508 2011-11-26 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: no translation environment on 'user.py' modules svn: r18507 2011-11-26 Jérôme Rapinat * po/POTFILES.skip: ignore debug tools for translations svn: r18506 2011-11-26 Jérôme Rapinat * po/POTFILES.skip: ignore debug tools for translations svn: r18505 2011-11-26 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/gramps.pot: 5395: run po/test/po_test.py svn: r18504 2011-11-26 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/gramps.pot: 5395: update translation references svn: r18503 2011-11-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: Moved location of 'Drop Markers' button to bottom of the map instead of top. svn: r18501 2011-11-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed irrevalent code that I forgot to remember from NarrativeWeb. svn: r18500 2011-11-25 Tim G L Lyons * src/gen/plug/report/_bibliography.py, src/plugins/webreport/NarrativeWeb.py: Updates to NarrativeWeb and _bibliography for citations. svn: r18499 2011-11-24 Tim G L Lyons * : Merged trunk r18398 through r18497 into geps023. Conflicts resolved in: NarrativeWeb.py svn: r18498 2011-11-24 Paul Franklin * src/plugins/graph/GVFamilyLines.py: 5389: GVFamilyLine.py has some incorrect help hints svn: r18496 2011-11-23 Paul Franklin * src/gramps.py: 4646: reports cannot be run from the command line in a non-GUI environment -- partial fix svn: r18495 2011-11-23 Michiel Nauta * src/plugins/lib/libgedcom.py: 5335: Failure loading Geni.com GedCom into Gramps 3.3.1 svn: r18493 2011-11-23 Zdeněk Hataš * po/cs.po: typo svn: r18492 2011-11-23 Zdeněk Hataš * po/cs.po: czech translation update svn: r18490 2011-11-22 Tim G L Lyons * src/gen/lib/citation.py, src/gui/editors/editcitation.py: Fix problem with cancelling a citation edit where it thought the citation had been changed even though it had not. svn: r18489 2011-11-22 Tim G L Lyons * src/gui/editors/displaytabs/citationembedlist.py: Implement drag of source from clipboard to citation embedded tab. Open citation editor when either a citation or a source is dropped onto citation embedded tab. svn: r18488 2011-11-22 Mirko Leonhäuser * po/de.po: updated german translation svn: r18487 2011-11-22 Tim G L Lyons * src/gen/proxy/filter.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/proxy/referenced.py, src/gen/proxy/referencedbyselection.py: Update src/gen/proxy/* for citations svn: r18485 2011-11-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: Fixed errors created by my last commit# 18480. svn: r18484 2011-11-22 Jérôme Rapinat * src/plugins/import/ImportGeneWeb.py: typo svn: r18482 2011-11-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Created Feature Request#5381; NarrativeWeb: Remove full sized images; please see http://www.gramps-project.org/bugs/view.php?id=5381 for further information... svn: r18480 2011-11-22 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/narrative-maps.css: Created Feature Request#5381; NarrativeWeb: Remove full sized images; please see http://www.gramps-project.org/bugs/view.php?id=5381 for further information... svn: r18479 2011-11-21 Jérôme Rapinat * src/glade/editeventref.glade: reuse tooltip string for gid on event object svn: r18478 2011-11-21 Jérôme Rapinat * src/glade/editeventref.glade, src/gui/editors/editeventref.py, src/gui/editors/editsourceref.py: 5351: Focus on eventref and sourecref editors (patches by Michiel, MathieuMD); consistent editeventref.glade file and accessibilty improvement #5301 (romjerome) svn: r18472 2011-11-20 Paul Franklin * src/gen/db/dbconst.py: typo svn: r18470 2011-11-20 Tim G L Lyons * src/gen/db/upgrade.py, src/gen/lib/baseobj.py, src/gen/lib/citationbase.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/person.py, src/gui/editors/editcitation.py, src/gui/editors/editsource.py, src/plugins/tool/Check.py: Fix bug that wasn't taking account of the fact that event references in Person and Family have attributes which themselves can have Citations. * In Person, add event_ref_list to get_citation_child_list (therefore it is no longer needed in get_handle_referents) * Similarly in Family, add event_ref_list to get_citation_child_list * Enhance upgrade to add upgrade of event_ref_list for person and family * Add has_citation_reference, replace_citation_references and remove_citation_references to EventRef * Change name of remove_citation_refs to remove_citation_references to be consistent with has_citation_reference (singular) and replace_citation_references Fix editcitation because it was displaying the wrong privacy button for sources. Also remove FIXME for editcitation for db signal connect, because comment explains why it is not needed. svn: r18469 2011-11-20 Michiel Nauta * src/gen/db/dbconst.py, src/gen/db/exceptions.py, src/gen/db/write.py, src/gui/dbloader.py: 5368: Loading familytree with downgraded Berkeley db should generate expressive error svn: r18467 2011-11-20 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a typo that was causing a crash. svn: r18466 2011-11-19 Mirko Leonhäuser * po/de.po: updated german translation svn: r18464 2011-11-18 Paul Franklin * src/gui/plug/tool.py: 5353: CLI tools ignore an option if remembered as non-default svn: r18463 2011-11-18 Paul Franklin * src/plugins/tool/Verify.py, src/plugins/tool/verify.glade: 5347: Verify.py should test for old age but no death svn: r18462 2011-11-18 Jérôme Rapinat * src/plugins/export/export.gpr.py: typo svn: r18461 2011-11-17 Tim G L Lyons * src/plugins/tool/MergeCitations.py: Diagnostic print for assertion error in Tool/Family Tree Processing/Merge Citations svn: r18459 2011-11-16 Michiel Nauta * src/gen/mime/_winmime.py: 5291: JPG is not imported svn: r18457 2011-11-16 Peter Landgren * po/sv.po: Swedish update. svn: r18453 2011-11-15 Mirko Leonhäuser * po/de.po: updated german translation svn: r18451 2011-11-15 Peter Landgren * src/plugins/export/export.gpr.py: Include translation of export optioins in headlines. svn: r18449 2011-11-15 Tim G L Lyons * src/QuickReports.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/gen/plug/__init__.py, src/gen/plug/_pluginreg.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/quickview/References.py, src/plugins/quickview/quickview.gpr.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py: Upgraded Source and Citation reference Quick Views to work with citations (actually, for citationtreeview, this is a source_or_citation reference, to avoid having to change the way listview calls the pop up menu items). Also minimal changes to SimpleAccess and SimpleTable to support these references views. svn: r18447 2011-11-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a handle variable in display_spouse() which was preventing the spouse's name to be hyperlinked. svn: r18445 2011-11-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a missing variable in display_spouse(). svn: r18444 2011-11-14 Tim G L Lyons * src/ScratchPad.py, src/plugins/view/citationtreeview.py: Fix drag_info in citationtreeview, so that it doesn't break merge citation. Also add some comments about drag and drop. svn: r18443 2011-11-14 Michiel Nauta * src/Filters/_SearchBar.py: 5350: Focus on the "Quick Filter" is lost after clicking on "Find" svn: r18441 2011-11-14 Zdeněk Hataš * po/cs.po: czech translation update svn: r18439 2011-11-12 Tim G L Lyons * src/ScratchPad.py, src/gui/editors/displaytabs/citationembedlist.py, src/plugins/view/citationtreeview.py: Implement drag and drop for citations svn: r18438 2011-11-12 Nick Hall * src/plugins/gramplet/Citations.py: Enhance Citation gramplets to show the sources and citations in a tree svn: r18437 2011-11-12 Peter Landgren * po/sv.po: Swedish update svn: r18436 2011-11-12 Rob G. Healey * src/plugins/gramplet/Makefile.am, src/plugins/gramplet/Sources.py, src/plugins/gramplet/bottombar.gpr.py: Nick Hall said that this file is no longer needed for the bottom bar gramplets. svn: r18434 2011-11-11 Tim G L Lyons * src/Merge/mergesource.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/eventref.py, src/gen/lib/primaryobj.py, src/gen/lib/repo.py, src/gen/lib/src.py, src/gen/lib/test/merge_test.py, src/gui/editors/editcitation.py, src/gui/editors/editsource.py, src/plugins/tool/Check.py, src/plugins/tool/TestcaseGenerator.py: Delete remove_source_references and replace_source_references as they are no longer needed. Rename remove_citation to remove_citation_refs and make it apply to a citation_handle_list. Updated tool/Check.py to change check_source_references into check_citation_references svn: r18433 2011-11-10 Mirko Leonhäuser * po/de.po: updated german translation svn: r18431 2011-11-10 Rob G. Healey * src/plugins/lib/holidays.xml.in: Made USA holidays more consistent to all of the holidays-- Holiday Name value type offset. svn: r18430 2011-11-10 Jérôme Rapinat * src/plugins/lib/holidays.xml.in: 5361: Add Japanese holidays (contribution by MathieuMD) svn: r18427 2011-11-09 Mirko Leonhäuser * po/de.po: updated german translation svn: r18425 2011-11-09 Zdeněk Hataš * po/cs.po: czech translation update svn: r18422 2011-11-09 Jérôme Rapinat * po/fr.po: 5187: Plugins twice in plugin list; update french translation svn: r18421 2011-11-09 Jérôme Rapinat * src/plugins/drawreport/drawplugins.gpr.py: 5187: Plugins twice in plugin list; more descriptive as suggested by Paul F. svn: r18419 2011-11-08 Tim G L Lyons * src/Merge/mergesource.py, src/gen/lib/citation.py, src/gen/lib/eventref.py, src/gen/lib/primaryobj.py, src/gen/lib/repo.py, src/gen/lib/src.py, src/gen/lib/srcbase.py: Remove has_source_reference because it is only used in mergesource, and it is better to make the test directly, because only citations have source references and they only have one reference. svn: r18417 2011-11-08 Tim G L Lyons * src/Filters/SideBar/_CitationSidebarFilter.py: Update comments in _CitationSidebarFilter.py, as the problem mentioned had been resolved svn: r18416 2011-11-08 Tim G L Lyons * src/plugins/lib/libgedcom.py: [ImportGedcom] libgedcom upgraded for citations svn: r18415 2011-11-08 Jérôme Rapinat * src/plugins/drawreport/drawplugins.gpr.py: 5187: Plugins twice in plugin list (use book description) svn: r18414 2011-11-08 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Resolved the sizing issue related to this gramplet. svn: r18412 2011-11-08 Paul Franklin * src/plugins/view/htmlrenderer.gpr.py, src/plugins/view/view.gpr.py: better syntax svn: r18411 2011-11-07 Mirko Leonhäuser * po/de.po: updated german translation svn: r18409 2011-11-07 Tim G L Lyons * src/plugins/export/ExportGedcom.py: ExportGedcom upgraded for citations svn: r18408 2011-11-07 Jérôme Rapinat * src/plugins/drawreport/drawplugins.gpr.py: 5187: Plugins twice in plugin list svn: r18407 2011-11-05 Tim G L Lyons * : Merged trunk r17888 through r18397 into geps023. Conflicts resolved in: /data/grampsxml.dtd /data/grampsxml.rng /src/Filters/Rules/Repository/_MatchesNameSubstringOf.py /src/plugins/import/ImportXml.py (Various property conflicts also resolved) svn: r18405 2011-11-04 Paul Franklin * src/cli/plug/__init__.py: clarify error typeout svn: r18401 2011-11-03 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Minor changes to all three of these. Cleanup work. svn: r18400 2011-11-02 Serge Noiraud * src/plugins/lib/maps/grampsmaps.py: Geography : #0005337 : change the tiles cache directory doesn't work. svn: r18399 2011-11-01 Jérôme Rapinat * src/plugins/bookreport.glade, src/plugins/tool/ownereditor.glade: 5308 5320 5342 5301 better ATK support, GtkBuilder for gtk+ 2.16 svn: r18397 2011-11-01 Jérôme Rapinat * src/plugins/drawreport/DescendTree.py: 5338: Family Descendant Chart text errors; english locale -> gen.ggettext svn: r18395 2011-11-01 Tim G L Lyons * src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Utils.py, src/gen/lib/mediaobj.py, src/gui/editors/editsource.py, src/plugins/view/citationtreeview.py, src/plugins/view/sourceview.py: Update uses of get_source_referents to handle citations: * implement new Utils get_source_and_citation_referents * Update sourceview.py and citationtreeview.py to use it * Fix editsource.py, where deletion of a source object was not properly dealing with all possible citations * Update mediaobj.py which still had a remnant of a source_list * fix _HasTextMatchingSubstringOf filter to deal with text in both sources and citations svn: r18394 2011-10-31 Paul Franklin * : added/replaced SVN "Id" property svn: r18393 2011-10-31 Paul Franklin * src/cli/user.py, src/gen/user.py, src/gui/user.py: malformed SVN "Id" line svn: r18391 2011-10-31 Jérôme Rapinat * src/plugins/drawreport/DescendTree.py: 5338: Family Descendant Chart text errors svn: r18389 2011-10-31 Brian Matherly * src/cli/user.py, src/gen/plug/report/utils.py, src/gen/user.py, src/gui/user.py, src/plugins/drawreport/TimeLine.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/IndivComplete.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Remove ErrorDialog and WarningDialog from reports. Replace with User.warn() and User.notify_error(). svn: r18388 2011-10-31 Brian Matherly * src/plugins/lib/libodfbackend.py: Fix crash in ODF styled text output. svn: r18387 2011-10-30 Zdeněk Hataš * po/cs.po: czech translation update svn: r18386 2011-10-30 Brian Matherly * src/plugins/drawreport/TimeLine.py: Cleanup Timeline Report and improve handling of data with no dates. svn: r18385 2011-10-30 Brian Matherly * src/gui/plug/report/_reportdialog.py: Disable the automated "activity" bar that is shown whenever a report is run. The dialog interferes with any report that may open its own dialog (like a progress bar) and causes GTK crashes. Every report will just have to run its own progress bar. svn: r18384 2011-10-29 Brian Matherly * src/plugins/webreport/NarrativeWeb.py: Fix Type in narrative web progress. svn: r18383 2011-10-29 Doug Blank * src/webapp/grampsdb/views.py, src/webapp/utils.py: Working on names svn: r18382 2011-10-29 Doug Blank * src/webapp/dbdjango.py: Added media functions and other missing functions svn: r18381 2011-10-29 Jérôme Rapinat * src/glade/addmedia.glade, src/glade/dateedit.glade, src/glade/editaddress.glade, src/glade/editattribute.glade, src/glade/editchildref.glade, src/glade/editevent.glade, src/glade/editeventref.glade, src/glade/editfamily.glade, src/glade/editldsord.glade, src/glade/editlink.glade, src/glade/editlocation.glade, src/glade/editmedia.glade, src/glade/editmediaref.glade, src/glade/editname.glade, src/glade/editnote.glade, src/glade/editperson.glade, src/glade/editpersonref.glade, src/glade/editplace.glade, src/glade/editreporef.glade, src/glade/editrepository.glade, src/glade/editsource.glade, src/glade/editsourceref.glade, src/glade/editurl.glade, src/glade/grampletpane.glade, src/glade/mergedata.glade, src/glade/papermenu.glade, src/glade/plugins.glade, src/glade/questiondialog.glade, src/glade/reorder.glade, src/glade/rule.glade, src/glade/styleeditor.glade: 5308 5309 5312 5320 5301 better ATK support svn: r18380 2011-10-29 Zdeněk Hataš * po/cs.po: czech translation update svn: r18379 2011-10-29 Brian Matherly * po/POTFILES.in, src/Filters/_GenericFilter.py, src/cli/Makefile.am, src/cli/plug/__init__.py, src/cli/user.py, src/gen/Makefile.am, src/gen/plug/report/_reportbase.py, src/gen/user.py, src/gui/Makefile.am, src/gui/plug/report/_reportdialog.py, src/gui/user.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py, src/plugins/textreport/TagReport.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Implement new "User()" class for reports to indicate progress and prompt the user. This allows the removal of from "gui.utils import ProgressMeter" from reports so that they don't depend on gui. svn: r18378 2011-10-28 Jérôme Rapinat * src/plugins/lib/maps/grampsmaps.py: 5337: Maps View crash when tiles' storage path is not existent, call ErrorDialog svn: r18377 2011-10-27 Nick Hall * src/gui/grampsbar.py: Set maximum for default GrampsBar size svn: r18375 2011-10-26 Nick Hall * src/DisplayState.py, src/gui/grampsbar.py, src/gui/widgets/photo.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PlaceDetails.py: Replace netbook mode with sizing proportional to screen size svn: r18374 2011-10-25 Nick Hall * src/DdTargets.py, src/ScratchPad.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/editfamily.py: 5321: Tidy up code for the children tab in the family editor svn: r18372 2011-10-25 Mirko Leonhäuser * po/de.po: updated german translation svn: r18370 2011-10-25 Jérôme Rapinat * src/plugins/mapservices/openstreetmap.py: 5331: Deprecated http://gazetteer.openstreetmap.org/namefinder/ svn: r18369 2011-10-24 Jérôme Rapinat * src/glade/editmediaref.glade, src/gui/editors/editmediaref.py: 5310 5314: missing tags and date fields svn: r18367 2011-10-23 Paul Franklin * src/gen/plug/report/_options.py, src/gui/plug/report/_webreportdialog.py: 5031: Some reports should not register the page orientation to non-default (Landscape) svn: r18366 2011-10-23 Paul Franklin * src/gui/plug/_windows.py: 5323: Cannot run sort events in gramps 3.4 SVN svn: r18365 2011-10-23 Jérôme Rapinat * src/gen/lib/date.py: 5293: wording improvements svn: r18364 2011-10-23 Jérôme Rapinat * data/grampsxml.rng: 5264: missing noteref on person reference svn: r18363 2011-10-23 Paul Franklin * src/Assistant.py, src/AutoComp.py, src/DateHandler/_Date_ca.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_da.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_hr.py, src/DateHandler/_Date_it.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sl.py, src/DateHandler/_Date_sr.py, src/DateHandler/_Date_sv.py, src/DateHandler/_Date_zh.py, src/DbState.py, src/ExportAssistant.py, src/ExportOptions.py, src/Filters/Rules/Event/_HasGallery.py, src/Filters/Rules/Event/_HasSource.py, src/Filters/Rules/Event/_MatchesSourceConfidence.py, src/Filters/Rules/Family/_HasGallery.py, src/Filters/Rules/Family/_HasLDS.py, src/Filters/Rules/Family/_MatchesSourceConfidence.py, src/Filters/Rules/MediaObject/_HasMedia.py, src/Filters/Rules/Person/_Everyone.py, src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAlternateName.py, src/Filters/Rules/Person/_HasAssociation.py, src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_HasLDS.py, src/Filters/Rules/Person/_HasNameOriginType.py, src/Filters/Rules/Person/_HasNameType.py, src/Filters/Rules/Person/_HasNickname.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Filters/Rules/Person/_IsDuplicatedAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_MatchesSourceConfidence.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Place/_HasGallery.py, src/Filters/Rules/Place/_HasNoLatOrLon.py, src/Filters/Rules/Place/_InLatLonNeighborhood.py, src/Filters/Rules/Source/_HasGallery.py, src/Filters/Rules/Source/_HasRepository.py, src/Filters/Rules/Source/_HasRepositoryCallNumberRef.py, src/Filters/Rules/Source/_MatchesRepositoryFilter.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/_MatchesEventFilterBase.py, src/Filters/Rules/_MatchesSourceConfidenceBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/__init__.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_FilterParser.py, src/Filters/_GenericFilter.py, src/Filters/__init__.py, src/ImgManip.py, src/ListModel.py, src/PlaceUtils.py, src/RecentFiles.py, src/Relationship.py, src/Reorder.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleDoc.py, src/Simple/_SimpleTable.py, src/ThumbNails.py, src/ToolTips.py, src/TransUtils.py, src/TreeTips.py, src/cli/grampscli.py, src/constfunc.py, src/docgen/ODSTab.py, src/docgen/TabbedDoc.py, src/gen/__init__.py, src/gen/db/__init__.py, src/gen/db/backup.py, src/gen/db/cursor.py, src/gen/db/exceptions.py, src/gen/display/__init__.py, src/gen/display/name.py, src/gen/mime/__init__.py, src/gen/mime/_gnomemime.py, src/gen/mime/_pythonmime.py, src/gen/mime/_winmime.py, src/gen/plug/_options.py, src/gen/plug/docgen/fontscale.py, src/gen/plug/menu/__init__.py, src/gen/plug/report/utils.py, src/gen/proxy/__init__.py, src/gen/proxy/referencedbyselection.py, src/gen/utils/__init__.py, src/gui/columnorder.py, src/gui/dbloader.py, src/gui/editors/__init__.py, src/gui/editors/displaytabs/personrefmodel.py, src/gui/filtereditor.py, src/gui/plug/report/_fileentry.py, src/gui/selectors/baseselector.py, src/gui/viewmanager.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/sourcemodel.py, src/gui/views/treemodels/treebasemodel.py, src/guiQML/questiondialog.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/import/ImportGedcom.py, src/plugins/lib/libgrdb.py, src/plugins/lib/libholiday.py, src/plugins/lib/libsubstkeyword.py, src/plugins/mapservices/eniroswedenmap.py, src/plugins/mapservices/openstreetmap.py, src/plugins/quickview/Reporef.py, src/plugins/rel/rel_cs.py, src/plugins/rel/rel_fr.py, src/plugins/rel/rel_hr.py, src/plugins/rel/rel_it.py, src/plugins/rel/rel_pl.py, src/plugins/rel/rel_pt.py, src/plugins/rel/rel_ru.py, src/plugins/rel/rel_sk.py, src/plugins/rel/rel_sl.py, src/plugins/tool/ReorderIds.py, src/plugins/webstuff/webstuff.gpr.py, src/soundex.py, src/test/regrtest.py: missing or malformed SVN "Id" line svn: r18361 2011-10-22 Nick Hall * src/ScratchPad.py: 5322: Fix error when dragging an alternative location onto the clipboard svn: r18360 2011-10-22 Paul Franklin * src/gen/lib/test/grampstype_test.py: corrected SVN "Id" property svn: r18357 2011-10-20 John Ralls * src/Filters/Rules/Source/Makefile.am: Remove _HasSource.py from src/Filters/Rules/Source/Makefile.am -- moved to Rules/Citation in r18339 svn: r18356 2011-10-20 Paul Franklin * src/images/mk_blue_marble.py: Jerome said on the gramps-devel list that in fixing http://www.gramps-project.org/bugs/view.php?id=4556 he removed mk_blue_marble.py and its output from the Makefile: http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/images/Makefile.am?r1=16419&r2=16418&pathrev=16419So since mk_blue_marble.py is not needed anymore I am deleting it. svn: r18352 2011-10-18 Doug Blank * src/gui/editors/editfamily.py: 5266: Christening dates displayed as Birth dates in Family editor svn: r18349 2011-10-18 Gary Burton * src/Lru.py: Add SVN Id svn: r18348 2011-10-18 Gary Burton * src/Lru.py: Add gramps header svn: r18347 2011-10-18 Doug Blank * src/webapp/sortheaders.py: Not needed svn: r18346 2011-10-18 Paul Franklin * src/Filters/Rules/Event/_ChangedSince.py, src/Filters/Rules/Family/_ChangedSince.py, src/Filters/Rules/MediaObject/_ChangedSince.py, src/Filters/Rules/Note/_ChangedSince.py, src/Filters/Rules/Person/_ChangedSince.py, src/Filters/Rules/Place/_ChangedSince.py, src/Filters/Rules/Repository/_ChangedSince.py, src/Filters/Rules/Source/_ChangedSince.py, src/Filters/Rules/_ChangedSinceBase.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/GrampsLogger/_GtkHandler.py, src/GrampsLogger/_RotateHandler.py, src/GrampsLogger/__init__.py, src/gen/db/test/db_test.py, src/gen/lib/test/grampstype_test.py, src/gen/utils/test/callback_test.py, src/glade/catalog/grampswidgets.py, src/gui/makefilter.py, src/plugins/view/fanchartview.gpr.py, src/test/gramps_cli_test.py, src/test/test/gedread_util_test.py, src/test/test/test_util_test.py, src/test/test_util.py, src/webapp/grampsdb/admin.py, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/reports.py: added GPLv2 and SVN Id line svn: r18345 2011-10-18 Paul Franklin * src/plugins/view/placetreeview.gpr.py: added GPLv2 and Id line svn: r18344 2011-10-18 Tim G L Lyons * src/Merge/mergecitation.py, src/gen/lib/repo.py, src/plugins/tool/MergeCitations.py: Fix merge citations for repositories svn: r18343 2011-10-18 Doug Blank * src/data/templates/view_person_detail.html, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/views.py: Working on editing person svn: r18342 2011-10-17 Jérôme Rapinat * src/gui/editors/editmediaref.py: 3145: improve image subsection, bug with filtered objects (patch by Robert Cheramy) svn: r18341 2011-10-17 Doug Blank * src/webapp/dbdjango.py: Added missing methods svn: r18340 2011-10-16 Tim G L Lyons * src/Filters/Rules/Citation/Makefile.am, src/Filters/Rules/Citation/_HasSource.py, src/Filters/Rules/Citation/_MatchesSourceFilter.py, src/Filters/Rules/Citation/__init__.py, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_HasCitation.py, src/Filters/Rules/Event/_HasSource.py, src/Filters/Rules/Event/_HasSourceCount.py, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_HasCitation.py, src/Filters/Rules/Family/_HasSource.py, src/Filters/Rules/Family/_HasSourceCount.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_HasCitation.py, src/Filters/Rules/Person/_HasSource.py, src/Filters/Rules/Person/_HasSourceCount.py, src/Filters/Rules/Person/_HasSourceOf.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Source/_HasSource.py, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/_HasCitationBase.py, src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/_HasSourceCountBase.py, src/Filters/Rules/_MatchesSourceConfidenceBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/__init__.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py: Updated Filters and Filters/Rules for citations * renamed HasSourceBase to HasSourceCountBase to reflect function, and because HasSourceBase is changed to be more widely used * consequent renaming of filters for various object types * changed source filters to a new 'Citation/source filters' category * added Citation/_HasSource to check whether Citation refers to a Source with particular properties * added Person/_HasCitation, Event/_HasCitation and Family/_HasCitation to check whether object refers to a Citation with particular properties * updated Citation/_MatchesSourceFilter * updated Rules/_MatchesSourceConfidenceBase * updated Rules/_MatchesSourceFilterBase * updated Citation object and citationbase.py for source references * updated Person/_HasSourceOf * updated comments in Filters/Rules/__init__.py to document how the various rules are used. svn: r18339 2011-10-16 Paul Franklin * src/DateHandler/_Date_bg.py, src/Filters/Rules/Person/_NoDeathdate.py, src/Filters/Rules/Source/_MatchesTitleSubstringOf.py, src/MacTransUtils.py, src/Merge/__init__.py, src/Merge/mergeplace.py, src/Merge/mergesource.py, src/gen/plug/report/__init__.py, src/gen/plug/report/_bibliography.py, src/gen/plug/report/_constants.py, src/gen/plug/report/_options.py, src/gen/plug/report/_paper.py, src/gen/plug/report/_reportbase.py, src/gen/plug/report/endnotes.py, src/gui/editors/editlink.py, src/gui/widgets/multitreeview.py, src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoableentry.py, src/gui/widgets/undoablestyledbuffer.py, src/plugins/lib/libtreebase.py, src/plugins/quickview/LinkReferences.py, src/plugins/tool/toolsdebug.gpr.py, src/plugins/view/htmlrenderer.gpr.py, src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py: 5128: Python files with no SVN "Id" property (& added MIME text/plain if none) svn: r18338 2011-10-16 Paul Franklin * src/Filters/Rules/Repository/_MatchesNameSubstringOf.py: added svn:mime-type text/plain and svn:keywords Id peoperties svn: r18337 2011-10-16 Doug Blank * src/webapp/grampsdb/views.py, src/webapp/reports.py: Working on providing good error feedback svn: r18336 2011-10-16 Doug Blank * src/data/templates/browse_page.html: New page for browsing data svn: r18335 2011-10-16 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/view_event_detail.html, src/data/templates/view_family_detail.html, src/data/templates/view_media_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_page.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_report_detail.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_tag_detail.html, src/webapp/grampsdb/templatetags/my_tags.py, src/webapp/grampsdb/views.py, src/webapp/init.py, src/webapp/urls.py: Breadcrumbs on all pages; refactor menus and views svn: r18334 2011-10-16 Doug Blank * src/Simple/_SimpleAccess.py, src/data/templates/gramps-base.html, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py: Messages; fixes throughout svn: r18333 2011-10-16 Doug Blank * src/data/templates/gramps-base.html, src/gen/lib/place.py, src/webapp/dbdjango.py, src/webapp/grampsdb/views.py, src/webapp/reports.py: Importing from webpage--- need to report error and status svn: r18332 2011-10-15 Tim G L Lyons * src/gen/db/upgrade.py: Upgrade repository (because addresses can have sources) svn: r18331 2011-10-15 Doug Blank * src/webapp/grampsdb/templatetags/my_tags.py: Moved src/web to src/webapp svn: r18330 2011-10-15 Doug Blank * src/const.py.in, src/webapp/grampsdb/admin.py, src/webapp/grampsdb/forms.py, src/webapp/grampsdb/models.py, src/webapp/grampsdb/views.py, src/webapp/reports.py, src/webapp/settings.py, src/webapp/urls.py, src/webapp/utils.py: Moved src/web to src/webapp svn: r18329 2011-10-15 Doug Blank * : Move src/web to src/webapp to make it more clear what this dir is for svn: r18328 2011-10-15 Doug Blank * src/data/templates/view_report_detail.html, src/web/dbdjango.py, src/web/grampsdb/models.py, src/web/grampsdb/views.py, src/web/reports.py, src/web/utils.py: Export from webapp is complete; working on import into webapp svn: r18326 2011-10-15 Doug Blank * src/gen/lib/note.py: Missing return self on unserialize for convienience and consistency svn: r18325 2011-10-15 Paul Franklin * src/Filters/Rules/Repository/_MatchesNameSubstringOf.py: 5124: filter-rule file has semi-DOS format svn: r18324 2011-10-15 Doug Blank * src/gen/lib/repo.py, src/gen/lib/src.py: Return self from unserialize as convienience and to match other objects svn: r18323 2011-10-15 Doug Blank * src/data/templates/view_report_detail.html, src/web/dbdjango.py, src/web/grampsdb/views.py, src/web/init.py: Working on running all reports/import/export from the web svn: r18322 2011-10-14 Tim G L Lyons * src/gen/db/write.py: Diagnostic print during rebuild reference map svn: r18321 2011-10-14 Doug Blank * src/web/dbdjango.py, src/web/libdjango.py: Clean up of transactions; fixed bug on reference to events; removed clean_cache; GEDCOM import works svn: r18320 2011-10-14 Doug Blank * src/web/dbdjango.py, src/web/libdjango.py: added clear_cache; removed cache set from inside for now; bugs introduced (eg, people events wrong handles to events)---why? svn: r18319 2011-10-14 Doug Blank * src/web/dbdjango.py, src/web/libdjango.py, src/web/utils.py: Cleanup of django code for import; need to fix import, not correct in linking to objects svn: r18318 2011-10-13 Paul Franklin * src/gramps.py: 5300: make gramps.py more BSD-friendly svn: r18317 2011-10-13 Jérôme Rapinat * src/gen/lib/date.py: can died at same year as max_alive svn: r18316 2011-10-13 Jérôme Rapinat * src/gen/lib/date.py: 5293: use correct method with precision set; try to avoid age greater than max alive (user preferences) svn: r18315 2011-10-13 Doug Blank * src/plugins/textreport/AncestorReport.py, src/plugins/textreport/DetAncestralReport.py, src/web/settings.py: Copy deepcopy fix to src/web (thanks P. Franklin); removed workaround svn: r18314 2011-10-13 Paul Franklin * src/plugins/view/geography.gpr.py: 4952: Several grammar mistakes -- partial fix, remainder were by Jerome R. svn: r18313 2011-10-13 Doug Blank * src/web/grampsdb/views.py: Import error svn: r18312 2011-10-13 Doug Blank * src/data/templates/view_name_detail.html, src/web/grampsdb/forms.py, src/web/grampsdb/views.py, src/web/init.py: Edit names sorta working again svn: r18311 2011-10-13 Doug Blank * src/data/templates/view_name_detail.html, src/web/utils.py: Adjust colors of table svn: r18310 2011-10-13 Doug Blank * src/web/grampsdb/views.py: Use const.VERSION svn: r18309 2011-10-13 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/user_page.html, src/web/grampsdb/views.py: Settings for server; added version, and refined user page svn: r18308 2011-10-13 Doug Blank * src/data/templates/gramps-base.html, src/web/grampsdb/templatetags/my_tags.py: Changes to keep up with current css in trunk svn: r18307 2011-10-12 Doug Blank * src/plugins/textreport/DetAncestralReport.py: Python 2.6.4 could not deepcopy the name_display svn: r18306 2011-10-12 Doug Blank * src/data/templates/gramps-base.html, src/web/urls.py: Corrections to find 404 error items svn: r18305 2011-10-12 Doug Blank * src/web/grampsdb/views.py: Run report as a valid user; use username as part of tmp name svn: r18304 2011-10-12 Doug Blank * src/plugins/textreport/AncestorReport.py: Python 2.6.4 could not deepcopy the name_display svn: r18303 2011-10-12 Doug Blank * src/plugins/docgen/GtkPrint.py, src/plugins/lib/libcairodoc.py: Keep gtk out of includes, if possible svn: r18302 2011-10-12 Doug Blank * src/web/grampsdb/views.py: Fixes for running on server svn: r18301 2011-10-12 Doug Blank * src/data/tips.xml: Accidently added; removed svn: r18300 2011-10-12 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/process_action.html, src/data/templates/view_report.html, src/data/templates/view_report_detail.html, src/data/templates/view_tag.html, src/data/templates/view_tag_detail.html, src/data/templates/view_tags.html, src/data/tips.xml: Changes for Tag and Report views; Reports can be run from the website svn: r18299 2011-10-12 Jérôme Rapinat * src/gen/lib/date.py: 5293: age='unknown' for after/after and before/before dates (age calculation) svn: r18298 2011-10-12 Doug Blank * src/web/grampsdb/models.py, src/web/grampsdb/views.py, src/web/init.py, src/web/init_gramps.py, src/web/urls.py: Changes for Tag and Report views; Reports can be run from the website svn: r18297 2011-10-12 Jérôme Rapinat * src/plugins/export/ExportXml.py: 5297: typo; self.update() was missing svn: r18295 2011-10-12 Jérôme Rapinat * src/gen/lib/date.py: 5293: return year only with 'about' calculation svn: r18294 2011-10-12 Doug Blank * src/web/grampsdb/views.py: Changes to search new surname table svn: r18293 2011-10-12 Doug Blank * src/gui/dbloader.py: Should not call _LOG.error (reported by P. Franklin) svn: r18291 2011-10-12 Jérôme Rapinat * src/plugins/lib/libnarrate.py: 5293: at least/at most for ages at death (DAR/DDR) svn: r18290 2011-10-12 Doug Blank * src/web/dbdjango.py: Gramps Django exports to GEDCOM svn: r18289 2011-10-12 Doug Blank * src/web/dbdjango.py, src/web/libdjango.py: Added rebuild_cache; use base64 string to encode/decode svn: r18288 2011-10-11 Doug Blank * src/web/dbdjango.py, src/web/grampsdb/models.py, src/web/libdjango.py: added cache to objects; added birth/death_ref_index svn: r18287 2011-10-11 Doug Blank * src/gen/lib/baseobj.py, src/gen/lib/event.py, src/gen/lib/family.py: Added return on unserialize; added create for all classes svn: r18286 2011-10-11 Jérôme Rapinat * : 4365: Import/Export Gramps XML is not idempotent; sort primary objects by handles after rev18272 svn: r18285 2011-10-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Referenced Sources has been added to class RepositoryPage(). svn: r18284 2011-10-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Nebraska.css: Completed some work on RepositoryPage, some work on Navigation menus... svn: r18283 2011-10-10 Paul Franklin * src/gramps.py: 5240: Failure on start of gramps.py by missing locale.LC_MESSAGE svn: r18282 2011-10-10 Doug Blank * src/web/dbdjango.py: Changes to allow all reports to run from Django-based backend svn: r18281 2011-10-10 Paul Franklin * src/gui/dbloader.py: typo svn: r18280 2011-10-10 Paul Franklin * src/gramps.py: typo svn: r18279 2011-10-10 Doug Blank * src/plugins/textreport/NumberOfAncestorsReport.py: Typo: menu not defined svn: r18278 2011-10-10 Doug Blank * src/gen/plug/_pluginreg.py: Added include_in_listing handling to ignore packages svn: r18276 2011-10-10 Jérôme Rapinat * example/gramps/example.gramps: 4365: Import/Export Gramps XML is not idempotent; sort primary objects by handles after rev18272 svn: r18275 2011-10-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Created same fix from Gramps33 for Source Pages. svn: r18274 2011-10-10 Doug Blank * src/plugins/export/ExportXml.py: Another fix for idempotent export/import round trip svn: r18272 2011-10-10 Doug Blank * src/web/dbdjango.py: allow flag to get_person_handles; update example svn: r18271 2011-10-10 Doug Blank * src/cli/plug/__init__.py: do_reg_plugins() requires at least a dbstate svn: r18270 2011-10-09 Zdeněk Hataš * po/cs.po: czech translation update svn: r18267 2011-10-09 Doug Blank * src/plugins/export/ExportXml.py: 4365: Import/Export Gramps XML is not idempotent svn: r18265 2011-10-08 Peter Landgren * src/gui/views/treemodels/placemodel.py: Issue 5275, missed the case when lat or long was missing. svn: r18263 2011-10-08 Peter Landgren * src/gui/views/treemodels/placemodel.py: Issue 5275, problem when lat/long has wrong format in place view. svn: r18262 2011-10-08 Jérôme Rapinat * src/plugins/textreport/BirthdayReport.py: 5285: Add a blank entry on countries list (same as Calendar) svn: r18260 2011-10-07 Zdeněk Hataš * po/cs.po: czech translation update svn: r18258 2011-10-07 Jérôme Rapinat * src/plugins/textreport/BirthdayReport.py: 5285: Add a blank entry on countries list svn: r18256 2011-10-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed problem in creating Google Family Links page svn: r18254 2011-10-06 Peter Landgren * src/plugins/lib/libgedcom.py: Fix of issue 5282, white spaces should be kept. svn: r18252 2011-10-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a crash in creating the family map page, and some little changes in comments. svn: r18251 2011-10-04 Paul Franklin * src/plugins/lib/libnarrate.py: typo in 3165 patch -- caught by lcc svn: r18250 2011-10-03 Paul Franklin * src/plugins/lib/libnarrate.py: 3165: Fix printing of marriage strings in Det{Asc/Desc}Reports -- original patch from Vlada Perić (vlada.peric@gmail.com), then split in two by Matt Keenan (matt.keenan@gmail.com) -- both were applied svn: r18248 2011-10-03 Paul Franklin * src/plugins/textreport/DetDescendantReport.py: 5259: Detailed Descendant Report, incorrect number sequence and printing of duplicates -- patch from Matt Keenan (matt.keenan@gmail.com) svn: r18247 2011-10-03 Paul Franklin * src/plugins/textreport/DescendReport.py: 5252: Descendend Report traceback referencing NoneType person -- patch from Matt Keenan (matt.keenan@gmail.com) svn: r18246 2011-10-03 Tim G L Lyons * src/gen/lib/person.py: Fix backref links from events to person. In the event view, the 'Main Participants' was blank, as was the 'References' gramplet. svn: r18245 2011-10-02 John Ralls * src/plugins/tool/Makefile.am: Add mergecitations.glade to Makefile.am so that it gets installed svn: r18244 2011-10-02 John Ralls * src/plugins/tool/Makefile.am: Add MergeCitations.py to Makefile.am so that it gets installed svn: r18243 2011-10-02 John Ralls * configure.in, src/Filters/Rules/Citation/Makefile.am: Some more autotools fixups for Citations svn: r18242 2011-10-02 Tim G L Lyons * src/Filters/Rules/Makefile.am: Add missing new Filters/Rules/Citation SUBDIRS directory. svn: r18241 2011-10-02 John Ralls * src/gui/editors/displaytabs/Makefile.am: Fix typo in src/gui/editors/displaytabs/Makefile.am svn: r18240 2011-10-02 Jérôme Rapinat * src/gui/editors/editmediaref.py: 3145: Improve image subsection selection; patch for gtk < 2.22 (by Robert Cheramy) svn: r18239 2011-10-02 Stéphane Charette * NEWS, debian/control: merge several 3.3.1 changes (NEWS, debian/control) up to trunk svn: r18238 2011-10-02 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Tr- erote the display_relationships() on class IndividualPage. svn: r18233 2011-10-01 Michiel Nauta * data/grampsxml.dtd, data/grampsxml.rng: 5264: DTD syntax and RNG validation, again remove xml and make coords strings svn: r18232 2011-09-30 Tim G L Lyons * src/gen/db/upgrade.py, src/gen/lib/family.py, src/gen/lib/person.py, src/plugins/tool/MergeCitations.py, src/plugins/tool/mergecitations.glade, src/plugins/tool/tools.gpr.py: Add MergeCitations tool. Add note to upgrade information dialogue box to suggest running the tool. Fixes to Person and Family for get citation child list for merging citations. svn: r18228 2011-09-30 Jérôme Rapinat * configure.in, po/vi.po: Add Vietnamese translation (by De Tran) svn: r18225 2011-09-30 Jérôme Rapinat * data/grampsxml.dtd, data/grampsxml.rng: 5264: update location, researcher, address svn: r18222 2011-09-29 Tim G L Lyons * src/gui/views/treemodels/citationtreemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/view/citationtreeview.py: Fixes for database update signal handling for treemodel as used for the citation tree - corrected handing of setting of the handle of a node to 'None' for a non-leaf (heading) node - only insert the citation leaf node if it is not already present. svn: r18220 2011-09-29 Jérôme Rapinat * data/grampsxml.rng: 5264: minor validation issues on researcher and person reference svn: r18219 2011-09-28 Zdeněk Hataš * po/cs.po, src/plugins/lib/holidays.xml.in: czech translation update missing holiday added to holidays list svn: r18214 2011-09-27 Jérôme Rapinat * src/gui/editors/editmediaref.py: 3145: Improve image subsection selection (contribution by Robert Cheramy) svn: r18212 2011-09-26 Tim G L Lyons * src/DdTargets.py, src/gen/lib/citation.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/editcitation.py, src/gui/grampsgui.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/plugins/lib/libcitationview.py, src/plugins/sidebar/categorysidebar.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/view.gpr.py: Clean-up Sources and Citations views: * Add icon for citations view * disable old sourceview * change citationtreeview to be Sources navigation view * citationlistview is now the Citations view * merge libcitationview into citationlistview and citationtreeview, and corrected and rationalised * remove libcitationview * corrected initialisation of source_handle in Citation.py * fixes for preventing same source being edited twice - fixed blockedtext in citationembededlist - override build_window_key in editcitation.py svn: r18211 2011-09-26 Tim G L Lyons * src/plugins/gramplet/PopulateGramplet.py: change 'PopulateGramplet' to update the displays on exit svn: r18210 2011-09-26 Tim G L Lyons * src/Filters/Rules/_HasCitationBase.py: * fix comparison for confidence level in citation filter svn: r18209 2011-09-26 Zdeněk Hataš * po/cs.po: czech translation update svn: r18208 2011-09-24 Zdeněk Hataš * po/cs.po: czech translation update svn: r18202 2011-09-24 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Remoed the global use of place_handle_list, and place_lat_long. Soe cleanup and also pep8 work. svn: r18201 2011-09-24 Michiel Nauta * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css: 4927: Narrated Web test - layout svn: r18198 2011-09-23 Tim G L Lyons * src/Filters/Rules/_HasCitationBase.py, src/Filters/SideBar/_CitationSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py: Fix confidence entry in citation filter svn: r18197 2011-09-23 Zdeněk Hataš * po/cs.po: czech translation update svn: r18196 2011-09-21 Michiel Nauta * src/ScratchPad.py: 4937: Clipboard - unable to added second source svn: r18191 2011-09-21 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 5246: NarWeb crash when using Family Links option for maps with a place with invalid lat/long svn: r18189 2011-09-21 Michiel Nauta * src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Visually.css: 5029: Attributes in websites; again, Nebraska en Visually stylesheets svn: r18187 2011-09-21 Paul Franklin * src/plugins/textreport/DetDescendantReport.py: 5233: Detailed Descendant report, Only show spouse reference if spouse in main report -- patch from Matt Keenan svn: r18186 2011-09-21 Paul Franklin * src/plugins/textreport/DescendReport.py: 5221: Duplicate Families in Descendant Report -- patch from Matt Keenan svn: r18185 2011-09-21 Paul Franklin * src/plugins/textreport/DescendReport.py: 5221: Duplicate Families in Descendant Report svn: r18184 2011-09-21 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed two errors that caused crashes. Changed variable thumbpreview to inc_thumbnails. svn: r18183 2011-09-20 Tim G L Lyons * src/Filters/Rules/Citation/Makefile.am, src/Filters/Rules/Citation/_AllCitations.py, src/Filters/Rules/Citation/_ChangedSince.py, src/Filters/Rules/Citation/_CitationPrivate.py, src/Filters/Rules/Citation/_HasGallery.py, src/Filters/Rules/Citation/_HasIdOf.py, src/Filters/Rules/Citation/_HasNote.py, src/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Citation/_HasNoteRegexp.py, src/Filters/Rules/Citation/_HasReferenceCountOf.py, src/Filters/Rules/Citation/_MatchesFilter.py, src/Filters/Rules/Citation/_MatchesPageSubstringOf.py, src/Filters/Rules/Citation/_MatchesRepositoryFilter.py, src/Filters/Rules/Citation/_MatchesSourceFilter.py, src/Filters/Rules/Citation/_RegExpIdOf.py, src/Filters/Rules/Citation/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/_HasCitationBase.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/__init__.py, src/Filters/SideBar/_CitationSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/_GenericFilter.py, src/gen/lib/citation.py, src/gui/filtereditor.py, src/plugins/lib/libcitationview.py: Citation filters svn: r18182 2011-09-20 Paul Franklin * src/plugins/textreport/IndivComplete.py: 5155: Complete Individual Report always tries to include images svn: r18181 2011-09-20 Paul Franklin * src/cli/argparser.py: typo svn: r18180 2011-09-20 Jérôme Rapinat * src/plugins/gramplet/PluginManagerGramplet.py: update list to 3.4 number ... svn: r18178 2011-09-19 Jérôme Rapinat * po/POTFILES.in: 5244: Add IsRelatedWith Filter svn: r18175 2011-09-19 Jérôme Rapinat * src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_IsRelatedWith.py, src/Filters/Rules/Person/__init__.py: 5244: Add IsRelatedWith Filter svn: r18174 2011-09-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Horizontal-Menus.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css, src/plugins/webstuff/css/Web_Navigation-Vertical.css, src/plugins/webstuff/css/Web_Vertical-Menus.css, src/plugins/webstuff/webstuff.py: Changed the name of the Horizontal and Vertical menus style sheets. svn: r18173 2011-09-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Fixed Family Attributes and Family LDS Ordinance. Thank you Michiel Nauta. svn: r18172 2011-09-18 Tim G L Lyons * src/gui/selectors/selectcitation.py, src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/citationlistmodel.py, src/gui/views/treemodels/citationtreemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/lib/libcitationview.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py: * Updated signal handlers to deal with citation tree model and secondary nodes * Fix for citation selector. svn: r18171 2011-09-15 Craig J. Anderson * src/cli/plug/__init__.py: didn't see that I had modified this file for something else. backed out the one line change. svn: r18169 2011-09-15 Craig J. Anderson * src/cli/plug/__init__.py, src/plugins/drawreport/drawplugins.gpr.py: fixes: http://www.gramps-project.org/bugs/view.php?id=5175 put in a valid email address svn: r18168 2011-09-14 Espen Berg * po/gramps.pot, po/nb.po: Some revision of Norwegian bokmål svn: r18167 2011-09-14 Mirko Leonhäuser * po/de.po: updated german translation svn: r18165 2011-09-14 Zdeněk Hataš * po/cs.po: czech translation update svn: r18163 2011-09-13 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Mainz.css: 5063: again, rewritten Mainz stylesheet svn: r18160 2011-09-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Brought Family LDS section with IndividualPage's: Families section. svn: r18159 2011-09-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Bug#5029-- Attributes in Websites; Moved Family ttributes into IndidivudalPage: Families: Attributes. svn: r18158 2011-09-12 Brian Matherly * src/gramps.py: Patch from Matt Keenan - 0005217: Number of text reports crashing during deepcopy() for Python <2.7 svn: r18156 2011-09-11 Mirko Leonhäuser * po/de.po: updated german translation svn: r18155 2011-09-11 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: 5227: NarWeb, multiple persons are not seperated by comma svn: r18152 2011-09-11 Fedik * po/uk.po: small translation updates svn: r18150 2011-09-11 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 5226: again, husband and wife links svn: r18148 2011-09-11 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 5226: NarWeb, family events don't list persons on event page and event list page svn: r18146 2011-09-11 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 5225: again, place page title svn: r18144 2011-09-10 Jérôme Rapinat * po/pl.po: update Polish translation (by Łukasz Rymarczyk) svn: r18141 2011-09-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed the last row's emptyCols for ThumbnailPreviewPage(). svn: r18139 2011-09-09 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: 5225: NarWeb, map page title misses and event page title is strange svn: r18137 2011-09-09 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 5224: NarWeb, associations table appends 1 to person name svn: r18135 2011-09-09 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 5223: NarWeb, first image thumbnail description errors svn: r18133 2011-09-09 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 4305: again for mimeless images svn: r18131 2011-09-09 Michiel Nauta * src/plugins/webreport/WebCal.py: 5209: Narrated Web Site - Mainz - Year At A Glance - Rendering Error svn: r18129 2011-09-09 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Finished off creating the last row if it is incomplete in Thumbnail Preview Grid page? svn: r18127 2011-09-08 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Cleanup of ColumnPartner, and removed section MarriageReport. svn: r18125 2011-09-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Cleanup of class PlaceListPage() svn: r18124 2011-09-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Simplified the listing of the class FamilyListPage(), so that a couple is only shown once in the list. svn: r18123 2011-09-08 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Consolidated many occurences of ColumnRowLabel into one... svn: r18122 2011-09-07 Jérôme Rapinat * src/DateHandler/_Date_zh.py: 4400: add chinese date handler for testing (not enabled on Makefile.am, see __init__.py and DateHandler.py) svn: r18120 2011-09-07 Brian Matherly * src/plugins/textreport/IndivComplete.py: Patch by Adam Stein - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - add image cropping to Individual report. svn: r18119 2011-09-07 Brian Matherly * src/plugins/lib/libnarrate.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py: Patch from Matt Keenan - 0005149: Provide Name Format option for some text reports svn: r18118 2011-09-07 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Some cleanup work svn: r18117 2011-09-06 Nick Hall * src/Filters/_FilterParser.py, src/const.py.in: 5012: Move custom rule configuration file into the version directory and provide upgrade from previous version svn: r18115 2011-09-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#5165; fixed filename of Thumbnail Page in class ThumbnailPreview(). Thank you, Jerome Rapinat. svn: r18113 2011-09-04 Peter Landgren * po/sv.po: Swedish update. svn: r18112 2011-09-03 Tim G L Lyons * src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/citationbasemodel.py, src/gui/views/treemodels/citationlistmodel.py, src/gui/views/treemodels/citationmodel.py, src/gui/views/treemodels/citationtreemodel.py, src/plugins/gramplet/PopulateGramplet.py, src/plugins/lib/libcitationview.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py: * change CitationtreeModel so that building the view starts from sources so that it displays sources that have no citations consequent restructuring: * introduce separate CitationBaseModel module which encapsulates access to both citation and source fields for the views * introduce separate CitationListModel and CitationTreeModel modules * move configuration data from libcitationview to citationtreeview and citationlistview, because the two different views have different data svn: r18110 2011-09-03 Jérôme Rapinat * src/gramps.py: 4973: Gramps doesn't handle locale setting failure very well; testing (Tim's patch) svn: r18109 2011-09-03 Mirko Leonhäuser * po/de.po: updated german translation svn: r18107 2011-09-03 Peter Landgren * src/gen/plug/report/endnotes.py: Fix of first issue in 5194. svn: r18105 2011-09-02 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r18103 2011-09-02 Nick Hall * src/gui/editors/displaytabs/surnametab.py, src/gui/editors/editperson.py: 5112: Fix error when moving empty surname row svn: r18102 2011-09-02 Tim G L Lyons * src/Utils.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/event.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/editcitation.py, src/plugins/export/ExportXml.py, src/plugins/gramplet/Citations.py: Modifications as suggested by Nick Hall: * Remove inheritance of Citation from RefBase, using source_handle filed instead (similar to the way Family objects store mother and father handles) (also use the set_ and get_reference_handle functions more consistently) * Use get_citation_list instead of get_citation_references (more consistent with the way notes are handled) svn: r18100 2011-09-02 Brian Matherly * src/plugins/webreport/WebCal.py, src/plugins/webreport/webplugins.gpr.py: Patch from Nick Hall - 0005193: Web Calendar report gives an error for the default style sheet. svn: r18099 2011-09-02 Brian Matherly * src/ImgManip.py, src/plugins/lib/libcairodoc.py: Patch by Adam Stein - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - add image cropping to Cairo documents svn: r18097 2011-09-01 Tim G L Lyons * src/gen/db/upgrade.py, src/gen/db/write.py: Modifications to upgrade code as suggested by Michiel Nauta; many thanks for his advice. svn: r18096 2011-09-01 Tim G L Lyons * src/Merge/mergecitation.py, src/Utils.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gui/editors/displaytabs/citationbackreflist.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/citationrefmodel.py, src/gui/editors/displaytabs/sourcebackreflist.py, src/gui/editors/editcitation.py, src/gui/editors/editmedia.py, src/gui/editors/editnote.py, src/gui/selectors/selectcitation.py, src/gui/views/treemodels/citationmodel.py, src/plugins/gramplet/Gallery.py, src/plugins/lib/libcitationview.py, src/plugins/view/Makefile.am, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.gpr.py, src/plugins/view/citationtreeview.py, src/plugins/view/view.gpr.py: * various updates to CitationView, CitationEmbedView and CitationEditor to take account of Rev 17973 for two different object types in selectors * updates to citationviews to support all the functionality (add source etc.) provided by sourceview (including different tooltips for tree view and list view) * moved registration of citationtreeview into view.grp.py * removed citationtreeview.grp.py module * fixed update to citation when note is deleted * fixed update to citation when media object is deleted * re-enabled edit button in sourcebackreflist * improved date display in mergecitation * changed default note type for citation notes * changed backref in citation editor to CitationBackRefList * fixed removal of citation handles from the list in primary objects when a citation is deleted * fixes for pylint svn: r18095 2011-09-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added the missing thumbnails on the preview page. Added option to create the family pages or not? svn: r18094 2011-09-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed hyperlink to the Thumbnail Preview page. Thank you, Jerome Rapinat svn: r18093 2011-08-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Finished working on the thumbnail preview page and updated the style sheets with the necessary style elements. svn: r18091 2011-08-30 Rob G. Healey * src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Thumbnail-Gallery.css, src/plugins/webstuff/webstuff.py: Removed this style sheet as there are so many different stylesheets already and there is really no value to it. svn: r18090 2011-08-30 Nick Hall * src/plugins/view/relview.py: 5191: Remove family heading when the active person has no families svn: r18089 2011-08-30 Nick Hall * data/grampsxml.dtd, data/grampsxml.rng: Merge schema files from trunk svn: r18087 2011-08-30 Nick Hall * data/grampsxml.dtd, data/grampsxml.rng, src/plugins/export/ExportXml.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgrampsxml.py: Update Gramps XML Import/Export to support Citations svn: r18086 2011-08-30 Tim G L Lyons * src/Merge/Makefile.am, src/Merge/__init__.py, src/Merge/mergecitation.py, src/Merge/mergeplace.py, src/Merge/mergesource.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/lib/citation.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/person.py, src/gen/lib/place.py, src/gen/lib/primaryobj.py, src/gen/lib/repo.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/glade/Makefile.am, src/glade/mergecitation.glade, src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/editaddress.py, src/gui/editors/editchildref.py, src/gui/editors/editcitation.py, src/gui/editors/editmedia.py, src/gui/editors/editname.py, src/gui/editors/editpersonref.py, src/plugins/gramplet/Citations.py, src/plugins/lib/libcitationview.py: * Implemented merge Citation * Updated merge Sources * Implemented undo-redo for citations (revision 18069 had only added citations to the undo-redo list, not acted on that types of element) * Fixed embedded lists for some of the object type editors that were done in Rev 18069 * Modified EditCitation so the source parameter is optional * Added svn properties for all /src/Merge/merge*.py modules * Added support for EditCitation from backreflist.py svn: r18085 2011-08-29 Michiel Nauta * src/gui/editors/editfamily.py: 5151: Latin American surname guessing fails svn: r18083 2011-08-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed table alighment error that I just created. Re- created event_header_row(), but every event may use it now. svn: r18082 2011-08-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Cleanup of FamilyPage(), format_family_events(), and display_event_row(). svn: r18081 2011-08-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed the problem with the FamilyPage content not showing in the page. Added a conditional to MediaListPage to catch possible failure. svn: r18080 2011-08-27 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 3963: Webreport, Individual's side, bug in event's note svn: r18078 2011-08-27 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 3893: [NarWeb] Narrated Website does not export all sources svn: r18076 2011-08-27 Michiel Nauta * src/plugins/webreport/WebCal.py: 4523: WebCal generates wrong path slash -\ instead of / svn: r18074 2011-08-27 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 4486: Validate webpages again, single parent families svn: r18072 2011-08-27 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed FamilyPage()... svn: r18071 2011-08-27 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added event.get_media_list() and Notes, urls, source references, and media to FamilyPage. svn: r18070 2011-08-26 Tim G L Lyons * src/config.py, src/gen/db/backup.py, src/gen/db/read.py, src/gen/db/upgrade.py, src/gen/lib/address.py, src/gen/lib/childref.py, src/gen/lib/event.py, src/gen/lib/family.py, src/gen/lib/ldsord.py, src/gen/lib/mediaobj.py, src/gen/lib/name.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/sourcebackreflist.py, src/gui/editors/editcitation.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editperson.py, src/gui/editors/editplace.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/familyview.py: Implemented database upgrade for all eligible remaining object types. Added Citations to undo-redo feature. Moved Citation view within navigation pane to below Sources. Removed useless edit button from sourcebackreflist. Fixed default bottombar gramplets for citations. svn: r18069 2011-08-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Completed the use of check_person_database() for all usage of 'if handle in self.ind_list:' for looking to see if a person is in the report database. svn: r18068 2011-08-25 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Visually.css: 4486: NarrativeWeb does not validate svn: r18064 2011-08-24 Mirko Leonhäuser * po/de.po: updated german translation svn: r18063 2011-08-24 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css: Removed ColumnMedia from FamilyListPage, and Benny said it would take a huge hit on bandwidth and load timing. svn: r18061 2011-08-24 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added class FamilyListPage, remove global variable _individuallist, and added some error catching. I am stuck on class FamilyPage... svn: r18060 2011-08-23 Kees Bakker * src/plugins/import/ImportProGen.py: Bugfix for 5146 and 5106 - ImportProGen fails on Windows because some files must be read as "binary". svn: r18056 2011-08-23 Kees Bakker * src/plugins/import/ImportProGen.py: Comment out set_patronymic in ImportProGen plugin. This is a temporary measure and we have to see how many PG30 users actually want it. svn: r18055 2011-08-23 Tim G L Lyons * src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/lib/attribute.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/event.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gui/editors/editattribute.py, src/gui/editors/editcitation.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editsource.py, src/gui/views/listview.py, src/plugins/gramplet/Citations.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/PopulateGramplet.gpr.py, src/plugins/gramplet/PopulateGramplet.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libcitationview.py, src/plugins/view/eventview.py, src/plugins/view/mediaview.py: Various enhancements: * Modified Event object to include references to Citations * Implemented database upgrade for Events (upgrade for Media had already been done) * Enhanced database upgrade to do backlinks * Modified Media object to remove sourceref * Implemented citations bottombar gramplet * Some minor fixes and improvements svn: r18054 2011-08-23 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Cleanup of alphabet navigation bar's title svn: r18053 2011-08-21 Michiel Nauta * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Visually.css: Updated Rob's stylesheets from r18045 svn: r18052 2011-08-21 Rob G. Healey * src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/css/Web_Thumbnail-Gallery.css, src/plugins/webstuff/webstuff.py: Added style sheet for upcoming Web Thumbnail Gallery svn: r18051 2011-08-19 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: 4305: p element in W3 compliance svn: r18048 2011-08-19 Brian Matherly * src/gen/plug/__init__.py, src/gen/plug/_options.py, src/gen/plug/report/__init__.py, src/gen/plug/report/_options.py, src/gramps.py, src/gui/plug/__init__.py, src/gui/plug/_guioptions.py, src/gui/plug/report/Makefile.am, src/gui/plug/report/__init__.py, src/gui/plug/report/_options.py, src/gui/plug/report/_reportdialog.py, src/plugins/Records.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py, src/plugins/textreport/TagReport.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Patch from Paul Franklin - Partial work for: 0004646: reports cannot be run from the command line in a non-GUI environment svn: r18047 2011-08-18 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Added style sheet elements for the upcoming FamilyListPage() coming in NarrativeWeb... Already discussed these elements with Michael Nauta. svn: r18045 2011-08-18 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed issue with creating the Media object's Date object from image Exif metadata. svn: r18044 2011-08-17 Andre Marcelo Varenga * po/pt_BR.po: update pt_BR translation svn: r18043 2011-08-17 Mirko Leonhäuser * po/de.po: updated german translation svn: r18041 2011-08-17 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Re- wrote the entire save_metadata() function. Still have a couple little irritating issues, but I will work them out too soon. svn: r18040 2011-08-16 Michiel Nauta * src/plugins/import/ImportXml.py: 5159: Import of xml file with note linking to duplicate object points to original object svn: r18038 2011-08-16 Michiel Nauta * src/plugins/import/ImportXml.py, src/plugins/tool/Check.py: 5140: Import of Gramps XML file with cross table duplicate handles crashes svn: r18036 2011-08-14 Brian Matherly * src/plugins/docgen/LaTeXDoc.py: 0004605: Multiple improvements for LaTeX output (patch from Harald Rosemann) svn: r18035 2011-08-11 Rob G. Healey * src/plugins/webstuff/css/narrative-maps.css: Adjusted dtyle sheet elements for Family Map pages. svn: r18033 2011-08-11 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Code cleanup: Fixed and cleanup of event_box and entry combo. svn: r18032 2011-08-11 Michiel Nauta * data/grampsxml.dtd, data/grampsxml.rng: Add "note" to acceptable target types in schemafiles svn: r18030 2011-08-11 Michiel Nauta * src/ThumbNails.py: Use correct thumbnail for unthumbnailable images, see bug 5017 svn: r18028 2011-08-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Little bits of cleanup in the javascript code for place maps. svn: r18027 2011-08-11 Serge Noiraud * src/plugins/lib/maps/grampsmaps.py: Geography : first try to solve bug 5053. svn: r18026 2011-08-11 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: If there is no image Exif metadata, the media object's date will be displayed on the Edit screen if there is one available. svn: r18024 2011-08-10 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed issue in adding the media object's date field. svn: r18023 2011-08-09 Michiel Nauta * src/gen/db/base.py: 5145: attempted deletion stopped svn: r18020 2011-08-09 Mirko Leonhäuser * po/de.po: updated german translation svn: r18018 2011-08-09 Jérôme Rapinat * src/plugins/webstuff/css/narrative-maps.css: more confort for small screen svn: r18017 2011-08-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Re- verted two function name back to their original as I keep forgetting what they are and I can't access them. svn: r18015 2011-08-08 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Instead of re- inventing the wheel, used the existing wheel. Used conv_lat_lon() from PlaceUtils to handle GPS Coordinates. svn: r18014 2011-08-08 Michiel Nauta * src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py: 5109: Error when merging duplicate records svn: r18012 2011-08-08 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: openstreet_jsc not initialized on body according to htmlconst svn: r18011 2011-08-08 Jérôme Rapinat * configure.in, po/ja.po, src/plugins/lib/libtranslate.py: Enable Japanese support svn: r18009 2011-08-07 Michiel Nauta * data/grampsxml.dtd, data/grampsxml.rng: 5105: Parser Error on DTD 1.4.0 with XML::LibXML svn: r18004 2011-08-07 Serge Noiraud * src/plugins/webstuff/Makefile.am, src/plugins/webstuff/js/Makefile.am: Geoview : after removing mapstraction, make didn't work. svn: r18000 2011-08-06 Rob G. Healey * configure.in, src/plugins/webstuff/js/Makefile.am: Removed mapstraction files from the Makefile.am, and removed the directory from the configurew file. Failure to compile is now fixed. svn: r17998 2011-08-06 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed a couple of small little things. svn: r17997 2011-08-06 Serge Noiraud * src/plugins/webstuff/js/mapstraction/README, src/plugins/webstuff/js/mapstraction/mxn.core.js, src/plugins/webstuff/js/mapstraction/mxn.geocommons.core.js, src/plugins/webstuff/js/mapstraction/mxn.google.core.js, src/plugins/webstuff/js/mapstraction/mxn.google.geocoder.js, src/plugins/webstuff/js/mapstraction/mxn.googleearth.core.js, src/plugins/webstuff/js/mapstraction/mxn.googlev3.core.js, src/plugins/webstuff/js/mapstraction/mxn.js, src/plugins/webstuff/js/mapstraction/mxn.openlayers.core.js: GeoView : removing all the old files ( mapstraction directory ) svn: r17996 2011-08-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed unnecessary function that was missed from earlier commits. svn: r17995 2011-08-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: Fixed placement of button on Google-Markers. Fixed navigation menu title within hyperlink. svn: r17993 2011-08-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Attempt at getting zoomlevel correct in displaying a larger map section based on Family Map. svn: r17992 2011-08-05 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed and enhanced the Google Maps, OpenStreetMaps will be next svn: r17991 2011-08-04 Jérôme Rapinat * po/pt_BR.po: major update (by André Marcelo Alvarenga); merge from branch33 svn: r17990 2011-08-02 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: Finally have all pieces working once again... svn: r17987 2011-08-02 Jérôme Rapinat * src/docgen/ODSTab.py: 5120: 'Export view' to odt file crashs (patch by PaulFranklin) svn: r17986 2011-08-01 Nick Hall * src/glade/editcitation.glade, src/gui/editors/editcitation.py: New citation editor svn: r17983 2011-07-31 Brian Matherly * src/plugins/docgen/LaTeXDoc.py: Patch by Adam Stein - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - make links clickable in LaTeX. svn: r17982 2011-07-30 Rob G. Healey * src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/webstuff.py: Removed blue-marker.png image because Serge has plenty of marker images for GeoView and Geography. svn: r17980 2011-07-29 Nick Hall * src/gui/views/treemodels/citationmodel.py: Remove code that was adding duplicate nodes to the model svn: r17979 2011-07-29 Tim G L Lyons * src/gui/views/treemodels/citationmodel.py: Fixed missing column_header and 'self' in citationmodel svn: r17978 2011-07-29 Tim G L Lyons * src/Filters/SideBar/_CitationSidebarFilter.py, src/gen/db/upgrade.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/mediaobj.py, src/gui/editors/displaytabs/citationbackreflist.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/citationrefmodel.py, src/gui/editors/editcitation.py, src/gui/editors/editsource.py, src/gui/selectors/selectcitation.py, src/gui/views/treemodels/citationmodel.py, src/plugins/lib/libcitationview.py, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.py, src/plugins/view/sourceview.py: Added svn properties and improved some code layout (mainly long lines). svn: r17977 2011-07-28 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Beginning steps for Google/ Family Map Options. svn: r17976 2011-07-28 Rob G. Healey * : Adding blue marker as a secondary marker for NarrativeWeb's PlaceMap and FamilyMap. svn: r17975 2011-07-28 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css, src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/webstuff.py: More work being done on FamilyMap with OpenStreetMap. svn: r17974 2011-07-27 Nick Hall * src/gui/selectors/baseselector.py, src/gui/selectors/selectcitation.py, src/gui/views/treemodels/citationmodel.py, src/gui/views/treemodels/treebasemodel.py: Allow selection of two different object types in selectors svn: r17973 2011-07-27 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Changed Place Map Options so that either option will allow the MapService options as both should have access to it. svn: r17972 2011-07-27 Brian Matherly * src/ImgManip.py, src/plugins/docgen/RTFDoc.py, src/plugins/lib/libcairodoc.py, src/plugins/webreport/NarrativeWeb.py: Patch by Adam Stein - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" svn: r17971 2011-07-26 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: typo svn: r17969 2011-07-26 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: make OpenStreetMap and Marker layers working together svn: r17968 2011-07-26 Rob G. Healey * src/plugins/webstuff/css/narrative-maps.css: Removedall unnecessary style sheet elements. svn: r17967 2011-07-26 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css: Added extra features to OpenStreetMap in Place Maps. svn: r17966 2011-07-25 Nick Hall * po/POTFILES.skip, src/DisplayState.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/gui/grampsbar.py, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/basicentry.py, src/gui/widgets/photo.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PlaceDetails.py: Introduce experimental netbook mode for small screen sizes svn: r17965 2011-07-24 Nick Hall * src/plugins/lib/libcitationview.py: Correct column heading svn: r17963 2011-07-24 Nick Hall * src/gui/views/treemodels/citationmodel.py, src/plugins/lib/libcitationview.py: Improve layout of citation tree view svn: r17962 2011-07-24 Nick Hall * src/config.py, src/gui/editors/editcitation.py: Add width and height configuration settings svn: r17961 2011-07-24 Tim G L Lyons * src/Bookmarks.py, src/DbState.py, src/DisplayState.py, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_CitationSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Utils.py, src/config.py, src/gen/db/base.py, src/gen/db/dbconst.py, src/gen/db/read.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/lib/Makefile.am, src/gen/lib/__init__.py, src/gen/lib/citation.py, src/gen/lib/citationbase.py, src/gen/lib/mediaobj.py, src/gen/utils/callman.py, src/glade/Makefile.am, src/glade/editcitation.glade, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/displaytabs/Makefile.am, src/gui/editors/displaytabs/__init__.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/citationbackreflist.py, src/gui/editors/displaytabs/citationembedlist.py, src/gui/editors/displaytabs/citationrefmodel.py, src/gui/editors/editcitation.py, src/gui/editors/editmedia.py, src/gui/editors/editsource.py, src/gui/selectors/Makefile.am, src/gui/selectors/selectcitation.py, src/gui/selectors/selectorfactory.py, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/citationmodel.py, src/plugins/gramplet/Backlinks.py, src/plugins/gramplet/Filter.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/Notes.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libcitationview.py, src/plugins/view/Makefile.am, src/plugins/view/citationlistview.py, src/plugins/view/citationtreeview.gpr.py, src/plugins/view/citationtreeview.py, src/plugins/view/sourceview.py, src/plugins/view/view.gpr.py: Initial prototype. * Changed database to introduce Citations * Introduced new Citation Primary object and CitationBase (equivalent to CitationRef) child object * Implemented CitationTreeModel and CitationListModel * Implemented CitationTreeView and CitationListView for new citation views in the navigator * Implemented EditCitation which is used both for the citation views in the navigator and for the citations of an object * Implemented the CitationEmbedList to display the citations of an object * Modified the bottom bar gramplets to support citations * Implemented the citation selector. * Modified Media object to include references to Citations * Initial work on deleting citations svn: r17960 2011-07-24 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: try to add support for OpenStreetMap; overview controler svn: r17958 2011-07-24 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: try to add support for OpenStreetMap; switcher support svn: r17957 2011-07-24 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: try to add support for OpenStreetMap; better naming svn: r17956 2011-07-24 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: try to add support for OpenStreetMap; cleanup svn: r17955 2011-07-24 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: try to add support for OpenStreetMap; same init() name as Google (body onload) svn: r17954 2011-07-24 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: try to add support for OpenStreetMap's marker and layer svn: r17953 2011-07-24 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: try to add OpenLayers.js support for OpenStreetMap svn: r17952 2011-07-24 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: use main url for OpenLayers.js svn: r17951 2011-07-24 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: try to add OpenLayers.js support for OpenStreetMap svn: r17950 2011-07-24 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py: Fixed missing longitude/ latitude variables for openstreetmap. Thank Jerome Rapinet. svn: r17949 2011-07-23 Jérôme Rapinat * src/plugins/lib/libhtmlconst.py: minor improvements after rev17946 svn: r17948 2011-07-23 Rob G. Healey * : Feature request#4754; Updated Creative Commons's icon for web pages such as NarrativeWeb and WebCal. svn: r17947 2011-07-23 Rob G. Healey * src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py: Added OpenStreetMap and GoogleMap javascript code into the library for easier processing and usability. Updated NarrativeWeb as needed. svn: r17946 2011-07-21 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed the proper timing for the Edit and Delete buttons to be sensitive. svn: r17943 2011-07-20 Rob G. Healey * src/plugins/webstuff/css/Makefile.am: Forgot to remove mapstraction.css ad add narrative-maps.css svn: r17941 2011-07-20 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error in saving Altitude. Some cleanup of code svn: r17940 2011-07-19 Rob G. Healey * : Feature request#4754; update 'reative Commons' logo update since the old one has been used in NarrativeWeb and Web Cal for some long now. svn: r17939 2011-07-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/narrative-maps.css, src/plugins/webstuff/webstuff.py: Finished up with Family Map Pages' map. Fixed the Place Maps' tab options. svn: r17938 2011-07-18 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Mapstraction.css, src/plugins/webstuff/css/narrative-maps.css, src/plugins/webstuff/webstuff.py: Updated FamilyMap to use current google v3 javascript. No longer needs mxn/ Mapstraction jaqvascript files. Changed name of a css file for using with these maps. svn: r17937 2011-07-16 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Mapstraction.css: Updated Family Map pages to use the latest google v3 javascript map builder. svn: r17935 2011-07-16 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Great big cleanup. svn: r17934 2011-07-15 Michiel Nauta * src/plugins/view/relview.py: 4861: Relationship view doesn't show marriage if no spouse svn: r17932 2011-07-15 Nick Hall * src/plugins/lib/libmetadata.py: Remove set_has_data calls svn: r17931 2011-07-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Completion of Feature Request#5026; Use object instead of iframe. Allow only googlemap or (openstreetmap or wikimapia together). Google map will override openstreetmap and wikimapia. svn: r17930 2011-07-14 Espen Berg * po/nb.po: Fully revised Norwegian bokmål translation svn: r17929 2011-07-14 Espen Berg * po/nb.po: Revised Norwegian bokmål translation svn: r17928 2011-07-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Enabled the marker for the place in the place map. Click on a marker and watch... svn: r17927 2011-07-14 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py, src/plugins/webreport/NarrativeWeb.py: Feature request#5026 -- fixed mistakes added in last commit. svn: r17926 2011-07-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Feature request#5026: Ability to select another map provider than Google on NarrativeWeb report; thank you Jerome Rapinet. svn: r17925 2011-07-13 Jérôme Rapinat * po/ja.po: start Japanese translation (contribution by yanmar) svn: r17924 2011-07-12 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 4907: Do not create links to AddressBookPage on Main Nav Menu if addrlist is empty svn: r17921 2011-07-12 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Visually.css: 5063: Mainz stylesheet bugs: align subtables and fix source ref links svn: r17919 2011-07-12 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added functionality to allow user to changed the media object's title within my addon. svn: r17918 2011-07-12 Brian Matherly * src/ImgManip.py, src/gen/plug/docgen/textdoc.py, src/gen/plug/report/utils.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/ODFDoc.py: Patch by Adam Stein - Partial completion of "0002513: Using section/region on media_ref as thumbnail on reports" svn: r17917 2011-07-12 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Removed the convert GPS functionality as this is not a GPS Conversion script. svn: r17916 2011-07-12 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed many errors in save, copy, clear. Added changes made by Nick Hall-- using libmetadata. svn: r17915 2011-07-10 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Mapstraction.css, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Visually.css: 5063: Mainz stylesheet bugs svn: r17913 2011-07-10 Nick Hall * po/POTFILES.in, src/plugins/gramplet/MetadataViewer.py, src/plugins/lib/Makefile.am, src/plugins/lib/libmetadata.py: Move metadata treeview into a new library file svn: r17912 2011-07-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an crashing error in Save and Copy functions. svn: r17911 2011-07-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Moved tag_label to before func in TAGS_. Modified column lengths to attempt to better view the displaying area. svn: r17910 2011-07-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Modified valid PIL.Image file types to match file types in valid exiv2 types. svn: r17909 2011-07-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added a label for XmpTag and IptcTag tags in TAGS_, so now it is: for section, key, key2, func, label in TAGS_ in __display_exif_tags() svn: r17908 2011-07-08 Espen Berg * po/nb.po: Revised Norwegian bokmål translation svn: r17907 2011-07-08 Jérôme Rapinat * src/gen/plug/report/utils.py: typo on docstring svn: r17905 2011-07-07 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed some layout things. svn: r17903 2011-07-07 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Removed a duplicate function. Removed some set.size_requests as possible without destroying the layout of the Edit window. svn: r17902 2011-07-07 Peter Landgren * src/plugins/graph/GVFamilyLines.py: Fix of issue 5045 and 5073, double progress bars ic now one. svn: r17900 2011-07-07 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Re- sized the width and height of the Edit window for Exif metadata. I hope that this will be a better layout. svn: r17899 2011-07-07 Doug Blank * src/gui/widgets/statusbar.py: Refactored statusbar width svn: r17898 2011-07-06 Nick Hall * src/gui/grampsbar.py, src/gui/views/pageview.py: 4809: Add an option to restore a GrampsBar to its default gramplets svn: r17897 2011-07-05 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Clean up of import section, added node category -- thanks Nick Hall. Cleanup of code. svn: r17894 2011-07-05 Zdeněk Hataš * po/cs.po: czech translation update svn: r17893 2011-07-02 Nick Hall * src/plugins/gramplet/MetadataViewer.py: Update Metadata Viewer gramplet to use a tree view svn: r17892 2011-07-02 Nick Hall * src/ListModel.py: 5069: Fix bug preventing info objects being added to a root node of a tree svn: r17891 2011-07-01 Tim G L Lyons * : create a branch for GEPS 023 work svn: r17888 2011-07-01 Michiel Nauta * src/plugins/import/ImportXml.py, src/plugins/tool/ReorderIds.py: 5054: ID format conversion creates duplicates svn: r17884 2011-07-01 Peter Landgren * po/sv.po: Swedish update, not complete yet. svn: r17882 2011-07-01 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Cleanup of some def variables. svn: r17879 2011-07-01 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed problems in converting files. Fixed problem when a user would convert an image and then double same image after it was converted. Adjusted sizes of the event boxes of Thumbnail, ImageType, and Convert Buttons. svn: r17878 2011-06-30 Nick Hall * src/plugins/gramplet/Sources.py: Enhance sources gramplets to show sources of child objects svn: r17875 2011-06-30 Nick Hall * src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/sourceembedlist.py: 5055: Issue warning when attempting to edit media reference when media object is already being edited svn: r17873 2011-06-30 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py, src/plugins/webreport/WebCal.py: Removed a lot of debugging code from when I first got involved with Gramps. back in those immature days of learning my first python code. svn: r17871 2011-06-30 Brian Matherly * src/cli/plug/__init__.py, src/plugins/BookReport.py: 0004705: Book Report does not work from CLI (Patch from Paul Franklin). svn: r17870 2011-06-30 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error in convert_file(). svn: r17869 2011-06-30 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed list of compatible PIL.Image convertible image types. svn: r17868 2011-06-29 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed problem with not being able to hide my combo box. Use combo_box.set_sensitive() instead of combo_box.hide(). svn: r17865 2011-06-29 Rob G. Healey * README: Removed ImageMagick and Jhead from dependencies svn: r17864 2011-06-29 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed GPS Coordinates. Fixed Converting image files. Fixed media object.set_path(). Fixed media object_set_date_object(). Some cleanup. svn: r17863 2011-06-28 John Ralls * src/GrampsLocale/_GrampsLocale.py, src/MacTransUtils.py, src/Utils.py: Bug #5044: Unable to enter valid dates when the (full) month contains accented letters. This turns out to be a codeset-setting issue, where unicode() returns different (perfectly valid) encodings of the words depending upon which codeset it's given. There's also a problem with using locale.getpreferredencoding() on OSX: It returns "mac roman", pretty much regardless of the environment locale settings. This isn't correct for recent versions of OSX under any circumstances, so this change also disables calling it on macs. svn: r17859 2011-06-28 John Ralls * mac/gramps.modules: OSX: Add gramps-33 addons module svn: r17858 2011-06-28 John Ralls * mac/gramps.bundle: OSX: Gramps.bundle cleanup; fix accelerator file name svn: r17857 2011-06-28 John Ralls * mac/launcher.sh: OSX: Launcher script cleanup; makes changing python version easier svn: r17856 2011-06-28 John Ralls * mac/launcher.sh: OSX: Modify launcher script to reflect moving of the localizations inside gramps (r17707/08) svn: r17855 2011-06-28 John Ralls * mac/gramps.bundle, mac/gramps.modules, mac/launcher.sh: OSX: Update dependencies to match Gramps-3.3.0 release notes. svn: r17854 2011-06-28 John Ralls * mac/gramps.modules: OSX: Change pyosmgpsmap package from autotools to distutils; distutils works better. svn: r17853 2011-06-28 John Ralls * mac/gramps.modules: OSX: Remove berkeleydb module; moved to gtk-osx modulesets. svn: r17852 2011-06-28 John Ralls * mac/gramps.modules: OSX: Update modules for new URL scheme at Github svn: r17851 2011-06-28 John Ralls * mac/gramps.bundle: OSX: Remove the python runfile. Didn't work out. svn: r17850 2011-06-27 Michiel Nauta * src/gen/lib/surnamebase.py, src/plugins/lib/libgedcom.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/NarrativeWeb.py: 5046: GEDCOM import fails on aka name svn: r17838 2011-06-27 Jérôme Rapinat * src/plugins/docgen/HtmlDoc.py: 5023: Textual reports are crashing with HTML format without stylesheet set svn: r17837 2011-06-27 Jérôme Rapinat * src/gui/plug/_guioptions.py: 5032: Report selection logic svn: r17835 2011-06-25 Michiel Nauta * src/ThumbNails.py: Hardened thumbnailer for errors such as bug 5017 svn: r17830 2011-06-22 Brian Matherly * src/plugins/BookReport.py: 0004977: feature request: sorted "Available Items" in Book Report (Patch from Paul Franklin) svn: r17826 2011-06-22 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed error in strip_metadata() that crashed when clearing the viewing area. svn: r17825 2011-06-21 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Removed the use of the del/ rm command to delete a file. Thank you, Brian Matterly. svn: r17824 2011-06-20 Michiel Nauta * src/plugins/webstuff/css/Web_Basic-Ash.css: 5022: Layout in website 3.0 svn: r17822 2011-06-20 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 4808: Latitude and Longitude in the web report svn: r17820 2011-06-20 Michiel Nauta * src/plugins/import/ImportXml.py: 5027: After export to XML and Import into new DB all surnames become primary svn: r17818 2011-06-20 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed errors discovered by Nick Hall. Remove dependencies on ImageMagick and Jhead. Convert is being done by PIL.Image, and delete is being done by local computer delete command. Thank you Nick and Benny svn: r17817 2011-06-19 Mirko Leonhäuser * po/de.po: reviewed german translation svn: r17816 2011-06-19 Fedik * po/uk.po: updated and translated a few lines svn: r17814 2011-06-19 Jérôme Rapinat * README: need at least python 2.6 and pygtk 2.16 svn: r17812 2011-06-19 Zdeněk Hataš * po/cs.po: czech translation update svn: r17810 2011-06-19 Peter Landgren * src/gen/plug/docgen/textdoc.py, src/gen/plug/report/endnotes.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/IndivComplete.py: Endnotes improvment, see issue 4997 & 4998. svn: r17809 2011-06-19 Brian Matherly * src/cli/plug/__init__.py: 0005018: CLI report claims to ignore pre-existing "note" option (Patch from Paul Franklin) svn: r17807 2011-06-17 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added error trapping, adjusted size of Edit Window, fixed errors and some cleanup. svn: r17804 2011-06-16 Jérôme Rapinat * src/DateHandler/Makefile.am, src/DateHandler/_Date_da.py, src/DateHandler/__init__.py: Add Danish DateHandler (contribution by Chris Darnell) svn: r17800 2011-06-16 Doug Blank * src/gramps.py: 5000: feature request: make GRAMPSHOME's parent tree if needed, by PFranklin svn: r17798 2011-06-15 Brian Matherly * src/cli/plug/__init__.py: Clarify some command line report options. svn: r17795 2011-06-15 Jérôme Rapinat * src/ScratchPad.py, src/Simple/_SimpleTable.py: 4934: Menu items on SimpleTable and ScratchPad ignore translation strings for object class svn: r17793 2011-06-15 Benny Malengier * src/gui/viewmanager.py, src/plugins/sidebar/categorysidebar.py: 5002: control n and p to move between categories not working svn: r17791 2011-06-15 Rob G. Healey * README: Added ImageMagick and jhead to the list of optional depemdemcies. svn: r17786 2011-06-14 Benny Malengier * src/gui/views/navigationview.py: src/gui/views/navigationview.py svn: r17784 2011-06-14 Benny Malengier * src/gui/views/pageview.py: 5004: hot key for bottombar and filter sidebar svn: r17782 2011-06-14 Benny Malengier * src/gui/viewmanager.py: 5002: control n and p to move between categories not working 5003: A hotkey to enable/disable the navigator is needed svn: r17780 2011-06-14 Mirko Leonhäuser * po/de.po: updated german translation svn: r17777 2011-06-14 Jérôme Rapinat * src/ScratchPad.py, src/Simple/_SimpleTable.py: 4934: context for translators svn: r17776 2011-06-14 Jérôme Rapinat * docs/api.rst, docs/simple.rst: 4935: Update API documentation; add Simple API svn: r17775 2011-06-13 Michiel Nauta * src/plugins/lib/libgedcom.py: 4856: Gedcom import of empty note leads to invalid database svn: r17766 2011-06-12 Zdeněk Hataš * po/cs.po: czech translation update svn: r17764 2011-06-12 Peter Landgren * src/plugins/gramplet/PlaceDetails.py: Fix of issue 4992, same value in both lat and long. svn: r17762 2011-06-12 Nick Hall * src/plugins/gramplet/EditExifMetadata.py: Display partial dates as invalid svn: r17760 2011-06-12 Nick Hall * src/plugins/gramplet/EditExifMetadata.py: Bug fix svn: r17759 2011-06-12 Luigi Toscano * po/it.po: Merge from 3.3 svn: r17758 2011-06-12 Stéphane Charette * NEWS, debian/changelog, debian/control: updated several files to reflect the 3.3.0 release svn: r17756 2011-06-10 Michiel Nauta * src/ThumbNails.py, src/plugins/webreport/NarrativeWeb.py: 4316: [NarWeb] Missing document.png svn: r17742 2011-06-10 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: pylint score cleanup... svn: r17740 2011-06-10 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Disabled 'content-changed' signal which at least allows me to enter the date without it crashing. svn: r17739 2011-06-10 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Nick Hall created a patch which adds bet6ter date validation, and Latitude/ Longitude validation. svn: r17738 2011-06-09 Nick Hall * src/plugins/gramplet/EditExifMetadata.py: Fix error when date and time are empty svn: r17736 2011-06-09 Nick Hall * src/plugins/gramplet/EditExifMetadata.py: Tidy up date/time functionality svn: r17735 2011-06-09 Peter Landgren * src/gen/plug/report/_bibliography.py, src/gen/plug/report/endnotes.py: Fix so that date, if any, in source reference is printed. svn: r17734 2011-06-09 Peter Landgren * src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/IndivComplete.py: Fix so that date, if any, in source reference is printed. svn: r17733 2011-06-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Code refinement provided by Gerald Britton. svn: r17728 2011-06-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Tweak'd the _format_datetime() function. svn: r17726 2011-06-09 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added patch to fix the 'Modified' and 'Original' date/ time fields. Thank you Nick Hall. svn: r17725 2011-06-08 Gary Burton * src/gui/editors/displaytabs/gallerytab.py: Improve alignment of gallery objects and their text labels svn: r17721 2011-06-08 Jérôme Rapinat * docs/gen/gen_db.rst, docs/gen/gen_utils.rst: 4935: update API documentation svn: r17718 2011-06-08 Michiel Nauta * src/plugins/import/ImportXml.py: Preserve import handle when family tree is empty svn: r17715 2011-06-08 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error in 'converting Latitude/ Longitude' in save_metadata(). svn: r17714 2011-06-08 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed a failure to save... svn: r17713 2011-06-08 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed errors in _format_datetime() to match corrections from Nick Hall. Removed 'Clear' button from the initial display, thanks Nick and Helge. svn: r17711 2011-06-07 Nick Hall * src/gui/viewmanager.py, src/plugins/sidebar/categorysidebar.py: 4969: Prevent a view being changed whilst a view change is already in progress svn: r17710 2011-06-07 John Ralls * src/MacTransUtils.py, src/Makefile.am, src/TransUtils.py: Move Mac localization settings inside Gramps. svn: r17707 2011-06-07 John Ralls * mac/launcher.sh, mac/rungramps.py: Undo the rungramps changes. Importing gramps at the end of rungramps causes threading deadlocks because of a lock (held by the main thread as long as Gramps is running) on import. svn: r17706 2011-06-07 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py: Geography : The first click on button 1 ( left ) gives a zoom after changing map view. svn: r17704 2011-06-07 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error in thumbnail_view(). Thank you, Helge Privat svn: r17703 2011-06-06 Nick Hall * src/plugins/gramplet/MetadataViewer.py: 4974: Fix formatting of dates before 1900 svn: r17702 2011-06-06 Michiel Nauta * src/gui/views/tags.py: Add comment clarifying use of modal during tag assignment/reÃmoval svn: r17699 2011-06-06 Zdeněk Hataš * po/cs.po: czech translation update svn: r17696 2011-06-06 Gary Burton * src/gui/widgets/monitoredwidgets.py: Bug #4825. Ensure that button is still clickable svn: r17695 2011-06-06 Brian Matherly * src/cli/plug/__init__.py: Add support for paper margins from CLI. svn: r17693 2011-06-06 Brian Matherly * src/cli/arghandler.py, src/cli/plug/__init__.py: Add support for lists on the command line. svn: r17691 2011-06-04 Mirko Leonhäuser * po/de.po: updated german translation svn: r17688 2011-06-04 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 4964: Gramps crashed during web report generation with person place maps svn: r17687 2011-06-04 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 4964: Gramps crashed during web report generation with person place maps svn: r17685 2011-06-04 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added GPSAltitude, GPSAltitudeRef, GPSTimeStamp... svn: r17681 2011-06-03 Michiel Nauta * src/QuestionDialog.py, src/glade/questiondialog.glade: Make InfoDialog non modal svn: r17679 2011-06-03 Michiel Nauta * src/plugins/import/ImportXml.py: Fix merge advice on import to merge places with identical ids svn: r17677 2011-06-03 Michiel Nauta * src/gui/views/tags.py: 4959: Errors raised by Organize Tags window related to tag removal svn: r17675 2011-06-03 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py: Geography : cursor driven region and autozoom ( #0004882 ) svn: r17674 2011-06-03 Michiel Nauta * src/gui/views/tags.py: 4951: AttributeError on removal of a tag svn: r17672 2011-06-02 Nick Hall * src/gui/views/tags.py: 4951: Fix bug introduced in r17423 svn: r17671 2011-06-02 Jérôme Rapinat * src/plugins/gramplet/PluginManagerGramplet.py: revert r17665 and r17623 svn: r17667 2011-06-02 Jérôme Rapinat * src/plugins/gramplet/PluginManagerGramplet.py: try to fix 'self.URL' svn: r17665 2011-06-02 Jérôme Rapinat * src/gui/configure.py: 4952: Several grammar mistakes svn: r17662 2011-06-02 Jérôme Rapinat * src/Filters/Rules/Place/_HasNoLatOrLon.py: 4952: Several grammar mistakes svn: r17661 2011-06-02 Jérôme Rapinat * src/Filters/Rules/Note/_MatchesRegexpOf.py, src/Filters/Rules/Note/_MatchesSubstringOf.py, src/Filters/Rules/Repository/_MatchesNameSubstringOf.py, src/Filters/Rules/Source/_MatchesTitleSubstringOf.py, src/gui/configure.py: 4952: Several grammar mistakes svn: r17660 2011-06-02 Benny Malengier * src/plugins/gramplet/Children.py: 4954: Error showing children if no spouse in family svn: r17658 2011-06-02 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Removed the background event_box colors as Gerald Britton reported a crash on his computer because of them. svn: r17656 2011-06-02 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Removed gpsTimeStamp and re-added the converting of GPS Latitude/ Longitude Coordinates. svn: r17655 2011-06-02 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Modified retrieving and setting of image metadata keypairs. svn: r17654 2011-06-02 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Re-adjusted column widths to display information easier to see. svn: r17653 2011-06-02 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added image dimensions to main display area. svn: r17652 2011-06-02 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added 'Total number shown' to the display. svn: r17651 2011-06-02 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Bug#4919: Fixed error in reading and processing Xmp, Iptc keys in pyexiv2-0.1.3. Thanks Benny Malengier. svn: r17650 2011-06-01 Michiel Nauta * data/grampsxml.dtd, data/grampsxml.rng, src/Merge/test/merge_ref_test.py, src/gen/db/read.py, src/plugins/import/ImportXml.py: 4209: XML DTD rewrite, cleanup svn: r17647 2011-06-01 Jérôme Rapinat * docs/api.rst, docs/gen/gen_db.rst, docs/gen/gen_display.rst, docs/gen/gen_lib.rst, docs/gen/gen_plug.rst, docs/gen/gen_proxy.rst, docs/gen/gen_utils.rst: 4935: update API documentation svn: r17646 2011-06-01 Jérôme Rapinat * docs/date.rst, docs/gen/gen_lib.rst: 4935: update API documentation svn: r17644 2011-06-01 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: First step in reading and processing GPSAltitude, and GPSTimeStamp. svn: r17642 2011-05-31 Doug Blank * src/gui/widgets/grampletpane.py: 4950: Unhandled exception upon closing Gramps with an undocked gramplet svn: r17639 2011-05-31 Doug Blank * src/gui/widgets/grampletpane.py: Corrupt gramplet file fixes svn: r17637 2011-05-31 Serge Noiraud * src/plugins/lib/maps/geography.py: GeoView : close the Place Selection window before editing place svn: r17634 2011-05-30 Benny Malengier * src/plugins/lib/libgedcom.py: 4398: [GEDCOM] Import Father AND Mother ages on a family event, does not check gender. svn: r17631 2011-05-30 Benny Malengier * src/gui/widgets/monitoredwidgets.py: 4825: Tag button opens tagwindow on all buttons including tab svn: r17629 2011-05-30 Michiel Nauta * src/gui/filtereditor.py: 4906: Infinitive loop when trying to remove matched person/event filter rules svn: r17625 2011-05-30 Jérôme Rapinat * src/plugins/gramplet/PluginManagerGramplet.py: typo svn: r17623 2011-05-29 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/view/geoplaces.py: Geography : bug when liking to a place. svn: r17622 2011-05-29 Jérôme Rapinat * src/gui/views/navigationview.py: navigation history is for all objects svn: r17619 2011-05-29 Serge Noiraud * src/plugins/lib/maps/geography.py: Geography : copy and paste error. svn: r17617 2011-05-29 Serge Noiraud * src/plugins/lib/maps/geography.py: Geography : bug when linking a lat,lon to a place. svn: r17614 2011-05-29 Jérôme Rapinat * src/ScratchPad.py, src/Simple/_SimpleTable.py, src/TransUtils.py: 4934: try to properly return translation for objclass svn: r17613 2011-05-29 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Re-sized the date/ time fields to make them larger and easier to hold the date/time string. svn: r17610 2011-05-28 Vassilii Khachaturov * po/ru.po: RU: some extra capitalization removed adding phantom patronymic in translation of display formats, for consistency (but it's still inconsistent with the custom format editor... aaargh...) svn: r17609 2011-05-28 Vassilii Khachaturov * po/ru.po: POT merge svn: r17608 2011-05-28 Benny Malengier * src/config.py, src/gen/display/name.py, src/gui/configure.py, src/plugins/webreport/NarrativeWeb.py: 4910: when no surname known, Narweb picks up the patronymic as Main surnames svn: r17606 2011-05-28 Serge Noiraud * src/plugins/lib/maps/geography.py: Geography : bug when link to place if you don't choose a place. svn: r17602 2011-05-28 Serge Noiraud * src/plugins/lib/maps/geography.py: Geography : suppress a print message. svn: r17601 2011-05-28 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fix an error in changing date/ time display into human_value in the model display area. svn: r17600 2011-05-28 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Basically, a total new re-write of my addon. svn: r17599 2011-05-27 Serge Noiraud * src/plugins/lib/maps/grampsmaps.py, src/plugins/view/geoplaces.py: Geography : add go to place in the right click menu for the places map view. svn: r17598 2011-05-27 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py: Geography : show the place name in the status bar when the mouse is over a marker. svn: r17597 2011-05-27 Jérôme Rapinat * po/fr.po, src/TransUtils.py: 4934: Menu items on SimpleTable and ScratchPad ignore translation strings for object class (test translations) svn: r17595 2011-05-27 Jérôme Rapinat * docs/corecli/cli.rst, docs/coregui/gui.rst, docs/date.rst, docs/relationship.rst: 4935: Update API documentation for Gramps 3.3.x; add localized handlers; start CLI and GUI svn: r17592 2011-05-27 Serge Noiraud * src/plugins/lib/maps/grampsmaps.py: Geography : add motion events to show places in the status bar. svn: r17590 2011-05-27 Serge Noiraud * src/plugins/view/geoevents.py: Geography : feature request #0004882 : adding "go to place" from menu ( right click on the map ) svn: r17589 2011-05-27 Doug Blank * src/plugins/gramplet/WelcomeGramplet.py: Typo svn: r17587 2011-05-27 Doug Blank * src/plugins/gramplet/WelcomeGramplet.py: Refined welcome statement svn: r17584 2011-05-27 Doug Blank * src/ScratchPad.py, src/Simple/_SimpleTable.py, src/TransUtils.py: Added a translation function for 'See %s details' svn: r17583 2011-05-27 Benny Malengier * src/plugins/gramplet/WelcomeGramplet.py, src/plugins/gramplet/gramplet.gpr.py: update welcome gramplet for release svn: r17582 2011-05-27 Benny Malengier * src/gen/lib/styledtext.py, src/plugins/Records.py: Allow modifier % on styledtext svn: r17579 2011-05-27 Serge Noiraud * src/plugins/view/geoevents.py, src/plugins/view/geoperson.py: Geography : use the same date format in events, person and family map views. svn: r17577 2011-05-26 Jérôme Rapinat * docs/api.rst, docs/date.rst: 4935: add Date Handler classes svn: r17573 2011-05-26 Jérôme Rapinat * docs/conf.py, docs/gen/gen_plug.rst: 4935: Update API for Gramps 3.3.x svn: r17569 2011-05-26 Serge Noiraud * src/plugins/view/geofamily.py, src/plugins/view/geoperson.py: Geography : adding date in popup to person and family views ( feature request #0004882 ) svn: r17567 2011-05-26 Benny Malengier * src/gui/columnorder.py: Last column is an integer, not general object svn: r17566 2011-05-26 Jérôme Rapinat * README, src/Spell.py, src/gui/widgets/styledtexteditor.py: 3866 3976 3977: Two 'spell' entries; remove Enchant dependency (patch by Tim Lyons) svn: r17563 2011-05-26 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed errors in disabling buttons. svn: r17562 2011-05-25 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error in _format_datetime() when the year < 1900... svn: r17561 2011-05-25 Serge Noiraud * src/plugins/view/geoevents.py: Geography : geoevents : adding year in popup + bug correction. svn: r17560 2011-05-25 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py: Geography : feature request : #0004867 + some cleaning ( trailing spaces ) svn: r17557 2011-05-24 Michiel Nauta * src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Repository/_HasRepo.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_Rule.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py: 759: regular expression not working in family filter/sidebar filters svn: r17555 2011-05-22 Doug Blank * src/gui/widgets/grampletpane.py: Fixed issue with state check svn: r17553 2011-05-22 Benny Malengier * src/gui/viewmanager.py, src/gui/views/pageview.py: Prevent crash on building of a view that fails. A dummy view is shown with the error on failure of a view. svn: r17551 2011-05-22 Michiel Nauta * src/Filters/Rules/Family/_HasEvent.py, src/Filters/Rules/MediaObject/_HasMedia.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/Place/_HasPlace.py, src/Filters/Rules/Repository/_HasRepo.py, src/Filters/Rules/Source/_HasSource.py, src/Filters/Rules/_HasEventBase.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py: 4921: Want a "Main Participants" entry in sidebar eventfilter; cleanup svn: r17549 2011-05-21 Doug Blank * src/gen/lib/date.py: Made NextYear use Today() + 1 svn: r17547 2011-05-21 Jérôme Rapinat * src/DateEdit.py, src/gen/lib/date.py: 2521, 4923 'after' and validation (partial fix); typo on NextYear() svn: r17545 2011-05-21 Stéphane Charette * po/gramps.pot: updated gramps.pot prior to beta release svn: r17543 2011-05-20 Vassilii Khachaturov * po/ru.po: POT merge, more translations. svn: r17540 2011-05-19 Michiel Nauta * src/Filters/Rules/_HasEventBase.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Utils.py: 4921: Want a "Main Participants" entry in sidebar eventfilter svn: r17539 2011-05-19 Michiel Nauta * src/Filters/SideBar/_SidebarFilter.py, src/ToolTips.py, src/cli/plug/__init__.py, src/gen/db/base.py, src/gen/db/read.py, src/gen/proxy/filter.py, src/gen/proxy/proxybase.py, src/gui/filtereditor.py, src/gui/views/tags.py, src/plugins/export/ExportPkg.py, src/plugins/gramplet/WhatsNext.py, src/plugins/textreport/TagReport.py: Change default to return handles unsorted on get_object_handles methods svn: r17537 2011-05-19 Michiel Nauta * src/gui/widgets/grampletpane.py: 4920: Click on family in Session Log gramplet doesn't select that family svn: r17535 2011-05-19 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: If a user selects a non exiv2 image type, the Latitude/ Longitude event_boxes will change the background color to red instead of blue. svn: r17534 2011-05-19 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed text alignment for the Latitude/ Longitude labels. svn: r17533 2011-05-19 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added border around Latitude/ Longitude... svn: r17532 2011-05-19 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Re-worked the Latitude/ Longitude display. svn: r17531 2011-05-18 Jérôme Rapinat * po/fr.po: bug #4891 - tooltips on webcal svn: r17530 2011-05-18 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added gtk.STOCK_CLOSE to the Advanced View Close button... svn: r17529 2011-05-18 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Re-worked Advanced View... svn: r17528 2011-05-18 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Changed a few strings for more appropriate sentences. svn: r17527 2011-05-17 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added code to make sure that the entered day is not larger than the amount of days for the entered year and month in the date. svn: r17526 2011-05-17 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added tooltip_text for all of the spin buttons. svn: r17525 2011-05-17 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed and updated the 'Select Date' button to work properly with the spin buttons for the Date/ Time. svn: r17524 2011-05-17 Rob G. Healey * src/plugins/webreport/WebCal.py: Bug#4891; Translate issues for the menu items outside of the month names. Thank you Jerome Rapinet and JujuLand. svn: r17523 2011-05-17 Michiel Nauta * src/plugins/import/ImportCsv.py: Align interface with Xml import svn: r17521 2011-05-17 Michiel Nauta * src/gen/plug/utils.py: Allow setting mode on opening of file svn: r17519 2011-05-17 Michiel Nauta * src/gen/db/read.py: Prevent db deadlock on all_handles method svn: r17517 2011-05-17 Doug Blank * src/gui/widgets/grampletpane.py: Change initial gramplets, as per name change (dropped Gramplet from id) svn: r17516 2011-05-17 Rob G. Healey * src/plugins/webreport/WebCal.py: Bug#4891; myTitle patch provided by Jerome. Thank you. svn: r17514 2011-05-17 Rob G. Healey * src/plugins/webreport/WebCal.py: Bug# 0004891: Some little bugs in WebCal; issue #4 fixed... svn: r17512 2011-05-17 Rob G. Healey * src/plugins/webreport/WebCal.py: Bug# 0004891: Some little bugs in WebCal; #2 fixed... svn: r17511 2011-05-17 Rob G. Healey * src/plugins/webreport/WebCal.py: Bug# 0004891: Some little bugs in WebCal; item #1 fixed... svn: r17510 2011-05-16 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed a problem in _TOOLTIPS, and added 'Datestamp' label to show Original Date/ Time, which is still editable. svn: r17509 2011-05-16 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Updated spinners and created __create_spinner(). svn: r17507 2011-05-16 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed entry and button tooltips not being available until after clicking on a media object. svn: r17506 2011-05-15 Serge Noiraud * src/config.py, src/plugins/lib/maps/geography.py, src/plugins/view/geoperson.py: geography : use the same map directory for all views. adding possibility to change the zoom when we center the map. svn: r17502 2011-05-15 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added gtk.SpinButton() for the image DateTimeOriginal or DateTimeDigitized. svn: r17500 2011-05-14 Vassilii Khachaturov * po/ru.po: RU: POT merge, grammar fix in prev filter tooltips, more translations. Change the translation for "custom filter". svn: r17499 2011-05-14 Vassilii Khachaturov * src/DateHandler/_DateDisplay.py: Removing text_display method, as suggested by Doug (see http://www.gramps-project.org/bugs/view.php?id=4658#c19416 ). svn: r17498 2011-05-14 Jérôme Rapinat * src/gui/viewmanager.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/textreport/Summary.py: 4331: typo svn: r17496 2011-05-14 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed the 'changed' signal for data fields. svn: r17494 2011-05-13 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error caused by last commit. Got is_editable() working correctly now... svn: r17493 2011-05-13 Michiel Nauta * src/plugins/import/ImportVCard.py: Make interface similar to XML import svn: r17491 2011-05-13 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/gramplet.gpr.py: Several corrections, update has_data functionality, added update_exif functionality. svn: r17490 2011-05-13 Vassilii Khachaturov * po/ru.po: RU: minor fixes svn: r17489 2011-05-13 Vassilii Khachaturov * po/ru.po: RU: Minor fixes and EditExifMetadata translation (50%). While testing, discovered the strings don't look nice with the current GUI, but the gramplet doesn't work well here at the moment, so I'll wait with further translation until it does (see bug #4909). svn: r17488 2011-05-13 Serge Noiraud * src/plugins/lib/maps/grampsmaps.py: geography : remove debug_layer from grampsmaps (error) svn: r17487 2011-05-13 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py: geography : add a marker when we add or link a place. svn: r17486 2011-05-13 Brian Matherly * src/Filters/Rules/Person/_DeepRelationshipPathBetween.py: Only show progress if progress exists. (Patch from Adam Stein) svn: r17484 2011-05-13 Brian Matherly * src/ImgManip.py, src/plugins/docgen/ODFDoc.py: 0004905: Bug in ODF output format that ONLY crops the first image correctly (Patch from Adam Stein) svn: r17483 2011-05-12 Vassilii Khachaturov * po/ru.po: POT merge. Remove redundant capitalization (33%) svn: r17482 2011-05-12 Jérôme Rapinat * src/plugins/export/ExportGedcom.py: 4899: according to specification, increase limite from '72' (default) to '120' svn: r17481 2011-05-12 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added two new functionalities: a Thumbnail Viewing and an Advanced Viewing area. svn: r17478 2011-05-12 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Removed the Exif metadata Viewing Area... svn: r17477 2011-05-11 Benny Malengier * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: 4810: NarWeb - name formats not aligned in general preferences and NarWeb option svn: r17474 2011-05-11 Jérôme Rapinat * src/plugins/export/ExportFtree.py: 4842: Crash when exporting in Web Family Tree svn: r17473 2011-05-11 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added functionality to be able to add Xmp and Iptc tags to plugin images. svn: r17472 2011-05-11 Brian Matherly * src/plugins/tool/Verify.py: 0004801: Error in Database Verification tool check for max no of yrs between children (Patch from Paul Franklin) svn: r17471 2011-05-10 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 4852: [NarWeb]: urls to indivuals on Events page/base use relative path svn: r17468 2011-05-10 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Re-do some elements in the WebCal section of the style sheet. svn: r17467 2011-05-10 Vassilii Khachaturov * po/ru.po: RU: minor fixes, more translation svn: r17466 2011-05-09 Zdeněk Hataš * po/cs.po: message ending fixes svn: r17464 2011-05-09 Vassilii Khachaturov * po/ru.po: RU: more translations svn: r17463 2011-05-08 Vassilii Khachaturov * po/ru.po: Merge POT - 4896: Remove the word "Gramplet" from gramplet names svn: r17461 2011-05-08 Doug Blank * src/web/grampsdb/sql/name.sql: Remove index on surname svn: r17460 2011-05-08 Doug Blank * src/web/dbdjango.py: Swap parent classes because Python 2.7 can't find proper methods in subclass svn: r17459 2011-05-08 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 4891: consitent on common WEB translation string and with RTF support svn: r17457 2011-05-08 Jérôme Rapinat * src/gui/plug/_guioptions.py: 4853: Cannot enable 'child' options of BooleanOption (patch by Adam Stein) svn: r17456 2011-05-08 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 4891: enable translation for main navigation items svn: r17454 2011-05-08 Doug Blank * src/web/grampsdb/models.py, src/web/libdjango.py: Bring gramps-connect up to date with gramps 3.3 svn: r17452 2011-05-08 Brian Matherly * src/ImgManip.py, src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/textdoc.py, src/gen/plug/report/endnotes.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/RTFDoc.py: Patch from Adam Stein : Add support for links and cropped images in ODF document output. Also related to: http://www.gramps-project.org/bugs/view.php?id=4774 svn: r17451 2011-05-08 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added warning messages if the user does not have the external programs available on their computer. svn: r17449 2011-05-07 Nick Hall * src/plugins/gramplet/bottombar.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: 4896: Remove the word "Gramplet" from gramplet names svn: r17447 2011-05-07 Vassilii Khachaturov * po/ru.po: RU: more translations svn: r17444 2011-05-07 Vassilii Khachaturov * po/ru.po: RU: source ref dialog translation and kbd accel fix svn: r17443 2011-05-07 Vassilii Khachaturov * po/ru.po: POT merge (lots of new strings not translated came from geoview merge) svn: r17442 2011-05-07 Jérôme Rapinat * po/fr.po, src/Filters/Rules/Repository/_MatchesNameSubstringOf.py, src/Filters/Rules/Source/_MatchesTitleSubstringOf.py: 4698: do not split descriptions string svn: r17441 2011-05-07 Benny Malengier * src/gen/display/name.py: 4847: when no surname known, GRAMPS picks up the patronymic as Primary[sur] svn: r17439 2011-05-07 Benny Malengier * INSTALL: Bring inline with 3.3 svn: r17437 2011-05-07 Benny Malengier * README: Bring README up to data with 3.3 svn: r17436 2011-05-07 Jérôme Rapinat * src/plugins/webreport/WebCal.py: 4891: Some little bugs in WebCal svn: r17431 2011-05-07 Peter Landgren * po/sv.po: Swedish update. svn: r17428 2011-05-06 Jérôme Rapinat * src/plugins/lib/maps/Makefile.am: folder moved to plugins/lib/maps svn: r17426 2011-05-06 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added delete functionality after convert to .jpeg image svn: r17424 2011-05-05 Michiel Nauta * src/gen/db/write.py, src/gui/views/tags.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py: 4669: Long transactions can cause unwanted effects in TreeViews svn: r17422 2011-05-05 Jérôme Rapinat * src/Filters/Rules/Source/_MatchesTitelSubstringOf.py, src/Filters/Rules/Source/_MatchesTitleSubstringOf.py, src/Filters/Rules/Source/__init__.py: use english name... svn: r17420 2011-05-05 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py: geography : add roles to geoperson. some cleaning. svn: r17418 2011-05-05 Serge Noiraud * src/plugins/view/geofamily.py: geography : take role in account for events. svn: r17417 2011-05-05 Peter Landgren * src/Filters/Rules/Source/_MatchesRepositoryFilter.py: Found a typo. svn: r17416 2011-05-05 Jérôme Rapinat * src/plugins/view/pedigreeview.py: 4884: need to translate to home label svn: r17413 2011-05-05 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Repository/_MatchesNameSubstringOf.py, src/Filters/Rules/Repository/__init__.py, src/Filters/Rules/Source/Makefile.am, src/Filters/Rules/Source/_HasRepositoryCallNumberRef.py, src/Filters/Rules/Source/_MatchesRepositoryFilter.py, src/Filters/Rules/Source/_MatchesTitelSubstringOf.py, src/Filters/Rules/Source/__init__.py, src/gui/filtereditor.py: 4698: Additional Source Filters svn: r17412 2011-05-04 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added the ability to add more than one connect to a button in __create_button(). svn: r17410 2011-05-04 Nick Hall * src/plugins/gramplet/Gallery.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/familyview.py: Add family gallery bottombar gramplet svn: r17409 2011-05-04 Serge Noiraud * src/plugins/lib/maps/constants.py, src/plugins/lib/maps/geography.py, src/plugins/view/geoperson.py: geography : add preferences for animation in geoperson. svn: r17406 2011-05-04 Michiel Nauta * src/gui/configure.py: 4780: Error when hitting ESC or Close-button in name display editor svn: r17404 2011-05-04 Serge Noiraud * src/plugins/view/geofamily.py, src/plugins/view/geoperson.py: geography : geoperson - try to show animation better when we have big moves. geofamily - better message. svn: r17402 2011-05-04 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Beginning of my update on Edit Exif Metadata. svn: r17401 2011-05-03 Nick Hall * src/ThumbNails.py, src/const.py.in, src/gui/widgets/photo.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/gramplet/RepositoryDetails.py: 4881: Convert bottombar gramplets to use the thumbnailer svn: r17400 2011-05-03 John Ralls * mac/gramps.modules: Aggregated patches to gramps.modules svn: r17395 2011-05-03 John Ralls * mac/gramps.bundle, mac/rungramps.py: Apply revisions from 3.2.6 fixes with Richard Taylor svn: r17394 2011-05-03 John Ralls * mac/gramps: Remove gramps, not useful svn: r17393 2011-05-03 Nick Hall * : Add svn:ignore property svn: r17391 2011-05-03 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed multiple date/ time issues. Thank you, Nick Hall. svn: r17387 2011-05-02 John Ralls * mac/Info.plist: Change version string in Info.plist to Trunk, that being this subversion branch. svn: r17382 2011-05-02 Nick Hall * src/gui/editors/editperson.py: 4881: Use the thumbnailer to display the image svn: r17381 2011-05-02 John Ralls * mac/launcher.sh, mac/rungramps.py: Improvements to new python launcher svn: r17379 2011-05-02 Nick Hall * src/gui/editors/displaytabs/gallerytab.py: 4880: Ensure image rectangle is updated when editing a media reference from the gallery svn: r17378 2011-05-02 Peter Landgren * src/plugins/view/geography.gpr.py: Fixed so that menu items in GeoView begin with upper case letter. svn: r17376 2011-05-02 Serge Noiraud * src/plugins/lib/maps/geography.py: geography : typo problem. svn: r17374 2011-05-02 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/view/geoperson.py: Geography : bug 4873 + marker selection changes. svn: r17372 2011-05-01 Stéphane Charette * NEWS: update the NEWS file for 3.2.6 released tonight svn: r17368 2011-05-01 Michiel Nauta * src/gen/db/dbconst.py, src/gen/db/write.py: 4322: Upgrading a large database to new version runs out of memory; increase locktable size svn: r17364 2011-04-30 Kees Bakker * src/plugins/import/ImportProGen.py: One more change to ImportProGen (bug #4869), to solve some uppercase/lowercase issues svn: r17360 2011-04-30 Nick Hall * src/plugins/export/ExportPkg.py: 4870: Do not attempt to archive a media file that does not have read permission svn: r17359 2011-04-30 Nick Hall * src/gen/plug/_gramplet.py: Remove gramplet update messages from the status bar svn: r17355 2011-04-30 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed a date error in display_exif_tags(). Thank you Nick Hall svn: r17351 2011-04-29 John Ralls * mac/rungramps.py, src/const.py.in: Provide for PREFIX to be set to the bundle when the platform is darwin. Bundle is detected by differing sys.prefix and sys.exec_prefix, indicating that sys.prefix has been changed (which it is, in rungramps.py). svn: r17347 2011-04-29 Kees Bakker * src/plugins/import/ImportProGen.py: Bugfix for ImportProGen, bug #4869 svn: r17346 2011-04-29 John Ralls * mac/gramps.modules, src/const.py.in: Add a gramps33 target to the moduleset; also some whitespace cleanup and spellcheck dependencies to gramps-svn target svn: r17345 2011-04-29 John Ralls * mac/gramps.bundle: Update gramps.bundle to add rungramps.py to the bundle svn: r17344 2011-04-29 John Ralls * mac/launcher.sh, mac/rungramps.py: Bug #4302: Language settings are wrong when an english variant is first Rewrote the launcher in python with much improved language handling; renamed it to rungramps.py, and replaced launcher.sh with a minimal shell launcher. Any english selection will now have $LANG set to "C", while $LC_ALL will be set to whatever english variant the user selected (and en_US if she specified just "en"). For languages other than English, $LC_ALL will be set to xx_XX if the language selection had no region (e.g., if the language selection is de, $LANG will be de and $LC_ALL will be de_DE. $LANG will be truncated if the language selection has a region that Gramps doesn't support, but does support the bare language (e.g., if the language selection is de_DE, $LANG will be de because there is no de_DE translation. Gettext is smart enough to get this right without the help, but the check is necessary to ensure that we don't skip over a supported generic language. The language settings can now be overridden for gramps by using the defaults system. svn: r17342 2011-04-29 Nick Hall * src/gui/navigator.py, src/gui/viewmanager.py: Hide navigation the plugin selector when only the default plugin is loaded svn: r17341 2011-04-29 Doug Blank * src/plugins/export/ExportXml.py: 4841: Crash when exporting in sqlite database svn: r17338 2011-04-29 Doug Blank * src/plugins/gramplet/Backlinks.py: 4871: The Reference Gramplet in all Views, bottom panel: The Type is not translated. svn: r17336 2011-04-29 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed a typo, thanks Peter Landgren. svn: r17335 2011-04-28 Nick Hall * po/POTFILES.skip, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/locationbox.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/gramplet/RepositoryDetails.py: Cosmetic improvements to details gramplets svn: r17333 2011-04-28 Michiel Nauta * src/plugins/import/ImportProGen.py: Update ProGen import to new name structure svn: r17330 2011-04-28 Nick Hall * src/plugins/gramplet/PersonDetails.py: Better column alignment and handling of attributes svn: r17329 2011-04-28 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added convertDialog, fixed several errors, and removed the delete converted image function as it was not working anyways. svn: r17326 2011-04-28 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/view/geoevents.py: geography : icons not correctly selected due to the sort key. cleaning. svn: r17324 2011-04-28 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an issue with media full path. Thank you Peter Landgren... svn: r17323 2011-04-28 Jérôme Rapinat * src/Filters/Rules/Event/_ChangedSince.py, src/Filters/Rules/Family/_ChangedSince.py, src/Filters/Rules/MediaObject/_ChangedSince.py, src/Filters/Rules/Note/_ChangedSince.py, src/Filters/Rules/Person/_ChangedSince.py, src/Filters/Rules/Place/_ChangedSince.py, src/Filters/Rules/Repository/_ChangedSince.py, src/Filters/Rules/Source/_ChangedSince.py: re-enable translation for labels on ChangedSince filter rule svn: r17322 2011-04-28 Nick Hall * src/gui/widgets/grampletpane.py: Increase size of configuration dialog window svn: r17319 2011-04-28 Peter Landgren * src/glade/editplace.glade: Fix of issue 4840, tooltip not shown translated. svn: r17317 2011-04-28 Serge Noiraud * src/plugins/view/geoperson.py: geography : animate : sometimes, the last marker is not animated. svn: r17315 2011-04-28 Zdeněk Hataš * po/cs.po: czech translation update svn: r17313 2011-04-28 Serge Noiraud * src/plugins/lib/maps/constants.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geography.gpr.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: geography : setting Id on all files. svn: r17311 2011-04-28 Serge Noiraud * src/plugins/lib/maps/__init__.py: geography : try to solve the svn Id field. svn: r17310 2011-04-28 Serge Noiraud * src/plugins/view/geoperson.py: geography : issue 4866 : geoperson animation : rounding problem. svn: r17309 2011-04-28 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error in the Save function. svn: r17305 2011-04-27 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Added more code to the convert2Jpeg function. svn: r17304 2011-04-27 Nick Hall * src/plugins/gramplet/WhatsNext.py: 4435: Change WhatsNext gramplet to work with tags (based on a patch by Reinhard Mueller) svn: r17300 2011-04-27 Peter Landgren * src/plugins/gramplet/EditExifMetadata.py: Fix so that tool tips for lat/long can be translated. svn: r17297 2011-04-27 Serge Noiraud * src/plugins/view/geography.gpr.py: geography : osmgpsmap must be >= 0.7.0 svn: r17291 2011-04-27 Peter Landgren * src/plugins/lib/maps/geography.py: Fixed so that Replace '%(map)s' by => works in translation. svn: r17289 2011-04-26 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed typo... Thank you Peter L. svn: r17287 2011-04-26 Michiel Nauta * src/DateHandler/_DateHandler.py: Fix methodcall on nonetype object svn: r17283 2011-04-26 Michiel Nauta * src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/geography.gpr.py: 4114: use stdin/stdout/stderr; plugins svn: r17278 2011-04-26 Jérôme Rapinat * src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am: geps025, update image references (Makefile) svn: r17277 2011-04-26 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: geography : avoid multiple translation and fix a bug with variable referenced before assignment svn: r17274 2011-04-26 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.py: Fixed an error in getting gettext to work and some cleanup too. svn: r17271 2011-04-26 Rob G. Healey * src/plugins/gramplet/EditExifMetadata.gpr.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/gramplet.gpr.py: Removed registry of Edit Image Exif Metadata from its own file into gramplet.gpr.py svn: r17267 2011-04-26 Rob G. Healey * README: Updated Gramps README file for pyexiv2. svn: r17264 2011-04-25 Nick Hall * src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py: Add default GrampsBar gramplets for new geography views svn: r17263 2011-04-25 Rob G. Healey * po/POTFILES.in, src/plugins/gramplet/EditExifMetadata.gpr.py, src/plugins/gramplet/EditExifMetadata.py, src/plugins/gramplet/Makefile.am: Adding 'Edit Image Exif Metadata' into trunk svn: r17261 2011-04-25 Serge Noiraud * src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py: geography : bug when we changed the map in the events and places map. svn: r17257 2011-04-25 Serge Noiraud * src/gui/grampsgui.py: geography : missing icons after merge. svn: r17255 2011-04-25 Serge Noiraud * src/plugins/view/geography.gpr.py: geography : display a message is no osmgpsmap library available. svn: r17254 2011-04-25 Serge Noiraud * README, configure.in, src/config.py, src/plugins/lib/Makefile.am, src/plugins/lib/maps/Makefile.am, src/plugins/lib/maps/__init__.py, src/plugins/lib/maps/constants.py, src/plugins/lib/maps/geography.py, src/plugins/lib/maps/grampsmaps.py, src/plugins/view/Makefile.am, src/plugins/view/geoevents.py, src/plugins/view/geofamily.py, src/plugins/view/geography.gpr.py, src/plugins/view/geoperson.py, src/plugins/view/geoplaces.py, src/plugins/view/geoview.gpr.py, src/plugins/view/geoview.py, src/plugins/view/htmlrenderer.gpr.py: Including geps-025 in trunk for new geography based on osmgpsmap. svn: r17253 2011-04-24 Vassilii Khachaturov * po/ru.po: RU: No more fuzzies svn: r17244 2011-04-24 Jérôme Rapinat * po/fr.po: merge french translation from branch33 svn: r17243 2011-04-24 Vassilii Khachaturov * po/ru.po: RU: more fuzzies translated svn: r17241 2011-04-24 Vassilii Khachaturov * po/ru.po: RU: fuzzies cleanup svn: r17240 2011-04-24 Jérôme Rapinat * src/plugins/view/geoview.py: typo svn: r17235 2011-04-24 Brian Matherly * src/gui/plug/_guioptions.py: 0004821: get_family_from_gramps_id(fid) broken on initialize_family (gui/plug/_guioptions.py) svn: r17233 2011-04-23 Michiel Nauta * src/gen/db/undoredo.py: 3614: Undo gives wrong text in menu of what it will do; uncontroversial patch part svn: r17225 2011-04-23 Michiel Nauta * src/gui/editors/editfamily.py: 4047: Cannot modify a mother on a family editor without father svn: r17219 2011-04-23 Rob G. Healey * README: Added pyexiv2 to the README file as asked to by Benny. svn: r17217 2011-04-23 Doug Blank * src/gui/widgets/grampletpane.py: Limit gramplets showing on Gramplet View, and made add list faster svn: r17214 2011-04-22 Nick Hall * src/gui/grampsbar.py, src/gui/widgets/grampletpane.py: 4772: Performance improvement for context menu svn: r17213 2011-04-22 Vassilii Khachaturov * po/ru.po: More translations svn: r17210 2011-04-22 Doug Blank * src/gui/grampsbar.py, src/gui/widgets/grampletpane.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/view/grampletview.py: 4772: Not all Gramplets make sense on all views (filter gramplet on Gramplets View); changed to using navigation_type rather than category svn: r17209 2011-04-22 Vassilii Khachaturov * po/ru.po: more translation svn: r17206 2011-04-22 Vassilii Khachaturov * po/ru.po: 3 more tips svn: r17205 2011-04-22 Vassilii Khachaturov * po/ru.po: POT merge; more translations. svn: r17204 2011-04-22 Jérôme Rapinat * src/DateHandler/_Date_lt.py: 4848: Lithuanian date handler (display gregorian) and libtranslate svn: r17202 2011-04-22 Doug Blank * src/gui/grampsbar.py, src/gui/widgets/grampletpane.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/gramplet/gramplet.gpr.py: 4772: Not all Gramplets make sense on all views (filter gramplet on Gramplets View) svn: r17199 2011-04-22 Doug Blank * src/gen/plug/_pluginreg.py, src/gui/grampsbar.py: Removed title_id from gramplets; not needed svn: r17197 2011-04-21 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 4851: [NarWeb]: Displaying Note reference of the Source on Name object svn: r17195 2011-04-21 Nick Hall * src/plugins/gramplet/MetadataViewer.py: 4850: Update set_has_data when non-image media are made active svn: r17190 2011-04-21 Jérôme Rapinat * src/plugins/drawreport/DescendTree.py: enable translation on title enum list svn: r17188 2011-04-21 Nick Hall * po/POTFILES.in, src/gramps.py, src/gui/grampsbar.py, src/plugins/gramplet/Exif.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/MetadataViewer.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/mediaview.py: 4849: Prevent errors in gramplets that depend on the pyexiv2 module when this module is not available svn: r17186 2011-04-21 Jérôme Rapinat * src/constfunc.py, src/gui/views/navigationview.py: 4546 Numbers are always bound to Go menu (MacOS) svn: r17182 2011-04-21 Peter Landgren * src/DateHandler/_DateHandler.py: Fiexed a typo. svn: r17180 2011-04-21 Jérôme Rapinat * src/DateHandler/_DateHandler.py, src/DateHandler/_Date_cs.py: 4844: revert rev17071 svn: r17178 2011-04-21 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/gramps.pot, src/plugins/gramplet/Makefile.am: update references, new gramps.pot svn: r17177 2011-04-21 Vassilii Khachaturov * po/ru.po: POT merge дерево => древо (more common term in the context of genealogy) more angular quotes and less English-style uppercase more translations svn: r17175 2011-04-21 Michiel Nauta * src/Filters/Rules/Person/_HasCommonAncestorWith.py: 4284: again, fix for parentless family svn: r17172 2011-04-20 Benny Malengier * src/gramps.py: print if bsddb3 is used in help svn: r17170 2011-04-20 Michiel Nauta * src/Filters/Rules/Person/_HasCommonAncestorWith.py: 4284: Common ancestor filter ignores persons without ancestors svn: r17166 2011-04-20 Doug Blank * src/plugins/gramplet/bottombar.gpr.py: Don't use 3.4.x unless plugin only works for 3.4.x, rather than 3.4 in general svn: r17165 2011-04-20 Jérôme Rapinat * src/plugins/lib/libgedcom.py: 4455: Family Tree Maker now uses 'FTM' gedcom header svn: r17163 2011-04-20 Benny Malengier * src/plugins/lib/libgedcom.py: 4455: Gramps crashes when selecting Events due to PHON in GEDCOM svn: r17162 2011-04-19 Nick Hall * src/plugins/gramplet/Events.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libpersonview.py, src/plugins/view/familyview.py: Add new person events and family events bottombar gramplets svn: r17156 2011-04-19 Michiel Nauta * src/gen/db/upgrade.py: 4818: Change time after DB upgrade (3.2 to 3.3) svn: r17154 2011-04-19 Vassilii Khachaturov * po/ru.po: RU: Address editor dialog tips svn: r17153 2011-04-19 Michiel Nauta * src/gen/db/write.py, src/plugins/gramplet/SessionLogGramplet.py: 4750: SessionLog gramplet crash svn: r17151 2011-04-19 Nick Hall * src/plugins/gramplet/Exif.py: 4814: Display dates in the current Gramps date format svn: r17150 2011-04-18 Michiel Nauta * src/Merge/mergeevent.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py, src/Merge/test/merge_ref_test.py: Speedup merging svn: r17146 2011-04-18 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: 4839: Old notes info is kept when a new family tree is created. Fixed QuickView Gramplet svn: r17143 2011-04-18 Doug Blank * src/plugins/gramplet/Notes.py: 4839: Old notes info is kept when a new family tree is created. Fixed Notes svn: r17141 2011-04-18 Peter Landgren * src/plugins/view/pedigreeview.py: Issue 4000, patch from Josip. svn: r17139 2011-04-17 Vassilii Khachaturov * po/ru.po: RU: more strings translated svn: r17136 2011-04-17 Vassilii Khachaturov * po/ru.po: POT merge svn: r17135 2011-04-16 Nick Hall * src/plugins/tool/TestcaseGenerator.py: 4435: Generate random Tags svn: r17134 2011-04-16 Nick Hall * src/plugins/tool/DateParserDisplayTest.py: 4435: Convert Markers into Tags svn: r17132 2011-04-15 Doug Blank * src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/OnThisDay.py, src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/all_events.py, src/plugins/quickview/siblings.py: Added has_data interface to all quickviews svn: r17126 2011-04-15 Doug Blank * src/docgen/TextBufDoc.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/quickview/LinkReferences.py: Added missing has_data interface for QuickViews svn: r17124 2011-04-15 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: Added missing Note category for Quick View Gramplet svn: r17122 2011-04-13 Michiel Nauta * src/plugins/import/ImportXml.py: Fix mergeoverwrite from reporting same info nine times svn: r17119 2011-04-13 Michiel Nauta * data/grampsxml.dtd, data/grampsxml.rng, src/plugins/import/ImportXml.py: Align code with DTD/schema svn: r17117 2011-04-13 Jérôme Rapinat * src/gui/viewmanager.py: typo svn: r17115 2011-04-12 Jérôme Rapinat * src/plugins/import/ImportGeneWeb.py: 4833: ImportGeneWeb and set_surname() svn: r17112 2011-04-12 Jérôme Rapinat * src/gui/widgets/styledtextbuffer.py: 4823: Cannot store an internal uri/url on Note object with localized version svn: r17109 2011-04-12 Doug Blank * src/gui/grampsbar.py: Handle gramplet functions for has_data svn: r17106 2011-04-12 Zdeněk Hataš * po/cs.po: czech translation update svn: r17104 2011-04-12 Jérôme Rapinat * src/plugins/Records.py: 3220: use unicode() on formatting (Reinhard) svn: r17103 2011-04-12 Brian Matherly * src/gen/plug/report/utils.py: 0004820: Cannot translate hard coded 'PERSON' string on reports svn: r17101 2011-04-11 Vassilii Khachaturov * po/ru.po: POT merge svn: r17097 2011-04-10 Peter Landgren * src/DateHandler/_DateHandler.py: If UTF-8 is used in env variable LANG, wrong date handler might be loaded. svn: r17093 2011-04-10 Peter Landgren * src/DateHandler/_Date_sv.py: Fixed so that correct date format was shown in Preferences. svn: r17091 2011-04-09 Nick Hall * src/gui/viewmanager.py: 4443: Enable Preferences menu entry when no database is open svn: r17089 2011-04-09 Nick Hall * src/gui/editors/displaytabs/gallerytab.py, src/plugins/view/mediaview.py: 3649: Relative media paths used when creating new media objetcs by drag-and-drop svn: r17087 2011-04-09 Nick Hall * src/gui/views/listview.py, src/plugins/view/mediaview.py: 4788: Fix drag-and-drop of files onto the media view svn: r17085 2011-04-08 Jérôme Rapinat * src/gui/widgets/photo.py: there was a translation string; call gettext svn: r17082 2011-04-07 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py: small error found and fixed. svn: r17079 2011-04-07 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py: missing space svn: r17076 2011-04-07 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: fixes: http://www.gramps-project.org/bugs/view.php?id=4767#c18712 http://www.gramps-project.org/bugs/view.php?id=4603#c18711 this could well be final for these two reports. svn: r17074 2011-04-07 Peter Landgren * src/DateHandler/_DateHandler.py: Fix of issue 4812, use of LANG env variable. svn: r17072 2011-04-07 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: updates as per: http://www.gramps-project.org/bugs/view.php?id=4767#c18708 svn: r17070 2011-04-06 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/lib/libsubstkeyword.py: updates for: http://www.gramps-project.org/bugs/view.php?id=4767#c18699 svn: r17067 2011-04-06 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Doesn't handle links to family, yet svn: r17066 2011-04-06 Gerald Britton * src/Merge/mergefamily.py: Tweaks and simplifications svn: r17064 2011-04-06 Craig J. Anderson * src/plugins/drawreport/DescendTree.py: fixes error found on: http://www.gramps-project.org/bugs/view.php?id=4603#c18674 basically the children of a spouse of a spouse are not direct descendants. do not bold them svn: r17063 2011-04-06 Vassilii Khachaturov * po/ru.po: POT merge svn: r17061 2011-04-06 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 4055: [NarWeb] export of 'Living People' is set to value 'include' by default svn: r17058 2011-04-05 Nick Hall * src/gui/grampsbar.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py: 4802: Removing a gramplet from a GrampsBar moved from the close button to the context menu svn: r17052 2011-04-05 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: Needed to manually call rebuild initially (see #4593 for more details) svn: r17050 2011-04-05 Nick Hall * src/gen/plug/_gramplet.py, src/gui/grampsbar.py, src/gui/widgets/grampletpane.py, src/plugins/gramplet/Attributes.py, src/plugins/gramplet/Backlinks.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/Exif.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/Notes.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/gramplet/RepositoryDetails.py, src/plugins/gramplet/Sources.py: 4641: Interface for indicating if GrampsBar gramplets have data svn: r17049 2011-04-05 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: incramental update for: http://www.gramps-project.org/bugs/view.php?id=4767 re 18636: Ok, I've gone with 'Whether to include a separate marital box in the report' re 18637: 1) missing information is a future feature. a check box to "include placeholders for missing generations"... I'll think about it. But I think I may go your way. 2) it deals with space available for missing boxes. Or instead of displaying an empty box with "include placeholders for missing generations" above, no box is displayed and the space for it is still there. 3) This has nothing to do with marriages boxes. Fathers have a display format, and Mothers have a display format. The center person is neither a Father or Mother. So which display box should we use? 4) good. But most common? I have no idea what those are... I'll think about it, but if you have any ideas... 5) Done 6) Done and Done (above) 7) I was thinking that scale was sizing and resizing is sizing too. Hense the 's'. I may still be wrong. 8) I'm under the impression that people don't see the tool tip. 9) wow. checked a 3.2 version and there is no 'include title' option... wow. 10) I don't see a 'include border' either in 3.2. Set to default to False 11) done but I can't seem to get the text box or enumerated list to be greyed out. I'll work on it more. svn: r17047 2011-04-05 Peter Landgren * src/gui/plug/report/_reportdialog.py: Fix of issue 4806, header value not translated. svn: r17044 2011-04-04 Nick Hall * src/plugins/gramplet/MediaPreview.py: Change media preview gramplet to use the thumbnailer svn: r17040 2011-04-04 Michiel Nauta * src/Merge/mergefamily.py: Removed translation of string that doesn't need it svn: r17038 2011-04-04 Doug Blank * src/gui/plug/_guioptions.py: 4593: Updating a StringOption option (via set_value()) does NOT update the GUI widget svn: r17035 2011-04-03 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: updates to fix: http://www.gramps-project.org/bugs/view.php?id=4767 Ancestor report: - removed father uses main option changed to 'center person uses' option on tree tab - option main_disp to father_disp - opton sec_dis to mother_disp - moved secondary tab to display tab - display boxes are now labeled 'father display' and mother display' Descendant report: - changed cli opts to 'descend_disp' and 'spouse_disp' - removed 'use separate display for spouses' - changed default note location to bottom left Both reports: - added 'Sizes' tab to hold scale and resize options only - 'print' tab is now the 'include' tab - options on the include tab say 'include' instead of 'print' - moved 'Note' tab into the 'include' tab and labeled 'include note' - moved some of the resize tooltip into the description - tried to get the 'compress' tool tip a little better svn: r17030 2011-04-02 Zdeněk Hataš * po/cs.po: translation update svn: r17026 2011-04-02 Vassilii Khachaturov * po/ru.po: RU: More strings translated. svn: r17025 2011-04-02 Vassilii Khachaturov * po/ru.po: POT merge svn: r17024 2011-04-02 Brian Matherly * src/plugins/BookReport.py: 0004706: Book Report subject-name nuances, and pathological cases Patch from Paul Franklin svn: r17023 2011-04-01 Zdeněk Hataš * po/cs.po: translation update svn: r17020 2011-04-01 Jérôme Rapinat * example/gramps/example.gramps: typo on death year, long date calculation svn: r17019 2011-04-01 Peter Landgren * src/gui/grampsbar.py: Fix of errormsg when loading unknown gramplet. svn: r17016 2011-04-01 Jérôme Rapinat * src/plugins/gramplet/PersonDetails.py: try to use dict() for a better translation string svn: r17015 2011-04-01 Jérôme Rapinat * src/plugins/gramplet/PersonDetails.py: minor change on translation strings svn: r17013 2011-03-31 Nick Hall * po/POTFILES.in, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/MediaReferences.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/mediaview.py: Replace MediaReferences gramplet with Backlinks gramplets svn: r17010 2011-03-31 Rob G. Healey * po/POTFILES.in, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/MediaReferences.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/mediaview.py: Added MediaReferences to the mediaview bottombar set of gramplets. svn: r17008 2011-03-31 Vassilii Khachaturov * po/ru.po: RU: 9 more fuzzies down svn: r17005 2011-03-31 Doug Blank * src/gui/widgets/grampletpane.py: Fix error message svn: r17004 2011-03-31 Vassilii Khachaturov * po/ru.po: POT merge svn: r17003 2011-03-30 Doug Blank * src/gui/viewmanager.py: 4779: Backup feedback and overwrite svn: r17001 2011-03-30 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/drawplugins.gpr.py: This is a fix for: http://www.gramps-project.org/bugs/view.php?id=4767 Unified cli option names removed a '2' from a class name svn: r16999 2011-03-30 Nick Hall * src/plugins/gramplet/Backlinks.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Add backlink bottombar gramplets svn: r16997 2011-03-30 Doug Blank * src/gui/widgets/grampletpane.py: Saves title override; removed title_id svn: r16994 2011-03-30 Doug Blank * src/gui/widgets/grampletpane.py: typo svn: r16993 2011-03-30 Doug Blank * src/gui/widgets/grampletpane.py: Fixed error report in mailing list by Peter 2011-03-30 svn: r16991 2011-03-30 Vassilii Khachaturov * po/ru.po: RU l10n update: * Complete translation of all name fields, harmonized with the name format editor. * Use a consistent translation of "person". * POT merge. svn: r16988 2011-03-30 Vassilii Khachaturov * po/ru.po, src/Utils.py, src/gen/lib/eventroletype.py, src/gui/editors/displaytabs/surnametab.py: 4796: 'Primary' string needs l10n context CR: Benny * Created two strings with l10n context instead of the old one, 'Role|Primary' and 'Name|Primary'. * While testing, GUI started showing the context when not localized, fixed that with appropriate sgettext instead of gettext in surnametab.py. * While at it, changed also changed 'Family' in the Role context to 'Role|Family'. * ru.po: major translations in the area of name and name formats. The new Primary[...] and Patronymic[...] concept along with Notpatronymic still don't fit well when translated :-( svn: r16986 2011-03-30 Doug Blank * src/gen/plug/_pluginreg.py, src/gui/grampsbar.py, src/gui/widgets/grampletpane.py: #4795 Gramplet titles now appear in current language, not the language used at time of creation; also added properties for gramplet navtype and orientation preferences svn: r16985 2011-03-30 Vassilii Khachaturov * po/ru.po: POT merge, major translation in the name editor dialog, other strings translated, too. svn: r16982 2011-03-30 Jérôme Rapinat * src/plugins/Records.py: 3220: Improvements for Records Report (Reinhard, PaulFranklin) svn: r16980 2011-03-30 Brian Matherly * src/cli/plug/__init__.py: 0004637: GraphViz reports should be runnable from the command line svn: r16978 2011-03-29 Michiel Nauta * src/cli/plug/__init__.py: Update command line show values for boolean options to reflect current practice svn: r16976 2011-03-29 Michiel Nauta * src/gui/editors/editreporef.py: 4794: Error adding new repository via source dialog svn: r16973 2011-03-29 Zdeněk Hataš * po/cs.po: czech translation update svn: r16971 2011-03-28 Mirko Leonhäuser * po/de.po: updated german translation and bug fix svn: r16969 2011-03-28 Zdeněk Hataš * po/cs.po: czech translation update svn: r16966 2011-03-28 Vassilii Khachaturov * po/ru.po: POT merge, more strings translated. svn: r16965 2011-03-28 Jérôme Rapinat * src/gui/widgets/styledtextbuffer.py: KeyError on styled note (translation for Link); add missing link style on map svn: r16964 2011-03-28 Brian Matherly * src/plugins/BookReport.py: 0004143: Book report GUI has many issues svn: r16962 2011-03-28 Brian Matherly * src/plugins/BookReport.py: 0004693: sorted list in Book Report's "Available Books" window Patch from Paul Franklin. svn: r16960 2011-03-28 Brian Matherly * src/plugins/BookReport.py: 0004626: feature request: a few wider fields in the Book Report Patch from Paul Franklin. svn: r16958 2011-03-28 Brian Matherly * src/plugins/bookreport.glade: 0004625: make Book Report's "Available Books" window wider svn: r16956 2011-03-28 Brian Matherly * src/gui/plug/_guioptions.py: 0004593: Updating a StringOption option (via set_value()) does NOT update the GUI widget svn: r16953 2011-03-27 Michiel Nauta * src/Merge/test/merge_ref_test.py, src/gen/lib/test/merge_test.py: Add merge unittests svn: r16952 2011-03-27 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: new 'o' feature for date format strings. svn: r16951 2011-03-27 Vassilii Khachaturov * po/ru.po: * "Note" as in the gramps Note object is now consistently translated according to http://www.gramps-project.org/wiki/index.php?title=Translation_into_Russian#Glossary* « and » used as required by Russian typographic rules rather than " * other minor fixes where noticed during the above major changes svn: r16948 2011-03-27 Doug Blank * src/gui/makefilter.py: MediaObject is called Media in some places svn: r16943 2011-03-27 Doug Blank * src/gui/grampsbar.py: TabGramplet needs get_title method svn: r16941 2011-03-27 Michiel Nauta * src/gen/plug/utils.py, src/plugins/export/ExportVCard.py, src/plugins/import/ImportVCard.py: Move opening of file to gen.plug.utils svn: r16939 2011-03-26 Michiel Nauta * src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py: Commit phoenix asap to fix a bug and simplify code in merge code svn: r16937 2011-03-26 Fedik * po/uk.po: translated a few tips of the day svn: r16935 2011-03-25 Nick Hall * src/plugins/gramplet/Exif.py: Fix to work with pyexiv2 v0.1 and remove section column svn: r16933 2011-03-25 Craig J. Anderson * src/plugins/drawreport/drawplugins.gpr.py: updated this file to show version 3.4 instead of 3.3 svn: r16929 2011-03-25 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/drawplugins.gpr.py: Fixes: http://www.gramps-project.org/bugs/view.php?id=4729 Modified how the first two options on the 'page' tab are worded also removes the 'Resize Page to Fit Tree size.' option in the bookreport -This line, and those below, will be ignored-- M src/plugins/drawreport/AncestorTree.py M src/plugins/drawreport/DescendTree.py M src/plugins/drawreport/drawplugins.gpr.py svn: r16928 2011-03-25 Vassilii Khachaturov * po/ru.po, src/glade/updateaddons.glade: 0004783: l10n not enabled for "Install Selected _Addons" button in the update addons dialog Applied patch from Egor - fixing the issue, translating the new string and some more strings. Minor copyedit applied. svn: r16927 2011-03-25 Vassilii Khachaturov * po/POTFILES.in: 0004784: r16915 breaks build of po/gramps.pot fix by renaming MetadataViewer.py to Exif.py in the POTFILES.in, in line with the original commit svn: r16926 2011-03-25 Peter Landgren * src/plugins/gramplet/Exif.py: Fix of encoding errormsg, specially for Windows. Rearranged the msg a little. svn: r16925 2011-03-25 Rob G. Healey * src/plugins/gramplet/Exif.py: Added the functionality so that users of pyexiv2-0.1.3 can also use this addon... svn: r16919 2011-03-25 Rob G. Healey * src/plugins/gramplet/bottombar.gpr.py: Fixed AttributeError in src/plugins/gramplet/bottombar.gpr.py svn: r16917 2011-03-25 Rob G. Healey * src/plugins/gramplet/Exif.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/MetadataViewer.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/mediaview.py: Swappped out MetadataViewer Gramplet in MediaView bottombar for Exif from Nick Hall. svn: r16915 2011-03-24 Michiel Nauta * src/gen/db/base.py: Make DbWriteBase inherit from DbReadBase to increase pylint score svn: r16913 2011-03-24 Michiel Nauta * src/plugins/webreport/NarrativeWeb.py: 4763: Crash because error passes instead of string svn: r16910 2011-03-24 Rob G. Healey * src/plugins/gramplet/MetadataViewer.py: Removed obsoleted tag of Keywords. Updated code so that pyexiv2-0.1.3 users can now use it too. svn: r16908 2011-03-24 Peter Landgren * po/sv.po: Complete updated Swedish translation. svn: r16906 2011-03-24 Peter Landgren * src/plugins/gramplet/MetadataViewer.py: Fixed so that errormsg with non latin char is readable. svn: r16903 2011-03-23 Michiel Nauta * src/gui/plug/report/_reportdialog.py: 4776: Unable to produce text and graph reports svn: r16900 2011-03-23 Michiel Nauta * src/plugins/export/ExportXml.py: 4770: Unexpected error exporting a database to Gramps Xml format svn: r16897 2011-03-22 Bernard Banko * po/sl.po: Slovenian translation update svn: r16893 2011-03-22 Peter Landgren * src/Filters/Rules/Event/_MatchesSourceConfidence.py, src/Filters/Rules/Family/_MatchesSourceConfidence.py, src/Filters/Rules/Person/_MatchesSourceConfidence.py: Made a typo in commit 16886. svn: r16890 2011-03-22 Peter Landgren * src/const.py.in: Made a typo in commit 16885. svn: r16889 2011-03-22 Serge Noiraud * src/plugins/view/geoview.py: GeoView : issues 4674 and 4773 crash when quitting gramps. svn: r16887 2011-03-22 Peter Landgren * src/Filters/Rules/Event/_MatchesSourceConfidence.py, src/Filters/Rules/Family/_MatchesSourceConfidence.py, src/Filters/Rules/Person/_MatchesSourceConfidence.py: Changed from gettext import gettext as _ to from gen.ggettext import sgettext as _ svn: r16886 2011-03-22 Peter Landgren * src/const.py.in: Changed from gettext import gettext as _ to from gen.ggettext import sgettext as _ svn: r16885 2011-03-22 Jérôme Rapinat * src/Filters/Rules/_MatchesSourceConfidenceBase.py: Duplicate category (fix by Peter, Gary) svn: r16882 2011-03-22 Jérôme Rapinat * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/da.po, po/eo.po, po/es.po, po/fi.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/it.po, po/lt.po, po/mk.po, po/nb.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/sk.po, po/sq.po, po/sr.po, po/tr.po, po/zh_CN.po: merge some translations with last template svn: r16881 2011-03-22 Jérôme Rapinat * src/gen/display/name.py, src/plugins/lib/libhtmlconst.py: help for translators, avoid long strings here svn: r16879 2011-03-22 Fedik * po/uk.po: translated and updated a few lines svn: r16877 2011-03-21 Zdeněk Hataš * po/cs.po: abbrev translation update svn: r16876 2011-03-21 Doug Blank * src/plugins/bookreport.gpr.py, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/import.gpr.py, src/plugins/lib/libplugins.gpr.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/quickview/quickview.gpr.py, src/plugins/records.gpr.py, src/plugins/rel/relplugins.gpr.py, src/plugins/sidebar/sidebar.gpr.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/tools.gpr.py, src/plugins/tool/toolsdebug.gpr.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/geoview.gpr.py, src/plugins/view/placetreeview.gpr.py, src/plugins/view/view.gpr.py, src/plugins/webreport/webplugins.gpr.py, src/plugins/webstuff/webstuff.gpr.py: Move all trunk plugins to version 3.4 svn: r16874 2011-03-21 Doug Blank * configure.in, src/const.py.in: Bump trunk to version 3.4 svn: r16872 2011-03-21 Zdeněk Hataš * po/cs.po: czech translation update. most of abbreviations is still missing. svn: r16871 2011-03-21 Peter Landgren * src/glade/editname.glade, src/glade/editperson.glade: More explanation in tooltip for call name with red background. svn: r16867 2011-03-20 Brian Matherly * src/gui/plug/report/_reportdialog.py: 0004769: Crash with Narrative Web Report svn: r16864 2011-03-20 Vassilii Khachaturov * po/he.po: Hebrew: POT merge and minor fixes to a couple of strings svn: r16863 2011-03-20 Nick Hall * : Set svn:ignore property svn: r16862 2011-03-20 Vassilii Khachaturov * src/data/authors.xml: add self to authors list svn: r16856 2011-03-20 Brian Matherly * src/gui/plug/report/_reportdialog.py: Fix problem with "Print" report formats that was introduced with the last change to the report system. svn: r16854 2011-03-19 Vassilii Khachaturov * src/DateHandler/_Date_ru.py: Harmonise parser with displayer - accept genitive case for months in parser, so that the same case as output by displayer is recognised, not just nominative case. (Added genitive for all calendars). Also, fixed some wrong genitive spellings present in the parser and also added some common alternative spellings for Hebrew months. svn: r16853 2011-03-19 Mirko Leonhäuser * po/de.po: updated german translation svn: r16852 2011-03-19 Zdeněk Hataš * po/cs.po: czech translation update svn: r16851 2011-03-18 Rob G. Healey * src/plugins/gramplet/MetadataViewer.py: Bug#4724; Fixed a deprecation warning in using values instead of value. svn: r16850 2011-03-18 Benny Malengier * src/gen/display/name.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py: Fix regression with sort as and display as in names. Functionality is again as one would expect in treeview svn: r16849 2011-03-18 Benny Malengier * src/Utils.py, src/gen/display/name.py, src/gen/lib/name.py, src/gui/configure.py: 4598: (trunk 3.3) new name format copies patronymic into surname as well as leaving it as a patronymic when importing This extends what name display can be svn: r16848 2011-03-18 Rob G. Healey * src/plugins/gramplet/MetadataViewer.py: Bug#4724; Mistaken KeyTag error has been fixed. svn: r16847 2011-03-18 Rob G. Healey * src/plugins/gramplet/MetadataViewer.py: Bug#4724; Added code to where non MIME images will not be read or allowed to be written to... svn: r16846 2011-03-17 Vassilii Khachaturov * po/ru.po: POT update; more translations. svn: r16845 2011-03-17 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 4423: Web report does not handle Czech 'CH' character properly (contribution by phejl) svn: r16844 2011-03-17 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: fixes for error: http://www.gramps-project.org/bugs/view.php?id=4751 Too much work was done inside of __init__. Moved it out. svn: r16842 2011-03-17 Rob G. Healey * po/POTFILES.in, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/MediaMetadata.py, src/plugins/gramplet/MetadataViewer.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/mediaview.py: Changed the name of this gramplet to distinguish the differene from this viewer from its sister gramplet of ImageMetadataGramplet for the sidebar. Suggestion from Jerome Rapinet. Thank you... svn: r16841 2011-03-17 Jérôme Rapinat * src/plugins/textreport/AncestorReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: 'Default' instead of 'default', like country names (only for translation strings) svn: r16840 2011-03-17 Jérôme Rapinat * po/POTFILES.in: add sidebar strings svn: r16839 2011-03-17 Brian Matherly * po/POTFILES.in, src/cli/plug/__init__.py, src/gen/plug/docgen/basedoc.py, src/gen/plug/docgen/graphdoc.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_graphvizreportdialog.py, src/gui/plug/report/_reportdialog.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py: Separate some general code from GUI specific code - particularly for graph generators so that graphs can be generated from the CLI. svn: r16838 2011-03-16 Michiel Nauta * src/gen/lib/grampstype.py: 4759: Make setting a grampstype only assign a string when type is CUSTOM svn: r16837 2011-03-16 Michiel Nauta * src/gui/plug/tool.py: 4109: Command line arguments for tools ignored svn: r16835 2011-03-16 Nick Hall * src/gui/views/listview.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py: Only change the foreground color of tagged rows svn: r16834 2011-03-16 Jérôme Rapinat * example/gramps/example.gramps: 4362 4220: typo, lowercase for name argument on styled text svn: r16833 2011-03-16 Jérôme Rapinat * example/gramps/example.gramps: 4362 4220: typo, lowercase for name argument on styled text svn: r16832 2011-03-16 Peter Landgren * po/sv.po: Found another type. svn: r16831 2011-03-16 Peter Landgren * po/sv.po: Fixed typo in Swedish translation. svn: r16829 2011-03-15 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: #4723; Error when reportying pyexiv2 failed import svn: r16827 2011-03-15 Michiel Nauta * src/gen/lib/attribute.py, src/gen/lib/childref.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/genderstats.py, src/gen/lib/name.py, src/gen/lib/reporef.py, src/gen/lib/styledtexttag.py, src/gen/lib/surname.py, src/gen/lib/tagbase.py, src/gen/lib/url.py: 4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy svn: r16825 2011-03-13 Michiel Nauta * src/plugins/export/test/exportVCard_test.py, src/plugins/import/test/importVCard_test.py: Update VCard unittests to use XML import and command line config svn: r16823 2011-03-13 Peter Landgren * src/plugins/import/ImportXml.py: Better explanation in one error message. svn: r16822 2011-03-13 Jérôme Rapinat * po/fr.po: trick for ordering paper menu selection svn: r16821 2011-03-13 Jérôme Rapinat * po/fr.po: update french translation svn: r16820 2011-03-13 Jérôme Rapinat * src/const.py.in: current year on copyright message svn: r16819 2011-03-13 Peter Landgren * src/cli/argparser.py: Made --help more clear. svn: r16818 2011-03-13 Jérôme Rapinat * src/const.py.in: upgrade manual number (3.2 -> 3.3) svn: r16817 2011-03-12 Mirko Leonhäuser * po/de.po: updated german translation svn: r16816 2011-03-12 Vassilii Khachaturov * po/ru.po: RU: more strings translated svn: r16815 2011-03-12 Vassilii Khachaturov * po/ru.po: RU: Update POT to POT-Creation-Date: 2011-03-12 21:51+0200 * string changes pertaining to 4733: cannot set config variables from command line in trunk 16794 svn: r16814 2011-03-12 Peter Landgren * src/cli/argparser.py: Issue 4733; improved help and sparate commands for show and set config settings. svn: r16813 2011-03-12 Peter Landgren * src/const.py.in: Issue 4733; improved help and sparate command for show and set config settings. svn: r16812 2011-03-12 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Changed KeyValue for Ipptc KeyTag from value to values for Keywords. Thank you Helge.Privat for the change. svn: r16811 2011-03-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#4692; NarrativeWeb: crash generating the event pages in ctor on ltr = unicode(evt_type)[0].capitalize() - string index out of range svn: r16810 2011-03-12 Rob G. Healey * src/plugins/webreport/WebCal.py: Bug#4744; set_surname is now fixed. It was causing a crash in reading the database. svn: r16809 2011-03-11 Peter Landgren * src/cli/argparser.py: Fix of issue 4733. Maybe --help should be more precise svn: r16808 2011-03-11 Vassilii Khachaturov * src/DateHandler/_Date_ru.py: Use consistent number of letters to denote the YYYY field. svn: r16807 2011-03-11 Vassilii Khachaturov * po/ru.po: RU: translate "flowed" using the right typographic term thanks to J.V.Romanovsky svn: r16806 2011-03-11 Vassilii Khachaturov * po/ru.po: RU l10n strings update svn: r16805 2011-03-10 Michiel Nauta * src/data/authors.xml: Add myself to author list svn: r16804 2011-03-10 Gary Burton * src/plugins/tool/ReorderIds.py: Import DbTxn from the correct place svn: r16803 2011-03-10 Michiel Nauta * src/gui/viewmanager.py: 4739: Update addon list crashes when working offline with 'plugin_dict referenced before assignment' svn: r16802 2011-03-10 Michiel Nauta * src/cli/argparser.py: 4732: 'ArgParser' object has no attribute 'runqml' svn: r16801 2011-03-10 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Escape media description in gramplet for proper handling of media names. svn: r16800 2011-03-10 Vassilii Khachaturov * po/ru.po: argparser help l10n: svn: r16798 2011-03-10 Zdeněk Hataš * po/cs.po: czech translation update svn: r16797 2011-03-10 Jérôme Rapinat * po/pl.po: update Polish translation (Łukasz Rymarczyk) svn: r16796 2011-03-10 Vassilii Khachaturov * po/ru.po, src/plugins/tool/PatchNames.py: Patch from Egor Reentov : * Adding l10n to a string in PatchNames.py. * ru.po: Many strings added / updated. (applied w/minor copyedit) POT merge, more translation. svn: r16795 2011-03-09 Peter Landgren * po/sv.po: Swedish update. svn: r16794 2011-03-09 Michiel Nauta * src/plugins/tool/Eval.py: 4728: Python evaluation window crashes in trunk svn: r16793 2011-03-09 Michiel Nauta * src/plugins/export/ExportVCard.py, src/plugins/import/ImportVCard.py: Remove translation of internal error in VCard export/import svn: r16792 2011-03-09 Michiel Nauta * src/gen/db/read.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py: 4416: Adjust import ID to users ID format svn: r16791 2011-03-09 Michiel Nauta * src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-merge.svg: Add icon for merge button svn: r16790 2011-03-09 Michiel Nauta * src/gui/views/listview.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Add tooltip to mergebutton svn: r16789 2011-03-09 Gerald Britton * src/plugins/webstuff/webstuff.py: Use partial to simplify path-building svn: r16788 2011-03-09 Peter Landgren * po/sv.po: Swedish update. svn: r16787 2011-03-09 Vassilii Khachaturov * po/gramps.pot, po/ru.po: POT update - following patch from Egor Reentov fixing strings in NarrativeWeb.py (see prev. check-in in r16785). RU: Companion l10n string updates from Egor, with minor fixes, and further translations. svn: r16786 2011-03-09 Vassilii Khachaturov * src/plugins/webreport/NarrativeWeb.py: Patch from Egor Reentov : i18n doesn't pick up strings concatenated using +, use syntactic literal concatenation instead. This enables l10n of the corresponding strings. CRed and tested --vassilii svn: r16785 2011-03-09 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Bug#4724; fixed processing of GPS Latitude/ Longitude with help from Helge.Privat... svn: r16784 2011-03-08 Vassilii Khachaturov * po/ru.po: ru l10n update svn: r16783 2011-03-08 Vassilii Khachaturov * src/gui/editors/editpersonref.py: minor docstring update svn: r16781 2011-03-08 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Bug#4724; fixed problems with IptcTag and Latitude/ Longitude handling. svn: r16780 2011-03-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webstuff/webstuff.py: Previous fix for bug#4696 broke NarrativeWeb. I now have a fix that solves both of them now. The missing images and icon are now there. svn: r16779 2011-03-07 Rob G. Healey * src/plugins/webreport/WebCal.py, src/plugins/webstuff/webstuff.py: Bug#4696; Wrong parent path with 'Creative Commons' on Web Calendar report has been fixed ... svn: r16778 2011-03-07 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/lib/libtreebase.py: Fixes (part one) for http://www.gramps-project.org/bugs/view.php?id=4727 too much report work was done in __init__() Moved it to begin_report() also modified libtreebase to not have so many pointers to .doc svn: r16777 2011-03-07 Mirko Leonhäuser * po/de.po: updated german translation svn: r16776 2011-03-07 Vassilii Khachaturov * po/ru.po: minor Russian l10n update svn: r16775 2011-03-07 Vassilii Khachaturov * po/ru.po: merged fresh POT strings svn: r16774 2011-03-07 Vassilii Khachaturov * po/ru.po: Merged more translations from Egor Reentov, w/minor copyediting. svn: r16773 2011-03-07 Michiel Nauta * src/Merge/mergeevent.py: Use new transactions with eventmerger svn: r16772 2011-03-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Forgot to remove debug printing. svn: r16771 2011-03-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/webstuff.py: Fixed the way the ancestortree gender graphics are handled. svn: r16770 2011-03-06 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Made all fields except the Description to be read only, so that those fields do NOT get changed. It is not an editing gramplet but simply for viewing. svn: r16769 2011-03-06 Michiel Nauta * src/plugins/tool/Check.py: Store changed children during family deletion svn: r16768 2011-03-06 Michiel Nauta * src/gui/views/treemodels/flatbasemodel.py: Remove superflous database access in delete signalhandler svn: r16767 2011-03-06 Michiel Nauta * src/plugins/import/ImportVCard.py: Use GrampsImportError in stead of GedcomError svn: r16766 2011-03-06 Michiel Nauta * src/Errors.py, src/plugins/import/ImportXml.py: 4114: Would like to use stdin and stdout for command line import/export; Xml import svn: r16765 2011-03-06 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Fixed a problem with GPS coordinates handling svn: r16764 2011-03-05 Jérôme Rapinat * src/plugins/webreport/WebCal.py: 4696: copyright path, use 'images' folder instead of 'filename' (related to webstuff) svn: r16763 2011-03-05 Michiel Nauta * src/plugins/import/ImportXml.py: Removal of command line parameter in XML import svn: r16762 2011-03-05 Michiel Nauta * src/gen/lib/locationbase.py: 4041: Filter rule people with records containing fails on street name svn: r16760 2011-03-05 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Fixed a bug where the keywords entry was not being displayed and therefore only Active Image and Description were being displayed. svn: r16759 2011-03-05 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Added properties listed in http://www.gramps-project.org/wiki/index.php?title=Committing_Policies, to my new file. Was going to add it to po/POTFILES.in, but it was already listed.svn: r16758 2011-03-05 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Bug#4724; Fixed KeyError in Iptc of _get_value() -- similar to #4723 . svn: r16757 2011-03-04 Rob G. Healey * src/plugins/gramplet/MediaMetadata.py: Part2 of MediaMetadata.py for MediaView in the bottom bar. Please remove all of *.ini in /home/USER/.gramps/gramps33 after updating... Display is now exactly as I would like to see it be. svn: r16756 2011-03-04 Gerald Britton * src/plugins/drawreport/StatisticsChart.py: 0004715: Statistic Diagram Parameter box too big for 1024x768\ regression from commit 16035 svn: r16754 2011-03-04 Jérôme Rapinat * po/POTFILES.in: Add MediaMetadata gramplet reference svn: r16753 2011-03-04 Rob G. Healey * src/plugins/gramplet/Makefile.am, src/plugins/gramplet/MediaMetadata.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/view/mediaview.py: First part of Media Metadata Gramplet for the MediaView bottom bar! The only reason that I am committing this now is because I am confused and baffled at the results that I am getting from this gramplet. Please see email to the development list for more information. It is working, but it looks weird... svn: r16752 2011-03-03 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Simplify html_escape using library escape function and string substitutions svn: r16751 2011-03-03 Michiel Nauta * src/gui/plug/_guioptions.py: 4681: Web report crash (DenominoViso); make external plugin options work again svn: r16750 2011-03-03 Jérôme Rapinat * src/plugins/lib/libgedcom.py: 4692, 4519, 4390: try to avoid empty event types with a better support for web addresses on individual svn: r16748 2011-03-02 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: found that the 'one page' option should be false by default. svn: r16747 2011-03-02 Jérôme Rapinat * src/gui/plug/_windows.py: Detailed info box wasn't translated (Alain Aupeix - devel mailing list) svn: r16746 2011-03-02 Michiel Nauta * data/gramps_canonicalize.xsl, src/plugins/export/ExportVCard.py, src/plugins/export/test/exportVCard_test.py, src/plugins/import/ImportVCard.py, src/plugins/import/test/importVCard_test.py: 4464: VCard import/export needs update to new surname and spec incompatibilities svn: r16745 2011-03-02 Jérôme Rapinat * example/gramps/example.gramps: 4364, 4220: cleanup escape characters written on sample svn: r16744 2011-03-02 Michiel Nauta * src/gen/display/name.py, src/gui/editors/displaytabs/childmodel.py, src/gui/filtereditor.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py, src/guiQML/views/personview.py, src/plugins/webreport/NarrativeWeb.py: undo revision 16673 svn: r16742 2011-03-01 Michiel Nauta * src/plugins/export/ExportXml.py: 4364: Some First names with replace variable '& a m p ; q u o t ;' are re-written after a XML import/export svn: r16741 2011-03-01 Peter Landgren * po/sv.po: Swedish update. svn: r16740 2011-03-01 Nick Hall * src/gui/grampsbar.py: 4703: Ensure correct tab is removed when a gramplet is dragged into an empty GrampsBar svn: r16739 2011-03-01 Vassilii Khachaturov * po/ru.po: Update POT to 2011-03-01 16:43+0200 PO total: 5459 Fuzzy: 324 Untranslated: 179 Last character: 35 Shortcut in msgstr: 1 PO Coverage: 96.72% svn: r16738 2011-03-01 Peter Landgren * src/ExportOptions.py: One more string to translate. svn: r16737 2011-03-01 John Ralls * mac/gramps.modules: Delete libxml2 dependency; no longer needed. Besides, it's built in bootstrap now, and the module can't see it. svn: r16736 2011-03-01 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py: Updated MakeAncestorTree.recurse to MakeAncestorTree.iterate an iterative version of recurse. Mostly done to try and reduce memory usage. Use http://www.gramps-project.org/bugs/view.php?id=4670 http://www.gramps-project.org/bugs/view.php?id=4708 to test. svn: r16735 2011-02-28 Gary Burton * src/plugins/tool/MediaManager.py: Set transaction description properly. Bug 4672 svn: r16734 2011-02-28 Fedik * po/uk.po: translated and updated a few lines svn: r16733 2011-02-28 Vassilii Khachaturov * po/ru.po: Removing redundant capitalization and other minor fixes that jumped out while debugging #4672. svn: r16732 2011-02-28 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py: This is in responce to: http://www.gramps-project.org/bugs/view.php?id=4670 1. cannot display individuals without parents (AncestorsTree) Also a little code cleanup to prepare for an iterative version of recurse svn: r16731 2011-02-28 Jérôme Rapinat * po/fr.po, po/gramps.pot, src/plugins/gramplet/SessionLogGramplet.py: 'Selected' action/string was missing; update translation template svn: r16730 2011-02-28 Doug Blank * src/plugins/tool/Verify.py: 4694: Tools->Utilities->Verify the Data->crash svn: r16728 2011-02-27 Gary Burton * src/gui/plug/_windows.py: Load button on debug only. Bug 4704 svn: r16726 2011-02-27 Vassilii Khachaturov * src/plugins/gramplet/SessionLogGramplet.py: 4700: add timestamps to the session log svn: r16724 2011-02-26 Zdeněk Hataš * po/cs.po: czech translation update svn: r16723 2011-02-26 Jérôme Rapinat * src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/js/Makefile.am: 4696 4555: Installation missed webstuff subdirectories svn: r16722 2011-02-26 Vassilii Khachaturov * po/ru.po: NAVWEB l10n svn: r16721 2011-02-26 Jérôme Rapinat * src/plugins/webstuff/Makefile.am: 4696 4555: Installation missed webstuff subdirectories svn: r16720 2011-02-26 Jérôme Rapinat * configure.in, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/css/Makefile.am, src/plugins/webstuff/images/Makefile.am, src/plugins/webstuff/js/Makefile.am: 4696 4555: Installation missed webstuff subdirectories svn: r16719 2011-02-26 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: 4668: Web reports crash (translation css filename) svn: r16718 2011-02-25 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/MediaPreview.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PlaceDetails.py, src/plugins/gramplet/RepositoryDetails.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libplaceview.py, src/plugins/view/mediaview.py, src/plugins/view/repoview.py: Add Place Details, Repository Details and Media Preview gramplets svn: r16717 2011-02-25 Nick Hall * po/POTFILES.in, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/photo.py: Add Photo widget svn: r16716 2011-02-25 Vassilii Khachaturov * po/ru.po: Russian l10n strings update. Template total: 5451 PO total: 5451 Fuzzy: 332 Untranslated: 179 PO Coverage: 96.72% Template Coverage: 96.72% svn: r16715 2011-02-25 Vassilii Khachaturov * src/gui/widgets/grampletpane.py, src/plugins/gramplet/SessionLogGramplet.py: Fix bug #4687: session log gramplet - overzealous l10n of signal names breaks clickable link handlers * No longer translate "link_type" passed to GuiGramplet.link, this is an internal constant name never exposed to the user. * Add a warning to GuiGramplet.on_button_press, in case an unknown link type is encountered during the event processing * Applied changes to my patch as suggested during the CR by dsblank svn: r16714 2011-02-25 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Revert commit 16664 to restore full functionality svn: r16713 2011-02-25 Jérôme Rapinat * src/gui/utils.py: 4689: More space for localized sentences on ProgressMeter svn: r16712 2011-02-24 Gerald Britton * src/plugins/textreport/DetAncestralReport.py: Simplify using partials and lambdas svn: r16710 2011-02-24 Gerald Britton * src/plugins/graph/GVFamilyLines.py: Simplify using partials and lambdas svn: r16709 2011-02-24 Craig J. Anderson * src/plugins/docgen/GtkPrint.py, src/plugins/lib/libtreebase.py: Fixed issue 4670. 'one_page' option in the Ancestor/Descendant graphical repororts did not change the page type to 'custom'. also landscape orientation did not switch the page.height and page.width properties which made items print outside the page and give infinate loop errors. svn: r16708 2011-02-23 Doug Blank * src/plugins/drawreport/Calendar.py: Removed debugging code svn: r16707 2011-02-23 Vassilii Khachaturov * src/plugins/gramplet/Children.py: Bug #4679: Children bottom bar gramplet - crash upon add; l10n of empty string CR by nick-h svn: r16706 2011-02-23 Michiel Nauta * src/plugins/tool/TestcaseGenerator.py: Update TestcaseGenerator to work with new transaction code svn: r16705 2011-02-23 Gerald Britton * src/plugins/drawreport/StatisticsChart.py, src/plugins/graph/GVRelGraph.py: Simplify using partials and lambdas svn: r16704 2011-02-23 Gerald Britton * src/plugins/textreport/FamilyGroup.py: Simplify using partials and lambdas svn: r16703 2011-02-23 Vassilii Khachaturov * po/ru.po: POT update merged svn: r16702 2011-02-23 Vassilii Khachaturov * po/ru.po: Major spellcheck run. Fixed nasties that popped up while at it. svn: r16701 2011-02-22 Mirko Leonhäuser * po/de.po: Bugfix in German translation svn: r16700 2011-02-22 Nick Hall * src/gui/views/tags.py: Remove cancel button from progress dialogs svn: r16699 2011-02-22 Gerald Britton * src/plugins/textreport/DetDescendantReport.py: Simplify using partials and lambdas svn: r16698 2011-02-22 Michiel Nauta * src/gen/db/exceptions.py, src/gui/views/tags.py: 4665: Aborted transactions appear in the undo history svn: r16697 2011-02-22 Zdeněk Hataš * po/cs.po: small update svn: r16696 2011-02-22 Vassilii Khachaturov * po/ru.po: change the export dialog so as to have two similar options (GRAMPSXML w/ and w/o media) appear on adjacent lines svn: r16695 2011-02-22 Vassilii Khachaturov * po/ru.po: minor fix svn: r16694 2011-02-22 Jérôme Rapinat * src/plugins/docgen/docgen.gpr.py: typo - PostScript trademark (contribution by Paul Franklin) svn: r16693 2011-02-22 Michiel Nauta * src/plugins/lib/libgedcom.py: 4666: GEDCOM import into a black database crashes trunk, OK with 3.2.5 svn: r16692 2011-02-22 Vassilii Khachaturov * po/ru.po: A big chunk of translation updates from Egor, with minor copyedit. svn: r16691 2011-02-21 Nick Hall * src/Filters/SideBar/_SidebarFilter.py, src/gui/views/tags.py: Update tagging to work with new transaction code svn: r16690 2011-02-21 Gerald Britton * src/plugins/drawreport/Calendar.py: Teaks for readability svn: r16689 2011-02-21 Gerald Britton * src/gen/plug/_gramplet.py: Tweak svn: r16688 2011-02-20 Mirko Leonhäuser * po/de.po: updated german translation svn: r16687 2011-02-20 Vassilii Khachaturov * po/gramps.pot: Committing fresh gramps.pot, with new strings in --- OK'ed by romjerome. svn: r16686 2011-02-20 Vassilii Khachaturov * src/plugins/drawreport/AncestorTree.py: harmonize l10n string with DescendTree.py, by suggestion from Egor svn: r16685 2011-02-20 Vassilii Khachaturov * po/ru.po: fix some strings in src/plugins/view/view.gpr.py svn: r16684 2011-02-20 Vassilii Khachaturov * po/ru.po, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: * From Egor Reentov : Adding i18n of strings in AncestorTree.py and DescendTree.py (CR'ed with Benny's and Jerome's help --- thanks a lot, folks!) * Merged Egor's and other recent new strings into ru.po (from a local gramps.pot - not checking it in) "POT-Creation-Date: 2011-02-20 20:52+0200\n" * Minor fixes of ru.po along the way svn: r16683 2011-02-20 Michiel Nauta * src/gen/display/name.py: 4662: Unable to add more than one name format svn: r16682 2011-02-20 Bernard Banko * po/sl.po: slovenian translation update svn: r16681 2011-02-20 Benny Malengier * src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py, src/Reorder.py, src/gen/db/base.py, src/gen/db/txn.py, src/gen/db/write.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editplace.py, src/gui/editors/editreporef.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py, src/gui/editors/editsourceref.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libpersonview.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/MediaManager.py, src/plugins/tool/NotRelated.py, src/plugins/tool/PatchNames.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/SortEvents.py, src/plugins/view/mediaview.py, src/plugins/view/relview.py, src/web/dbdjango.py: 4198: Person view does not remove a row correctly when two people are merged. This patch improves on the context changes: * avoid use of transaction_xx methods * force an abort in case of unclean transaction Backward compatibility is broken to achieve this. svn: r16680 2011-02-19 Zdeněk Hataš * po/cs.po: czech translation update svn: r16679 2011-02-19 Vassilii Khachaturov * po/ru.po: More l10n from Egor Reentov , in ancestor tree report. svn: r16678 2011-02-19 Peter Landgren * src/gen/lib/calendar.py: Further improvment for Swedish Calendar. svn: r16675 2011-02-19 Michiel Nauta * src/gen/display/name.py, src/gui/editors/displaytabs/childmodel.py, src/gui/filtereditor.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py, src/guiQML/views/personview.py, src/plugins/webreport/NarrativeWeb.py: 4657: The "sort as" name is ignored svn: r16673 2011-02-19 Jérôme Rapinat * src/plugins/quickview/FilterByName.py: update translation map (title) svn: r16672 2011-02-19 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_person_detail.html, src/web/grampsdb/models.py, src/web/libdjango.py, src/web/settings.py, src/web/utils.py: Second step in bringing gramps-connect back into sync with gramps 3.3 svn: r16671 2011-02-18 Doug Blank * src/web/Makefile, src/web/grampsdb/models.py, src/web/init.py, src/web/libdjango.py, src/web/utils.py: First stage to bringing gramps-connect back into sync: surnames, locality in places, and marker/tag changes svn: r16670 2011-02-18 Doug Blank * src/plugins/quickview/FilterByName.py: typo svn: r16669 2011-02-18 Doug Blank * src/plugins/quickview/FilterByName.py: Remove some (apparently) leftover debug testing svn: r16668 2011-02-18 Jérôme Rapinat * po/fr.po: update french translation svn: r16667 2011-02-18 Doug Blank * src/gen/db/read.py: Don't crash if name.txt doesn't exist; this can happen if you try to get name before you open a database svn: r16666 2011-02-18 Doug Blank * src/cli/plug/__init__.py: 4643: command line report query of "off" should return all possible values svn: r16665 2011-02-18 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Use escape function from xml.sax.saxutils instead of built-in svn: r16664 2011-02-18 Vassilii Khachaturov * po/ru.po: Another update from Egor Reentov : * FAQ gramplet links fix * attempt to make the inches look better (paper options - metric) (still ugly - need to redesign the dialog to allow for 4 chars where "in." used to fit in English version) On top of Egor's change, minor copyedit of the FAQ q's (punctuation) svn: r16663 2011-02-18 Doug Blank * src/gui/widgets/grampletpane.py: 4588: FAQ-gramplet looks very strange when translated to Swedish. svn: r16662 2011-02-18 Doug Blank * src/gui/widgets/grampletpane.py: 4635: Localized FAQ gramplet incorrectly generates links to the wiki svn: r16661 2011-02-18 Doug Blank * src/cli/plug/__init__.py: Protection around .next() when there is no next svn: r16660 2011-02-17 Vassilii Khachaturov * src/plugins/quickview/OnThisDay.py: Committing my fix to bug #4550: OnThisDay.py disregards calendar differences (e.g., Julian vs Gregorian) - PATCH OK'ed by dsblank svn: r16659 2011-02-17 Jérôme Rapinat * po/fr.po: 4653: typo, capital letter (contribution by cderory) svn: r16657 2011-02-17 Zdeněk Hataš * po/cs.po: czech translation update svn: r16655 2011-02-17 Doug Blank * src/gen/plug/utils.py: Why was this removed? svn: r16654 2011-02-17 Michiel Nauta * src/gui/viewmanager.py: Typo in string text svn: r16653 2011-02-17 Michiel Nauta * src/gen/display/name.py: 4614: Views with persons name look strang after XML import svn: r16652 2011-02-17 Gerald Britton * src/gen/plug/utils.py: Fix bug in version_str_to_tup svn: r16651 2011-02-17 Craig J. Anderson * src/plugins/drawreport/DescendTree.py: Somehow a not had been removed from an if statement making the report only show one level of spouses max. Inserted the not again. fixes error 4603 svn: r16650 2011-02-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Returned html_escape() back to NarrativeWeb after discussions with Benny. svn: r16649 2011-02-17 Gerald Britton * src/gui/plug/report/_graphvizreportdialog.py: Simplifications and tweaks svn: r16648 2011-02-17 Vassilii Khachaturov * po/ru.po: Trying to use ″ for the inch contraction, as Egor suggested. svn: r16647 2011-02-17 Vassilii Khachaturov * po/ru.po: Another update from Egor Reentov , with minimal corrections applied to it. Highlights: * FAQ gramplet HREFs now point to Russian manual * Further translation of the family tree report dialog svn: r16646 2011-02-17 Peter Landgren * po/sv.po: Swedish update. svn: r16645 2011-02-17 Peter Landgren * src/gen/lib/calendar.py: Improved Swedish Calendar. svn: r16643 2011-02-17 Peter Landgren * src/DateHandler/_DateParser.py: Fixed a typo and improved Swedish Calendar. svn: r16642 2011-02-17 Rob G. Healey * src/plugins/lib/libhtml.py, src/plugins/webreport/NarrativeWeb.py: Removed the html_escape code from libhtml and using saxutils for escaping characters. Thank you, Gerald Britton, for the better way. svn: r16639 2011-02-16 Rob G. Healey * src/plugins/lib/libhtml.py, src/plugins/webreport/NarrativeWeb.py: Moved html_escape from NarrativeWeb to libhtml ... use: from libhtml import html_escape as html_escape svn: r16638 2011-02-16 Gerald Britton * src/DateHandler/_DateParser.py: add missing closing paren from commit 16636 svn: r16637 2011-02-16 Gerald Britton * src/DateHandler/_DateParser.py, src/gen/db/read.py, src/gen/db/upgrade.py, src/gen/lib/date.py, src/gen/lib/place.py, src/gen/plug/_pluginreg.py, src/gen/plug/utils.py, src/gui/filtereditor.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/quickview/FilterByName.py: Use built-in map function to simplify some list comprehensions svn: r16636 2011-02-16 Gerald Britton * src/plugins/textreport/DetAncestralReport.py: Use partial from functools to simplify menu options svn: r16635 2011-02-16 Michiel Nauta * src/plugins/import/ImportXml.py: 4651: XML import of name with only display or sort format set fails svn: r16634 2011-02-16 Zdeněk Hataš * po/cs.po: czech translation update svn: r16632 2011-02-16 Michiel Nauta * src/cli/clidbman.py, src/gui/dbman.py: 4650: Error raised when family tree created with name that already exists svn: r16631 2011-02-16 Jérôme Rapinat * src/plugins/lib/holidays.xml.in: 'overseas days' (France) svn: r16630 2011-02-16 Jérôme Rapinat * src/plugins/lib/holidays.xml.in: cleanup France; http://fr.wikipedia.org/wiki/Jour_f%C3%A9ri%C3%A9#.C2.A0France svn: r16627 2011-02-15 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/lib/libtreebase.py: Updates to all three reports. Ancestor Descendant Family Descendant fixes error 4602, 4603 and other errors I found svn: r16626 2011-02-15 Mirko Leonhäuser * po/de.po: updated german translation svn: r16625 2011-02-15 Nick Hall * src/plugins/gramplet/Notes.py: Disable buttons in Note gramplets for empty database svn: r16624 2011-02-15 Gerald Britton * src/gui/plug/_guioptions.py: Simplify make_gui_option with table-driven logic svn: r16623 2011-02-15 Nick Hall * po/POTFILES.skip, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/locationbox.py: Add LocationBox widget svn: r16622 2011-02-15 Nick Hall * po/POTFILES.in, src/gui/grampsbar.py, src/plugins/gramplet/Children.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/Sources.py, src/plugins/gramplet/bottombar.gpr.py: Add children bottombar gramplets svn: r16621 2011-02-15 Nick Hall * src/ListModel.py, src/gui/viewmanager.py: 4647: Fix ListModel so that it uses the correct sort column svn: r16620 2011-02-14 Gary Burton * src/plugins/textreport/PlaceReport.py: Fix column title indent sizes. Bug 4645 svn: r16619 2011-02-14 Michiel Nauta * src/gen/db/write.py: Properly close database environment upon open failure svn: r16618 2011-02-14 Fedik * po/uk.po: translated and updated a few lines svn: r16617 2011-02-13 Nick Hall * src/plugins/gramplet/bottombar.gpr.py: Remove definition for children gramplet svn: r16616 2011-02-13 Gary Burton * src/plugins/textreport/PlaceReport.py: Update to the place report by derHeinzi which link persons and events at a place. #4622 svn: r16615 2011-02-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Used one of Gerald Britton's idea in simplifying adding menu options by using partial(). svn: r16614 2011-02-13 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/plugins/gramplet/Attributes.py, src/plugins/gramplet/Gallery.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/Notes.py, src/plugins/gramplet/PersonAttributes.py, src/plugins/gramplet/PersonGallery.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/Sources.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Add new bottombar gramplets svn: r16613 2011-02-12 Nick Hall * src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py: 4618: Fix for non-latin characters in filter names svn: r16612 2011-02-12 Jérôme Rapinat * po/zh_CN.po: update Chinese translation (by honeyword) svn: r16611 2011-02-12 Vassilii Khachaturov * po/ru.po: merge to the newest gramps.pot minor fixes along the way major changes: event abbreviations and new GUI filter gramplets svn: r16610 2011-02-12 Vassilii Khachaturov * po/ru.po: consistently translate "tools" and "utilities" according to http://www.gramps-project.org/wiki/index.php?title=Translation_into_Russiansvn: r16609 2011-02-12 Vassilii Khachaturov * po/ru.po: ru.po fuzzies cleanup -- down to Fuzzy: 393 Untranslated: 223 Family descendent tree dialog looks better now. svn: r16608 2011-02-12 Vassilii Khachaturov * po/ru.po: Merged new translated strings from Egor Reentov , with minor spelling fixes applied to them. Commit includes reformat by poedit. FAQ gramplet translated strings include HREFs to en FAQ pages rather than ru, still applied -- better than no translation at all. svn: r16607 2011-02-11 Michiel Nauta * src/gen/db/write.py: Replace bare except by specific exception. svn: r16606 2011-02-11 Gerald Britton * src/plugins/tool/RemoveUnused.py: In method collect_unused, replace dispatch dictionary with tuple svn: r16604 2011-02-11 Doug Blank * src/gui/widgets/grampletpane.py: 4304: PedigreeGramplet and memory management; attempted fix svn: r16603 2011-02-11 Doug Blank * src/Spell.py: Spanish didn't like this string svn: r16602 2011-02-11 Gerald Britton * src/plugins/tool/Check.py: Rearrange comments for added clarity svn: r16601 2011-02-11 Doug Blank * src/plugins/import/ImportXml.py: 4362: [XML] Cannot import url styled text on note svn: r16600 2011-02-11 Zdeněk Hataš * po/cs.po: czech translation update svn: r16599 2011-02-10 Gerald Britton * src/plugins/tool/Check.py: In method cleanup_empty_objects, replace dispatch dictionary with tuple svn: r16598 2011-02-10 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Tweak replacing a list with a set svn: r16597 2011-02-10 Craig J. Anderson * src/plugins/drawreport/DescendTree.py: added 'raise ReportError' if the person/family is not in the database (cli mostly) svn: r16596 2011-02-10 Craig J. Anderson * src/plugins/drawreport/DescendTree.py: fixed 4602 fixed 4623 various code clean up svn: r16595 2011-02-09 Gerald Britton * src/Relationship.py: Simplify code by replacing references with module-level variables svn: r16593 2011-02-09 Michiel Nauta * src/Merge/mergefamily.py, src/Merge/mergeperson.py, src/gen/db/base.py, src/gen/db/write.py, src/gen/lib/ldsord.py, src/gen/lib/person.py, src/gui/editors/editfamily.py, src/plugins/tool/Check.py: 4590: Error on access of LDS editor when sealed to family has been removed. svn: r16592 2011-02-08 Gerald Britton * src/gui/viewmanager.py: simplifications in plugin update code svn: r16590 2011-02-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Beg#4601: Fixed and cleanup for NarrativeWeb for W3C compliance; IndividualPages still have errors in the Pedigree section -- this will require more than a simple tweak of code or style sheet elements. svn: r16588 2011-02-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#4601: More w3c compliance fixes in person_link() and SurnameListPages. svn: r16586 2011-02-06 Jérôme Rapinat * src/plugins/docgen/LaTeXDoc.py: 4612: 'elf' instead of 'self' (fixed by Harald Rosemann) svn: r16585 2011-02-05 Gerald Britton * src/plugins/lib/libhtml.py: Bug 4287: Fix Html.attr property for self-closing tags (e.g. ) svn: r16582 2011-02-05 Gary Burton * src/gen/plug/report/_options.py: Add new abstract methods to ReportOptions. Bug #4572 svn: r16581 2011-02-05 Gary Burton * src/gui/selectors/baseselector.py: Redraw selectors on toggling sort order. Bug #4518 svn: r16579 2011-02-05 Mirko Leonhäuser * po/de.po: updated german translation svn: r16578 2011-02-05 Jérôme Rapinat * src/DateHandler/_Date_lt.py: 4089: Month names for Lithuanian (contribution by embar) svn: r16574 2011-02-04 Nick Hall * src/gui/grampsbar.py, src/gui/views/pageview.py: Add new gramplets from a context menu rather than a dialog svn: r16572 2011-02-04 Nick Hall * src/gui/grampsbar.py: Fix bug where first gramplet added was not made active svn: r16571 2011-02-04 Nick Hall * src/gui/grampsbar.py: Set default wrap mode for tabbed gramplets svn: r16570 2011-02-04 Vassilii Khachaturov * po/ru.po: Merged stuff from my patches sent on bug #4587, merged my stuff with Andrew's previous decisions on the trunk translations. Clean up of Russian translation on the trunk: mismatches at zero again, fuzzies and untranslated going down as well. File: ru.po Template total: 5379 PO total: 5313 Fuzzy: 423 Untranslated: 260 %s mismatches: 0 %d mismatches: 0 %() name mismatches:0 %() missing s/d: 0 Runaway context: 0 XML special chars: 0 Last character: 25 Shortcut in msgstr: 15 PO Coverage: 95.11% Template Coverage: 93.94% Localized at: 87.30% (previous gramps.pot) svn: r16569 2011-02-04 Peter Landgren * src/gen/lib/eventtype.py: Better abbreviations, thanks to Paul Franklin. svn: r16568 2011-02-04 Zdeněk Hataš * po/cs.po: czech translation update svn: r16566 2011-02-04 Benny Malengier * src/cli/grampscli.py, src/gen/display/name.py: 4599: regression from 3.2.5 - name format preference doesn't persist across reloads svn: r16565 2011-02-04 Jérôme Rapinat * src/plugins/gramplet/Makefile.am: 4597: crash when switching into Geography view from Places view svn: r16564 2011-02-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#4601 -- W3C Validation part#1; cleanup of the core pages has been done. svn: r16563 2011-02-03 Benny Malengier * src/gen/db/write.py: 3975: Accessing an incompatible database corrupts the database Undoing unset of DB_RECOVERY flag, we need it to have ACI(D) database svn: r16562 2011-02-03 Nick Hall * src/gui/grampsbar.py: Fix tab labels for gramplet configuration svn: r16560 2011-02-03 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Resizing problem : desactivate the possibility to have bars. svn: r16559 2011-02-03 Rob G. Healey * src/plugins/webstuff/css/Web_Nebraska.css: Fixed navigation menus in Nebraska style sheet. svn: r16558 2011-02-03 Michiel Nauta * src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergeperson.py: Fix typos in mergecode, notebly one missing space. svn: r16556 2011-02-03 Michiel Nauta * src/gen/lib/person.py: Restore person-place replace_handle_reference. svn: r16555 2011-02-03 Nick Hall * src/gui/grampsbar.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py: Add configurable GrampsBar gramplets to the Configure View dialog svn: r16554 2011-02-03 Gerald Britton * src/plugins/lib/libhtml.py: Port fix in branch for missing PUBLIC keyword in DOCTYPE to trunk svn: r16553 2011-02-03 Jérôme Rapinat * src/plugins/view/pedigreeview.py: 4326: improve context description svn: r16552 2011-02-03 Jérôme Rapinat * src/Utils.py: 4326: 'descendant' instead of 'descendent' svn: r16551 2011-02-03 Jérôme Rapinat * src/plugins/view/pedigreeview.py: 4326: improve context description svn: r16550 2011-02-03 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Removed MarriageReport elements from this style sheet. svn: r16549 2011-02-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/webstuff.py: Changed the name of the navigation menus style sheet to confirm to current naming scheme. svn: r16548 2011-02-02 Nick Hall * src/gui/widgets/grampletpane.py: 4591: Do not allow less than a single column in the Gramplet view svn: r16547 2011-02-02 Gary Burton * src/gui/grampsbar.py: Fix crash running Note gramplet in side and bottom bars when using object linking functionality svn: r16545 2011-02-02 Nick Hall * src/gui/grampsbar.py: Allow remove_gramplet to remove a detached gramplet svn: r16544 2011-02-02 Jérôme Rapinat * src/Merge/mergemedia.py, src/gui/editors/editfamily.py, src/plugins/drawreport/DescendTree.py, src/plugins/export/export.gpr.py, src/plugins/tool/MediaManager.py, src/plugins/view/pedigreeview.py: 4326: typos (by PaulFranklin); part I svn: r16543 2011-02-02 Nick Hall * src/gui/grampsbar.py: Display a dummy tab when a GrampsBar is empty svn: r16542 2011-02-02 Jérôme Rapinat * po/fr.po: wording, spacing, separator svn: r16540 2011-02-01 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Better management of sidebar and bottombar. Navigation correctly initialized. svn: r16538 2011-02-01 Mirko Leonhäuser * po/de.po: updated german translation svn: r16537 2011-02-01 Serge Noiraud * src/gui/grampsgui.py: GeoView : icons are no more visible in gtk : revert svn 16487 svn: r16535 2011-02-01 Jérôme Rapinat * po/fr.po: typos svn: r16534 2011-02-01 Jérôme Rapinat * src/plugins/textreport/AncestorReport.py: 3782: Cannot set max generation > 15; use the same value as DAR and pedigree gramplet svn: r16531 2011-02-01 Jérôme Rapinat * po/fr.po, po/gramps.pot, src/plugins/lib/libplugins.gpr.py: 4425: event type abbreviations; do not split string; new template; update french translation svn: r16529 2011-02-01 Peter Landgren * src/gen/lib/eventtype.py: Added a comment. svn: r16528 2011-02-01 Peter Landgren * po/sv.po: Update with abbreviations. svn: r16527 2011-02-01 Michiel Nauta * src/Merge/mergeperson.py: make context info work for person merge svn: r16525 2011-01-31 Benny Malengier * src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py, src/Reorder.py, src/gen/db/base.py, src/gen/db/read.py, src/gen/db/txn.py, src/gen/db/write.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editplace.py, src/gui/editors/editreporef.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py, src/gui/editors/editsourceref.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libmixin.py, src/plugins/lib/libpersonview.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/MediaManager.py, src/plugins/tool/NotRelated.py, src/plugins/tool/PatchNames.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/SortEvents.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/view/mediaview.py, src/plugins/view/relview.py: 4198: Person view does not remove a row correctly when two people are merged. This is a major patch by Michael Nauta. It means all writes happen immediately to bsddb, and the bsddb rollback is used on a crash. Transaction is no longer used to store changes and do them on commit. Undo database is set on end. At the same time with statement is used throughout for transactions At the same time, the original bug in merge code should be fixed Still some issues, that will be ironed out svn: r16523 2011-01-31 Serge Noiraud * src/plugins/view/geoview.py: GeoView : add timeout to avoid multiple resize. svn: r16522 2011-01-31 Benny Malengier * src/gui/plug/_guioptions.py, src/gui/plug/report/_reportdialog.py: 4352: more memory leak problems Fix some memory leak problems in guioptions svn: r16521 2011-01-31 Peter Landgren * po/sv.po: Almost complete Swedish translation. svn: r16519 2011-01-31 Peter Landgren * src/gen/lib/eventtype.py: Issue 4425: Abbreviation algorithm does not work for all languages. svn: r16518 2011-01-31 Serge Noiraud * src/plugins/view/geoview.py: GeoView : restrict gtk to 2.12 : VBox and set_allocation svn: r16517 2011-01-31 Michiel Nauta * src/plugins/import/ImportXml.py: sort_as and display_as of a name was ignored on import if only one is specified. svn: r16516 2011-01-31 Michiel Nauta * src/plugins/import/ImportXml.py: Fix errormessage on import of duplicate namemap value. svn: r16515 2011-01-31 Zdeněk Hataš * src/DateHandler/_Date_cs.py: month inflection added to DateDisplay svn: r16514 2011-01-31 Zdeněk Hataš * po/cs.po: czech translation updated svn: r16513 2011-01-31 Jérôme Rapinat * example/gramps/example.gramps: 4365: idempotent, attribute order and primary surname svn: r16512 2011-01-31 Jérôme Rapinat * po/ru.po: 4582: cleanup by vassilii; merge with last template svn: r16511 2011-01-30 Mirko Leonhäuser * po/de.po: updated german translation svn: r16508 2011-01-30 Zdeněk Hataš * po/cs.po, po/gramps.pot: czech translation update, pot update svn: r16507 2011-01-30 Gary Burton * src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/buttontab.py: Make create_buttons method protected rather than private because it is overridden by BackRefList class. Bug #4576 svn: r16506 2011-01-30 Benny Malengier * src/guiQML/__init__.py, src/guiQML/grampsqml.py, src/guiQML/qmlwidgets/TextButton.qml, src/guiQML/qmlwidgets/TopBar.qml, src/guiQML/questiondialog.py, src/guiQML/viewmanager.py, src/guiQML/views/__init__.py, src/guiQML/views/centralview.py, src/guiQML/views/centralview.qml, src/guiQML/views/dbman.py, src/guiQML/views/dbman.qml, src/guiQML/views/peopleview.qml, src/guiQML/views/personview.py: Commit experimental QML interface, python gramps.py --qml to run This is not part of Makefile system at the moment. Just proof of concept to see what can be done svn: r16505 2011-01-30 Benny Malengier * src/cli/clidbman.py, src/const.py.in, src/gen/db/read.py, src/gen/db/write.py, src/gui/dbman.py, src/gui/viewmanager.py: Changes to allow a QML interface: * a const to launch it * fix an error in obtaining dbname * refractor pieces to allow reuse svn: r16504 2011-01-30 Serge Noiraud * src/plugins/view/geoview.py: GeoView : adapt geoview to svn 16501. svn: r16503 2011-01-30 Nick Hall * src/gen/plug/_gramplet.py, src/gui/grampsbar.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py, src/plugins/gramplet/Filter.py, src/plugins/gramplet/PersonAttributes.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonGallery.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/geoview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Add extra GrampsBar functionality. svn: r16502 2011-01-29 Zdeněk Hataš * src/DateHandler/_Date_cs.py: various updates to reflect current handler features, cleanup svn: r16501 2011-01-28 Serge Noiraud * src/plugins/view/geoview.py, src/plugins/view/htmlrenderer.py: GeoView : Now using NavigationView svn: r16500 2011-01-28 Serge Noiraud * src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-geo-altmap.svg, src/images/scalable/gramps-geo-birth.svg, src/images/scalable/gramps-geo-death.svg, src/images/scalable/gramps-geo-mainmap.svg, src/images/scalable/gramps-geo-marriage.svg: GeoView : issue 4547 : restoring images in 22x22 and 48x48 svn: r16499 2011-01-28 Nick Hall * : Add svn:ignore property svn: r16498 2011-01-28 Jérôme Rapinat * po/fr.po: update french translation svn: r16496 2011-01-28 Jérôme Rapinat * po/ru.po: 4578: cleanup by vassilii svn: r16495 2011-01-28 Jérôme Rapinat * src/DateHandler/_Date_lt.py: 4089: Month names (by embar) svn: r16493 2011-01-28 Jérôme Rapinat * src/gui/filtereditor.py: 4491 4492: integer list for matching tag and confidence levels svn: r16491 2011-01-28 Jérôme Rapinat * po/POTFILES.in, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_MatchesSourceConfidence.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_MatchesSourceConfidence.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_MatchesSourceConfidence.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_MatchesSourceConfidenceBase.py, src/Filters/Rules/__init__.py: 4491: Matching source and quality level(s) svn: r16490 2011-01-27 Zdeněk Hataš * po/cs.po: czech translation update svn: r16489 2011-01-27 Serge Noiraud * src/plugins/view/geoview.py: GeoView : issue 4547 : applying const.WEBSTUFF_DIR svn: r16488 2011-01-27 Rob G. Healey * src/gui/grampsgui.py, src/images/scalable/Makefile.am, src/images/scalable/gramps-geo-altmap.svg, src/images/scalable/gramps-geo-birth.svg, src/images/scalable/gramps-geo-death.svg, src/images/scalable/gramps-geo-mainmap.svg, src/images/scalable/gramps-geo-marriage.svg, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/images/gramps-geo-altmap.svg, src/plugins/webstuff/images/gramps-geo-birth.svg, src/plugins/webstuff/images/gramps-geo-death.svg, src/plugins/webstuff/images/gramps-geo-mainmap.svg, src/plugins/webstuff/images/gramps-geo-marriage.svg: Moved the source images from src/images/scalable to src/plugins/webstuff/images. Removed gramps-geo-altmap.png and gramps-geo-mainmap.png from src/gui/grampsgui.py per Benny Malengier. svn: r16487 2011-01-27 Rob G. Healey * src/images/22x22/Makefile.am, src/images/48x48/Makefile.am: Removing graphic files that are no longer needed. Serge and Rob do not see a need for them... Benny Malengier agrees. svn: r16486 2011-01-26 Rob G. Healey * src/plugins/webstuff/Makefile.am: Cleanup of this file was needed. Alphabetized files and removed extra whitespace. svn: r16485 2011-01-26 Mirko Leonhäuser * po/de.po: updated german translation svn: r16484 2011-01-26 Nick Hall * src/gui/views/pageview.py: Allow GrampsBars to shrink for smaller screen sizes svn: r16483 2011-01-26 Rob G. Healey * src/const.py.in: Added const.WEBSTUFF_DIR for Serge in working with GeoView. svn: r16482 2011-01-26 Gerald Britton * src/ScratchPad.py, src/cli/argparser.py, src/gui/editors/editchildref.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editmedia.py, src/gui/editors/editperson.py, src/images/mk_blue_marble.py, src/plugins/webreport/WebCal.py, src/test/regrtest.py, src/web/libdjango.py, src/web/sortheaders.py: Remove unneeded line continuations and tidy up svn: r16481 2011-01-26 Serge Noiraud * src/gui/editors/displaytabs/Makefile.am: src/gui/editors/displaytabs/Makefile.am : typo : MOSTLYcLEANFILES instead of MOSTLYCLEANFILES svn: r16480 2011-01-26 Nick Hall * src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonGallery.py: Fix image layout problems svn: r16479 2011-01-26 Nick Hall * src/plugins/gramplet/PersonAttributes.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonGallery.py, src/plugins/gramplet/PersonResidence.py: Clear bottombar gramplets when no active person is set svn: r16478 2011-01-26 Zdeněk Hataš * po/cs.po: czech translation update svn: r16477 2011-01-26 Doug Blank * src/plugins/webstuff/webstuff.gpr.py: Added missing STABLE svn: r16476 2011-01-25 Mirko Leonhäuser * po/de.po: updated german translation svn: r16475 2011-01-25 Gerald Britton * src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/drawreport/Calendar.py, src/plugins/export/ExportXml.py, src/plugins/gramplet/PersonAttributes.py, src/plugins/gramplet/PersonGallery.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/lib/libgedcom.py, src/plugins/view/geoview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py: Remove unneeded line continuations and tidy up svn: r16472 2011-01-25 Zdeněk Hataš * po/cs.po: czech translation update svn: r16471 2011-01-25 Gary Burton * src/gui/editors/editperson.py: Remove the need to explicitly call _set_size(). This was due to the multisurname tab size request and reference occurring in _local_init causing the window height to be sized to accomodate the tab. Moving this code to _post_init allows the window to size correctly accordinging to the height settings stored in gramps.ini svn: r16470 2011-01-25 Benny Malengier * src/DateEdit.py, src/gen/lib/date.py, src/gui/editors/displaytabs/childmodel.py: 4383: Error while attempt to edit family 2521: Problem with erroneous birth date in using the family editor. We show validation error on date > next year, and don't crash on large year anymore svn: r16468 2011-01-25 Jérôme Rapinat * po/POTFILES.in: GEPS 008: File Organization : about dialog (rev16464) svn: r16466 2011-01-24 Josip Pisoj * po/hr.po: hr translation update svn: r16465 2011-01-24 Benny Malengier * src/GrampsAboutDialog.py, src/Makefile.am, src/gui/Makefile.am, src/gui/aboutdialog.py, src/gui/viewmanager.py: GEPS 008: File Organization : about dialog in gui + pylint fixes + real modal svn: r16464 2011-01-24 Fedik * po/uk.po: translated a few lines and it my first commit :) svn: r16463 2011-01-24 Gerald Britton * src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/Summary.py, src/plugins/textreport/TagReport.py: Remove redundant line continuations svn: r16462 2011-01-24 Benny Malengier * src/gen/db/write.py: Fix bug in bsddb 4.7 by moving the NOSYNC setting before env open svn: r16460 2011-01-24 Gerald Britton * src/plugins/tool/Check.py, src/plugins/tool/EventCmp.py, src/plugins/tool/FindDupes.py, src/plugins/tool/NotRelated.py, src/plugins/tool/Verify.py: Remove redundant line continuations svn: r16459 2011-01-24 Gerald Britton * src/plugins/tool/Check.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/EventCmp.py, src/plugins/tool/NotRelated.py, src/plugins/tool/PatchNames.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py: Remove unnecessary line continuations and tidy up a bit svn: r16458 2011-01-24 Jérôme Rapinat * src/plugins/lib/Makefile.am: 4557: do not need XML_DATA macro svn: r16457 2011-01-24 Jérôme Rapinat * src/plugins/lib/Makefile.am: 4557: do not need XML_DATA macro svn: r16456 2011-01-24 Jérôme Rapinat * src/plugins/lib/Makefile.am: 4557: do not need XML_DATA macro svn: r16455 2011-01-24 Jérôme Rapinat * po/ru.po: fix errors on previous commit svn: r16454 2011-01-24 Jérôme Rapinat * po/ru.po: #4569 #4560 patches for Russian translation on Records.py and Name formats (by vassilii) svn: r16453 2011-01-24 Zdeněk Hataš * po/cs.po: czech translation update svn: r16451 2011-01-23 Gerald Britton * src/gen/lib/person.py: Remove unneeded line continuations svn: r16450 2011-01-23 Benny Malengier * src/gen/db/write.py: Still write to log synchronously, don't flush svn: r16449 2011-01-23 Benny Malengier * src/cli/argparser.py: Allow easy experimenting with QML svn: r16448 2011-01-23 Benny Malengier * src/gui/editors/editfamily.py: same as previous commit, allow bsddb3 use svn: r16447 2011-01-23 Benny Malengier * src/GrampsAboutDialog.py, src/GrampsLogger/_ErrorReportAssistant.py, src/cli/clidbman.py, src/config.py, src/gen/db/bsddbtxn.py, src/gen/db/cursor.py, src/gen/db/dbconst.py, src/gen/db/read.py, src/gen/db/txn.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/plug/_gramplet.py, src/gramps.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgrdb.py, src/plugins/tool/Leak.py: Some bsddb changes * allow to use bsddb3 as database via a config setting * set async write to disk to improve speed, eg import * 40 svn: r16446 2011-01-23 Jérôme Rapinat * src/plugins/lib/Makefile.am: 4557: holidays.xml copied twice (by Josip) svn: r16445 2011-01-22 Benny Malengier * src/gui/editors/editperson.py: Make sure surnames are saved in a way that makes sense: * no empty surnames if more than one * one primary surname Clean up whitespace svn: r16444 2011-01-22 Benny Malengier * src/gui/grampsgui.py, src/gui/viewmanager.py: remove whitespace svn: r16443 2011-01-22 Peter Landgren * po/sv.po: Preliminary update fr trunk. svn: r16442 2011-01-22 Peter Landgren * po/POTFILES.in: Added filter for selecting persons without death date. svn: r16441 2011-01-22 Peter Landgren * src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_NoDeathdate.py, src/Filters/Rules/Person/__init__.py: Added filter for selecting persons without death date. svn: r16440 2011-01-22 Benny Malengier * src/gui/utils.py, src/plugins/rel/rel_pt.py, src/plugins/tool/EventCmp.py: correct tab errors given by tabnanny svn: r16439 2011-01-22 Benny Malengier * test/GrampsLogger/ErrorReportAssistant_Test.py: correct syntax error svn: r16438 2011-01-22 Erik De Richter * po/nl.po: updated Dutch translation svn: r16437 2011-01-22 Benny Malengier * src/gen/lib/nameorigintype.py: location as predifined name origin type svn: r16436 2011-01-22 Benny Malengier * src/config.py, src/glade/editname.glade, src/glade/editperson.glade, src/gui/configure.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/editname.py, src/gui/editors/editperson.py: Mult surname interface changes: * buttons on line of label * configurable height surname table svn: r16435 2011-01-22 Zdeněk Hataš * src/plugins/lib/holidays.xml.in: updated czech Easter translation svn: r16434 2011-01-22 Serge Noiraud * src/plugins/view/geoview.py: GeoView : issue 4547 : move GeoView and Mapstraction javascript into src/plugins/webstuff svn: r16433 2011-01-22 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template, merge french translation svn: r16432 2011-01-22 Erik De Richter * po/nl.po: updated Dutch translation svn: r16430 2011-01-22 Jérôme Rapinat * src/plugins/lib/holidays.xml.in: 4557: order by 'English' name and type; re-enable jewish holidays translation svn: r16429 2011-01-22 Jérôme Rapinat * src/images/Makefile.am: 4556: src/images/Makefile.am needs a cleanup svn: r16428 2011-01-21 Rob G. Healey * configure.in, src/Makefile.am, src/const.py.in, src/data/GeoView.css, src/data/Makefile.am, src/images/16x16/Makefile.am, src/mapstraction/Makefile.am, src/mapstraction/README, src/mapstraction/mxn.core.js, src/mapstraction/mxn.geocommons.core.js, src/mapstraction/mxn.google.core.js, src/mapstraction/mxn.google.geocoder.js, src/mapstraction/mxn.googleearth.core.js, src/mapstraction/mxn.googlev3.core.js, src/mapstraction/mxn.js, src/mapstraction/mxn.openlayers.core.js, src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/css/GeoView.css, src/plugins/webstuff/js/mapstraction/README, src/plugins/webstuff/js/mapstraction/mxn.core.js, src/plugins/webstuff/js/mapstraction/mxn.geocommons.core.js, src/plugins/webstuff/js/mapstraction/mxn.google.core.js, src/plugins/webstuff/js/mapstraction/mxn.google.geocoder.js, src/plugins/webstuff/js/mapstraction/mxn.googleearth.core.js, src/plugins/webstuff/js/mapstraction/mxn.googlev3.core.js, src/plugins/webstuff/js/mapstraction/mxn.js, src/plugins/webstuff/js/mapstraction/mxn.openlayers.core.js, src/plugins/webstuff/webstuff.py: Completed the move of the webstuff into the webstuff directories. Feature Request 4547, 4555. Doug Blank told me that he thought that I could finish this one. svn: r16427 2011-01-21 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Force gtkmozembed the first time instead of webkit. sidebar and bottombar don't use configuration parameter anymore. svn: r16426 2011-01-21 Gerald Britton * src/gen/lib/attrbase.py, src/gen/lib/family.py, src/gen/lib/ldsordbase.py, src/gen/lib/mediabase.py, src/gen/lib/src.py, src/gen/lib/srcbase.py: Remove redundant line continuations svn: r16425 2011-01-21 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: FaqGramplet uses translation strings; part of the core svn: r16424 2011-01-21 Nick Hall * src/plugins/gramplet/PersonDetails.py: Update details tab when name format is changed svn: r16423 2011-01-21 Gerald Britton * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/lib/libtreebase.py: Tweaks to graphical tree reports svn: r16422 2011-01-21 Benny Malengier * src/glade/editperson.glade: tweaking edit person, more to come svn: r16421 2011-01-21 Benny Malengier * po/POTFILES.in, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_HasAlternateName.py, src/Filters/Rules/Person/_HasNameOriginType.py, src/Filters/Rules/Person/_HasNameType.py, src/Filters/Rules/Person/_HasNickname.py, src/Filters/Rules/Person/__init__.py, src/gen/lib/person.py, src/gui/filtereditor.py: 4336: Generate a set of filters matching Alternate names, Nickname attribute and a NameType() selector svn: r16420 2011-01-21 Jérôme Rapinat * src/images/Makefile.am: 4556: src/images/Makefile.am needs a cleanup svn: r16419 2011-01-21 Jérôme Rapinat * src/plugins/lib/holidays.xml.in: 4557: Country selector for holidays.xml returns duplicated entries; only translate country names svn: r16418 2011-01-21 Jérôme Rapinat * src/data/Makefile.am: 4554: Do not need to merge translations into tips.xml and holidays.xml (by Josip) svn: r16417 2011-01-21 Jérôme Rapinat * src/plugins/lib/Makefile.am: 4554: Do not need to merge translations into tips.xml and holidays.xml (by Josip) svn: r16416 2011-01-21 Erik De Richter * po/nl.po: updated Dutch translation svn: r16415 2011-01-19 Jérôme Rapinat * src/gui/utils.py, src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoableentry.py, src/plugins/drawreport/DescendTree.py, src/plugins/lib/libholiday.py, src/plugins/lib/libtreebase.py: Avoid quote warnings during '$ make distcheck' svn: r16414 2011-01-19 Jérôme Rapinat * src/plugins/lib/Makefile.am: do not forget to remove created 'holidays.xml' after build svn: r16413 2011-01-19 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/gui/Makefile.am, src/gui/bottombar.py, src/gui/grampsbar.py, src/gui/sidebar.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py, src/plugins/view/grampletview.py: Combine the sidebar and bottombar functionality into a single class svn: r16412 2011-01-18 Jérôme Rapinat * src/plugins/gramplet/PersonAttributes.py, src/plugins/gramplet/PersonResidence.py: add gettext for translation strings svn: r16411 2011-01-18 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: $ make distcheck svn: r16410 2011-01-18 Jérôme Rapinat * po/fr.po: update french translation svn: r16409 2011-01-18 Zdeněk Hataš * po/cs.po: bug #3482 and other fixes svn: r16407 2011-01-18 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Added locality elements to all related style sheets. svn: r16406 2011-01-18 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Either added or modified my copyright mark in these files. svn: r16405 2011-01-18 Rob G. Healey * src/plugins/webstuff/Makefile.am: Reverted the changes to this made by Jerome to allow ./autogen.sh && make to work and complete. Yes, there is no way for the automake tools to verify that the webstuff and its directories are being copy in the build system. Doug Blank will need to take a look into this one. svn: r16404 2011-01-18 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css: Updated stylesheets to show note hyperlinks in the pages of Home, Introduction, and Contact. svn: r16403 2011-01-17 Craig J. Anderson * src/plugins/drawreport/DescendTree.py: added back copyright notices added great updates given to me by Gerald Britton svn: r16402 2011-01-17 Zdeněk Hataš * po/cs.po: czech translation update svn: r16401 2011-01-17 Jérôme Rapinat * po/ru.po: 4537: spelling mistake (contribution by vassilii) svn: r16400 2011-01-17 Jérôme Rapinat * src/plugins/webstuff/Makefile.am: partial fix, need to know the files used svn: r16398 2011-01-17 Jérôme Rapinat * configure.in, po/uk.po, src/plugins/lib/libtranslate.py: Add support for Ukrainian translation (by fedik) svn: r16397 2011-01-17 Jérôme Rapinat * src/plugins/webstuff/Makefile.am: try to add missing directories svn: r16396 2011-01-17 Jérôme Rapinat * src/gui/viewmanager.py, src/plugins/gramplet/StatsGramplet.py: add 'megabyte' context svn: r16395 2011-01-17 Jérôme Rapinat * po/fr.po, po/gramps.pot: update template and french translation svn: r16394 2011-01-17 Jérôme Rapinat * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: typos (contribution by Paul Franklin) svn: r16393 2011-01-16 Serge Noiraud * src/plugins/view/geoview.py: GeoView : bottombar and sidebar management. better resizing and some cleaning. svn: r16392 2011-01-16 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: removed '+' from _("text" + "more text") lines to help with translations. svn: r16391 2011-01-16 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py: accidently backed out some work dealing with shadows. svn: r16390 2011-01-16 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py: update shadows to be more like Descendant report updated _fill function to be iterative. not recursive. svn: r16389 2011-01-15 Zdeněk Hataš * po/cs.po: czech translation update svn: r16388 2011-01-15 Nick Hall * src/plugins/view/geoview.py: Avoid redefining self.title as a label svn: r16387 2011-01-15 Jérôme Rapinat * src/DateHandler/_DateHandler.py, src/GrampsLocale/_GrampsLocale.py, src/TransUtils.py, src/Utils.py, src/const.py.in: 4532: Patch for Windows (by josip) svn: r16386 2011-01-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added Locality to Addresses, Places, and ContactPage. svn: r16385 2011-01-15 Rob G. Healey * src/plugins/webstuff/css/Web_Mainz.css: Bug#3795; fixed DownloadPage alignment for Mainz style sheet. svn: r16384 2011-01-14 Zdeněk Hataš * po/cs.po: czech translation update svn: r16381 2011-01-14 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/lib/libtreebase.py: small updates. remove box.shadow and used report_opt.box_shadow also removed .prev from Descendant reports. updated shadows to be more consistent. svn: r16380 2011-01-14 Nick Hall * src/gui/bottombar.py: Add tooltips showing the gramplet name to bottombar tabs svn: r16379 2011-01-13 Nick Hall * src/gui/widgets/grampletpane.py: Remove default gramplet tooltip in tabbed layout svn: r16378 2011-01-13 Zdeněk Hataš * configure.in, data/man/Makefile.am, data/man/cs/Makefile.am, data/man/cs/gramps.1.in: Manual page translated to Czech. svn: r16377 2011-01-13 Craig J. Anderson * src/plugins/lib/libtreebase.py: Update to remove doc references from boxes. svn: r16376 2011-01-13 Jérôme Rapinat * src/plugins/lib/libgedcom.py: 4530: typo svn: r16375 2011-01-13 Jérôme Rapinat * src/plugins/lib/libgedcom.py: 4530: Gedcom import looses custom family event description svn: r16374 2011-01-13 Benny Malengier * src/gen/db/exceptions.py: correct typo in error message svn: r16371 2011-01-12 Nick Hall * src/plugins/gramplet/PersonAttributes.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonGallery.py, src/plugins/gramplet/PersonResidence.py: Add tooltips to bottombar gramplets svn: r16370 2011-01-12 Zdeněk Hataš * po/cs.po: Czech translation update. svn: r16369 2011-01-12 Benny Malengier * src/gen/db/exceptions.py: string change update svn: r16368 2011-01-12 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: This is speed/memory improvement number 1 for the Ancestor report added a CalcItems helper class to calculate text for boxes. also fixed some strings that were concatinated (due to length), but did not have a space at the end or beginning. svn: r16367 2011-01-11 Nick Hall * src/gui/sidebar.py: Change sidebar page selection to standard tabs svn: r16366 2011-01-11 Nick Hall * src/gui/bottombar.py, src/gui/widgets/grampletpane.py: Restore gramplet buttons for grid layout svn: r16365 2011-01-11 Jérôme Rapinat * src/glade/editsourceref.glade: 964: Input field explanatory tooltips (contribution by joeljkp) svn: r16364 2011-01-11 Nick Hall * src/gui/bottombar.py: Fix bug with views containing an empty bottombar svn: r16363 2011-01-11 Erik De Richter * po/nl.po: updated Dutch translation svn: r16362 2011-01-11 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: fixed errors found with MMM MMMM date format codes. updated test cases to not use mmm and mmmm as these are localized and the output can differ. still need to put in a test case for mmmm and mmm. svn: r16361 2011-01-11 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/gui/Makefile.am, src/gui/bottombar.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/PersonAttributes.py, src/plugins/gramplet/PersonDetails.py, src/plugins/gramplet/PersonGallery.py, src/plugins/gramplet/PersonResidence.py, src/plugins/gramplet/bottombar.gpr.py, src/plugins/lib/libpersonview.py: Implement Gramps bottombar svn: r16360 2011-01-10 Joan Creus * po/ca.po: Translation update svn: r16359 2011-01-10 Zdeněk Hataš * po/cs.po: Czech translation update. svn: r16358 2011-01-10 Jérôme Rapinat * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py: 4326: typo (contribution by Paul Franklin) svn: r16357 2011-01-09 Jérôme Rapinat * po/ga.po: check_po script svn: r16356 2011-01-09 Jérôme Rapinat * po/ga.po: Fix Plural-Forms header, add some 'system and common' strings svn: r16355 2011-01-09 Jérôme Rapinat * po/ga.po: Add Irish translation (by Dale Athanasias) svn: r16354 2011-01-09 Nick Hall * src/plugins/textreport/DescendReport.py: 3996: show divorce information in a "text" descendant report svn: r16353 2011-01-09 Nick Hall * src/gen/lib/eventtype.py, src/gen/utils/fallback.py: Add get_divorce_or_fallback function svn: r16352 2011-01-08 Jérôme Rapinat * po/POTFILES.in, po/es.po, po/fr.po, po/gramps.pot, po/pt_PT.po, po/tr.po: new template, clean-up, update svn: r16351 2011-01-07 Jérôme Rapinat * src/plugins/import/ImportXml.py: 4363: missing tag references on XML import svn: r16350 2011-01-07 Bernard Banko * po/sl.po: slovenian translation update svn: r16349 2011-01-07 Craig J. Anderson * src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/lib/Makefile.am, src/plugins/lib/libplugins.gpr.py, src/plugins/lib/libtreebase.py: In this commit: Update Ancestor report Updated Descendant report new Family Descendant report new docs for these reports are found at http://www.gramps-project.org/wiki/index.php?title=User:Ander882 included into trunk for hopeful inclusion into 3.3 svn: r16348 2011-01-07 Mirko Leonhäuser * po/de.po: updated german translation svn: r16347 2011-01-06 Joan Creus * src/glade/editattribute.glade, src/glade/editmediaref.glade, src/glade/editperson.glade, src/glade/editplace.glade, src/glade/editsourceref.glade, src/plugins/webreport/NarrativeWeb.py: Several typos and language corrections svn: r16345 2011-01-06 Joan Creus * po/ca.po: Translation update svn: r16344 2011-01-06 Peter Landgren * src/plugins/tool/Check.py: Issue 4515, Check and Repair replaces illegal cntrl char with space. svn: r16342 2011-01-05 Peter Landgren * src/plugins/lib/libgedcom.py: Issue 4515, allow only 09, 0A, 0D in GEDCOM input. svn: r16340 2011-01-05 Joan Creus * po/ca.po: Translation update svn: r16339 2011-01-05 Peter Landgren * src/plugins/export/ExportXml.py: Issue 4515, skip all control char in XML output except 09, 0A, 0D. svn: r16336 2011-01-03 Erik De Richter * po/nl.po: updated Dutch translation svn: r16334 2011-01-03 Jérôme Rapinat * configure.in, po/pt_PT.po, src/plugins/lib/libtranslate.py: Add support for Portuguese 'Portugal' (by Frederico Muñoz) svn: r16333 2011-01-03 Zdeněk Hataš * po/cs.po: Czech translation update. svn: r16332 2011-01-02 Doug Blank * src/gen/plug/_gramplet.py: Signal item can have more than one callback to handle svn: r16330 2011-01-02 Doug Blank * src/gui/widgets/grampletpane.py: 4304: PedigreeGramplet and memory management svn: r16329 2011-01-01 Erik De Richter * po/nl.po: updated Dutch translation svn: r16327 2010-12-31 Erik De Richter * po/nl.po: updated Dutch translation svn: r16326 2010-12-30 Erik De Richter * po/nl.po: updated Dutch translation svn: r16325 2010-12-30 Erik De Richter * po/nl.po: updated Dutch translation svn: r16324 2010-12-30 Erik De Richter * po/nl.po: updated Dutch translation svn: r16323 2010-12-29 Nick Hall * src/Filters/Rules/_HasTagBase.py: Fix error when attempting to match a nonexistent tag svn: r16322 2010-12-29 Michiel Nauta * src/gen/display/name.py: 4422: Search on father fails in family view svn: r16321 2010-12-29 Erik De Richter * po/nl.po: updated Dutch translation svn: r16320 2010-12-28 Nick Hall * po/POTFILES.in, src/gui/Makefile.am, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py, src/gui/workspace.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoview.py, src/plugins/view/grampletview.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py, src/plugins/view/placelistview.py, src/plugins/view/placetreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Sidebar tidy-up and bug fixes svn: r16319 2010-12-27 John Ralls * mac/Info.plist, mac/gramps, mac/gramps.accel, mac/gramps.bundle, mac/gramps.modules, mac/gtkrc, mac/launcher.sh: Add MacOSX build modules, bundle description, and ancilary files needed to build and bundle Gramps with Gtk-OSX and ige-mac-bundler. svn: r16318 2010-12-27 Doug Blank * src/gen/lib/surnamebase.py: Assert to make sure method is called correctly svn: r16317 2010-12-27 Jérôme Rapinat * example/gedcom/sample.ged: update data.gramps and sample.ged (next major release) svn: r16316 2010-12-25 Doug Blank * src/gui/plug/_guioptions.py, src/gui/plug/report/_reportdialog.py: Added new methods for using a proxy selection widget for reports svn: r16315 2010-12-25 Doug Blank * src/gui/grampsgui.py: use new consfunc.has_display(), cleanup to keep gtk out of main imports svn: r16314 2010-12-25 Doug Blank * src/constfunc.py: Workaround to suppress gtk bogus warning regarding non-string items in sys.argv, error reported upstream as gnome (pygtk) #637877 svn: r16313 2010-12-25 Doug Blank * src/cli/arghandler.py, src/cli/plug/__init__.py: Cleanup of CLI output (sorts lists, gives additional help, straight columns) and don't crash on non-gui Options svn: r16312 2010-12-25 Doug Blank * src/plugins/view/persontreeview.py: Forgot to add this to the person tree view; allows WebConnect to web searches, etc svn: r16311 2010-12-23 Doug Blank * src/gen/plug/_pluginreg.py: Undo of 16304; found a less intrusive method svn: r16310 2010-12-23 Michiel Nauta * src/gui/viewmanager.py: 4372: Merge of objects unable to set selection svn: r16309 2010-12-23 Doug Blank * src/cli/arghandler.py, src/cli/argparser.py, src/plugins/export/ExportXml.py: 4114: Would like to use stdin and stdout for command line import/export by MD Nauta svn: r16308 2010-12-23 Doug Blank * src/GrampsDisplay.py, src/constfunc.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/widgets/expandcollapsearrow.py, src/gui/widgets/labels.py, src/gui/widgets/styledtexteditor.py, src/plugins/view/pedigreeview.py: Added is_quartz() and has_display() functions to tell if running with quartz window manager, and if have a display, respectively. See #4467 for more details svn: r16307 2010-12-23 Doug Blank * src/gui/grampsgui.py: Check to see if gtk is valid; 'import gtk' used to raise an exception, now init_check does (should return boolean - pygtk bug reported #637877) svn: r16306 2010-12-23 Doug Blank * src/ExportOptions.py: Move config to instance variable so reports can share proxy system; moved gtk to methods for CLI export with no DISPLAY svn: r16305 2010-12-21 Doug Blank * src/gen/plug/_pluginreg.py: Add new selection class option to reports so that reports can reuse a common proxy/filter selection framework svn: r16304 2010-12-20 Doug Blank * src/constfunc.py: added comment about why this file exists svn: r16303 2010-12-19 Zdeněk Hataš * po/cs.po: CZ translation update. svn: r16301 2010-12-19 Peter Landgren * src/plugins/tool/FindDupes.py: Issue 4460. Fixed by changing =+ to +=. svn: r16300 2010-12-18 Jérôme Rapinat * po/zh_CN.po: update Chinese translation (by honeyword) svn: r16298 2010-12-18 Mirko Leonhäuser * po/de.po: Bugfix in German translation svn: r16296 2010-12-17 Doug Blank * src/plugins/drawreport/Calendar.py, src/plugins/lib/holidays.xml.in: fixed surname; added bold holidays; sorted events pers day, holidays last; removed duplicate entry in US 2011; added Mardi Gras in US svn: r16295 2010-12-17 Mirko Leonhäuser * po/de.po: updated german translation svn: r16293 2010-12-16 Gerald Britton * src/gen/db/read.py: remove obsolete code svn: r16292 2010-12-16 Gerald Britton * src/gen/db/read.py: remove obsolete code svn: r16291 2010-12-16 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 4326: typo (refactoring ?) svn: r16288 2010-12-15 Nick Hall * src/gui/workspace.py, src/plugins/view/grampletview.py: Fix configuration problem in Gramplet View svn: r16287 2010-12-15 Jérôme Rapinat * src/gen/lib/surnamebase.py: 4463: Forgotten return statement in get_surnames/get_prefixes/get_connectors (contribution by MD Nauta) svn: r16286 2010-12-15 Doug Blank * src/plugins/tool/FindDupes.py: 4436: FindDuplicated tool uses merging svn: r16283 2010-12-14 Doug Blank * po/POTFILES.in, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_IsDuplicatedAncestorOf.py, src/Filters/Rules/Person/__init__.py: 192: Pedigree collapse, inbreeding, kinship searcher module; added Filter IsDuplicatedAncestor by romjerome svn: r16281 2010-12-13 Doug Blank * src/plugins/export/ExportXml.py: 4429: gramps can't export my database svn: r16279 2010-12-13 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: found $T was taking 2 too many chars from string in and bBdDmMvV did not handle None(s) svn: r16277 2010-12-12 Zdeněk Hataš * po/cs.po: CZ translation update. svn: r16275 2010-12-12 Nick Hall * src/gui/sidebar.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/pageview.py, src/gui/workspace.py, src/plugins/view/geoview.py, src/plugins/view/htmlrenderer.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py: Store sidebar state in the configuration file svn: r16274 2010-12-12 Doug Blank * src/plugins/tool/MediaManager.py: Added batch media tool to sync directories of images with Gramps media database files svn: r16273 2010-12-12 Serge Noiraud * src/plugins/view/geoview.py: GeoView : better resizing with the new gui. svn: r16272 2010-12-12 Serge Noiraud * src/data/GeoView.css: GeoView : different placement between googlev3 and openlayers svn: r16271 2010-12-12 Serge Noiraud * src/mapstraction/mxn.openlayers.core.js: GeoView : add openlayers infobubble capabilities. svn: r16270 2010-12-12 Doug Blank * src/gui/viewmanager.py: Logic error when no media svn: r16269 2010-12-12 Doug Blank * src/gui/configure.py, src/gui/viewmanager.py: Changed CREATE_FOLDER to SELECT_FOLDER to prevent infinite loop; still allows one to create folder, with no lack of functionality svn: r16268 2010-12-12 Jérôme Rapinat * configure.in, src/gramps.py, windows/builder/gramps2.nsi: python 2.6 and later svn: r16267 2010-12-12 Jérôme Rapinat * po/fr.po, po/gramps.pot, po/ru.po, src/glade/editurl.glade: typo svn: r16266 2010-12-12 Jérôme Rapinat * src/gui/configure.py: 4326: typo - missing prefix svn: r16265 2010-12-12 Jérôme Rapinat * src/QuestionDialog.py, src/cli/grampscli.py: 4445: better English in database-repair typeout (contribution by Paul Franklin) svn: r16264 2010-12-11 Zdeněk Hataš * po/cs.po: translation update svn: r16263 2010-12-10 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: Fixed a couple of little errors. updated a little piece of code. svn: r16261 2010-12-10 Zdeněk Hataš * po/cs.po: CZ translation update. svn: r16260 2010-12-08 Zdeněk Hataš * po/cs.po: Minor translation update. svn: r16259 2010-12-07 Craig J. Anderson * src/plugins/lib/libsubstkeyword.py: added $T (todays date) and testing cases at bottom svn: r16258 2010-12-07 Jérôme Rapinat * src/plugins/tool/Verify.py: 3930: Verify data tool ignores role on burial event svn: r16257 2010-12-07 Craig J. Anderson * src/plugins/lib/Makefile.am, src/plugins/lib/libsubstkeyword.py: updates to libsuvstkeyword. added test cases at the bottom. svn: r16255 2010-12-06 Jérôme Rapinat * src/Merge/mergeperson.py, src/plugins/tool/FindDupes.py: 4436: FindDuplicated tool uses merging (fix by MD Nauta) svn: r16254 2010-12-06 Jérôme Rapinat * po/POTFILES.skip, src/Makefile.am: fix substkeyword references svn: r16253 2010-12-06 Craig J. Anderson * src/SubstKeywords.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/lib/Makefile.am, src/plugins/lib/libplugins.gpr.py, src/plugins/lib/libsubstkeyword.py: The new version of SubstKeywords by ander882@hotmail.com docs at: http://www.gramps-project.org/wiki/index.php?title=Display_formatting33svn: r16252 2010-12-05 Doug Blank * src/gen/proxy/living.py: Typo on surname changes svn: r16251 2010-12-05 Doug Blank * src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/utils/fallback.py, src/gui/views/treemodels/familymodel.py, src/plugins/lib/libformatting.py, src/plugins/view/familyview.py, src/plugins/view/pedigreeview.py: 3719: Pedigree View: should display engagement date if no marriage known; added markup dates to family view to show fallback dates, and invalid dates; pedigreeview shows abbrev. date with markup, and tooltip details svn: r16250 2010-12-05 Jérôme Rapinat * src/plugins/rel/rel_pt.py: 4185: kinship report in Portuguese (by Robert Jerome) svn: r16249 2010-12-05 Jérôme Rapinat * src/plugins/gramplet/StatsGramplet.py, src/plugins/textreport/Summary.py: #4331: enable translation svn: r16248 2010-12-05 Doug Blank * src/gui/viewmanager.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/textreport/Summary.py: 4331: Display Media size before quick backup, in stats gramplet, and summary report svn: r16247 2010-12-04 Doug Blank * src/config.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_graphvizreportdialog.py: GUI now remembers if set to 'Open with default application'; should not effect running report from CLI svn: r16246 2010-12-04 Jérôme Rapinat * po/ru.po: update Russian translation (by Andrew I Baznikin) svn: r16245 2010-12-03 Doug Blank * src/gui/viewmanager.py: Log messages to help debug svn: r16244 2010-12-03 Doug Blank * src/plugins/view/relview.py: Add image viewer with click on image svn: r16243 2010-12-03 Doug Blank * src/glade/editeventref.glade: Added expander for top section and vpane with slider between svn: r16242 2010-12-02 Nick Hall * src/gui/views/pageview.py, src/gui/workspace.py: Allow configuration of sidebar gramplets svn: r16241 2010-11-30 Doug Blank * src/plugins/export/ExportGedcom.py: 4427: GEDCOM export: non-standard end of line characters not output properly svn: r16239 2010-11-30 Doug Blank * src/gui/viewmanager.py: Addon Update now shows lists by categories (eg, New Gramplets) svn: r16238 2010-11-30 Doug Blank * src/ListModel.py: Added ability for ListModel to hold treeview, using new dictionary-based dlist, with new visible_col support svn: r16237 2010-11-27 Stephen George * windows/check_gtk_install.py: Small script to check GTK installation on Windows svn: r16236 2010-11-24 Benny Malengier * src/gen/display/name.py, src/gui/configure.py: all non primary surnames as an option in the display of names in preferences svn: r16235 2010-11-23 Doug Blank * src/plugins/export/ExportCsv.py, src/plugins/import/ImportCsv.py: 4418: CSV import/export doesn't deal with new surname structure, by MD Nauta svn: r16233 2010-11-23 Doug Blank * src/gen/proxy/referencedbyselection.py: Typo in comment svn: r16232 2010-11-23 Zdeněk Hataš * po/cs.po: Translation update. svn: r16231 2010-11-23 Doug Blank * src/plugins/view/familyview.py: 4413: Selecting a Family record does not cause the Relationship view to show that relationship svn: r16230 2010-11-23 Doug Blank * src/plugins/view/familyview.py: 4413: Selecting a Family record does not cause the Relationship view to show that relationship svn: r16229 2010-11-23 Doug Blank * src/gen/db/read.py: 4415: Editing ID format in preferences can throw exception svn: r16227 2010-11-23 Doug Blank * src/config.py, src/gui/filtereditor.py: added scrolling area and remembers window width/height for filter rule editor (see #4336 for more details) svn: r16226 2010-11-22 Jérôme Rapinat * src/glade/editperson.glade: #4410: do not set width on gender selector svn: r16225 2010-11-20 Doug Blank * src/gui/filtereditor.py: 4409: Error when using Filter Rule 'people with the ' in Person Filter Editor svn: r16224 2010-11-20 Doug Blank * src/Filters/Rules/Person/_HasNameOf.py: related to 4336: added regex to name filter svn: r16223 2010-11-20 Peter Landgren * src/gramps.py: Fixed a type and added print out od system PATH. svn: r16222 2010-11-20 Jérôme Rapinat * po/ar.po, po/br.po, po/eo.po, po/gramps.pot, po/mk.po, po/ro.po, po/sr.po, po/tr.po: merge 'old' translations svn: r16221 2010-11-20 Jérôme Rapinat * src/plugins/textreport/Makefile.am: Add TagReport reference svn: r16219 2010-11-19 Doug Blank * src/plugins/gramplet/DescendGramplet.py: 4395: Crash on selecting Gramplets svn: r16216 2010-11-19 Doug Blank * src/gen/display/name.py, src/gui/configure.py: Compressed text some; changed common to mean 'nickname or first of given' svn: r16215 2010-11-19 Doug Blank * src/Filters/SideBar/_SidebarFilter.py: Don't move selected filter name in combobox after a filter edit svn: r16214 2010-11-19 Doug Blank * src/gui/filtereditor.py: Added a callback that takes the filterdb and filter name edited/saved svn: r16213 2010-11-19 Doug Blank * src/gen/db/exceptions.py, src/gen/db/write.py, src/gui/dbloader.py: 3975: Accessing an incompatible database corrupts the database svn: r16212 2010-11-18 Gerald Britton * src/gui/filtereditor.py: Minor tweaks with list comps svn: r16211 2010-11-18 Benny Malengier * src/gen/plug/docbackend/docbackend.py, src/plugins/docgen/ODFDoc.py, src/plugins/lib/libodfbackend.py: 4370: Reports in ODT format are corrupted svn: r16210 2010-11-18 Zdeněk Hataš * po/cs.po: Translation update. svn: r16208 2010-11-18 Doug Blank * src/gui/editors/editperson.py: Added workaround to allow EditPerson window to be smaller than 500 px svn: r16206 2010-11-18 Doug Blank * src/Filters/Rules/_Rule.py, src/gui/filtereditor.py: Allow newer filters to add items to older filters, and still work svn: r16205 2010-11-18 Stéphane Charette * NEWS: 3.2.5 news also commited in trunk svn: r16203 2010-11-18 Stephen George * windows/builder/gramps2.nsi, windows/builder/make_launcher.py: Improve support for windows installer svn: r16199 2010-11-17 Jérôme Rapinat * example/gramps/example.gramps: 4220 better surnames attributes for home person; add a sample of time on birth event svn: r16198 2010-11-16 Benny Malengier * docs/gen/gen_lib.rst, src/gen/lib/nameorigintype.py: extend nameorigin with 3 extra types: coming from father, from mother, and from occupation. Adding surname to the generated docs svn: r16197 2010-11-16 Benny Malengier * src/glade/editperson.glade, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/editperson.py, src/gui/widgets/monitoredwidgets.py: 4376: A different Edit Person dialog svn: r16196 2010-11-16 Doug Blank * src/Filters/_FilterList.py: Allow general plugin type to return list svn: r16195 2010-11-15 Rob G. Healey * src/data/Makefile.am: Adjusted Makefile since gedcom.xml was remove from src/data. svn: r16193 2010-11-14 Jérôme Rapinat * src/data/gedcom.xml: remove no more used target definitions for old Exporter svn: r16192 2010-11-14 Jérôme Rapinat * src/gen/lib/eventroletype.py: New event role type: 'Informant' (UK, FR) svn: r16191 2010-11-13 Jérôme Rapinat * src/DateHandler/_Date_ru.py: 4089: Month names for Russian (contribution) svn: r16189 2010-11-12 Jérôme Rapinat * src/plugins/export/ExportGedcom.py: 4345: TIME on eventdate svn: r16187 2010-11-12 Jérôme Rapinat * src/plugins/export/ExportGedcom.py, src/plugins/lib/libgedcom.py: 4345: TIME on eventdate svn: r16186 2010-11-12 Jérôme Rapinat * po/fr.po, po/pl.po: update polish translation (by Łukasz Rymarczyk); partial french translation svn: r16185 2010-11-12 Jérôme Rapinat * src/plugins/export/ExportGedcom.py, src/plugins/lib/libgedcom.py: 4345: TIME on eventdate svn: r16183 2010-11-11 Doug Blank * src/gen/plug/_manager.py: Load all general plugins of a category svn: r16182 2010-11-11 Jérôme Rapinat * example/gramps/example.gramps: better description for custom LVG event (part3) svn: r16180 2010-11-11 Jérôme Rapinat * src/plugins/lib/libgedcom.py: 4345: add _TIME token svn: r16179 2010-11-11 Jérôme Rapinat * src/gen/lib/attrtype.py, src/plugins/lib/libgedcom.py: 4345: custom TIME on eventdate svn: r16178 2010-11-11 Jérôme Rapinat * example/gramps/example.gramps: better description for custom LVG event (part2) svn: r16177 2010-11-11 Jérôme Rapinat * example/gramps/example.gramps: better description for custom LVG event (part1) svn: r16176 2010-11-11 Peter Landgren * src/QuestionDialog.py: Fix of issue 4369, parameter msg not always a string object. svn: r16174 2010-11-10 Nick Hall * src/plugins/textreport/IndivComplete.py: 4366: Fix bug with event type of Unknown svn: r16172 2010-11-10 Jérôme Rapinat * data/grampsxml.dtd: minor update on comments according schema svn: r16170 2010-11-09 Gerald Britton * src/gui/viewmanager.py: Make life easier with defaultdict and list comprehensions svn: r16169 2010-11-09 Jérôme Rapinat * data/grampsxml.rng: add missing link value on styled note svn: r16167 2010-11-09 Jérôme Rapinat * example/gramps/example.gramps: add two missing internal links on Notes svn: r16166 2010-11-09 Jérôme Rapinat * example/gramps/example.gramps: use the same Nickname as used on attribute svn: r16165 2010-11-09 Nick Hall * src/gui/basesidebar.py: Update BaseSidebar svn: r16164 2010-11-08 Nick Hall * src/plugins/sidebar/historysidebar.py, src/plugins/sidebar/sidebar.gpr.py: Remove history sidebar svn: r16163 2010-11-08 Nick Hall * src/gui/viewmanager.py: Go to default page after navigation sidebar is loaded svn: r16162 2010-11-08 Nick Hall * po/POTFILES.in, po/POTFILES.skip, src/gui/Makefile.am: Update translation files for previous commit svn: r16161 2010-11-08 Nick Hall * src/DisplayState.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/_SearchBar.py, src/gui/navigator.py, src/gui/sidebar.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/workspace.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoview.py, src/plugins/view/grampletview.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py, src/plugins/view/placelistview.py, src/plugins/view/placetreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Introduce workspaces with a shared filter/gramplet sidebar svn: r16160 2010-11-07 Zdeněk Hataš * po/cs.po: Translation update. svn: r16155 2010-11-07 Benny Malengier * src/gui/editors/editreporef.py: 4352: more memory leak problems - reporef svn: r16154 2010-11-06 Benny Malengier * src/gui/dbman.py: 4301: Got a database error svn: r16147 2010-11-05 Benny Malengier * src/glade/editperson.glade: allow edit person in 800 pixels svn: r16146 2010-11-05 Benny Malengier * src/glade/editreporef.glade: GUI cleanup for editreporef svn: r16145 2010-11-05 Benny Malengier * src/glade/editperson.glade, src/gui/editors/editperson.py: more compact edit person dialog svn: r16143 2010-11-04 Nick Hall * src/GrampsDisplay.py, src/gui/viewmanager.py: Revert r16140 svn: r16141 2010-11-04 Nick Hall * src/GrampsDisplay.py, src/gui/viewmanager.py: Committed by mistake svn: r16140 2010-11-04 Nick Hall * src/gui/viewmanager.py: After creating a new page switch to it svn: r16139 2010-11-04 Nick Hall * src/gui/viewmanager.py: Turn off tabs used for debugging svn: r16138 2010-11-04 Nick Hall * src/GrampsDisplay.py, src/gui/sidebar.py, src/gui/viewmanager.py, src/plugins/sidebar/categorysidebar.py, src/plugins/sidebar/sidebar.gpr.py: Move category management back into the view manager svn: r16137 2010-11-04 Mirko Leonhäuser * po/de.po: updated german translation svn: r16136 2010-11-04 Benny Malengier * src/gui/dbman.py: 4301: Got a database error svn: r16135 2010-11-04 Doug Blank * src/Filters/_FilterList.py: Unintended side-effects; undoing last commits svn: r16132 2010-11-04 Doug Blank * src/Filters/_FilterList.py, src/Filters/_FilterMenu.py: Better solution for previous commit svn: r16131 2010-11-04 Doug Blank * src/Filters/_FilterMenu.py: Allow customFilters.get_filters() to return a list where an item might be a list of custom filters svn: r16130 2010-11-04 Doug Blank * src/Filters/_FilterMenu.py: Allow customFilters.get_filters() to return a list where an item might be a list of custom filters svn: r16129 2010-11-04 Doug Blank * src/gui/views/listview.py: Added a flag to force using the filter sidebar object svn: r16128 2010-11-04 Doug Blank * src/gui/widgets/grampletpane.py: Added a property to hold main splitview object svn: r16127 2010-11-04 Jérôme Rapinat * docs/api.rst, docs/gen/gen_plug.rst: 4318: add relationship (new) and gen_plug (draft) API documentation svn: r16126 2010-11-04 Jérôme Rapinat * data/grampsxml.dtd: 4220: add missing link to note style svn: r16125 2010-11-03 Mirko Leonhäuser * po/de.po: updated german translation svn: r16124 2010-11-02 Benny Malengier * src/plugins/import/ImportXml.py: GEP 021: import new xml, primary not present means primary name svn: r16122 2010-11-02 Benny Malengier * src/gui/editors/editplace.py: 4343: Error message at close of address entry svn: r16121 2010-11-02 Benny Malengier * src/gui/editors/displaytabs/backreflist.py, src/gui/editors/editevent.py, src/gui/editors/editmedia.py, src/gui/editors/editplace.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py: 4341: Error when adding a new place svn: r16119 2010-11-02 Jérôme Rapinat * po/ca.po, po/es.po, po/hu.po, po/nn.po, po/zh_CN.po: merge from branch the more recent translations svn: r16117 2010-11-02 Jérôme Rapinat * po/pt_BR.po: 2 errors on plural forms svn: r16116 2010-11-02 Jérôme Rapinat * example/gramps/example.gramps: Nickname was a call name for Avis Fernandez svn: r16114 2010-11-02 Jérôme Rapinat * src/plugins/lib/libtranslate.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: add Gramps type name on translator class svn: r16113 2010-11-02 Gerald Britton * src/gui/views/treemodels/treebasemodel.py: Tweak reducing source- and byte-code- sizes svn: r16112 2010-11-02 Benny Malengier * src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editsecondary.py: 4340: Error when adding source reference svn: r16111 2010-11-02 Doug Blank * src/gen/lib/eventtype.py, src/plugins/view/relview.py: 4122: feature request: have Relationship View optionally show divorces svn: r16108 2010-11-01 Nick Hall * src/gui/viewmanager.py: Refresh view UI when a new database is loaded svn: r16107 2010-11-01 Nick Hall * src/gui/viewmanager.py: Prevent activation of view UI when no database is loaded svn: r16106 2010-11-01 Benny Malengier * src/Filters/_SearchBar.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editchildref.py, src/gui/editors/editldsord.py, src/gui/editors/editmediaref.py, src/gui/editors/editpersonref.py, src/gui/editors/editreference.py, src/gui/editors/editsecondary.py, src/gui/editors/editsourceref.py, src/gui/selectors/baseselector.py, src/gui/views/treemodels/treebasemodel.py: 4333: memory leak in 3.2 svn: r16105 2010-11-01 Gerald Britton * src/gui/views/listview.py: Minor tweaks and a few pep 8 fixes svn: r16103 2010-11-01 Nick Hall * src/DisplayState.py, src/cli/grampscli.py: 4320: Ensure that the initial person is set when clearing history svn: r16102 2010-11-01 Jérôme Rapinat * src/plugins/textreport/DetDescendantReport.py: 2371: translate family attributes svn: r16101 2010-11-01 Jérôme Rapinat * src/plugins/textreport/DetDescendantReport.py: 2371: Make printing reports in different languages easier svn: r16100 2010-11-01 Mirko Leonhäuser * po/de.po: updated german translation svn: r16099 2010-11-01 Jérôme Rapinat * src/plugins/textreport/DetAncestralReport.py: 2371: Make printing reports in different languages easier svn: r16098 2010-11-01 Nick Hall * src/Merge/mergeevent.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py: Remove rebuilds from merges that do not use batch transactions svn: r16097 2010-10-31 Jérôme Rapinat * example/gramps/example.gramps: #4220 #4334: change primary surname and derivation svn: r16096 2010-10-31 Jérôme Rapinat * example/gramps/example.gramps: #4220 #4334: add surname group on person svn: r16095 2010-10-31 Benny Malengier * src/gui/editors/editsecondary.py: 4333: memory leak in 3.2 svn: r16094 2010-10-31 Benny Malengier * src/gen/db/write.py, src/gui/editors/editname.py, src/gui/editors/editsecondary.py: 4333: memory leak in 3.2 svn: r16091 2010-10-31 Jérôme Rapinat * example/gramps/example.gramps: #4220: update examples (part 1) svn: r16090 2010-10-31 Benny Malengier * src/Lru.py, src/gen/db/read.py, src/gen/db/undoredo.py, src/gen/db/write.py, src/gen/utils/callback.py, src/gen/utils/configmanager.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/editfamily.py, src/gui/editors/editname.py, src/gui/editors/editperson.py, src/gui/editors/editprimary.py, src/gui/editors/editsecondary.py, src/gui/views/listview.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/buttons.py, src/gui/widgets/monitoredwidgets.py: 4333: memory leak in 3.2 svn: r16089 2010-10-30 Nick Hall * src/gen/lib/location.py: Update is_empty method with street and locality svn: r16088 2010-10-30 Nick Hall * src/gen/db/upgrade.py: Only convert main location to new format if it exists svn: r16087 2010-10-30 Nick Hall * src/plugins/export/ExportGedcom.py, src/plugins/lib/libgedcom.py: Fix problems with importing phone numbers and add support for email and web addresses svn: r16086 2010-10-30 Nick Hall * src/plugins/import/ImportXml.py: Fix bug when importing researcher locality svn: r16085 2010-10-30 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, src/Simple/_SimpleAccess.py, src/gen/plug/utils.py: add missing gettext module svn: r16084 2010-10-29 Nick Hall * src/plugins/lib/libgedcom.py: Fix problem with duplicate places on import svn: r16083 2010-10-29 Nick Hall * src/Utils.py, src/config.py, src/gen/lib/researcher.py, src/gui/configure.py, src/gui/views/treemodels/repomodel.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportXml.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/ownereditor.glade, src/plugins/view/repoview.py: GEPS 006: Add Locality to researcher svn: r16082 2010-10-29 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/test/po_test.py: enable suite of tests that check for 'import gettext' or 'sgettext' svn: r16081 2010-10-29 Jérôme Rapinat * po/test/po_test.py: two exceptions on gettext check (gpr.py and libnarrate.py) svn: r16080 2010-10-29 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: skip some files for translation svn: r16079 2010-10-29 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Tweaks svn: r16078 2010-10-29 Nick Hall * src/gui/selectors/selectfamily.py, src/gui/selectors/selectobject.py: Fix handle column in selectors svn: r16077 2010-10-29 Benny Malengier * src/plugins/tool/Leak.py: correct errors introduced by allowing no gtk loading plugins for CLI svn: r16076 2010-10-28 Rob G. Healey * src/Filters/Rules/Makefile.am, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Person/Makefile.am, src/plugins/textreport/Makefile.am: Remove Marker files from the Makefile so that make install will complete. Do not do with with development code. svn: r16075 2010-10-28 Benny Malengier * src/gen/db/base.py, src/gen/db/read.py, src/gen/db/upgrade.py, src/gen/display/name.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gui/editors/editname.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Various fixes for GEP21 and locality * narweb and webcal works again * proxy filters work * locality upgrade in repository * fix progress on upgrade svn: r16074 2010-10-28 Benny Malengier * src/gui/editors/editperson.py: 4325: Error with 'More Name Details' if window is already opened svn: r16073 2010-10-28 Nick Hall * src/glade/editaddress.glade, src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/addressmodel.py, src/gui/editors/editaddress.py, src/plugins/export/ExportGedcom.py, src/plugins/lib/libgedcom.py: GEPS 006: Add Locality to Address and GEDCOM Import/Export svn: r16071 2010-10-28 Doug Blank * src/Merge/mergefamily.py: 4198: Person view does not remove a row correctly when two people are merged (fixed issue from previous commit) svn: r16070 2010-10-28 Doug Blank * src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py, src/gui/views/listview.py: 4198: Person view does not remove a row correctly when two people are merged. svn: r16069 2010-10-28 Jérôme Rapinat * po/fr.po: test and partial update on french translation svn: r16068 2010-10-27 Benny Malengier * src/glade/editperson.glade, src/gui/editors/editperson.py: horizontal lines where ugly. In line with Gnome HIG I have put the bold sections in again instead. Added tooltips and moved pushbuttons to the right as that is visually more pleasing to me svn: r16067 2010-10-27 Benny Malengier * src/glade/editpersonref.glade, src/glade/editurl.glade: tooltips editurl editpersonref svn: r16066 2010-10-27 Benny Malengier * src/glade/editmediaref.glade, src/gui/editors/editmediaref.py: GUI cleanup on editmediaref svn: r16065 2010-10-27 Benny Malengier * src/glade/editaddress.glade, src/glade/editattribute.glade: tooltips in address attribute editor svn: r16064 2010-10-27 Nick Hall * src/Filters/Rules/Place/_HasPlace.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/ToolTips.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/lib/locationbase.py, src/gen/plug/report/utils.py, src/gen/proxy/private.py, src/glade/editlocation.glade, src/glade/editplace.glade, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/locationmodel.py, src/gui/editors/editlocation.py, src/gui/editors/editplace.py, src/gui/selectors/selectplace.py, src/gui/views/treemodels/placemodel.py, src/plugins/export/ExportXml.py, src/plugins/import/ImportXml.py, src/plugins/lib/libplaceview.py, src/plugins/textreport/PlaceReport.py, src/plugins/view/placetreeview.py: GEPS 006: Add Locality field to Location svn: r16063 2010-10-26 Benny Malengier * src/glade/editaddress.glade: tooltips in address editor svn: r16062 2010-10-26 Benny Malengier * src/glade/editattribute.glade: tooltips in attribute editor svn: r16061 2010-10-26 Doug Blank * src/gen/plug/utils.py: 4315: Error when loading all plugins svn: r16060 2010-10-26 Doug Blank * src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/Merge/__init__.py, src/Merge/mergeplace.py, src/Merge/mergesource.py: Add property keywords; removed unneeded files after merge fixes (#2059) svn: r16059 2010-10-26 Jérôme Rapinat * po/POTFILES.skip: clean-up references svn: r16058 2010-10-26 Jérôme Rapinat * po/gramps.pot: clean-up references svn: r16057 2010-10-25 Benny Malengier * src/glade/editsourceref.glade: GUI cleanup in the source ref editor svn: r16056 2010-10-25 Benny Malengier * src/glade/editname.glade, src/glade/editperson.glade: GUI cleanup in name editor svn: r16055 2010-10-25 Benny Malengier * src/glade/editevent.glade, src/glade/editeventref.glade: GUI cleanup in eventref editor svn: r16054 2010-10-25 Benny Malengier * src/glade/editnote.glade: GUI cleanup of note editor svn: r16053 2010-10-25 Benny Malengier * src/glade/editmedia.glade, src/glade/editrepository.glade: GUI cleanup of media and repo editor svn: r16052 2010-10-25 Benny Malengier * src/glade/editsource.glade: GUI cleanup of source, tooltip and consistent with other dialogs svn: r16051 2010-10-25 Benny Malengier * src/glade/editevent.glade, src/glade/editplace.glade: GUI cleanup of place and event, adding tooltips svn: r16050 2010-10-25 Benny Malengier * src/glade/editfamily.glade, src/gui/editors/editfamily.py: GUI cleanup for family editor svn: r16049 2010-10-25 Benny Malengier * src/glade/editperson.glade, src/gui/editors/editperson.py: different order for edit person svn: r16048 2010-10-25 Jérôme Rapinat * po/POTFILES.in, po/gramps.pot: update template svn: r16047 2010-10-25 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: Do not need to translate filter base svn: r16046 2010-10-25 Jérôme Rapinat * po/POTFILES.in: update translation references svn: r16045 2010-10-24 Benny Malengier * src/gen/lib/surnamebase.py: allow no surname list to be created when needed svn: r16044 2010-10-24 Benny Malengier * src/gen/db/write.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/editperson.py: various fixes and additions for GEP 021' svn: r16043 2010-10-24 Benny Malengier * src/Utils.py, src/gui/editors/editfamily.py, src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py, src/plugins/view/relview.py: allow adding people from family editor and relview svn: r16042 2010-10-24 Benny Malengier * src/plugins/import/ImportXml.py: fix import xml crash on patronymic svn: r16041 2010-10-24 Benny Malengier * src/gui/plug/tool.py, src/plugins/tool/tools.gpr.py: Don't use database in tool description svn: r16040 2010-10-24 Benny Malengier * src/plugins/view/persontreeview.py: fix crash on add person in empty person treeview svn: r16039 2010-10-24 Benny Malengier * src/gui/widgets/monitoredwidgets.py: smaller tag icon to use svn: r16038 2010-10-24 Nick Hall * src/gui/editors/editname.py: Fix import of ValidationError svn: r16037 2010-10-24 Nick Hall * src/gui/editors/displaytabs/surnametab.py: Correct typo svn: r16036 2010-10-24 Benny Malengier * : Merged geps21 branch, changes r15866-16034, into trunk svn: r16035 2010-10-24 Benny Malengier * src/plugins/tool/PatchNames.py, src/plugins/tool/patchnames.glade: Finish patchname tool svn: r16033 2010-10-24 Jérôme Rapinat * src/plugins/export/ExportGedcom.py: #2644: Do not export individual events without primary role svn: r16032 2010-10-23 Nick Hall * src/gui/views/treemodels/flatbasemodel.py: 1937: Fix Gtk color warning problem svn: r16030 2010-10-23 Nick Hall * src/config.py, src/gui/configure.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py: Remove marker color preferences svn: r16029 2010-10-23 Benny Malengier * src/plugins/tool/PatchNames.py: new patch names tool version 1 svn: r16028 2010-10-23 Nick Hall * src/gui/selectors/selectnote.py, src/gui/views/treemodels/peoplemodel.py: 4306: Fix selector problems related to tagging update svn: r16027 2010-10-23 Nick Hall * src/Filters/Rules/Note/__init__.py, src/Filters/Rules/Person/__init__.py, src/Filters/_FilterParser.py: Remove references to HasCompleteRecord and HasMarkerOf rules svn: r16026 2010-10-22 Nick Hall * data/grampsxml.dtd, data/grampsxml.rng, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_HasMarkerOf.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_HasMarkerOf.py, src/Filters/Rules/Family/_HasTag.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/MediaObject/_HasTag.py, src/Filters/Rules/MediaObject/__init__.py, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Note/_HasMarkerOf.py, src/Filters/Rules/Note/_HasTag.py, src/Filters/Rules/Note/__init__.py, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_HasCompleteRecord.py, src/Filters/Rules/Person/_HasMarkerOf.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_HasMarkerBase.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/gen/db/base.py, src/gen/db/read.py, src/gen/db/test/db_test.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/lib/event.py, src/gen/lib/family.py, src/gen/lib/markertype.py, src/gen/lib/mediaobj.py, src/gen/lib/note.py, src/gen/lib/person.py, src/gen/lib/place.py, src/gen/lib/primaryobj.py, src/gen/lib/repo.py, src/gen/lib/src.py, src/gen/lib/tagbase.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/glade/editfamily.glade, src/glade/editmedia.glade, src/glade/editnote.glade, src/glade/editperson.glade, src/glade/mergeevent.glade, src/glade/mergefamily.glade, src/glade/mergemedia.glade, src/glade/mergenote.glade, src/glade/mergeperson.glade, src/gui/editors/editfamily.py, src/gui/editors/editmedia.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/views/listview.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/monitoredwidgets.py, src/plugins/export/ExportXml.py, src/plugins/import/ImportXml.py, src/plugins/lib/libpersonview.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/TagReport.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/NotRelated.py, src/plugins/tool/notrelated.glade, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py: GEPS 011: Tagging - Extended to Family, Note and Media objects svn: r16025 2010-10-22 Peter Landgren * src/plugins/textreport/AncestorReport.py: Issue 4308, missed one parameter when calling Narrator. svn: r16023 2010-10-22 Benny Malengier * src/gen/lib/name.py, src/gen/lib/surname.py, src/plugins/export/ExportGedcom.py, src/plugins/lib/libgedcom.py, src/plugins/tool/PatchNames.py: gedcom import export for new name structure svn: r16022 2010-10-21 Jérôme Rapinat * src/plugins/lib/libtranslate.py: 2371 use date format set by the user for printing reports in different languages easier (by VPeric) svn: r16021 2010-10-20 Benny Malengier * src/gen/lib/name.py, src/gen/lib/surnamebase.py, src/plugins/quickview/SameSurnames.py: fix in name object and quickview for names svn: r16020 2010-10-20 Benny Malengier * src/plugins/tool/FindDupes.py: fix the finddupes tool for surnames svn: r16019 2010-10-20 Benny Malengier * src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_SearchName.py: fix error in changed filters svn: r16018 2010-10-20 Benny Malengier * src/plugins/tool/ChangeNames.py: fix name capitilization tool for surnames svn: r16017 2010-10-20 Benny Malengier * src/Filters/Rules/Person/_HasNameOf.py, src/Filters/Rules/Person/_IncompleteNames.py, src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_SearchName.py: fix filters for name search svn: r16016 2010-10-19 Benny Malengier * src/plugins/lib/libhtmlbackend.py: 4288: Preformatted blocks broken in web report svn: r16014 2010-10-19 Benny Malengier * src/plugins/docgen/RTFDoc.py: 4292: Error in RTF output svn: r16013 2010-10-18 Benny Malengier * src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/surnametab.py: improvement in GUI on expand of displaytabs svn: r16011 2010-10-18 Benny Malengier * src/gui/editors/displaytabs/surnametab.py: add toggle btn for primary to surname table svn: r16010 2010-10-18 Benny Malengier * src/gui/editors/displaytabs/surnamemodel.py, src/gui/editors/displaytabs/surnametab.py: Add origin type selector with autocompletion to surname table svn: r16009 2010-10-18 Benny Malengier * src/gui/editors/displaytabs/surnametab.py: usibility tweak on surname columns svn: r16008 2010-10-18 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css: Blue: Adjusted MarriageReport styles and alphabet border color-- Horiz: Adjusted alphabet elements. svn: r16007 2010-10-16 Jérôme Rapinat * src/plugins/import/ImportGeneWeb.py: #4264: import ignores marriage and divorce dates (.gw file) svn: r16006 2010-10-16 Benny Malengier * src/glade/editperson.glade, src/gui/editors/displaytabs/surnametab.py: improve tab movement on surname table svn: r16002 2010-10-15 Benny Malengier * po/POTFILES.in, src/DdTargets.py, src/ScratchPad.py, src/glade/editname.glade, src/glade/editperson.glade, src/gui/editors/displaytabs/Makefile.am, src/gui/editors/displaytabs/__init__.py, src/gui/editors/displaytabs/surnamemodel.py, src/gui/editors/displaytabs/surnametab.py, src/gui/editors/editname.py, src/gui/editors/editperson.py, src/gui/editors/editsecondary.py: continue adding to the editname GUI svn: r15999 2010-10-15 Peter Landgren * src/gen/ggettext.py: Issue 4293, problems with LagecyGedcom and empty events. svn: r15998 2010-10-15 Peter Landgren * src/plugins/lib/libgedcom.py: Issue 4293, problems with LagecyGedcom and empty events. svn: r15997 2010-10-15 Jérôme Rapinat * src/plugins/import/ImportGeneWeb.py: #4264: import ignores marriage and divorce dates (.gw file) svn: r15995 2010-10-15 Doug Blank * src/plugins/webreport/WebCal.py: 4252: WebCal does not create index.html svn: r15993 2010-10-15 Doug Blank * src/plugins/webreport/WebCal.py: 4280: Error when trying Webcalendar or Narr Web (removed debugging code) svn: r15992 2010-10-15 Doug Blank * src/plugins/tool/TestcaseGenerator.py: 4273: Error during execution of CLI command (part 2, TestcaseGenerator) svn: r15991 2010-10-15 Doug Blank * src/ManagedWindow.py, src/plugins/tool/Verify.py: 4273: Error during execution of CLI command (part 1, Verify) svn: r15990 2010-10-15 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css: Blue: Added elements for Marriage Report. Horizontal: Added elements for letter grouping list. svn: r15988 2010-10-14 Peter Landgren * src/gramps.py: Added versions for graphviz and ghostscript in cli command --version. svn: r15987 2010-10-14 Peter Landgren * po/sv.po, src/cli/arghandler.py, src/cli/argparser.py, src/cli/grampscli.py, src/cli/plug/__init__.py, src/const.py.in, src/gramps.py, src/plugins/tool/Check.py: Issue 4276: Gramps cli interface for user with non latin characters in name. Mostly Windows. svn: r15984 2010-10-14 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Visually.css: Style Sheets: Added comment line to remove the description under the thumbnails in Individual Gallery. Search for line that is: #indivgallery div.thumbnail p, and follow the directions there. svn: r15981 2010-10-13 Doug Blank * src/plugins/tool/Check.py: 4285: Check and Repair, check_dates gives an error svn: r15980 2010-10-13 Doug Blank * src/Filters/_GenericFilter.py: 4236: All notes and sources ALWAYS written to GEDCOM file even when no notes are suppose to be written svn: r15978 2010-10-13 Peter Landgren * src/Utils.py: Issue 4291, wrong path when cancel. svn: r15976 2010-10-11 Peter Landgren * po/sv.po: Update with --usage text. svn: r15968 2010-10-10 Stéphane Charette * NEWS: included NEWS details from today's 3.2.4 release up to trunk svn: r15967 2010-10-10 Peter Landgren * po/sv.po: Swedish update. svn: r15962 2010-10-10 Peter Landgren * po/sv.po: Swedish update. svn: r15961 2010-10-09 Peter Landgren * src/ExportAssistant.py, src/Filters/_FilterList.py, src/ImgManip.py, src/TransUtils.py, src/Utils.py, src/cli/clidbman.py, src/const.py.in, src/gen/plug/_pluginreg.py, src/gen/plug/utils.py, src/gui/configure.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/editors/addmedia.py, src/gui/editors/editmedia.py, src/gui/plug/_guioptions.py, src/gui/plug/_windows.py, src/gui/plug/report/_fileentry.py, src/gui/plug/report/_graphvizreportdialog.py, src/gui/plug/report/_reportdialog.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/plugins/docgen/PdfDoc.py, src/plugins/export/ExportPkg.py, src/plugins/tool/Check.py, src/plugins/tool/EventCmp.py, src/plugins/view/geoview.py, src/plugins/view/pedigreeview.py: Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk. svn: r15959 2010-10-08 Rob G. Healey * src/plugins/webstuff/css/Web_Navigation-Horizontal.css: Style Sheet: Adjusted height of the navigation row which only will affect the Stylesheets of Blue and Visually. svn: r15957 2010-10-06 Peter Landgren * po/sv.po: Minor update of Swedish translation. svn: r15955 2010-10-04 Nick Hall * src/gen/proxy/proxybase.py: Fix bug in has__handle methods svn: r15954 2010-10-04 Nick Hall * src/cli/grampscli.py, src/gui/viewmanager.py: Fix get_dbname method when called from CLI and remove redundant code svn: r15953 2010-10-04 Benny Malengier * src/gui/editors/editperson.py, src/plugins/lib/libpersonview.py: Working Edit Person dialog, no multiple surname yet. svn: r15952 2010-10-03 Benny Malengier * src/config.py, src/gen/db/base.py, src/gen/db/read.py, src/gen/db/write.py, src/gen/proxy/proxybase.py, src/glade/editperson.glade, src/gui/editors/editperson.py, src/plugins/lib/libgrdb.py: A new person editor svn: r15951 2010-10-03 Nick Hall * src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/proxy/referenced.py, src/gen/proxy/referencedbyselection.py: Update database proxies to include tag objects svn: r15950 2010-10-02 Benny Malengier * src/gen/db/read.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/plugins/import/ImportGrdb.py, src/plugins/tool/Check.py: Fix surname index for autocompletion Fix check tool and start with importgrdb upgrade svn: r15949 2010-10-02 Benny Malengier * data/grampsxml.dtd, data/grampsxml.rng, src/gen/db/read.py, src/gen/lib/surname.py, src/plugins/export/ExportXml.py: Working xml export svn: r15948 2010-10-02 Benny Malengier * data/grampsxml.dtd, data/grampsxml.rng, src/plugins/import/ImportXml.py: Working XML import with new surnames svn: r15947 2010-10-01 Benny Malengier * src/Utils.py, src/gen/display/name.py, src/gen/lib/surname.py, src/gui/configure.py: Working namedisplay Working display section in preferences svn: r15946 2010-09-30 Nick Hall * src/gui/widgets/monitoredwidgets.py, src/gui/widgets/tageditor.py: Fix issues with long tag names svn: r15945 2010-09-30 Nick Hall * src/Filters/SideBar/_SidebarFilter.py, src/gui/views/tags.py: GEPS 011: Tagging - Allow edit of tag name svn: r15944 2010-09-30 Peter Landgren * src/cli/arghandler.py, src/cli/clidbman.py: Updates to allow for Family Tree names, with non latin characters in Windows, in -l/-L commands. svn: r15943 2010-09-30 Peter Landgren * src/gui/plug/report/_graphvizreportdialog.py: Final fix of 4164, problems with cairo: out of memory for mult pages in Grapviz output. svn: r15941 2010-09-29 Nick Hall * data/grampsxml.dtd, data/grampsxml.rng, src/plugins/export/ExportXml.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgrampsxml.py, src/plugins/lib/libmixin.py: GEPS 011: Tagging - Add XML import and export svn: r15938 2010-09-29 Jérôme Rapinat * src/plugins/export/ExportGeneWeb.py: minor clean-up svn: r15937 2010-09-28 Jérôme Rapinat * src/plugins/export/ExportGeneWeb.py: bugs 2488 and 4251: spacing on families svn: r15934 2010-09-27 Peter Landgren * src/gen/db/write.py: Consistent use of OS detection and host added to Win users. svn: r15932 2010-09-25 Benny Malengier * src/gen/db/upgrade.py, src/gen/display/name.py, src/gen/lib/name.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgrampsxml.py: add nick and famnick svn: r15930 2010-09-24 Doug Blank * src/gen/lib/Makefile.am: 4256: r15645 Created gen/lib/const.py, didn't add it to Makefile.am svn: r15928 2010-09-24 Nick Hall * src/gui/views/treemodels/peoplemodel.py, src/gui/widgets/monitoredwidgets.py: Add a space after the comma when displaying a tag list svn: r15927 2010-09-24 Nick Hall * src/gui/views/tags.py: Escape tag names in the menu svn: r15926 2010-09-24 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css: Style Sheets: Adjusted navigation menus and added dividers between alphabet navigation. svn: r15924 2010-09-23 Benny Malengier * src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/libhtmlbackend.py, src/plugins/webreport/NarrativeWeb.py: 3969: [NarWeb] Narrated Web Site: Newlines and white space are not preserved in note text Patch of Tim Lyons and Benny Malengier svn: r15923 2010-09-21 Nick Hall * src/Filters/Rules/_HasTagBase.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/gen/db/backup.py, src/gen/db/base.py, src/gen/db/dbconst.py, src/gen/db/read.py, src/gen/db/txn.py, src/gen/db/undoredo.py, src/gen/db/write.py, src/gen/lib/Makefile.am, src/gen/lib/__init__.py, src/gen/lib/person.py, src/gen/lib/primaryobj.py, src/gen/lib/tableobj.py, src/gen/lib/tag.py, src/gen/lib/tagbase.py, src/gui/editors/editperson.py, src/gui/views/tags.py, src/gui/views/treemodels/peoplemodel.py, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/tageditor.py, src/plugins/lib/libpersonview.py: GEPS 011: Tagging - Converted to use new database table object svn: r15921 2010-09-21 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: #4242: NarWeb ignores Calendar for sorting Dates on Event groups svn: r15920 2010-09-20 Nick Hall * src/Bookmarks.py, src/ListModel.py: Add move_up and move_down methods to ListModel svn: r15918 2010-09-20 Nick Hall * src/Bookmarks.py: 4250: Bookmark menu does not redraw when bookmarks are re-ordered svn: r15917 2010-09-17 Benny Malengier * src/gen/db/upgrade.py, src/gen/display/name.py, src/gen/lib/__init__.py, src/gen/lib/name.py, src/gen/lib/surnamebase.py, src/gui/dbloader.py, src/gui/views/treemodels/peoplemodel.py: Good progress: * name displayer updated to new structure * person view coded updated * small change in dbloader so errors can be seen svn: r15914 2010-09-17 Benny Malengier * po/POTFILES.in, src/gen/lib/Makefile.am, src/gen/lib/name.py, src/gen/lib/surnamebase.py: updated Name object to new structure svn: r15913 2010-09-17 Benny Malengier * src/gen/lib/nameorigintype.py, src/gen/lib/surname.py, src/gen/lib/surnamebase.py: some administrative cleanup svn: r15912 2010-09-17 Benny Malengier * src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/graphicstyle.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/lib/libcairodoc.py: copyright Jakim Friant, ticket 4237: Line Styles in Report not Fully Supported svn: r15911 2010-09-17 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: Style Sheet: Cleaned up the look of the Download Page. svn: r15910 2010-09-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Now hyperlinks people on Event Pages back to their Individual Pages. svn: r15909 2010-09-16 Peter Landgren * src/plugins/export/ExportGedcom.py: Issue 4235. svn: r15907 2010-09-16 Peter Landgren * src/Utils.py: Issue 4212, Win problems with media path/file name with non latin. svn: r15905 2010-09-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/ancestortree.css: NarrativeWeb and Ancestortree: returned back to gramps3.2.x code as it had gotten screwed up severely. Now working again except for generation#3. svn: r15902 2010-09-14 Benny Malengier * src/gen/lib/nameorigintype.py, src/gen/lib/surname.py, src/gen/lib/surnamebase.py: Surnamebase, surname and nameorigintype finished svn: r15901 2010-09-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Completion of fix for Bug#4079. svn: r15900 2010-09-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Bug#4079 -- All children siblings, pedigree all now all sorted in birth date order. svn: r15899 2010-09-13 Benny Malengier * src/gen/display/name.py, src/plugins/webreport/NarrativeWeb.py: 3519: Wrong 'Group as' value (Given instead of Surname) is used for custom display name svn: r15896 2010-09-13 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: 4192: [NarWeb] media is out of order in Places svn: r15893 2010-09-13 Stephen George * windows/builder/check_gtk_install.py: svn: r15890 2010-09-13 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: 3870: [NarWeb] Reference name to Source incorrectly displayed as "unknown" svn: r15888 2010-09-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css: NarrativeWeb: Feature Request: #4232 -- Repository is now hyperlinked to its source. svn: r15885 2010-09-13 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css: Style Sheets: Changing colors out of the Horizontal Style sheet. Navigation-Horizontal should only contain the structure and layout of the menus. svn: r15884 2010-09-13 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css: Navigation: Removed the colors out of this stylesheet, and placed them in Blue. The primarly style sheet, Blue, must control colors. svn: r15883 2010-09-13 Rob G. Healey * src/plugins/webstuff/css/Web_Navigation-Horizontal.css: Horizontal Menus: Fixed the padding of the selected menu option. svn: r15882 2010-09-12 Rob G. Healey * src/plugins/webstuff/css/ancestortree.css: AncestorTree: Adjusted font size and border color of unlinked individuals svn: r15881 2010-09-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Fixed a typo on line 4251. svn: r15878 2010-09-11 Rob G. Healey * src/gen/display/name.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Jakim Friant: Changes made to the Ancestor Tree. svn: r15877 2010-09-11 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: 3944: [NarWeb] Alternate Locations on places site in web report vers. 3.2.2 svn: r15876 2010-09-09 Mirko Leonhäuser * po/de.po: updated german translation svn: r15868 2010-09-09 Benny Malengier * src/gen/lib/surnamebase.py: surnamebase class to inherit surname lists svn: r15866 2010-09-09 Benny Malengier * : create a branch for gep 021 work svn: r15865 2010-09-09 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: 4131: [NarWeb] No clickable link in referenced region in the photo, if person has no name svn: r15860 2010-09-06 Peter Landgren * src/DisplayState.py: Issue 3960, warn button disappears too soon on long GEDCOM import with errors. svn: r15859 2010-09-06 Benny Malengier * src/DisplayState.py: 3960: Import information windows disappears before import is done svn: r15857 2010-09-03 Benny Malengier * src/Filters/Rules/Person/_DeepRelationshipPathBetween.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/Rules/_Rule.py, src/Filters/_GenericFilter.py, src/Filters/_ParamFilter.py: 4196: Error by using special filter in person view svn: r15855 2010-09-02 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css: Stylesheets: If you find any regressions in Html style and layout, please let me know. svn: r15851 2010-09-02 Serge Noiraud * src/plugins/view/geoview.py: GeoView : new feature #4210: Ability to change the number of places per page in preferences. svn: r15849 2010-09-02 Serge Noiraud * src/data/GeoView.css, src/mapstraction/mxn.googlev3.core.js, src/plugins/view/geoview.py, src/plugins/view/htmlrenderer.py: GeoView : adapt geoview to the new gui. Resizing problem. It currently works correctly with gecko. webkit doesn't work in a Hpane widget ( filter, status bar, ... ) svn: r15848 2010-08-31 Benny Malengier * src/glade/addmedia.glade, src/glade/dateedit.glade, src/glade/editaddress.glade, src/glade/editattribute.glade, src/glade/editevent.glade, src/glade/editeventref.glade, src/glade/editfamily.glade, src/glade/editlink.glade, src/glade/editlocation.glade, src/glade/editmedia.glade, src/glade/editmediaref.glade, src/glade/editname.glade, src/glade/editnote.glade, src/glade/editperson.glade, src/glade/editpersonref.glade, src/glade/editplace.glade, src/glade/editreporef.glade, src/glade/editrepository.glade, src/glade/editsource.glade, src/glade/editsourceref.glade, src/glade/editurl.glade, src/glade/mergedata.glade, src/glade/mergeevent.glade, src/glade/mergefamily.glade, src/glade/mergemedia.glade, src/glade/mergenote.glade, src/glade/mergeperson.glade, src/glade/mergeplace.glade, src/glade/mergerepository.glade, src/glade/mergesource.glade, src/glade/papermenu.glade, src/glade/rule.glade, src/glade/styleeditor.glade, src/gui/widgets/undoableentry.py, src/gui/widgets/validatedmaskedentry.py: 2786: Add quick undo/redo to all fields This adds: * undoentry instead of entry for all normal entry fields in glade files * have maskedentry based on undoentry, so that date changes can be undone :-) To do: entry fields added in py code is not checked. svn: r15844 2010-08-31 Benny Malengier * src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoableentry.py, src/gui/widgets/undoablestyledbuffer.py: undo support for words with unicode symbols of length 2 in the buffer svn: r15843 2010-08-31 Nick Hall * src/Filters/SideBar/_SidebarFilter.py: Connect to tags-changed signal when initialised svn: r15841 2010-08-31 Benny Malengier * src/gui/widgets/shortlistcomboentry.py, src/gui/widgets/validatedcomboentry.py: comboentry in toolbar determines optimal width automatically svn: r15840 2010-08-31 Benny Malengier * src/plugins/lib/libcairodoc.py: bug #2402 : Line spacing for text not correct in CairoDoc svn: r15839 2010-08-30 Benny Malengier * po/POTFILES.in, src/glade/catalog/grampswidgets.py, src/glade/catalog/grampswidgets.xml, src/glade/editperson.glade, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoableentry.py, src/gui/widgets/undoablestyledbuffer.py: * missing installation stuff for undo/redo * create a first undo gtk entry field: family name in person editor svn: r15837 2010-08-30 Benny Malengier * src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoablestyledbuffer.py: fix inheritance bug in undo/redo code svn: r15836 2010-08-30 Benny Malengier * src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoablestyledbuffer.py: limit the size of the undo buffer to 700 svn: r15835 2010-08-30 Benny Malengier * src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/undoablebuffer.py, src/gui/widgets/undoablestyledbuffer.py: redesign undo/redo for styled notes, much better now svn: r15834 2010-08-30 Nick Hall * src/gen/db/upgrade.py: Fix database upgrade svn: r15832 2010-08-30 Doug Blank * src/cli/argparser.py: Will not start gramps if the config option is used to show a value; changed the format of the output to make it easier to read/copy-paste svn: r15831 2010-08-29 Nick Hall * src/Filters/Rules/Makefile.am, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_HasTag.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_HasTagBase.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/gen/db/base.py, src/gen/db/read.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/lib/Makefile.am, src/gen/lib/person.py, src/gen/lib/tagbase.py, src/glade/editperson.glade, src/gui/editors/editperson.py, src/gui/grampsgui.py, src/gui/viewmanager.py, src/gui/views/Makefile.am, src/gui/views/tags.py, src/gui/views/treemodels/peoplemodel.py, src/gui/widgets/Makefile.am, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/tageditor.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-tag-new.svg, src/images/scalable/gramps-tag.svg, src/plugins/lib/libpersonview.py: GEPS 011: Tagging svn: r15830 2010-08-29 Nick Hall * : Set properties for src/plugins/webstuff svn: r15829 2010-08-28 Doug Blank * src/const.py.in: Changes for version and config svn: r15825 2010-08-27 Serge Noiraud * src/plugins/view/geoview.py: GeoView : bug 4168 : avoid parenthesis in const.ROOT_DIR svn: r15824 2010-08-26 Rob G. Healey * src/plugins/webstuff/css/Web_Mainz.css: Web_Mainz.css: Fixed problem with the backgrounds not showing as they were intended. Thanks Jason Simanek. svn: r15821 2010-08-26 Doug Blank * src/config.py, src/gui/widgets/styledtexteditor.py: Web search right-click for note editor svn: r15820 2010-08-26 Doug Blank * src/cli/argparser.py: Allow config setting value to be DEFAULT which will reset value svn: r15819 2010-08-26 Doug Blank * src/TransUtils.py: Do not display missing locale dir if in english svn: r15818 2010-08-26 Doug Blank * src/cli/argparser.py, src/gramps.py: Changed --settings to --version to be more compatible with other programs; added --config=[section.setting[:value]] to see/set config value(s) svn: r15817 2010-08-25 Doug Blank * src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py: Added plugin.depends_on = ['plugin_id', ...] for plugin.load_on_reg plugins svn: r15816 2010-08-25 Doug Blank * src/plugins/docgen/ODFDoc.py: Census report made this value too big (it tried to make more than 50 columns) even though the US 1880 census only has about 24. svn: r15815 2010-08-25 Doug Blank * src/gen/plug/_manager.py: Don't load a GENERAL lib if hidden svn: r15813 2010-08-25 Doug Blank * src/QuickReports.py, src/gui/views/listview.py, src/plugins/lib/libpersonview.py: Added a new addon type 'WebConnect' which defines a method to lookup data on websites svn: r15812 2010-08-24 Nick Hall * src/ListModel.py, src/gui/viewmanager.py: Added documentation to ListModel. Changes to make editable and callback parameters more consistent. svn: r15811 2010-08-24 Doug Blank * src/gen/plug/_gramplet.py: Added log, and db cursor close error handler svn: r15810 2010-08-23 Doug Blank * src/GrampsDisplay.py, src/config.py, src/gui/widgets/styledtexteditor.py: Added method for gramps to handle url requests svn: r15808 2010-08-23 Doug Blank * src/plugins/sidebar/categorysidebar.py: Return the actual page object svn: r15807 2010-08-23 Doug Blank * src/plugins/sidebar/categorysidebar.py: Added external API for category_manager functions: .get_categories(), .get_category(category), and .get_category_page(category) svn: r15806 2010-08-23 Doug Blank * src/gui/viewmanager.py: Added a category_manager for pages to talk to other pages svn: r15805 2010-08-22 Doug Blank * src/gui/widgets/styledtexteditor.py: Rearranged patterns that are searched for; match longer ones first svn: r15804 2010-08-22 Doug Blank * src/Filters/_FilterList.py: FilterList needs to handle all namespaces svn: r15802 2010-08-22 Doug Blank * src/Filters/_FilterList.py: typo svn: r15801 2010-08-22 Doug Blank * src/Filters/Rules/_MatchesFilterBase.py, src/Filters/_FilterList.py: Filter speed ups, and hook for filter plugins svn: r15800 2010-08-22 Doug Blank * src/Filters/_FilterList.py: Removed for now; too slow svn: r15799 2010-08-22 Doug Blank * src/plugins/export/ExportGedcom.py: Bring up to date with gramps32 version svn: r15798 2010-08-22 Doug Blank * src/plugins/lib/libgedcom.py: 4190: Gedcom import: All my internet addresses are missing... svn: r15796 2010-08-22 Doug Blank * src/gen/db/write.py: Rewrote autoremove flag workaround svn: r15795 2010-08-22 Doug Blank * src/gui/viewmanager.py: Doesn't backup with slashes in filename svn: r15794 2010-08-22 Doug Blank * src/Filters/_FilterList.py: Filters can now be added through plugins register(GENERAL, category='Filter: Person', etc) svn: r15793 2010-08-22 Doug Blank * src/gen/plug/_manager.py: Don't evaluate callable data returned from the plugin API svn: r15790 2010-08-21 Doug Blank * src/ScratchPad.py: Removed unnecessary code svn: r15789 2010-08-21 Doug Blank * src/gui/views/navigationview.py, src/gui/views/pageview.py: Refactored copy/paste to PageView for general use svn: r15788 2010-08-21 Doug Blank * src/ScratchPad.py: Major refactor; also added valid indicator in list, dbid, and dbname svn: r15787 2010-08-21 Doug Blank * src/gen/db/base.py, src/gen/db/read.py, src/gen/db/write.py, src/gui/viewmanager.py: Added dbid and dbname to databases; id is the unique dir name, and name is the assigned name stored in text file svn: r15786 2010-08-21 Doug Blank * src/gui/editors/displaytabs/childmodel.py: Protection from a bad child drop svn: r15785 2010-08-21 Doug Blank * src/gen/updatecallback.py: Make sure newvalue is a int(fraction * 100) svn: r15784 2010-08-21 Rob G. Healey * src/plugins/webstuff/css/Web_Basic-Blue.css: A little bit of formatting and spacing. svn: r15783 2010-08-20 Doug Blank * src/gui/makefilter.py: Refactor make_filter to make more reusable svn: r15782 2010-08-20 Doug Blank * src/gui/viewmanager.py: Added progress bar to quick backup svn: r15781 2010-08-20 Rob G. Healey * src/plugins/webstuff/css/ancestortree.css: Added ancestor tree style sheet. svn: r15780 2010-08-20 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css, src/plugins/webstuff/css/behaviour.css, src/plugins/webstuff/webstuff.py: NarrativeWeb: Added ancestortree.css only if there is ancestor tree being built? Style sheets: removed ancestor tree section from the style sheets. Changes to Ancestor tree, thanks Jakim Friant. svn: r15779 2010-08-19 Doug Blank * src/gui/widgets/styledtexteditor.py: Reset buttons when we reset the buffer svn: r15778 2010-08-19 Benny Malengier * src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/undoablebuffer.py: undo and redo with correct style in noteeditor svn: r15777 2010-08-19 Doug Blank * src/web/settings.py: DEBUG = False svn: r15776 2010-08-19 Doug Blank * po/POTFILES.in, src/ScratchPad.py, src/gui/Makefile.am: Refactor make_filter for use in other parts of gramps svn: r15775 2010-08-19 Doug Blank * src/glade/updateaddons.glade: Typo medu -> menu svn: r15774 2010-08-19 Doug Blank * src/ScratchPad.py: Fixed one issue with multi-select and drop on self; one issue remains: copies data on a self multi drop svn: r15773 2010-08-19 Doug Blank * src/config.py, src/gui/configure.py, src/gui/viewmanager.py: Do not show previously notified addons svn: r15772 2010-08-19 Doug Blank * src/ListModel.py: Something is wrong; email sent to Nick svn: r15771 2010-08-18 Benny Malengier * src/ExportAssistant.py: better fix for #4166, #3955, remove extra line svn: r15769 2010-08-18 Benny Malengier * src/ExportAssistant.py: better fix for #4166, #3955 svn: r15768 2010-08-18 Doug Blank * src/ScratchPad.py: Clipboards do not allow duplicates svn: r15767 2010-08-18 Doug Blank * src/ScratchPad.py: Added selected_handles() to navigation views for compatibility with listviews svn: r15766 2010-08-18 Doug Blank * src/gui/views/navigationview.py: Added selected_handles() to navigation views for compatibility with listviews svn: r15765 2010-08-18 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/person_detail-one name.html, src/data/templates/person_detail.html, src/data/templates/registration/login.html, src/data/templates/view_name_detail.html, src/data/templates/view_person_detail.html, src/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.2.custom.css, src/plugins/webstuff/css/swanky-purse/jquery-ui-1.7.3.custom.css, src/plugins/webstuff/js/jquery-1.3.2.min.js, src/plugins/webstuff/js/jquery-ui-1.7.2.custom.min.js, src/web/settings.py, src/web/urls.py: Moving to Django 1.2; changes to work with css plugin svn: r15764 2010-08-17 Nick Hall * src/ListModel.py: Add color column type and fix toggle in ListModel svn: r15763 2010-08-17 Doug Blank * src/gui/widgets/grampletpane.py, src/gui/widgets/styledtexteditor.py: Revised undo/redo for different versions of gtk svn: r15762 2010-08-17 Jérôme Rapinat * src/DateHandler/Makefile.am, src/plugins/rel/Makefile.am: Slovenian Date et Relationships handlers (by Bernard Banko) svn: r15761 2010-08-17 Rob G. Healey * src/glade/updateaddons.glade: updateaddons: fixed typo to remove the the Gramps website to just the Gramps... svn: r15760 2010-08-17 Doug Blank * src/gui/widgets/grampletpane.py, src/gui/widgets/styledtexteditor.py: Added UndoableBuffer to text gramplets; fixed an issue in recognizing keypresses accurately; rewrote keypress handler svn: r15759 2010-08-17 Doug Blank * src/glade/catalog/grampswidgets.py: Typos in code svn: r15758 2010-08-17 Doug Blank * src/gen/plug/utils.py, src/glade/updateaddons.glade, src/gui/plug/_windows.py, src/gui/viewmanager.py: 4177: Needed usability improvements to addon update window svn: r15757 2010-08-16 Doug Blank * src/gui/editors/editnote.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/undoablebuffer.py: 4178: undo on note editor goes back to no text; added a reset method to styled text buffer and editor svn: r15756 2010-08-16 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/webstuff.py: Final piece of moving Mapstraction stylesheet into src/plugins/webstuff/css . svn: r15755 2010-08-16 Doug Blank * src/gui/widgets/undoablebuffer.py: Hook up undoable inserts svn: r15754 2010-08-16 Jérôme Rapinat * po/sl.po, src/DateHandler/_Date_sl.py, src/DateHandler/__init__.py, src/plugins/rel/rel_sl.py, src/plugins/rel/relplugins.gpr.py: update Slovenian files svn: r15752 2010-08-16 Doug Blank * src/gui/widgets/Makefile.am, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/undoablebuffer.py: Added UndoableBuffer for notes that allows undo (control+z) and redo (control+shift+z) svn: r15751 2010-08-16 Doug Blank * src/Simple/_SimpleTable.py, src/gui/widgets/Makefile.am, src/gui/widgets/multitreeview.py: New MultiTreeView to allow left-click to drag a multi-selected group svn: r15750 2010-08-16 Doug Blank * src/gui/viewmanager.py: Allow lang_SUBTYPE formats; fixed an error when no network svn: r15749 2010-08-16 Doug Blank * src/web/settings.py: Needed a DATABASE_ROUTERS default svn: r15748 2010-08-16 Rob G. Healey * src/data/Makefile.am, src/data/Mapstraction.css, src/plugins/webstuff/css/Mapstraction.css: Moved src/data/Mapstraction.css over to sex/plugins/webstuff/css with the other ones. Updated src/data/Makefile.am to reflect the move. svn: r15747 2010-08-16 Doug Blank * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Navigation-Horizontal.css, src/data/Web_Navigation-Vertical.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css, src/data/behaviour.css, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css, src/plugins/webstuff/css/Web_Navigation-Vertical.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css, src/plugins/webstuff/css/behaviour.css: Moved data/*.css to plugins/webstuff/css/ svn: r15746 2010-08-16 Doug Blank * src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css, src/plugins/webstuff/css/Web_Navigation-Vertical.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css, src/plugins/webstuff/css/behaviour.css: Remove duplicate css files svn: r15745 2010-08-16 Doug Blank * src/glade/updateaddons.glade, src/gui/viewmanager.py: Select all/none for addon updates svn: r15744 2010-08-16 Doug Blank * src/web/settings.py: Fixes to work under Django 1.2 svn: r15743 2010-08-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Mainz.css: NarrativeWeb: Fixed problem on DownloadPage. Style sheets: Removed elements from DownloadPage. Download page and files now share the same copyright license as the remaining of the pages. svn: r15742 2010-08-15 Doug Blank * src/gui/widgets/styledtexteditor.py: Fixed bug preventing control+shift+b key presses from working in styled text editor svn: r15741 2010-08-15 Doug Blank * src/gui/widgets/styledtexteditor.py: Fixed bug preventing control+b etc. key presses from working in styled text editor svn: r15740 2010-08-15 Benny Malengier * src/ExportAssistant.py: 4166: Export Assistant crashes when closing or cancelling using the mouse svn: r15738 2010-08-15 Jérôme Rapinat * po/fr.po, po/gramps.pot: update french translation svn: r15737 2010-08-14 Doug Blank * src/gui/viewmanager.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py: Control+c, Control+v are now handled properly by nav views and otherwise svn: r15736 2010-08-14 Doug Blank * src/config.py, src/gui/viewmanager.py: Defaults to check once a week, everything, enable logging svn: r15735 2010-08-14 Doug Blank * src/gui/viewmanager.py: Have update select default to True svn: r15734 2010-08-14 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: run intltool-update -m svn: r15733 2010-08-14 Doug Blank * src/gui/views/navigationview.py: Allow multiple objects to be copied svn: r15732 2010-08-14 Doug Blank * src/gui/configure.py: minor tweak in position svn: r15731 2010-08-14 Doug Blank * po/POTFILES.in, src/glade/Makefile.am: added updateaddons.glade to system files svn: r15730 2010-08-14 Doug Blank * src/gui/viewmanager.py: Now can download selections svn: r15729 2010-08-13 Doug Blank * src/ListModel.py: Fixed three errors in ListModel svn: r15728 2010-08-13 Doug Blank * src/config.py, src/gui/configure.py, src/gui/viewmanager.py: Added option of what addons to check (new, updated, or both) svn: r15727 2010-08-13 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Resizing not done the first time we load a page. Centering not always correct. svn: r15726 2010-08-13 Doug Blank * src/glade/updateaddons.glade, src/gui/viewmanager.py: Bring dialog box, if updates available (doesn't update them yet) svn: r15725 2010-08-13 Doug Blank * src/gui/viewmanager.py: Checks for open network connection; get listing file in proper language svn: r15724 2010-08-13 Peter Landgren * src/gui/plug/report/_graphvizreportdialog.py: Issue 4164, correction. svn: r15723 2010-08-13 Doug Blank * src/config.py, src/gen/plug/utils.py, src/gui/viewmanager.py: New check for updated addons svn: r15721 2010-08-13 Doug Blank * src/gui/configure.py, src/gui/viewmanager.py: Perference for checking (and currently updates) addons svn: r15720 2010-08-13 Doug Blank * src/gen/plug/utils.py, src/gui/plug/_windows.py: Refactor to move load_addon_file out of gui code svn: r15719 2010-08-13 Doug Blank * src/TransUtils.py: Force an addon translation to be in a given language(s) svn: r15718 2010-08-12 Peter Landgren * src/gui/plug/report/_graphvizreportdialog.py: Issue 4164, Graphviz version=2.26.3 svn: r15717 2010-08-12 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fixed a typo. svn: r15715 2010-08-12 Peter Landgren * po/sv.po: Just an update. svn: r15714 2010-08-12 Peter Landgren * src/plugins/lib/libnarrate.py: Date part of issue 4160. Use of option Use full dates instead of full year works again. svn: r15713 2010-08-12 Peter Landgren * src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: Date part of issue 4160. Use of option Use full dates instead of full year works again. svn: r15712 2010-08-12 Doug Blank * configure.in, src/gen/plug/_pluginreg.py, src/gen/plug/report/_constants.py, src/gui/plug/report/_docreportdialog.py, src/plugins/Makefile.am, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webstuff/Makefile.am, src/plugins/webstuff/css/Web_Basic-Ash.css, src/plugins/webstuff/css/Web_Basic-Blue.css, src/plugins/webstuff/css/Web_Basic-Cypress.css, src/plugins/webstuff/css/Web_Basic-Lilac.css, src/plugins/webstuff/css/Web_Basic-Peach.css, src/plugins/webstuff/css/Web_Basic-Spruce.css, src/plugins/webstuff/css/Web_Mainz.css, src/plugins/webstuff/css/Web_Navigation-Horizontal.css, src/plugins/webstuff/css/Web_Navigation-Vertical.css, src/plugins/webstuff/css/Web_Nebraska.css, src/plugins/webstuff/css/Web_Print-Default.css, src/plugins/webstuff/css/Web_Visually.css, src/plugins/webstuff/css/behaviour.css, src/plugins/webstuff/webstuff.gpr.py, src/plugins/webstuff/webstuff.py: CSS and web resources are now a plugin svn: r15711 2010-08-12 Doug Blank * po/POTFILES.in: Added missing merge files and new webstuff svn: r15710 2010-08-12 Rob G. Healey * src/data/Web_Basic-Blue.css: Stylesheet: Removed the light blue background on the tables cells. svn: r15709 2010-08-12 Rob G. Healey * src/gen/plug/report/_constants.py, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: changed the name of the navigation menus stylesheet to match other stylesheet naming. svn: r15708 2010-08-11 Doug Blank * src/gen/plug/report/_constants.py: Forgot to include navigation web pages svn: r15707 2010-08-11 Serge Noiraud * src/mapstraction/mapstraction.js: GeoView : remove completely mapstraction v1. svn: r15706 2010-08-11 Serge Noiraud * src/mapstraction/mxn.googlev3.core.js, src/mapstraction/mxn.openlayers.core.js, src/plugins/view/geoview.py: GeoView : Some cleaning. Some corrections with googlev3 crosshair. Resizing now ok with a new crosshair implementation for googlev3. svn: r15705 2010-08-11 Doug Blank * src/gen/plug/report/_constants.py, src/plugins/webreport/NarrativeWeb.py: First step in breaking up NarrativeWeb into plugins; please test svn: r15704 2010-08-11 Peter Landgren * src/plugins/drawreport/AncestorTree.py: Issue 4162, correction of box width. svn: r15702 2010-08-11 Doug Blank * src/cli/grampscli.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gui/pluginmanager.py: Enhanced GENERAL plugins for flexible API: added data and process to GENERAL plugindata, more details at http://www.gramps-project.org/wiki/index.php?title=Addons_development#General_Pluginssvn: r15701 2010-08-10 Doug Blank * src/gen/display/name.py: Added _%s_ for surrounding name parts, such as _Call_ svn: r15700 2010-08-10 Doug Blank * src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gui/plug/_windows.py: Allow GENERAL plugins to have category, and more flexibility svn: r15699 2010-08-09 Doug Blank * src/ScratchPad.py: Moved all behavior from clipboard gramplet to clipboard, which they now share svn: r15698 2010-08-09 Doug Blank * src/gui/viewmanager.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/widgets/grampletpane.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Added copy and paste to all views; gramplet view needs work svn: r15697 2010-08-09 Doug Blank * src/ScratchPad.py: Refector: moved some class methods to module functions svn: r15696 2010-08-09 Peter Landgren * src/SubstKeywords.py: Issue 4124. See also Wiki for substitution keywords. svn: r15694 2010-08-09 Doug Blank * src/gui/viewmanager.py: 4159: New Backup option creates invalid file when media is included svn: r15693 2010-08-09 Doug Blank * src/plugins/export/ExportXml.py: Name Format strings can have XML in them; now escaped- prevented valid XML from being written svn: r15691 2010-08-09 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: NarrayiveWeb: More tweaking of _create_family_map(). svn: r15690 2010-08-08 Doug Blank * src/gen/db/cursor.py, src/gen/db/read.py, src/gen/db/write.py, src/plugins/import/ImportGrdb.py: Renamed GrampsCursor to BsddbBaseCursor svn: r15689 2010-08-08 Nick Hall * src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py: Tidy up warnings and change error to warning in flat model svn: r15688 2010-08-08 Nick Hall * src/gui/views/treemodels/peoplemodel.py: Sort by "surname" instead of "group as" in flat person view svn: r15687 2010-08-08 Doug Blank * src/web/utils.py: Update gramps-connect to use new reg_plugin params svn: r15685 2010-08-08 Doug Blank * src/gui/views/treemodels/treebasemodel.py: No need to crash, just warn, on dup nodes svn: r15684 2010-08-08 Doug Blank * src/plugins/view/relview.py: Fixed issue in showing database repair message svn: r15683 2010-08-05 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Adjusted PlaceListPage elements to make it fit correctly. svn: r15682 2010-08-03 Doug Blank * src/gen/plug/_gramplet.py, src/gui/widgets/grampletpane.py: Added a new method to work around gramps' use of show_all: hidden_widgets svn: r15681 2010-08-02 Nick Hall * src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py: Raise error if duplicate handle added to model svn: r15680 2010-08-02 Doug Blank * src/gui/widgets/grampletpane.py: Solved the gramplet popup menu not working svn: r15679 2010-08-01 Espen Berg * po/nb.po: Revised Norwegian translation svn: r15678 2010-08-01 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian translation svn: r15677 2010-08-01 Nick Hall * src/Merge/mergeperson.py: Fix error handling when merging people svn: r15675 2010-07-31 Doug Blank * src/plugins/gramplet/FaqGramplet.py: 3366: Assistant for new users svn: r15674 2010-07-31 Doug Blank * src/plugins/import/ImportCsv.py: Only use iter_items if you are sure it is used just once; fixed issue duplicating places svn: r15673 2010-07-31 Doug Blank * src/plugins/export/ExportCsv.py: Removed debugging trace svn: r15672 2010-07-31 Doug Blank * src/plugins/export/ExportCsv.py, src/plugins/import/ImportCsv.py: 3502: Extend CSV import to include additional fields; added source title to export svn: r15671 2010-07-31 Doug Blank * src/gen/lib/eventtype.py: Added is_type('Name'), is_burial(), and is_baptism() svn: r15670 2010-07-31 Doug Blank * src/DdTargets.py, src/ScratchPad.py, src/plugins/view/familyview.py: Added family type drag objects svn: r15669 2010-07-30 Nick Hall * src/gui/viewmanager.py, src/plugins/view/persontreeview.py, src/plugins/view/placetreeview.py: Add new merge functionality to tree views (see r15645) svn: r15668 2010-07-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Complete my issue with the zoom level of the maps. svn: r15667 2010-07-30 Doug Blank * src/Simple/_SimpleTable.py: Fixed right-click with no selection issue svn: r15666 2010-07-30 Doug Blank * src/DdTargets.py, src/ScratchPad.py, src/Simple/_SimpleTable.py: Added ability for multiple selections from Simple Tables of Quick Views to be dropped on Clipboards svn: r15665 2010-07-29 Doug Blank * src/gui/widgets/grampletpane.py: Update detached window title when changing the gramplet title svn: r15664 2010-07-29 Doug Blank * src/ScratchPad.py: Removed TreeTips: didn't work right, and didn't use actual tooltips svn: r15663 2010-07-29 Jérôme Rapinat * src/DateHandler/_Date_fi.py: 4089: 5 caracters for short months svn: r15662 2010-07-29 Jérôme Rapinat * docs/relationship.rst: 3526:Documentation for relationship module svn: r15659 2010-07-29 Doug Blank * src/ScratchPad.py: Added icons for each row; fixed multi object select, drag, and drop; many refinements svn: r15658 2010-07-29 Doug Blank * src/plugins/sidebar/categorysidebar.py: Fixed a couple of misspelled methods svn: r15657 2010-07-29 Doug Blank * src/gui/views/listview.py, src/plugins/lib/libpersonview.py, src/plugins/view/mediaview.py: Refactored listviews to be able to select multiple items for dnd svn: r15656 2010-07-29 Doug Blank * src/DdTargets.py: Added a new raw_list dnd type svn: r15655 2010-07-28 Doug Blank * src/ScratchPad.py: Cleanup and refactor of some of Scratchpad, especially to make easier to use for Clipboard Gramplet svn: r15654 2010-07-28 Doug Blank * src/gen/plug/_manager.py: Show errors on invalid plugin load svn: r15653 2010-07-27 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Mapstraction.css: Fixed a problem where it was not allowing PlacePage Place Maps to not be shown. NarrativeWeb: More tweaks to FamilyMap and PlacePage Maps. svn: r15652 2010-07-25 Doug Blank * src/glade/grampletpane.glade, src/gui/widgets/grampletpane.py: Allow Gramplet frame titles to be edited in place svn: r15651 2010-07-24 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Continuing work on getting FamilyMap and Place Page Map to look and work as I want it too. StyleSheet: Changing elements to match current modifications. svn: r15650 2010-07-23 Peter Landgren * src/plugins/view/geoview.py: Changed gramps to Gramps. svn: r15649 2010-07-23 Peter Landgren * po/sv.po: Update of Swedish translation. svn: r15648 2010-07-23 Rob G. Healey * src/data/Mapstraction.css, src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Refinements in creating family maps. Changes in style sheets to match work. svn: r15647 2010-07-23 Rob G. Healey * src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am: Removed gramps-merge.png from these files so that compilation would complete itself. svn: r15646 2010-07-22 Doug Blank * src/Errors.py, src/ManagedWindow.py, src/Merge/Makefile.am, src/Merge/__init__.py, src/Merge/mergeevent.py, src/Merge/mergefamily.py, src/Merge/mergemedia.py, src/Merge/mergenote.py, src/Merge/mergeperson.py, src/Merge/mergeplace.py, src/Merge/mergerepository.py, src/Merge/mergesource.py, src/gen/db/write.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/baseobj.py, src/gen/lib/childref.py, src/gen/lib/const.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/privacybase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/secondaryobj.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/srcref.py, src/gen/lib/styledtext.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/glade/Makefile.am, src/glade/mergeevent.glade, src/glade/mergefamily.glade, src/glade/mergemedia.glade, src/glade/mergenote.glade, src/glade/mergeperson.glade, src/glade/mergeplace.glade, src/glade/mergerepository.glade, src/glade/mergesource.glade, src/gui/grampsgui.py, src/gui/views/listview.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: 2059: need a way to compare and merge all objects, by MD Nauta svn: r15645 2010-07-22 Doug Blank * src/cli/grampscli.py, src/config.py, src/gui/viewmanager.py: 3142: To allow backups into GRAMPS XML format without Proxy or Living filters; added two config settings for quick-backup dir and filename pattern; added dbstate.db_name svn: r15644 2010-07-21 Serge Noiraud * src/mapstraction/Makefile.am: mapstraction : cannot generate Makefile svn: r15643 2010-07-20 Serge Noiraud * src/plugins/view/geoview.py, src/plugins/view/htmlrenderer.py: GeoView : new mapstraction V2. added crosshair implementation for googlev3 and openlayers. resize is now fully integrated with crosshair. possibility to select the html toolkit when webkit and gecko are available. javascript simplification in the html page. add LOG functionality for debugging. svn: r15642 2010-07-20 Serge Noiraud * src/mapstraction/Makefile.am, src/mapstraction/mapstraction.js, src/mapstraction/mxn.core.js, src/mapstraction/mxn.geocommons.core.js, src/mapstraction/mxn.google.core.js, src/mapstraction/mxn.google.geocoder.js, src/mapstraction/mxn.googleearth.core.js, src/mapstraction/mxn.googlev3.core.js, src/mapstraction/mxn.js, src/mapstraction/mxn.openlayers.core.js: GeoView : new mapstraction V2. added crosshair implementation for googlev3 and openlayers. resize is now fully integrated with crosshair even with filters. possibility to select the html toolkit when webkit and gecko are available. javascript simplification inside the html page. add LOG functionality for debugging. svn: r15641 2010-07-16 Rob G. Healey * src/data/Web_Print-Default.css: Print StyleSheet: Updated to fix some issues. svn: r15639 2010-07-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Re-verted dump_place() with alternate_locations returned back to original setup. svn: r15638 2010-07-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Fixed place and dump_ordinance(). svn: r15637 2010-07-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Fixed crash error introduced in last commit regarding place.get_alternate_locations(). svn: r15636 2010-07-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Changed the way that place.alternate_locations are displayed. svn: r15635 2010-07-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Furthering the use of _individuallist variable. For checking whether a person is in the database or not? svn: r15634 2010-07-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Changed how center and zoom are set. Changed _place_exists() to _append_to_lat_long(). Using some of the code that Serge Noiraud is using in GeoView. svn: r15633 2010-07-10 Rob G. Healey * src/data/Web_Basic-Blue.css: Added dashed underline to div#SurnameDetail table.surnames . svn: r15632 2010-07-09 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fix of typo. svn: r15631 2010-07-09 Peter Landgren * src/plugins/export/ExportCsv.py: Fix of typo. svn: r15630 2010-07-09 Nick Hall * src/gui/views/listview.py: Ensure signals are connected when a view is created svn: r15629 2010-07-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Bug fix for #4095. Thank you Peter for the heads up on this one. svn: r15627 2010-07-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a crash issue that I created in the last commit. svn: r15626 2010-07-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Re-aligned the javascript code output to match how Google displays theirs. svn: r15625 2010-07-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Removed the addition of listing the active person in its siblings. Fixed typo error. svn: r15624 2010-07-06 Nick Hall * src/plugins/sidebar/historysidebar.py, src/plugins/sidebar/sidebar.gpr.py: Add a history sidebar plugin svn: r15623 2010-07-06 Nick Hall * src/plugins/lib/libpersonview.py: Fix bug where edit buttons are missing in person view svn: r15622 2010-07-06 Nick Hall * src/gen/plug/_pluginreg.py, src/gui/basesidebar.py, src/gui/sidebar.py, src/gui/viewmanager.py, src/plugins/sidebar/categorysidebar.py, src/plugins/sidebar/sidebar.gpr.py: Tidy up navigation sidebar code svn: r15621 2010-07-05 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Fixed inline usage in dump_attribute(). svn: r15620 2010-07-05 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Removed extra hyperlink in display_ind_sources(). Re-claimed valuable and expensive vertical real estatetoo. Web_Basic-Blue: added element to remove underline in display_ind_sources(). svn: r15619 2010-07-05 Rob G. Healey * src/data/Web_Basic-Blue.css: Added underlines under children and siblings. svn: r15618 2010-07-05 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Fixed attributes section display on Individual Pages. Moved sources to the end instead of middle. svn: r15617 2010-07-05 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Refactoring of Place Page and Family Map Pages is should now be completed. Adjusted elements in Mapstraction style sheet. svn: r15616 2010-07-04 Nick Hall * src/ToolTips.py, src/gui/views/listview.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py: Fix tooltips in list views (currently disabled) svn: r15615 2010-07-03 Nick Hall * src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py: Fix marker colours in Family and Note views svn: r15613 2010-06-30 Jérôme Rapinat * src/DateHandler/_Date_ru.py: 4089: Capital letter and short months for russian svn: r15612 2010-06-30 Jérôme Rapinat * src/DateHandler/_Date_ru.py: 4089: try to use cyrillic alphabet for russian long months svn: r15611 2010-06-30 Jérôme Rapinat * src/DateHandler/_Date_fi.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_ru.py: 4089: translate month names (Finnish, Lithuanian, Russian) svn: r15610 2010-06-30 Peter Landgren * src/gui/filtereditor.py: Some unnecessary unicode conversion cleanup after fix of issue 4078. svn: r15606 2010-06-30 Peter Landgren * src/plugins/tool/RemoveUnused.py: Some unnecessary unicode conversion cleanup after fix of issue 4078. svn: r15605 2010-06-30 Peter Landgren * src/gui/editors/objectentries.py: Some unnecessary unicode conversion cleanup after fix of issue 4078. svn: r15604 2010-06-30 Peter Landgren * src/gui/plug/_guioptions.py: Some unnecessary unicode conversion cleanup after fix of issue 4078. svn: r15603 2010-06-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added parents and partner to list of people and places for family place map. svn: r15602 2010-06-29 Rob G. Healey * src/data/Web_Basic-Blue.css: Fixed a border dashed style for Attributes list. svn: r15601 2010-06-28 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Added references section to Family Map Page. Adjusted the zoom level, and modified style sheet elements. svn: r15600 2010-06-28 Peter Landgren * src/gen/lib/note.py: Fix of issue 4078, note.get() unicode now. svn: r15599 2010-06-28 Peter Landgren * src/Filters/Rules/Note/_MatchesRegexpOf.py, src/Filters/Rules/Note/_MatchesSubstringOf.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py: Fix of issue 4078, note.get() unicode now. svn: r15598 2010-06-28 Peter Landgren * src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/notemodel.py: Fix of issue 4078, note.get() unicode now. svn: r15597 2010-06-26 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 4087: name for a polish language (by Yenidai_2nd) svn: r15594 2010-06-25 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Added Individual Family Place Map to NarrativeWeb; Created and adjusted css elements for Place and Family Maps. svn: r15593 2010-06-24 Rob G. Healey * src/mapstraction/mxn.cloudmade.core.js, src/mapstraction/mxn.microsoft.core.js, src/mapstraction/mxn.multimap.core.js, src/mapstraction/mxn.openspace.core.js, src/mapstraction/mxn.yahoo.core.js: Removing extra mapstraction provider javascript files after conversations with Serge Noiraud. Would like to do some more research on mxn.googleearth.core.js for possible use in something else. svn: r15591 2010-06-23 Rob G. Healey * src/data/Mapstraction.css: Added elements for family map option to mapstraction style sheet. svn: r15590 2010-06-23 Rob G. Healey * src/mapstraction/mxn.cloudmade.core.js, src/mapstraction/mxn.googleearth.core.js, src/mapstraction/mxn.microsoft.core.js, src/mapstraction/mxn.multimap.core.js, src/mapstraction/mxn.openspace.core.js, src/mapstraction/mxn.yahoo.core.js: Uploading missing mapstraction javascript files. Updated to 2.0.2 svn: r15589 2010-06-22 Rob G. Healey * src/data/Web_Basic-Blue.css: Cleared up some valuable vertical spacing. svn: r15588 2010-06-21 Rob G. Healey * src/data/Web_Basic-Blue.css: Added border lines to PlaceDetail table section. svn: r15587 2010-06-20 Rob G. Healey * src/data/Web_Basic-Blue.css: Added dashed line back into Attributes section. svn: r15586 2010-06-20 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Moved _create_place_map() back into class PlacePage. Getting ready for include family place map. Added border around PlacePage map in style sheet. svn: r15585 2010-06-20 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Add place_title to bottom of map and at marker description. Added style elements to style sheet. svn: r15584 2010-06-19 Nick Hall * src/gui/views/treemodels/placemodel.py: Change sort order from D.D8 to ISO-DMS svn: r15583 2010-06-19 Nick Hall * src/gui/views/treemodels/placemodel.py: 4076: Fix sort order when different latitude/longitude formats are used svn: r15581 2010-06-19 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Pep8 cleanup, media_link() and doc_link(): can see object description now and making them look and work like each other. indivgallery changes in style sheet. svn: r15579 2010-06-18 Rob G. Healey * src/data/Web_Basic-Blue.css: Re-added the dashed border on the List pages. svn: r15578 2010-06-18 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Fixed name sorting in AddressBookListPage. Fixed has_residence in AddressBookPage. Fixed some elements in style sheet. svn: r15577 2010-06-17 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Added marker.setInfoBubble() back into Place Map, and adjusted font of the div#geo-info to a more readable size. svn: r15576 2010-06-17 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Added ftps:// to list of url.startswith() in display_url_list(). svn: r15575 2010-06-16 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed missing marker on PlacePage Map. svn: r15574 2010-06-15 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Simplified the python and style sheet code for Place Maps. svn: r15570 2010-06-15 Peter Landgren * src/SubstKeywords.py: Fix of 4071 so that substitutioins variables /%N, /%s, /%S follow the spec in the manual. svn: r15569 2010-06-15 Rob G. Healey * src/data/Mapstraction.css, src/plugins/webreport/NarrativeWeb.py: Re-located the _create_place_map() code and updated Mapstraction.css style sheet. svn: r15567 2010-06-14 Rob G. Healey * src/data/Mapstraction.css: NarrativeWeb: Adding new style sheet for Mapstraction CSS elements. svn: r15566 2010-06-13 Zdeněk Hataš * po/cs.po: minor translation updates svn: r15565 2010-06-13 Mirko Leonhäuser * po/de.po: Updated German translation svn: r15563 2010-06-12 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Moving to mapstraction v2, openlayers and google v3 as google v2 is deprecated. With mapstraction v2, we need to use the openlayers api to show openstreetmap. svn: r15562 2010-06-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Add border to place map and added info-bubble to left-click on marker. svn: r15561 2010-06-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed table from the place map division because of problem associated with drifting when changing providers. Thank you Serge Noiraud. svn: r15560 2010-06-12 Serge Noiraud * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb : add icons and correct a drift problem with openlayers. svn: r15559 2010-06-11 Gerald Britton * src/docgen/ODSTab.py, src/gen/plug/docgen/stylesheet.py: Optimize by replacing multiple calls to .write methods with one call where possible svn: r15558 2010-06-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed options from Place Map tab and added to advanced instead. Removed individualpage map. Please test it out and let me know how well it works. svn: r15557 2010-06-11 Doug Blank * src/Utils.py: Removed some subtle checks in probably_alive to make more protective when restricting on alive status svn: r15554 2010-06-11 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Fixed problems in Basic-Blue style sheet. Cleaned up page layout for PlacePage. svn: r15553 2010-06-10 Rob G. Healey * src/const.py.in, src/plugins/webreport/NarrativeWeb.py: PlacePage map using mapstraction is now complete and ready for testing. IndividualPage maps are not ready yet. svn: r15552 2010-06-10 Doug Blank * po/he.po: Duplicate messages in he.po svn: r15551 2010-06-09 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fix of issue 4059, event type begins with non latin char. svn: r15550 2010-06-09 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Replace "== None" with "is None" svn: r15547 2010-06-09 Gerald Britton * src/plugins/view/geoview.py: Optimize by combining many write calls into one plus other minor tweaks svn: r15546 2010-06-09 Jérôme Rapinat * po/br.po: Add Breton contributions - not installed) svn: r15545 2010-06-08 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css: Fixed problems with attributes not being properly displayed. svn: r15544 2010-06-08 Rob G. Healey * src/mapstraction/Makefile.am: Add svn Id string to file. svn: r15542 2010-06-08 Rob G. Healey * src/mapstraction/Makefile.am: Add extra files needed for google and openlayers maps for v3. svn: r15541 2010-06-08 Rob G. Healey * src/data/Web_Basic-Blue.css: Fixed errors introduced in r15528. svn: r15540 2010-06-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed options from plugin that didn't exist in plugin options -- fixed crash. svn: r15539 2010-06-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Cleanup and simplify display_first_image_as_thumbnail(). svn: r15538 2010-06-06 Igal Shapira * po/he.po, src/plugins/tool/EventCmp.py: Merge hebrew translations to trunk (67%) svn: r15536 2010-06-06 Peter Landgren * src/cli/clidbman.py: Fixed coding error when looking at issue 4034. svn: r15535 2010-06-05 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Cleanup of class PlaceListPage and PlacePage, dump_places(). Add the elements for the PlaceListPage. svn: r15533 2010-06-05 Doug Blank * src/gui/editors/editfamily.py: Crash on family with no parents svn: r15532 2010-06-05 Serge Noiraud * src/mapstraction/README, src/mapstraction/mxn.core.js, src/mapstraction/mxn.geocommons.core.js, src/mapstraction/mxn.google.core.js, src/mapstraction/mxn.google.geocoder.js, src/mapstraction/mxn.googlev3.core.js, src/mapstraction/mxn.js, src/mapstraction/mxn.openlayers.core.js: Mapstraction : google v2 is deprecated. So we move to v2 with googlev3 and openlayers. will be used by narativeweb individual maps. The gramps maps use v1 for the moment : no more crosshair in v2, ... svn: r15530 2010-06-05 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css: Feature Request#4029: Added PlaceMap elements to all style sheets. Thanks Serge Noiraud. svn: r15528 2010-06-04 Gerald Britton * src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py: Optimize docgen backends by consolidating calls to write methods svn: r15527 2010-06-04 Jérôme Rapinat * src/Relationship.py: #4044 #2855 #2762 fix on half relations (contribution by reinhard) svn: r15526 2010-06-04 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css: Mirrored changed made in display_url_list() to all style sheets. svn: r15525 2010-06-04 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Cleanup on display_url_list() and WebLinks elements. svn: r15524 2010-06-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Cleanup and add conformity to dump_residence(). svn: r15523 2010-06-04 Rob G. Healey * src/data/Web_Basic-Blue.css: Adjusted some PlaceDetail elements. svn: r15522 2010-06-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Beginning of feature request #4029: placemaps on placepages with help from Serge Noiraud. Cleanup and conformity of dump_place() with remainder of NarrativeWeb. svn: r15521 2010-06-01 Doug Blank * src/gen/proxy/referencedbyselection.py: Follow StyledText links to include other objects, too svn: r15520 2010-05-31 Doug Blank * src/plugins/export/ExportGedcom.py: Protection from null family svn: r15519 2010-05-31 Doug Blank * src/ExportOptions.py, src/gen/proxy/referencedbyselection.py: Added filter editor for person and note filters, and removed unneeded reference filters svn: r15518 2010-05-31 Doug Blank * src/gen/lib/url.py: 4037: get_full_path method of gen.lib.url uses undefined variable svn: r15517 2010-05-31 Mirko Leonhäuser * po/de.po: Fixed error with plural forms svn: r15516 2010-05-30 Doug Blank * src/plugins/quickview/FilterByName.py: Inverse filters will show differences between previous proxy svn: r15514 2010-05-30 Doug Blank * src/plugins/quickview/FilterByName.py: Change message to right-click from double-click svn: r15513 2010-05-30 Doug Blank * src/ExportOptions.py: Add a second version of reference by select proxy (doesn't remove people) svn: r15512 2010-05-30 Doug Blank * src/ExportOptions.py: Use correct method of translating number-based items (ngettext) svn: r15511 2010-05-30 Doug Blank * src/ExportOptions.py: Use correct method of translating number-based items (ngettext) svn: r15510 2010-05-30 Doug Blank * src/ExportOptions.py: Minor change of packing svn: r15509 2010-05-30 Doug Blank * src/plugins/export/ExportCsv.py: Use new option_box in ExportCsv svn: r15508 2010-05-30 Doug Blank * src/Utils.py: Protection from null objects svn: r15507 2010-05-30 Doug Blank * src/plugins/export/ExportGedcom.py: Protection from null objects svn: r15506 2010-05-30 Doug Blank * src/Simple/_SimpleTable.py: Protect from null tree iter svn: r15505 2010-05-30 Doug Blank * src/gen/proxy/referencedbyselection.py: Protection from null objects svn: r15504 2010-05-30 Erik De Richter * po/nl.po: update nl translation svn: r15503 2010-05-30 Doug Blank * src/ExportAssistant.py, src/ExportOptions.py, src/config.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py, src/plugins/export/export.gpr.py: 3878: Private option and filter on Exporter; adds proxy order, browse of proxy data, referenced proxy, update of all exports (except csv) svn: r15502 2010-05-30 Doug Blank * src/gen/proxy/private.py: Protection from null family svn: r15501 2010-05-29 Doug Blank * src/gui/editors/editeventref.py, src/gui/editors/editname.py: Protections for readonly databases svn: r15500 2010-05-29 Doug Blank * src/gen/proxy/Makefile.am, src/gen/proxy/__init__.py, src/gen/proxy/referencedbyselection.py: New proxy that traces forward references svn: r15499 2010-05-29 Doug Blank * src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/plugins/quickview/FilterByName.py: Added SimpleAccess.describe method that gives a simple description of an object instance; protection for null objects; new quick views for proxies svn: r15498 2010-05-28 Rob G. Healey * src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css: Make Menu easier to read and see when hovering over it...for Web_Basic_Blue.css svn: r15497 2010-05-28 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Mant Pep8 fixes in this commit from 7.19 to 8.82 svn: r15496 2010-05-28 Doug Blank * src/Simple/_SimpleTable.py: Convert SimpleTable left- and double-click actions to a right-click popup menu to workaround gtk problems svn: r15495 2010-05-28 Doug Blank * src/plugins/quickview/FilterByName.py: Added a new quickview: people not in proxy, but in basedb svn: r15494 2010-05-28 Peter Landgren * src/Utils.py: Final fix of issue 3935, coding problem in Windows. svn: r15493 2010-05-28 Rob G. Healey * src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css: Changed main and sub navigation menus. svn: r15491 2010-05-27 Serge Noiraud * src/plugins/docgen/ODFDoc.py: Open Document : Issue 4018 and 4017 : random page break + top and bottom margin for paragraphs. svn: r15490 2010-05-27 Mirko Leonhäuser * po/de.po: Updated German translation svn: r15489 2010-05-27 Peter Landgren * src/GrampsLogger/_ErrorReportAssistant.py: Added info about DB version. svn: r15487 2010-05-26 Doug Blank * src/plugins/textreport/DetDescendantReport.py: 3778: Family notes and attributes are not displayed in reports, by lcc svn: r15485 2010-05-25 Doug Blank * src/Utils.py, src/gen/db/base.py, src/gen/db/read.py, src/gen/proxy/proxybase.py, src/plugins/quickview/FilterByName.py: Removed .get_base_db() method as there was already basedb for the same purpose svn: r15484 2010-05-25 Doug Blank * src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: 4015: Addition of option of 'Page Break before Endnotes' on DDR and DAR reports svn: r15482 2010-05-25 Doug Blank * src/gui/plug/_guioptions.py: 4016: Plugin with a BooleanListOption crashes when report_options.xml has fewer entries than expected. svn: r15481 2010-05-25 Gerald Britton * src/gen/proxy/filter.py, src/gen/proxy/living.py: Use itertools ifilter and imap to simplify some operations svn: r15480 2010-05-25 Doug Blank * src/plugins/gramplet/WhatsNext.py: 4012: Improvement for "What's next" report svn: r15479 2010-05-25 Doug Blank * src/GrampsAboutDialog.py: Fixed spelling error svn: r15477 2010-05-25 Doug Blank * src/plugins/gramplet/WhatsNext.py: 4012: Improvement for "What's next" report svn: r15475 2010-05-25 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed Totals Column and Row from class EventListPage. svn: r15472 2010-05-25 Rob G. Healey * src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css: Increased the size of #navigation and #subnavigation menus. svn: r15471 2010-05-25 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug#4007: class EventListPage and EventPage: family events are being doubled up. svn: r15470 2010-05-24 Rob G. Healey * src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css: Some cleanup of the menus. svn: r15469 2010-05-24 Doug Blank * src/plugins/BookReport.py: 4004, 3983, 3861, 3758: initialize_options missing argument svn: r15467 2010-05-23 Doug Blank * src/Utils.py: use new get_base_db method of db svn: r15466 2010-05-23 Doug Blank * src/gen/db/read.py, src/gen/proxy/proxybase.py: method for getting base database, if a proxy svn: r15465 2010-05-23 Doug Blank * src/plugins/quickview/FilterByName.py: Show All filter shows counts out of total, unfiltered svn: r15464 2010-05-23 Doug Blank * src/gui/editors/displaytabs/buttontab.py: Some ordering problems when readonly db svn: r15463 2010-05-23 Doug Blank * src/gui/editors/editperson.py: No need to get surname list for a readonly db svn: r15462 2010-05-23 Doug Blank * src/gen/proxy/living.py: Apparently we don't need these two methods (see Gerald in mailing list, 05/23/2010) svn: r15461 2010-05-23 Doug Blank * src/gui/editors/editevent.py: Readonly databases do not necessarily have commit methods svn: r15460 2010-05-23 Doug Blank * src/gui/editors/displaytabs/backrefmodel.py: Backrefmodel will skip missing or inaccessible objects svn: r15459 2010-05-23 Doug Blank * src/plugins/quickview/FilterByName.py: Added 7 new quick view filters: all (summary counts), all events, all media, all notes, all repos, all sources, and all places. svn: r15458 2010-05-23 Doug Blank * src/gen/proxy/proxybase.py: Proxies should report that they are read-only svn: r15457 2010-05-23 Doug Blank * src/Simple/_SimpleTable.py: Added missing editors for media and note; add ability for table link to be a filter svn: r15456 2010-05-23 Doug Blank * src/Utils.py: Protection from missing (or inaccessible) person svn: r15455 2010-05-23 Doug Blank * src/cli/grampscli.py, src/gen/plug/_manager.py, src/gui/viewmanager.py: 3986: Interface for running code not associated with a plugin type: this passes dbstate and uistate to a load_on_reg function/class if a library has it, and it is marked as load_on_reg svn: r15454 2010-05-23 Doug Blank * src/gen/proxy/living.py: added methods that protect living data from leaking out: get_person_handles, iter_person_handles, and iter_people svn: r15453 2010-05-23 Rob G. Healey * src/plugins/webreport/WebCal.py: Bug#4006: Fixed WebCal text being doubled up. Thank you Doug S. Blank for the patch. svn: r15452 2010-05-23 Doug Blank * src/gen/proxy/filter.py: iter_people method was incorrectly returning handles and people objects; should be just people to match gen.db interface svn: r15451 2010-05-22 Serge Noiraud * src/plugins/view/geoview.py: GeoView : bug #4002 console message: undefined @1: ReferenceError: Can't find variable: addcrosshair svn: r15448 2010-05-22 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Changed Download page a little and made the changes uniform in all the style sheets. Still have a problem in Web_Mainz.css though. svn: r15446 2010-05-21 Doug Blank * : 3993: Add Jewish holidays and translate holidays and countries names (part 1), by igal_shapira: hide file svn: r15443 2010-05-21 Peter Landgren * src/GrampsAboutDialog.py: Added version info about the database. svn: r15441 2010-05-21 Doug Blank * src/plugins/lib/Makefile.am, src/plugins/lib/holidays.xml, src/plugins/lib/holidays.xml.in: 3993: Add Jewish holidays and translate holidays and countries names (part 2) svn: r15439 2010-05-21 Doug Blank * src/plugins/lib/holidays.xml, src/plugins/lib/libholiday.py: 3993: Add Jewish holidays and translate holidays and countries names (part 1), by igal_shapira svn: r15438 2010-05-21 Doug Blank * src/DateHandler/_DateParser.py: 3982: One more date-time format - Database Timestamp (ISO) format, by Yenidai svn: r15436 2010-05-21 Peter Landgren * src/plugins/view/geoview.py: Fixed problem with non unicode path name. svn: r15434 2010-05-20 Serge Noiraud * src/plugins/view/geoview.py: GeoView : bug #3973 ignore buttons_have_icons which avoid set_image() to change the image of a button. gnome => 2.26 now set this to false svn: r15433 2010-05-20 Gerald Britton * src/gui/editors/editevent.py: Add extra information for undo history svn: r15430 2010-05-20 Gerald Britton * src/Merge/_MergePerson.py: Tweak svn: r15429 2010-05-20 Gerald Britton * src/gen/db/write.py: Minor edit svn: r15428 2010-05-20 Gerald Britton * src/UndoHistory.py, src/gen/db/txn.py, src/gen/db/undoredo.py: Updates to undo/redo logic: 1. Replace single transaction list with separate undo/redo deques 2. Update UndoHistory GUI to work with new queue setup 3. Add test to txn.py for empty transaction list svn: r15427 2010-05-20 Nick Hall * src/Utils.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py: Format date in Last Changed column in views according to preference setting svn: r15426 2010-05-19 Doug Blank * src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py: 3878: Private option and filter on Exporter --- protection from null person svn: r15425 2010-05-19 Doug Blank * src/plugins/export/ExportGedcom.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportXml.py: 3878: Private option and filter on Exporter (undo of commit 15402) svn: r15424 2010-05-17 Stéphane Charette * NEWS: merge forward the NEW files since 3.2.3 was released svn: r15422 2010-05-16 Jérôme Rapinat * src/DateHandler/_Date_pl.py: update month names (by Łukasz Rymarczyk) svn: r15418 2010-05-16 Mirko Leonhäuser * po/de.po: Updated german translation svn: r15416 2010-05-14 Doug Blank * src/web/settings.py: Remove debug setting as default svn: r15411 2010-05-14 Peter Landgren * po/sv.po: Update of Swedish translation. svn: r15410 2010-05-13 Nick Hall * src/config.py, src/gui/configure.py, src/plugins/view/pedigreeview.py: 3710: Add a configuration dialog to the pedigree view svn: r15409 2010-05-13 Jérôme Rapinat * src/plugins/rel/rel_fr.py: use of functions svn: r15406 2010-05-13 Nick Hall * src/plugins/docgen/AsciiDoc.py, src/plugins/textreport/DescendReport.py: Append space to paragraph leader in ascii reports. (revert 15388) svn: r15404 2010-05-13 Doug Blank * src/gen/plug/_manager.py: Try to reload first; if fails, then not in path (addon), and try new import svn: r15403 2010-05-13 Doug Blank * src/plugins/export/ExportGedcom.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportXml.py: 3878: Private option and filter on Exporter svn: r15402 2010-05-13 Doug Blank * src/Utils.py: 3957: probably_alive does not use full database to determine living status svn: r15401 2010-05-13 Doug Blank * src/gen/db/read.py: 3958: Extremely slow gedcom import svn: r15400 2010-05-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed EventDetail pages in ColumnPerson... First individual was being shown twice in the line svn: r15398 2010-05-13 Rob G. Healey * src/data/Web_Basic-Blue.css: Removed forcing the table headers to be full capsitalization, except for the calendar day letters svn: r15397 2010-05-12 Doug Blank * src/Simple/_SimpleAccess.py: Protection against null objects; added ability to get fallback object rather than just date svn: r15396 2010-05-12 Rob G. Healey * src/data/Web_Basic-Blue.css: Removed border lines from Parents section on the IndividualPages svn: r15392 2010-05-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Switched 'Graph generations' option in Report Options from EnumeratedListOption to NumberOption as it didn't maked sense to me svn: r15391 2010-05-12 Rob G. Healey * src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Re-added event description back into event sections svn: r15390 2010-05-12 Rob G. Healey * src/data/Web_Basic-Blue.css: Removed black cell in EventsPage details on Person svn: r15389 2010-05-12 Craig J. Anderson * src/plugins/textreport/DescendReport.py: added a space after the descendant number. svn: r15388 2010-05-11 Jérôme Rapinat * po/pl.po: update Polish translation (by Łukasz Rymarczyk) svn: r15386 2010-05-10 Doug Blank * src/gen/proxy/filter.py, src/gen/proxy/living.py: 3878: Private option and filter on Exporter svn: r15383 2010-05-09 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian bokmål translation svn: r15380 2010-05-09 Espen Berg * src/glade.py: issues 3915, 3950 and 3951 (and perhaps some more?) due to a change in pygtk appears to be fixed with this patch. svn: r15378 2010-05-09 Jérôme Rapinat * po/test/po_test.py: minor improvement on unit test svn: r15377 2010-05-09 Doug Blank * src/Filters/Rules/Person/_HaveChildren.py: 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people svn: r15374 2010-05-09 Doug Blank * src/Filters/Rules/Person/_HaveChildren.py: 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people svn: r15372 2010-05-09 Doug Blank * src/plugins/export/ExportGedcom.py: 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters svn: r15370 2010-05-09 Doug Blank * src/Filters/Rules/Person/_DeepRelationshipPathBetween.py, src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasFamilyAttribute.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/Person/_HasRelationship.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Filters/Rules/Person/_HaveAltFamilies.py, src/Filters/Rules/Person/_HaveChildren.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantFamilyOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py, src/Filters/Rules/Person/_IsWitness.py, src/Filters/Rules/Person/_MissingParent.py: 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people svn: r15369 2010-05-09 Doug Blank * src/plugins/export/ExportGedcom.py: 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters svn: r15366 2010-05-08 Rob G. Healey * src/data/Web_Basic-Blue.css: Added Gramps Styled Notes hyperlink element to Blue stylesheet. svn: r15365 2010-05-08 Rob G. Healey * src/data/Web_Basic-Blue.css: Moved navigation menu outside borders to Horizontal stylesheet. svn: r15364 2010-05-08 Rob G. Healey * src/data/Web_Navigation-Horizontal.css: Fixed Horiontal navigation menus outside borders. svn: r15363 2010-05-08 Doug Blank * src/plugins/lib/libhtmlbackend.py, src/plugins/webreport/NarrativeWeb.py: Added a flag to get_note_format to set the up variable so that the backend will build_link correctly. This should be refactored, but it at least does the right thing for now. svn: r15362 2010-05-08 Doug Blank * src/gen/plug/docbackend/docbackend.py: Typo in handling tags svn: r15361 2010-05-08 Peter Landgren * src/Utils.py: Fix of issue 3935. Wrong encoding in Windows. svn: r15360 2010-05-08 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Header and Footer notes were not formatted svn: r15358 2010-05-08 Doug Blank * src/data/Web_Nebraska.css: Removed changing of padding on a hover svn: r15357 2010-05-08 Doug Blank * src/plugins/lib/libhtmlbackend.py: Need to handle links in _create_xmltag because they are a supported styletype now svn: r15356 2010-05-08 Doug Blank * src/plugins/export/ExportPkg.py: Jakim Friant's fix: msg_callback typo svn: r15355 2010-05-07 Doug Blank * src/gen/proxy/private.py: Fixing issues with get_privacy on non-existent objects which were probably filted out by a living proxy svn: r15354 2010-05-07 Rob G. Healey * src/data/Web_Navigation-Horizontal.css: Adjusted alphabet navigation in Horizontal menu to be more consistent with navigation menu in appearance. svn: r15352 2010-05-07 Doug Blank * src/gui/plug/_windows.py: Allows load button for those plugins which are not loaded (eg, failed to load) svn: r15351 2010-05-07 Doug Blank * src/gen/plug/_manager.py: Forces the unloading of loaded plugins to load new versions svn: r15350 2010-05-07 Doug Blank * src/glade/editlink.glade, src/gui/editors/editlink.py, src/plugins/quickview/LinkReferences.py: Small cleanup of link type names svn: r15349 2010-05-07 Doug Blank * po/POTFILES.in, src/Simple/_SimpleAccess.py, src/plugins/quickview/LinkReferences.py, src/plugins/quickview/Makefile.am, src/plugins/quickview/quickview.gpr.py: Added 'Link References' quickview; added a get_link to SimpleAccess svn: r15348 2010-05-07 Stephen George * windows/builder/build_GrampsWin32.py, windows/builder/gramps2.nsi, windows/builder/make_launcher.py: Windows: Provide ability to patch a release version installer Windows: Generate a locale dependent launcher svn: r15347 2010-05-07 Doug Blank * : Added files to svn:ignore list svn: r15346 2010-05-06 Peter Landgren * src/const.py.in: Deleted deprecated cli --usage. svn: r15344 2010-05-06 Peter Landgren * src/cli/argparser.py: Deleted deprecated cli --usage. svn: r15343 2010-05-06 Jérôme Rapinat * src/DateHandler/_Date_cs.py: #3936: months not localized (by maple) svn: r15342 2010-05-06 Doug Blank * po/POTFILES.in, src/gen/lib/styledtexttagtype.py, src/gen/plug/docbackend/docbackend.py, src/glade/Makefile.am, src/glade/editlink.glade, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/editlink.py, src/gui/selectors/selectperson.py, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/plugins/lib/libhtmlbackend.py, src/plugins/lib/libodfbackend.py, src/plugins/webreport/NarrativeWeb.py: 3914: Add a new markup for creating links to URLs and for gramps objects svn: r15340 2010-05-06 Peter Landgren * src/const.py.in: Added data for --settings so that translation works. svn: r15338 2010-05-06 Peter Landgren * po/sv.po: Fixed tramslation of cli help message. svn: r15337 2010-05-06 Peter Landgren * po/sv.po: Fixed two minor spelling issues and added some new translations. svn: r15336 2010-05-06 Brian Matherly * po/POTFILES.in: POTFILES.in needs to be updated after #0003796 svn: r15333 2010-05-06 Brian Matherly * src/cli/plug/__init__.py, src/gen/plug/_options.py, src/gen/plug/report/__init__.py, src/gen/plug/report/_bibliography.py, src/gen/plug/report/_constants.py, src/gen/plug/report/_options.py, src/gen/plug/report/_paper.py, src/gen/plug/report/_reportbase.py, src/gen/plug/report/endnotes.py, src/gen/plug/report/utils.py, src/gui/plug/__init__.py, src/gui/plug/_dialogs.py, src/gui/plug/_guioptions.py, src/gui/plug/report/__init__.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_drawreportdialog.py, src/gui/plug/report/_fileentry.py, src/gui/plug/report/_graphvizreportdialog.py, src/gui/plug/report/_options.py, src/gui/plug/report/_papermenu.py, src/gui/plug/report/_reportdialog.py, src/gui/plug/report/_stylecombobox.py, src/gui/plug/report/_styleeditor.py, src/gui/plug/report/_textreportdialog.py, src/gui/plug/report/_webreportdialog.py, src/gui/plug/tool.py: Repair duplicated file contents resulting from 0003796 (Make export available when no GUI available). svn: r15332 2010-05-05 Jérôme Rapinat * src/DateHandler/_Date_ca.py: #3918: months not localized (by jcreus) svn: r15330 2010-05-05 Doug Blank * src/Simple/_SimpleAccess.py: Always return a string (even if error message) for SimpleAccess.display svn: r15328 2010-05-05 Jérôme Rapinat * src/gen/proxy/proxybase.py: merge fix on branch rev15295 svn: r15327 2010-05-05 Doug Blank * src/gui/editors/editnote.py: Removed unneeded import of StyledTextEditor; gets StyledTextEditor from glade file svn: r15326 2010-05-05 Doug Blank * src/gui/plug/_windows.py: Disabled Load button on Loaded Plugin tab... doesn't make any sense to have there as they are already loaded. svn: r15325 2010-05-05 Doug Blank * src/gui/selectors/baseselector.py: Added a generic goto_handle that works (at least) with selectors; added a default keyword that takes a handle svn: r15323 2010-05-05 Doug Blank * src/gui/selectors/selectorfactory.py: Allow 'Media' short for 'MediaObject' svn: r15322 2010-05-04 Doug Blank * src/gui/editors/__init__.py: Double Oops: that line does belong here svn: r15321 2010-05-04 Peter Landgren * src/ManagedWindow.py: Issue 3915, error in error message. svn: r15320 2010-05-04 Doug Blank * src/gui/editors/__init__.py: Oops: should not have included this line; from another patch svn: r15319 2010-05-04 Peter Landgren * src/glade.py: Issue 3904, dirname and filename swapped. svn: r15317 2010-05-03 Doug Blank * src/gui/editors/__init__.py: Added an EditObject that works on any object_class; will look up obj based on gramps_id or handle svn: r15314 2010-05-03 Doug Blank * src/Simple/_SimpleAccess.py: Added a display to return a string of any object; fixed a bug in gid(obj) so that it can now work for any obj svn: r15313 2010-05-03 Peter Landgren * src/gen/plug/report/Makefile.am: Fix of included files. svn: r15312 2010-05-03 Peter Landgren * src/gui/plug/Makefile.am: Fix of included files. svn: r15311 2010-05-03 Peter Landgren * src/gen/plug/Makefile.am: Fix of included files. svn: r15310 2010-05-03 Peter Landgren * src/cli/plug/Makefile.am: Information in file was doubled/tripled. svn: r15309 2010-05-03 Peter Landgren * src/gui/plug/report/Makefile.am: Information in file was doubled/tripled. svn: r15308 2010-05-03 Peter Landgren * src/gui/plug/Makefile.am: Information in file was doubled/tripled. svn: r15307 2010-05-03 Peter Landgren * src/gen/plug/report/Makefile.am: Information in file was doubled/tripled. svn: r15306 2010-05-03 Jason Simanek * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css: bug #0003908: fixed NarWeb footer height problem svn: r15305 2010-05-03 Doug Blank * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css: Added underline to a links as otherwise one couldn't see them with new links in notes svn: r15303 2010-05-03 Doug Blank * src/gen/display/name.py: 3911: Crash because of syntax error in name format svn: r15302 2010-05-02 Doug Blank * src/DisplayState.py: Protect views with no histories svn: r15300 2010-05-01 Doug Blank * src/cli/grampscli.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py: 3879: Allow multiple versions of a plugin svn: r15299 2010-05-01 Doug Blank * src/gui/plug/_windows.py: Removed duplicate code inserted by change set 15294; added plugin version in display svn: r15298 2010-05-01 Doug Blank * src/plugins/export/ExportGedcom.py: 3900: Export to Gedcom; and other living proxy None issue svn: r15297 2010-05-01 Brian Matherly * autogen.sh, configure.in, src/ExportAssistant.py, src/Makefile.am, src/Merge/_MergePerson.py, src/PluginUtils/Makefile.am, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_Options.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/ReportBase/Makefile.am, src/ReportBase/_Bibliography.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Constants.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_Endnotes.py, src/ReportBase/_FileEntry.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_Report.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_StyleEditor.py, src/ReportBase/_TextReportDialog.py, src/ReportBase/_WebReportDialog.py, src/ReportBase/__init__.py, src/Simple/_SimpleAccess.py, src/cli/Makefile.am, src/cli/arghandler.py, src/cli/plug/Makefile.am, src/cli/plug/__init__.py, src/gen/plug/Makefile.am, src/gen/plug/__init__.py, src/gen/plug/_gramplet.py, src/gen/plug/_options.py, src/gen/plug/report/Makefile.am, src/gen/plug/report/__init__.py, src/gen/plug/report/_bibliography.py, src/gen/plug/report/_constants.py, src/gen/plug/report/_options.py, src/gen/plug/report/_paper.py, src/gen/plug/report/_reportbase.py, src/gen/plug/report/endnotes.py, src/gen/plug/report/utils.py, src/gui/Makefile.am, src/gui/plug/Makefile.am, src/gui/plug/__init__.py, src/gui/plug/_dialogs.py, src/gui/plug/_guioptions.py, src/gui/plug/_windows.py, src/gui/plug/report/Makefile.am, src/gui/plug/report/__init__.py, src/gui/plug/report/_docreportdialog.py, src/gui/plug/report/_drawreportdialog.py, src/gui/plug/report/_fileentry.py, src/gui/plug/report/_graphvizreportdialog.py, src/gui/plug/report/_options.py, src/gui/plug/report/_papermenu.py, src/gui/plug/report/_reportdialog.py, src/gui/plug/report/_stylecombobox.py, src/gui/plug/report/_styleeditor.py, src/gui/plug/report/_textreportdialog.py, src/gui/plug/report/_webreportdialog.py, src/gui/plug/tool.py, src/gui/viewmanager.py, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/WhatsNext.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/libnarrate.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/MediaManager.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PatchNames.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/SortEvents.py, src/plugins/tool/SoundGen.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/tool/Verify.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant). svn: r15294 2010-04-25 Rob G. Healey * src/data/Web_Nebraska.css: Removed div#footer section height limitation. svn: r15293 2010-04-25 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added source_citations back into media attributes. svn: r15292 2010-04-25 Stéphane Charette * debian/control: removed libgconf2 as a build dependency svn: r15290 2010-04-25 Stéphane Charette * NEWS: update for 3.2.2 release svn: r15289 2010-04-25 Erik De Richter * po/nl.po: update nl translation svn: r15283 2010-04-24 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian translation svn: r15281 2010-04-24 Doug Blank * src/Utils.py: 3877: 'alive' and incomplet date svn: r15280 2010-04-23 Gerald Britton * src/UndoHistory.py, src/gen/db/undoredo.py: Updates to undo/redo logic -- part 1 svn: r15277 2010-04-23 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css: Added a:hover element to all style sheets for Div#EventList table.infolist tbody tr td.ColumnLetter. svn: r15274 2010-04-23 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Modified alphabet_navigation to remove the necessity of key, modified class EventListPage to use alphabet_navigation just like the rest of the site. svn: r15273 2010-04-22 Gerald Britton * src/UndoHistory.py: PEP8 edits and minor simplifications svn: r15272 2010-04-22 Gerald Britton * src/plugins/lib/libhtml.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Use print function instead of print statement svn: r15271 2010-04-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed page x of page y from 'Creating event pages'. svn: r15270 2010-04-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added title attribute to navigation/alphabet navigation menus for better visually impaired accessibility. The title attribute is read by accessibility devices. svn: r15269 2010-04-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added title attribute to all media objects for better readability by screen readers and braille writers, Jaws(c) by http://www.freedomscientific.com/, for example. svn: r15268 2010-04-22 Stéphane Charette * NEWS: updated NEWS on trunk with 3.2.1 information svn: r15267 2010-04-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Reverted NarrativeWeb back to before I committed it today. Back to Doug Blank's last revisions. svn: r15265 2010-04-22 Rob G. Healey * po/POTFILES.skip, src/plugins/Makefile.am: Added src/plugins/sidebar directory to src/plugins/Makefile.am. Added src/plugins/sidebar/sidebar.gpr.py to po/POTFILES.skip . svn: r15264 2010-04-22 Rob G. Healey * src/plugins/webreport/WebCal.py: Added title and alt attributes to images and http links for better ability for screen readers and braille writers. These changes make it so that the devices can read the page to its users. svn: r15257 2010-04-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed the use of key in write_header(). Added

tags back into write_header() so that the printed pages can be identified by it. Re-wrote alphabet_navigation for the class EventsListPage only. Added title for navigation and alphabet so that screen readers and braille writers can identify the menu items. svn: r15256 2010-04-22 Rob G. Healey * src/data/Web_Basic-Blue.css: Cleanup div#Places elements in Basic-Blue Style sheet. svn: r15255 2010-04-22 Rob G. Healey * src/data/Web_Navigation-Vertical.css: Re-wrote Vertical navigation menu elements. svn: r15254 2010-04-22 Rob G. Healey * src/data/Web_Print-Default.css: Made two minor spacing changes. svn: r15253 2010-04-21 Mirko Leonhäuser * po/de.po: Updated german translation svn: r15251 2010-04-20 Stephen George * windows/BUILD_WIN32.TXT, windows/builder/build_GrampsWin32.py, windows/builder/gramps2.nsi, windows/builder/test_dependencies.py, windows/nsis/README.txt: svn: r15246 2010-04-19 Rob G. Healey * src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css, src/data/Web_Print-Default.css: Fixed Printer stylesheet. More updates of Blue. svn: r15241 2010-04-19 Mirko Leonhäuser * po/de.po: Updated german translation svn: r15240 2010-04-19 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3430: Add Gramps version to the output of reports svn: r15238 2010-04-19 Peter Landgren * src/plugins/export/ExportGedcom.py: Fix of issue 3865. svn: r15236 2010-04-19 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3863: Narrative Web report : role not displayed when not primary svn: r15234 2010-04-19 Peter Landgren * src/Utils.py: Fix of 3838. svn: r15232 2010-04-19 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Format references: [1], [2] svn: r15229 2010-04-19 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3868: NarWeb Associations should be a link to the person's webpage svn: r15228 2010-04-19 Jérôme Rapinat * src/glade/editmediaref.glade: typo svn: r15226 2010-04-18 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3862: Narrative Web Report - Hyperlink on image regions no more clikable svn: r15220 2010-04-18 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3805: Report 'Narrated Web Site...' - Contact page will be shown only if Publisher contact note OR image was set before svn: r15218 2010-04-18 Doug Blank * src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py: Fixes for configuring gramplets svn: r15215 2010-04-18 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: Fixed error in losing options on config of this gramplet svn: r15214 2010-04-18 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: Fixed error in losing options on config of this gramplet svn: r15212 2010-04-18 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3863: Narrative Web report : role not displayed when not primary; moved associations above sources to include assoc sources svn: r15209 2010-04-18 Rob G. Healey * src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css: Moved color elements out of Horizontal as color should be handled by the stylesheet and not menus. Completing the cleanup of Basic-Blue style sheet. svn: r15207 2010-04-18 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Changed trunk favicon.ico to favicon2.ico as Benny suggested. svn: r15206 2010-04-18 Doug Blank * src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css: All known CSS syntax errors fixed svn: r15203 2010-04-17 Doug Blank * src/plugins/import/ImportGrdb.py: 3798: tempfile wrongly used in Gramps: possible error 'Too many open files: ...' svn: r15201 2010-04-17 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3544: Narrated web report does not get created svn: r15197 2010-04-17 Doug Blank * src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css: CSS fixes---need to do to all svn: r15196 2010-04-17 Doug Blank * src/gen/proxy/private.py: 3851: NarWeb Associations don't show unless Include Private is checked svn: r15192 2010-04-17 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Rest of fix of 3837 svn: r15188 2010-04-17 Doug Blank * src/data/Web_Nebraska.css: Width issues in CSS svn: r15187 2010-04-17 Doug Blank * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/plugins/webreport/NarrativeWeb.py: CSS fixes and partial fix to 3837 svn: r15185 2010-04-17 Peter Landgren * src/plugins/docgen/RTFDoc.py: Issue 3823, improved support for 2-byte unicode sequence. svn: r15182 2010-04-17 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Changed a gettext string (home -> active); only show home link if person is selected svn: r15181 2010-04-17 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Show gallery in order of media_list, and include snapshot in gallery svn: r15178 2010-04-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed the home_link in the footer. svn: r15177 2010-04-17 Rob G. Healey * src/data/Web_Visually.css: Partial cleanup of Visually Impaired. svn: r15176 2010-04-17 Rob G. Healey * src/data/Web_Navigation-Horizontal.css, src/data/Web_Navigation-Vertical.css: Removed CurrentSection Elements from the navigation menus. Put them into Blue and Visually. svn: r15175 2010-04-17 Rob G. Healey * src/data/Web_Basic-Blue.css: Huge cleanup and making it consistent. svn: r15174 2010-04-17 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Removed unnecessary return svn: r15172 2010-04-17 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3848: Web Report Revision 15110, missing name svn: r15171 2010-04-16 Benny Malengier * src/ReportBase/_Endnotes.py, src/gen/lib/notetype.py, src/gen/plug/docgen/textdoc.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/MarkerReport.py, src/plugins/webreport/NarrativeWeb.py: 3815: Notes with html show verbatim in narrative web svn: r15169 2010-04-16 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Protection from scale error svn: r15165 2010-04-16 Doug Blank * src/ImgManip.py: 3798: Narrative Web Report error 'Too many open files: ...' svn: r15163 2010-04-16 Doug Blank * src/gen/lib/grampstype.py: Protect from unknown types---just mark as unknown svn: r15162 2010-04-16 Erik De Richter * po/nl.po: update nl translation svn: r15159 2010-04-16 Doug Blank * src/data/Web_Mainz.css: Resized Download page svn: r15157 2010-04-15 Doug Blank * src/data/Web_Mainz.css, src/plugins/webreport/NarrativeWeb.py: Create Addressbook Page, even if no addresses if it is checked; center mainz addressbook pages svn: r15155 2010-04-15 Doug Blank * src/data/Web_Mainz.css: Mainz subparts centered svn: r15153 2010-04-15 Doug Blank * src/data/Web_Mainz.css: Mainz centered svn: r15151 2010-04-15 Doug Blank * src/data/Web_Mainz.css: Errors in CSS svn: r15149 2010-04-15 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian Bokmål translation svn: r15148 2010-04-15 Rob G. Healey * src/ReportBase/_Constants.py, src/data/Makefile.am: Added Navigation menus and Basic-Blue style sheet to src/data directory. svn: r15146 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3829: Narrated Web Site: Type of source ref note is not output svn: r15143 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Long/lat showing as None svn: r15141 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Repository name was double-escaped svn: r15139 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Added cropped region thumbnail to ancestor tree svn: r15138 2010-04-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Some cleanup work on class RepositoryList. svn: r15135 2010-04-15 Rob G. Healey * src/data/Web_Mainz.css: Attempt to return Mainz to its original state. Only needs work on the div#footer. Sides, header, and body all working once again. svn: r15134 2010-04-15 Peter Landgren * src/QuestionDialog.py: Fix of 3800, so that error msg are dispalyed. svn: r15133 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3845: In NarrativeWeb plugin, would like to remove the from the source annotations, by adamplumb svn: r15130 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3843: In NarrativeWeb plugin Events Table, the column needs to be written even if no notes exist, by adamplumb svn: r15129 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3828: Narrated Web Site: Association output is incorrect, by kulath svn: r15128 2010-04-15 Doug Blank * src/plugins/webreport/NarrativeWeb.py: If first image is a image with region that links to object, then use a thumbnail of the region for snapshot; show regions in snapshot thumbnails otherwise; some refactoring svn: r15126 2010-04-15 Rob G. Healey * src/data/Web_Navigation-Horizontal.css: Adjusted padding for div#header, and div#navigation for Horizontal menus. svn: r15125 2010-04-15 Rob G. Healey * src/Makefile.am, src/plugins/webreport/NarrativeWeb.py: Fixed class SourcePage where information would not be created if 'Suppress Gramps IDs' was selected. svn: r15124 2010-04-14 Benny Malengier * src/gui/editors/editname.py: 1892: Name Editor Cancel marks Override svn: r15121 2010-04-14 Jérôme Rapinat * src/DateHandler/_Date_sk.py: update Slovak DateHandler (by Lubo Vasko) svn: r15117 2010-04-14 Jérôme Rapinat * configure.in, po/he.po, po/sk.po: update Hebrew and Slovak translations (by Igal Shapira and Lubo Vasko) and enable Hebrew (50%) for 3.2.1 and later svn: r15114 2010-04-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed the place detail missing because if place.main_loc in dump_places() was indented one too far. svn: r15111 2010-04-14 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css: Removed ColumnPath from display_url_list() elements from all stylesheets. svn: r15109 2010-04-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed the extra media_ref_rect_regions that should not have been tried in the first place. Remove ColumnPath from display_url_list(). svn: r15108 2010-04-14 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3822: Narrated Web Site: citations for person sources are missing svn: r15106 2010-04-13 Serge Noiraud * src/plugins/view/geoview.py: GeoView : bug 3820 : The database was no more opened the first time we create a page ( relative to svn 15029 ) svn: r15104 2010-04-13 Peter Landgren * src/plugins/lib/libgedcom.py: Fix of issue 3840. svn: r15103 2010-04-13 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3827: Narrated Web Site: Dates for Alternate names are not shown, by kulath svn: r15100 2010-04-13 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3834: Death date on individuals an surnames pages in Narrative Web Report svn: r15099 2010-04-13 Doug Blank * src/Merge/_MergePerson.py: 3831: Childref notes are lost on merging of children svn: r15096 2010-04-13 Doug Blank * src/plugins/webreport/NarrativeWeb.py: 3676: NarrativeWeb report sometimes uses urls not availables (filter, proxy, living) svn: r15095 2010-04-12 Doug Blank * src/data/Web_Basic-Ash.css, src/data/Web_Print-Default.css: CSS Errors svn: r15093 2010-04-11 Mirko Leonhäuser * po/de.po: Updated german translation svn: r15090 2010-04-11 Peter Landgren * src/DateHandler/_Date_sv.py: All strings in unicode. svn: r15088 2010-04-11 Doug Blank * src/Spell.py: 3826: Language detection in spelling does not work, by kulath svn: r15084 2010-04-11 Doug Blank * src/Merge/_MergePerson.py: 3831: Childref notes are lost on merging of children, by MD Nauta svn: r15083 2010-04-11 Doug Blank * src/Merge/_MergePerson.py: 3830: 'Merged GRAMPS ID' attribute overwritten on PeopleMerge by MD Nauta svn: r15080 2010-04-11 Jérôme Rapinat * src/DateHandler/_Date_fi.py: 3756: Cannot set new year value different than default (first January) svn: r15079 2010-04-10 Jérôme Rapinat * src/DateHandler/_Date_es.py: 3756: Cannot set new year value different than default (first January) svn: r15075 2010-04-10 Jérôme Rapinat * src/DateHandler/_Date_bg.py, src/DateHandler/_Date_ca.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_hr.py, src/DateHandler/_Date_it.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sr.py, src/DateHandler/_Date_sv.py: 3756: Cannot set new year value different than default (first January) svn: r15074 2010-04-10 Nick Hall * src/plugins/sidebar/categorysidebar.py: Add scrollbar to category sidebar svn: r15073 2010-04-10 Nick Hall * src/gui/sidebar.py, src/plugins/sidebar/sidebar.gpr.py: Make sidebar menu label translatable svn: r15072 2010-04-09 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed note issue in header_note and footer_note. svn: r15069 2010-04-08 Erik De Richter * po/nl.po: update nl translation svn: r15066 2010-04-08 Raphael Ackermann * src/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Family/_MemberBase.py, src/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Note/_MatchesSubstringOf.py, src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py: fix docstring typos svn: r15063 2010-04-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed the center person to be using the actual center person option in NarrativeWeb. svn: r15061 2010-04-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed footer note to use straight HTML code instead of styled text. svn: r15060 2010-04-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Bug #3816: Fixxed header note so that there is no formatting. Straight HTML. svn: r15055 2010-04-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed page source layout for links so that they all line up together. svn: r15054 2010-04-07 Nick Hall * src/plugins/sidebar/categorysidebar.py: Reset last view defaults if number of categories changes svn: r15053 2010-04-06 Raphael Ackermann * src/plugins/quickview/lineage.py: 0003219: Mother Lineage Quick Report (on Person view) uses incorrect genetic nomenclature see http://genealogy.about.com/cs/geneticgenealogy/a/dna_tests.htm for info about this. svn: r15051 2010-04-06 Raphael Ackermann * src/DisplayState.py: doc string typo svn: r15050 2010-04-06 Raphael Ackermann * src/plugins/textreport/DetDescendantReport.py: add all menu options to doc string svn: r15049 2010-04-06 Raphael Ackermann * src/cli/arghandler.py: improve error message when missing report name svn: r15048 2010-04-06 Raphael Ackermann * src/cli/argparser.py: add more cli options to docstring svn: r15047 2010-04-06 Benny Malengier * src/DateHandler/_Date_nl.py: fix short month dutch datehandler svn: r15046 2010-04-06 Jérôme Rapinat * src/gui/grampsgui.py: Add bookmark icon was missing on Menu (same string as navigationview) svn: r15042 2010-04-06 Jérôme Rapinat * src/gui/grampsgui.py: Edit bookmark icon was missing on Menu svn: r15041 2010-04-06 Nick Hall * src/gui/Makefile.am, src/gui/basesidebar.py, src/plugins/sidebar/categorysidebar.py: Add base class for sidebar plugins svn: r15038 2010-04-05 Nick Hall * src/DisplayState.py: get_active should return None if no history object exists svn: r15037 2010-04-05 Raphael Ackermann * src/cli/grampscli.py, src/gen/updatecallback.py, src/plugins/view/mediaview.py: docstring typo fixes svn: r15036 2010-04-05 Doug Blank * src/Simple/_SimpleAccess.py: Add empty date for fallback wrapper in SimpleAccess where there is no event svn: r15035 2010-04-05 Rob G. Healey * src/data/Web_Navigation-Horizontal.css: Fixed menu element padding to allow all menu items on one row in Horizontal menu. svn: r15034 2010-04-05 Doug Blank * src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/gen/lib/date.py, src/gen/utils/fallback.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/lineage.py, src/plugins/quickview/siblings.py: 3131: sibling quickview doesn't reflect person view svn: r15033 2010-04-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed libaccess, improved birth and death lookup in IndividualPages. svn: r15032 2010-04-04 Raphael Ackermann * src/plugins/webreport/NarrativeWeb.py: fix typos in doc svn: r15031 2010-04-04 Raphael Ackermann * src/gen/lib/event.py, src/gen/lib/family.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/person.py, src/gen/lib/place.py, src/plugins/view/mediaview.py: docstring typo fixes svn: r15030 2010-04-04 Nick Hall * configure.in, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gui/Makefile.am, src/gui/grampsgui.py, src/gui/pluginmanager.py, src/gui/sidebar.py, src/gui/viewmanager.py, src/plugins/sidebar/Makefile.am, src/plugins/sidebar/categorysidebar.py, src/plugins/sidebar/sidebar.gpr.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/placetreeview.gpr.py, src/plugins/view/view.gpr.py: GEPS 019: Improved sidebar which allows sidebar plugins svn: r15029 2010-04-04 Raphael Ackermann * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css: 0003075: Image scaling in web pages svn: r15028 2010-04-04 Doug Blank * src/DateEdit.py, src/gen/lib/date.py, src/plugins/export/ExportXml.py, src/plugins/import/ImportXml.py: Newyear import/export changes and fix svn: r15027 2010-04-04 Raphael Ackermann * src/plugins/docgen/RTFDoc.py: doc typos svn: r15026 2010-04-04 Doug Blank * src/gen/lib/date.py: Typo on newyear fix svn: r15024 2010-04-04 Raphael Ackermann * src/Filters/Rules/_HasGrampsId.py: 0002953: wrong handling of gramps id's on individual report. I44 and I440 I441 etc are all included when only I44 should be replacing comparison by find with == (find only looks for substrings, doesn't check for equality of strings) svn: r15023 2010-04-04 Raphael Ackermann * src/Filters/_GenericFilter.py, src/gen/db/base.py: doc typos svn: r15022 2010-04-04 Raphael Ackermann * src/TransUtils.py: added checks so that missing LOCALEDIR won't prevent gramps from starting svn: r15021 2010-04-04 Jérôme Rapinat * src/DateHandler/_Date_fr.py: 3756: Cannot set new year value different than default (first January) - remove list and parsing svn: r15019 2010-04-04 Rob G. Healey * src/data/Web_Nebraska.css: Fixed navigation menu spacing and alignment. svn: r15014 2010-04-04 Rob G. Healey * src/data/Web_Nebraska.css: Bug#2872: Fixed #streetaddress in ContactPage for Nebraska stylesheet. svn: r15013 2010-04-03 Doug Blank * src/glade/dateedit.glade: 3756: Cannot set new year value different than default (first January) - removed textbased example so as not to confuse svn: r15011 2010-04-03 Doug Blank * src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/gen/lib/date.py, src/glade/dateedit.glade: 3756: Cannot set new year value different than default (first January) svn: r15010 2010-04-03 Doug Blank * src/cli/argparser.py, src/gramps.py: Added a --settings to show settings and versions (based on test_dependencies.py by Stephen George) svn: r15009 2010-04-03 Raphael Ackermann * src/TransUtils.py: 0003770: Transutils crashes if it cannot find /usr/local/share/locale svn: r15006 2010-04-03 Jérôme Rapinat * src/DateHandler/_Date_fr.py: first test for newyear support svn: r15005 2010-04-03 Rob G. Healey * src/data/Web_Mainz.css, src/plugins/webreport/NarrativeWeb.py: Fixed download page table being oversized. Removed download page note from download page. Bug#3795 should be resolved. svn: r15002 2010-04-02 Peter Landgren * src/plugins/export/ExportXml.py: Fix of issue 2740. svn: r14998 2010-04-02 Erik De Richter * po/nl.po: update nl translation svn: r14997 2010-04-02 Rob G. Healey * src/gui/selectors/baseselector.py: Fixed a typo from eaxct_search to exact_search. svn: r14995 2010-04-01 Doug Blank * src/Utils.py: 3789: Web report crash svn: r14994 2010-04-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Exacted changes to reflect the change from Web_Alphabet-*.css to Web_Navigation-*.css svn: r14991 2010-04-01 Mirko Leonhäuser * po/de.po: Updated german translation svn: r14990 2010-04-01 Rob G. Healey * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css, src/data/Web_Basic-Blue.css, src/data/Web_Navigation-Horizontal.css, src/data/Web_Navigation-Vertical.css, src/plugins/webreport/NarrativeWeb.py: Changed names of Navigation Alphabet stylesheets. Cleanup code and stylesheets. svn: r14988 2010-04-01 Doug Blank * src/Filters/_SearchBar.py, src/gui/selectors/baseselector.py, src/gui/views/listview.py: 3780: 'Gender contains' filter does not work as I expect svn: r14985 2010-04-01 Doug Blank * src/gen/db/write.py: 3609: Can't open a gramps 3.1 database from trunk on Windows 7 64 bit from Gramps 3.2 svn: r14983 2010-04-01 Doug Blank * src/plugins/webreport/WebCal.py: 0003734: [Calendars] Only add persons whose birth date is year/01/01 on the first january svn: r14981 2010-03-31 Benny Malengier * src/gui/dbloader.py: 3757: key2string map still in memory after XML import svn: r14979 2010-03-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fix for bug #3775. Add separation between citation links. svn: r14978 2010-03-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Converted Date, Name, and NameType to gen.lib.object so that libaccess can be used instead. svn: r14977 2010-03-30 Benny Malengier * src/gen/db/write.py: 3783: NewPerson Dialogue: "available surname list" shows each occurrence of a family name instead of one per family name svn: r14975 2010-03-30 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Changed some of the gen.lib objects back to gen.lib. EventType, Person, ChildRelType... svn: r14973 2010-03-30 Rob G. Healey * src/data/Web_Basic-Blue.css: Made a few little changes to AddressBookList and AddressBookDetail. svn: r14972 2010-03-29 Nick Hall * src/plugins/lib/libplaceview.py: Fix bug introduced with adding column to place tree view svn: r14970 2010-03-29 Nick Hall * src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py: 3740: Fix problems with add, delete and update of views when filter applied svn: r14968 2010-03-29 Peter Landgren * po/sv.po: Swedish update. svn: r14967 2010-03-28 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian translation svn: r14961 2010-03-28 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: merged from 32: only scale images down, not up svn: r14958 2010-03-28 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: merged from 32: remove stray html on resized images svn: r14957 2010-03-28 Nick Hall * src/gui/columnorder.py, src/gui/views/listview.py: 0407 and 1447: Save column widths in configuration file svn: r14953 2010-03-27 Nick Hall * src/gui/columnorder.py, src/gui/views/listview.py, src/gui/views/treemodels/placemodel.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/tool/RelCalc.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/placetreeview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: 3731: Add place name column to place tree view svn: r14951 2010-03-27 Raphael Ackermann * src/SubstKeywords.py: typo in docstring svn: r14949 2010-03-27 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Blue.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Created CSS elements for WebLinks sections in Individual Pages and AddressBook Pages. Fixed missing hyperlinks and description fields. Problem from Alain Aupeix. No bug tracker created. svn: r14942 2010-03-27 Mirko Leonhäuser * po/de.po: Updated german translation svn: r14940 2010-03-27 Craig J. Anderson * src/SubstKeywords.py: Fixed bug 2878 svn: r14939 2010-03-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed missing notes and sources in Event Section of Individual Pages. Reported by Alain Aupeix and Stephane Charette. No bug report generated. svn: r14937 2010-03-26 Rob G. Healey * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Basic-Blue.css, src/plugins/webreport/WebCal.py: Fixed a navigation menu errors in WebCal and Basic-Blue and Visually. svn: r14936 2010-03-26 Nick Hall * src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py: Translate strings for hierarchy level headings svn: r14935 2010-03-26 Nick Hall * src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/repomodel.py: 3752: Fix sort order of last-changed column svn: r14933 2010-03-26 Jérôme Rapinat * src/DateHandler/_Date_fr.py: convert localized short months to DateObject svn: r14930 2010-03-26 Rob G. Healey * src/data/Web_Basic-Blue.css: Fixed something in the Events section of IndividualPage. svn: r14927 2010-03-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added notes and sources back to the Events on the IndividualPage again! It was on the EventPage. Problem brought me by Alvin and Stephane. svn: r14926 2010-03-24 Benny Malengier * src/gui/editors/displaytabs/personeventembedlist.py: 3761: Error when editing family event svn: r14924 2010-03-24 Benny Malengier * src/DateHandler/_DateParser.py, src/gui/views/treemodels/eventmodel.py, src/plugins/lib/libgedcom.py, src/plugins/view/eventview.py: Solving connected date bugs 3390: Date module that reads calendar on Gedcom file format, cannot read the @ 3763: dates parsed wrong 3754: Active markup for invalid date on Event View Some other bugs might be fixed by these changes svn: r14922 2010-03-23 Boril Gourinov * po/bg.po: Updating Bulgarian translation svn: r14918 2010-03-23 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : Issue 2576 : change run-through form background to foreground. svn: r14916 2010-03-23 Benny Malengier * src/gen/plug/_manager.py: 3715: Plugin manager load/reload does not unload earlier versions of plugins svn: r14914 2010-03-22 Julio Sánchez * src/PlaceUtils.py, src/plugins/export/ExportGedcom.py: Handle GEDCOM 5.5.1 formats for latitude and longitude (bug #3743) svn: r14912 2010-03-22 Jérôme Rapinat * src/Filters/Rules/Family/_HasSource.py, src/Filters/Rules/Person/_HasSource.py, src/Filters/Rules/_HasSourceBase.py: 3723: Some labels should be plural ? svn: r14906 2010-03-22 Jérôme Rapinat * src/Filters/Rules/Event/_HasSource.py: 3723: Some labels should be plural ? svn: r14903 2010-03-22 Erik De Richter * po/nl.po: svn: r14901 2010-03-21 Espen Berg * po/nb.po: Revised Norwegian bokmål translation svn: r14899 2010-03-21 Luigi Toscano * po/gramps.pot, po/it.po: Merge translations from gramps32 branch, regenerate template svn: r14898 2010-03-21 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Issue 3749 : syncronize the crosshair to the new position. svn: r14896 2010-03-21 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Issue 3749: better way to place the icon at the same place as googlemap do. svn: r14892 2010-03-21 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Issue 3749 : Pin positions drift with zoom svn: r14890 2010-03-21 Benny Malengier * src/PluginUtils/_PluginWindows.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/plugins/export/export.gpr.py, src/plugins/import/import.gpr.py: 3690: Do not need to use underscore on text for file formats (import/export) svn: r14889 2010-03-21 Benny Malengier * src/gui/dbman.py: 3655: last modified timestamp changes everytime a tree is accessed svn: r14887 2010-03-20 Doug Blank * src/gui/editors/editfamily.py: 3742: Gramps 3.2 crashes on data entry svn: r14883 2010-03-20 Doug Blank * src/LdsUtils.py: 3475: Sort temple names on LDS Editor svn: r14881 2010-03-20 Doug Blank * src/gen/db/write.py: Commented out set_pagesize to be compatible with previous versions of gramps (gramps31). svn: r14880 2010-03-20 Doug Blank * src/soundex.py: 3739: Find duplicate people (error in soundex unicode) svn: r14878 2010-03-20 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fix of issue 3737. svn: r14877 2010-03-20 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 3744: Cannot display name, description, uri for 'Web Home' web link generated by NarrativeWeb (need descr) svn: r14875 2010-03-20 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 3738: ftp url can lead to NarrativeWeb crash (typo) svn: r14872 2010-03-20 Rob G. Healey * src/plugins/webreport/WebCal.py: Did some cleanup work on the import statements. svn: r14870 2010-03-19 Raphael Ackermann * src/plugins/view/relview.py: 0002857: Spacebar doesn't activate embedded edit buttons svn: r14867 2010-03-19 Doug Blank * src/plugins/import/ImportXml.py: 3728: Daterange with cformat doesn't XML-import svn: r14866 2010-03-18 Doug Blank * src/gen/plug/_manager.py: Changed variable name to avoid conflict with reload function svn: r14863 2010-03-18 Benny Malengier * src/PluginUtils/_PluginWindows.py, src/gen/plug/_manager.py: 3715: Plugin manager load/reload does not unload earlier versions of plugins svn: r14861 2010-03-17 Jérôme Rapinat * src/plugins/lib/libplugins.gpr.py, src/plugins/quickview/quickview.gpr.py: 3729: plugin names are description svn: r14856 2010-03-17 Jérôme Rapinat * src/plugins/view/personlistview.py, src/plugins/view/placelistview.py: 3694: Use of the same translation string on View as the name set on group svn: r14855 2010-03-16 Benny Malengier * src/PluginUtils/_PluginWindows.py: 3706: GRAMPS plugins selecting a local path produces an error svn: r14848 2010-03-15 Benny Malengier * src/data/tips.xml.in: 3709: Typos and grammar mistakes svn: r14845 2010-03-15 Benny Malengier * src/plugins/view/geoview.gpr.py, src/plugins/view/geoview.py: 3709: Typos and grammar mistakes svn: r14843 2010-03-15 Benny Malengier * src/Filters/Rules/Source/_HasRepository.py, src/PluginUtils/_PluginWindows.py, src/cli/arghandler.py, src/plugins/import/import.gpr.py, src/plugins/textreport/IndivComplete.py: 3709: Typos and grammar mistakes svn: r14841 2010-03-15 Benny Malengier * src/plugins/tool/EventCmp.py, src/plugins/tool/eventcmp.glade: 3721: RuntimeWarning on Event comparison tool svn: r14839 2010-03-15 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian translation svn: r14833 2010-03-15 Jérôme Rapinat * src/images/16x16/Makefile.am: Some 16x16 images are missing, used by OS or desktop not able to scale SVG images svn: r14831 2010-03-15 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 3696: Typo on translation strings into NarrativeWeb svn: r14828 2010-03-15 Jérôme Rapinat * src/images/16x16/Makefile.am: missing image for old distribution or desktop (no SVG support) svn: r14826 2010-03-15 Stéphane Charette * NEWS: copy NEWS of 3.2.0 into trunk svn: r14823 2010-03-14 Serge Noiraud * src/plugins/view/geoview.py: GeoView : first try to have navigation for person and family views. svn: r14817 2010-03-14 Boril Gourinov * src/plugins/lib/holidays.xml: Bulgarian Calendar Holidays fixed tipo svn: r14815 2010-03-14 Boril Gourinov * src/plugins/lib/holidays.xml: Bulgarian Calendar Holidays svn: r14812 2010-03-14 Doug Blank * src/plugins/view/fanchartview.py: 3688: Fanchart view is built twice when made active svn: r14810 2010-03-14 Mirko Leonhäuser * po/de.po: Updated german translation svn: r14809 2010-03-14 Peter Landgren * src/plugins/view/pedigreeview.py: Found a missing _ svn: r14805 2010-03-14 Josip Pisoj * po/hr.po: hr translations svn: r14802 2010-03-13 Boril Gourinov * po/bg.po, src/DateHandler/_Date_bg.py: Updating Bulgarian translation svn: r14798 2010-03-13 Peter Landgren * src/Relationship.py: Fix of issue 3703. svn: r14796 2010-03-13 Jérôme Rapinat * src/DateHandler/_Date_pt.py: 3708: Portuguese Date Handler updated (by lcc) svn: r14791 2010-03-13 Erik De Richter * po/gramps.pot, po/nl.po: update nl translation svn: r14790 2010-03-13 Erik De Richter * po/nl.po: update nl translation svn: r14788 2010-03-12 Boril Gourinov * src/DateHandler/_Date_bg.py: Bug fixing of DateParser class in _Date_bg.py. svn: r14785 2010-03-12 Boril Gourinov * po/bg.po: Bulgarian translation update. Some minor spell errors fixed. svn: r14784 2010-03-12 Serge Noiraud * src/plugins/view/geoview.py: GeoView : crosshair synchronization between providers. config file named "None.ini" svn: r14781 2010-03-12 Jérôme Rapinat * po/fr.po: update french translations svn: r14777 2010-03-12 Benny Malengier * src/DateHandler/Makefile.am, src/DateHandler/__init__.py: add bulgarian date handler svn: r14773 2010-03-12 Benny Malengier * po/POTFILES.in, src/DateHandler/_Date_bg.py: add bulgarian date handler svn: r14772 2010-03-11 Nick Hall * src/plugins/view/pedigreeview.py: Correct maximum sizes for compact style trees svn: r14768 2010-03-11 Nick Hall * src/plugins/view/pedigreeview.py: Fix problem with marriage box size for small trees svn: r14767 2010-03-11 Craig J. Anderson * src/plugins/textreport/DescendReport.py: fixed small type-o's and does not print ', ' before marriage infomration if no birth and death information svn: r14765 2010-03-11 Nick Hall * src/plugins/view/pedigreeview.py: Improvments to coding style (pylint=9.56). Also fixes bug #3698. svn: r14763 2010-03-11 Mirko Leonhäuser * po/de.po: Updated german translation svn: r14762 2010-03-11 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian bokmål translation svn: r14760 2010-03-11 Nick Hall * src/plugins/view/pedigreeview.py: Rebuild pedigree view if flagged as dirty svn: r14758 2010-03-11 Craig J. Anderson * src/plugins/textreport/DescendReport.py: ticket 3490, add marriage info into spousal line. refactored code. svn: r14755 2010-03-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Cleaned up display_url_list(). svn: r14749 2010-03-11 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Nebraska.css: Made each stylesheet consistence with AddressBookList elements. svn: r14748 2010-03-10 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Nebraska.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: Fixed Address Book not creating page if there was no address. Stylesheets: Cleanup to correctly show AddressBookList. svn: r14744 2010-03-10 Boril Gourinov * po/bg.po: Update of Bulgarian translation, sinchronization with 3.2 svn: r14742 2010-03-10 Nick Hall * src/gui/viewmanager.py, src/plugins/lib/libpersonview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/pedigreeview.py, src/plugins/view/relview.py: 3691: Make all views displaying names respond to nameformat-changed signals svn: r14737 2010-03-10 Benny Malengier * src/glade/editevent.glade, src/glade/editeventref.glade, src/glade/editfamily.glade, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py: activate help buttons in editors svn: r14734 2010-03-10 Stéphane Charette * debian/README.Debian, debian/changelog, debian/compat, debian/control, debian/gramps.dirs, debian/gramps.files, debian/gramps.menu, debian/pycompat, debian/rules: merge of changeset 14731 to trunk; debian config files to create the .deb packages svn: r14733 2010-03-10 Stéphane Charette * src/const.py.in: update copyright year in "about" dialog window svn: r14729 2010-03-09 Nick Hall * src/gui/viewmanager.py: 3687: Prevent multiple re-build of views when name format changed svn: r14725 2010-03-09 Benny Malengier * src/plugins/tool/notrelated.glade: make notrelated ok in glade designer svn: r14723 2010-03-09 Benny Malengier * src/plugins/tool/changenames.glade, src/plugins/tool/patchnames.glade: add help button to changenames as it is assumed in the code svn: r14720 2010-03-09 Nick Hall * src/plugins/view/placetreeview.py: Add navigation menu items to place tree view svn: r14717 2010-03-09 Espen Berg * po/gramps.pot, po/nb.po: Updated Norwegian bokmål svn: r14714 2010-03-09 Peter Landgren * src/PluginUtils/_PluginWindows.py: Add message if addon has wrong version. svn: r14710 2010-03-09 Espen Berg * po/gramps.pot, po/nb.po: Updated Norwegian bokmål translation for trunk svn: r14709 2010-03-09 Craig J. Anderson * src/plugins/textreport/DescendReport.py: all for textreport/DescendReport.py. 1. fixed top level de_Villiers_Pama number svn: r14708 2010-03-09 Craig J. Anderson * src/plugins/textreport/DescendReport.py: all for textreport/DescendReport.py. 1. added option 'show spouses.' 2. added 'Meurgey de Tupigny' and 'de Villiers/Pama' numbering systems. 3. refactored code. svn: r14707 2010-03-09 Doug Blank * src/PluginUtils/_PluginWindows.py: Used module desc rather than plugin desc svn: r14704 2010-03-08 Josip Pisoj * src/soundex.py: bug #3662: SoundEx works only for ascii characters svn: r14700 2010-03-08 Peter Landgren * po/sv.po: Swedish update. svn: r14697 2010-03-08 Peter Landgren * src/plugins/gramplet/gramplet.gpr.py: Fixed a typo. svn: r14696 2010-03-08 Craig J. Anderson * src/data/authors.xml: updated authors.xml svn: r14690 2010-03-08 Doug Blank * src/Utils.py: 3673: People with less than 1 year seems to be ignored on 'Age on Date' gramplet and 'Records' report svn: r14689 2010-03-07 Doug Blank * po/POTFILES.in, src/plugins/export/ExportDjango.gpr.py, src/plugins/export/ExportDjango.py, src/plugins/export/Makefile.am, src/plugins/gramplet/Makefile.am, src/plugins/import/ImportDjango.gpr.py, src/plugins/import/ImportDjango.py, src/plugins/import/Makefile.am, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/Makefile.am, src/plugins/tool/tools.gpr.py: Removed Django import/export and CalcEstimateDates (moved to addons) svn: r14685 2010-03-07 Arturas Sleinius * po/lt.po: Updated Lithuanian translation svn: r14684 2010-03-07 Doug Blank * src/plugins/gramplet/FanChartGramplet.py, src/plugins/view/fanchartview.py: Speed-up for right-click menu svn: r14681 2010-03-07 Nick Hall * src/gui/views/treemodels/flatbasemodel.py: Bug fix for multiple sort keys svn: r14679 2010-03-07 Benny Malengier * src/plugins/view/pedigreeview.py, src/plugins/view/relview.py: 3175: Crash when undoing a family edit- part of undo being slow svn: r14677 2010-03-07 Nick Hall * src/gui/views/treemodels/treebasemodel.py: Allow multiple sort keys on tree views svn: r14673 2010-03-07 Nick Hall * src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/peoplemodel.py: Fix sort order in flat person view svn: r14672 2010-03-07 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: 3657: Calculation od step siblings is incorrect in narrated Web report svn: r14667 2010-03-07 Doug Blank * src/plugins/gramplet/FaqGramplet.py: Added FAQs with links from user list and wiki svn: r14664 2010-03-07 Benny Malengier * src/gen/db/write.py, src/gen/lib/name.py, src/gui/views/listview.py, src/plugins/lib/libpersonview.py: 3667: Addings a new person and changing the name grouping results in frozen window svn: r14662 2010-03-07 Doug Blank * src/plugins/gramplet/gramplet.gpr.py: Added comments for gramplets svn: r14661 2010-03-07 Benny Malengier * src/plugins/tool/Check.py: 3671: Asymmetric strings in Check plugin svn: r14659 2010-03-07 Benny Malengier * src/mapstraction/Makefile.am: 3672: Crosshair image missing from GeoView svn: r14658 2010-03-06 Doug Blank * src/PluginUtils/_PluginWindows.py: Removed specific gramps version number in message svn: r14654 2010-03-06 Doug Blank * src/const.py.in, src/plugins/bookreport.gpr.py, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/ExportDjango.gpr.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/ImportDjango.gpr.py, src/plugins/import/import.gpr.py, src/plugins/lib/libplugins.gpr.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/quickview/quickview.gpr.py, src/plugins/records.gpr.py, src/plugins/rel/relplugins.gpr.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/tools.gpr.py, src/plugins/tool/toolsdebug.gpr.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/geoview.gpr.py, src/plugins/view/placetreeview.gpr.py, src/plugins/view/view.gpr.py, src/plugins/webreport/webplugins.gpr.py: Trunk is now version 3.3.0 svn: r14653 2010-03-06 Nick Hall * src/data/authors.xml: Add my name to authors file svn: r14652 2010-03-06 Espen Berg * po/nb.po: Complete Norwegian bokmål translation in trunk svn: r14650 2010-03-06 Doug Blank * src/plugins/webreport/WebCal.py: 3665: Crash with Webcal report when linking with WebReport svn: r14648 2010-03-06 Peter Landgren * src/images/scalable/Makefile.am: One file was listed twice. svn: r14646 2010-03-06 Benny Malengier * src/plugins/view/fanchartview.gpr.py: make fanchart a stable plugin svn: r14645 2010-03-05 Benny Malengier * src/ReportBase/_StyleEditor.py, src/glade/mergedata.glade, src/plugins/tool/check.glade: 3441: Need to connect on_result_delete_event on glade dialogs - part 2 svn: r14641 2010-03-05 Benny Malengier * src/plugins/tool/removeunused.glade: 3441: Need to connect on_result_delete_event on glade dialogs svn: r14640 2010-03-05 Craig J. Anderson * src/plugins/drawreport/FanChart.py: (1)Removed dependancy on (not needed) dependancy SubstKeywords. (2)Code cleanup. (3)better use of def get_info. svn: r14637 2010-03-05 Jérôme Rapinat * src/images/16x16/Makefile.am: geoview icon for zoom missing svn: r14635 2010-03-05 Jérôme Rapinat * src/images/scalable/Makefile.am: typo, only copy geo-place-add.svg svn: r14633 2010-03-05 Jérôme Rapinat * src/images/22x22/Makefile.am: PNG images for Gnome UI (SVG missing) svn: r14631 2010-03-05 Benny Malengier * src/plugins/tool/Verify.py, src/plugins/tool/verify.glade: 3271: Verify tool glade file needs to have elements renamed svn: r14629 2010-03-05 Benny Malengier * src/ReportBase/_ReportDialog.py, src/plugins/BookReport.py: 2043: Error on cosole output when Esc press in configure window of custom text in the book report svn: r14626 2010-03-04 Peter Landgren * po/POTFILES.in: Delteted extended perdigree view. svn: r14619 2010-03-04 Peter Landgren * src/plugins/tool/Check.py: Fixed another three problems with string formatting using {}. svn: r14616 2010-03-04 Peter Landgren * src/plugins/import/ImportProGen.py: Fixed another two problems with string formatting using {}. svn: r14614 2010-03-04 Peter Landgren * src/plugins/import/ImportProGen.py: Fixed another problem with string formatting using {}. svn: r14612 2010-03-04 Peter Landgren * src/plugins/import/ImportCsv.py: Fixed another problem with string formatting using {}. svn: r14611 2010-03-04 Jérôme Rapinat * src/plugins/tool/MediaManager.py: 3659: unable to load MediaManager svn: r14609 2010-03-04 Nick Hall * src/plugins/view/pedigreeview.py: Swap lines so they show the correct relationship line style svn: r14607 2010-03-04 Jérôme Rapinat * src/plugins/quickview/all_events.py: 3661: Typo on all_events.py quickview svn: r14605 2010-03-04 Doug Blank * src/gui/viewmanager.py: Added some protection on loading bad views svn: r14601 2010-03-03 Nick Hall * src/config.py, src/plugins/view/Makefile.am, src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.gpr.py, src/plugins/view/pedigreeviewext.py: Replace pedigree view with new extended pedigree view svn: r14598 2010-03-03 Boril Gourinov * po/bg.po: Update of Bulgarian translation, fixed some bugs svn: r14597 2010-03-03 Peter Landgren * src/plugins/import/ImportProGen.py: Typo. svn: r14596 2010-03-03 Jérôme Rapinat * src/plugins/quickview/all_relations.py: 3654: Cannot print title on all_relations quick view svn: r14594 2010-03-03 Rob G. Healey * src/data/Web_Visually.css: Moved colors for CurrentSection in navigation to stylesheet rather than navigation stylesheet. svn: r14592 2010-03-03 Rob G. Healey * src/data/Web_Alphabet-Vertical.css, src/data/Web_Basic-Blue.css: Changed Navigation Menu spacing and layout. Move colors from Vertical to Basic-Blue. svn: r14591 2010-03-02 Gary Burton * src/gui/editors/displaytabs/gallerytab.py: Do not explicitly set an item width as it causes excessive whitespace around thumbnails when the image description becomes longer. svn: r14589 2010-03-02 Serge Noiraud * src/plugins/view/geoview.py: GeoView : synchronization with 3.2 : bad word and bug 3517. svn: r14586 2010-03-02 Mirko Leonhäuser * src/DateHandler/_Date_de.py: Updated _Date_de.py svn: r14585 2010-03-02 Nick Hall * src/DisplayState.py, src/gen/plug/_gramplet.py, src/gui/views/navigationview.py, src/plugins/lib/libpersonview.py: Update history and MRU lists when objects are deleted svn: r14581 2010-03-02 Benny Malengier * src/plugins/tool/CalculateEstimatedDates.py: 03650: Cannot execute changes proposed by Calculate Estimated Date svn: r14577 2010-03-02 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/lib/libpersonview.py: 03651: Deleting more than one person causes crash Actually these are fixes trying to fix this bug svn: r14575 2010-03-02 Peter Landgren * src/cli/clidbman.py: Fix of issue 3653 (Windows only issue). svn: r14567 2010-03-02 Benny Malengier * po/POTFILES.in, src/plugins/view/Makefile.am: include fanchart in distribution svn: r14565 2010-03-02 Rob G. Healey * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css, src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Fixed Horizontal/ Vertical menu options in NarrativeWeb. Fixed alphabet/navigation menus in the stylesheets. svn: r14562 2010-03-02 Rob G. Healey * src/data/Web_Alphabet-Vertical.css: Fixed overlapping border when mouse is over a hyperlink in alphabet navigation. svn: r14561 2010-03-02 Rob G. Healey * src/data/Web_Alphabet-Vertical.css, src/data/Web_Basic-Blue.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed Navigation Menus. Updated stylesheets. svn: r14559 2010-03-01 Mirko Leonhäuser * src/DateHandler/_Date_de.py: Updated _Date_de.py translated months svn: r14557 2010-03-01 Nick Hall * src/PluginUtils/_GuiOptions.py: 3603: Make family option in reports default to the active family svn: r14554 2010-03-01 Peter Landgren * src/plugins/tool/Check.py: Dix of issue 3645. svn: r14551 2010-03-01 Nick Hall * src/plugins/lib/libpersonview.py: 3646: Remove redundant code svn: r14550 2010-03-01 Benny Malengier * src/ScratchPad.py, src/glade/scratchpad.glade: 3542: Scratchpad does not remove objects when changing database svn: r14546 2010-03-01 Benny Malengier * src/gui/editors/displaytabs/gallerytab.py: Fix bug: allow drop from Nautilius/Dolphin svn: r14542 2010-03-01 Benny Malengier * src/gui/editors/displaytabs/gallerytab.py, src/plugins/view/mediaview.py: Fix bug: allow drop from Nautilius/Dolphin svn: r14540 2010-02-28 Boril Gourinov * po/bg.po: Update of Bulgarian translation, copy from 3.2 branch svn: r14538 2010-02-28 Peter Landgren * src/gui/editors/displaytabs/gallerytab.py: Further improvments to drag and drop mult files in Windows. svn: r14535 2010-02-28 Gary Burton * src/plugins/tool/notrelated.glade: Fix for 0003629: Cannot set entry on marker field into NotRelated tool svn: r14533 2010-02-28 Gary Burton * src/plugins/view/relview.py: Align vertical position of person label and edit button svn: r14529 2010-02-28 Nick Hall * src/gui/views/treemodels/treebasemodel.py: Only update display counts for nodes with handles svn: r14527 2010-02-28 Nick Hall * src/gui/views/treemodels/treebasemodel.py: 3448: Prevent removal of hidden root node svn: r14525 2010-02-28 Gary Burton * src/plugins/lib/libgedcom.py: Improve GEDCOM round trip by parsing SOUR and NOTE tokens for FACT attributes. Gramps was previously exporting this data but ignoring it on import. svn: r14523 2010-02-28 Jérôme Rapinat * src/gui/viewmanager.py: typo svn: r14520 2010-02-28 Benny Malengier * src/gui/viewmanager.py: 3631: Cannot start Gramps without any view loaded (OK, it is stupid...) svn: r14518 2010-02-28 Benny Malengier * src/gui/editors/displaytabs/gallerytab.py, src/plugins/view/mediaview.py: Fix drag/drop bug: allow multiple drop on gallery svn: r14515 2010-02-28 Gary Burton * src/plugins/lib/libgedcom.py: Fix GEDCOM import of CHAN for SOUR, REPO, OBJE. Bug 3373. svn: r14513 2010-02-27 Peter Landgren * src/data/tips.xml.in: Fixed a type 'juct' -> 'just'. svn: r14509 2010-02-27 Peter Landgren * po/sv.po: Made translation more consistent. svn: r14508 2010-02-27 Peter Landgren * src/gui/editors/editchildref.py: Fix of issue 3642. svn: r14506 2010-02-27 Doug Blank * src/plugins/tool/Check.py: 3639: Check and Repair tool fails with unsupported operand svn: r14503 2010-02-27 Jérôme Rapinat * src/plugins/tool/RelCalc.py: typo svn: r14502 2010-02-26 Rob G. Healey * src/data/Web_Alphabet-Vertical.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Still working on it. svn: r14495 2010-02-26 Doug Blank * src/plugins/tool/Check.py: 3639: Check and Repair tool fails with unsupported operand svn: r14493 2010-02-26 Rob G. Healey * src/data/Web_Alphabet-Vertical.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed place.lat and place.long in class PlaceListPage. Working on Navigation menu placement and look. svn: r14492 2010-02-25 Rob G. Healey * src/data/Web_Alphabet-Vertical.css: Re-working the Vertical Navigation Menu. svn: r14491 2010-02-25 Rob G. Healey * src/ReportBase/_Constants.py, src/data/Web_Alphabet-Vertical.css, src/data/Web_Basic-Blue.css, src/plugins/webreport/NarrativeWeb.py: Added Vertical and Horizontal Navigation Menus back into NarrativeWeb. Added State, Country, and Lat & Long to the PlacesListPage. svn: r14490 2010-02-25 Jérôme Rapinat * src/plugins/tool/RelCalc.py: typo svn: r14488 2010-02-25 Rob G. Healey * src/plugins/import/ImportProGen.py: Fixed an error on line 691-- named variables. Thanks Peter for pointing it out. svn: r14486 2010-02-25 Rob G. Healey * src/Relationship.py: Something else was wrong. svn: r14484 2010-02-25 Rob G. Healey * src/Relationship.py, src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css, src/data/Web_Visually.css, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/quickview/all_events.py, src/plugins/quickview/all_relations.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/Check.py, src/plugins/tool/RelCalc.py, src/plugins/webreport/NarrativeWeb.py: Changed some formatted strings to named variables for 'make distcheck' to work properly. svn: r14483 2010-02-25 Peter Landgren * po/sv.po: Update of Swedish translation after some problems(Murphy's Law). svn: r14482 2010-02-25 Benny Malengier * src/gui/views/pageview.py: translate category in menu and title svn: r14479 2010-02-25 Doug Blank * src/plugins/tool/CalculateEstimatedDates.py: 3628: Frames not set on CalcToolManagedWindow class svn: r14472 2010-02-24 Peter Landgren * po/sv.po: Swedish update. svn: r14451 2010-02-24 Rob G. Healey * src/plugins/tool/Check.py: Fixed two errors incurred from r14448. svn: r14449 2010-02-24 Rob G. Healey * src/plugins/tool/Check.py, src/plugins/tool/MediaManager.py, src/plugins/tool/RelCalc.py: Added formatted strings for distcheck. svn: r14448 2010-02-23 Peter Landgren * src/gui/editors/displaytabs/gallerytab.py: Fix of issue 3534. svn: r14447 2010-02-23 Peter Landgren * src/plugins/view/mediaview.py: Fix of issue 3534. svn: r14446 2010-02-22 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Don't use a dot at the end of messages in the configuration window. svn: r14443 2010-02-22 Jérôme Rapinat * configure.in: disable translations without active translators and too many untranslated strings svn: r14439 2010-02-22 Doug Blank * po/POTFILES.in, src/plugins/export/Makefile.am, src/plugins/import/Makefile.am: Changes to allow distcheck to pass svn: r14436 2010-02-22 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Missed () in some constfunc.win(). svn: r14434 2010-02-22 Stéphane Charette * configure.in: increment version number on trunk svn: r14431 2010-02-21 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Allow message translation. svn: r14430 2010-02-21 Mirko Leonhäuser * po/de.po: Update german translation svn: r14428 2010-02-21 Erik De Richter * po/nl.po: update nl translation svn: r14426 2010-02-21 Doug Blank * src/gen/utils/configmanager.py: Allows unicode strings in config .ini files svn: r14424 2010-02-21 Peter Landgren * src/TransUtils.py: Fixed some misspellings and changed to print instead of a dialog. svn: r14423 2010-02-21 Peter Landgren * src/const.py.in: Added some comments to explain unicode path conversion. svn: r14422 2010-02-21 Jérôme Rapinat * po/fr.po, po/gramps.pot: update french translation svn: r14421 2010-02-20 Erik De Richter * po/nl.po: update nl translation svn: r14420 2010-02-20 Peter Landgren * src/TransUtils.py: Found another typo. svn: r14418 2010-02-20 Rob G. Healey * src/data/Web_Mainz.css: Fixed a bug in Alphabet Navigation which had the wrong screen width. Thank you, Phillip Olsson, for pointing it out. svn: r14417 2010-02-20 Peter Landgren * src/TransUtils.py: Found a typo. svn: r14415 2010-02-20 Peter Landgren * src/TransUtils.py, src/gramps.py: New attemot to improve complete translation in Windows. svn: r14414 2010-02-20 Peter Landgren * src/plugins/view/mediaview.py: Fix of issue 3625 for path with ASCII characters. Working on the problem with non ASCII characters. svn: r14413 2010-02-18 Peter Landgren * src/plugins/view/geoview.py: Better handling of path with non ascii in Windows. svn: r14412 2010-02-18 Peter Landgren * src/gen/plug/_pluginreg.py: Better support for non ascii in path under Windows. svn: r14411 2010-02-18 Peter Landgren * src/const.py.in: Better support for translation under Windows. svn: r14410 2010-02-18 Peter Landgren * src/TransUtils.py: Better support for translation under Windows. svn: r14409 2010-02-18 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Avoid multiple network test simultaneously. Allow the possibility to activate or desactivate the network test. Allow configuration of timeout, frequency and host for this test. svn: r14408 2010-02-17 Doug Blank * src/gen/lib/notebase.py: Unoptimized to work svn: r14407 2010-02-17 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Replacing ping command by a socket connexion to test the network. svn: r14406 2010-02-17 Doug Blank * src/Utils.py: Fixed error on probably_alive with people with a future death guess svn: r14405 2010-02-16 Serge Noiraud * src/plugins/view/geoview.py: GeoView : differentiate ping between windows and linux. svn: r14404 2010-02-16 Serge Noiraud * src/plugins/view/geoview.py: GeoVies : Restart the view automaticaly when the network get active. Allow the ping difference between OSes. Ping interval is 30 secondes. svn: r14403 2010-02-16 Arturas Sleinius * po/lt.po: Updated Lithuanian translation svn: r14402 2010-02-16 Mirko Leonhäuser * po/de.po: Update german translation svn: r14400 2010-02-16 Doug Blank * src/plugins/export/ExportXml.py: log -> LOG svn: r14399 2010-02-16 Erik De Richter * po/nl.po: update nl translation svn: r14398 2010-02-16 Doug Blank * src/plugins/export/ExportGeneWeb.py: 3612: Missing christian namesand gw export svn: r14397 2010-02-16 Doug Blank * src/plugins/export/ExportCsv.py, src/plugins/export/ExportDjango.py, src/plugins/export/ExportXml.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportDjango.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py: 3428: When running with pythonw.exe, Windows may crash if you write to stdout svn: r14396 2010-02-15 Peter Landgren * src/plugins/Makefile.am: bookreport.gpr.py was missing. svn: r14395 2010-02-15 Peter Landgren * src/plugins/tool/tools.gpr.py: Separate gpr file for non-debug tools. Part of Makefile.am svn: r14394 2010-02-15 Peter Landgren * src/plugins/tool/toolsdebug.gpr.py: Separate gpr file for debug tools. Not part of Makefile.am svn: r14393 2010-02-15 Peter Landgren * src/plugins/gramplet/Makefile.am: PluginManagerGramplet.py was missing. svn: r14392 2010-02-15 Peter Landgren * src/plugins/lib/Makefile.am: libnarrate.py was missing. svn: r14391 2010-02-15 Gerald Britton * src/plugins/BookReport.py: 0003470: Glade error on Book Report, GError: Duplicate object id 'title' svn: r14390 2010-02-15 Gerald Britton * src/gen/db/write.py: Bug 003611: delete/undo/delete sequence causes crash svn: r14389 2010-02-15 Benny Malengier * src/gui/editors/displaytabs/personeventembedlist.py: 3513: Cannot move up an individual alone in the event tab (Person Editor) svn: r14388 2010-02-15 Benny Malengier * src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py: fix papercut: OKDialogs which are modal but can hide behind gramps are very annoying: fix 6 of them in often used tools svn: r14387 2010-02-15 Benny Malengier * src/gen/db/base.py: 3580: People list (private handlers) and display Name format in reality: associations are not removed on delete person svn: r14384 2010-02-15 Peter Landgren * src/cli/clidbman.py: Support for non ASCII usernames in Windows. svn: r14383 2010-02-15 Peter Landgren * src/PluginUtils/_PluginWindows.py: Better support for non-ASCII filenames in Windows. svn: r14382 2010-02-15 Benny Malengier * src/glade/plugins.glade: update glade file to gtk builder latest 3593: Cannot open Reports/Tools dialogs by clicking on theirs icons into toolbar svn: r14381 2010-02-15 Serge Noiraud * src/plugins/view/geoview.py: GeoView : replace problem in events. svn: r14380 2010-02-15 Doug Blank * src/gui/widgets/grampletpane.py: Set default help page to the wiki gramplet page svn: r14379 2010-02-15 Doug Blank * src/plugins/textreport/IndivComplete.py: Print Complete Individual Report in surname order, 3598: Name sort on output svn: r14378 2010-02-15 Doug Blank * src/gui/viewmanager.py: Protection from crash; display error svn: r14377 2010-02-14 Serge Noiraud * src/plugins/view/geoview.py: GeoView : pylint more compliant. String changed. svn: r14376 2010-02-14 Serge Noiraud * src/plugins/view/geoview.py: GeoView : replace problem when some place fields are empty. svn: r14375 2010-02-14 Peter Landgren * src/TransUtils.py: Hopefully last fix for complete translation in Linux and Windows. svn: r14374 2010-02-14 Serge Noiraud * src/plugins/view/geoview.py: GeoView : adding network testing. svn: r14373 2010-02-14 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: Make reference regions show in website, fix bug with empty places, ... not creating website svn: r14372 2010-02-14 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: Fix bug, function should return a two tuple svn: r14371 2010-02-14 Benny Malengier * src/gui/views/listview.py: Remove unused function, add comment on a callback svn: r14370 2010-02-14 Doug Blank * src/gui/grampsgui.py: Additional test before import svn: r14369 2010-02-14 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Changing comments for time period in the configuration window. svn: r14368 2010-02-14 Benny Malengier * src/DisplayState.py, src/gui/views/navigationview.py, src/gui/views/pageview.py: allow better string translation of no active object svn: r14367 2010-02-14 Peter Landgren * po/sv.po: Update of Swedish. svn: r14366 2010-02-14 Jérôme Rapinat * po/fr.po: Update french translation svn: r14365 2010-02-14 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Two new options : Add or remove crosshair. In the statusbar, we can choose between old degrees and D.D8. Correction in the title bar of the configuration window. svn: r14364 2010-02-14 Doug Blank * src/ReportBase/_Endnotes.py: Bug fix for source == None svn: r14363 2010-02-14 Benny Malengier * po/check_po: updated check to allow some xml in tips svn: r14362 2010-02-14 Doug Blank * src/plugins/view/relview.py: 3071: Set different abbreviations for life events in all non-detailed reports svn: r14361 2010-02-14 Doug Blank * src/plugins/textreport/DetDescendantReport.py: 3300: Detailed Descendant Report: option for '+' sign of succession in child-list svn: r14360 2010-02-14 Doug Blank * src/gui/widgets/grampletpane.py: Gramplet height behaves correctly: is min height if maximized, max height if not svn: r14359 2010-02-13 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Solved the crosshair centering with filter. svn: r14358 2010-02-13 Doug Blank * src/gui/widgets/grampletpane.py: Minor reposition svn: r14357 2010-02-13 Serge Noiraud * src/plugins/view/geoview.py: GeoView: crosshair is now always centered even with filter active. svn: r14356 2010-02-13 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: Typo svn: r14355 2010-02-13 Doug Blank * src/gui/widgets/grampletpane.py: Workaround for redisplay widget issue; added pane orientation svn: r14354 2010-02-13 Doug Blank * src/gen/plug/_gramplet.py: Track options svn: r14353 2010-02-13 Serge Noiraud * src/plugins/view/geoview.py: GeoView : coordinates on all views. svn: r14352 2010-02-13 Serge Noiraud * : GeoView : Omit the crosshair png file. svn: r14351 2010-02-13 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Add coordinates and zoom in the status bar. First try to add crosshair. svn: r14350 2010-02-13 Doug Blank * src/gen/plug/_gramplet.py, src/gui/widgets/grampletpane.py: Regenerate gui options because previous configdialog may have deleted them; draw a frame around options that need 'save'. svn: r14349 2010-02-13 Doug Blank * src/gui/widgets/grampletpane.py: Added additional config items for gramplets: height, expand, detached width and height svn: r14348 2010-02-13 Doug Blank * src/gui/configure.py: Allow external update checkbox to use external config svn: r14347 2010-02-13 Doug Blank * src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py: Updates to gramplets with options svn: r14346 2010-02-13 Doug Blank * src/gui/widgets/grampletpane.py: 2671: Error in saving options in Gramplets svn: r14345 2010-02-12 Serge Noiraud * src/plugins/view/geoview.py: GeoView : shadow suppression for markers. svn: r14344 2010-02-12 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: Added on_load/on_save for data options svn: r14343 2010-02-12 Doug Blank * src/gui/widgets/grampletpane.py: Removed unneeded pane widths svn: r14342 2010-02-12 Doug Blank * src/gen/plug/_pluginreg.py: Every plugin needs a gramps_target_version for 3.2+ svn: r14341 2010-02-12 Doug Blank * src/DisplayState.py: Display view name on status bar; enlarge to enable more text svn: r14340 2010-02-12 Doug Blank * src/Utils.py: 3601: ALIVE algorithm needs someone alive today in the database; mistake fix on a variable name svn: r14339 2010-02-12 Erik De Richter * po/nl.po: update nl translation svn: r14338 2010-02-12 Erik De Richter * po/nl.po: update nl translation svn: r14337 2010-02-12 Mirko Leonhäuser * po/de.po: Update german translation svn: r14336 2010-02-12 Doug Blank * src/gui/widgets/grampletpane.py: Override config, if necessary svn: r14335 2010-02-12 Doug Blank * src/gui/configure.py: Ability to override config on adding an item svn: r14334 2010-02-12 Doug Blank * src/gui/widgets/grampletpane.py: Added old options to new configure svn: r14333 2010-02-12 Doug Blank * src/plugins/gramplet/QuickViewGramplet.py: Allow to work with new active signals svn: r14332 2010-02-12 Serge Noiraud * src/plugins/view/geoview.py: GeoView: escape error in event view. some cleaning. svn: r14331 2010-02-12 Serge Noiraud * src/plugins/view/geoview.py: GeoView : escape '"' and '&' characters svn: r14330 2010-02-11 Doug Blank * src/gui/widgets/grampletpane.py: Working on a better config system for gramplet pane svn: r14329 2010-02-11 Doug Blank * src/gui/configure.py: Two changes: make notebook tabs scroll if too big; allows config pages to be a callable for more dynamic views svn: r14328 2010-02-11 Nick Hall * src/gui/views/listview.py, src/gui/views/treemodels/placemodel.py, src/plugins/lib/libpersonview.py, src/plugins/lib/libplaceview.py, src/plugins/view/placetreeview.py: Extend markup column definition to a list of columns for listviews. svn: r14327 2010-02-11 Doug Blank * src/gui/widgets/grampletpane.py: Workaround for hiding buttons on detached gramplet svn: r14326 2010-02-11 Doug Blank * src/gui/widgets/grampletpane.py: Two workarounds for displaying gramplets correctly svn: r14325 2010-02-11 Nick Hall * src/plugins/lib/libpersonview.py: Fix error when deleting person svn: r14324 2010-02-11 Jérôme Rapinat * po/fr.po, po/gramps.pot, po/ru.po: error on Russian translation - test tips.xml.in svn: r14323 2010-02-11 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Allow all events in the person view. Add a comment about filtering when no places selected. svn: r14322 2010-02-11 Jérôme Rapinat * po/ru.po: Update Russian translation (by dikiy) svn: r14321 2010-02-11 Jérôme Rapinat * po/fr.po: typo svn: r14320 2010-02-11 Jérôme Rapinat * src/data/tips.xml.in: improvements (by Duncan) svn: r14319 2010-02-11 Doug Blank * src/gen/plug/_pluginreg.py: Fixed 2-point versions; did allow any 2-point less that gramps to load-- now must match 1-point parts (3.2) svn: r14318 2010-02-11 Serge Noiraud * src/plugins/view/geoview.py: GeoView : cut and past problem. Arghh ! svn: r14317 2010-02-11 Serge Noiraud * src/plugins/view/geoview.py: GeoView : cut and paste error. svn: r14316 2010-02-11 Doug Blank * src/gen/plug/_pluginreg.py: Allow 2-point versions <= gramps version; added ERROR to print statements svn: r14315 2010-02-11 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Show we found no places instead to show the last view when we use filters. svn: r14314 2010-02-11 Doug Blank * src/DisplayState.py: Display type of navigation in status on no active object svn: r14313 2010-02-11 Doug Blank * src/Relationship.py: Protection from crashing on a bad lang name svn: r14312 2010-02-11 Doug Blank * src/Relationship.py: Added 'c' as same as English; made error message less cryptic (I hope) svn: r14311 2010-02-11 Serge Noiraud * src/plugins/view/geoview.py: GeoView : gtk.tooltips is obsolete. svn: r14310 2010-02-11 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Some cleaning and move Provider and SaveZoom in the geoview bar. Add tooltips in the geoview bar. svn: r14309 2010-02-10 Doug Blank * src/gen/plug/_gramplet.py: Still need to build the non-gui options svn: r14308 2010-02-10 Doug Blank * src/gui/viewmanager.py: Fixed conflict with alt keys svn: r14307 2010-02-10 Doug Blank * src/PluginUtils/_PluginWindows.py: Fix for bad open on tarfile svn: r14306 2010-02-10 Doug Blank * src/gui/widgets/grampletpane.py, src/plugins/view/grampletview.py: Added a basic configure for GrampletView; removed config of columns by right-clicking svn: r14305 2010-02-10 Jérôme Rapinat * src/ScratchPad.py: 3582: wrong module name svn: r14304 2010-02-10 Jérôme Rapinat * src/gui/editors/displaytabs/eventembedlist.py: 3595: More confort for non-english users svn: r14303 2010-02-10 Jérôme Rapinat * src/plugins/webreport/WebCal.py: typo - return translated string svn: r14302 2010-02-10 Doug Blank * src/PluginUtils/_PluginWindows.py, src/gui/utils.py: Added an optional message area to Progressmeter; addon updates uses this to report back status svn: r14301 2010-02-10 Doug Blank * src/gen/plug/_pluginreg.py, src/plugins/bookreport.gpr.py, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/ExportDjango.gpr.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/ImportDjango.gpr.py, src/plugins/import/import.gpr.py, src/plugins/lib/libplugins.gpr.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/quickview/quickview.gpr.py, src/plugins/records.gpr.py, src/plugins/rel/relplugins.gpr.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/tools.gpr.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/geoview.gpr.py, src/plugins/view/pedigreeviewext.gpr.py, src/plugins/view/placetreeview.gpr.py, src/plugins/view/view.gpr.py, src/plugins/webreport/webplugins.gpr.py: Plugins required to be correct version svn: r14300 2010-02-09 Serge Noiraud * src/plugins/view/geoview.py: GeoView : issue 3583 and missing file when no database. svn: r14299 2010-02-09 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Add menu interface, so we can use geoview without toolbar. svn: r14298 2010-02-09 Serge Noiraud * src/plugins/view/geoview.py: GeoView : more pylint compliant. svn: r14297 2010-02-09 Jérôme Rapinat * po/fr.po, po/gramps.pot: Update french translation svn: r14296 2010-02-09 Doug Blank * src/gen/plug/_gramplet.py: Don't build options svn: r14295 2010-02-09 Doug Blank * src/gui/widgets/grampletpane.py: Config of gramplet keeps track of details if it is in a split pane svn: r14294 2010-02-09 Peter Landgren * src/ReportBase/_PaperMenu.py: Fix of issue 3573. svn: r14293 2010-02-09 Jérôme Rapinat * src/data/system_filters.xml: 2548: unused system_filter.xml svn: r14292 2010-02-09 Doug Blank * src/gui/viewmanager.py: Get rid of warnings on view categories with more than 9 views (yes, I have a category with 16 views) svn: r14291 2010-02-09 Benny Malengier * src/data/tips.xml.in: Updated tip of the day from Duncan svn: r14290 2010-02-09 Benny Malengier * src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gui/grampsgui.py, src/gui/pluginmanager.py, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/geo-fixed-zoom.svg, src/images/scalable/geo-free-zoom.svg, src/images/scalable/geo-place-add.svg, src/images/scalable/geo-place-link.svg, src/images/scalable/geo-show-event.svg, src/images/scalable/geo-show-family.svg, src/images/scalable/geo-show-person.svg, src/images/scalable/geo-show-place.svg, src/images/scalable/gramps-geo.svg, src/plugins/view/geoview.gpr.py, src/plugins/view/geoview.py: Allow plugins to register their icons, new icons for geoview svn: r14289 2010-02-08 Nick Hall * src/gui/views/listview.py: Fix initial value of filter sidebar toggle on menu svn: r14288 2010-02-08 Peter Landgren * src/const.py.in: Make use of new module constfunc. svn: r14287 2010-02-08 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Make use of new module constfunc. svn: r14286 2010-02-08 Peter Landgren * src/plugins/export/ExportPkg.py: Make use of new module constfunc. svn: r14285 2010-02-08 Peter Landgren * src/plugins/docgen/GtkPrint.py: make use of new module constfunc. svn: r14284 2010-02-08 Peter Landgren * src/gui/widgets/labels.py: Make use of new module constfunc. svn: r14283 2010-02-08 Peter Landgren * src/gui/dbman.py, src/gui/utils.py: Make use of new module constfunc. svn: r14282 2010-02-08 Peter Landgren * src/ReportBase/_GraphvizReportDialog.py: Make use of new module constfunc. svn: r14281 2010-02-08 Peter Landgren * src/Utils.py: Make use of new module constfunc. svn: r14280 2010-02-08 Mirko Leonhäuser * po/de.po: Update german translation svn: r14279 2010-02-08 Peter Landgren * src/TransUtils.py: Translation now works in Windows with gtk.glade method. svn: r14278 2010-02-08 Doug Blank * src/glade/grampletpane.glade, src/gui/widgets/grampletpane.py: Removed gui options from Gramplet Pane; plan on having a Configure View window svn: r14277 2010-02-08 Benny Malengier * src/TipOfDay.py, src/data/tips.xml.in: New tip of the days of Duncan, code to support
svn: r14276 2010-02-08 Peter Landgren * src/Utils.py: Make use of new module constfunc. svn: r14275 2010-02-08 Peter Landgren * src/constfunc.py: Deleted not used imports. svn: r14274 2010-02-08 Doug Blank * src/gui/selectors/selectnote.py: Column of handle of note model had changed, apparently; used in selecting ID svn: r14273 2010-02-07 Peter Landgren * src/constfunc.py: Fixed a typo. svn: r14272 2010-02-07 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Step towards fix of translation in Windows. svn: r14271 2010-02-07 Peter Landgren * src/plugins/view/htmlrenderer.py: Step towards fix of translation in Windows. svn: r14270 2010-02-07 Peter Landgren * src/gui/grampsgui.py: Step towards fix of translation in Windows. svn: r14269 2010-02-07 Peter Landgren * src/TransUtils.py, src/Utils.py, src/constfunc.py, src/gramps.py: Step towards fix of translation in Windows. svn: r14268 2010-02-07 Doug Blank * src/gui/widgets/grampletpane.py: Have some parameters of the GrampletPane passed in at runtime (default_gramplets) svn: r14267 2010-02-07 Doug Blank * src/gui/widgets/grampletpane.py: Have some parameters of the GrampletPane passed in at runtime (column_count) svn: r14266 2010-02-07 Doug Blank * src/gui/widgets/grampletpane.py, src/plugins/view/grampletview.py: Allow each grampletpane to have its own config svn: r14265 2010-02-07 Doug Blank * po/POTFILES.in, src/glade/Makefile.am, src/gui/widgets/Makefile.am: Support files for grampletpane svn: r14264 2010-02-07 Arturas Sleinius * po/lt.po: Updated Lithuanian translation. Not finished translation in trunk svn: r14263 2010-02-07 Doug Blank * src/glade/grampletview.glade: Moved to grampletpane svn: r14261 2010-02-07 Doug Blank * src/glade/grampletpane.glade: Not sure I need this... svn: r14260 2010-02-07 Doug Blank * src/gui/widgets/grampletpane.py, src/plugins/view/grampletview.py: Moved GrampletPane to gui/widgets/grampletpane.py svn: r14259 2010-02-07 Doug Blank * src/plugins/view/grampletview.py: Moved most the GrampletView into a pane widget svn: r14258 2010-02-07 Doug Blank * src/plugins/view/relview.py: 3559: Home button does not work in Relationship view. svn: r14257 2010-02-06 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Some cleaning. Use only GeoView.css. svn: r14256 2010-02-06 Benny Malengier * src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py, src/plugins/view/placetreeview.py: consistent strings for views svn: r14255 2010-02-06 Benny Malengier * src/plugins/view/geoview.py: string improvement in geoview svn: r14254 2010-02-06 Benny Malengier * README, src/TransUtils.py, src/gramps.py: FINALLY: this fixes translation issues with gtk.Builder on my box (ubuntu 9.10) svn: r14253 2010-02-06 Erik De Richter * po/nl.po: update nl translation svn: r14252 2010-02-06 Doug Blank * src/gui/views/treemodels/peoplemodel.py: 3572: Selection of People from picklist seems to not work because of PeopleModel change svn: r14251 2010-02-06 Benny Malengier * src/glade/catalog/README, src/glade/dbman.glade: glade 3 updates svn: r14250 2010-02-06 Doug Blank * src/Filters/Rules/Person/_HasCommonAncestorWith.py: 3136: Creating a graphical report crashes the report generator svn: r14249 2010-02-06 Doug Blank * src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py: 3569: Filter Sidebar should include a link to the Filter Editor svn: r14248 2010-02-06 Jérôme Rapinat * src/gui/views/listview.py, src/plugins/view/geoview.py: Make Filter Sidebar consistent on Menu svn: r14247 2010-02-06 Jérôme Rapinat * src/plugins/rel/relplugins.gpr.py: 2384: KinshipReport use hard to translate sentences (Josip) svn: r14246 2010-02-06 Serge Noiraud * src/plugins/view/geoview.py: GeoView : configuration window : save and some cleaning. svn: r14245 2010-02-06 Doug Blank * src/gui/filtereditor.py: 3328: Rule Editor does not select current rule to edit svn: r14244 2010-02-06 Peter Landgren * src/Relationship.py: Delete of debug print. svn: r14243 2010-02-06 Peter Landgren * src/Relationship.py: Better test for English rel calc. svn: r14242 2010-02-06 Peter Landgren * po/sv.po: Swedish translation update. svn: r14241 2010-02-05 Doug Blank * src/Filters/Rules/_Rule.py: 3557: optimization error svn: r14240 2010-02-05 Nick Hall * src/Utils.py: Make navigation labels consistent svn: r14239 2010-02-05 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Added configuration window. svn: r14238 2010-02-05 Benny Malengier * src/images/16x16/source/gramps-geo.svg, src/images/scalable/gramps-geo.svg: an icon for geoview which does not resemple the places view icon svn: r14237 2010-02-05 Benny Malengier * src/config.py: htmlview should be hidden svn: r14236 2010-02-05 Benny Malengier * src/plugins/view/geoview.gpr.py: fix wrong variable svn: r14235 2010-02-05 Benny Malengier * README, src/plugins/view/geoview.gpr.py: make README more clear as to how packagers must handle webkit/gecko choice svn: r14234 2010-02-05 Benny Malengier * src/plugins/view/placetreeview.gpr.py, src/plugins/view/view.gpr.py: consistent naming and order of views svn: r14233 2010-02-05 Benny Malengier * src/config.py, src/gui/viewmanager.py: remember in every view cat the last used view svn: r14232 2010-02-05 Nick Hall * src/gui/views/treemodels/treebasemodel.py: Performance improvement when reversing the order of a column svn: r14231 2010-02-05 Jérôme Rapinat * po/fr.po: update french translation svn: r14230 2010-02-05 Jérôme Rapinat * src/plugins/tool/tools.gpr.py: typo svn: r14229 2010-02-05 Gary Burton * src/plugins/graph/GVFamilyLines.py: Use name displayer. Bug 3530 svn: r14227 2010-02-05 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Toolbar optimization. svn: r14226 2010-02-05 Gary Burton * src/gui/views/treemodels/placemodel.py: Fix for bug 3566: The column Last Changed is empty for places svn: r14225 2010-02-05 Jérôme Rapinat * po/POTFILES.in, po/fr.po, po/gramps.pot: update references and partial french translation svn: r14224 2010-02-05 Benny Malengier * src/plugins/view/relview.py: fix bug on collapse of parents in relview" svn: r14223 2010-02-05 Benny Malengier * src/gui/views/treemodels/peoplemodel.py: fix bug: spouse data was not shown in personviews svn: r14222 2010-02-05 Peter Landgren * src/Relationship.py: Use English for English locale. svn: r14221 2010-02-05 Benny Malengier * src/gui/columnorder.py, src/plugins/view/relview.py: Move 2 more options to config, increase columndialog size svn: r14220 2010-02-04 Nick Hall * src/gui/views/listview.py, src/gui/views/treemodels/treebasemodel.py: Avoid detach model problem when reversing a column sort svn: r14219 2010-02-04 Gary Burton * src/gui/selectors/selectplace.py: Include recent change to PlaceListModel in get_handle_column svn: r14218 2010-02-04 Gary Burton * src/gui/selectors/selectplace.py: Include more place attributes in the place selector svn: r14217 2010-02-04 Nick Hall * src/gui/selectors/selectplace.py, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/placebasemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/placetreemodel.py, src/plugins/view/Makefile.am, src/plugins/view/placelistview.py, src/plugins/view/placetreeview.py, src/plugins/view/placeview.py, src/plugins/view/view.gpr.py: Rename placeview and placemodel classes for consistency svn: r14216 2010-02-04 Nick Hall * src/gui/views/listview.py: Remove unused constants svn: r14215 2010-02-04 Nick Hall * src/gui/editors/editevent.py: Add main participant to title svn: r14214 2010-02-04 Nick Hall * : Add svn:ignore property svn: r14213 2010-02-04 Peter Landgren * src/plugins/rel/relplugins.gpr.py: Update for Swedish under Windows. svn: r14211 2010-02-04 Peter Landgren * src/Utils.py: Fixed a typo. svn: r14210 2010-02-04 Peter Landgren * src/Relationship.py: Translation even if LANG missing or set wrong or None. svn: r14209 2010-02-04 Peter Landgren * src/Relationship.py: Translation even if LANG missing or set wrong or None. svn: r14208 2010-02-04 Peter Landgren * src/Relationship.py: Translation even if LANG missing or set wrong. svn: r14207 2010-02-04 Peter Landgren * src/Utils.py: Used replace parameter in Windows for encodeing problem with strange characters. svn: r14206 2010-02-04 Peter Landgren * src/Utils.py: Do not cut a string within an utf-8 sequence. svn: r14205 2010-02-03 Benny Malengier * src/config.py, src/gui/configure.py, src/gui/views/listview.py, src/gui/views/pageview.py, src/gui/widgets/labels.py, src/plugins/view/relview.py: Give relview a configuration, remove old config from preferences svn: r14204 2010-02-03 Doug Blank * src/plugins/view/grampletview.py: Now updates newly added gramplet svn: r14203 2010-02-03 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Don't show the filter when the database is not yet selected. svn: r14202 2010-02-03 Gerald Britton * src/plugins/bookreport.glade, src/plugins/tool/Verify.py, src/plugins/tool/verify.glade: fix some duplicate gtk object ids causing crashes on recent versions of gtk svn: r14201 2010-02-03 Benny Malengier * src/gui/views/Makefile.am, src/gui/views/placebaseview.py, src/plugins/lib/Makefile.am, src/plugins/lib/libplaceview.py, src/plugins/lib/libplugins.gpr.py, src/plugins/view/placetreeview.py, src/plugins/view/placeview.py: base place view should be a plugin lib, only used in other plugins svn: r14200 2010-02-03 Benny Malengier * src/gui/columnorder.py: Prettify columnorder a bit svn: r14199 2010-02-03 Nick Hall * src/gui/viewmanager.py: Revert unintentional commit svn: r14198 2010-02-03 Nick Hall * src/gui/viewmanager.py, src/gui/views/treemodels/peoplemodel.py: Fix bug where handle column not defined consistently between view and model svn: r14197 2010-02-03 Benny Malengier * src/plugins/view/personlistview.py, src/plugins/view/persontreeview.py: Add missing files from previous commit svn: r14196 2010-02-03 Benny Malengier * po/POTFILES.in, src/gui/selectors/selectperson.py, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/lib/Makefile.am, src/plugins/lib/libpersonview.py, src/plugins/lib/libplugins.gpr.py, src/plugins/tool/RelCalc.py, src/plugins/view/Makefile.am, src/plugins/view/personview.py, src/plugins/view/view.gpr.py: Use the new view plugin structure to offer a flat list person view svn: r14195 2010-02-03 Serge Noiraud * src/plugins/view/geoview.py: GeoView: Change the start page. svn: r14194 2010-02-02 Nick Hall * src/gui/views/listview.py: Fix moving to bookmark when object is the first in a flat view svn: r14193 2010-02-02 Benny Malengier * src/plugins/view/relview.py: make bookmarks work on review svn: r14192 2010-02-02 Gerald Britton * src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/ldsordbase.py, src/gen/lib/mediabase.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/urlbase.py, src/gui/views/treemodels/familymodel.py: Revert some map calls to list comps to correct bug introduced in rev. 14104 svn: r14191 2010-02-02 Benny Malengier * src/gui/editors/editprimary.py: fix bug: close not disconnected on dbchange svn: r14190 2010-02-02 Benny Malengier * src/ExportAssistant.py: new gtk version has also a set_window svn: r14187 2010-02-02 Rob G. Healey * src/ExportAssistant.py: Fixed line 122 in src/ExportAssistant.py, for gtk-2.19.4 and pygtk-2.17.0 for Fedora 13. svn: r14186 2010-02-01 Rob G. Healey * src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py: Fixed BirthdayReport and Calendar report from errors in commit 14178, which I created. svn: r14185 2010-02-01 Benny Malengier * src/gui/views/treemodels/notemodel.py: fix bug in notemodel, wrong offset svn: r14184 2010-02-01 Gerald Britton * src/gen/db/write.py: Remove method that is now unused as a result of changes in rev. 14179 svn: r14183 2010-02-01 Benny Malengier * src/gui/views/listview.py, src/gui/views/treemodels/placebasemodel.py: fix bug that prevents show change date in place view svn: r14182 2010-02-01 Benny Malengier * src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/notemodel.py: Fix sort on change issues svn: r14181 2010-02-01 Benny Malengier * src/gui/views/treemodels/notemodel.py: missing imports svn: r14180 2010-02-01 Benny Malengier * README, po/POTFILES.in, src/glade/Makefile.am, src/glade/columnorder.glade, src/gui/columnorder.py, src/gui/views/listview.py, src/gui/views/pageview.py: Reenable changing column order for all listviews svn: r14179 2010-02-01 Rob G. Healey * src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py: Remove GrampsLocale.long_months for DateHandler.display.long_months. svn: r14178 2010-02-01 Rob G. Healey * src/plugins/webreport/WebCal.py: Updated GrampsLocale.long_months to DateHandler.displayer.long_months. svn: r14177 2010-02-01 Benny Malengier * po/POTFILES.in, src/ColumnOrder.py, src/GrampsCfg.py, src/Makefile.am, src/config.py, src/gen/db/base.py, src/gen/db/dbconst.py, src/gen/db/read.py, src/gen/db/test/db_test.py, src/glade/Makefile.am, src/glade/configure.glade, src/glade/grampscfg.glade, src/gui/Makefile.am, src/gui/columnorder.py, src/gui/configure.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/pageview.py, src/gui/views/placebaseview.py, src/gui/views/treemodels/notemodel.py, src/plugins/import/ImportGrdb.py, src/plugins/lib/libgrdb.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/personview.py, src/plugins/view/placetreeview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Remove column config from db, move to the plugins Start with reuse of preferences for all configuration Allow all view plugins to set configuration dialog TODO: activate the column reorder in config of listviews svn: r14176 2010-01-30 Peter Landgren * src/plugins/lib/holidays.xml: nantionaldagen -> Nationaldagen. svn: r14175 2010-01-30 Doug Blank * src/plugins/lib/holidays.xml: Added Croatian (Josip) and standardized type names to lowercase svn: r14174 2010-01-30 Gerald Britton * src/Utils.py: fix bug causing problems with thumbnails and other attributes svn: r14173 2010-01-29 Doug Blank * src/plugins/view/grampletview.py: Handle non-object (function) gramplets' active setting svn: r14172 2010-01-29 Doug Blank * src/plugins/view/grampletview.py: When you close a detached gramplet, need to set active to the same as its viewpage svn: r14171 2010-01-29 Doug Blank * src/plugins/lib/holidays.xml, src/plugins/lib/libholiday.py: Renamed isodow to dow svn: r14170 2010-01-29 Nick Hall * src/plugins/lib/holidays.xml: Tweaks to English holidays svn: r14169 2010-01-29 Nick Hall * src/plugins/lib/holidays.xml, src/plugins/lib/libholiday.py: Add ISO day of week function svn: r14168 2010-01-29 Serge Noiraud * src/plugins/lib/holidays.xml: Adding holidays for France. svn: r14167 2010-01-29 Peter Landgren * src/plugins/lib/holidays.xml: Updated Swedish part. svn: r14166 2010-01-29 Peter Landgren * src/plugins/lib/holidays.xml, src/plugins/lib/libholiday.py: Easier method (and correct) to calculate Midsommardagen. svn: r14165 2010-01-29 Doug Blank * src/plugins/lib/libholiday.py: Polish on workday/weekend offset svn: r14164 2010-01-29 Doug Blank * src/plugins/lib/libholiday.py: added 'workday' and 'weekend' to offset svn: r14163 2010-01-29 Doug Blank * src/plugins/lib/libholiday.py: Added month names for year/MON/day form svn: r14162 2010-01-29 Doug Blank * src/plugins/view/grampletview.py: Redraw initially closed, then maximized gramplet svn: r14161 2010-01-29 Peter Landgren * src/plugins/lib/holidays.xml, src/plugins/lib/libholiday.py: Fix for Swedish Midsummer Day. svn: r14160 2010-01-28 Nick Hall * src/plugins/lib/holidays.xml: Add English holidays svn: r14159 2010-01-28 Gerald Britton * src/plugins/drawreport/StatisticsChart.py: fix little bug checking for wrong condition svn: r14158 2010-01-28 Peter Landgren * src/ReportBase/_GraphvizReportDialog.py: Fix of issue 3531. svn: r14157 2010-01-28 Peter Landgren * src/plugins/graph/GVRelGraph.py: Fix of issue 3531. svn: r14156 2010-01-28 Peter Landgren * src/plugins/rel/rel_sv.py: Fix of minor bug in inlaw. svn: r14155 2010-01-28 Doug Blank * src/plugins/tool/CalculateEstimatedDates.py: Added help trans, and fixed .transaction issue svn: r14154 2010-01-28 Doug Blank * src/Simple/_SimpleTable.py: Attempts to fix unicode column text svn: r14153 2010-01-28 Doug Blank * src/plugins/lib/holidays.xml, src/plugins/lib/libholiday.py: 3537: Wrong easter calculation in birthday report, and updated holidays svn: r14152 2010-01-28 Brian Matherly * po/pl.po, src/plugins/rel/rel_pl.py: Update to polish translation from Łukasz Rymarczyk svn: r14151 2010-01-27 Doug Blank * src/Utils.py: Some fixes for Age on Date svn: r14149 2010-01-27 Doug Blank * src/Simple/_SimpleTable.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/WhatsNext.py: Fixed some optimized reference copy errors svn: r14148 2010-01-27 Doug Blank * src/Utils.py, src/plugins/quickview/AgeOnDate.py, src/plugins/tool/CalculateEstimatedDates.py: Some bug fixes on Probably Alive svn: r14147 2010-01-27 Doug Blank * src/gen/lib/person.py: A method for comparing person == person svn: r14146 2010-01-27 Brian Matherly * src/gen/lib/date.py: PEP8 Improvements. Remove dependency on DateHandler. svn: r14145 2010-01-26 Peter Landgren * src/plugins/docgen/LaTeXDoc.py: Notes and Endnotes look better now, but there are more to done. svn: r14144 2010-01-26 Gerald Britton * src/gui/views/listview.py, src/plugins/drawreport/StatisticsChart.py: Tweaks svn: r14143 2010-01-26 Doug Blank * src/plugins/view/grampletview.py: If detached, force active svn: r14142 2010-01-26 Doug Blank * src/gen/plug/_gramplet.py, src/plugins/view/grampletview.py: Refinements on statusbar update; only updated when really necessary; fixed bug in updating when db is closed svn: r14141 2010-01-26 Doug Blank * src/gen/plug/_gramplet.py, src/plugins/view/grampletview.py: Start out dirty and not active; removed debugging stuff svn: r14140 2010-01-26 Doug Blank * src/gui/views/listview.py: Fixed bug reveal by optimization svn: r14139 2010-01-26 Doug Blank * src/gen/plug/_gramplet.py, src/plugins/view/grampletview.py: Gramplets only update when active, detached, or forced svn: r14138 2010-01-25 Doug Blank * src/PluginUtils/_PluginWindows.py: Renamed for_gramps to gramps_target_version; added newplugin function to work on additional register style svn: r14137 2010-01-25 Doug Blank * src/gen/plug/_pluginreg.py: Renamed for_gramps to gramps_target_version svn: r14136 2010-01-25 Gerald Britton * src/Filters/Rules/Person/_DeepRelationshipPathBetween.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/GrampsCfg.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/Relationship.py, src/gen/db/base.py, src/gen/lib/notebase.py, src/gen/utils/callman.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/editfamily.py, src/gui/editors/editprimary.py, src/gui/editors/objectentries.py, src/gui/filtereditor.py, src/gui/pluginmanager.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/plugins/Records.py, src/plugins/docgen/RTFDoc.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/PluginManagerGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/import/ImportCsv.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libgrdb.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/all_relations.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/KinshipReport.py, src/plugins/tool/Check.py, src/plugins/tool/EventCmp.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/view/familyview.py, src/plugins/view/geoview.py, src/plugins/view/grampletview.py, src/plugins/view/relview.py, src/plugins/webreport/WebCal.py: Use built-in functions to replace for loops: Old code: for x in y: f(x) New Code: map(f, y) Also use defaultdict instead of simple dict when advantageous and use list comprehensions instead of for loops where map() could be used but requires lambdas. svn: r14135 2010-01-25 Gerald Britton * src/web/libdjango.py: Use list comprehensions and built-in functions svn: r14134 2010-01-25 Peter Landgren * src/gui/editors/Makefile.am: Fixed typo. svn: r14133 2010-01-25 Peter Landgren * src/gui/editors/displaytabs/Makefile.am: Fixed typo. svn: r14132 2010-01-25 Jérôme Rapinat * po/zh_CN.po: Update Chinese translation (by Honeyword) svn: r14131 2010-01-25 Peter Landgren * src/Filters/Rules/Person/Makefile.am: Added missed file. svn: r14130 2010-01-25 Peter Landgren * src/Filters/Rules/Makefile.am: Added missed files. svn: r14129 2010-01-25 Peter Landgren * src/gen/plug/Makefile.am: Added missed file. svn: r14127 2010-01-25 Peter Landgren * src/gen/mime/Makefile.am: Fixed a typo. svn: r14126 2010-01-25 Brian Matherly * src/gen/lib/date.py, src/plugins/export/ExportGedcom.py, src/plugins/lib/libgedcom.py, src/plugins/webreport/NarrativeWeb.py: Move GEDCOM date functions into libgedcom. svn: r14125 2010-01-25 Brian Matherly * src/DateHandler/_DateUtils.py, src/GrampsCfg.py: Remove redundant calendar function from DateHandler. svn: r14124 2010-01-25 Doug Blank * src/PluginUtils/_PluginWindows.py: Install plugins from wiki, Part 2. Last remaining part is to give feedback and check for proper plugin version svn: r14123 2010-01-25 Doug Blank * src/gen/plug/__init__.py, src/gen/plug/_pluginreg.py: Added a make_environment function for evaluating gpr.py envs svn: r14122 2010-01-24 Doug Blank * src/gen/plug/_pluginreg.py: Support for plugin.for_gramps = '3.2' in registry svn: r14121 2010-01-24 Doug Blank * src/const.py.in: Make const.py.in work for Windows, too svn: r14120 2010-01-24 Brian Matherly * src/gen/__init__.py: Fix comment description in gen module. svn: r14119 2010-01-24 Brian Matherly * configure.in, po/POTFILES.in, src/Makefile.am, src/Mime/Makefile.am, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/Mime/_WinMime.py, src/Mime/__init__.py, src/ThumbNails.py, src/gen/Makefile.am, src/gen/__init__.py, src/gen/mime/Makefile.am, src/gen/mime/__init__.py, src/gen/mime/_gnomemime.py, src/gen/mime/_pythonmime.py, src/gen/mime/_winmime.py, src/gramps.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/view/mediaview.py, src/plugins/webreport/NarrativeWeb.py: Continued work on GEP008: move src/Mime to src/gen/mime. svn: r14118 2010-01-24 Doug Blank * src/plugins/tool/CalculateEstimatedDates.py: Added est date modifier type (about, or after/before) svn: r14117 2010-01-24 Doug Blank * src/Utils.py: Cleanup, removed old functions svn: r14116 2010-01-24 Doug Blank * src/gen/plug/_pluginreg.py, src/gramps.py: Had to allow links now that plugins is a dir inside gramps32 to allow flexibility in addons svn: r14115 2010-01-24 Doug Blank * src/web/dbdjango.py, src/web/djangodb.py: Moved djangodb.py to dbdjango.py svn: r14114 2010-01-24 Doug Blank * src/web/djangodb.py, src/web/grampsdb/views.py, src/web/libdjango.py, src/web/utils.py: Renamed djangodb.DjangoDb to dbdjango.DbDjango svn: r14113 2010-01-24 Doug Blank * src/gen/db/__init__.py: Fixed DbDjango's svn: r14112 2010-01-24 Doug Blank * src/gen/db/__init__.py: Added doc notes on new database hierarchy svn: r14111 2010-01-24 Doug Blank * src/config.py, src/const.py.in, src/gen/utils/configmanager.py: Moved plugins to ~/.gramps/gramps32/plugins and ini to ~/.gramps/gramps32/ svn: r14110 2010-01-24 Brian Matherly * src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/Mime/_WinMime.py, src/ThumbNails.py, src/gui/editors/addmedia.py, src/gui/editors/editmedia.py: Move find_mime_type_pixbuf from the Mime module to ThumbNails. It is more closely related to thumbnails than mime. svn: r14109 2010-01-23 Nick Hall * src/plugins/view/personview.py: Fix selected handles for merge operations svn: r14108 2010-01-22 Peter Landgren * src/gen/Makefile.am: Something forgotten. svn: r14107 2010-01-22 Peter Landgren * src/gen/display/Makefile.am: Something forgotten. svn: r14106 2010-01-22 Erik De Richter * po/nl.po: update nl translation svn: r14105 2010-01-21 Gerald Britton * src/Filters/Rules/Place/_HasPlace.py, src/GrampsLogger/_RotateHandler.py, src/ScratchPad.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/UndoHistory.py, src/Utils.py, src/docgen/TextBufDoc.py, src/gen/db/base.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/family.py, src/gen/lib/ldsordbase.py, src/gen/lib/mediabase.py, src/gen/lib/notebase.py, src/gen/lib/person.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/urlbase.py, src/gen/proxy/private.py, src/gui/editors/editfamily.py, src/gui/pluginmanager.py, src/gui/views/treemodels/familymodel.py, src/plugins/export/ExportGedcom.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/lib/libgrdb.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/PatchNames.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/Verify.py, src/plugins/view/fanchartview.py, src/web/libdjango.py, src/web/utils.py, test/GrampsDb/GrampsDbBase_Test.py: Simplify with built-in functions where possible. e.g. change [x for x in y if x] to filter(None, y) change [f(x) for x in y] to map(f, x) change [x for x in y] to list(y) These changes reduce source code size and complexity and produce some minor performance gains svn: r14104 2010-01-21 Doug Blank * src/Lru.py: 3527: People View sometimes skips items because of LRU key error svn: r14103 2010-01-20 Doug Blank * src/Utils.py, src/plugins/tool/CalculateEstimatedDates.py: probably_alive and CalcEstDates now share same codebase; rewritten probably_alive svn: r14102 2010-01-20 Doug Blank * src/gen/lib/date.py: Added two additional cases for date matches: <=, >= svn: r14101 2010-01-19 Serge Noiraud * src/plugins/view/geoview.py, src/plugins/view/htmlrenderer.py: GeoView : issue 3497 adds filters. javascript errors when switching between maps. svn: r14100 2010-01-19 Erik De Richter * po/nl.po: update nl translation svn: r14099 2010-01-19 Peter Landgren * src/plugins/docgen/RTFDoc.py: Better output of pre- and unformatted notes and of end notes references. svn: r14098 2010-01-19 Peter Landgren * src/plugins/docgen/AsciiDoc.py: Better output of pre- and unformatted notes and of end notes references. svn: r14097 2010-01-18 Gerald Britton * src/plugins/docgen/LaTeXDoc.py: Tweaks and minor refactoring svn: r14096 2010-01-18 Peter Landgren * src/glade/editnote.glade: More info in tooltip text about formatting. svn: r14095 2010-01-18 Jérôme Rapinat * src/plugins/rel/Makefile.am, src/plugins/rel/rel_hr.py, src/plugins/rel/relplugins.gpr.py: 2384: KinshipReport use hard to translate sentences (by Josip) svn: r14094 2010-01-18 Jérôme Rapinat * po/POTFILES.skip, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Person/_MatchesEventFilter.py, src/Filters/Rules/_MatchesEventFilterBase.py, src/Filters/Rules/_MatchesSourceFilterBase.py, src/Filters/Rules/__init__.py: 3105: general base objects svn: r14093 2010-01-18 Peter Landgren * po/sv.po: Just an update. svn: r14092 2010-01-18 Brian Matherly * po/test/po_test.py, src/Assistant.py, src/Bookmarks.py, src/ColumnOrder.py, src/DateEdit.py, src/DisplayState.py, src/ExportAssistant.py, src/ExportOptions.py, src/Filters/Rules/Event/_AllEvents.py, src/Filters/Rules/Event/_ChangedSince.py, src/Filters/Rules/Event/_EventPrivate.py, src/Filters/Rules/Event/_HasAttribute.py, src/Filters/Rules/Event/_HasData.py, src/Filters/Rules/Event/_HasGallery.py, src/Filters/Rules/Event/_HasIdOf.py, src/Filters/Rules/Event/_HasMarkerOf.py, src/Filters/Rules/Event/_HasNote.py, src/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Event/_HasNoteRegexp.py, src/Filters/Rules/Event/_HasReferenceCountOf.py, src/Filters/Rules/Event/_HasSource.py, src/Filters/Rules/Event/_HasType.py, src/Filters/Rules/Event/_MatchesFilter.py, src/Filters/Rules/Event/_MatchesPersonFilter.py, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Event/_RegExpIdOf.py, src/Filters/Rules/Family/_AllFamilies.py, src/Filters/Rules/Family/_ChangedSince.py, src/Filters/Rules/Family/_ChildHasIdOf.py, src/Filters/Rules/Family/_ChildHasNameOf.py, src/Filters/Rules/Family/_FamilyPrivate.py, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_FatherHasNameOf.py, src/Filters/Rules/Family/_HasAttribute.py, src/Filters/Rules/Family/_HasEvent.py, src/Filters/Rules/Family/_HasGallery.py, src/Filters/Rules/Family/_HasIdOf.py, src/Filters/Rules/Family/_HasLDS.py, src/Filters/Rules/Family/_HasMarkerOf.py, src/Filters/Rules/Family/_HasNote.py, src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Family/_HasNoteRegexp.py, src/Filters/Rules/Family/_HasReferenceCountOf.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Family/_HasSource.py, src/Filters/Rules/Family/_IsBookmarked.py, src/Filters/Rules/Family/_MatchesFilter.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_MotherHasNameOf.py, src/Filters/Rules/Family/_RegExpChildName.py, src/Filters/Rules/Family/_RegExpFatherName.py, src/Filters/Rules/Family/_RegExpIdOf.py, src/Filters/Rules/Family/_RegExpMotherName.py, src/Filters/Rules/Family/_SearchChildName.py, src/Filters/Rules/Family/_SearchFatherName.py, src/Filters/Rules/Family/_SearchMotherName.py, src/Filters/Rules/MediaObject/_AllMedia.py, src/Filters/Rules/MediaObject/_ChangedSince.py, src/Filters/Rules/MediaObject/_HasAttribute.py, src/Filters/Rules/MediaObject/_HasIdOf.py, src/Filters/Rules/MediaObject/_HasMedia.py, src/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/MediaObject/_HasNoteRegexp.py, src/Filters/Rules/MediaObject/_HasReferenceCountOf.py, src/Filters/Rules/MediaObject/_MatchesFilter.py, src/Filters/Rules/MediaObject/_MediaPrivate.py, src/Filters/Rules/MediaObject/_RegExpIdOf.py, src/Filters/Rules/Note/_AllNotes.py, src/Filters/Rules/Note/_ChangedSince.py, src/Filters/Rules/Note/_HasIdOf.py, src/Filters/Rules/Note/_HasMarkerOf.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Note/_HasReferenceCountOf.py, src/Filters/Rules/Note/_MatchesFilter.py, src/Filters/Rules/Note/_MatchesRegexpOf.py, src/Filters/Rules/Note/_MatchesSubstringOf.py, src/Filters/Rules/Note/_NotePrivate.py, src/Filters/Rules/Note/_RegExpIdOf.py, src/Filters/Rules/Person/_ChangedSince.py, src/Filters/Rules/Person/_DeepRelationshipPathBetween.py, src/Filters/Rules/Person/_Disconnected.py, src/Filters/Rules/Person/_Everyone.py, src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py, src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAssociation.py, src/Filters/Rules/Person/_HasAttribute.py, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_HasCompleteRecord.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/Person/_HasFamilyAttribute.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/Person/_HasGallery.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Person/_HasLDS.py, src/Filters/Rules/Person/_HasMarkerOf.py, src/Filters/Rules/Person/_HasNameOf.py, src/Filters/Rules/Person/_HasNote.py, src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Person/_HasNoteRegexp.py, src/Filters/Rules/Person/_HasRelationship.py, src/Filters/Rules/Person/_HasSource.py, src/Filters/Rules/Person/_HasSourceOf.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Filters/Rules/Person/_HasUnknownGender.py, src/Filters/Rules/Person/_HaveAltFamilies.py, src/Filters/Rules/Person/_HaveChildren.py, src/Filters/Rules/Person/_IncompleteNames.py, src/Filters/Rules/Person/_IsAncestorOf.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsBookmarked.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDefaultPerson.py, src/Filters/Rules/Person/_IsDescendantFamilyOf.py, src/Filters/Rules/Person/_IsDescendantOf.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsFemale.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsMale.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py, src/Filters/Rules/Person/_IsWitness.py, src/Filters/Rules/Person/_MatchIdOf.py, src/Filters/Rules/Person/_MatchesEventFilter.py, src/Filters/Rules/Person/_MatchesFilter.py, src/Filters/Rules/Person/_MissingParent.py, src/Filters/Rules/Person/_MultipleMarriages.py, src/Filters/Rules/Person/_NeverMarried.py, src/Filters/Rules/Person/_NoBirthdate.py, src/Filters/Rules/Person/_PeoplePrivate.py, src/Filters/Rules/Person/_PersonWithIncompleteEvent.py, src/Filters/Rules/Person/_ProbablyAlive.py, src/Filters/Rules/Person/_RegExpIdOf.py, src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/Rules/Person/_SearchName.py, src/Filters/Rules/Place/_AllPlaces.py, src/Filters/Rules/Place/_ChangedSince.py, src/Filters/Rules/Place/_HasGallery.py, src/Filters/Rules/Place/_HasIdOf.py, src/Filters/Rules/Place/_HasNoLatOrLon.py, src/Filters/Rules/Place/_HasNote.py, src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Place/_HasNoteRegexp.py, src/Filters/Rules/Place/_HasPlace.py, src/Filters/Rules/Place/_HasReferenceCountOf.py, src/Filters/Rules/Place/_InLatLonNeighborhood.py, src/Filters/Rules/Place/_MatchesEventFilter.py, src/Filters/Rules/Place/_MatchesFilter.py, src/Filters/Rules/Place/_PlacePrivate.py, src/Filters/Rules/Place/_RegExpIdOf.py, src/Filters/Rules/Repository/_AllRepos.py, src/Filters/Rules/Repository/_ChangedSince.py, src/Filters/Rules/Repository/_HasIdOf.py, src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Repository/_HasNoteRegexp.py, src/Filters/Rules/Repository/_HasReferenceCountOf.py, src/Filters/Rules/Repository/_HasRepo.py, src/Filters/Rules/Repository/_MatchesFilter.py, src/Filters/Rules/Repository/_RegExpIdOf.py, src/Filters/Rules/Repository/_RepoPrivate.py, src/Filters/Rules/Source/_AllSources.py, src/Filters/Rules/Source/_ChangedSince.py, src/Filters/Rules/Source/_HasGallery.py, src/Filters/Rules/Source/_HasIdOf.py, src/Filters/Rules/Source/_HasNote.py, src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Source/_HasNoteRegexp.py, src/Filters/Rules/Source/_HasReferenceCountOf.py, src/Filters/Rules/Source/_HasRepository.py, src/Filters/Rules/Source/_HasSource.py, src/Filters/Rules/Source/_MatchesFilter.py, src/Filters/Rules/Source/_RegExpIdOf.py, src/Filters/Rules/Source/_SourcePrivate.py, src/Filters/Rules/_ChangedSinceBase.py, src/Filters/Rules/_Everything.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasMarkerBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/Filters/Rules/_HasReferenceCountBase.py, src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_IsPrivate.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/Rules/_RegExpIdBase.py, src/Filters/Rules/_Rule.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/Filters/_FilterParser.py, src/Filters/_FilterStore.py, src/Filters/_SearchBar.py, src/GrampsAboutDialog.py, src/GrampsCfg.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/LdsUtils.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/Mime/_WinMime.py, src/PlaceUtils.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Tool.py, src/QuestionDialog.py, src/QuickReports.py, src/Relationship.py, src/Reorder.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Constants.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_Endnotes.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_StyleEditor.py, src/ScratchPad.py, src/Simple/_SimpleTable.py, src/Spell.py, src/TipOfDay.py, src/ToolTips.py, src/TransUtils.py, src/UndoHistory.py, src/Utils.py, src/cli/arghandler.py, src/cli/argparser.py, src/cli/clidbman.py, src/cli/grampscli.py, src/config.py, src/docgen/ODSTab.py, src/docgen/TextBufDoc.py, src/gen/Makefile.am, src/gen/db/base.py, src/gen/db/exceptions.py, src/gen/db/read.py, src/gen/db/undoredo.py, src/gen/db/write.py, src/gen/display/name.py, src/gen/ggettext.py, src/gen/lib/attrtype.py, src/gen/lib/childreftype.py, src/gen/lib/date.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/familyreltype.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/markertype.py, src/gen/lib/nametype.py, src/gen/lib/notetype.py, src/gen/lib/repotype.py, src/gen/lib/srcmediatype.py, src/gen/lib/styledtexttagtype.py, src/gen/lib/urltype.py, src/gen/plug/_gramplet.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gen/plug/docbackend/docbackend.py, src/gen/proxy/private.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/editors/addmedia.py, src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/attrembedlist.py, src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/dataembedlist.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/familyldsembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/ldsembedlist.py, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/notetab.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/personrefembedlist.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/displaytabs/sourceembedlist.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editchildref.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editlocation.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editplace.py, src/gui/editors/editprimary.py, src/gui/editors/editreporef.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py, src/gui/editors/editsourceref.py, src/gui/editors/editurl.py, src/gui/editors/objectentries.py, src/gui/filtereditor.py, src/gui/grampsgui.py, src/gui/selectors/selectevent.py, src/gui/selectors/selectfamily.py, src/gui/selectors/selectnote.py, src/gui/selectors/selectobject.py, src/gui/selectors/selectperson.py, src/gui/selectors/selectplace.py, src/gui/selectors/selectrepository.py, src/gui/selectors/selectsource.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/views/placebaseview.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placebasemodel.py, src/gui/views/treemodels/placetreemodel.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/buttons.py, src/gui/widgets/expandcollapsearrow.py, src/gui/widgets/labels.py, src/gui/widgets/progressdialog.py, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/validatedmaskedentry.py, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/FaqGramplet.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PluginManagerGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/ToDoGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/gramplet/WelcomeGramplet.py, src/plugins/gramplet/WhatsNext.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGedcom.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportGpkg.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/libgedcom.py, src/plugins/lib/libgrdb.py, src/plugins/lib/libholiday.py, src/plugins/lib/libhtmlconst.py, src/plugins/lib/libtranslate.py, src/plugins/mapservices/eniroswedenmap.py, src/plugins/mapservices/googlemap.py, src/plugins/mapservices/openstreetmap.py, src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/OnThisDay.py, src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/all_events.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/lineage.py, src/plugins/quickview/siblings.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/MediaManager.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/PatchNames.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/SortEvents.py, src/plugins/tool/SoundGen.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/tool/Verify.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoview.py, src/plugins/view/grampletview.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.py, src/plugins/view/personview.py, src/plugins/view/placetreeview.py, src/plugins/view/placeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. svn: r14091 2010-01-18 Doug Blank * src/PluginUtils/_PluginWindows.py: Plugin Manager part 3: can now install plugins svn: r14090 2010-01-17 Doug Blank * configure.in: Removed src/FilterEditor/ and src/BasicUtils/ from config svn: r14089 2010-01-17 Doug Blank * src/PluginUtils/_PluginWindows.py, src/config.py, src/const.py.in: Plugin Manager, part 2 of 3: updates trunk for using 3.2 manual, Plugin Manager gets addon list from wiki svn: r14088 2010-01-17 Doug Blank * src/gen/utils/configmanager.py: Bug in comparing defaults if no deepcopy svn: r14087 2010-01-17 Doug Blank * src/PluginUtils/_PluginWindows.py, src/gen/plug/_manager.py, src/gui/grampsgui.py, src/gui/viewmanager.py, src/gui/views/placebaseview.py: Plugin Manager refinements, part 1: refactored plugin lists, renamed Plugin Status to Plugin Manager, added functionality on loaded plugin page svn: r14086 2010-01-17 Doug Blank * src/gen/utils/configmanager.py: Refined API: better arg names, and better docstring; allow config to get path implicitly, ala our Glade API svn: r14085 2010-01-17 Doug Blank * src/TransUtils.py: Add ability to ask for addon translator without giving filename, ala our Glade API svn: r14084 2010-01-16 Doug Blank * src/plugins/gramplet/AgeStats.py: Added a yield occasionaly in main svn: r14083 2010-01-16 Doug Blank * src/plugins/gramplet/PedigreeGramplet.py: Make main a generator svn: r14082 2010-01-16 Gary Burton * src/plugins/tool/RelCalc.py: Fix for tree model changes. See bug 3503 svn: r14081 2010-01-16 Jérôme Rapinat * po/bg.po, po/es.po, po/fi.po, po/hu.po, po/sk.po: Merge more recent translations from branch (3.1.3) svn: r14080 2010-01-14 Peter Landgren * src/plugins/docgen/LaTeXDoc.py: Trying to fix Notes and end notes ref. It is better now, but still some more to do. svn: r14079 2010-01-14 Jérôme Rapinat * po/sr@latin.po: rename sr@latin.po to sr.po svn: r14078 2010-01-14 Jérôme Rapinat * po/sr.po: rename sr@latin.po to sr.po svn: r14077 2010-01-14 Rob G. Healey * configure.in: Added src/gen/display/Makefile to configure.in to allow compilation to complete. svn: r14076 2010-01-14 Brian Matherly * src/Makefile.am, src/ansel_utf8.py, src/plugins/lib/libgedcom.py: Continued work on GEP008: Move contents of ansel_utf8.py into libgedcom.py since that is the only place it is used. svn: r14075 2010-01-14 Brian Matherly * po/POTFILES.in, src/FilterEditor/Makefile.am, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/FilterEditor/__init__.py, src/Makefile.am, src/gui/Makefile.am, src/gui/filtereditor.py, src/gui/views/listview.py, src/plugins/tool/EventCmp.py, src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.py, src/plugins/view/relview.py: Continued work on GEP008: Consolidate src/FilterEditor files into one file and move it to gui/filtereditor.py. svn: r14074 2010-01-14 Brian Matherly * src/Sort.py: NameDisplay was moved. svn: r14073 2010-01-14 Brian Matherly * po/POTFILES.in, src/BasicUtils/Makefile.am, src/BasicUtils/_NameDisplay.py, src/BasicUtils/__init__.py, src/Bookmarks.py, src/DisplayState.py, src/Errors.py, src/ExportOptions.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_ShowResults.py, src/GrampsCfg.py, src/Merge/_MergePerson.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_Tool.py, src/Reorder.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportUtils.py, src/Simple/_SimpleAccess.py, src/SubstKeywords.py, src/Utils.py, src/cli/grampscli.py, src/gen/Makefile.am, src/gen/display/Makefile.am, src/gen/display/__init__.py, src/gen/display/name.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/personrefmodel.py, src/gui/editors/editchildref.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editname.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editprimary.py, src/gui/viewmanager.py, src/gui/views/navigationview.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/peoplemodel.py, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/TimeLine.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/gramplet/WhatsNext.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportXml.py, src/plugins/lib/libformatting.py, src/plugins/lib/libnarrate.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/Check.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/EventNames.py, src/plugins/tool/FindDupes.py, src/plugins/tool/RelCalc.py, src/plugins/view/fanchartview.py, src/plugins/view/geoview.py, src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.py, src/plugins/view/personview.py, src/plugins/view/relview.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display. svn: r14072 2010-01-13 Rob G. Healey * src/Makefile.am: Removed Navigation.py from src/Makefile.am so that it will build correctly. svn: r14071 2010-01-13 Mirko Leonhäuser * po/de.po: Update german translation svn: r14070 2010-01-13 Gerald Britton * src/gui/views/treemodels/treebasemodel.py: Tweaks to reduce source- and byte-code sizes svn: r14069 2010-01-13 Benny Malengier * src/gui/views/treemodels/treebasemodel.py: fix 3 one line bugs in treebasemodel svn: r14068 2010-01-13 Serge Noiraud * README: Add comments for packaging : webkit ang gecko engines. svn: r14067 2010-01-13 Peter Landgren * src/plugins/lib/libcairodoc.py: Fix of issue 2848. svn: r14066 2010-01-13 Peter Landgren * src/ReportBase/_Endnotes.py: Fix of issue 2848. svn: r14065 2010-01-13 Peter Landgren * src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/RTFDoc.py: Fix of issue 2848. svn: r14064 2010-01-13 Peter Landgren * src/gen/plug/docgen/textdoc.py: Fix of issue 2848. svn: r14063 2010-01-13 Jérôme Rapinat * src/plugins/rel/rel_fr.py: typo svn: r14062 2010-01-13 Nick Hall * src/DisplayState.py, src/gui/views/navigationview.py, src/gui/views/placebaseview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Add Most Recently Used object functionality to Go menu svn: r14061 2010-01-13 Gerald Britton * src/gen/db/txn.py: Use defaultdict instead of dict to simplify code and improve performance svn: r14060 2010-01-13 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/ar.po, po/fr.po, po/gramps.pot, po/mk.po, po/sl.po, po/sq.po, po/sr@latin.po: wrong permissions svn: r14059 2010-01-13 Benny Malengier * RELEASE_NOTES: start of release notes svn: r14058 2010-01-13 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip, po/fr.po, po/gramps.pot: wrong permissions svn: r14057 2010-01-13 Peter Landgren * src/plugins/rel/rel_sv.py: Update after Brians rev 14053. svn: r14056 2010-01-13 Jérôme Rapinat * po/ar.po, po/sr@latin.po: merged with last template svn: r14055 2010-01-13 Jérôme Rapinat * po/ar.po, po/sr@latin.po: copy Arabic and Serbian latin translations - not on install yet - were out of SVN svn: r14054 2010-01-13 Brian Matherly * src/Relationship.py, src/plugins/rel/rel_de.py, src/plugins/rel/rel_fr.py, src/plugins/rel/rel_ru.py, src/plugins/rel/rel_sk.py, src/plugins/rel/rel_sv.py, src/plugins/rel/relplugins.gpr.py, src/plugins/textreport/KinshipReport.py: Make in-law relationships easier to translate for the Kinship Report. svn: r14053 2010-01-12 Benny Malengier * src/gui/views/treemodels/treebasemodel.py: On delete of node in treeview, remove handle link so that goto_handle unsets selection svn: r14052 2010-01-12 Benny Malengier * src/gui/views/treemodels/placetreemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/view/placetreeview.py: 1. remove leftover from using nodeid as iter 2. fix error in add on placetreeview: preset values with node.name of parents svn: r14051 2010-01-12 Jérôme Rapinat * po/POTFILES.in, po/fr.po, po/gramps.pot: Update French translation svn: r14050 2010-01-12 Jérôme Rapinat * po/POTFILES.in, po/fr.po, po/gramps.pot: Update French translation svn: r14049 2010-01-12 Doug Blank * src/gen/db/read.py, src/gen/plug/_gramplet.py: Revised iterable table interface; removed DbEngine and DbTable svn: r14048 2010-01-12 Jérôme Rapinat * src/plugins/rel/rel_cs.py: 1683 Untranslatable text in Relationship calculator window - was the last one still using old API svn: r14046 2010-01-12 Jérôme Rapinat * src/plugins/rel/rel_fr.py: get rid of generation limitation (was 30) svn: r14045 2010-01-12 Doug Blank * src/gramps.py: Added missing _; return errors and print svn: r14044 2010-01-12 Jérôme Rapinat * po/fr.po, po/gramps.pot, src/plugins/tool/tools.gpr.py: Do not need to translate DEBUG tools (name, description) svn: r14043 2010-01-12 Brian Matherly * src/plugins/lib/libnarrate.py, src/plugins/lib/libtranslate.py, src/plugins/textreport/AncestorReport.py: Add ngettext, sgettext, sngettext to libtranslate. svn: r14042 2010-01-12 Jérôme Rapinat * po/POTFILES.in, src/plugins/gramplet/DescendGramplet.py, src/plugins/textreport/DescendReport.py: Do not need to translate variables svn: r14041 2010-01-12 Benny Malengier * src/gui/views/treemodels/placetreemodel.py, src/gui/views/treemodels/treebasemodel.py: correct not general string, more logical treeview svn: r14040 2010-01-12 Nick Hall * src/DisplayState.py: Clear all navigation history on change of database svn: r14039 2010-01-12 Nick Hall * src/Bookmarks.py, src/DisplayState.py, src/Utils.py: Fix bug in bookmark organiser introduced with commit 14023 svn: r14038 2010-01-11 Nick Hall * src/plugins/view/pedigreeviewext.py, src/plugins/view/personview.py: Bug fixes for commit 14023 svn: r14037 2010-01-11 Doug Blank * src/gen/db/read.py: Missing underscore svn: r14036 2010-01-11 Doug Blank * src/gen/db/read.py, src/gen/plug/_gramplet.py: Towards an DbEngine, for a variety of reasons svn: r14035 2010-01-11 Doug Blank * src/plugins/tool/CalculateEstimatedDates.py: Some minor refinements svn: r14034 2010-01-11 Jérôme Rapinat * src/plugins/rel/rel_hu.py: 1683 Untranslatable text in Relationship calculator window - keep level logic but avoid index out of range svn: r14033 2010-01-11 Doug Blank * src/plugins/tool/CalculateEstimatedDates.py: 3511: Minor improvements on new 'Calculate Estimated dates' tool svn: r14032 2010-01-11 Doug Blank * src/PluginUtils/_PluginWindows.py: Fix for activating a notepad that hasn't been shown yet can crash python svn: r14031 2010-01-11 Doug Blank * src/gen/utils/configmanager.py: 3506: Allow third-party plugins (addons) to have their own config.ini file svn: r14030 2010-01-11 Doug Blank * src/gen/plug/_gramplet.py: Added get_active_object svn: r14029 2010-01-11 Benny Malengier * src/gui/views/treemodels/treebasemodel.py: Only clear dicts, don't reassign svn: r14028 2010-01-11 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : issue 3439, 3440, 3461, 3462 svn: r14026 2010-01-10 Brian Matherly * po/POTFILES.in, src/BasicUtils/Makefile.am, src/BasicUtils/_UpdateCallback.py, src/BasicUtils/__init__.py, src/gen/Makefile.am, src/gen/db/write.py, src/gen/updatecallback.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportXml.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgedcom.py, src/plugins/tool/MediaManager.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/Verify.py: Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py. svn: r14025 2010-01-10 Benny Malengier * src/gui/views/listview.py, src/gui/views/placebaseview.py, src/gui/views/treemodels/placetreemodel.py, src/plugins/view/placetreeview.py: fix goto_handle on row update change placetreeview somewhat, further to discuss svn: r14024 2010-01-10 Nick Hall * src/Bookmarks.py, src/DbState.py, src/DisplayState.py, src/ExportAssistant.py, src/Navigation.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Tool.py, src/Simple/_SimpleTable.py, src/Utils.py, src/cli/grampscli.py, src/gen/plug/_gramplet.py, src/gui/editors/editperson.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/placebaseview.py, src/plugins/BookReport.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/NotRelated.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/geoview.py, src/plugins/view/grampletview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.py, src/plugins/view/personview.py, src/plugins/view/placetreeview.py, src/plugins/view/placeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Extend history functionality (back/forward) and active-changed signals to all primary objects svn: r14023 2010-01-10 Doug Blank * src/PluginUtils/_PluginDialogs.py: Fixing defaultdict optimization so that it works svn: r14022 2010-01-10 Jérôme Rapinat * src/plugins/rel/rel_pt.py: 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin, lcc) svn: r14021 2010-01-10 Benny Malengier * src/gui/views/listview.py, src/gui/views/pageview.py, src/gui/views/treemodels/placebasemodel.py, src/gui/views/treemodels/treebasemodel.py: *fix displayed/total on views, so they are correct on updates *listviews don't become dirty from add/delete/update signals while they are not active. This should improve performance on large trees now that these actions are cheap in all views after rework of the views svn: r14020 2010-01-10 Benny Malengier * src/gui/views/listview.py, src/plugins/view/personview.py, src/plugins/view/placetreeview.py: Extra keybinding/buttonbinding on treeviews for usability Shift+enter and dblclick: expand group and children svn: r14019 2010-01-10 Jérôme Rapinat * src/plugins/rel/rel_hu.py: 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin) svn: r14018 2010-01-10 Jérôme Rapinat * src/plugins/rel/rel_es.py: 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin) svn: r14017 2010-01-10 Peter Landgren * src/Makefile.am: ProgressDialog.py has moved from src/ svn: r14016 2010-01-10 Doug Blank * src/plugins/tool/CalculateEstimatedDates.py: Now searches spouse, and their familes, for evidence svn: r14015 2010-01-10 Doug Blank * src/plugins/tool/CalculateEstimatedDates.py: Enhanced Calculate Estimated Dates tool svn: r14014 2010-01-10 Doug Blank * src/PluginUtils/_PluginWindows.py: Support for additional notebook pages in Tool manager svn: r14013 2010-01-10 Doug Blank * src/Simple/_SimpleTable.py: Add support for checkbox/toggle columns; a debug msg for developers svn: r14012 2010-01-09 Gerald Britton * src/PluginUtils/_PluginDialogs.py, src/gui/viewmanager.py, src/plugins/lib/libgedcom.py, src/plugins/textreport/IndivComplete.py, src/plugins/tool/EventCmp.py, src/plugins/webreport/NarrativeWeb.py, src/web/sortheaders.py: Use defaultdict type where possible for minor performance gain and source code simplification svn: r14011 2010-01-09 Gerald Britton * src/config.py: Missing import svn: r14010 2010-01-09 Gerald Britton * src/plugins/tool/eventcmp.glade, src/plugins/tool/finddupes.glade: Fix duplicate object ids in glade files svn: r14009 2010-01-09 Jérôme Rapinat * src/GrampsCfg.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/TimeLine.py: 3473: To dynamicaly change calendar option on the Gramps session svn: r14008 2010-01-09 Doug Blank * src/Simple/_SimpleTable.py: Workaround added for strange Python 2.6 bug on recusive signal handling svn: r14007 2010-01-09 Doug Blank * src/plugins/view/grampletview.py: Removed unneeded imports svn: r14006 2010-01-09 Benny Malengier * src/gui/views/listview.py, src/plugins/view/personview.py, src/plugins/view/placetreeview.py: Renable enter to expand nodes on the treeviews svn: r14005 2010-01-09 Benny Malengier * src/GrampsLogger/_ErrorReportAssistant.py, src/gramps.py: More info on gtk in error report & remove duplicate PYTHON line svn: r14004 2010-01-09 Doug Blank * src/plugins/view/grampletview.py: Fixed code that gave warning: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed svn: r14003 2010-01-09 Benny Malengier * src/cli/grampscli.py, src/gui/dbloader.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placetreemodel.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/progressdialog.py, src/plugins/view/personview.py: 3275: PageView reworking, changes by B. Malengier and N.Hall Specifically: improve new treeview by using a linked list implementation so iters can be quickly iterated over Also: progressdialog on long personview loads. svn: r14002 2010-01-08 Gerald Britton * src/gen/proxy/private.py, src/gen/proxy/referenced.py: Tweaks and simplifications svn: r14001 2010-01-08 Gerald Britton * src/Filters/_FilterParser.py: Add missing import svn: r14000 2010-01-08 Doug Blank * src/plugins/view/grampletview.py: Fixed issue of not re-docking gramplet from whence it came (reported by Rob); refined some code svn: r13999 2010-01-08 Jérôme Rapinat * src/plugins/rel/rel_fi.py, src/plugins/rel/rel_hu.py, src/plugins/rel/rel_it.py, src/plugins/rel/rel_nl.py, src/plugins/rel/rel_no.py, src/plugins/rel/rel_pl.py, src/plugins/rel/rel_pt.py, src/plugins/rel/rel_ru.py, src/plugins/rel/rel_sk.py, src/plugins/rel/rel_sv.py: pylint svn: r13998 2010-01-08 Peter Landgren * src/gui/views/treemodels/peoplemodel.py: Fix of issue 3480. svn: r13997 2010-01-08 Peter Landgren * src/gen/lib/grampstype.py: Fix of issue 3480. svn: r13996 2010-01-08 Peter Landgren * src/BasicUtils/_NameDisplay.py: Fix of issue 3480. svn: r13995 2010-01-08 Peter Landgren * src/TransUtils.py: Fix of issue 3480. svn: r13994 2010-01-07 Serge Noiraud * src/plugins/view/geoview.py: GeoView : issue 3472; using date format preference. svn: r13992 2010-01-07 Doug Blank * src/Simple/_SimpleTable.py: Add ability for Table to have toggle-able rows; also keeps track of raw data svn: r13991 2010-01-07 Doug Blank * src/gen/lib/date.py: Added method to make dates non-specific svn: r13990 2010-01-07 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : issue 3440; only remove fo:max-height. svn: r13989 2010-01-07 Doug Blank * src/PluginUtils/_PluginWindows.py: Allow notebook to expand; remove unneeded table (leftover?) svn: r13987 2010-01-07 Peter Landgren * src/plugins/textreport/DetAncestralReport.py: Fix of issue 3507. svn: r13986 2010-01-07 Doug Blank * src/web/grampsdb/fixtures/initial_data.json: Removed items generated from Makefile svn: r13985 2010-01-07 Doug Blank * src/PluginUtils/_PluginWindows.py: Changed Apply to more generic Execute; Added return value for results tab textbuffer svn: r13984 2010-01-07 Doug Blank * src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/EventCmp.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PatchNames.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py: Added on_delete_event signal handler to surpress RuntimeWarning: missing handler svn: r13983 2010-01-07 Jérôme Rapinat * src/plugins/view/pedigreeviewext.py: 2846: build tree basic on arithmetics - uncomment lines (ezegzda) svn: r13982 2010-01-06 Gerald Britton * src/gen/proxy/referenced.py: tweaks to reduce source and object code and run-time lookups svn: r13981 2010-01-06 Brian Matherly * po/POTFILES.in, src/ProgressDialog.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gen/utils/longop.py, src/gen/utils/progressmon.py, src/gui/viewmanager.py, src/gui/views/treemodels/treebasemodel.py, src/gui/widgets/Makefile.am, src/gui/widgets/progressdialog.py: Continued work on GEP008: move gen/utils/longop.py, gen/utils/progressmon.py, ProgressDialog.py into gui/widgets/progressdialog.py. svn: r13980 2010-01-06 Brian Matherly * po/POTFILES.in, src/gen/db/Makefile.am, src/gen/db/iterator.py, src/plugins/lib/libgrdb.py: Remove gen.db.iterator.py - it is not used. svn: r13979 2010-01-06 Doug Blank * src/web/djangodb.py: Working towards GEDCOM imports through the web svn: r13978 2010-01-06 Doug Blank * src/config.py: Changed default date range to 50 years for before, after, and about (50 before and 50 after) svn: r13977 2010-01-05 Jérôme Rapinat * src/plugins/rel/rel_da.py, src/plugins/rel/rel_de.py, src/plugins/rel/rel_es.py: pylint svn: r13976 2010-01-05 Jérôme Rapinat * src/Relationship.py, src/plugins/rel/rel_cs.py: pylint svn: r13975 2010-01-05 Gerald Britton * src/gen/proxy/referenced.py: Bug 3499: Referenced proxy not filtering out unreferenced sources svn: r13974 2010-01-05 Jérôme Rapinat * src/plugins/rel/rel_da.py, src/plugins/rel/rel_fi.py, src/plugins/rel/rel_no.py: 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests (contribution by Andrew I Baznikin) svn: r13973 2010-01-05 Jérôme Rapinat * src/plugins/rel/rel_fr.py: pylint svn: r13972 2010-01-05 Jérôme Rapinat * src/plugins/rel/rel_da.py, src/plugins/rel/rel_de.py, src/plugins/rel/rel_es.py, src/plugins/rel/rel_fi.py, src/plugins/rel/rel_fr.py, src/plugins/rel/rel_hu.py, src/plugins/rel/rel_no.py, src/plugins/rel/rel_pt.py: 2855 2762 1683 enable tests on rel_xx (pass with sucess) svn: r13971 2010-01-04 Gary Burton * src/PluginUtils/_GuiOptions.py: Make sure a family is selected. svn: r13970 2010-01-04 Nick Hall * src/PluginUtils/_GuiOptions.py, src/gui/selectors/baseselector.py, src/gui/selectors/selectperson.py: 3498: Fix bug and enable show all checkbox in selector svn: r13969 2010-01-04 Nick Hall * src/PluginUtils/_GuiOptions.py: 3432: Fix family selection in report options svn: r13968 2010-01-03 Peter Landgren * src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/repomodel.py: Fix of issue 3480. svn: r13967 2010-01-03 Peter Landgren * src/plugins/export/ExportGedcom.py: Fix of issue 3495. svn: r13965 2010-01-03 Doug Blank * src/web/grampsdb/profile.py: Removed debug code svn: r13963 2010-01-03 Doug Blank * src/web/README: Removed old docs svn: r13962 2010-01-02 Doug Blank * src/DbState.py: Temporary workaround for NAV constants svn: r13961 2010-01-02 Nick Hall * src/DbState.py, src/gui/views/navigationview.py, src/plugins/view/mediaview.py: 2563: Add signals for all objects when active object changes svn: r13960 2010-01-02 Doug Blank * src/web/grampsdb/admin.py, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/models.py, src/web/grampsdb/profile.py, src/web/grampsdb/views.py, src/web/init.py, src/web/settings.py: Added profile, with css theme svn: r13959 2010-01-02 Gary Burton * src/Filters/Rules/Source/Makefile.am, src/Filters/Rules/Source/_HasRepository.py, src/Filters/Rules/Source/__init__.py: New source filter which counts repository references svn: r13958 2010-01-02 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_events.html, src/data/templates/view_family_detail.html, src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/web/grampsdb/views.py, src/web/utils.py: Refinements on gramps-connect editing people, families, and events svn: r13957 2010-01-01 Doug Blank * src/plugins/quickview/AgeOnDate.py: 3491: [Gramplet] AgeOnDate Gramplet ignores Probably_alive variable svn: r13956 2010-01-01 Nick Hall * src/gui/viewmanager.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/views/placebaseview.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.py, src/plugins/view/personview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: Preparation to extend navigation to all object types svn: r13955 2010-01-01 Doug Blank * src/gui/views/placebaseview.py, src/plugins/view/placetreeview.py: Refined right-click popup menus on placeviews svn: r13954 2010-01-01 Doug Blank * src/web/grampsdb/views.py, src/web/utils.py: Removed print debug statements (django will crash if you attempt to write to stdout) svn: r13953 2010-01-01 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/registration/login.html, src/data/templates/view_name_detail.html, src/data/templates/view_page.html, src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/web/djangodb.py, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/forms.py, src/web/grampsdb/models.py, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/utils.py: Working add/edit people and names; working privacy (living and private); unified templates for display/edit svn: r13952 2010-01-01 Doug Blank * src/plugins/export/ExportDjango.py: A simple, conservative probably_alive svn: r13951 2010-01-01 Jérôme Rapinat * src/plugins/gramplet/AgeOnDateGramplet.py: 3485: A better message for date validator on AgeOnDate Gramplet. svn: r13950 2009-12-31 Doug Blank * src/DbState.py, src/plugins/view/mediaview.py: Add signal for media-changed, and test on mediaview svn: r13949 2009-12-31 Doug Blank * src/data/templates/paginator.html: New control for pagination svn: r13948 2009-12-31 Doug Blank * src/QuickReports.py, src/gen/plug/__init__.py, src/gen/plug/_pluginreg.py, src/gui/views/placebaseview.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/quickview/References.py, src/plugins/quickview/quickview.gpr.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/sourceview.py: Enabled Quickviews on all list views; enabled References Quickview for all views svn: r13947 2009-12-31 Doug Blank * src/Simple/_SimpleTable.py: Fixed issue on emitting a signal which will change a table before the click has returned, which can crash Python svn: r13946 2009-12-30 Doug Blank * src/Mime/_PythonMime.py: Moved import gtk to make Mime module cli usable svn: r13945 2009-12-30 Benny Malengier * configure.in: error in configure svn: r13944 2009-12-30 Luigi Toscano * po/gramps.pot, po/it.po: gramps.pot regenerated; updates for Italian translation. svn: r13943 2009-12-29 Brian Matherly * po/POTFILES.in, src/docgen/Makefile.am, src/docgen/ODSDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/SpreadSheetDoc.py, src/docgen/__init__.py: Remove unused "SpreadSheet" document generators. svn: r13942 2009-12-29 Brian Matherly * src/docgen/ODSDoc.py, src/docgen/ODSTab.py: Clean up someone's copy-paste errors. svn: r13941 2009-12-29 Brian Matherly * po/POTFILES.in, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/__init__.py, src/Makefile.am, src/plugins/export/ExportGedcom.py, src/plugins/import/ImportGedcom.py, src/plugins/lib/Makefile.am, src/plugins/lib/libgedcom.py, src/plugins/lib/libplugins.gpr.py, src/plugins/tool/PHPGedViewConnector.py: Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils. svn: r13940 2009-12-29 Jérôme Rapinat * src/gui/widgets/validatedmaskedentry.py, src/plugins/gramplet/AgeOnDateGramplet.py: 3485: A better message for date validator on AgeOnDate Gramplet. svn: r13939 2009-12-29 Doug Blank * src/web/libdjango.py: Fixed incorrect error message svn: r13938 2009-12-29 Brian Matherly * po/POTFILES.in, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py, src/GrampsDbUtils/_GedcomUtils.py: Move _GedcomTokens.py and _GedcomUtils.py into _GedcomParse.py. svn: r13937 2009-12-29 Brian Matherly * po/POTFILES.in, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomStageOne.py, src/plugins/import/ImportGedcom.py: Move GedcomStageOne.py into GedcomParse.py. svn: r13936 2009-12-29 Doug Blank * src/gen/lib/grampstype.py, src/gen/lib/person.py: Added missing 'return self' at end of unserialize to match the rest of the classes in lib.gen svn: r13935 2009-12-29 Doug Blank * src/data/templates/view_people.html, src/plugins/export/ExportDjango.py, src/web/djangodb.py, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/models.py, src/web/grampsdb/views.py, src/web/libdjango.py, src/web/utils.py: Added fields to Person to reduce queries; should be able to add/edit people and names tomorrow svn: r13934 2009-12-28 Nick Hall * src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/personeventembedlist.py: Improve event type defaults for new events in display tabs svn: r13933 2009-12-28 Jérôme Rapinat * src/DateHandler/_DateUtils.py, src/GrampsCfg.py: 2385: last minor improvements (wording, import gen.lib.date) svn: r13932 2009-12-28 Jérôme Rapinat * src/DateHandler/_DateUtils.py: 2385: too much cleanup... svn: r13931 2009-12-28 Brian Matherly * po/POTFILES.in, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomInfo.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/__init__.py, src/plugins/export/ExportGedcom.py: Merge GedcomInfo.py and GedcomLex.py into GedcomParse.py. svn: r13930 2009-12-27 Doug Blank * src/data/templates/view_family_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/web/djangodb.py, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/forms.py, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/urls.py, src/web/utils.py: Latest advancement in privacy issues; reworked proxy + forms svn: r13929 2009-12-27 Jérôme Rapinat * src/DateHandler/_DateUtils.py: 2385: use gen.lib.date.Date.ui_calendar_names for getting list of supported calendars svn: r13928 2009-12-27 Doug Blank * src/gen/db/base.py: Missing gettext svn: r13927 2009-12-27 Jérôme Rapinat * src/plugins/drawreport/FanChart.py, src/plugins/drawreport/TimeLine.py: 2385: drawreports and multiple calendars svn: r13925 2009-12-27 Jérôme Rapinat * src/GrampsCfg.py, src/config.py: remove unneeded option (tracker 3452 2385 2371 3473) svn: r13924 2009-12-27 Benny Malengier * src/gui/editors/editfamily.py: correct wrong editperson import svn: r13923 2009-12-26 Nick Hall * src/gui/views/listview.py: 3463: Re-select edited row after edit in tree view svn: r13922 2009-12-26 Nick Hall * src/gui/views/treemodels/placetreemodel.py, src/plugins/view/placetreeview.py: Allow nodes with handles at higher levels in the tree svn: r13921 2009-12-26 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: init list before use svn: r13920 2009-12-26 Doug Blank * src/data/templates/view_family_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_page.html, src/data/templates/view_person_detail.html, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/forms.py, src/web/grampsdb/models.py, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/init.py, src/web/libdjango.py, src/web/settings.py, src/web/utils.py: Basic framework for edit/view forms svn: r13919 2009-12-25 Mirko Leonhäuser * po/de.po: minor fixes in German translation (Lastname translation) svn: r13918 2009-12-25 Mirko Leonhäuser * po/de.po: minor fixes in German translation (Surname translation) svn: r13916 2009-12-25 Brian Matherly * src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomChar.py, src/GrampsDbUtils/_GedcomParse.py: Move _GedcomChar.py into _GedcomParse.py svn: r13915 2009-12-25 Brian Matherly * src/GrampsDbUtils/test/GR_test.py, src/GrampsDbUtils/test/_GedcomChar_test.py, src/GrampsDbUtils/test/ged_skip_notes_test.py, src/test/ansel_utf8_test.py, src/test/gedread_util.py, src/test/test/gedread_util_test.py, src/test/test/test_util_test.py: Remove GEDCOM tests - they are broken and not used. svn: r13914 2009-12-25 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: Fix two things in nar web: 1/fix bug that not scaled images are not printed out on webpage 2/remove annoying warning dialogs on every missing images, and replace it by one warning dialog at the end of the report svn: r13913 2009-12-25 Mirko Leonhäuser * po/de.po: Update german translation svn: r13912 2009-12-24 Doug Blank * src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py: Typo in SimpleAccess and refinement in SimpleTable -- allow any object, just turn into string svn: r13911 2009-12-24 Brian Matherly * src/plugins/import/ImportGedcom.py: Fix Misnamed DbMixin svn: r13910 2009-12-24 Serge Noiraud * src/plugins/view/geoview.py: GeoView : issue 3472 svn: r13909 2009-12-24 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Replacement for openstreetmap and google map button by one provider toglebutton. This is to minimize the space used by the buttons now we have the new "Add place" and "Link place" buttons. svn: r13908 2009-12-24 Doug Blank * src/gen/db/base.py, src/gen/db/read.py, src/gen/db/write.py, src/web/djangodb.py: Refinements on database hierarchy svn: r13907 2009-12-24 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Entrybox completion now works when entering "tab" We can erase the text with the place list label at the left of the entrybox. Performance : comment the sort to reduce display time. svn: r13906 2009-12-24 Peter Landgren * po/POTFILES.in: Fixed some typos. svn: r13905 2009-12-24 Rob G. Healey * src/plugins/webreport/WebCal.py: Some cleanup work, and changed get_marriage_event() to use the extended eventtype.py svn: r13904 2009-12-23 Gary Burton * src/plugins/view/geoview.py: Another instance where we need to pass str latitude and longitude to EditPlace svn: r13903 2009-12-23 Serge Noiraud * src/plugins/view/geoview.py: GeoView : EditPlace crash with real instead of string. svn: r13902 2009-12-23 Gary Burton * src/gui/selectors/baseselector.py: Make search bar work again in selectors svn: r13901 2009-12-23 Luigi Toscano * po/it.po: Italian translation updates. svn: r13900 2009-12-23 Doug Blank * src/plugins/lib/libnarrate.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: 3302: Detailed Descendant Report fallback for child-list birth/death strings and fixed a typo baptized -> baptised svn: r13899 2009-12-23 Doug Blank * src/gen/lib/eventtype.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/textreport/DescendReport.py: Event types know how to abbreviate themselves svn: r13898 2009-12-23 Doug Blank * src/data/authors.xml: Updated my email and corrected Rob's svn: r13897 2009-12-23 Gary Burton * src/plugins/view/geoview.py: Add an existing place to a map svn: r13896 2009-12-23 Doug Blank * src/plugins/view/geoview.py: Constructors don't return things; renderer gets set in constructor svn: r13895 2009-12-23 Doug Blank * src/DbState.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Endnotes.py, src/Simple/_SimpleAccess.py, src/cli/arghandler.py, src/cli/grampscli.py, src/gen/db/backup.py, src/gen/db/base.py, src/gen/db/dbconst.py, src/gen/db/exceptions.py, src/gen/db/iterator.py, src/gen/db/read.py, src/gen/db/test/db_test.py, src/gen/db/txn.py, src/gen/db/undoredo.py, src/gen/db/write.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/utils/callman.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/viewmanager.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/export/ExportXml.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportXml.py, src/plugins/lib/libgrdb.py, src/plugins/lib/libmixin.py, src/plugins/lib/libnarrate.py, src/plugins/tool/Check.py, src/web/djangodb.py: 3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods svn: r13894 2009-12-23 Doug Blank * src/cli/clidbman.py, test/GrampsDb/GrampsDbBase_Test.py, test/GrampsDb/GrampsDbTestBase.py: Changes to allow GrampsDb tests to run svn: r13893 2009-12-23 Doug Blank * src/gen/plug/_manager.py: 3467: Exporter returns an error, but it exports fine if we try once more during session svn: r13892 2009-12-23 Doug Blank * src/GrampsCfg.py: 3466: invalid literal for int() with base 10: in preferences when you try to modify the dates preference svn: r13891 2009-12-23 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Add Nick to the contributors. Force the zoom to be locked when adding places. svn: r13890 2009-12-23 Serge Noiraud * src/plugins/view/geoview.py: GeoView : add signal when places are added. thanks nick. svn: r13889 2009-12-22 Doug Blank * po/POTFILES.in, src/gen/db/Makefile.am, src/gen/db/dbdir.py, src/gen/proxy/Makefile.am, src/gen/proxy/dbbase.py: Apparently gen.proxy.dbbase and gen.db.dbdir are not needed anymore; edited support files too svn: r13888 2009-12-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Remove references to import pyexiv2, and fixed RepositoryTypes. svn: r13887 2009-12-22 Gary Burton * src/plugins/view/geoview.py: Add a new place to Gramps using latitude and longitude from GeoView svn: r13886 2009-12-22 Serge Noiraud * src/plugins/view/geoview.py: GeoView: issue 3312. svn: r13885 2009-12-22 Nick Hall * src/plugins/view/grampletview.py: Better error message when gramplet fails to load svn: r13884 2009-12-22 Brian Matherly * src/gui/editors/__init__.py: Fix missing import for family event reference editor. svn: r13883 2009-12-22 Doug Blank * src/web/utils.py: Change to go with fallback update svn: r13882 2009-12-21 Doug Blank * src/Filters/Rules/Event/_HasNote.py, src/Filters/Rules/Family/_HasNote.py, src/Filters/Rules/Family/_HasSource.py, src/Filters/Rules/Note/_MatchesRegexpOf.py, src/Filters/Rules/Person/_HasSource.py, src/Filters/Rules/Place/_HasNote.py, src/Filters/Rules/Source/_HasNote.py, src/data/GeoView.css, src/gen/db/bsddbtxn.py, src/gen/db/read.py, src/gen/db/txn.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py, src/gen/db/write.py, src/gen/plug/_docgenplugin.py, src/gen/plug/docbackend/__init__.py, src/gen/plug/docbackend/cairobackend.py, src/gen/plug/docbackend/docbackend.py, src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/drawdoc.py, src/gen/plug/docgen/fontstyle.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/docgen/graphicstyle.py, src/gen/plug/docgen/paperstyle.py, src/gen/plug/docgen/paragraphstyle.py, src/gen/plug/docgen/stylesheet.py, src/gen/plug/docgen/tablestyle.py, src/gen/plug/docgen/textdoc.py, src/gen/plug/utils.py, src/glade.py, src/gui/pluginmanager.py, src/gui/widgets/menutoolbuttonaction.py, src/plugins/Records.py, src/plugins/bookreport.gpr.py, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/WhatsNext.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/ImportProGen.py, src/plugins/import/import.gpr.py, src/plugins/lib/libhtml.py, src/plugins/lib/libhtmlbackend.py, src/plugins/lib/libhtmlconst.py, src/plugins/lib/libmixin.py, src/plugins/mapservices/googlemap.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/quickview.gpr.py, src/plugins/records.gpr.py, src/plugins/rel/relplugins.gpr.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/tools.gpr.py, src/plugins/view/htmlrenderer.py, src/plugins/view/pedigreeviewext.gpr.py, src/plugins/view/pedigreeviewext.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webreport/webplugins.gpr.py: Fixed svn Id property svn: r13881 2009-12-21 Doug Blank * src/plugins/lib/libformatting.py, src/plugins/lib/libmapservice.py, src/plugins/lib/libodfbackend.py, src/plugins/lib/libplugins.gpr.py, src/plugins/lib/libtranslate.py: svn propset svn:keywords Id svn: r13880 2009-12-21 Rob G. Healey * src/plugins/lib/libformatting.py, src/plugins/lib/libgrdb.py, src/plugins/lib/libholiday.py, src/plugins/lib/libmapservice.py, src/plugins/lib/libodfbackend.py, src/plugins/lib/libplugins.gpr.py, src/plugins/lib/libtranslate.py: Added to files that were missing it. svn: r13879 2009-12-21 Rob G. Healey * src/plugins/drawreport/drawplugins.gpr.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webreport/webplugins.gpr.py: Added to *.gpr.py files and WebCal. Updated EventList and add _find_death_date(). svn: r13878 2009-12-21 Doug Blank * src/gen/utils/fallback.py: Moved fallback functions from Db to gen.utils svn: r13877 2009-12-21 Doug Blank * src/ReportBase/_ReportUtils.py, src/Sort.py, src/SubstKeywords.py, src/gen/db/base.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/editfamily.py, src/plugins/drawreport/TimeLine.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/lib/libformatting.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/KinshipReport.py, src/plugins/view/relview.py: Moved fallback functions from Db to gen.utils svn: r13876 2009-12-21 Rob G. Healey * src/data/authors.xml: Still typo problem somewhere. Should be fixed now. svn: r13875 2009-12-21 Doug Blank * src/config.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gen/utils/configmanager.py: Moved configmanager code to gen/utils so other parts of gramps can use configman svn: r13874 2009-12-21 Doug Blank * po/POTFILES.in, src/gen/utils/Makefile.am: Removed gen.utils.dbutils svn: r13873 2009-12-21 Doug Blank * src/Merge/_MergePerson.py, src/gen/db/base.py, src/gen/lib/eventtype.py, src/gen/utils/__init__.py, src/gen/utils/dbutils.py, src/gui/editors/editperson.py, src/gui/views/treemodels/familymodel.py, src/plugins/import/ImportGrdb.py, src/plugins/tool/SortEvents.py, src/plugins/view/familyview.py, src/plugins/view/personview.py, src/plugins/view/relview.py: gen.lib and gen.utils are independent; removed gen.utils.dbutils --- moved db methods to gen.db.base svn: r13872 2009-12-21 Rob G. Healey * src/data/authors.xml: Fixed error in my entry. svn: r13871 2009-12-21 Rob G. Healey * src/data/authors.xml: Updated my author entry. svn: r13870 2009-12-21 Doug Blank * src/web/grampsdb/templatetags/my_tags.py: Generic Template Tag framework with context variable svn: r13869 2009-12-21 Serge Noiraud * src/plugins/view/geoview.py: GeoView : issue 3312 : erase entrybox and years interval. svn: r13868 2009-12-20 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFdoc : issues 3439, 3440, 3461 and 3462. svn: r13867 2009-12-20 Doug Blank * src/GrampsCfg.py: 3460: Wrong configuration value on behavior (date, age) svn: r13866 2009-12-20 Brian Matherly * src/cli/grampscli.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/db/exceptions.py, src/gen/db/read.py, src/gen/db/write.py, src/gen/proxy/dbbase.py, src/gui/dbloader.py, src/plugins/import/ImportGrdb.py, src/plugins/lib/libgrdb.py: Remove QuestionDialog dependency from gen. The database now raises exceptions and the GUI generates the question dialog. svn: r13865 2009-12-20 Doug Blank * src/config.py: Added getitem, setitem methods and config for module cleanup plans svn: r13864 2009-12-20 Doug Blank * src/data/templates/view_event_detail.html, src/data/templates/view_families.html, src/data/templates/view_family_detail.html, src/data/templates/view_people.html, src/web/djangodb.py, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/utils.py: Using Gramps Proxy Databases from Gramps-Connect: first revisions svn: r13863 2009-12-20 Doug Blank * src/gen/db/base.py: Cleaning up Utils and refactoring common functionality svn: r13862 2009-12-20 Doug Blank * src/ReportBase/_ReportUtils.py, src/Utils.py, src/plugins/Records.py: Take advantage of refactored functionality in EventType and EventRoleType svn: r13861 2009-12-20 Doug Blank * src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py: Cleaning up Utils and refactoring common functionality svn: r13860 2009-12-20 Doug Blank * src/gen/lib/eventroletype.py: Added is_primary method to EventRoleType svn: r13859 2009-12-20 Gary Burton * src/gui/editors/displaytabs/gallerytab.py: Fix bug 2926. Two references created when dropping media onto gallery tab svn: r13858 2009-12-20 Brian Matherly * po/POTFILES.in, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_Backup.py, src/GrampsDbUtils/__init__.py, src/gen/db/Makefile.am, src/gen/db/__init__.py, src/gen/db/backup.py, src/gui/dbman.py, src/gui/viewmanager.py: Continued work on GEP008: Move GrampsDbUtils/_Backup.py to gen/db/backup.py. svn: r13856 2009-12-20 Doug Blank * src/data/templates/view_name_detail.html: Simplifying view/edit logic svn: r13855 2009-12-20 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Added try/except to exif tag import svn: r13854 2009-12-20 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_detail_page.html, src/data/templates/view_name_detail.html, src/data/templates/view_navigation.html, src/data/templates/view_page.html, src/data/templates/view_page_detail.html, src/data/templates/view_person_detail.html, src/web/grampsdb/models.py, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/utils.py: Working on PrivateProxy ideas; minor tweaks otherwise svn: r13853 2009-12-19 Gary Burton * src/plugins/gramplet/PedigreeGramplet.py, src/plugins/view/relview.py: Fix wrong calls to get_type svn: r13852 2009-12-19 Jérôme Rapinat * src/GrampsCfg.py: remove a not necessary comment svn: r13850 2009-12-18 Jérôme Rapinat * src/GrampsCfg.py: QuestionDialog was already called svn: r13848 2009-12-18 Jérôme Rapinat * src/GrampsCfg.py: PEP8 Import at the top of the file svn: r13847 2009-12-18 Jérôme Rapinat * src/DateHandler/_DateUtils.py, src/GrampsCfg.py, src/config.py: #2385 #3452 #2371 add options for selecting date format and calendars on reports svn: r13846 2009-12-18 Nick Hall * src/gui/views/treemodels/treebasemodel.py: Bug fix for trees with handles on non-leaf nodes svn: r13845 2009-12-18 Serge Noiraud * src/plugins/view/geoview.py: GeoView : Added some corrections for issue 3312 When we switch between databases, if no info exist for the current view, don't try to load the page. svn: r13844 2009-12-18 Doug Blank * src/web/grampsdb/forms.py, src/web/grampsdb/views.py: basic format of edit working; remove preferred field? svn: r13843 2009-12-18 Doug Blank * src/plugins/view/grampletview.py: Fix to prevent duplicate tags svn: r13842 2009-12-18 Doug Blank * src/data/Web_Mainz.css: Slight change in data width (shouldn't change NarWeb) svn: r13841 2009-12-17 Serge Noiraud * src/plugins/view/geoview.gpr.py: Geography : unable to display geoview when only mozilla is present. svn: r13840 2009-12-17 Serge Noiraud * src/plugins/view/htmlrenderer.py: htmlrenderer : use vars() instead of inline dictionary. svn: r13839 2009-12-17 Gerald Britton * src/gui/views/listview.py: tweak replacing for-loop with call to map() function svn: r13838 2009-12-17 Rob G. Healey * src/data/authors.xml: Removed myself from the contributor's list. svn: r13837 2009-12-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed Exif tags completely from NarrativeWeb. svn: r13836 2009-12-17 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed the sorting in class EventListPage. Changed elements in stylesheet. svn: r13835 2009-12-17 Doug Blank * src/gui/editors/editperson.py: Small little crash fix svn: r13834 2009-12-17 Doug Blank * src/data/templates/view_name_detail.html, src/web/forms.py, src/web/grampsdb/forms.py, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/utils.py: Some basic name editing; moved forms to web/grampsdb svn: r13833 2009-12-17 Doug Blank * src/gen/plug/_manager.py: Was adding .svn and subdirectories; this should properly limit subdirs svn: r13832 2009-12-17 Doug Blank * src/data/templates/main_page.html, src/data/templates/view_event_detail.html, src/data/templates/view_name_detail.html, src/web/forms.py, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/urls.py, src/web/utils.py: First draft of gramps-connect using django Forms svn: r13831 2009-12-16 Nick Hall * src/gui/views/listview.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placetreemodel.py: Improved export for hierarchical views svn: r13830 2009-12-16 Serge Noiraud * src/plugins/view/htmlrenderer.py: htmlrenderer : The prefs.js was created twice. We didn't use the locale language. Adding var args to the gerald's modifications. svn: r13829 2009-12-16 Nick Hall * src/gui/views/treemodels/placetreemodel.py: 3433: Fix hierarchy problem in place view svn: r13828 2009-12-16 Doug Blank * src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py: Fixed incorrect fix (thanks Gerald) svn: r13827 2009-12-16 Gerald Britton * src/gui/selectors/baseselector.py: Simplification using list comprehension svn: r13826 2009-12-16 Gerald Britton * src/plugins/view/htmlrenderer.py: Tweak to improve readability and reduce dcalls to write method svn: r13825 2009-12-16 Doug Blank * src/Simple/_SimpleTable.py: Moved gtk imports out of global scope for cli use svn: r13824 2009-12-16 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Sort events by alphabetical type name svn: r13823 2009-12-16 Peter Landgren * src/gui/editors/Makefile.am: Fixed some uppercase in filenames to lowercase. svn: r13822 2009-12-16 Brian Matherly * configure.in, po/POTFILES.in, src/DisplayTabs/Makefile.am, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AddressModel.py, src/DisplayTabs/_AttrEmbedList.py, src/DisplayTabs/_AttrModel.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_BackRefModel.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_ChildModel.py, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_DataModel.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventBackRefList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_EventRefModel.py, src/DisplayTabs/_FamilyAttrEmbedList.py, src/DisplayTabs/_FamilyLdsEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_GroupEmbeddedList.py, src/DisplayTabs/_LdsEmbedList.py, src/DisplayTabs/_LdsModel.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_LocationModel.py, src/DisplayTabs/_MediaBackRefList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NameModel.py, src/DisplayTabs/_NoteBackRefList.py, src/DisplayTabs/_NoteModel.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_PersonBackRefList.py, src/DisplayTabs/_PersonEventEmbedList.py, src/DisplayTabs/_PersonRefEmbedList.py, src/DisplayTabs/_PersonRefModel.py, src/DisplayTabs/_PlaceBackRefList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_RepoRefModel.py, src/DisplayTabs/_SourceBackRefList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_SourceRefModel.py, src/DisplayTabs/_WebEmbedList.py, src/DisplayTabs/_WebModel.py, src/DisplayTabs/__init__.py, src/FilterEditor/Makefile.am, src/Makefile.am, src/gui/editors/Makefile.am, src/gui/editors/displaytabs/Makefile.am, src/gui/editors/displaytabs/__init__.py, src/gui/editors/displaytabs/addrembedlist.py, src/gui/editors/displaytabs/addressmodel.py, src/gui/editors/displaytabs/attrembedlist.py, src/gui/editors/displaytabs/attrmodel.py, src/gui/editors/displaytabs/backreflist.py, src/gui/editors/displaytabs/backrefmodel.py, src/gui/editors/displaytabs/buttontab.py, src/gui/editors/displaytabs/childmodel.py, src/gui/editors/displaytabs/dataembedlist.py, src/gui/editors/displaytabs/datamodel.py, src/gui/editors/displaytabs/embeddedlist.py, src/gui/editors/displaytabs/eventbackreflist.py, src/gui/editors/displaytabs/eventembedlist.py, src/gui/editors/displaytabs/eventrefmodel.py, src/gui/editors/displaytabs/familyattrembedlist.py, src/gui/editors/displaytabs/familyldsembedlist.py, src/gui/editors/displaytabs/gallerytab.py, src/gui/editors/displaytabs/grampstab.py, src/gui/editors/displaytabs/groupembeddedlist.py, src/gui/editors/displaytabs/ldsembedlist.py, src/gui/editors/displaytabs/ldsmodel.py, src/gui/editors/displaytabs/locationembedlist.py, src/gui/editors/displaytabs/locationmodel.py, src/gui/editors/displaytabs/mediabackreflist.py, src/gui/editors/displaytabs/nameembedlist.py, src/gui/editors/displaytabs/namemodel.py, src/gui/editors/displaytabs/notebackreflist.py, src/gui/editors/displaytabs/notemodel.py, src/gui/editors/displaytabs/notetab.py, src/gui/editors/displaytabs/personbackreflist.py, src/gui/editors/displaytabs/personeventembedlist.py, src/gui/editors/displaytabs/personrefembedlist.py, src/gui/editors/displaytabs/personrefmodel.py, src/gui/editors/displaytabs/placebackreflist.py, src/gui/editors/displaytabs/repoembedlist.py, src/gui/editors/displaytabs/reporefmodel.py, src/gui/editors/displaytabs/sourcebackreflist.py, src/gui/editors/displaytabs/sourceembedlist.py, src/gui/editors/displaytabs/sourcerefmodel.py, src/gui/editors/displaytabs/webembedlist.py, src/gui/editors/displaytabs/webmodel.py, src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editchildref.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editplace.py, src/gui/editors/editreference.py, src/gui/editors/editreporef.py, src/gui/editors/editrepository.py, src/gui/editors/editsource.py, src/gui/editors/editsourceref.py: move src/DisplayTabs/* to src/gui/editors/displaytabs as part of GEP008 svn: r13821 2009-12-16 Brian Matherly * po/POTFILES.in: Fix POTFILES.in for new selectors location. svn: r13820 2009-12-16 Rob G. Healey * configure.in, src/plugins/webreport/NarrativeWeb.py: Removed Editors and Sekectors directories to allow ./autogen.sh to complete. Fixed attribute type so it is translated. Made option visible, but greyed out if the library is not installed by suggestion from Doug Blank. See feature request 3449. svn: r13819 2009-12-16 Doug Blank * src/Filters/Rules/Person/_DeepRelationshipPathBetween.py: Removed some of the too-many progress updates svn: r13818 2009-12-15 Serge Noiraud * src/plugins/view/geoview.py, src/plugins/view/htmlrenderer.py: GeoView : Better initialization. Avoid to create the same page several times. Don't create the start page twice now we have Web and Geography views. svn: r13817 2009-12-15 Doug Blank * src/Filters/Rules/Person/_DeepRelationshipPathBetween.py, src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantFamilyOf.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/__init__.py, src/Filters/_FilterParser.py: Fixes for some existing filters, and new 3240: New filter to find connections between people by spidering over the database svn: r13816 2009-12-15 Doug Blank * src/plugins/export/export.gpr.py, src/plugins/import/import.gpr.py: Removed as now unneeded with Django-supported interface svn: r13815 2009-12-15 Doug Blank * src/plugins/quickview/quickview.gpr.py: Renamed Same Given Name duplicate name svn: r13814 2009-12-15 Doug Blank * src/plugins/export/ExportSql.py, src/plugins/import/ImportSql.py: Removed as now unneeded with Django-supported interface svn: r13813 2009-12-15 Doug Blank * src/plugins/quickview/AllNames.py, src/plugins/quickview/quickview.gpr.py: Moved to gramps-addons svn: r13812 2009-12-15 Doug Blank * src/QuickReports.py, src/Simple/_SimpleTable.py: Removed hacky flag; don't know why it was needed svn: r13811 2009-12-15 Doug Blank * src/plugins/view/pedigreeview.py: Cleanup treestyle to work across gramps versions svn: r13810 2009-12-15 Gerald Britton * src/gui/views/placebaseview.py: tweak using enumerate() instead of more complicated zip(range(len())) alternative svn: r13809 2009-12-15 Doug Blank * src/plugins/gramplet/DeepConnections.py, src/plugins/gramplet/HeadlineNewsGramplet.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/NoteGramplet.py, src/plugins/gramplet/PythonGramplet.py, src/plugins/gramplet/gramplet.gpr.py: Moved DeepConnections.py HeadlineNewsGramplet.py NoteGramplet.py PythonGramplet.py to gramps-addons svn: r13808 2009-12-15 Brian Matherly * src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AttrEmbedList.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_FamilyAttrEmbedList.py, src/DisplayTabs/_FamilyLdsEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_LdsEmbedList.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_PersonEventEmbedList.py, src/DisplayTabs/_PersonRefEmbedList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_WebEmbedList.py, src/Editors/AddMedia.py, src/Editors/Makefile.am, src/Editors/ObjectEntries.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/Editors/__init__.py, src/Makefile.am, src/PluginUtils/_PluginWindows.py, src/Simple/_SimpleTable.py, src/gui/Makefile.am, src/gui/__init__.py, src/gui/editors/Makefile.am, src/gui/editors/__init__.py, src/gui/editors/addmedia.py, src/gui/editors/editaddress.py, src/gui/editors/editattribute.py, src/gui/editors/editchildref.py, src/gui/editors/editevent.py, src/gui/editors/editeventref.py, src/gui/editors/editfamily.py, src/gui/editors/editldsord.py, src/gui/editors/editlocation.py, src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py, src/gui/editors/editname.py, src/gui/editors/editnote.py, src/gui/editors/editperson.py, src/gui/editors/editpersonref.py, src/gui/editors/editplace.py, src/gui/editors/editprimary.py, src/gui/editors/editreference.py, src/gui/editors/editreporef.py, src/gui/editors/editrepository.py, src/gui/editors/editsecondary.py, src/gui/editors/editsource.py, src/gui/editors/editsourceref.py, src/gui/editors/editurl.py, src/gui/editors/objectentries.py, src/gui/views/placebaseview.py, src/gui/widgets/__init__.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/NoteGramplet.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/NotRelated.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/Verify.py, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/fanchartview.py, src/plugins/view/grampletview.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.py, src/plugins/view/personview.py, src/plugins/view/placetreeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py: move src/Editors/* to src/gui/editors as part of GEP008 svn: r13807 2009-12-15 Brian Matherly * po/POTFILES.in, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/Editors/ObjectEntries.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditPersonRef.py, src/FilterEditor/_EditRule.py, src/PluginUtils/_GuiOptions.py, src/Selectors/Makefile.am, src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectNote.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py, src/Selectors/_SelectorExceptions.py, src/Selectors/_SelectorFactory.py, src/Selectors/__init__.py, src/gui/Makefile.am, src/gui/selectors/Makefile.am, src/gui/selectors/__init__.py, src/gui/selectors/baseselector.py, src/gui/selectors/selectevent.py, src/gui/selectors/selectfamily.py, src/gui/selectors/selectnote.py, src/gui/selectors/selectobject.py, src/gui/selectors/selectorexceptions.py, src/gui/selectors/selectorfactory.py, src/gui/selectors/selectperson.py, src/gui/selectors/selectplace.py, src/gui/selectors/selectrepository.py, src/gui/selectors/selectsource.py, src/plugins/view/relview.py: Move src/Selectors to src/gui/selectors. Rename files to lower case in conformance with the Gramps coding style. svn: r13806 2009-12-15 Rob G. Healey * src/gen/lib/__init__.py, src/plugins/lib/libhtmlconst.py, src/plugins/webreport/WebCal.py: Fixed error causing crash as per Nick Hall. Corrected tags on libhtmlconst and WebCal. svn: r13805 2009-12-14 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: tweaks svn: r13804 2009-12-14 Brian Matherly * po/POTFILES.in, src/gui/Makefile.am: add widgets to src/gui/Makefile and po/POTFILES svn: r13802 2009-12-14 Rob G. Healey * src/gen/lib/Makefile.am, src/gen/lib/exiftype.py: Not ready yet and I am out of time for now. svn: r13801 2009-12-14 Rob G. Healey * po/POTFILES.in: Added exiftype.pu to POTFILES. svn: r13800 2009-12-14 Rob G. Healey * src/gen/lib/exiftype.py: Finished exiftype.py Will add it to POTFILES.IN in the afternoon. svn: r13799 2009-12-14 Rob G. Healey * src/gen/lib/__init__.py, src/gen/lib/exiftype.py: Continuation of exiftype. Variables have been completed. svn: r13798 2009-12-14 Rob G. Healey * src/gen/lib/Makefile.am, src/gen/lib/exiftype.py: Beginning of extending the media exif tags section. svn: r13797 2009-12-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Cleanup work on attributes and a comment on sort_event_types() in NarrativeWeb. Clean up work on calendar_build() in WebCal. svn: r13796 2009-12-14 Peter Landgren * src/Makefile.am: Deleted ref to src/widgets. svn: r13795 2009-12-14 Rob G. Healey * configure.in, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Removed debugging code in NarrativeWeb. Adjusted elements in MediaListPage. svn: r13794 2009-12-14 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Cleaned up class MediaListPage and added mime type to the MediaListPage. svn: r13793 2009-12-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fix bug report #3276. Link to temp.png should be document.png. Thanks jerome for finding it. svn: r13792 2009-12-14 Brian Matherly * src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/GrampsCfg.py, src/PluginUtils/_GuiOptions.py, src/gui/__init__.py, src/gui/viewmanager.py, src/gui/views/pageview.py, src/gui/widgets/Makefile.am, src/gui/widgets/__init__.py, src/gui/widgets/buttons.py, src/gui/widgets/expandcollapsearrow.py, src/gui/widgets/labels.py, src/gui/widgets/linkbox.py, src/gui/widgets/menutoolbuttonaction.py, src/gui/widgets/monitoredwidgets.py, src/gui/widgets/shortlistcomboentry.py, src/gui/widgets/springseparator.py, src/gui/widgets/statusbar.py, src/gui/widgets/styledtextbuffer.py, src/gui/widgets/styledtexteditor.py, src/gui/widgets/toolcomboentry.py, src/gui/widgets/validatedcomboentry.py, src/gui/widgets/validatedmaskedentry.py, src/gui/widgets/valueaction.py, src/gui/widgets/valuetoolitem.py, src/plugins/gramplet/NoteGramplet.py, src/plugins/tool/OwnerEditor.py, src/plugins/view/relview.py, src/widgets/Makefile.am, src/widgets/__init__.py, src/widgets/buttons.py, src/widgets/expandcollapsearrow.py, src/widgets/labels.py, src/widgets/linkbox.py, src/widgets/menutoolbuttonaction.py, src/widgets/monitoredwidgets.py, src/widgets/shortlistcomboentry.py, src/widgets/springseparator.py, src/widgets/statusbar.py, src/widgets/styledtextbuffer.py, src/widgets/styledtexteditor.py, src/widgets/toolcomboentry.py, src/widgets/validatedcomboentry.py, src/widgets/validatedmaskedentry.py, src/widgets/valueaction.py, src/widgets/valuetoolitem.py: move src/widgets/* to src/gui/widgets as part of GEP008 svn: r13791 2009-12-13 Brian Matherly * src/plugins/lib/libtranslate.py, src/plugins/textreport/AncestorReport.py: Add translated language and country strings to the report transation option. svn: r13790 2009-12-13 Peter Landgren * po/sv.po: After major review. svn: r13789 2009-12-13 Peter Landgren * src/Editors/_EditPlace.py: Fix problem cut off messages. gettext can only handle string constants, not string experssions. svn: r13786 2009-12-13 Doug Blank * src/Simple/_SimpleTable.py: Four ways to link a row: by object, object/col, (object, handle), [(obj, handle)...]] svn: r13785 2009-12-13 Jérôme Rapinat * src/plugins/rel/rel_ru.py: 1683: Untranslatable text in Relationship calculator window svn: r13784 2009-12-13 Jérôme Rapinat * src/plugins/drawreport/FanChart.py: 2385: Fan chart and multiple calendars svn: r13783 2009-12-13 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fixed one wrong gettext call and deleted one unnecessary statement. svn: r13782 2009-12-13 Brian Matherly * src/widgets/__init__.py: Don't import removed "unused" module. svn: r13781 2009-12-13 Brian Matherly * src/Editors/_EditFamily.py, src/widgets/Makefile.am, src/widgets/unused.py: Remove widgets/unused.py for obvious reasons. svn: r13780 2009-12-13 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Sorts event by ID, date svn: r13779 2009-12-12 Doug Blank * src/DisplayState.py, src/gui/utils.py: Sometimes, the pending events can get into an infinite loop of causing more events to be handled; this fix makes it finite svn: r13778 2009-12-12 Doug Blank * src/gui/utils.py: gtk is hidden in methods to not import it overall for cli svn: r13777 2009-12-12 Rob G. Healey * src/plugins/webreport/WebCal.py: Cleanup of little things in WebCal. svn: r13775 2009-12-12 Rob G. Healey * src/gui/utils.py: Moved "import gtk" from several different places to the area where all imports are located. Had a problem with set_header() in class progressMeter. svn: r13774 2009-12-12 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Changed how EventPage works. Cleanup work on NarrativeWeb. Changed some elements in stylesheet that is specific to Visually impaired only. svn: r13773 2009-12-12 Doug Blank * src/plugins/gramplet/SurnameCloudGramplet.py: Added options for font sizes and count svn: r13772 2009-12-12 Doug Blank * src/gen/plug/_gramplet.py: Fixed wrong value for 'track' for detached gramplets svn: r13771 2009-12-12 Mirko Leonhäuser * po/de.po: Update german translation svn: r13770 2009-12-11 Doug Blank * src/gen/lib/date.py: Proper default value for lookup_calendar svn: r13769 2009-12-11 Doug Blank * src/plugins/tool/Leak.py: RuntimeWarning: missing handler 'on_delete_event' svn: r13768 2009-12-11 Gerald Britton * src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placetreemodel.py, src/gui/views/treemodels/treebasemodel.py: Readability and performance tweaks svn: r13767 2009-12-11 Doug Blank * src/widgets/statusbar.py: 3415: gtk.HBox in src/widgets/statusbar.py; changes in latest gtk svn: r13766 2009-12-11 Erik De Richter * po/nl.po: update nl translation svn: r13765 2009-12-11 Doug Blank * src/gen/lib/date.py: Convieniences: get_year_calendar(int) or get_year_calendar(name); date.to_calendar(int) or to_calendar(name) svn: r13764 2009-12-11 Doug Blank * src/gen/lib/test/date_test.py: Updated date_test to test swedish dates more svn: r13763 2009-12-11 Doug Blank * src/gen/lib/date.py: Refined calendar lookup svn: r13762 2009-12-11 Doug Blank * src/gen/lib/date.py: Fixed error in get_year_calendar svn: r13761 2009-12-11 Doug Blank * src/PluginUtils/_PluginDialogs.py: RuntimeWarning: missing handler 'on_delete_event' svn: r13760 2009-12-11 Brian Matherly * src/gen/plug/menu/__init__.py: Remove unneeded TranslationOption import. svn: r13759 2009-12-11 Brian Matherly * po/POTFILES.in, src/DateHandler/_DateDisplay.py, src/TransUtils.py, src/gen/plug/menu/Makefile.am, src/gen/plug/menu/_translation.py, src/plugins/lib/Makefile.am, src/plugins/lib/libnarrate.py, src/plugins/lib/libplugins.gpr.py, src/plugins/lib/libtranslate.py, src/plugins/textreport/AncestorReport.py: Fix translated dates in Ancestor Report. Currently, dates for other than the current locale will print in ISO format. svn: r13758 2009-12-11 Brian Matherly * src/plugins/webreport/NarrativeWeb.py: Fix crash in NavWeb when accessing uninitiailzed variables. svn: r13757 2009-12-11 Doug Blank * src/plugins/gramplet/FanChartGramplet.py, src/plugins/view/fanchartview.py: 3394: Pango Warning for Fanchartview during start svn: r13756 2009-12-11 Doug Blank * src/config.py: Fixed two bugs with one check: last wart is gone in config svn: r13755 2009-12-11 Doug Blank * src/config.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/pedigreeviewext.gpr.py, src/plugins/view/view.gpr.py: Charts to Ancestry view category renaming svn: r13754 2009-12-11 Doug Blank * src/config.py: Defaults are written to .ini as comments svn: r13753 2009-12-10 Gerald Britton * src/Filters/Rules/Person/_Disconnected.py, src/Filters/Rules/_HasAttributeBase.py, src/gui/views/listview.py: Tweaks svn: r13752 2009-12-10 Gary Burton * src/plugins/webreport/NarrativeWeb.py: Remove a typo which prevents the plugin from loading. svn: r13751 2009-12-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed event types in multiple places. Fixed a crash at line 520 reported by Gary Britton. Thank you. svn: r13750 2009-12-10 Rob G. Healey * src/data/GeoView.css, src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css, src/data/behaviour.css, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Fixed all of the stylesheets, NarrativeWeb, and WebCal with the proper use of the header from Brian Matherly. svn: r13749 2009-12-10 Rob G. Healey * src/gen/lib/eventtype.py, src/plugins/webreport/NarrativeWeb.py: Fixed event types not being translated in IndividualPages, Events section. Made some spacial alignment in eventtypes.py for better visual aid. svn: r13748 2009-12-09 Luigi Toscano * po/gramps.pot, po/it.po: Regenerate gramps.pot, merge Italian translations from branches/maintenance/gramps31. svn: r13747 2009-12-09 Benny Malengier * src/plugins/view/pedigreeview.py, src/plugins/view/pedigreeviewext.py: 2846: PedigreeView: build tree basic on arithmetics svn: r13746 2009-12-09 Benny Malengier * po/POTFILES.in, src/config.py, src/plugins/view/Makefile.am, src/plugins/view/pedigreeviewext.gpr.py, src/plugins/view/pedigreeviewext.py: 2846: PedigreeView: build tree basic on arithmetics svn: r13745 2009-12-09 Jérôme Rapinat * src/plugins/drawreport/FanChart.py: #2385: Fan chart and multiple calendars (only for years on french calendar; < 15) svn: r13744 2009-12-08 Doug Blank * src/gen/lib/date.py: Fixes for get_year_calendar svn: r13743 2009-12-08 Doug Blank * src/data/templates/gramps-base.html: Small change to avoid Quirks Mode in Firefox svn: r13742 2009-12-08 Doug Blank * src/plugins/webreport/WebCal.py: 3265: An improvement of calendar report svn: r13741 2009-12-08 Doug Blank * src/plugins/import/ImportCsv.py: 3420: Error in line 498 of importCSV.py during CSV import. svn: r13740 2009-12-08 Doug Blank * src/gui/views/treemodels/peoplemodel.py: 3426: No "invalid_date_format" definition on peoplemodel svn: r13739 2009-12-07 Brian Matherly * src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: Fix DetailedDescendant and DetailedAncestor reports. svn: r13738 2009-12-07 Jérôme Rapinat * po/fr.po: merge some strings from branch to trunk svn: r13737 2009-12-06 Doug Blank * src/data/Web_Mainz.css, src/data/Web_Print-Default.css, src/data/templates/view_event_detail.html, src/data/templates/view_name_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_page.html, src/data/templates/view_place_detail.html, src/data/templates/view_repository_detail.html: Fixed CSS typos; got all gramps-connect view pages structured svn: r13736 2009-12-06 Brian Matherly * src/plugins/drawreport/FanChart.py: Add draw_wedge function that was removed from ReportUtils.py. svn: r13735 2009-12-06 Doug Blank * src/web/utils.py: Don't escape objects in table columns svn: r13734 2009-12-06 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Found two typos when translating. svn: r13733 2009-12-06 Doug Blank * src/data/Web_Mainz.css, src/data/templates/view_events.html, src/data/templates/view_families.html, src/data/templates/view_media.html, src/data/templates/view_people.html, src/data/templates/view_sources.html, src/web/grampsdb/templatetags/my_tags.py, src/web/utils.py: Empty table cells have clickable area, even if empty svn: r13732 2009-12-06 Doug Blank * src/gen/lib/date.py: Added convienience method for getting year in the calendar of a date svn: r13731 2009-12-06 Doug Blank * src/Simple/_SimpleTable.py, src/web/utils.py: Add manual url links on table rows svn: r13730 2009-12-06 Doug Blank * src/plugins/quickview/FilterByName.py: Added map for 3406: Use of translation context on plugins/quickview/FilterByName.py svn: r13729 2009-12-06 Stéphane Charette * NEWS: updated with 3.1.3 information svn: r13728 2009-12-06 Jérôme Rapinat * src/plugins/quickview/FilterByName.py: #3406: Try to use of translation context (first step) svn: r13726 2009-12-06 Jérôme Rapinat * src/plugins/drawreport/FanChart.py: #2385: Fan chart and multiple calendars (like TimeLine.py) svn: r13725 2009-12-06 Doug Blank * src/data/templates/view_events.html, src/data/templates/view_families.html, src/data/templates/view_media.html, src/data/templates/view_name_detail.html, src/data/templates/view_notes.html, src/data/templates/view_page.html, src/data/templates/view_people.html, src/data/templates/view_places.html, src/data/templates/view_repositories.html, src/data/templates/view_sources.html, src/web/grampsdb/views.py, src/web/urls.py, src/web/utils.py: Working on private/protected non-logged-in viewing/searching svn: r13721 2009-12-06 Doug Blank * src/ProgressDialog.py, src/gui/utils.py: Refinements to ProgressMeter and ProgressMonitor for cancelling svn: r13720 2009-12-06 Doug Blank * src/gen/utils/longop.py, src/gen/utils/progressmon.py: Refinements and tests for cancelling processes svn: r13719 2009-12-05 Doug Blank * src/Utils.py: 3351: Living people are considered as dead (and some dead considered alive) svn: r13718 2009-12-05 Doug Blank * src/gen/lib/date.py: Added a == to match to check more exact matches svn: r13717 2009-12-05 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: typo svn: r13716 2009-12-05 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Completed bug# 2698. Please test it out completely. Report issues to bug#2698. svn: r13715 2009-12-05 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Beginning work on Bug #2698. svn: r13714 2009-12-05 Doug Blank * src/config.py, src/gen/db/dbconst.py, src/gen/db/read.py: 3339: [Patch] Views get their column display data from db (meta); should get from config ini svn: r13709 2009-12-05 Doug Blank * src/gen/plug/_manager.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportSql.py, src/plugins/export/ExportXml.py, src/plugins/export/export.gpr.py: 3413: Hidden export plugins still show in list; and rewrote eval() as getattr() svn: r13708 2009-12-05 Doug Blank * src/ExportAssistant.py: 3412: Export types are not in any particular order in ExportAssistant svn: r13707 2009-12-05 Doug Blank * src/plugins/export/export.gpr.py: 3411: Exporters "Gramps XML" and "Gramps Package" names are asymmetric svn: r13706 2009-12-05 Doug Blank * src/config.py, src/gen/plug/__init__.py, src/gen/plug/_pluginreg.py, src/gui/grampsgui.py, src/gui/viewmanager.py, src/gui/views/pageview.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/geoview.gpr.py, src/plugins/view/placetreeview.gpr.py, src/plugins/view/view.gpr.py: 3352: Confusion in creating multiple views of same type and selecting them; see tracker for more details svn: r13705 2009-12-05 Doug Blank * src/plugins/drawreport/Calendar.py, src/plugins/webreport/WebCal.py: 3410: holidays.xml is reported to not load from user's plugin directory svn: r13703 2009-12-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed person section of Event Pages. svn: r13698 2009-12-03 Erik De Richter * po/nl.po: update nl translation svn: r13697 2009-12-01 Rob G. Healey * src/data/Web_Mainz.css, src/plugins/webreport/NarrativeWeb.py: Working more on Events classes. svn: r13695 2009-12-01 Doug Blank * src/DisplayTabs/_GalleryTab.py, src/plugins/view/mediaview.py: 3376: RFE: please add 'Open directory' to context menu of media objects svn: r13693 2009-11-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Kept place source references and fixed a crash. svn: r13692 2009-11-29 Gary Burton * src/plugins/webreport/NarrativeWeb.py: Fix for bug 3393. svn: r13691 2009-11-29 Peter Landgren * src/plugins/mapservices/eniroswedenmap.py: Second fixed a minor bug. svn: r13690 2009-11-29 Peter Landgren * src/plugins/mapservices/eniroswedenmap.py: Fixed a minor bug. svn: r13689 2009-11-29 Rob G. Healey * src/data/Web_Basic-Ash.css: Fixed a background issue in Web_Basic-Ash.css. svn: r13687 2009-11-29 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css: Added new EventListPage styles to all stylesheets. svn: r13686 2009-11-28 Gary Burton * src/plugins/webreport/NarrativeWeb.py: Fix issue with paragraph breaks on preformatted notes. svn: r13684 2009-11-28 Gary Burton * src/plugins/webreport/NarrativeWeb.py: Fix typo svn: r13683 2009-11-28 Gary Burton * src/plugins/webreport/NarrativeWeb.py: Fix problem with missing sources in bibliography svn: r13682 2009-11-28 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed missing person in class EventListPage. Hyperlinked the grampsid to the to its EventPage as I didn't have the event type to hyperlink with. svn: r13681 2009-11-27 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Visually.css: Rest of the Ancestor Tree fix from Jason Simanek. Bug #3371 svn: r13679 2009-11-27 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Finished EventListPage. Now only need to work out the sorting protion of it... updated stylesheet to match. svn: r13678 2009-11-26 Gerald Britton * src/gen/proxy/filter.py: Small simplifications svn: r13676 2009-11-26 Mirko Leonhäuser * po/de.po: Update german translation svn: r13675 2009-11-26 Jérôme Rapinat * src/Filters/Rules/Event/_ChangedSince.py, src/Filters/Rules/Family/_ChangedSince.py, src/Filters/Rules/MediaObject/_ChangedSince.py, src/Filters/Rules/Note/_ChangedSince.py, src/Filters/Rules/Person/_ChangedSince.py, src/Filters/Rules/Place/_ChangedSince.py, src/Filters/Rules/Repository/_ChangedSince.py, src/Filters/Rules/Source/_ChangedSince.py, src/Filters/Rules/_ChangedSinceBase.py, src/GrampsCfg.py, src/plugins/Records.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/textreport/IndivComplete.py: 3391: Some sentences missed the final dot svn: r13674 2009-11-25 Rob G. Healey * src/data/Web_Nebraska.css, src/data/Web_Visually.css: Fix for Ancestor Tree: unlinked individuals has been fixed. Jason Simanek has come with a correction. I will slowly be updating the rest of the stylesheets as well. svn: r13671 2009-11-24 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Tweaks using list comprehensions svn: r13670 2009-11-23 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Tweaks replacing for-loops with iterator expressions svn: r13664 2009-11-23 Doug Blank * src/data/templates/view_event_detail.html, src/data/templates/view_source_detail.html: Some work on event and source detail pages svn: r13662 2009-11-23 Doug Blank * src/gen/lib/date.py: Fixed error in computing days of a date diff span svn: r13661 2009-11-23 Doug Blank * src/Simple/_SimpleDoc.py, src/plugins/docgen/HtmlDoc.py, src/web/utils.py: Fixed a bug in HTML table widths; allow args to make_basic_stylesheet; add scrollbars to tabbed items svn: r13660 2009-11-22 Doug Blank * src/data/templates/view_page.html: Added scrollbars to main page views svn: r13658 2009-11-22 Doug Blank * src/web/djangodb.py, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/sql/childref.sql, src/web/grampsdb/sql/eventref.sql, src/web/grampsdb/sql/name.sql, src/web/grampsdb/sql/noteref.sql, src/web/grampsdb/sql/sourceref.sql, src/web/grampsdb/views.py, src/web/init.py, src/web/init_gramps.py, src/web/libdjango.py, src/web/manage.py, src/web/settings.py, src/web/urls.py, src/web/utils.py: Added copyright; added scrollbars on page views; indexes on other ref tables svn: r13657 2009-11-22 Espen Berg * po/nb.po: Some revised strings in Norwegian bokmål. Still a lot to do svn: r13655 2009-11-22 Doug Blank * src/plugins/import/ImportDjango.py: Print to stderr, turn debug off, use addon translations, if any svn: r13654 2009-11-22 Doug Blank * src/plugins/import/ImportDjango.gpr.py, src/plugins/import/ImportDjango.py: Django importer; may move to addons later, but keeping it with DjangoExport for now svn: r13653 2009-11-22 Doug Blank * src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/sql/eventref.sql, src/web/init.py, src/web/init_gramps.py: Added indexes; clean properly; updated db schema version num to 0.5.1 (added indexes) svn: r13652 2009-11-22 Doug Blank * src/web/grampsdb/views.py, src/web/settings.py: Settings ready for debugging; removed select_related svn: r13651 2009-11-22 Benny Malengier * src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py: 3106: Unable to use People with a common ancestor with match rule svn: r13649 2009-11-21 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/view_page.html, src/plugins/export/ExportDjango.py, src/web/grampsdb/templatetags/my_tags.py, src/web/libdjango.py, src/web/utils.py: Protect crashing from malformed data; working on locale-based issues; fast flush; UI focus svn: r13647 2009-11-21 Doug Blank * src/plugins/export/ExportDjango.py, src/web/grampsdb/models.py, src/web/settings.py: Changes to allow large, fast exports svn: r13646 2009-11-21 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed unused and unnecessary functions: get_birth_date() and get_death_date(). I never did use them at all. svn: r13645 2009-11-21 Doug Blank * src/web/grampsdb/views.py: Added 404 page error checking and gettext readiness svn: r13644 2009-11-21 Doug Blank * src/data/templates/404.html, src/data/templates/500.html: New error pages svn: r13643 2009-11-20 Peter Landgren * data/man/fr/gramps.1.in, data/man/gramps.1.in, data/man/nl/gramps.1.in, data/man/pl/gramps.1.in, data/man/sv/gramps.1.in: Fifth update for GRAMPS-> Gramps. svn: r13642 2009-11-20 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Tweaks svn: r13641 2009-11-19 Benny Malengier * src/gen/proxy/private.py: 3269: Export privacy switch toggles inclusion of source page data svn: r13639 2009-11-19 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Tweaks svn: r13638 2009-11-19 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed date display in NarrativeWeb. Bug #3370. svn: r13637 2009-11-19 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fix of global name 'ltr' is not defined in line 6156. svn: r13636 2009-11-19 Peter Landgren * src/images/scalable/gramps-fanchart.svg, src/images/scalable/gramps-gramplet.svg, src/images/scalable/gramps-pedigree.svg, src/images/scalable/gramps.svg: Fourth update for consistent use of Gramps. See issue 3355. svn: r13635 2009-11-19 Peter Landgren * src/TransUtils.py: TransUtils.py should not be among them. svn: r13634 2009-11-19 Peter Landgren * src/Assistant.py, src/ManagedWindow.py, src/Mime/_PythonMime.py, src/QuestionDialog.py, src/ReportBase/_ReportDialog.py, src/TransUtils.py, src/cli/arghandler.py, src/const.py.in, src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/registration/login.html, src/gui/dbman.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportXml.py, src/plugins/gramplet/HeadlineNewsGramplet.py, src/plugins/tool/Check.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/view/view.gpr.py: Third update for consistent use of Gramps. See issue 3355. svn: r13633 2009-11-19 Jérôme Rapinat * src/data/tips.xml.in, src/gui/views/listview.py, src/plugins/docgen/docgen.gpr.py: 3343: Misnamed report format. Open Document to OpenDocument svn: r13632 2009-11-19 Doug Blank * src/data/Web_Mainz.css, src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/view_detail_page.html, src/data/templates/view_families.html, src/data/templates/view_family_detail.html, src/data/templates/view_page.html, src/data/templates/view_page_detail.html, src/data/templates/view_people.html, src/data/templates/view_person_detail.html, src/web/grampsdb/templatetags/my_tags.py, src/web/urls.py, src/web/utils.py: Incremental updates for css tweaks, showing validated info, family details and attempts for proper url handling svn: r13631 2009-11-18 Benny Malengier * src/GrampsDbUtils/_GedcomParse.py, src/gen/lib/primaryobj.py, src/gen/proxy/living.py, src/gen/proxy/private.py: 2799: in GEDCOM export, changed timestamp for every single record is 31 DEC 1969 svn: r13630 2009-11-18 Mirko Leonhäuser * po/de.po: Update german translation svn: r13628 2009-11-18 Jérôme Rapinat * src/plugins/export/export.gpr.py: avoid _ on p (typo on key) svn: r13627 2009-11-18 Gerald Britton * src/plugins/webreport/NarrativeWeb.py: Fix bug in Narrative Web source page. Small performance enhancements in display_source_refs. svn: r13626 2009-11-18 Peter Landgren * po/sv.po: Update after some major changes. svn: r13625 2009-11-18 Jérôme Rapinat * po/fr.po, po/gramps.pot: 2371: Make printing reports in different languages easier (test) svn: r13623 2009-11-18 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Converted alphabet navigation to be able to handle words as well as letters. svn: r13622 2009-11-18 Peter Landgren * src/plugins/import/ImportCsv.py: Update for consistent use of Gramps. See issue 3355. svn: r13621 2009-11-18 Peter Landgren * po/sv.po: Update after GRAMPS->Gramsp. svn: r13620 2009-11-18 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Working on source references and events. Changes in stylesheet to match work. svn: r13619 2009-11-18 Brian Matherly * src/plugins/lib/libnarrate.py: Fix translation problem in libnarrate. svn: r13618 2009-11-18 Brian Matherly * src/plugins/lib/libnarrate.py, src/plugins/textreport/AncestorReport.py: svn: r13617 2009-11-18 Doug Blank * src/data/templates/view_family_detail.html, src/data/templates/view_source_detail.html, src/web/utils.py: Updates to Family view and tabs svn: r13616 2009-11-18 Doug Blank * src/web/djangodb.py: removed debug print svn: r13615 2009-11-17 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/user_page.html, src/data/templates/view_detail_page.html, src/data/templates/view_page.html, src/data/templates/view_page_detail.html: Changed GRAMPS to Gramps svn: r13614 2009-11-17 Doug Blank * src/Simple/_SimpleAccess.py: Workaround to avoid importing all of ReportUtils and gtk svn: r13613 2009-11-17 Peter Landgren * src/Filters/SideBar/_PlaceSidebarFilter.py, src/glade/editlocation.glade: Update for consistent use of ZIP/Postal code. See issue 3355. svn: r13612 2009-11-17 Peter Landgren * data/gramps.desktop.in, data/gramps.keys.in, src/cli/arghandler.py, src/data/tips.xml.in, src/gen/db/dbdir.py, src/gui/views/navigationview.py, src/plugins/import/ImportCsv.py, src/plugins/tool/tools.gpr.py, src/plugins/webreport/NarrativeWeb.py: Second update for consistent use of Gramps. See issue 3355. svn: r13611 2009-11-17 Peter Landgren * data/gramps.xml.in, src/BasicUtils/_NameDisplay.py, src/Bookmarks.py, src/Editors/AddMedia.py, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/ExportAssistant.py, src/Filters/Rules/Event/_HasIdOf.py, src/Filters/Rules/Event/_RegExpIdOf.py, src/Filters/Rules/Family/_ChildHasIdOf.py, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_HasIdOf.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_RegExpIdOf.py, src/Filters/Rules/MediaObject/_HasIdOf.py, src/Filters/Rules/MediaObject/_RegExpIdOf.py, src/Filters/Rules/Note/_HasIdOf.py, src/Filters/Rules/Note/_RegExpIdOf.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Person/_MatchIdOf.py, src/Filters/Rules/Person/_RegExpIdOf.py, src/Filters/Rules/Place/_HasIdOf.py, src/Filters/Rules/Place/_RegExpIdOf.py, src/Filters/Rules/Repository/_HasIdOf.py, src/Filters/Rules/Repository/_RegExpIdOf.py, src/Filters/Rules/Source/_HasIdOf.py, src/Filters/Rules/Source/_RegExpIdOf.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_RegExpIdBase.py, src/GrampsAboutDialog.py, src/GrampsCfg.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/QuestionDialog.py, src/cli/grampscli.py, src/data/tips.xml.in, src/gen/db/dbdir.py, src/gen/plug/_pluginreg.py, src/glade/dbman.glade, src/glade/displaystate.glade, src/glade/mergedata.glade, src/gramps.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/grampsgui.py, src/gui/viewmanager.py, src/gui/views/navigationview.py, src/plugins/BookReport.py, src/plugins/drawreport/Calendar.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/WelcomeGramplet.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportXml.py, src/plugins/import/import.gpr.py, src/plugins/import/importgedcom.glade, src/plugins/textreport/BirthdayReport.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/MediaManager.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/changenames.glade, src/plugins/tool/patchnames.glade, src/plugins/view/geoview.gpr.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: First update for consistent use of Gramps. See issue 3355. svn: r13610 2009-11-17 Nick Hall * src/gui/views/treemodels/placetreemodel.py: Fix bug in new place view with empty places svn: r13608 2009-11-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed bug #3357. Formatting of the date was messed up. svn: r13607 2009-11-17 Benny Malengier * src/plugins/graph/GVRelGraph.py: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532559 svn: r13606 2009-11-17 Espen Berg * po/nb.po: Some revision on Norwegian bokmål translation svn: r13604 2009-11-17 Brian Matherly * src/plugins/drawreport/DescendTree.py: Clean up descendant tree - PEP8, naming, etc. svn: r13603 2009-11-17 Nick Hall * src/gui/views/Makefile.am, src/gui/views/placebaseview.py, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placebasemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/placetreemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/view/Makefile.am, src/plugins/view/placetreeview.gpr.py, src/plugins/view/placetreeview.py, src/plugins/view/placeview.py: Add hierarchical place view. Reorganise existing place view and model. svn: r13601 2009-11-16 Doug Blank * src/ReportBase/_ReportUtils.py: Moved gtk out of scope of import svn: r13600 2009-11-16 Doug Blank * src/ImgManip.py, src/gen/db/write.py, src/gui/utils.py, src/plugins/docgen/HtmlDoc.py: Move gtk-based items out of scope of import for cli svn: r13599 2009-11-16 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed if hyper: cconditional in class MediaPage, lines 2554-2563. svn: r13598 2009-11-16 Doug Blank * src/web/README: Notes on running Django+gramps under apache with wsgi svn: r13597 2009-11-16 Doug Blank * src/web/utils.py: Fixed bug in assoc table svn: r13596 2009-11-16 Doug Blank * src/gui/grampsgui.py: fixed typo svn: r13595 2009-11-15 Doug Blank * src/data/Web_Mainz.css, src/data/templates/view_family_detail.html, src/data/templates/view_person_detail.html, src/web/djangodb.py, src/web/grampsdb/templatetags/my_tags.py, src/web/settings.py, src/web/utils.py: Django debug support; added table support; add missing DjangoDb funcs; minor css tweaks svn: r13594 2009-11-15 Doug Blank * src/Simple/_SimpleTable.py: Changed the displayed text of an object in the simple table to gramps_id rather than name of item svn: r13593 2009-11-15 Espen Berg * po/nb.po: Some revision on Norwegian bokmål language file svn: r13592 2009-11-15 Peter Landgren * po/sv.po: Updateing Swedish translation. svn: r13591 2009-11-15 Benny Malengier * src/gen/plug/__init__.py, src/gen/plug/_pluginreg.py, src/gui/grampsgui.py, src/plugins/view/fanchartview.gpr.py, src/plugins/view/fanchartview.py, src/plugins/view/pedigreeview.py, src/plugins/view/view.gpr.py: allow forcing a view to be first in category svn: r13590 2009-11-15 Benny Malengier * src/gui/grampsgui.py: register the gramps-view icon svn: r13589 2009-11-15 Doug Blank * src/Simple/_SimpleTable.py, src/data/Web_Mainz.css, src/web/djangodb.py, src/web/utils.py: Use new link tag; SimpleTable can now output docgen types other than gtk svn: r13588 2009-11-15 Doug Blank * src/gen/plug/docgen/textdoc.py, src/plugins/docgen/HtmlDoc.py: Added link and underline sections to base and html docgen types; defaults to silent pass so that we can add to other docgen types without breaking anything yet svn: r13587 2009-11-15 Erik De Richter * po/nl.po: update nl translation svn: r13586 2009-11-15 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Print-Default.css: Added Address Book styles to all style sheets. svn: r13585 2009-11-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: The exif tags option will only be displayed if they have the pyexiv2 library installed. Great error prevention. svn: r13584 2009-11-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added Image Exif Tags back into NarrativeWeb. Need to download and install pyexiv2 to see them though. svn: r13583 2009-11-15 Rob G. Healey * src/Makefile.am, src/images/scalable/Makefile.am: Fixed Makefiles after Reorgination part2. svn: r13582 2009-11-14 Doug Blank * src/data/Web_Mainz.css, src/web/utils.py: Refinements to events_table and css svn: r13581 2009-11-14 Doug Blank * src/Simple/_SimpleDoc.py, src/Simple/_SimpleTable.py: Changed the names of the styles of tables and fixed a col width error (which weren't used, but will be in the webapp) svn: r13580 2009-11-14 Doug Blank * src/data/Web_Mainz.css, src/data/javascript/css/swanky-purse/jquery-ui-1.7.2.custom.css, src/data/templates/view_person_detail.html, src/web/djangodb.py, src/web/grampsdb/templatetags/my_tags.py, src/web/utils.py: Moved functions from my_tags to web.utils; added some support for tables; uses docgen code; minor changes to css svn: r13579 2009-11-14 Benny Malengier * po/POTFILES.in, src/PageView.py, src/gui/grampsgui.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/pageview.py, src/images/16x16/Makefile.am, src/images/16x16/source/gramps-tree-group.svg, src/images/16x16/source/gramps-tree-list.svg, src/images/16x16/source/gramps-tree-select.svg, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-config.svg, src/images/scalable/gramps-fanchart.svg, src/images/scalable/gramps-gramplet.svg, src/images/scalable/gramps-parents-open.svg, src/images/scalable/gramps-tree-group.svg, src/images/scalable/gramps-tree-list.svg, src/images/scalable/gramps-tree-select.svg, src/images/scalable/gramps-view.svg, src/plugins/view/fanchartview.py, src/plugins/view/geoview.py, src/plugins/view/grampletview.py, src/plugins/view/htmlrenderer.py, src/plugins/view/pedigreeview.py, src/plugins/view/personview.py, src/plugins/view/relview.py: GEPS_014:_Plugin_registration_and_management finish views in category, todo: configuration svn: r13578 2009-11-13 Espen Berg * po/nb.po: Removed some illegal translations in nb.po svn: r13575 2009-11-13 Jérôme Rapinat * po/fr.po, po/gramps.pot: testing french translation at this date time svn: r13574 2009-11-13 Jérôme Rapinat * po/POTFILES.in, po/POTFILES.skip: intltool-update -m : search for left out files from POTFILES.in svn: r13572 2009-11-13 Doug Blank * src/data/templates/view_notes.html: Draft notes template svn: r13571 2009-11-13 Doug Blank * src/data/javascript/development-bundle/AUTHORS.txt, src/data/javascript/development-bundle/GPL-LICENSE.txt, src/data/javascript/development-bundle/MIT-LICENSE.txt, src/data/javascript/development-bundle/demos/accordion/collapsible. html, src/data/javascript/development-bundle/demos/accordion/custom-icons .html, src/data/javascript/development-bundle/demos/accordion/default.html , src/data/javascript/development-bundle/demos/accordion/fillspace.ht ml, src/data/javascript/development-bundle/demos/accordion/index.html, src/data/javascript/development-bundle/demos/accordion/mouseover.ht ml, src/data/javascript/development-bundle/demos/accordion/no-auto-heig ht.html, src/data/javascript/development-bundle/demos/addClass/default.html, src/data/javascript/development-bundle/demos/addClass/index.html, src/data/javascript/development-bundle/demos/animate/default.html, src/data/javascript/development-bundle/demos/animate/index.html, src/data/javascript/development-bundle/demos/datepicker/alt-field.h tml, src/data/javascript/development-bundle/demos/datepicker/buttonbar.h tml, src/data/javascript/development-bundle/demos/datepicker/date-format s.html, src/data/javascript/development-bundle/demos/datepicker/default.htm l, src/data/javascript/development-bundle/demos/datepicker/dropdown-mo nth-year.html, src/data/javascript/development-bundle/demos/datepicker/icon-trigge r.html, src/data/javascript/development-bundle/demos/datepicker/index.html, src/data/javascript/development-bundle/demos/datepicker/inline.html , src/data/javascript/development-bundle/demos/datepicker/localizatio n.html, src/data/javascript/development-bundle/demos/datepicker/min-max.htm l, src/data/javascript/development-bundle/demos/datepicker/multiple-ca lendars.html, src/data/javascript/development-bundle/demos/demos.css, src/data/javascript/development-bundle/demos/dialog/default.html, src/data/javascript/development-bundle/demos/dialog/index.html, src/data/javascript/development-bundle/demos/dialog/modal-confirmat ion.html, src/data/javascript/development-bundle/demos/dialog/modal-form.html , src/data/javascript/development-bundle/demos/dialog/modal-message.h tml, src/data/javascript/development-bundle/demos/dialog/modal.html, src/data/javascript/development-bundle/demos/draggable/constrain-mo vement.html, src/data/javascript/development-bundle/demos/draggable/cursor-style .html, src/data/javascript/development-bundle/demos/draggable/default.html , src/data/javascript/development-bundle/demos/draggable/delay-start. html, src/data/javascript/development-bundle/demos/draggable/events.html, src/data/javascript/development-bundle/demos/draggable/handle.html, src/data/javascript/development-bundle/demos/draggable/index.html, src/data/javascript/development-bundle/demos/draggable/revert.html, src/data/javascript/development-bundle/demos/draggable/scroll.html, src/data/javascript/development-bundle/demos/draggable/snap-to.html , src/data/javascript/development-bundle/demos/draggable/sortable.htm l, src/data/javascript/development-bundle/demos/draggable/visual-feedb ack.html, src/data/javascript/development-bundle/demos/droppable/accepted-ele ments.html, src/data/javascript/development-bundle/demos/droppable/default.html , src/data/javascript/development-bundle/demos/droppable/index.html, src/data/javascript/development-bundle/demos/droppable/photo-manage r.html, src/data/javascript/development-bundle/demos/droppable/propagation. html, src/data/javascript/development-bundle/demos/droppable/revert.html, src/data/javascript/development-bundle/demos/droppable/visual-feedb ack.html, src/data/javascript/development-bundle/demos/effect/default.html, src/data/javascript/development-bundle/demos/effect/index.html, src/data/javascript/development-bundle/demos/hide/default.html, src/data/javascript/development-bundle/demos/hide/index.html, src/data/javascript/development-bundle/demos/index.html, src/data/javascript/development-bundle/demos/progressbar/animated.h tml, src/data/javascript/development-bundle/demos/progressbar/default.ht ml, src/data/javascript/development-bundle/demos/progressbar/index.html , src/data/javascript/development-bundle/demos/progressbar/resize.htm l, src/data/javascript/development-bundle/demos/removeClass/default.ht ml, src/data/javascript/development-bundle/demos/removeClass/index.html , src/data/javascript/development-bundle/demos/resizable/animate.html , src/data/javascript/development-bundle/demos/resizable/aspect-ratio .html, src/data/javascript/development-bundle/demos/resizable/constrain-ar ea.html, src/data/javascript/development-bundle/demos/resizable/default.html , src/data/javascript/development-bundle/demos/resizable/delay-start. html, src/data/javascript/development-bundle/demos/resizable/index.html, src/data/javascript/development-bundle/demos/resizable/max-min.html , src/data/javascript/development-bundle/demos/resizable/snap-to-grid .html, src/data/javascript/development-bundle/demos/resizable/synchronous- resize.html, src/data/javascript/development-bundle/demos/resizable/visual-feedb ack.html, src/data/javascript/development-bundle/demos/selectable/default.htm l, src/data/javascript/development-bundle/demos/selectable/display-gri d.html, src/data/javascript/development-bundle/demos/selectable/index.html, src/data/javascript/development-bundle/demos/selectable/serialize.h tml, src/data/javascript/development-bundle/demos/show/default.html, src/data/javascript/development-bundle/demos/show/index.html, src/data/javascript/development-bundle/demos/slider/colorpicker.htm l, src/data/javascript/development-bundle/demos/slider/default.html, src/data/javascript/development-bundle/demos/slider/index.html, src/data/javascript/development-bundle/demos/slider/multiple-vertic al.html, src/data/javascript/development-bundle/demos/slider/range-vertical. html, src/data/javascript/development-bundle/demos/slider/range.html, src/data/javascript/development-bundle/demos/slider/rangemax.html, src/data/javascript/development-bundle/demos/slider/rangemin.html, src/data/javascript/development-bundle/demos/slider/slider-vertical .html, src/data/javascript/development-bundle/demos/slider/steps.html, src/data/javascript/development-bundle/demos/sortable/connect-lists -through-tabs.html, src/data/javascript/development-bundle/demos/sortable/connect-lists .html, src/data/javascript/development-bundle/demos/sortable/default.html, src/data/javascript/development-bundle/demos/sortable/delay-start.h tml, src/data/javascript/development-bundle/demos/sortable/display-grid. html, src/data/javascript/development-bundle/demos/sortable/empty-lists.h tml, src/data/javascript/development-bundle/demos/sortable/index.html, src/data/javascript/development-bundle/demos/sortable/items.html, src/data/javascript/development-bundle/demos/sortable/placeholder.h tml, src/data/javascript/development-bundle/demos/sortable/portlets.html , src/data/javascript/development-bundle/demos/switchClass/default.ht ml, src/data/javascript/development-bundle/demos/switchClass/index.html , src/data/javascript/development-bundle/demos/tabs/ajax.html, src/data/javascript/development-bundle/demos/tabs/ajax/content1.htm l, src/data/javascript/development-bundle/demos/tabs/ajax/content2.htm l, src/data/javascript/development-bundle/demos/tabs/collapsible.html, src/data/javascript/development-bundle/demos/tabs/default.html, src/data/javascript/development-bundle/demos/tabs/index.html, src/data/javascript/development-bundle/demos/tabs/mouseover.html, src/data/javascript/development-bundle/demos/tabs/sortable.html, src/data/javascript/development-bundle/demos/tabs/vertical.html, src/data/javascript/development-bundle/demos/toggle/default.html, src/data/javascript/development-bundle/demos/toggle/index.html, src/data/javascript/development-bundle/demos/toggleClass/default.ht ml, src/data/javascript/development-bundle/demos/toggleClass/index.html , src/data/javascript/development-bundle/docs/accordion.html, src/data/javascript/development-bundle/docs/addClass.html, src/data/javascript/development-bundle/docs/animate.html, src/data/javascript/development-bundle/docs/datepicker.html, src/data/javascript/development-bundle/docs/dialog.html, src/data/javascript/development-bundle/docs/draggable.html, src/data/javascript/development-bundle/docs/droppable.html, src/data/javascript/development-bundle/docs/effect.html, src/data/javascript/development-bundle/docs/hide.html, src/data/javascript/development-bundle/docs/progressbar.html, src/data/javascript/development-bundle/docs/removeClass.html, src/data/javascript/development-bundle/docs/resizable.html, src/data/javascript/development-bundle/docs/selectable.html, src/data/javascript/development-bundle/docs/show.html, src/data/javascript/development-bundle/docs/slider.html, src/data/javascript/development-bundle/docs/sortable.html, src/data/javascript/development-bundle/docs/switchClass.html, src/data/javascript/development-bundle/docs/tabs.html, src/data/javascript/development-bundle/docs/toggle.html, src/data/javascript/development-bundle/docs/toggleClass.html, src/data/javascript/development-bundle/external/bgiframe/ChangeLog. txt, src/data/javascript/development-bundle/external/bgiframe/META.json, src/data/javascript/development-bundle/external/bgiframe/docs/index .html, src/data/javascript/development-bundle/external/bgiframe/jquery.bgi frame.js, src/data/javascript/development-bundle/external/bgiframe/jquery.bgi frame.min.js, src/data/javascript/development-bundle/external/bgiframe/jquery.bgi frame.pack.js, src/data/javascript/development-bundle/external/bgiframe/test/index .html, src/data/javascript/development-bundle/external/cookie/jquery.cooki e.js, src/data/javascript/development-bundle/external/cookie/jquery.cooki e.min.js, src/data/javascript/development-bundle/external/cookie/jquery.cooki e.pack.js, src/data/javascript/development-bundle/external/jsdiff/jsdiff.js, src/data/javascript/development-bundle/external/qunit/testrunner.js , src/data/javascript/development-bundle/external/qunit/testsuite.css , src/data/javascript/development-bundle/external/simulate/jquery.sim ulate.js, src/data/javascript/development-bundle/jquery-1.3.2.js, src/data/javascript/development-bundle/themes/base/ui.accordion.css , src/data/javascript/development-bundle/themes/base/ui.all.css, src/data/javascript/development-bundle/themes/base/ui.base.css, src/data/javascript/development-bundle/themes/base/ui.core.css, src/data/javascript/development-bundle/themes/base/ui.datepicker.cs s, src/data/javascript/development-bundle/themes/base/ui.dialog.css, src/data/javascript/development-bundle/themes/base/ui.progressbar.c ss, src/data/javascript/development-bundle/themes/base/ui.resizable.css , src/data/javascript/development-bundle/themes/base/ui.slider.css, src/data/javascript/development-bundle/themes/base/ui.tabs.css, src/data/javascript/development-bundle/themes/base/ui.theme.css, src/data/javascript/development-bundle/themes/swanky-purse/jquery-u i-1.7.2.custom.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.accor dion.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.all.c ss, src/data/javascript/development-bundle/themes/swanky-purse/ui.base. css, src/data/javascript/development-bundle/themes/swanky-purse/ui.core. css, src/data/javascript/development-bundle/themes/swanky-purse/ui.datep icker.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.dialo g.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.progr essbar.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.resiz able.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.slide r.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.tabs. css, src/data/javascript/development-bundle/themes/swanky-purse/ui.theme .css, src/data/javascript/development-bundle/ui/effects.blind.js, src/data/javascript/development-bundle/ui/effects.bounce.js, src/data/javascript/development-bundle/ui/effects.clip.js, src/data/javascript/development-bundle/ui/effects.core.js, src/data/javascript/development-bundle/ui/effects.drop.js, src/data/javascript/development-bundle/ui/effects.explode.js, src/data/javascript/development-bundle/ui/effects.fold.js, src/data/javascript/development-bundle/ui/effects.highlight.js, src/data/javascript/development-bundle/ui/effects.pulsate.js, src/data/javascript/development-bundle/ui/effects.scale.js, src/data/javascript/development-bundle/ui/effects.shake.js, src/data/javascript/development-bundle/ui/effects.slide.js, src/data/javascript/development-bundle/ui/effects.transfer.js, src/data/javascript/development-bundle/ui/i18n/jquery-ui-i18n.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ar.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-bg.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ca.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-cs.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-da.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-de.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-el.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-eo.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-es.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-fa.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-fi.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-fr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-he.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-hr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-hu.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-hy.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-id.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-is.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-it.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ja.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ko.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-lt.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-lv.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ms.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-nl.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-no.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-pl.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-pt-BR. js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ro.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ru.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sk.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sl.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sq.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sr-SR. js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sv.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-th.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-tr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-uk.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-zh-CN. js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-zh-TW. js, src/data/javascript/development-bundle/ui/jquery-ui-1.7.2.custom.js , src/data/javascript/development-bundle/ui/ui.accordion.js, src/data/javascript/development-bundle/ui/ui.core.js, src/data/javascript/development-bundle/ui/ui.datepicker.js, src/data/javascript/development-bundle/ui/ui.dialog.js, src/data/javascript/development-bundle/ui/ui.draggable.js, src/data/javascript/development-bundle/ui/ui.droppable.js, src/data/javascript/development-bundle/ui/ui.progressbar.js, src/data/javascript/development-bundle/ui/ui.resizable.js, src/data/javascript/development-bundle/ui/ui.selectable.js, src/data/javascript/development-bundle/ui/ui.slider.js, src/data/javascript/development-bundle/ui/ui.sortable.js, src/data/javascript/development-bundle/ui/ui.tabs.js, src/data/javascript/development-bundle/version.txt: Removed from SVN svn: r13570 2009-11-13 Doug Blank * src/data/javascript/css/swanky-purse/jquery-ui-1.7.2.custom.css, src/data/javascript/css/swanky-purse/jquery-ui-1.7.3.custom.css, src/data/javascript/development-bundle/AUTHORS.txt, src/data/javascript/development-bundle/GPL-LICENSE.txt, src/data/javascript/development-bundle/MIT-LICENSE.txt, src/data/javascript/development-bundle/demos/accordion/collapsible. html, src/data/javascript/development-bundle/demos/accordion/custom-icons .html, src/data/javascript/development-bundle/demos/accordion/default.html , src/data/javascript/development-bundle/demos/accordion/fillspace.ht ml, src/data/javascript/development-bundle/demos/accordion/index.html, src/data/javascript/development-bundle/demos/accordion/mouseover.ht ml, src/data/javascript/development-bundle/demos/accordion/no-auto-heig ht.html, src/data/javascript/development-bundle/demos/addClass/default.html, src/data/javascript/development-bundle/demos/addClass/index.html, src/data/javascript/development-bundle/demos/animate/default.html, src/data/javascript/development-bundle/demos/animate/index.html, src/data/javascript/development-bundle/demos/datepicker/alt-field.h tml, src/data/javascript/development-bundle/demos/datepicker/buttonbar.h tml, src/data/javascript/development-bundle/demos/datepicker/date-format s.html, src/data/javascript/development-bundle/demos/datepicker/default.htm l, src/data/javascript/development-bundle/demos/datepicker/dropdown-mo nth-year.html, src/data/javascript/development-bundle/demos/datepicker/icon-trigge r.html, src/data/javascript/development-bundle/demos/datepicker/index.html, src/data/javascript/development-bundle/demos/datepicker/inline.html , src/data/javascript/development-bundle/demos/datepicker/localizatio n.html, src/data/javascript/development-bundle/demos/datepicker/min-max.htm l, src/data/javascript/development-bundle/demos/datepicker/multiple-ca lendars.html, src/data/javascript/development-bundle/demos/demos.css, src/data/javascript/development-bundle/demos/dialog/default.html, src/data/javascript/development-bundle/demos/dialog/index.html, src/data/javascript/development-bundle/demos/dialog/modal-confirmat ion.html, src/data/javascript/development-bundle/demos/dialog/modal-form.html , src/data/javascript/development-bundle/demos/dialog/modal-message.h tml, src/data/javascript/development-bundle/demos/dialog/modal.html, src/data/javascript/development-bundle/demos/draggable/constrain-mo vement.html, src/data/javascript/development-bundle/demos/draggable/cursor-style .html, src/data/javascript/development-bundle/demos/draggable/default.html , src/data/javascript/development-bundle/demos/draggable/delay-start. html, src/data/javascript/development-bundle/demos/draggable/events.html, src/data/javascript/development-bundle/demos/draggable/handle.html, src/data/javascript/development-bundle/demos/draggable/index.html, src/data/javascript/development-bundle/demos/draggable/revert.html, src/data/javascript/development-bundle/demos/draggable/scroll.html, src/data/javascript/development-bundle/demos/draggable/snap-to.html , src/data/javascript/development-bundle/demos/draggable/sortable.htm l, src/data/javascript/development-bundle/demos/draggable/visual-feedb ack.html, src/data/javascript/development-bundle/demos/droppable/accepted-ele ments.html, src/data/javascript/development-bundle/demos/droppable/default.html , src/data/javascript/development-bundle/demos/droppable/index.html, src/data/javascript/development-bundle/demos/droppable/photo-manage r.html, src/data/javascript/development-bundle/demos/droppable/propagation. html, src/data/javascript/development-bundle/demos/droppable/revert.html, src/data/javascript/development-bundle/demos/droppable/visual-feedb ack.html, src/data/javascript/development-bundle/demos/effect/default.html, src/data/javascript/development-bundle/demos/effect/index.html, src/data/javascript/development-bundle/demos/hide/default.html, src/data/javascript/development-bundle/demos/hide/index.html, src/data/javascript/development-bundle/demos/index.html, src/data/javascript/development-bundle/demos/progressbar/animated.h tml, src/data/javascript/development-bundle/demos/progressbar/default.ht ml, src/data/javascript/development-bundle/demos/progressbar/index.html , src/data/javascript/development-bundle/demos/progressbar/resize.htm l, src/data/javascript/development-bundle/demos/removeClass/default.ht ml, src/data/javascript/development-bundle/demos/removeClass/index.html , src/data/javascript/development-bundle/demos/resizable/animate.html , src/data/javascript/development-bundle/demos/resizable/aspect-ratio .html, src/data/javascript/development-bundle/demos/resizable/constrain-ar ea.html, src/data/javascript/development-bundle/demos/resizable/default.html , src/data/javascript/development-bundle/demos/resizable/delay-start. html, src/data/javascript/development-bundle/demos/resizable/index.html, src/data/javascript/development-bundle/demos/resizable/max-min.html , src/data/javascript/development-bundle/demos/resizable/snap-to-grid .html, src/data/javascript/development-bundle/demos/resizable/synchronous- resize.html, src/data/javascript/development-bundle/demos/resizable/visual-feedb ack.html, src/data/javascript/development-bundle/demos/selectable/default.htm l, src/data/javascript/development-bundle/demos/selectable/display-gri d.html, src/data/javascript/development-bundle/demos/selectable/index.html, src/data/javascript/development-bundle/demos/selectable/serialize.h tml, src/data/javascript/development-bundle/demos/show/default.html, src/data/javascript/development-bundle/demos/show/index.html, src/data/javascript/development-bundle/demos/slider/colorpicker.htm l, src/data/javascript/development-bundle/demos/slider/default.html, src/data/javascript/development-bundle/demos/slider/index.html, src/data/javascript/development-bundle/demos/slider/multiple-vertic al.html, src/data/javascript/development-bundle/demos/slider/range-vertical. html, src/data/javascript/development-bundle/demos/slider/range.html, src/data/javascript/development-bundle/demos/slider/rangemax.html, src/data/javascript/development-bundle/demos/slider/rangemin.html, src/data/javascript/development-bundle/demos/slider/slider-vertical .html, src/data/javascript/development-bundle/demos/slider/steps.html, src/data/javascript/development-bundle/demos/sortable/connect-lists -through-tabs.html, src/data/javascript/development-bundle/demos/sortable/connect-lists .html, src/data/javascript/development-bundle/demos/sortable/default.html, src/data/javascript/development-bundle/demos/sortable/delay-start.h tml, src/data/javascript/development-bundle/demos/sortable/display-grid. html, src/data/javascript/development-bundle/demos/sortable/empty-lists.h tml, src/data/javascript/development-bundle/demos/sortable/index.html, src/data/javascript/development-bundle/demos/sortable/items.html, src/data/javascript/development-bundle/demos/sortable/placeholder.h tml, src/data/javascript/development-bundle/demos/sortable/portlets.html , src/data/javascript/development-bundle/demos/switchClass/default.ht ml, src/data/javascript/development-bundle/demos/switchClass/index.html , src/data/javascript/development-bundle/demos/tabs/ajax.html, src/data/javascript/development-bundle/demos/tabs/ajax/content1.htm l, src/data/javascript/development-bundle/demos/tabs/ajax/content2.htm l, src/data/javascript/development-bundle/demos/tabs/collapsible.html, src/data/javascript/development-bundle/demos/tabs/default.html, src/data/javascript/development-bundle/demos/tabs/index.html, src/data/javascript/development-bundle/demos/tabs/mouseover.html, src/data/javascript/development-bundle/demos/tabs/sortable.html, src/data/javascript/development-bundle/demos/tabs/vertical.html, src/data/javascript/development-bundle/demos/toggle/default.html, src/data/javascript/development-bundle/demos/toggle/index.html, src/data/javascript/development-bundle/demos/toggleClass/default.ht ml, src/data/javascript/development-bundle/demos/toggleClass/index.html , src/data/javascript/development-bundle/docs/accordion.html, src/data/javascript/development-bundle/docs/addClass.html, src/data/javascript/development-bundle/docs/animate.html, src/data/javascript/development-bundle/docs/datepicker.html, src/data/javascript/development-bundle/docs/dialog.html, src/data/javascript/development-bundle/docs/draggable.html, src/data/javascript/development-bundle/docs/droppable.html, src/data/javascript/development-bundle/docs/effect.html, src/data/javascript/development-bundle/docs/hide.html, src/data/javascript/development-bundle/docs/progressbar.html, src/data/javascript/development-bundle/docs/removeClass.html, src/data/javascript/development-bundle/docs/resizable.html, src/data/javascript/development-bundle/docs/selectable.html, src/data/javascript/development-bundle/docs/show.html, src/data/javascript/development-bundle/docs/slider.html, src/data/javascript/development-bundle/docs/sortable.html, src/data/javascript/development-bundle/docs/switchClass.html, src/data/javascript/development-bundle/docs/tabs.html, src/data/javascript/development-bundle/docs/toggle.html, src/data/javascript/development-bundle/docs/toggleClass.html, src/data/javascript/development-bundle/external/bgiframe/ChangeLog. txt, src/data/javascript/development-bundle/external/bgiframe/META.json, src/data/javascript/development-bundle/external/bgiframe/docs/index .html, src/data/javascript/development-bundle/external/bgiframe/jquery.bgi frame.js, src/data/javascript/development-bundle/external/bgiframe/jquery.bgi frame.min.js, src/data/javascript/development-bundle/external/bgiframe/jquery.bgi frame.pack.js, src/data/javascript/development-bundle/external/bgiframe/test/index .html, src/data/javascript/development-bundle/external/cookie/jquery.cooki e.js, src/data/javascript/development-bundle/external/cookie/jquery.cooki e.min.js, src/data/javascript/development-bundle/external/cookie/jquery.cooki e.pack.js, src/data/javascript/development-bundle/external/jsdiff/jsdiff.js, src/data/javascript/development-bundle/external/qunit/testrunner.js , src/data/javascript/development-bundle/external/qunit/testsuite.css , src/data/javascript/development-bundle/external/simulate/jquery.sim ulate.js, src/data/javascript/development-bundle/jquery-1.3.2.js, src/data/javascript/development-bundle/themes/base/ui.accordion.css , src/data/javascript/development-bundle/themes/base/ui.all.css, src/data/javascript/development-bundle/themes/base/ui.base.css, src/data/javascript/development-bundle/themes/base/ui.core.css, src/data/javascript/development-bundle/themes/base/ui.datepicker.cs s, src/data/javascript/development-bundle/themes/base/ui.dialog.css, src/data/javascript/development-bundle/themes/base/ui.progressbar.c ss, src/data/javascript/development-bundle/themes/base/ui.resizable.css , src/data/javascript/development-bundle/themes/base/ui.slider.css, src/data/javascript/development-bundle/themes/base/ui.tabs.css, src/data/javascript/development-bundle/themes/base/ui.theme.css, src/data/javascript/development-bundle/themes/swanky-purse/jquery-u i-1.7.2.custom.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.accor dion.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.all.c ss, src/data/javascript/development-bundle/themes/swanky-purse/ui.base. css, src/data/javascript/development-bundle/themes/swanky-purse/ui.core. css, src/data/javascript/development-bundle/themes/swanky-purse/ui.datep icker.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.dialo g.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.progr essbar.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.resiz able.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.slide r.css, src/data/javascript/development-bundle/themes/swanky-purse/ui.tabs. css, src/data/javascript/development-bundle/themes/swanky-purse/ui.theme .css, src/data/javascript/development-bundle/ui/effects.blind.js, src/data/javascript/development-bundle/ui/effects.bounce.js, src/data/javascript/development-bundle/ui/effects.clip.js, src/data/javascript/development-bundle/ui/effects.core.js, src/data/javascript/development-bundle/ui/effects.drop.js, src/data/javascript/development-bundle/ui/effects.explode.js, src/data/javascript/development-bundle/ui/effects.fold.js, src/data/javascript/development-bundle/ui/effects.highlight.js, src/data/javascript/development-bundle/ui/effects.pulsate.js, src/data/javascript/development-bundle/ui/effects.scale.js, src/data/javascript/development-bundle/ui/effects.shake.js, src/data/javascript/development-bundle/ui/effects.slide.js, src/data/javascript/development-bundle/ui/effects.transfer.js, src/data/javascript/development-bundle/ui/i18n/jquery-ui-i18n.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ar.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-bg.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ca.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-cs.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-da.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-de.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-el.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-eo.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-es.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-fa.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-fi.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-fr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-he.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-hr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-hu.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-hy.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-id.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-is.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-it.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ja.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ko.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-lt.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-lv.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ms.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-nl.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-no.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-pl.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-pt-BR. js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ro.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-ru.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sk.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sl.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sq.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sr-SR. js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-sv.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-th.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-tr.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-uk.js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-zh-CN. js, src/data/javascript/development-bundle/ui/i18n/ui.datepicker-zh-TW. js, src/data/javascript/development-bundle/ui/jquery-ui-1.7.2.custom.js , src/data/javascript/development-bundle/ui/ui.accordion.js, src/data/javascript/development-bundle/ui/ui.core.js, src/data/javascript/development-bundle/ui/ui.datepicker.js, src/data/javascript/development-bundle/ui/ui.dialog.js, src/data/javascript/development-bundle/ui/ui.draggable.js, src/data/javascript/development-bundle/ui/ui.droppable.js, src/data/javascript/development-bundle/ui/ui.progressbar.js, src/data/javascript/development-bundle/ui/ui.resizable.js, src/data/javascript/development-bundle/ui/ui.selectable.js, src/data/javascript/development-bundle/ui/ui.slider.js, src/data/javascript/development-bundle/ui/ui.sortable.js, src/data/javascript/development-bundle/ui/ui.tabs.js, src/data/javascript/development-bundle/version.txt, src/data/javascript/index.html, src/data/javascript/js/jquery-1.3.2.min.js, src/data/javascript/js/jquery-ui-1.7.2.custom.min.js: jquery added, due to modifications needed (css changes) svn: r13569 2009-11-13 Doug Blank * src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py: New template tags; new view_detail function svn: r13568 2009-11-13 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/view_event_detail.html, src/data/templates/view_events.html, src/data/templates/view_families.html, src/data/templates/view_family.html, src/data/templates/view_family_detail.html, src/data/templates/view_media.html, src/data/templates/view_media_detail.html, src/data/templates/view_note_detail.html, src/data/templates/view_page_detail.html, src/data/templates/view_people.html, src/data/templates/view_person.html, src/data/templates/view_person_detail.html, src/data/templates/view_place_detail.html, src/data/templates/view_places.html, src/data/templates/view_repositories.html, src/data/templates/view_repository_detail.html, src/data/templates/view_source_detail.html, src/data/templates/view_sources.html: Drafts of the detail html templates svn: r13567 2009-11-13 Doug Blank * src/plugins/view/fanchartview.py: Updated imports svn: r13566 2009-11-13 Doug Blank * src/plugins/view/fanchartview.gpr.py, src/plugins/view/fanchartview.py: A Fan chart view (unstable) svn: r13565 2009-11-13 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Allow lateral move placement of Fan Chart svn: r13564 2009-11-12 Benny Malengier * src/Utils.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/lib/Makefile.am, src/plugins/lib/libformatting.py, src/plugins/lib/libplugins.gpr.py, src/plugins/view/pedigreeview.py: Cleanup after making views plugins, remove last imports of DataView svn: r13563 2009-11-12 Benny Malengier * src/DisplayTabs/_RepoEmbedList.py: 3347: /src/Selectors/_SelectPlace.py is still looking for DataViews svn: r13562 2009-11-12 Benny Malengier * src/ListModel.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectNote.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py: 3347: /src/Selectors/_SelectPlace.py is still looking for DataViews svn: r13561 2009-11-12 Doug Blank * src/Spell.py: Further hacking to make testing locales faster, but still work in a limited fashion when pyenchant is not installed svn: r13560 2009-11-11 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/web/djangodb.py, src/web/grampsdb/views.py, src/web/settings.py: Added context_processor to handle contexts for every template; refer to favion2; some visual polish svn: r13559 2009-11-11 Jérôme Rapinat * src/ReportBase/_GraphvizReportDialog.py: 1563: 'Compressed Strudtured Vector Graphic SVG should be SVGZ (contribution by DuncanNZ) svn: r13556 2009-11-11 Doug Blank * : Slightly different favicon for webapp (to see it among other gramps pages in the browser) svn: r13555 2009-11-11 Doug Blank * src/ReportBase/_CommandLineReport.py: Better error reporting; return options from run_report to see what happened and where it went svn: r13554 2009-11-11 Doug Blank * src/web/djangodb.py: Added more compatibility to run reports svn: r13553 2009-11-11 Doug Blank * src/web/libdjango.py: Fix an error in handling null times svn: r13552 2009-11-11 Doug Blank * src/web/djangodb.py: Webapp can now run some gramps reports using a django database svn: r13551 2009-11-11 Doug Blank * src/ReportBase/_CommandLineReport.py: Added a direct way to run a report without having to go through ArgHandler; fixed an error in reporting errors for cli reports svn: r13550 2009-11-10 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/view_family.html, src/data/templates/view_page.html, src/web/grampsdb/views.py: visual refinements; changed search to use istartswith svn: r13549 2009-11-10 Doug Blank * src/const.py.in, src/gen/web/Makefile, src/gen/web/README, src/gen/web/__init__.py, src/gen/web/djangodb.py, src/gen/web/forms.py, src/gen/web/grampsdb/__init__.py, src/gen/web/grampsdb/admin.py, src/gen/web/grampsdb/fixtures/initial_data.json, src/gen/web/grampsdb/models.py, src/gen/web/grampsdb/templatetags/__init__.py, src/gen/web/grampsdb/templatetags/my_tags.py, src/gen/web/grampsdb/views.py, src/gen/web/init.py, src/gen/web/init_gramps.py, src/gen/web/libdjango.py, src/gen/web/manage.py, src/gen/web/settings.py, src/gen/web/sortheaders.py, src/gen/web/urls.py, src/plugins/export/ExportDjango.py, src/web/Makefile, src/web/README, src/web/__init__.py, src/web/djangodb.py, src/web/forms.py, src/web/grampsdb/__init__.py, src/web/grampsdb/admin.py, src/web/grampsdb/fixtures/initial_data.json, src/web/grampsdb/models.py, src/web/grampsdb/templatetags/__init__.py, src/web/grampsdb/templatetags/my_tags.py, src/web/grampsdb/views.py, src/web/init.py, src/web/init_gramps.py, src/web/libdjango.py, src/web/manage.py, src/web/settings.py, src/web/sortheaders.py, src/web/urls.py: Moved src/gen/web to src/web svn: r13547 2009-11-10 Doug Blank * src/gen/web/Makefile, src/gen/web/grampsdb/fixtures/initial_data.json: Changes to allow webapp to work out of the box svn: r13546 2009-11-10 Doug Blank * src/const.py.in: Added WEB_DIR constant svn: r13545 2009-11-10 Doug Blank * src/gen/web/Makefile, src/gen/web/settings.py, src/gen/web/urls.py: Use gramps const for locations svn: r13544 2009-11-10 Doug Blank * : Test db should not be in svn; removed svn: r13543 2009-11-10 Doug Blank * src/data/templates/gramps-base.html, src/data/templates/main_page.html, src/data/templates/person_detail-one name.html, src/data/templates/person_detail.html, src/data/templates/places.html, src/data/templates/pname.html, src/data/templates/registration/login.html, src/data/templates/successful_data_change.html, src/data/templates/table_header.html, src/data/templates/user_page.html, src/data/templates/view_detail_page.html, src/data/templates/view_events.html, src/data/templates/view_family.html, src/data/templates/view_navigation.html, src/data/templates/view_page.html, src/data/templates/view_person.html, src/data/templates/view_repository.html, src/gen/web/Makefile, src/gen/web/README, src/gen/web/__init__.py, src/gen/web/djangodb.py, src/gen/web/forms.py, src/gen/web/grampsdb/__init__.py, src/gen/web/grampsdb/admin.py, src/gen/web/grampsdb/models.py, src/gen/web/grampsdb/templatetags/__init__.py, src/gen/web/grampsdb/templatetags/my_tags.py, src/gen/web/grampsdb/views.py, src/gen/web/init.py, src/gen/web/init_gramps.py, src/gen/web/libdjango.py, src/gen/web/manage.py, src/gen/web/settings.py, src/gen/web/sortheaders.py, src/gen/web/urls.py: New files for gramps webapp; src/data/templates contains html templates, and src/gen/web contains gramps-Django interface svn: r13542 2009-11-10 Doug Blank * src/plugins/export/ExportDjango.gpr.py, src/plugins/export/ExportDjango.py: UNSTABLE plugin for django export svn: r13541 2009-11-10 Doug Blank * src/ExportAssistant.py: Some fixes for tabs, and an option to skip saving filename svn: r13540 2009-11-10 Doug Blank * src/const.py.in: Missing uuid import svn: r13539 2009-11-10 Doug Blank * src/Utils.py, src/const.py.in: New constant for UUID creations svn: r13538 2009-11-10 Doug Blank * src/config.py: Send warnings to stderr rather than stdout svn: r13537 2009-11-10 Rob G. Healey * configure.in, src/plugins/view/Makefile.am: Fixed two build problems. configure.in had a reference to src/DisplayModels/Makefile. The /src/plugins/view/Makefile.am had a reference to htmlrenderer without the .py extension. svn: r13536 2009-11-09 Serge Noiraud * configure.in: DataViews/Makefile is now plugins/view/Makefile svn: r13535 2009-11-09 Serge Noiraud * src/plugins/view/geoview.gpr.py, src/plugins/view/geoview.py: GeoView : Plugin registration and management corrections. svn: r13534 2009-11-09 Rob G. Healey * src/data/Web_Visually.css: Re-stretched out navigation and subnavigation menu bars. svn: r13530 2009-11-09 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Re-did Internet Address Book. it is now Address Book. Current styles for my work on Address Book in stylesheet. svn: r13529 2009-11-08 Benny Malengier * po/POTFILES.in, src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/GeoView.py, src/DataViews/GrampletView.py, src/DataViews/HtmlRenderer.py, src/DataViews/Makefile.am, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PedigreeView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RelationView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/DataViews/__init__.py, src/DisplayModels/Makefile.am, src/DisplayModels/_EventModel.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_NoteModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayModels/_SourceModel.py, src/DisplayModels/__init__.py, src/GrampsCfg.py, src/Makefile.am, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectNote.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py, src/config.py, src/gen/plug/__init__.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gui/grampsgui.py, src/gui/pluginmanager.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/eventmodel.py, src/gui/views/treemodels/familymodel.py, src/gui/views/treemodels/mediamodel.py, src/gui/views/treemodels/notemodel.py, src/gui/views/treemodels/peoplemodel.py, src/gui/views/treemodels/placemodel.py, src/gui/views/treemodels/repomodel.py, src/gui/views/treemodels/sourcemodel.py, src/plugins/Makefile.am, src/plugins/tool/RelCalc.py, src/plugins/view/Makefile.am, src/plugins/view/eventview.py, src/plugins/view/familyview.py, src/plugins/view/geoview.gpr.py, src/plugins/view/geoview.py, src/plugins/view/grampletview.py, src/plugins/view/htmlrenderer.py, src/plugins/view/mediaview.py, src/plugins/view/noteview.py, src/plugins/view/pedigreeview.py, src/plugins/view/personview.py, src/plugins/view/placeview.py, src/plugins/view/relview.py, src/plugins/view/repoview.py, src/plugins/view/sourceview.py, src/plugins/view/view.gpr.py: GEPS 014: Plugin registration and management Also views are now plugins belonging to view category svn: r13528 2009-11-07 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: enable change of sortkey moves rows in flat views svn: r13527 2009-11-07 Jérôme Rapinat * src/DateHandler/_Date_hr.py: 3333: Update for the Croatian DateHandler (contribution by VPeric) svn: r13524 2009-11-07 Jérôme Rapinat * src/DateHandler/_Date_hr.py: 3333: Update for the Croatian DateHandler (contribution by VPeric) svn: r13523 2009-11-07 Jérôme Rapinat * src/DateHandler/_Date_hr.py: revert update for the Croatian DateHandler svn: r13522 2009-11-07 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: one way of converting the sortkey, not two svn: r13520 2009-11-07 Doug Blank * src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/StatsGramplet.py: Fix for running quick view gramplet; disable unnecessary signals reception for some change-actives svn: r13519 2009-11-07 Doug Blank * src/QuickReports.py: Allow special quick views to receive additional arguments svn: r13518 2009-11-07 Benny Malengier * : set svn keywords svn: r13516 2009-11-07 Jérôme Rapinat * src/DateHandler/_Date_hr.py: 3333: Update for the Croatian DateHandler svn: r13514 2009-11-07 Jérôme Rapinat * src/DateHandler/_Date_sr.py: 3333: Update for the Serbian DateHandler svn: r13513 2009-11-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed listing of internet addresses in display_url_list() and class InternetAddressBook. svn: r13512 2009-11-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added progress meter bar to Internet Address Book. svn: r13511 2009-11-06 Doug Blank * src/gen/plug/_manager.py: Removed walking of links svn: r13509 2009-11-06 Espen Berg * po/nb.po: Fixed a bug in Norwegian translation which makes compilation crash svn: r13507 2009-11-06 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fix my html source layout problems. Cleanup and making stylesheet consistent. svn: r13506 2009-11-06 Doug Blank * src/DataViews/GrampletView.py: Added code to use gramplet.help_url which shows help for gramplet svn: r13505 2009-11-05 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Added Internet Address Book to NarrativeWeb. Added styles for it and OneDay elements for WebCal. Updated printer stylesheet to current work. svn: r13503 2009-11-05 Nick Hall * src/gui/viewmanager.py: Fixed error when opening two plugin status windows svn: r13501 2009-11-05 Doug Blank * src/gen/plug/_pluginreg.py: Added fpath and help_url for plugins svn: r13500 2009-11-04 Doug Blank * src/TransUtils.py: Fixes translation problem for addons svn: r13499 2009-11-04 Serge Noiraud * src/DataViews/GeoView.py: GeoView : issue 3312 : keep years selection between pages, place selection, ... svn: r13498 2009-11-04 Espen Berg * po/nb.po: Some revision on Norwegian bokmål language file svn: r13497 2009-11-04 Espen Berg * po/nb.po: Some revision on Norwegian translation svn: r13496 2009-11-03 Peter Landgren * src/plugins/export/ExportPkg.py: Fix so that a copy is created, if new filename already exists. Works like normal XML export. svn: r13494 2009-11-03 Gerald Britton * src/plugins/webreport/WebCal.py: Tweaks using builtins and list comprehensions -- fix error in get_name svn: r13492 2009-11-03 Doug Blank * src/TransUtils.py: Supress warning on not loading local translations (1st party plugins don't have them) svn: r13491 2009-11-03 Doug Blank * src/gen/plug/_pluginreg.py: Added localized gettext for registration code svn: r13490 2009-11-03 Doug Blank * src/PluginUtils/_PluginWindows.py: Used the gramps way of editing files svn: r13489 2009-11-03 Rob G. Healey * src/plugins/webreport/WebCal.py: Cleanup and remove some old functions in WebCal. svn: r13488 2009-11-03 Brian Matherly * src/ReportBase/_ReportUtils.py, src/plugins/lib/libnarrate.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: Cleanup libnarrate. svn: r13487 2009-11-03 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb is now using format_date() where it is just needing to be displayed. Where calculations are needed, using Date() and date(). Stylesheets are being updated as well. A lot of general cleanup as well. svn: r13486 2009-11-03 Doug Blank * src/gen/plug/_manager.py: Skip hidden directories, and the po and locale system dirs of gramps-addons svn: r13485 2009-11-03 Doug Blank * src/PluginUtils/_PluginWindows.py, src/gen/plug/_pluginreg.py: Added plugin.fpath to keep track of path; added edit button in plugin window svn: r13484 2009-11-03 Doug Blank * src/TransUtils.py: Default to 'en' in get_addon_translator() if locale.getlocale()[0] returns None svn: r13483 2009-11-02 Gerald Britton * src/plugins/webreport/WebCal.py: Tweaks using builtins and list comprehensions svn: r13482 2009-11-02 Nick Hall * src/PluginUtils/_GuiOptions.py, src/gen/plug/menu/Makefile.am, src/gen/plug/menu/__init__.py, src/gen/plug/menu/_booleanlist.py, src/plugins/textreport/IndivComplete.py: Add extra sections to Complete Individual Report svn: r13481 2009-11-01 Serge Noiraud * src/DataViews/GeoView.py: GeoView : issue 3312 : limits problem and some other minor bugs. svn: r13480 2009-11-01 Doug Blank * src/gen/plug/_manager.py: Allow plugin manager to follow links (so you can add a link in plugins to a development dir) svn: r13479 2009-11-01 Doug Blank * src/TransUtils.py: Don't complain if LANG is en and there is no explicit translation for addons svn: r13478 2009-11-01 Doug Blank * src/gen/plug/_pluginreg.py: Added __file__ to plugin registration environment (to retrieve addon translations) svn: r13477 2009-11-01 Doug Blank * src/plugins/gramplet/DataEntryGramplet.py, src/plugins/gramplet/gramplet.gpr.py: Begin moving 3rd-party plugins to external SVN: DataEntryGramplet removed svn: r13476 2009-11-01 Doug Blank * src/TransUtils.py: Added a function to get a translation with fallback for addons svn: r13475 2009-10-31 Brian Matherly * src/ReportBase/_ReportUtils.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/lib/libnarrate.py, src/plugins/lib/libplugins.gpr.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: Clean up ReportUtils: Move text strings into "Narrator" class in libnarrate. Remove unused functions. Move functions out that are only used once. svn: r13474 2009-10-31 Benny Malengier * : fix svn properties svn: r13473 2009-10-30 Peter Landgren * src/DataViews/GeoView.py: Another fix for translation to work. svn: r13469 2009-10-30 Jérôme Rapinat * src/DateHandler/_Date_fr.py: update, typo on day. MON format svn: r13468 2009-10-30 Jérôme Rapinat * src/plugins/webreport/WebCal.py: cannot translate variable (part2 - thanks Peter) svn: r13467 2009-10-30 Serge Noiraud * src/DataViews/GeoView.py: GeoView : change strings for translation. svn: r13465 2009-10-30 Jérôme Rapinat * src/plugins/webreport/WebCal.py: cannot translate variable (mailing-list) svn: r13463 2009-10-30 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Correction of bad simplifications in svn 13212. Some limits problems. Try to solve 1.3 from issue 3312. Replacing radio buttons by a combobox to save space. svn: r13462 2009-10-30 Erik De Richter * src/DateHandler/_Date_nl.py: update nl translation svn: r13461 2009-10-29 Benny Malengier * src/Relationship.py: 3325: Gramps (from trunc) chrashes without an environment definition for LANG svn: r13460 2009-10-29 Benny Malengier * src/gui/grampsgui.py: Use Utils to check for Windows instead of string compare svn: r13459 2009-10-29 Benny Malengier * src/Selectors/_BaseSelector.py: 3294: Edit buttons causing an error svn: r13458 2009-10-29 Gerald Britton * src/plugins/import/ImportGeneWeb.py: Bug 0003098: "Buri" event on GeneWeb file may break import into Gramps svn: r13457 2009-10-29 Jérôme Rapinat * src/plugins/Records.py: 3278: [Records plugin] Mariage calculation should only work with event_role=Family or primary svn: r13456 2009-10-29 Peter Landgren * src/DateHandler/_Date_sv.py: Change of first letter in month's names to lower case. svn: r13454 2009-10-28 Luigi Toscano * src/DateHandler/_Date_it.py: Italian translation for month names svn: r13452 2009-10-28 Jérôme Rapinat * src/DateHandler/_Date_fr.py: update still parsing problem with one date format svn: r13448 2009-10-28 Benny Malengier * src/gen/lib/grampstype.py: 03288: [XML import] Custom family event role type is ignored on Family Events svn: r13447 2009-10-28 Jérôme Rapinat * src/DateHandler/_Date_fr.py: typo svn: r13445 2009-10-28 Jérôme Rapinat * src/DateHandler/_Date_fr.py: Revised _Date_fr.py according to Brian's changes in revision 13442 svn: r13444 2009-10-28 Espen Berg * src/DateHandler/_Date_nb.py: Revised _Date_nb.py according to Brian's changes in revision 13442 svn: r13443 2009-10-28 Brian Matherly * src/DateHandler/_DateDisplay.py, src/DateHandler/_Date_ca.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_hr.py, src/DateHandler/_Date_it.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sr.py, src/DateHandler/_Date_sv.py: 0003320: DateDisplay: incorrect index for short_months and long_months svn: r13442 2009-10-28 Doug Blank * src/config.py: Need to ignore old values of wrong list type svn: r13441 2009-10-28 Doug Blank * src/gen/plug/_gramplet.py: Added missing traceback import svn: r13440 2009-10-28 Benny Malengier * src/plugins/docgen/HtmlDoc.py: 3304: current HTML modules add a newline for every doc.write_text() svn: r13439 2009-10-28 Serge Noiraud * src/DataViews/GeoView.py, src/DataViews/HtmlRenderer.py: GeoView : We need webkit 1.1.10 to use the encoding. reset the combobox text when switching map. svn: r13438 2009-10-28 Peter Landgren * src/DateHandler/_Date_sv.py: Update of strings as requested. svn: r13437 2009-10-28 Brian Matherly * src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateHandler.py, src/DateHandler/_DateUtils.py, src/DateHandler/_Date_ca.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_hr.py, src/DateHandler/_Date_it.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sr.py, src/DateHandler/_Date_sv.py: Make short and long month strings constants in the DateDisplay class instead of using the localized month strings detected by GrampsLocale. This will allow DateDisplayers to work for languages other than the current locale - will be useful for user selectable report translations. svn: r13436 2009-10-28 Doug Blank * src/PluginUtils/_GuiOptions.py: Looks like this is needed svn: r13435 2009-10-27 Benny Malengier * : add pyo to ignore files svn: r13434 2009-10-27 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/webplugins.gpr.py: Fixed a lot of string items, whereas href=; it becomes href = as an example. This was talked about a while back, and Brian or Benny made the point to code like this. svn: r13432 2009-10-27 Peter Landgren * src/plugins/gramplet/DeepConnections.py: Fix of translation problem with _(). svn: r13431 2009-10-27 Brian Matherly * src/ReportBase/_DrawReportDialog.py, src/plugins/textreport/textplugins.gpr.py: Fix some residual bugs from the implementation of the new plugin manager. svn: r13430 2009-10-27 Brian Matherly * src/gen/plug/_manager.py: Skip hidden directories when registering plugins. svn: r13429 2009-10-27 Doug Blank * src/DataViews/GrampletView.py, src/gen/plug/_gramplet.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/FaqGramplet.py, src/plugins/gramplet/PythonGramplet.py, src/plugins/gramplet/ToDoGramplet.py: Fixed missing expand option on gramplets; added connect/disconnect signal handling; removed signal to update status bar when gramplet doesn't do anything svn: r13428 2009-10-26 Benny Malengier * src/plugins/gramplet/gramplet.gpr.py: Gramplets need to be registered as STABLE to see svn: r13425 2009-10-26 Benny Malengier * src/gen/plug/_manager.py, src/plugins/bookreport.gpr.py, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/export.gpr.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/import.gpr.py, src/plugins/lib/libplugins.gpr.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/quickview/quickview.gpr.py, src/plugins/records.gpr.py, src/plugins/rel/relplugins.gpr.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/tools.gpr.py, src/plugins/webreport/webplugins.gpr.py: add license to gpr.py files svn: r13424 2009-10-26 Jérôme Rapinat * src/plugins/export/exportgeneweb.glade: 3308: Wrong position of export options (also geneweb dialog) svn: r13423 2009-10-26 Brian Matherly * src/plugins/textreport/KinshipReport.py: Remove unused function from KinshipReport. svn: r13422 2009-10-26 Brian Matherly * src/Relationship.py: Pylint cleanup for the relationship calculator. svn: r13421 2009-10-25 Doug Blank * po/POTFILES.in, src/gen/plug/Makefile.am: Additions for new gen/plug/_grampley.py svn: r13420 2009-10-25 Doug Blank * src/gen/plug/_gramplet.py: Added missing file svn: r13419 2009-10-25 Doug Blank * src/plugins/Records.py: Updated for new location of Gramplet svn: r13418 2009-10-25 Doug Blank * src/gen/lib/date.py: Added = and == to match for similar and exact text_only date matches svn: r13417 2009-10-25 Doug Blank * src/DataViews/GrampletView.py, src/DataViews/__init__.py, src/gen/plug/__init__.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/DataEntryGramplet.py, src/plugins/gramplet/DeepConnections.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/FaqGramplet.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/HeadlineNewsGramplet.py, src/plugins/gramplet/NoteGramplet.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PluginManagerGramplet.py, src/plugins/gramplet/PythonGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/ToDoGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/gramplet/WhatsNext.py: Step #2 some cleanup: Moved Gramplet class to gen/plug/_gramplet from DataView/GrampletView ; updated gramplets svn: r13416 2009-10-25 Doug Blank * src/plugins/gramplet/gramplet.gpr.py: Fixes for Given Name, Top Surname, and Surname gramplets svn: r13415 2009-10-25 Benny Malengier * po/POTFILES.in, src/gui/Makefile.am, src/gui/pluginmanager.py: add missing pluginmanager svn: r13414 2009-10-25 Benny Malengier * src/plugins/graph/GVFamilyLines.py, src/plugins/textreport/PlaceReport.py: 03289: GVFamilyLines, PlaceReport crash without individuals set svn: r13413 2009-10-25 Benny Malengier * src/DataViews/PedigreeView.py, src/DataViews/RelationView.py, src/DisplayModels/_FamilyModel.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVRelGraph.py, src/plugins/textreport/FamilyGroup.py, src/plugins/tool/Verify.py: 3282: Gramps should only display marriage event with role = family (or primary) svn: r13411 2009-10-25 Benny Malengier * src/DataViews/GrampletView.py, src/gen/plug/_manager.py, src/plugins/gramplet/gramplet.gpr.py: 3292 register plugins, load on need, not on start of GRAMPS - GEPS 014\nmove grampletview to guipluginmanager svn: r13409 2009-10-25 Jérôme Rapinat * src/plugins/export/exportvcalendar.glade, src/plugins/export/exportvcard.glade: 3308: Wrong position of export options svn: r13408 2009-10-25 Jérôme Rapinat * src/plugins/docgen/docgen.gpr.py: typo svn: r13407 2009-10-25 Doug Blank * src/DataViews/GrampletView.py, src/DataViews/__init__.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py: Phase 1 conversion of gramplets to new plugin system svn: r13406 2009-10-25 Benny Malengier * data/man/gramps.1.in, src/DataViews/PlaceView.py, src/DisplayState.py, src/ExportAssistant.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_PluginWindows.py, src/QuickReports.py, src/Relationship.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_TextReportDialog.py, src/cli/arghandler.py, src/cli/clidbman.py, src/cli/grampscli.py, src/gen/plug/__init__.py, src/gen/plug/_manager.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/viewmanager.py, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/drawreport/Calendar.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/siblings.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/KinshipReport.py, src/plugins/tool/RelCalc.py: 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014 Improvements: gen.plug only depends on gen, relationship default is moved to Relationship.py, and config for hidden to a gui.pluginmanager svn: r13405 2009-10-25 Doug Blank * src/plugins/tool/Eval.py: Fixed stderr traceback output; added dbstate to interact with the db; fixed missing on_delete_event signal svn: r13404 2009-10-24 Benny Malengier * src/PluginUtils/_PluginWindows.py, src/config.py, src/gen/plug/__init__.py, src/gen/plug/_manager.py, src/gen/plug/_pluginreg.py, src/gui/viewmanager.py, src/plugins/webreport/WebCal.py: 03292: register plugins, load on need, not on start of GRAMPS - GEPS 014 Part 2: update plugin status: show registered, allow hide/unhide of plugins svn: r13403 2009-10-24 Doug Blank * src/config.py: removed extraneous comments svn: r13402 2009-10-24 Doug Blank * src/config.py, src/test/config_test.py: Added unittests for config.py (all tests in one case for now); fixed an error on 3rd party keys; polish and cleanup to config svn: r13401 2009-10-24 Benny Malengier * po/POTFILES.in, src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RepositoryView.py, src/Editors/_EditFamily.py, src/Editors/_EditPerson.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/QuickReports.py, src/ReportBase/_Constants.py, src/cli/arghandler.py, src/cli/grampscli.py, src/config.py, src/gen/plug/__init__.py, src/gen/plug/_manager.py, src/gen/plug/_plugin.py, src/gen/plug/_pluginreg.py, src/gui/viewmanager.py, src/plugins/BookReport.py, src/plugins/Makefile.am, src/plugins/Records.py, src/plugins/bookreport.gpr.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/Makefile.am, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/docgen/docgen.gpr.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/Makefile.am, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/drawreport/drawplugins.gpr.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportSql.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/export/ExportXml.py, src/plugins/export/Makefile.am, src/plugins/export/export.gpr.py, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/DataEntryGramplet.py, src/plugins/gramplet/DeepConnections.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/FaqGramplet.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/HeadlineNewsGramplet.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/NoteGramplet.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PluginManagerGramplet.py, src/plugins/gramplet/PythonGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/ToDoGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/gramplet/WelcomeGramplet.py, src/plugins/gramplet/WhatsNext.py, src/plugins/gramplet/gramplet.gpr.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/graph/Makefile.am, src/plugins/graph/graphplugins.gpr.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGedcom.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportGpkg.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportSql.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/import/Makefile.am, src/plugins/import/import.gpr.py, src/plugins/lib/Makefile.am, src/plugins/lib/libcairodoc.py, src/plugins/lib/libgrampsxml.py, src/plugins/lib/libgrdb.py, src/plugins/lib/libholiday.py, src/plugins/lib/libhtml.py, src/plugins/lib/libhtmlbackend.py, src/plugins/lib/libhtmlconst.py, src/plugins/lib/libmapservice.py, src/plugins/lib/libmixin.py, src/plugins/lib/libodfbackend.py, src/plugins/lib/libplugins.gpr.py, src/plugins/mapservices/Makefile.am, src/plugins/mapservices/eniroswedenmap.py, src/plugins/mapservices/googlemap.py, src/plugins/mapservices/mapservice.gpr.py, src/plugins/mapservices/openstreetmap.py, src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/AllNames.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/Makefile.am, src/plugins/quickview/OnThisDay.py, src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/all_events.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/lineage.py, src/plugins/quickview/quickview.gpr.py, src/plugins/quickview/siblings.py, src/plugins/records.gpr.py, src/plugins/rel/Makefile.am, src/plugins/rel/rel_cs.py, src/plugins/rel/rel_da.py, src/plugins/rel/rel_de.py, src/plugins/rel/rel_es.py, src/plugins/rel/rel_fi.py, src/plugins/rel/rel_fr.py, src/plugins/rel/rel_hu.py, src/plugins/rel/rel_it.py, src/plugins/rel/rel_nl.py, src/plugins/rel/rel_no.py, src/plugins/rel/rel_pl.py, src/plugins/rel/rel_pt.py, src/plugins/rel/rel_ru.py, src/plugins/rel/rel_sk.py, src/plugins/rel/rel_sv.py, src/plugins/rel/relplugins.gpr.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/Makefile.am, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py, src/plugins/textreport/textplugins.gpr.py, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/Makefile.am, src/plugins/tool/MediaManager.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PatchNames.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/SortEvents.py, src/plugins/tool/SoundGen.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/tool/Verify.py, src/plugins/tool/tools.gpr.py, src/plugins/webreport/Makefile.am, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py, src/plugins/webreport/webplugins.gpr.py: 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014 svn: r13400 2009-10-24 Jérôme Rapinat * src/plugins/docgen/HtmlDoc.py: 3309: HtmlDoc module ignores title-style of reports (contribution by lcc) svn: r13399 2009-10-23 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Some minor regressions with python 2.5 and some cleaning svn: r13398 2009-10-23 Gerald Britton * src/DataViews/GeoView.py: change str.format calls back to % operations svn: r13397 2009-10-23 Doug Blank * src/config.py: Use RawConfigParser so that it doesn't try to format string svn: r13396 2009-10-23 Doug Blank * src/gen/lib/date.py: Fixed three errors in date conversions: set_slash didn't work; set_slash2 was missing; and convert_to calendar needed to clear NEWYEAR and SLASHES svn: r13395 2009-10-22 Doug Blank * src/config.py: Change to test to see if ast.literal_eval exists; if not fallback to eval (which is not safe) svn: r13394 2009-10-22 Serge Noiraud * src/DataViews/GeoView.py, src/GrampsCfg.py, src/config.py, src/data/GeoView.css: GeoView : Removing yahoo and microsoft maps. javascript and css simplification. When possible, usage of python instead of javascript. Adding a menubar to manage place lists, years and pages. svn: r13393 2009-10-22 Brian Matherly * po/POTFILES.in, src/TransUtils.py, src/gen/plug/menu/Makefile.am, src/gen/plug/menu/__init__.py, src/gen/plug/menu/_translation.py: Add translation detection, translation class and report translation option. Leading up to user configurable report translations. svn: r13391 2009-10-22 Doug Blank * src/gen/lib/date.py: Fixed two errors: simple str(date) now shows alternate newyear day; match with alt newyear day now works correctly svn: r13390 2009-10-20 Jérôme Rapinat * po/pt_BR.po: 3305: update Brazilian Portuguese translation (by lcc) svn: r13389 2009-10-20 Doug Blank * src/config.py: 3301: Error on Gramps Start from trunc (last SVN; for Windows) if using GRAMPSHOME; Rewrote config reader to safely allow all types of Python data, including dict, escaped chars in strings, and unicode; set file encoding to utf-8 svn: r13387 2009-10-19 Rob G. Healey * src/data/Web_Visually.css: Changed Navigation menu font style. svn: r13386 2009-10-18 Brian Matherly * src/TransUtils.py, src/glade.py, src/gramps.py: Cleanup gettext configuration (in preparation for custom report translations). svn: r13385 2009-10-18 Doug Blank * src/plugins/textreport/DetDescendantReport.py: 3273: Standard position for child-list descendant numbering in DDR, by lcc svn: r13382 2009-10-17 Doug Blank * src/plugins/import/ImportXml.py: 3296: Data loss during XML-export->import; assumed type was set on name element svn: r13380 2009-10-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Clean up work on media_link() and doc_link(). Corrected a lot of single quatation marks to double quoteations. svn: r13379 2009-10-16 Doug Blank * src/plugins/quickview/AgeOnDate.py: Fixed bug in interpreting int(date_span) which is now in months svn: r13377 2009-10-16 Doug Blank * src/Utils.py: 3291: "Probably alive" misses persons definitely alive, part 2 svn: r13375 2009-10-16 Doug Blank * src/Utils.py: 3291: "Probably alive" misses persons definitely alive svn: r13374 2009-10-13 Gerald Britton * src/PluginUtils/_PluginDialogs.py: Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates svn: r13367 2009-10-13 Gerald Britton * src/PluginUtils/_GuiOptions.py: Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates svn: r13366 2009-10-12 Doug Blank * src/plugins/textreport/DescendReport.py: 3284: Descendant Report omits last-level spouses, by lcc svn: r13365 2009-10-11 Benny Malengier * src/DataViews/PedigreeView.py, src/DataViews/RelationView.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py, src/gui/views/treemodels/flatbasemodel.py: 3275: PageView reworking-pageview3.patch svn: r13364 2009-10-10 Benny Malengier * src/DataViews/PlaceView.py: 3275: PageView reworking-move placeview to listview svn: r13363 2009-10-09 Doug Blank * src/config.py: Added missing module-level functions for config svn: r13359 2009-10-08 Doug Blank * po/POTFILES.in: Add new config.py to POTFILES svn: r13358 2009-10-08 Gerald Britton * src/DataViews/GrampletView.py, src/PluginUtils/_GuiOptions.py: Bug 0003063: gtk.Tooltips is deprecated -- last batch of updates svn: r13357 2009-10-08 Serge Noiraud * src/DataViews/GeoView.py: GeoView : str to int problem with the new config module. svn: r13354 2009-10-08 Doug Blank * src/config.py: Added an emit method, more tests, and some clean up svn: r13353 2009-10-08 Jérôme Rapinat * src/plugins/webreport/WebCal.py: 3199: Localisation in web page report - Problem with word Home, too many meanings svn: r13352 2009-10-08 Doug Blank * configure.in, src/Makefile.am: Changes in build system related to Config svn: r13350 2009-10-08 Rob G. Healey * src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: Cleaned up and fixed all of the WebCal elements also. svn: r13349 2009-10-08 Doug Blank * src/config.py: Fixed order issue for 3rd-party config; fixed a reset bug; added more tests svn: r13348 2009-10-08 Doug Blank * src/DataViews/HtmlRenderer.py, src/DataViews/__init__.py, src/config.py: Added lists to config type, as a list. Changed data-views to new format; added htmlview.start-url svn: r13347 2009-10-08 Doug Blank * src/BasicUtils/_NameDisplay.py, src/Config/Makefile.am, src/Config/_GrampsConfigKeys.py, src/Config/_GrampsIniKeys.py, src/Config/__init__.py, src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/GeoView.py, src/DataViews/HtmlRenderer.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PedigreeView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RelationView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/DataViews/__init__.py, src/DateHandler/__init__.py, src/DbState.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/DisplayTabs/_EventRefModel.py, src/Editors/AddMedia.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/ExportAssistant.py, src/ExportOptions.py, src/Filters/SideBar/_SidebarFilter.py, src/GrampsCfg.py, src/ManagedWindow.py, src/PageView.py, src/QuestionDialog.py, src/Relationship.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ScratchPad.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectNote.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/Spell.py, src/TipOfDay.py, src/Utils.py, src/cli/clidbman.py, src/cli/grampscli.py, src/config.py, src/gen/lib/date.py, src/gen/lib/test/date_test.py, src/gen/proxy/living.py, src/gui/dbloader.py, src/gui/grampsgui.py, src/gui/viewmanager.py, src/gui/views/listview.py, src/gui/views/treemodels/flatbasemodel.py, src/gui/views/treemodels/treebasemodel.py, src/plugins/export/ExportGeneWeb.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/import/ImportGedcom.py, src/plugins/quickview/AgeOnDate.py, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/OwnerEditor.py, src/test/gedread_util.py, src/widgets/labels.py: 3272: Proposal for updating config settings svn: r13346 2009-10-07 Rob G. Healey * src/data/Web_Nebraska.css: Added Alphabet Navigation, EventList and EventDetail, RepositoryList elements to all stylesheets. There are no longer vertical alphabet. No longer any problems with the Download page. Navigation menu bar no longer jumps around the screen. svn: r13345 2009-10-07 Rob G. Healey * src/data/Web_Mainz.css: Added alphabet, EventList and EventDetail, and RepositoryList CSS sections. svn: r13344 2009-10-07 Benny Malengier * src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/GeoView.py, src/DataViews/GrampletView.py, src/DataViews/HtmlRenderer.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/gui/views/listview.py: 3275: PageView reworking - change all non person views to new classes svn: r13343 2009-10-07 Benny Malengier * src/DataViews/RelationView.py: typo bug found here causing crash with tooltip svn: r13342 2009-10-07 Rob G. Healey * src/gui/views/Makefile.am: New files: listview.py, navigationview.py, and pageview.py were added to the subdirs portion of the Makefile.am, so I put them where they belonged. Running autogen.sh && make will now complete. svn: r13341 2009-10-07 Gerald Britton * src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/Editors/ObjectEntries.py, src/Editors/_EditFamily.py, src/ExportAssistant.py, src/FilterEditor/_EditRule.py, src/plugins/tool/MediaManager.py, src/widgets/buttons.py, src/widgets/expandcollapsearrow.py, src/widgets/labels.py: Bug 0003063: gtk.Tooltips is deprecated -- second batch of updates svn: r13340 2009-10-07 Benny Malengier * src/gui/views/treemodels/Makefile.am: 3275: PageView reworking-adding the new files 2 svn: r13339 2009-10-07 Benny Malengier * po/POTFILES.in, src/gui/views/treemodels/treebasemodel.py: 3275: PageView reworking-adding the new files 2 svn: r13338 2009-10-07 Benny Malengier * po/POTFILES.in, src/gui/views/Makefile.am, src/gui/views/listview.py, src/gui/views/navigationview.py, src/gui/views/pageview.py: 3275: PageView reworking-adding the new files svn: r13337 2009-10-07 Gerald Britton * src/DataViews/GrampletView.py, src/DataViews/MediaView.py, src/DataViews/PedigreeView.py, src/DataViews/RelationView.py, src/Filters/SideBar/_SidebarFilter.py, src/gui/viewmanager.py: Bug 0003063: gtk.Tooltips is deprecated -- first batch of updates svn: r13335 2009-10-07 Jérôme Rapinat * po/da.po: #3270: update Danish translation (by Morten Bo Johansen) svn: r13334 2009-10-07 Doug Blank * src/plugins/docgen/HtmlDoc.py: 3259: CSS ordering broken for html text reports from lcc svn: r13333 2009-10-07 Doug Blank * src/plugins/textreport/DescendReport.py: 3255: patch for Descendant Report text error from lcc svn: r13332 2009-10-07 Jérôme Rapinat * src/plugins/webreport/NarrativeWeb.py: 3199: Localisation in web page report - Problem with words Name and Home, too many meanings svn: r13331 2009-10-07 Doug Blank * src/plugins/webreport/WebCal.py: #3265: An improvement of calendar report; adds links to NarWeb from WebCal, if you have both. Advanced Options has checkbox and URL prefix to NarWeb/ppl svn: r13329 2009-10-07 Rob G. Healey * src/data/Web_Basic-Spruce.css: Added alphabet navigation, EventList and EventDetail, and RepositoryList. svn: r13328 2009-10-07 Rob G. Healey * src/data/Web_Basic-Peach.css: Added alphabet navigation, EventList and Eventdetail, RepositoryList to stylesheet. svn: r13327 2009-10-07 Rob G. Healey * src/data/Web_Basic-Lilac.css: Added alphabet navigation, EventList and EventDetail, and RepositoryList. svn: r13326 2009-10-07 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Changed a section name in stylesheet for better clarification. Attempting to display_source_refs() in NarrativeWeb.py svn: r13325 2009-10-07 Rob G. Healey * src/data/Web_Basic-Cypress.css: Added EventList and EventDetail, and RepositoryList. svn: r13324 2009-10-06 Rob G. Healey * src/data/Makefile.am: Fixed problem that Ken Baseman brought up. Did not remove Web_Alphabet-Horizontal.css and Web_Alphabet-Vertical.css from the Makefile. svn: r13321 2009-10-06 Gerald Britton * src/Filters/_GenericFilter.py: Bug 0003230: Error while deleting family selected by any filter. svn: r13320 2009-10-06 Benny Malengier * src/PageView.py, src/gui/dbguielement.py: 3217: All views except Person View are NOT updated when adding or deleting entries svn: r13319 2009-10-06 Jérôme Rapinat * po/pl.po: #3270: update Polish translation (by Łukasz Rymarczyk) svn: r13316 2009-10-06 Jérôme Rapinat * src/plugins/webreport/WebCal.py: to allow to translate birth word svn: r13314 2009-10-06 Rob G. Healey * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css, src/data/Web_Basic-Ash.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed some items in Web_Visually.css. Added Download, EventsList, EventDetail, and Repository sections to Ash. Removed the things that I was trying to do with the Horizontal or Vertical placement of the alphabet navigation. Getting to be too big for me at this point. I feel like a little guppie out in the ocean. svn: r13311 2009-10-05 Serge Noiraud * src/DataViews/GeoView.py, src/data/GeoView.css: GeoView : Avoid to recreate html document when resizing. css enhancement. validate language in google, ... svn: r13309 2009-10-05 Gerald Britton * src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py: Replace dictionaries with sets and set logic where possible svn: r13308 2009-10-05 Doug Blank * src/gen/lib/test/date_test.py: Report format type of error svn: r13307 2009-10-05 Espen Berg * po/nb.po: Some smal revisement of Norwegian locale svn: r13306 2009-10-05 Doug Blank * src/gen/lib/test/date_test.py: One set of Swedish tests is ok svn: r13305 2009-10-04 Doug Blank * src/GrampsDbUtils/_GedcomParse.py, src/plugins/export/ExportGedcom.py: #3194: fix to write gedcom output in GRAMPS order, and fix to have children in GEDCOM FAM order svn: r13304 2009-10-04 Doug Blank * src/gen/lib/date.py: Fixed error in sorting date spans, and refined span comparisons svn: r13303 2009-10-04 Doug Blank * src/gen/lib/test/date_test.py: Fixed error in assert, which revealed some errors in testing Swedish dates svn: r13302 2009-10-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fix for the .php parsing error. It also happens with .php3 and .cgi too. svn: r13299 2009-10-04 Rob G. Healey * src/plugins/lib/libhtml.py: Returned libhtml.py back to its original code after my mistakingly gutting the code. svn: r13298 2009-10-04 Rob G. Healey * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Repaired stylesheets in regards to alphabet navigation and fixed alphabet_navigation() in NarrativeWeb. svn: r13297 2009-10-03 Doug Blank * src/GrampsAboutDialog.py: Add easy way to get version info from users without causing a crash svn: r13296 2009-10-03 Peter Landgren * src/plugins/graph/GVFamilyLines.py: Fix of issue 3253 for Family Lines report. Zeros are not shown now. svn: r13295 2009-10-03 Rob G. Healey * src/plugins/lib/libhtml.py: Removed "" from the top of every page as per Benny Malengier. svn: r13293 2009-10-03 Rob G. Healey * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css, src/data/Web_Visually.css: Fixed placement of header, alphabet navigation, and navigation sections. svn: r13292 2009-10-03 Doug Blank * src/plugins/webreport/NarrativeWeb.py: #3254: protect from crashing on copy to same file svn: r13289 2009-10-02 Gerald Britton * src/Filters/Rules/Person/_IsAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/plugins/gramplet/DeepConnections.py: Change dictionaries to sets and use set logic where possible svn: r13288 2009-10-02 Serge Noiraud * src/DataViews/GeoView.py: GeoView : resizing problem with some css stylesheet. svn: r13287 2009-10-02 Serge Noiraud * src/DataViews/GeoView.py: GeoView : resizing enhancement. svn: r13286 2009-10-02 Serge Noiraud * src/DataViews/GeoView.py, src/DataViews/HtmlRenderer.py, src/data/GeoView.css: GeoView : Some css enhancement. CSS Button label change to show the selected css. HtmlRenderer updated for unused resizing. svn: r13285 2009-10-01 Gerald Britton * src/plugins/tool/ChangeNames.py: remove debugging print statement and fix indentation svn: r13284 2009-10-01 Gerald Britton * src/gen/db/write.py: fix bug on database errors; remove bsddb transaction for batch operations svn: r13283 2009-10-01 Espen Berg * po/nb.po: Updated Norwegian translation. Still quite a bit of work remaining svn: r13282 2009-10-01 Doug Blank * src/Editors/_EditFamily.py: use cPickle like the rest of the modules svn: r13280 2009-09-30 Serge Noiraud * src/DataViews/GeoView.py, src/data/GeoView.css, src/mapstraction/mapstraction.js: GeoView : Some css correction. Added places list over the map. Mapstraction infobull correction. svn: r13279 2009-09-30 Gerald Britton * src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py: Replace dictionaries with sets and use set logic where appropriate svn: r13278 2009-09-29 Peter Landgren * po/sv.po: Minor improvments. svn: r13276 2009-09-29 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: General cleanup, fixing of quotations, fixing of gramps_id where it was used of NarrativeWeb, polishing and cleanup of stylesheet. svn: r13275 2009-09-28 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed Events in display_event_header(), display_event_row(), write_event_row(), class EventListPage and EventOage. Cleanup little with alphabet_navigation(), corrections and modifications to stylesheet to match. svn: r13271 2009-09-28 Gerald Britton * src/plugins/tool/ChangeNames.py: Remove commented debugging code svn: r13270 2009-09-28 Gerald Britton * src/plugins/tool/ChangeNames.py: Go back to using list of handles until bsddb DBCursor.put method better understood svn: r13269 2009-09-28 Doug Blank * src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/glade/rule.glade: #3238: Glade interface file for filter editor contains duplicate identifiers by Bob Ham svn: r13268 2009-09-27 Mirko Leonhäuser * po/de.po: Update german translation and some minor fixes in translation svn: r13265 2009-09-27 Doug Blank * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Mainz.css: Errors in CSS svn: r13263 2009-09-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixes to alphabet_navigation(). svn: r13259 2009-09-26 Rob G. Healey * src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css, src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: User choice of either horizontal or vertical alphabet navigation bar. Changes to all of the stylesheets to accomodate this change. Fixes to RepositoryList and alphabet_navigation also. Not all stylesheets are completed upto the new choice yet. svn: r13258 2009-09-26 Rob G. Healey * src/plugins/webreport/WebCal.py: Fixed a problem with the weekday abbreviated letters that I previously introduced. svn: r13257 2009-09-26 Rob G. Healey * src/data/Makefile.am, src/data/Web_Alphabet-Horizontal.css, src/data/Web_Alphabet-Vertical.css: Additional style sheets for NarrativeWeb. svn: r13256 2009-09-26 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Fix to write GENDEX to tgz, if necessary svn: r13255 2009-09-26 Rob G. Healey * src/data/GeoView.css, src/data/Makefile.am: Removed svn id tag of Web_Mainz.css from GeoView.css. Added GeoView.css to Makefile. svn: r13254 2009-09-26 Doug Blank * src/plugins/webreport/NarrativeWeb.py: Fixed unicode normalize issue; abstracted first_letter code; add GENDEX listing svn: r13253 2009-09-26 Doug Blank * src/plugins/lib/libhtml.py: Issue with super() and reload of plugins in Python 2.6.0 svn: r13252 2009-09-26 Doug Blank * src/gen/lib/name.py, src/plugins/export/ExportGedcom.py: Added get_gedcom_name formatter to Name to allow sharing svn: r13251 2009-09-25 Serge Noiraud * src/DataViews/GeoView.py: GeoView : change icon depending on the lock/unlock state. svn: r13250 2009-09-25 Doug Blank * src/gen/lib/date.py, src/plugins/export/ExportGedcom.py: Moved gedcom date constants and functions to gen.lib.date so they can be shared svn: r13249 2009-09-25 Serge Noiraud * src/Config/_GrampsConfigKeys.py, src/DataViews/GeoView.py, src/data/GeoView.css: GeoView : add stylesheet selection svn: r13248 2009-09-25 Jérôme Rapinat * src/glade/editsourceref.glade: #3211: Entries on choice list for SourceRef confidence level are not displayed svn: r13247 2009-09-24 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Bug when event without people associated with it. svn: r13246 2009-09-24 Serge Noiraud * src/DataViews/GeoView.py: GeoView : translation problem. svn: r13245 2009-09-24 Serge Noiraud * src/DataViews/GeoView.py: GeoView : improvment with css style. svn: r13243 2009-09-24 Serge Noiraud * src/DataViews/GeoView.py: GeoView : some cleaning and add the marriage icon. svn: r13242 2009-09-24 Serge Noiraud * src/images/scalable/gramps-geo-birth.svg, src/images/scalable/gramps-geo-death.svg, src/images/scalable/gramps-geo-marriage.svg: GeoView : Change map icons and add marriage icon. svn: r13241 2009-09-23 Serge Noiraud * src/DataViews/GeoView.py: GeoView : synchronize font in infobubbles between providers. svn: r13240 2009-09-23 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Removed dump_source_references() from NarrativeWeb, updating of WebCal still in place. Updates to stylesheet. svn: r13239 2009-09-23 Serge Noiraud * src/DataViews/GeoView.py: GeoView : In events map, if we have multiple events for one place, select the default icon marker and show the event type for each person. svn: r13238 2009-09-23 Gerald Britton * src/gen/db/cursor.py, src/gen/db/read.py, src/gen/db/write.py, src/plugins/tool/ChangeNames.py: 1. Enhance cursor.py to support updating records after reading them 2. Implement enhancement in write.py, get_cursor method 3. Exploit new capability in ChangeNames.py svn: r13237 2009-09-23 Peter Landgren * src/DataViews/FamilyList.py: Fix of issue 3215. svn: r13236 2009-09-23 Serge Noiraud * src/DataViews/GeoView.py, src/images/scalable/gramps-geo-birth.svg, src/images/scalable/gramps-geo-death.svg: GeoView : Markers enhancement Same icons between providers. Scroll in infoBubbles. Possibility to have one icon per event type. svn: r13234 2009-09-23 Doug Blank * src/plugins/tool/TestcaseGenerator.py: #2073: Adds a warning (about turning off undo, rather than filling with bogus data), but this is only seen by developers, and at least gives a chance to cancel; probably not worth a special class just to provide proper message svn: r13233 2009-09-21 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Re-placed alphabet navigation as horizontal. Fixed several problems in NarrativeWeb, and some changes to WebCal. svn: r13231 2009-09-21 Gerald Britton * src/plugins/lib/libhtml.py: tweaks and optimizations svn: r13230 2009-09-20 Mirko Leonhäuser * po/de.po: minor fixes in German translation svn: r13228 2009-09-20 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Some write simplification and pylint adjustment. svn: r13227 2009-09-19 Doug Blank * src/GrampsDisplay.py: Factored out common code into find_binary function svn: r13226 2009-09-19 Doug Blank * src/plugins/quickview/FilterByName.py: Error from iterator conversion svn: r13224 2009-09-19 Doug Blank * src/plugins/quickview/FilterByName.py: Fixed error in handling list of handles, not an iterator svn: r13223 2009-09-18 Doug Blank * src/plugins/Records.py: Code cleanup svn: r13222 2009-09-18 Doug Blank * src/Simple/_SimpleTable.py: Add ability for double-click on SimpleTable row to show people by list of handles svn: r13221 2009-09-18 Doug Blank * src/plugins/gramplet/SurnameCloudGramplet.py: #3223: Trunk revision 13203 causes crash of gramplet surnamecloud svn: r13220 2009-09-17 Mirko Leonhäuser * po/de.po: Update german translation svn: r13218 2009-09-17 Doug Blank * src/plugins/gramplet/WhatsNext.py: bug #3221: Improvements for WhatsNext Gramplet, by reinhard svn: r13217 2009-09-16 Gerald Britton * src/gen/db/write.py: Silently accept "not found" errors when deleting database files svn: r13215 2009-09-16 Mirko Leonhäuser * po/de.po: minor fixes in German translation svn: r13213 2009-09-16 Gerald Britton * src/DataViews/GeoView.py: Geoview simplifications svn: r13212 2009-09-16 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed attributes on IndividualPage and EventPage. Stylesheet to match. svn: r13211 2009-09-16 Rob G. Healey * src/plugins/lib/holidays.xml: Fixed some holidays in holidays file. svn: r13210 2009-09-15 Gerald Britton * src/DataViews/GeoView.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/PluginUtils/_Tool.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/quickview/OnThisDay.py: Exploit new iter_ methods svn: r13209 2009-09-15 Gerald Britton * src/gen/proxy/filter.py: Remove pdb module from filter.py svn: r13208 2009-09-15 Gerald Britton * src/plugins/tool/ChangeNames.py: Fix deadlock in ChangeNames svn: r13207 2009-09-15 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: This will also be in update mode until I get some of the problems ironed out. svn: r13206 2009-09-15 Rob G. Healey * src/plugins/webreport/WebCal.py: Some updating of code. Will be update for a while now. svn: r13205 2009-09-15 Rob G. Healey * src/plugins/lib/holidays.xml: Fix for Labor Day in USA holidays. svn: r13204 2009-09-14 Gerald Britton * src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/PluginUtils/_GuiOptions.py, src/ReportBase/_CommandLineReport.py, src/gen/db/bsddbtxn.py, src/plugins/BookReport.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/DataEntryGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/quickview/AllNames.py, src/plugins/quickview/FilterByName.py, src/plugins/textreport/Summary.py, src/plugins/tool/EventNames.py, src/plugins/tool/PatchNames.py, src/plugins/tool/SoundGen.py: Use new iter_objects methods svn: r13203 2009-09-14 Mirko Leonhäuser * po/de.po: Update german translation svn: r13201 2009-09-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Cleaned up dump_addresses() and changed write_out_addresses() to dump_addresses(). svn: r13200 2009-09-13 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Still working with classes EventListpage() and EventPage(). Making changes as I go with the stylesheet. svn: r13199 2009-09-12 Doug Blank * src/plugins/gramplet/DataEntryGramplet.py: Fix for a iter change svn: r13198 2009-09-12 Peter Landgren * src/PluginUtils/_GuiOptions.py: Fix of issue 3213. svn: r13196 2009-09-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Moved self.build_events() to the conditional statement: if self.inc_events. This way it is not being ran unless you want the event pages. svn: r13195 2009-09-12 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: Fixed style elements that has messed up the recent WebCal. svn: r13194 2009-09-11 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: Updated work in WebCal. Updated style elements to match current work. svn: r13193 2009-09-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed alphabet navigation to remove the table elements. svn: r13192 2009-09-10 Gerald Britton * src/Bookmarks.py, src/DataViews/GeoView.py, src/DataViews/GrampletView.py, src/FilterEditor/_EditRule.py, src/PlaceUtils.py, src/PluginUtils/_PluginWindows.py, src/RecentFiles.py, src/ReportBase/_Bibliography.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleEditor.py, src/ReportBase/_TextReportDialog.py, src/docgen/TextBufDoc.py, src/gen/lib/date.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/import/ImportProGen.py, src/plugins/rel/rel_nl.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/Summary.py, src/plugins/tool/EventCmp.py, src/widgets/validatedmaskedentry.py: Tweaks to use inplace arithmetic svn: r13191 2009-09-10 Gerald Britton * src/gen/proxy/filter.py, src/gen/proxy/referenced.py: Change to set logic for reduction in storage (no affect on runtime) svn: r13190 2009-09-10 Jérôme Rapinat * src/plugins/tool/NotRelated.py: #3182 Add an used singular form, avoid empty string on translation dict svn: r13188 2009-09-10 Rob G. Healey * src/data/Web_Visually.css: Adjusted header, navigation, and body elements in stylesheet. svn: r13186 2009-09-10 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Should be final ommit for classes EventListPage and EventPage, but do not hold your breath. Stylesheet updated to match work. svn: r13185 2009-09-09 Gerald Britton * src/ReportBase/_GraphvizReportDialog.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/gramplet/FanChartGramplet.py: Tweaks to use inplace arithmetic svn: r13184 2009-09-09 Gerald Britton * src/gen/db/upgrade.py, src/gen/db/write.py: Documentation updates svn: r13183 2009-09-09 Gerald Britton * docs/gen/gen_db.rst: Documentation updates svn: r13182 2009-09-09 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Work is final in classes EventListPage and EventPage, modified display_ind_families() and display_attr_list(). Also changes to stylesheet to match current work. svn: r13181 2009-09-08 Serge Noiraud * src/DataViews/GeoView.py: GeoView : 2 bugs : swap map and saving zoom when no title. svn: r13180 2009-09-08 Peter Landgren * src/plugins/gramplet/HeadlineNewsGramplet.py: String must be unicode for truncation to work for non ascii characters. svn: r13178 2009-09-08 Peter Landgren * src/Editors/ObjectEntries.py: String must be unicode for truncation to work for non ascii characters. svn: r13176 2009-09-08 Peter Landgren * src/PluginUtils/_GuiOptions.py: String must be unicode for truncation to work for non ascii characters. svn: r13174 2009-09-08 Peter Landgren * src/FilterEditor/_ShowResults.py: String must be unicode for truncation to work for non ascii characters. svn: r13172 2009-09-08 Peter Landgren * src/Bookmarks.py: String must be unicode for truncation to work for non ascii characters. svn: r13170 2009-09-08 Peter Landgren * src/ScratchPad.py: String must be unicode for truncation to work for non ascii characters. svn: r13168 2009-09-07 Serge Noiraud * src/Config/_GrampsConfigKeys.py, src/DataViews/GeoView.py, src/DataViews/HtmlRenderer.py, src/gui/grampsgui.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-geo-altmap.svg, src/images/scalable/gramps-geo-mainmap.svg: GeoView : Split in two parts : HtmlRenderer and GeoView. Adding two icons for map provider selection. We now can zoom in and out with the wheel mouse. It's possible to save the zoom between the maps. The zoom, latitude, longitude and map is now saved when we quit gramps: only if you use the save zoom between maps. Issue 3150, 3152 included. svn: r13166 2009-09-07 Peter Landgren * src/plugins/tool/RemoveUnused.py: Slicing of strings must be with unicode strings. svn: r13165 2009-09-07 Gerald Britton * src/gen/db/write.py: Remove deprecated method svn: r13164 2009-09-07 Gerald Britton * src/gen/db/write.py: Add function decorator to catch dabatase errors svn: r13163 2009-09-05 Gerald Britton * src/gen/db/write.py: restore set_name_group_mapping method svn: r13161 2009-09-05 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed class EventList and EventPage. With it, display_attr_list(). Changed, added, and removed elements to match current work. svn: r13160 2009-09-04 Gerald Britton * src/gen/db/base.py, src/gen/proxy/proxybase.py: Remove unused methods svn: r13159 2009-09-04 Gerald Britton * src/gen/db/bsddbtxn.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py: add from __future__ import with_statement svn: r13158 2009-09-03 Gerald Britton * docs/gen/gen_db.rst, src/gen/db/__init__.py, src/gen/db/base.py, src/gen/db/read.py, src/gen/db/write.py: Tweaks to database objects plus initial documentation in rst format svn: r13157 2009-09-03 Rob G. Healey * src/data/Web_Visually.css: Fixed table.infolist in style sheet. svn: r13156 2009-09-03 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: More work on classes EventList and EventPage. Changing elements to match current work. svn: r13155 2009-09-03 Brian Matherly * src/cli/arghandler.py: Remove the "check" and "summary" CLI actions. Those plugins can be run using "-a tool -p name=check" and "-a report -p name=summary" respectively. svn: r13153 2009-09-02 Gerald Britton * src/AutoComp.py: AutoComp.py: remove redundant list-building and use inplace addition where applicable svn: r13152 2009-09-02 Gerald Britton * src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/gen/db/read.py, src/gen/proxy/filter.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/proxy/referenced.py, src/plugins/Records.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/tool/ExtractCity.py: 1. Implement iter_ methods in proxybase. 2. Change include_object to include_media_object to avoid confusion 3. Make _validated_id_prefix method in read.py a staticmethod 4. Use new iter_ methods in Records.py, StatsgGramplet.py, GivenNameGramplet.py, ExtractCity.py and _IsSiblingOfFilterMatch.py as examples svn: r13151 2009-09-01 Mirko Leonhäuser * po/de.po: Update german translation svn: r13150 2009-09-01 Gerald Britton * src/gen/db/read.py: 1. Use closures to define iterator methods 2. Change sorts on people and places to work like other sorts svn: r13149 2009-09-01 Gerald Britton * src/gen/db/__init__.py, src/gen/db/write.py: Fix write.py to do imports from gen.db svn: r13148 2009-09-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: fixed capitialization of include repository pages in Advanced tab. svn: r13146 2009-09-01 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed progress meter hanging at the end of creating eent pages. svn: r13145 2009-09-01 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed CSS problem with Download page. svn: r13144 2009-09-01 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Partial fix to header and footer locations on page. Fixed Ancestor Tree overrun into footer. svn: r13143 2009-08-31 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Tturning in this commit because of a CSS problem with cutting the menu off. More will come soon. svn: r13142 2009-08-31 Gerald Britton * src/gen/db/write.py: grampsdbtxn.py module renamed to txn.py svn: r13141 2009-08-31 Gerald Britton * src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/proxy/referenced.py: Implement performance-enhanced proxy databases svn: r13140 2009-08-31 Gerald Britton * src/DbState.py, src/GrampsDbUtils/_Backup.py, src/UndoHistory.py, src/gen/db/__init__.py, src/gen/db/base.py, src/gen/db/dbconst.py, src/gen/db/write.py, src/gui/viewmanager.py, src/plugins/import/ImportGedcom.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportXml.py, src/plugins/tool/Check.py: Implement restructured database objects svn: r13139 2009-08-31 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed variable name issue in display_ind_general(). svn: r13138 2009-08-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed multiple inconsistentcies in NarrativeWeb. Items found and reported by Peter Lundgren. svn: r13137 2009-08-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Patch from Serge Norlaud for bug #2788. Thanks for all of your patience. svn: r13136 2009-08-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed translation mistake for Peter Lundgren in class EventPage. svn: r13135 2009-08-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed table problem in class EventPage. svn: r13134 2009-08-29 Rob G. Healey * src/data/Web_Visually.css: Fixed error in EventDetail. svn: r13133 2009-08-29 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed some spacing issues in Events. svn: r13132 2009-08-29 Rob G. Healey * src/data/Web_Visually.css: Fixed height problem with the navigation menu. svn: r13131 2009-08-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Patch from Peter Lundgren. fixes Repository type translation error. svn: r13130 2009-08-27 Peter Landgren * src/Filters/Rules/_Rule.py: Issue 3188 search for ü did not work. svn: r13124 2009-08-27 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb is now complete unless there are bugs. Style sheet has been updated to match current changes. svn: r13123 2009-08-27 Erik De Richter * po/fr.po: update fr po svn: r13122 2009-08-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Modified def event_pages(), class EventListPage(), and class EventPage() to clean up a few things. svn: r13120 2009-08-25 Benny Malengier * src/plugins/tool/ReorderIds.py: 3183: Make Reorder GRAMPS ID plugin fix IDs not following specified formats svn: r13119 2009-08-25 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : issue 3187 : <, > and & should be escaped svn: r13118 2009-08-24 Benny Malengier * src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectNote.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py: Nick_H patch to participants in selectors, fixes a bug too 2773: Primary participant(s) in Events View svn: r13117 2009-08-24 Benny Malengier * src/DisplayTabs/_GroupEmbeddedList.py: Nick_H patch of ticket 2863: Wrong row when dropping on embedded list svn: r13116 2009-08-24 Benny Malengier * src/DataViews/RelationView.py, src/PageView.py, src/gen/utils/callman.py, src/gui/dbguielement.py: Start with fix up of connects to db in relationview. Fix calling method of signals to a shorter algorithm based on lambda func svn: r13115 2009-08-23 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : Styled notes : Bad format, font, indents and spacing. svn: r13113 2009-08-23 Mirko Leonhäuser * src/plugins/lib/holidays.xml: German holidays depending to easter svn: r13112 2009-08-23 Erik De Richter * po/gramps.pot, po/nl.po: update-po and new nl.po svn: r13109 2009-08-23 Jérôme Rapinat * src/plugins/tool/NotRelated.py: Use plural forms (ngettext) in plugins/tool/NotRelated (patch by VPeric) svn: r13107 2009-08-22 Raphael Ackermann * docs/README.txt: fix typo svn: r13105 2009-08-22 Raphael Ackermann * autogen.sh: remove '--enable-maintainer-mode' from CONFIGURE_DEF_OPT to get rid of the warning that '--enable-maintainer-mode' is not recognized. svn: r13104 2009-08-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed problem in display_ind_sources(). svn: r13103 2009-08-21 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : More pylint compliant. Duplicate styles and fonts suppression. Multi line now works correctly : tested with multi-lines attribut. svn: r13102 2009-08-21 Gerald Britton * src/gen/db/read.py, src/gen/db/write.py: Latest updates to new modules svn: r13101 2009-08-21 Mirko Leonhäuser * po/de.po: Update german translation svn: r13099 2009-08-21 Doug Blank * src/plugins/gramplet/PythonGramplet.py: Added multilines to Python Gramplet svn: r13097 2009-08-21 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Completed the dump of the events in the database. Added styles which are affected by the two new classes: EventListPage() and EventPage(). svn: r13096 2009-08-20 Jérôme Rapinat * po/fr.po, src/plugins/docgen/Makefile.am, src/plugins/lib/Makefile.am: update french translation svn: r13092 2009-08-20 Benny Malengier * src/DisplayTabs/_EmbeddedList.py: 2863: Wrong row when dropping on embedded list svn: r13090 2009-08-20 Peter Landgren * src/gen/plug/docbackend/docbackend.py: unicode text must be sliced correctly. svn: r13089 2009-08-20 Jérôme Rapinat * src/FilterEditor/_FilterEditor.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/_FilterComboBox.py, src/Filters/_FilterMenu.py, src/Filters/_FilterStore.py, src/Filters/__init__.py, src/const.py.in, src/data/Makefile.am: 2548: deprecated system_filter.xml svn: r13087 2009-08-20 Benny Malengier * src/DisplayTabs/_EventEmbedList.py, src/Selectors/_SelectEvent.py: 2773: Primary participant(s) in Events View svn: r13086 2009-08-20 Benny Malengier * src/DataViews/EventView.py, src/DisplayModels/_EventModel.py, src/Utils.py, src/gen/db/base.py: 2863: Wrong row when dropping on embedded list This patch makes sure open of old database shows correct columns, and adds ... if several main participants svn: r13085 2009-08-19 Benny Malengier * src/DataViews/EventView.py, src/DisplayModels/_EventModel.py, src/gen/db/base.py: 2773: Primary participant(s) in Events View svn: r13083 2009-08-19 Benny Malengier * src/DisplayTabs/_BackRefModel.py, src/Utils.py: 2773: Primary participant(s) in Events View svn: r13082 2009-08-19 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : highlight problem in styled notes. svn: r13081 2009-08-19 Gerald Britton * src/gen/db/Makefile.am: Update makefile to add new modules svn: r13080 2009-08-19 Gerald Britton * src/gen/db/cursor.py: cursor.py -- add additional methods mirroring those in DBCursor and a getattr method to pass through non-overridden method calls to DBCursor svn: r13079 2009-08-19 Gerald Britton * src/gen/db/bsddbtxn.py, src/gen/db/read.py, src/gen/db/txn.py, src/gen/db/undoredo.py, src/gen/db/upgrade.py, src/gen/db/write.py: Add new modules to support restructured database objects bsddbtxn.py -- Wrapper for BSDDB DBTxn to support context manager protocol txn.py -- GrampsDbTxn class to manage atomic transactions write.py -- GrampsDbWrite class for read/write databases read.py -- GrampsDbRead class for read-only databases undoredo.py -- GrampsDbUndo class to manage the undo database upgrade.py -- Helper module for upgrading a database at open time svn: r13078 2009-08-19 Mirko Leonhäuser * po/de.po: Update german translation svn: r13077 2009-08-19 Gerald Britton * src/plugins/lib/Makefile.am: Update makefile to include new plugin libraries svn: r13076 2009-08-19 Gerald Britton * src/plugins/lib/libgrdb.py, src/plugins/lib/libmixin.py: Add new plugin libraries: libgrdb.py -- Used by ImportGrdb to read old databases libmixin.py -- Used by Import plugins to add extra methods svn: r13075 2009-08-19 Doug Blank * src/plugins/quickview/AllNames.py: New Quick View showing all names for all people; need to figure out where to put these QV's which don't require a specific row svn: r13074 2009-08-19 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Typo svn: r13072 2009-08-18 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Clean up work in several places display_ind_attributes(), display_child_link(), and add_birthdate(). svn: r13067 2009-08-18 Benny Malengier * src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/_Rule.py: 03172: Error editing event filter svn: r13066 2009-08-18 Peter Landgren * po/sv.po: sv.po without missing strings. svn: r13065 2009-08-18 Jérôme Rapinat * po/fr.po, po/he.po, po/zh_CN.po: merge translations added on 3.1.x and update french translation svn: r13064 2009-08-17 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : forgot to suppress a print line. svn: r13056 2009-08-17 Serge Noiraud * src/plugins/lib/libodfbackend.py: Added backend for ODFDoc and styled notes. svn: r13055 2009-08-17 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : Styled notes integration. svn: r13054 2009-08-17 Jérôme Rapinat * po/fr.po: start to merge french translation from branch to trunk svn: r13047 2009-08-17 Peter Landgren * po/sv.po: Major updates after problems. svn: r13043 2009-08-17 Peter Landgren * po/sv.po: Major updates. svn: r13042 2009-08-17 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed another error brought to me by Peter Lundgren. svn: r13040 2009-08-16 Jérôme Rapinat * src/plugins/tool/Verify.py: 2307: better wording svn: r13029 2009-08-15 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed problem in associations, fixed class SourceListPage and fixed problem in stylesheet. Errors brought to me from Peter Lundgren. Thanks again. svn: r13026 2009-08-15 Raphael Ackermann * src/plugins/webreport/NarrativeWeb.py: 0003018: keys() method of dictionary objects used unnecessarily svn: r13022 2009-08-15 Raphael Ackermann * src/plugins/tool/Check.py, src/plugins/tool/ReorderIds.py: cleanup & pep8 svn: r13021 2009-08-15 Raphael Ackermann * src/Filters/Rules/Person/_SearchName.py, src/plugins/quickview/SameSurnames.py: 0002723: '' has different meanings in different contexts svn: r13019 2009-08-15 Peter Landgren * po/sv.po: Update of Swedish translation. svn: r13016 2009-08-15 Doug Blank * src/ExportOptions.py: Fixed an issue related to #0000841 and added two new properties: options.no_fileselect and options.confirm_text for altering assistant behavior; the Assistant code needs a refactoring at some point svn: r13013 2009-08-14 Jérôme Rapinat * src/plugins/tool/Verify.py: testingrule for 2307: return string rather than true/false svn: r13010 2009-08-14 Raphael Ackermann * src/Editors/AddMedia.py, src/Mime/_GnomeMime.py: 0003162: adding pic to media gallery in person editor fails svn: r13008 2009-08-14 Jérôme Rapinat * src/plugins/tool/Verify.py: testing 2307: to add a family rule for displaying families with marriage event but still unknown relation type svn: r13006 2009-08-14 Benny Malengier * src/ReportBase/_Endnotes.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: 3166: Add source notes to DDR/DAR svn: r13005 2009-08-14 Raphael Ackermann * src/ReportBase/_CommandLineReport.py, src/gen/proxy/private.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/graph/GVHourGlass.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/webreport/NarrativeWeb.py: 0002542: Crash whilst generating web pages from command line Throwing Report Error if center person is not in database. Added catching of Report Error to CommandLineReport if using GUI it is not possible to cause this, as you have to select a person that is in the DB. However on the command line you can specify any PID and even no person with that pid exists an error was thrown. svn: r13004 2009-08-14 Raphael Ackermann * src/ReportBase/_ReportDialog.py: typo svn: r13003 2009-08-14 Raphael Ackermann * src/gen/proxy/living.py: add missing import svn: r13002 2009-08-14 Raphael Ackermann * src/BasicUtils/_NameDisplay.py, src/QuestionDialog.py, src/gen/lib/researcher.py: pep8 & typos svn: r13001 2009-08-14 Raphael Ackermann * src/Errors.py: remove GConfSchemaError as it is not used anymore svn: r13000 2009-08-14 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Attempt to get Repository Type to be translatable. Peter Lundgren is helping me. svn: r12998 2009-08-13 Serge Noiraud * src/DataViews/GeoView.py: GeoView : The swap is now fully fonctional. svn: r12995 2009-08-13 Serge Noiraud * src/mapstraction/mapstraction.js: GeoView : mapstraction to version 215. svn: r12994 2009-08-13 Raphael Ackermann * src/gen/lib/baseobj.py, src/gen/lib/childref.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/ldsord.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/repo.py, src/gen/lib/src.py: fixed typos svn: r12984 2009-08-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added Associations to the NarrativeWeb output. svn: r12982 2009-08-12 Raphael Ackermann * src/DdTargets.py: cleanup (reordering alphabetically of DnD types) svn: r12977 2009-08-12 Raphael Ackermann * src/DataViews/MediaView.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/ListModel.py, src/Navigation.py: pep8 fixes & typos svn: r12976 2009-08-12 Raphael Ackermann * src/plugins/BookReport.py: better variable naming svn: r12975 2009-08-12 Raphael Ackermann * src/cli/arghandler.py, src/gui/dbman.py: import cleanup & doc fixes svn: r12974 2009-08-11 Rob G. Healey * src/data/Web_Print-Default.css: Updated printer stylesheet, src/data/Web_Print-Default.css, to match all new changes in NarrativeWeb. svn: r12966 2009-08-11 Mirko Leonhäuser * po/de.po: Update german translation and some minor fixes in translation svn: r12962 2009-08-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed problem with place.get_source_references(). svn: r12961 2009-08-11 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb is now almost at a complete export of the entire database now. Sorry about committing such a huge update at once. Stylesheet element have been modified or added for this update. svn: r12959 2009-08-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added place.get_alternate_locations() amd place.get_source_references() to class PlacePae. Modified and clean up of display_ind_events(). svn: r12958 2009-08-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a typo which caused a crash. svn: r12957 2009-08-11 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Finished translatable variables in NarrativeWeb svn: r12954 2009-08-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Some Translation strings fixed in NarrativeWeb.py. Pointed out by Gary Burton and Peter Lundgren. svn: r12952 2009-08-10 Raphael Ackermann * configure.in, src/gui/grampsgui.py, src/widgets/__init__.py, windows/nsis/gcheck.py: 0003064: Remove check for libglade in configure Removed all references to gtk.glade & libglade svn: r12951 2009-08-10 Raphael Ackermann * src/ThumbNails.py, src/plugins/tool/RemoveUnused.py: typo & pep8 fixes svn: r12950 2009-08-10 Raphael Ackermann * src/ReportBase/_Bibliography.py, src/ReportBase/_Endnotes.py, src/gen/lib/srcref.py: 0002832: Somes modules still use Relib reference on docstring patch by romjerome fixed wrong doc string in srcref.py svn: r12949 2009-08-10 Raphael Ackermann * src/plugins/textreport/KinshipReport.py: 0002841: Kinship report converts relationship descriptions to lowercase patch by Reinhard Müller svn: r12948 2009-08-10 Jérôme Rapinat * src/DateHandler/Makefile.am, src/DateHandler/_Date_sr.py, src/DateHandler/__init__.py: 3160: Add Serbian DateHandler (patch provided by VPeric) svn: r12947 2009-08-10 Jérôme Rapinat * src/DateHandler/_Date_hr.py: 3156: Bug in Croatian DateHandler (patch provided by VPeric) svn: r12945 2009-08-10 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Removed source.get_reporef_list() from class SourcePage(). There is no usable information to display. svn: r12941 2009-08-10 Doug Blank * src/plugins/export/ExportSql.py: Fixed a bug on export null locations; added primary keys and an index svn: r12940 2009-08-09 Raphael Ackermann * src/DataViews/GeoView.py, src/gen/proxy/private.py: 0003102: Can't run Narrative Website report Added checks for NoneType Objects. pep8 fixes svn: r12939 2009-08-09 Raphael Ackermann * src/DataViews/PedigreeView.py: cleanup svn: r12938 2009-08-09 Raphael Ackermann * src/gen/db/base.py, src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/proxybase.py, src/gen/proxy/referenced.py: fixed typos svn: r12937 2009-08-09 Doug Blank * src/plugins/export/ExportSql.py, src/plugins/import/ImportSql.py: SQL import/export complete. Byte for Byte exact, excluding differences in True-False/1-0, []/(), and unicode/string svn: r12936 2009-08-09 Doug Blank * src/plugins/export/ExportSql.py, src/plugins/import/ImportSql.py: SQL update: two diffs left, in family and place svn: r12935 2009-08-09 Raphael Ackermann * src/DataViews/MediaView.py, src/DateEdit.py, src/DateHandler/_DateHandler.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GroupEmbeddedList.py, src/GrampsDbUtils/_GedcomParse.py, src/Lru.py, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/PluginUtils/_Options.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/__init__.py, src/ReportBase/_ReportOptions.py, src/Simple/_SimpleAccess.py, src/cli/arghandler.py, src/cli/argparser.py, src/gen/db/base.py, src/gen/lib/family.py, src/gen/lib/ldsord.py, src/gen/lib/placebase.py, src/gen/lib/srcbase.py, src/gen/plug/_manager.py, src/gen/plug/docgen/stylesheet.py, src/gen/proxy/dbbase.py, src/gen/proxy/proxybase.py, src/gui/dbman.py, src/plugins/BookReport.py, src/plugins/export/ExportGedcom.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/Summary.py: pep8 fixes fixing typos svn: r12934 2009-08-09 Raphael Ackermann * src/ReportBase/_CommandLineReport.py: fix when running command line report other then html and it would try and fail to set css filename on e.g. pdf doc generator svn: r12933 2009-08-09 Doug Blank * src/plugins/export/ExportSql.py, src/plugins/import/ImportSql.py: SQL import/export complete except for source repos, and datamap svn: r12932 2009-08-09 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed display_attr_list(); display_event_header() and display_event_row(). Added style elements for Attributes in stylesheet. svn: r12931 2009-08-09 Doug Blank * src/plugins/export/ExportSql.py, src/plugins/import/ImportSql.py: Very close to having the SQL import/export done svn: r12930 2009-08-08 Raphael Ackermann * src/plugins/webreport/NarrativeWeb.py: remove merge error svn: r12929 2009-08-08 Raphael Ackermann * src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/SvgDrawDoc.py: 0003137: Attribute error on EmptyDoc for all graphical reports - only with PostScript and SVG output formats ! removed 'template' parameter from init method. problem was that they still used template parameter, when BaseDoc didn't have a template parameter anymore. also pylint cleanup svn: r12927 2009-08-08 Raphael Ackermann * src/plugins/docgen/PdfDoc.py: remove unused import svn: r12926 2009-08-08 Raphael Ackermann * src/gen/plug/docgen/basedoc.py, src/gen/plug/docgen/drawdoc.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/docgen/textdoc.py: typos & doc string formatting svn: r12925 2009-08-08 Raphael Ackermann * src/ReportBase/_ReportDialog.py, src/gen/plug/utils.py, src/gen/utils/__init__.py, src/widgets/validatedmaskedentry.py: fixed typos svn: r12924 2009-08-08 Raphael Ackermann * po/POTFILES.in, src/plugins/export/ExportCd.py, src/plugins/export/Makefile.am: Removed broken Export to CD on Gnome. This was never working on KDE or Windows. And no developer seems to be able to get it to run on their gnome system. It is very easy now to burn a backup of gramps to a cd using e.g., K3b or Brasero. svn: r12923 2009-08-08 Raphael Ackermann * src/plugins/export/ExportCd.py: 0002978: ExportCd plug-in should not load if burn:// scheme is unsupported applied patch by Brad Crittenden. Patch goes in the right direction but still not far enough. On my ubuntu gnome system (9.04) it doesn't load the plugin, but I can burn a cd in nautilus using the burn:/// scheme. svn: r12922 2009-08-08 Raphael Ackermann * src/gen/plug/_export.py, src/glade/catalog/grampswidgets.py, src/plugins/lib/libhtml.py, src/plugins/rel/rel_pl.py: cleanup (typos, docs, indentation) svn: r12921 2009-08-08 Raphael Ackermann * src/ExportAssistant.py: 0002948: error encountered while exporting to 'cd xml' https://bugs.launchpad.net/gramps/+bug/372502 patch by Brad Crittenden svn: r12920 2009-08-08 Raphael Ackermann * src/ReportBase/_GraphvizReportDialog.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/webreport/WebCal.py: Fixes 0003155: GraphViz arrow directions are odd Patch by Bob Ham + 1 typo in WebCal.py svn: r12919 2009-08-08 Doug Blank * src/plugins/export/ExportSql.py, src/plugins/import/ImportSql.py: Nearing completition; most data is pulled out of the SQL db, now I need to get the relations fixed svn: r12918 2009-08-07 Doug Blank * src/plugins/export/ExportSql.py, src/plugins/import/ImportSql.py: SQL Export/Import about 30% done: Notes are complete. People and Events close. The rest still to check. svn: r12917 2009-08-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Adding source references to all major objects: person, event, attribute, address. svn: r12916 2009-08-07 Doug Blank * src/plugins/import/ImportSql.py: Work in progress towards SQL importer svn: r12915 2009-08-07 Doug Blank * src/plugins/export/ExportSql.py: Fixed missing fields svn: r12914 2009-08-07 Doug Blank * src/plugins/export/ExportSql.py: Nearly complete, but untested SQL export svn: r12913 2009-08-07 Doug Blank * src/gen/db/cursor.py: Added a convienence method __len__ for cursors; you can remove if you don't like svn: r12912 2009-08-07 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed IndividualPage: Source References section. svn: r12886 2009-08-06 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: improved look of individual gallery on NarrativeWeb. svn: r12885 2009-08-06 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed multiple show stoppers in NarrativeWeb code. svn: r12883 2009-08-05 Richard Taylor * src/ScratchPad.py: Fix for OS X Scratchpad issue 3089: clipboard broken in Mac port svn: r12882 2009-08-05 Benny Malengier * po/POTFILES.in, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/gen/db/base.py, src/gen/utils/Makefile.am, src/gen/utils/callman.py, src/gui/Makefile.am, src/gui/dbguielement.py: Fix for: 1277: database corroption on delete outside of DisplayTabs while tab open Introduces the concept of callman.py as one single way to follow handles an interface is interested in. dbguielement.py contains a small base class using that, usable for all windows/ guielements that need to track database changes to handles svn: r12881 2009-08-04 Benny Malengier * src/DataViews/RelationView.py: remember scrolled position svn: r12872 2009-08-04 Benny Malengier * src/glade/catalog/README: add explenation on catalog use in glade3 svn: r12871 2009-08-04 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed display_addresses() in NarrativeWeb.py. Added stylesheet elements for it. svn: r12870 2009-08-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a variable issue in class PlacePage. Thank you Peter Lundgren. svn: r12869 2009-08-03 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb: LDS Ordinances: added source references. Web_Visually: added LDS Source References. svn: r12868 2009-08-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Personal LDS information is now working and complete. NarrativeWeb.py is now working once again! I return it back to working status. svn: r12866 2009-08-03 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Family LDS Ordinance information is now working in NarrativeWeb at display_ind_families(). svn: r12865 2009-08-03 Doug Blank * src/cli/argparser.py, src/cli/client.py, src/cli/server.py, src/const.py.in, src/gramps.py: Removing experimental server code svn: r12863 2009-08-02 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed layout and alignment of display_ind_families() in NarrativeWeb svn: r12862 2009-08-02 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Typos fixed from patch from Bob Harm. Changes to NarrativeWeb. LDS Ordinance has been added to Individual Pages. svn: r12861 2009-08-02 Doug Blank * src/plugins/gramplet/AgeStats.py: Removed debugging statements svn: r12860 2009-08-02 Doug Blank * src/gen/lib/styledtexttag.py: Made StyledTextTag a new-style class by extending object; allows to work with older python's too svn: r12859 2009-08-02 Doug Blank * src/cli/arghandler.py, src/cli/argparser.py, src/cli/client.py, src/cli/server.py, src/const.py.in, src/gramps.py: Experimental --server mode svn: r12858 2009-08-02 Doug Blank * src/Simple/_SimpleAccess.py: Added ability for simple functions to alternatively work with handles svn: r12857 2009-08-02 Rob G. Healey * src/data/Web_Visually.css, src/gui/utils.py: Added set_header() to ProgressMeter from Bob Harm. Changes to stylesheet once more. svn: r12856 2009-08-01 Raphael Ackermann * src/Filters/_FilterMenu.py, src/Filters/__init__.py, src/plugins/tool/EventCmp.py: 0002070: Event Comparison Tool filter list doesn't update with new filter remove old unused libglade menu in _FilterMenu svn: r12855 2009-07-31 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb is broken until further notice, please bare with me for a day or so. svn: r12854 2009-07-29 Jérôme Rapinat * src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVRelGraph.py: #2776: Thumbnail images in report output do not take referenced area into account (patch provided by lomo) svn: r12851 2009-07-29 Gerald Britton * src/DisplayState.py: Bug 3123: [Gedcom] An empty type on event may break import svn: r12850 2009-07-29 Gerald Britton * src/GrampsDbUtils/_GedcomParse.py: Bug [0003123]: [Gedcom] An empty type on event may break import svn: r12849 2009-07-29 Rob G. Healey * src/data/Web_Nebraska.css, src/plugins/export/ExportGeneWeb.py, src/plugins/webreport/NarrativeWeb.py: Fixed two invalid syntax errors in ExportGeneWeb. Fixed padding issues in Nebraska with Navigation areas. Minor little changes to others. svn: r12848 2009-07-29 Doug Blank * src/gen/proxy/living.py, src/plugins/export/ExportGeneWeb.py: Use Preferences -> Text -> Private Given name instead of hardcoded _('Living') svn: r12847 2009-07-29 Doug Blank * src/Editors/_EditLdsOrd.py: Change to new style glade format svn: r12846 2009-07-28 Gerald Britton * src/Filters/Rules/_Rule.py: Add ability to use Rule in a boolean operation: "if Rule()" will be equivalent to "if Rule.apply()" svn: r12845 2009-07-28 Gerald Britton * src/ListModel.py: Tweak to check that value passed is not None svn: r12844 2009-07-28 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb is now running once again. I do not have a good python exif library yet to use with Gramps. Tiny update to Visually impaired stylesheet to match some changes to plugin. svn: r12843 2009-07-28 Brian Matherly * src/ReportBase/_ReportOptions.py: 0002957: Crash when displaying the configuration of a book created with Gramps 3.0.x svn: r12841 2009-07-28 Brian Matherly * src/plugins/BookReport.py: Fix potential crash in book report. svn: r12839 2009-07-27 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fixed a typo letter>ltr. svn: r12838 2009-07-27 Brian Matherly * src/plugins/BookReport.py: 0003032: Book reports loses center person svn: r12837 2009-07-24 Gerald Britton * src/ReportBase/_CommandLineReport.py: CommandLineReport: simplification and bug fix in option display svn: r12836 2009-07-24 Benny Malengier * src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_NameEmbedList.py: remember selected item in embedded list tabs after change svn: r12835 2009-07-23 Jérôme Rapinat * example/gedcom/sample.ged: update gedcom sample svn: r12834 2009-07-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed SurnameListPage. MediaPage and Exif Tags are still not completed. Working on it with Gerald Britton. svn: r12832 2009-07-21 Peter Landgren * src/ReportBase/_Bibliography.py: Fix of issue 3111, string.lowercase on Windows. svn: r12831 2009-07-21 Benny Malengier * src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventEmbedList.py: 3108: Cannot iterate through/with popup menu on active person's individual events\n and missing embedlist method svn: r12829 2009-07-21 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb and Web_Visually.css will now show exif tage/keys. svn: r12828 2009-07-20 Mirko Leonhäuser * po/de.po: Update german translation svn: r12827 2009-07-20 Doug Blank * src/Editors/_EditFamily.py: 3110: Typo on child edit context menu (EditFamily) fix by romjerome svn: r12826 2009-07-20 Doug Blank * src/plugins/gramplet/HeadlineNewsGramplet.py: fix to match changed url of blog comment rss svn: r12825 2009-07-20 Doug Blank * src/plugins/import/ImportGeneWeb.py: Bug #3097: Dates parsed after a .gw import should not use Julian calendar; Changed None to 0 svn: r12822 2009-07-20 Doug Blank * src/plugins/import/ImportCsv.py: Changed set_wife_handle to set_mother_handle svn: r12821 2009-07-19 Doug Blank * src/gui/dbman.py: Removed 'self' left over from conversion from method to function. svn: r12820 2009-07-19 Doug Blank * src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/DataEntryGramplet.py: Added missing imports svn: r12819 2009-07-19 Doug Blank * src/plugins/quickview/AttributeMatch.py: Added missing import svn: r12818 2009-07-19 Doug Blank * src/GrampsCfg.py, src/Utils.py: Added Utils.update_constants() that is run after changing preferences. svn: r12817 2009-07-19 Peter Landgren * src/plugins/drawreport/AncestorTree.py: Fix of issue 3109, max number of generations are now set to 50, equal in ancestor tree and descendent tree. svn: r12816 2009-07-16 Benny Malengier * src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_EventRefModel.py, src/DisplayTabs/_PersonEventEmbedList.py: Add my copyright :-) svn: r12813 2009-07-16 Benny Malengier * src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_EventRefModel.py, src/DisplayTabs/_PersonEventEmbedList.py, src/Editors/_EditFamily.py, src/Editors/_EditPerson.py: Feature: see fam events in person editor and pers event in fam editor svn: r12812 2009-07-16 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: avoid crash when update on object not seen in model svn: r12811 2009-07-16 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: fixed several little tiny problems which killed loading the plugin. svn: r12810 2009-07-16 Gerald Britton * src/glade/catalog/grampswidgets.py, src/glade/catalog/grampswidgets.xml: add gramps widget catalog for use with glade-3 svn: r12809 2009-07-16 Benny Malengier * src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GroupEmbeddedList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NameModel.py: Improve name grouping, consistent naming svn: r12808 2009-07-16 Benny Malengier * src/plugins/docgen/HtmlDoc.py: avoid cli crash if css file is passed that does not exist svn: r12807 2009-07-16 Benny Malengier * src/ReportBase/_CommandLineReport.py: 2352: 'NoneType' object has no attribute 'get_family_handle_list' svn: r12806 2009-07-16 Benny Malengier * src/TransUtils.py, src/glade.py, src/gramps.py: 03090: All strings are not shown translated svn: r12804 2009-07-16 Benny Malengier * src/gen/plug/Makefile.am, src/gui/views/Makefile.am, src/gui/views/treemodels/Makefile.am: fix make install failing svn: r12803 2009-07-15 Benny Malengier * src/ReportBase/_CommandLineReport.py: 2352: 'NoneType' object has no attribute 'get_family_handle_list' - report from command line Remove template code in cli reports and replace with css code svn: r12802 2009-07-15 Benny Malengier * src/widgets/labels.py: missing gettext import svn: r12801 2009-07-15 Gerald Britton * src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py: remove sort_handles=False parameters from iter_person_handles calls svn: r12800 2009-07-15 Benny Malengier * src/plugins/textreport/DetDescendantReport.py: avoid infinite loop in DDR svn: r12799 2009-07-15 Benny Malengier * po/POTFILES.in, src/Makefile.am: add glade.py to install svn: r12798 2009-07-15 Benny Malengier * src/gen/lib/childreftype.py, src/gen/lib/eventtype.py: improve docstrings svn: r12797 2009-07-14 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb is still in refactoring mode until further notice. Visually Impaired stylesheet is also in modifying mode. svn: r12796 2009-07-14 Gerald Britton * src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/quickview/SameSurnames.py, src/plugins/textreport/Summary.py: Fix bugs in some modules caused by using enumerate instead of conventional for-loop syntax svn: r12795 2009-07-12 Mirko Leonhäuser * po/de.po: Update german translation svn: r12794 2009-07-12 Gary Burton * src/Editors/_EditEventRef.py: Glade memory leak fix on event ref editor. Bug 2616 svn: r12793 2009-07-12 Gary Burton * src/DisplayModels/_PeopleModel.py: Revert an unneccesary change svn: r12792 2009-07-12 Gary Burton * src/DisplayModels/_PeopleModel.py, src/Lru.py, src/Utils.py, src/gen/utils/callback.py: Fix a variety of memory leaks around the PeopleView and model svn: r12791 2009-07-11 Gerald Britton * src/gen/proxy/filter.py, src/plugins/export/ExportGedcom.py: add missing iterator methods to filter.py, use get_family_handles instead of the iterator in ExportGedcom.py svn: r12790 2009-07-11 Gary Burton * src/ReportBase/_GraphvizReportDialog.py: Remove period character from file format string as it is already supplied by get_ext() svn: r12789 2009-07-11 Gary Burton * src/plugins/graph/GVRelGraph.py: Reinstate the building of person_dict. Bug 3103 svn: r12788 2009-07-11 Gary Burton * src/gen/proxy/referenced.py: Add missing source_predicate method and doc strings svn: r12787 2009-07-11 Gary Burton * src/gen/db/base.py: Fix incorrect method name svn: r12786 2009-07-11 Erik De Richter * po/nl.po: new nl. po translation svn: r12785 2009-07-11 Gerald Britton * src/gen/proxy/proxybase.py: proxybase tweak to default predicate to None svn: r12784 2009-07-10 Gerald Britton * src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/proxy/referenced.py: Proxy databases: 1. Provide default methods in proxybase.py for get__handles and iter__handles 2. Implement callouts in iter__handles to determine if handles should be included or not 3. Added new methods to dbbase.py raising NotImplementedError for the new iter__handles methods 4. Implemented new methods in living.py, private.py and referenced.py 5. Changed filter.py to use iter_person_handles instead of get_person_handles 6. Removed duplicate methods from children of ProxyDbBase svn: r12783 2009-07-10 Gary Burton * src/ReportBase/_GraphvizReportDialog.py: Fix bug causing GraphViz report dialog to crash resulting from recent BaseDoc changes svn: r12782 2009-07-10 Benny Malengier * po/POTFILES.in, src/DisplayTabs/Makefile.am, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AttrEmbedList.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_FamilyLdsEmbedList.py, src/DisplayTabs/_GroupEmbeddedList.py, src/DisplayTabs/_LdsEmbedList.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NameModel.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_PersonRefEmbedList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_WebEmbedList.py, src/Editors/_EditFamily.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py: 3093: Enable grouped displaytab in the editor: Name tab svn: r12781 2009-07-10 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: update documentation svn: r12780 2009-07-08 Gerald Britton * src/DataViews/GeoView.py, src/FilterEditor/_FilterEditor.py, src/Merge/_MergeSource.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/referenced.py, src/plugins/gramplet/DataEntryGramplet.py, src/plugins/import/ImportCsv.py, src/plugins/textreport/PlaceReport.py, src/plugins/tool/ExtractCity.py: Replace get_place_handles with iter_place_handles svn: r12778 2009-07-08 Gerald Britton * src/FilterEditor/_FilterEditor.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/PluginUtils/_GuiOptions.py, src/ReportBase/_CommandLineReport.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/referenced.py, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/export/ExportCd.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportXml.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/quickview/FilterByName.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/Summary.py, src/plugins/tool/EventNames.py, src/plugins/tool/Verify.py: Replace get_family_handles with iter_family_handles svn: r12776 2009-07-08 Gerald Britton * src/Filters/Rules/_Rule.py, src/Filters/_GenericFilter.py, src/gen/db/base.py: Tweaks svn: r12775 2009-07-07 Gerald Britton * src/FilterEditor/_FilterEditor.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/_GenericFilter.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py: Implement iter_people_handles methods and begin to use them - second batch of updates svn: r12774 2009-07-07 Jérôme Rapinat * src/Filters/Rules/Place/_ChangedSince.py: typo svn: r12773 2009-07-07 Benny Malengier * po/POTFILES.in: error msg on comment string svn: r12771 2009-07-07 Peter Landgren * src/plugins/tool/FindDupes.py: Changed start-date to start_date svn: r12770 2009-07-06 Peter Landgren * src/DisplayTabs/_NoteModel.py: Fix of issue 3087. svn: r12769 2009-07-06 Jérôme Rapinat * src/DateHandler/_Date_fr.py: Request #3083: To display /Day month year/ on Date_fr.py svn: r12766 2009-07-06 Benny Malengier * src/Utils.py: add platform utility functions svn: r12765 2009-07-04 Benny Malengier * src/DisplayModels/_PeopleModel.py, src/cli/__init__.py, src/cli/arghandler.py, src/cli/argparser.py, src/cli/clidbman.py, src/gui/__init__.py, src/gui/grampsgui.py, src/gui/utils.py, src/gui/viewmanager.py, src/gui/views/__init__.py, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/flatbasemodel.py: svn id tag svn: r12764 2009-07-04 Benny Malengier * src/Utils.py, src/gui/views/treemodels/flatbasemodel.py: bug fix, correctly query system svn: r12763 2009-07-04 Benny Malengier * src/const.py.in: add platform constants svn: r12762 2009-07-03 Benny Malengier * src/Utils.py, src/gui/views/treemodels/flatbasemodel.py: Correct localized sort in windows using os encoding in the flat views svn: r12761 2009-07-03 Gerald Britton * src/PluginUtils/_GuiOptions.py, src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/proxy/referenced.py, src/plugins/Records.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/export/ExportCd.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/graph/GVRelGraph.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/SameSurnames.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/Summary.py, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/FindDupes.py, src/plugins/tool/NotRelated.py, src/plugins/tool/PatchNames.py, src/plugins/tool/SortEvents.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Implement iter_people_handles methods and begin to use them svn: r12760 2009-07-03 Gerald Britton * src/plugins/drawreport/StatisticsChart.py: fix bug in r12705 svn: r12759 2009-07-03 Benny Malengier * src/gen/lib/attribute.py, src/gen/lib/event.py: docstring update svn: r12758 2009-07-03 Gerald Britton * src/gen/plug/menu/_enumeratedlist.py: Tweak svn: r12757 2009-07-02 Gerald Britton * src/gen/plug/menu/_enumeratedlist.py, src/gen/plug/menu/_filter.py: Tweaks to replace for loops with built-in functions and list comprehensions svn: r12756 2009-07-02 Jérôme Rapinat * src/plugins/webreport/WebCal.py: to allow to translate n years old svn: r12755 2009-07-02 Benny Malengier * docs/gen/gen_lib.rst, src/gen/lib/ldsordbase.py: add ldsordbase to api doc svn: r12753 2009-07-01 Gerald Britton * src/PluginUtils/_Tool.py: Bug 3079: sort event crashes with dbstate not passed to options svn: r12750 2009-07-01 Benny Malengier * src/FilterEditor/_EditRule.py, src/Filters/Rules/Person/_HasSourceOf.py: 3073: Add/edit personfilter is VERY slow in one database svn: r12749 2009-06-30 Benny Malengier * src/ScratchPad.py: Scratchpad does not keep history between sessions anymore svn: r12747 2009-06-30 Benny Malengier * src/ScratchPad.py: fcntl module not used in scratchpad svn: r12746 2009-06-30 Mirko Leonhäuser * po/de.po: Update german translation svn: r12745 2009-06-30 Benny Malengier * configure.in: 3064: Remove check for libglade in configure svn: r12744 2009-06-30 Gerald Britton * src/gen/lib/grampstype.py: GrampsType: Avoid retranslating literal strings; rearrange metaclass code svn: r12742 2009-06-30 Gerald Britton * src/Sort.py, src/plugins/drawreport/TimeLine.py, src/plugins/textreport/PlaceReport.py, src/plugins/tool/SortEvents.py, src/plugins/webreport/NarrativeWeb.py, src/widgets/monitoredwidgets.py: Replace locale.strcoll with locale.strxfmt for performance and Python 3.0 compliance svn: r12739 2009-06-30 Benny Malengier * src/DataViews/FamilyList.py, src/DataViews/NoteView.py, src/DataViews/RepositoryView.py: 3077: Cannot modify column model on Family, Repository and Note Views svn: r12738 2009-06-30 Benny Malengier * src/Editors/_EditMediaRef.py: update pixmap in editmediaref of y coord change svn: r12737 2009-06-30 Benny Malengier * po/POTFILES.in: fix error in potfiles svn: r12736 2009-06-29 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: optimization suggested by Gerald to avoid append svn: r12734 2009-06-29 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed two errors that Gerald pointed out to me. Added RepositoryListPage and RepositoryPage classes. More work on libhtml and with statement. svn: r12733 2009-06-29 Benny Malengier * src/PageView.py: 3052: Only PeopleView rebuilds entries on SearchBar after a change on columns Editor svn: r12732 2009-06-29 Benny Malengier * src/gui/views/treemodels/Makefile.am, src/gui/views/treemodels/flatbasemodel.py: add missing Makefile and suggestions by Gerald svn: r12730 2009-06-29 Jérôme Rapinat * po/pl.po: 3046: Update polish translation (Łukasz Rymarczyk) svn: r12728 2009-06-29 Benny Malengier * src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PlaceView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/Filters/_GenericFilter.py, src/PageView.py, src/gui/views/treemodels/flatbasemodel.py: Further optimization in the flatbasemodel: * keep list of all possible keys in memory so database is no longer touched for the searches. ==> a search is faster * bug fixes to previous patch set: show total and displayed number correctly svn: r12726 2009-06-28 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: bug fix, on delete return old path of deleted row svn: r12725 2009-06-28 Benny Malengier * src/gui/views/treemodels/flatbasemodel.py: some pylint fixes svn: r12724 2009-06-28 Benny Malengier * configure.in, po/POTFILES.in, src/DisplayModels/Makefile.am, src/DisplayModels/_BaseModel.py, src/DisplayModels/_EventModel.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_NoteModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayModels/_SourceModel.py, src/PageView.py, src/gui/views/Makefile.am, src/gui/views/__init__.py, src/gui/views/treemodels/__init__.py, src/gui/views/treemodels/flatbasemodel.py: optimization and cleaning of the base model for flat treeviews svn: r12723 2009-06-28 Benny Malengier * src/cli/argparser.py: bug fix: reenable the -d option svn: r12722 2009-06-26 Erik De Richter * po/nl.po: new nl. po translation svn: r12721 2009-06-26 Gary Burton * src/GrampsDbUtils/_GedcomParse.py: Remove some junk leftover from testing. svn: r12719 2009-06-26 Gary Burton * src/GrampsDbUtils/_GedcomParse.py: Parse address from GEDCOM submitter tag. Bug #3056 svn: r12718 2009-06-26 Benny Malengier * src/gui/utils.py: [Emrys] 2896: Macports 3.0.4 cannot view images svn: r12716 2009-06-26 Benny Malengier * src/gui/utils.py: [Emrys] 2896: Macports 3.0.4 cannot view images svn: r12714 2009-06-25 Gerald Britton * src/DisplayModels/_PeopleModel.py, src/FilterEditor/_ShowResults.py, src/gen/db/base.py, src/plugins/tool/ChangeTypes.py: replace refs to locale.strcoll with refs to locale.strxfrm svn: r12712 2009-06-25 Gerald Britton * src/DisplayModels/_PeopleModel.py: PeopleModel: various performance tweaks svn: r12711 2009-06-25 Gerald Britton * src/DisplayModels/_PeopleModel.py: PeopleModel: various performance tweaks svn: r12710 2009-06-25 Jérôme Rapinat * src/DateHandler/_Date_fr.py: typo - contribution by Jérôme Chailloux svn: r12709 2009-06-25 Jérôme Rapinat * po/POTFILES.in: 2831: missing filter rule on Event object matching source reference svn: r12707 2009-06-25 Jérôme Rapinat * src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_HasSource.py, src/Filters/Rules/Event/__init__.py: 2831: missing filter rule on Event object matching source reference svn: r12706 2009-06-25 Gerald Britton * src/DataViews/PedigreeView.py, src/ReportBase/_ReportUtils.py, src/docgen/ODSDoc.py, src/docgen/ODSTab.py, src/docgen/OpenSpreadSheet.py, src/gen/lib/date.py, src/plugins/docgen/ODFDoc.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/export/ExportXml.py: Minor tweaks to use slices instead of lists of items svn: r12705 2009-06-24 Benny Malengier * docs/Makefile, docs/README.txt, docs/api.rst, docs/conf.py, docs/corecli/cli.rst, docs/coregui/gui.rst, docs/developer_guide.rst, docs/gen/gen_db.rst, docs/gen/gen_lib.rst, docs/gen/gen_proxy.rst, docs/gen/gen_utils.rst, docs/html.rst, docs/index.rst, docs/user_guide.rst, docs/utils.rst, src/AutoComp.py, src/DataViews/PlaceView.py, src/ExportAssistant.py, src/ImgManip.py, src/ManagedWindow.py, src/ProgressDialog.py, src/Relationship.py, src/ThumbNails.py, src/TransUtils.py, src/Utils.py, src/gen/__init__.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/baseobj.py, src/gen/lib/childref.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/notetype.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/placebase.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/srcref.py, src/gen/lib/styledtext.py, src/gen/lib/styledtexttag.py, src/gen/lib/styledtexttagtype.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/glade.py, src/plugins/lib/libhtml.py: 2691: Create api documentation with sphinx svn: r12704 2009-06-24 Gerald Britton * src/DataViews/PersonView.py: Bug 3069: PersonView keeps tree model attached while rebuilding the columns svn: r12703 2009-06-24 Rob G. Healey * src/DataViews/MediaView.py, src/data/Web_Print-Default.css, src/plugins/webreport/NarrativeWeb.py: Fixed a typing error from yesterday's open_file_with_default_application(). Completed work on default printer stylesheet also. svn: r12702 2009-06-23 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: More work on converting the two of these. svn: r12700 2009-06-23 Rob G. Healey * src/DataViews/MediaView.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/ReportBase/_GraphvizReportDialog.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py: Fixed Utils.open_file_with_default_application() to gui.utils instead of Utils now. Works again. svn: r12699 2009-06-22 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: More cleanup work on stylesheet. Continuing to convert NarrativeWeb to use the Html class and the with statement. svn: r12698 2009-06-22 Peter Landgren * src/DataViews/PlaceView.py: Added errmsg in conn. with issue 3066. svn: r12696 2009-06-22 Benny Malengier * src/DataViews/PlaceView.py: 3066: [PlaceView] Loading... should disappear when map service plugins are present. svn: r12694 2009-06-22 Peter Landgren * src/gui/grampsgui.py: Reminder to change call to pixbuf.add_alpha in later version of gtk/pygtk. svn: r12692 2009-06-21 Rob G. Healey * src/gui/Makefile.am: Changed utilsgui.py to utils.py in src/gui/Makefile.am! Would not allow make install to complete. svn: r12690 2009-06-21 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Large sized cleanup of NarrativeWeb, and some minor work on Web_Visually.css. There is still more work to be done on NarrativeWeb, but this commit was getting too big already. svn: r12689 2009-06-20 Gary Burton * src/plugins/export/ExportGedcom.py: Ensure source reference dates are always exported. Bug #3062 svn: r12688 2009-06-20 Gary Burton * src/GrampsDbUtils/_GedcomParse.py: GEDCOM parser fixes for gallery objects. Bug #3056 svn: r12686 2009-06-19 Rob G. Healey * src/data/Web_Print-Default.css, src/plugins/webreport/NarrativeWeb.py: NarrativeWeb now has Styked Notes! Thanks for being a giant help Benny. Could not have done it without you. Bringing the default print stylesheet up to date with the rest of them. svn: r12683 2009-06-19 Benny Malengier * po/POTFILES.in: add missing file to po svn: r12682 2009-06-19 Benny Malengier * src/gui/grampsgui.py, src/gui/utils.py, src/gui/utilsgui.py: Add missing file grampsgui and make utilsgui just gui svn: r12681 2009-06-19 Benny Malengier * src/DataViews/GrampletView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/Editors/_EditPerson.py, src/Filters/_GenericFilter.py, src/GrampsCfg.py, src/PageView.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_PluginWindows.py, src/ReportBase/_GraphvizReportDialog.py, src/Utils.py, src/cli/__init__.py, src/cli/arghandler.py, src/cli/grampscli.py, src/gramps.py, src/gui/Makefile.am, src/gui/__init__.py, src/gui/utilsgui.py, src/gui/viewmanager.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/export/ExportSql.py, src/plugins/graph/GVFamilyLines.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportProGen.py, src/plugins/textreport/BirthdayReport.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/EventCmp.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PatchNames.py, src/plugins/tool/ReorderIds.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Split Utils in a non GUI and GUI part move GrampsCfg utils to Utils improve import strategy svn: r12680 2009-06-19 Peter Landgren * src/plugins/quickview/Makefile.am: Reference to Query.py removed from Makefile.am, as Query.py as deleted. svn: r12679 2009-06-19 Benny Malengier * src/cli/arghandler.py, src/cli/argparser.py, src/cli/clidbman.py, src/cli/grampscli.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/viewmanager.py: pylint fixes and bug fixes for CLI/GUI split svn: r12677 2009-06-19 Zdeněk Hataš * po/cs.po, src/DateHandler/_Date_cs.py: Fixed typo in localized date handler, translation updates. svn: r12676 2009-06-18 Benny Malengier * autogen.sh, po/POTFILES.in, src/ArgHandler.py, src/Assistant.py, src/DbLoader.py, src/DbManager.py, src/DbState.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/GrampsLogger/_GtkHandler.py, src/Makefile.am, src/ViewManager.py, src/cli/Makefile.am, src/cli/__init__.py, src/cli/arghandler.py, src/cli/argparser.py, src/cli/clidbman.py, src/cli/grampscli.py, src/glade/Makefile.am, src/glade/dbman.glade, src/glade/dbmanager.glade, src/gramps.py, src/gramps_main.py, src/gui/Makefile.am, src/gui/__init__.py, src/gui/dbloader.py, src/gui/dbman.py, src/gui/viewmanager.py: Split CLI from GUI. These changes allow CLI to work without GTK Part 1. To do: pylint on new files. svn: r12674 2009-06-16 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed a show stopper -- broke the plugin. svn: r12673 2009-06-16 Gerald Britton * src/DisplayModels/_PeopleModel.py, src/Filters/_GenericFilter.py, src/Simple/_SimpleAccess.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/utils/callback.py, src/gen/utils/dbutils.py, src/plugins/import/ImportGrdb.py, src/plugins/tool/Check.py, src/plugins/tool/MediaManager.py, src/plugins/tool/RemoveUnused.py: Use GrampsCursor as a context manager using "with" statement svn: r12672 2009-06-16 Brian Matherly * src/PluginUtils/_GuiOptions.py: Implement availability of the DestinationOption. svn: r12671 2009-06-16 Doug Blank * src/plugins/quickview/Query.py: Experiment abandoned svn: r12670 2009-06-15 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Removed a duplicate class. Re did classes IndividualListPage, DownloadPage, ContactPage, SourceList, SourcePage, and a bunch of modules/ functions. More clean up work on the Visually Impaired stylesheet. svn: r12669 2009-06-15 Benny Malengier * src/Filters/Rules/_HasEventBase.py: code optimization of eventbase filters svn: r12668 2009-06-15 Benny Malengier * configure.in, po/POTFILES.in, src/cli/Makefile.am, src/cli/__init__.py, src/gui/Makefile.am, src/gui/__init__.py, src/gui/views/Makefile.am, src/gui/views/__init__.py: GEPS 008: File Organization svn: r12667 2009-06-15 Mirko Leonhäuser * po/de.po: Update german translation svn: r12666 2009-06-15 Benny Malengier * src/QuickReports.py: remove template code from quickreport docgen svn: r12665 2009-06-13 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Re-worked IndividualListPage(). svn: r12664 2009-06-12 Gerald Britton * src/plugins/lib/libhtml.py: libhtml.py: add title=None default option to Html.page static method svn: r12663 2009-06-12 Gerald Britton * src/plugins/tool/Check.py: Check.py: replace get..handles and map..keys calls with calls to new iterator functions svn: r12662 2009-06-12 Gerald Britton * src/plugins/import/ImportGrdb.py: ImportGrdb.py: Remove duplication from derived classes svn: r12661 2009-06-12 Gerald Britton * src/gen/db/base.py, src/gen/db/cursor.py, src/gen/db/dbdir.py: Add iterator and context manager methods to GrampsCursor object and use them in GrampsDbBase and GrampsDBDir. svn: r12660 2009-06-12 Espen Berg * po/nn.po: Updated Norwegian Nynorsk translation svn: r12659 2009-06-12 Benny Malengier * src/plugins/docgen/ODFDoc.py, src/plugins/textreport/KinshipReport.py: fix ODF output put, prettify kinship html output svn: r12657 2009-06-12 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixed SurnamePage, other minor fixes. Some cleanup of the stylesheet. svn: r12656 2009-06-11 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb now uses the HTML class-- src/plugins/lib/libhtml.py. There is still more work coming as it is still not completely refined yet. Gerald Britton has played a huge part in getting this out to you. New download page added, and name_format also. svn: r12655 2009-06-11 Benny Malengier * src/plugins/docgen/HtmlDoc.py, src/plugins/lib/libhtml.py, src/plugins/lib/libhtmlbackend.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py: 2707: Add markup notes to html output. Finished svn: r12654 2009-06-11 Benny Malengier * src/widgets/styledtexteditor.py: 2712: middle click copy paste not working in notes svn: r12652 2009-06-11 Rob G. Healey * src/const.py.in: Removed references to USER_TEMPLATES in const.py and const.py.in svn: r12650 2009-06-11 Rob G. Healey * src/data/Makefile.am: Removed templates directory; from Makefile.am so that it would complete autogen.sh and make commands. svn: r12649 2009-06-10 Gerald Britton * src/plugins/lib/libhtml.py: libhtml: add indent=None option and reference in docstring to wiki page svn: r12648 2009-06-09 Benny Malengier * src/plugins/docgen/HtmlDoc.py, src/plugins/lib/libhtmlbackend.py: 2707: Add markup notes to html output: div and class elements svn: r12647 2009-06-09 Erik De Richter * po/nl.po: new nl. po translation svn: r12646 2009-06-08 Benny Malengier * configure.in, src/data/templates/Makefile.am, src/data/templates/templates.xml, src/docgen/TextBufDoc.py, src/gen/plug/docbackend/cairobackend.py, src/gen/plug/docbackend/docbackend.py, src/gen/plug/docgen/textdoc.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/lib/libcairodoc.py, src/plugins/lib/libhtmlbackend.py, src/plugins/lib/libhtmlconst.py: 2707: Add markup notes to html output Part 2: enable css, clean up code. TODO: better output, support in default css files, test svn: r12644 2009-06-07 Espen Berg * po/nn.po: Updated Norwegian Nynorsk translation svn: r12642 2009-06-07 Espen Berg * po/nb.po: Revised Norwegian Bokmål translation svn: r12641 2009-06-07 Jérôme Rapinat * src/plugins/gramplet/QuickViewGramplet.py: #3040: typo translation (contribution by Zegzda Yevgeny) svn: r12640 2009-06-07 Stéphane Charette * NEWS: merged 3.1.2 news from gramps31 svn: r12638 2009-06-07 Gerald Britton * src/DisplayModels/_PeopleModel.py: _PeopleModel.py: remove redundant call to db.get_person_handles(), saving about 1/4 sec per 1000 people loaded into people view svn: r12632 2009-06-06 Benny Malengier * po/POTFILES.in, src/ReportBase/Makefile.am, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Constants.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_TemplateParser.py, src/const.py.in, src/gen/plug/docbackend/docbackend.py, src/gen/plug/docgen/basedoc.py, src/plugins/BookReport.py, src/plugins/docgen/HtmlDoc.py, src/plugins/lib/Makefile.am, src/plugins/lib/libhtmlbackend.py, src/plugins/lib/libhtmlconst.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: 02707: Add markup notes to html output part 1: remove template from html output svn: r12631 2009-06-05 Jérôme Rapinat * src/GrampsDisplay.py: add support for russian manual (contribution by Zegzda Yevgeny) svn: r12630 2009-06-04 Gerald Britton * src/gen/lib/person.py: person.py: minor performance improvements svn: r12625 2009-06-04 Erik De Richter * po/nl.po: new nl. po translation svn: r12623 2009-06-03 Peter Landgren * src/gen/db/dbdir.py: Fix of issue 3007. svn: r12622 2009-06-03 Peter Landgren * src/DbManager.py: Fix of issue 3007. svn: r12621 2009-06-02 Gary Burton * README: Update PyGTK version requirement svn: r12617 2009-06-02 Gerald Britton * src/plugins/lib/libhtml.py: Add context-manager support to libhtml so it can be used in a "with" statement svn: r12616 2009-06-02 Gerald Britton * : remove image files used by the deprecated MapView module svn: r12615 2009-06-02 Benny Malengier * po/POTFILES.in, src/gen/plug/docbackend/Makefile.am, src/gen/plug/docbackend/__init__.py, src/gen/plug/docbackend/latexbackend.py, src/plugins/docgen/LaTeXDoc.py: move latexbackend into PdfDoc svn: r12614 2009-06-02 Gerald Britton * po/POTFILES.skip, src/DataViews/Makefile.am, src/DataViews/MapView.py: Remove MapView.py since it is deprecated in favor of Geoview svn: r12612 2009-06-02 Gerald Britton * src/PluginUtils/_Tool.py: _Tool.py: Pythonic style change in try...except...else svn: r12611 2009-06-02 Brian Matherly * src/ReportBase/_DocReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/gen/plug/docgen/stylesheet.py: Misc PEP8 cleanup. svn: r12610 2009-06-02 Benny Malengier * src/plugins/import/ImportXml.py: 2847: Trying to import an older Gramps DB fails, delayed commit like rev 12575 svn: r12609 2009-06-02 Brian Matherly * src/ReportBase/_DocReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/gen/plug/docgen/stylesheet.py, src/gen/plug/utils.py, src/plugins/BookReport.py: 0003033: const dependence in gen/plug/docgen stylesheet svn: r12608 2009-05-31 Benny Malengier * src/gen/plug/docgen/Makefile, src/gen/plug/docgen/Makefile.in: remove wrong commit of makefiles svn: r12604 2009-05-31 Benny Malengier * po/POTFILES.in, src/FontScale.py, src/Makefile.am, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Endnotes.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleEditor.py, src/Simple/_SimpleDoc.py, src/Utils.py, src/docgen/ODSDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/SpreadSheetDoc.py, src/docgen/TextBufDoc.py, src/gen/plug/__init__.py, src/gen/plug/docbackend/Makefile, src/gen/plug/docbackend/Makefile.in, src/gen/plug/docgen/Makefile.am, src/gen/plug/docgen/__init__.py, src/gen/plug/docgen/basedoc.py, src/gen/plug/docgen/drawdoc.py, src/gen/plug/docgen/fontscale.py, src/gen/plug/docgen/fontstyle.py, src/gen/plug/docgen/graphdoc.py, src/gen/plug/docgen/graphicstyle.py, src/gen/plug/docgen/paperstyle.py, src/gen/plug/docgen/paragraphstyle.py, src/gen/plug/docgen/stylesheet.py, src/gen/plug/docgen/tablestyle.py, src/gen/plug/docgen/textdoc.py, src/gen/plug/utils.py, src/gen/utils/__init__.py, src/plugins/Records.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py: part 3 : split basedoc in files, remove Utils dependance, move fontscale in gen, update build system svn: r12603 2009-05-31 Zdeněk Hataš * po/cs.po: Czech translation updated svn: r12602 2009-05-31 Rob G. Healey * src/gen/plug/docbackend/Makefile, src/gen/plug/docbackend/Makefile.in, src/gen/plug/docgen/Makefile, src/gen/plug/docgen/Makefile.in: Added the Makefiles for those two directories: src/gen/plug/docgen and src/gen/plug/docbackend. svn: r12599 2009-05-30 Zdeněk Hataš * po/cs.po, po/gramps.pot: Czech translation update svn: r12598 2009-05-30 Gary Burton * src/ReportBase/_GraphvizReportDialog.py, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVRelGraph.py: Bug 2950. Made subgraph optional for Relationship Graph as discussed in bug report. Moved the option to GraphvizReportDialog and refactored FamilyLines to use it. svn: r12596 2009-05-30 Rob G. Healey * src/data/Web_Visually.css: More changes to Visually Impaired stylesheet. svn: r12594 2009-05-30 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Add modified download page to NarrativeWeb, and update stylesheet for it. svn: r12593 2009-05-29 Benny Malengier * configure.in, po/POTFILES.in, src/Makefile.am, src/gen/plug/Makefile.am, src/gen/plug/docbackend/Makefile.am, src/gen/plug/docgen/Makefile.am, src/gen/plug/docgen/__init__.py: update Makefiles and po, add not committed __init__ to import docgen module svn: r12592 2009-05-29 Benny Malengier * src/BaseDoc.py, src/PluginUtils/_GuiOptions.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Endnotes.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleEditor.py, src/Simple/_SimpleDoc.py, src/docgen/ODSDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/SpreadSheetDoc.py, src/docgen/TextBufDoc.py, src/gen/plug/__init__.py, src/gen/plug/_docgen.py, src/gen/plug/_docgenplugin.py, src/gen/plug/docbackend/__init__.py, src/gen/plug/docbackend/cairobackend.py, src/gen/plug/docbackend/docbackend.py, src/gen/plug/docbackend/latexbackend.py, src/gen/plug/docgen/basedoc.py, src/gen/plug/menu/_style.py, src/plugins/BookReport.py, src/plugins/Records.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/Calendar.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/BirthdayReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py: part 2 basedoc: move BaseDoc.py to /gen/plug/docgen and add /gen/plug/docbackend that was missing in part 1 Still to come: makefiles and splitting new basedoc.py in small files svn: r12591 2009-05-29 Benny Malengier * src/BaseDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/lib/libcairodoc.py: Part 1 basedoc changes: move out backend stuff from BaseDoc, use backend in the docs. As a dir change will be done, backend itself will be committed later, trunk will be broken till then svn: r12590 2009-05-29 Zdeněk Hataš * po/cs.po: Czech translation update svn: r12589 2009-05-29 Gerald Britton * src/gen/db/base.py: Bug 3030: ID formats not properly verified svn: r12587 2009-05-28 Gerald Britton * src/widgets/monitoredwidgets.py: Bug 3018: simplified logic in monitoredwidgets.py svn: r12585 2009-05-28 Gerald Britton * src/widgets/monitoredwidgets.py: Bug 3018: restored keys() to monitoredwidgets svn: r12582 2009-05-27 Gerald Britton * src/AutoComp.py, src/BaseDoc.py, src/DataViews/GrampletView.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/lib/libcairodoc.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/NumberOfAncestorsReport.py: Bug 3018: remove calls to keys() and values() dictionary method where possible svn: r12579 2009-05-27 Benny Malengier * src/plugins/import/ImportXml.py: 3021: When ever try to import a data.gramps from 3/2005, it bombs with errors given here svn: r12574 2009-05-26 Gerald Britton * src/AutoComp.py, src/BaseDoc.py, src/BasicUtils/_NameDisplay.py, src/Config/_GrampsIniKeys.py, src/DisplayModels/_PeopleModel.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/GrampsDbUtils/_GedcomInfo.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/LdsUtils.py, src/Merge/_MergeSource.py, src/PluginUtils/_Options.py, src/PluginUtils/_PluginDialogs.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_StyleComboBox.py, src/ToolTips.py, src/ViewManager.py, src/docgen/ODSDoc.py, src/docgen/OpenSpreadSheet.py, src/gen/lib/test/date_test.py, src/gen/plug/menu/_menu.py, src/gen/proxy/referenced.py, src/gen/utils/dbutils.py, src/plugins/BookReport.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PluginManagerGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/quickview/FilterByName.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/EventCmp.py, src/plugins/tool/FindDupes.py, src/plugins/tool/PHPGedViewConnector.py, src/widgets/monitoredwidgets.py, src/widgets/styledtextbuffer.py, src/widgets/styledtexteditor.py: Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible svn: r12572 2009-05-26 Erik De Richter * po/gramps.pot, po/nl.po: svn: r12571 2009-05-25 Gerald Britton * src/GrampsDbUtils/_GedcomUtils.py: Bug 3011: fix problem with new-style class and special method names svn: r12569 2009-05-25 Zdeněk Hataš * po/cs.po: Minor updates and fixes. svn: r12568 2009-05-23 Peter Landgren * po/sv.po: Minor update with new strings. svn: r12566 2009-05-23 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css: Updated stylesheets to fix "Vertical Alphabet Navigation" problem. svn: r12565 2009-05-22 Gerald Britton * src/plugins/import/ImportGrdb.py: Bug 3018: ImportGrdb: reverted 12563 due to missing method in DB svn: r12564 2009-05-22 Gerald Britton * src/plugins/import/ImportGrdb.py: Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible svn: r12563 2009-05-22 Gerald Britton * src/AutoComp.py, src/DataViews/GrampletView.py, src/Filters/_FilterList.py, src/Filters/_FilterParser.py, src/ListModel.py, src/PluginUtils/_Tool.py, src/Relationship.py, src/ReportBase/_CommandLineReport.py, src/ScratchPad.py, src/Spell.py, src/ansel_utf8.py, src/gen/utils/callback.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/export/ExportCsv.py, src/plugins/import/ImportCsv.py, src/widgets/statusbar.py: Bug 3018: remove calls to keys() dictionary method where possible svn: r12562 2009-05-21 Gerald Britton * src/PluginUtils/_Tool.py: Bug 3011: change old-style classes to new-style classes svn: r12561 2009-05-21 Gerald Britton * src/ArgHandler.py, src/AutoComp.py, src/BaseDoc.py, src/BasicUtils/_NameDisplay.py, src/BasicUtils/_UpdateCallback.py, src/Config/_GrampsIniKeys.py, src/DataViews/GrampletView.py, src/DataViews/MapView.py, src/DataViews/PedigreeView.py, src/DataViews/RelationView.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DbLoader.py, src/DbManager.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/Editors/ObjectEntries.py, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditNote.py, src/Editors/_EditPlace.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/ExportOptions.py, src/Filters/Rules/_Rule.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/_FilterList.py, src/Filters/_GenericFilter.py, src/Filters/_SearchBar.py, src/Filters/_SearchFilter.py, src/GrampsCfg.py, src/GrampsDbUtils/_GedcomChar.py, src/GrampsDbUtils/_GedcomInfo.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/_GedcomUtils.py, src/GrampsLogger/_ErrorReportAssistant.py, src/LdsUtils.py, src/ListModel.py, src/Lru.py, src/ManagedWindow.py, src/Merge/_MergePerson.py, src/Navigation.py, src/PageView.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_Options.py, src/PluginUtils/_Tool.py, src/QuestionDialog.py, src/RecentFiles.py, src/Relationship.py, src/ReportBase/_Bibliography.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_Report.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_StyleEditor.py, src/ScratchPad.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleDoc.py, src/Simple/_SimpleTable.py, src/Sort.py, src/Spell.py, src/SubstKeywords.py, src/TipOfDay.py, src/ToolTips.py, src/Utils.py, src/ViewManager.py, src/docgen/SpreadSheetDoc.py, src/docgen/TabbedDoc.py, src/docgen/TextBufDoc.py, src/gen/db/base.py, src/gen/db/cursor.py, src/gen/db/dbdir.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/baseobj.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/genderstats.py, src/gen/lib/ldsordbase.py, src/gen/lib/locationbase.py, src/gen/lib/mediabase.py, src/gen/lib/notebase.py, src/gen/lib/placebase.py, src/gen/lib/privacybase.py, src/gen/lib/refbase.py, src/gen/lib/srcbase.py, src/gen/lib/srcnote.py, src/gen/lib/urlbase.py, src/gen/lib/witness.py, src/gen/plug/_plugin.py, src/gen/plug/menu/_menu.py, src/gen/proxy/dbbase.py, src/gramps_main.py, src/plugins/BookReport.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/StatisticsChart.py, src/plugins/export/ExportCd.py, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportSql.py, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/ImportXml.py, src/plugins/lib/libholiday.py, src/plugins/quickview/Query.py, src/plugins/tool/Check.py, src/plugins/tool/EventCmp.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/Verify.py, src/plugins/webreport/NarrativeWeb.py, src/widgets/buttons.py, src/widgets/monitoredwidgets.py, src/widgets/styledtextbuffer.py, src/widgets/validatedmaskedentry.py: Bug 3011: change old-style classes to new-style classes svn: r12559 2009-05-21 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Connected maximuum image sizes to include media option above it. Fixed some code on year_navigation() in WebCal. svn: r12557 2009-05-20 Rob G. Healey * src/plugins/docgen/Makefile.am, src/plugins/webreport/NarrativeWeb.py: Removed missing gladefile in src/plugins/docgen/Makefile.am for allow complete to finish. Applied large image scaling in NarrativeWeb. svn: r12554 2009-05-20 Benny Malengier * src/plugins/lib/libcairodoc.py: remove STRANGE output due to line spacing in pdf svn: r12553 2009-05-20 Benny Malengier * src/gen/proxy/private.py: 2995: Unable to produce Narrated Web Site using filter and privacy settings svn: r12551 2009-05-19 Gerald Britton * src/gen/lib/researcher.py, src/plugins/tool/OwnerEditor.py: Fix ownereditor popup menu handling svn: r12550 2009-05-19 Benny Malengier * src/plugins/textreport/DetDescendantReport.py: 2990: Detailed Descendant/ancestry report format-slight variable name change svn: r12549 2009-05-19 Benny Malengier * src/plugins/textreport/DetDescendantReport.py: 2990: Detailed Descendant/ancestry report format svn: r12548 2009-05-19 Benny Malengier * src/plugins/docgen/GtkPrint.py: 2956: Errors with GTKPrint on Ubuntu 9.04 svn: r12547 2009-05-19 Benny Malengier * src/gen/proxy/living.py: 2995: Unable to produce Narrated Web Site using filter and privacy settings svn: r12543 2009-05-19 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: 3001: crash on Narrated Web Site report on my database svn: r12540 2009-05-18 Gerald Britton * src/plugins/docgen/gtkprint.glade, src/plugins/tool/changenames.glade, src/plugins/tool/changetypes.glade, src/plugins/tool/check.glade, src/plugins/tool/desbrowser.glade, src/plugins/tool/eval.glade, src/plugins/tool/leak.glade, src/plugins/tool/notrelated.glade, src/plugins/tool/ownereditor.glade, src/plugins/tool/patchnames.glade, src/plugins/tool/phpgedview.glade, src/plugins/tool/relcalc.glade, src/plugins/tool/removeunused.glade, src/plugins/tool/soundgen.glade: Bug 2888: downgrade the glade files in tools to gtk version 2.12 svn: r12538 2009-05-18 Benny Malengier * src/plugins/lib/libcairodoc.py: 2860: Problem with det_ancestor report in PDF at page breaks\n no more STRANGE output svn: r12537 2009-05-18 Benny Malengier * src/gen/lib/attribute.py, src/gen/lib/family.py: 2942: Note in Family eventref not referenced, also source of attribute of family eventref svn: r12535 2009-05-18 Jérôme Rapinat * configure.in, po/he.po: #2962 add Hebrew translation (contribution by Igal Shapira) svn: r12532 2009-05-15 Rob G. Healey * src/data/Web_Visually.css, src/plugins/export/ExportPkg.py: Removed a single s character sitting alone on line 178 of ExportPkg.py. Cleanup and updates to stylesheet. svn: r12530 2009-05-15 Gerald Britton * src/ManagedWindow.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_StyleEditor.py, src/glade.py, src/glade/editperson.glade, src/glade/mergedata.glade, src/plugins/export/ExportCd.py, src/plugins/export/ExportPkg.py, src/plugins/export/exportcsv.glade, src/plugins/export/exportftree.glade, src/plugins/export/exportgeneweb.glade, src/plugins/export/exportvcalendar.glade, src/plugins/export/exportvcard.glade, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/EventCmp.py, src/plugins/tool/FindDupes.py, src/plugins/tool/changetypes.glade, src/plugins/tool/check.glade, src/plugins/tool/eventcmp.glade, src/widgets/__init__.py: Bug 2888 - minor edits and cleanup svn: r12529 2009-05-14 Gerald Britton * po/POTFILES.in, src/ColumnOrder.py, src/DataViews/GrampletView.py, src/DateEdit.py, src/DbManager.py, src/DisplayState.py, src/Editors/AddMedia.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/GrampsCfg.py, src/ManagedWindow.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/QuestionDialog.py, src/Reorder.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_StyleEditor.py, src/ScratchPad.py, src/Selectors/_BaseSelector.py, src/TipOfDay.py, src/glade.py, src/glade/Makefile.am, src/glade/addmedia.glade, src/glade/baseselector.glade, src/glade/columnorder.glade, src/glade/dateedit.glade, src/glade/dbmanager.glade, src/glade/displaystate.glade, src/glade/edit_person.glade, src/glade/editaddress.glade, src/glade/editattribute.glade, src/glade/editchildref.glade, src/glade/editevent.glade, src/glade/editeventref.glade, src/glade/editfamily.glade, src/glade/editldsord.glade, src/glade/editlocation.glade, src/glade/editmedia.glade, src/glade/editmediaref.glade, src/glade/editname.glade, src/glade/editnote.glade, src/glade/editperson.glade, src/glade/editplace.glade, src/glade/editreporef.glade, src/glade/editrepository.glade, src/glade/editsource.glade, src/glade/editsourceref.glade, src/glade/editurl.glade, src/glade/grampletview.glade, src/glade/grampscfg.glade, src/glade/mergedata.glade, src/glade/paper_settings.glade, src/glade/papermenu.glade, src/glade/questiondialog.glade, src/glade/scratchpad.glade, src/glade/styleeditor.glade, src/glade/tipofday.glade, src/plugins/BookReport.py, src/plugins/Makefile.am, src/plugins/book.glade, src/plugins/bookreport.glade, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/gtkprint.glade, src/plugins/docgen/gtkprintpreview.glade, src/plugins/export/ExportCsv.glade, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.glade, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGeneWeb.glade, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportVCalendar.glade, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.glade, src/plugins/export/ExportVCard.py, src/plugins/export/Makefile.am, src/plugins/export/exportcsv.glade, src/plugins/export/exportftree.glade, src/plugins/export/exportgeneweb.glade, src/plugins/export/exportvcalendar.glade, src/plugins/export/exportvcard.glade, src/plugins/import/ImportGedcom.glade, src/plugins/import/ImportGedcom.py, src/plugins/import/Makefile.am, src/plugins/import/importgedcom.glade, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/Makefile.am, src/plugins/tool/NotRelated.glade, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/PatchNames.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py, src/plugins/tool/changenames.glade, src/plugins/tool/changetype.glade, src/plugins/tool/changetypes.glade, src/plugins/tool/check.glade, src/plugins/tool/desbrowse.glade, src/plugins/tool/desbrowser.glade, src/plugins/tool/eval.glade, src/plugins/tool/eventcmp.glade, src/plugins/tool/finddupes.glade, src/plugins/tool/leak.glade, src/plugins/tool/merge.glade, src/plugins/tool/notrelated.glade, src/plugins/tool/ownereditor.glade, src/plugins/tool/patchnames.glade, src/plugins/tool/phpgedview.glade, src/plugins/tool/relcalc.glade, src/plugins/tool/removeunused.glade, src/plugins/tool/soundex.glade, src/plugins/tool/soundgen.glade, src/plugins/tool/summary.glade, src/plugins/tool/unused.glade, src/plugins/tool/verify.glade: Add glade.py with Glade class and use instead of gtk.Builder throughout project svn: r12528 2009-05-14 Benny Malengier * src/BaseDoc.py: 2860: Problem with det_ancestor report in PDF at page breaks svn: r12526 2009-05-14 Benny Malengier * src/plugins/lib/libcairodoc.py: 2808: fonts with xml codes don't print correctly svn: r12525 2009-05-13 Benny Malengier * src/plugins/lib/libcairodoc.py: 2860: Problem with det_ancestor report in PDF at page breaks svn: r12522 2009-05-11 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: Little change in WebCal. Added chnages to stylesheet for new Download Page. svn: r12519 2009-05-10 Peter Landgren * src/ReportBase/_GraphvizReportDialog.py: Fix of issue 2964. svn: r12518 2009-05-10 Jérôme Rapinat * data/man/nl/gramps.1.in: #2810 update localized man files (nl) svn: r12516 2009-05-08 Serge Noiraud * src/plugins/docgen/ODFDoc.py: ODFDoc : internal permission of files and encoding. svn: r12514 2009-05-07 Gerald Britton * po/POTFILES.in, src/Editors/_EditAddress.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPlace.py, src/Editors/_EditSourceRef.py, src/glade/Makefile.am, src/glade/editaddress.glade, src/glade/editevent.glade, src/glade/editeventref.glade, src/glade/editldsord.glade, src/glade/editmedia.glade, src/glade/editname.glade, src/glade/editnote.glade, src/glade/editplace.glade, src/glade/editsourceref.glade, src/glade/gramps.glade: Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 3 svn: r12512 2009-05-06 Doug Blank * src/gen/lib/url.py: added http:// if missing scheme svn: r12510 2009-05-06 Gerald Britton * po/POTFILES.in, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLocation.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPersonRef.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditUrl.py, src/glade/Makefile.am, src/glade/editaddress.glade, src/glade/editattribute.glade, src/glade/editchildref.glade, src/glade/editfamily.glade, src/glade/editlocation.glade, src/glade/editmedia.glade, src/glade/editmediaref.glade, src/glade/editpersonref.glade, src/glade/editreporef.glade, src/glade/editrepository.glade, src/glade/editurl.glade, src/glade/gramps.glade: Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 2 svn: r12509 2009-05-06 Gerald Britton * po/POTFILES.in, src/ColumnOrder.py, src/DataViews/GrampletView.py, src/DateEdit.py, src/DbManager.py, src/DisplayState.py, src/Editors/AddMedia.py, src/Editors/_EditSource.py, src/GrampsCfg.py, src/QuestionDialog.py, src/Reorder.py, src/ReportBase/_StyleEditor.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectObject.py, src/TipOfDay.py, src/glade/Makefile.am, src/glade/addmedia.glade, src/glade/baseselector.glade, src/glade/columnorder.glade, src/glade/dateedit.glade, src/glade/dbmanager.glade, src/glade/displaystate.glade, src/glade/editsource.glade, src/glade/grampletview.glade, src/glade/gramps.glade, src/glade/grampscfg.glade, src/glade/questiondialog.glade, src/glade/reorder.glade, src/glade/styleeditor.glade, src/glade/tipofday.glade: Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 1 svn: r12508 2009-05-06 Doug Blank * src/gen/lib/url.py: Added two methods: parse_path and get_full_path, but the Url class will need to be enhanced and refined to be more useful for web development svn: r12506 2009-05-02 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fix of issue 2959. svn: r12503 2009-05-01 Serge Noiraud * src/plugins/webreport/NarrativeWeb.py: NarrativeWeb : gen.lib.date problem svn: r12502 2009-05-01 Serge Noiraud * src/plugins/webreport/NarrativeWeb.py: Narrativeweb : gen.lib problem and alphabet navigation > 26 characters svn: r12501 2009-05-01 Serge Noiraud * src/plugins/webreport/NarrativeWeb.py: Narrativeweb : Swedish specific alphabet sort. svn: r12500 2009-04-30 Doug Blank * src/DbState.py: Don't emit signal to change active person if that is already the active person svn: r12498 2009-04-30 Rob G. Healey * src/Models/Makefile.am, src/Models/_FastFilterModel.py, src/Models/_FastModel.py, src/Models/_ListCursor.py, src/Models/_PathCursor.py, src/Models/_PersonFilterModel.py, src/Models/_PersonListModel.py, src/Models/_PersonTreeModel.py, src/Models/__init__.py, test/try_tree_model.py: Deleted the src/Models directory and removed the only file that I could find that was using it. svn: r12497 2009-04-30 Brian Matherly * src/plugins/export/ExportGeneWeb.glade, src/plugins/export/ExportGeneWeb.py: Remove unused options for GeneWeb export. svn: r12496 2009-04-29 Jérôme Rapinat * src/plugins/rel/rel_fr.py: pylint svn: r12495 2009-04-29 Jérôme Rapinat * src/DateHandler/_Date_fr.py: pylint svn: r12494 2009-04-28 Jérôme Rapinat * src/plugins/quickview/Reporef.py: use SimpleTable svn: r12493 2009-04-26 Gary Burton * src/plugins/graph/GVRelGraph.py: Bug #2950. Use Graphviz subgraphs to keep children with their spouses on Relationship Graph svn: r12488 2009-04-26 Gary Burton * src/plugins/graph/GVRelGraph.py: Bug #2950. Use Graphviz subgraphs to keep children with their spouses on Relationship Graph svn: r12487 2009-04-22 Doug Blank * Makefile.am: Removed config.sub and config.guess like I did for gramps31 svn: r12486 2009-04-22 Doug Blank * po/POTFILES.in: Added src/plugins/lib/libhtml.py to pass 'make distcheck' svn: r12485 2009-04-22 Doug Blank * INSTALL: #2904: Clarifying local installation in the INSTALL file. svn: r12484 2009-04-20 Doug Blank * src/Simple/_SimpleTable.py: Make SimpleTable columns resizable svn: r12483 2009-04-20 Serge Noiraud * src/plugins/webreport/NarrativeWeb.py: There are three bugs which give mistery sort problems : 1 : The normalize function use NFC in one place and NFKC in all others. either we use NFC or we use NFKC, but don't mix these two modes. 2 : One sort function does not use the locale.strcoll 3 : There is a problem with the following statement: if letter is not last_letter. "is not" doesn't work correctly. svn: r12482 2009-04-19 Peter Landgren * src/plugins/drawreport/TimeLine.py: Fix of issue 2936. svn: r12478 2009-04-18 Doug Blank * src/Simple/_SimpleTable.py: Removed extra space before family names in table row svn: r12477 2009-04-18 Gerald Britton * src/ManagedWindow.py, src/glade/rule.glade: Bug 2888: rule.glade: convert from libglade to gtkbuilder svn: r12476 2009-04-18 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fix of issue 2935. svn: r12473 2009-04-18 Gerald Britton * src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/glade/mergedata.glade: Merge modules: convert from libglade to gtkbuilder svn: r12472 2009-04-17 Peter Landgren * src/plugins/webreport/NarrativeWeb.py: Fix of issue 2932. svn: r12471 2009-04-17 Gerald Britton * src/Editors/_EditPerson.py, src/glade/edit_person.glade: Bug 2888: _EditPerson: convert from liglade to gtkbuilder svn: r12470 2009-04-17 Gerald Britton * src/ReportBase/_PaperMenu.py, src/glade/paper_settings.glade: Bug 2888: _PaperMenu: convert from liglade to gtkbuilder svn: r12468 2009-04-17 Gerald Britton * src/plugins/export/ExportCsv.glade, src/plugins/export/ExportFtree.glade, src/plugins/export/ExportGeneWeb.glade, src/plugins/export/ExportVCalendar.glade, src/plugins/export/ExportVCard.glade, src/plugins/tool/eventcmp.glade, src/plugins/tool/merge.glade, src/plugins/tool/verify.glade: Bug 2888: ensure proper "requires" statement in glade files svn: r12467 2009-04-17 Gerald Britton * src/plugins/import/ImportGedcom.glade: Bug 2888: ImportGetcom.glade: downgrade requires to 2.12 svn: r12466 2009-04-17 Gerald Britton * src/plugins/book.glade: Bug 2888: book.glade: downgrade requires to 2.12 svn: r12465 2009-04-17 Gerald Britton * src/plugins/docgen/GtkPrint.py, src/plugins/docgen/gtkprintpreview.glade: Bug 2888: GtkPrint: convert from liglade to gtkbuilder svn: r12464 2009-04-17 Gerald Britton * src/plugins/import/ImportGedcom.py: Bug 2888: ImportGetcom: convert from liglade to gtkbuilder svn: r12463 2009-04-17 Gerald Britton * src/glade/scratchpad.glade, src/plugins/export/ExportFtree.py, src/plugins/import/ImportGedcom.glade, src/plugins/import/ImportGedcom.py: ExportFtree: fix typo svn: r12462 2009-04-17 Gerald Britton * src/plugins/export/ExportFtree.py: ExportFtree: simplify get_name function svn: r12461 2009-04-17 Jérôme Rapinat * po/ru.po: update russian translation (contribution by Yevgeny Zegzda) svn: r12460 2009-04-16 Gerald Britton * src/plugins/export/ExportCsv.glade, src/plugins/export/ExportFtree.glade, src/plugins/export/ExportGeneWeb.glade, src/plugins/export/ExportVCalendar.glade, src/plugins/export/ExportVCard.glade, src/plugins/tool/eventcmp.glade, src/plugins/tool/merge.glade, src/plugins/tool/verify.glade: Bug 2888: set builder glade files to require 2.12 svn: r12458 2009-04-16 Gerald Britton * src/plugins/export/ExportCsv.glade, src/plugins/export/ExportFtree.glade, src/plugins/export/ExportGeneWeb.glade, src/plugins/export/ExportVCalendar.glade, src/plugins/export/ExportVCard.glade, src/plugins/tool/eventcmp.glade, src/plugins/tool/merge.glade, src/plugins/tool/verify.glade: Bug 2888: downgrade builder glade files to require 2.10 svn: r12457 2009-04-16 Gerald Britton * src/Filters/_FilterMenu.py, src/plugins/export/ExportCsv.glade, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.glade, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGeneWeb.glade, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportVCalendar.glade, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.glade, src/plugins/export/ExportVCard.py, src/plugins/tool/EventCmp.py: Bug 2888: Export plugins - convert from libglade to gtkbuilder svn: r12456 2009-04-16 Jérôme Rapinat * po/pl.po: #2910 translation mistakes svn: r12455 2009-04-16 Jérôme Rapinat * data/man/pl/gramps.1.in: #2810 update localized man file (polish) svn: r12453 2009-04-15 Gerald Britton * src/plugins/tool/FindDupes.py, src/plugins/tool/merge.glade: Bug 2888: FindDupes.py - convert from libglade to gtkbuilder svn: r12451 2009-04-15 Gerald Britton * src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/Eval.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/NotRelated.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py: plugins/tools: make file path build logic conform to Python standards svn: r12450 2009-04-15 Gerald Britton * src/plugins/tool/EventCmp.py, src/plugins/tool/eventcmp.glade: Bug 2888: EventCmp.py - convert from libglade to gtkbuilder svn: r12449 2009-04-15 Gerald Britton * src/plugins/BookReport.py, src/plugins/book.glade, src/plugins/tool/Verify.py, src/plugins/tool/verify.glade: Bug 2888: in BookReport and Verify, make toplevel windows visible=false by default svn: r12448 2009-04-13 Gerald Britton * src/PluginUtils/_PluginDialogs.py: _PluginDialogs.py: convert to use gtkbuilder instead of libglade svn: r12447 2009-04-13 Gerald Britton * src/PluginUtils/_PluginDialogs.py, src/glade/plugins.glade: _PluginDialogs.py: convert to use gtkbuilder instead of libglade svn: r12446 2009-04-13 Gerald Britton * src/plugins/BookReport.py: BookReport.py: fix bug in file path build routine svn: r12445 2009-04-13 Gerald Britton * src/ScratchPad.py, src/glade/scratchpad.glade: ScratchPad.py: convert to use gtkbuilder instead of libglade svn: r12444 2009-04-13 Gerald Britton * src/plugins/BookReport.py: BookReport.py: fix bug in file path build routine svn: r12443 2009-04-13 Gerald Britton * src/plugins/BookReport.py: BookReport.py: fix bug in file path build routine svn: r12442 2009-04-13 Gerald Britton * src/plugins/BookReport.py, src/plugins/book.glade: BookReport.py: convert to use gtkbuilder instead of libglade svn: r12441 2009-04-13 Gerald Britton * src/plugins/tool/FindDupes.py: FindDupes.py: fix small bug in file path build routine. svn: r12440 2009-04-13 Gerald Britton * src/plugins/tool/ChangeTypes.py: ChangeTypes.py: fix small bug in file path build routine. svn: r12439 2009-04-13 Gerald Britton * src/plugins/tool/NotRelated.glade, src/plugins/tool/NotRelated.py: NotRelated.py: convert to use gtkbuilder instead of libglade svn: r12438 2009-04-13 Brian Matherly * : 0002868: to use '&' on filename will hide resume text on export assistant dialog svn: r12437 2009-04-12 Gary Burton * src/Config/_GrampsConfigKeys.py, src/ScratchPad.py: Make clipboard remember its dimensions svn: r12433 2009-04-11 Gerald Britton * src/plugins/tool/Makefile.am, src/plugins/tool/Verify.py, src/plugins/tool/verify.glade, src/plugins/tool/verifyresult.glade, src/plugins/tool/verifysettings.glade: Verify.py: convert from libglade to gtkbuilder svn: r12431 2009-04-10 Gary Burton * src/plugins/textreport/DescendReport.py, src/plugins/textreport/KinshipReport.py: Add fallback dates for birth and death svn: r12430 2009-04-10 Gary Burton * src/Selectors/_SelectEvent.py: Show event place on event selector svn: r12428 2009-04-10 Gary Burton * src/plugins/export/ExportGeneWeb.py: Bug #2902: Fix problem with notes in geneweb export svn: r12427 2009-04-10 Brian Matherly * src/ScratchPad.py, src/TreeTips.py: 0002897: Clipboard's Source Reference popup lingers forever svn: r12425 2009-04-10 Brian Matherly * src/ReportBase/_FileEntry.py, src/ReportBase/_ReportDialog.py: FileEntry clean up. svn: r12423 2009-04-09 Gerald Britton * src/plugins/tool/RemoveUnused.py, src/plugins/tool/unused.glade: RemoveUnused.py: convert to use gtkbuilder instead of libglade svn: r12422 2009-04-09 Gerald Britton * src/plugins/tool/SoundGen.py, src/plugins/tool/soundex.glade: SoundGen.py: convert to use gtkbuilder instead of libglade svn: r12421 2009-04-09 Gerald Britton * src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/phpgedview.glade: PHPGedView.py: convert to use gtkbuilder instead of libglade svn: r12420 2009-04-09 Gerald Britton * src/plugins/tool/PatchNames.py, src/plugins/tool/patchnames.glade: PatchNames.py: convert to use gtkbuilder instead of libglade svn: r12419 2009-04-09 Gerald Britton * src/plugins/tool/OwnerEditor.py, src/plugins/tool/ownereditor.glade: OwnerEditor.py: convert to use gtkbuilder instead of libglade svn: r12418 2009-04-09 Gerald Britton * src/plugins/tool/Leak.py, src/plugins/tool/leak.glade: Leak.py: convert to use gtkbuilder instead of libglade svn: r12417 2009-04-09 Gerald Britton * src/plugins/tool/eval.glade: new glade file for modified Eval.py svn: r12416 2009-04-09 Gerald Britton * src/plugins/tool/Desbrowser.py, src/plugins/tool/Eval.py, src/plugins/tool/desbrowse.glade: Eval.py: convert to use gtkbuilder instead of libglade svn: r12415 2009-04-09 Gerald Britton * src/plugins/tool/ChangeTypes.py, src/plugins/tool/changetype.glade: ChangeTypes.py: convert to use gtkbuilder instead of libglade svn: r12414 2009-04-09 Gerald Britton * src/plugins/tool/ChangeNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/changenames.glade: ChangeNames.py and ExtractCity.py: convert to use gtkbuilder instead of libglade svn: r12413 2009-04-09 Rob G. Healey * src/data/Web_Visually.css: Continuing to make some color changes. svn: r12412 2009-04-09 Rob G. Healey * src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/NarrativeWeb.py: Cleaned up gramps import section to have smaller memory footprint by specifying exactly what to import instead just everything. svn: r12411 2009-04-08 Gerald Britton * src/plugins/tool/RelCalc.py, src/plugins/tool/relcalc.glade: RelCalc.py - convert to use gtkbuilder instead of libglade svn: r12410 2009-04-08 Gerald Britton * src/plugins/tool/Check.py, src/plugins/tool/summary.glade: Check.py - convert to use gtkbuilder instead of libglade svn: r12409 2009-04-06 Rob G. Healey * src/data/Web_Visually.css, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Updated menu in BirthdayReport. Changed alphabet navigation in NarrativeWeb. Updated WebCal to use name format option. Fixed a few elements in stylesheet. svn: r12406 2009-04-03 Rob G. Healey * src/data/Web_Print-Default.css: Updated print stylesheet to include alphabet navigation. svn: r12404 2009-04-03 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: Moved footer section in stylesheet to match other stylesheets. Added #alphabet navigation to stylesheet. Changed newpage() to Html.page(), remove indent=True, and added indent=False where needed for indentation styling for human readability in web browsers. svn: r12403 2009-04-02 Gerald Britton * src/plugins/lib/libhtml.py: libhtml.py: Added properties and changed default for indent to False svn: r12402 2009-04-01 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Changed location of alphabet navigation in SurnameListPage. Fixed and updated some of stylesheet. svn: r12401 2009-03-31 Benny Malengier * src/plugins/import/ImportGrdb.py: 2880: old api use in import grdb svn: r12399 2009-03-31 Gary Burton * src/Editors/_EditMedia.py, src/Editors/_EditNote.py, src/Editors/_EditRepository.py: Bug #2616: Memory leaks svn: r12397 2009-03-30 Benny Malengier * src/FilterEditor/_EditRule.py: Increase usability editrule by allowing select with mouse and keyboard svn: r12395 2009-03-29 Rob G. Healey * src/data/Web_Print-Default.css, src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: More clean up of code and elements in stylesheets. svn: r12394 2009-03-29 Benny Malengier * src/plugins/lib/libcairodoc.py: 2860: Problem with det_ancestor report in PDF at page breaks - part 1 svn: r12393 2009-03-28 Benny Malengier * src/plugins/export/ExportXml.py: 2770: Error on XML parser with data using '&'. 2678: Error on import of gramps XML with xml codes in the ids svn: r12390 2009-03-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Spotty cleanup of NarrativeWeb. Huge cleanup of WebCal-- saves a lot of space in web page files. svn: r12389 2009-03-25 Benny Malengier * src/DataViews/RelationView.py: 2396: Reorder families button grabs focus svn: r12387 2009-03-25 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Moved alphabet navigation placement in page. Moved encoding in menu to Advanced tab-- as suggested in emails. Fixed invisible text in table headers. svn: r12386 2009-03-25 Rob G. Healey * src/plugins/webreport/WebCal.py: Continuing update and clean up. svn: r12385 2009-03-24 Rob G. Healey * src/plugins/webreport/WebCal.py: Using newpage() now. Cleanup, and code revisions. svn: r12384 2009-03-24 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/plugins/lib/Makefile.am, src/plugins/webreport/Makefile.am, src/plugins/webreport/WebCal.py: Removed obsoleted elements from stylesheets. Updated revision numbering tag. svn: r12383 2009-03-23 Gerald Britton * src/plugins/lib/libhtml.py: libhtml.py: change $Id line svn: r12382 2009-03-23 Gerald Britton * src/plugins/lib/Makefile.am, src/plugins/lib/libhtml.py, src/plugins/webreport/Makefile.am, src/plugins/webreport/WebCal.py, src/plugins/webreport/html.py: libhtml.py: rename hmtl.py to libhtml.py and move to plugins/lib svn: r12381 2009-03-23 Peter Landgren * src/plugins/textreport/DetDescendantReport.py: Fix of issue 2836. svn: r12380 2009-03-22 Peter Landgren * src/ReportBase/_ReportDialog.py: Fix of issue 2851. svn: r12378 2009-03-21 Peter Landgren * src/plugins/export/ExportXml.py: Some changes in tool tip. svn: r12374 2009-03-21 Rob G. Healey * src/plugins/webreport/WebCal.py: Changed the page head section to use newpage function from html.py svn: r12371 2009-03-21 Peter Landgren * src/ReportBase/_Bibliography.py: Final fix of issue 2843 for any number of references. svn: r12370 2009-03-21 Rob G. Healey * src/plugins/webreport/WebCal.py: Fixed several typos. svn: r12368 2009-03-20 Rob G. Healey * src/plugins/webreport/WebCal.py: A complete re- write using html class. Html constructor created by Gerald Britton. Re- write completed by Rob G. Healey -- with help from Gerald. svn: r12367 2009-03-20 Rob G. Healey * src/data/Web_Visually.css: Continuing fixes of "Visually Impaired" stylesheet. svn: r12366 2009-03-20 Gerald Britton * src/plugins/webreport/html.py: html.py: Add newpage() function and docstrings svn: r12365 2009-03-19 Brian Matherly * po/POTFILES.in, src/plugins/docgen/CairoDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/Makefile.am, src/plugins/docgen/PdfDoc.py, src/plugins/lib/Makefile.am, src/plugins/lib/libcairodoc.py: Move src/plugins/docgen/CairoDoc.py to src/plugins/lib/libcairodoc.py. svn: r12363 2009-03-19 Brian Matherly * src/plugins/webreport/NarrativeWeb.py: 0002838: NAVWEB images in predigree chart comming out as thin lines. svn: r12361 2009-03-19 Brian Matherly * po/POTFILES.in, src/ReportBase/Makefile.am, src/ReportBase/_PrintTools.py, src/ReportBase/__init__.py, src/plugins/docgen/PSDrawDoc.py: Remove src/ReportBase/_PrintTools.py. It is not being used. svn: r12360 2009-03-19 Brian Matherly * po/POTFILES.in, src/Config/_GrampsConfigKeys.py, src/ReportBase/Makefile.am, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_TextFormatComboBox.py, src/ReportBase/_TextReportDialog.py, src/gen/plug/Makefile.am, src/gen/plug/__init__.py, src/gen/plug/_docgen.py, src/gen/plug/_manager.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py: Add DocGenPlugin to be used to register all docgen plugins. This replaces the array of variables which was more difficult to read. svn: r12359 2009-03-17 Mirko Leonhäuser * po/de.po: Updated German translation svn: r12358 2009-03-17 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: Clean up old elements in stylesheets. Cleanup work on WebCal as well -- removing old stuff. svn: r12356 2009-03-16 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: WebCal was having problems with female marriages even though they were divorced. Web_Visually.css - was having problems with proper highlighting of navigation menus. svn: r12354 2009-03-16 Kees Bakker * src/plugins/webreport/NarrativeWeb.py: Oops. Correct change (12344) Partly fixed bug 2788. (Just stylesheet hrefs.) svn: r12353 2009-03-16 Gerald Britton * src/plugins/webreport/html.py: html.py: Add XML constants; change keyword handling to conform to PEP 8 svn: r12352 2009-03-16 Brian Matherly * src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_TextFormatComboBox.py, src/gen/plug/_manager.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py: Remove the "print_label" construct from the reports. The only label is "Open with default viewer". No need to check the mime type or to look for the default application because Gramps uses the host OS to figure it out for the user. svn: r12351 2009-03-15 Peter Landgren * src/plugins/export/ExportXml.py: Fix of issue 2820. svn: r12348 2009-03-14 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Fixed link statements in write_header(). Changed id="CurrentSection" to "class="currentSection". Patch from Jason Simanek. svn: r12345 2009-03-14 Kees Bakker * src/plugins/webreport/NarrativeWeb.py: Partly fixed bug 2788. (Just stylesheet hrefs.) svn: r12344 2009-03-14 Peter Landgren * src/ReportBase/_ReportDialog.py: Wrong Help reference for reports. svn: r12343 2009-03-14 Doug Blank * src/DataViews/RelationView.py: 2823: Text blocks of different size svn: r12342 2009-03-14 Doug Blank * INSTALL: 2816: Compilation from source; need to delete old version first svn: r12338 2009-03-14 Peter Landgren * src/ExportAssistant.py: Fix of issue 2824. svn: r12336 2009-03-14 Benny Malengier * src/plugins/textreport/DetAncestralReport.py: 2784: Detailed Ancestral Report – center-person's spouse has no heading (inconsistent with Detailed Descendant Report) 2783: Detailed Ancestral Report lists center-person's children twice svn: r12333 2009-03-13 Peter Landgren * src/ReportBase/_GraphvizReportDialog.py: Fix of issue 2815. svn: r12330 2009-03-11 Peter Landgren * src/ReportBase/_GraphvizReportDialog.py: Hopefully fix of issue 2790 for non-Latin-1 letters. svn: r12327 2009-03-11 Jérôme Rapinat * data/man/fr/gramps.1.in: #2810 update localized man file (french) svn: r12326 2009-03-11 Peter Landgren * data/man/sv/gramps.1.in: Update according to issue 2522. svn: r12324 2009-03-11 Doug Blank * src/plugins/gramplet/DeepConnections.py: Deep Connections, which will become a tool svn: r12322 2009-03-11 Benny Malengier * src/Spell.py: 2781: Turkish dictionnary (Enchant's zemberek_provider) on Note Editor returns an error svn: r12319 2009-03-11 Benny Malengier * src/const.py.in: 2795: Regression: cannot create backups from command-line svn: r12317 2009-03-11 Benny Malengier * data/man/gramps.1.in, src/ArgHandler.py: 2522: -o didn't write an output file : replaced by -e svn: r12313 2009-03-11 Peter Landgren * src/PlaceUtils.py: New format for lat/long with decimal minutes and no seconds due to change in Eniro maps. svn: r12312 2009-03-11 Doug Blank * src/DataViews/GrampletView.py: Newly loaded Gramplets from the Plugins Reload are now available svn: r12309 2009-03-10 Benny Malengier * src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/MarkerReport.py: feature 2769: add styled notes support to markerreport and fgroupreport svn: r12305 2009-03-10 Doug Blank * src/plugins/tool/Check.py: 2803: 'Check & Repair Database' failed at stage: 'Checking families for proper date formats' svn: r12303 2009-03-10 Doug Blank * src/DataViews/GrampletView.py: 2804: Cannot detach two gramplets svn: r12299 2009-03-10 Doug Blank * src/plugins/tool/Check.py: 2803: 'Check & Repair Database' failed at stage: 'Checking families for proper date formats' svn: r12298 2009-03-10 Stéphane Charette * NEWS: merge of NEWS from 3.1.1 svn: r12296 2009-03-10 Stéphane Charette * src/data/behaviour.css: merged from gramps31; bug #2789 - wrong relative path for blank.gif svn: r12291 2009-03-10 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: 2798: Gramplet 'Fan Chart' throws error when right-clicked prior to defining Home Person. svn: r12289 2009-03-09 Doug Blank * src/plugins/tool/Check.py: 2792: Dates in sourcereferences in person_ref_list not upgraded; added repair for dates that were not converted svn: r12287 2009-03-09 Doug Blank * src/gen/db/dbdir.py: 2792: Dates in sourcereferences in person_ref_list not upgraded; this fixes the missing conversion in child-ref-list svn: r12286 2009-03-09 Joan Creus * src/plugins/textreport/FamilyGroup.py: Adding translator hint svn: r12280 2009-03-09 Joan Creus * src/Filters/Rules/Family/_HasReferenceCountOf.py, src/Filters/Rules/Family/_RegExpChildName.py: Improving help messages svn: r12277 2009-03-09 Joan Creus * src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAssociation.py: Fixing typos svn: r12275 2009-03-09 Gerald Britton * src/plugins/webreport/html.py: Fix expression evaluation order in __add__ method in html.py svn: r12273 2009-03-09 Gerald Britton * src/plugins/webreport/html.py: Add code to html.py to auto-close certain tags to meet XHTML standard svn: r12272 2009-03-09 Doug Blank * src/gen/lib/date.py: 2792: Dates in sourcereferences in person_ref_list not upgraded; hack to be removed in future svn: r12271 2009-03-09 Gerald Britton * src/plugins/webreport/html.py: fix write method in html.py: pass output method in recusive call svn: r12269 2009-03-09 Doug Blank * src/GrampsCfg.py: 2772: Name Display Format – Rev. is not a prefix svn: r12267 2009-03-09 Doug Blank * src/gen/db/dbdir.py: 2792: Dates in sourcereferences in person_ref_list not upgraded svn: r12265 2009-03-09 Doug Blank * src/plugins/gramplet/PluginManagerGramplet.py: New Plugin Manager Gramplet svn: r12261 2009-03-08 Joan Creus * src/DataViews/GeoView.py, src/DataViews/PlaceView.py: Fixing typos svn: r12260 2009-03-08 Doug Blank * src/plugins/gramplet/DataEntryGramplet.py, src/plugins/gramplet/FaqGramplet.py, src/plugins/gramplet/HeadlineNewsGramplet.py, src/plugins/gramplet/NoteGramplet.py: Added version info svn: r12256 2009-03-08 Doug Blank * src/DataViews/GrampletView.py: Gramplets were updating twice on startup svn: r12255 2009-03-08 Doug Blank * src/plugins/gramplet/HeadlineNewsGramplet.py: RSS and Wiki Headline News Reader svn: r12251 2009-03-08 Stéphane Charette * src/ReportBase/_GraphvizReportDialog.py: merged from gramps31; re-apply fix for bug #2121 - graphviz graphs generated off the edge of the page svn: r12250 2009-03-08 Benny Malengier * src/Spell.py: 2781: Turkish dictionnary (Enchant's zemberek_provider) on Note Editor returns an error svn: r12247 2009-03-08 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added proper xml statement to write_header(). svn: r12244 2009-03-07 Benny Malengier * INSTALL: add warning to remove old gramps version svn: r12243 2009-03-07 Stéphane Charette * NEWS: merged 3.1.0 release info from branch 3.1 svn: r12238 2009-03-05 Jérôme Rapinat * po/check_po: print more text if gettext file does not use last gramps.pot svn: r12228 2009-03-05 Benny Malengier * README: update README with enchant lib svn: r12226 2009-03-05 Benny Malengier * src/Spell.py: 2764: use pyenchant for testing installed spell check dictionaries svn: r12222 2009-03-04 Gary Burton * src/plugins/docgen/RTFDoc.py: Bug #2768: .rtf report disrespects DDR-FirstEntry style svn: r12217 2009-03-04 Gerald Britton * src/plugins/webreport/html.py: Rework html.py to derive from list object svn: r12213 2009-03-04 Jérôme Rapinat * configure.in, po/mk.po, po/sq.po: enable new Macedonian and Albanian translations svn: r12211 2009-03-03 Gerald Britton * src/plugins/webreport/Makefile.am, src/plugins/webreport/html.py: add new module, html.py, to assist in building web pages svn: r12209 2009-03-02 Jérôme Rapinat * src/data/authors.xml: reorder entries svn: r12204 2009-03-02 Doug Blank * src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: 2753: Detailed reports did not use probably_alive for child text svn: r12202 2009-03-02 Erik De Richter * po/nl.po: update nl.po svn: r12199 2009-03-01 Doug Blank * data/grampsxml.rng: 2747: XML: RNG & DTD need to be moved onto web site; updated RNG to include dualdated and newyear attributes svn: r12196 2009-03-01 Gary Burton * src/const.py.in: Update copyright message for 2009 svn: r12194 2009-03-01 Doug Blank * po/POTFILES.in, po/POTFILES.skip: 2760: errors in 'make distcheck' svn: r12190 2009-03-01 Gary Burton * src/Selectors/_BaseSelector.py: Remove assert as a means of testing for self.title svn: r12189 2009-03-01 Jérôme Rapinat * src/data/authors.xml: add Polish translator svn: r12187 2009-03-01 Jérôme Rapinat * src/data/authors.xml: add some contributors svn: r12185 2009-03-01 Jérôme Rapinat * src/data/authors.xml: add russian translator (October 15, 2008) svn: r12183 2009-03-01 Jérôme Rapinat * src/data/authors.xml: add some contributors svn: r12180 2009-03-01 Jérôme Rapinat * src/data/authors.xml: add some translators svn: r12179 2009-03-01 Stéphane Charette * gramps.sh.in: merge from 3.1.0: add -O flag to python svn: r12177 2009-03-01 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css: Web_Visually --had a problem with repeating gender symbols. All other had a problem with street address. svn: r12175 2009-03-01 Rob G. Healey * src/data/Web_Basic-Cypress.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css: Fixes graphic name error. --Jason M. Simanek svn: r12173 2009-03-01 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css: Fixes the Ancestor Tree Unlinked Person's issue. Thanks a million, Jason. svn: r12171 2009-02-28 Doug Blank * src/DataViews/GrampletView.py: Allow gramplets to be overridden by newer versions svn: r12169 2009-02-28 Gary Burton * src/plugins/textreport/MarkerReport.py: Fix for bug 2759: Error on Marker report (notes) svn: r12168 2009-02-28 Rob G. Healey * src/plugins/webreport/WebCal.py: Fixed error in display_year_navs() which also affects the Visually Impaired stylesheet. svn: r12159 2009-02-28 Benny Malengier * src/plugins/tool/DateParserDisplayTest.py: DateParserDisplayTest.py is a debug tool but runs always, only run when debug svn: r12156 2009-02-28 Benny Malengier * src/plugins/gramplet/Makefile.am: Data changing GRAMPLETS are not distributed on install, user must download them svn: r12155 2009-02-28 Rob G. Healey * src/plugins/webreport/WebCal.py: Remove debugging information. svn: r12153 2009-02-27 Gary Burton * src/Editors/_EditPlace.py, src/Editors/_EditSource.py: Bug 2616. Fixes for memory leaks in source and place editors svn: r12152 2009-02-27 Joan Creus * po/ca.po: Updating ca.po on trunk svn: r12150 2009-02-27 Benny Malengier * src/DataViews/PlaceView.py: 2745: PlaceView crash on old pygtk svn: r12148 2009-02-27 Jérôme Rapinat * src/plugins/rel/rel_sk.py: update slovak relationship calculator (by Lubo Vasko) svn: r12146 2009-02-27 Benny Malengier * src/GrampsLocale/_GrampsLocale.py: 2730: numeric dates on windows not correct svn: r12143 2009-02-26 Gary Burton * src/Editors/_EditFamily.py, src/Editors/_EditPerson.py, src/ManagedWindow.py: Bug 2616. Fixes for memory leaks in person and family editors svn: r12141 2009-02-26 Rob G. Healey * src/DataViews/Makefile.am, src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: Fixed some issues with navigation menu. More refactoring in WebCal. Alphabetized the Makefile. svn: r12139 2009-02-26 Jérôme Rapinat * src/GrampsDisplay.py: #2751: Finnish translation svn: r12137 2009-02-26 Erik De Richter * po/nl.po: update nl.po svn: r12136 2009-02-26 Jérôme Rapinat * src/Editors/_EditEvent.py: 2748: Some URLs still point user to wiki manual version 3.0 svn: r12134 2009-02-26 Jérôme Rapinat * src/plugins/tool/ChangeNames.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/EventCmp.py, src/plugins/tool/FindDupes.py, src/plugins/tool/MediaManager.py, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PatchNames.py, src/plugins/tool/SoundGen.py, src/plugins/tool/Verify.py: 2748: Some URLs still point user to wiki manual version 3.0 svn: r12133 2009-02-26 Jérôme Rapinat * src/FilterEditor/_EditFilter.py, src/GrampsLogger/_ErrorView.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py: 2748: Some URLs still point user to wiki manual version 3.0 svn: r12132 2009-02-26 Jérôme Rapinat * src/Bookmarks.py, src/DateEdit.py, src/ScratchPad.py, src/ViewManager.py: 2748: Some URLs still point user to wiki manual version 3.0 svn: r12131 2009-02-26 Rob G. Healey * src/plugins/lib/holidays.xml: Brought changes made to Finland holidays over from gramps31 branch to trunk. svn: r12128 2009-02-26 Jérôme Rapinat * src/gen/lib/date.py: #2746: Translation problem in calendar names (by Janne Kovesjärvi) svn: r12126 2009-02-26 Rob G. Healey * src/data/Web_Visually.css: Fixed a:hover element for Gallery Navigation. svn: r12125 2009-02-26 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: More refactoring ... Help from Gerald Britton. svn: r12123 2009-02-25 Arturas Sleinius * po/lt.po: Updated Lithuanian translation svn: r12120 2009-02-25 Gary Burton * src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/Editors/_EditEvent.py, src/ManagedWindow.py: Bug 2616. Fixes for memory leaks in event editor svn: r12116 2009-02-25 Rob G. Healey * src/plugins/export/Makefile.am: Removed ExportSql.py from Makefile.am. svn: r12115 2009-02-24 Luigi Toscano * po/lt.po: Temporary fix to allow GRAMPS to compile. svn: r12110 2009-02-24 Rob G. Healey * src/docgen/Makefile.am, src/images/Makefile.am: Added more files that Brian had previously listed. svn: r12109 2009-02-24 Rob G. Healey * src/DataViews/Makefile.am, src/accent.py, src/plugins/drawreport/Makefile.am, src/plugins/export/Makefile.am, src/plugins/textreport/Makefile.am, src/plugins/webreport/NarrativeWeb.py: Added and deleted files that were verified by Brian. Remove sort siblings as it was broken. Will spend time on it in the next few days. svn: r12107 2009-02-24 Brian Matherly * src/Editors/AddMedia.py, src/ExportAssistant.py, src/PluginUtils/_GuiOptions.py, src/ReportBase/_FileEntry.py, src/Utils.py, src/plugins/export/ExportPkg.py, src/plugins/tool/Check.py, src/plugins/tool/EventCmp.py: 0002655: Directories and files with accents characters cause failures in Windows. svn: r12106 2009-02-24 Rob G. Healey * src/plugins/export/ExportGeneWeb.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: More refactoring work on both of these web reports. Fixed and changed get_marital_status to get_marriage_event() as that is what it does anyway. Changes are being given and helped by Gerald Britton. svn: r12103 2009-02-23 Doug Blank * src/DataViews/GrampletView.py: Bugs 2742, 2743: Detaching a minimized gramplet doesn't run update; Changing columns in gramplet view expands minimized gramplets svn: r12101 2009-02-23 Arturas Sleinius * po/lt.po: Updated Lithuanian translation svn: r12099 2009-02-23 Gerald Britton * src/Editors/_EditMediaRef.py, src/PluginUtils/_GuiOptions.py, src/QuickReports.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/DataEntryGramplet.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/gramplet/WhatsNext.py, src/plugins/mapservices/eniroswedenmap.py, test/GrampsDb/GrampsDbBase_Test.py, test/GrampsDb/GrampsDbTestBase.py: Replace "== None" and "!= None" with "is None" and "is not None", respectively svn: r12098 2009-02-23 Jérôme Rapinat * src/Filters/Rules/Event/_ChangedSince.py, src/Filters/Rules/Family/_ChangedSince.py, src/Filters/Rules/MediaObject/_ChangedSince.py, src/Filters/Rules/Note/_ChangedSince.py: mistake on names and descriptions (after date) svn: r12095 2009-02-23 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: merge fix for bug #2737 from 310 to trunk svn: r12090 2009-02-23 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: merge fix for bug #2736 from 310 to trunk svn: r12089 2009-02-23 Stéphane Charette * : checking in svn property changes that are brought forward every time I run 'svn merge' command svn: r12086 2009-02-22 Stéphane Charette * src/plugins/tool/NotRelated.py: fix bug #2709, merged from gramps31 (thanks Jérôme for the patch) svn: r12080 2009-02-22 Stéphane Charette * src/Filters/_FilterParser.py, src/GrampsAboutDialog.py: merge of typo fixes from 3.1 branch svn: r12072 2009-02-22 Stéphane Charette * configure.in: trunk should now be at version 3.2, not 3.1 svn: r12071 2009-02-22 Stéphane Charette * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css: bug #2692, css problem with image borders, merged from 3.1 svn: r12068 2009-02-22 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Add sort siblings to NarrativeWeb, and did some refactoring to WebCal with help from Gerald. svn: r12066 2009-02-21 Gary Burton * src/DbManager.py: Fix memory leak in DbManager svn: r12063 2009-02-21 Peter Landgren * src/DateHandler/_DateParser.py: Removed code, that was committed by mistake. svn: r12062 2009-02-20 Serge Noiraud * src/DataViews/GeoView.py: GeoView : too many simplification after pylint : missing argument error. svn: r12059 2009-02-20 Benny Malengier * src/plugins/tool/Leak.py, src/plugins/tool/leak.glade: Make Leak into a treeview, double click to have referrers, right click to obtain referents of selected line svn: r12057 2009-02-20 Benny Malengier * src/Editors/ObjectEntries.py, src/glade/gramps.glade: Make size eventref editor independant of language noplace text is in svn: r12056 2009-02-20 Rob G. Healey * src/plugins/webreport/WebCal.py: More code cleanup in get_day_list() with help from Kees Bakker. svn: r12052 2009-02-19 Serge Noiraud * src/DataViews/GeoView.py: GeoView : forgot to make a string translatable in the html page. svn: r12050 2009-02-19 Kees Bakker * src/plugins/rel/rel_hu.py, src/plugins/rel/rel_it.py, src/plugins/rel/rel_pl.py: Removed trailing emacs local variables (just setting utf8). Removed Byte Order Mark for utf-8 which was redundant anyway. * src/plugins/rel/rel_pl.py * src/plugins/rel/rel_it.py * src/plugins/rel/rel_hu.py svn: r12044 2009-02-19 Rob G. Healey * src/plugins/textreport/NumberOfAncestorsReport.py: Removed backslash character in middle of translation string as per Benny. svn: r12043 2009-02-19 Rob G. Healey * src/plugins/lib/holidays.xml, src/plugins/webreport/WebCal.py: Fixed USA holidays problem. There was no holidays being listed. svn: r12040 2009-02-19 Kees Bakker * src/GrampsLocale/_GrampsLocale.py: Solved bug #2722 as suggested by Stephen George. Names of weekdays were not correct (off by two days). Only systems that do not have a proper locale.nl_langinfo were (Windows) affected by this bug. * src/GrampsLocale/_GrampsLocale.py svn: r12036 2009-02-19 Jérôme Rapinat * src/data/tips.xml.in: update some tips svn: r12035 2009-02-19 Jérôme Rapinat * src/plugins/tool/EventNames.py, src/plugins/tool/FindDupes.py: #2726 #2641 To improve informations on dialog svn: r12033 2009-02-19 Jérôme Rapinat * src/build_cmdplug: remove deprecated script svn: r12031 2009-02-18 Gary Burton * src/Selectors/_SelectPerson.py: Display markup correctly for fields that may contain it svn: r12028 2009-02-17 Benny Malengier * src/plugins/docgen/CairoDoc.py: 2725: End Of Line Report not flowing over page boundaries svn: r12025 2009-02-17 Brian Matherly * po/POTFILES.in: Remove CmdRef.py from POTFILES.in. svn: r12022 2009-02-17 Brian Matherly * src/plugins/tool/CmdRef.py, src/plugins/tool/Makefile.am: Remove the Command Line Reference plugin. It is no longer supported. svn: r12021 2009-02-16 Serge Noiraud * src/DataViews/GeoView.py: GeoView : remove the address bar. svn: r12015 2009-02-16 Jérôme Rapinat * po/fr.po: update french translation svn: r12013 2009-02-16 Doug Blank * src/widgets/linkbox.py: Bug 2707: reverting linkbox change from r10763 svn: r12011 2009-02-16 Peter Landgren * po/sv.po: Swedish update for trunk. svn: r12010 2009-02-16 Peter Landgren * src/plugins/mapservices/Makefile.am: Forgot to update with eniroswedenmap. It's OK in POTFILES.in svn: r12006 2009-02-16 Rob G. Healey * src/plugins/webreport/WebCal.py: Fixed _has_webpage_extension() with help and gentle nudging from Kees Bakker. svn: r12004 2009-02-16 Rob G. Healey * src/plugins/drawreport/Calendar.py, src/plugins/export/ExportCd.py, src/plugins/export/ExportSql.py, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/lib/libholiday.py, src/plugins/lib/libmapservice.py, src/plugins/mapservices/googlemap.py, src/plugins/mapservices/openstreetmap.py, src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/OnThisDay.py, src/plugins/quickview/Query.py, src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/all_events.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/siblings.py, src/plugins/textreport/BirthdayReport.py: Added revision numbering symbol to all of plugins directory if it was missing in the file. svn: r12002 2009-02-16 Luigi Toscano * po/it.po: Updates and fixes for the italian translation svn: r12000 2009-02-15 Luigi Toscano * src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/textreport/NumberOfAncestorsReport.py: Better localization support for decimal separator. svn: r11999 2009-02-15 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11998 2009-02-15 Peter Landgren * po/sv.po: Last update ov sv.po for bramch 3.0.5 svn: r11996 2009-02-15 Jérôme Rapinat * src/gen/lib/test/date_test.py: 2702: Date Conversions to and from French Republican was broken svn: r11995 2009-02-15 Gary Burton * src/Editors/_EditFamily.py: Fix for bug #2703: Custom Marker text appears in Relationship Type field. svn: r11994 2009-02-15 Kees Bakker * src/plugins/webreport/WebCal.py: CSS is case sensitive, I think * src/plugins/webreport/WebCal.py svn: r11992 2009-02-15 Kees Bakker * src/plugins/webreport/WebCal.py: Improve the code in display_month_navs a little further. Added the home link in the year pages. * src/plugins/webreport/WebCal.py svn: r11991 2009-02-15 Jérôme Rapinat * po/hr.po: Update Croatian translation (by Josip) svn: r11990 2009-02-14 Benny Malengier * src/DataViews/PlaceView.py: 0002680: Crash when loading mapservice with syntax error svn: r11989 2009-02-14 Espen Berg * po/nn.po: Revised Norwegian Nynorsk translation svn: r11988 2009-02-14 Benny Malengier * src/plugins/docgen/CairoDoc.py, src/plugins/drawreport/DescendTree.py: 2665: PDF: Paginate error in descendant chart (graphical) on person without descendants svn: r11986 2009-02-14 Benny Malengier * src/plugins/docgen/CairoDoc.py: bug fix 2714: long note in indiv complete report means infinite loop in cairo The fix consists in allowing cells to be split, so by extension also rows now split automatically in CairoDoc svn: r11984 2009-02-14 Rob G. Healey * src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/WebCal.py: Added date validation to these three reports in collect_data(). svn: r11983 2009-02-13 Jérôme Rapinat * src/Editors/_EditPerson.py: 2704: Translation problem word Title - use TransUtils svn: r11982 2009-02-13 Erik De Richter * po/nl.po: update nl.po svn: r11981 2009-02-13 Jérôme Rapinat * src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAssociation.py: #2700 #2490 do not translate argument on custom_filter.xml svn: r11980 2009-02-13 Benny Malengier * src/plugins/lib/libmapservice.py: Bug Fix on _all_places iterator method in libmapservice svn: r11979 2009-02-13 Luigi Toscano * po/gramps.pot, po/it.po: gramps.pot regenerated Updates and fixes for Italian translation svn: r11978 2009-02-12 Kees Bakker * src/plugins/import/ImportProGen.py: A few more entries in the list of possible month spellings svn: r11977 2009-02-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: fixed #2682 in NarrativeWeb.py, and fixed highlighting of currentsection in display_month_navs(). svn: r11976 2009-02-12 Jérôme Rapinat * src/Filters/Rules/_HasReferenceCountBase.py: #2700 #2490 do not translate argument on custom_filter.xml svn: r11975 2009-02-12 Luigi Toscano * po/it.po: Updates and fixes. svn: r11974 2009-02-12 Rob G. Healey * src/plugins/webreport/WebCal.py: Fixed home link in display_month_navs(). svn: r11973 2009-02-12 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Moved CreatorInfo from write_footer() back to write_header(). Removed maximum calendars years, and fixed display_year_nav(). svn: r11972 2009-02-12 Jérôme Rapinat * src/Utils.py: 2704: Translation problem word Title svn: r11971 2009-02-12 Jérôme Rapinat * src/BasicUtils/_NameDisplay.py, src/Editors/_EditPerson.py, src/ScratchPad.py, src/Utils.py, src/plugins/export/ExportCsv.py, src/plugins/import/ImportCsv.py, src/plugins/tool/PatchNames.py: 2704: Translation problem word Title (contribution by jannek) svn: r11970 2009-02-11 Benny Malengier * src/BaseDoc.py, src/plugins/docgen/CairoDoc.py: Fix problem when markup spans two paragraph in the note: make sure styling stops at paragraph if backend splits the note in pieces to print Fix problem with paragraphs written in cells. Paragraphs should not divide as cells and rows are not allowed to divide. This forces table to be divided, and full paragraph to be written svn: r11969 2009-02-11 Benny Malengier * example/gramps/example.gramps: Upgrade example file, add some markup notes, add lat/lon of places svn: r11968 2009-02-11 Kees Bakker * src/plugins/webreport/NarrativeWeb.py: Bug #2433, issue 4. There was no list of sources anymore. And also the link (in super script) on the Individual page was gone too. * src/plugins/webreport/NarrativeWeb.py svn: r11967 2009-02-11 Gary Burton * src/Selectors/_BaseSelector.py, src/Selectors/_SelectPerson.py: Refactor SelectPerson so that it inherits from BaseSelector like all the other selectors svn: r11966 2009-02-11 Luigi Toscano * po/it.po: Updates and fixes. svn: r11965 2009-02-11 Jérôme Rapinat * src/FilterEditor/_EditRule.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasSourceBase.py: #2700 #2490 do not translate argument on custom_filter.xml (Benny) svn: r11964 2009-02-11 Peter Landgren * src/gen/lib/test/date_test.py: Working now with all keywords in English. svn: r11963 2009-02-11 Peter Landgren * src/gen/lib/test/date_test.py: Added tests for Swedish calendar svn: r11962 2009-02-11 Rob G. Healey * src/plugins/lib/holidays.xml: As per Brian, United States and Canada holiday dates are in the best order that I can get them.. svn: r11961 2009-02-11 Rob G. Healey * src/plugins/webreport/WebCal.py: Revert some of the changes made in r11947. Upon request of Kees and Benny. svn: r11960 2009-02-10 Luigi Toscano * po/it.po: Translation updates and fixes svn: r11959 2009-02-10 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Code cleaning after pylint use. svn: r11958 2009-02-10 Benny Malengier * src/BaseDoc.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/CairoDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: issue 2688: some wrong bindings and not working yet. All should work now svn: r11957 2009-02-10 Kees Bakker * src/plugins/webreport/WebCal.py: Remove my own copyright. I don't want to anyone to get the impression that I had anything to do with the code in WebCal. Remove import of g2iso again. (What's going on with this anyway?) * src/plugins/webreport/WebCal.py svn: r11955 2009-02-10 Kees Bakker * src/plugins/webreport/NarrativeWeb.py: Solved bug #2676 * src/plugins/webreport/NarrativeWeb.py svn: r11954 2009-02-10 Kees Bakker * src/plugins/Makefile.am: Removed ExportXml ImportGpkg and ImportXml since they have been moved to the export and import directory. * src/plugins/Makefile.am svn: r11953 2009-02-10 Luigi Toscano * src/DateHandler/Makefile.am, src/DateHandler/_Date_it.py, src/DateHandler/__init__.py: Add Italian parser and displayer, derived from the Catalan one. svn: r11952 2009-02-10 Luigi Toscano * po/it.po: msgmerge between 3.0.x italian translation and trunk template svn: r11951 2009-02-10 Luigi Toscano * po/POTFILES.in, po/gramps.pot: Adapt the paths of the moved files, regenerate gramps.pot. svn: r11950 2009-02-10 Jérôme Rapinat * src/plugins/quickview/Reporef.py: pylint svn: r11948 2009-02-10 Rob G. Healey * src/plugins/lib/holidays.xml, src/plugins/webreport/WebCal.py: Re-arranged countries. Documentation and clean up. PEP 9.46 svn: r11947 2009-02-10 Brian Matherly * src/plugins/ExportXml.py, src/plugins/ImportGpkg.py, src/plugins/ImportXml.py, src/plugins/export/ExportXml.py, src/plugins/export/Makefile.am, src/plugins/import/ImportGpkg.py, src/plugins/import/ImportXml.py, src/plugins/import/Makefile.am: Move ImportGpkg, ImportXml and ExportXml into their respective directories. svn: r11946 2009-02-10 Brian Matherly * src/plugins/ExportXml.py, src/plugins/ImportXml.py, src/plugins/lib/Makefile.am, src/plugins/lib/libgrampsxml.py: Move common XML import/export data into libgrampsxml.py. svn: r11945 2009-02-10 Rob G. Healey * src/plugins/webreport/WebCal.py: Removed partial year from WebCal. Clean up and documenting for PEP compliance of 8.36 svn: r11944 2009-02-09 Raphael Ackermann * src/DataViews/GeoView.py, src/DataViews/__init__.py, src/Editors/_EditLocation.py, src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAssociation.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasLDSBase.py, src/GrampsLogger/_ErrorReportAssistant.py, src/Models/_FastFilterModel.py, src/Models/_FastModel.py, src/RecentFiles.py, src/Relationship.py, src/gen/lib/date.py, src/gen/proxy/private.py, src/plugins/drawreport/Calendar.py, src/plugins/gramplet/FanChartGramplet.py, src/plugins/webreport/WebCal.py, src/test/test_util.py: fixed indentation issues and mix of tabs and spaces. svn: r11943 2009-02-09 Peter Landgren * src/plugins/quickview/all_relations.py: Unnecessary translation string with spaces made not translateble. svn: r11942 2009-02-09 Kees Bakker * src/plugins/webreport/NarrativeWeb.py: Correct a problem with thumbnails for PDFs. Not tested because I don't a proper testing database for this. http://www.gramps-project.org/bugs/view.php?id=2433 * src/plugins/webreport/NarrativeWeb.py svn: r11941 2009-02-09 Kees Bakker * src/plugins/webreport/NarrativeWeb.py: Correct some variable names. * src/plugins/webreport/NarrativeWeb.py svn: r11940 2009-02-09 Jérôme Rapinat * src/glade/gramps.glade: typo on translation string svn: r11939 2009-02-09 Jérôme Rapinat * po/fr.po, src/glade/gramps.glade, src/plugins/quickview/AgeOnDate.py: typo on translation strings svn: r11938 2009-02-09 Brian Matherly * src/plugins/lib/libholiday.py: Remove the ability to execute the "value" field. It is not used and we don't want Python code in holidays.xml. svn: r11937 2009-02-09 Brian Matherly * src/plugins/lib/libholiday.py: Remove the "if" rule from the holidays. Now libholiday does not execute any code in holidays.xml. svn: r11936 2009-02-09 Doug Blank * src/DataViews/RelationView.py: 2701: Collapsing a family's children, collapses all family's children svn: r11935 2009-02-09 Peter Landgren * src/DateHandler/_DateParser.py, src/DateHandler/_Date_sv.py: Added some doc strings as suggested by pylint. svn: r11934 2009-02-09 Rob G. Healey * src/plugins/lib/holidays.xml, src/plugins/webreport/NarrativeWeb.py: All if statements have been removed from holidays.xml. Labor Day, Inauguration Day, and Income Texes due have all been changed. svn: r11933 2009-02-09 Brian Matherly * src/DbManager.py: Potential fix for: 0002609: Archive does not work svn: r11932 2009-02-09 Doug Blank * src/DataViews/GrampletView.py, src/plugins/gramplet/AgeOnDateGramplet.py: pylint cleanups; lots of docstrings; added .version number and .gramps required version to gui gramplets svn: r11931 2009-02-09 Rob G. Healey * src/plugins/webreport/WebCal.py: Remove of a line that causes it to not load in plugins status window.. svn: r11930 2009-02-08 Rob G. Healey * src/plugins/lib/libholiday.py: Easter and DST functions have been completely removed now. svn: r11929 2009-02-08 Rob G. Healey * src/plugins/lib/holidays.xml: The final parts of easter(y) and dst(y) have been removed from the holidays.xml file. There is no longer any python code in the file now. svn: r11928 2009-02-08 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: revert change I accidently checked in with something else -- see bug report #2695 for unicode normalization svn: r11927 2009-02-08 Benny Malengier * src/plugins/docgen/LaTeXDoc.py: latex output was broken. This fixes some things. Also adds style to notes: bold, italic, underline, some fontsize and mono font Remove verbatim code to indicate preformatted, it is too rigid svn: r11926 2009-02-08 Jérôme Rapinat * po/pl.po: 2679: Update for polish translation (Łukasz Rymarczyk) svn: r11925 2009-02-08 Jérôme Rapinat * po/pt_BR.po: 2694: Brazilian Portuguese translation updated (Luiz Gonzaga dos Santos Filho) svn: r11924 2009-02-08 Gary Burton * src/Config/_GrampsConfigKeys.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectNote.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py: Persist window dimensions for selector windows. TODO: SelectPerson. This class needs rewriting to use BaseSelector svn: r11923 2009-02-08 Gary Burton * src/ManagedWindow.py: Remove debugging statement svn: r11922 2009-02-08 Gary Burton * src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditSecondary.py, src/ManagedWindow.py, src/Selectors/_BaseSelector.py: Further refactoring of window size saving svn: r11921 2009-02-08 Brian Matherly * src/glade/plugins.glade: Remove plugstat widget as it is no longer used. svn: r11920 2009-02-08 Doug Blank * src/DataViews/GrampletView.py: 2696: Make gramplets report to statusbar by MD Nauta svn: r11919 2009-02-08 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: feature request #2562 - display notes attached to names svn: r11918 2009-02-08 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: bug #2675 - regression: multiple names not shown correctly svn: r11917 2009-02-08 Benny Malengier * src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py: Add styled notes output to all textreports svn: r11916 2009-02-08 Benny Malengier * src/Editors/_EditNote.py, src/glade/gramps.glade: Use preformatted correctly in notes. remove non-markup code svn: r11915 2009-02-08 Benny Malengier * src/BaseDoc.py, src/plugins/docgen/CairoDoc.py: add credits svn: r11914 2009-02-08 Benny Malengier * src/BaseDoc.py, src/plugins/docgen/CairoDoc.py, src/plugins/textreport/IndivComplete.py: Support markup in TextDoc, add implementation in CairoDoc, use in indiv complete report svn: r11913 2009-02-08 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: bug #2693 - regression; places in events were being ignored svn: r11912 2009-02-08 Peter Landgren * src/plugins/gramplet/SessionLogGramplet.py: Fixed one missed string for translation. svn: r11911 2009-02-08 Jérôme Rapinat * src/Filters/Rules/Person/_HasGallery.py, src/Filters/Rules/Person/_HavePhotos.py: 2490: Migration : register new arg values on custom_filter.xml svn: r11910 2009-02-08 Jérôme Rapinat * src/plugins/gramplet/AgeStats.py: typo on translation string svn: r11909 2009-02-08 Rob G. Healey * src/plugins/lib/holidays.xml: Upon request of Brian, I have been removing the need to have python code in the holidays.xml file. Easter, DST, and Ash Wednesday have been completed for years 1999-2019 in USA so far. Canada will be next ... svn: r11908 2009-02-08 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: changes suggested by Benny (code review) svn: r11907 2009-02-07 Gary Burton * src/Config/_GrampsConfigKeys.py, src/Editors/_EditChildRef.py: Set and save window dimensions for Child Ref editor svn: r11906 2009-02-07 Gary Burton * src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/ManagedWindow.py: Refactoring. ManagedWindow now controls window sizing svn: r11905 2009-02-07 Doug Blank * src/GrampsCfg.py: 0002683: chnage/ edit display name preferences; disabled buttons while editing names svn: r11904 2009-02-07 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/WebCal.py: cleanup and documentation work done. svn: r11903 2009-02-07 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11902 2009-02-07 Peter Landgren * src/DataViews/PersonView.py: Fix of 2684, duplicate _C. svn: r11901 2009-02-07 Serge Noiraud * src/DataViews/GeoView.py: GeoView : too many cleaning in a previous commit. svn: r11898 2009-02-07 Jérôme Rapinat * src/plugins/webreport/WebCal.py: Jérôme should not make change with gedit... (indentation error) svn: r11897 2009-02-07 Benny Malengier * src/plugins/docgen/CairoDoc.py: 0002633: Characters in Notes don't show in report - 3.0.4 and trunk 1357: Incorrect marriage event description when outputting to PDF 1328: opened a gedcom, and create a pdf text file Do it better with a private method so plugin authors don't circumvent style settings svn: r11896 2009-02-07 Peter Landgren * src/plugins/gramplet/PedigreeGramplet.py: Debug print statements deleted. svn: r11895 2009-02-07 Serge Noiraud * src/DataViews/GeoView.py: GeoView : crash in all events places when no coordinates for a place. svn: r11893 2009-02-07 Benny Malengier * src/plugins/docgen/CairoDoc.py: 2633: Characters in Notes don't show in report - 3.0.4 and trunk 1357: Incorrect marriage event description when outputting to PDF 1328: opened a gedcom, and create a pdf text file Correctly escape text for cairo layout before writing svn: r11892 2009-02-07 Peter Landgren * po/sv.po: Swedish update. svn: r11891 2009-02-07 Peter Landgren * src/plugins/gramplet/PedigreeGramplet.py: Final solution (I hope) for the % issue. Added generation to tool tip. svn: r11890 2009-02-06 Jérôme Rapinat * src/DataViews/GeoView.py, src/glade/edit_person.glade: wrong string and translation issue svn: r11888 2009-02-06 Benny Malengier * src/DataViews/GeoView.py: correct wrong string svn: r11886 2009-02-06 Doug Blank * src/Editors/_EditFamily.py, src/glade/gramps.glade: Bug #2674: smaller edit family window; clean up of display logic, reduced size svn: r11885 2009-02-06 Peter Landgren * src/plugins/gramplet/PedigreeGramplet.py: Reverted back to % svn: r11884 2009-02-06 Jérôme Rapinat * po/fr.po, po/gramps.pot: test update French translation svn: r11883 2009-02-06 Kees Bakker * po/check_po: Solved a problem with counting untranslated entries in po. * po/check_po svn: r11882 2009-02-05 Serge Noiraud * src/DataViews/GeoView.py: GeoView : we loose the url field and activate button. svn: r11880 2009-02-05 Benny Malengier * src/Editors/_EditFamily.py, src/glade/gramps.glade, src/widgets/linkbox.py: 2674: smaller edit family window - Part 1 svn: r11879 2009-02-05 Kees Bakker * po/check_po: First attempt to have plural support. Tested with one input file (nl.po) and it didn't crash. Ship it. * po/check_po svn: r11878 2009-02-05 Gary Burton * src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py: Move toolbar above treeview which allows windows to resize smaller. Usability feature to allow gramps to work better on netbooks. Feature #2661 svn: r11877 2009-02-05 Jérôme Rapinat * src/plugins/webreport/WebCal.py: missing comma svn: r11874 2009-02-05 Peter Landgren * src/plugins/gramplet/PedigreeGramplet.py: Fix of % -> %% in translation string. svn: r11872 2009-02-05 Benny Malengier * src/glade/gramps.glade: 816: Place Editor has no focus on a field when opened. All other editors do. svn: r11870 2009-02-05 Benny Malengier * src/Bookmarks.py: Bookmark orgnizer should close on delete-event request svn: r11869 2009-02-05 Jérôme Rapinat * src/plugins/webreport/WebCal.py: do not use ngettext on string svn: r11868 2009-02-05 Jérôme Rapinat * src/plugins/webreport/WebCal.py: typo on translation string svn: r11867 2009-02-05 Jérôme Rapinat * po/POTFILES.in, po/fr.po, src/DataViews/GeoView.py: enable translations on GeoView.py svn: r11866 2009-02-05 Peter Landgren * po/sv.po: Back to complete translation. svn: r11865 2009-02-05 Peter Landgren * src/plugins/mapservices/eniroswedenmap.py: Spelling corrected. svn: r11864 2009-02-05 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Fixes the problem with Ancestor Tree -- unlinked persons only being listed without any styling. svn: r11863 2009-02-05 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/behaviour.css: Cleanup work in header of all Cascade Style Sheets. svn: r11862 2009-02-05 Doug Blank * src/PluginUtils/_GuiOptions.py, src/gen/plug/_manager.py: Feature #2393: Allow the use of user-defined (mega)-widgets by MD Nauta; added register_option() svn: r11861 2009-02-05 Doug Blank * src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/WebCal.py: Fixed line ending issues, and syntax errors introduced by translation changes svn: r11860 2009-02-04 Jérôme Rapinat * configure.in, po/Makevars.in: remove extra options for xgettext svn: r11858 2009-02-04 Benny Malengier * src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_Rule.py, src/Filters/_FilterParser.py: #2490 : Migration : register new arg values on custom_filter.xml svn: r11857 2009-02-04 Gary Burton * src/plugins/ImportXml.py: Fix import of note markers. Bug #2568 svn: r11855 2009-02-04 Jérôme Rapinat * po/Makevars.in: remove xgettext options to avoid mistakes svn: r11854 2009-02-04 Erik De Richter * po/nl.po: update nl.po with plural strings svn: r11853 2009-02-04 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11852 2009-02-04 Peter Landgren * po/gramps.pot: Update with strings for eniroswedenmap.py. svn: r11851 2009-02-04 Peter Landgren * po/POTFILES.in: plugins/mapservices/eniroswedenmap.py added. svn: r11850 2009-02-04 Peter Landgren * src/plugins/lib/Makefile.am: Spelling correction. svn: r11849 2009-02-04 Jérôme Rapinat * src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/WebCal.py: #2657,#1718 use ngettext svn: r11848 2009-02-04 Peter Landgren * src/plugins/mapservices/eniroswedenmap.py: Updated version. svn: r11847 2009-02-04 Peter Landgren * src/plugins/lib/libmapservice.py: Delete of double fix of empty url. svn: r11846 2009-02-04 Peter Landgren * src/plugins/mapservices/eniroswedenmap.py: Updated version. svn: r11845 2009-02-04 Doug Blank * src/gen/lib/markertype.py: Removed problem method set(): Bug #2669: Note editor does not retain marker svn: r11844 2009-02-04 Jérôme Rapinat * po/Makevars.in, po/POTFILES.in: Extra options for xgettext svn: r11843 2009-02-04 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: removed 'TEST' debug text left in previous commit svn: r11842 2009-02-04 Benny Malengier * src/plugins/lib/libmapservice.py: Don't display when no url svn: r11841 2009-02-04 Stéphane Charette * src/Editors/_EditMediaRef.py, src/data/Makefile.am, src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css, src/data/behaviour.css, src/images/Makefile.am, src/plugins/webreport/NarrativeWeb.py: feature #2634 - display regions overtop of images in narrativeweb gallery svn: r11840 2009-02-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Added HTML span element to Ancestor Tree unlinked persons upon request of Jason Simanek. It will allow hm to quickly fix Ancestor Tree. svn: r11839 2009-02-04 Rob G. Healey * src/plugins/lib/libholiday.py: see r11837 for libholiday svn: r11838 2009-02-04 Rob G. Healey * src/plugins/drawreport/Calendar.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: removed _make_date module from libholiday as request by Brian. Removed make_date completely and substituted gen.lib.Date() instead for Calendar, BirthdayReport, and WebCal. Changes progress bar text in WebCal and NarrativeWeb. svn: r11837 2009-02-04 Brian Matherly * src/plugins/lib/libholiday.py: Fix the search for holidays.xml in libholiday. svn: r11836 2009-02-04 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: removed

tags as stylesheets disable it anyway. svn: r11835 2009-02-04 Rob G. Healey * src/plugins/webreport/WebCal.py: More variable name changes and adding documentation changes. svn: r11834 2009-02-04 Rob G. Healey * src/plugins/drawreport/Calendar.py, src/plugins/lib/libholiday.py, src/plugins/textreport/BirthdayReport.py, src/plugins/webreport/WebCal.py: moved _make_date from Calendar.py, BirthdayReport.py, and WebCal.py into libholiday. Changed variable names in WebCal.py for improved readability. svn: r11833 2009-02-03 Peter Landgren * src/plugins/lib/libmapservice.py: Dont call map if URL empty. svn: r11832 2009-02-03 Benny Malengier * src/DataViews/GeoView.py: cleanup of translation strings svn: r11831 2009-02-03 Peter Landgren * po/sv.po: Swedish update. svn: r11830 2009-02-03 Peter Landgren * src/plugins/mapservices/eniroswedenmap.py: new version. svn: r11829 2009-02-03 Jérôme Rapinat * configure.in, po/Makevars.in, po/POTFILES.in, po/POTFILES.skip, src/DataViews/RelationView.py: #2657,#1718 use ngettext (contribution by josip) svn: r11828 2009-02-03 Jérôme Rapinat * configure.in: Extra options for xgettext svn: r11827 2009-02-03 Jérôme Rapinat * src/plugins/textreport/NumberOfAncestorsReport.py: #2657,#1718 use ngettext (contribution by josip) svn: r11826 2009-02-03 Jérôme Rapinat * src/plugins/gramplet/PedigreeGramplet.py: #2657,#1718 use ngettext svn: r11825 2009-02-03 Peter Landgren * po/sv.po: Swedish update. svn: r11824 2009-02-03 Peter Landgren * po/POTFILES.in: Update for mapservices. svn: r11823 2009-02-03 Doug Blank * po/POTFILES.in, po/POTFILES.skip, src/plugins/tool/Makefile.am: Removed tool/DateParserDisplayTest from distribution svn: r11822 2009-02-03 Jérôme Rapinat * configure.in, po/Makevars.in: Extra options for xgettext svn: r11821 2009-02-03 Jérôme Rapinat * src/DataViews/PedigreeView.py, src/plugins/tool/Check.py: #2657,#1718 use ngettext svn: r11820 2009-02-03 Jérôme Rapinat * po/pl.po, po/ru.po: unwanted space on header(plural forms) svn: r11819 2009-02-03 Peter Landgren * src/plugins/mapservices/eniroswedenmap.py: New mapservice added. svn: r11818 2009-02-03 Peter Landgren * src/DataViews/PlaceView.py: One string for translation missed. svn: r11817 2009-02-03 Benny Malengier * src/plugins/mapservices/Makefile.am: Makefile.am for plugins/mapservices svn: r11816 2009-02-03 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Mainz.css, src/data/Web_Visually.css: Minor correction to these three stylesheets svn: r11815 2009-02-03 Rob G. Healey * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Visually.css, src/plugins/lib/libholiday.py, src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: Moved revision numbering tag to a better visual area; cleanup of calendar_build(), calendar_common(), get_day_list() in WebCal, removed alphabet_navigation from NarrativeWeb.py. svn: r11814 2009-02-02 Benny Malengier * configure.in, po/POTFILES.in, src/Config/_GrampsConfigKeys.py, src/DataViews/PlaceView.py, src/PageView.py, src/gen/plug/_manager.py, src/plugins/Makefile.am, src/plugins/lib/Makefile.am, src/plugins/lib/libmapservice.py, src/plugins/mapservices/googlemap.py, src/plugins/mapservices/openstreetmap.py, src/widgets/Makefile.am, src/widgets/menutoolbuttonaction.py: New mapservice plugin structure, as a general solution to #2659 * configure.in * src/DataViews/PlaceView.py * src/Config/_GrampsConfigKeys.py * src/gen/plug/_manager.py * src/plugins/mapservices * src/plugins/mapservices/googlemap.py * src/plugins/mapservices/openstreetmap.py * src/plugins/lib/Makefile.am * src/plugins/lib/libmapservice.py * src/plugins/Makefile.am * src/widgets/menutoolbuttonaction.py * src/widgets/Makefile.am * src/PageView.py * po/POTFILES.in svn: r11811 2009-02-02 Kees Bakker * po/nl.po: Correction typo UMaanden => Maanden * po/nl.po svn: r11810 2009-02-02 Peter Landgren * src/plugins/graph/GVRelGraph.py: Fix of issue 2667. svn: r11809 2009-02-02 Benny Malengier * src/plugins/lib/libmapservice.py: do not show pyc and Makefile on svn status svn: r11807 2009-02-02 Benny Malengier * : do not show pyc on svn status svn: r11806 2009-02-02 Benny Malengier * : do not show pyc on svn status svn: r11804 2009-02-02 Benny Malengier * src/plugins/webreport/NarrativeWeb.py: do not show pyc on svn status svn: r11802 2009-02-02 Benny Malengier * : do not show pyc on svn status svn: r11801 2009-02-02 Jérôme Rapinat * src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py: pylint and coherency on Repository references svn: r11799 2009-02-02 Brian Matherly * src/plugins/textreport/DetDescendantReport.py: Patch from James Friedmann to include a heading for spouses. Code cleanup. svn: r11798 2009-02-02 Erik De Richter * po/nl.po: correction on nl.po svn: r11797 2009-02-02 Brian Matherly * src/plugins/drawreport/AncestorTree.py: Clean up AncestorTree report. svn: r11796 2009-02-01 Doug Blank * data/grampsxml.dtd, src/plugins/ExportXml.py, src/plugins/ImportXml.py: Bug #2625: Need to bring XML DTD, import, export to use changes in trunk. These changes add support for dualdated and newyear dates. svn: r11794 2009-02-01 Doug Blank * src/plugins/ExportXml.py, src/plugins/ImportXml.py: Bug #2625: Need to bring XML DTD, import, export to use changes in trunk. These changes add support for dualdated and newyear dates. svn: r11793 2009-02-01 Brian Matherly * src/Utils.py: Show an error dialog if a file can not be opened with the default application. svn: r11792 2009-02-01 Jérôme Rapinat * src/DateHandler/_Date_fr.py, src/plugins/rel/rel_fr.py: PythonTidy (PEP-8 format) svn: r11791 2009-02-01 Doug Blank * po/POTFILES.in, src/plugins/gramplet/AgeOnDateGramplet.py, src/plugins/gramplet/CalendarGramplet.py, src/plugins/gramplet/DataEntryGramplet.py, src/plugins/gramplet/DeepConnections.py, src/plugins/gramplet/DefaultGramplets.py, src/plugins/gramplet/FaqGramplet.py, src/plugins/gramplet/HeadlineNewsGramplet.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/PedigreeGramplet.py, src/plugins/gramplet/PythonGramplet.py, src/plugins/gramplet/QuickViewGramplet.py, src/plugins/gramplet/RelativeGramplet.py, src/plugins/gramplet/SessionLogGramplet.py, src/plugins/gramplet/StatsGramplet.py, src/plugins/gramplet/SurnameCloudGramplet.py, src/plugins/gramplet/ToDoGramplet.py, src/plugins/gramplet/TopSurnamesGramplet.py, src/plugins/gramplet/WelcomeGramplet.py: Split DefaultGramplets into their respective files svn: r11790 2009-02-01 Doug Blank * src/plugins/gramplet/NoteGramplet.py: Missing Errors import svn: r11789 2009-02-01 Gary Burton * src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py: Treat RESI tokens as events and not import them as Gramps addresses as per advice on the wiki concerning using residence events to record addresses. Bug #2651 svn: r11787 2009-02-01 Jérôme Rapinat * README: xdg-utils as Requirement svn: r11786 2009-02-01 Jérôme Rapinat * po/bg.po, po/ca.po, po/da.po, po/eo.po, po/es.po, po/it.po, po/lt.po, po/nb.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/zh_CN.po: #2657,#1718 to avoid migration issue, support ngettext svn: r11785 2009-02-01 Peter Landgren * src/ReportBase/_GraphvizReportDialog.py: Fix: *.dot.gv now is *.gv svn: r11783 2009-02-01 Brian Matherly * src/ReportBase/_GraphvizReportDialog.py, src/plugins/graph/GVFamilyLines.py: Change from using ".dot" to ".gv" for Graphviz files. ".dot" is recognized as MS Word Template file on some systems. svn: r11782 2009-02-01 Brian Matherly * src/BaseDoc.py, src/DataViews/MediaView.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/Utils.py, src/plugins/BookReport.py, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py: Change the way we "launch" files using their default application. Instead of trying to find the application ourselves, use the OS built in functions to open a file with its default application. We no longer show the name of the application that we will open the file with because we don't know. svn: r11781 2009-02-01 Doug Blank * src/plugins/gramplet/DefaultGramplets.py: Removed fixed font; it is now already applied svn: r11780 2009-02-01 Doug Blank * src/DataViews/GrampletView.py: That should not have been committed svn: r11779 2009-01-31 Benny Malengier * src/PlaceUtils.py: Peter Landgren: 02659 support for RT90 in PlaceUtils.py svn: r11778 2009-01-31 Doug Blank * src/DataViews/GrampletView.py: Bug #2662: Can't expand/contract items when a gramplet has been detached svn: r11777 2009-01-31 Doug Blank * src/DataViews/GrampletView.py: Add TT tag for gramplet textview buffer svn: r11776 2009-01-31 Doug Blank * src/plugins/Sql.py, src/plugins/export/ExportSql.py: Moved Sql.py out of plugins directory and into export/ExportSql.py; this file is in SVN but not in installed code svn: r11775 2009-01-31 Serge Noiraud * src/DataViews/GeoView.py: GeoView : bad centering near longitude 0.0 and latitude 0.0 svn: r11774 2009-01-31 Jérôme Rapinat * po/fr.po, src/DataViews/PedigreeView.py, src/DataViews/RelationView.py, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportVCard.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py: #2657,#1718 use ngettext svn: r11773 2009-01-31 Benny Malengier * src/TransUtils.py: add plural context to TransUtils.py svn: r11772 2009-01-31 Doug Blank * src/plugins/gramplet/DeepConnections.py: removed extra 'of' in translated texts svn: r11771 2009-01-31 Doug Blank * src/plugins/gramplet/DeepConnections.py: Experimental gramplet to find deep connections between home and active svn: r11770 2009-01-31 Doug Blank * src/DataViews/GrampletView.py: Added some comments; added methods to pause and resume a running gramplet; updated the wiki url svn: r11769 2009-01-30 Rob G. Healey * src/images/Makefile.am: Removed arrow files from Makefile to allow make to work. svn: r11768 2009-01-30 Benny Malengier * src/PluginUtils/_PluginWindows.py: Allow sort of columns and search as you type in plugin overview window svn: r11767 2009-01-30 Gary Burton * configure.in: Include plugin lib directory svn: r11766 2009-01-30 Benny Malengier * src/glade/edit_person.glade: no tooltip with gid field svn: r11765 2009-01-30 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py, src/plugins/webreport/WebCal.py: fixed bug #2660 - get rid of 'meta robots noindex' tag in html files svn: r11764 2009-01-30 Jérôme Rapinat * po/fr.po: update french translation svn: r11763 2009-01-30 Erik De Richter * po/nl.po: correction on nl.po svn: r11762 2009-01-30 Jérôme Rapinat * src/gen/lib/date.py: revert changes, using ngettext svn: r11761 2009-01-30 Brian Matherly * po/POTFILES.in, src/plugins/Makefile.am, src/plugins/WebCal.py, src/plugins/holidays.xml, src/plugins/lib/Makefile.am, src/plugins/lib/holidays.xml, src/plugins/webreport/Makefile.am, src/plugins/webreport/WebCal.py: Finish moving libholiday.py and WebCal.py into their new homes. svn: r11760 2009-01-30 Brian Matherly * src/plugins/Calendar.py, src/plugins/Makefile.am, src/plugins/WebCal.py, src/plugins/drawreport/Calendar.py, src/plugins/lib/Makefile.am, src/plugins/lib/libholiday.py, src/plugins/textreport/BirthdayReport.py: Move "holiday" functions into its own module named libholiday. libholiday is used by all three calendar based reports. svn: r11759 2009-01-30 Brian Matherly * src/gen/plug/_export.py, src/gen/plug/_import.py, src/gen/plug/_manager.py, src/gen/plug/_plugin.py: Add support for plugin "libraries" that do not specifically tie into the plugin system and can be imported by other plugins. svn: r11758 2009-01-29 Stéphane Charette * : ignore Makefile and Makefile.in svn: r11757 2009-01-28 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Cleaning some parts of code. In some cases, bad centering of the map. Add one page for places found without coordinates. Modify some texts to be more precise. svn: r11755 2009-01-28 Benny Malengier * src/glade/edit_person.glade: reduce horizontal size edit person svn: r11754 2009-01-28 Benny Malengier * src/Config/_GrampsConfigKeys.py, src/Editors/_EditPerson.py, src/ManagedWindow.py, src/glade/edit_person.glade, src/widgets/monitoredwidgets.py: 2642: Add or move the entry 'Patronymic' from the Name Editor to 'Prefered Names' area svn: r11753 2009-01-28 Benny Malengier * src/Editors/_EditPlace.py: validate lat/lon on init svn: r11752 2009-01-28 Jérôme Rapinat * src/plugins/docgen/CairoDoc.py: 1357: Incorrect marriage event description when outputting to PDF (only ampersand, < > ?) svn: r11751 2009-01-28 Rob G. Healey * src/data/Web_Visually.css, src/plugins/webreport/NarrativeWeb.py: Color theme update on stylesheet -- still needs work for Ancestor Tree; added feature request #2628 -- alphabetical Navigation; changed stylesheet naming as already in WebCal.py. svn: r11749 2009-01-28 Rob G. Healey * src/plugins/webreport/NarrativeWeb.py: Fixed wording in advanced tab; consolidated copy files module; added prefix and suffix to names in surnames. More changes coming. svn: r11748 2009-01-27 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Correction for empty databases. Since page splitting, some incomplete markers. svn: r11747 2009-01-27 Rob G. Healey * m4/codeset.m4, m4/gettext.m4, m4/iconv.m4: Replace mistakenly deleted files in the m4 directory. svn: r11746 2009-01-27 Rob G. Healey * : Removing old and obsoleted image files. Files were replaced by Web_Mainz*.png svn: r11745 2009-01-27 Rob G. Healey * src/plugins/WebCal.py: Removed blank calendar year, fixed year_glance filenames, fixed collect_data, fixed one_day, added get_marrital_status, and fill_day_list. More changes will be coming. svn: r11744 2009-01-27 Serge Noiraud * src/DataViews/GeoView.py: GeoView : title change when no coordinates. svn: r11743 2009-01-27 Serge Noiraud * src/DataViews/GeoView.py: GeoView : change comment when no geolocation. svn: r11742 2009-01-27 Doug Blank * src/plugins/Calendar.py: Restored 0 years, but with word 'birth' or 'wedding'; removed extra words as they are too long for calendar svn: r11741 2009-01-26 Rob G. Healey * src/plugins/WebCal.py: WebCal.py and NarrativeWeb.py; were sent by mistake. Watch as they are coming... Reverted back to r11481 and r11711 respectively. svn: r11740 2009-01-26 Serge Noiraud * src/DataViews/GeoView.py: GeoView : correction when no places with coordinates in the database. svn: r11739 2009-01-26 Rob G. Healey * m4/codeset.m4, m4/gettext.m4, m4/iconv.m4: Remove *.m4 files that were not meant to be changed. Remove Calendar, WebCal, and NarrativeWeb; that are not ready to be sent yet. svn: r11738 2009-01-26 Rob G. Healey * m4/codeset.m4, m4/gettext.m4, m4/iconv.m4, po/nl.po, src/data/NWeb-Print_Default.css, src/data/NWeb-Screen_Basic-Ash.css, src/data/NWeb-Screen_Basic-Cypress.css, src/data/NWeb-Screen_Basic-Lilac.css, src/data/NWeb-Screen_Basic-Peach.css, src/data/NWeb-Screen_Basic-Spruce.css, src/data/NWeb-Screen_Mainz.css, src/data/NWeb-Screen_Nebraska.css, src/data/NWeb-Screen_Sharp.css, src/data/Web_Evergreen.css, src/data/Web_Simply-Red.css, src/data/Web_Visually.css, src/data/Web_styleswitcher.js, src/data/Web_styleswitcherMenu.js, src/plugins/Calendar.py, src/plugins/WebCal.py, src/plugins/webreport/NarrativeWeb.py: Removing old and obsoleted Cascading Stylesheets and javascript files svn: r11737 2009-01-26 Benny Malengier * src/DataViews/GeoView.py: polish geoview svn: r11736 2009-01-26 Kees Bakker * src/plugins/import/ImportProGen.py: Apply same patch as in branches/gramps30. Process most common (Dutch) surname prefixes. Date conversion improvement (Dutch month names, etc). Store patroniem in Patronymic field. * src/plugins/import/ImportProGen.py svn: r11735 2009-01-26 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11734 2009-01-26 Benny Malengier * src/plugins/drawreport/DescendTree.py: 2586: Add spouses to the Descendant Tree report Avoid crash on no spouse, patch by Craig svn: r11732 2009-01-25 Stéphane Charette * src/ReportBase/_GraphvizReportDialog.py: slight modification to the previous long-standing graphviz bug svn: r11730 2009-01-25 Doug Blank * src/plugins/gramplet/DefaultGramplets.py: Renamed Active Person's Relatives to Relatives svn: r11729 2009-01-25 Doug Blank * src/plugins/gramplet/NoteGramplet.py: Changed title from Person Note to Note svn: r11728 2009-01-25 Stéphane Charette * src/ReportBase/_GraphvizReportDialog.py: yet another attempt to work around a long-standing graphviz bug svn: r11727 2009-01-25 Gary Burton * src/plugins/graph/GVRelGraph.py: Implement user defined gender colour selection from FamilyLines graph svn: r11726 2009-01-25 Doug Blank * src/plugins/gramplet/DefaultGramplets.py: Fixed bug in URL formatting in Headline News svn: r11725 2009-01-25 Gary Burton * src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVRelGraph.py: Enable or disable justyears menu option depending on whether dates should be included svn: r11724 2009-01-25 Doug Blank * src/DataViews/GrampletView.py, src/plugins/gramplet/DefaultGramplets.py: Fixed bug in render_text; replaced NewsGramplet with HeadlineNewsGramplet that reads a new wiki page every hour svn: r11723 2009-01-25 Gary Burton * src/plugins/export/ExportGedcom.py: Make GEDCOM export output family event descriptions as type. Bug 2649. svn: r11722 2009-01-25 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Added tooltip to translations svn: r11720 2009-01-25 Doug Blank * src/DataViews/GrampletView.py, src/plugins/gramplet/FanChartGramplet.py: Added uistate to gramplet class; Finished Interactive Fan Chart: right-click gives menu options (same from PedigreeView) svn: r11719 2009-01-25 Erik De Richter * po/nl.po: update nl.po svn: r11718 2009-01-25 Gary Burton * src/plugins/graph/GVFamilyLines.py: Add option to restrict dates to years only as per Relationship graph svn: r11717 2009-01-25 Gary Burton * src/plugins/graph/GVRelGraph.py: Standardise on ReportUtils fallback methods for baptism and burial dates in lieu of birth and death dates. Also some PEP8 fixes. svn: r11716 2009-01-25 Jérôme Rapinat * src/gen/lib/date.py: mistakes on context svn: r11715 2009-01-25 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Speed ups: cache names---don't re-lookup name; added outer edge to indicate parents; removed simple access svn: r11714 2009-01-25 Stéphane Charette * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css: added missing svn propset attributes to several files svn: r11713 2009-01-25 Stéphane Charette * src/data/NWeb-Print_Default.css, src/data/NWeb-Screen_Basic-Ash.css, src/data/NWeb-Screen_Basic-Cypress.css, src/data/NWeb-Screen_Basic-Lilac.css, src/data/NWeb-Screen_Basic-Peach.css, src/data/NWeb-Screen_Basic-Spruce.css, src/data/NWeb-Screen_Mainz.css, src/data/NWeb-Screen_Nebraska.css, src/data/NWeb-Screen_Sharp.css, src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Evergreen.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Simply-Red.css, src/data/Web_Visually.css: added Id: keyword at the top of css files svn: r11712 2009-01-25 Stéphane Charette * src/plugins/webreport/NarrativeWeb.py: bug #2648, 'link home' option was no longer working svn: r11711 2009-01-25 Doug Blank * src/gen/db/dbdir.py: Upgrade of source, place, and media tables. svn: r11710 2009-01-24 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11709 2009-01-24 Serge Noiraud * src/DataViews/GeoView.py: GeoView : update tests from "value == 1:" to value: and similar things. svn: r11706 2009-01-24 Serge Noiraud * src/DataViews/GeoView.py: GeoView : When we have a multi pages document, be sure we update the back and forward buttons. svn: r11705 2009-01-24 Jérôme Rapinat * po/fr.po, po/gramps.pot, src/gen/lib/date.py: translation support and use TransUtils for context svn: r11703 2009-01-24 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Put the database access at beginning; fixes bug in mailing list from Rob H. svn: r11702 2009-01-24 Doug Blank * src/DataViews/GrampletView.py: Check for unfinshed tag: suspect that I need to escape names, or deal with unicode. render needs to be rewritten svn: r11701 2009-01-24 Peter Landgren * src/DateHandler/_DateParser.py: Fixed error in leap year calculation for Julian calendar, issue #2639. svn: r11700 2009-01-23 Peter Landgren * src/DateHandler/_DateParser.py: Swedish calendar now works with checking for possible dates. svn: r11699 2009-01-23 Erik De Richter * po/nl.po: correction on nl.po svn: r11698 2009-01-23 Erik De Richter * po/nl.po: update nl.po svn: r11697 2009-01-22 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11695 2009-01-22 Erik De Richter * po/nl.po: update nl.po svn: r11692 2009-01-22 Peter Landgren * src/DateHandler/_DateParser.py: Fixed wrong if statemants. svn: r11691 2009-01-22 Jérôme Rapinat * po/fr.po, src/plugins/import/Makefile.am: update french translation svn: r11689 2009-01-22 Peter Landgren * src/DateHandler/_DateParser.py: Swedish cal. Valid check for the Sw. cal not working yet. svn: r11688 2009-01-22 Peter Landgren * src/plugins/export/ExportGedcom.py: GEDCOM export for Swedish calendar. svn: r11687 2009-01-22 Jérôme Rapinat * po/POTFILES.in, po/fr.po, po/gramps.pot: update french translation svn: r11686 2009-01-22 Espen Berg * po/nn.po: Uploaded new version of Norwegian nynorsk language file from Sigmund Lorentsen. Still a lot to do svn: r11685 2009-01-22 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Rotation is now done by dragging in open space (doesn't draw names while dragging to get speed up) svn: r11684 2009-01-22 Doug Blank * src/DateEdit.py: Move new gui options to near top of init svn: r11683 2009-01-22 Jérôme Rapinat * src/DateHandler/_DateParser.py, src/DateHandler/_Date_fr.py, src/gen/lib/calendar.py: #445: B.C.E and dates conversion on french_calendar svn: r11681 2009-01-22 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Rearrange methods to get all of the fanchart business int the widget; fixed a bug in show_parents; general refining svn: r11680 2009-01-21 Doug Blank * src/DateEdit.py: Need to return a default value for newyear offset code svn: r11679 2009-01-21 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Needed to register event mask to get additional signals; next step: cleanup svn: r11678 2009-01-20 Doug Blank * src/DateEdit.py: Need to get cart after horse svn: r11677 2009-01-20 Peter Landgren * src/DateHandler/_Date_ca.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_hr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py: Support for new Swedish calendar added. svn: r11676 2009-01-20 Peter Landgren * src/DateHandler/_DateDisplay.py: Typo fixed. svn: r11675 2009-01-20 Peter Landgren * src/gen/lib/date.py: Typo fixed. svn: r11674 2009-01-20 Benny Malengier * src/const.py.in: revert to all manual position svn: r11673 2009-01-20 Peter Landgren * src/gen/lib/calendar.py: Removed debug stuff. svn: r11672 2009-01-20 Benny Malengier * src/plugins/drawreport/DescendTree.py: 2586: Add spouses to the Descendant Tree report svn: r11671 2009-01-19 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Edited some comments; changed rotation to corners---would like to use motion svn: r11670 2009-01-19 Peter Landgren * src/Filters/Rules/Person/__init__.py: Reference to NoDeatsate removed. svn: r11669 2009-01-19 Peter Landgren * src/Filters/Rules/Person/Makefile.am: Reference to NoDeatsate removed. svn: r11668 2009-01-19 Benny Malengier * src/DataViews/GeoView.py: Fix HtmlView that crashes after recent changes svn: r11667 2009-01-19 Benny Malengier * configure.in, src/plugins/Makefile.am, src/plugins/docgen/Makefile.am, src/plugins/textreport/Makefile.am, src/plugins/tool/Makefile.am: make autotools work again svn: r11666 2009-01-19 Peter Landgren * src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DateHandler/_Date_sv.py, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/__init__.py, src/gen/lib/calendar.py, src/gen/lib/date.py, src/plugins/import/Makefile.am: Swedish calendar added. svn: r11665 2009-01-19 Jérôme Rapinat * src/const.py.in: remove USER_DOCGEN svn: r11664 2009-01-19 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: First working version svn: r11663 2009-01-19 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: A couple of bugs left svn: r11662 2009-01-19 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Work in progress svn: r11661 2009-01-18 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Places view correction. svn: r11660 2009-01-18 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Cleaning code. Unlimited number of markers. I fixed the limit to 200 markers per page. So if we have more than this limit, I split geoview in multiple pages. svn: r11659 2009-01-18 Doug Blank * src/GrampsCfg.py: Changes to formats_display tab to make smaller, so Preferences dialog isn't so long svn: r11658 2009-01-18 Doug Blank * src/plugins/gramplet/DefaultGramplets.py: Added gc to environment, with preset flags for checking uncollectable objects svn: r11657 2009-01-18 Doug Blank * src/DataViews/GrampletView.py: New gramplet method to turn word wrap on/off svn: r11656 2009-01-18 Doug Blank * src/plugins/tool/Leak.py: Added a summary count, and line numbers to output to help compare details svn: r11655 2009-01-18 Brian Matherly * src/plugins/Makefile.am: Add docgen to plugins/Makefile.am subdirectories. svn: r11653 2009-01-18 Brian Matherly * po/POTFILES.in, src/ViewManager.py, src/const.py.in, src/docgen/AsciiDoc.py, src/docgen/CairoDoc.py, src/docgen/GtkPrint.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/Makefile.am, src/docgen/ODFDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/docgen/gtkprintpreview.glade, src/plugins/docgen/AsciiDoc.py, src/plugins/docgen/CairoDoc.py, src/plugins/docgen/GtkPrint.py, src/plugins/docgen/HtmlDoc.py, src/plugins/docgen/LaTeXDoc.py, src/plugins/docgen/Makefile.am, src/plugins/docgen/ODFDoc.py, src/plugins/docgen/PSDrawDoc.py, src/plugins/docgen/PdfDoc.py, src/plugins/docgen/RTFDoc.py, src/plugins/docgen/SvgDrawDoc.py, src/plugins/docgen/gtkprintpreview.glade: Plugins Restructure: Move docgen plugins into plugins/docgen. svn: r11652 2009-01-18 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: Roundoff error svn: r11651 2009-01-18 Doug Blank * po/POTFILES.in, src/plugins/AgeStats.py, src/plugins/Makefile.am, src/plugins/gramplet/AgeStats.py, src/plugins/gramplet/Makefile.am: Moved AgeStats.py gramplet to correct subdirectory, and updated Makefile.am and POTFILES.in svn: r11650 2009-01-17 Brian Matherly * po/POTFILES.in, src/plugins/ImportGedcom.glade, src/plugins/Makefile.am, src/plugins/NarrativeWeb.py, src/plugins/export/Makefile.am, src/plugins/import/ImportGedcom.glade, src/plugins/import/Makefile.am, src/plugins/webreport/Makefile.am, src/plugins/webreport/NarrativeWeb.py: Plugins Restructure: Move NarrativeWeb.py plugins into plugins/webreport. svn: r11649 2009-01-17 Doug Blank * src/plugins/gramplet/FanChartGramplet.py: An experimental interactive fan chart. Needs some work to be really usable. See bug #2611 for more details. svn: r11648 2009-01-17 Doug Blank * src/plugins/gramplet/DefaultGramplets.py: Removed slow stuff on the calendar gramplet... too much work for just bolding the calendar. Now it just runs the Quick View On This Day svn: r11647 2009-01-17 Doug Blank * src/gen/lib/date.py: Handle date differences when one is a newyear other than Jan1 svn: r11646 2009-01-17 Doug Blank * src/DateHandler/_DateParser.py: Two minor tweaks: allow one to specify jan1, and parse for jan1 before looking for j (julian abbreviation) svn: r11645 2009-01-17 Doug Blank * src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/gen/lib/date.py, src/glade/gramps.glade: Bug fix #1834, 1842: new-year boundaries in history, and editing slash dates: These changes allow the date editor dialog to change slashdates, and to change the first day of the year from Jan1. This is important for some date calculations and orderings. In order to do this, a new date format variation has been added. You can put Mar1, Mar25, or Sept1 in the parens with or without a Calendar type. For example: 'Jan 1, 1735 (Julian,Mar25)'. See further docs in wiki. svn: r11644 2009-01-17 Doug Blank * src/gen/lib/test/date_test.py: Bring date_test up to date with new Span format; passes 100% svn: r11643 2009-01-17 Brian Matherly * po/POTFILES.in, src/plugins/ImportCsv.py, src/plugins/ImportGedcom.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportGrdb.py, src/plugins/ImportProGen.py, src/plugins/ImportVCard.py, src/plugins/Makefile.am, src/plugins/import/ImportCsv.py, src/plugins/import/ImportGedcom.py, src/plugins/import/ImportGeneWeb.py, src/plugins/import/ImportGrdb.py, src/plugins/import/ImportProGen.py, src/plugins/import/ImportVCard.py, src/plugins/import/Makefile.am: Plugins Restructure: Move import plugins into plugins/import. svn: r11641 2009-01-17 Brian Matherly * po/POTFILES.in, src/plugins/ExportCd.py, src/plugins/ExportCsv.glade, src/plugins/ExportCsv.py, src/plugins/ExportFtree.glade, src/plugins/ExportFtree.py, src/plugins/ExportGedcom.py, src/plugins/ExportGeneWeb.glade, src/plugins/ExportGeneWeb.py, src/plugins/ExportPkg.py, src/plugins/ExportVCalendar.glade, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.glade, src/plugins/ExportVCard.py, src/plugins/Makefile.am, src/plugins/export/ExportCd.py, src/plugins/export/ExportCsv.glade, src/plugins/export/ExportCsv.py, src/plugins/export/ExportFtree.glade, src/plugins/export/ExportFtree.py, src/plugins/export/ExportGedcom.py, src/plugins/export/ExportGeneWeb.glade, src/plugins/export/ExportGeneWeb.py, src/plugins/export/ExportPkg.py, src/plugins/export/ExportVCalendar.glade, src/plugins/export/ExportVCalendar.py, src/plugins/export/ExportVCard.glade, src/plugins/export/ExportVCard.py, src/plugins/export/Makefile.am: Plugins Restructure: Move export plugins into plugins/export. svn: r11640 2009-01-17 Brian Matherly * src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/Makefile.am, src/plugins/graph/GVFamilyLines.py, src/plugins/graph/GVHourGlass.py, src/plugins/graph/GVRelGraph.py, src/plugins/graph/Makefile.am: Plugins Restructure: Move graph reports into plugins/graph. svn: r11639 2009-01-16 Brian Matherly * po/POTFILES.in, src/plugins/AncestorReport.py, src/plugins/CustomBookText.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/Makefile.am, src/plugins/MarkerReport.py, src/plugins/NumberOfAncestorsReport.py, src/plugins/PlaceReport.py, src/plugins/SimpleBookTitle.py, src/plugins/Summary.py, src/plugins/textreport/AncestorReport.py, src/plugins/textreport/CustomBookText.py, src/plugins/textreport/DescendReport.py, src/plugins/textreport/DetAncestralReport.py, src/plugins/textreport/DetDescendantReport.py, src/plugins/textreport/EndOfLineReport.py, src/plugins/textreport/FamilyGroup.py, src/plugins/textreport/IndivComplete.py, src/plugins/textreport/KinshipReport.py, src/plugins/textreport/Makefile.am, src/plugins/textreport/MarkerReport.py, src/plugins/textreport/NumberOfAncestorsReport.py, src/plugins/textreport/PlaceReport.py, src/plugins/textreport/SimpleBookTitle.py, src/plugins/textreport/Summary.py: Plugins Restructure: Move text reports into plugins/textreport. svn: r11638 2009-01-16 Doug Blank * src/DataViews/GrampletView.py: Add update_all method to Gramplet to update directly without the gobject idle processing method svn: r11637 2009-01-16 Doug Blank * po/POTFILES.in, src/plugins/AttributesGramplet.py, src/plugins/DefaultGramplets.py, src/plugins/DescendGramplet.py, src/plugins/GivenNameGramplet.py, src/plugins/Makefile.am, src/plugins/NoteGramplet.py, src/plugins/WhatsNext.py, src/plugins/gramplet/AttributesGramplet.py, src/plugins/gramplet/DefaultGramplets.py, src/plugins/gramplet/DescendGramplet.py, src/plugins/gramplet/GivenNameGramplet.py, src/plugins/gramplet/Makefile.am, src/plugins/gramplet/NoteGramplet.py, src/plugins/gramplet/WhatsNext.py: Plugins restructure: move gramplets to plugins/gramplet/ svn: r11636 2009-01-16 Brian Matherly * po/POTFILES.in, src/plugins/AgeOnDate.py, src/plugins/AttributeMatch.py, src/plugins/FilterByName.py, src/plugins/Makefile.am, src/plugins/OnThisDay.py, src/plugins/Query.py, src/plugins/References.py, src/plugins/Reporef.py, src/plugins/SameSurnames.py, src/plugins/all_events.py, src/plugins/all_relations.py, src/plugins/drawreport/Makefile.am, src/plugins/lineage.py, src/plugins/quickview/AgeOnDate.py, src/plugins/quickview/AttributeMatch.py, src/plugins/quickview/FilterByName.py, src/plugins/quickview/Makefile.am, src/plugins/quickview/OnThisDay.py, src/plugins/quickview/Query.py, src/plugins/quickview/References.py, src/plugins/quickview/Reporef.py, src/plugins/quickview/SameSurnames.py, src/plugins/quickview/all_events.py, src/plugins/quickview/all_relations.py, src/plugins/quickview/lineage.py, src/plugins/quickview/siblings.py, src/plugins/siblings.py, src/plugins/tool/Makefile.am: Move all quick views into plugins/quickview. svn: r11635 2009-01-16 Brian Matherly * po/POTFILES.in, src/plugins/AncestorTree.py, src/plugins/DescendTree.py, src/plugins/FanChart.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py, src/plugins/drawreport/AncestorTree.py, src/plugins/drawreport/DescendTree.py, src/plugins/drawreport/FanChart.py, src/plugins/drawreport/Makefile.am, src/plugins/drawreport/StatisticsChart.py, src/plugins/drawreport/TimeLine.py, src/plugins/rel/Makefile.am, src/plugins/tool/Makefile.am: Move all draw reports into plugins/drawreport. svn: r11634 2009-01-16 Brian Matherly * src/plugins/CalculateEstimatedDates.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CmdRef.py, src/plugins/DateParserDisplayTest.py, src/plugins/Desbrowser.py, src/plugins/DumpGenderStats.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/EventNames.py, src/plugins/ExtractCity.py, src/plugins/FindDupes.py, src/plugins/Leak.py, src/plugins/Makefile.am, src/plugins/MediaManager.py, src/plugins/NotRelated.glade, src/plugins/NotRelated.py, src/plugins/OwnerEditor.py, src/plugins/PHPGedViewConnector.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/RelCalc.py, src/plugins/RemoveUnused.py, src/plugins/ReorderIds.py, src/plugins/SortEvents.py, src/plugins/SoundGen.py, src/plugins/TestcaseGenerator.py, src/plugins/Verify.py, src/plugins/changenames.glade, src/plugins/changetype.glade, src/plugins/desbrowse.glade, src/plugins/eval.glade, src/plugins/eventcmp.glade, src/plugins/leak.glade, src/plugins/merge.glade, src/plugins/ownereditor.glade, src/plugins/patchnames.glade, src/plugins/phpgedview.glade, src/plugins/rel/Makefile.am, src/plugins/relcalc.glade, src/plugins/soundex.glade, src/plugins/summary.glade, src/plugins/tool/CalculateEstimatedDates.py, src/plugins/tool/ChangeNames.py, src/plugins/tool/ChangeTypes.py, src/plugins/tool/Check.py, src/plugins/tool/CmdRef.py, src/plugins/tool/DateParserDisplayTest.py, src/plugins/tool/Desbrowser.py, src/plugins/tool/DumpGenderStats.py, src/plugins/tool/Eval.py, src/plugins/tool/EventCmp.py, src/plugins/tool/EventNames.py, src/plugins/tool/ExtractCity.py, src/plugins/tool/FindDupes.py, src/plugins/tool/Leak.py, src/plugins/tool/Makefile.am, src/plugins/tool/MediaManager.py, src/plugins/tool/NotRelated.glade, src/plugins/tool/NotRelated.py, src/plugins/tool/OwnerEditor.py, src/plugins/tool/PHPGedViewConnector.py, src/plugins/tool/PatchNames.py, src/plugins/tool/Rebuild.py, src/plugins/tool/RebuildRefMap.py, src/plugins/tool/RelCalc.py, src/plugins/tool/RemoveUnused.py, src/plugins/tool/ReorderIds.py, src/plugins/tool/SortEvents.py, src/plugins/tool/SoundGen.py, src/plugins/tool/TestcaseGenerator.py, src/plugins/tool/Verify.py, src/plugins/tool/changenames.glade, src/plugins/tool/changetype.glade, src/plugins/tool/desbrowse.glade, src/plugins/tool/eval.glade, src/plugins/tool/eventcmp.glade, src/plugins/tool/leak.glade, src/plugins/tool/merge.glade, src/plugins/tool/ownereditor.glade, src/plugins/tool/patchnames.glade, src/plugins/tool/phpgedview.glade, src/plugins/tool/relcalc.glade, src/plugins/tool/soundex.glade, src/plugins/tool/summary.glade, src/plugins/tool/unused.glade, src/plugins/tool/verify.glade, src/plugins/unused.glade, src/plugins/verify.glade: Move all tools into plugins/tool. svn: r11633 2009-01-16 Brian Matherly * po/POTFILES.in, src/plugins/Makefile.am, src/plugins/rel/rel_cs.py, src/plugins/rel/rel_da.py, src/plugins/rel/rel_de.py, src/plugins/rel/rel_es.py, src/plugins/rel/rel_fi.py, src/plugins/rel/rel_fr.py, src/plugins/rel/rel_hu.py, src/plugins/rel/rel_it.py, src/plugins/rel/rel_nl.py, src/plugins/rel/rel_no.py, src/plugins/rel/rel_pl.py, src/plugins/rel/rel_pt.py, src/plugins/rel/rel_ru.py, src/plugins/rel/rel_sk.py, src/plugins/rel/rel_sv.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_pl.py, src/plugins/rel_pt.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/plugins/rel_sv.py: Move all relationship calculator translators into plugins/rel. svn: r11632 2009-01-16 Brian Matherly * src/gen/plug/_manager.py: Add support for subdirectories in the plugins directory. svn: r11631 2009-01-16 Brian Matherly * src/gen/proxy/living.py: Include suffix and title in names for living people when names are not restricted. svn: r11630 2009-01-15 Brian Matherly * src/ReportBase/_ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: 0002467: Add christening narration to detailed text reports. svn: r11629 2009-01-15 Brian Matherly * src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: 0002432: Detailed reports place dots where they do not belong. svn: r11628 2009-01-15 Brian Matherly * src/plugins/DetAncestralReport.py: 0001973: Show all or no half siblings in Detailed Ancestral Report svn: r11626 2009-01-14 Peter Landgren * src/PlaceUtils.py: New format for lat/long added used by Swedish and Finnish map provider kartor.eniro.se|fi. svn: r11624 2009-01-14 Doug Blank * src/DbManager.py: Protect from crash when attempting to read status of DB svn: r11623 2009-01-14 Doug Blank * src/plugins/DefaultGramplets.py: Removed debuging info svn: r11622 2009-01-13 Benny Malengier * src/PlaceUtils.py: 2536: Improve PlaceUtils.py a little bit svn: r11621 2009-01-13 Doug Blank * src/Filters/Rules/Person/_NoBirthdate.py: Bug #2567: Person Filter bug: 'people without a known birth date' doesn't work correctly svn: r11619 2009-01-13 Doug Blank * src/plugins/DefaultGramplets.py, src/plugins/GivenNameGramplet.py: Divide by total number of people to get percentage svn: r11618 2009-01-13 Doug Blank * src/plugins/DefaultGramplets.py, src/plugins/GivenNameGramplet.py: Fixed percentages shown in tooltip, thanks /Peter; related to Bug #2598 svn: r11617 2009-01-13 Doug Blank * src/plugins/DefaultGramplets.py, src/plugins/GivenNameGramplet.py: Fixed bug #2598: Cloud gramplets didn't show exactly the right set of names svn: r11616 2009-01-12 Peter Landgren * src/PlaceUtils.py: Fix of issue 2606. svn: r11614 2009-01-11 Serge Noiraud * src/DataViews/GeoView.py: GeoView : javascript optimization ( size, comments ) add a popup and limit the number of markers. svn: r11613 2009-01-11 Doug Blank * src/BasicUtils/_NameDisplay.py, src/GrampsCfg.py: Added name format form: if surrounded in double quotes, only use % codes svn: r11612 2009-01-11 Jérôme Rapinat * src/DataViews/NoteView.py: 2607: Missing Export View tab on NoteView svn: r11611 2009-01-10 Doug Blank * src/GrampsCfg.py: Bugs: #1960, #1895 added some documentation to Format Name Editor svn: r11609 2009-01-10 Mirko Leonhäuser * po/de.po: Fixed minor error in translation svn: r11607 2009-01-10 Doug Blank * src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/PersonView.py, src/DataViews/RepositoryView.py, src/QuickReports.py: Bug #2157: Change Quick Report to Quick View, fixed svn: r11606 2009-01-10 Doug Blank * po/POTFILES.in, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_ChangedSince.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_ChangedSince.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/MediaObject/_ChangedSince.py, src/Filters/Rules/MediaObject/__init__.py, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Note/_ChangedSince.py, src/Filters/Rules/Note/__init__.py, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_ChangedSince.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Place/_ChangedSince.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Repository/_ChangedSince.py, src/Filters/Rules/Repository/__init__.py, src/Filters/Rules/Source/Makefile.am, src/Filters/Rules/Source/_ChangedSince.py, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/_ChangedSinceBase.py, src/Filters/Rules/__init__.py: Contribution by MD Nauta, Feature Request #2603, Adds ChangedSince filter for all records. Tweaked time match a little, and text svn: r11605 2009-01-10 Doug Blank * po/POTFILES.in, src/DataViews/GrampletView.py, src/plugins/AttributeMatch.py, src/plugins/AttributesGramplet.py, src/plugins/Makefile.am: Added new Attribute gramplet, quick view, and link (for gramplets) svn: r11604 2009-01-10 Doug Blank * src/Simple/_SimpleTable.py: fix for gtk not liking unicode? svn: r11603 2009-01-10 Doug Blank * src/plugins/SameSurnames.py: minor comment change svn: r11602 2009-01-10 Gary Burton * src/GrampsDbUtils/_GedcomLex.py: Cleaner method of handling whitespace. Contributed by Tim Lyons (tim.g.lyons@googlemail.com) svn: r11601 2009-01-10 Gary Burton * src/Sort.py, src/plugins/Makefile.am, src/plugins/SortEvents.py: New plugin for sorting events within a database svn: r11599 2009-01-10 Jérôme Rapinat * po/fr.po: update french translation svn: r11597 2009-01-10 Jérôme Rapinat * src/plugins/ImportGedcom.glade: typo svn: r11596 2009-01-10 Mirko Leonhäuser * po/de.po: Fixed translation for bug #0002416 to NACHNAME svn: r11595 2009-01-09 Jérôme Rapinat * po/fr.po: update french translation svn: r11593 2009-01-09 Erik De Richter * po/nl.po: update nl.po svn: r11592 2009-01-08 Serge Noiraud * src/DataViews/GeoView.py, src/mapstraction/mapstraction.js: GeoView : Added one html page per map type ( event, place, people and family ). Update mapstraction.js to version 208. Use the same tmp directory for all html pages ( startpage and *.html ) svn: r11591 2009-01-08 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11590 2009-01-08 Jérôme Rapinat * po/fr.po: update french translation svn: r11588 2009-01-08 Jérôme Rapinat * po/POTFILES.in, po/fr.po: french translation (clean-up for trunk) svn: r11586 2009-01-08 Benny Malengier * src/DataViews/GeoView.py: Change directory of geoview html, make sure it exists and works on WinOS svn: r11585 2009-01-08 Doug Blank * src/GrampsCfg.py, src/plugins/ExportXml.py, src/plugins/ImportXml.py: Fixes for bug #2416: added proper name format in gtk tree model, and update on canceled edit; undid previous hack svn: r11584 2009-01-07 Doug Blank * src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py, src/plugins/DescendGramplet.py, src/plugins/GivenNameGramplet.py, src/plugins/Records.py, src/plugins/WhatsNext.py: Cleanup separation between gui and non-gui; moved toolip to set_tooltip svn: r11582 2009-01-06 Doug Blank * src/plugins/GivenNameGramplet.py: Added copyright and license statements svn: r11578 2009-01-06 Doug Blank * po/POTFILES.in, src/DataViews/GrampletView.py, src/plugins/GivenNameGramplet.py, src/plugins/Makefile.am: New Given Name Cloud Gramplet by Pander Musubi, and new links to run Same Given Quick View svn: r11577 2009-01-06 Doug Blank * src/plugins/SameSurnames.py: Added new Quick View for show Same Given Names svn: r11576 2009-01-05 Doug Blank * src/DataViews/RelationView.py, src/widgets/labels.py: Added ellipses if the birth/death lines are too long svn: r11575 2009-01-05 Serge Noiraud * src/DataViews/GeoView.py: GeoView : gtkmozembed get_location instead of get_uri. svn: r11574 2009-01-05 Doug Blank * src/plugins/DefaultGramplets.py: Bugfix if no event in Data Entry gramplet svn: r11573 2009-01-05 Doug Blank * src/plugins/DefaultGramplets.py: rewrote session log gramplet to be simpler and more complete svn: r11572 2009-01-05 Doug Blank * src/plugins/Records.py: Removed auto-updates except for when unminimize and db-change svn: r11571 2009-01-04 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Cleaning code, solve resizing and back and forward problems. svn: r11570 2009-01-04 Doug Blank * src/plugins/ExportXml.py, src/plugins/ImportXml.py: Fix for 2416: don't save translated name-formats in XML svn: r11569 2009-01-04 Doug Blank * src/gen/lib/date.py: Translation clauses: about, less than, greater than, etc. svn: r11567 2009-01-04 Doug Blank * src/gen/lib/date.py: Added a __getitem__ method to date Spans which should eventually be removed. I belive that only the Det*Reports.py use them. svn: r11566 2009-01-04 Doug Blank * src/Simple/_SimpleTable.py, src/gen/lib/date.py, src/plugins/AgeOnDate.py: Changes in the manner that date differences are represented and compared svn: r11565 2009-01-04 Doug Blank * src/plugins/Records.py: Added yield statements to update screen more often svn: r11564 2009-01-03 Peter Landgren * po/sv.po: Made some strings more consistent. svn: r11563 2009-01-03 Doug Blank * src/GrampsCfg.py: Jérôme svn: r11562 2009-01-03 Doug Blank * src/plugins/DefaultGramplets.py: Removed bold from Pedigree gramplet svn: r11561 2009-01-03 Doug Blank * src/DataViews/GrampletView.py: Fixed order of test in render string count svn: r11560 2009-01-02 Doug Blank * src/DataViews/GrampletView.py: Hack fix for length of unicode marked-up text svn: r11559 2009-01-01 Doug Blank * src/plugins/NoteGramplet.py: New gramplet to create a simple interface to edit/add a person's primary notes. svn: r11558 2009-01-01 Doug Blank * src/plugins/DefaultGramplets.py: Refinements in the Data Entry Gramplet: show/hide init values svn: r11557 2009-01-01 Doug Blank * src/DataViews/RelationView.py, src/DisplayModels/_PeopleModel.py, src/ReportBase/_ReportUtils.py, src/gen/lib/date.py: Refinements to give more feedback on probably alive; use CAUSE_DEATH as additional evidence for death; date span shows (unknown) for invalid differences. svn: r11556 2008-12-31 Doug Blank * po/POTFILES.in, src/plugins/Makefile.am, src/plugins/Records.py, src/plugins/WhatsNext.py: Removed translation hacks and committed WhatsNext and Records to po files svn: r11555 2008-12-31 Doug Blank * src/plugins/Records.py: Fixed log. svn: r11554 2008-12-31 Doug Blank * src/plugins/Records.py: Fixes in logic... in progress svn: r11553 2008-12-31 Doug Blank * src/plugins/Records.py: Added probably_alive logic svn: r11552 2008-12-31 Doug Blank * src/plugins/Records.py: Typo svn: r11551 2008-12-31 Doug Blank * src/plugins/Records.py: Cleaned up code; added cause of death, cremation, and burial events to be evidence of death svn: r11550 2008-12-31 Doug Blank * src/ReportBase/_ReportUtils.py, src/gen/lib/date.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: Fix for #2303: plugins/Det*Report.py use an outdated method of computing ages. This fix brings it up to date, but needs some additional work once date spans can fully repr themselves. svn: r11549 2008-12-31 Peter Landgren * src/plugins/DefaultGramplets.py: Fixed a gettext call. svn: r11548 2008-12-31 Doug Blank * src/plugins/Records.py, src/plugins/WhatsNext.py: Use new family link; code was ready to fix--thanks svn: r11547 2008-12-31 Doug Blank * src/DataViews/GrampletView.py: Fixed #2544: added Family link type in gramplets svn: r11546 2008-12-31 Doug Blank * src/plugins/ImportCsv.py: Fix for #2582: lower translated gender terms svn: r11545 2008-12-30 Doug Blank * src/plugins/DefaultGramplets.py: Added the force_update flag to the session log gramplet svn: r11543 2008-12-30 Doug Blank * src/DataViews/GrampletView.py: Added a force_update flag in gramplets, and fixed a render markup issue in offset svn: r11542 2008-12-30 Doug Blank * src/DataViews/GrampletView.py: Fixed unnecessary redraw when detaching gramplet svn: r11541 2008-12-30 Doug Blank * src/plugins/AgeStats.py: Fixed some border issues; decimal format suggestion svn: r11540 2008-12-30 Peter Landgren * src/plugins/AgeStats.py: Fixed another typo. svn: r11539 2008-12-30 Peter Landgren * src/plugins/AgeStats.py: Fixed typo. svn: r11538 2008-12-30 Doug Blank * src/plugins/Records.py: Fix for using only birth relations, by Reinhard Müller svn: r11537 2008-12-29 Peter Landgren * src/plugins/AgeStats.py: Changed to percentage distribution. svn: r11536 2008-12-29 Doug Blank * src/plugins/WhatsNext.py: What next will update when the home-person is changed svn: r11535 2008-12-29 Doug Blank * src/gen/db/base.py, src/gen/db/dbdir.py: Added new signal to database: home-person-changed, which is emitted when the default person is set svn: r11534 2008-12-29 Doug Blank * src/plugins/DefaultGramplets.py: Don't reset relation types of data entry gramplet after each save svn: r11533 2008-12-28 Doug Blank * src/gen/lib/date.py: Fixed a bug in negative date differences; enhanced Span repr (shows days, if short enough) svn: r11532 2008-12-27 Doug Blank * src/plugins/Records.py: Reverted to use regular dates (no partial or inexact), but with a setting to change to include any valid date svn: r11531 2008-12-27 Doug Blank * src/DataViews/GrampletView.py: Redraw a gramplet when expanding it from minimized state svn: r11530 2008-12-27 Doug Blank * src/plugins/Records.py: Date diff Span now can display itself; changed is_regular to is_valid to use partial dates, too svn: r11529 2008-12-27 Doug Blank * src/gen/lib/date.py: Added len to Span class, and added an is_valid method to date. is_valid similar to is_regular, but allows partial dates svn: r11528 2008-12-27 Doug Blank * src/plugins/Records.py, src/plugins/WhatsNext.py: Versions of Reinhard Müller's WhatsNext and Records gramplets svn: r11526 2008-12-27 Doug Blank * src/plugins/DefaultGramplets.py: Data entry gramplet edit button points to parents family, if active person is not a spouse of a family svn: r11525 2008-12-27 Doug Blank * src/DataViews/RelationView.py: Added a bold parent name when that parent has parents svn: r11524 2008-12-27 Doug Blank * src/gen/lib/date.py: Added lt and gt for date span comparisons svn: r11523 2008-12-27 Doug Blank * src/gen/lib/test/date_test.py: Added a test for negative date differences svn: r11522 2008-12-27 Doug Blank * src/gen/lib/date.py: Date spans that are negative show with negative year, month, and day svn: r11521 2008-12-27 Doug Blank * src/plugins/DefaultGramplets.py: Added an Edit family button to edit first family svn: r11520 2008-12-27 Doug Blank * src/plugins/DescendGramplet.py: Tweak on minimum size svn: r11519 2008-12-26 Doug Blank * po/POTFILES.in, src/plugins/DescendGramplet.py, src/plugins/Makefile.am: New Descendent Gramplet based on the report svn: r11518 2008-12-24 Doug Blank * src/plugins/ImportCsv.py: Added default family relationship of marriage svn: r11517 2008-12-24 Doug Blank * src/plugins/DefaultGramplets.py: Added default family relationship of marriage; enlarged default gramplet height svn: r11516 2008-12-24 Doug Blank * src/plugins/DefaultGramplets.py: Data entry gramplet complete, ready for feedback svn: r11515 2008-12-24 Doug Blank * src/plugins/DefaultGramplets.py: Added spouse, sibling, and child relations to data entry gramplet; still missing parent and bugs in finding families svn: r11514 2008-12-24 Doug Blank * src/plugins/DefaultGramplets.py: Data entry gramplet can add spouse and edit active person svn: r11513 2008-12-23 Doug Blank * src/plugins/DefaultGramplets.py: General cleanup of data entry gramplet svn: r11512 2008-12-23 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Invalid prefs.js path for gtkmozembed proxy. HtmlView doesn't need size: no more scrollbars. Adapt zoom to be sure all markers are visible. svn: r11511 2008-12-23 Doug Blank * src/plugins/DefaultGramplets.py: Removed extra space in name bug; clear data entry between db changes svn: r11510 2008-12-23 Doug Blank * src/plugins/DefaultGramplets.py: Can now add a new person -- no relations yet, and no editing of data svn: r11509 2008-12-23 Doug Blank * src/DataViews/PersonView.py: Fix to make sure we only process a new person once, else it corrupts the view svn: r11508 2008-12-22 Doug Blank * src/plugins/DefaultGramplets.py: Fixed some spacing issues on Data Entry gramplet svn: r11507 2008-12-22 Doug Blank * src/plugins/AgeStats.py: Fixed translation issues svn: r11506 2008-12-22 Doug Blank * src/plugins/DefaultGramplets.py: Fixed Data Entry height and expandability svn: r11505 2008-12-22 Doug Blank * src/plugins/AgeStats.py: Fixed issue in showing non-birth children relations; adjusted minimum height svn: r11504 2008-12-22 Doug Blank * src/DataViews/GrampletView.py: Fixed bug in classless Gramplets: no options are available svn: r11503 2008-12-22 Doug Blank * src/DataViews/GrampletView.py, src/plugins/AgeStats.py: Added options to AgeStats; set order of options; aligned options; added copyright svn: r11502 2008-12-20 Doug Blank * src/plugins/holidays.xml: holidays.xml changes for USA 2009 svn: r11501 2008-12-20 Doug Blank * src/plugins/DefaultGramplets.py: Working on display of Data Entry Gramplet; next will come the actual database changes svn: r11500 2008-12-20 Doug Blank * po/POTFILES.in, src/plugins/AgeStats.py, src/plugins/Makefile.am: Added new Gramplet: AgeStats.py that creates textual distribution graphs where each row can be double-clicked to show matching groups svn: r11499 2008-12-20 Doug Blank * src/plugins/DefaultGramplets.py: Cleaning up Data Entry Gramplet; not editing data yet svn: r11498 2008-12-19 Doug Blank * src/plugins/DefaultGramplets.py: First bit of code for a data entry gramplet svn: r11496 2008-12-19 Erik De Richter * po/nl.po: update Dutch translation svn: r11494 2008-12-19 Jérôme Rapinat * po/sk.po: Update Slovak translation (by Lubo Vasko) svn: r11493 2008-12-17 Kees Bakker * src/plugins/Calendar.py: Before creating the EnumeratedListOption for the name formats we must get the list so we can use the value of the first entry. Otherwise you'll see "Value -1 not found for option..." on your command window. * src/plugins/Calendar.py svn: r11490 2008-12-17 Kees Bakker * src/ExportOptions.py: Just a minor cleanup. No functional change. * src/ExportOptions.py svn: r11489 2008-12-17 Kees Bakker * src/plugins/Calendar.py: Use progress meter while doing the filtering. * src/plugins/Calendar.py svn: r11488 2008-12-16 Gary Burton * src/GrampsDbUtils/_GedcomParse.py: Gedcom compliance. Bug #2558: Further fix for when a media note is not present. svn: r11485 2008-12-15 Kees Bakker * src/Filters/_GenericFilter.py, src/plugins/NarrativeWeb.py, src/plugins/WebCal.py: Add an option progress meter argument to GenericFilter.apply If present it must be an instance of Utils.ProgressMeter. * src/Filters/_GenericFilter.py * src/plugins/WebCal.py * src/plugins/NarrativeWeb.py svn: r11481 2008-12-15 Doug Blank * src/plugins/holidays.xml: Fixed two holidays: Inaug: wrong year; Yom Kippur wrong day; added New Year's Eve svn: r11480 2008-12-15 Jérôme Rapinat * src/glade/gramps.glade: 2561: Typo (contribution by Joan Creus) svn: r11478 2008-12-14 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Code optmization. svn: r11476 2008-12-14 Serge Noiraud * src/DataViews/GeoView.py: GeoView : Adding sensitivity to backward and forward buttons. svn: r11475 2008-12-14 Doug Blank * src/DataViews/GrampletView.py: Applied change to bypass update if Gramplet is closed or minimized svn: r11474 2008-12-14 Doug Blank * src/DataViews/GrampletView.py: removed debugging line svn: r11473 2008-12-14 Doug Blank * src/DataViews/GrampletView.py: Fixed a bug (show_all) on showing options when creating gramplets on the fly; clean up by separating gui from non-gui code svn: r11472 2008-12-14 Doug Blank * src/DataViews/RelationView.py, src/gen/lib/date.py: Added to display age at death if dead, or current age if alive svn: r11471 2008-12-14 Doug Blank * src/DataViews/GrampletView.py, src/PluginUtils/_GuiOptions.py, src/plugins/DefaultGramplets.py: Added options to Gramplets svn: r11470 2008-12-13 Kees Bakker * src/plugins/WebCal.py: Fix to get weeks alignment for "blank year" too. * src/plugins/WebCal.py svn: r11469 2008-12-13 Gary Burton * src/GrampsDbUtils/_GedcomParse.py: Gedcom compliance. Bug #2558: Notes in the GEDCOM multimedia objects not imported. Also fixed importing of repository notes. svn: r11468 2008-12-13 Doug Blank * src/DataViews/GrampletView.py, src/QuickReports.py, src/Simple/_SimpleTable.py, src/docgen/TextBufDoc.py, src/glade/gramps.glade, src/plugins/DefaultGramplets.py: Added a Gramplet that can run a Quick View svn: r11466 2008-12-12 Gary Burton * src/GrampsDbUtils/_GedcomLex.py: Gedcom compliance. Bug #2555: Blanks at the begining of Gedcom CONT fields. svn: r11465 2008-12-12 Serge Noiraud * src/DataViews/GeoView.py: Adding history back, forward and reload page svn: r11462 2008-12-12 Kees Bakker * src/plugins/NarrativeWeb.py, src/plugins/WebCal.py: Remove the validator button at the bottom of each generated page. * src/plugins/NarrativeWeb.py * src/plugins/WebCal.py svn: r11461 2008-12-12 Serge Noiraud * src/DataViews/GeoView.py: Adapt GeoView to HtmlView. svn: r11459 2008-12-11 Serge Noiraud * src/DataViews/GeoView.py: Adding window resizing to suppress scrollbar. svn: r11457 2008-12-11 Kees Bakker * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css: CSS corrections by Jason Simanek. * src/data/Web_*.css svn: r11456 2008-12-11 Kees Bakker * src/plugins/WebCal.py: Bugfix in collect_data. Was overwriting 'year', and then confused the probably_alive call. * src/plugins/WebCal.py svn: r11455 2008-12-11 Jérôme Rapinat * src/plugins/MediaManager.py: 2556: Typo (by Joan Creus) svn: r11453 2008-12-11 Kees Bakker * src/Filters/Rules/Person/_HasCommonAncestorWith.py: Speed improvement for the "has common ancestor" filter rule. For a database with 2300 persons the time to filter goes from 500 seconds to 80. I believe that the difference must be even bigger for larger database. The new algorithm is more or less linear. Each person is only visited once to compute the ancestors, and it does depth first. * src/Filters/Rules/Person/_HasCommonAncestorWith.py svn: r11451 2008-12-10 Serge Noiraud * src/DataViews/GeoView.py: Adding conversion for latitude and longitude and end of cleaning for gtkhtml. svn: r11450 2008-12-09 Benny Malengier * src/DataViews/GeoView.py, src/DataViews/__init__.py: Add HtmlView as base for GeoView svn: r11449 2008-12-09 Serge Noiraud * src/DataViews/GeoView.py: removing gtkhtml, cleaning svn: r11448 2008-12-08 Doug Blank * src/gen/db/dbdir.py: Fixed some missed dates in conversion from 13 to 14 svn: r11447 2008-12-08 Benny Malengier * configure.in, src/DataViews/GeoView.py, src/DataViews/__init__.py, src/Makefile.am, src/mapstraction/Makefile.am, src/mapstraction/mapstraction.js: GeoView part II: the module itself. GeoView.py is written by Serge, mapstraction.js is BSD licenced lib svn: r11446 2008-12-08 Benny Malengier * src/Config/Makefile.am, src/Config/_GrampsGconfKeys.py, src/Config/__init__.py, src/Config/gen_schema_keys.py: Complete remove of GCONF settings and upgrade possibility Note: Gconf still used in GNOME for thumbnailers svn: r11444 2008-12-08 Benny Malengier * src/glade/gramps.glade: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated patch Josip, part 2 svn: r11442 2008-12-08 Benny Malengier * : rename file to standard svn: r11441 2008-12-07 Benny Malengier * src/GrampsCfg.py: GeoView: text non developers should understand svn: r11440 2008-12-07 Benny Malengier * src/GrampsCfg.py: correct typo svn: r11439 2008-12-07 Benny Malengier * src/Config/_GrampsConfigKeys.py, src/DataViews/__init__.py, src/GrampsCfg.py, src/gramps_main.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-geo.svg: Part 1 of GeoView: icons, configs and preferences svn: r11438 2008-12-07 Benny Malengier * src/glade/gramps.glade: GtkSpinButton: setting an adjustment with non-zero page size is deprecated Patch Josip svn: r11436 2008-12-07 Stéphane Charette * NEWS: updated with 3.0.4 svn: r11435 2008-12-07 Doug Blank * src/plugins/ExportCsv.glade, src/plugins/ExportCsv.py: Added option to not translate headers in CSV output svn: r11428 2008-12-06 Luigi Toscano * data/gramps.desktop.in: Make .desktop file compliant with Desktop Entry Specification svn: r11426 2008-12-06 Brian Matherly * src/ReportBase/_CommandLineReport.py: 0002184: BUG: IndexError: tuple index out of range svn: r11425 2008-12-05 Espen Berg * po/gramps.pot, po/nb.po: Revised some more on Norwegian Bokmål translation svn: r11423 2008-12-04 Benny Malengier * src/ThumbNails.py, src/docgen/ODFDoc.py, src/plugins/NarrativeWeb.py, src/plugins/Verify.py: 002503: Change md5 module by hashlib. Fallback to md5 on importerror (python 2.4 users) svn: r11420 2008-12-04 Kees Bakker * src/data/Web_Basic-Ash.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Visually.css, src/plugins/WebCal.py: Correction of CSS and Python code in WebCal. svn: r11418 2008-12-04 Benny Malengier * src/PlaceUtils.py: 0002507: [Place-Dialog] "Unhandled exception" when pasting some invalid string Fixing the bug, no features or improvements svn: r11416 2008-12-04 Benny Malengier * src/plugins/ImportXml.py: 0002512: [Python 2.6 support] Change sets module by built-in set types Removed offending code, not used svn: r11412 2008-12-04 Doug Blank * src/plugins/Sql.py: Patched an attribute error... two tables left to make svn: r11409 2008-12-03 Mirko Leonhäuser * po/de.po: Fixed minor error in translation svn: r11407 2008-12-03 Erik De Richter * po/nl.po: update Dutch translation svn: r11400 2008-12-03 Doug Blank * src/plugins/Sql.py: About 80% done with SQL dump svn: r11399 2008-12-02 Peter Landgren * po/gramps.pot, po/sv.po: Changes to avoid Alt_C, Alt_O and Alt_H collisions, also changes for short keys for g.j,J,p,q,y as they do not show up in some fonts. svn: r11397 2008-12-02 Peter Landgren * src/plugins/ExportCsv.glade, src/plugins/ExportGeneWeb.glade, src/plugins/eventcmp.glade, src/plugins/merge.glade, src/plugins/verify.glade: Changes to avoid Alt_C, Alt_O and Alt_H collisions. Also changed short keys for g.j,J,p,q,y as they do not show up in some fonts. svn: r11396 2008-12-02 Peter Landgren * src/glade/gramps.glade: Changes to avoid Alt_C, Alt_O and Alt_H collisions. Also changed short keys for g.j,J,p,q,y as they do not show up in some fonts. svn: r11395 2008-12-02 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11394 2008-12-02 Peter Landgren * src/plugins/verify.glade: Fix of issue 2529. svn: r11392 2008-12-02 Jérôme Rapinat * src/plugins/FanChart.py: typo (wait after 3.0.4 on branch) svn: r11389 2008-12-02 Doug Blank * src/plugins/Sql.py: Working on deconstructing data... svn: r11387 2008-12-01 Espen Berg * po/nb.po, po/nn.po: Updated Norwegian Nynorsk translation svn: r11386 2008-12-01 Doug Blank * src/plugins/Sql.py: Notes in sources are handles (of course) svn: r11383 2008-12-01 Doug Blank * src/plugins/Sql.py: Clean up; reorg svn: r11382 2008-12-01 Doug Blank * src/plugins/Sql.py: Removed main_loc (a location) from places svn: r11381 2008-12-01 Doug Blank * src/plugins/Sql.py: Error in loading a date in names table svn: r11380 2008-12-01 Peter Landgren * po/sv.po: Regular update. svn: r11379 2008-12-01 Peter Landgren * src/plugins/ImportGedcom.py, src/plugins/ImportXml.py: Fix of issue 2525 underline in name. svn: r11378 2008-12-01 Doug Blank * src/plugins/Sql.py: Show error query and values svn: r11377 2008-12-01 Doug Blank * src/plugins/Sql.py: Fixed trim -> strip typo svn: r11375 2008-12-01 Doug Blank * src/plugins/Sql.py: Experimental SQL interface svn: r11374 2008-11-30 Peter Landgren * src/Editors/_EditFamily.py: Fix of 2518, so that Alt-C always means Cancel. svn: r11372 2008-11-30 Doug Blank * src/DbLoader.py: Fixed import error message to be more accurate svn: r11369 2008-11-30 Doug Blank * src/plugins/ImportCsv.py: Fixed updating notes in CSV import and fixed a bug on adding notes to marriage when only notes (no other data) and a bug in add marriage notes twice svn: r11366 2008-11-29 Gary Burton * src/DisplayTabs/_EmbeddedList.py: Change the way drag and drop is initiated. patch suggested by tgehrig. Bug #2486. svn: r11363 2008-11-29 Doug Blank * src/gen/plug/_manager.py: Reset import and export lists (others may need to be reset, too) svn: r11361 2008-11-29 Doug Blank * src/gen/db/dbdir.py: Continued attempted fix for BSDDB new methods and attributes svn: r11360 2008-11-28 Gary Burton * src/DbLoader.py: Remove some debugging code svn: r11358 2008-11-28 Doug Blank * src/const.py.in: Missing e in const shortopts svn: r11357 2008-11-28 Doug Blank * src/ArgHandler.py, src/const.py.in: Missing -e and -L in const, and missing -o and -u in ArgHandler svn: r11356 2008-11-28 Doug Blank * src/ArgHandler.py: Fixed typo in -L to list details of database svn: r11355 2008-11-28 Doug Blank * src/gen/db/dbdir.py: Changes with Python 2.5.2 and BSDDB are more subtle---seems to require checking both Python and BSDDB versions. This involves a method name change, and a flag name change. svn: r11354 2008-11-25 Erik De Richter * po/nl.po: update Dutch translation svn: r11349 2008-11-24 Peter Landgren * po/gramps.pot, po/sv.po: Update due to issue 2515. svn: r11346 2008-11-24 Peter Landgren * src/Filters/Rules/Note/_MatchesRegexpOf.py: Fix of issue 2515. svn: r11343 2008-11-24 Benny Malengier * src/Errors.py: #2483 DbError handling correction - patch Josip svn: r11341 2008-11-24 Brian Matherly * src/PluginUtils/_GuiOptions.py: Contribution from Craig J. Anderson: Add availability update to GuiStringOption and GuiBooleanOption. svn: r11338 2008-11-22 Peter Landgren * src/gen/lib/baseobj.py, src/gen/lib/eventref.py: Fix of issue 2505. Also fix of string and unicode problems in matching svn: r11336 2008-11-21 Espen Berg * po/nn.po: Revised Norwegian Nynorsk translation svn: r11333 2008-11-21 Peter Landgren * src/gen/db/base.py: Fix of issue 2504, sorting in WinXP. svn: r11332 2008-11-21 Peter Landgren * src/FilterEditor/_ShowResults.py: Fix of issue 2504, sorting in WinXP. svn: r11331 2008-11-21 Peter Landgren * src/DisplayModels/_BaseModel.py, src/DisplayModels/_PeopleModel.py: Fix of issue 2504, sorting in WinXP. svn: r11330 2008-11-20 Kees Bakker * po/nl.po: Correction realtie => relatie * po/nl.po svn: r11324 2008-11-20 Peter Landgren * src/DisplayModels/_BaseModel.py: Final fix of issue 2504 for other viwes than people. svn: r11322 2008-11-20 Erik De Richter * po/nl.po: update Dutch translation svn: r11319 2008-11-19 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11318 2008-11-19 Peter Landgren * src/DisplayModels/_PeopleModel.py: Fix of issue 2504 for People View. svn: r11317 2008-11-18 Erik De Richter * po/nl.po: update Dutch translation svn: r11313 2008-11-18 Brian Matherly * src/plugins/DetAncestralReport.py: 0002495: Detailed Ancestral Report crash when spouse has baptism svn: r11312 2008-11-17 Jérôme Rapinat * src/glade/gramps.glade: few context strings was removed svn: r11310 2008-11-17 Jérôme Rapinat * src/glade/gramps.glade: remove ATK references svn: r11309 2008-11-17 Jérôme Rapinat * src/plugins/holidays.xml: update dates for France svn: r11307 2008-11-16 Peter Landgren * src/plugins/NarrativeWeb.py: Fix of issue 2492. svn: r11305 2008-11-15 Jérôme Rapinat * src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_SearchName.py: 2502: Filter in person View does not work. svn: r11304 2008-11-15 Jérôme Rapinat * src/docgen/SvgDrawDoc.py: 2499: Using quotes for font-weight (bold) and font-style (italic) on Style Editor will generate a not well formed SVG file svn: r11302 2008-11-13 Peter Landgren * src/DateHandler/_Date_ca.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_hr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py: Fix of 2496 by adding correc spelling of languages. svn: r11299 2008-11-13 Benny Malengier * src/gen/db/dbdir.py: 0002483: Gramps crashes while loading database, always. Patch of Josip, support bsddb >= 4.7 svn: r11297 2008-11-12 Espen Berg * po/gramps.pot, po/nb.po: Revised Norwegian translation svn: r11295 2008-11-12 Benny Malengier * src/Relationship.py: #2494 Unused functions in Relationship.py, patch by Reinhard Müller svn: r11294 2008-11-12 Benny Malengier * src/Editors/_EditMediaRef.py, src/ReportBase/_StyleEditor.py, src/glade/gramps.glade: #2489 Abbreviations are sometimes hard to translate svn: r11293 2008-11-12 Espen Berg * po/nn.po: Revised Norwegian Nynorsk translation svn: r11292 2008-11-12 Benny Malengier * src/DataViews/RelationView.py: fix typo in string svn: r11290 2008-11-11 Peter Landgren * src/DateHandler/_Date_sv.py: Fix of issue 2496. svn: r11288 2008-11-10 Kees Bakker * src/plugins/WebCal.py: More cleaning up. Eliminate self.year and more. * src/plugins/WebCal.py svn: r11286 2008-11-10 Kees Bakker * src/plugins/WebCal.py: Beginning of a new round of cleanups. The code was a mess, and we need to think about CSS usage once more. I've added a TODO list so that we have some clue what is to be done. There might be more. Meanwhile the plugin should remain somewhat usable, but the calendars could be ugly. Please be patient. * src/plugins/WebCal.py svn: r11285 2008-11-10 Kees Bakker * src/plugins/NarrativeWeb.py: Small correction of generated HTML. * src/plugins/NarrativeWeb.py svn: r11284 2008-11-10 Brian Matherly * windows/nsis/gramps.nsi: Contributions from Stephen George: BUG: Fix un-install of desktop icon which is currently broken BUG: Intermittent failure of dependencies check in installer based on how long gcheck.py takes to run ENHANCEMENT: Add Gramps un-install info to Windows Add/Remove programs ENHANCEMENT: Option to remove existing installation of gramps prior to installing new version svn: r11283 2008-11-09 Gary Burton * src/plugins/ExportGedcom.py: GEDCOM specification fix. Bug 2491. svn: r11281 2008-11-08 Espen Berg * configure.in, po/nn.po: Added the first translated strings for Norwegian Nynorsk in trunk. File configure.in was modified to take new language into account. New language file is po/nn.po svn: r11278 2008-11-08 Peter Landgren * src/ReportBase/_PaperMenu.py: Update due to new context prefix. svn: r11276 2008-11-08 Peter Landgren * src/DataViews/RelationView.py: Update due to new context prefix. svn: r11275 2008-11-08 Peter Landgren * src/DataViews/PedigreeView.py: Update due to new context prefix. svn: r11274 2008-11-08 Peter Landgren * src/plugins/DescendTree.py: Update due to new context prefix. svn: r11273 2008-11-08 Peter Landgren * src/plugins/AncestorTree.py: Update due to new context prefix. svn: r11272 2008-11-08 Peter Landgren * po/gramps.pot: Update due to new context prefix. svn: r11271 2008-11-08 Peter Landgren * po/sv.po: Update due to new context prefix. svn: r11270 2008-11-08 Peter Landgren * src/plugins/Makefile.am: Fixed typos with trailing blanks. svn: r11269 2008-11-07 Erik De Richter * po/nl.po: update Dutch translation svn: r11268 2008-11-06 Mirko Leonhäuser * po/de.po: Fixed minor error in translation svn: r11266 2008-11-06 Peter Landgren * po/sv.po: Fixed a numbe of typos. svn: r11264 2008-11-06 Peter Landgren * po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/gramps.pot, po/hr.po, po/hu.po, po/it.po, po/nb.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po, po/tr.po, po/zh_CN.po: Fixed misspellings and update. svn: r11263 2008-11-06 Jérôme Rapinat * src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAssociation.py: 2465: More rules according to User Interface Object tabs - use the same logic as HasObject svn: r11262 2008-11-06 Jérôme Rapinat * src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Person/__init__.py: HasNoteMatchingSubstringOf was loaded but not present on editor_rule_list svn: r11261 2008-11-05 Benny Malengier * src/FilterEditor/_EditRule.py, src/Filters/Rules/_HasSourceBase.py: #2465 correct type, default to > 0 svn: r11259 2008-11-05 Mirko Leonhäuser * po/de.po: Fixed minor error in translation svn: r11258 2008-11-05 Jérôme Rapinat * src/Filters/Rules/Family/_HasLDS.py, src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasLDS.py: 2465: More rules according to User Interface Object tabs - use on name svn: r11256 2008-11-05 Arturas Sleinius * po/lt.po: Updated Lithuanian translation svn: r11255 2008-11-05 Benny Malengier * src/FilterEditor/_EditRule.py, src/Filters/Rules/Family/_HasLDS.py, src/Filters/Rules/Person/_HasLDS.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasLDSBase.py, src/Filters/Rules/_HasNoteBase.py: #2465 clean up hasgallery rule, extend haslds rule svn: r11253 2008-11-05 Benny Malengier * src/FilterEditor/_EditRule.py, src/Filters/Rules/Event/_HasNote.py, src/Filters/Rules/Family/_HasNote.py, src/Filters/Rules/Person/_HasNote.py, src/Filters/Rules/Place/_HasNote.py, src/Filters/Rules/Source/_HasNote.py: #2465 default to equal to, and cleanup hasnote svn: r11252 2008-11-05 Jérôme Rapinat * src/Filters/Rules/Event/_HasGallery.py, src/Filters/Rules/Event/_HasNote.py, src/Filters/Rules/Place/_HasGallery.py, src/Filters/Rules/Place/_HasNote.py, src/Filters/Rules/Source/_HasGallery.py, src/Filters/Rules/Source/_HasNote.py: 2465: More rules according to User Interface Object tabs svn: r11251 2008-11-05 Jérôme Rapinat * src/Filters/Rules/Family/_HasGallery.py, src/Filters/Rules/Family/_HasNote.py, src/Filters/Rules/Family/_HasSource.py, src/Filters/Rules/Person/_HasNote.py, src/Filters/Rules/Person/_HasSource.py: 2465: More rules according to User Interface Object tabs svn: r11250 2008-11-05 Jérôme Rapinat * src/FilterEditor/_EditRule.py, src/Filters/Rules/Person/_HasGallery.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasSourceBase.py: 2465: More rules according to User Interface Object tabs - (benny) svn: r11249 2008-11-05 Peter Landgren * po/sv.po: Swedish update. svn: r11248 2008-11-05 Jérôme Rapinat * po/POTFILES.in: 2465: More rules according to User Interface Object tabs - extra line (Thanks Peter) svn: r11247 2008-11-05 Jérôme Rapinat * po/POTFILES.in: 2465: More rules according to User Interface Object tabs svn: r11246 2008-11-04 Peter Landgren * po/POTFILES.in, po/fr.po, po/gramps.pot, po/sv.po: Updates of POTFILES.in, gramps.pot sv.po svn: r11245 2008-11-04 Peter Landgren * src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Makefile.am, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Source/Makefile.am, src/plugins/Makefile.am: Correction/addition/deletion of filenames for make install to work. svn: r11244 2008-11-04 Brian Matherly * po/POTFILES.in, src/ArgHandler.py, src/DbLoader.py, src/DbManager.py, src/ExportAssistant.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadGedcom.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/GrampsDbUtils/__init__.py, src/GrampsDbUtils/gedcomimport.glade, src/GrampsDbUtils/test/_GrampsDbWRFactories_test.py, src/GrampsDbUtils/test/gedwrite_breakup_test.py, src/PluginUtils/_PluginWindows.py, src/gen/plug/Makefile.am, src/gen/plug/__init__.py, src/gen/plug/_export.py, src/gen/plug/_import.py, src/gen/plug/_manager.py, src/gramps_main.py, src/plugins/ExportCSV.py, src/plugins/ExportCd.py, src/plugins/ExportCsv.glade, src/plugins/ExportCsv.py, src/plugins/ExportFtree.glade, src/plugins/ExportFtree.py, src/plugins/ExportGedcom.py, src/plugins/ExportGeneWeb.glade, src/plugins/ExportGeneWeb.py, src/plugins/ExportPkg.py, src/plugins/ExportVCalendar.glade, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.glade, src/plugins/ExportVCard.py, src/plugins/ExportXml.py, src/plugins/ImportCSV.py, src/plugins/ImportCsv.py, src/plugins/ImportGedcom.glade, src/plugins/ImportGedcom.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportGpkg.py, src/plugins/ImportGrdb.py, src/plugins/ImportProGen.py, src/plugins/ImportVCard.py, src/plugins/ImportXml.py, src/plugins/ImportvCard.py, src/plugins/Makefile.am, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/cdexport.glade, src/plugins/csvexport.glade, src/plugins/genewebexport.glade, src/plugins/vcalendarexport.glade, src/plugins/vcardexport.glade, src/plugins/writeftree.glade, test/GrampsDb/GrampsDbBase_Test.py: Refactor export plugin framework. All importers and exporters are now plugins. svn: r11243 2008-11-02 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11241 2008-11-02 Jérôme Rapinat * src/images/16x16/Makefile.am, src/images/22x22/Makefile.am: add missing 16x16 and 22x22 icons svn: r11239 2008-11-02 Jérôme Rapinat * src/Filters/Rules/_HasNoteBase.py, src/Filters/Rules/_HasSourceBase.py: 2465: More rules according to User Interface Object tabs svn: r11236 2008-11-02 Jérôme Rapinat * src/Filters/Rules/Event/_HasNote.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/_HasNote.py, src/Filters/Rules/Family/_HasSource.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasSource.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Place/_HasNote.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Source/_HasNote.py, src/Filters/Rules/Source/__init__.py: 2465: More rules according to User Interface Object tabs svn: r11235 2008-11-02 Jérôme Rapinat * src/Filters/Rules/Person/_HasNote.py: Move to a Base rule svn: r11234 2008-11-01 Mirko Leonhäuser * po/de.po: Updated German translation svn: r11233 2008-11-01 Jérôme Rapinat * po/POTFILES.in: Rename _HavePhotos.py to _HasGallery svn: r11232 2008-11-01 Jérôme Rapinat * src/Filters/Rules/Person/Makefile.am: Rename _HavePhotos.py to _HasGallery svn: r11231 2008-11-01 Jérôme Rapinat * src/Filters/Rules/Source/_HasGallery.py, src/Filters/Rules/Source/_HasReferenceCountOf.py: coherency typo wording on filter descriptions svn: r11230 2008-11-01 Jérôme Rapinat * src/Filters/Rules/Event/_HasGallery.py, src/Filters/Rules/Event/_HasType.py, src/Filters/Rules/Family/_HasGallery.py, src/Filters/Rules/Family/_HasLDS.py, src/Filters/Rules/Family/_HasReferenceCountOf.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Person/_HasGallery.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Person/_MatchIdOf.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Place/_HasGallery.py, src/Filters/Rules/Place/_HasReferenceCountOf.py, src/Filters/Rules/Repository/_HasNoteRegexp.py: coherency typo wording on filter descriptions svn: r11229 2008-10-31 Jérôme Rapinat * src/Filters/Rules/Person/_HasNameOf.py, src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_SearchName.py: update rules according to current name fields svn: r11227 2008-10-31 Brian Matherly * windows/nsis/gcheck.py, windows/nsis/gramps.nsi: Update to Windows nsis install script from Stephen George . Puts the license file in the correct install location. svn: r11225 2008-10-30 Gary Burton * src/glade/edit_person.glade, src/glade/gramps.glade, src/glade/plugins.glade: Set the appropriate type hint for GtkDialog windows so that they open correctly when Gramps is in fullscreen mode svn: r11223 2008-10-30 Peter Landgren * src/DbLoader.py: Fix of issue 2475 svn: r11222 2008-10-30 Erik De Richter * po/nl.po: update Dutch translation svn: r11220 2008-10-29 Jérôme Rapinat * src/Filters/Rules/Person/_HasNameOf.py: Use TransUtils for context svn: r11219 2008-10-29 Espen Berg * configure.in, po/no.po: Removed obsolete Norwegian locale no_NO from configure.in and removed po/no.po svn: r11216 2008-10-29 Peter Landgren * src/DbManager.py: Fix of issue 2470 svn: r11215 2008-10-28 Mirko Leonhäuser * po/de.po: Fixed wrong translation of role svn: r11213 2008-10-28 Jérôme Rapinat * src/Filters/Rules/_HasLDSBase.py: 2465: More rules according to User Interface Object tabs svn: r11211 2008-10-28 Jérôme Rapinat * src/Filters/Rules/Event/__init__.py: 2465: More rules according to User Interface Object tabs svn: r11210 2008-10-28 Jérôme Rapinat * src/Filters/Rules/Event/_HasGallery.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Place/_HasGallery.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Source/_HasGallery.py, src/Filters/Rules/Source/__init__.py: 2465: More rules according to User Interface Object tabs svn: r11209 2008-10-28 Jérôme Rapinat * src/Filters/Rules/Family/__init__.py: 2465: More rules according to User Interface Object tabs svn: r11208 2008-10-28 Jérôme Rapinat * src/Filters/Rules/Family/_HasGallery.py, src/Filters/Rules/Family/_HasLDS.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Person/_HasAddress.py, src/Filters/Rules/Person/_HasAssociation.py, src/Filters/Rules/Person/_HasLDS.py, src/Filters/Rules/Person/_HavePhotos.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_HasGalleryBase.py, src/Filters/Rules/_HasLDSBase.py: 2465: More rules according to User Interface Object tabs svn: r11207 2008-10-28 Brian Matherly * windows/nsis/gcheck.py, windows/nsis/gramps.nsi: More Windows install updates contributed by Steve Hall and Stephen George . svn: r11206 2008-10-27 Kees Bakker * src/data/Makefile.am: Delete the following files: Web_Everygreen.css, Web_Simply-Red.css, Web_styleswitcher.js, Web_styleswitcherMenu.js svn: r11204 2008-10-27 Jérôme Rapinat * src/plugins/MarkerReport.py, src/plugins/PlaceReport.py: 2463: GVFamilyLines.py, MarkerReport.py and PlaceReport should not require active person for working svn: r11201 2008-10-27 Jérôme Rapinat * src/plugins/GVFamilyLines.py: 2462: a mix between ColourOption and ColorOptions after recent changes on plugins management svn: r11200 2008-10-26 Brian Matherly * windows/nsis/gcheck.py, windows/nsis/gramps-build.bat: Contribution from Steve George : Improvements to Windows install scripts. svn: r11199 2008-10-26 Espen Berg * po/gramps.pot, po/nb.po, po/no.po: Revised Norwegian translation svn: r11195 2008-10-25 Jérôme Rapinat * src/GrampsDbUtils/gedcomimport.glade, src/plugins/DefaultGramplets.py: 2453: Typos/grammar errors (by Joan Creus) svn: r11194 2008-10-25 Gary Burton * src/gen/lib/person.py: Fix for bug when deleting birth and death events. Bug #2456 svn: r11191 2008-10-23 Benny Malengier * src/docgen/HtmlDoc.py: #2454 Johan Vromans , HtmlDoc crashes when template does not have elements svn: r11189 2008-10-23 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/Makefile.am: Added _Date_ca svn: r11187 2008-10-22 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/RelationView.py: Clean up correct display of shade in relationview with new frame based indication of active person svn: r11186 2008-10-21 Mirko Leonhäuser <mirko@leonhaeuser.de> * po/de.po: Updated German translation svn: r11184 2008-10-21 Peter Landgren <peter.talken@telia.com> * src/docgen/RTFDoc.py: Fix of issue #2449 svn: r11183 2008-10-21 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/ImportProGen.py: Just minor changes to how the progress bar shows up. * src/plugins/ImportProGen.py svn: r11181 2008-10-21 Kees Bakker <kees.bakker@xs4all.nl> * src/data/Makefile.am, src/data/Web_Basic-Ash.css, src/data/Web_Basic-Cypress.css, src/data/Web_Basic-Lilac.css, src/data/Web_Basic-Peach.css, src/data/Web_Basic-Spruce.css, src/data/Web_Evergreen.css, src/data/Web_Mainz.css, src/data/Web_Nebraska.css, src/data/Web_Print-Default.css, src/data/Web_Simply-Red.css, src/data/Web_Visually.css, src/images/Makefile.am, src/plugins/NarrativeWeb.py, src/plugins/WebCal.py: Cleanup work to make NarrativeWeb and WebCal. With this they should produce webpages similar to grams 3.x, but under the hood there are a lot of changes. There are new and improved CSS files and images. And these are shares between NarrativeWeb and WebCal. *** Many thanks to Jason and Rob. *** svn: r11180 2008-10-21 Mirko Leonhäuser <mirko@leonhaeuser.de> * configure.in: added all languages again svn: r11179 2008-10-21 Jérôme Rapinat <romjerome@yahoo.fr> * po/ca.po: new Catalan translation by Joan Creus <joan(dot)creus(at)gmail(dot)com> svn: r11177 2008-10-21 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_ca.py, src/DateHandler/__init__.py: new Catalan date handler by Joan Creus <joan(dot)creus(at)gmail(dot)com> svn: r11175 2008-10-21 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/ArgHandler.py, src/DbLoader.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_ReadXML.py, src/gen/db/dbconst.py, src/gen/db/dbdir.py, src/plugins/ImportGpkg.py, src/plugins/ImportGrdb.py, src/plugins/Makefile.am, src/plugins/ReadGrdb.py, src/plugins/ReadPkg.py: Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code. svn: r11173 2008-10-20 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot and nl.po svn: r11171 2008-10-20 Peter Landgren <peter.talken@telia.com> * po/sv.po: Minor update. svn: r11169 2008-10-20 Jérôme Rapinat <romjerome@yahoo.fr> * src/data/tips.xml.in: Dependencies: GNOME libs -> GTK libs svn: r11167 2008-10-20 Stéphane Charette <stephanecharette@gmail.com> * NEWS: add 3.0.3 news item svn: r11163 2008-10-19 Jérôme Rapinat <romjerome@yahoo.fr> * src/GrampsDbUtils/_ReadXML.py: 2404: Note in EventRef in old style XML-data turned into Person note on import (by Michiel Doede Nauta <m.d.nauta(at)hetnet(dot)nl>) svn: r11157 2008-10-18 Jérôme Rapinat <romjerome@yahoo.fr> * src/data/lds.xml: 2427: lds.xml patch (added 10 temples - by robocoder) svn: r11155 2008-10-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * : Set svn:ignore property on src/gen/plug and src/gen/plug/menu directories. svn: r11153 2008-10-15 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Minor translation update. svn: r11151 2008-10-15 Jérôme Rapinat <romjerome@yahoo.fr> * src/GrampsDisplay.py: enable more locale for wiki manual svn: r11147 2008-10-15 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot and nl.po svn: r11146 2008-10-15 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/ArgHandler.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/importdbdir.py: Remove GrampsDbUtils/importdbdir.py. You can't import database directories from the GUI,and there is no need to import them from the CLI. You can still open a database directory from the CLI. svn: r11145 2008-10-14 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_WriteGrdb.py, src/GrampsDbUtils/__init__.py, src/GrampsDbUtils/test/_GrampsDbWRFactories_test.py, test/GrampsDb/GrampsDbBase_Test.py: Remove GRDB export code. GRDB export is not supported. svn: r11144 2008-10-14 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/DbLoader.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/gen/db/dbconst.py, src/gen/plug/Makefile.am, src/gen/plug/__init__.py, src/gen/plug/_import.py, src/gen/plug/_manager.py, src/gen/plug/_plugin.py, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportProGen.py, src/plugins/ImportvCard.py, src/plugins/ReadGrdb.py, src/plugins/ReadPkg.py: Create a new plugin class for Import plugins. svn: r11142 2008-10-13 Stéphane Charette <stephanecharette@gmail.com> * src/DataViews/PedigreeView.py: switch person with a single click of the mouse while in pedigree view svn: r11141 2008-10-12 Stéphane Charette <stephanecharette@gmail.com> * src/Editors/_EditMediaRef.py: allow user to select media image subsection using the mouse svn: r11140 2008-10-11 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/Desbrowser.py: changes for wiki manual svn: r11138 2008-10-11 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/EventCmp.py: changes for wiki manual svn: r11135 2008-10-10 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po, src/plugins/OwnerEditor.py, src/plugins/verify.glade: corrected Dutch translation GtkSpinButton warning solved svn: r11133 2008-10-09 Jérôme Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: 2434: Typos in french manual translation svn: r11132 2008-10-07 Kees Bakker <kees.bakker@xs4all.nl> * src/data/Web_Nebraska.css: Change color of links (was white, and invisible). This Nebraska needs a lot more work to make it as usable as in branch30. What happened? svn: r11130 2008-10-07 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Changes by Rob Healey. The biggest difference is support for multiple years. But there is more, such as name handling for female spouses (new option for that). svn: r11129 2008-10-07 Jérôme Rapinat <romjerome@yahoo.fr> * src/ExportOptions.py: #2410: (Missing) Generic filter on Exporter Assistant. svn: r11128 2008-10-06 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/NotRelated.py: NotRelated is a tool not a report reference to wiki was wrong svn: r11126 2008-10-06 Jérôme Rapinat <romjerome@yahoo.fr> * src/Utils.py, src/ViewManager.py, src/data/tips.xml.in, src/plugins/Calendar.py: 2429: Typos/grammar errors svn: r11122 2008-10-06 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: corrected Dutch translation to work with sections in manual svn: r11118 2008-10-06 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: update references svn: r11115 2008-10-05 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/Makefile.am, src/DateHandler/__init__.py: enable Croatian date handler svn: r11114 2008-10-05 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_hr.py: new Croatian date handler (by josip(at)pisoj(dot)com) svn: r11113 2008-10-05 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Revised Norwegian translation svn: r11111 2008-10-05 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: update Dutch translation trunk svn: r11110 2008-10-05 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: corrected Dutch translation to work with sections in manual svn: r11109 2008-10-05 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: update references svn: r11108 2008-10-04 Peter Landgren <peter.talken@telia.com> * configure.in: Two dirs missing. svn: r11107 2008-10-04 Peter Landgren <peter.talken@telia.com> * src/gen/plug/menu/Makefile.am: Type _sring.py -> _string.py svn: r11106 2008-10-04 Peter Landgren <peter.talken@telia.com> * src/PluginUtils/Makefile.am: Too many files for pkgdata_PYTHON svn: r11105 2008-10-04 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/Makefile.am, src/gen/Makefile.am, src/gen/plug/Makefile.am: Fix makefiles for previous source file re-arrangements. svn: r11104 2008-10-03 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/NarrativeWeb.py: include thumbnails in ancestor diagram svn: r11103 2008-10-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r11101 2008-10-02 Brian Matherly <brian@gramps-project.org> * src/ArgHandler.py, src/DbLoader.py, src/DisplayState.py, src/ExportAssistant.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/QuickReports.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Constants.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_TextFormatComboBox.py, src/ViewManager.py, src/docgen/AsciiDoc.py, src/docgen/GtkPrint.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/gen/plug/__init__.py, src/gen/plug/_manager.py, src/plugins/AgeOnDate.py, src/plugins/AncestorReport.py, src/plugins/AncestorTree.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CmdRef.py, src/plugins/CustomBookText.py, src/plugins/DateParserDisplayTest.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DescendTree.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/DumpGenderStats.py, src/plugins/EndOfLineReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/EventNames.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/ExtractCity.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterByName.py, src/plugins/FindDupes.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportProGen.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/Leak.py, src/plugins/MarkerReport.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py, src/plugins/NotRelated.py, src/plugins/NumberOfAncestorsReport.py, src/plugins/OnThisDay.py, src/plugins/OwnerEditor.py, src/plugins/PatchNames.py, src/plugins/PlaceReport.py, src/plugins/Query.py, src/plugins/ReadGrdb.py, src/plugins/ReadPkg.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/References.py, src/plugins/RelCalc.py, src/plugins/RemoveUnused.py, src/plugins/ReorderIds.py, src/plugins/Reporef.py, src/plugins/SameSurnames.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebCal.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/all_events.py, src/plugins/all_relations.py, src/plugins/lineage.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_pl.py, src/plugins/rel_pt.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/plugins/rel_sv.py, src/plugins/siblings.py: Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager". svn: r11100 2008-09-30 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_GraphvizReportDialog.py, src/Utils.py: 0002418: Gramps hangs when producing graphs on Windows svn: r11097 2008-09-29 Brian Matherly <brian@gramps-project.org> * src/plugins/NarrativeWeb.py: Fix typo in narrative web report that causes crash. svn: r11095 2008-09-28 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/NotRelated.py: #2408: Cannot translate one string svn: r11094 2008-09-28 Jérôme Rapinat <romjerome@yahoo.fr> * data/grampsxml.dtd: #2407: Typo in child elements of objref element in 1.2.0 grampsxml DTD svn: r11092 2008-09-27 Stéphane Charette <stephanecharette@gmail.com> * NEWS: bring news of 3.0.2 forward from tag svn: r11090 2008-09-27 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_GuiOptions.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/__init__.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_GraphvizReportDialog.py, src/gen/__init__.py, src/gen/plug/Makefile.am, src/gen/plug/__init__.py, src/gen/plug/menu/Makefile.am, src/gen/plug/menu/__init__.py, src/gen/plug/menu/_boolean.py, src/gen/plug/menu/_color.py, src/gen/plug/menu/_destination.py, src/gen/plug/menu/_enumeratedlist.py, src/gen/plug/menu/_family.py, src/gen/plug/menu/_filter.py, src/gen/plug/menu/_media.py, src/gen/plug/menu/_menu.py, src/gen/plug/menu/_note.py, src/gen/plug/menu/_number.py, src/gen/plug/menu/_option.py, src/gen/plug/menu/_person.py, src/gen/plug/menu/_personlist.py, src/gen/plug/menu/_placelist.py, src/gen/plug/menu/_string.py, src/gen/plug/menu/_style.py, src/gen/plug/menu/_surnamecolor.py, src/gen/plug/menu/_text.py, src/plugins/AncestorReport.py, src/plugins/AncestorTree.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/CustomBookText.py, src/plugins/DescendReport.py, src/plugins/DescendTree.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/NarrativeWeb.py, src/plugins/NumberOfAncestorsReport.py, src/plugins/PlaceReport.py, src/plugins/SimpleBookTitle.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py, src/plugins/WebCal.py: Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added. svn: r11086 2008-09-25 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: corrected a few strings svn: r11085 2008-09-24 Mirko Leonhäuser <mirko@leonhaeuser.de> * po/de.po: Updated German translation svn: r11084 2008-09-23 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: minor translation update and fixes. svn: r11083 2008-09-18 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditPerson.py: Allow notebook to scroll if required by window resizing svn: r11076 2008-09-18 Gary Burton <gary.burton@zen.co.uk> * src/plugins/FamilyGroup.py: Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351 svn: r11075 2008-09-17 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: update Dutch translation trunk svn: r11072 2008-09-17 Brian Matherly <brian@gramps-project.org> * src/plugins/CmdRef.py: 0002389: Command line reference tool is broken (plugins/CmdRef.py) svn: r11070 2008-09-16 Gerald Britton <gerald.britton@gmail.com> * src/gen/lib/event.py: fix typo in property call svn: r11068 2008-09-15 Gerald Britton <gerald.britton@gmail.com> * src/GrampsDbUtils/_ReadXML.py: Fix problem with event descriptions on import, bug 2368 svn: r11065 2008-09-15 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_CommandLineReport.py: 0002386: Command line reports do not work. svn: r11062 2008-09-14 Brian Matherly <brian@gramps-project.org> * src/ArgHandler.py: Refactor the open and import process. Also fixes 0002301: Fails to import from the command-line svn: r11060 2008-09-14 Espen Berg <espenbe@gmail.com> * po/gramps.pot, po/nb.po, po/no.po: Updated Norwegian translation on trunk svn: r11058 2008-09-13 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: better wording and comments svn: r11056 2008-09-12 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: pylint and mistake on half_sibling svn: r11054 2008-09-11 Gary Burton <gary.burton@zen.co.uk> * po/POTFILES.in: Recent files added have translatable strings svn: r11052 2008-09-09 Gerald Britton <gerald.britton@gmail.com> * src/gen/lib/eventref.py: Remove __slots__, __getstate__ and __setstate__ svn: r11049 2008-09-09 Jérôme Rapinat <romjerome@yahoo.fr> * src/Merge/_MergePerson.py: #2359: Phone and ZIP/Postal code are not added on alternate Address after merging two persons svn: r11048 2008-09-09 Peter Landgren <peter.talken@telia.com> * src/plugins/GVRelGraph.py: Revert 11039 and 11040. Fixed by 11043. svn: r11045 2008-09-09 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_MenuOptions.py: 0002309: Crash rerunning report after deleting used filter. (Improved fix - the last fix caused errors) svn: r11043 2008-09-08 Peter Landgren <peter.talken@telia.com> * src/plugins/GVRelGraph.py: Fix of issue 2373 for trunk. svn: r11040 2008-09-08 Peter Landgren <peter.talken@telia.com> * src/plugins/GVRelGraph.py: Fix of issue 2372 for trunk. svn: r11039 2008-09-07 Gary Burton <gary.burton@zen.co.uk> * src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/ToolTips.py: Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351 svn: r11037 2008-09-07 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Updated one phrase svn: r11036 2008-09-07 Gary Burton <gary.burton@zen.co.uk> * src/Filters/Rules/Event/Makefile.am, src/plugins/Makefile.am: Forgot to update makefiles for some recent additions svn: r11035 2008-09-06 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/PersonView.py: Make PersonView search bar work the same as in the other views. Bug #2362 svn: r11032 2008-09-06 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditMedia.py, src/gen/lib/mediaobj.py: Stop media editor prompting to save changes on cancellation when none made. Bug #2364 svn: r11029 2008-09-06 Jérôme Rapinat <romjerome@yahoo.fr> * src/ExportAssistant.py: #2363:Cannot translate Filename: svn: r11027 2008-09-05 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: Better fix of error in step and cousin relations. svn: r11024 2008-09-05 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_GedcomLex.py: Retain whitespace when importing notes. Bug #2357 svn: r11023 2008-09-05 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_MenuOptions.py: 0002309: Crash rerunning report after deleting used filter. svn: r11021 2008-09-04 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Translation update svn: r11019 2008-09-04 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: Fixed error in cousin relation. svn: r11018 2008-09-04 Brian Matherly <brian@gramps-project.org> * src/ExportOptions.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/gen/proxy/filter.py, src/plugins/WritePkg.py: Contribution from Robert Chéramy <robert@cheramy.net>. Adds note filters to the filter proxy. Also adds note filters to the exporters. svn: r11016 2008-09-03 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: Fiexed error with some step relations. svn: r11015 2008-09-03 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: update Dutch translation trunk svn: r11012 2008-09-03 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot: updated gramps.pot svn: r11011 2008-09-02 Gary Burton <gary.burton@zen.co.uk> * src/plugins/PlaceReport.py: Make sure new filters are found and sorting is applied when filters used in place report svn: r11010 2008-09-02 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Translation update svn: r11009 2008-09-01 Gary Burton <gary.burton@zen.co.uk> * src/PluginUtils/_GuiOptions.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_ReportOptions.py, src/plugins/PlaceReport.py: Add a new place report svn: r11008 2008-08-31 Gary Burton <gary.burton@zen.co.uk> * src/Filters/Rules/Event/_HasData.py, src/Filters/Rules/Event/__init__.py: New event filter which selects based on description date place and type svn: r11007 2008-08-24 Peter Landgren <peter.talken@telia.com> * po/sv.po: Correction of a Y svn: r11004 2008-08-21 Jérôme Rapinat <romjerome@yahoo.fr> * src/DisplayTabs/_DataEmbedList.py: #2330: Error when using reorder buttons svn: r11001 2008-08-21 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/WriteFtree.py: issue 0002327: webtree fails, leaves gramps in a unresponsive state, missing suffix svn: r10999 2008-08-20 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Fixed bad translated string svn: r10996 2008-08-17 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: update Dutch translation trunk svn: r10995 2008-08-16 Peter Landgren <peter.talken@telia.com> * po/sv.po: Fix of issue 2324 for trunk svn: r10994 2008-08-15 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update to r10991 svn: r10992 2008-08-14 Gary Burton <gary.burton@zen.co.uk> * src/plugins/NarrativeWeb.py: Build source page a second time for sources referenced by gallery. Bug #1280. svn: r10988 2008-08-14 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_pt.py: issue 2321 and 2304 fixed GRAMPS crashes for portugueze and does not start svn: r10987 2008-08-13 Mirko Leonhäuser <mirko@leonhaeuser.de> * po/de.po: Updated German translation svn: r10983 2008-08-13 Jérôme Rapinat <romjerome@yahoo.fr> * po/pl.po: Update translation (Łukasz Rymarczyk <yenidai@poczta.onet.pl>) svn: r10982 2008-08-13 Jérôme Rapinat <romjerome@yahoo.fr> * src/gramps.py: #2269 wrong localisation directory with custom prefix svn: r10981 2008-08-12 Gary Burton <gary.burton@zen.co.uk> * src/DbManager.py: Keep the archive and extract button visible. Bug #2316. svn: r10979 2008-08-11 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Solved an issue with konqueror, which was in fact incorrect HTML that is kindly accepted by all other browsers. Moved calendar.setfirstweekday so that it is set only once. * src/plugins/WebCal.py svn: r10978 2008-08-08 Jérôme Rapinat <romjerome@yahoo.fr> * src/data/Makefile.am: #2319: authors.xml is not pasted/installed on installation process svn: r10977 2008-08-08 Jérôme Rapinat <romjerome@yahoo.fr> * src/BaseDoc.py: #2314: Detailed reports won't run - Reverted change r10874->r10873 #2289: Replace dict.has_keyx calls with x in dict svn: r10976 2008-08-07 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Add an option to select the day of the week for the first column. * src/plugins/WebCal.py svn: r10975 2008-08-06 Jérôme Rapinat <romjerome@yahoo.fr> * src/BaseDoc.py: #2314: Detailed reports won't run - Reverted change r10874->r10873 #2289: Replace dict.has_keyx calls with x in dict svn: r10973 2008-08-06 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: corrections on Norwegian translation svn: r10971 2008-08-06 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: update Dutch translation svn: r10970 2008-08-06 Jérôme Rapinat <romjerome@yahoo.fr> * src/BaseDoc.py: #2314: Detailed reports won't run - Reverted change r10874->r10873 #2289: Replace dict.has_keyx calls with x in dict svn: r10969 2008-08-05 Espen Berg <espenbe@gmail.com> * po/gramps.pot, po/nb.po, po/no.po: some corrections to Norwegian translation svn: r10968 2008-08-04 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditFamily.py: Fix for bug causing broken child references when removing a child from a family. Bug #2308. svn: r10967 2008-08-04 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Typo in Norwegian translation svn: r10965 2008-08-04 Kees Bakker <kees.bakker@xs4all.nl> * src/images/Makefile.am, src/plugins/WebCal.py: Added arrow gifs, and made some changes to WebCal to deal with this arrow gif. * src/plugins/WebCal.py * src/images/Makefile.am svn: r10963 2008-08-04 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Correct name display so that it includes prefix and suffix. * src/plugins/WebCal.py svn: r10962 2008-08-04 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Removed _subdirs() Moved dst() to _get_dst_start_stop() outside class. A bit of cleanup in calendar_build(). * src/plugins/WebCal.py svn: r10961 2008-08-03 Mirko Leonhäuser <mirko@leonhaeuser.de> * po/de.po: Updated German translation svn: r10960 2008-08-03 Espen Berg <espenbe@gmail.com> * po/de.po: Applied patch on po/de.po from Robert Chéramy svn: r10958 2008-08-03 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: svn: r10957 2008-08-01 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Some more corrections with respect to subdirs. Eliminated 'cal' argument to some functions. * src/plugins/WebCal.py svn: r10956 2008-08-01 Espen Berg <espenbe@gmail.com> * po/gramps.pot, po/nb.po, po/no.po: Updated Norwegian translation...again... svn: r10955 2008-08-01 Espen Berg <espenbe@gmail.com> * src/plugins/WebCal.py: Corrected two language typos in WebCal.py svn: r10954 2008-08-01 Espen Berg <espenbe@gmail.com> * po/gramps.pot, po/nb.po, src/data/authors.xml: Corrected information in authors.xml and did some work on Norwegian translation svn: r10953 2008-08-01 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/ExtractCity.py: better wording for French places svn: r10952 2008-08-01 Kees Bakker <kees.bakker@xs4all.nl> * src/data/Makefile.am, src/data/Web_Evergreen.css, src/data/authors.xml, src/plugins/WebCal.py: More corrections in WebCal (year at a glance). New Web_Evergreen.css from Rob Healey. Added Rob to the authors.xml Removed unused CSS files from the Makefile. (These files will have to be deleted from SVN too.) * src/data/Makefile.am * src/data/Web_Evergreen.css * src/data/authors.xml * src/plugins/WebCal.py svn: r10951 2008-08-01 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Correct subdir when creating individual page. * src/plugins/WebCal.py svn: r10950 2008-07-31 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Fix the navigation links in WebCal * src/plugins/WebCal.py svn: r10949 2008-07-30 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po, src/plugins/WebCal.py: More corrections to calendar_build of WebCal. It's working much better (for me). But it needs more testing. And there are still more changes to come. The nav links are not working, I know. Maybe I'll work on that next. * src/plugins/WebCal.py * po/nl.po svn: r10948 2008-07-29 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Move some functions outside the class. Eliminate return value of six_weeks() and calender_build(). _easter() now gets the year as argument. Note. There is still an off-by-one error with the days. * src/plugins/WebCal.py svn: r10947 2008-07-29 Kees Bakker <kees.bakker@xs4all.nl> * src/ReportBase/_ReportUtils.py: Correct typo from previous update. * src/ReportBase/_ReportUtils.py (Hmmm, what about a minimum test before commit?) svn: r10946 2008-07-29 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Going back to previous version. svn: r10945 2008-07-29 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/holidays.xml: add Chilean holidays (contribution from Alvaro Herrera) svn: r10943 2008-07-29 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: update Dutch translation svn: r10942 2008-07-28 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: #2299 baptism and burial statements lack sources on Detailed reports svn: r10940 2008-07-28 Jérôme Rapinat <romjerome@yahoo.fr> * src/ReportBase/_ReportUtils.py: #2299 baptism and burial statements lack sources on Detailed reports svn: r10939 2008-07-28 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Updated Norwegian translation svn: r10937 2008-07-28 Espen Berg <espenbe@gmail.com> * po/gramps.pot, po/nb.po, po/no.po: Some more Norwegian translation in trunk svn: r10933 2008-07-28 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot: updated gramps.pot svn: r10932 2008-07-28 Peter Landgren <peter.talken@telia.com> * src/plugins/WebCal.py: Patch from Rob Healey svn: r10931 2008-07-27 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/DetDescendantReport.py: #1555: Option for Record (Modified Register) numbering in the DDR (contribution from James Friedmann <jfriedmannj at gmail dot com>) svn: r10930 2008-07-26 Gary Burton <gary.burton@zen.co.uk> * src/gen/db/base.py: Crash caused by change made in bug #2289. Reversing change. svn: r10929 2008-07-26 Gary Burton <gary.burton@zen.co.uk> * src/glade/gramps.glade: Allow window manager to cascade new note editor windows svn: r10928 2008-07-26 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PlaceView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py: Refactoring in the DataViews. svn: r10927 2008-07-26 Gary Burton <gary.burton@zen.co.uk> * src/PageView.py: Add functionality to PageView to remove multiple object from DataViews. svn: r10926 2008-07-26 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/EventView.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PlaceView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py: Add functionality to PageView to remove multiple object from DataViews. Implement in all DataViews except Person and Family svn: r10925 2008-07-24 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/DetDescendantReport.py: #1555: Option for Record (Modified Register) numbering in the DDR (contribution from James Friedmann <jfriedmannj at gmail dot com>) svn: r10923 2008-07-24 Peter Landgren <peter.talken@telia.com> * po/sv.po: Swedish translation update to r10920 svn: r10921 2008-07-23 Mirko Leonhäuser <mirko@leonhaeuser.de> * po/de.po: Updated German translation svn: r10919 2008-07-23 Jérôme Rapinat <romjerome@yahoo.fr> * src/ReportBase/_ReportUtils.py: #2300: error in baptised_str()'s logic at the end svn: r10916 2008-07-23 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/Reporef.py: add a testing quick report on repository svn: r10915 2008-07-23 Jérôme Rapinat <romjerome@yahoo.fr> * src/DataViews/RepositoryView.py: enable quick report on repository svn: r10914 2008-07-22 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/AncestorReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: #2124: Baptism as alternate birth event on Det (Ancestral,Descendant) reports and Ancestral report svn: r10910 2008-07-22 Jérôme Rapinat <romjerome@yahoo.fr> * src/ReportBase/_ReportUtils.py: #2124: Baptism as alternate birth event on Det (Ancestral,Descendant) reports and Ancestral report svn: r10909 2008-07-22 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/CalculateEstimatedDates.py: #2294 missing translation strings svn: r10906 2008-07-22 Brian Matherly <brian@gramps-project.org> * src/plugins/EndOfLineReport.py: 0002275: A person being his own ancestor causes EOL report to crash. svn: r10904 2008-07-22 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: 0002286: Unselecting "use complete sentences" has no effect for the burial information in the Detailed Ancestor and Descendant reports. (contribution from James Friedmann <jfriedmannj@gmail.com>) svn: r10902 2008-07-22 Brian Matherly <brian@gramps-project.org> * src/Utils.py: 0002246: Files with non-ascii characters can not be opened from the Media View svn: r10900 2008-07-21 Gary Burton <gary.burton@zen.co.uk> * src/Filters/Rules/Place/_HasPlace.py, src/Filters/SideBar/_PlaceSidebarFilter.py: Implement filter by street in place filters svn: r10898 2008-07-21 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/EventView.py: Allow multiple deletes from event view svn: r10897 2008-07-21 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_WriteGedcom.py: Remove debugging code svn: r10896 2008-07-21 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_Options.py: 0002279: report-options.xml cannot manage option value with double quotes. svn: r10895 2008-07-21 Brian Matherly <brian@gramps-project.org> * src/glade/gramps.glade: 0002254: Family Tree Window is always the most top window svn: r10893 2008-07-21 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_ReportUtils.py: 0002271: Exception when creating HTML report (place_name must be unicode) svn: r10891 2008-07-21 Brian Matherly <brian@gramps-project.org> * src/plugins/ExtractCity.py, src/plugins/NarrativeWeb.py: 0002281: Like label on gramps.glade file, to use Zip/Postal code on plugins labels (contribution from Jérôme Rapinat <romjerome@yahoo.fr>). svn: r10889 2008-07-21 Brian Matherly <brian@gramps-project.org> * src/plugins/DetAncestralReport.py: 0002288: Missing dot/space after spouse's name on DetAncestral report svn: r10887 2008-07-20 Brian Matherly <brian@gramps-project.org> * src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/proxybase.py: Fix docstrings related to the proxy databases so that they are correct. svn: r10885 2008-07-20 Gary Burton <gary.burton@zen.co.uk> * src/Config/_GrampsConfigKeys.py, src/ExportOptions.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/plugins/WritePkg.py: Make exclusion of unlinked records optional svn: r10883 2008-07-20 Gary Burton <gary.burton@zen.co.uk> * src/gen/proxy/referenced.py: Performance speed up svn: r10882 2008-07-19 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot and nl.po svn: r10880 2008-07-18 Gerald Britton <gerald.britton@gmail.com> * src/PluginUtils/_Options.py, src/plugins/BookReport.py: Revert 10874 changes to _Options.py and BookReport.py svn: r10879 2008-07-18 Gerald Britton <gerald.britton@gmail.com> * src/Filters/_FilterParser.py, src/GrampsDbUtils/_GedcomStageOne.py: Revert 10874 changes to _FilterParser.py svn: r10878 2008-07-18 Gerald Britton <gerald.britton@gmail.com> * src/Filters/_FilterParser.py, src/gen/db/base.py, src/gen/db/dbdir.py: Revert 10874 changes to base.py and _FilterParser.py svn: r10877 2008-07-18 Kees Bakker <kees.bakker@xs4all.nl> * src/data/Web_Evergreen.css, src/data/Web_Print-Default.css: Addition of two (arrow) GIFs. Updated stylesheets by Rob Healey. * src/images/arrow{102,231}.gif * src/data/Web_Print-Default.css * src/data/Web_Evergreen.css svn: r10876 2008-07-17 Gerald Britton <gerald.britton@gmail.com> * src/GrampsDbUtils/_GrampsBSDDB.py, src/gen/db/dbdir.py: Revert 10874 changes to dbdir.py and _GrampsBSDDB.py svn: r10875 2008-07-17 Gerald Britton <gerald.britton@gmail.com> * src/BaseDoc.py, src/Config/_GrampsIniKeys.py, src/DataViews/RelationView.py, src/DateHandler/__init__.py, src/DbLoader.py, src/DbManager.py, src/DisplayModels/_PeopleModel.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/Family/_IsBookmarked.py, src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_IsAncestorOf.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOf.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/_FilterParser.py, src/GrampsDbUtils/_GedcomInfo.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/_GedcomUtils.py, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/importdbdir.py, src/GrampsLogger/_ErrorReportAssistant.py, src/ListModel.py, src/Merge/_MergeSource.py, src/Mime/_PythonMime.py, src/Mime/_WinMime.py, src/Models/_FastModel.py, src/Models/_ListCursor.py, src/Models/_PathCursor.py, src/PageView.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_Options.py, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_PluginWindows.py, src/Relationship.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_ReportDialog.py, src/TipOfDay.py, src/Utils.py, src/ViewManager.py, src/ansel_utf8.py, src/docgen/GtkPrint.py, src/docgen/RTFDoc.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/lib/genderstats.py, src/gen/lib/grampstype.py, src/gen/lib/test/date_test.py, src/gen/utils/callback.py, src/gramps.py, src/plugins/BookReport.py, src/plugins/DescendTree.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/EventCmp.py, src/plugins/FindDupes.py, src/plugins/ImportProGen.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/NarrativeWeb.py, src/plugins/ReadGrdb.py, src/plugins/Verify.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/test/__init__.py, src/widgets/styledtextbuffer.py: Replace dict.has_key(x) with x in dict for performance gain svn: r10874 2008-07-17 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: A bunch of miscelaneous corrections. - variable names - added several notes about things todo - replaced store_file() with copy_file() from NarrativeWeb - and more * src/plugins/WebCal.py svn: r10873 2008-07-17 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/WebCal.py: Major change from Rob Healey and Jason Simanek. * src/plugins/WebCal.py svn: r10872 2008-07-17 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Translation issues found by Peter Landgren. * src/plugins/NarrativeWeb.py svn: r10871 2008-07-17 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Several fixes. "styles" directory was not present before copying files into. Correction of filename in copyright part. Eliminate store_file and replaced by copy_file (takes care of directory creation and error message.) * src/plugins/NarrativeWeb.py svn: r10870 2008-07-16 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Update from Rob Healey and Jason Simanek: new stylesheets and some (small?) changes in the generated HTML. (( Not fully tested, please give it a try )) * src/plugins/NarrativeWeb.py svn: r10869 2008-07-16 Kees Bakker <kees.bakker@xs4all.nl> * : Setting svn:mime-type to text/x-javascript instead of application/x-javascript because SVN gets confused thinking it is binary. * src/data/Web_styleswitcher*.js svn: r10868 2008-07-16 Kees Bakker <kees.bakker@xs4all.nl> * : Setting svn props for the new CSS files. I forgot about x ~/.subversion/config "enable-auto-props = yes" svn: r10866 2008-07-15 Mirko Leonhäuser <mirko@leonhaeuser.de> * po/de.po: Updated German translation svn: r10864 2008-07-15 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: (Changes by Rob Healey) Rename display_header, display_footer to write_header, write_footer. A couple format changes in the HTML output. * src/plugins/NarrativeWeb.py svn: r10863 2008-07-15 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: svn: r10862 2008-07-14 Peter Landgren <peter.talken@telia.com> * src/GrampsDbUtils/_WriteGedcom.py: Fix of issue 2253 in trunk svn: r10861 2008-07-14 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot: updated gramps.pot svn: r10859 2008-07-14 Gerald Britton <gerald.britton@gmail.com> * src/BasicUtils/_UpdateCallback.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: Replace __call__ in dir(*) with callable(*) for performance gain svn: r10856 2008-07-14 Benny Malengier <benny.malengier@gramps-project.org> * src/DateHandler/_DateParser.py: ticket 2244 Date parser for Norwegian locale, allow 'b' for month svn: r10854 2008-07-14 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: corrected Dutch translation svn: r10852 2008-07-09 Gary Burton <gary.burton@zen.co.uk> * src/DbManager.py: Fix rename button. Broken in an earlier revision svn: r10851 2008-07-09 Gerald Britton <gerald.britton@gmail.com> * src/test/test/test_util_test.py: Replace map with list comprehension svn: r10850 2008-07-09 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot and nl.po svn: r10849 2008-07-09 Gerald Britton <gerald.britton@gmail.com> * src/plugins/ImportCSV.py: Replace map with list comprehensions svn: r10848 2008-07-07 Gerald Britton <gerald.britton@gmail.com> * src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/SourceView.py: Replace filter with any for performace gain svn: r10847 2008-07-07 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py: Apply referenced proxy to remove unused objects when a filter or one of the other proxies is applied. svn: r10846 2008-07-07 Gary Burton <gary.burton@zen.co.uk> * src/gen/proxy/Makefile.am, src/gen/proxy/__init__.py, src/gen/proxy/filter.py, src/gen/proxy/private.py, src/gen/proxy/referenced.py: New database proxy which passes through objects which are referenced by at least one another object. svn: r10845 2008-07-06 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/NarrativeWeb.py: report #2270 - NarrativeWeb skips over step-siblings svn: r10844 2008-07-04 Gerald Britton <gerald.britton@gmail.com> * src/gen/db/base.py, src/plugins/NarrativeWeb.py, src/plugins/WriteGeneWeb.py: Replace lambdas with list comprehensions svn: r10843 2008-07-04 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po: update svn: r10842 2008-07-03 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/ImportProGen.py: Use list comprehension instead of filter(lambda as suggested by Gerald. * src/plugins/ImportProGen.py svn: r10841 2008-07-03 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Fix for bug 2232. Thank you, sanjuro, for the patch. * src/plugins/NarrativeWeb.py svn: r10840 2008-07-03 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Fix for bug 1969. There were two places where a .html extension was missing. I'll have to check if bugs 2230 and 2232 are solved as well. * src/plugins/NarrativeWeb.py svn: r10839 2008-07-03 Gerald Britton <gerald.britton@gmail.com> * src/gen/lib/date.py: Fix isinstance error and replace lambdas with list comprehensions svn: r10838 2008-07-03 Gerald Britton <gerald.britton@gmail.com> * src/Editors/_EditMediaRef.py: Simplify coordinate checking svn: r10837 2008-07-01 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: NavWebReport.copy_file correction variable name. DownloadPage.__init__ correction of parameter for display_header (found by Jason). * src/plugins/NarrativeWeb.py svn: r10835 2008-06-28 Gary Burton <gary.burton@zen.co.uk> * src/FilterEditor/_EditRule.py, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_HasAttribute.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/MediaObject/_HasAttribute.py, src/Filters/Rules/MediaObject/__init__.py: Add support for filtering on event and media attributes svn: r10834 2008-06-28 Gary Burton <gary.burton@zen.co.uk> * src/FilterEditor/_EditRule.py: Editing rules crashes because value and string attrbutes are now protected on GrampsType so get via a different method svn: r10833 2008-06-28 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_WriteGedcom.py: Make sure Gedcom ADDR token if location is populated. Bug #2216 svn: r10832 2008-06-24 Gary Burton <gary.burton@zen.co.uk> * src/ViewManager.py: Apply scrollbars to tabs on main Gramps window when there is not enough room on screen to display all the tabs. Useful for small screen devices like Asus eee PC svn: r10830 2008-06-24 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/RemoveUnused.py: fix for bug #0002240; Events show up as blank lines when removing unused objects; merged from gramps30 svn: r10829 2008-06-23 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot and nl.po svn: r10827 2008-06-22 Gary Burton <gary.burton@zen.co.uk> * src/Config/_GrampsConfigKeys.py, src/ViewManager.py: Allow Gramps to work full screen. Useful for small screen devices like Asus eee PC svn: r10826 2008-06-21 Alex Roitman <shura@gramps-project.org> * autogen.sh: Use proper path for source file svn: r10825 2008-06-21 Stéphane Charette <stephanecharette@gmail.com> * src/data/NWeb-Print_Default.css, src/data/NWeb-Screen_Basic-Ash.css, src/data/NWeb-Screen_Basic-Cypress.css, src/data/NWeb-Screen_Basic-Lilac.css, src/data/NWeb-Screen_Basic-Peach.css, src/data/NWeb-Screen_Basic-Spruce.css, src/data/NWeb-Screen_Mainz.css, src/data/NWeb-Screen_Nebraska.css, src/plugins/NarrativeWeb.py: bug report #2234; notes should be separated from the previous text to which they apply; merged from gramps30 svn: r10824 2008-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * example/gramps/example.gramps: #2144: Example database contains absolute path for media file svn: r10822 2008-06-19 Gerald Britton <gerald.britton@gmail.com> * src/plugins/NarrativeWeb.py: Fix typo in NarrativeWeb.py: Bug 002231 svn: r10820 2008-06-18 Gerald Britton <gerald.britton@gmail.com> * src/ReportBase/_CommandLineReport.py: Fix 0002184: BUG: IndexError: tuple index out of range svn: r10819 2008-06-18 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/NarrativeWeb.py: bug report #2229: parental relationship redundantly says 'Birth'; merged from gramps30 svn: r10818 2008-06-17 Gerald Britton <gerald.britton@gmail.com> * src/gen/lib/eventref.py: add instance attribute ref to __slots__ in eventref -- bug 2210 svn: r10816 2008-06-17 Gerald Britton <gerald.britton@gmail.com> * src/gen/lib/eventref.py: Fix typepo in eventref from commit 10814 -- bug 2210 svn: r10815 2008-06-17 Gerald Britton <gerald.britton@gmail.com> * src/gen/lib/eventref.py, src/gen/lib/grampstype.py: Fix pickle.dumps problem in grampstype and eventref -- bug 2210 svn: r10814 2008-06-17 Peter Landgren <peter.talken@telia.com> * src/ReportBase/_ReportUtils.py: Fix of issue #2226. svn: r10813 2008-06-16 Gerald Britton <gerald.britton@gmail.com> * src/AutoComp.py, src/BaseDoc.py, src/BasicUtils/_NameDisplay.py, src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/DataViews/GrampletView.py, src/DataViews/PedigreeView.py, src/DataViews/PersonView.py, src/DataViews/RelationView.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DbManager.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditFamily.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/Note/_MatchesRegexpOf.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/Rules/Place/_InLatLonNeighborhood.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_RegExpIdBase.py, src/Filters/Rules/_Rule.py, src/Filters/_FilterParser.py, src/Filters/_GenericFilter.py, src/GrampsCfg.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteGrdb.py, src/LdsUtils.py, src/ListModel.py, src/Lru.py, src/ManagedWindow.py, src/Merge/_MergePerson.py, src/PageView.py, src/PlaceUtils.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_PluginWindows.py, src/Relationship.py, src/ReportBase/_Bibliography.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_Endnotes.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportUtils.py, src/ScratchPad.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/ThumbNails.py, src/TreeTips.py, src/Utils.py, src/ViewManager.py, src/data/authors.xml, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/PSDrawDoc.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/familyreltype.py, src/gen/lib/genderstats.py, src/gen/lib/place.py, src/gen/lib/test/date_test.py, src/gen/proxy/living.py, src/gen/utils/callback.py, src/gen/utils/dbutils.py, src/gen/utils/progressmon.py, src/plugins/AgeOnDate.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/Check.py, src/plugins/DefaultGramplets.py, src/plugins/DetAncestralReport.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FamilyGroup.py, src/plugins/GVFamilyLines.py, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py, src/plugins/Query.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/WebCal.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/all_relations.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_pl.py, src/plugins/rel_pt.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/widgets/labels.py, src/widgets/monitoredwidgets.py: Code optimizations wrt handling of None - bug 2212 svn: r10811 2008-06-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/styledtexteditor.py: Change private method name to reflect the type of emitting object. svn: r10810 2008-06-15 Mirko Leonhäuser <mirko@leonhaeuser.de> * po/de.po: Updated German translation svn: r10809 2008-06-14 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_GedcomParse.py: Ancestry.com have fixed their GEDCOM export. Remove workaround in GEDCOM import. bug #2141 svn: r10807 2008-06-13 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_de.py: issue 2130, remove tabs svn: r10804 2008-06-13 Stéphane Charette <stephanecharette@gmail.com> * src/data/authors.xml: fixed 2 errors in authors.xml: dup line and utf-8 accent problem svn: r10803 2008-06-12 Jérôme Rapinat <romjerome@yahoo.fr> * po/pl.po: update pl.po Łukasz Rymarczyk <yenidai@poczta.onet.pl> svn: r10802 2008-06-10 Peter Landgren <peter.talken@telia.com> * src/GrampsDbUtils/_GrampsBSDDB.py: Fixed type in line 2087. too many (. svn: r10799 2008-06-10 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot and nl.po svn: r10798 2008-06-09 Stéphane Charette <stephanecharette@gmail.com> * src/ReportBase/_GraphvizReportDialog.py: bug report 2214: fix for "Graphviz reports cause GRAMPS to hang for long periods of time" svn: r10797 2008-06-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * INSTALL, autogen.sh, configure.in, gramps-autogen.sh: Remove build time requirement for gnome-common and gnome python bindings. svn: r10795 2008-06-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * configure.in: Fix pygtk version in error message. svn: r10794 2008-06-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/styledtexteditor.py: Remove 'test' action from UI XML. svn: r10793 2008-06-06 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update to r10790 svn: r10792 2008-06-06 Brian Matherly <brian@gramps-project.org> * src/plugins/GVHourGlass.py: 0002194: redundant links in Hourglass graph svn: r10790 2008-06-05 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Minor cs.po translation update svn: r10787 2008-06-05 Brian Matherly <brian@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/gen/proxy/living.py, src/plugins/NarrativeWeb.py, src/plugins/WritePkg.py: 0002204: Narrative Web report "restrict living" is different than Gramps 2.x svn: r10786 2008-06-02 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/Makefile.am: Update according to changes in r10763. svn: r10783 2008-06-02 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot and nl.po svn: r10782 2008-06-02 Brian Matherly <brian@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py, src/ReportBase/_ReportUtils.py, src/Simple/_SimpleAccess.py, src/Utils.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/grampstype.py, src/gen/utils/dbutils.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/FamilyGroup.py, src/plugins/GVRelGraph.py, src/plugins/StatisticsChart.py, src/plugins/WebCal.py, src/plugins/WriteGeneWeb.py: 0002122: Detailed Ancestor Report reports people as buried who have no birth events (contributed by Gerald Britton <gerald.britton@gmail.com>) svn: r10781 2008-06-01 Brian Matherly <brian@gramps-project.org> * src/plugins/DetAncestralReport.py: 0002165: Detailed Ancestor report fails to run:UnboundLocalError? svn: r10780 2008-06-01 Brian Matherly <brian@gramps-project.org> * src/DbManager.py: Check if RCS is installed (this is an improvement on r10776) svn: r10778 2008-06-01 Brian Matherly <brian@gramps-project.org> * src/DbManager.py: 0002119: Archiving via RCS does not work in Windows svn: r10776 2008-06-01 Brian Matherly <brian@gramps-project.org> * src/data/authors.xml: Add Mirko Leonhäuser as a contributor. svn: r10774 2008-05-31 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/GVHourGlass.py: #2180: allow user to enable/disable rounded corners svn: r10773 2008-05-31 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/GVRelGraph.py: #2180: allow user to enable/disable rounded corners; merge from gramps30 svn: r10772 2008-05-31 Stéphane Charette <stephanecharette@gmail.com> * src/PluginUtils/_GuiOptions.py, src/plugins/GVFamilyLines.py: bug report #2162: handle surnames that have spaces within them; merged from gramps30 svn: r10770 2008-05-29 Kees Bakker <kees.bakker@xs4all.nl> * src/ReportBase/_DrawFormatComboBox.py: Correct typo __draw_doc_list =>__drawdoc_list. * src/ReportBase/_DrawFormatComboBox.py svn: r10768 2008-05-29 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/ImportProGen.py: Do not set patronimic, just give a warning. (Not sure how it is used by Pro-Gen.) Accept other input filenames (.PER, .REL or .MEM) as well. * src/plugins/ImportProGen.py svn: r10767 2008-05-28 Brian Matherly <brian@gramps-project.org> * src/DateHandler/_DateParser.py: 0002113: Date parser rejects dates where a period (.) follows the month name (contribution from Gerald Britton <gerald.britton@gmail.com>) svn: r10766 2008-05-27 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Updated Norwegian translation svn: r10764 2008-05-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/__init__.py, src/widgets/buttons.py, src/widgets/expandcollapsearrow.py, src/widgets/labels.py, src/widgets/linkbox.py, src/widgets/monitoredwidgets.py, src/widgets/multitypecomboentry.py, src/widgets/shortlistcomboentry.py, src/widgets/springseparator.py, src/widgets/statusbar.py, src/widgets/styledtextbuffer.py, src/widgets/styledtexteditor.py, src/widgets/toolbarwidgets.py, src/widgets/toolcomboentry.py, src/widgets/unused.py, src/widgets/validatedcomboentry.py, src/widgets/validatedmaskedentry.py, src/widgets/valueaction.py, src/widgets/valuetoolitem.py: Few changes in the 'widgets' package. * introducing __all__ in modules, so __init__ imports only public objects; * MultiTypeComboEntry renamed to ValidatedComboEntry and different data type support implemented; * ShortlistComboEntry introduced; * ValueAction and ValueToolItem introduced; * ComboToolAction and ComboToolItem are removed, ValueAction and ToolComboEntry are implemented instead; svn: r10763 2008-05-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/AutoComp.py, src/BaseDoc.py, src/Config/_GrampsGconfKeys.py, src/DataViews/GrampletView.py, src/DbLoader.py, src/DisplayTabs/_GrampsTab.py, src/Editors/_EditMediaRef.py, src/Errors.py, src/Filters/Rules/_Rule.py, src/Filters/_FilterList.py, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_ReadGedcom.py, src/ManagedWindow.py, src/Models/_ListCursor.py, src/Models/_PathCursor.py, src/PluginUtils/_Options.py, src/PluginUtils/_Tool.py, src/QuickReports.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportUtils.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/TreeTips.py, src/Utils.py, src/gen/lib/attrbase.py, src/gen/lib/date.py, src/gen/lib/grampstype.py, src/gen/lib/markertype.py, src/gen/lib/person.py, src/gen/utils/callback.py, src/gen/utils/test/callback_test.py, src/plugins/AncestorTree.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/Check.py, src/plugins/CmdRef.py, src/plugins/DescendTree.py, src/plugins/SameSurnames.py, src/plugins/WebCal.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_pt.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/widgets/monitoredwidgets.py: Issue #0002175: Change type() expressions to isinstance() expressions. Patch from Gerald Britton <gerald.britton@gmail.com> svn: r10762 2008-05-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDbUtils/importdbdir.py: Typo. Fix #0002174. svn: r10760 2008-05-24 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/GVFamilyLines.py: bug reports #2180 and #2181; fix for rounded corners and graph colours (more work remains for hourglass and relationship graph) svn: r10759 2008-05-24 Stéphane Charette <stephanecharette@gmail.com> * src/ReportBase/_GraphvizReportDialog.py, src/plugins/GVFamilyLines.py: bug reports #2176, #2177, #2178; various Graphviz issues, merged up from gramps30 svn: r10758 2008-05-22 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/ObjectEntries.py: Add missing gettext import. Pylint fixes. svn: r10756 2008-05-22 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/ObjectEntries.py: #0002160: add missing import statement. svn: r10755 2008-05-22 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * INSTALL, Makefile.am, configure.in, m4/Makefile.am: #0002168: get rid of dependency and mention of gnome-doc-utils and scrollkepper. Thanks Alex! svn: r10754 2008-05-22 Jérôme Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: #2169:Error in formatting for french translation of the man page svn: r10751 2008-05-22 Jérôme Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: #2169:Error in formatting for french translation of the man page svn: r10748 2008-05-20 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Oops. Missing db in display_event_row * src/plugins/NarrativeWeb.py svn: r10747 2008-05-20 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Converted event display to use a table with columns. The original function (format_event) is still used for family events, but that should be converted too. * src/plugins/NarrativeWeb.py svn: r10746 2008-05-20 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_PluginMgr.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_TextFormatComboBox.py, src/ReportBase/_TextReportDialog.py, src/docgen/AsciiDoc.py, src/docgen/GtkPrint.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/plugins/BookReport.py: Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work. svn: r10745 2008-05-20 Brian Matherly <brian@gramps-project.org> * src/plugins/BookReport.py: Remove unused import Plugins. svn: r10744 2008-05-19 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/PluginUtils/Makefile.am, src/PluginUtils/_PluginDialogs.py, src/PluginUtils/_Plugins.py, src/PluginUtils/__init__.py, src/ViewManager.py, src/plugins/BookReport.py: Rename "_Plugins.py" to a more appropriate name: "_PluginDialogs.py". Same goes for the classes in the file. svn: r10742 2008-05-18 Brian Matherly <brian@gramps-project.org> * src/ArgHandler.py, src/DbLoader.py, src/DisplayState.py, src/ExportAssistant.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Plugins.py, src/PluginUtils/__init__.py, src/QuickReports.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_TextFormatComboBox.py, src/ViewManager.py, src/docgen/AsciiDoc.py, src/docgen/GtkPrint.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/docgen/TextBufDoc.py, src/plugins/AgeOnDate.py, src/plugins/AncestorReport.py, src/plugins/AncestorTree.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CmdRef.py, src/plugins/CustomBookText.py, src/plugins/DateParserDisplayTest.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DescendTree.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/DumpGenderStats.py, src/plugins/EndOfLineReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/EventNames.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/ExtractCity.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterByName.py, src/plugins/FindDupes.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportProGen.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/Leak.py, src/plugins/MarkerReport.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py, src/plugins/NotRelated.py, src/plugins/NumberOfAncestorsReport.py, src/plugins/OnThisDay.py, src/plugins/OwnerEditor.py, src/plugins/PatchNames.py, src/plugins/Query.py, src/plugins/ReadGrdb.py, src/plugins/ReadPkg.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/References.py, src/plugins/RelCalc.py, src/plugins/RemoveUnused.py, src/plugins/ReorderIds.py, src/plugins/SameSurnames.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebCal.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/all_events.py, src/plugins/all_relations.py, src/plugins/lineage.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_pl.py, src/plugins/rel_pt.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/plugins/rel_sv.py, src/plugins/siblings.py: Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information. svn: r10741 2008-05-18 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/lib/grampstype.py: Classmethod definition using the decorator syntax. svn: r10740 2008-05-17 Stéphane Charette <stephanecharette@gmail.com> * NEWS: update trunk NEWS with the releases from gramps30x svn: r10739 2008-05-17 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: updated gramps.pot updated dutch translation svn: r10733 2008-05-17 Stéphane Charette <stephanecharette@gmail.com> * src/data/authors.xml: put accent in my name svn: r10732 2008-05-16 Alex Roitman <shura@gramps-project.org> * INSTALL, acinclude.m4, data/Makefile.am, data/gramps.schemas.in, po/POTFILES.in, po/POTFILES.skip: Remove leftovers from GConf era and clean up related code svn: r10730 2008-05-16 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: A couple more Dutch translation corrections. po/nl.po svn: r10728 2008-05-16 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Translation correction: agency -> agentschap po/nl.po svn: r10727 2008-05-15 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: add GrampsAboutDialog.py reference svn: r10725 2008-05-15 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/toolbarwidgets.py: Using recommended absolut import for modules in the same package instead. svn: r10722 2008-05-15 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/multitypecomboentry.py: The active text of the widget was not set when new item was selected from the combo box. svn: r10721 2008-05-14 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update to r10719 svn: r10720 2008-05-14 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/labels.py: Fix logger name. svn: r10719 2008-05-14 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/styledtexteditor.py: Import directly from other modules in the same package. Documentation. svn: r10718 2008-05-14 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * po/POTFILES.in, src/widgets/Makefile.am: Fix 'make install' and 'make gramps.pot' problems arising from the recent reorganisation of GrampsWidgets.py to the widgets package. svn: r10717 2008-05-14 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/multitypecomboentry.py, src/widgets/toolbarwidgets.py: Several small functionality fixes. Documentation. svn: r10716 2008-05-14 Erik De Richter <erikdrgm@users.sourceforge.net> * src/data/authors.xml: changed name svn: r10715 2008-05-13 Peter Landgren <peter.talken@telia.com> * src/ReportBase/_GraphvizReportDialog.py: Fix of bugs 2121 and 2134 svn: r10713 2008-05-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/ObjectEntries.py, src/widgets/__init__.py, src/widgets/buttons.py, src/widgets/expandcollapsearrow.py, src/widgets/labels.py, src/widgets/linkbox.py, src/widgets/monitoredwidgets.py, src/widgets/statusbar.py, src/widgets/unused.py, src/widgets/validatedmaskedentry.py: Remove "The Gramps Developers" as copyright holder. svn: r10711 2008-05-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/Makefile.am, src/Editors/ObjectEntries.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Makefile.am, src/objectentries.py: Move src/objectentries.py to src/Editors/ObjectEntries.py. svn: r10710 2008-05-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * configure.in: Include the src/widgets package. svn: r10708 2008-05-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/buttons.py: Fix missing gettext import. svn: r10707 2008-05-11 Eero Tamminen <eerot@users.sourceforge.net> * src/plugins/NarrativeWeb.py: Types used for the parent relation by the display_ind_parents() method and the display_parent() method called by that did not match. Fixed the bug so that the code for showing the relation only if it's a non-birth one works. This bug was inherited from Gramps 2.2.x. svn: r10706 2008-05-11 Eero Tamminen <eerot@users.sourceforge.net> * src/plugins/NarrativeWeb.py: - remove extra/wrong '(' from translatable event date/place string - it's not enough to have line breaks between notes, the notes themselves need to be separated from previous content too. I used page break for that too svn: r10705 2008-05-11 Eero Tamminen <eerot@users.sourceforge.net> * src/plugins/GVRelGraph.py, src/plugins/StatisticsChart.py: Added my copyrights to files into which I had contributed major amounts of code during 2004-2006 (Alex helped, but didn't directly contribute to StatisticsChart). He did maintainance on the Graphiviz plugin too though. svn: r10704 2008-05-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/__init__.py, src/Makefile.am, src/objectentries.py, src/widgets/Makefile.am, src/widgets/__init__.py, src/widgets/buttons.py, src/widgets/expandcollapsearrow.py, src/widgets/grampswidgets.py, src/widgets/labels.py, src/widgets/linkbox.py, src/widgets/monitoredwidgets.py, src/widgets/statusbar.py, src/widgets/toolbarwidgets.py, src/widgets/unused.py, src/widgets/validatedmaskedentry.py: Reorganize custom widgets into a new 'widgets' package. 4. Blow up 'grampswidgets' module into several smaller modules. Also move 'objectentry' module out from 'widgets' to src/, otherwise there would be circular dependency between the 'Editors' and 'widgets' packages. svn: r10703 2008-05-11 Stéphane Charette <stephanecharette@gmail.com> * src/ReportBase/_GraphvizReportDialog.py: revert my previous incorrect fix for svn #2121 svn: r10701 2008-05-11 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_GraphvizReportDialog.py: 0002143: The dpi value is not set to 72 for ps/pdf formats for the FIRST report. svn: r10700 2008-05-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/styledtextbuffer.py: Fix logger name. svn: r10699 2008-05-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/widgets/Makefile.am, src/widgets/__init__.py, src/widgets/multitypecomboentry.py, src/widgets/styledtexteditor.py, src/widgets/toolbarwidgets.py: Move the combo box toolbar widgets out from StyledTextEditor using new design. svn: r10698 2008-05-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * : Reorganize custom widgets into a new 'widgets' package. 3. set svn:ignore property on src/widgets svn: r10696 2008-05-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DataViews/RelationView.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/Editors/_StyledTextBuffer.py, src/Editors/_StyledTextEditor.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/GrampsCfg.py, src/GrampsWidgets.py, src/PluginUtils/_GuiOptions.py, src/ViewManager.py, src/gen/lib/styledtexttag.py, src/plugins/OwnerEditor.py, src/widgets/__init__.py, src/widgets/grampswidgets.py, src/widgets/styledtextbuffer.py, src/widgets/styledtexteditor.py: Reorganize custom widgets into a new 'widgets' package. 1. moving existing widget modules under src/widgets/ svn: r10694 2008-05-08 Brian Matherly <brian@gramps-project.org> * src/const.py.in: 0002142: Patch to const.py.in to enable py2exe svn: r10693 2008-05-08 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/ImportProGen.py: Add code to import the rest of the input data. Still having problem with adding attributes for Birth events and such. * src/plugins/ImportProGen.py svn: r10691 2008-05-07 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Oppdatert norsk svn: r10689 2008-05-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsAboutDialog.py: Avoid including the same person more than once in case (s)he has several svn usernames. svn: r10688 2008-05-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * authors.xml, src/const.py.in, src/data/authors.xml: authors.xml file is moved under src/data/. svn: r10686 2008-05-06 Peter Landgren <peter.talken@telia.com> * src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py: Fix of bug #2140, filled hexagon in stead of outline svn: r10685 2008-05-06 Arturas Sleinius <asleinius@users.sourceforge.net> * po/lt.po: Updated Lithuanian translation svn: r10683 2008-05-06 Stéphane Charette <stephanecharette@gmail.com> * src/DataViews/PlaceView.py, src/DisplayModels/_PlaceModel.py, src/plugins/NarrativeWeb.py: bug report #2131, display latitude before longitude svn: r10681 2008-05-06 Stéphane Charette <stephanecharette@gmail.com> * src/ReportBase/_GraphvizReportDialog.py: bug report #2121, GraphViz problems when the page=... option is specified with the new versions of GraphViz svn: r10678 2008-05-06 Brian Matherly <brian@gramps-project.org> * src/const.py.in: Update the copyright line in the about box. svn: r10676 2008-05-05 Jérôme Rapinat <romjerome@yahoo.fr> * po/pl.po: #Łukasz Rymarczyk <yenidai@poczta.onet(dot)pl> update svn: r10675 2008-05-05 Espen Berg <espenbe@gmail.com> * po/no.po: Updated Norwegian translation (no.po) svn: r10670 2008-05-05 Espen Berg <espenbe@gmail.com> * po/nb.po: Updated Norwegian translation svn: r10669 2008-05-05 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_de.py: localization of relationships in German, issue 2130, contributed by Stefan Siegel <gpl@sdas.de> svn: r10668 2008-05-05 Stéphane Charette <stephanecharette@gmail.com> * debian/control: don't build gramps-help .deb package svn: r10665 2008-05-05 Stéphane Charette <stephanecharette@gmail.com> * src/gramps_main.py: change warning message to be generic 3.x-trunk version, and not 3.0.0-beta svn: r10663 2008-05-04 Espen Berg <espenbe@gmail.com> * src/DateHandler/_DateHandler.py, src/DateHandler/_Date_nb.py: Norwegian datehandler updated svn: r10661 2008-05-04 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/NarrativeWeb.py: better handling of end-of-line for text notes; use [br] like we do in 2.2.x instead of [p] svn: r10659 2008-05-03 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update to r10656 svn: r10657 2008-05-02 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextBuffer.py: Avoid accessing private class variable in StyledTextTagType. svn: r10655 2008-05-02 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: new gramps.pot and nl.po for next release svn: r10653 2008-04-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * data/grampsxml.dtd, data/grampsxml.rng: Change StyledText tag name from 'text' to 'choice'. svn: r10652 2008-04-29 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_GuiOptions.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_StyleEditor.py, src/plugins/WebCal.py: Add StyleOption class for reports and use it in WebCal. svn: r10651 2008-04-28 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/ImportProGen.py: More work done, still plenty to do. src/plugins/ImportProGen.py svn: r10650 2008-04-28 Brian Matherly <brian@gramps-project.org> * src/plugins/GVFamilyLines.py: Refactor FamilyLines: stop using "options.handler", many many pylint updates. svn: r10649 2008-04-27 Doug Blank <doug.blank@gmail.com> * src/BasicUtils/_NameDisplay.py: 0002120: Can't go into Preferenses svn: r10648 2008-04-27 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Correct a few typos. * po/nl.po svn: r10647 2008-04-27 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/ImportProGen.py: More work to import and create families not in the REL database of Pro-Gen. * src/plugins/ImportProGen.py svn: r10646 2008-04-27 Doug Blank <doug.blank@gmail.com> * src/plugins/GVRelGraph.py: 0002118: No URLs in pdf/dot version of the relationship graph report, revised svn: r10644 2008-04-27 Doug Blank <doug.blank@gmail.com> * src/plugins/GVRelGraph.py: 0002118: No URLs in pdf/dot version of the relationship graph report svn: r10643 2008-04-26 Gary Burton <gary.burton@zen.co.uk> * src/ScratchPad.py: Rename scratchpad to clipboard in Window menu - bug #2117 svn: r10642 2008-04-26 Doug Blank <doug.blank@gmail.com> * src/plugins/Verify.py: Removed some try/excepts (they're expensive and can make debugging hard) and fix for bug 0002114 svn: r10640 2008-04-25 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/ImportProGen.py: Start of a new (unsupported) plugin to import from Pro-Gen. * src/plugins/ImportProGen.py svn: r10639 2008-04-25 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_PluginMgr.py: General cleanup in the plugin manager. svn: r10638 2008-04-24 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: typos corrected svn: r10637 2008-04-24 Doug Blank <doug.blank@gmail.com> * src/DateHandler/_DateParser.py: 0002106: Date pasting with leading spaces svn: r10636 2008-04-23 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_GedcomLex.py: Allow Gedcom lexer to pad with a space when joining CONC lines to empty NOTE lines. Bug #2100. svn: r10635 2008-04-23 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: minor changes svn: r10632 2008-04-23 Peter Landgren <peter.talken@telia.com> * src/plugins/GVFamilyLines.py: Broken after r10624, fixed by removing id= svn: r10631 2008-04-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: Update export/import of StyledText according to structural changes in r10626. svn: r10630 2008-04-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextBuffer.py, src/Editors/_StyledTextEditor.py, src/gen/lib/styledtexttagtype.py: Move STYLE_TYPE and STYLE_DEFAULT constants from StyledTextBuffer to StyledTextTagType. svn: r10629 2008-04-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextEditor.py: Move the 'Clear Markup' button to the right end of the toolbar. svn: r10628 2008-04-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextBuffer.py: Catch ValueError exception in case of 'foregin' gtk.TextTags in the text. svn: r10627 2008-04-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextBuffer.py, src/Editors/_StyledTextEditor.py, src/gen/lib/styledtexttagtype.py: Refactoring: - better functionality devision between buffer and editor; - better integration with StyledTextTagType; - font family and font size tags are separated; - new font family and font size toolbar widgets; svn: r10626 2008-04-23 Brian Matherly <brian@gramps-project.org> * src/BaseDoc.py, src/ReportBase/_GraphvizReportDialog.py: Pylint updates for GraphvizReportDialog. svn: r10625 2008-04-23 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_GraphvizReportDialog.py: General cleanup to GraphizReportDialog. svn: r10624 2008-04-22 Doug Blank <doug.blank@gmail.com> * src/GrampsDbUtils/_ReadXML.py: 0002105: Failed to import from xml: typo svn: r10623 2008-04-22 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: update gramps.pot and updated Dutch translation svn: r10622 2008-04-22 Kees Bakker <kees.bakker@xs4all.nl> * src/DbLoader.py: Remove the word GEDCOM from the importer unicode error message. It is an error message for all importers, not just GEDCOM. src/DbLoader.py svn: r10621 2008-04-22 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/ManagedWindow.py, src/PluginUtils/_Options.py, src/PluginUtils/_PluginWindows.py, src/ReportBase/Makefile.am, src/ReportBase/_BareReportDialog.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportDialog.py: Merge BareReportDialog with ReportDialog. BareReportDialog is now gone. svn: r10620 2008-04-22 Brian Matherly <brian@gramps-project.org> * src/plugins/BookReport.py: Minor clean up in book report. svn: r10619 2008-04-22 Doug Blank <doug.blank@gmail.com> * src/Config/_GrampsConfigKeys.py, src/DisplayModels/_PeopleModel.py, src/DisplayTabs/_EventRefModel.py, src/Simple/_SimpleTable.py: Added invalid date format to configs, with bold default svn: r10618 2008-04-21 Gary Burton <gary.burton@zen.co.uk> * src/plugins/RemoveUnused.py, src/plugins/unused.glade: Remove unused notes. Feature request #2101. svn: r10617 2008-04-21 Peter Landgren <peter.talken@telia.com> * po/sv.po: Updates to r10615 svn: r10616 2008-04-21 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: Fixes for tooltips svn: r10615 2008-04-21 Doug Blank <doug.blank@gmail.com> * src/DataViews/GrampletView.py: 0001963: bug on a fix: handle gramplets that aren't objects svn: r10614 2008-04-21 Erik De Richter <erikdrgm@users.sourceforge.net> * src/FilterEditor/_EditFilter.py: Bug ID 0001767 wiki link to manual svn: r10613 2008-04-21 Doug Blank <doug.blank@gmail.com> * src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: 0001963: Gramplets need an active person for working: two issues: 1) added update on rebuild signal, and 2) cause an initial update when creating a new gramplet svn: r10612 2008-04-21 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: 0002093: Request Pedigree line drawing improvement: added UTF line art; two modes ASCII or UTF. Default is currently UTF svn: r10611 2008-04-20 Brian Matherly <brian@gramps-project.org> * src/gen/proxy/living.py: 0002006: Ancestor filter does not work properly with living people excluded in Narrative Web report. svn: r10610 2008-04-20 Gary Burton <gary.burton@zen.co.uk> * src/DbManager.py: Make sure database version is set when recovering a database svn: r10608 2008-04-20 Doug Blank <doug.blank@gmail.com> * src/DataViews/RelationView.py: Arrow was expanding svn: r10606 2008-04-20 Doug Blank <doug.blank@gmail.com> * src/plugins/Verify.py, src/plugins/verify.glade: Added check for invalid birth and death dates svn: r10605 2008-04-20 Doug Blank <doug.blank@gmail.com> * src/const.py.in: Added -L to SHORTOPTS svn: r10604 2008-04-20 Doug Blank <doug.blank@gmail.com> * src/ArgHandler.py, src/DbManager.py: 0002019: Proposal to show person count and DB version --- this just adds a new command line flag, -L to show additional details svn: r10603 2008-04-20 Doug Blank <doug.blank@gmail.com> * src/Config/_GrampsConfigKeys.py, src/DataViews/RelationView.py, src/GrampsWidgets.py: 0001782: Further refinements to Relationship View: added sibling collapse arrows; compressed data vertically; config theme; frame around selected sibling svn: r10602 2008-04-20 Doug Blank <doug.blank@gmail.com> * src/plugins/AgeOnDate.py: Added a display of match count svn: r10601 2008-04-20 Brian Matherly <brian@gramps-project.org> * src/Utils.py, src/plugins/BookReport.py: 0002094: Book report - user enter a multiline text into a custom text block, with quote char svn: r10599 2008-04-20 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py: Bug in computing date differences svn: r10598 2008-04-19 Doug Blank <doug.blank@gmail.com> * src/DateHandler/_DateUtils.py, src/DisplayModels/_PeopleModel.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventRefModel.py: A possibly controvertial change: making bad dates stand out via color in main tables svn: r10597 2008-04-19 Gary Burton <gary.burton@zen.co.uk> * src/SubstKeywords.py: Use fallback dates when no birth or death dates svn: r10596 2008-04-19 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditSourceRef.py: Make source reference window remember size svn: r10595 2008-04-19 Doug Blank <doug.blank@gmail.com> * src/Simple/_SimpleTable.py: Display and sort invalid dates better svn: r10593 2008-04-19 Doug Blank <doug.blank@gmail.com> * src/Simple/_SimpleTable.py, src/Utils.py, src/gen/lib/__init__.py, src/gen/lib/date.py, src/plugins/DefaultGramplets.py: General polish of some date handling code; fixed a bug in date comparisons involving 'ABT' dates svn: r10592 2008-04-19 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update svn: r10591 2008-04-19 Jérôme Rapinat <romjerome@yahoo.fr> * src/GrampsDisplay.py: #/src/GrampsDisplay : add french locale for wiki manual svn: r10590 2008-04-19 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/OwnerEditor.py, src/plugins/PatchNames.py: links to wiki manual svn: r10589 2008-04-19 Doug Blank <doug.blank@gmail.com> * src/DateHandler/_DateParser.py, src/gen/lib/date.py, src/gen/lib/test/date_test.py: further fixes for slash dates and updates to unit tests svn: r10588 2008-04-19 Doug Blank <doug.blank@gmail.com> * src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/gen/lib/date.py: 0002045: Julian date: year incremented each time event is modified; removed earlier hack, and fixed properly. Other date parsers or displayers may have to change svn: r10587 2008-04-19 Doug Blank <doug.blank@gmail.com> * src/DataViews/RelationView.py, src/plugins/DefaultGramplets.py: 0001931: add dates to pedigree gramplet; fixed bug in RelationView in displaying b. with no date svn: r10586 2008-04-19 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: 0002081: Fixed two bugs, error when asymmetric mother/father and fixed off-by-one spacing issue svn: r10585 2008-04-18 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/MediaManager.py: bug ID 0001767 link to wiki manual svn: r10584 2008-04-18 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/EventCmp.py: bug ID 0001767 wiki ink to manual compare events svn: r10583 2008-04-18 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py, src/plugins/Query.py: rows can now be deleted from a table, just people currently svn: r10581 2008-04-18 Doug Blank <doug.blank@gmail.com> * src/QuickReports.py: removed the need for quickviews to have an active person set---most reports don't have anything to do with active person, but there may be issues somewhere that need to be taken care of. svn: r10580 2008-04-18 Doug Blank <doug.blank@gmail.com> * src/plugins/Query.py: Testing a fake SQL interface svn: r10579 2008-04-18 Doug Blank <doug.blank@gmail.com> * src/QuickReports.py, src/Simple/_SimpleTable.py, src/gen/db/dbdir.py, src/gen/lib/date.py, src/plugins/AgeOnDate.py, src/plugins/DefaultGramplets.py, src/plugins/FilterByName.py, src/plugins/OnThisDay.py, src/plugins/References.py, src/plugins/SameSurnames.py, src/plugins/all_events.py, src/plugins/lineage.py, src/plugins/siblings.py: refactored SimpleTable; QuickReports can return values; date diffs return Span svn: r10578 2008-04-17 Eero Tamminen <eerot@users.sourceforge.net> * src/GrampsDbUtils/_ReadXML.py, src/plugins/MediaManager.py: As discussed on the gramps-devel: "home directory" / "user directory" -> "user's directory" svn: r10577 2008-04-17 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Remove a few ’ from translated text. Correction of a few "Import" translations. * po/nl.po svn: r10576 2008-04-17 Doug Blank <doug.blank@gmail.com> * src/plugins/ImportCSV.py: Add support for single-word column names (for SudoQl) svn: r10575 2008-04-17 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py: Use sophisticated Date.match() for lt and gt; don't match invalid dates svn: r10574 2008-04-17 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: new gramps.pot and updated dutch translations svn: r10573 2008-04-17 Erik De Richter <erikdrgm@users.sourceforge.net> * src/ViewManager.py: bug id 0001767 links to FAQ Manual & Keybindings svn: r10572 2008-04-16 Eero Tamminen <eerot@users.sourceforge.net> * po/fi.po: more correct end of line report description svn: r10571 2008-04-16 Eero Tamminen <eerot@users.sourceforge.net> * src/ReportBase/_GraphvizReportDialog.py: fix more typos svn: r10570 2008-04-16 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Eliminate text concatenation. (Patch by Eero, kiitos.) * src/plugins/NarrativeWeb.py svn: r10569 2008-04-15 Eero Tamminen <eerot@users.sourceforge.net> * po/fi.po: make Wiki manual heading translations consistent with msgstr svn: r10568 2008-04-15 Eero Tamminen <eerot@users.sourceforge.net> * src/Filters/Rules/_HasMarkerBase.py, src/plugins/all_relations.py: fix typos svn: r10567 2008-04-15 Eero Tamminen <eerot@users.sourceforge.net> * src/ReportBase/_GraphvizReportDialog.py: correct PDF, PostScript and TrueType capitalization svn: r10566 2008-04-15 Eero Tamminen <eerot@users.sourceforge.net> * src/glade/paper_settings.glade: numbers should not be marked as translatable svn: r10565 2008-04-15 Erik De Richter <erikdrgm@users.sourceforge.net> * src/ScratchPad.py: Bug ID 0001767 Link Clipboard help button to wiki manual svn: r10564 2008-04-14 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/FindDupes.py: Bug ID 0001767 Help button function link to manual svn: r10563 2008-04-13 Eero Tamminen <eerot@users.sourceforge.net> * po/fi.po: Update fi.po to latest gramps.pot and translate everything new/updated since Gramps 2.2 svn: r10562 2008-04-13 Gary Burton <gary.burton@zen.co.uk> * src/plugins/NarrativeWeb.py: Do not show duplicate media in person gallery svn: r10561 2008-04-12 Peter Landgren <peter.talken@telia.com> * src/plugins/GVFamilyLines.py: Change for request 1962 svn: r10559 2008-04-12 Brian Matherly <brian@gramps-project.org> * src/plugins/NarrativeWeb.py: 0002032: translation of apostrophes in source titles (web report) svn: r10558 2008-04-12 Doug Blank <doug.blank@gmail.com> * src/plugins/TimeLine.py: 0002031: use year of a particular calendar; title contains cal and sortby svn: r10556 2008-04-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py, src/glade/gramps.glade: Make GUI static (buttons not jumping). svn: r10555 2008-04-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py: Fix broken database rename function. svn: r10553 2008-04-11 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_StyledTextBuffer.py: Improve popup message of clear button svn: r10551 2008-04-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py: Revert r10548, and disable changing the family tree name by button press. svn: r10549 2008-04-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py: Handle both single and double click on name column of database treeview. svn: r10548 2008-04-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextBuffer.py: Custom font selector dialog as a workaround for conflicting font style settings. svn: r10547 2008-04-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDbUtils/_GrampsDbWriteXML.py: Bump up XML version number. svn: r10546 2008-04-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * data/grampsxml.dtd, data/grampsxml.rng: Updated with StyledText Notes. svn: r10545 2008-04-10 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditMedia.py: Stop crash on media editor when no image present bug #2014 svn: r10544 2008-04-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * authors.xml: Updated. svn: r10541 2008-04-10 Doug Blank <doug.blank@gmail.com> * src/plugins/TimeLine.py: Added calendar for report, and progress bar svn: r10540 2008-04-10 Doug Blank <doug.blank@gmail.com> * src/gen/db/dbdir.py: Removed extra line from a previous aborted refactor svn: r10539 2008-04-10 Doug Blank <doug.blank@gmail.com> * src/glade/gramps.glade: Oops: did not mean to commit this change svn: r10538 2008-04-10 Doug Blank <doug.blank@gmail.com> * src/ArgHandler.py, src/DbManager.py: Oops: remove changes I did not mean to commit svn: r10537 2008-04-10 Doug Blank <doug.blank@gmail.com> * src/ArgHandler.py, src/DbManager.py, src/glade/gramps.glade: Added some temp files to svn ignore svn: r10536 2008-04-10 Doug Blank <doug.blank@gmail.com> * src/DbLoader.py, src/gen/db/dbdir.py, src/gen/db/exceptions.py: 0002041: show dialog if db version too high; ask question to upgrade the db version svn: r10535 2008-04-09 Gary Burton <gary.burton@zen.co.uk> * src/Selectors/_BaseSelector.py: Make selector tree view take initial focus bug #2014 svn: r10534 2008-04-09 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: updated dutch translation svn: r10532 2008-04-09 Jérôme Rapinat <romjerome@yahoo.fr> * src/docgen/GtkPrint.py: allow translations for page counter on preview dialog svn: r10531 2008-04-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * README: Don't require ReportLab. svn: r10528 2008-04-09 Peter Landgren <peter.talken@telia.com> * src/plugins/GVHourGlass.py: Update according to issue 1961 svn: r10527 2008-04-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: Handle import/export of StyledText Notes. svn: r10526 2008-04-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/glade/gramps.glade: gtk.ScrolledWindow was missing from behind the text editor (was deleted in r10464). svn: r10525 2008-04-08 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Undo sorting of children by birthdate. Let's first do a feature request and see what comes out of that. * src/plugins/NarrativeWeb.py svn: r10524 2008-04-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditNote.py: Typo: changing note to preformatted raised exception. svn: r10523 2008-04-08 Doug Blank <doug.blank@gmail.com> * src/gen/db/dbdir.py, src/gen/lib/date.py: Added an integer newyear code to all dates, db version 14 svn: r10521 2008-04-07 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Sort list of children on birthdate. I guess we may need an option in the gui for this. * src/plugins/NarrativeWeb.py svn: r10519 2008-04-07 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/PatchNames.py: Add more prefixes. Make the RE for prefixes safe against empty match groups. Fix type, some textual and other small changes. * src/plugins/PatchNames.py svn: r10518 2008-04-07 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/PatchNames.py: Put space before comma (PEP8) in preparation for some bugfixes. * src/plugins/PatchNames.py svn: r10517 2008-04-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * authors.xml: Updated. svn: r10515 2008-04-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsAboutDialog.py: Cosmetics and documentation. svn: r10514 2008-04-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsAboutDialog.py: Pylint corrections and documentation. svn: r10513 2008-04-06 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/PersonView.py: Bug #1984 No output from export view svn: r10512 2008-04-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Makefile.am: Remove deleted MarkupText.py module. svn: r10510 2008-04-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsAboutDialog.py, src/Makefile.am, src/ViewManager.py, src/const.py.in: AboutDialog moved out from ViewManager to GrampsAboutDialog. In the About dialog the list of developers is parsed from the authors.xml file. svn: r10509 2008-04-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * authors.xml: Updated. svn: r10507 2008-04-06 Brian Matherly <brian@gramps-project.org> * src/plugins/SimpleBookTitle.py: Convert the book title report to use MenuReportOptions. Also, perform some general clean up for PEP8. svn: r10506 2008-04-06 Gary Burton <gary.burton@zen.co.uk> * src/Filters/_SearchBar.py: 0002010: Person view search parameters duplicated svn: r10504 2008-04-06 Gary Burton <gary.burton@zen.co.uk> * src/plugins/IndivComplete.py: Made changes suggested in Bug #1924 svn: r10502 2008-04-06 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: Malformed families could crash gramplet svn: r10500 2008-04-06 Doug Blank <doug.blank@gmail.com> * src/gen/db/dbdir.py, src/gen/lib/date.py: Undo db update... missed many dates; reworking upgrade svn: r10499 2008-04-06 Brian Matherly <brian@gramps-project.org> * src/plugins/BookReport.py: 0002015: Trying to select items to produce a book report - error message received. svn: r10497 2008-04-06 Doug Blank <doug.blank@gmail.com> * src/gen/db/dbdir.py, src/gen/lib/date.py: Upgrade the database some more for version 14: new int on dates for newyear svn: r10495 2008-04-06 Brian Matherly <brian@gramps-project.org> * src/docgen/ODFDoc.py: 0001945: Book report, title page, adding a image - do not work when output is ODF svn: r10493 2008-04-06 Brian Matherly <brian@gramps-project.org> * src/Editors/_EditMedia.py: Fix thumbnail display of media files with accented characters in their names in the media editor. svn: r10492 2008-04-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py: Add missing $Id$ line. svn: r10490 2008-04-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py: Use real timestamp instead of 'Never' for newly created DBs. This is needed because when the DBManager is re-opened after a new DB has been created the timestamp would replace the 'Never' string anyway without opening the DB, since now we always have metadata table created. svn: r10488 2008-04-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/db/dbdir.py: Reverting change from r10429, because metadata is now always set after DB creation. svn: r10486 2008-04-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py, src/gen/db/dbdir.py: Method 'write_version' is created instead of loading the db after creation. svn: r10484 2008-04-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DbManager.py: Open and close a new DB right after creation in order to write the DB version number into it's metadata. svn: r10482 2008-04-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * authors.xml: Add authors.xml, used for creating ChangeLog file on release. svn: r10480 2008-04-05 Espen Berg <espenbe@gmail.com> * po/gramps.pot, po/nb.po, po/no.po: Updated Norwegian translation svn: r10479 2008-04-05 Brian Matherly <brian@gramps-project.org> * data/man/sv/gramps.1.in: Fix man page section number for sv translation. svn: r10477 2008-04-05 Brian Matherly <brian@gramps-project.org> * src/data/NWeb-Screen_Mainz.css: 0002017: Narrative Web Report: Mainz Style needs to be widened (patch from Jason Simanek <jsimanek@gmail.com>) svn: r10475 2008-04-05 Brian Matherly <brian@gramps-project.org> * src/Bookmarks.py, src/DataViews/GrampletView.py, src/DateEdit.py, src/Editors/AddMedia.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/GrampsDisplay.py, src/GrampsLogger/_ErrorView.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/ReportBase/_BareReportDialog.py, src/ScratchPad.py, src/ViewManager.py, src/plugins/ChangeNames.py, src/plugins/Desbrowser.py, src/plugins/EventCmp.py, src/plugins/ExtractCity.py, src/plugins/FindDupes.py, src/plugins/MediaManager.py, src/plugins/NotRelated.py, src/plugins/OwnerEditor.py, src/plugins/PatchNames.py, src/plugins/SoundGen.py, src/plugins/Verify.py: Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki. svn: r10474 2008-04-05 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_BareReportDialog.py: Make the report wiki url a constant. svn: r10472 2008-04-05 James G Sack <jgsack@san.rr.com> * src/GrampsDbUtils/_GedcomLex.py: src/GrampsDbUtils/_GedcomLex.py : #2008 fix error in extract_date() RANGE pattern only returns 4 pattern groups, code was assigning to 5!? (see also r10470) svn: r10471 2008-04-05 James G Sack <jgsack@san.rr.com> * src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/test/gedwrite_breakup_test.py: src/GrampsDbUtils/_WriteGedcom.py :#2008 fix bug in breakout() src/GrampsDbUtils/test/gedwrite_breakup_test.py : unittest for breakout svn: r10470 2008-04-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/Makefile.am: Add src/Editors/_StyledTextEditor.py to Makefile. svn: r10469 2008-04-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextEditor.py: Pylint corrections and documentation. svn: r10468 2008-04-04 Jérôme Rapinat <romjerome@yahoo.fr> * src/PluginUtils/_PluginWindows.py: /PluginUtils/_PluginWindows.py : allow to translate reload button svn: r10467 2008-04-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditNote.py, src/Editors/_StyledTextEditor.py, src/GrampsWidgets.py, src/glade/gramps.glade: Moving out StyledTextEditor from EditNote. Changing spell checking chooser from Combo to submenu. svn: r10464 2008-04-04 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_PluginWindows.py, src/ReportBase/_BareReportDialog.py: Remove deprecated tooltip support from the report system. svn: r10463 2008-04-04 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_BareReportDialog.py: Enable the "help" button to work on the report dialog. svn: r10462 2008-04-03 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Some more updates on Norwegian translation... svn: r10461 2008-04-03 Kees Bakker <kees.bakker@xs4all.nl> * src/Editors/Makefile.am, src/gen/lib/Makefile.am: Added the new styled text modules. * src/gen/lib/Makefile.am * src/Editors/Makefile.am svn: r10460 2008-04-03 Jérôme Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: man/fr/gramps1.in: update svn: r10459 2008-04-03 Peter Landgren <peter.talken@telia.com> * po/sv.po: Updates of fyzzy strings. svn: r10458 2008-04-03 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: fr.po: update svn: r10457 2008-04-03 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: fr.po: update svn: r10456 2008-04-03 Brian Matherly <brian@gramps-project.org> * po/sk.po: New Slovak language file from "Lubo Vasko" <pgval@inMail.sk> svn: r10455 2008-04-02 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_StyledTextBuffer.py: Add '_' prefix for private method names. svn: r10453 2008-04-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/de.po: de.po: update svn: r10451 2008-04-02 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Some more updates on Norwegian translation svn: r10450 2008-04-02 Brian Matherly <brian@gramps-project.org> * src/data/NWeb-Print_Default.css, src/data/NWeb-Screen_Basic-Ash.css, src/data/NWeb-Screen_Basic-Cypress.css, src/data/NWeb-Screen_Basic-Lilac.css, src/data/NWeb-Screen_Basic-Peach.css, src/data/NWeb-Screen_Basic-Spruce.css, src/data/NWeb-Screen_Mainz.css, src/data/NWeb-Screen_Nebraska.css: 0001990: An inconsistency in "Narrated Web Site" Output (Patch from Jason Simanek <jsimanek@gmail.com>) svn: r10447 2008-04-01 Jérôme Rapinat <romjerome@yahoo.fr> * po/pl.po: pl.po: update svn: r10446 2008-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/lib/styledtext.py: Implement a few string methods in StyledText, and documentation. svn: r10445 2008-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/lib/styledtexttag.py: StyledTextTag.ranges is rather initialized as [] than None in case it is not specifically set. svn: r10444 2008-04-01 Jérôme Rapinat <romjerome@yahoo.fr> * po/de.po: de.po: branch to trunk svn: r10443 2008-04-01 James G Sack <jgsack@san.rr.com> * data/grampsxml.dtd: grampsxml.dtd: fix line 345 typo s/REUIRED/REQUIRED/ svn: r10442 2008-04-01 Stéphane Charette <stephanecharette@gmail.com> * debian/changelog, debian/control: changes needed to build Ubuntu .deb package (from 3.0.0 release) svn: r10441 2008-04-01 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_PluginMgr.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Plugins.py, src/ViewManager.py: 0001981: Update plugin status when reloading plugins Plus some cleanup. svn: r10439 2008-03-31 Gary Burton <gary.burton@zen.co.uk> * src/DbManager.py, src/glade/gramps.glade: 0001977: Breaking a database lock closes the family tree manager svn: r10433 2008-03-31 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Eliminated function to set div id for class content. Moved some functions around to classes where they are used. * src/plugins/NarrativeWeb.py svn: r10431 2008-03-31 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/db/dbdir.py: When new db was created metadata still contained no information, thus in dbdir.GrampsDBDir.__load the version check failed. svn: r10429 2008-03-30 Doug Blank <doug.blank@gmail.com> * src/Editors/_EditChildRef.py: 0001996: typo in variable name that makes the application crashing svn: r10427 2008-03-30 Doug Blank <doug.blank@gmail.com> * src/docgen/GtkPrint.py: 0001232: Preview now allows Print; no more PRINT_OPERATION failure svn: r10426 2008-03-30 Doug Blank <doug.blank@gmail.com> * src/Simple/_SimpleAccess.py, src/plugins/all_events.py, src/plugins/lineage.py: 0001994: Cannot properly sort dates stored in few quick reports using SimpleTab svn: r10425 2008-03-30 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_Constants.py, src/ReportBase/_ReportDialog.py: Remove support for "View" reports. In the future, use either tools, gramplets, or quick views. svn: r10424 2008-03-30 Brian Matherly <brian@gramps-project.org> * src/plugins/NotRelated.py: Convert the "Not Related" plugin from a "view report" to a "tool" (although it would really make a great gramplet). svn: r10423 2008-03-30 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/plugins/CountAncestors.py, src/plugins/Makefile.am, src/plugins/NumberOfAncestorsReport.py: Rename CountAncestors to NumberOfAncestorsReport and convert it from a "view" to a "text" report. svn: r10422 2008-03-30 Brian Matherly <brian@gramps-project.org> * src/plugins/Summary.py: Add Index Mark to Database Summary Report. svn: r10421 2008-03-30 Brian Matherly <brian@gramps-project.org> * src/plugins/Summary.py: Convert Database Summary from a "View" report to a "Text" report. svn: r10420 2008-03-29 Doug Blank <doug.blank@gmail.com> * src/gen/db/dbdir.py: Missing space in db error svn: r10419 2008-03-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/db/dbdir.py: Fix #0001991: supported database versions checked properly. svn: r10417 2008-03-29 James G Sack <jgsack@san.rr.com> * configure.in: bump version to be higher than prior release svn: r10415 2008-03-29 Raphael Ackermann <raphael.ackermann@gmail.com> * data/man/gramps.1.in: Added patch by Lukasz <yenidaiATpoczta.onet.pl> Updated English man page to include usage of USERPROFILE variable. 0001975: The use of the USERPROFILE environment variable is not described in the man pages (other then Polish) svn: r10414 2008-03-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * : Setting svn properties. svn: r10412 2008-03-28 Espen Berg <espenbe@gmail.com> * po/nb.po, po/no.po: Updated Norwegian translation svn: r10409 2008-03-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: fr.po: improvements svn: r10408 2008-03-28 Raphael Ackermann <raphael.ackermann@gmail.com> * src/docgen/CSVTab.py: 0001986: export view to CSV --> does not add .csv filetype ending to file svn: r10407 2008-03-27 James G Sack <jgsack@san.rr.com> * src/gen/lib/grampstype.py, src/gen/lib/test/grampstype_test.py: Added support for blacklisted (eg, obsolete/retired) type values. Updated unittest to verify changes. No effect on existing code. Basic pieces are ready for fixing #1680, but now awaiting a translation strategy and code for reading a database with blacklisted values. At that point #1680 fix will simply require adding a line like _BLACKLIST=[CAUSEDEATH] to eventtype.py. svn: r10405 2008-03-27 James G Sack <jgsack@san.rr.com> * src/gen/lib/grampstype.py: Some cleanup prior to an upcoming change for bug #1680. Minor optimization in _init_map (replace loop w/ list-comprehension Remove unused variables VALUE_POS, STRING_POS, At call to self.set, remove unnecessary logic that duplicates else-clause within the set() function itself svn: r10404 2008-03-27 James G Sack <jgsack@san.rr.com> * src/gen/lib/grampstype.py, src/gen/lib/test/grampstype_test.py: Avert potential exception when initializing with a tuple of length 1 or 0 This fixes a side-effect of revision 10398. Also add unittest for grampstype.py, to test this fix svn: r10403 2008-03-26 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/lib/addressbase.py, src/gen/lib/family.py, src/gen/lib/note.py, src/gen/lib/person.py, src/gen/lib/place.py, src/gen/lib/src.py, src/gen/lib/srcbase.py: Removing InstanceType calls from gen.lib modules. Required by the GrampsTypeMeta changes. svn: r10402 2008-03-26 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: fr.po: typo svn: r10401 2008-03-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/lib/attrtype.py, src/gen/lib/childref.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/grampstype.py, src/gen/lib/mediaobj.py, src/gen/lib/person.py, src/gen/lib/place.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/src.py, src/gen/lib/srcbase.py: Removing InstanceType calls from gen.lib modules. Required by the GrampsTypeMeta changes. svn: r10399 2008-03-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/lib/grampstype.py: Fixing: none of the types subclassed from GrampsType can be initialized with value 0. svn: r10398 2008-03-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/gen/lib/attrtype.py, src/gen/lib/childreftype.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/familyreltype.py, src/gen/lib/grampstype.py, src/gen/lib/markertype.py, src/gen/lib/nametype.py, src/gen/lib/notetype.py, src/gen/lib/repotype.py, src/gen/lib/srcmediatype.py, src/gen/lib/urltype.py: Introducing GrampsTypeMeta in gen.lib.grampstype.GrampsType. This way the subclassed type classes don't have to import and call init_map(). svn: r10397 2008-03-25 Doug Blank <doug.blank@gmail.com> * src/Simple/_SimpleTable.py, src/plugins/FilterByName.py: 0001972: Fixed untranslated filter names in FilterByName\n and 'and' in family description svn: r10396 2008-03-25 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: update nl.po svn: r10395 2008-03-24 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: typos dutch translation svn: r10385 2008-03-23 Brian Matherly <brian@gramps-project.org> * src/plugins/BookReport.py: 0001950: BUG: Book report, Ancestor Tree - selecting desired person do not work svn: r10381 2008-03-23 James G Sack <jgsack@san.rr.com> * src/gen/lib/attrtype.py: removed duplicate NUM_CHILD entry in _DATAMAP list svn: r10379 2008-03-23 James G Sack <jgsack@san.rr.com> * src/GrampsDbUtils/_GedcomParse.py: #1853, #1679, #1849: Remove code that auto-generates descripion field for events in imported gedcom. Such descriptions can always be done via the "Extract event descriptions from event data" tool if really wanted. svn: r10378 2008-03-22 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/PersonView.py, src/PageView.py: 0001937: Don't know GTK color ! Changes make this warning appear less, so partially resolved svn: r10376 2008-03-22 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: typos in dutch translation svn: r10370 2008-03-21 Doug Blank <doug.blank@gmail.com> * src/PluginUtils/_GuiOptions.py, src/PluginUtils/__init__.py: Changes to allow Menu Options to be used in other places svn: r10369 2008-03-21 Benny Malengier <benny.malengier@gramps-project.org> * src/Bookmarks.py: set bookmarks editor transient too 0001968: twice help click on bookmark closes application svn: r10368 2008-03-21 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/ReadPkg.py, src/plugins/WritePkg.py: Export of gpkg saves paths in tarfile as path in database. Import of gpkg exports media in home dir, sets base media path to that dir, so user can easily change position with move in filemanager, and change of base media path 0001966: import of gpkg copies media files to hidden dir & not accessible svn: r10366 2008-03-21 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Bookmarks.py: Add a gtk loop in Bookmarks.edit() and only close the Bookmark editor if gtk.RESPONSE_CLOSE is issued 0001968: twice help click on bookmark closes application svn: r10364 2008-03-21 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: nl.po svn: r10362 2008-03-21 Erik De Richter <erikdrgm@users.sourceforge.net> * src/plugins/NotRelated.glade, src/plugins/NotRelated.py: /src/plugins/NotRelated.py svn: r10361 2008-03-21 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: /po/nl.po svn: r10360 2008-03-20 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Moving many functions from BasePage to NavWebReport. Introducing new functions to deal with disk file and functions that deal with URLs. Changed to selection of the extra two subdirectories so that the ppl tree is much better balanced (not all files in one directory). * src/plugins/NarrativeWeb.py svn: r10357 2008-03-20 Peter Landgren <peter.talken@telia.com> * po/sv.po: Updates Swedish translation. svn: r10353 2008-03-20 Peter Landgren <peter.talken@telia.com> * src/plugins/GVRelGraph.py: Correct fill colors #1942 svn: r10351 2008-03-20 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_GraphvizReportDialog.py: 0001957: Orientation switch doesn't work for Graphviz reports. 0001940: GS PDF output is broken for Graphiz graphs. Page size depends on dpi svn: r10346 2008-03-19 Gary Burton <gary.burton@zen.co.uk> * src/DbManager.py, src/glade/gramps.glade: Bug #1909 check to see if database is already open. svn: r10345 2008-03-19 Gary Burton <gary.burton@zen.co.uk> * src/Bookmarks.py: Remove extraneous bracket svn: r10342 2008-03-19 Erik De Richter <erikdrgm@users.sourceforge.net> * src/Bookmarks.py: link to wiki manual svn: r10341 2008-03-19 Benny Malengier <benny.malengier@gramps-project.org> * src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py: issue 0001941: Filter side bar grows to cover all information in view svn: r10339 2008-03-18 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_WriteGedcom.py: Allow event details to include an address clause. See gedcom specification at http://homepages.rootsweb.com/~pmcbride/gedcom/55gcch2.htm#EVENT_DETAILsvn: r10336 2008-03-18 Kees Bakker <kees.bakker@xs4all.nl> * src/data/NWeb-Screen_Mainz.css: Using the NWeb_Mainz_*.png images for background. * src/data/NWeb-Screen_Mainz.css svn: r10334 2008-03-17 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Moved create_file() and create_link_file to NavWebReport. Solved a problem with "CurrentSection" which wasn't set in a translated environment. Eliminated several options in BasePage, by referring to report.options (to keep them in one place only). Lots of other little changes. * src/plugins/NarrativeWeb.py svn: r10333 2008-03-17 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: Fixed surname count on Top Surnames and Surname Cloud Gramplets svn: r10329 2008-03-16 Jérôme Rapinat <romjerome@yahoo.fr> * po/pl.po: pl.po: update translation svn: r10328 2008-03-15 Brian Matherly <brian@gramps-project.org> * po/POTFILES.in, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Note/_HasNoteRegexp.py, src/Filters/Rules/Note/_MatchesRegexpOf.py, src/Filters/Rules/Note/_MatchesSubstringOf.py, src/Filters/Rules/Note/__init__.py: 0001938: Substring filter for notes does not work. svn: r10326 2008-03-15 Peter Landgren <peter.talken@telia.com> * src/ReportBase/_PaperMenu.py: Decimal comma/point, Issue 1939, fixed. svn: r10321 2008-03-15 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update sv.po svn: r10318 2008-03-15 Peter Landgren <peter.talken@telia.com> * src/ReportBase/_ReportUtils.py: Unnessecary empty translatable string made untranslatable svn: r10317 2008-03-15 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_PaperMenu.py: 0001779: Texts "in." and "cm." on Document Options tab is not translatable svn: r10314 2008-03-14 Gary Burton <gary.burton@zen.co.uk> * src/plugins/NarrativeWeb.py: Revert change made in revision 10298 svn: r10312 2008-03-14 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: The surname pages now have the proper SiteTitle. And the page title looks better too, I think. (More testing is needed.) Usage of variable names 'id' and 'type' is corrected. * src/plugins/NarrativeWeb.py svn: r10310 2008-03-14 Erik De Richter <erikdrgm@users.sourceforge.net> * po/gramps.pot, po/nl.po: update dutch translation new gramps.pot svn: r10308 2008-03-14 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_Tool.py, src/plugins/Rebuild.py: 0001908: BUG: running tools from command line svn: r10303 2008-03-14 Brian Matherly <brian@gramps-project.org> * src/plugins/BookReport.py: 0001905: BUG in book command line report KeyError: 'bookname' svn: r10301 2008-03-13 Gary Burton <gary.burton@zen.co.uk> * src/plugins/NarrativeWeb.py: Bug 1280 make sure source media pages are created before the gallery svn: r10298 2008-03-13 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Two small bugfixes found by pylint. * src/plugins/NarrativeWeb.py svn: r10296 2008-03-13 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Major reorganisation of NarrativeWeb.py Pass instance of NavWebReport down to BasePage instead of doing it by many function arguments. There are still a few "TODO" and "FIXME" notes in the code. At least one test succeeded to create exactly the same HTML output. One test, what more do you need? Pylint reports rating of 8.01/10, but I'm sure I can do better :-) * src/plugins/NarrativeWeb.py svn: r10295 2008-03-13 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Remove marker argument of note.get(). Eliminate 'up' parameter of person_link(). * src/plugins/NarrativeWeb.py svn: r10294 2008-03-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayModels/_NoteModel.py, src/Editors/_EditNote.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsWidgets.py, src/Merge/_MergePerson.py, src/PluginUtils/_GuiOptions.py, src/gen/lib/note.py: Changing the way of how formatted Notes are stored: remove 'Markup' optional parameter from gen.lib.note.Note.get() method. svn: r10288 2008-03-12 Raphael Ackermann <raphael.ackermann@gmail.com> * configure.in: 2008-03-12 Raphael Ackermann <raphael.ackermann@gmail.com> Change automake to 1.6.3 foreign so that it won't ask for a Changelog. GNU packages are obliged to have a ChangeLog, the foreign indicates it does not follow gnu rules. svn: r10283 2008-03-12 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_CommandLineReport.py: 0001893: python src/gramps.py -u -O "merge" -a report -p "name=navwebpage,show=off": IndexError: list index out of range svn: r10281 2008-03-12 Brian Matherly <brian@gramps-project.org> * src/plugins/BookReport.py: 0001888: Traceback when trying to delete a book report with non-ascii characters in the name. svn: r10279 2008-03-12 Brian Matherly <brian@gramps-project.org> * po/sk.po: New Slovak translation file from Lubo Vasko <pgval@inMail.sk> svn: r10276 2008-03-12 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_StyleEditor.py: Patch from Peter Landgren with modification by Brian Matherly: 0001761: Style editor problems 0001921: Custom style colors not saving svn: r10275 2008-03-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * : Set snv:ignore property on data/man/* directories. svn: r10272 2008-03-11 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Reorganized the functions that create file and directory names. Nothing got broken, I hope. More changes to come. * src/plugins/NarrativeWeb.py svn: r10270 2008-03-11 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: updated nl translation svn: r10268 2008-03-11 Erik De Richter <erikdrgm@users.sourceforge.net> * INSTALL: patch install file svn: r10266 2008-03-11 Doug Blank <doug.blank@gmail.com> * src/Merge/_MergePerson.py: 0001927: renamed glade to avoid name conflict svn: r10264 2008-03-10 Doug Blank <doug.blank@gmail.com> * src/DataViews/GrampletView.py: 0001925: fixed closing via title bar close button launched help svn: r10261 2008-03-10 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update to r10258 svn: r10259 2008-03-10 Doug Blank <doug.blank@gmail.com> * src/plugins/StatisticsChart.py: 0001911: fixed sorting on counts svn: r10257 2008-03-10 Erik De Richter <erikdrgm@users.sourceforge.net> * INSTALL, po/gramps.pot, src/plugins/ChangeNames.py: link to wiki manual svn: r10256 2008-03-10 Doug Blank <doug.blank@gmail.com> * src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: Added ability to have URL links on textbuffer; fixed writable age on date gramplet; draft FAQ gramplet svn: r10254 2008-03-10 Brian Matherly <brian@gramps-project.org> * ChangeLog.old: Remove ChangeLog.old svn: r10253 2008-03-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/ChangeLog: Remove the ChangeLog files. SVN log messages will be used to generate a ChangeLog upon release. See http://www.gramps-project.org/wiki/index.php?title=Committing_Policiessvn: r10251 2008-03-10 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/images/Makefile.am: 2008-03-09 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/images/Makefile.am (world.topo.200407): percent sign typo? * data/man/pl/Makefile.am: missing file added svn: r10250 2008-03-09 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, configure.in, data/man/Makefile.am, data/man/pl/Makefile.am, data/man/pl/gramps.1.in: 2008-03-09 Łukasz Rymarczyk <yenidai@poczta.onet.pl> * data/man/Makefile.am * data/man/pl/gramps.1.in * data/man/pl/Makefile.am * configure.in Added Polish man page file 0001914: Polish man page for gramps 3.x svn: r10248 2008-03-09 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Norwegian translation updated with help from Frode Jemtland svn: r10245 2008-03-09 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Added space after commas to improve readability. This makes pylint happier too. Started to add more comments here and there. * src/plugins/NarrativeWeb.py svn: r10243 2008-03-09 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/gen/lib/date.py: 2008-03-09 Raphael Ackermann <raphael.ackermann@gmail.com> * src/gen/lib/data.py (Date.get_sort_value):Add updated description to what a sortval is. Also add reference to Julian Day on Wikipedia. svn: r10242 2008-03-09 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_WebReportDialog.py: 2008-03-09 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/ReportBase/_WebReportDialog.py: * src/ReportBase/_ReportDialog.py: * src/ReportBase/_GraphvizReportDialog.py: * src/ReportBase/_DocReportDialog.py: * src/ReportBase/_BareReportDialog.py: 0001814: Applied patch to move print options below option tabs svn: r10240 2008-03-09 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog: new gramps.pot svn: r10239 2008-03-09 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Added translation proposals for the rest of the untranslated strings. They are all marked as fuzzy. svn: r10238 2008-03-09 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Updated some strings svn: r10237 2008-03-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/db/base.py, src/gen/db/dbdir.py: 2008-03-09 Benny Malengier <benny.malengier@gramps-project.org> * src/gen/db/base.py: add docstring to find functions, #1866 * src/gen/db/dbdir.py: add docstring to find functions, #1866 svn: r10236 2008-03-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: 0001917: UI font gets small when creating PDF documents. svn: r10233 2008-03-08 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DisplayModels/_NoteModel.py, src/Editors/_EditNote.py, src/gen/lib/note.py: 0001863: <gramps> tags in notes, consistency. This should be in all notes or only in the ones that have markup Markup has been disabled for notes. A new strategy is being worked on to allow styles for notes. svn: r10230 2008-03-08 Doug Blank <doug.blank@gmail.com> * src/DataViews/GrampletView.py, src/Simple/_SimpleTable.py: Indicate mouse clicks properly handled by returning True svn: r10229 2008-03-08 Doug Blank <doug.blank@gmail.com> * ChangeLog: fixed issue with reattaching detached gramplet after a col change svn: r10228 2008-03-08 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py: 2008-03-08 Douglas S. Blank <dblank@saliva.brynmawr.edu> * src/DataViews/GrampletView.py (GrampletWindow.close): fixed issue with reattaching detached window after a col change svn: r10227 2008-03-08 Luigi Toscano <luigi.toscano@tiscali.it> * po/ChangeLog, po/it.po: Italian translation updates for the current trunk (-> 3.0). Still far from completion. svn: r10226 2008-03-08 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Corrected the path for somerights20.gif. Removed all trailing whitespace. Added a few spaces here and there to improve readability. * src/plugins/NarrativeWeb.py svn: r10225 2008-03-08 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py: Fixed issue exhibited on Windows with buttons becoming dead svn: r10224 2008-03-08 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Changed the use of "main1.css" to _CSS_FILES[0][1] so that the filenames are maintained in one place. Making the first entry the default. svn: r10223 2008-03-08 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/NarrativeWeb.py: Solved a problem with <li>..</li> Reorganized the of.write() statements so that the text won't have multiple newlines in them. And introduced so for-loops instead of repetition of multiple lines of code. * src/plugins/NarrativeWeb.py svn: r10222 2008-03-08 Peter Landgren <peter.talken@telia.com> * ChangeLog: Fixed issues #1881, #1910 svn: r10221 2008-03-08 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: Fixed issues #1881, #1910 svn: r10220 2008-03-08 Kees Bakker <kees.bakker@xs4all.nl> * src/data/Makefile.am, src/images/Makefile.am: Cleanup whitespace. * src/images/Makefile.am * src/data/Makefile.am svn: r10219 2008-03-08 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: 2008-03-08 Jerome Rapinat <romjerome@yahoo.fr> * fr.po: Translation update svn: r10218 2008-03-07 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: Moved News Gramplet to beginning after load svn: r10217 2008-03-07 Peter Landgren <peter.talken@telia.com> * ChangeLog: Update author info svn: r10216 2008-03-07 Peter Landgren <peter.talken@telia.com> * src/plugins/NotRelated.py: Update author info svn: r10215 2008-03-07 Peter Landgren <peter.talken@telia.com> * src/plugins/NotRelated.py: Update author info svn: r10214 2008-03-07 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/data/Makefile.am, src/images/Makefile.am: 2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com> * src/data/Makefile.am: add new css files and delete old ones. * src/images/Makefile.am: add new images for Narrative web report 0001912: make fails svn: r10213 2008-03-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ViewManager.py, src/const.py.in: 2008-03-07 Benny Malengier <benny.malengier@gramps-project.org> * src/const.py.in : new const for third party plugin page * src/ViewManager.py: in help, menu option for the third party plugins svn: r10212 2008-03-07 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/QuickReports.py, src/plugins/DefaultGramplets.py, src/plugins/FilterByName.py: 2008-03-07 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/QuickReports.py: optionally pass in kwargs * src/plugins/DefaultGramplets.py: added generation summary to pedigree * src/plugins/FilterByName.py: new filter "people by list" * src/DataViews/GrampletView.py: handle "people by list" links svn: r10211 2008-03-07 Peter Landgren <peter.talken@telia.com> * ChangeLog: Removal of xml-autobackup svn: r10210 2008-03-07 Peter Landgren <peter.talken@telia.com> * data/gramps.schemas.in: Removal of xml-autobackup svn: r10209 2008-03-07 Peter Landgren <peter.talken@telia.com> * src/GrampsCfg.py: Removal of xml-autobackup svn: r10208 2008-03-07 Peter Landgren <peter.talken@telia.com> * src/Config/_GrampsConfigKeys.py: Removal of xml-autobackup svn: r10207 2008-03-07 Doug Blank <doug.blank@gmail.com> * src/DataViews/GrampletView.py: Fixed issue with non-object Gramplets svn: r10206 2008-03-07 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py: 2008-03-07 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/GrampletView.py (GrampletView): turned GrampletView into a PersonNavView to get Forward/Next/Home * src/GrampsDbUtils/_WriteGedcom.py: #1849 gedcom output: omit 'Y' * src/test/gedread_util.py: update test utility per r10169 changes that svn: r10205 2008-03-07 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: #1849: omit Y if person/family event has subordinate data svn: r10204 2008-03-07 James G Sack <jgsack@san.rr.com> * ChangeLog: forgot Changelog for r10202 svn: r10203 2008-03-07 James G Sack <jgsack@san.rr.com> * src/test/gedread_util.py: fix test util per r10169 removal of TRANSACTIONS svn: r10202 2008-03-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/data/NWeb-Print_Default.css, src/data/NWeb-Screen_Basic-Ash.css, src/data/NWeb-Screen_Basic-Cypress.css, src/data/NWeb-Screen_Basic-Lilac.css, src/data/NWeb-Screen_Basic-Peach.css, src/data/NWeb-Screen_Basic-Spruce.css, src/data/NWeb-Screen_Mainz.css, src/data/NWeb-Screen_Nebraska.css, src/data/NWeb-Screen_Sharp.css, src/data/main1.css, src/data/main2.css, src/data/main3.css, src/data/main4.css, src/data/main5.css, src/data/main6.css, src/plugins/NarrativeWeb.py: Patch from Jason Simanek <jsimanek@gmail.com>: 0001803: Narrative Web Report Update Multiple updates to improve the narrative web report. svn: r10201 2008-03-06 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/DefaultGramplets.py, src/plugins/FilterByName.py, src/plugins/SameSurnames.py: 2008-03-06 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/SameSurnames.py: * src/plugins/DefaultGramplets.py: * src/plugins/FilterByName.py: Fixes for proper surname grouping; fix for all of a person's name svn: r10200 2008-03-06 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian locales svn: r10199 2008-03-06 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/FilterByName.py: * src/plugins/FilterByName.py (run): fixed a couple of missing translations; name counts were slightly off 2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r10198 2008-03-05 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py: 2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/GrampletView.py (make_requested_gramplet): fixed bug in showing options with new gramplets svn: r10197 2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ReportBase/_CommandLineReport.py: 2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ReportBase/_CommandLineReport.py: print warning if show=option is not a valid option. Addresses some of 0001891. svn: r10196 2008-03-05 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/plugins/DateParserDisplayTest.py: 2008-03-05 Jerome Rapinat <romjerome@yahoo.fr> * src/plugins/DateParserDisplayTest.py: allow to translate QuestionDialog svn: r10195 2008-03-05 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/docgen/TextBufDoc.py, src/plugins/References.py: 2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/docgen/TextBufDoc.py: fixed translations of Quick View * src/plugins/References.py: fixed translations of ref types svn: r10194 2008-03-05 Peter Landgren <peter.talken@telia.com> * po/sv.po: Updates and spelling fixes svn: r10193 2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/rel_pl.py: 2008-03-05 Łukasz Rymarczyk <yenidai(at)poczta(dot)onet(dot)pl> * src/plugins/rel_pl.py: 0001776: Relationship calculator, update Polish Rewritten for 3.x version svn: r10192 2008-03-05 Doug Blank <doug.blank@gmail.com> * po/POTFILES.in, src/plugins/Makefile.am: Added FilterByName.py quick report svn: r10191 2008-03-05 Doug Blank <doug.blank@gmail.com> * src/Simple/_SimpleTable.py, src/plugins/DefaultGramplets.py, src/plugins/FilterByName.py: Refinements on previous commit; new filter by name 'media by size' svn: r10190 2008-03-05 Doug Blank <doug.blank@gmail.com> * src/ReportBase/_Constants.py: new QR MISC category svn: r10189 2008-03-05 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/QuickReports.py, src/Simple/_SimpleTable.py, src/plugins/DefaultGramplets.py, src/plugins/FilterByName.py, src/plugins/SameSurnames.py: * src/Simple/_SimpleTable.py: added callback for click/doubleclick manual override for rows added numeric sorting * src/QuickReports.py: added run_quick_report_by_name_direct that allows one quick report to run another * src/plugins/DefaultGramplets.py: made stats gramplet show details when drilling down with double-click * src/plugins/SameSurnames.py: allow running by string rather than person object * src/DataViews/GrampletView.py: added Filter type of link; fixed bug in drag and drop from earlier option infrastructure * src/plugins/FilterByName.py: quick report that runs a filter by name 2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r10188 2008-03-04 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/docgen/HtmlDoc.py: 2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/docgen/HtmlDoc.py (HtmlDoc.page_break): Fixed indentation issue svn: r10187 2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Bookmarks.py, src/ListModel.py, src/gramps.py: 2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Bookmarks.py: 0001770: Bookmark Editor window and deleting entries Set focus on bookmark right above the deleted bookmark * src/gramps.py: comment typo * src/ListModel.py: fix, changed func((param)) to func(param) svn: r10186 2008-03-04 Peter Landgren <peter.talken@telia.com> * ChangeLog: HtmlDoc.py issues 1875 and 1879 svn: r10185 2008-03-04 Peter Landgren <peter.talken@telia.com> * src/docgen/HtmlDoc.py: Issues #1875 and #1879 svn: r10184 2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/WritePkg.py: 2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/WritePkg.py: added import Utils to prevent crash on export svn: r10183 2008-03-04 Doug Blank <doug.blank@gmail.com> * src/glade/gramps.glade: Options for Gramplets svn: r10182 2008-03-04 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: Option testing svn: r10181 2008-03-04 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py: * src/DataViews/GrampletView.py: added infrastructure for editing options from the gui. 2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r10180 2008-03-04 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_GuiOptions.py: 2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/PluginUtils/_GuiOptions.py (make_gui_option): new stand-alone function that takes Option, returns GuiOption (attempting to make Options useable in additional ways) svn: r10179 2008-03-03 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/de.po: 2008-03-03 Mirko Leonhäuser <mirko@leonhaeuser.de> * de.po : Translation update svn: r10178 2008-03-03 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: 2008-03-03 Jerome Rapinat <romjerome@yahoo.fr> * fr.po : update svn: r10177 2008-03-03 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/plugins/Desbrowser.py: manual svn: r10176 2008-03-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/TextBufDoc.py: 0001882: Reports->Text Reports->Kinship Report output to "Text buffer" causes an error No longer use Text Buffer for reports because TextBufDoc does not conform to the report interface. svn: r10175 2008-03-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Calendar.py: 0001880: Birthday and Anniversary Report does not work svn: r10174 2008-03-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ManagedWindow.py: 0001878: bug: AttributeError: BookReportDialog instance has no attribute 'has_attribute' svn: r10173 2008-03-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Utils.py, src/plugins/BookReport.py: Save and load books properly. svn: r10172 2008-03-02 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/GrampsDbUtils/_Backup.py: * src/GrampsDbUtils/_Backup.py: Restore databases with transactions enabled. 2008-03-02 Gary Burton <gary.burton@zen.co.uk> svn: r10171 2008-03-02 Gary Burton <gary.burton@zen.co.uk> * ChangeLog: Update ChangeLog with bug number svn: r10170 2008-03-02 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/DbLoader.py, src/DbManager.py, src/GrampsCfg.py, src/gen/db/dbdir.py: 2008-03-02 Gary Burton <gary.burton@zen.co.uk> * src/GrampsCfg.py: * src/Config/_GrampsConfigKeys.py: * src/gen/db/dbdir.py: * src/DbManager.py: * src/DbLoader.py: Gramps databases run with transactions enabled. The option to switch off transactions is now removed. The "transactions" and "port_warn" settings are ignored in the config file. svn: r10169 2008-03-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py, src/plugins/CountAncestors.py: 0001873: AttributeError: 'NoneType' object has no attribute 'get_gramps_id' Fix typo in CountAncestors svn: r10168 2008-03-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorTree.py: 0001876: BUG during output creation in Ancestor Tree report. svn: r10167 2008-03-02 Peter Landgren <peter.talken@telia.com> * ChangeLog: Author info update svn: r10166 2008-03-02 Peter Landgren <peter.talken@telia.com> * src/PluginUtils/_Plugins.py: Author info update svn: r10165 2008-03-02 Peter Landgren <peter.talken@telia.com> * src/plugins/Verify.py: Author info update svn: r10164 2008-03-02 Peter Landgren <peter.talken@telia.com> * ChangeLog: Author info update svn: r10163 2008-03-02 Peter Landgren <peter.talken@telia.com> * src/plugins/DetAncestralReport.py: Author info update svn: r10162 2008-03-02 Peter Landgren <peter.talken@telia.com> * src/plugins/DetDescendantReport.py: Author info update svn: r10161 2008-03-02 Peter Landgren <peter.talken@telia.com> * src/plugins/Summary.py: Author info update svn: r10160 2008-03-02 Peter Landgren <peter.talken@telia.com> * src/plugins/CountAncestors.py: Author info update svn: r10159 2008-03-02 Peter Landgren <peter.talken@telia.com> * src/plugins/WebCal.py: Author info update svn: r10158 2008-03-02 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: cs.po minor translation update svn: r10157 2008-03-02 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/RelCalc.py: 2008-03-02 Gary Burton <gary.burton@zen.co.uk> * src/plugins/RelCalc.py: Allow the tree view to be navigated via the keyboard. Bug #1777 svn: r10156 2008-03-02 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/plugins/AgeOnDate.py: 2008-03-02 Jerome Rapinat <romjerome@yahoo.fr> * src/plugins/AgeOnDate.py : minor change for better translations svn: r10155 2008-03-02 Doug Blank <doug.blank@gmail.com> * src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: additional refinements svn: r10154 2008-03-02 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/DefaultGramplets.py: 2008-03-02 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGramplets.py (PedigreeGramplet.get_boxes): Fixed a bug in turning off vertical lines; other refinements svn: r10153 2008-03-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/ReportBase/_Constants.py, src/ViewManager.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/AncestorTree.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CmdRef.py, src/plugins/DateParserDisplayTest.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DescendTree.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/ExtractCity.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FindDupes.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/Makefile.am, src/plugins/MarkerReport.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py, src/plugins/NotRelated.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/RelCalc.py, src/plugins/RemoveUnused.py, src/plugins/ReorderIds.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebCal.py: 0001711: Inconsistant names for graphical reports svn: r10152 2008-03-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ManagedWindow.py: fixed check for attribute 'window' by using has_attribute() 0001867: Patch containing fixes (for reporting and general) svn: r10151 2008-03-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py: 0001855: BUG when running family_group report from command line (no attribute get_gramps_id) svn: r10150 2008-03-01 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog, po/gramps.pot, po/nl.po: translation nl svn: r10149 2008-03-01 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/test/ged_skip_notes_test.py: add unittest for issue #1851 fix svn: r10148 2008-03-01 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/test/gedread_util.py, src/test/test/gedread_util_test.py: #1851 discard empty notes (and warn), also warn of skipped subordinates (see want_parse_warnings), update test util per warnings change svn: r10147 2008-03-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Cleanup in Narrative Web report. svn: r10146 2008-03-01 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: fix minor double-count of errors svn: r10145 2008-02-29 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: 2008-02-29 Jerome Rapinat <romjerome@yahoo.fr> * fr.po : update, will clean up old references soon (RC) svn: r10144 2008-02-29 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update to r10142 svn: r10143 2008-02-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/GrampsDbUtils/_GedcomParse.py: 2008-02-29 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: find_family_from_handle returns tuple * src/Editors/_EditPerson.py: don't use find_person but get_person 2008-02-29 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-28 Jim Sack <jgsack@san.rr.com> svn: r10142 2008-02-29 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/Makefile.am: 2008-02-27 Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/Makefile.am: add CmdRef.py and DateParserDisplayTest.py to get make distcheck to run through. svn: r10141 2008-02-29 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/gen/utils/test/callback_test.py: fix r10099 oversight, also improve callback_test.py svn: r10140 2008-02-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/PersonView.py, src/PageView.py: * src/DataViews/PersonView.py: don't crash on click, 1794 * src/PageView.py: don't crash on click, #1794 2008-02-28 Benny Malengier <benny.malengier@gramps-project.org> svn: r10139 2008-02-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbLoader.py, src/DbManager.py, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py, src/QuestionDialog.py, src/ViewManager.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/glade/gramps.glade, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/ReadGrdb.py, src/plugins/ReadPkg.py: 2008-02-28 Benny Malengier <benny.malengier@gramps-project.org> * src/ViewManager.py: allow for info dialog after import * src/gen/db/base.py: find returns if new object or not * src/gen/db/dbdir.py: find returns if new object or not * src/plugins/ImportGeneWeb.py: allow multiple mime types * src/plugins/ImportvCard.py: allow multiple mime types * src/plugins/ReadGrdb.py: allow multiple mime types * src/plugins/ReadPkg.py: allow multiple mime types * src/plugins/ImportCSV.py: allow multiple mime types * src/DbManager.py: use family tree string, not database * src/glade/gramps.glade: add info dialog * src/QuestionDialog.py: add info dialog, clean up set transient errors * src/GrampsDbUtils/_GrampsDbWriteXML.py: improve comment * src/GrampsDbUtils/_ReadXML.py: fix change dates problems, fix creation of empty objects in bookmarks, add info dialog, clean up relative media import, remove unneeded parameters * src/GrampsDbUtils/_GrampsDbWRFactories.py: * src/GrampsDbUtils/_GrampsBSDDB.py: allow multiple mime types * src/DbLoader.py: fix up import filters and some mime type issues svn: r10138 2008-02-28 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/plugins/Verify.py: wiki manual link svn: r10137 2008-02-28 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/DefaultGramplets.py: 2008-02-28 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGramplets.py: made detached_width, height larger for the pedigree gramplet svn: r10136 2008-02-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: 2008-02-28 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/DefaultGramplets.py: improve (??) Pedigree Gramplet * src/DataViews/GrampletView.py: add a no-wrap method svn: r10135 2008-02-28 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: 2008-02-28 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGramplets.py: new Pedigree Gramplet * src/DataViews/GrampletView.py: added help button on undocked windows svn: r10134 2008-02-28 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditNote.py: 2008-02-27 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditNote.py: empty_object() add extratype to object 0001476: Opening the new note dialog/editor and cancelling shouldn't ask to save changes. there are no changes svn: r10133 2008-02-27 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DbManager.py: 2008-02-27 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DbManager.py: rename glade variable to glade_xml_file svn: r10132 2008-02-27 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/plugins/SoundGen.py: wiki manual link svn: r10131 2008-02-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_ReadXML.py: 2008-02-27 Brian Matherly <brian@gramps-project.org> * src/GrampsDbUtils/_ReadXML.py: Don't allow newer Gramps files to be imported (#0001722). svn: r10130 2008-02-27 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/GVFamilyLines.py: 1549: use standard date formats for FamilyLines svn: r10128 2008-02-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py: 0001828: update cli handling of new options. (new in 3.0?) svn: r10127 2008-02-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py: 0001835: cli crashes for all reports. NoneType has no attribute get_gramps_id svn: r10126 2008-02-26 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDisplay.py, src/ScratchPad.py: 2008-02-26 Benny Malengier <benny.malengier@gramps-project.org> * src/ScratchPad.py: bug when dragging sourceref #1833 * src/GrampsDisplay.py: remove whitespace 2008-02-24 Benny Malengier <benny.malengier@gramps-project.org> svn: r10125 2008-02-26 Peter Landgren <peter.talken@telia.com> * ChangeLog: Fix for some landscape printing svn: r10124 2008-02-26 Peter Landgren <peter.talken@telia.com> * src/plugins/FanChart.py: Fix for some landscape printing svn: r10123 2008-02-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/PluginUtils/_GuiOptions.py, src/ReportBase/_CommandLineReport.py: Improvements to CLI reports - 0001824: Bug in command line - gramps does not show right error. 0001821: A command "python src/gramps.py --open=DG1 --action=report" cause a crash Fix help strings. svn: r10122 2008-02-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DateHandler/_DateParser.py, src/gen/lib/date.py, src/gen/lib/test/date_test.py: 2008-02-25 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DateHandler/_DateParser.py: set year += 1 * src/gen/lib/date.py: removed slash-date fix * src/gen/lib/test/date_test.py: slash dates sort correctly svn: r10121 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/const.py.in: 2008-02-25 Łukasz Rymarczyk <yenidai(at)poczta(dot)onet(dot)pl> * src/const.py.in: query os.environ for GRAMPSHOME env and use it 0001831: A patch allowing using a different home folder than default svn: r10120 2008-02-25 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/GrampsLogger/_ErrorView.py: wiki manual link svn: r10119 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py: 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ReportBase/_ArgHandler.py (ArgHandler.cl_action): improve output when no report or tool name is given. Remove call to sys.exit(1) as it means that gui error report handler is called (locks db). addresses part of #0001821 svn: r10118 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ReportBase/_CommandLineReport.py: 2008-02-25 Łukasz Rymarczyk <yenidai(at)poczta(dot)onet(dot)pl> * src/ReportBase/_CommandLineReport.py: add user friendly output to cli gramps.py -u --open=merge --action=report -p "name=indiv_complete,show=all" #0001823 svn: r10117 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py: 2008-02-25 Łukasz Rymarczyk <yenidai(at)poczta(dot)onet(dot)pl> * src/ArgHandler.py: add UI Report Names to output 0001826: Command line - viewing available reports nicer to read svn: r10116 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/GrampsCfg.py, src/plugins/DateParserDisplayTest.py: 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/GrampsCfg.py: new (GrampsPreferences.update_idformat_entry): add method that sets new ID format preferences in db. (GrampsPreferences.add_prefix_panel): use callback update_idformat.entry 0001817: Make preference changes take immediate effect. * po/POTFILES.in: add DateParserDisplayTest.py. #0001819 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com> * POTFILES.in : add missing plugins/DateParserDisplayTest.py #0001819 svn: r10115 2008-02-25 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DateHandler/_DateParser.py, src/gen/lib/date.py, src/gen/lib/test/date_test.py: 2008-02-25 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/gen/lib/test/date_test.py: new slash date tests * src/gen/lib/date.py: new get_slash(), fix slash conversions * src/DateHandler/_DateParser.py: parser sets slash date to Julian svn: r10114 2008-02-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: Partial fix for 0001722: add dialog that on import gives a warning if the xml is made with an older version svn: r10113 2008-02-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/AsciiDoc.py: Fix page_break() in AsciiDoc svn: r10112 2008-02-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py: 0001587: Command line reports do not work svn: r10111 2008-02-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/CmdRef.py: 0001808: Bug when I click on a Generate Commandline Plugin Reference svn: r10110 2008-02-24 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Selectors/_SelectPerson.py: 2008-02-24 Gary Burton <gary.burton@zen.co.uk> * src/Selectors/_SelectPerson.py: Let return key close search field. Bug #1728 2008-02-24 Gary Burton <gary.burton@zen.co.uk> svn: r10109 2008-02-24 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AttrEmbedList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_LdsEmbedList.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_PersonRefEmbedList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_WebEmbedList.py, src/Editors/_EditFamily.py, src/Editors/_EditRepository.py: 2008-02-24 Raphael Ackermann <raphael.ackermann@gmail.com> * Editors/_EditRepository.py * Editors/_EditFamily.py * DisplayTabs/_SourceEmbedList.py * DisplayTabs/_PersonRefEmbedList.py * DisplayTabs/_RepoEmbedList.py * DisplayTabs/_AddrEmbedList.py * DisplayTabs/_WebEmbedList.py * DisplayTabs/_NameEmbedList.py * DisplayTabs/_EventEmbedList.py * DisplayTabs/_EmbeddedList.py * DisplayTabs/_NoteTab.py * DisplayTabs/_LocationEmbedList.py * DisplayTabs/_ButtonTab.py * DisplayTabs/_DataEmbedList.py * DisplayTabs/_AttrEmbedList.py * DisplayTabs/_LdsEmbedList.py * DisplayTabs/_GrampsTab.py add Up and Down buttons to the tabs. Added individual tooltips for buttons 0001807: Missing buttons MoveUp, MoveDown on a Events list in a person... svn: r10108 2008-02-24 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Editors/_EditPerson.py: 2008-02-22 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditPerson.py: Fixed crash on clicking OK to save name change. Bug #1783 svn: r10107 2008-02-24 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py: * src/DataViews/GrampletView.py (GrampletView.restore_gramplet): Fixed restore minimized gramplet 2008-02-24 NOT Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r10106 2008-02-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbLoader.py, src/ViewManager.py: * src/ViewManager.py: * src/DbLoader.py: Remove os.chdir, no longer needed for relative path 2008-02-24 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r10105 2008-02-24 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/glade/gramps.glade: 2008-02-24 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/GrampletView.py: don't save deleted gramplets * src/glade/gramps.glade: changed tooltip from "close" to "delete" Gramplets are either undeleted before exit, or they go away svn: r10104 2008-02-24 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Assistant.py, src/AutoComp.py, src/BaseDoc.py, src/BasicUtils/_NameDisplay.py, src/Bookmarks.py, src/DataViews/EventView.py, src/DataViews/GrampletView.py, src/DataViews/MapView.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PedigreeView.py, src/DataViews/PersonView.py, src/DataViews/RelationView.py, src/DataViews/__init__.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DateHandler/_Date_cs.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sv.py, src/DbManager.py, src/DbState.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_NoteModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_SourceModel.py, src/DisplayState.py, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_PersonRefModel.py, src/Editors/AddMedia.py, src/Editors/_EditAddress.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSecondary.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/ExportAssistant.py, src/FilterEditor/_EditFilter.py, src/Filters/Rules/MediaObject/_HasMedia.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/SideBar/_EventSidebarFilter.py, src/FontScale.py, src/GrampsDbUtils/_Backup.py, src/GrampsDbUtils/_GedcomInfo.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/_GedcomUtils.py, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_WriteGrdb.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsWidgets.py, src/ImgManip.py, src/ListModel.py, src/Lru.py, src/ManagedWindow.py, src/MarkupText.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/Mime/_WinMime.py, src/Models/_FastFilterModel.py, src/Models/_FastModel.py, src/Models/_ListCursor.py, src/Models/_PathCursor.py, src/Models/_PersonFilterModel.py, src/Models/_PersonListModel.py, src/Models/_PersonTreeModel.py, src/Navigation.py, src/PageView.py, src/PlaceUtils.py, src/PluginUtils/_Options.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Tool.py, src/QuestionDialog.py, src/QuickReports.py, src/RecentFiles.py, src/Relationship.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_FileEntry.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_StyleEditor.py, src/ReportBase/_TemplateParser.py, src/ReportBase/_TextFormatComboBox.py, src/ScratchPad.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectObject.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleDoc.py, src/Simple/_SimpleTable.py, src/Sort.py, src/SubstKeywords.py, src/ThumbNails.py, src/TipOfDay.py, src/ToolTips.py, src/TransUtils.py, src/UndoHistory.py, src/Utils.py, src/ViewManager.py, src/docgen/AsciiDoc.py, src/docgen/CairoDoc.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODSDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/RTFDoc.py, src/docgen/SpreadSheetDoc.py, src/docgen/TabbedDoc.py, src/docgen/TextBufDoc.py, src/gen/db/cursor.py, src/gen/db/dbdir.py, src/gen/lib/__init__.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/attrtype.py, src/gen/lib/baseobj.py, src/gen/lib/calendar.py, src/gen/lib/childref.py, src/gen/lib/childreftype.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/lib/familyreltype.py, src/gen/lib/genderstats.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/markertype.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/nametype.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/notetype.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/placebase.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/privsrcnote.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/repotype.py, src/gen/lib/researcher.py, src/gen/lib/secondaryobj.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/srcmediatype.py, src/gen/lib/srcnote.py, src/gen/lib/srcref.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/gen/lib/urltype.py, src/gen/lib/witness.py, src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/utils/dbutils.py, src/gen/utils/longop.py, src/gen/utils/test/callback_test.py, src/images/mk_blue_marble.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/DumpGenderStats.py, src/plugins/EndOfLineReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/ExportCSV.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FindDupes.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/Leak.py, src/plugins/MarkerReport.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py, src/plugins/NotRelated.py, src/plugins/OwnerEditor.py, src/plugins/PHPGedViewConnector.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/RelCalc.py, src/plugins/RemoveUnused.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebCal.py, src/plugins/WriteGeneWeb.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_pl.py, src/plugins/rel_pt.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/plugins/rel_sv.py, src/soundex.py, src/test/test/test_util_test.py, test/GrampsDb/Cursor_Test.py, test/GrampsDb/GrampsDbTestBase.py: 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> * various (294 files) pep8 doc fixes & pylint fixes svn: r10103 2008-02-24 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/gen/lib/date.py: 2008-02-23 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/gen/lib/date.py (Date.get_stop_date): added new method Date.to_calendar; dates return None if error svn: r10102 2008-02-23 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, configure.in: 2008-02-23 Jerome Rapinat <romjerome@yahoo.fr> * configure.in : allow Slovenian support svn: r10101 2008-02-23 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/sl.po: 2008-02-23 Bernard Banko <bernard.banko@siol.net> * sl.po: Translation update svn: r10100 2008-02-23 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/gen/db/__init__.py, src/gen/db/base.py, src/gen/db/cursor.py, src/gen/db/dbconst.py, src/gen/db/dbdir.py, src/gen/db/exceptions.py, src/gen/db/iterator.py, src/gen/lib/srcbase.py, src/plugins/ReorderIds.py: 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> * ViewManager.py * gen/db/iterator.py * gen/db/base.py * gen/db/dbconst.py * gen/db/cursor.py * gen/db/__init__.py * gen/db/exceptions.py * gen/db/dbdir.py * gen/lib/srcbase.py * gen/callback: deleted unused directory * plugins/ReorderIds.py: pylint and pep8 doc fixes svn: r10099 2008-02-23 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/date_test.py, src/gen/lib/test/date_test.py: 2008-02-23 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/date_test.py: removed file; moved tests to: * src/gen/lib/test/date_test.py (suite3): new tests moved tests from src/date_test.py into unit-test framework svn: r10098 2008-02-22 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Editors/_EditFamily.py: * src/Editors/_EditFamily.py: Add fallback dates for birth and death Bug #1785 2008-02-22 Gary Burton <gary.burton@zen.co.uk> svn: r10097 2008-02-22 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DataViews/RelationView.py, src/Editors/_EditChildRef.py, src/Editors/_EditFamily.py: 2008-02-22 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/RelationView.py: * src/Editors/_EditFamily.py: * src/Editors/_EditChildRef.py Fix crash on doubleclicking buttons. Bug #1802 svn: r10096 2008-02-22 Doug Blank <doug.blank@gmail.com> * ChangeLog, po/POTFILES.in, src/DataViews/GrampletView.py, src/plugins/Makefile.am: 2008-02-22 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/GrampletView.py: translate "Gramplet" * src/plugins/Makefile.am : add AgeOnDate.py QR * po/POTFILES.in: add AgeOnDate.py QR svn: r10095 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DateHandler/_DateUtils.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/Event/_HasType.py, src/Filters/Rules/Event/_MatchesFilter.py, src/Filters/Rules/Event/_MatchesPersonFilter.py, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Family/_MatchesFilter.py, src/Filters/Rules/MediaObject/_MatchesFilter.py, src/Filters/Rules/Note/_MatchesFilter.py, src/Filters/Rules/Person/_MatchesEventFilter.py, src/Filters/Rules/Person/_MatchesFilter.py, src/Filters/Rules/_Everything.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_HasMarkerBase.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/Filters/Rules/_HasReferenceCountBase.py, src/Filters/Rules/_HasTextMatchingRegexpOf.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_IsPrivate.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/Rules/_RegExpIdBase.py, src/Filters/Rules/_Rule.py, src/Filters/Rules/__init__.py: 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> * src/FilterEditor/_EditRule.py * src/Filters/Rules/_HasAttributeBase.py * src/Filters/Rules/Family/_MatchesFilter.py * src/Filters/Rules/Event/_MatchesFilter.py * src/Filters/Rules/Event/_MatchesSourceFilter.py * src/Filters/Rules/Event/_HasType.py * src/Filters/Rules/Event/_MatchesPersonFilter.py * src/Filters/Rules/_HasTextMatchingRegexpOf.py * src/Filters/Rules/_HasReferenceCountBase.py * src/Filters/Rules/_HasNoteSubstrBase.py * src/Filters/Rules/__init__.py * src/Filters/Rules/_HasGrampsId.py * src/Filters/Rules/_RegExpIdBase.py * src/Filters/Rules/_IsPrivate.py * src/Filters/Rules/_Rule.py * src/Filters/Rules/_HasMarkerBase.py * src/Filters/Rules/_HasEventBase.py * src/Filters/Rules/Note/_MatchesFilter.py * src/Filters/Rules/Person/_MatchesFilter.py * src/Filters/Rules/Person/_MatchesEventFilter.py * src/Filters/Rules/MediaObject/_MatchesFilter.py * src/Filters/Rules/_HasTextMatchingSubstringOf.py * src/Filters/Rules/_Everything.py * src/Filters/Rules/_MatchesFilterBase.py * src/Filters/Rules/_HasNoteRegexBase.py * src/DateHandler/_DateUtils.py pylint and doc fixes. svn: r10094 2008-02-22 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog, po/nl.po: new gramps.pot svn: r10093 2008-02-22 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/pl.po: 2008-02-22 Łukasz Rymarczyk <yenidai@poczta.onet.pl> * pl.po: Translation update svn: r10092 2008-02-21 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: cs.po minor translation updates. svn: r10091 2008-02-21 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r10090 2008-02-21 Stéphane Charette <stephanecharette@gmail.com> * po/ChangeLog, po/POTFILES.in, po/gramps.pot: typo: plubins versus plugins svn: r10089 2008-02-21 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/DateEdit.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py: links to wiki manual svn: r10088 2008-02-21 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, po/POTFILES.in, src/plugins/FamilyLines.py, src/plugins/Makefile.am, src/plugins/NotRelated.glade, src/plugins/NotRelated.py: removed old FamilyLines.py, added new NotRelated.py svn: r10087 2008-02-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/DbState.py, src/DisplayState.py, src/GrampsCfg.py, src/ListModel.py, src/PluginUtils/_MenuOptions.py, src/gen/Makefile.am, src/gen/db/base.py, src/gen/utils/__init__.py, src/gen/utils/callback.py, src/gen/utils/longop.py, src/gen/utils/test/callback_test.py: 2008-02-20 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: refactoring * src/gen/utils/test/callback_test.py: refactoring * src/gen/utils/callback.py: refactoring * src/gen/utils/longop.py: refactoring * src/gen/utils/__init__.py: refactoring * src/gen/db/base.py: refactoring * src/gen/Makefile.am: refactoring * src/DisplayState.py: refactoring * src/DbState.py: refactoring * src/PluginUtils/_MenuOptions.py: refactoring * src/ListModel.py: refactoring * src/BaseDoc.py: refactoring svn: r10086 2008-02-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Verify.py: 0001792: Tools->Utilities->Verify the Data (exclude married names) svn: r10085 2008-02-21 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/GrampsDbUtils/_GedcomUtils.py: 2008-02-20 Raphael Ackermann <raphael.ackermann@gmail.com> * src/GrampsDbUtils/_GedcomUtils.py: (IdMapper.get_translate()) return value of dict instead of boolean. Fix #0001708 svn: r10084 2008-02-20 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/ChangeLog: svn: r10083 2008-02-20 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/ChangeLog, po/cs.po: Corrections and update of cs translation. svn: r10082 2008-02-20 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py: links to wiki manual svn: r10081 2008-02-20 Peter Landgren <peter.talken@telia.com> * ChangeLog: pylint cleaning svn: r10080 2008-02-20 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: pylint cleaning svn: r10079 2008-02-20 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DisplayTabs/_PersonRefEmbedList.py: 2008-02-20 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DisplayTabs/_PersonRefEmbedList.py: change _o mnemonic to not interfere with OK button. svn: r10078 2008-02-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbManager.py: 2008-02-20 Benny Malengier <benny.malengier@gramps-project.org> * src/DbManager.py: #1725, ENTER, double-click if OK button sensitive only svn: r10077 2008-02-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/CountAncestors.py, src/plugins/Summary.py: Remove person parameter from summary and count ancestor reports. svn: r10076 2008-02-20 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DbLoader.py: 2008-02-19 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DbLoader.py (DbLoader.import_file): Importer will stay on dialog until cancel or success. Errors will remain in dialog until fixed, or cancel. svn: r10075 2008-02-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_Report.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_TextReportDialog.py, src/ReportBase/_WebReportDialog.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/CustomBookText.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/NarrativeWeb.py, src/plugins/SimpleBookTitle.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py, src/plugins/WebCal.py: Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports. svn: r10074 2008-02-20 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: 2008-02-19 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGramplets.py: News renders text with styles * src/DataViews/GrampletView.py (GuiGramplet.render_text): First draft of a TextBuffer with markup svn: r10073 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: #1559, CTRL+N/P also if no sidebar 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> svn: r10072 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbManager.py: * src/DbManager.py: #1725, ENTER should behave like double click 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> svn: r10071 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ViewManager.py: 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * src/ViewManager.py: #1559, use CTRL+N/P not ALT+N/P to avoid problems svn: r10070 2008-02-19 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: 2008-02-19 Jerome Rapinat <romjerome@yahoo.fr> * fr.po: Translation update svn: r10069 2008-02-19 Peter Landgren <peter.talken@telia.com> * po/ChangeLog: Many minor changes and mnemonic changes svn: r10068 2008-02-19 Peter Landgren <peter.talken@telia.com> * po/sv.po: Many minor changes and mnemonic changes svn: r10067 2008-02-19 Peter Landgren <peter.talken@telia.com> * ChangeLog: Works for Swedish laen (A) svn: r10066 2008-02-19 Peter Landgren <peter.talken@telia.com> * src/plugins/ExtractCity.py: Works for Swedish laen (A) svn: r10065 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/SimpleBookTitle.py: 2008-02-19 Benny Malengier c <benny.malengier@gramps-project.org> * src/plugins/SimpleBookTitle.py: remove select file button svn: r10064 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/PageView.py, src/gramps_main.py: 2008-02-19 Benny Malengier b <benny.malengier@gramps-project.org> * src/Bookmarks.py: * src/gramps_main.py: * src/PageView.py: Don't edit bookmarks, organize them, key: shift+ctrl+b svn: r10063 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ViewManager.py: 2008-02-19 Benny Malengier <benny.malengier@gramps-project.org> * src/ViewManager.py: CTRL+B as accel for clipboard svn: r10062 2008-02-19 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/glade/gramps.glade: * src/glade/gramps.glade: enlarged dbmanager by 70 pixels so that all of the date can show in window. Note: glade-3 will change this glade file indentation. I edited it by hand. 2008-02-19 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r10061 2008-02-19 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py: Fixes for date math and different calendars svn: r10060 2008-02-19 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/gen/lib/date.py: 2008-02-19 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/gen/lib/date.py (Date.__init__): added Date("Jan 1, 2000") string constructor and calendar, quality, and modifier keywords to Date() svn: r10059 2008-02-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/CmdRef.py: 0001688: BUG when I clicked generate commandline plugin reference tool svn: r10058 2008-02-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py, src/plugins/BookReport.py: 0001788: Book report crash svn: r10057 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditAddress.py, src/Editors/_EditName.py, src/Editors/_EditPersonRef.py, src/MarkupText.py, src/ReportBase/_StyleEditor.py, src/plugins/FindDupes.py: 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditAddress.py * src/Editors/_EditName.py * src/Editors/_EditPersonRef.py * src/plugins/FindDupers.py * src/ReportBase/_StyleEditor.py * src/MarkupText.py Fix import issues introduce through previous commit. #0001791 fixed svn: r10056 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py, src/ColumnOrder.py, src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/Config/gen_schema_keys.py, src/DataViews/FamilyList.py, src/DataViews/GrampletView.py, src/DataViews/PersonView.py, src/DateEdit.py, src/DateHandler/__init__.py, src/DbLoader.py, src/DbManager.py, src/DisplayModels/_NoteModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/DisplayTabs/_LdsModel.py, src/DisplayTabs/_NoteTab.py, src/Editors/AddMedia.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPersonRef.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/ExportAssistant.py, src/GrampsCfg.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_ReadGedcom.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/__init__.py, src/GrampsDbUtils/test/GR_test.py, src/GrampsDbUtils/test/_GedcomChar_test.py, src/ManagedWindow.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/Models/_FastFilterModel.py, src/Models/_FastModel.py, src/Models/_PersonFilterModel.py, src/Models/_PersonListModel.py, src/Models/_PersonTreeModel.py, src/PageView.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/QuestionDialog.py, src/QuickReports.py, src/Relationship.py, src/Reorder.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_Report.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_StyleEditor.py, src/ScratchPad.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectPerson.py, src/TipOfDay.py, src/Utils.py, src/date_test.py, src/docgen/CSVTab.py, src/docgen/CairoDoc.py, src/docgen/GtkPrint.py, src/docgen/Makefile.am, src/docgen/ODSDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/TextBufDoc.py, src/docgen/__init__.py, src/gen/db/base.py, src/gen/db/dbconst.py, src/gen/db/dbdir.py, src/gen/lib/__init__.py, src/gen/lib/date.py, src/gen/lib/test/date_test.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/utils/callback.py, src/gen/utils/test/callback_test.py, src/gramps.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DateParserDisplayTest.py, src/plugins/DefaultGramplets.py, src/plugins/Desbrowser.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/ExtractCity.py, src/plugins/FamilyLines.py, src/plugins/FindDupes.py, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/Leak.py, src/plugins/NarrativeWeb.py, src/plugins/OwnerEditor.py, src/plugins/PHPGedViewConnector.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/References.py, src/plugins/RelCalc.py, src/plugins/RemoveUnused.py, src/plugins/SameSurnames.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/Verify.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_sv.py, src/test/gedread_util.py, test/try_tree_model.py, windows/nsis/gcheck.py: 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/* 143 files * test/try_tree_model.py * windows/nsis/gcheck.py imports cleanup svn: r10055 2008-02-18 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: 2008-02-18 Jerome Rapinat <romjerome@yahoo.fr> * fr.po: Translation update svn: r10054 2008-02-18 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/Editors/_EditEvent.py: wiki manual link svn: r10053 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog: svn: r10052 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/PedigreeView.py, src/DataViews/PersonView.py, src/DbManager.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_EmbeddedList.py, src/Editors/_EditPrimary.py, src/Filters/Rules/_MatchesFilterBase.py, src/GrampsCfg.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsWidgets.py, src/ManagedWindow.py, src/QuickReports.py, src/Relationship.py, src/Selectors/_BaseSelector.py, src/gramps_main.py, src/plugins/RelCalc.py: 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DataViews/EventView.py * src/DataViews/FamilyList.py * src/DataViews/PedigreeView.py * src/DataViews/PersonView.py * src/GrampsCfg.py * src/Editors/_EditPrimary.py * src/DisplayTabs/_EmbeddedList.py * src/DisplayTabs/_BackRefList.py * src/plugins/RelCalc.py * src/QuickReports.py * src/Relationship.py * src/Selectors/_BaseSelector.py * src/GrampsWidgets.py * src/DbManager.py * src/DisplayState.py * src/DisplayModels/_BaseModel.py * src/DisplayModels/_PeopleModel.py * src/GrampsDbUtils/_GrampsDbWriteXML.py * src/gramps_main.py * src/Filters/Rules/_MatchesFilterBase.py * src/ManagedWindow.py pep8 updates. replace ''' with """ for comments * src/GrampsDbUtils/_WriteGedcom.py: doc fixes added support for exportin source, notes and repos that are not linked to other records. 0001707: export to gedcom doesn't include source, if source is the only thing in the db svn: r10051 2008-02-18 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog, po/gramps.pot, po/nl.po: new gramps.pot svn: r10050 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/AncestorChart.py, src/plugins/DescendChart.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: 2008-02-18 Duncan Lithgow <dlithgow@gmail.com> Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/AncestorChart.py * src/plugins/DescendChart.py * src/plugins/StatisticsChart.py * src/plugins/TimeLine.py work on 0001711: Inconsistant names for graphical reports svn: r10049 2008-02-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/PedigreeView.py, src/DataViews/RelationView.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/GrampsDbUtils/_WriteGedcom.py, src/ReportBase/_ReportUtils.py, src/Selectors/_SelectObject.py, src/plugins/Check.py, src/plugins/DefaultGramplets.py, src/plugins/FamilyLines.py, src/plugins/GVFamilyLines.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/SimpleBookTitle.py, src/plugins/Summary.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: 2008-02-15 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/RelationView.py * src/DataViews/PedigreeView.py * src/ReportBase/_ReportUtils.py * src/Editors/_EditPerson.py * src/Editors/_EditMediaRef.py * src/DisplayTabs/_GalleryTab.py: also correct wrong popup menu * src/plugins/Summary.py * src/plugins/WriteCD.py * src/plugins/IndivComplete.py * src/plugins/NarrativeWeb.py * src/plugins/WritePkg.py * src/plugins/GVFamilyLines.py * src/plugins/DefaultGramplets.py * src/plugins/SimpleBookTitle.py * src/plugins/Check.py * src/plugins/GVRelGraph.py * src/plugins/FamilyLines.py * src/Selectors/_SelectObject.py * src/GrampsDbUtils/_WriteGedcom.py #1787, #1208: use relative path correctly svn: r10048 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py, src/DbLoader.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_ReadGedcom.py, src/GrampsDbUtils/importdbdir.py: 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/GrampsDbUtils/_GedcomParse.py: remove encode_filename() as filename is already unicode encoded. * src/GrampsDbUtils/_GrampsDbWRFactories.py: doc fix * src/GrampsDbUtils/_ReadGedcom.py: doc and pylint fixes * src/GrampsDbUtils/importdbdir.py: pep8 fix ''' --> """ * src/ArgHandler.py: in method cl_import(self, filename, format): add call filename = Utils.get_unicode_path(filename) before calling ReadGedcom._import2(...,filename,...). +pylint fixes * src/DbLoader.py: doc fix. change variable choose to choose_db_dialog svn: r10047 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py, src/DataViews/PersonView.py, src/DbLoader.py, src/DbManager.py, src/Editors/_EditFamily.py, src/Editors/_EditPrimary.py, src/GrampsCfg.py, src/Merge/_MergePerson.py, src/ViewManager.py, src/docgen/HtmlDoc.py, src/plugins/FindDupes.py, src/plugins/WriteCD.py: 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DataViews/PersonView.py * src/ViewManager.py * src/GrampsCfg.py * src/plugins/WriteCD.py * src/plugins/FindDupes.py * src/Merge/_MergePerson.py * src/DbManager.py * src/ArgHandler.py * src/docgen/HtmlDoc.py * src/DbLoader.py use from QuestionDialog import ErrorDialog etc to bring in line with rest of gramps * src/Editors/_EditPrimary.py: EditPrimary._uses_duplicate_id() check for duplicates and give error dialog if id is already used. #0001347 * src/Editors/_EditFamily.py: EditFamily.__do_save(), add call to _uses_duplicate_id(). #0001347 svn: r10046 2008-02-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/StatisticsChart.py: Patch from Peter Landgren <peter.talken@telia.com> fixes: 0001756: Very strange results with statistics report. 0001760: Pie charts are clipped if paper in landscape mode. svn: r10045 2008-02-17 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py: Removed __eq__ on dates svn: r10044 2008-02-17 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/gen/lib/date.py, src/gen/lib/test/date_test.py: 2008-02-17 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/gen/lib/date.py (Date.__sub__): fixed some date math (#1649) * src/gen/lib/test/date_test.py: added some unit tests for date math svn: r10043 2008-02-16 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translation svn: r10042 2008-02-15 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DataViews/RelationView.py, src/Editors/_EditFamily.py: 2008-02-15 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/RelationView.py: * src/Editors/_EditFamily.py: prevent right mouse button causing crash. Bug #1729 svn: r10041 2008-02-15 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DisplayTabs/Makefile.am, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AttrEmbedList.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_LdsEmbedList.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_PersonRefEmbedList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_TextTab.py, src/DisplayTabs/_WebEmbedList.py, src/DisplayTabs/__init__.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSecondary.py, src/Editors/_EditSourceRef.py: 2008-02-15 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayTabs/_SourceEmbedList.py: * src/DisplayTabs/_PersonRefEmbedList.py: * src/DisplayTabs/_RepoEmbedList.py: * src/DisplayTabs/__init__.py: * src/DisplayTabs/_AddrEmbedList.py: * src/DisplayTabs/_WebEmbedList.py: * src/DisplayTabs/_NameEmbedList.py: * src/DisplayTabs/_EventEmbedList.py: * src/DisplayTabs/_EmbeddedList.py: * src/DisplayTabs/_GalleryTab.py: * src/DisplayTabs/_BackRefList.py: * src/DisplayTabs/_NoteTab.py: * src/DisplayTabs/_LocationEmbedList.py: * src/DisplayTabs/_ButtonTab.py: * src/DisplayTabs/_DataEmbedList.py: * src/DisplayTabs/_AttrEmbedList.py: * src/DisplayTabs/_LdsEmbedList.py: * src/DisplayTabs/_GrampsTab.py: * src/Editors/_EditPrimary.py: * src/Editors/_EditPlace.py: * src/Editors/_EditSecondary.py: * src/Editors/_EditSourceRef.py: * src/Editors/_EditReference.py: * src/Editors/_EditRepoRef.py: * src/Editors/_EditNote.py: * src/Editors/_EditMediaRef.py: * src/Editors/_EditEventRef.py: * src/Editors/_EditName.py: * src/Editors/_EditFamily.py: Add mnemonics for all tabs, eg ALT+S and INSERT to move to sources and insert a new source. * src/DisplayTabs/_TextTab.py: * src/DisplayTabs/Makefile.am: * po/POTFILES.in: Remove unused TextTab svn: r10040 2008-02-15 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Some updates on Norwegian translation... svn: r10039 2008-02-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DisplayState.py, src/ViewManager.py: 2008-02-15 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/ViewManager.py (ViewManager.__build_main_window):pass self to DS * src/DisplayState.py (DisplayState): added vm param DS now has a reference to the VM which allows uistate to have access to most of a running GRAMPS application svn: r10038 2008-02-15 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: 2008-02-15 Jerome Rapinat <romjerome@yahoo.fr> * fr.po: Translation update svn: r10037 2008-02-15 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DateEdit.py, src/Editors/_EditFamily.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditSecondary.py, src/GrampsDisplay.py: 2008-02-15 Benny Malengier <benny.malengier@gramps-project.org> * src/DateEdit.py: example use of help * src/GrampsDisplay.py: internationalization of help system * src/Editors/_EditPrimary.py: define_help_button link to webpage * src/Editors/_EditSecondary.py: define_help_button link to webpage * src/Editors/_EditReference.py: define_help_button link to webpage * src/Editors/_EditFamily.py: remove empty line svn: r10036 2008-02-14 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog, po/gramps.pot: new gramps.pot svn: r10035 2008-02-14 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/RelationView.py: 2008-02-14 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/RelationView.py (RelationshipView.write_parents): added Sibling/Children add buttons; rearranged display; lost a bit of vertical space svn: r10034 2008-02-14 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ObjectSelector/Makefile.am, src/ObjectSelector/_Constants.py, src/ObjectSelector/_Factories.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_FilterSpecBase.py, src/ObjectSelector/_ObjectFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFilterSpec.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/ObjectSelector/_PreviewFrameBase.py, src/ObjectSelector/_TreeFrameBase.py, src/ObjectSelector/__init__.py, src/TreeTips.py, src/TreeViews/Makefile.am, src/TreeViews/_PersonTreeView.py, src/TreeViews/__init__.py, src/plugins/SoundGen.py: 2008-02-14 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ObjectSelector/* : #1744: src/ObjectSelector is not used anmyore * src/TreeViews/* : #1744: src/TreeViews is not used anmyore * src/Treetips.py : changed class comment. pep8 fix for doc: ''' --> """ * src/plugins/SoundGen.py: remove ... in menu. imports cleanup svn: r10033 2008-02-14 Peter Landgren <peter.talken@telia.com> * ChangeLog: Two translatable strings were missed svn: r10032 2008-02-14 Peter Landgren <peter.talken@telia.com> * src/plugins/DefaultGramplets.py: Two translatable strings were missed svn: r10031 2008-02-14 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayModels/_NoteModel.py: 2008-02-14 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayModels/_NoteModel.py: use unicode object internally, #1739 svn: r10030 2008-02-14 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: 2008-02-13 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/GrampletView.py: right-click on name link edits * src/plugins/DefaultGramplets.py: change tooltip of relation gramplet to indicate the right-click edit option svn: r10029 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: * src/DataViews/GrampletView.py: Gramplet key for detached min size * src/plugins/DefaultGramplets.py: RelativesGramplet detached size 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> svn: r10028 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: * src/DataViews/GrampletView.py: minor change * src/plugins/DefaultGramplets.py: new RelativesGramplet Response to issue #1758 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> svn: r10027 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/WritePkg.py: 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/WritePkg.py: add callback=None, issue #1398 svn: r10026 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in: 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org> * po/POTFILES.in: remove checkpoint.glade svn: r10025 2008-02-13 Peter Landgren <peter.talken@telia.com> * ChangeLog: Removal of debug print svn: r10024 2008-02-13 Peter Landgren <peter.talken@telia.com> * src/BaseDoc.py: Removal of debug print svn: r10023 2008-02-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_ButtonTab.py: * src/DisplayTabs/_ButtonTab.py: some accel keys don't work on keyboard with numlock as MOD_MASK2, enable the keys for those keyboards 2008-02-12 Benny Malengier <benny.malengier@gramps-project.org> svn: r10022 2008-02-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_EmbeddedList.py, src/Editors/_EditFamily.py: * src/DisplayTabs/_EmbeddedList.py: allow to define middle click * src/Editors/_EditFamily.py: middle click on child calls edit child 2008-02-12 Benny Malengier <benny.malengier@gramps-project.org> svn: r10021 2008-02-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/DisplayModels/_NoteModel.py, src/DisplayTabs/_EmbeddedList.py, src/Editors/_EditFamily.py: 2008-02-12 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditFamily.py: popup: edit child at top, add images. * src/DisplayTabs/_EmbeddedList.py: allow popup with image/custom text * src/DisplayModels/_BaseModel.py: add comment to function * src/DisplayModels/_NoteModel.py: test, UTF-8 for preview svn: r10020 2008-02-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/StatisticsChart.py: 0001754: Capitalization in Statistics chart 0001755: Selection of contents in statistics chart does not work svn: r10019 2008-02-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Editors/_EditNote.py: Fix saving notes without marker being set. svn: r10018 2008-02-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/MediaView.py, src/Editors/AddMedia.py, src/Editors/_EditMedia.py, src/Editors/_EditPerson.py, src/Utils.py, src/plugins/MediaManager.py: * src/plugins/MediaManager.py: conversion functions of path * src/Utils.py: general methods to convert abs to rel * src/Editors/AddMedia.py: show existing descr and select file if pos * src/Editors/_EditPerson.py: view photo needs db for media path * src/Editors/_EditMedia.py: better path/mime handling * src/DataViews/MediaView.py: use full path to view Start of issue #1208 2008-02-11 Benny Malengier <benny.malengier@gramps-project.org> svn: r10017 2008-02-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2008-02-11 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditFamily.py: call editprimary correctly, double gid svn: r10016 2008-02-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/DetAncestralReport.py: 0001731: Wrong dot in Ancestral Report svn: r10015 2008-02-10 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditPrimary.py: temp fix for Raphael svn: r10014 2008-02-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FanChart.py: 0001751: Translation of string in FanCaaart.py does not work. svn: r10013 2008-02-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py, src/plugins/NarrativeWeb.py: 0001750: Some problems with web pages svn: r10012 2008-02-10 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditPrimary.py: 2008-02-08 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditPrimary.py: 0001347: double gid. fix previous commit svn: r10011 2008-02-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/Makefile.am, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_WebReportDialog.py, src/plugins/BookReport.py, src/plugins/NarrativeWeb.py, src/plugins/WebCal.py: Web Calendar and Narrative Web report now use Menu Options. svn: r10010 2008-02-09 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_fr.py: svn: r10009 2008-02-09 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Minor translation update svn: r10008 2008-02-09 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditMedia.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py: 2008-02-08 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditEvent.py: * src/Editors/_EditFamily.py: * src/Editors/_EditMedia.py: * src/Editors/_EditNote.py: * src/Editors/_EditPlace.py: * src/Editors/_EditRepository.py: * src/Editors/_EditSource.py: fixed: 0001347: double gid should not be allowed svn: r10007 2008-02-08 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r10006 2008-02-08 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditNote.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py: 2008-02-08 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditEvent.py: * src/Editors/_EditFamily.py: * src/Editors/_EditMedia.py: * src/Editors/_EditNote.py: * src/Editors/_EditPlace.py: * src/Editors/_EditPrimary.py: * src/Editors/_EditRepository.py: * src/Editors/_EditSource.py: pylint fixes svn: r10005 2008-02-08 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py: 2008-02-07 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditEvent.py: * src/Editors/_EditFamily.py: * src/Editors/_EditMedia.py: * src/Editors/_EditNote.py: * src/Editors/_EditPerson.py: * src/Editors/_EditPlace.py: * src/Editors/_EditPrimary.py: * src/Editors/_EditRepository.py: * src/Editors/_EditSource.py: 0001745: fix where on update empty ID field would not be filled automatically svn: r10004 2008-02-07 Kees Bakker <kees.bakker@xs4all.nl> * data/man/gramps.1.in: * data/man/gramps.i.in - correction of tool example svn: r10003 2008-02-07 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/DateHandler/_Date_fr.py: 2008-02-07 Jerome Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_fr.py : fix issue with french calendar and year only #1733 svn: r10002 2008-02-07 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditPerson.py: 2008-02-07 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditPerson.py: pylint fixes & doc fixes fixed 0001347: double gid should not be allowed for Person View Still open for all the other list views. svn: r10001 2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/data/tips.xml.in, src/plugins/Makefile.am: 2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com> * src/data/tips.xml.in: remove checkpoint reference * src/plugins/Makefile.am: remove checkpoint reference * po/POTFILES.in: remove checkpoint reference svn: r10000 2008-02-05 Gary Burton <gary.burton@zen.co.uk> * src/plugins/Checkpoint.py, src/plugins/checkpoint.glade: svn: r9999 2008-02-05 Gary Burton <gary.burton@zen.co.uk> * ChangeLog: 2008-02-03 Gary Burton <gary.burton@zen.co.uk> * src/plugins/Checkpoint.py: * src/plugins/checkpoint.glade: remove this plugin as it is superceded by functionality built in to the Family Tree Manager. svn: r9998 2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog: 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com> * example/gramps/data.gramps: replace example.gramps to one generated with trunk. 0001721: update data.gramps so that it conforms to new style notes. svn: r9997 2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com> * example/gramps/data.gramps: deleting old data.gramps then adding new one svn: r9996 2008-02-05 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2008-02-05 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsWidgets.py: remove conditional test on pygtk 2.6, 3.0 requires 2.10+, so 2.6 code should never be used. svn: r9995 2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/Models/_ListCursor.py, src/Models/_PathCursor.py, src/ReportBase/_ReportUtils.py, src/gen/proxy/private.py, src/plugins/CmdRef.py, src/plugins/WebCal.py: 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DataViews/GrampletView.py * src/ReportBase/_ReportUtils.py * src/gen/proxy/private.py * src/plugins/WebCal.py * src/plugins/CmdRef.py * src/Models/_ListCursor.py * src/Models/_PathCursor.py PEP 8 fixes. Change if var == True --> if var if var is True --> if var if var == False --> if not var if var == None --> if var is None svn: r9994 2008-02-04 Raphael Ackermann <raphael.ackermann@gmail.com> * src/GrampsDbUtils/_WriteXML.py: doc fix svn: r9993 2008-02-04 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, data/man/fr/gramps.1.in: 2008-02-04 Jerome Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: update svn: r9992 2008-02-03 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/gen/db/base.py: 2008-02-03 Gary Burton <gary.burton@zen.co.uk> * src/gen/db/base.py: Functions using the pop function expect a return value. Bug #1632 svn: r9991 2008-02-03 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ExportOptions.py: 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ExportOptions.py: fix mnemonics for filter svn: r9990 2008-02-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: 0001674: when exporting, filter dropdown menu has to "Entire Database" entries svn: r9989 2008-02-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in: 0001689: Text: Generato commadline plugin interface not localised svn: r9988 2008-02-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in: 0001694: Descendant report -untranslated text svn: r9987 2008-02-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py, src/plugins/FamilyGroup.py: 0001702: invoking family group reports crashes gramps svn: r9986 2008-02-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Endnotes.py: 0001704: Det. anc. report - newline needed after endnote entries. svn: r9985 2008-02-02 Peter Landgren <peter.talken@telia.com> * ChangeLog: Update due to English man update svn: r9984 2008-02-02 Peter Landgren <peter.talken@telia.com> * data/man/gramps.1.in: Update, [ \-l] ->[ \-l ] svn: r9983 2008-02-02 Peter Landgren <peter.talken@telia.com> * data/man/sv/gramps.1.in: Update due to English man update svn: r9982 2008-02-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: Deleted GraphViz.py - superceeded by GVRelGraph.py. svn: r9981 2008-02-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/WebCal.py: 0001663: webcal options show Mos. 1-6 Notes and Mos. 7-12 Notes svn: r9980 2008-02-02 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r9979 2008-02-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/CmdRef.py: 0001688: BUG when I clicked generate commandline plugin reference tool svn: r9978 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, data/man/gramps.1.in: 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com> keestux <?@?> * data/man/gramps.1.in: patch applied for 0000966: Suggestion for man page changes wrt -a and -p opti svn: r9977 2008-02-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/pl.po: 2008-02-02 Łukasz Rymarczyk <yenidai@poczta.onet.pl> * pl.po: Translation update svn: r9976 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/WriteGeneWeb.py: 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/WriteGeneWeb.py: "Living" is not translated -->fixed svn: r9975 2008-02-01 Erik De Richter <erikdrgm@users.sourceforge.net> * po/nl.po: new gramps.pot svn: r9973 2008-02-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GVRelGraph.py: 0001617: place/cause option: cause is never included svn: r9972 2008-02-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Bibliography.py: 0001624: Source reference hyperlinks do not always work in Narrated Web Site svn: r9971 2008-01-31 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/de.po: 2008-01-31 Mirko Leonhaeuser <mirko@leonhaeuser.de> * de.po: Translation update svn: r9970 2008-01-31 Raphael Ackermann <raphael.ackermann@gmail.com> * src/FilterEditor/_FilterEditor.py: cleanup uncommented line. svn: r9968 2008-01-31 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/MarkerReport.py: 2008-01-28 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/MarkerReport.py: fix bug #1669 with None type cmp svn: r9967 2008-01-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py: Intelligent selection of default family for family option in reports. svn: r9966 2008-01-30 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/FilterEditor/_FilterEditor.py: 2008-01-30 Raphael Ackermann <raphael.ackermann@gmail.com> * src/FilterEditor/_FilterEditor.py: pylint fixes and work on 0001660: Title for all Edit Filter windows not translated correctly svn: r9965 2008-01-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po, po/gramps.pot: 2008-01-29 Jerome Rapinat <romjerome@yahoo.fr> * gramps.pot: update template * fr.po: Translation update svn: r9964 2008-01-30 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/Rules/Person/_Everyone.py, src/Filters/_FilterParser.py, src/Filters/_GenericFilter.py, src/ManagedWindow.py, src/PluginUtils/_Tool.py, src/plugins/ExportVCalendar.py: 2008-01-30 Raphael Ackermann <raphael.ackermann@gmail.com> * src/FilterEditor/_EditFilter.py: self.space --> self.namespace * src/FilterEditor/_FilterEditor.py: self.space --> self.namespace * src/FilterEditor/_EditRule.py: self.space --> self.namespace * src/FilterEditor/_ShowResults.py: self.space --> self.namespace * src/plugins/ExportVCalendar.py: pylint fixes * src/PluginUtils/_Tool.py: pylint fixes * src/Filters/_FilterParser.py: cleanup * src/Filters/_GenericFilter.py: doc fix * src/Filters/Rules/Person/_Everyone.py * src/ManagedWindow.py: doc fix svn: r9963 2008-01-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py: Default GuiOptions to use active person. svn: r9962 2008-01-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py: Escape characters in image names for ODF output. svn: r9961 2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/PluginUtils/_PluginMgr.py, src/PluginUtils/__init__.py, src/ViewManager.py, src/plugins/Calendar.py: 2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ViewManager.py: 0001641: add ... ellipsis to menu items. * src/plugins/Calendar.py: 0001641: add ... ellipsis to menu items. * src/PluginUtils/__init__.py: pep8 fixes * src/PluginUtils/_PluginMgr.py: pylint and doc fixes svn: r9960 2008-01-29 Peter Landgren <peter.talken@telia.com> * ChangeLog: Encoding according to sys.getfilesystemencoding() in stead of hardcoded iso-8859-1 svn: r9959 2008-01-29 Peter Landgren <peter.talken@telia.com> * src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py: Encoding according to sys.getfilesystemencoding() in stead of hardcoded iso-8859-1 svn: r9958 2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/EventNames.py: 2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/EventNames.py: doc fixes and removal of self.label svn: r9957 2008-01-29 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Sort.py, src/plugins/TimeLine.py: 2008-01-29 Gary Burton <gary.burton@zen.co.uk> * src/plugins/TimeLine.py: * src/Sort.py: Use fallback events e.g. baptism/burial when no birth or death events are available. svn: r9956 2008-01-29 Peter Landgren <peter.talken@telia.com> * ChangeLog: Improved rules for multiple surnmames svn: r9955 2008-01-29 Peter Landgren <peter.talken@telia.com> * src/plugins/ChangeNames.py: Improved rules for multiple surnmames svn: r9954 2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/CountAncestors.py, src/plugins/DateParserDisplayTest.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/DumpGenderStats.py, src/plugins/EndOfLineReport.py, src/plugins/EventCmp.py, src/plugins/EventNames.py, src/plugins/ExtractCity.py, src/plugins/FamilyGroup.py, src/plugins/FamilyLines.py, src/plugins/FindDupes.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/MediaManager.py, src/plugins/OwnerEditor.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RelCalc.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/WebCal.py: 2008-01-28 Duncan Lithgow <dlithgow@gmail.com> Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/Summary.py * src/plugins/WebCal.py * src/plugins/KinshipReport.py * src/plugins/DescendReport.py * src/plugins/DetDescendantReport.py * src/plugins/ExtractCity.py * src/plugins/EventNames.py * src/plugins/DumpGenderStats.py * src/plugins/Desbrowser.py * src/plugins/Checkpoint.py * src/plugins/OwnerEditor.py * src/plugins/ChangeNames.py * src/plugins/AncestorReport.py * src/plugins/MarkerReport.py * src/plugins/DateParserDisplayTest.py * src/plugins/FindDupes.py * src/plugins/SoundGen.py * src/plugins/TestcaseGenerator.py * src/plugins/Rebuild.py * src/plugins/DescendChart.py * src/plugins/EndOfLineReport.py * src/plugins/AncestorChart.py * src/plugins/DetAncestralReport.py * src/plugins/CountAncestors.py * src/plugins/Check.py * src/plugins/EventCmp.py * src/plugins/FamilyGroup.py * src/plugins/RelCalc.py * src/plugins/MediaManager.py * src/plugins/ChangeTypes.py * src/plugins/StatisticsChart.py * src/plugins/FamilyLines.py * src/plugins/PatchNames.py svn: r9953 2008-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/pl.po: 2008-01-28 Łukasz Rymarczyk <yenidai@poczta.onet.pl> * pl.po: Translation update svn: r9952 2008-01-28 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DataViews/FamilyList.py, src/DataViews/GrampletView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RelationView.py, src/PageView.py, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_Plugins.py, src/ScratchPad.py, src/ViewManager.py, src/glade/scratchpad.glade, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/CountAncestors.py, src/plugins/DateParserDisplayTest.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/DumpGenderStats.py, src/plugins/EndOfLineReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/EventNames.py, src/plugins/ExtractCity.py, src/plugins/FamilyGroup.py, src/plugins/FamilyLines.py, src/plugins/FanChart.py, src/plugins/FindDupes.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/Leak.py, src/plugins/MarkerReport.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py, src/plugins/OwnerEditor.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/RelCalc.py, src/plugins/RemoveUnused.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebCal.py: 2008-01-28 Duncan Lithgow <dlithgow@gmail.com> * various: add capitalization fixes according to HIG (plus ellipsis ...) http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.ensvn: r9951 2008-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: 2008-01-28 Jerome Rapinat <romjerome@yahoo.fr> * fr.po: use correct translation for beta svn: r9950 2008-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: svn: r9949 2008-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, data/man/fr/gramps.1.in, data/man/gramps.1.in: 2008-01-28 Jerome Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: updates for -u and -l options * data/man/gramps.1.in: updates for -u options svn: r9948 2008-01-28 Peter Landgren <peter.talken@telia.com> * ChangeLog: Uppdates for -l and -u svn: r9947 2008-01-28 Peter Landgren <peter.talken@telia.com> * data/man/sv/gramps.1.in: Uppdates for -l and -u svn: r9946 2008-01-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py, src/plugins/GVFamilyLines.py: Change the availability of some options in FamilyLines depending on the value of other options. svn: r9945 2008-01-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbManager.py, src/const.py.in: 2008-01-28 Benny Malengier <benny.malengier@gramps-project.org> * src/ArgHandler.py: * src/DbManager.py: * src/const.py.in: run ./autogen !! fix #1445, don't open locked/unrepaired dbs, new option -u to unlock svn: r9944 2008-01-28 Peter Landgren <peter.talken@telia.com> * po/sv.po: Many small updates to make it more consistent svn: r9943 2008-01-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/__init__.py: Remove the use of dbstate for GuiMenuOptions in tools. svn: r9942 2008-01-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py: Fix 0001659: NumberOption fields on report dialogs svn: r9941 2008-01-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: Fix 0001656: New menu item svn: r9940 2008-01-26 Doug Blank <doug.blank@gmail.com> * src/plugins/ImportCSV.py: Two typos svn: r9939 2008-01-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/ExportCSV.py, src/plugins/ImportCSV.py: * src/plugins/ExportCSV.py: * src/plugins/ImportCSV.py: fix international/translation issues 2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9938 2008-01-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/PersonView.py: reverted previous change 2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/PersonView.py (PersonView.write_tabbed_file): svn: r9937 2008-01-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/PersonView.py: 2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/PersonView.py (PersonView.write_tabbed_file): write out translated headers to spreadsheet svn: r9936 2008-01-25 Doug Blank <doug.blank@gmail.com> * src/GrampsDbUtils/_WriteGedcom.py: RelLib -> gen.lib svn: r9935 2008-01-25 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2008-01-25 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/GrampsDbUtils/_WriteGedcom.py (GedcomWriter.__date): applied quality patch (with fixes) from issue #1210 svn: r9934 2008-01-25 Doug Blank <doug.blank@gmail.com> * po/POTFILES.in: added src/Config/_GrampsConfigKeys.py svn: r9933 2008-01-25 Doug Blank <doug.blank@gmail.com> * src/Config/_GrampsConfigKeys.py: missing gettext svn: r9932 2008-01-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/KinshipReport.py: KinshipReport - add the number of people in each category. svn: r9931 2008-01-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportOptions.py: Removed the use of dbstate in report options. svn: r9930 2008-01-25 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/GrampsCfg.py, src/Simple/_SimpleAccess.py, src/plugins/DefaultGramplets.py: 2008-01-24 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/GrampsCfg.py: missing const; added Text tab * src/Config/_GrampsConfigKeys.py: added missing and private text * src/plugins/DefaultGramplets.py: use missing surname text * src/Simple/_SimpleAccess.py: use missing surname text svn: r9929 2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, po/test/po_test.py, src/BaseDoc.py, src/Bookmarks.py, src/DataViews/EventView.py, src/DataViews/GrampletView.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RelationView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/DataViews/__init__.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DbManager.py, src/DbState.py, src/DisplayModels/_PeopleModel.py, src/Editors/_EditAttribute.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditPerson.py, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/MediaObject/__init__.py, src/Filters/Rules/Note/__init__.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Repository/__init__.py, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/__init__.py, src/Filters/SideBar/__init__.py, src/Filters/__init__.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/__init__.py, src/MarkupText.py, src/Navigation.py, src/PluginUtils/_Tool.py, src/QuickReports.py, src/ReportBase/_StyleEditor.py, src/ReportBase/__init__.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectNote.py, src/Simple/__init__.py, src/SubstKeywords.py, src/TreeTips.py, src/ViewManager.py, src/docgen/CSVTab.py, src/docgen/CairoDoc.py, src/docgen/GtkPrint.py, src/docgen/PdfDoc.py, src/gen/__init__.py, src/gen/db/__init__.py, src/gen/db/base.py, src/gen/lib/__init__.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/attrtype.py, src/gen/lib/baseobj.py, src/gen/lib/calendar.py, src/gen/lib/childref.py, src/gen/lib/childreftype.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/lib/familyreltype.py, src/gen/lib/genderstats.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/markertype.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/nametype.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/notetype.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/placebase.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/privsrcnote.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/repotype.py, src/gen/lib/researcher.py, src/gen/lib/secondaryobj.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/srcmediatype.py, src/gen/lib/srcnote.py, src/gen/lib/srcref.py, src/gen/lib/test/date_test.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/gen/lib/urltype.py, src/gen/lib/witness.py, src/gen/proxy/__init__.py, src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/utils/__init__.py, src/plugins/Calendar.py, src/plugins/DefaultGramplets.py, src/test/utils_test.py: 2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com> Removed all the __author__, __revision__ and __version__ statements svn: r9928 2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DataViews/FamilyList.py, src/PageView.py: 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * src/PageView.py: import sgettext instead of gettext * src/DataViews.py: rename Family List View to Families View svn: r9927 2008-01-24 Peter Landgren <peter.talken@telia.com> * ChangeLog: Fix for kinship report svn: r9926 2008-01-24 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: Fix for kinship report svn: r9925 2008-01-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_GuiOptions.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportOptions.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/CustomBookText.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: Refactoring the report system: reports no longer require dbstate. svn: r9924 2008-01-23 Boril Gourinov <boril.gourinov@gmail.com> * po/ChangeLog, po/bg.po: 2008-01-24 Boril Gourinov <boril.gourinov@gmail.com> * bg.po: Translation update svn: r9923 2008-01-23 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/GVFamilyLines.py: * src/plugins/GVFamilyLines.py: Use fallback events e.g. baptism/burial when no birth or death events are available. 2008-01-23 Gary Burton <gary.burton@zen.co.uk> svn: r9922 2008-01-23 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DisplayState.py: 2008-01-23 Gary Burton <gary.burton@zen.co.uk> * src/DisplayState.py: Display the Recent Databases menu only if there are some recently opened databases. svn: r9921 2008-01-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: 2008-01-23 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditPerson.py: remove hide in save method. svn: r9920 2008-01-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_StyleComboBox.py, src/ReportBase/_StyleEditor.py: Modify the style editor to properly handle unicode style names. svn: r9918 2008-01-23 Espen Berg <espenbe@gmail.com> * po/nb.po: Norwegian update - still a lot to do svn: r9917 2008-01-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/CustomBookText.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: More refactoring in the report system. Book report should work again. svn: r9916 2008-01-22 Espen Berg <espenbe@gmail.com> * po/nb.po: Norwegian update svn: r9915 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, po/test/po_test.py, src/BasicUtils/__init__.py, src/GrampsDbUtils/importdbdir.py, src/GrampsLocale/__init__.py, src/ReportBase/_Bibliography.py, src/ReportBase/_Endnotes.py, src/gen/db/dbconst.py, src/gen/lib/test/date_test.py, src/plugins/CalculateEstimatedDates.py, src/test/utils_test.py: 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ReportBase/_Bibliography.py * src/ReportBase/_Endnotes.py * src/GrampsLocale/__init__.py * src/gen/db/dbconst.py * src/gen/lib/test/date_test.py * src/plugins/CalculateEstimatedDates.py * src/BasicUtils/__init__.py * src/test/utils_test.py * src/GrampsDbUtils/importdbdir.py * po/test/po_test.py add filename to $Id: $ to allow automatic filling in of svn properties svn: r9914 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Filters/Rules/Person/_MatchesEventFilter.py: $Id: $ update svn: r9913 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/BaseDoc.py, src/BasicUtils/_UpdateCallback.py, src/Bookmarks.py, src/Config/__init__.py, src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/GrampletView.py, src/DataViews/MediaView.py, src/DataViews/NoteView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RelationView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/DataViews/__init__.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DateHandler/_DateUtils.py, src/DateHandler/_Date_nb.py, src/DateHandler/_Date_pt.py, src/DateHandler/_Date_sk.py, src/DateHandler/__init__.py, src/DisplayModels/_PeopleModel.py, src/DisplayTabs/_NoteBackRefList.py, src/DisplayTabs/_PersonBackRefList.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_ShowResults.py, src/FilterEditor/__init__.py, src/Filters/Rules/Event/_MatchesPersonFilter.py, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/_AllFamilies.py, src/Filters/Rules/Family/_ChildHasIdOf.py, src/Filters/Rules/Family/_ChildHasNameOf.py, src/Filters/Rules/Family/_FamilyPrivate.py, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_FatherHasNameOf.py, src/Filters/Rules/Family/_HasAttribute.py, src/Filters/Rules/Family/_HasEvent.py, src/Filters/Rules/Family/_HasIdOf.py, src/Filters/Rules/Family/_HasMarkerOf.py, src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Family/_HasNoteRegexp.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Family/_MatchesFilter.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_MotherHasNameOf.py, src/Filters/Rules/Family/_RegExpIdOf.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/MediaObject/__init__.py, src/Filters/Rules/Note/_AllNotes.py, src/Filters/Rules/Note/_HasIdOf.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Note/_HasNoteRegexp.py, src/Filters/Rules/Note/_MatchesFilter.py, src/Filters/Rules/Note/_NotePrivate.py, src/Filters/Rules/Note/_RegExpIdOf.py, src/Filters/Rules/Note/__init__.py, src/Filters/Rules/Person/_HasMarkerOf.py, src/Filters/Rules/Person/_HasNoteRegexp.py, src/Filters/Rules/Person/_MatchIdOf.py, src/Filters/Rules/Person/_RegExpIdOf.py, src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/Rules/Place/_MatchesEventFilter.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Repository/__init__.py, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_HasMarkerBase.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/Rules/_RegExpIdBase.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/__init__.py, src/MarkupText.py, src/Merge/_MergeSource.py, src/Merge/__init__.py, src/Navigation.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/QuickReports.py, src/ReportBase/_StyleEditor.py, src/ReportBase/__init__.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectNote.py, src/Simple/__init__.py, src/SubstKeywords.py, src/TreeTips.py, src/UndoHistory.py, src/date_test.py, src/docgen/CairoDoc.py, src/docgen/GtkPrint.py, src/docgen/PdfDoc.py, src/docgen/TextBufDoc.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/lib/__init__.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attrbase.py, src/gen/lib/attribute.py, src/gen/lib/attrtype.py, src/gen/lib/baseobj.py, src/gen/lib/calendar.py, src/gen/lib/childref.py, src/gen/lib/childreftype.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/lib/familyreltype.py, src/gen/lib/genderstats.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/markertype.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/nametype.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/notetype.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/placebase.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/privsrcnote.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/repotype.py, src/gen/lib/researcher.py, src/gen/lib/secondaryobj.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/srcmediatype.py, src/gen/lib/srcnote.py, src/gen/lib/srcref.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/gen/lib/urltype.py, src/gen/lib/witness.py, src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/proxy/proxybase.py, src/gen/utils/dbutils.py, src/glade/Makefile.am, src/plugins/Calendar.py, src/plugins/DateParserDisplayTest.py, src/plugins/EventNames.py, src/plugins/ExtractCity.py, src/plugins/lineage.py, src/plugins/rel_nl.py: 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * src/* Everything but src/images/* and src/data/* add correct svn properties with the commands: svn propset -R svn:mime-type text/plain src/ svn propset -R svn:eol-style native src/ svn propset -R svn:keywords Id src/ See below why the Id keyword is enough. From svn help propset svn:keywords - Keywords to be expanded. Valid keywords are: URL, HeadURL - The URL for the head version of the object. Author, LastChangedBy - The last person to modify the file. Date, LastChangedDate - The date/time the object was last modified. Rev, Revision, - The last revision the object changed. LastChangedRevision Id - A compressed summary of the previous 4 keywords. svn: r9912 2008-01-22 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ExportAssistant.py: * src/ExportAssistant.py: part 3 of bug #1584 2008-01-22 Benny Malengier <benny.malengier@gramps-project.org> svn: r9911 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ManagedWindow.py: test for svn propchanges svn: r9910 2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ViewManager.py: test for svn propchanges svn: r9909 2008-01-22 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: 2008-01-22 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditPerson.py: callback for gallerytab no longer needed svn: r9908 2008-01-21 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DbLoader.py: 2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DbLoader.py: added import gobject svn: r9906 2008-01-21 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/AutoComp.py, src/ColumnOrder.py, src/DbLoader.py, src/DdTargets.py, src/DisplayTabs/_GalleryTab.py, src/ExportOptions.py, src/FilterEditor/_ShowResults.py, src/Filters/_FilterMenu.py, src/GrampsCfg.py, src/GrampsWidgets.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_PersonFilterFrame.py, src/PluginUtils/_PluginWindows.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_TextFormatComboBox.py, src/UndoHistory.py, src/plugins/PatchNames.py, src/plugins/RemoveUnused.py, src/plugins/Verify.py, src/plugins/WebCal.py: 2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/FilterEditor/_ShowResults.py * src/GrampsCfg.py * src/ReportBase/_StyleComboBox.py * src/ReportBase/_PaperMenu.py * src/ReportBase/_BookFormatComboBox.py * src/ReportBase/_DrawFormatComboBox.py * src/ReportBase/_GraphvizReportDialog.py * src/ReportBase/_TextFormatComboBox.py * src/DisplayTabs/_GalleryTab.py * src/ColumnOrder.py * src/plugins/WebCal.py * src/plugins/RemoveUnused.py * src/plugins/Verify.py * src/plugins/PatchNames.py * src/ObjectSelector/_FamilyFilterFrame.py * src/ObjectSelector/_PersonFilterFrame.py * src/GrampsWidgets.py * src/ExportOptions.py * src/DdTargets.py * src/AutoComp.py * src/UndoHistory.py * src/PluginUtils/_PluginWindows.py * src/DbLoader.py * src/Filters/_FilterMenu.py pylint fixes + init gtk.ListStore() with gobject.TYPE_BOOLEAN types instead of str, int, bool etc + Documentation fixes svn: r9905 2008-01-21 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DbManager.py: 2008-01-21 Gary Burton <gary.burton@zen.co.uk> * src/DbManager.py: Localise revision last modification dates so that they are presented the same as database last modification dates. svn: r9904 2008-01-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ExportAssistant.py: * part 2 of workaround around bug http://bugzilla.gnome.org/show_bug.cgi?id=56070, make forward button accept click after it becomes sensitive. 2008-01-21 Benny Malengier <benny.malengier@gramps-project.org> svn: r9903 2008-01-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/Check.py: 2008-01-21 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/Check.py: bug (buglist) wrong method call svn: r9902 2008-01-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/SvgDrawDoc.py: 0001321: Ancester Graph SVG Export dosn't show text svn: r9899 2008-01-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Mime/_WinMime.py: 0001483: Cannot display media files within GRAMPS (running on MS Vista) svn: r9898 2008-01-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/plugins/Makefile.am: Remove FamilyLines and GraphVis.py from distribution and translation. svn: r9897 2008-01-20 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: added missing newlines svn: r9896 2008-01-19 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DbManager.py, src/GrampsDbUtils/_ReadXML.py: 2008-01-19 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_ReadXML.py: Remove print debugging statements 2008-01-19 Gary Burton <gary.burton@zen.co.uk> * src/DbManager.py: Fix date regular expression used to find rcs revisions also found in Bug #1622 2008-01-19 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DbManager.py: Test for missing path. Bug #1622 svn: r9895 2008-01-19 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Minor translation update. svn: r9894 2008-01-19 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/ImportCSV.py: 2008-01-18 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/ImportCSV.py (cleanup_column_name): use given, givenname as aliases for firstname; give better warning for missing data on row svn: r9893 2008-01-18 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, po/nl.po: new nl translation svn: r9891 2008-01-18 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: typo svn: r9890 2008-01-18 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/plugins/FamilyGroup.py: typo svn: r9889 2008-01-18 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, po/gramps.pot: new gramps.pot file svn: r9888 2008-01-18 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Simple/_SimpleAccess.py, src/const.py.in, src/plugins/DefaultGramplets.py, src/plugins/SameSurnames.py: 2008-01-18 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGramplets.py (SurnameCloudGramplet.main): use const.NO_SURNAME to display blank entries * src/plugins/SameSurnames.py (SameSurname): exact match surnames * src/Simple/_SimpleAccess.py (SimpleAccess.surname): surname() returns const.NO_SURNAME when left blank * src/const.py.in: new NO_SURNAME constant; RERUN ./autogen.sh ! svn: r9887 2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/FilterEditor/_EditRule.py, src/FilterEditor/_ShowResults.py, src/Filters/_FilterComboBox.py, src/Filters/_FilterList.py, src/Filters/_FilterMenu.py, src/Filters/_FilterParser.py, src/Filters/_FilterStore.py, src/Filters/_GenericFilter.py, src/Filters/_ParamFilter.py, src/Filters/_SearchBar.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/PageView.py, src/Selectors/_BaseSelector.py, src/plugins/ChangeNames.py, src/plugins/ExtractCity.py, src/plugins/FamilyLines.py, src/plugins/GraphViz.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py: 2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/FilterEditor/_EditRule.py * src/FilterEditor/_ShowResults.py * src/plugins/ExtractCity.py * src/plugins/NarrativeWeb.py * src/plugins/ChangeNames.py * src/plugins/GraphViz.py * src/plugins/MediaManager.py * src/plugins/FamilyLines.py * src/Selectors/_BaseSelector.py * src/ObjectSelector/_ObjectSelectorWindow.py * src/ObjectSelector/_FamilyFilterFrame.py * src/ObjectSelector/_PersonFilterFrame.py * src/PageView.py * src/Filters/_FilterMenu.py * src/Filters/_SearchBar.py * src/Filters/_FilterComboBox.py * src/Filters/_FilterList.py * src/Filters/_FilterParser.py * src/Filters/_FilterStore.py * src/Filters/_GenericFilter.py * src/Filters/_ParamFilter.py pylint fixes + init gtk.ListStore() with gobject.TYPE_BOOLEAN types etc svn: r9886 2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DisplayModels/_NoteModel.py, src/Filters/Rules/Event/_HasNoteRegexp.py, src/Filters/Rules/Event/_MatchesPersonFilter.py, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Family/_HasNoteRegexp.py, src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py, src/Filters/Rules/Person/_MatchesEventFilter.py, src/Filters/Rules/Place/_MatchesEventFilter.py, src/Filters/Rules/_HasTextMatchingRegexpOf.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/GrampsDbUtils/_GrampsBSDDB.py, src/gen/db/dbdir.py, src/plugins/ChangeNames.py: 2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com> * src/gen/db/dbdir.py * src/plugins/ChangeNames.py * src/DisplayModels/_NoteModel.py * src/GrampsDbUtils/_GrampsBSDDB.py * src/Filters/SideBar/_MediaSidebarFilter.py * src/Filters/SideBar/_SidebarFilter.py * src/Filters/SideBar/_SourceSidebarFilter.py * src/Filters/SideBar/_EventSidebarFilter.py * src/Filters/SideBar/_FamilySidebarFilter.py * src/Filters/SideBar/_PlaceSidebarFilter.py * src/Filters/SideBar/_NoteSidebarFilter.py * src/Filters/SideBar/_RepoSidebarFilter.py * src/Filters/SideBar/_PersonSidebarFilter.py * src/Filters/Rules/Family/_HasNoteRegexp.py * src/Filters/Rules/Event/_MatchesSourceFilter.py * src/Filters/Rules/Event/_HasNoteRegexp.py * src/Filters/Rules/Event/_MatchesPersonFilter.py * src/Filters/Rules/_HasTextMatchingRegexpOf.py * src/Filters/Rules/Place/_MatchesEventFilter.py * src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py * src/Filters/Rules/Person/_MatchesEventFilter.py Pylint fixes. svn: r9885 2008-01-18 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: 2008-01-18 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGramplets.py (SurnameCloudGramplet.main): moved cursor to beginning of text * src/DataViews/GrampletView.py (Gramplet.append_text): new scroll_to="begin" to go to start of text area svn: r9884 2008-01-18 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, data/man/gramps.1.in: 2008-01-18 Jerome Rapinat <romjerome@yahoo.fr> * data/man/gramps.1.in: add missing -l option svn: r9883 2008-01-18 Peter Landgren <peter.talken@telia.com> * ChangeLog: Help via -h and --help gives same info svn: r9882 2008-01-18 Peter Landgren <peter.talken@telia.com> * src/const.py.in: Help via -h and --help gives same info svn: r9881 2008-01-18 Benny Malengier <benny.malengier@gramps-project.org> * src/ExportAssistant.py: add missing assinment of forward button svn: r9880 2008-01-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ExportAssistant.py: * src/ExportAssistant.py: workaround around bug http://bugzilla.gnome.org/show_bug.cgi?id=56070 as indicated on Ubuntu launchpad, make forward button accept click after it becomes sensitive. 2008-01-18 Benny Malengier <benny.malengier@gramps-project.org> svn: r9879 2008-01-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditChildRef.py, src/glade/gramps.glade: 2008-01-18 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditChildRef.py: remove debug print statements * src/glade/gramps.glade: wrong visible setting in child ref widget svn: r9878 2008-01-18 Peter Landgren <peter.talken@telia.com> * po/sv.po: Normal update svn: r9877 2008-01-18 Peter Landgren <peter.talken@telia.com> * po/POTFILES.in: Fix GuiOptions.py to _GuiOptions.py svn: r9876 2008-01-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_IsBookmarked.py, src/Filters/Rules/Family/__init__.py, src/PluginUtils/Makefile.am, src/PluginUtils/_GuiOptions.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportOptions.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: Refactoring the report system. Decouple MenuOptions from the code that displays them. (Book Report is broken and needs to be fixed.) svn: r9875 2008-01-18 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/GrampletView.py, src/plugins/DefaultGramplets.py: 2008-01-17 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/GrampletView.py (Gramplet.link): added size, tooltip to links * src/plugins/DefaultGramplets.py: added SurnameCloudGramplet svn: r9874 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditChildRef.py, src/Editors/_EditFamily.py, src/Editors/_EditNote.py, src/glade/gramps.glade: 2008-01-18 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditNote.py: focus on text field on start * src/Editors/_EditChildRef.py: add usability: name of child, edit btn * src/Editors/_EditFamily.py: grab Errors.WindowActiveError * src/glade/gramps.glade: add usability to childref, see #1462 svn: r9873 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditChildRef.py, src/Editors/_EditFamily.py: 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditChildRef.py: set focus on OK button for quick work * src/Editors/_EditFamily.py: double click on child, adding child choosing existing child, brings up child ref editor, #1462 svn: r9872 2008-01-17 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: minor translation update svn: r9871 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/RelationView.py: * src/DataViews/RelationView.py: shorter toolbar strings, #1553 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> svn: r9870 2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ScratchPad.py, src/Utils.py: 2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ScratchPad.py: remove tooltip for events as it crashes. * src/Utils.py: cleanup svn: r9869 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/WriteCD.py: 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/WriteCD.py: check if gnome is the desktop, #1599 svn: r9868 2008-01-17 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: Translation svn: r9867 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/glade/gramps.glade: * src/glade/gramps.glade: wrong visible setting in some editors, #1612 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> svn: r9866 2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py: 2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ArgHandler.py: 0001588: -a summary does nothing svn: r9865 2008-01-17 James G Sack <jgsack@san.rr.com> * ChangeLog, src/plugins/NarrativeWeb.py: fix typo/parens causing exception svn: r9864 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/RelationView.py: * src/DataViews/_RelationView.py: isue #1605, not twice in same family 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> svn: r9863 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/PersonView.py: 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/PersonView.py: issue 1451, double click to expand nodes svn: r9861 2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: 2008-01-13 Jerome Rapinat <romjerome@yahoo.fr> * src/plugins/NarrativeWeb.py: make Filter translatable 0001490: Cannot translate few 'filter' labels svn: r9860 2008-01-17 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, configure.in, debian/changelog, debian/rules: fix version number, don't create .deb for help svn: r9859 2008-01-17 Stéphane Charette <stephanecharette@gmail.com> * configure.in: dev version number for 2.90.0 svn: r9857 2008-01-17 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, configure.in: 2.90.0 beta svn: r9856 2008-01-16 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py, src/ExportAssistant.py, src/ExportOptions.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/WriteCD.py, src/plugins/WriteGeneWeb.py, src/plugins/csvexport.glade, src/plugins/genewebexport.glade, src/plugins/vcalendarexport.glade, src/plugins/vcardexport.glade, src/plugins/writeftree.glade: 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/WriteCD.py * src/plugins/vcardexport.glade * src/plugins/ExportVCard.py * src/plugins/writeftree.glade * src/plugins/ExportCSV.py * src/plugins/csvexport.glade * src/plugins/vcalendarexport.glade * src/plugins/ExportVCalendar.py * src/plugins/genewebexport.glade * src/plugins/WriteGeneWeb.py * src/ExportAssistant.py * src/ExportOptions.py * src/ArgHandler.py work on mnemonics for export dialogues and doc string fixes svn: r9855 2008-01-16 Benny Malengier <benny.malengier@gramps-project.org> * src/ArgHandler.py: add l arg to help svn: r9854 2008-01-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/const.py.in: 2008-01-16 Benny Malengier <benny.malengier@gramps-project.org> * src/ArgHandler.py: don't crash arghandler on wrong input #1592 * src/const.py.in: Add -h and --help so those work for non gnome users svn: r9853 2008-01-16 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, configure.in, data/man/nl/Makefile.am: 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * data/man/nl/Makefile.am: added doc * configure.in: added sv for swedish makefile svn: r9852 2008-01-16 Doug Blank <doug.blank@gmail.com> * ChangeLog, data/Makefile.am, po/POTFILES.in, po/POTFILES.skip, src/Simple/_SimpleTable.py: 2008-01-16 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Simple/_SimpleTable.py: added gettext * data/Makefile.am: added schema files * po/POTFILES.skip: some files not in POTFILES.in * po/POTFILES.in: added some missing files svn: r9851 2008-01-16 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, data/man/Makefile.am: add nl man pages svn: r9850 2008-01-16 Erik De Richter <erikdrgm@users.sourceforge.net> * data/man/nl/Makefile.am, data/man/nl/gramps.1.in: add nl man pages svn: r9849 2008-01-16 Erik De Richter <erikdrgm@users.sourceforge.net> * configure.in: add nl man pages svn: r9848 2008-01-16 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/images/Makefile.am: 2008-01-16 Jerome Rapinat <romjerome@yahoo.fr> * src/images/Makefile.am: add missing reference for gramps-import.png svn: r9847 2008-01-16 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Makefile.am: 2008-01-16 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/Makefile.am (pkgdata_PYTHON): missing backslash svn: r9846 2008-01-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/PersonView.py, src/PageView.py: * src/DataViews/PersonView.py, * src/PageView.py: Use save instead of open in the csv export file chooser svn: r9845 2008-01-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/Mime/_PythonMime.py: * src/Mime/_PythonMime.py: Avoid crash on Windows if the mime type for a folder is to be determined svn: r9844 2008-01-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/plugins/DateParserDisplayTest.py: * src/plugins/DateParserDisplayTest.py: Use Tool.ToolOptions instead of None as options_class to make it no longer crash svn: r9843 2008-01-16 Peter Landgren <peter.talken@telia.com> * po/sv.po: Beta update svn: r9842 2008-01-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditMediaRef.py: * src/Editors/_EditMediaRef.py: * src/DisplayTabs/_GalleryTab.py: Finish changes caused by Addmedia not touching database anymore, #1610 2008-01-16 Benny Malengier <benny.malengier@gramps-project.org> svn: r9841 2008-01-16 Erik De Richter <erikdrgm@users.sourceforge.net> * : nl dir for man pages svn: r9840 2008-01-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GrampsDbWriteXML.py: 2008-01-16 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsDbUtils/_GrampsDbWriteXML.py: import gzip only once svn: r9838 2008-01-16 Peter Landgren <peter.talken@telia.com> * ChangeLog: Swedish man page added svn: r9837 2008-01-16 Peter Landgren <peter.talken@telia.com> * data/man/fr/gramps.1.in: Fixed French man page back svn: r9836 2008-01-16 Peter Landgren <peter.talken@telia.com> * data/man/Makefile.am: Update for Swedish man page svn: r9835 2008-01-16 Peter Landgren <peter.talken@telia.com> * data/man/sv/Makefile.am: Swedish man page svn: r9834 2008-01-16 Peter Landgren <peter.talken@telia.com> * data/man/sv/gramps.1.in: Swedish man page svn: r9833 2008-01-16 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/docgen/Makefile.am: 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * src/docgen/Makefile.am: added line to copy gtkprintpreview.glade on distcheck. svn: r9832 2008-01-16 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Simple/_SimpleAccess.py, src/Simple/_SimpleTable.py, src/plugins/OnThisDay.py, src/plugins/SameSurnames.py, src/plugins/siblings.py: * src/plugins/OnThisDay.py: date sortable * src/plugins/SameSurnames.py: date sortable * src/plugins/siblings.py: date sortable * src/Simple/_SimpleAccess.py: simple method to get date_obj * src/Simple/_SimpleTable.py: manual override of link_col; removed call to quick_reports (could have been recursive) 2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9831 2008-01-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/plugins/CalculateEstimatedDates.py: 2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/PluginUtils/_Tool.py (Tool.__init__): pass in dbstate * src/PluginUtils/__init__.py (MenuToolOptions.__init__): pass in dbstate * src/plugins/Calendar.py (CalendarOptions.add_menu_options): standard defaults svn: r9830 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * : add sv dir svn: r9829 2008-01-15 Peter Landgren <peter.talken@telia.com> * data/man/fr/gramps.1.in: New Swedish man page svn: r9827 2008-01-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/SameSurnames.py: 2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/SameSurnames.py (IncompleteSurname.apply): can bring up people with empty surname * src/plugins/ImportCSV.py (CSVParser.process): fixed csv import with no surname (bug #1603) svn: r9826 2008-01-15 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGramplets.py: empty name appears as (blank) svn: r9825 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/FilterEditor/_ShowResults.py: 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * src/FilterEditor/_ShowResults.py: allow notes to be filtered 0001607: Unreferenced filter test svn: r9824 2008-01-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/ImportCSV.py: * src/plugins/ImportCSV.py (CSVParser.process): fixed csv import with no surname (bug #1603) 2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9823 2008-01-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/DefaultGramplets.py: 2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGramplets.py (TopSurnamesGramplet.main): make clicking on data easier by clicking on entire line (bug #1594) svn: r9822 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ViewManager.py, src/const.py.in: 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * src/const.py.in: added constants for help pages * src/ViewManager.py: support for help pages called from menu 0001606: Help menu items not functioning svn: r9821 2008-01-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/SameSurnames.py: 2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/SameSurnames.py (run): change description to just surname, not entire person (bug #1595) svn: r9820 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * COPYING-DOCS, ChangeLog, Makefile.am, README, data/man/Makefile.am, help/C/gramps.xml, help/COPYING-DOCS, help/ChangeLog, help/Makefile.am, help/README-DOCS, help/de/de.po, help/fr/fr.po, help/gramps.omf.in, help/gramps.pot, help/nb/nb.po, help/nl/nl.po, help/ru/ru.po, help/sk/sk.po: In .: 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * man/Makefile.am: Swedish removed again so it builds again * removed help files of version 2.x, only wiki manual now! * COPYING-DOCS -> help/COPYING-DOCS : refers to old doc, moved * Makefile.am: removed help subdir, and COPYING-DOCS The idea should be that should we add documentation again, it is done in the help dir with separate source packages too for translations In help: 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * Removed 2.2 manual, at the moment no manual of gramps is kept in SVN, it can only be found on the wiki. * help/gramps.omf.in: removed * help/gramps.pot: removed * help/Makefile.am: removed svn: r9819 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ExportAssistant.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_WriteXML.py, src/GrampsDbUtils/__init__.py, src/gen/db/exceptions.py: * src/gen/db/exceptions.py: wrong exception def, bug #1593 * src/GrampsDbUtils/_WriteXML.py: correctly catch the exception * src/GrampsDbUtils/_GrampsDbWriteXML.py: remove double def of xml export * src/GrampsDbUtils/_GrampsDbWRFactories.py: remove write backend factory * src/ExportAssistant.py: on fail, do not set success = True * src/GrampsDbUtils/__init__.py: don't export unused stuff 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> svn: r9818 2008-01-15 Peter Landgren <peter.talken@telia.com> * ChangeLog: Updates for man/sv/gramps.1.in svn: r9817 2008-01-15 Peter Landgren <peter.talken@telia.com> * data/man/gramps.1.in: Typo fixed ( or or ) svn: r9816 2008-01-15 Peter Landgren <peter.talken@telia.com> * data/man/Makefile.am: sv added svn: r9815 2008-01-15 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/POTFILES.in, po/fr.po, src/plugins/Makefile.am: 2008-01-15 Jerome Rapinat <romjerome@yahoo.fr> * POTFILE.in : add missing plugins/References.py * fr.po: Translation update svn: r9814 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ArgHandler.py: 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * src/ArgHandler.py: on autoload, do some extra checks first. svn: r9813 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/PluginUtils/_PluginMgr.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py: 2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com> * src/GrampsDbUtils/_GrampsDbWriteXML.py * src/GrampsDbUtils/_WriteGedcom.py * src/plugins/ExportCSV.py * src/plugins/ExportVCalendar.py * src/plugins/ExportVCard.py * src/plugins/WriteCD.py * src/plugins/WriteFtree.py * src/plugins/WriteGeneWeb.py * src/plugins/WritePkg.py * src/PluginUtils/_PluginMgr.py: pylint fixes pylint fixes and work on 0001597 svn: r9812 2008-01-14 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog: fixed date for last commit svn: r9811 2008-01-14 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DbLoader.py, src/plugins/ImportCSV.py: 2008-01-13 Raphael Ackermann <raphael.ackermann@gmail.com> * src/DbLoader.py: typo * src/plugins/ImportCSV.py: register text/csv as another mime type for csv 0001410: Import auto-detect doesn't recognize csv * Changelog: fix format. Single tab before source files line, double space between date and name. svn: r9810 2008-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, data/man/fr/gramps.1.in: 2008-01-14 Jerome Rapinat <romjerome@yahoo.fr> * data/man/fr/gramps.1.in: new man file svn: r9809 2008-01-14 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, data/man/gramps.1.in: 2008-01-12 Cedric Scott <cedric@not2.be> Benny Malengier <benny.malengier@gramps-project.org> * data/man/gramps.1.in: new man file svn: r9808 2008-01-14 Peter Landgren <peter.talken@telia.com> * ChangeLog: Fix in ISO-date if only year svn: r9807 2008-01-14 Peter Landgren <peter.talken@telia.com> * src/DateHandler/_DateDisplay.py: Fix in ISO-date if only year svn: r9806 2008-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/de.po: 2008-01-14 Mirko Leonhaeuser <mirko@leonhaeuser.de> * de.po: Translation update svn: r9802 2008-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * FAQ: svn: r9801 2008-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, Makefile.am, configure.in: 2008-01-13 Jerome Rapinat <romjerome@yahoo.fr> * Makefile.am * configure.in: remove gramps.spec references svn: r9800 2008-01-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py: Code cleanup in _MenuOptions.py svn: r9799 2008-01-13 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/ManagedWindow.py: 2008-01-13 Gary Burton <gary.burton@zen.co.uk> * src/ManagedWindow.py: Revert last change. svn: r9798 2008-01-13 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, FAQ, gramps.spec.in: 2008-01-13 Jerome Rapinat <romjerome@yahoo.fr> * gramps.spec.in: remove file * FAQ: update file (wiki data) #1457 svn: r9797 2008-01-13 Serge Noiraud <Serge.Noiraud@free.fr> * src/DataViews/Makefile.am: Removing GoogleView. forgot the Makefile. svn: r9796 2008-01-13 Serge Noiraud <Serge.Noiraud@free.fr> * src/DataViews/GoogleView.py, src/DataViews/__init__.py: Removing GoogleView. Need some more work to be gnome independant. svn: r9795 2008-01-13 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py, src/gramps_main.py: 2008-01-13 Raphael Ackermann <raphael.ackermann@gmail.com> * src/gramps_main.py: Add dots to list of things in Betawarning to make it consistent * src/GrampsLogger/_ErrorReportAssistant.py: Disable sending emails to the bug list and add button to file bug report on gramps issue tracker svn: r9794 2008-01-13 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po, po/hr.po: 2008-01-13 Josip <josip@pisoj.com> * hr.po: Translation update 2008-01-07 Jerome Rapinat <romjerome@yahoo.fr> * fr.po: Translation update svn: r9792 2008-01-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/gramps_main.py: Enable the beta warning on startup. svn: r9790 2008-01-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GVHourGlass.py: Clean up PyLint warnings in GVHourGlass.py. svn: r9789 2008-01-13 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, INSTALL, README, src/GrampsDisplay.py, src/gramps.py: 2008-01-12 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsDisplay.py: open url in standard way * src/gramps.py: add comment on use of import gnome * README: * INSTALL: Remove need for gconf, add need for xdg utilities svn: r9788 2008-01-12 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Config/__init__.py: 2008-01-12 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Config/__init__.py: revert wrong indentation changes svn: r9787 2008-01-12 Peter Landgren <peter.talken@telia.com> * po/sv.po: Some minor updates svn: r9786 2008-01-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDisplay.py, src/const.py.in: 2008-01-12 Benny Malengier <benny.malengier@gramps-project.org> * src/const.py.in: new manual constant keys * src/GrampsDisplay.py: show wiki manual, allow webpage and section to be passed RERUN ./autogen.sh svn: r9785 2008-01-12 Peter Landgren <peter.talken@telia.com> * src/ViewManager.py: fix in ViewManager for bug 1580 svn: r9784 2008-01-12 Peter Landgren <peter.talken@telia.com> * ChangeLog: fix in ViewManager for bug 1580 svn: r9783 2008-01-12 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportOptions.py, src/plugins/GVFamilyLines.py, src/plugins/GVRelGraph.py: remember metric & custom paper size, issue #1481 svn: r9782 2008-01-12 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/ReportBase/_BareReportDialog.py, src/plugins/GVFamilyLines.py: more report changes svn: r9781 2008-01-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/glade/gramps.glade: 2008-01-11 Benny Malengier <benny.malengier@gramps-project.org> * src/glade/gramps.glade: add alt key combo's for buttons svn: r9780 2008-01-11 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/GrampsDbUtils/_GrampsBSDDB.py, src/ReportBase/_ReportUtils.py, src/gen/db/dbdir.py, src/plugins/AncestorChart.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/DescendChart.py, src/plugins/FamilyLines.py: 2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com> * src/gen/db/dbdir.py: add doc, remove unused variable * src/GrampsDbUtils/_GrampsBSDDB.py: : add doc, remove unused variable * src/plugins/AncestorChart.py: cleanup unused vars * src/plugins/Calendar.py: typo in doc * src/plugins/ChangeNames.py: cleanup unused vars * src/plugins/DescendChart.py: cleanup unused vars * src/plugins/FamilyLines.py: cleanup unused vars * src/ReportBase/_ReportUtils.py: fix typo in variable Name svn: r9779 2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DataViews/PersonView.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_ShowResults.py, src/MarkupText.py, src/PageView.py, src/ViewManager.py: 2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com> * src/MarkupText.py: in _hex_to_color removed dupe assignment to color * src/PageView.py: doc typo and delete unused statements in filter_toggle * src/ViewManager.py: fix typo in doc * src/DataViews/PersonView.py: delete unused statements in filter_toggle * src/FilterEditor/_EditRule.py: fix wrong $Id name * src/FilterEditor/_ShowResults.py: fix wrong $Id name svn: r9778 2008-01-10 Erik De Richter <erikdrgm@users.sourceforge.net> * ChangeLog, src/GrampsCfg.py, src/plugins/ReorderIds.py: add note reordering svn: r9777 2008-01-10 Peter Landgren <peter.talken@telia.com> * src/RecentFiles.py: Fix in rename_filename svn: r9776 2008-01-10 Peter Landgren <peter.talken@telia.com> * ChangeLog: Update RecentFiles.py svn: r9775 2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ObjectSelector/_ObjectSelectorWindow.py: 2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ObjectSelector/_ObjectSelectorWindow.py: fix indentation error introduced through a previous patch svn: r9774 2008-01-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/CairoDoc.py: 0001541: Box size too small - Descendant Chart svn: r9773 2008-01-09 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/ManagedWindow.py: 2008-01-09 Gary Burton <gary.burton@zen.co.uk> * src/ManagedWindow.py: Close window only if it is already open. Possible fix for bug #1510 svn: r9772 2008-01-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbManager.py: 2008-01-08 Benny Malengier <benny.malengier@gramps-project.org> Peter Landgren <peter.talken2telia.com> * src/DbManager.py: rename check, issue 1562, 1569 svn: r9771 2008-01-09 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DataViews/NoteView.py, src/DisplayModels/_NoteModel.py, src/Selectors/_SelectNote.py, src/gen/db/base.py: * src/DisplayModels/_NoteModel.py: * src/Selectors/_SelectNote.py: * src/DisplayViews/NoteView.py: * src/gen/db/base.py: Change the order of columns on Note View and Select Note dialog. Also fixed a crash. Bug #1529 2008-01-09 Gary Burton <gary.burton@zen.co.uk> svn: r9770 2008-01-09 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DisplayModels/_BaseModel.py: * src/DisplayModels/_BaseModel.py: add self.db to match function 2008-01-09 Gary Burton <gary.burton@zen.co.uk> svn: r9769 2008-01-09 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DataViews/__init__.py: 2008-01-09 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/__init__.py: remove message regarding malformed dataviews svn: r9768 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/GrampsDbUtils/test/GR_test.py, src/GrampsDbUtils/test/_GedcomChar_test.py, src/GrampsDbUtils/test/_GrampsDbWRFactories_test.py, src/ObjectSelector/_FamilyFilterFrame.py, src/gen/utils/callback.py, src/test/ansel_utf8_test.py, src/test/gramps_cli_test.py, src/test/test/gedread_util_test.py, src/test/test/test_util_test.py, src/test/test_util.py: 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> From PEP8 Always use 'self' for the first argument to instance methods. svn: r9767 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/ExportVCard.py: 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/ExportVCard.py: in write_person use b_date instead of date svn: r9766 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * src/docgen/OpenSpreadSheet.py: fixed previously changed import svn: r9765 2008-01-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GrampsBSDDB.py: 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * src/GrampsDbUtils/_GrampsBSDDB.py: wrong const import svn: r9764 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ObjectSelector/_FilterFrameBase.py: 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * src/ObjectSelector/_FilterFrameBase.py: indentation and tabs/spaces fix svn: r9763 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/ArgHandler.py, src/ViewManager.py, src/gen/proxy/filter.py: 2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> svn: r9760 2008-01-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py: 0001539: Tab order incorrect - Statistics Chart configuration svn: r9759 2008-01-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: 0001515: GraphViz reports don't register page margins on report_options.xml svn: r9758 2008-01-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart.py, src/plugins/DescendChart.py: 0001228: Descendent Chart doesn't respect the margin svn: r9757 2008-01-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py: 0001554: Select Place search svn: r9756 2008-01-08 James G Sack <jgsack@san.rr.com> * ChangeLog, src/gen/utils/test/callback_test.py: add comment about int4entional undefined function svn: r9755 2008-01-08 Raphael Ackermann <raphael.ackermann@gmail.com> * src/docgen/OpenSpreadSheet.py: tabs and spaces fix svn: r9754 2008-01-08 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ArgHandler.py: 2008-01-08 Benny Malengier <benny.malengier@gramps-project.org> * src/ArgHandler.py: bug with tarfile exceptions svn: r9753 2008-01-08 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditFamily.py, src/plugins/FindDupes.py: 2008-01-08 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditFamily.py: import fixes * src/plugins/FindDupes.py: variable typo fix 0001428: In EditFamily: NameError svn: r9752 2008-01-08 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py: 2008-01-08 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayTabs/_BackRefList.py: don't do sel change when dirty svn: r9751 2008-01-08 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/Editors/_EditFamily.py: 2008-01-08 Raphael Ackermann <raphael.ackermann@gmail.com> * src/Editors/_EditFamily.py: 0001428: In EditFamily: NameError. changed db -> self.db svn: r9749 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Bookmarks.py: Raphael Ackermann <raphael.ackermann@gmail.com> * src/Bookmarks.py: bookmark dup warning, bug 1346 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> svn: r9748 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbManager.py: * src/DbManager.py: bug with creation/rename 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> svn: r9747 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> * src/images/scalable/gramps-gramplet.svg: svg cleanup svn: r9746 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/GrampletView.py, src/gramps_main.py, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-gramplet.svg: 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/GrampletView.py: * src/gramps_main.py: * src/images/48x48/gramps-gramplet.png: * src/images/scalable/gramps-gramplet.svg: * src/images/48x48/Makefile.am: * src/images/scalable/Makefile.am: start of gramplet icon 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com svn: r9745 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/DataViews/PersonView.py, src/PageView.py, src/gramps.py, src/plugins/EventCmp.py: 2008-07-07 Raphael Ackermann <raphael.ackermann@gmail.com * src/DataViews/PersonView.py: removed unused import * src/plugins/EventCmp.py: fixed error introduced with previous change * src/gramps.py: removed unused import * src/PageView.py: removed unused import svn: r9744 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/EventCmp.py: * src/plugins/EventCmp.py: clean up imports and fix pylint error 0001496: in EventCmp.py: E:198:fix: Using variable 'l' before assignment 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com svn: r9743 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/plugins/CmdRef.py: 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com * src/plugins/CmdRef.py: clean up unused and broken imports and vars 0001494: unresolved import WebPage in CmdRef.py svn: r9742 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog: fixed Changelog entry svn: r9739 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com> * ChangeLog, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py: 2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com> * src/docgen/ODFDoc.py: remove duplicate import * src/docgen/LaTeXDoc.py :added support for opening latex editor 0001536: not possible to select latex editor like kile to open a latex file automatically svn: r9738 2008-01-07 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Filters/_SearchFilter.py: 0001521: Filters work when tested, but not in side bar svn: r9737 2008-01-07 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/DefaultGramplets.py: * src/plugins/DefaultGramplets.py: added gettext (thanks, Jim!) 2008-01-06 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9736 2008-01-06 Doug Blank <doug.blank@gmail.com> * ChangeLog, po/POTFILES.in, src/Config/_GrampsConfigKeys.py, src/DataViews/GrampletView.py, src/DataViews/Makefile.am, src/DataViews/MyGrampsView.py, src/DataViews/__init__.py, src/glade/gramps.glade, src/plugins/DefaultGadgets.py, src/plugins/DefaultGramplets.py, src/plugins/Makefile.am: 2008-01-06 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/MyGrampsView.py: * src/DataViews/__init__.py: * src/DataViews/GrampletView.py: * src/DataViews/Makefile.am: * src/Config/_GrampsConfigKeys.py: * src/plugins/DefaultGramplets.py: * src/plugins/Makefile.am: * src/plugins/DefaultGadgets.py: * src/glade/gramps.glade: * po/POTFILES.in: Renamed Gadgets -> Gramplets, MyGrampsView -> GrampletView svn: r9732 2008-01-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DisplayState.py: 0001495: imports in DisplayState.py need fixed. svn: r9731 2008-01-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py: 0001543: Preferences name format not used - Timeline Graph svn: r9730 2008-01-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/DataViews/GoogleView.py, src/DataViews/__init__.py: Don't enable GoogleView and pass on gtkmozembed failure for systems that don't have Gnome. svn: r9729 2008-01-06 Peter Landgren <peter.talken@telia.com> * po/sv.po: More updates svn: r9727 2008-01-06 Serge Noiraud <Serge.Noiraud@free.fr> * src/Config/_GrampsConfigKeys.py, src/DataViews/GoogleView.py, src/DataViews/Makefile.am, src/DataViews/__init__.py: adding GoogleView in DataViews From now we can use the Googlemap API to see where our ancestors and living families members lives. svn: r9725 2008-01-06 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/docgen/Makefile.am: 2008-01-06 Jerome Rapinat <romjerome@yahoo.fr> * src/docgen/Makefile.am: gtkprintpreview.glade was not pasted on install svn: r9724 2008-01-06 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/MyGrampsView.py: 2008-01-06 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/MyGrampsView.py (MyGrampsView.clear_gadgets): Protect on re-columning from gadgets that have been removed svn: r9723 2008-01-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/AddMedia.py, src/Config/_GrampsConfigKeys.py, src/DataViews/EventView.py, src/DataViews/MediaView.py, src/DataViews/PlaceView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/Editors/AddMedia.py, src/Editors/Makefile.am, src/Editors/_EditMedia.py, src/Makefile.am, src/ManagedWindow.py, src/PageView.py, src/plugins/SimpleBookTitle.py: * src/DataViews/MediaView.py: * src/DataViews/RepositoryView.py: * src/DataViews/SourceView.py: * src/DataViews/EventView.py: * src/DataViews/PlaceView.py: * src/PageView.py: Remove unused double click procedure * src/plugins/SimpleBookTitle.py: remove use of AddMedia * src/Editors/AddMedia.py: added * src/AddMedia.py: removed * src/Editors/Makefile.am: * src/Makefile.am: * po/POTFILES.in: Move AddMedia to the editors directory * src/Editors/_EditMedia.py: Edit Media now works as other editors, spawning AddMedia when select is clicked. * src/ManagedWindow.py: typo in comment * src/Config/_GrampsConfigKeys.py: Two new keys, rerun ./autogen.sh Still todo: make relative path work 2008-01-06 Benny Malengier <benny.malengier@gramps-project.org> svn: r9722 2008-01-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/DefaultGadgets.py: 2008-01-06 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/DefaultGadgets.py: handle long text in standard way for translation svn: r9720 2008-01-06 Peter Landgren <peter.talken@telia.com> * ChangeLog: Removed print in Verify.py svn: r9719 2008-01-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/docgen/LaTeXDoc.py: 2008-01-06 Benny Malengier <benny.malengier@gramps-project.org> Raphael Ackermann <raphael.ackermann@gmail.com> * src/docgen/LaTeXDoc.py: wrong indent on write, bug #1506 svn: r9718 2008-01-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: 0001408: Low Verbosity / Succinct option for the Detailed Ancestral/Descendant Reports (patch from James Friedmann <jfriedmannj@gmail.com> modified by Raphael Ackermann <raphael.ackermann@gmail.com> and Brian Matherly) svn: r9716 2008-01-05 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Verify.py: 0001505: Verifying database signals dead father, when he is not a father. (Patch from Raphael Ackermann <raphael.ackermann@gmail.com>) svn: r9715 2008-01-05 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/__init__.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/CustomBookText.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/SimpleBookTitle.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: More refactoring in the report system. More reports use MenuOptions now. BareReportDialog no longer has "center person". svn: r9714 2008-01-05 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/AutoComp.py, src/Config/__init__.py, src/DataViews/PedigreeView.py, src/DateHandler/_DateParser.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DbManager.py, src/DisplayModels/_BaseModel.py, src/DisplayTabs/_TextTab.py, src/Editors/_EditLocation.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/Filters/_FilterList.py, src/Filters/_FilterMenu.py, src/GrampsDbUtils/_GedcomUtils.py, src/GrampsLogger/_GtkHandler.py, src/GrampsWidgets.py, src/Models/_ListCursor.py, src/Models/_PathCursor.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/UndoHistory.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/ODSDoc.py, src/docgen/ODSTab.py, src/docgen/PSDrawDoc.py, src/docgen/SpreadSheetDoc.py, src/gen/utils/longop.py, src/plugins/DescendChart.py, src/plugins/FamilyGroup.py, src/plugins/FindDupes.py, src/plugins/GVRelGraph.py, src/plugins/MarkerReport.py, src/plugins/NarrativeWeb.py, src/plugins/PHPGedViewConnector.py, src/plugins/StatisticsChart.py, src/plugins/WebCal.py, src/plugins/WriteGeneWeb.py, src/plugins/rel_de.py, src/plugins/rel_pl.py, src/plugins/rel_sv.py: Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files svn: r9713 2008-01-05 Jérôme Rapinat <romjerome@yahoo.fr> * configure.in, po/ChangeLog, po/hr.po: 2008-01-05 Josip <josip@pisoj.com> * hr.po New language, Croatian svn: r9712 2008-01-05 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/Verify.py: 2008-01-05 Gary Burton <gary.burton@zen.co.uk> * src/plugins/Verify.py: Remove a line of redundant code added yesterday. svn: r9710 2008-01-05 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Simple/_SimpleTable.py, src/gen/lib/date.py: 2008-01-04 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/gen/lib/date.py (Date.__sub__): fixed date differences * src/Simple/_SimpleTable.py: removed frame around textview svn: r9709 2008-01-04 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/Verify.py: * src/plugins/Verify.py: Allow the Verify Results window to be reused if it is already instantiated. Bug #1532 2008-01-04 Gary Burton <gary.burton@zen.co.uk> svn: r9708 2008-01-04 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/GrampsDbUtils/_ReadXML.py: 2008-01-04 Gary Burton <gary.burton@zen.co.uk> * src/GrampsDbUtils/_ReadXML.py: removed code that is adding the gramps ID onto the end of pre-existing place descriptions. Bug #1502 svn: r9707 2008-01-03 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, data/gramps.desktop.in: * data/gramps.desktop.in: list more mime types, item 851 2008-01-03 Benny Malengier <benny.malengier@gramps-project.org> svn: r9704 2008-01-03 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GrampsDbWriteXML.py: * src/GrampsDbUtils/_GrampsDbWriteXML.py: wrong escape of &, bug 1430 2008-01-03 Benny Malengier <benny.malengier@gramps-project.org> svn: r9702 2008-01-03 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/RelCalc.py: 2008-01-03 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/RelCalc.py: managed window error, bug 1499 svn: r9700 2008-01-03 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/QuickReports.py, src/ReportBase/_Constants.py, src/Simple/_SimpleTable.py, src/gen/lib/date.py, src/plugins/AgeOnDate.py, src/plugins/DefaultGadgets.py: 2008-01-03 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/ReportBase/_Constants.py: added QR_NOTE, QR_DATE * src/gen/lib/date.py: working on date math * src/plugins/AgeOnDate.py: new Quick View for age on date * src/plugins/DefaultGadgets.py: added Age on Date gadget * src/QuickReports.py: new constants * src/Simple/_SimpleTable.py: handle sort columns svn: r9698 2008-01-03 Gary Burton <gary.burton@zen.co.uk> * ChangeLog: 2008-01-03 Gary Burton <gary.burton@zen.co.uk> * Fixed date on last entry svn: r9696 2008-01-03 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Selectors/_SelectPerson.py: 2008-01-01 Gary Burton <gary.burton@zen.co.uk> * src/Selectors/_SelectPerson.py: the select person dialog now allows a person to be selected by using the keyboard. This dialog really needs an overhaul so that it can use the BaseSelector class as SelectFamily does. However a PeopleModel based on BaseModel is required for this as the existing PeopleModel is a custom built class. bug #1456 svn: r9695 2008-01-03 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, configure.in: 2008-01-03 Jérôme Rapinat <romjerome@yahoo.fr> * src/configure.in : add bulgarian svn: r9692 2008-01-03 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ViewManager.py: 2008-01-02 Benny Malengier <benny.malengier@gramps-project.org> * src/ViewManager.py: remove unneeded show, remove tabs svn: r9691 2008-01-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py: Fix filter bug in PeopleModel. svn: r9689 2008-01-03 James G Sack <jgsack@san.rr.com> * ChangeLog, src/const.py.in: really fix encoding buglet in const.py.in svn: r9688 2008-01-02 James G Sack <jgsack@san.rr.com> * ChangeLog, src/const.py.in: fix encoding buglet in const.py.in svn: r9687 2008-01-02 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Filters/SideBar/_PlaceSidebarFilter.py: 2008-01-02 Benny Malengier <benny.malengier@gramps-project.org> * src/Filters/SideBar/_PlaceSidebarFilter.py: correct string, bug #1275 svn: r9686 2008-01-02 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Simple/_SimpleTable.py, src/plugins/References.py: 2008-01-02 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Simple/_SimpleTable.py (SimpleTable.row): added obj handlers * src/plugins/References.py: new quick report for listing refs svn: r9682 2008-01-02 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbLoader.py: 2008-01-02 Benny Malengier <benny.malengier@gramps-project.org> * src/DbLoader.py: correct bug state -> dbstate svn: r9681 2008-01-02 Stéphane Charette <stephanecharette@gmail.com> * src/ReportBase/_GraphvizReportDialog.py: removed a stray print() debug statement svn: r9680 2008-01-02 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/BaseDoc.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_GraphvizReportDialog.py, src/plugins/GVFamilyLines.py: add_comment() and work in progress for the new GraphViz framework svn: r9679 2008-01-02 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog, po/nl.po: adapted translation nl.po svn: r9678 2008-01-02 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Added home/end to Python shell gadget svn: r9677 2008-01-01 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Added history editor to Python shell gadget svn: r9676 2008-01-01 Peter Landgren <peter.talken@telia.com> * ChangeLog: Added some comments to rel_sv.py svn: r9675 2008-01-01 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: Added some comments svn: r9674 2008-01-01 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Editors/_EditFamily.py: 2008-01-01 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditFamily.py: Enabled tooltips on person edit buttons bug #1501 svn: r9672 2008-01-01 Jérôme Rapinat <romjerome@yahoo.fr> * src/const.py.in: src/const.py.in minor improvement svn: r9671 2008-01-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/gramps_main.py: Refinement of "Center Person" selection for reports. Now only use one dialog. svn: r9670 2008-01-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, ChangeLog.old: Rotate ChangeLog svn: r9669 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py: Date arithmetic typo svn: r9668 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py: Date arithmetic typo svn: r9667 2007-12-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/gramps_main.py: Selection of center person for reports can now be one of: A person from the database, a bookmarked person, the active person, or the home person. svn: r9666 2007-12-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py, src/Editors/_EditFamily.py, src/Filters/_GenericFilter.py: Modifications so that GenericFilters can be applied to a PeopleModel. svn: r9665 2007-12-31 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/gen/db/base.py: * src/gen/db/base.py: added missing key for reference_key in mapbase and _SIGBASE. Was preventing deleted notes being undone. Bug #1507. 2007-12-31 Gary Burton <gary.burton@zen.co.uk> svn: r9664 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/plugins/AncestorChart.py: thereport typo fixed svn: r9663 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py: Fixed date arithmetic svn: r9662 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Fixed translation issue svn: r9661 2007-12-31 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DataViews/RelationView.py, src/Editors/_EditFamily.py: 2007-12-31 Gary Burton <gary.burton@zen.co.uk> * src/DataViews/RelationView.py: * src/Editors/_EditFamily.py: Add a signal handler for changes to events. bug #1416 and #1329. Also remove previous attempt at fixing #1416 now that I know a bit more about how signal handling works. svn: r9660 2007-12-31 Doug Blank <doug.blank@gmail.com> * ChangeLog: 2007-12-31 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/DefaultGadgets.py: added Date to environment * src/gen/lib/date.py: added new Date constructor type: Date(y,m,d) svn: r9659 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py, src/plugins/DefaultGadgets.py: Date arithmetic svn: r9658 2007-12-31 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/de.po: 2007-12-31 Mirko Leonhäuser <mirko@leonhaeuser.de> * de.po: Translation update svn: r9657 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: removed debug strings svn: r9656 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: Add gadgets by translated name; save by real name svn: r9655 2007-12-31 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/bg.po: 2007-12-31 Boril Gourinov <boril.gourinov@gmail.com> * bg.po: New language, bulgarian svn: r9654 2007-12-31 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/BaseDoc.py: new parms to GVDoc::add_link() and add_node() svn: r9653 2007-12-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py, src/plugins/AncestorChart.py: Proof of concept: adding a center person option instead of using active person in reports. svn: r9652 2007-12-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Bookmarks.py: Set bookmarks dialog to modal. svn: r9651 2007-12-31 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py, src/plugins/GVFamilyLines.py: more work-in-progress for GraphViz and FamilyLines svn: r9650 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: Added tooltips svn: r9649 2007-12-31 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Updated welcome message svn: r9648 2007-12-31 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/Config/_GrampsGconfKeys.py: 2007-12-30 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Config/_GrampsConfigKeys.py: added MyGrampsView * src/Config/_GrampsGconfKeys.py: added try/excepts on get_types svn: r9647 2007-12-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/plugins/GVFamilyLines.py: Rename "PeoplePickerOption" to "PersonListOption". svn: r9646 2007-12-30 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: write out .dot file in ISO-8859 versus UTF-8 svn: r9645 2007-12-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py: Patch from Raphael Ackermann <raphael.ackermann@gmail.com> to fix undefined variables in HtmlDoc.py. svn: r9644 2007-12-30 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py: Protect against bad gadget.ini svn: r9643 2007-12-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po update svn: r9642 2007-12-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/gramps.pot: svn: r9641 2007-12-30 Doug Blank <doug.blank@gmail.com> * ChangeLog, po/POTFILES.in, src/QuickReports.py, src/Simple/_SimpleTable.py, src/plugins/DefaultGadgets.py, src/plugins/Makefile.am, src/plugins/OnThisDay.py: 2007-12-30 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/OnThisDay.py: i18n changes * src/plugins/Makefile.am: added missing files * src/plugins/DefaultGadgets.py: i18n changes * src/QuickReports.py: allow callers to send obj directly * src/Simple/_SimpleTable.py: added support for objs * po/POTFILES.in: i18n changes svn: r9640 2007-12-30 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update for 3.0 svn: r9639 2007-12-30 Peter Landgren <peter.talken@telia.com> * ChangeLog: Upgrade rel_sv.py to 3.0, first rev svn: r9638 2007-12-30 Peter Landgren <peter.talken@telia.com> * src/plugins/rel_sv.py: Upgrade to 3.0, first rev svn: r9637 2007-12-30 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/OnThisDay.py: /src/OnThisDay.py allow translation on paragraph svn: r9636 2007-12-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/POTFILES.in, po/fr.po, po/gramps.pot: 2007-12-30 Jerome Rapinat <romjerome@yahoo.fr> * POTFILES.in : update * gramps.pot : update template * fr.po: Translation update svn: r9635 2007-12-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/DbState.py, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportOptions.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EndOfLineReport.py, src/plugins/FamilyGroup.py, src/plugins/FamilyLines.py, src/plugins/FanChart.py, src/plugins/GVFamilyLines.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py: More updates to better support MenuOptions. FamilyLines seems to work now. svn: r9634 2007-12-30 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/MyGrampsView.py, src/QuickReports.py, src/Simple/_SimpleAccess.py, src/plugins/DefaultGadgets.py, src/plugins/OnThisDay.py, src/plugins/SameSurnames.py: 2007-12-29 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/MyGrampsView.py: show matching surnames * src/plugins/OnThisDay.py: refinement * src/plugins/SameSurnames.py: changed name * src/plugins/DefaultGadgets.py: calendar calls quickreport * src/QuickReports.py: new function to call qr directly * src/Simple/_SimpleAccess.py: new func to format dates svn: r9633 2007-12-30 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: Getting ready for surname double-clicks svn: r9632 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/plugins/OnThisDay.py: Added click/double click for QR that reference people svn: r9631 2007-12-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/EventView.py, src/DataViews/MyGrampsView.py, src/PageView.py, src/ReportBase/_Constants.py, src/Simple/_SimpleTable.py, src/plugins/OnThisDay.py, src/plugins/SameSurnames.py, src/plugins/siblings.py: 2007-12-29 Douglas S. Blank <dblank@saliva.brynmawr.edu> * src/DataViews/MyGrampsView.py: fixme's are fixed * src/DataViews/EventView.py: added quick report popup * src/plugins/SameSurnames.py: removed unneeded imports * src/plugins/siblings.py: removed unneeded imports * src/Simple/_SimpleTable.py: add date handler * src/plugins/OnThisDay.py: new event quick report svn: r9630 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: Calendar month fix; reattach expand bug gadget title save bug svn: r9629 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py: Allow main to also not be a generator svn: r9628 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: No save if no gadgets; added news gadget svn: r9627 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/plugins/siblings.py: Self is now translatable svn: r9626 2007-12-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, configure.in, src/ArgHandler.py, src/DbManager.py, src/const.py.in: 2007-12-29 Benny Malengier <benny.malengier@gramps-project.org> * src/ArgHandler.py: better handling of -l * src/const.py.in: forgot to commit this, new constants * configure.in: remove GrampsDb makefile * src/DbManager.py: allow inheriting create_new_db_cli svn: r9625 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py: Removed test code svn: r9624 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: Working on calendar signals svn: r9623 2007-12-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: 2007-12-29 Douglas S. Blank <dblank@saliva.brynmawr.edu> * src/DataViews/MyGrampsView.py: renamed background to main * src/plugins/DefaultGadgets.py: call main (generator) svn: r9622 2007-12-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/SameSurnames.py: 2007-12-28 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/SameSurnames.py: new quick report for showing people with same surnames svn: r9621 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Bug in printing lists in Python gadget svn: r9620 2007-12-29 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Adding calendar details svn: r9619 2007-12-29 James G Sack <jgsack@san.rr.com> * ChangeLog, src/gen/utils/test/callback_test.py: fix confusing dup function name (fn -> fn3) svn: r9618 2007-12-28 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py: Fixed looking up person after db_change svn: r9617 2007-12-28 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Added calendar gadget svn: r9616 2007-12-28 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r9615 2007-12-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po update svn: r9614 2007-12-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/ArgHandler.py, src/DbLoader.py, src/DbManager.py, src/GrampsDb/Makefile.am, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbFactories.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDb/__init__.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GrampsBSDDB.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_GrampsDbWriteXML.py, src/GrampsDbUtils/_WriteGrdb.py, src/GrampsDbUtils/_WriteXML.py, src/GrampsDbUtils/__init__.py, src/GrampsDbUtils/importdbdir.py, src/Makefile.am, src/ObjectSelector/_ObjectSelectorWindow.py, src/RecentFiles.py, src/ViewManager.py, src/gramps_main.py, src/plugins/Checkpoint.py, src/plugins/ReadGrdb.py: 2007-12-28 Benny Malengier <benny.malengier@gramps-project.org> * src/ViewManager.py: remove unused functions, add alt actions left/right * src/GrampsDb: deleted with _GrampsDbWriteXML.py, _GrampsDbFactories.py, _GrampsGEDDB.py, _GrampsXMLDB.py, __init__.py, Makefile.am, _GrampsInMemDB.py, _GrampsBSDDB.py. No more inmemory databases * src/GrampsDbUtils: moved here _GrampsDbWriteXML.py and _GrampsBSDDB.py * src/plugins/ReadGrdb.py: * src/plugins/Checkpoint.py: * src/ObjectSelector/_ObjectSelectorWindow.py: * src/DbManager.py: * src/GrampsDbUtils/_WriteGrdb.py: * src/GrampsDbUtils/__init__.py: * src/GrampsDbUtils/_GrampsDbWRFactories.py: * src/GrampsDbUtils/_WriteXML.py: * src/GrampsDbUtils/Makefile.am: * src/gramps_main.py: * src/RecentFiles.py: recent-files-gramps.xml, don't overwrite 2.2.x data * src/ArgHandler.py: * src/DbLoader.py: remove unused functions * src/Makefile.am: * po/POTFILES.in: * src/GrampsDbUtils/importdbdir.py: allow import of new database via cli Remove inMem Editing, move remaining to DbUtils, fix ArgHandler svn: r9613 2007-12-28 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, po/POTFILES.in, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_GraphvizReportDialog.py, src/plugins/GVFamilyLines.py, src/plugins/GVRelGraph.py, src/plugins/Makefile.am: work in progress converting FamilyLines to new GraphViz plugin svn: r9612 2007-12-28 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: minor update svn: r9611 2007-12-28 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py, src/plugins/DefaultGadgets.py: Removed stub gadgets svn: r9610 2007-12-28 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py: Added delete gadget; finished menus svn: r9609 2007-12-28 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py: Indent error fix svn: r9608 2007-12-28 Doug Blank <doug.blank@gmail.com> * src/DataViews/MyGrampsView.py: Added restore gadgets svn: r9607 2007-12-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: Convert DetDescendantReport and DetAncestralReport to use MenuOption. svn: r9606 2007-12-28 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_Options.py: 2007-12-27 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/PluginUtils/_Options.py: Bug #1486, type error on option read svn: r9605 2007-12-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py, src/plugins/GVRelGraph.py: Fix thumbnail images and HTML labels for relationship graph (Graphviz). svn: r9604 2007-12-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: _GraphvizReportDialog.py: Fix Graphviz generated PDF. svn: r9603 2007-12-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: _GraphvisReportDialog.py: Fix to conform to 80 columns. Add Graphviz generated PDF as an option (requires Graphviz 2.16 to work) svn: r9602 2007-12-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/GrampsDb/_GrampsBSDDB.py, src/gen/db/dbconst.py: src/Config/_GrampsConfigKeys.py: Better default for report output. src/gen/db/dbconst.py: Remove constants that are duplicated in const.py. src/GrampsDb/_GrampsBSDDB.py: Use ENV_DIR from const.py. svn: r9601 2007-12-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/CairoDoc.py: Fix 0001431: Tried to run a statistics report: svn: r9600 2007-12-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorReport.py, src/plugins/DescendReport.py: Convert DescendReport and AncestorReport to use MenuOption. svn: r9599 2007-12-27 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/Makefile.am, src/DataViews/MapView.py, src/DataViews/MediaView.py, src/DataViews/MyGrampsView.py, src/DataViews/NoteView.py, src/DataViews/PedigreeView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RelationView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_MyGrampsView.py, src/DataViews/_NoteView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RelationView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DataViews/__init__.py: * src/DataViews/MyGrampsView.py: * src/DataViews/SourceView.py: * src/DataViews/__init__.py: * src/DataViews/NoteView.py: * src/DataViews/PersonView.py: * src/DataViews/RelationView.py: * src/DataViews/MapView.py: * src/DataViews/MediaView.py: * src/DataViews/RepositoryView.py: * src/DataViews/EventView.py: * src/DataViews/FamilyList.py: * src/DataViews/PedigreeView.py: * src/DataViews/PlaceView.py: * src/DataViews/Makefile.am: Renamed DataViews views to new style 2007-12-27 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9598 2007-12-27 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: 2007-12-27 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/_MyGrampsView.py: added API for data save/load * src/plugins/DefaultGadgets.py: top surnames takes count; TODO saves svn: r9597 2007-12-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/_MyGrampsView.py, src/glade/gramps.glade, src/plugins/DefaultGadgets.py: * src/DataViews/_MyGrampsView.py: added tooltips, cleanup, menu work * src/plugins/DefaultGadgets.py: fine tuning * src/glade/gramps.glade: added tooltips 2007-12-26 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9596 2007-12-26 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_fr.py: DateHandler/_Date_fr.py typo svn: r9595 2007-12-26 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: Made a welcome to gramps gadget svn: r9594 2007-12-26 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py: Ok, fixed saving issue svn: r9593 2007-12-26 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py: Comment out gadget saving for now svn: r9592 2007-12-26 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py: Comment out gadget saving for now svn: r9591 2007-12-26 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py: Comment out gadget saving for now svn: r9590 2007-12-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/_MyGrampsView.py: * src/DataViews/_MyGrampsView.py: saves on quit only, load/save api 2007-12-26 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9589 2007-12-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PageView.py, src/ViewManager.py: 2007-12-26 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/ViewManager.py: added __delete_pages called on quit * src/PageView.py: added on_delete method called on quit svn: r9588 2007-12-26 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: Substantial improvements to gadgets svn: r9587 2007-12-25 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py: Added detachable windows svn: r9586 2007-12-25 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: Added detachable windows svn: r9585 2007-12-25 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po, src/Simple/Makefile.am: 2007-12-24 Jerome Rapinat <romjerome@yahoo.fr> * fr.po: Translation update svn: r9584 2007-12-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/const.py.in: Move the entire Gramps dir under "Application Data" in Windows. svn: r9583 2007-12-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py: Fix database dir under windows. svn: r9582 2007-12-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: Fix default fonts in GraphvizReportDialog svn: r9581 2007-12-25 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: Fixed major issue with db/dbstate svn: r9580 2007-12-25 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, po/gramps.pot, src/PluginUtils/_MenuOptions.py, src/ReportBase/_GraphvizReportDialog.py: more generic changes to the GraphViz base class svn: r9579 2007-12-24 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: added uistate to Python Gadget svn: r9578 2007-12-24 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Fixed Python Gadget svn: r9577 2007-12-24 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: Added Python Gadget svn: r9576 2007-12-24 Doug Blank <doug.blank@gmail.com> * src/plugins/DefaultGadgets.py: Fixed Shell Gadget svn: r9575 2007-12-24 Doug Blank <doug.blank@gmail.com> * src/DataViews/_MyGrampsView.py, src/plugins/DefaultGadgets.py: Added Shell Gadget svn: r9574 2007-12-24 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/DataViews/_MyGrampsView.py, src/DataViews/__init__.py, src/glade/gramps.glade, src/plugins/DefaultGadgets.py: 2007-12-24 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/_MyGrampsView.py: new DataView for Gadgets * src/DataViews/__init__.py: import things from _MyGrampsView * src/Config/_GrampsConfigKeys.py: added data-views * src/glade/gramps.glade: added My Gramps Gadget gui * src/plugins/DefaultGadgets.py: sample gadgets svn: r9573 2007-12-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/Makefile.am: Add _DocReportDialog.py to the Makefile. svn: r9572 2007-12-24 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po update svn: r9571 2007-12-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_PaperMenu.py: 0001480: custom paper size is not editable for 2nd and any additional invocations of the report svn: r9570 2007-12-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Bibliography.py: Fix 0001393: Detailed descendant report crash on too many references. svn: r9569 2007-12-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/ExtractCity.py: Fix 0001160: Regular expressions, dash/separator and non-ASCII characters on ExtractCity svn: r9568 2007-12-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FanChart.py: Add fields to translation strings in DetAncestralReport.py, DetDescendantReport.py, FanChart.py. svn: r9567 2007-12-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/Makefile.am, src/plugins/Makefile.am: Updates to makefiles. svn: r9566 2007-12-23 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r9565 2007-12-23 Stéphane Charette <stephanecharette@gmail.com> * po/ChangeLog, po/gramps.pot: update gramps.po for beta svn: r9564 2007-12-23 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/__init__.py, src/ReportBase/_GraphvizReportDialog.py: more graphviz based options svn: r9562 2007-12-22 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po typo svn: r9560 2007-12-22 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/ChangeLog, po/cs.po: cs translation update svn: r9559 2007-12-22 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/docgen/TextBufDoc.py, src/plugins/lineage.py: 2007-12-21 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/lineage.py: moved to new quick view format * src/docgen/TextBufDoc.py: fixed transient window issue svn: r9558 2007-12-21 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Editors/_EditEventRef.py: * src/Editors/_EditEventRef.py: swap around delete/share buttons, bug #1477 2007-12-21 Gary Burton <gary.burton@zen.co.uk> svn: r9557 2007-12-21 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/ScratchPad.py: 2007-12-21 Gary Burton <gary.burton@zen.co.uk> * src/ScratchPad.py: allow items to be moved, feature #1465 svn: r9556 2007-12-21 Doug Blank <doug.blank@gmail.com> * src/Simple/_SimpleTable.py: Added get_row_count and show title svn: r9555 2007-12-21 Doug Blank <doug.blank@gmail.com> * src/plugins/siblings.py: Refinements: show relation, and self svn: r9554 2007-12-21 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog, po/nl.po: new string translations svn: r9553 2007-12-21 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/_PersonView.py, src/Editors/_EditPrimary.py, src/PageView.py, src/QuickReports.py, src/Simple/_SimpleTable.py, src/docgen/TextBufDoc.py, src/plugins/all_events.py, src/plugins/siblings.py: 2007-12-21 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/_PersonView.py: pass create_quickreport uistate * src/Editors/_EditPrimary.py: pass create_quickreport uistate * src/plugins/all_events.py: use SimpleTable * src/plugins/siblings.py: use SimpleTable * src/QuickReports.py: pass create_quickreport uistate * src/Simple/_SimpleTable.py: Handles raw objects, click/doubleclick * src/PageView.py: pass create_quickreport uistate * src/docgen/TextBufDoc.py: need to make a managed window, transient svn: r9552 2007-12-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: Misc improvements to Graphviz reports. svn: r9551 2007-12-21 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/BaseDoc.py, src/Simple/_SimpleDoc.py, src/Simple/_SimpleTable.py, src/Simple/__init__.py, src/docgen/TextBufDoc.py, src/plugins/siblings.py: 2007-12-20 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/siblings.py: Quick Reports under construction... * src/Simple/_SimpleDoc.py: added table style defaults * src/Simple/__init__.py: added SimpleTable * src/BaseDoc.py: added doc.type = "standard" * src/docgen/TextBufDoc.py: added doc.type = "gtk" * src/Simple/_SimpleTable.py: new file defining table svn: r9550 2007-12-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/glade/gramps.glade: * src/glade/gramps.glade: date keybindings, issue #1453 2007-12-20 Benny Malengier <benny.malengier@gramps-project.org> svn: r9549 2007-12-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/rel_pt.py: 2007-12-20 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_pt.py: RelLib -> gen.lib svn: r9548 2007-12-20 Peter Landgren <peter.talken@telia.com> * po/sv.po: Update for reports svn: r9547 2007-12-20 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/POTFILES.in, po/fr.po, po/gramps.pot: 2007-12-20 Jerome Rapinat <romjerome@yahoo.fr> * POTFILES.in : add plugins/GVRelGraph.py reference * gramps.pot : update template * fr.po: Translation update svn: r9546 2007-12-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/__init__.py, src/Editors/_EditEventRef.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSecondary.py, src/Editors/_EditSourceRef.py: 2007-12-19 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditPrimary.py: * src/Editors/_EditPlace.py: * src/Editors/_EditSecondary.py: * src/Editors/_EditSourceRef.py: * src/Editors/_EditReference.py: * src/Editors/_EditRepoRef.py: * src/Editors/_EditNote.py: * src/Editors/_EditMediaRef.py: * src/Editors/_EditEventRef.py: * src/Editors/_EditName.py: * src/DisplayTabs/__init__.py: * src/DisplayTabs/_GalleryTab.py: * src/DisplayTabs/_BackRefList.py: * src/DisplayTabs/_ButtonTab.py: * src/DisplayTabs/_GrampsTab.py: Accelator keys on displaytabs, convert _all_ tabs to GrampsTab! Feature #955 #1438 svn: r9545 2007-12-20 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/Editors/_EditPerson.py, src/glade/edit_person.glade, src/glade/gramps.glade: 2007-12-20 Raphael Ackermann <raphael.ackermann@gmail.com> * src/glade/gramps.glade : don't use C or O as accelerator keys on Name Editor, reserved for OK and Cancel buttons #1470 * src/glade/edit_person.glade : accelerator keys are used double in person editor #1452 2007-12-20 Jerome Rapinat <romjerome@yahoo.fr> * src/Editors/_EditPerson.py : Unspecified gender dialog doesn't have mnemonics #1461 svn: r9544 2007-12-20 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po fix minor issuesfr.po svn: r9543 2007-12-20 Peter Landgren <peter.talken@telia.com> * src/DbManager.py: Doug's changes are back svn: r9542 2007-12-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_GraphvizReportDialog.py, src/plugins/GVHourGlass.py, src/plugins/GVRelGraph.py, src/plugins/GraphViz.py: Various enhancements to the Graphviz report system. Added GVRelGraph.py - adapted GraphViz.py to use Graphviz report system. svn: r9541 2007-12-20 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/WriteGeneWeb.py: 2007-12-20 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/ExportVCard.py: fixed date.get_text() as signal for text * src/plugins/ExportVCalendar.py: fixed date.get_text() ditto * src/plugins/WriteGeneWeb.py: fixed date.get_text() ditto svn: r9540 2007-12-20 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/GrampsCfg.py: 2007-12-19 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/GrampsCfg.py: added a warning about duplicate pattern svn: r9539 2007-12-19 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: svn: r9538 2007-12-19 Peter Landgren <peter.talken@telia.com> * po/sv.po: Swedish update svn: r9537 2007-12-19 Peter Landgren <peter.talken@telia.com> * src/RecentFiles.py: Update of RecentFiles for unique renam/name svn: r9536 2007-12-19 Peter Landgren <peter.talken@telia.com> * src/DbManager.py: Update of DbManager for unique renam/name svn: r9535 2007-12-19 Peter Landgren <peter.talken@telia.com> * ChangeLog: Changelog update svn: r9534 2007-12-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog: correct Changelog svn: r9533 2007-12-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/lib/eventref.py, src/gen/lib/notebase.py, src/gen/lib/person.py: 2007-12-19 Benny Malengier <benny.malengier@gramps-project.org> * src/gen/lib/person.py: sources in attributes of eventref are not seen in ref tables * src/gen/lib/eventref.py: can contain sources, add methods for that * src/gen/lib/notebase.py: whitespace * src/plugins/Check.py: low level check of repo table, add check to clean up referenced but not existing repos svn: r9532 2007-12-19 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditFamily.py: 2007-12-18 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Editors/_EditFamily.py: doubleclick now edits; fixed share popup * src/DisplayTabs/_EmbeddedList.py: fixed share popup * src/DisplayTabs/_GalleryTab.py: fixed share popup svn: r9530 2007-12-18 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/DetAncestralReport.py: 2007-12-18 Gary Burton <gary.burton@zen.co.uk> * src/plugins/DetAncestralReport.py: Remove some test code svn: r9529 2007-12-17 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DbManager.py: * src/DbManager.py: I was having some weird issues with the archive file giving errors about "still in use". With these changes, I haven't had it happen... yet. Can't say for certain if these changes fixed it, or if there is another cause. 2007-12-17 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9528 2007-12-17 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/gramps.pot, po/nb.po, po/no.po: Updated Norwegian translation svn: r9527 2007-12-17 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/plugins/CalculateEstimatedDates.py, src/plugins/Calendar.py: 2007-12-17 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/CalculateEstimatedDates.py: Give good defaults for Filter and Enumerated Lists * src/plugins/Calendar.py: Give good defaults for Filter and Enumerated lists * src/PluginUtils/_MenuOptions.py: added a get_filter() method to return filter object; added a param to constructor to set default filter svn: r9526 2007-12-17 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/plugins/Calendar.py: Properly initialize Filter option. svn: r9525 2007-12-17 Doug Blank <doug.blank@gmail.com> * src/ReportBase/_ReportOptions.py: Removed margins from write_common svn: r9524 2007-12-17 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/ReportBase/_DocReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportOptions.py: * src/ReportBase/_PaperMenu.py: get margins in PaperFrame constructor * src/ReportBase/_DocReportDialog.py: pass margins to PaperFrame constructor * src/ReportBase/_ReportOptions.py: added getters/setters for margins 2007-12-16 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9523 2007-12-16 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py: * src/plugins/Calendar.py: fixed MenuOption's EnumeratedList to match Brian's changes on 2007-12-15. 2007-12-16 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9522 2007-12-16 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DbManager.py, src/Utils.py: * src/DbManager.py: typo %{}s -> %()s; fixed rcs -q issue * src/Utils.py: typo %{}s -> %()s 2007-12-16 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9521 2007-12-16 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/GrampsDb/_GrampsDbFactories.py, src/plugins/ReadPkg.py: 2007-12-16 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/ReadPkg.py: attempt to os.remove(directory) failed * src/GrampsDb/_GrampsDbFactories.py: import from gen.db svn: r9520 2007-12-16 Doug Blank <doug.blank@gmail.com> * src/ProgressDialog.py: Fix for allowing cancel to work svn: r9519 2007-12-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_GraphvizReportDialog.py: Remove unnecessary code in Graphviz report dialog. svn: r9518 2007-12-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Ancestors.py, src/plugins/DesGraph.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivSummary.py: Delete reports that have been unsupported for > 1 year. svn: r9517 2007-12-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: Fix application launch for PDFDoc. svn: r9516 2007-12-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_GraphvizReportDialog.py: Add Generic GraphViz options to the GraphVis report dialog for use by all graphviz related reports. svn: r9515 2007-12-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py: Fix TextOption and EnumeratedListOption in MenuOptions.py. svn: r9514 2007-12-15 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DisplayTabs/_ChildModel.py, src/Editors/_EditFamily.py: * src/DisplayTabs/_ChildModel.py: * src/Editors/_EditFamily.py: add fallback for birth date (feature #1448) 2007-12-15 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditFamily.py: emit family-update signal (bug #1416) svn: r9513 2007-12-15 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Editors/_EditFamily.py: 2007-12-15 Gary Burton <gary.burton@zen.co.uk> * src/Editors/_EditFamily.py: emit family-update signal #1416 svn: r9512 2007-12-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/plugins/Calendar.py: * src/plugins/Calendar.py: Added relationships (feature #1086) * src/PluginUtils/_MenuOptions.py: added get_center_person to filter option 2007-12-15 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9510 2007-12-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/WebCal.py: * src/plugins/WebCal.py: Temp fixes to keep running (bug #1441) 2007-12-15 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9509 2007-12-15 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DataViews/_RelationView.py: 2007-12-15 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/_RelationView.py: Made suggestion by Stian: http://www.gramps-project.org/wiki/index.php?title=GEPS_002:_RelationView_Expand_and_Collapse#User_Contributions and addressed feature request #1404 svn: r9508 2007-12-14 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py, src/Editors/_EditEvent.py, src/gen/lib/address.py, src/gen/lib/childref.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/ldsord.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/notebase.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/repo.py, src/gen/lib/src.py, src/plugins/Check.py: 2007-12-14 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditEvent.py: first attribute tab THEN backref * src/DisplayTabs/_BackRefList.py: whitespace change * src/gen/lib/repo.py: correct error with source backref too * src/gen/lib/personref.py: * src/gen/lib/mediaref.py: * src/gen/lib/childref.py: * src/gen/lib/place.py: * src/gen/lib/address.py: * src/gen/lib/src.py: * src/gen/lib/person.py: * src/gen/lib/mediaobj.py: * src/gen/lib/eventref.py: * src/gen/lib/name.py: * src/gen/lib/family.py: * src/gen/lib/event.py: * src/gen/lib/ldsord.py: Add get_note_child_list method to allow recursive deletion of notes in child objects * src/gen/lib/notebase.py: add remove_note that recursively searches in the child secondary objects * src/plugins/Check.py: fix broken note links, fix broken repo-source link svn: r9507 2007-12-14 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/plugins/holidays.xml: svn: r9506 2007-12-14 Zdeněk Hataš <zdenek.hatas@gmail.com> * ChangeLog, src/plugins/holidays.xml: reencoded holidays.xml to utf-8, added czech national holidays. svn: r9504 2007-12-14 Jérôme Rapinat <romjerome@yahoo.fr> * src/DataViews/_RelationView.py: /src/_RelationView typo svn: r9503 2007-12-14 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po update svn: r9502 2007-12-14 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: fix #1439 failed to skip subordinates under NOTE svn: r9501 2007-12-14 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/test/GR_test.py, src/test/gedread_util.py, src/test/test/gedread_util_test.py: added Gedcom read testing util and 1st try at testing svn: r9500 2007-12-14 James G Sack <jgsack@san.rr.com> * ChangeLog, src/test/test/test_util_test.py, src/test/test_util.py: add simple logging feature for test modules svn: r9499 2007-12-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/__init__.py: Fix MenuToolOptions. svn: r9498 2007-12-13 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/GrampsCfg.py: 2007-12-12 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/GrampsCfg.py: fixed bug #1305, refresh view after name change 2007-12-12 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9497 2007-12-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_Options.py, src/PluginUtils/_Tool.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_DocReportDialog.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_TextReportDialog.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeTypes.py, src/plugins/Checkpoint.py, src/plugins/CmdRef.py, src/plugins/CustomBookText.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FamilyLines.py, src/plugins/FindDupes.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/KinshipReport.py, src/plugins/MarkerReport.py, src/plugins/NarrativeWeb.py, src/plugins/RemoveUnused.py, src/plugins/SimpleBookTitle.py, src/plugins/StatisticsChart.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebCal.py: Refactor various aspects of the report system. svn: r9496 2007-12-12 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Translation update and minor fixes. svn: r9495 2007-12-12 Doug Blank <doug.blank@gmail.com> * src/test/utils_test.py: Added another test svn: r9494 2007-12-12 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/GrampsCfg.py, src/Utils.py, src/test/utils_test.py: 2007-12-12 Douglas S. Blank <dblank@doraemon.brynmawr.edu> * src/GrampsCfg.py: added Translation -> Pattern -> Translation so that one can see fully translated text, even if they type in English, or %codes * src/Utils.py: Fixed two bugs in translations of keywords * src/test/utils_test.py: unit tests for keywords/translations svn: r9493 2007-12-12 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Translation update svn: r9492 2007-12-12 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/GrampsCfg.py, src/Utils.py: 2007-12-11 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/GrampsCfg.py: added keyword and translation functions * src/Utils.py: Name Display Editor should work in locale svn: r9491 2007-12-11 Peter Landgren <peter.talken@telia.com> * po/sv.po: Updates for name display svn: r9490 2007-12-11 Doug Blank <doug.blank@gmail.com> * src/GrampsCfg.py: Removed title() case business svn: r9489 2007-12-11 Doug Blank <doug.blank@gmail.com> * po/POTFILES.in: Removed duplicate entries svn: r9487 2007-12-11 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/ArgHandler.py, src/ViewManager.py, src/gramps_main.py: * src/ViewManager.py: exposed a private method via a new method, post_load_newdb() * src/ArgHandler.py: made ArgHandler.handle_args() return filename, and filetype, if commandline or recentfile * src/gramps_main.py: handles return values from AH.handle_args() 2007-12-10 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9486 2007-12-11 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/DbManager.py: * src/DbManager.py: fixed issue in breaking lock on lock which has already been removed 2007-12-10 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9485 2007-12-10 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/BasicUtils/_NameDisplay.py, src/GrampsCfg.py: 2007-12-10 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/GrampsCfg.py: Fixed bug in being able to edit the uneditable * src/BasicUtils/_NameDisplay.py: Renamed standard name patterns to match new pattern name keywords svn: r9484 2007-12-10 Benny Malengier <benny.malengier@gramps-project.org> * TODO: Update TODO svn: r9482 2007-12-10 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/lib/event.py, src/gen/lib/notebase.py, src/gen/lib/person.py: 2007-12-10 Benny Malengier <benny.malengier@gramps-project.org> * src/gen/lib/notebase.py: change comment string * src/gen/lib/person.py: change comment string * src/gen/lib/event.py: add attr to list of sec objects, bug #1318 svn: r9481 2007-12-10 Doug Blank <doug.blank@gmail.com> * src/GrampsCfg.py: Gave Ed a middle name, fixed error in %codes svn: r9480 2007-12-10 Zdeněk Hataš <zdenek.hatas@gmail.com> * src/DateHandler/_Date_cs.py: new czech Datehandler svn: r9479 2007-12-10 Zdeněk Hataš <zdenek.hatas@gmail.com> * ChangeLog, po/POTFILES.in, src/DateHandler/Makefile.am, src/DateHandler/__init__.py: Datehandler for czech language added. svn: r9478 2007-12-10 Doug Blank <doug.blank@gmail.com> * src/GrampsCfg.py: Gave Ed a Paronymic, GIVEN bug, column name change svn: r9477 2007-12-10 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/BasicUtils/_NameDisplay.py, src/GrampsCfg.py: 2007-12-09 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/GrampsCfg.py: Rearranged name display preference settings * src/BasicUtils/_NameDisplay.py: allow title-case name patterns svn: r9476 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/db/dbdir.py: * src/gen/db/dbdir.py: always use db.DB_RECOVER 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> svn: r9475 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/NarrativeWeb.py: Use Narrated word svn: r9474 2007-12-09 Peter Landgren <peter.talken@telia.com> * po/sv.po: Minor revision, but still more to do svn: r9473 2007-12-09 Alex Roitman <shura@gramps-project.org> * data/grampsxml.dtd: Update svn: r9471 2007-12-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng: 2007-12-09 Alex Roitman <shura@gramps-project.org> * data/grampsxml.rng: Add namemaps and mediapath. * data/grampsxml.dtd: Add namemaps and mediapath. svn: r9470 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Selectors/_SelectRepository.py: 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> * src/Selectors/_SelectRepository.py: handle column changed, bug #1427 svn: r9468 2007-12-09 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_PluginWindows.py, src/plugins/CalculateEstimatedDates.py, src/plugins/OwnerEditor.py: 2007-12-09 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/CalculateEstimatedDates.py: define set_title * src/plugins/OwnerEditor.py: define build_menu_names * src/PluginUtils/_PluginWindows.py: Fixed layer window issues svn: r9467 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/db/dbdir.py: * src/gen/db/dbdir.py: rebuild ref map correctly, bug #1421 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> svn: r9466 2007-12-09 Doug Blank <doug.blank@gmail.com> * src/PluginUtils/_PluginWindows.py: Fixed window on top issue, self.show() vs self.window.show() svn: r9465 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/proxy/dbbase.py, src/gen/proxy/proxybase.py, src/gen/utils/dbutils.py, src/plugins/ReadGrdb.py: 2007-12-09 Benny Malengier <benny.malengier@gramps-project.org> Add support for name grouping import/export * src/GrampsDb/_GrampsDbWriteXML.py: write group table out * src/GrampsDb/_GrampsBSDDB.py: group table is no sec table, init it together with primary tables! * src/gen/db/base.py: obtain grouping keys * src/gen/db/dbdir.py: group table is no sec table, init it together with primary tables! * src/gen/utils/dbutils.py: grdb -> grdb copy of grouping table, copy mediapath. * src/gen/proxy/proxybase.py: obtain grouping keys, add missing bookmark methods * src/gen/proxy/dbbase.py: add obtain grouping keys method * src/GrampsDbUtils/_ReadXML.py: read in group table * src/plugins/ReadGrdb.py: read in group table svn: r9464 2007-12-08 Doug Blank <doug.blank@gmail.com> * po/test/po_test.py: Added dup and sgettext checks svn: r9463 2007-12-08 Doug Blank <doug.blank@gmail.com> * po/test/po_test.py: Added another suite, but not calling it svn: r9462 2007-12-08 Doug Blank <doug.blank@gmail.com> * src/plugins/Makefile.am: Added CalculateEstimatedDates.py svn: r9461 2007-12-08 Peter Landgren <peter.talken@telia.com> * po/sv.po: Many revisions, but still more to do svn: r9460 2007-12-08 Doug Blank <doug.blank@gmail.com> * ChangeLog, po/POTFILES.in, po/test/po_test.py, src/PluginUtils/Makefile.am: 2007-12-07 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/PluginUtils/Makefile.am: Missing _PluginsWindows.py * po/test: new unittest dir * po/test/po_test.py: new unittest suite for POTFILES and Makefiles * po/POTFILES.in: Missing CalculateEstimatedDates.py svn: r9458 2007-12-07 Doug Blank <doug.blank@gmail.com> * src/PluginUtils/_PluginWindows.py: Added double-click, testing Window show variations svn: r9456 2007-12-07 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py: 2007-12-06 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/PluginUtils/_MenuOptions.py: Fixed boolean option double label svn: r9455 2007-12-07 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_PluginWindows.py: * src/PluginUtils/_PluginWindows.py: Removed unnecessary code * src/PluginUtils/_MenuOptions.py: Added "Change" button for filter option 2007-12-06 Douglas S.Blank <dblank@cs.brynmawr.edu> svn: r9454 2007-12-07 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_PluginMgr.py: 2007-12-06 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/PluginUtils/_PluginMgr.py: return values on load_plugins was reversed: return True if errors. svn: r9453 2007-12-06 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_WriteGedcom.py: fix #1418 ASSO in/out errors svn: r9452 2007-12-06 Doug Blank <doug.blank@gmail.com> * src/PluginUtils/_PluginWindows.py: Refinements svn: r9450 2007-12-06 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_PluginWindows.py, src/plugins/CalculateEstimatedDates.py: * src/plugins/CalculateEstimatedDates.py: pass in handle to link * src/PluginUtils/_PluginWindows.py: New clickable text tests 2007-12-06 Douglas S.Blank <dblank@cs.brynmawr.edu> svn: r9449 2007-12-06 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_PluginWindows.py, src/plugins/CalculateEstimatedDates.py: 2007-12-06 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/plugins/CalculateEstimatedDates.py: experimental click in text * src/PluginUtils/_PluginWindows.py: experimental write_results_link() svn: r9448 2007-12-06 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_PluginWindows.py, src/plugins/CalculateEstimatedDates.py: 2007-12-05 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/plugins/CalculateEstimatedDates.py: set quality CALCULATED on added dates * src/PluginUtils/_PluginWindows.py: buttons are now Close and Apply * src/PluginUtils/_MenuOptions.py: 2 bugs: xml load; help/dict typo svn: r9447 2007-12-05 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: add missing () to function call (obvious "typo") fixes bug RJ reported on -devel svn: r9446 2007-12-05 Peter Landgren <peter.talken@telia.com> * po/sv.po: Fixed _Living in GEDCOM export svn: r9445 2007-12-04 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/proxy/proxybase.py: * src/gen/proxy/proxybase.py: remove unneeded assign 2007-12-04 Benny Malengier <benny.malengier@gramps-project.org> svn: r9443 2007-12-04 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/proxy/dbbase.py, src/gen/proxy/proxybase.py: 2007-12-04 Benny Malengier <benny.malengier@gramps-project.org> * src/gen/proxy/proxybase.py: add mediapath get * src/gen/proxy/dbbase.py: add mediapath methods svn: r9442 2007-12-04 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_PluginWindows.py, src/plugins/CalculateEstimatedDates.py: 2007-12-03 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/plugins/CalculateEstimatedDates.py: Refinements, use results tab * src/PluginUtils/_PluginWindows.py: Tool support for a results tab svn: r9441 2007-12-02 Doug Blank <doug.blank@gmail.com> * src/plugins/CalculateEstimatedDates.py: Removed debugging statements svn: r9440 2007-12-02 Doug Blank <doug.blank@gmail.com> * src/plugins/CalculateEstimatedDates.py: Bug fixes svn: r9439 2007-12-02 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_PluginWindows.py, src/gen/lib/date.py, src/plugins/CalculateEstimatedDates.py: 2007-12-02 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/gen/lib/date.py: added new method copy_ymd() * src/plugins/CalculateEstimatedDates.py: new tool based on MenuOptions: calculates estimated dates * src/PluginUtils/_PluginWindows.py: refactoring, cleanup * po/POTFILES.in: renamed PluginStatus.py -> PluginWindows.py svn: r9438 2007-12-01 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Editors/_EditFamily.py: 2007-12-01 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/Editors/_EditFamily.py: fixed issues with latin american surname guessing svn: r9437 2007-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng: 2007-11-30 Alex Roitman <shura@gramps-project.org> * data/grampsxml.dtd: Add region to objref. * data/grampsxml.rng: Add region to objref. svn: r9436 2007-11-30 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py, src/gen/db/base.py, src/gen/db/dbdir.py: 2007-11-30 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsCfg.py: rel media path entry box * src/gen/db/base.py: methods for access * src/gen/db/dbdir.py: storage in BSDDB * src/GrampsDb/_GrampsDbWriteXML.py: write in header * src/GrampsDbUtils/_ReadXML.py: read relative path Start of adding relative media path to database svn: r9435 2007-11-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Editors/_EditFamily.py: 2007-11-29 Dougas S. Blank <dblank@cs.brynmawr.edu> * src/Editors/_EditFamily.py: reverse surname guess for father svn: r9434 2007-11-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_ReportUtils.py, src/ReportBase/__init__.py, src/plugins/AncestorChart.py, src/plugins/Calendar.py, src/plugins/DescendChart.py, src/plugins/FanChart.py, src/plugins/GVHourGlass.py: 2007-11-29 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/ReportBase/__init__.py: import MenuReportOptions * src/ReportBase/_ReportOptions.py: import MenuOptions and define MenuReportOptions * src/plugins/Calendar.py: get MenuReportOptions from ReportOptions * src/plugins/DescendChart.py: ditto * src/plugins/AncestorChart.py: ditto * src/plugins/GVHourGlass.py: ditto * src/plugins/FanChart.py: ditto * src/PluginUtils/__init__.py: define MenuToolOptions * src/PluginUtils/_MenuOptions.py: Remove circular dependancies svn: r9433 2007-11-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_RepositoryView.py, src/DisplayModels/_RepositoryModel.py, src/gen/db/base.py: 2007-11-29 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/_RepositoryView.py: * src/gen/db/base.py: * src/DisplayModels/_RepositoryModel.py: Added a change column in repoview, model, database column storage svn: r9432 2007-11-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, po/POTFILES.in: 2007-11-29 Douglas S.Blank <dblank@cs.brynmawr.edu> * po//POTFILES.in: renamed PluginStatus.py -> PluginWindows.py svn: r9431 2007-11-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/ImportCSV.py: * src/plugins/ImportCSV.py: add progress meter 2007-11-29 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9430 2007-11-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_PluginStatus.py, src/PluginUtils/_PluginWindows.py, src/PluginUtils/_Plugins.py, src/PluginUtils/__init__.py, src/ViewManager.py: 2007-11-29 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/ViewManager.py: use PluginsWindows * src/PluginUtils/_PluginStatus.py: moved from * src/PluginUtils/_PluginWindows.py: moved to * src/PluginUtils/__init__.py: use PluginsWindows * src/PluginUtils/_Plugins.py: use PluginsWindows svn: r9429 2007-11-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/_MenuOptions.py, src/PluginUtils/_PluginStatus.py: 2007-11-28 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/PluginUtils/_MenuOptions.py: added comments * src/PluginUtils/_PluginStatus.py: added ToolManagedWindowBatch svn: r9428 2007-11-29 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_GedcomLex.py: forward port 2.2.x #1394 fix preemptively svn: r9427 2007-11-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/Makefile.am, src/ReportBase/Makefile.am: 2007-11-28 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/ReportBase/Makefile.am: removed _MenuOptions.py * src/PluginUtils/Makefile.am: added _MenuOptions.py svn: r9426 2007-11-29 Doug Blank <doug.blank@gmail.com> * src/PluginUtils/_MenuOptions.py: New svn: r9425 2007-11-28 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/PluginUtils/__init__.py, src/ReportBase/_MenuOptions.py, src/ReportBase/__init__.py, src/plugins/AncestorChart.py, src/plugins/Calendar.py, src/plugins/DescendChart.py, src/plugins/FanChart.py, src/plugins/GVHourGlass.py: * src/ReportBase/_MenuOptions.py: removed/moved to PluginUtils * src/ReportBase/__init__.py: removed Menu items * src/plugins/Calendar.py: uses MenuReportOptions * src/plugins/DescendChart.py: uses MenuReportOptions * src/plugins/AncestorChart.py: uses MenuReportOptions * src/plugins/GVHourGlass.py: uses MenuReportOptions * src/plugins/FanChart.py: uses MenuReportOptions * src/PluginUtils/__init__.py: imports Menu items 2007-11-28 Douglas S.Blank <dblank@cs.brynmawr.edu> svn: r9424 2007-11-28 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/ReportBase/_MenuOptions.py: 2007-11-28 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/ReportBase/_MenuOptions.py: removed global need for gtk here svn: r9422 2007-11-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, example/gramps/example.gramps, src/gen/db/base.py: 2007-11-28 Benny Malengier <benny.malengier@gramps-project.org> * example/gramps/example.gramps: correct 3.0 example.gramps, stext is no longer used, xml no longer sorted on id on ouput. * src/gen/db/base.py: remove test code from Don svn: r9421 2007-11-27 Espen Berg <espenbe@gmail.com> * po/POTFILES.in: Updated POTFILES.in due to Norwegian date handler/display svn: r9420 2007-11-27 Espen Berg <espenbe@gmail.com> * src/DateHandler/Makefile.am, src/DateHandler/_Date_nb.py, src/DateHandler/__init__.py: Norwegian date handler applied svn: r9419 2007-11-27 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/AddMedia.py, src/Editors/_EditMedia.py, src/glade/gramps.glade: 2007-11-27 Benny Malengier <benny.malengier@gramps-project.org> * src/glade/gramps.glade: remove internal from addmedia * src/AddMedia.py: remove internal * src/Editors/_EditMedia.py: remove internal note code Note: no upgrade code for this. Old internal notes will be connected to a media object with type 'Note' and have as type 'Media Note', up to the case a user deletes these media and changes note type to eg report or changes the path to a real media object. svn: r9418 2007-11-27 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Norwegian translation updated svn: r9417 2007-11-27 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/TipOfDay.py: svn: r9416 2007-11-27 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/ManagedWindow.py, src/ReportBase/_BareReportDialog.py, src/plugins/NarrativeWeb.py: 2007-11-27 Benny Malengier <benny.malengier@gramps-project.org> * src/ManagedWindow.py: new call_modal method. Reports tools should use that * src/GrampsWidgets.py: improve a text string * src/plugins/NarrativeWeb.py: use call_modal, trunkate long filter names, better placement of selector note/media * src/ReportBase/_BareReportDialog.py: reports are modal but not transient, remove bug to make them transient! svn: r9415 2007-11-26 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/plugins/NarrativeWeb.py: 2007-11-26 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/NarrativeWeb.py: new select contact-header-footer-intro * src/GrampsWidgets.py: widget for new select svn: r9414 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/plugins/ReadPkg.py: revert r9411 -- better leave it broken svn: r9412 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/plugins/ReadPkg.py: #1096 (interim?) fix by testing isfile() before the remove() svn: r9411 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/ArgHandler.py, src/Utils.py, src/test/gramps_cli_test.py: switch CLI import to TEMP_DIR location; see new Utils functs svn: r9409 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/gramps_main.py: remove accidentally committed trial code svn: r9408 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/ReportBase/_TemplateParser.py, src/ViewManager.py, src/const.py.in, src/gramps_main.py, src/plugins/Calendar.py, src/plugins/WebCal.py: add USER_xxx constants to const, use them svn: r9407 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/ArgHandler.py: #1397 add GrampsDbException handler in CLI import path (grdb not handled) svn: r9406 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/test/regrtest.py: really check-in regrtest this time svn: r9405 2007-11-26 James G Sack <jgsack@san.rr.com> * ChangeLog, src/gen/lib/test/date_test.py: make date_test regrtest-compatible, minor tweak to regrtest svn: r9404 2007-11-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/gen/lib/notetype.py, src/plugins/NarrativeWeb.py: 2007-11-25 Benny Malengier <benny.malengier@gramps-project.org> * src/gen/lib/notetype.py: type report, citation * src/plugins/NarrativeWeb.py: new selection of home note & home media * src/GrampsWidgets.py: NoteEntry, MediaEntry I intend to change the other note selectors likewise next. svn: r9403 2007-11-25 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/gen/lib/date.py, src/gen/lib/test/date_test.py: * src/gen/lib/date.py: refer to Config values via Config.get() * src/gen/lib/test/date_test.py: set Config values before testing 2007-11-25 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9402 2007-11-25 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Config/_GrampsGconfKeys.py: 2007-11-25 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Config/_GrampsGconfKeys.py: fixed changes in gconf interface svn: r9401 2007-11-25 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/gen/lib/test/date_test.py: 2007-11-25 Douglas S.Blank <dblank@cs.brynmawr.edu> * src/gen/lib/test/date_test.py: turned each test into a case svn: r9400 2007-11-24 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /src/plugins/rel_fr.py update svn: r9399 2007-11-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2007-11-24 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsWidgets.py: ObjEntry, PlaceEntry and NoteEntry inherit from it. svn: r9398 2007-11-24 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/gen/lib/date.py, src/gen/lib/test/date_test.py: 2007-11-24 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/gen/lib/date.py: had to import calendar by path.name (so that the import of date_test would work) * src/gen/lib/test: new test directory * src/gen/lib/test/date_test.py: unittests for date.py svn: r9397 2007-11-24 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/plugins/rel_fr.py: svn: r9396 2007-11-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: 2007-11-24 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditPerson.py: callback family update bug removed svn: r9394 2007-11-24 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog, src/TipOfDay.py, src/glade/gramps.glade: svn: r9393 2007-11-23 Jérôme Rapinat <romjerome@yahoo.fr> * src/DataViews/_PersonView.py: /src/DataViews/_PersonView use correct TransUtils for action|_Edit svn: r9391 2007-11-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/rel_it.py, src/plugins/rel_nl.py: * src/plugins/rel_nl.py: new half sibling types * src/plugins/rel_it.py: new half sibling types * src/Relationship.py: change the sibling type to distinguish side of relation. Correct bug in sibling type determination. 2007-11-23 Benny Malengier <benny.malengier@gramps-project.org> svn: r9390 2007-11-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: tooltip cleanup, see also #256 2007-11-23 Benny Malengier <benny.malengier@gramps-project.org> svn: r9389 2007-11-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/all_relations.py, src/plugins/siblings.py: 2007-11-23 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/all_relations.py: remove unnecessary import * src/plugins/siblings.py: add sibling relation if not normal * src/Relationship.py: improve sibling type calculation Issue #1323 svn: r9388 2007-11-22 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /src/plugins/rel_fr.py typo svn: r9387 2007-11-22 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /src/plugins/rel_fr.py use alternative for STEP svn: r9386 2007-11-22 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/DisplayState.py, src/GrampsCfg.py, src/Relationship.py, src/plugins/all_relations.py, src/plugins/rel_fr.py, src/plugins/rel_pl.py: * src/Config/_GrampsConfigKeys.py: key for gen search depth * src/GrampsCfg.py: Gramps preferences allows to set search depth of relationship. * src/Relationship.py: methods to change generation depth of search * src/plugins/rel_fr.py: remove depth use * src/plugins/all_relations.py: use depth, correct remark print error * src/plugins/rel_pl.py: remove depth use * src/DisplayState.py: hook to change relclass depth from GrampsCfg See also issue #1290 2007-11-22 Benny Malengier <benny.malengier@gramps-project.org> svn: r9385 2007-11-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py: * src/Relationship.py: remove old methods that are no longer used, get_relationship() and get_relationship_distance() 2007-11-22 Benny Malengier <benny.malengier@gramps-project.org> svn: r9384 2007-11-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayState.py, src/Relationship.py, src/plugins/Leak.py, src/plugins/RelCalc.py, src/plugins/relcalc.glade: 2007-11-22 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/relcalc.glade: don't do connect in glade, we need key * src/plugins/Leak.py: use os.sep, not + '/' * src/plugins/RelCalc.py: Don't keep recalculating relation map of the active person, do it once. 50% faster. Make sure all objects can be collected by the garbage collector * src/Relationship.py: allow to connect to database. Map of first person is stored, only to be removed if database changed, or it concerns a different person. This reduces calculation with 50% * src/DisplayState.py: don't recalculate home person every time, don't call relationship calc on every click, only call it when the people are different svn: r9383 2007-11-21 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Utils.py, src/gen/lib/date.py: * src/gen/lib/date.py: added comparison operator for match() * src/Utils.py: uses new match comparison 2007-11-21 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9382 2007-11-21 Doug Blank <doug.blank@gmail.com> * src/gen/lib/date.py, src/gen/proxy/living.py: Fixed error in setting None values svn: r9381 2007-11-21 Doug Blank <doug.blank@gmail.com> * src/gen/proxy/living.py: typo svn: r9380 2007-11-21 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Filters/Rules/Person/_ProbablyAlive.py, src/Utils.py, src/gen/lib/date.py, src/gen/proxy/living.py, src/plugins/Calendar.py: 2007-11-21 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Utils.py: probably_alive now takes date rather than year * src/gen/proxy/living.py: create date from year * src/gen/lib/date.py: added methods to do date math and return Date object (set_yr_mon_day_offset, copy_offset_ymd) * src/plugins/Calendar.py: updated to use probably alive date * src/Filters/Rules/Person/_ProbablyAlive.py: parse entry as date svn: r9379 2007-11-21 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po update svn: r9377 2007-11-20 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po regression issue svn: r9375 2007-11-20 Jérôme Rapinat <romjerome@yahoo.fr> * src/ReportBase/Makefile.am: src/ReportBase/Makefile.am add missing _GraphvizReportDialog reference svn: r9374 2007-11-20 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog: ChangeLog update Makefile for plugins svn: r9372 2007-11-20 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/Makefile.am: src/plugins/Makefile.am update svn: r9371 2007-11-19 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: po/fr.po update svn: r9370 2007-11-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/Makefile.am: 2007-11-19 Alex Roitman <shura@gramps-project.org> * src/docgen/Makefile.am (dist_pkgdata_DATA): Use proper name. svn: r9369 2007-11-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: Fix crash with alternate parents in Individual Complete Report. svn: r9368 2007-11-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/RelCalc.py, src/plugins/all_relations.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_pl.py, src/plugins/rel_pt.py: 2007-11-19 Benny Malengier <benny.malengier@gramps-project.org> * src/Relationship.py: many improvements and bug fixes * src/plugins/all_relations.py: bug fixes * src/plugins/RelCalc.py: use new API * src/plugins/rel_nl.py: finished, removed comment * src/plugins/rel_it.py: finished * src/plugins/rel_pl.py: move old code here away from Relationship * src/plugins/rel_pt.py: import gen.lib svn: r9367 2007-11-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Fix 0001361: Web report: Directory name conflicts svn: r9366 2007-11-17 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DisplayModels/_RepositoryModel.py: * src/DisplayModels/_RepositoryModel.py: Properly display the city svn: r9365 2007-11-17 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog: ChangeLog update commits svn: r9364 2007-11-17 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: issue 1381, Confidence:Normal svn: r9363 2007-11-17 Stéphane Charette <stephanecharette@gmail.com> * po/ChangeLog, po/de.po: translation update svn: r9362 2007-11-16 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_fr.py: changed comment svn: r9361 2007-11-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog: Remove rellibsrc/plugins/rel_pt.py svn: r9360 2007-11-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * po/ChangeLog, po/de.po: * de.po: Small updates svn: r9359 2007-11-16 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: po/fr.po update svn: r9358 2007-11-16 Jérôme Rapinat <romjerome@yahoo.fr> * src/DataViews/_PersonView.py: src/DataViews/_PersonView.py typo for gettext context svn: r9357 2007-11-16 Jérôme Rapinat <romjerome@yahoo.fr> * src/PageView.py: /src/PageView.py typo for gettext context svn: r9356 2007-11-16 Jérôme Rapinat <romjerome@yahoo.fr> * src/glade/edit_person.glade, src/glade/gramps.glade: src/glade patch issue #1367 svn: r9355 2007-11-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/DbLoader.py, src/Editors/_EditMedia.py, src/Utils.py: Trying to fix unicode filename handling on Windows. Patch ported from 2.2. svn: r9354 2007-11-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/glade/edit_person.glade, src/glade/gramps.glade: 2007-11-16 Jerome Rapinat <romjerome@yahoo.fr> * src/glade/gramps.glade: correct mnemonic_widget * src/glade/edit_person.glade: correct mnemonic_widget ticket #1367 svn: r9353 2007-11-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/plugins/DateParserDisplayTest.py, src/plugins/TestcaseGenerator.py: Move date tests from TestcaseGenerator to seperate plugin svn: r9352 2007-11-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/DataViews/_PedigreeView.py: Remember Seting of the PedigreeView in the config svn: r9351 2007-11-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * : svn:ignore some more files svn: r9350 2007-11-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0001369: Cannot translate (LivingProxy) references on NarrativeWeb dialog svn: r9348 2007-11-13 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: 2007-11-13 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/GraphViz.py: issue #1362, code generation should not show open with ghostview, ..., instead show app with text/plain. svn: r9347 2007-11-13 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/test/_GedcomChar_test.py, src/GrampsDbUtils/test/_GrampsDbWRFactories_test.py, src/test/regrtest.py: minor fix and update to test code svn: r9345 2007-11-13 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/TipOfDay.py: * src/TipOfDay.py: Catch exceptions when parsing the tips file. svn: r9344 2007-11-12 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/ScratchPad.py: 2007-11-12 Gary Burton <gary.burton@zen.co.uk> * src/ScratchPad.py: fixed a crash when building tooltip. Not enough place holders in format string svn: r9342 2007-11-12 Peter Landgren <peter.talken@telia.com> * po/sv.po: Clean up of translation of baptism/christening svn: r9341 2007-11-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/PageView.py: * src/DataViews/_PersonView.py: translation: Edit object, not menu with action|_Edit * src/PageView.py: translation: Edit object, not menu with action|_Edit issue #1370 2007-11-12 Benny Malengier <benny.malengier@gramps-project.org> svn: r9339 2007-11-12 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/MarkerReport.py: src/plugins typo svn: r9338 2007-11-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: use import image 2007-11-12 Benny Malengier <benny.malengier@gramps-project.org> svn: r9337 2007-11-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbLoader.py, src/gramps_main.py: 2007-11-12 Benny Malengier <benny.malengier@gramps-project.org> * src/images/gramps-import.png : import image * src/gramps_main.py: register import image * src/DbLoader.py: Use import not open in import dialog, issue #396 svn: r9336 2007-11-12 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/GraphViz.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: src/plugins typo svn: r9335 2007-11-12 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po update svn: r9334 2007-11-12 James G Sack <jgsack@san.rr.com> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: fix #1364 typo in LDS_ORD_NAME table svn: r9332 2007-11-11 James G Sack <jgsack@san.rr.com> * ChangeLog, src/ArgHandler.py, src/test/gramps_cli_test.py: fix Bug 1358 CLI leftovers svn: r9331 2007-11-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/rel_nl.py: 2007-11-10 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_nl.py: inlaw children are allowed * src/Relationship.py: inlaw children are allowed svn: r9330 2007-11-11 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py update inlaw svn: r9329 2007-11-11 James G Sack <jgsack@san.rr.com> * ChangeLog: belated changelog ehtry documanting R9320 svn: r9328 2007-11-10 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/IndivComplete.py: 2007-11-10 Gary Burton <gary.burton@zen.co.uk> * src/plugins/IndivComplete.py: added support for printing non-primary, non-family events. svn: r9326 2007-11-10 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/Ancestors.py, src/plugins/all_relations.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_pl.py: 2007-11-10 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/all_relations.py: collapse inlaws * src/plugins/Ancestors.py: use new calling grandparent string * src/plugins/rel_nl.py: change to new API * src/plugins/rel_it.py: change comment * src/plugins/rel_pl.py: use old filter * src/Relationship.py: improvements, protected methods 2007-11-08 Benny Malengier <benny.malengier@gramps-project.org> svn: r9325 2007-11-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, TODO, src/DisplayTabs/_EventEmbedList.py: 2007-11-07 Benny Malengier <benny.malengier@gramps-project.org> * TODO: update * src/DisplayTabs/_EventEmbedList.py: catch managed window crash svn: r9324 2007-11-08 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/DataViews/_RelationView.py, src/GrampsWidgets.py: issue #1352, include all children as siblings in relationship view svn: r9323 2007-11-08 Stéphane Charette <stephanecharette@gmail.com> * src/ReportBase/_ReportUtils.py: that'll teach me! -- typo in the typo svn: r9322 2007-11-08 Stéphane Charette <stephanecharette@gmail.com> * src/ReportBase/_ReportUtils.py: typos, no functional change svn: r9321 2007-11-08 James G Sack <jgsack@san.rr.com> * src/GrampsDbUtils/_WriteGrdb.py, src/GrampsDbUtils/test/_GrampsDbWRFactories_test.py: fix missing parent in import and add unit test svn: r9320 2007-11-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/AddMedia.py, src/Editors/_EditPerson.py: * src/AddMedia.py: fix issue #1350, relative path not working addmedia * src/Editors/_EditPerson.py: family rebuild callback error 2007-11-07 Benny Malengier <benny.malengier@gramps-project.org> svn: r9317 2007-11-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/AddMedia.py: 2007-11-07 Benny Malengier <benny.malengier@gramps-project.org> * src/AddMedia.py: media crash, fix issue #1349, change unicode to Utils svn: r9316 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/all_relations.py: * src/plugins/all_relations.py: english issues * src/Relationship.py: english issues 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> svn: r9313 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py: * src/Relationship.py: fix error with nephew, niece 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> svn: r9312 2007-11-06 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py add inlaw svn: r9311 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gramps.py: * src/gramps.py: text error, issue #1342 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> svn: r9310 2007-11-06 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py use correct gen for nephew/niece (out of lists) svn: r9309 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayState.py, src/Relationship.py, src/plugins/all_relations.py, src/plugins/rel_it.py, src/plugins/rel_pl.py: 2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/all_relations.py: refractor, use class * src/Relationship.py: further improvements * src/plugins/rel_pl.py: rename procedure to avoid conflict * src/plugins/rel_it.py: start of changes * src/DisplayState.py: use the new method get_one_relation svn: r9308 2007-11-06 James G Sack <jgsack@san.rr.com> * ChangeLog, src/gen/proxy/dbbase.py: add missing gettext import svn: r9307 2007-11-06 James G Sack <jgsack@san.rr.com> * ChangeLog: fix broken ansel input module by porting (updated) 2.2 version;minor fix to test_util_test.py svn: r9306 2007-11-06 James G Sack <jgsack@san.rr.com> * src/GrampsDbUtils/test/_GedcomChar_test.py, src/ansel_utf8.py, src/test/ansel_utf8_test.py, src/test/test/test_util_test.py: fix broken ansel input module by porting (updated) 2.2 version;minor fix to test_util_test.py svn: r9305 2007-11-06 James G Sack <jgsack@san.rr.com> * src/test/gramps_cli_test.py: really commit this cli-test svn: r9304 2007-11-06 James G Sack <jgsack@san.rr.com> * ChangeLog: extract test code to seperate (_test) module svn: r9303 2007-11-06 James G Sack <jgsack@san.rr.com> * ChangeLog, src/gen/utils/callback.py, src/gen/utils/test/callback_test.py: extract test code to seperate (_test) module svn: r9302 2007-11-06 James G Sack <jgsack@san.rr.com> * ChangeLog, src/test/__init__.py, src/test/regrtest.py, src/test/test/test_util_test.py, src/test/test_util.py: unittest framework kickoff svn: r9301 2007-11-06 James G Sack <jgsack@san.rr.com> * : add src/test/test svn: r9300 2007-11-05 James G Sack <jgsack@san.rr.com> * ChangeLog, config.guess, config.sub: remove 2 configure-generated files from version control svn: r9297 2007-11-05 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: fix first part of issue #1280 svn: r9296 2007-11-04 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/gen/db/Makefile.am, src/gen/lib/Makefile.am, src/gen/proxy/Makefile.am, src/gen/utils/Makefile.am: * src/gen/lib/Makefile.am, src/gen/db/Makefile.am, src/gen/proxy/Makefile.am, src/gen/utils/Makefile.am: Fix path structure svn: r9295 2007-11-04 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: limit image size in gallery svn: r9294 2007-11-03 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: 2007-11-03 Gary Burton <gary.burton@zen.co.uk> * src/plugins/DetDescendantReport.py * src/plugins/DetAncestralReport.py Added functionality to print event and event reference notes. issue #1335 svn: r9292 2007-11-03 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: issue #1340, don't display mime-type svn: r9290 2007-11-01 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: finalize RelLib -> gen.lib transitition svn: r9289 2007-11-01 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, configure.in: * configure.in: We have a runtime check for Python 2.5. Do the same here by using AM_PATH_PYTHON(2.5) svn: r9288 2007-11-01 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py pylint and update strings used by kinship report svn: r9287 2007-10-31 James G Sack <jgsack@san.rr.com> * ChangeLog, src/ArgHandler.py, src/gen/db/dbdir.py, src/gramps.py: CLI fixup: bugs 1331,2,3,4 svn: r9286 2007-10-31 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/_EventView.py: * src/DataViews/_EventView.py: Add properties icon to column editor menu entry - the other views use that too. svn: r9285 2007-10-31 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py start french specific inlaw step svn: r9284 2007-10-31 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py, src/plugins/holidays.xml: 2007-10-31 Blank <dblank@cs.brynmawr.edu> * src/plugins/Calendar.py: added capitalize() to months/days; dst() * src/plugins/holidays.xml: uses dst() Daylight Saving Time function svn: r9283 2007-10-31 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/all_relations.py: 2007-10-31 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/all_relations.py: use collapse family * src/Relationship.py: add collopse equal family svn: r9282 2007-10-31 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py cleanup svn: r9281 2007-10-31 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py: 2007-10-30 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/Calendar.py: added Peter Landgren's locale suggestions svn: r9279 2007-10-30 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py same code for get_single and get_plural svn: r9278 2007-10-30 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/gen/lib/person.py: 2007-10-30 Gary Burton <gary.burton@zen.co.uk> * src/gen/lib/person.py: setting the death index wrongly. svn: r9277 2007-10-30 Peter Landgren <peter.talken@telia.com> * src/gramps.py: Correction of wrong commit svn: r9275 2007-10-30 Peter Landgren <peter.talken@telia.com> * Makefile.am: Correction of wrong commit svn: r9274 2007-10-30 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/rel_fr.py: 2007-10-27 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_fr.py: add test procedure * src/Relationship.py: generlize test procedure svn: r9273 2007-10-30 Peter Landgren <peter.talken@telia.com> * Makefile.am, config.guess, config.sub, po/sv.po, src/gramps.py: Ordinary update of new strings svn: r9272 2007-10-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog: /po/ChangeLog update french translation svn: r9271 2007-10-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po, po/gramps.pot: /po/fr.po update svn: r9270 2007-10-29 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/gen/lib/person.py: 2007-10-29 Gary Burton <gary.burton@zen.co.uk> * src/gen/lib/person.py: reset birth and death indexes after deleting an event. Fixes #1327 svn: r9269 2007-10-29 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/holidays.xml: 2007-10-29 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/holidays.xml: removed SDate: use offset instead svn: r9267 2007-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py level error (-1) on some groups svn: r9266 2007-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py cleanup before looking at step-siblings svn: r9265 2007-10-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DbManager.py: 2007-10-27 Benny Malengier <benny.malengier@gramps-project.org> * src/DbManager.py: issue #1325, localize last date of change svn: r9264 2007-10-28 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/Editors/_EditLocation.py, src/Editors/_EditPlace.py: * src/Editors/_EditPlace.py: fixed name of street MonitoredEntry * src/Editors/_EditLocation.py: fixed name of street MonitoredEntry MonitoredEntry field for street wrongly named as city. Caused strange occasional drag and drop bug. issue #1304 2007-10-28 Gary Burton <gary.burton@zen.co.uk> svn: r9262 2007-10-28 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DisplayTabs/_EmbeddedList.py: 2007-10-28 Gary Burton <gary.burton@zen.co.uk> * src/DisplayTabs/_EnbeddedList.py: Fixed crash when doing a drag and drop with an object that was deleted from a list. issue # 1326 svn: r9260 2007-10-28 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/all_relations.py: /plugins/all_relations.py : change doc headers svn: r9259 2007-10-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py: 2007-10-27 Benny Malengier <benny.malengier@gramps-project.org> * src/Relationship.py: finish up step and inlaw, expand test routine Still to add: half-brother recognition, family collapse svn: r9258 2007-10-28 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/DisplayModels/_PeopleModel.py: 2007-10-28 Gary Burton <gary.burton@zen.co.uk> * src/DisplayModels/_PeopleModel.py: removed a performance change added in revision 8734. This was causing issues #1322 & #1324 Also replaced tab indentation with spaces svn: r9257 2007-10-27 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py: * src/Relationship.py: fix typo 2007-10-27 Benny Malengier <benny.malengier@gramps-project.org> svn: r9256 2007-10-26 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py: 2007-10-27 Benny Malengier <benny.malengier@gramps-project.org> * src/Relationship.py: begin of extension to step and in-law NOT finished. svn: r9255 2007-10-26 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: /plugins/rel_fr.py update svn: r9254 2007-10-26 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/all_relations.py: 2007-10-26 Benny Malengier <benny.malengier@gramps-project.org> * src/Relationship.py: change api get_singular, add docu string * src/plugins/all_relations.py: call get_singular changed. svn: r9253 2007-10-26 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py: 2007-10-25 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/Calendar.py: display date on text report in locale; changed a font default; removed string date class: use offset instead svn: r9251 2007-10-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayState.py, src/ViewManager.py, src/plugins/rel_nl.py: 2007-10-26 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/rel_nl.py: merge in changes of branch22 * src/DisplayState.py: method to set rel class * src/ViewManager.py: call set rel class after loading plugins changed. Not for pl, there that method is inherited. svn: r9250 2007-10-25 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/GrampsWidgets.py: 2007-10-25 Gary Burton <gary.burton@zen.co.uk> * src/GrampsWidgets.py: allow MonitoredEntry widgets to be updated with empty strings. issue #1314 svn: r9248 2007-10-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/lineage.py: * src/plugins/lineage.py: gen variable conflicts with module gen 2007-10-25 Benny Malengier <benny.malengier@gramps-project.org> svn: r9247 2007-10-25 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: po/POTFILES.in add plugins/all_relations svn: r9246 2007-10-25 Peter Landgren <peter.talken@telia.com> * po/sv.po: Ordinary update of new strings svn: r9245 2007-10-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/all_relations.py: 2007-10-25 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/all_relations.py: don't import RelLib svn: r9244 2007-10-25 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/gramps.pot, po/nb.po, po/no.po: Norwegian translation updated. 10 strings to go, but here I need some help... svn: r9243 2007-10-24 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: fix error second/third cousin for RelCalc tool svn: r9242 2007-10-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_pt.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/plugins/rel_sv.py: * src/plugins.py/rel_xx.py: return order of get_relationship_distance changed. Not for pt, there that method is inherited. 2007-10-24 Benny Malengier <benny.malengier@gramps-project.org> svn: r9241 2007-10-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/all_relations.py: 2007-10-24 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/all_relations.py: collapse parents same family in one line * src/Relationship.py: change no parent family code svn: r9240 2007-10-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py: * src/Relationship.py: internationalization of a string 2007-10-23 Benny Malengier <benny.malengier@gramps-project.org> svn: r9239 2007-10-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/RelCalc.py: * src/plugins/RelCalc.py: better comment, issue #1181 2007-10-23 Benny Malengier <benny.malengier@gramps-project.org> svn: r9238 2007-10-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/all_relations.py: 2007-10-23 Benny Malengier <benny.malengier@gramps-project.org> * src/Relationship.py: new algorithm to calculate relation * src/plugins/all_relations.py: begin of quick report to show extended relationship. svn: r9237 2007-10-22 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_GalleryTab.py: 2007-10-22 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayTabs/_GalleryTab.py: correctly update displaytab svn: r9236 2007-10-22 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: 2007-10-22 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py: xml load/save not working, fixed #1319 svn: r9233 2007-10-22 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/ReportBase/_MenuOptions.py: 2007-10-22 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/ReportBase/_MenuOptions.py: Refactored options, GEPS #005 svn: r9231 2007-10-21 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py: 2007-10-21 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/Calendar.py: select first/last marriage for maiden name svn: r9230 2007-10-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_NoteTab.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditSecondary.py: * src/DisplayTabs/_EmbeddedList.py: during rebuild, don't do select change * src/DisplayTabs/_NoteTab.py: connect db note changes so tab updates * src/DisplayTabs/_ButtonTab.py: avoid double call of selection_change * src/DisplayTabs/_GrampsTab.py: method to add db connects, and set connects * src/Editors/_EditPrimary.py: on add tab pass db connection method * src/Editors/_EditSecondary.py: on add tab pass db connection method * src/Editors/_EditReference.py: on add tab pass db connection method 2007-10-21 Benny Malengier <benny.malengier@gramps-project.org> svn: r9229 2007-10-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: 2007-10-21 Benny Malengier <benny.malengier@gramps-project.org> * src/Editors/_EditPerson.py: If a family changes, rebuild family backref of all open editors. issue #1309, causing corrupt database. Also remove unneeded associations rebuild when family changes svn: r9226 2007-10-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py, src/plugins/FamilyLines.py, src/plugins/NarrativeWeb.py, src/plugins/WebCal.py: Remove unused funtions setup_output_notebook and setup_post_process from the ReportDialog class. svn: r9224 2007-10-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/SimpleBookTitle.py: Get book report working again. svn: r9223 2007-10-20 Gary Burton <gary.burton@zen.co.uk> * ChangeLog, src/plugins/NarrativeWeb.py: 2007-10-20 Gary Burton <gary.burton@zen.co.uk> * src/plugins/NarrativeWeb.py: display event reference notes and attributes svn: r9222 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gramps.py, src/gramps_main.py: * src/gramps_main.py: if error and terminate, don't show family manager before exit * src/gramps.py: terminate if wrong python version 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> svn: r9221 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: terminate if wrong python version 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> svn: r9220 2007-10-20 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: #po/fr.po 2.2.9 to trunk svn: r9219 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_BackRefModel.py: * src/DisplayTabs/_BackRefModel.py: allow repository in backref (backref of note) * src/DisplayTabs/_BackRefList.py: allow edit of repository from backrefs 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> svn: r9218 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, README: 2007-10-20 Benny Malengier <benny.malengier@gramps-project.org> * README: gramps 3.0 requires python 2.5 svn: r9217 2007-10-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_NoteTab.py, src/Selectors/_SelectNote.py, src/Selectors/_SelectorFactory.py: 2007-10-19 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayTabs/_EmbeddedList.py: traceback to console on ErrorDialog * src/DisplayTabs/_NoteTab.py: * src/Selectors/_SelectNote.py: * src/Selectors/_SelectorFactory.py: Share button on notetab, enable note selector, normal drag and drop svn: r9215 2007-10-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_EmbeddedList.py: 2007-10-19 Gary Burton <gary.burton@zen.co.uk> * src/DisplayTabs/_EmbeddedList.py: * src/DisplayTabs/_ButtonTab.py: ENTER is edit on embedded lists, issue #1296 svn: r9214 2007-10-19 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/BasicUtils/_NameDisplay.py: 2007-10-18 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/BasicUtils/_NameDisplay.py: bug in making patterns with uppercase svn: r9210 2007-10-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DisplayTabs/Makefile.am, src/DisplayTabs/_NoteBackRefList.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/__init__.py, src/Editors/_EditNote.py, src/glade/gramps.glade: 2007-10-18 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayTabs/__init__.py: add note backref * src/glade/gramps.glade: add notebook to note editor to show backref * src/DisplayTabs/_NoteTab.py: import editnote in method to avoid import loop * src/Editors/_EditNote.py: add notetab of backreferences * src/DisplayTabs/_NoteBackRefList.py: note backreferences list * src/DisplayTabs/Makefile.am: new backref file * po/POTFILES.in: new backref file svn: r9209 2007-10-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/DisplayModels/_NoteModel.py: 2007-10-18 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayModels/_BaseModel.py: remove comments * src/DisplayModels/_NoteModel.py: show all notes again in note view svn: r9208 2007-10-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-10-17 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone svn: r9202 2007-10-17 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py, src/plugins/holidays.xml: * src/plugins/Calendar.py: changed exp eval char to '>' * src/plugins/holidays.xml: added easter and ash wed eval's 2007-10-17 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9201 2007-10-17 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/gen/lib/date.py: 2007-10-17 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/gen/lib/date.py: added method Date.offset(value) -> (y,m,d) svn: r9200 2007-10-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: 2007-10-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py (PersonView.delete_person_response): use gen.utils.delete_person_from_database svn: r9199 2007-10-17 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py: 2007-10-16 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/Calendar.py: Fixed bug with maiden names, added some support for selecting name formats svn: r9198 2007-10-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Patch from Gary Burton to support shared events in the Narrative web report. svn: r9197 2007-10-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/rel_nl.py: 2007-10-16 Frederik De Richter <frederik.de.richter@googlemail.com> * src/plugins/rel_nl.py: new version svn: r9196 2007-10-16 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/Calendar.py, src/plugins/WebCal.py: 2007-10-15 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/WebCal.py: fixed a wrong indent level * src/plugins/Calendar.py: handle divorces, weekdays, easter, eval values in XML svn: r9191 2007-10-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/WebCal.py: Create the directory if it doesn't exist for the web calendar. svn: r9190 2007-10-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2007-10-14 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: fix gen calls svn: r9189 2007-10-14 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py: 2007-10-14 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/_PedigreeView.py: remove useless commented line svn: r9186 2007-10-14 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayState.py: 2007-10-14 Benny Malengier <benny.malengier@gramps-project.org> * src/DisplayState.py: actiongroup made double, gives warnings (errors) in newer GTK svn: r9184 2007-10-14 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/holidays.xml: 2007-10-14 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/plugins/holidays.xml: Added German holidays (from Mirko Leonhaeuser) svn: r9181 2007-10-14 Erik De Richter <erikdrgm@users.sourceforge.net> * po/ChangeLog, po/nl.po: new string translations svn: r9180 2007-10-14 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/plugins/holidays.xml: * src/plugins/holidays.xml: Fixed Victoria Day (via James A. Treacy) * src/plugins/holidays.xml: Added Swedish official holidays (via Peter L andgren) 2007-10-13 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9179 2007-10-14 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/BasicUtils/_NameDisplay.py: * src/BasicUtils/_NameDisplay.py: Feature Request #1018, optional parens and commas in NameDisplay, new "common" & "initials" keywords, and i18n 2007-10-13 Douglas S. Blank <dblank@cs.brynmawr.edu> svn: r9178 2007-10-14 Doug Blank <doug.blank@gmail.com> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/Utils.py: * 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 Doug Blank <doug.blank@gmail.com> * ChangeLog: * 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 Doug Blank <doug.blank@gmail.com> * src/ReportBase/_MenuOptions.py, src/ReportBase/__init__.py, src/plugins/Calendar.py: * 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: r9175 2007-10-13 Stéphane Charette <stephanecharette@gmail.com> * : fix svn:keywords from previous commit svn: r9173 2007-10-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0001252: Unicode error in NarrativeWeb.py in gramps3.0 svn: r9170 2007-10-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/unused.glade: 2007-10-12 Alex Roitman <shura@gramps-project.org> * src/plugins/unused.glade: Do not translate GTK stock ids. svn: r9166 2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gramps_main.py: * 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 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Sort.py, src/plugins/NarrativeWeb.py: 0001238: Web report: sort references for places and media (use locale.strcoll for sorting) svn: r9162 2007-10-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/gen/lib/note.py: 2007-10-12 Don Allingham <don@gramps-project.org> * src/gen/lib/note.py (Note.get): fix typo svn: r9161 2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_MatchesSourceFilter.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_MatchesEventFilter.py, src/Filters/Rules/Person/__init__.py: * 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gen/db/dbdir.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbState.py, src/DisplayState.py: 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-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/__init__.py, src/Filters/_FilterParser.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsDbUtils/_ReadXML.py: typo in previous commit svn: r9152 2007-10-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_ReadXML.py, src/gen/db/base.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DateHandler/__init__.py: 2007-10-11 Benny Malengier <benny.malengier@gramps-project.org> * src/DateHandler/__init__.py: use portuguese date handler svn: r9142 2007-10-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbWriteXML.py, src/gen/db/__init__.py, src/gen/db/base.py: 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 Don Allingham <don@gramps-project.org> * po/POTFILES.in, src/docgen/Makefile.am: svn: r9131 2007-10-10 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DateHandler/Makefile.am, src/DateHandler/_Date_pt.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * po/ChangeLog, po/sl.po: 2007-10-10 Bernard Banko <bernard.banko@siol.net> * sl.po: New language, slovenian svn: r9125 2007-10-10 Don Allingham <don@gramps-project.org> * ChangeLog, config.guess, config.sub, po/POTFILES.in, src/GrampsDb/Makefile.am, src/Makefile.am, src/gen/db/Makefile.am, src/gen/lib/primaryobj.py: 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-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: 2007-10-09 Alex Roitman <shura@gramps-project.org> * configure.in: remove obsolete RelLib/Makefile.in svn: r9120 2007-10-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDbUtils/_ReadXML.py, src/gen/db/base.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog: wrong filename in changelog svn: r9117 2007-10-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditName.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsInMemDB.py, src/gen/lib/name.py: 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-08 Alex Roitman <shura@gramps-project.org> * configure.in: svn: r9112 2007-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: * src/GrampsDbUtils/_WriteGedcom.py (__submitter): Remove old usage. svn: r9111 2007-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/GrampsDbUtils/_ReadXML.py: * src/GrampsDbUtils/_ReadXML.py (stop_research): Remove old usage. svn: r9110 2007-10-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py, src/GrampsDb/Makefile.am, src/GrampsDb/_ProgressMonitor.py, src/GrampsDb/__init__.py, src/GrampsDbUtils/_ReadXML.py, src/ProgressDialog.py, src/ViewManager.py, src/gen/db/Makefile.am, src/gen/db/base.py, src/gen/db/callback.py, src/gen/db/iterator.py, src/gen/db/longop.py, src/gen/lib/date.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gen/utils/callback.py, src/gen/utils/longop.py, src/gen/utils/progressmon.py: * various: cleanup 2007-10-08 Don Allingham <don@gramps-project.org> svn: r9109 2007-10-08 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py: svn: r9108 2007-10-08 Don Allingham <don@gramps-project.org> * : property set svn: r9107 2007-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py (get_researcher): Remove old usage. svn: r9105 2007-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/lib/researcher.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gen/lib/researcher.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/gen/lib/Makefile.am, src/gen/lib/attrbase.py, src/gen/lib/attributeBase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/family.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/person.py: * src/gen/lib/attrbase.py: renamed from attributeBase.py 2007-10-08 Don Allingham <don@gramps-project.org> svn: r9102 2007-10-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/BasicUtils/_NameDisplay.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_NoteView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RelationView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/Date.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_pl.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sv.py, src/DisplayModels/_EventModel.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_NoteModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AttrEmbedList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_FamilyLdsEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_LdsEmbedList.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_PersonEventEmbedList.py, src/DisplayTabs/_PersonRefEmbedList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_WebEmbedList.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/Event/_HasType.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasCompleteRecord.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/Person/_HasRelationship.py, src/Filters/Rules/Person/_HasUnknownGender.py, src/Filters/Rules/Person/_HaveAltFamilies.py, src/Filters/Rules/Person/_IsFemale.py, src/Filters/Rules/Person/_IsMale.py, src/Filters/Rules/Person/_IsWitness.py, src/Filters/Rules/Repository/_HasRepo.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasMarkerBase.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/Filters/_GenericFilter.py, src/GrampsCfg.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDbUtils/_GedcomInfo.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomUtils.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsWidgets.py, src/Merge/_MergePerson.py, src/Models/_FastFilterModel.py, src/Models/_FastModel.py, src/Models/_PersonFilterModel.py, src/Models/_PersonListModel.py, src/Models/_PersonTreeModel.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/__init__.py, src/RelLib/Makefile.am, src/RelLib/_Address.py, src/RelLib/_AddressBase.py, src/RelLib/_Attribute.py, src/RelLib/_AttributeBase.py, src/RelLib/_AttributeType.py, src/RelLib/_BaseObject.py, src/RelLib/_BasicPrimaryObject.py, src/RelLib/_CalSdn.py, src/RelLib/_ChildRef.py, src/RelLib/_ChildRefType.py, src/RelLib/_Date.py, src/RelLib/_DateBase.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_EventRoleType.py, src/RelLib/_EventType.py, src/RelLib/_Family.py, src/RelLib/_FamilyRelType.py, src/RelLib/_GenderStats.py, src/RelLib/_GrampsType.py, src/RelLib/_LdsOrd.py, src/RelLib/_LdsOrdBase.py, src/RelLib/_Location.py, src/RelLib/_LocationBase.py, src/RelLib/_MarkerType.py, src/RelLib/_MediaBase.py, src/RelLib/_MediaObject.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_NameType.py, src/RelLib/_Note.py, src/RelLib/_NoteBase.py, src/RelLib/_NoteType.py, src/RelLib/_Person.py, src/RelLib/_PersonRef.py, src/RelLib/_Place.py, src/RelLib/_PlaceBase.py, src/RelLib/_PrimaryObject.py, src/RelLib/_PrivacyBase.py, src/RelLib/_PrivateSourceNote.py, src/RelLib/_RefBase.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_RepositoryType.py, src/RelLib/_Researcher.py, src/RelLib/_SecondaryObject.py, src/RelLib/_Source.py, src/RelLib/_SourceBase.py, src/RelLib/_SourceMediaType.py, src/RelLib/_SourceNote.py, src/RelLib/_SourceRef.py, src/RelLib/_Url.py, src/RelLib/_UrlBase.py, src/RelLib/_UrlType.py, src/RelLib/_Witness.py, src/RelLib/__init__.py, src/Relationship.py, src/ReportBase/_ReportUtils.py, src/ScratchPad.py, src/Simple/_SimpleAccess.py, src/Sort.py, src/SubstKeywords.py, src/ToolTips.py, src/TreeViews/_PersonTreeView.py, src/Utils.py, src/date_test.py, src/gen/Makefile.am, src/gen/__init__.py, src/gen/db/base.py, src/gen/db/dbdir.py, src/gen/lib/Makefile.am, src/gen/lib/__init__.py, src/gen/lib/address.py, src/gen/lib/addressbase.py, src/gen/lib/attribute.py, src/gen/lib/attributeBase.py, src/gen/lib/attrtype.py, src/gen/lib/baseobj.py, src/gen/lib/calendar.py, src/gen/lib/childref.py, src/gen/lib/childreftype.py, src/gen/lib/date.py, src/gen/lib/datebase.py, src/gen/lib/event.py, src/gen/lib/eventref.py, src/gen/lib/eventroletype.py, src/gen/lib/eventtype.py, src/gen/lib/family.py, src/gen/lib/familyreltype.py, src/gen/lib/genderstats.py, src/gen/lib/grampstype.py, src/gen/lib/ldsord.py, src/gen/lib/ldsordbase.py, src/gen/lib/location.py, src/gen/lib/locationbase.py, src/gen/lib/markertype.py, src/gen/lib/mediabase.py, src/gen/lib/mediaobj.py, src/gen/lib/mediaref.py, src/gen/lib/name.py, src/gen/lib/nametype.py, src/gen/lib/note.py, src/gen/lib/notebase.py, src/gen/lib/notetype.py, src/gen/lib/person.py, src/gen/lib/personref.py, src/gen/lib/place.py, src/gen/lib/placebase.py, src/gen/lib/primaryobj.py, src/gen/lib/privacybase.py, src/gen/lib/privsrcnote.py, src/gen/lib/refbase.py, src/gen/lib/repo.py, src/gen/lib/reporef.py, src/gen/lib/repotype.py, src/gen/lib/researcher.py, src/gen/lib/secondaryobj.py, src/gen/lib/src.py, src/gen/lib/srcbase.py, src/gen/lib/srcmediatype.py, src/gen/lib/srcnote.py, src/gen/lib/srcref.py, src/gen/lib/url.py, src/gen/lib/urlbase.py, src/gen/lib/urltype.py, src/gen/lib/witness.py, src/gen/proxy/dbbase.py, src/gen/proxy/filter.py, src/gen/proxy/living.py, src/gen/proxy/private.py, src/gen/utils/dbutils.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventNames.py, src/plugins/ExportCSV.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FamilyGroup.py, src/plugins/FamilyLines.py, src/plugins/FindDupes.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/ImportCSV.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/MarkerReport.py, src/plugins/MediaManager.py, src/plugins/NarrativeWeb.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/Verify.py, src/plugins/WebCal.py, src/plugins/WriteGeneWeb.py, src/plugins/lineage.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_pl.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/plugins/rel_sv.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_FamilyList.py, src/DataViews/_RelationView.py, src/DisplayModels/_FamilyModel.py, src/Editors/_EditPerson.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDb/__init__.py, src/GrampsDbUtils/_WriteGrdb.py, src/Merge/_MergePerson.py, src/gen/utils/Makefile.am, src/gen/utils/__init__.py, src/gen/utils/dbutils.py: 2007-10-07 Don Allingham <don@gramps-project.org> * various: gen.utils integrationk svn: r9100 2007-10-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/PageView.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_Backup.py: * src/gen/db/GrampsDbUtils/_Backup.py: use gen.db 2007-10-07 Don Allingham <don@gramps-project.org> svn: r9093 2007-10-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/gen/db/__init__.py: 2007-10-07 Don Allingham <don@gramps-project.org> * src/gen/db/__init__.py: commit svn: r9092 2007-10-07 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_PersonView.py, src/DbLoader.py, src/DbState.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/GrampsDb/_CursorIterator.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsCursor.py, src/GrampsDb/_GrampsDBCallback.py, src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsDbConst.py, src/GrampsDb/_GrampsDbExceptions.py, src/GrampsDb/_GrampsDbFactories.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDb/_LongOpStatus.py, src/GrampsDb/__init__.py, src/GrampsDbUtils/_Backup.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/Merge/_MergePerson.py, src/ProgressDialog.py, src/ReportBase/_Endnotes.py, src/ReportBase/_ReportUtils.py, src/ViewManager.py, src/gen/__init__.py, src/gen/db/Makefile.am, src/gen/db/base.py, src/gen/db/callback.py, src/gen/db/cursor.py, src/gen/db/dbconst.py, src/gen/db/dbdir.py, src/gen/db/exceptions.py, src/gen/db/iterator.py, src/gen/db/longop.py, src/gramps_main.py, src/plugins/Checkpoint.py, src/plugins/ReadGrdb.py, src/plugins/ReadPkg.py, src/plugins/WriteCD.py: 2007-10-06 Don Allingham <don@gramps-project.org> * various: creation of gen.db package svn: r9091 2007-10-06 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/DisplayTabs/_GalleryTab.py, src/plugins/Check.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/Check.py: 2007-10-06 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/Check.py: add remove empty objects. svn: r9087 2007-10-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * : Set svn:ignore on src/gen and src/gen/proxy. svn: r9086 2007-10-05 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/Calendar.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_GalleryTab.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py: add comment strings svn: r9079 2007-10-05 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_GrampsXMLDB.py: 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 Don Allingham <don@gramps-project.org> * src/gen/__init__.py, src/gen/proxy/__init__.py: svn: r9076 2007-10-04 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 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-03 Don Allingham <don@gramps-project.org> * src/GrampsDb/Makefile.am, src/GrampsDb/_HelperFunctions.py, src/GrampsDb/__init__.py, src/gen/Makefile.am, src/gen/proxy/Makefile.am: svn: r9074 2007-10-03 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/GrampsDbUtils/_ReadXML.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Spell.py: 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 Don Allingham <don@gramps-project.org> * po/POTFILES.in, src/gen/proxy/filter.py, src/gen/proxy/filterproxy.py, src/gen/proxy/living.py, src/gen/proxy/livingproxy.py, src/gen/proxy/private.py, src/gen/proxy/privateproxy.py: svn: r9067 2007-10-03 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, po/POTFILES.in, src/GrampsDb/Makefile.am, src/GrampsDb/_DbBase.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_FilterProxyDb.py, src/GrampsDbUtils/_LivingProxyDb.py, src/GrampsDbUtils/_PrivateProxyDb.py, src/GrampsDbUtils/_ProxyDbBase.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/__init__.py, src/Makefile.am, src/gen/proxy/dbbase.py, src/gen/proxy/filterproxy.py, src/gen/proxy/livingproxy.py, src/gen/proxy/privateproxy.py, src/gen/proxy/proxybase.py, src/plugins/NarrativeWeb.py, src/plugins/WritePkg.py: 2007-10-03 Don Allingham <don@gramps-project.org> * various: create gen package, move proxy files to this library svn: r9066 2007-10-03 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_NoteView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RelationView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/PageView.py: 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-02 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DateEdit.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/glade/gramps.glade: 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 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0001238: Web report: sort references for places and media (use locale and case sensitive sort) svn: r9059 2007-10-01 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/Editors/_EditFamily.py, src/GrampsWidgets.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditMediaRef.py, src/GrampsDb/_GrampsDbConst.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/gramps.py: 2007-09-28 James G. Sack <jgsack@san.rr.com> * src/gramps.py: remove wrong setting of sys.path svn: r9056 2007-10-01 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po, po/gramps.pot: update french translation svn: r9055 2007-10-01 Jérôme Rapinat <romjerome@yahoo.fr> * src/docgen/Makefile.am: add missing reference for CairoDoc svn: r9054 2007-10-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/plugins/AncestorChart.py, src/plugins/DescendChart.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsXMLDB.py: 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 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: #0001238: Web report: sort references for places and media svn: r9049 2007-10-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: 0001253: Calendar report crashes without margins entered. svn: r9048 2007-09-30 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/data/main1.css, src/data/main2.css, src/data/main3.css, src/data/main4.css, src/data/main5.css: fix IE7 display issue with NarrativeWeb gallery; gramps bug #0001266 svn: r9047 2007-09-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: Fix zooming problem in print preview. svn: r9044 2007-09-30 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_GraphvizReportDialog.py: Fix typo in GVDoc.py svn: r9043 2007-09-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_Constants.py, src/ReportBase/_GraphvizReportDialog.py, src/ReportBase/_ReportDialog.py, src/plugins/GVHourGlass.py: Added support for new GVDoc interface which makes it easier to write reports that user Graphviz for layout. svn: r9042 2007-09-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/gramps.py: Don't import gramps_main until logging is setup. svn: r9041 2007-09-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDbUtils/_ReadXML.py: 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 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: Patch from James G. Sack <jgsack@san.rr.com>: 0001187: Runaway Gramps XML file sizes svn: r9034 2007-09-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/GrampsDb/_GrampsDbBase.py, src/glade/gramps.glade: 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-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/PdfDoc.py: Rewrite PDF docgen without gtk.PrintOperation/PrintContext dependency. svn: r9029 2007-09-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/CairoDoc.py, src/docgen/GtkPrint.py, src/docgen/PdfDoc.py: CairoDoc.py, GtkPrint.py and PdfDoc.py cleanup. svn: r9028 2007-09-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/GrampsWidgets.py, src/ThumbNails.py, src/glade/gramps.glade: 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 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_PaperMenu.py, src/const.py.in, src/data/papersize.xml, src/docgen/CairoDoc.py: 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 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Patch from Gary Burton: provide fallback dates on Narrative Web pages (Issue #0001258). svn: r9025 2007-09-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 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 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/CairoDoc.py: 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 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/CairoDoc.py, src/docgen/PdfDoc.py: 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 Peter Landgren <peter.talken@telia.com> * po/sv.po: Updated translation; still some untranslated strings. Hope for feedback svn: r9017 2007-09-27 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/FilterEditor/_EditRule.py: 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 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: need to remove this references for generating a new gramps.pot svn: r9013 2007-09-26 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/Check.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Selectors/Makefile.am, src/Selectors/_SelectNote.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py: 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-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog: 2007-09-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog: delete svn:keywords, not used in Changelog file. svn: r9007 2007-09-25 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update french translation svn: r9006 2007-09-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_NoteView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py: 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 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, po/POTFILES.in, src/BaseDoc.py, src/glade/Makefile.am: 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-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py: no filter and column editor on event view, issue #1248 svn: r9002 2007-09-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayModels/_NoteModel.py: correct bug in unattached with filter svn: r9001 2007-09-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ArgHandler.py: read recent file is broken in GRAMPS 30 ! DISABLE svn: r9000 2007-09-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog: Fix date in ChangeLog svn: r8999 2007-09-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/plugins/NarrativeWeb.py, src/plugins/WebCal.py: 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-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/MarkerReport.py: * src/plugins/MarkerReport.py: localize fixed markers, issue #1137 2007-09-20 Benny Malengier <benny.malengier@gramps-project.org> svn: r8997 2007-09-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/RelLib/_Date.py: * src/RelLib/_Date.py: pylint and remove import of DateHandler as not really needed and unwanted in RelLib. svn: r8996 2007-09-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Config/_GrampsConfigKeys.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/MediaObject/_HasMedia.py, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_RuleUtils.py, src/RelLib/_CalSdn.py, src/RelLib/_Date.py: * 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 Benny Malengier <benny.malengier@gramps-project.org> * src/DateHandler/_DateParser.py: apply rev 8351 to 3.0 branch: text date with correct modifier svn: r8994 2007-09-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog: apply rev 8351 to 3.0 branch: text date with correct modifiersrc/DateHandler/_DateParser.py svn: r8993 2007-09-19 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDisplay.py: * 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, TODO, src/GrampsDbUtils/_GedcomStageOne.py: 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-17 Benny Malengier <benny.malengier@gramps-project.org> * po/ChangeLog, po/pt_BR.po: Brazilian translation svn: r8989 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/glade/gramps.glade: 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/glade/gramps.glade: Make labels translatable. #0001035 svn: r8987 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_ReportDialog.py, src/docgen/GtkPrint.py: 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 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translations svn: r8985 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_MenuOptions.py, src/docgen/GtkPrint.py: 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-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_ReportDialog.py, src/glade/paper_settings.glade: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DisplayState.py, src/DisplayTabs/_LdsModel.py, src/Editors/_EditLdsOrd.py, src/GrampsDbUtils/_GedcomParse.py, src/LdsUtils.py, src/ListModel.py, src/PageView.py, src/ViewManager.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/DisplayModels/_NoteModel.py: Only show unattached notes in note view svn: r8981 2007-09-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/BaseDoc.py: 2007-09-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/BaseDoc.py (PaperStyle): Allow custom margin setting in __init__. svn: r8980 2007-09-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_ReportDialog.py, src/glade/paper_settings.glade: 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 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_MenuOptions.py, src/ReportBase/__init__.py, src/plugins/Calendar.py: Bring the calendar report up to date with the changes in the 3.0 branch. Issue #0001170. svn: r8978 2007-09-15 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_ReportDialog.py, src/glade/paper_settings.glade: * 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 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_ReportDialog.py: 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-14 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, TODO: 2007-09-14 Benny Malengier <benny.malengier@gramps-project.org> * TODO: Update TODO file svn: r8975 2007-09-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: Added. 2007-09-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8974 2007-09-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/CairoDoc.py, src/docgen/GtkPrint.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomTokens.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/lineage.py: 2007-09-13 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/lineage.py: Final touches, loop detection svn: r8971 2007-09-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_NoteView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RelationView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/PageView.py: * 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-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py: 2007-09-12 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: update thumbnail on data update (#1226) svn: r8968 2007-09-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/ThumbNails.py, src/images/Makefile.am: * 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/lineage.py: 2007-09-12 Benny Malengier <benny.malengier@gramps-project.org> * src/plugins/lineage.py: Improvements svn: r8966 2007-09-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py, src/plugins/WriteCD.py: 2007-09-12 Don Allingham <don@gramps-project.org> * src/docgen/ODFDoc.py (ODFDoc): Fix ratio assignment svn: r8965 2007-09-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/plugins/Makefile.am, src/plugins/lineage.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/PageView.py: 2007-09-11 Don Allingham <don@gramps-project.org> * src/PageView.py: add some documentation svn: r8962 2007-09-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/PageView.py, src/QuickReports.py: svn: r8961 2007-09-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImgManip.py, src/SubstKeywords.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/ImgManip.py, src/Makefile.am, src/Selectors/_SelectObject.py, src/ThumbNails.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/RTFDoc.py, src/plugins/WriteCD.py: * 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-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/DbManager.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/ImgManip.py, src/ThumbNails.py, src/plugins/FamilyLines.py, src/plugins/GraphViz.py, src/plugins/NarrativeWeb.py, src/plugins/SimpleBookTitle.py, src/plugins/WebCal.py: 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 Don Allingham <don@gramps-project.org> * src/docgen/AbiWord2Doc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py: svn: r8957 2007-09-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart.py: Limit Ancestor Chart to 15 generations. svn: r8956 2007-09-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Reorder.py, src/Sort.py, src/SubstKeywords.py, src/TipOfDay.py, src/TransUtils.py, src/Utils.py, src/soundex.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/ViewManager.py: 2007-09-09 Don Allingham <don@gramps-project.org> * src/ViewManager.py: cleanup * src/DisplayState.py: cleanup svn: r8954 2007-09-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-09-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Use font color from paragraph style. svn: r8953 2007-09-09 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r8952 2007-09-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/DbLoader.py, src/ExportOptions.py, src/FontScale.py, src/GrampsDisplay.py, src/GrampsWidgets.py, src/ViewManager.py: 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-08 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/DisplayState.py, src/GrampsWidgets.py, src/PageView.py, src/ViewManager.py: 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 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: # po/fr.po : translation harmonisation by Federic Chateaux svn: r8949 2007-09-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/Assistant.py, src/BaseDoc.py, src/ColumnOrder.py, src/Config/_GrampsIniKeys.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DateEdit.py, src/DbLoader.py, src/DbManager.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_SourceModel.py, src/DisplayState.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/ExportAssistant.py, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/__init__.py, src/GrampsCfg.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbConst.py, src/GrampsDb/_GrampsDbFactories.py, src/GrampsDbUtils/_GedcomInfo.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/GrampsLogger/_ErrorReportAssistant.py, src/ImgManip.py, src/LdsUtils.py, src/ListModel.py, src/ManagedWindow.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonPreviewFrame.py, src/PageView.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Tool.py, src/QuestionDialog.py, src/RecentFiles.py, src/Reorder.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_StyleEditor.py, src/ReportBase/_TemplateParser.py, src/ScratchPad.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/TipOfDay.py, src/ViewManager.py, src/const.py.in, src/docgen/HtmlDoc.py, src/docgen/ODFDoc.py, src/docgen/ODSDoc.py, src/docgen/ODSTab.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/TextBufDoc.py, src/gramps.py, src/gramps_main.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/EventCmp.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/NarrativeWeb.py, src/plugins/ReadPkg.py, src/plugins/Verify.py, src/plugins/WebCal.py, src/plugins/WriteCD.py: * 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 Don Allingham <don@gramps-project.org> * src/DateHandler/_Date_fr.py, src/Spell.py: svn: r8947 2007-09-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/Assistant.py, src/Date.py, src/Spell.py, src/ansel_utf8.py: * 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-07 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: plugins/rel_fr.py : better string descriptions svn: r8945 2007-09-07 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_fr.py: DateHandler/_Date_fr.py : try to avoid negative dates conversion (B.C.E) svn: r8944 2007-09-07 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/GrampsDb/_DbBase.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomStageOne.py, src/GrampsDbUtils/_GedcomUtils.py, src/GrampsDbUtils/_ProxyDbBase.py, src/GrampsDbUtils/_ReadGedcom.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteXML.py: 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 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: plugins/rel_fr.py : better string descriptions svn: r8942 2007-09-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-09-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Small fixes. Enable graphical reports. svn: r8941 2007-09-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am: svn: r8940 2007-09-07 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_fr.py: add translation for negatives dates (B.C.E) svn: r8939 2007-09-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py: pylint fixes 2007-09-06 Don Allingham <don@gramps-project.org> svn: r8938 2007-09-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-09-06 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: more pylint fixes svn: r8937 2007-09-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-09-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Getting close to something useful. svn: r8936 2007-09-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-09-06 Don Allingham <don.allingham@dothill.com> * src/GrampsDbUtils/_WriteGedcom.py: pylint svn: r8935 2007-09-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py, src/docgen/PdfDoc.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/docgen/GtkPrint.py, src/gramps_main.py, src/images/scalable/gramps-zoom-best-fit.svg, src/images/scalable/gramps-zoom-fit-width.svg, src/images/scalable/gramps-zoom-in.svg, src/images/scalable/gramps-zoom-out.svg: * 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/MarkupText.py, src/gramps_main.py, src/images/scalable/gramps-font.svg: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_WriteGedcom.py: * 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-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteXML.py: * src/GrampsDbUtils/_WriteXML.py: fix typo 2007-09-05 Don Allingham <don@gramps-project.org> svn: r8930 2007-09-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/Makefile.am, src/GrampsDb/_GrampsDbFactories.py, src/GrampsDbUtils/_WriteXML.py: 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 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-09-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Some work on graphical reports. svn: r8928 2007-09-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py: 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 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/Makefile.am, src/ReportBase/_MenuOptions.py, src/ReportBase/__init__.py, src/Utils.py, src/plugins/AncestorChart.py, src/plugins/DescendChart.py, src/plugins/FanChart.py: Add MenuOptions class for report options. svn: r8926 2007-09-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteXML.py, src/plugins/WritePkg.py: 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-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py, src/docgen/gtkprintpreview.glade: 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-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r8923 2007-09-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: * src/GrampsDbUtils/_WriteGedcom.py: Fix note level (bug #1204) 2007-09-01 Don Allingham <don@gramps-project.org> svn: r8922 2007-09-01 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translation svn: r8921 2007-09-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py: 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 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/images/scalable/gramps-event.svg, src/images/scalable/gramps-family.svg, src/images/scalable/gramps-font-bgcolor.svg, src/images/scalable/gramps-font-color.svg: 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 Don Allingham <don@gramps-project.org> * po/gramps.pot: svn: r8918 2007-09-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/WebCal.py: 2007-09-01 Espen Berge <espenbe@gmail.com> * src/plugins/WebCal.py: fix translation issues svn: r8917 2007-09-01 Jérôme Rapinat <romjerome@yahoo.fr> * : sepia.tpkg: change css web link color svn: r8916 2007-09-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py: Fix undefined child reference (#1198) 2007-09-01 Don Allingham <don@gramps-project.org> svn: r8915 2007-09-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py: Fix note assignment, fix srcref text handling (#1185) svn: r8914 2007-09-01 Don Allingham <don@gramps-project.org> * po/ChangeLog, po/sv.po: 2007-09-01 Peter Landgren <peter.talken@telia.com> * sv.po: Update. svn: r8913 2007-09-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_FilterProxyDb.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_ReadXML.py: 2007-09-01 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py (GedcomParser.__event_inline_note): fix note assignment 2007-09-01 Serge Noiraud <Serge.Noiraud@free.fr> * src/GrampsDbUtils/_GedcomParse.py (GedcomParser.__event_inline_note): fix level handling svn: r8912 2007-09-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-09-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Debugging disabled. svn: r8911 2007-08-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_LivingProxyDb.py, src/GrampsDbUtils/_ProxyDbBase.py, src/GrampsDbUtils/_WriteXML.py: 2007-08-31 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbWriteXML.py: XML export fixes * src/GrampsDbUtils/_LivingProxyDb.py: XML export fixes * src/GrampsDbUtils/_WriteXML.py: XML export fixes * src/GrampsDbUtils/_ProxyDbBase.py: XML export fixes svn: r8910 2007-08-31 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py, src/docgen/gtkprintpreview.glade, src/gramps_main.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-zoom-fit-width.svg: 2007-09-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/images/16x16/gramps-zoom-fit-width.png: * src/images/16x16/Makefile.am: * src/images/22x22/gramps-zoom-fit-width.png; * src/images/22x22/Makefile.am: * src/images/48x48/gramps-zoom-fit-width.png: * src/images/48x48/Makefile.am: * src/images/scalable/gramps-zoom-fit-width.svg: * src/images/scalable/Makefile.am: * src/gramps_main.py: 'Zoom to fit width' stock icon added. (Please draw a better one!!!) * src/docgen/gtkprintpreview.glade: * src/docgen/GtkPrint.py: Print preview is 99.999% complete. svn: r8909 2007-08-31 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/PlaceUtils.py: unicode char feature 1199 svn: r8908 2007-08-31 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog: better changelog text svn: r8906 2007-08-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/ExportAssistant.py: 2007-08-31 Don Allingham <don@gramps-project.org> * src/ExportAssistant.py (ExportAssistant.pulse_progressbar): fix display value, crashed if text wasn't specified svn: r8905 2007-08-31 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: bug, save(self, obj) to save(self, *obj) svn: r8904 2007-08-31 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/PlaceUtils.py: unicode char feature 1199 svn: r8903 2007-08-31 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/Filters/Rules/_HasReferenceCountBase.py: move some filter code from ::apply() into ::prepare() to ensure it executes only once svn: r8901 2007-08-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/BasicUtils/_UpdateCallback.py, src/ExportAssistant.py, src/ExportOptions.py, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-30 Don Allingham <don@gramps-project.org> * src/BasicUtils/_UpdateCallback.py: add support for text in progressbar * src/ExportAssistant.py: add support for text in progressbar * src/ExportOptions.py: add support for text in progressbar * src/GrampsDbUtils/_WriteGedcom.py: add support for text in progressbar 2007-08-30 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDBDir.py: use types.InstanceType * src/RelLib/_SourceBase.py: use types.InstanceType * src/RelLib/_Source.py: use types.InstanceType * src/RelLib/_MediaObject.py: use types.InstanceType * src/RelLib/_Person.py: use types.InstanceType * src/RelLib/_DateBase.py: use types.InstanceType * src/RelLib/_ChildRef.py: use types.InstanceType * src/RelLib/_Family.py: use types.InstanceType * src/RelLib/_Place.py: use types.InstanceType * src/RelLib/_RepoRef.py: use types.InstanceType * src/RelLib/_Note.py: use types.InstanceType * src/RelLib/_EventRef.py: use types.InstanceType * src/RelLib/_Repository.py: use types.InstanceType * src/RelLib/_Event.py: use types.InstanceType svn: r8900 2007-08-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDBDir.py, src/RelLib/_ChildRef.py, src/RelLib/_DateBase.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_MediaObject.py, src/RelLib/_Note.py, src/RelLib/_Person.py, src/RelLib/_Place.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_Source.py, src/RelLib/_SourceBase.py: * src/GrampsDb/_GrampsDBDir.py: use types.InstanceType * src/RelLib/_SourceBase.py: use types.InstanceType * src/RelLib/_Source.py: use types.InstanceType * src/RelLib/_MediaObject.py: use types.InstanceType * src/RelLib/_Person.py: use types.InstanceType * src/RelLib/_DateBase.py: use types.InstanceType * src/RelLib/_ChildRef.py: use types.InstanceType * src/RelLib/_Family.py: use types.InstanceType * src/RelLib/_Place.py: use types.InstanceType * src/RelLib/_RepoRef.py: use types.InstanceType * src/RelLib/_Note.py: use types.InstanceType * src/RelLib/_EventRef.py: use types.InstanceType * src/RelLib/_Repository.py: use types.InstanceType * src/RelLib/_Event.py: use types.InstanceType 2007-08-29 Don Allingham <don@gramps-project.org> svn: r8899 2007-08-30 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ExportAssistant.py: progressbar in exportassistant svn: r8898 2007-08-30 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/Editors/_EditFamily.py, src/Editors/_EditPerson.py, src/Editors/_EditPrimary.py, src/PageView.py, src/Simple/_SimpleAccess.py, src/glade/gramps.glade, src/plugins/all_events.py: Family context menu with quick reports svn: r8897 2007-08-30 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog: Family context menu with quick reports svn: r8896 2007-08-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: * src/GrampsDbUtils/_WriteGedcom.py (GedcomWriter.__write_person_name): fix handling of patronymic names 2007-08-30 Don Allingham <don@gramps-project.org> svn: r8895 2007-08-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/_MediaObject.py: 2007-08-30 Don Allingham <don@gramps-project.org> * src/RelLib/_MediaObject.py (MediaObject.unserialize): fix init of self.marker svn: r8894 2007-08-30 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translation svn: r8893 2007-08-30 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, po/POTFILES.in, src/FilterEditor/_EditRule.py, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_HasReferenceCountOf.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_HasReferenceCountOf.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/MediaObject/_HasReferenceCountOf.py, src/Filters/Rules/MediaObject/__init__.py, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Note/_HasReferenceCountOf.py, src/Filters/Rules/Note/__init__.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Place/_HasReferenceCountOf.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Repository/_HasReferenceCountOf.py, src/Filters/Rules/Repository/__init__.py, src/Filters/Rules/Source/Makefile.am, src/Filters/Rules/Source/_HasReferenceCountOf.py, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/_HasReferenceCountBase.py: new reference count filters svn: r8892 2007-08-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py, src/RelLib/_Place.py, src/RelLib/_Source.py: * src/RelLib/_Source.py: fix fast unserialize() * src/RelLib/_Place.py: fix fast unserialize() * src/GrampsDbUtils/_WriteGedcom.py: double pass on progress bar 2007-08-29 Don Allingham <don@gramps-project.org> svn: r8891 2007-08-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/GrampsDb/_GrampsDBDir.py, src/RelLib/_ChildRef.py, src/RelLib/_DateBase.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_MediaObject.py, src/RelLib/_Name.py, src/RelLib/_Note.py, src/RelLib/_Person.py, src/RelLib/_Place.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_Source.py, src/RelLib/_SourceBase.py, src/Utils.py: 2007-08-29 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDBDir.py: fast unserialize() * src/Editors/_EditPerson.py: fast unserialize() * src/RelLib/_SourceBase.py: fast unserialize() * src/RelLib/_Source.py: fast unserialize() * src/RelLib/_MediaObject.py: fast unserialize() * src/RelLib/_Person.py: fast unserialize() * src/RelLib/_DateBase.py: fast unserialize() * src/RelLib/_ChildRef.py: fast unserialize() * src/RelLib/_Name.py: fast unserialize() * src/RelLib/_Family.py: fast unserialize() * src/RelLib/_Place.py: fast unserialize() * src/RelLib/_RepoRef.py: fast unserialize() * src/RelLib/_Note.py: fast unserialize() * src/RelLib/_EventRef.py: fast unserialize() * src/RelLib/_Repository.py: fast unserialize() * src/RelLib/_Event.py: fast unserialize() * src/Utils.py: all callgraph to profile svn: r8890 2007-08-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DataViews/_PersonView.py, src/Editors/_EditPerson.py, src/Makefile.am, src/ManagedWindow.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_Plugins.py, src/PluginUtils/__init__.py, src/QuickReports.py, src/ReportBase/_Constants.py, src/plugins/all_events.py, src/plugins/siblings.py: Quick reports general functionality svn: r8889 2007-08-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/Editors/_EditMediaRef.py, src/Editors/_EditNote.py, src/Editors/_EditReference.py, src/ManagedWindow.py: clean some window management bugs svn: r8888 2007-08-29 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: intendation error svn: r8887 2007-08-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/ExportOptions.py, src/Filters/_GenericFilter.py, src/GrampsDbUtils/_FilterProxyDb.py, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-28 Don Allingham <don@gramps-project.org> * src/ExportOptions.py: filter proxy first pass * src/GrampsDbUtils/_FilterProxyDb.py: filter proxy first pass * src/GrampsDbUtils/_WriteGedcom.py: filter proxy first pass * src/Filters/_GenericFilter.py: filter proxy first pass svn: r8886 2007-08-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, po/POTFILES.in, src/docgen/GtkPrint.py, src/docgen/Makefile.am, src/docgen/gtkprintpreview.glade, src/glade/Makefile.am, src/glade/printpreview.glade: 2007-08-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/glade/printpreview.glade: Renamed and moved to src/docgen/ * src/glade/Makefile.am: printpreview.glade removed. * src/docgen/gtkprintpreview.glade: Added. * src/docgen/Makefile.am: gtkprintpreview.glade added. * po/POTFILES.in: /src/docgen/gtkprintpreview.glade added. * src/docgen/GtkPrint.py: Preview is getting close to be complete. svn: r8885 2007-08-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/Makefile.am: Rename AncestorChart2 to AncestorChart svn: r8884 2007-08-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/_Person.py: 2007-08-28 Don Allingham <don@gramps-project.org> * src/RelLib/_Person.py (Person.__init__): fix unserialize svn: r8883 2007-08-28 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_FilterProxyDb.py: svn: r8882 2007-08-28 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py, src/RelLib/_Address.py, src/RelLib/_AddressBase.py, src/RelLib/_Attribute.py, src/RelLib/_AttributeBase.py, src/RelLib/_BaseObject.py, src/RelLib/_BasicPrimaryObject.py, src/RelLib/_ChildRef.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_GrampsType.py, src/RelLib/_LdsOrd.py, src/RelLib/_Location.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_NoteType.py, src/RelLib/_Person.py, src/RelLib/_PersonRef.py, src/RelLib/_RepoRef.py, src/RelLib/_SecondaryObject.py, src/RelLib/_Source.py, src/RelLib/_SourceRef.py, src/RelLib/_Url.py: svn: r8881 2007-08-27 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/glade/edit_person.glade: add context menu, feature req #946 svn: r8880 2007-08-27 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po, po/gramps.pot: update French translation svn: r8879 2007-08-27 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/FamilyLines.py: Added option for subgraph positioning of spouses (requested by Loic Olichon) svn: r8878 2007-08-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/plugins/Makefile.am, src/plugins/WebCal.py: Added WebCal.py. This plugin was contributed by Thom Sturgill and adapted to work with Gramps 3.0 by Brian Matherly. svn: r8877 2007-08-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_LivingProxyDb.py: LivingProxyDb.py: Remove family events when a parent is living. svn: r8876 2007-08-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Convert the NarrativeWeb report to use LivingProxyDb. This also resolves #0000902: Would like the option to replace names of living people with the word living in the web site report. svn: r8875 2007-08-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_LivingProxyDb.py, src/GrampsDbUtils/__init__.py: Add LivingProxyDb. svn: r8874 2007-08-26 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/glade/edit_person.glade: put lock icon after Marker svn: r8873 2007-08-26 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ReportBase/_ReportDialog.py, src/docgen/GtkPrint.py, src/glade/Makefile.am, src/glade/printpreview.glade: 2007-08-26 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/ReportBase/_ReportDialog.py (report): Report dialog window is closed before report is run. * src/glade/printpreview.glade: Added. * src/glade/Makefile.am: printpreview.glade added. * src/docgen/GtkPrint.py: Preview is getting shape. svn: r8872 2007-08-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_PrivateProxyDb.py, src/GrampsDbUtils/_ProxyDbBase.py: Various changes to PrivateProxyDb and ProxyDbBase. svn: r8871 2007-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py: * src/Config/_GrampsIniKeys.py (get): handle "" case svn: r8870 2007-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/Makefile.am, src/GrampsDb/_DbBase.py, src/GrampsDb/__init__.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_PrivateProxyDb.py, src/GrampsDbUtils/_ProxyDbBase.py: 2007-08-25 Don Allingham <don@gramps-project.org> * src/GrampsDb/__init__.py: Add DbBase * src/GrampsDb/_DbBase.py: Abstract base class for template * src/GrampsDb/Makefile.am: Add _DbBase.py * src/GrampsDbUtils/_PrivateProxyDb.py: Derive from ProxyDbBase * src/GrampsDbUtils/_ProxyDbBase.py: Provide base ProxyDbBase for proxy dbs * src/GrampsDbUtils/Makefile.am: Add _ProxyDbBase svn: r8869 2007-08-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/FilterEditor/_EditRule.py, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_MatchesPersonFilter.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Place/_MatchesEventFilter.py, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/_MatchesFilterBase.py: Two new filters svn: r8868 2007-08-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/Config/_GrampsIniKeys.py, src/ExportOptions.py: 2007-08-25 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py; Add EXPORT_NO_PRIVATE and EXPORT_RESTRICT * src/Config/_GrampsIniKeys.py: properly handle False values * src/ExportOptions.py: replace deprecated OptionMenu with ComboBox svn: r8867 2007-08-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/ExportAssistant.py: store last export type svn: r8866 2007-08-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py: Output relationship type correctly in Detailed descendant and ancestor reports (improved) svn: r8865 2007-08-25 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/ExportAssistant.py, src/ExportOptions.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_PrivateProxyDb.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/gedcomexport.glade, src/Makefile.am: 2007-08-24 Don Allingham <don@gramps-project.org> * src/ExportAssistant.py: fix grammar * src/ExportOptions.py: place for common options, build option dialog for exporters * src/GrampsDbUtils/_WriteGedcom.py: handle restrict, private, and new option dialog * src/GrampsDbUtils/_PrivateProxyDb.py: add get_researcher() * src/GrampsDbUtils/exportgedcom.glade: removed svn: r8864 2007-08-24 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/rel_de.py: 2007-08-25 Benny Malengier <bm@cage.ugent.be> * src/plugins/rel_de.py : nomeata, bug #1183 svn: r8863 2007-08-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditNote.py, src/glade/gramps.glade: * src/Editors/_EditNote.py (EditNote._setup_fields): privacy button for notes (bug #1148) * src/glade/gramps.glade: privacy button for notes 2007-08-24 Don Allingham <don@gramps-project.org> svn: r8861 2007-08-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py, src/docgen/Makefile.am: * src/GrampsDbUtils/_WriteGedcom.py: Generate LONG and LATI * src/docgen/Makefile.am: replace LPRDoc with GtkPrint 2007-08-24 Don Allingham <don@gramps-project.org> svn: r8860 2007-08-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/Config/_GrampsGconfKeys.py: 2007-08-24 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: added coment on how do add a new key svn: r8859 2007-08-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_PrivateProxyDb.py: Implement get_default_person and get_default_handle in PrivateProxyDb.py. svn: r8858 2007-08-23 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Assistant.py, src/ExportAssistant.py, src/Exporter.py, src/Makefile.am, src/ViewManager.py: New export assistant svn: r8857 2007-08-23 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: moved the source reference code from IndividualPage into BasePage so it can also be used by media objects svn: r8856 2007-08-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-22 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: use FACT for custom attributes, handle custom event descriptions as notes * src/GrampsDbUtils/_WriteGedcom.py: use FACT for custom attributes, handle custom event descriptions as notes * src/GrampsDbUtils/_GedTokens.py: add TOKEN_FACT svn: r8855 2007-08-22 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translation svn: r8854 2007-08-22 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: # plugins/rel_fr.py : use the same definitions for relcalc tool and kinship report svn: r8853 2007-08-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-21 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: code cleanup * src/GrampsDbUtils/_GedcomLex.py: code cleanup * src/GrampsDbUtils/_WriteGedcom.py: code cleanup svn: r8852 2007-08-21 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: # plugins/rel_fr.py : clean code svn: r8851 2007-08-21 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: # plugins/rel_fr.py : allow to work with new kinship report - still minor issue on junior cousins, look at possible singular_relationship_string() for next improvement on this file ... svn: r8850 2007-08-21 Jérôme Rapinat <romjerome@yahoo.fr> * ChangeLog: # plugins/rel_fr.py : allow to work with new kinship report svn: r8849 2007-08-21 Jérôme Rapinat <romjerome@yahoo.fr> * configure.in: # configure.in : enable HTML templates (src/data/templates/Makefile) svn: r8848 2007-08-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/rel_fr.py: Patch from Jérôme Rapinat to add support for get_plural_relationship_string() to rel_fr.py. svn: r8847 2007-08-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_WriteGedcom.py, src/RelLib/_FamilyRelType.py: * src/GrampsDbUtils/_ParseGedcom.py: check for MARR event in std_event, not in family_even * src/RelLib/_FamilyRelType.py: default marriage type to unknown * src/GrampsDbUtils/_WriteGedcom.py: Don't add description to EVEN tag 2007-08-20 Don Allingham <don@gramps-project.org> svn: r8846 2007-08-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Relationship.py: Patch from Jérôme Rapinat to fix array bounds check in Relationship.py. svn: r8845 2007-08-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/ScratchPad.py: 2007-08-20 Don Allingham <don@gramps-project.org> * src/ScratchPad.py (ScratchPadSourceRef.__init__): handle the removal of the get_text() function svn: r8844 2007-08-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/ExportAssistant.py: new export manager-feature parity svn: r8843 2007-08-20 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: # po/fr.po : allow to work with new kinship report svn: r8842 2007-08-20 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-08-20 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py (fontstyle_to_fontdescription): Fix font size. svn: r8841 2007-08-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-19 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py (breakup): fix index check svn: r8840 2007-08-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: Patch from Robert Cawley. 0001121: Output relationshipo type correctly in Detailed descendant and ancestor reports svn: r8839 2007-08-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/data/Makefile.am: 0001166: Are HTML templates deprecated ? - updated templates from Jerome and fix makefile to include templates. svn: r8838 2007-08-19 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-08-19 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Fix deprecation warnings. svn: r8837 2007-08-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/gedcomexport.glade: 2007-08-18 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: fix event names, url type * src/GrampsDbUtils/_WriteGedcom.py: remove non-standard format types * src/GrampsDbUtils/gedcomexport.glade: remove non-standard format types svn: r8836 2007-08-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/KinshipReport.py: Fix typo nefew -> nephew in KinshipReport. svn: r8835 2007-08-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, po/POTFILES.in, src/ExportAssistant.py, src/Makefile.am, src/ManagedWindow.py, src/ViewManager.py: start work on new export manager svn: r8834 2007-08-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/plugins/KinshipReport.py, src/plugins/Makefile.am: Add KinshipReport.py svn: r8833 2007-08-18 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-08-18 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Text report generation done. svn: r8832 2007-08-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DisplayState.py, src/PluginUtils/_PluginMgr.py, src/Relationship.py, src/ViewManager.py, src/plugins/RelCalc.py, src/plugins/rel_cs.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_nl.py, src/plugins/rel_no.py, src/plugins/rel_pl.py, src/plugins/rel_ru.py, src/plugins/rel_sk.py, src/plugins/rel_sv.py: Remove db requirement from constructor and add get_plural_relationship_string to relationship class. svn: r8831 2007-08-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, README: small changes, also bug #1164 svn: r8829 2007-08-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, README: update the required packages for GRAMPS 3.0 svn: r8828 2007-08-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-08-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Text report generation is almost ready... svn: r8827 2007-08-17 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/Exporter.py: correct crash in export assistent on invalid filenames svn: r8826 2007-08-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateHandler/Makefile.am, src/DateHandler/_Date_pl.py, src/DateHandler/__init__.py: 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: r8824 2007-08-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/SideBar/_PersonSidebarFilter.py: 2007-08-16 Don Allingham <don@gramps-project.org> * src/Filters/SideBar/_PersonSidebarFilter.py: document a little bit more svn: r8823 2007-08-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: Port FamilyLines.py people images to descendant chart svn: r8822 2007-08-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-15 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: Match parser and writer * src/GrampsDbUtils/_GedcomParser.py: Match parser and writer * src/GrampsDbUtils/_WriteGedcom.py: write adoption records 2007-08-14 Don Allingham <don@gramps-project.org> svn: r8821 2007-08-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DateHandler/_DateHandler.py: map English_United States to English dates svn: r8820 2007-08-15 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: svn: r8819 2007-08-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-14 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: fix problems identified by gedchk svn: r8818 2007-08-14 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-08-14 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Even more work in progress. svn: r8817 2007-08-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-13 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: improve FAM structure svn: r8816 2007-08-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: * src/GrampsDbUtils/_WriteGedcom.py: LANG values, additional refactoring 2007-08-12 Don Allingham <don@gramps-project.org> svn: r8815 2007-08-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-12 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: remove unused options, handle source TEXT svn: r8814 2007-08-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-08-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: More work in progress. svn: r8813 2007-08-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: Add attributes to Family Group Report. svn: r8812 2007-08-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py: Add attributes to the detailed ancestral report. svn: r8811 2007-08-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Add event attributes to Narrative Web Report svn: r8810 2007-08-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/NarrativeWeb.py: Convert NarrativeWeb report to use PrivateProxyDb. svn: r8809 2007-08-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_PrivateProxyDb.py: Continued work on _PrivateProxyDB.py svn: r8808 2007-08-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/docgen/GtkPrint.py: 2007-08-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/docgen/GtkPrint.py: Work in progress. svn: r8807 2007-08-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/gedcomexport.glade: 2007-08-09 Don Allingham <don@gramps-project.org> * GrampsDbUtils/_WriteGedcom.py: use utf8 encoding only * GrampsDbUtils/gedcomexport.glade: use utf8 encoding only svn: r8806 2007-08-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_PrivateProxyDb.py: Continued work on _PrivateProxyDB.py svn: r8805 2007-08-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/Exporter.py, src/GrampsDbUtils/_WriteGedcom.py, src/RelLib/_Note.py: 2007-08-08 Don Allingham <don@gramps-project.org> * src/Exporter.py: remove GRDB export * src/GrampsDbUtils/_WriteGedcom.py: write NOTE instances as references instead of inline. This will allow notes to be shared in the future. Handle CONC/CONT in a cleaner manner. svn: r8804 2007-08-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_PrivateProxyDb.py, src/GrampsDbUtils/__init__.py: Initial commit of PrivateProxyDb.py - not done yet. svn: r8803 2007-08-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-07 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: additional refactoring svn: r8802 2007-08-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/GrampsDbUtils/_WriteGedcom.py: 2007-08-05 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py: start of refactoring * src/Bookmarks.py: Don't rewrite list svn: r8801 2007-08-05 Benny Malengier <benny.malengier@gramps-project.org> * src/images/scalable/gramps-parents-open.svg: correct license of svg file svn: r8800 2007-08-05 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: use _dd.display() to format the date used in the string 'Generated by Gramps on <...>' svn: r8799 2007-08-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/EndOfLineReport.py: Remove relationships and places from EOL report. svn: r8798 2007-08-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: Reset bibliography between people in the individual complete report. svn: r8796 2007-08-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/EndOfLineReport.py: Add generations and relationships to the End of Line Report svn: r8795 2007-08-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/gedcomexport.glade, src/GrampsDbUtils/gedcomimport.glade: 2007-07-31 Jérôme <romjerome@yahoo.fr> * src/GrampsDbUtils/gedcomexport.glade: use UTF-8 instead of UNICODE svn: r8794 2007-07-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbLoader.py: * src/DbLoader.py (DbLoader.do_import): catch unicode encoding errors 2007-07-30 Don Allingham <don@gramps-project.org> svn: r8793 2007-07-31 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py: 2007-07-30 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: assign inline note to the referencing object * src/GrampsDbUtils/_GedcomLex.py: fix UNKNOWN gender svn: r8792 2007-07-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/AsciiDoc.py: Fix collumn span for AsciiDoc svn: r8791 2007-07-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/plugins/EndOfLineReport.py, src/plugins/Makefile.am: Add End Of Line Report. svn: r8790 2007-07-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py: 2007-07-29 Don Allingham <don@gramps-project.org> * src/Merge/_MergePerson.py (MergePeople.copy_note): convert to the new notelist format (#0001130) svn: r8789 2007-07-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/MarkerReport.py: Typo in MarkerReport.py svn: r8788 2007-07-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/MarkerReport.py: Change the way marker types are collected in MarkerReport.py. svn: r8787 2007-07-29 Brian Matherly <brian@gramps-project.org> * src/docgen/Makefile.am: Add CSVTab.py to the makefile. svn: r8786 2007-07-29 Jérôme Rapinat <romjerome@yahoo.fr> * src/docgen/Makefile.am: add missing TabbedDoc reference, need for EventCmp svn: r8785 2007-07-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/_HasMarkerOf.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Note/_HasMarkerOf.py, src/Filters/Rules/Note/__init__.py, src/plugins/MarkerReport.py: Multiple enhancements to the marker report. svn: r8784 2007-07-28 Jérôme Rapinat <romjerome@yahoo.fr> * src/docgen/Makefile.am: add missing ODSTab reference, need for EventCmp and Export View svn: r8783 2007-07-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: fix translation issue on RelationView svn: r8782 2007-07-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/ListModel.py: * src/ListModel.py: change __connect_model back to connect_model 2007-07-27 Don Allingham <don@gramps-project.org> svn: r8781 2007-07-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: 2007-07-27 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: Handle broken gedcom, there the TYPE field is specified, but has no value (Heredis 9) svn: r8780 2007-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Spell.py, src/docgen/GtkPrint.py: * src/Spell.py: (__sort_languages): typo * src/docgen/GtkPrint.py (paperstyle_to_pagesetup): typo 2007-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8779 2007-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Spell.py, src/docgen/GtkPrint.py: 2007-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Spell.py: pylint * src/docgen/GtkPrint.py (paperstyle_to_pagesetup): fix conversion svn: r8778 2007-07-27 Jérôme Rapinat <romjerome@yahoo.fr> * help/de/de.po: Handbook translation into German svn: r8777 2007-07-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in, src/plugins/Makefile.am, src/plugins/MarkerReport.py: Add marker report svn: r8776 2007-07-27 Don Allingham <don@gramps-project.org> * src/plugins/all_events.py, src/plugins/siblings.py: svn: r8775 2007-07-27 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DataViews/_PersonView.py, src/plugins/Makefile.am, src/plugins/all_events.py, src/plugins/siblings.py: 2007-07-26 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: add siblings quick report * src/plugins/siblings.py: Added * src/plugins/all_events.py: add i18n support * src/plugins/Makefile.am: added new files svn: r8774 2007-07-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, po/POTFILES.in: Add ImportCSV.py and ExportCSV.py to po/POTFILES.in. svn: r8773 2007-07-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/ExtractCity.py: 2007-07-24 Don Allingham <don@gramps-project.org> * src/plugins/ExtractCity.py: fix regular expression matching svn: r8772 2007-07-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Mime/_PythonMime.py, src/plugins/ExportCSV.py, src/plugins/ImportCSV.py, src/plugins/Makefile.am, src/plugins/csvexport.glade: Contribution from Doug Blank <dblank@cs.brynmawr.edu>: Add the ability to import and export CSV files as a plugin. svn: r8771 2007-07-24 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update translation svn: r8770 2007-07-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetDescendantReport.py: Contribution from Robert Cawley <rjc@cawley.id.au>: Invalid output when duplicate persons detected in Detailed descendant report(#0001124) svn: r8769 2007-07-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Contribution from Johan Gonqvist <johan.gronqvist@gmail.com>: NarrativeWeb links incorrect in windows. (#0001117) svn: r8768 2007-07-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py, src/plugins/Summary.py: Various reports treat an unknown gender differently (#0001113) svn: r8767 2007-07-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/ExtractCity.py: 2007-07-23 Don Allingham <don@gramps-project.org> * src/plugins/ExtractCity.py: Allow editable columns svn: r8766 2007-07-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/CountAncestors.py: Contribution from Johan Gonqvist <johan.gronqvist@gmail.com>: The "number of ancestors" report only takes different persons into account. (#0001076) svn: r8765 2007-07-24 Brian Matherly <brian@gramps-project.org> * src/plugins/GraphViz.py: typo svn: r8764 2007-07-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: Contribution from Johan Gonqvist <johan.gronqvist@gmail.com>: Make URL handling on win32 work as in NarrativeWeb.py. (#0001087) svn: r8763 2007-07-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/ExtractCity.py: 2007-07-23 Don Allingham <don@gramps-project.org> * src/plugins/ExtractCity.py: fix encoding 2007-07-23 Jérôme <romjerome@yahoo.fr> svn: r8762 2007-07-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/ExtractCity.py: 2007-07-23 Jérôme <romjerome@yahoo.fr> * src/plugins/ExtractCity.py: Add French cities svn: r8761 2007-07-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Bibliography.py, src/ReportBase/_Endnotes.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py: Improve Bibliography and use it in Narrative Web report as well. svn: r8760 2007-07-23 Stéphane Charette <stephanecharette@gmail.com> * src/plugins/FamilyLines.py: added keyword Id property svn: r8759 2007-07-23 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog: added FamilyLines to trunk svn: r8758 2007-07-23 Stéphane Charette <stephanecharette@gmail.com> * po/POTFILES.in, src/plugins/FamilyLines.py, src/plugins/Makefile.am: added FamilyLines to trunk svn: r8757 2007-07-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/ExtractCity.py, src/plugins/changenames.glade: * src/plugins/ExtractCity.py: provide selection dialog 2007-07-22 Don Allingham <don@gramps-project.org> svn: r8756 2007-07-22 Don Allingham <don@gramps-project.org> * ChangeLog, config.guess, config.sub, configure.in, data/Makefile.am, src/Config/_GrampsConfigKeys.py, src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/Config/__init__.py, src/Spell.py, src/plugins/EventNames.py, src/plugins/ExtractCity.py: 2007-07-22 Don Allingham <don@gramps-project.org> * configure.in: remove gconf requirement * src/Config/_GrampsConfigKeys.py: pylint * src/Config/__init__.py: drop gconf, provide upgrade to .ini * src/Config/_GrampsGconfKeys.py: pylint * src/Config/_GrampsIniKeys.py: pylint * src/plugins/ExtractCity.py: fix name * src/plugins/EventNames.py: fix name * src/Spell.py: pylint * data/Makefile.am: remove gconf schema installation svn: r8755 2007-07-22 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po: update translation svn: r8754 2007-07-22 Don Allingham <don@gramps-project.org> * src/plugins/EventNames.py: svn: r8753 2007-07-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/EventNames.py, src/plugins/ExtractCity.py: 2007-07-21 Don Allingham <don@gramps-project.org> * src/plugins/ExtractCity.py: improved extraction, fix registration * src/plugins/EventNames.py: fix registration svn: r8752 2007-07-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Endnotes.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/IndivComplete.py: Move superscript from Endnotes to each individual report. svn: r8751 2007-07-21 Don Allingham <don@gramps-project.org> * src/plugins/EventNames.py, src/plugins/ExtractCity.py: svn: r8750 2007-07-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Makefile.am: 2007-07-20 Don Allingham <don@gramps-project.org> * src/plugins/ExtractCity.py: Add utilty to try to extract city, state, and postal code from a place title * src/plugins/EventNames.py: Add utility to try to build a name for an unnamed event * src/plugins/Makefile.am: add new files svn: r8749 2007-07-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_HasNote.py, src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py: Replace "get_note()" calls with "get_note_list()" in filters that use it. svn: r8748 2007-07-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ToolTips.py, src/plugins/FamilyGroup.py, src/plugins/NarrativeWeb.py, src/plugins/WriteGeneWeb.py: Replace "get_note()" calls with "get_note_list()" svn: r8747 2007-07-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetDescendantReport.py: Need to include attributes in Detailed Descendant report (#0001021) svn: r8746 2007-07-19 Stéphane Charette <stephanecharette@gmail.com> * ChangeLog, src/plugins/NarrativeWeb.py: several fixes and feature requests for NarrativeWeb, including optional columns, half-siblings, and event notes svn: r8745 2007-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, TODO: 2007-07-18 Alex Roitman <shura@gramps-project.org> * TODO: Update. svn: r8744 2007-07-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/glade/mergedata.glade: * src/glade/mergedata.glade: remove note merge widgets 2007-07-18 Don Allingham <don@gramps-project.org> svn: r8743 2007-07-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py: * src/Merge/_MergeSource.py: convert get_note to get_note_list * src/Merge/_MergePlace.py: convert get_note to get_note_list * src/Merge/_MergePerson.py: convert get_note to get_note_list 2007-07-18 Don Allingham <don@gramps-project.org> svn: r8742 2007-07-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportBase/_StyleEditor.py, src/ScratchPad.py, src/Utils.py: 2007-07-18 Don Allingham <don@gramps-project.org> * src/ReportBase/_StyleEditor.py: get rid of Utils.destroy_passed_object * src/Utils.py: Remove unused functions * src/ScratchPad.py: get_note removal svn: r8741 2007-07-18 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/MarkupText.py, src/docgen/GtkPrint.py: 2007-07-18 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py: improved xml generator * src/docgen/GtkPrint.py: fix svn proplist svn: r8740 2007-07-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Revert checks for pycairo. svn: r8739 2007-07-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: 2007-07-18 Alex Roitman <shura@gramps-project.org> * configure.in: Revert checks for pycairo to 1.2.0. svn: r8738 2007-07-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Johan Gonqvist <johan.gronqvist@gmail.com> Narrative web-site plugin chrashes due to handling of notes. (#0001085) svn: r8737 2007-07-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetDescendantReport.py: Add Spouse photo & notes to Detailed Descendant Report (#0001110). [Robert Cawley <rjc@cawley.id.au>] svn: r8736 2007-07-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_ReadGedcom.py: * src/GrampsDbUtils/_ReadGedcom.py: fix value from encoding overide menu 2007-07-17 Don Allingham <don@gramps-project.org> svn: r8735 2007-07-18 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/DbManager.py, src/DisplayModels/_PeopleModel.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSourceRef.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_ReadGedcom.py, src/GrampsDbUtils/_WriteGedcom.py, src/Lru.py, src/Selectors/_BaseSelector.py, src/glade/gramps.glade: 2007-07-17 Don Allingham <don@gramps-project.org> * src/Editors/_EditSourceRef.py: remove text tab * src/Editors/_EditRepoRef.py: Add privacy to reporef * src/Lru.py: pylint * src/Selectors/_BaseSelector.py: set sort column * src/DbManager.py: clean up of dnd * src/glade/gramps.glade: Add privacy to reporef * src/DisplayModels/_PeopleModel.py: try to speed up sorts using mapper values * src/GrampsDbUtils/_GedcomParse.py: handle source text citations * src/GrampsDbUtils/_ReadGedcom.py: type check * src/GrampsDbUtils/_GedcomLex.py: handle broken conc * src/GrampsDbUtils/_WriteGedcom.py: handle source text citations svn: r8734 2007-07-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_Person.py, src/RelLib/_Source.py, src/RelLib/_SourceRef.py: * src/RelLib/_SourceRef.py (unserialize): Minor change. * src/RelLib/_Source.py: Remove note. * src/RelLib/_Person.py (get_text_data_child_list): Remove note. svn: r8733 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd: * data/grampsxml.dtd: Add missing datespan for lds and sourceref. svn: r8732 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng: * data/grampsxml.rng: Add privacy to reporef. * data/grampsxml.dtd: Add privacy to reporef. svn: r8731 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py, src/RelLib/_RepoRef.py: 2007-07-17 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Add reporef privacy on upgrade. * src/GrampsDbUtils/_ReadXML.py (start_note): Set privacy for reporef's notes; (start_reporef): Parse prvacy attribute for reporefs. * src/GrampsDb/_GrampsDbWriteXML.py (write_reporef_list): Write privacy attribitue. * src/RelLib/_RepoRef.py: Add privacy. svn: r8730 2007-07-17 Alex Roitman <shura@gramps-project.org> * src/GrampsDbUtils/_ReadXML.py: Typo svn: r8729 2007-07-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Spell.py: 2007-07-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Spell.py: Complete list of official dictionaries. svn: r8728 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2007-07-17 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Only create a note if source text was non-empty. svn: r8727 2007-07-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditNote.py, src/Spell.py, src/glade/gramps.glade: 2007-07-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Spell.py: * src/Editors/_EditNote.py: * src/glade/gramps.glade: Improved spell check support. svn: r8726 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, ChangeLog.old: rotate changelog svn: r8725 2007-07-17 Alex Roitman <shura@gramps-project.org> * data/grampsxml.dtd, src/GrampsDb/_GrampsBSDDB.py: Update svn: r8724 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng: * data/grampsxml.rng: Remove stext. * data/grampsxml.dtd: Remove stext. svn: r8723 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py, src/RelLib/_NoteType.py: * src/GrampsDb/_GrampsDbWriteXML.py (dump_source_ref): Do not write stext tag. * src/GrampsDbUtils/_ReadXML.py (GrampsParser.stop_stext): Import stext in sourceref as a note reference. svn: r8722 2007-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/RelLib/_NoteType.py, src/RelLib/_SourceRef.py: 2007-07-16 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Convert text field into a note on upgrade. * src/RelLib/_SourceRef.py (__init__): Remove text attribute; (set_text,get_text): Remove methods. * src/RelLib/_NoteType.py (SOURCE_TEXT): Add new type. svn: r8721 2007-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_pl.py: Fix Polish relationship problem svn: r8720 2007-07-15 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/MarkupText.py: 2007-07-15 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py: support font and color formats. svn: r8716 2007-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditLdsOrd.py: 2007-07-14 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditLdsOrd.py (_setup_fields): Typo. svn: r8715 2007-07-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/RelLib/_LdsOrd.py: * src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Add privacy to LdsOrd on upgrade. * src/RelLib/_LdsOrd.py (serialize,unserialize): Add privacy. svn: r8714 2007-07-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/DdTargets.py, src/GrampsCfg.py, src/ListModel.py: 2007-07-11 Don Allingham <don@gramps-project.org> * src/DbManager.py (DbManager.__button_press): check for node == None svn: r8713 2007-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: 2007-07-10 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbWriteXML.py (write_date): Write datespan. * src/GrampsDbUtils/_ReadXML.py: (start_compound_date): Add new method; (start_datespan): Add new method. * data/grampsxml.dtd: Add datespan. * data/grampsxml.rng: Add datespan. svn: r8712 2007-07-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: 2007-07-08 Alex Roitman <shura@gramps-project.org> * configure.in: Add check for python-cairo>=1.2.6. svn: r8710 2007-07-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py: * src/DbManager.py: Add support for Thunar, which stores the DND information in a different area (and probably a more correct area) than Nautilus. 2007-07-08 Don Allingham <don@gramps-project.org> svn: r8709 2007-07-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py: 2007-07-08 Don Allingham <don@gramps-project.org> * src/DbManager.py: handle drag-n-drop files in DbManager. Dragging an XML or GEDCOM file into the DbManager will create a new database and import the file. svn: r8708 2007-07-08 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py: Fix display of preformatted notes in ODF output (#0001109). svn: r8707 2007-07-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/GrampsDb/_GrampsDBDir.py: 2007-07-08 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDBDir.py (write_lock_file): Work around os.getlogin() problem on some terminals. svn: r8706 2007-07-08 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, configure.in, src/ColumnOrder.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_NoteView.py, src/GrampsDb/_GrampsDbBase.py, src/PageView.py: 2007-07-07 Don Allingham <don@gramps-project.org> * src/PageView.py (ListView.column_clicked): set the search column for list views to be the sort column * src/DataViews/_EventView.py: add docs * src/DataViews/_FamilyList.py: add docs * src/DataViews/_NoteView.py: remove unused double_click * src/GrampsDb/_GrampsDbBase.py: fix __ on functions * src/ColumnOrder.py: fix __ on functions svn: r8705 2007-07-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditNote.py: 2007-07-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditNote.py: Follow hyperlinks (updated). svn: r8704 2007-07-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditNote.py, src/MarkupText.py: 2007-07-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditNote.py: Following hyperlinks (not complete). * src/MarkupText.py (class MarkupBuffer): Pattern matching feature. svn: r8703 2007-07-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Require pygtk 2.10.0 or higher. svn: r8701 2007-07-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-07-05 Alex Roitman <shura@gramps-project.org> * src/GrampsDbUtils/_WriteGedcom.py (GedcomWriter.write_long_text): Remove definition; (GedcomWriter.__init__): Define write_long_text based on self.conc. 2007-07-05 Robert Cawley <rjc@cawley.id.au> * src/GrampsDbUtils/_WriteGedcom.py: Properly write notes, not their handles. svn: r8700 2007-07-04 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r8697 2007-07-04 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: update references svn: r8696 2007-07-04 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: enable MarkupText svn: r8695 2007-07-03 Alex Roitman <shura@gramps-project.org> * example/gramps/example.gramps: Update svn: r8694 2007-07-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, example/gramps/example.gramps: 2007-07-03 Alex Roitman <shura@gramps-project.org> * example/gramps/example.gramps: Update example to conform to the new XML version. svn: r8693 2007-07-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditNote.py, src/MarkupText.py: 2007-07-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditNote.py: "Unicode control character" menu removed. * src/MarkupText.py (class GtkSpellState): added; (class MarkupBuffer): improved editor behavior. svn: r8692 2007-07-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportDialog.py: Translate "Custom Size" string for reports. svn: r8691 2007-07-03 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/sv.po: 2007-07-02 Peter Landgren <peter.talken@telia.com> * sv.po: Update. svn: r8689 2007-07-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: 2007-07-02 Robert Cawley <rjc@cawley.id.au> * src/DataViews/_Relationship.py (info_string): Typo. svn: r8688 2007-06-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/Filters/_FilterList.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_TemplateParser.py, src/plugins/BookReport.py: 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: r8687 2007-06-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/GtkPrint.py: * src/docgen/GtkPrint.py: Minor fix. svn: r8685 2007-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ScratchPad.py: 2007-06-28 Alex Roitman <shura@gramps-project.org> * src/ScratchPad.py (ScratchSourceLink.tooltip): Typo. svn: r8684 2007-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (LPRDoc.open): Fix margin settings. svn: r8682 2007-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BasicUtils/Makefile.am, src/images/scalable/Makefile.am: * src/BasicUtils/Makefile.am: Use new filenames. * src/images/scalable/Makefile.am: Ship gramps-viewmedia.svg svn: r8681 2007-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, gramps.sh.in, src/BasicUtils/BasicUtils.py, src/BasicUtils/NameDisplay.py, src/BasicUtils/_NameDisplay.py, src/BasicUtils/_UpdateCallback.py, src/BasicUtils/__init__.py, src/Bookmarks.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/DisplayTabs/_BackRefModel.py, src/DisplayTabs/_ChildModel.py, src/DisplayTabs/_NameModel.py, src/DisplayTabs/_PersonRefModel.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPrimary.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_ShowResults.py, src/GrampsCfg.py, src/GrampsDb/Makefile.am, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/GrampsDbUtils/_WriteXML.py, src/Makefile.am, src/Merge/_MergePerson.py, src/Navigation.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/PageView.py, src/PluginUtils/_Tool.py, src/Reorder.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportUtils.py, src/Simple/_SimpleAccess.py, src/Sort.py, src/SubstKeywords.py, src/TreeViews/_PersonTreeView.py, src/Utils.py, src/ViewManager.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/Check.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FindDupes.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/ReadGrdb.py, src/plugins/RelCalc.py, src/plugins/TimeLine.py: * src/TreeViews/_PersonTreeView.py: Use name_displayer. * src/ReportBase/_ReportUtils.py: Use name_displayer. * src/ReportBase/_CommandLineReport.py: Use name_displayer. * src/ReportBase/_BareReportDialog.py: Use name_displayer. * src/PluginUtils/_Tool.py: Use name_displayer. * src/plugins/TimeLine.py: Use name_displayer. * src/plugins/RelCalc.py: Use name_displayer. * src/plugins/ReadGrdb.py: Use name_displayer. * src/plugins/NarrativeWeb.py: Use name_displayer. * src/plugins/IndivComplete.py: Use name_displayer. * src/plugins/GraphViz.py: Use name_displayer. * src/plugins/FindDupes.py: Use name_displayer. * src/plugins/FamilyGroup.py: Use name_displayer. * src/plugins/DetDescendantReport.py: Use name_displayer. * src/plugins/DetAncestralReport.py: Use name_displayer. * src/plugins/DesGraph.py: Use name_displayer. * src/plugins/DescendReport.py: Use name_displayer. * src/plugins/DescendChart.py: Use name_displayer. * src/plugins/Check.py: Use name_displayer. * src/plugins/Ancestors.py: Use name_displayer. * src/plugins/AncestorReport.py: Use name_displayer. * src/plugins/AncestorChart2.py: Use name_displayer. * src/ObjectSelector/_PersonTreeFrame.py: Use name_displayer. * src/ObjectSelector/_PersonFrame.py: Use name_displayer. * src/Merge/_MergePerson.py: Use name_displayer. * src/GrampsDbUtils/_WriteGedcom.py: Use name_displayer. * src/GrampsDbUtils/_ReadXML.py: Use name_displayer. * src/GrampsDbUtils/_GedcomParse.py: Use name_displayer. * src/FilterEditor/_ShowResults.py: Use name_displayer. * src/FilterEditor/_EditRule.py: Use name_displayer. * src/Editors/_EditPrimary.py: Use name_displayer. * src/Editors/_EditPersonRef.py: Use name_displayer. * src/Editors/_EditPerson.py: Use name_displayer. * src/Editors/_EditName.py: Use name_displayer. * src/Editors/_EditLdsOrd.py: Use name_displayer. * src/Editors/_EditFamily.py: Use name_displayer. * src/DisplayTabs/_PersonRefModel.py: Use name_displayer. * src/DisplayTabs/_NameModel.py: Use name_displayer. * src/DisplayTabs/_ChildModel.py: Use name_displayer. * src/DisplayTabs/_BackRefModel.py: Use name_displayer. * src/DisplayModels/_PeopleModel.py: Use name_displayer. * src/DisplayModels/_FamilyModel.py: Use name_displayer. * src/DataViews/_PersonView.py: Use name_displayer. * src/DataViews/_RelationView.py: Use name_displayer. * src/DataViews/_PedigreeView.py: Use name_displayer. * src/Utils.py: Use name_displayer. * src/SubstKeywords.py: Use name_displayer. * src/Sort.py: Use name_displayer. * src/Reorder.py: Use name_displayer. * src/PageView.py (BookMarkView.add_bookmark): Use name_displayer. * src/Navigation.py: Use name_displayer. * src/DisplayState.py: Use name_displayer. * src/GrampsCfg.py: Use name_displayer. * src/Bookmarks.py (Bookmarks.make_label): Use name_displayer. * src/GrampsDb/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Makefile.am (gdir_PYTHON): Ship ProgressDialog.py svn: r8680 2007-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportBase/Makefile.am: Ship new files svn: r8679 2007-06-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsLocale/Makefile.am: Ship __init__.py svn: r8678 2007-06-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, gramps.sh.in: * gramps.sh.in: Typo. svn: r8677 2007-06-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/Makefile.am: 2007-06-27 Alex Roitman <shura@gramps-project.org> * src/RelLib/Makefile.am: Ship _BasicPrimaryObject.py. svn: r8676 2007-06-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/BaseDoc.py, src/Bookmarks.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateHandler.py, src/DateHandler/_DateParser.py, src/DateHandler/_DateUtils.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sv.py, src/DateHandler/__init__.py: 2007-06-26 Don Allingham <don@gramps-project.org> * src/Bookmarks.py: pylint * src/DateEdit.py: pylint * src/AutoComp.py: pylint * src/BaseDoc.py: pylint * src/DateHandler/_DateParser.py: pylint * src/DateHandler/_Date_fi.py: pylint * src/DateHandler/_DateUtils.py: pylint * src/DateHandler/__init__.py: pylint * src/DateHandler/_DateDisplay.py: pylint * src/DateHandler/_Date_fr.py: pylint * src/DateHandler/_Date_es.py: pylint * src/DateHandler/_Date_nl.py: pylint * src/DateHandler/_Date_sk.py: pylint * src/DateHandler/_DateHandler.py: pylint * src/DateHandler/_Date_lt.py: pylint * src/DateHandler/_Date_ru.py: pylint * src/DateHandler/_Date_sv.py: pylint * src/DateHandler/_Date_de.py: pylint svn: r8675 2007-06-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/plugins/ReadGrdb.py: 2007-06-26 Alex Roitman <shura@gramps-project.org> * src/plugins/ReadGrdb.py (importData): Only copy environment if it exists. * src/GrampsDb/_GrampsBSDDB.py (load): Restore env_flags definition for TXN-less database. svn: r8674 2007-06-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py: * src/Editors/_EditEvent.py (_connect_signals): Properly define ok_button. svn: r8673 2007-06-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py, src/Merge/_MergePlace.py, src/plugins/RemoveUnused.py: 2007-06-25 Alex Roitman <shura@gramps-project.org> * src/plugins/RemoveUnused.py (init_gui): Add missing argument. * src/GrampsDb/_GrampsInMemDB.py: Rename overridden methods. * src/GrampsDb/_GrampsDbBase.py: Rename overridden methods. * src/GrampsDb/_GrampsBSDDB.py: Rename overridden methods. * src/GrampsDb/_GrampsDBDir.py: Rename overridden methods. svn: r8671 2007-06-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AddressModel.py, src/DisplayTabs/_WebModel.py: 2007-06-25 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_AddrEmbedList.py: pylint * src/DisplayTabs/_AddressModel.py: pylint * src/DisplayTabs/_WebModel.py: pylint svn: r8670 2007-06-25 Alex Roitman <shura@gramps-project.org> * config.guess, config.sub: * Set svn:ignore on help/de * Commit new config.* files svn: r8669 2007-06-25 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/Makefile.am, help/de/de.po: * de/de.po: Add file from 2.2. * de/figures/*.png: Add files from 2.2. * Makefile.am: Enable building of German manual. svn: r8668 2007-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (commit_base): Rename method. svn: r8667 2007-06-25 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbBase.py: Remove debugging output svn: r8666 2007-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbBase.py: 2007-06-25 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDBDir.py (commit_base): Rename method. * src/GrampsDb/_GrampsDbBase.py: Rename __commit_base into commit base: caused problems with python2.4 scoping. svn: r8665 2007-06-25 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r8664 2007-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BasicUtils/NameDisplay.py: 2007-06-24 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py (_gen_cooked_func,_gen_raw_func): Do not replace %% with anything. svn: r8663 2007-06-25 Don Allingham <don@gramps-project.org> * ChangeLog, config.guess, config.sub, configure.in, src/DataViews/_RelationView.py, src/DbManager.py, src/Filters/Rules/Person/Makefile.am, src/Makefile.am, src/RelLib/Makefile.am, src/Utils.py, src/plugins/Makefile.am: 2007-06-24 Don Allingham <don@gramps-project.org> * configure.in: add files * src/DataViews/_RelationView.py: fix translation argument * src/RelLib/Makefile.am: Add missing files * src/plugins/Makefile.am: Add missing files * src/DbManager.py: fix translation argument * src/Utils.py: fix translation argument * src/Filters/Rules/Person/Makefile.am: Add missing files * src/Makefile.am: Add missing files svn: r8661 2007-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/plugins/ReadGrdb.py: 2007-06-24 Alex Roitman <shura@gramps-project.org> * src/plugins/ReadGrdb.py (importData): Rework to upgrade and import a copy of grdb file, leaving the original file untouched. * src/GrampsDb/_GrampsBSDDB.py (make_env_name): Add method to determine the environment name. svn: r8660 2007-06-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: Fix non-text report styles in book reports. svn: r8659 2007-06-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: Handle unicode names for saved book reports. svn: r8658 2007-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: (version_supported): Default to the current version. svn: r8656 2007-06-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: Remove fill color to improve the fanchart display in OpenOfficeDoc format (#0001072) svn: r8654 2007-06-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py: Fix rotated text location and remove background color to improve the fanchart display in ODF format (#0001072) svn: r8652 2007-06-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbLoader.py, src/GrampsDb/_GrampsBSDDB.py: 2007-06-24 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (load): Typo. * src/DbLoader.py (read_file): Fix error reporting. svn: r8650 2007-06-24 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/DisplayTabs/_LdsModel.py, src/Editors/_EditLdsOrd.py, src/GrampsDbUtils/_GedcomParse.py, src/LdsUtils.py, src/data/Makefile.am, src/data/lds.xml: * src/LdsUtils.py: switch to parsing an external XML file instead of hard coded values * src/data/lds.xml: new file * src/data/Makefile.am: handle new lds.xml * src/Editors/_EditLdsOrd.py: handle new LDS temple scheme * src/GrampsDbUtils/_GedcomParse.py: handle new LDS temple scheme * DisplayTabs/_LdsModel.py: handle new LDS temple scheme 2007-06-23 Don Allingham <don@gramps-project.org> svn: r8648 2007-06-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/plugins/Makefile.am, src/plugins/RemoveUnused.py, src/plugins/unused.glade: In .: 2007-06-23 Alex Roitman <shura@gramps-project.org> * src/plugins/RemoveUnused.py: Rewrite with single-dialog UI. * src/plugins/unused.glade: Add new file. * src/plugins/Makefile.am: Ship new file. In po: * POTFILES.in: Add new files. svn: r8646 2007-06-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_WebEmbedList.py, src/Editors/_EditUrl.py, src/glade/gramps.glade: 2007-06-23 Don Allingham <don@gramps-project.org> * src/Editors/_EditUrl.py: add jump button * src/DisplayTabs/_WebEmbedList.py: add jump button * src/DisplayTabs/_EmbeddedList.py: add jump button * src/DisplayTabs/_BackRefList.py: add jump button * src/DisplayTabs/_ButtonTab.py: add jump button * src/glade/gramps.glade: add jump button svn: r8643 2007-06-23 Alex Roitman <shura@gramps-project.org> * : Update svn: r8642 2007-06-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_MissingParent.py, src/Filters/Rules/Person/__init__.py: Add "People missing parent" filter. svn: r8638 2007-06-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: src/ReportBase/_ReportDialog.py: Fix attribute error exceptions. svn: r8636 2007-06-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/glade/gramps.glade: 2007-06-22 Don Allingham <don@gramps-project.org> * src/DbManager.py: pylint fixes * src/glade/gramps.glade: widen with DbManager window svn: r8634 2007-06-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0001016: [narrative website] Why is the mime type shown on each image page svn: r8633 2007-06-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsXMLDB.py: 2007-06-22 Alex Roitman <shura@phy.ucsf.edu> * src/GrampsDb/_GrampsGEDDB.py (close): Save after batch transactions: #862. * src/GrampsDb/_GrampsXMLDB.py (close): Save after batch transactions: #862. svn: r8630 2007-06-22 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r8627 2007-06-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: src/ReportBase/_ReportDialog.py: Still let REAL exceptions pass through. svn: r8626 2007-06-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: 0001055: Pictures of the gallery are not used in the detailed ancestor's report when output format is PDF svn: r8625 2007-06-22 Alex Roitman <shura@gramps-project.org> * src/BasicUtils/NameDisplay.py, src/Editors/_EditFamily.py, src/Errors.py, src/GrampsCfg.py: svn: r8622 2007-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbManager.py: * src/DbManager.py (__rcs): Typo; (find_revisions): Use local time; (__selection_changed, __rcs): Change label. svn: r8618 2007-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/GrampsDb/_GrampsDBDir.py: 2007-06-20 Don Allingham <don@gramps-project.org> * src/DbManager.py: Catch the icons properly * src/GrampsDb/_GrampsDBDir.py: catch error on lock file deletion svn: r8617 2007-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, config.guess, config.sub, src/DbManager.py: * src/DbManager.py (__rcs): Typo. svn: r8616 2007-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py: 2007-06-20 Alex Roitman <shura@gramps-project.org> * src/Config/_GrampsConfigKeys.py: Correctly regenerate. svn: r8615 2007-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/glade/gramps.glade: 2007-06-20 Don Allingham <don@gramps-project.org> * src/DbManager.py: Handle more advanced RCS commands, such as rename revisions, checking out a new revision, and breaking locks * src/glade/gramps.glade: fix window positioning svn: r8614 2007-06-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_RelationshipPathBetween.py: 2007-06-20 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_RelationshipPathBetween.py (apply_filter): Object/handle mixup, #1090. svn: r8613 2007-06-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbManager.py: checking even if it is identical; fix -t option; (find_revisions): get the date from rlog; (__populate): Use date and comment, not rcs version numbers. (__button_press): Fix double-click handling. svn: r8610 2007-06-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd: * data/grampsxml.dtd: Typo. svn: r8609 2007-06-20 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r8608 2007-06-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbManager.py: 2007-06-19 Alex Roitman <shura@gramps-project.org> * src/DbManager.py (check_in): Add -f option to ci to force checking even if it is identical. 2007-06-19 Alex Roitman <shura@gramps-project.org> svn: r8607 2007-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/GrampsDbUtils/_WriteXML.py: 2007-06-19 Don Allingham <don@gramps-project.org> * src/DbManager.py: handle RCS init properly, don't use gziped files * src/GrampsDbUtils/_WriteXML.py: pass compress argument properly 2007-06-19 Don Allingham <don@gramps-project.org> * src/DbManager.py: parse comment for display in list * src/glade/gramps.glade: fix names of buttons on dbmanager svn: r8606 2007-06-20 Don Allingham <don@gramps-project.org> * src/DbManager.py, src/glade/gramps.glade: svn: r8605 2007-06-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_FilterEditor.py: 2007-06-19 Alex Roitman <shura@phy.ucsf.edu> * src/FilterEditor/_FilterEditor.py (_find_dependent_filters): Add method to first find all filters fo deletion. svn: r8603 2007-06-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_FilterEditor.py: 2007-06-19 Alex Roitman <shura@gramps-project.org> * src/FilterEditor/_FilterEditor.py (_do_delete_filter): Use a copy for iteration over the filters. svn: r8597 2007-06-19 Brian Matherly <brian@gramps-project.org> * windows/nsis/gramps-build.bat, windows/nsis/gramps.nsi: Improved windows installer scripts from Steve. svn: r8592 2007-06-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: Fix death source references in DDR and DAR. svn: r8590 2007-06-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DbManager.py: * src/DbManager.py: make path recursive. Make default db dir consistent. svn: r8589 2007-06-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/GrampsDb/_GrampsDBDir.py, src/glade/gramps.glade: * src/GrampsDb/_GrampsDBDir.py: revision control check in * src/DbManager.py: revision control check in * src/glade/gramps.glade: revision control check in 2007-06-18 Don Allingham <don@gramps-project.org> svn: r8588 2007-06-19 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: fix default value svn: r8587 2007-06-19 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: update for database-path svn: r8586 2007-06-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py: * src/DbManager.py: check for revisions 2007-06-18 Don Allingham <don@gramps-project.org> svn: r8585 2007-06-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/GrampsDb/_GrampsDBDir.py: 2007-06-18 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDBDir.py: support lock file * src/DbManager.py: display locked file message svn: r8584 2007-06-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateEdit.py: 2007-06-18 Alex Roitman <shura@gramps-project.org> * src/DateEdit.py (DateEditorDialog.switch_calendar): Only convert non-empty dates to new calendar. svn: r8583 2007-06-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py (NameFormatEditDlg.cb_format_changed): Catch exception when format string is invalid. svn: r8581 2007-06-18 Brian Matherly <brian@gramps-project.org> * : move gramps23 into trunk svn: r8580 2007-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py: * src/plugins/Verify.py: Clarification in wording: #1071. svn: r8573 2007-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsCfg.py: Update svn: r8572 2007-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: 2007-06-17 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py (NameFormatEditDlg.cb_format_changed): Catch exception when format string is invalid. svn: r8571 2007-06-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py: 2007-06-16 Don Allingham <don@gramps-project.org> * src/DbManager.py: add user sorting to manager lists svn: r8570 2007-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.py: Update svn: r8569 2007-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/gramps.py: * src/gramps.py (run): Catch SystemExit exception. svn: r8568 2007-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/GrampsDb/_ReadXML.py: * src/ArgHandler.py: Use sys.exit() for bailing out. * src/GrampsDb/_ReadXML.py (start_url): Correctly parse url type; Use sys.ext() for bailing out. svn: r8567 2007-06-17 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/DbManager.py, src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py: fix typo * src/GrampsDb/_GrampsDBDir.py: check for writability, otherwise open as readonly * src/DbManager.py: use single, user configurable database path * data/gramps.schemas.in: set default path to ~/.gramps/grampsdb 2007-06-16 Don Allingham <don@gramps-project.org> svn: r8566 2007-06-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_ReadXML.py: 2007-06-16 Alex Roitman <shura@gramps-project.org> * src/GrampsDbUtils/_ReadXML.py (start_url): Correctly parse url type. svn: r8565 2007-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2007-06-16 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadXML.py (start_url): Correctly parse url type. svn: r8564 2007-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/DbManager.py, src/GrampsCfg.py, src/GrampsDbUtils/Makefile.am, src/Makefile.am, src/Simple/_SimpleDoc.py: 2007-06-16 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: additional database path * src/Config/_GrampsConfigKeys.py: additional database path * src/DbManager.py: additional database path * src/GrampsDbUtils/Makefile.am: additional database path * src/Makefile.am: additional database path * data/gramps.schemas.in: additional database path svn: r8563 2007-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.desktop.in: 2007-06-16 Brian Pepple <bpepple@fedoraproject.org> * data/gramps.desktop.in: Fix desktop file to conform to desktop file specs. svn: r8562 2007-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.desktop.in: 2007-06-16 Brian Pepple <bpepple@fedoraproject.org> * data/gramps.desktop.in: Fix desktop file to conform to desktop file specs. svn: r8561 2007-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_FilterEditor.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py: 2007-06-16 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_IsChildOfFilterMatch.py (IsChildOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py (IsAncestorOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py (IsDescendantOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py (HasCommonAncestorWithFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsParentOfFilterMatch.py (IsParentOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py (IsSiblingOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py (IsSpouseOfFilterMatch): Subclass MatchesFilter. svn: r8560 2007-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch. py, gramps2/src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsChildOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsParentOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py: 2007-06-16 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_IsChildOfFilterMatch.py (IsChildOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py (IsAncestorOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py (IsDescendantOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py (HasCommonAncestorWithFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsParentOfFilterMatch.py (IsParentOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py (IsSiblingOfFilterMatch): Subclass MatchesFilter. * src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py (IsSpouseOfFilterMatch): Subclass MatchesFilter. svn: r8559 2007-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/de.po: 2007-06-16 Matthias Alles <alles@rhrk.uni-kl.de> * de.po: Fixes. svn: r8558 2007-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_Backup.py, src/ViewManager.py: 2007-06-15 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_Backup.py: Optimization and documentation. svn: r8557 2007-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/de.po: Translation update svn: r8556 2007-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/GrampsDbUtils/_Backup.py: 2007-06-14 Alex Roitman <shura@gramps-project.org> * src/GrampsDbUtils/_Backup.py (__do_restore): Minor optimization. * src/GrampsDb/_GrampsDbBase.py (__get_from_handle): Pass txn. svn: r8555 2007-06-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_Backup.py: 2007-06-14 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_Backup.py (__do_restore): use transactions during restore svn: r8554 2007-06-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/SvgDrawDoc.py: Improve text rendering for SVG reports (#0001072). svn: r8553 2007-06-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/SvgDrawDoc.py: Improve text rendering for SVG reports (#0001072). svn: r8552 2007-06-14 Alex Roitman <shura@gramps-project.org> * src/DisplayState.py, src/GrampsDb/_GrampsDbBase.py, src/RecentFiles.py: Update svn: r8551 2007-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/RecentFiles.py, src/ViewManager.py: * src/ViewManager.py: Enable recent files. * src/DisplayState.py (RecentDocsMenu.load): work out directories; (RecentDocsMenu.build): Use symbolic names for menu. * src/RecentFiles.py: Make work with directories and symbolic names; remove GNOME-related functionality. svn: r8550 2007-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDBDir.py: 2007-06-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDBDir.py (open_undodb): Override the base method by using undo.db inside the data directory. svn: r8549 2007-06-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/GrampsDbUtils/_Backup.py: * src/GrampsDbUtils/_Backup.py (__do_export): check for existance before deleting 2007-06-13 Don Allingham <don@gramps-project.org> svn: r8548 2007-06-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/glade/gramps.glade: * src/DbManager.py: handle cursor while rebuilding * src/glade/gramps.glade: fix label placement 2007-06-13 Don Allingham <don@gramps-project.org> svn: r8547 2007-06-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/DbState.py, src/GrampsDbUtils/_Backup.py: 2007-06-13 Don Allingham <don@gramps-project.org> * src/DbManager.py: handle broken dbs that have been opened * src/DbState.py: handle broken dbs that have been opened * src/GrampsDbUtils/_Backup.py: write intermediate file firs to make sure no errors occur when writing, then replace old backups * src/ViewManager.py: better rebuild recovery * src/GrampsDb/_GrampsDbConst.py: better rebuild recovery * src/GrampsDb/_GrampsDBCallback.py: better rebuild recovery * src/DbManager.py: better rebuild recovery * src/glade/gramps.glade: better rebuild recovery * src/const.py.in: better rebuild recovery * src/QuestionDialog.py: better rebuild recovery * src/GrampsDbUtils/_ReadGedcom.py: better rebuild recovery * src/ArgHandler.py: better rebuild recovery * src/DbLoader.py: better rebuild recovery 2007-06-12 Don Allingham <don@gramps-project.org> svn: r8546 2007-06-13 Alex Roitman <shura@gramps-project.org> * po/POTFILES.in: Update svn: r8545 2007-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/da.po: Update svn: r8544 2007-06-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: Improve tooltip for latin-1 option in the Relationship Graph report. svn: r8543 2007-06-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/AbiWord2Doc.py: Fix width error AbiWord2Doc.py. svn: r8542 2007-06-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Bibliography.py, src/ReportBase/_Endnotes.py, src/ReportBase/_ReportUtils.py, src/ReportBase/__init__.py, src/plugins/BookReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/IndivComplete.py: Enhance source endnotes in some text reports. svn: r8541 2007-06-13 Don Allingham <don@gramps-project.org> * src/ArgHandler.py, src/DbLoader.py, src/DbManager.py, src/GrampsDb/_GrampsDBCallback.py, src/GrampsDb/_GrampsDbConst.py, src/GrampsDbUtils/_ReadGedcom.py, src/QuestionDialog.py, src/ViewManager.py, src/const.py.in, src/glade/gramps.glade: svn: r8540 2007-06-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbManager.py, src/DbState.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDBDir.py, src/ViewManager.py: 2007-06-12 Don Allingham <don@gramps-project.org> * src/ViewManager.py: detection and recovery from db errors * src/GrampsDb/_GrampsDBDir.py: detection and recovery from db errors * src/GrampsDb/_GrampsBSDDB.py: detection and recovery from db errors * src/DbManager.py: detection and recovery from db errors * src/DbState.py: detection and recovery from db errors * src/ArgHandler.py: detection and recovery from db errors svn: r8539 2007-06-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/Errors.py, src/GrampsDb/_GrampsDBDir.py, src/GrampsDbUtils/_Backup.py, src/Makefile.am, src/ViewManager.py, src/docgen/GtkPrint.py, src/glade/gramps.glade: 2007-06-11 Don Allingham <don@gramps-project.org> * src/ViewManager.py: Improve backup strategy * src/GrampsDb/_GrampsDBDir.py: Improve backup strategy * src/DbManager.py: Improve backup strategy * src/glade/gramps.glade: Improve backup strategy * src/Errors.py: Improve backup strategy * src/GrampsDbUtils/_Backup.py: Improve backup strategy svn: r8538 2007-06-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Fix formatting svn: r8537 2007-06-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/DisplayState.py, src/FilterEditor/_EditFilter.py, src/FilterEditor/_FilterEditor.py, src/GrampsDb/_GrampsDbWriteXML.py: 2007-06-06 Alex Roitman <shura@gramps-project.org> * src/DisplayState.py (DisplayState.__signals__): Port fixes from 2.2 tree. * src/FilterEditor/_EditFilter.py: Port fixes from 2.2 tree. * src/FilterEditor/_FilterEditor.py: Port fixes from 2.2 tree. * data/grampsxml.rng: Port fixes from 2.2 tree. * data/grampsxml.dtd: Port fixes from 2.2 tree. * src/GrampsDb/_GrampsDbWriteXML.py (_xml_version): Bump up version. svn: r8536 2007-06-04 Alex Roitman <shura@gramps-project.org> * src/DbLoader.py: Typo svn: r8535 2007-06-04 Alex Roitman <shura@gramps-project.org> * INSTALL: Revert runaway commit svn: r8534 2007-06-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: fix __ issue svn: r8533 2007-06-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsCursor.py: * src/GrampsDb/_GrampsCursor.py: added svn: r8532 2007-06-04 Don Allingham <don@gramps-project.org> * ChangeLog, INSTALL, src/BasicUtils/BasicUtils.py, src/DateHandler/Makefile.am, src/DbLoader.py, src/GrampsDb/Makefile.am, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_ProgressMonitor.py, src/Makefile.am, src/Simple/_SimpleAccess.py, src/Simple/__init__.py: 2007-06-03 Don Allingham <don@gramps-project.org> * src/Simple/__init__.py: add svn: r8531 2007-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbLoader.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_ReadGrdb.py, src/plugins/ReadGrdb.py: 2007-06-01 Alex Roitman <shura@gramps-project.org> * src/DbLoader.py (_OPEN_FORMATS): Remove grdb from the native format list. * src/GrampsDbUtils/_GrampsDbWRFactories.py (gramps_db_reader_factory): remove grdb read from the factories, it is a plugin now. * src/plugins/ReadGrdb.py: Register import; made module a plugin. svn: r8530 2007-06-02 Brian Matherly <brian@gramps-project.org> * ChangeLog: changelog formatting svn: r8529 2007-06-02 Brian Matherly <brian@gramps-project.org> * ChangeLog: proper changelog format svn: r8528 2007-06-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py: Fix title error HtmlDoc.py. svn: r8527 2007-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng: * data/grampsxml.rng: Add callname. * data/grampsxml.dtd: Add callname. svn: r8526 2007-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_FilterEditor.py: 2007-06-01 Alex Roitman <shura@gramps-project.org> * src/FilterEditor/_FilterEditor.py (check_recursive_filters, clean_after_rename, _do_delete_filter,_do_delete_selected_filter): Handle renaming and deletion of filters when other filters depend on them. * src/FilterEditor/_EditFilter.py (filter_name_changed): Prohibit creating new filter names colliding with existing filter names; (on_ok_clicked): Signal the name change. * src/DisplayState.py (DisplayState.__signals__): Add new signal to indicate filter name change: necessary for renaming/removing filters based on the changed name. svn: r8525 2007-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (_xml_version): Bump up version. svn: r8524 2007-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng: 2007-05-31 Alex Roitman <shura@gramps-project.org> * data/grampsxml.rng: Add privacy for sourceref and lds_ord. * data/grampsxml.dtd: Add privacy for sourceref and lds_ord. svn: r8523 2007-05-31 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: * po/nl.po a few minor changes intended for 2.2.8 svn: r8522 2007-05-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/plugins/WriteFtree.py: 2007-05-31 Don Allingham <don@gramps-project.org> * configure.in: update to 2.2.9 * src/plugins/WriteFtree.py (get_name): fix typo svn: r8521 2007-05-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in: 2007-05-27 Don Allingham <don@gramps-project.org> * configure.in: update for 2.2.8 svn: r8519 2007-05-25 Alex Roitman <shura@gramps-project.org> * gramps2/help/sk/sk.po, gramps2/po/sk.po: svn: r8518 2007-05-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/Simple/Makefile.am: 2007-05-24 Don Allingham <don@gramps-project.org> * src/Simple/Makefile.am: added * src/DataViews/_PedigreeView.py: catch loop in relationships, indicated by a recursion limit exception. svn: r8517 2007-05-24 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po, gramps2/po/ChangeLog: Update svn: r8516 2007-05-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/sk.po: /po/sk: update translation svn: r8515 2007-05-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/sk/sk.po: /help/sk: update manual svn: r8514 2007-05-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/Makefile.am: add German manual svn: r8513 2007-05-23 Jérôme Rapinat <romjerome@yahoo.fr> * : de/figures: remove unused image svn: r8512 2007-05-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/de/de.po: update German translation svn: r8511 2007-05-23 Jérôme Rapinat <romjerome@yahoo.fr> * : fr/figures: remove unused image svn: r8510 2007-05-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r8509 2007-05-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DbLoader.py: 2007-05-22 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py (PedigreeView.find_tree): Catch recursion error svn: r8508 2007-05-22 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/gramps.pot: /help/gramps.pot: update template svn: r8507 2007-05-21 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r8506 2007-05-21 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/sv.po: Transaltion update. svn: r8505 2007-05-21 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Translation update. svn: r8504 2007-05-21 Don Allingham <don@gramps-project.org> * src/Simple/_SimpleDoc.py: svn: r8503 2007-05-21 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_PersonView.py, src/Makefile.am, src/ReportBase/_SimpleAccess.py, src/ReportBase/_SimpleDoc.py, src/Simple/_SimpleAccess.py, src/Simple/_SimpleDoc.py, src/plugins/all_events.py: * configure.in: update Simple/Makefile * src/Simple/_SimpleAccess.py: Move to Simple package * src/Simple/_SimpleDoc.py: Move to Simple package * src/Makefile.am: Move to Simple package * src/DataViews/_PersonView.py: Simple package support * src/plugins/all_events.py: Simple package supprt 2007-05-20 Don Allingham <don@gramps-project.org> svn: r8502 2007-05-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbState.py, src/DisplayState.py, src/Errors.py, src/Lru.py: 2007-05-20 Don Allingham <don@gramps-project.org> * src/Lru.py: pylint fixes * src/DisplayState.py: pylint fixes * src/Errors.py: pylint fixes * src/DbState.py: pylint fixes svn: r8501 2007-05-20 Espen Berg <espenbe@gmail.com> * gramps2/help/nb/nb.po: Did some more translation of the Norwegian manual. Still a whole lot to be done svn: r8500 2007-05-20 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r8499 2007-05-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/ColumnOrder.py, src/DateEdit.py, src/DbLoader.py, src/ManagedWindow.py: * src/Bookmarks.py: pylint fixes * src/ColumnOrder.py: pylint fixes * src/DateEdit.py: pylint fixes * src/DbLoader.py: pylint fixes * src/ManagedWindow.py: pylint fixes 2007-05-19 Don Allingham <don@gramps-project.org> svn: r8498 2007-05-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/BaseDoc.py: 2007-05-19 Don Allingham <don@gramps-project.org> * src/AutoComp.py: removal of unused functions * src/BaseDoc.py: clean up and add documentation svn: r8497 2007-05-19 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/po/es.po: es.po is almost completely update, only major work pendind is revision svn: r8496 2007-05-18 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/po/es.po: Third partial update svn: r8495 2007-05-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Fix gallery image links generated on Win32 for the Narrative Web Report. svn: r8494 2007-05-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: Fix gallery image links generated on Win32 for the Narrative Web Report. svn: r8493 2007-05-18 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r8492 2007-05-18 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r8491 2007-05-18 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r8490 2007-05-18 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/po/es.po: Second partial update svn: r8489 2007-05-18 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r8488 2007-05-17 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/po/es.po: Partial update svn: r8487 2007-05-17 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Norwegian translation updated and ready for 2.2.8 svn: r8486 2007-05-17 Don Allingham <don@gramps-project.org> * gramps2/po/gramps.pot: svn: r8485 2007-05-17 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/gedcomexport.glade, src/plugins/cdexport.glade, src/plugins/eval.glade, src/plugins/eventcmp.glade, src/plugins/genewebexport.glade, src/plugins/leak.glade, src/plugins/vcalendarexport.glade, src/plugins/vcardexport.glade, src/plugins/verify.glade, src/plugins/writeftree.glade: Remove Gnome dependencies from all glade files. svn: r8484 2007-05-17 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0000806: default for narrative website should be protect living svn: r8483 2007-05-17 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0000806: default for narrative website should be protect living svn: r8482 2007-05-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/gedcomexport.glade, gramps2/src/plugins/cdexport.glade, gramps2/src/plugins/eval.glade, gramps2/src/plugins/eventcmp.glade, gramps2/src/plugins/genewebexport.glade, gramps2/src/plugins/leak.glade, gramps2/src/plugins/vcalendarexport.glade, gramps2/src/plugins/vcardexport.glade, gramps2/src/plugins/verify.glade, gramps2/src/plugins/writeftree.glade: 2007-05-15 Don Allingham <don@gramps-project.org> * GrampsDb/gedcomexport.glade: remove gnome requirement * plugins/verify.glade: remove gnome requirement * plugins/cdexport.glade: remove gnome requirement * plugins/vcardexport.glade: remove gnome requirement * plugins/writeftree.glade: remove gnome requirement * plugins/eval.glade: remove gnome requirement * plugins/vcalendarexport.glade: remove gnome requirement * plugins/leak.glade: remove gnome requirement * plugins/genewebexport.glade: remove gnome requirement * plugins/eventcmp.glade: remove gnome requirement svn: r8481 2007-05-16 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: 0001003: Researcher information dialog on export to GEDCOM svn: r8480 2007-05-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: 0001043: Dropdown list in htmloptions in Family Group Report has very large size svn: r8479 2007-05-16 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py: 0001043: Dropdown list in htmloptions in Family Group Report has very large size svn: r8478 2007-05-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Sort strings, not lists in Narrative Web combo boxes. svn: r8477 2007-05-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: Sort strings, not lists in Narrative Web combo boxes. svn: r8476 2007-05-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py: Catch possible crash in Pedigree View. svn: r8475 2007-05-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: Catch possible crash in Pedigree View. svn: r8474 2007-05-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AutoComp.py, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/DbLoader.py, src/DisplayTabs/_EmbeddedList.py, src/Editors/_EditFamily.py, src/ImgManip.py, src/LdsUtils.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_SimpleAccess.py, src/plugins/FindDupes.py, src/plugins/Verify.py, src/plugins/all_events.py: 2007-05-14 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py: catch errors * src/DataViews/_RelationView.py: catch errors * src/ReportBase/_ReportDialog.py: catch errors * src/ReportBase/_SimpleAccess.py: fix marriage place/date values * src/Editors/_EditFamily.py: catch errors * src/DisplayTabs/_EmbeddedList.py: catch errors * src/plugins/FindDupes.py: catch errors * src/plugins/Verify.py: catch errors * src/AddMedia.py: fix scale_simple types * src/AutoComp.py: pylint fixes * src/ImgManip.py: pylint fixes * src/LdsUtils.py: new temple types * src/DbLoader.py: error types svn: r8473 2007-05-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0001044: ReportWeb Site, tab Page Generation - items in dropdown list do not sort correctly svn: r8472 2007-05-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0001044: ReportWeb Site, tab Page Generation - items in dropdown list do not sort correctly svn: r8471 2007-05-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler/_Date_nb.py, gramps2/src/Editors/_EditFamily.py: 2007-05-14 Espen Berg <espen.berg@ntnu.no> * src/DateHandler/_Date_nb.py: svn: r8470 2007-05-14 Espen Berg <espenbe@gmail.com> * gramps2/src/DateHandler/Makefile.am, gramps2/src/DateHandler/_DateHandler.py, gramps2/src/DateHandler/__init__.py: Added support for Norwegian date parser svn: r8469 2007-05-14 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Updated Norwegian translation of po-files svn: r8468 2007-05-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Fix reference paths on Windows. svn: r8467 2007-05-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Fix reference paths on Windows. svn: r8466 2007-05-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: Fix typo in _EditFamily.py. svn: r8465 2007-05-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BasicUtils.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ImgManip.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/plugins/FindDupes.py, gramps2/src/plugins/Verify.py: 2007-05-12 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py: additional error checking * src/DataViews/_RelationView.py: check for empty person * src/GrampsDb/_ReadGedcom.py: additional error checking * src/GrampsDb/_DbUtils.py: additional error checking * src/ReportBase/_ReportDialog.py: additional error checking * src/Editors/_EditFamily.py: additional error checking * src/DisplayTabs/_EmbeddedList.py: additional error checking * src/plugins/FindDupes.py: additional error checking * src/plugins/Verify.py: additional error checking * src/ImgManip.py: additional error checking * src/BasicUtils.py: additional error checking svn: r8464 2007-05-11 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: 2007-05-11 Benny Malengier <bm@cage.ugent.be> * src/GrampsDbUtils/_ReadXML.py: * src/GrampsDb/_GrampsDbWriteXML.py: Merge gramps2 privacy changes of Don, add privacy to note of sourceref and lds_ord * src/GrampsDbUtils/_ReadXML.py: partly fix #1053, import privacy of person, family, svn: r8463 2007-05-11 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2007-05-11 Benny Malengier <bm@cage.ugent.be> * src/GrampsDb/_ReadXML.py: clean meld issues, add privacy read lds_ord even if not set yet svn: r8462 2007-05-11 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r8461 2007-05-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbLoader.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/LdsUtils.py, gramps2/src/RelLib/_LdsOrd.py: 2007-05-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: fix privacy settings * src/GrampsDb/_WriteXML.py: fix privacy settings * src/LdsUtils.py: updated temple codes * src/DbLoader.py: try to handle default directory better * src/LdsOrd.py: Update from bug tracker (#925) submitted by robocoder svn: r8460 2007-05-10 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_ReadXML.py: 2007-05-10 Benny Malengier <bm@cage.ugent.be> * src/GrampsDb/_ReadXML.py: partly fix #1053, import privacy of person, family, media, source, place and repo correct. Still to do: sourceref and lds_ordinance svn: r8459 2007-05-10 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2007-05-10 Benny Malengier <bm@cage.ugent.be> Correct error in person name privacy svn: r8458 2007-05-10 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2007-05-09 Benny Malengier <bm@cage.ugent.be> * src/GrampsDb/_ReadXML.py: partly fix #1053, import privacy of person, family, media, source, place and repo correct. Still to do: sourceref and lds_ordinance svn: r8457 2007-05-10 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Some rendering fixes for RTL locales svn: r8456 2007-05-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2007-05-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (GedcomParser.func_name_aka): patch submitted on bug tracker for AKA parameter missing (#1034) svn: r8455 2007-05-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py, src/GrampsDb/_GrampsDbBase.py: 2007-05-08 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (GrampsDbBookmarks.insert): fix bookmark insertion (#1050) * src/Editors/_EditFamily.py: fix sort columns svn: r8454 2007-05-09 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, TODO, src/GrampsDbUtils/_ReadXML.py, src/glade/gramps.glade: 2007-05-09 Benny Malengier <bm@cage.ugent.be> * src/glade/gramps.glade: fix #797 * src/glade/gramps.glade: fix #796 * src/GrampsDbUtils/_ReadXML.py: Set specific notetype on import/read of pre 2.3 xml, inherit privacy of creating object for pre 2.3 xml as much as possible. svn: r8453 2007-05-09 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: * src/glade/gramps.glade: fix #797 2007-05-09 Benny Malengier <bm@cage.ugent.be> svn: r8452 2007-05-09 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: 2007-05-09 Benny Malengier <bm@cage.ugent.be> * src/glade/gramps.glade: fix #796 svn: r8451 2007-05-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2007-05-08 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py (ChildEmbedList): Sort by the proper column * src/GrampsDb/_GrampsDbBase.py (GrampsDbBookmarks.insert): fix bookmark insertion (#1050) svn: r8450 2007-05-09 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: Change the default directory for the narrative web report so people don't generate the report in their database directory. svn: r8449 2007-05-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: Change the default directory for the narrative web report so people don't generate the report in their database directory. svn: r8448 2007-05-09 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_GrampsDbBase.py: svn: r8447 2007-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po: 2007-05-08 Lubo Vasko <pgval@inMail.sk> * sk/sk.po: Translation update. svn: r8446 2007-05-08 Don Allingham <don@gramps-project.org> * src/BaseDoc.py, src/ReportBase/_BareReportDialog.py, src/docgen/TextBufDoc.py: svn: r8445 2007-05-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/PageView.py: * src/DataViews/_PersonView.py: * src/PageView.py: * src/Filters/SideBar/_MediaSidebarFilter.py: * src/Filters/SideBar/_SidebarFilter.py: * src/Filters/SideBar/_SourceSidebarFilter.py: * src/Filters/SideBar/_EventSidebarFilter.py: * src/Filters/SideBar/_FamilySidebarFilter.py: * src/Filters/SideBar/_PlaceSidebarFilter.py: * src/Filters/SideBar/_RepoSidebarFilter.py: * src/Filters/SideBar/_NoteSidebarFilter.py: * src/Filters/SideBar/_PersonSidebarFilter.py: Pass dbstate to SidebarFilters 2007-05-07 Don Allingham <don@gramps-project.org> svn: r8444 2007-05-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_SimpleDoc.py, src/docgen/TextBufDoc.py: 2007-05-07 Don Allingham <don@gramps-project.org> * src/ReportBase/_SimpleDoc.py: add support for tabs * src/BaseDoc.py: add support for tabs * src/docgen/TextBufDoc.py: add support for tabs svn: r8443 2007-05-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, TODO, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: upgrade of grdb now sets correct notetype, and inherits the public/private setting of the parent object it is created from, instead of defaulting to public. 2007-05-07 Benny Malengier <bm@cage.ugent.be> svn: r8442 2007-05-07 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, TODO, src/DisplayTabs/_NoteTab.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/GrampsWidgets.py, src/RelLib/_NoteType.py: 2007-05-07 Benny Malengier <bm@cage.ugent.be> * src/Editors/_EditPlace.py: * src/Editors/_EditAddress.py: * src/Editors/_EditLdsOrd.py: * src/Editors/_EditSourceRef.py: * src/Editors/_EditSource.py: * src/Editors/_EditRepoRef.py: * src/Editors/_EditAttribute.py: * src/Editors/_EditPersonRef.py: * src/Editors/_EditNote.py: * src/Editors/_EditPerson.py: * src/Editors/_EditMediaRef.py: * src/Editors/_EditEventRef.py: * src/Editors/_EditMedia.py: * src/Editors/_EditRepository.py: * src/Editors/_EditName.py: * src/Editors/_EditChildRef.py: * src/Editors/_EditFamily.py: * src/Editors/_EditEvent.py: * src/RelLib/_NoteType.py: * src/DisplayTabs/_NoteTab.py: * src/GrampsWidgets.py: * TODO: Implement using a specific notetype instead of General for notes created as part of a primary or secondary object. Add list of types to ignore for inclusion in MonitoredDataType in a general manner. List remaining issues in TODO for multiple notes. svn: r8441 2007-05-07 Don Allingham <don@gramps-project.org> * src/ReportBase/_SimpleDoc.py: svn: r8440 2007-05-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/GrampsDb/_GrampsDbBase.py, src/RelLib/_BasicPrimaryObject.py, src/RelLib/_MediaObject.py, src/RelLib/_Person.py, src/ReportBase/_SimpleAccess.py, src/ReportBase/_SimpleReport.py, src/docgen/TextBufDoc.py, src/glade/gramps.glade, src/gramps_main.py, src/plugins/all_events.py: 2007-05-06 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: add quick report * src/GrampsDb/_GrampsDbBase.py: use NotImplementedError instead of assertion * src/ReportBase/_SimpleAccess.py: added functionality * src/RelLib/_MediaObject.py: comments * src/RelLib/_Person.py: remove @sort comment * src/RelLib/_BasicPrimaryObject.py: * src/plugins/all_events.py: comments * src/glade/gramps.glade: clean up width * src/gramps_main.py: added docgen to the search path * src/docgen/TextBufDoc.py: Added interface svn: r8439 2007-05-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/data/main5.css: Fix generation chart alignment for Narrative Web Tranquil style sheet. svn: r8438 2007-05-06 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/main5.css: Fix generation chart alignment for Narrative Web Tranquil style sheet. svn: r8437 2007-05-05 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/LaTeXDoc.py: Convert tabs to space-tabs in LaTeXDoc.py svn: r8436 2007-05-03 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/plugins/rel_de.py: 2007-05-03 Benny Malengier <bm@cage.ugent.be> * src/plugins/rel_de.py: issue #0000929 , rel_de.py svn: r8435 2007-05-03 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_de.py: 2007-05-03 Benny Malengier <bm@cage.ugent.be> * src/plugins/rel_de.py: issue #0000929 , rel_de.py svn: r8434 2007-05-02 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/GrampsDb/_GrampsBSDDB.py, src/RelLib/_BasicPrimaryObject.py, src/RelLib/_ChildRefType.py, src/ReportBase/_SimpleAccess.py, src/ViewManager.py, src/docgen/GtkPrint.py: 2007-05-01 Don Allingham <don@gramps-project.org> * src/ReportBase/_SimpleAccess.py: simplifed database access routines svn: r8433 2007-04-30 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/Editors/_EditFamily.py, src/Editors/_EditNote.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py: 2007-04-30 Benny Malengier <bm@cage.ugent.be> * src/Editors/_EditPlace.py: * src/Editors/_EditSource.py: * src/Editors/_EditNote.py: * src/Editors/_EditPerson.py: * src/Editors/_EditRepository.py: * src/Editors/_EditFamily.py: * src/DisplayTabs/_NoteTab.py: Add meaningfull title to the note dialog instead of only the note number, when called from place, source, person, family or repo svn: r8432 2007-04-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_Report.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/GtkPrint.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py: Divide BaseDoc into BaseDoc, TextDoc and DrawDoc. TextDoc and DrawDoc are abstract interfaces that must be implemented by the corresponding document generators. svn: r8431 2007-04-28 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/MarkupText.py, src/gramps_main.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/Makefile.am, src/images/gramps-parents.svg, src/images/scalable/Makefile.am, src/images/scalable/gramps-font-bgcolor.svg, src/images/scalable/gramps-font-color.svg, src/images/scalable/gramps-media-all.svg, src/images/scalable/gramps-media.svg, src/images/scalable/gramps-parents-add.svg, src/images/scalable/gramps-parents-open.svg, src/images/scalable/gramps-parents.svg: 2007-04-28 Benny Malengier <bm@cage.ugent.be> * src/images/.../Makefile.am: * src/images/Makefile.am: * src/DataViews/_RelationView.py: * src/MarkupText.py: * src/gramps_main.py: * src/images/.../gramps-font-color...: * src/images/.../gramps-font-bgcolor...: * src/images/.../gramps-parents-open...: * src/images/48x48/gramps-parents-add.png: New icons for add/share parents, clean up media icon, icons for fonts as asked by Zsolt, delete of no more needed icons gramps-sharefamily, gramps-media-all. Reflect changes to images to makefiles. Use the new icons. svn: r8430 2007-04-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py: Fix errors in bookmark filters. svn: r8429 2007-04-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf Bookmarked.py, gramps2/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks. py: Fix errors in bookmark filters. svn: r8428 2007-04-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: Fix escape error in BookReport.py. svn: r8427 2007-04-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbLoader.py: Fix exception message in DbLoader.py. svn: r8426 2007-04-27 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: 2.2.x->2.3 svn: r8425 2007-04-27 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/Makefile.am, src/images/scalable/Makefile.am: 2007-04-27 Benny Malengier <bm@cage.ugent.be> * src/images/22x22/Makefile.am: * src/images/16x16/Makefile.am: * src/images/48x48/Makefile.am: * src/images/scalable/Makefile.am: * src/images/Makefile.am: Reflect changes to images to makefiles svn: r8424 2007-04-27 Don Allingham <don@gramps-project.org> * src/ReportBase/_SimpleReport.py: svn: r8423 2007-04-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditNote.py, src/MarkupText.py: 2007-04-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py: * src/Editors/_EditNote.py: Rewrite of the note markup functionality, also fixes: #1024. svn: r8422 2007-04-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_Report.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleEditor.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: Move Graphic Styles, Table Styles and Cell Styles into the StyleSheet class. All report styles are now defined in the "get_default_style()" function. svn: r8421 2007-04-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in, gramps2/src/AddMedia.py, gramps2/src/const.py.in: 2007-04-22 Don Allingham <don@gramps-project.org> * configure.in: bump to full release of 2.2.7 * src/const.py.in: fix 2007 in copyright * NEWS: update news file svn: r8419 2007-04-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py: Escape still wasn't right in ODFDoc.py. Ancestor and descendant charts were displaying wrong. svn: r8418 2007-04-22 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/ODFDoc.py: Escape still wasn't right in ODFDoc.py. Ancestor and descendant charts were displaying wrong. svn: r8417 2007-04-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_IsBookmarked.py: 0000970: _IsBookmarked.py causes crash svn: r8416 2007-04-21 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_IsBookmarked.py: 0000970: _IsBookmarked.py causes crash svn: r8415 2007-04-21 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_EmbeddedList.py, src/Editors/_EditFamily.py: 2007-04-21 Benny Malengier <bm@cage.ugent.be> * src/Editors/_EditFamily.py : add up down arraw on children list * src/DisplayTabs/_EmbeddedList.py : generalize select method for up/down movement in list svn: r8414 2007-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/DbManager.py, src/DisplayModels/_BaseModel.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_WriteGedcom.py: 2007-04-20 Don Allingham <don@gramps-project.org> * src/DisplayModels/_BaseModel.py (BaseModel.add_row_by_handle): if search not defined, do an insert * src/GrampsDb/_ReadGedcom.py: fix calendar parsing * src/GrampsDb/_WriteGedcom.py: fix calendar generation svn: r8413 2007-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py: 2007-04-20 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix calendar parsing * src/GrampsDb/_WriteGedcom.py: fix calendar generation svn: r8412 2007-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py: 2007-04-20 Alex Roitman <shura@gramps-project.org> * src/plugins/Checkpoint.py (Checkpoint.rcs): Remove debugging output; Work out retrieval. svn: r8411 2007-04-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_BaseModel.py: 2007-04-20 Don Allingham <don@gramps-project.org> * src/DisplayModels/_BaseModel.py (BaseModel.add_row_by_handle): if search not defined, do an insert svn: r8410 2007-04-20 Jérôme Rapinat <romjerome@yahoo.fr> * : add German translation for manual svn: r8409 2007-04-20 Jérôme Rapinat <romjerome@yahoo.fr> * : add German translation for manual svn: r8408 2007-04-20 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/de/de.po: add German translation for manual svn: r8407 2007-04-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py: PROPERLY escape ampersands in ODFDoc.py svn: r8406 2007-04-20 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/ODFDoc.py: PROPERLY escape ampersands in ODFDoc.py svn: r8405 2007-04-19 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DisplayModels/_NoteModel.py: * src/DisplayModels/_NoteModel.py: colorize using marker svn: r8404 2007-04-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Options.py, gramps2/src/plugins/BookReport.py: 2007-04-18 Don Allingham <don@gramps-project.org> * src/plugins/BookReport.py: escape xml constructs (bug 877) * src/PluginUtils/_Options.py: escape xml constructs (bug 877) svn: r8403 2007-04-18 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_NoteTab.py: 2007-04-18 Benny Malengier <bm@cage.ugent.be> * src/DisplayTabs/_EmbeddedList.py * src/DisplayTabs/_BackRefList.py * src/DisplayTabs/_NoteTab.py * src/DisplayTabs/_ButtonTab.py Added move up and move down buttons to the EmbeddedList, use them only for now in NoteTab svn: r8402 2007-04-18 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation for 2.2.7 svn: r8401 2007-04-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/DbManager.py: generate DEFAULT_DIR for databases from const.home_dir svn: r8400 2007-04-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py: 2007-04-17 Don Allingham <don@gramps-project.org> * src/Editors/_EditRepository.py: fix double click save bug * src/Editors/_EditSource.py: fix double click save bug * src/Editors/_EditEvent.py: fix double click save bug * src/Editors/_EditPlace.py: fix double click save bug * src/Editors/_EditFamily.py (EditFamily.save): fix potential double click of Family Editor dialog svn: r8399 2007-04-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/DataViews/_RelationView.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_PeopleModel.py, src/GrampsDb/_DbUtils.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_WriteGedcom.py, src/docgen/ODFDoc.py: 2007-04-17 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py: add marriage date column * src/GrampsDb/_DbUtils.py: add function for finding a marriage event * src/DisplayModels/_FamilyModel.py: add marriage date column * src/GrampsDbUtils/_GedcomParse.py: handle place form handing * src/GrampsDbUtils/_GedcomLex.py: handle place form handing * src/GrampsDbUtils/_WriteGedcom.py: handle note list * src/docgen/ODFDoc.py: escape special characters svn: r8398 2007-04-18 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po, gramps2/po/sk.po: 2007-04-17 Lubo Vasko <pgval@inMail.sk> * sk.po: Translation update. 2007-04-17 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r8397 2007-04-17 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: * po/nl.po Some corrections by Erik svn: r8396 2007-04-17 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Just a msgmerge with the nl.po and new gramps.pot so that Erik can do the changes. svn: r8395 2007-04-17 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r8394 2007-04-16 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/GrampsWidgets.py, src/glade/edit_person.glade, src/glade/gramps.glade, src/gramps_main.py, src/images/scalable/gramps-lock.svg, src/images/scalable/gramps-media-all.svg, src/images/scalable/gramps-unlock.svg, src/images/scalable/gramps-viewmedia.svg: 2007-04-17 Benny Malengier <bm@cage.ugent.be> * src/images/ * src/GrampsWidgets.py * src/glade/gramps.glade * src/glade/edit_person.glade * src/DisplayTabs/_NoteTab.py Added new icons for lock, unlock, viewmedia, and start using them. Removed old lock and view icons. svn: r8393 2007-04-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/po/de.po: * de.po: translation update svn: r8392 2007-04-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (create_pages): fix off-by-one error when preselecting last view svn: r8391 2007-04-16 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (create_pages): fix off-by-one error when preselecting last view svn: r8390 2007-04-16 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation for 2.2.7 svn: r8389 2007-04-16 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: improve French translation for manual svn: r8388 2007-04-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/gramps.pot: * po/gramps.pot: update for 2.2.7 preparation 2007-04-15 Don Allingham <don@gramps-project.org> svn: r8387 2007-04-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbLoader.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/QuestionDialog.py: 2007-04-15 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: use CONT to continue page info * src/GrampsDb/_GrampsBSDDB.py: additional error checking * src/QuestionDialog.py: enable markup * src/DbLoader.py: additional error checking * src/plugins/NarrativeWeb.py * src/ReportBase/_ReportUtils.py 0001012: Private source and private child references shown in narrative website. 0001017: Insufficient space in pedigree view of narrative website svn: r8386 2007-04-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/NarrativeWeb.py: 0001012: Private source and private child references shown in narrative website. svn: r8385 2007-04-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/plugins/NarrativeWeb.py: 0001012: Private source and private child references shown in narrative website. svn: r8384 2007-04-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/data/main1.css, src/data/main2.css, src/data/main3.css, src/data/main4.css, src/data/main5.css, src/data/main6.css: 0001017: Insufficient space in pedigree view of narrative website svn: r8383 2007-04-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/main1.css, gramps2/src/data/main2.css, gramps2/src/data/main3.css, gramps2/src/data/main4.css, gramps2/src/data/main5.css, gramps2/src/data/main6.css: 0001017: Insufficient space in pedigree view of narrative website svn: r8382 2007-04-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/GtkPrint.py: 0000908: GtkPrint doesn't parse if you don't have pygtk version 2.10 svn: r8381 2007-04-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_ReadXML.py: 0001011: XML import loses media objects when media object has no title. svn: r8380 2007-04-12 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 0001011: XML import loses media objects when media object has no title. svn: r8379 2007-04-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/ManagedWindow.py: 2007-04-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py (GedcomWriter.write_source_ref): replace newlines with semicolons on output. svn: r8378 2007-04-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ManagedWindow.py, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/docgen/ODFDoc.py: 2007-04-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: add hack to force illegal "BET ABT" to be read as "EST BET" * src/ReportBase/_BareReportDialog.py: escape ampersands * src/docgen/ODFDoc.py: escape ampersands * src/ManagedWindow.py: escape ampersands svn: r8377 2007-04-10 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po, gramps2/src/DateHandler/_Date_nl.py: * po/nl.po: a few corrections of the translation * src/DateHandler/_Date_nl.py: Numerisch => Numeriek svn: r8376 2007-04-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Some parsing enhancements svn: r8375 2007-04-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py (CheckIntegrity.check_events): don't require same gender for civil unions svn: r8374 2007-04-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: 2007-04-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py (GedcomWriter.gnu_fdl): don't duplicate the copyright notice (bug #790) svn: r8373 2007-04-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py: Remove file check from _GrampsIniKeys.py. It is not needed. svn: r8372 2007-04-09 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsIniKeys.py: Remove file check from _GrampsIniKeys.py. It is not needed. svn: r8371 2007-04-09 Brian Matherly <brian@gramps-project.org> * ChangeLog: Missing comma in Checkpoint.py. svn: r8370 2007-04-09 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py: Missing comma in Checkpoint.py. svn: r8369 2007-04-09 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po: add French translation for dbmanager dialog (keep strings for 2.2x) svn: r8368 2007-04-09 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ArgHandler.py, gramps2/src/DbLoader.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Exporter.py, gramps2/src/ReportBase/_FileEntry.py, gramps2/src/Utils.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: 0000995: Don't have write access on import/open in paths containing non-ASCII characters. svn: r8367 2007-04-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0001006: Narrative Web: Media objects missing title (description), mime_type, or path, are displayed poorly. svn: r8366 2007-04-09 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0001006: Narrative Web: Media objects missing title (description), mime_type, or path, are displayed poorly. svn: r8365 2007-04-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py: 2007-04-08 Don Allingham <don@gramps-project.org> * src/DisplayState.py (DisplayState.__init__): allocate 15 spaces for match label svn: r8364 2007-04-08 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0000896: Crash running Narrative Web report - system memory exhausted. svn: r8363 2007-04-08 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0000896: Crash running Narrative Web report - system memory exhausted. svn: r8362 2007-04-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_WriteXML.py, src/plugins/Checkpoint.py: 2007-04-07 Don Allingham <don@gramps-project.org> * src/plugins/Checkpoint.py: update from 2.2 * src/GrampsDb/_GrampsDbWriteXML.py: clean up * src/Editors/_EditPrimary.py: prevent double OK clicks * src/Editors/_EditPlace.py: prevent double OK clicks * src/Editors/_EditSource.py: prevent double OK clicks * src/Editors/_EditPerson.py: prevent double OK clicks * src/Editors/_EditRepository.py: prevent double OK clicks * src/Editors/_EditFamily.py: prevent double OK clicks * src/Editors/_EditEvent.py: prevent double OK clicks svn: r8361 2007-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: 2007-04-06 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase.close_undodb): don't complain if the undo file isn't here. svn: r8360 2007-04-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler/_DateParser.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/RelCalc.py: 2007-04-05 Don Allingham <don@gramps-project.org> * src/plugins/Checkpoint.py: fix some more Popen issues svn: r8359 2007-04-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0000998: Source Ref link refers to nothing in Narrative web report. svn: r8358 2007-04-06 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0000998: Source Ref link refers to nothing in Narrative web report. svn: r8357 2007-04-05 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0000996: Individual attributes do no include source reference citations in Narrative Web report. svn: r8356 2007-04-05 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0000996: Individual attributes do no include source reference citations in Narrative Web report. svn: r8355 2007-04-05 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/DateHandler/_DateParser.py: * src/DateHandler/_DateParser.py: Fix a typo * src/DateEdit.py: Fix a typo svn: r8354 2007-04-05 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Checkpoint.py: 0000993: Checkpoint tool crashes in Windows svn: r8353 2007-04-05 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py: 0000993: Checkpoint tool crashes in Windows svn: r8352 2007-04-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/DateHandler/_DateParser.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/data/Makefile.am, gramps2/src/docgen/ODFDoc.py: 2007-04-04 Don Allingham <don@gramps-project.org> * src/DateHandler/_DateParser.py: fix text string that contians a valid modifier. * src/Editors/_EditPerson.py: disable OK button on save to prevent double clicks * src/Editors/_EditPrimary.py: disable OK button on save to prevent double clicks * src/docgen/ODFDoc.py: XML escape strings svn: r8351 2007-04-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayState.py, src/GrampsWidgets.py: 2007-04-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py (Statusbar): min width given in #chars; right alignment of a bar is enabled. * src/DisplayState.py (DisplayState.__init__): statusbar creation with modified parameters. svn: r8350 2007-04-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/GrampsDb/Makefile.am, src/GrampsDb/_HelperFunctions.py, src/GrampsDb/__init__.py: 2007-04-02 Don Allingham <don@gramps-project.org> * src/DisplayState.py: shorten match message * src/GrampsDb/Makefile.am: Added _HelperFunctions.py * src/GrampsDb/__init__.py: Added _HelperFunctions.py * src/GrampsDb/_HelperFunctions.py: Added support functions svn: r8349 2007-04-02 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: * po/nl.po Change archief in archiveer. svn: r8348 2007-04-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbLoader.py, src/DbManager.py, src/DbState.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/gedcomimport.glade, src/PageView.py, src/gramps_main.py: * src/GrampsDb/_GrampsDbBase.py: handle close/delete of active database * src/DbManager.py: clean up * src/DbState.py: issue database-changed signal on db close * src/GrampsDbUtils/_GedcomParse.py: fix adding of notes * src/DbLoader.py: don't give undo warning if importing into empty db svn: r8347 2007-04-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py, src/DbManager.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/Filters/_SearchBar.py, src/GrampsDbUtils/_GedcomParse.py, src/PageView.py, src/Utils.py, src/ViewManager.py: 2007-04-01 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py: display matches in statusbar * src/DataViews/_PersonView.py: display matches in statusbar * src/DataViews/_RelationView.py: display matches in statusbar * src/DisplayState.py: display matches in statusbar * src/DisplayModels/_BaseModel.py: display matches in statusbar * src/DisplayModels/_PeopleModel.py: display matches in statusbar * src/GrampsDbUtils/_GedcomParse.py: display matches in statusbar * src/PageView.py: display matches in statusbar * src/Filters/_SearchBar.py: display matches in statusbar * src/DbManager.py: fix default file name svn: r8346 2007-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsWidgets.py: 2007-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py (Statusbar._set_packing): Reverse packing style. svn: r8345 2007-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsWidgets.py, src/ViewManager.py: 2007-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py: Statusbar widget added. * src/ViewManager.py: use custom Statusbar. svn: r8344 2007-04-01 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/ChangeLog, gramps2/help/nl/nl.po: correct keyword error svn: r8343 2007-04-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/docgen/AbiWord2Doc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py: Remove "self.font" and "self.media_list" from the BaseDoc interface as they are only common to a couple of formats. svn: r8342 2007-04-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/AbiWord2Doc.py: Fix PaperStyle typos for AbiWord2Doc. svn: r8341 2007-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/ViewManager.py, src/gramps_main.py: 2007-03-29 Don Allingham <don@gramps-project.org> * src/ViewManager.py: load previous db if requested * src/gramps_main.py: load previous db if requested * src/ArgHandler.py: load previous db if requested svn: r8340 2007-03-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Report.py, src/ReportBase/_ReportOptions.py, src/plugins/BookReport.py: Remove "get_newpage()" and "set_newpage()" from the ReportOptions class. They are not really options. The BookReportDialog now takes care of inserting page breaks. svn: r8339 2007-03-29 Don Allingham <don@gramps-project.org> * src/glade/gramps.glade: svn: r8338 2007-03-29 Don Allingham <don@gramps-project.org> * src/DbManager.py, src/glade/gramps.glade: svn: r8337 2007-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/ViewManager.py, src/glade/gramps.glade, src/gramps_main.py: 2007-03-28 Don Allingham <don@gramps-project.org> * src/ViewManager.py: call dbmanager if no file loaded on startup * src/DbManger.py: open buttons and double click * src/gramps_main.py: use "Family Trees" svn: r8336 2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayTabs/_NoteModel.py: svn: r8335 2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Bookmarks.py, src/DataViews/_NoteView.py, src/DdTargets.py, src/DisplayTabs/_NoteModel.py, src/DisplayTabs/_NoteTab.py, src/ScratchPad.py: * src/DataViews/_NoteView.py: enable shortcuts and drag-and-drop. * src/Bookmarks.py (NoteBookmarks.make_label): better note label. * src/DisplayTabs/_NoteModel.py: better note label for preview. * src/DisplayTabs/_NoteTab.py: enable accepting drag-and-drop notes. * src/ScratchPad.py: ScratchPadNote added. * src/DdTargets.py: NOTE_LINK added. 2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8334 2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DataViews/_NoteView.py, src/DisplayModels/_NoteModel.py, src/GrampsDb/_GrampsDbBase.py: 2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DataViews/_NoteView.py: put back column editor support. * src/GrampsDb/_GrampsDbBase.py (get_note_column_order): fix default values. * src/DisplayModels/_NoteModel.py: include marker column. svn: r8333 2007-03-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py: do the sensible thing, prevent duplicate names when creating a new db. svn: r8332 2007-03-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/ViewManager.py: 2007-03-27 Don Allingham <don@gramps-project.org> * src/ViewManager.py: pass dbstate to DbManager * src/DbManager.py: add icon, prevent deletion of open db, make buttons do the sensible thing svn: r8331 2007-03-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py, src/plugins/BookReport.py: Remove "parse_report_options_frame()" and "parse_other_frames()" from the report interface. They are not used. svn: r8330 2007-03-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_Options.py, src/PluginUtils/_Tool.py, src/ReportBase/_ReportOptions.py, src/plugins/AncestorChart2.py, src/plugins/DescendChart.py: Remove "enable_options()" from the report interface. All reports define all their own options. So it is not used. svn: r8329 2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Bookmarks.py, src/DisplayModels/_NoteModel.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: * src/GrampsDb/_DbUtils.py (db_copy): include missing Note table; handling Note bookmarks. * src/GrampsDb/_GrampsDbWriteXML.py: * src/GrampsDb/_GrampsDBDir.py: * src/GrampsDb/_GrampsBSDDB.py: * src/Bookmarks.py: * src/GrampsDbUtils/_ReadXML.py: Handling Note bookmarks. 2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8328 2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsDbUtils/_ReadGrdb.py: * src/GrampsDbUtils/_ReadGrdb.py (importData): include missing Note table; handle Note bookmarks. 2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8327 2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DataViews/_NoteView.py, src/DisplayTabs/_NoteModel.py, src/Editors/_EditNote.py, src/GrampsDb/_GrampsDbBase.py, src/Utils.py: 2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDb/_GrampsDbBase.py: add note_bookmarks. * src/DataViews/_NoteView.py: 'add' and 'remove' functionalities added. * src/Editors/_EditNote.py: DeleteNoteQuery added. * src/DisplayTabs/_NoteModel.pya: unnecessary delete_tags call removed. * src/Utils.py: get_referents() and get_note_referents added(); get_source_referents() and get_media_referents() rewritten. svn: r8326 2007-03-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py: Remove the "pagecount" option from the paper menu in the reports. It is not used. svn: r8325 2007-03-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py: 2007-03-27 Don Allingham <don@gramps-project.org> * src/DbManager.py (DbManager.populate): make default directory if it does not exist svn: r8324 2007-03-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportOptions.py, src/plugins/AncestorReport.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: Remove "get_generations()" from the report options base classes. It was forcing some reports to have the "page break between generations" options even though they weren't using it. All reports now define all of their own options. svn: r8323 2007-03-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetDescendantReport.py: Make Detailed Descendant Report work with multiple notes. svn: r8322 2007-03-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py: fix for multiple notes. svn: r8321 2007-03-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbManager.py, src/ViewManager.py, src/glade/gramps.glade, src/gramps_main.py: * src/ViewManager.py: integrate the new DbManager * src/glade/gramps.glade: integrate the new DbManager * src/gramps_main.py: integrate the new DbManager * src/DbManager.py: integrate the new DbManager svn: r8320 2007-03-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py: 2007-03-26 Don Allingham <don@gramps-project.org> * src/DisplayModels/_PeopleModel.py (PeopleModel._build_search_sub): switch back to old format for handling cursor until bug can be resolved svn: r8319 2007-03-26 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/Editors/_EditNote.py: 2007-03-26 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditNote.py (save): pass the handle to the callback instead of the object itself. * src/DisplayTabs/_NoteTab.py: pass the add and edit callback functions to EditNote; side button tooltips. svn: r8318 2007-03-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py: Remove get_report_extra_menu_info() from _BareReportDialog as it is not used. svn: r8317 2007-03-25 Brian Matherly <brian@gramps-project.org> * src/ReportBase/_ReportOptions.py: Remove get_display_format() from _ReportOptions.py. It is no longer used. svn: r8316 2007-03-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_Options.py, src/PluginUtils/_Tool.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportUtils.py, src/plugins/EventCmp.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: Remove get_report_filters() function. Let reports define the filter options themselves. svn: r8315 2007-03-25 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py, src/GrampsDbUtils/_Backup.py, src/ViewManager.py: svn: r8314 2007-03-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Editors/_EditNote.py, src/GrampsDb/_GrampsDBDir.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsDbFactories.py, src/GrampsDbUtils/_Backup.py, src/GrampsDbUtils/__init__.py, src/Selectors/_SelectPerson.py, src/ViewManager.py: 2007-03-24 Don Allingham <don@gramps-project.org> * src/ViewManager.py: add support for new directory type * src/GrampsDb/_GrampsDbBase.py: use normal pickle encoding * src/GrampsDb/_GrampsDBDir.py: new directory based type * src/GrampsDb/_GrampsDbFactories.py: add support for new directory type * src/Editors/_EditNote.py: only update on save * src/Selectors/_SelectPerson.py: use normal columns * src/GrampsDbUtils/_ReadGedcom.py: add support for new directory type * src/GrampsDbUtils/__init__.py: add support for new directory type * src/GrampsDbUtils/_Backup.py: fast pickle based backup * src/ArgHandler.py: add support for new directory type svn: r8313 2007-03-24 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditAddress.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditName.py, src/Editors/_EditSourceRef.py, src/glade/gramps.glade: * src/Editors/_EditAddress.py: * src/Editors/_EditLdsOrd.py: * src/Editors/_EditSourceRef.py: * src/Editors/_EditEventRef.py: * src/Editors/_EditMedia.py: * src/Editors/_EditName.py: * src/Editors/_EditEvent.py: * src/glade/gramps.glade: move date_entry(ValidatableMaskedEntry) out into glade. 2007-03-24 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8312 2007-03-23 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditNote.py, src/Editors/_EditPlace.py, src/GrampsWidgets.py, src/ManagedWindow.py, src/MarkupText.py, src/glade/gramps.glade: 2007-03-24 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py (MarkupBuffer.set_text): better unicode encoding. * src/Editors/_EditPlace.py: source code encoding comment removed; EditPlace._validate_coordinate: proper unicode coding; EditPlace._setup_fields: longitude and latitude entries moved out to glade. * src/Editors/_EditNote.py (EditNote._local_init): redundant method call removed. * src/GrampsWidgets.py: enable custom widget support from glade; MonitoredEntry.connect: enable support for custom data for signal. * src/glade/gramps.glade (place_editor): include ValidatableMaskedEntry for longitude and latitude entries. * src/ManagedWindow.py (ManagedWindow.show): replace window.show() with window.show_all(). svn: r8311 2007-03-23 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: /po/fr.po: minor French translation improvement, keep moved strings (2.2 branch), need this file if GRAMPS release 2.2.7. svn: r8310 2007-03-21 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditAddress.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditName.py, src/Editors/_EditSourceRef.py, src/MarkupText.py: 2007-03-21 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py (MarkupBuffer.set_text): convert unicode to byte string for parseString. * src/Editors/_EditAddress.py: * src/Editors/_EditLdsOrd.py: * src/Editors/_EditSourceRef.py: * src/Editors/_EditEventRef.py: * src/Editors/_EditMedia.py: * src/Editors/_EditName.py: * src/Editors/_EditEvent.py: attach ValidatableMaskedEntry into table with FILL=False yoption for having the validation error tip at right position. svn: r8309 2007-03-20 Kees Bakker <kees.bakker@xs4all.nl> * src/ArgHandler.py, src/GrampsDbUtils/_ReadXML.py, src/gramps.py: Use the normal sys.exit() instead of os._exit() because the latter will not flush any output. Also catch the SysExit exceptions in gramps.py and do a gtk.main_quit() just to be sure. This all is to make commandline processing usable. svn: r8308 2007-03-20 Brian Matherly <brian@gramps-project.org> * src/plugins/IndivComplete.py: src/plugins/IndivComplete.py: handle multiple notes svn: r8307 2007-03-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: src/plugins/IndivComplete.py: handle multiple notes svn: r8306 2007-03-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: src/plugins/GraphViz.py: fix NameDisplay include svn: r8305 2007-03-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbLoader.py, src/Editors/_EditReference.py, src/Editors/_EditSourceRef.py, src/GrampsDbUtils/_GedcomParse.py, src/ViewManager.py: 2007-03-18 Don Allingham <don@gramps-project.org> * src/ViewManager.py: use tooltips for buttons when text disabled (bug 959) * src/Editors/_EditSourceRef.py: fix help button (bug 960), delete the cancel on the comment tab. * src/Editors/_EditReference.py: make sure help button is sensitive if used. * src/GrampsDbUtils/_GedcomParse.py: check for UTF16 BOM * src/ArgHandler.py: use STOCK_NEW for create of db (bug 947) * src/DbLoader.py: use STOCK_NEW for create of db (bug 947) svn: r8304 2007-03-18 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/Verify.py: Do not run update() if in CLI mode. svn: r8303 2007-03-18 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/Verify.py: If a date is not precise (e.g. day or month is 0) then do not use that date for verification. A father's death can be roughly 9 months before a childs birth. We're using 294 days. svn: r8302 2007-03-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditPlace.py: 2007-03-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Editors/_EditPlace.py: better tooltip for coordinates; fix position of those tooltip. svn: r8301 2007-03-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Editors/_EditPlace.py: src/Editors/_EditPlace.py: Add the following comment at the top of the file: # -*- coding: latin-1 -*- See here: http://www.python.org/dev/peps/pep-0263/ for details. I'm not sure if this is what we want to do, or if there is a better way, But I needed to do something to get Gramps running again. svn: r8300 2007-03-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0000975: remove extra (/b) HTML tags in NarrativeWeb svn: r8299 2007-03-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0000975: remove extra (/b) HTML tags in NarrativeWeb svn: r8298 2007-03-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: 0000976: NarrativeWeb: gramps ID always output regardless of setting svn: r8297 2007-03-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: 0000976: NarrativeWeb: gramps ID always output regardless of setting svn: r8296 2007-03-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: src/plugins/NarrativeWeb.py: 0000969: NarrativeWeb plugin: include the date in the media object pages svn: r8295 2007-03-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: 0000969: NarrativeWeb plugin: include the date in the media object pages svn: r8294 2007-03-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditPlace.py, src/glade/gramps.glade: * src/Editors/_EditPlace.py (_setup_fields): validate coordinates * src/glade/gramps.glade: delete long, lat entries from place_editor 2007-03-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8293 2007-03-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditNote.py, src/MarkupText.py, src/RelLib/_Note.py, src/glade/gramps.glade: 2007-03-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/RelLib/_Note.py: import const from MarkupText module * src/MarkupText.py: use actions instead of widgets on the interface; new helper functions * src/Editors/_EditNote.py: move widgets out to glade; implement new MarkupText buffer interface; use uimanager/toolbar for formatting * src/glade/gramps.glade: edit_note update svn: r8292 2007-03-11 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: src/ReportBase/_ReportDialog.py: don't catch all exceptions - we won't get a traceback. svn: r8291 2007-03-11 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py: src/ReportBase/_ReportDialog.py: don't catch all exceptions - we won't get a traceback. svn: r8290 2007-03-11 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: 0000950: include the date in the reference sections of the narrative web site svn: r8289 2007-03-11 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: 0000950: include the date in the reference sections of the narrative web site svn: r8288 2007-03-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Support new note API * src/ReportBase/_ReportUtils.py: Support new note API svn: r8287 2007-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomChar.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py: 2007-03-08 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py * src/GrampsDbUtils/_GedcomChar.py * src/GrampsDbUtils/_GedcomLex.py svn: r8286 2007-03-08 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/po/de.po: Translation update svn: r8285 2007-03-08 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Translation update svn: r8284 2007-03-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/Filters/Rules/_HasMarkerBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsWidgets.py: 2007-03-07 Stefan Björk <skalman@acc.umu.se> * src/Filters/Rules/_HasMarkerBase.py (HasMarkerBase): fix typo * src/GrampsWidgets.py: better wording svn: r8283 2007-03-07 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Translation update svn: r8282 2007-03-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py (GedcomParser.__parse_record): fix note handling svn: r8281 2007-03-07 Brian Matherly <brian@gramps-project.org> * src/plugins/AncestorChart.py: * src/plugins/AncestorChart.py: Deleted - just an old version of AncestorChart2.py svn: r8280 2007-03-07 Brian Matherly <brian@gramps-project.org> * ChangeLog: * src/plugins/AncestorChart.py: Deleted - just an old version of AncestorChart2.py svn: r8279 2007-03-07 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: * src/ReportBase/_ReportUtils.py: Fix 0000956: Event order within GRAMPS not replicated in web report svn: r8278 2007-03-07 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: * src/ReportBase/_ReportUtils.py: Fix 0000956: Event order within GRAMPS not replicated in web report svn: r8277 2007-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2007-03-06 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py (EditFamily.save): disable data changed warning when saving the data - we know that it changed. svn: r8276 2007-03-06 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: fix end line svn: r8275 2007-03-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: src/plugins/NarrativeWeb.py: Fix 0000954: e-mail address causes Narrative Web plugin to generate bad links svn: r8274 2007-03-06 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: src/plugins/NarrativeWeb.py: Fix 0000954: e-mail address causes Narrative Web plugin to generate bad links svn: r8273 2007-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/DisplayModels/_FamilyModel.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/PageView.py, src/ViewManager.py: 2007-03-05 Don Allingham <don@gramps-project.org> * src/ViewManager.py: support for close button on filter sidebar * src/DisplayModels/_BaseModel.py: support for marker coloring * src/DisplayModels/_FamilyModel.py: support for marker coloring * src/PageView.py: support for marker coloring * src/Filters/SideBar/_SidebarFilter.py: provide close button * src/Filters/SideBar/_PersonSidebarFilter.py: cleanup svn: r8272 2007-03-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Fix doc init. svn: r8271 2007-03-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/GtkPrint.py: * src/docgen/GtkPrint.py: Fix 0000908: GtkPrint doesn't parse if you don't have pygtk version 2.10 svn: r8270 2007-03-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Fix 0000942: Relationship graph doesn't show preferred name format svn: r8269 2007-03-06 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Fix 0000942: Relationship graph doesn't show preferred name format svn: r8268 2007-03-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/TimeLine.py: * src/plugins/TimeLine.py: Fix 0000943: Timeline doesn't show preferred name format svn: r8267 2007-03-06 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/TimeLine.py: * src/plugins/TimeLine.py: Fix 0000943: Timeline doesn't show preferred name format svn: r8266 2007-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py: cleanup, reference note fixes svn: r8265 2007-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/DisplayModels/_NoteModel.py, src/DisplayTabs/_NoteModel.py, src/Editors/_EditNote.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsWidgets.py, src/RelLib/_Note.py, src/glade/gramps.glade: 2007-03-03 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsGEDDB.py: readonly database for GEDCOM * src/Editors/_EditNote.py: add additional fields * src/RelLib/_Note.py: cleanup * src/DisplayTabs/_NoteModel.py: display correctly * src/GrampsWidgets.py: readonly support for checkbox * src/glade/gramps.glade: note fixes * src/DisplayModels/_NoteModel.py: display data correctly * src/GrampsDbUtils/_GedcomParse.py: cleanup * example/gramps/example.gramps: new note support * example/gedcom/sample.ged: new note support svn: r8264 2007-03-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportOptions.py, src/plugins/AncestorChart2.py, src/plugins/DescendChart.py: * src/plugins/AncestorChart2.py: * src/plugins/DescendChart.py: Make AncestorChart and DescendChart consistent in options * src/ReportBase/_BareReportDialog.py: remove get_report_extra_textbox_info * src/ReportBase/_CommandLineReport.py: * src/ReportBase/_ReportOptions.py: remove dispf svn: r8263 2007-03-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: improve French translation svn: r8262 2007-03-02 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py: Fix level of handle_source calls * src/GrampsDbUtils/_GedcomLex.py: fix typo svn: r8261 2007-03-02 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py: svn: r8260 2007-03-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomChar.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py: 2007-02-28 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: more enhancements * src/GrampsDbUtils/_GedcomChar.py: more enhancements * src/GrampsDbUtils/_GedcomTokens.py: more enhancements svn: r8259 2007-02-28 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/help/nl/nl.po: updated dutch help translation svn: r8258 2007-02-28 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Adapt to new Notes api; Some parsing fixes svn: r8257 2007-02-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditSourceRef.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDbUtils/_GedcomChar.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/RelLib/_Source.py: * src/GrampsDbUtils/_GedcomChar.py: handle stripping of newlines * src/GrampsDbUtils/_GedcomLex.py: handle newlines and eof the declaration line, give notes and id/handle svn: r8256 2007-02-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: 2007-02-27 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py (GedcomParser.parse_fam): use parse_level svn: r8255 2007-02-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_ReportUtils.py, src/docgen/GtkPrint.py, src/docgen/LPRDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/Calendar.py, src/plugins/StatisticsChart.py: * src/BaseDoc.py: * src/docgen/PSDrawDoc.py: * src/docgen/SvgDrawDoc.py: * src/docgen/PdfDoc.py: * src/docgen/OpenOfficeDoc.py: * src/docgen/GtkPrint.py: * src/docgen/LPRDoc.py: * src/docgen/ODFDoc.py: * src/plugins/StatisticsChart.py: * src/plugins/Calendar.py: * src/ReportBase/_ReportUtils.py: Remove draw_bar function svn: r8254 2007-02-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/WritePkg.py: * src/plugins/WritePkg.py: Fix crash on gpkg export in Windows svn: r8253 2007-02-27 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WritePkg.py: * src/plugins/WritePkg.py: Fix crash on gpkg export in Windows svn: r8252 2007-02-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py: 2007-02-26 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: handle EVENTS with argument on the declaration line * src/GrampsDbUtils/_GedcomLex.py: handle EVENTS with argument on the declaration line svn: r8251 2007-02-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py: Fix creation of Nobility Title svn: r8250 2007-02-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py: * src/GrampsDbUtils/_GedcomParse.py: Parse MAP/LATI/LONG * src/GrampsDbUtils/_GedcomTokens.py: Add MAP,LATI,LONG svn: r8249 2007-02-26 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: svn: r8248 2007-02-26 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: svn: r8247 2007-02-26 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/RelLib/_AttributeType.py: * src/RelLib/_AttributeType.py: Add WITNESS (used by GEDCOM parser to import textual event witness information * src/GrampsDbUtils/_GedcomParse.py: Support for some types of Witness data svn: r8246 2007-02-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: 2007-02-26 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: encode file name properly svn: r8245 2007-02-26 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/MarkupText.py: 2007-02-26 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py: avoid creating empty elements in xml generator svn: r8244 2007-02-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py: Update svn: r8243 2007-02-26 Alex Roitman <shura@gramps-project.org> * : Update svn: r8242 2007-02-26 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/DataViews/_NoteView.py, src/DataViews/__init__.py, src/DisplayTabs/_NoteTab.py, src/Editors/Makefile.am, src/Editors/_EditNote.py, src/Editors/__init__.py, src/GrampsWidgets.py, src/glade/gramps.glade: 2007-02-25 Don Allingham <don@gramps-project.org> * src/DataViews/__init__.py: Add NoteView * src/DataViews/_NoteView.py: Added * src/Config/_GrampsConfigKeys.py: Added new keys to handle note dialog width * src/Editors/__init__.py: Add _EditNote.py * src/Editors/_EditNote.py: Added * src/DisplayTabs/_NoteTab.py: Updated to the new list format * src/GrampsWidgets.py: Add checkbox support * src/glade/gramps.glade: Added edit_note * data/gramps.schemas.in: new keys svn: r8240 2007-02-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: Fix index error svn: r8239 2007-02-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: Fix index error svn: r8238 2007-02-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/docgen/GtkPrint.py, src/docgen/LPRDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/AncestorChart2.py, src/plugins/DescendChart.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: * src/BaseDoc.py: * src/docgen/PSDrawDoc.py: * src/docgen/SvgDrawDoc.py: * src/docgen/PdfDoc.py: * src/docgen/OpenOfficeDoc.py: * src/docgen/GtkPrint.py: * src/docgen/LPRDoc.py: * src/docgen/ODFDoc.py: * src/plugins/AncestorChart2.py: * src/plugins/DescendChart.py: * src/plugins/StatisticsChart.py: * src/plugins/TimeLine.py: Remove height and width from GraphicsStyle svn: r8237 2007-02-25 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog, src/DateEdit.py, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AttrEmbedList.py, src/PageView.py, src/gramps_main.py, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/gramps-address.svg, src/images/scalable/gramps-attribute.svg, src/images/scalable/gramps-bookmark-delete.svg, src/images/scalable/gramps-bookmark-edit.svg, src/images/scalable/gramps-bookmark-new.svg, src/images/scalable/gramps-bookmark.svg, src/images/scalable/gramps-date-edit.svg, src/images/scalable/gramps-date.svg, src/images/scalable/gramps-parents.svg, src/images/scalable/gramps-spouse.svg: 2007-02-25 Benny Malengier <bm@cage.ugent.be> * src/gramps_main.py: new icons, register them * src/DateEdit.py : use icon * src/PageView.py : use icon * src/DisplayTabs/_AddrEmbedList.py and src/DisplayTabs/_AttrEmbedList.py : use icon svn: r8236 2007-02-25 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po: update French translation svn: r8235 2007-02-25 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/Makefile.am: svn: r8234 2007-02-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/Makefile.am, src/DisplayTabs/Makefile.am, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomUtils.py: 2007-02-25 Don Allingham <don@gramps-project.org> * src/DataViews/Makefile.am: install _NoteView.py * src/DisplayTabs/Makefile.am: install NoteModel.py * src/GrampsDbUtils/Makefile.am: install _GedcomChar.py and _GedcomLex.py 2007-02-25 Kees Bakker <kees.bakker@xs4all.nl> * src/GrampsDbUtils/_GedcomUtils.py: Fix index checking on IDs svn: r8233 2007-02-25 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_NoteView.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Note/__init__.py, src/Filters/Rules/__init__.py: * src/DataViews/_NoteView.py: Enable filter editor * src/FilterEditor/_FilterEditor.py: Note Filter Editor * src/FilterEditor/_EditRule.py: Note Filter Editor * src/Filters/Rules/Note/_HasNote.py: Rename label * src/Filters/Rules/Note/__init__.py: Add more rules * src/Filters/Rules/__init__.py: Add Note Rules svn: r8232 2007-02-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteModel.py, src/DisplayTabs/_NoteTab.py, src/GrampsDbUtils/_GedcomChar.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_ReadGedcom.py: 2007-02-24 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_NoteModel.py: added * src/DisplayTabs/_NoteTab.py: support new list * src/GrampsDbUtils/_GedcomParse.py: enhancements to parsing * src/GrampsDbUtils/_ReadGedcom.py: handle encoding properly * src/GrampsDbUtils/_GedcomChar.py: new encoding interface * src/GrampsDbUtils/_GedcomLex.py: cleanup svn: r8231 2007-02-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/SvgDrawDoc.py: * src/docgen/SvgDrawDoc.py.py: Fix XML error in draw_text. svn: r8230 2007-02-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportDialog.py, src/docgen/AbiWord2Doc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/BookReport.py: * src/BaseDoc.py: * src/ReportBase/_CommandLineReport.py: * src/ReportBase/_ReportDialgo.py: * src/docgen/PdfDoc.py: * src/docgen/OpenOfficeDoc.py: * src/docgen/ODFDoc.py: * src/docgen/RDFDoc.py: * src/docgen/KwordDoc.py: * src/docgen/PSDrawDoc.py: * src/docgen/SvgDrawDoc.py: * src/docgen/HtmlDoc.py: * src/docgen/AbiWord2Doc.py: * src/docgen/LaTeXDoc.py: * src/plugins/BookReport.py: Add PaperStyle to BaseDoc svn: r8229 2007-02-24 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/BasicUtils/Makefile.am, src/Makefile.am: 2007-02-24 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Makefile.am: update * src/BasicUtils/Makefile.am: update svn: r8228 2007-02-24 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/SvgDrawDoc.py: * src/docgen/SvgDrawDoc.py.py: Fix XML error in draw_text. svn: r8227 2007-02-24 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, configure.in, po/POTFILES.in, src/DataViews/_NoteView.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/Note/Makefile.am, src/Filters/Rules/Note/_AllNotes.py, src/Filters/Rules/Note/_HasIdOf.py, src/Filters/Rules/Note/_HasNote.py, src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Note/_HasNoteRegexp.py, src/Filters/Rules/Note/_MatchesFilter.py, src/Filters/Rules/Note/_NotePrivate.py, src/Filters/Rules/Note/_RegExpIdOf.py, src/Filters/Rules/Note/__init__.py, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_NoteSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_GenericFilter.py: * src/Filters/_GenericFilter.py: Add GenericNoteFilter * src/Filters/Rules/Makefile.am: Add new Note subfolder * src/Filters/Rules/Note/*: Added new files * src/Filters/SideBar/_NoteSidebarFilter.py: New file * src/Filters/SideBar/Makefile.am: Add NoteSidebarFilter * src/Filters/SideBar/__init__.py: Add NoteSidebarFilter * src/DataViews/_NoteView.py: Enable NoteSidebarFilter * po/POTFILES.in: Add the new files * configure.in: Add new subfolder svn: r8226 2007-02-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py: 2007-02-23 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils./_GedcomParse.py: enhanced parsing based off testcases * src/GrampsDbUtils./_GedcomTokens.py: enhanced parsing based off testcases svn: r8225 2007-02-24 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/output/Makefile.am: * output/Makefile.am (HELP_LINGUAS): Disable nb for now; (fo): Generate fo output. svn: r8224 2007-02-24 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml: Update svn: r8223 2007-02-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2007-02-23 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditFamily.py (edit_child_button_clicked): Catch open window situation. svn: r8222 2007-02-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDb/_GrampsInMemDB.py: 2007-02-23 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Typo preventing address upgrade. * src/GrampsDb/_GrampsDbWriteXML.py (write_address_list): Minor alignment corrections. * src/GrampsDb/_GrampsInMemDB.py (__init__): Define nid_trans. svn: r8221 2007-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog, gramps2/help/output/Makefile.am, gramps2/help/output/gramps-help-screen.css: 2007-02-23 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: List Don just once, as a maintainer. * output/Makefile.am (HELP_LINGUAS): Disable nb for now. * output/gramps-help-screen.css: Modify css to see revision history by the main text. svn: r8220 2007-02-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomUtils.py: 2007-02-23 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: handle error cases * src/GrampsDbUtils/_GedcomLex.py: handle error cases * src/GrampsDbUtils/_GedcomUtils.py: handle error cases svn: r8219 2007-02-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2007-02-23 Alex Roitman <shura@phy.ucsf.edu> * src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Skip empty notes. svn: r8218 2007-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/help/output/Makefile.am: Update svn: r8217 2007-02-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py, src/GrampsDbUtils/_ReadGedcom.py, src/docgen/ODFDoc.py: * src/GrampsDbUtils/_GedcomParser.py: fix a few bugs svn: r8216 2007-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/output/Makefile.am: 2007-02-22 Alex Roitman <shura@gramps-project.org> * output/Makefile.am: Write rule for manual website creation. svn: r8215 2007-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (write_text): Close <br/> tag. svn: r8214 2007-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2007-02-22 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Typo. svn: r8213 2007-02-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/PageView.py, src/ViewManager.py: 2007-02-22 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py: remove redundant call * src/PageView.py: remove redundant call * src/ViewManager.py: pylint fixes svn: r8212 2007-02-22 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * plugins/TestcaseGenerator.py: Generate new Note objects svn: r8211 2007-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbWriteXML.py: 2007-02-22 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Typo. * src/GrampsDb/_GrampsDbWriteXML.py (write_media_list): Typo. svn: r8210 2007-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2007-02-21 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_13): Add upgrade path for 2.2.x data; (commit_13): A low-level commit hack to aid in upgrade_13; (convert_notes_13): Recursive converter for the notes in each object and its note-capable child objects. svn: r8209 2007-02-21 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r8208 2007-02-21 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ArgHandler.py, src/MarkupText.py, src/const.py.in: 2007-02-21 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py: raise error in case of parsing failure. * src/const.py.in: add argument support for debug switch. * src/ArgHandler.py (parse_arg): handle debug switch argument. svn: r8207 2007-02-21 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r8206 2007-02-21 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/gramps.pot: /help/gramps.pot: update template svn: r8205 2007-02-21 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/C/gramps.xml: fix bugs on manual: #809 #810 #932 #539 svn: r8204 2007-02-21 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: svn: r8203 2007-02-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py, src/GrampsDbUtils/_ReadGedcom.py: * src/GrampsDbUtils/_ReadGedcom.py: more cleanup * src/GrampsDbUtils/_GedcomTokens.py: more cleanup svn: r8202 2007-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/GrampsDb/_GrampsDbWriteXML.py: * data/grampsxml.dtd: Update DTD. * data/grampsxml.rng: Update schema. svn: r8201 2007-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDbUtils/_ReadXML.py: * src/GrampsDb/_GrampsDbWriteXML.py (write_xml_data): Place notes at the end. svn: r8200 2007-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_ReadXML.py: 2007-02-20 Alex Roitman <shura@gramps-project.org> * src/GrampsDbUtils/_ReadXML.py (start_noteref): Add method; (__init__): Use new method. svn: r8199 2007-02-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_ReadGedcom.py, src/glade/edit_person.glade: 2007-02-20 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: Use the FAM->INDI mappings discovered in the StageOne parsing to fix missing relationships in Ancestry.com generated GEDCOM files. svn: r8198 2007-02-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/BasicUtils/NameDisplay.py, src/Bookmarks.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/DisplayTabs/_BackRefModel.py, src/DisplayTabs/_ChildModel.py, src/DisplayTabs/_NameModel.py, src/DisplayTabs/_PersonRefModel.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPrimary.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_ShowResults.py, src/GrampsCfg.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_ReadGrdb.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteGedcom.py, src/Merge/_MergePerson.py, src/NameDisplay.py, src/Navigation.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/PageView.py, src/PluginUtils/_Tool.py, src/Reorder.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_ReportUtils.py, src/Sort.py, src/SubstKeywords.py, src/TreeViews/_PersonTreeView.py, src/Utils.py, src/ViewManager.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/Check.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FindDupes.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/RelCalc.py, src/plugins/TimeLine.py: Moved NameDisplay into BasicUtils. svn: r8197 2007-02-20 Benny Malengier <benny.malengier@gramps-project.org> * ChangeLog: 2007-02-20 Benny malengier <bm@cage.ugent.be> * gramps_main.py : register_stock_icons * src/images: delete old icons * src/images/48x48/: new icons * src/images/22x22/: new icons * src/images/16x16/: new icons * src/images/scalable/: new icons * src/glade/gramps.glade: use new icons * src/DataViews/_FamilyList.py: use new icons * src/DataViews/_RelationView.py: use new icons * src/DisplayTabs/_PersonBackRefList.py: use new icons svn: r8196 2007-02-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/Makefile.am: * src/Config/Makefile.am (keys): Add "make keys" target to regenerate the _rampsConfigKeys file. svn: r8195 2007-02-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py: * src/Config/_GrampsConfigKeys.py (RELEDITBTN): Regenerate the file to add missing items. * data/gramps.schemas.in: Add missing key. svn: r8194 2007-02-20 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r8193 2007-02-20 Alex Roitman <shura@gramps-project.org> * configure.in, src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/Makefile.am, src/images/scalable/Makefile.am: svn: r8192 2007-02-20 Benny Malengier <benny.malengier@gramps-project.org> * src/DataViews/_FamilyList.py, src/DataViews/_RelationView.py, src/DisplayTabs/_PersonBackRefList.py, src/glade/gramps.glade, src/gramps_main.py, src/images/Makefile.am, src/images/events.svg, src/images/flist.svg, src/images/gramps-parents.svg, src/images/media.svg, src/images/notes.svg, src/images/parents.svg, src/images/ped24.svg, src/images/person.svg, src/images/place.svg, src/images/relation.svg, src/images/reports.svg, src/images/repos.svg, src/images/sources.svg, src/images/spouse.svg, src/images/tools.svg: new image name structure - 2 svn: r8191 2007-02-20 Benny Malengier <benny.malengier@gramps-project.org> * src/images/16x16/Makefile.am, src/images/22x22/Makefile.am, src/images/48x48/Makefile.am, src/images/scalable/Makefile.am, src/images/scalable/events.svg, src/images/scalable/flist.svg, src/images/scalable/gramps-event.svg, src/images/scalable/gramps-family.svg, src/images/scalable/gramps-media.svg, src/images/scalable/gramps-notes.svg, src/images/scalable/gramps-parents.svg, src/images/scalable/gramps-pedigree.svg, src/images/scalable/gramps-person.svg, src/images/scalable/gramps-place.svg, src/images/scalable/gramps-relation.svg, src/images/scalable/gramps-reports.svg, src/images/scalable/gramps-repository.svg, src/images/scalable/gramps-source.svg, src/images/scalable/gramps-spouse.svg, src/images/scalable/gramps-tools.svg, src/images/scalable/media.svg, src/images/scalable/notes.svg, src/images/scalable/parents.svg, src/images/scalable/pedigree.svg, src/images/scalable/person.svg, src/images/scalable/place.svg, src/images/scalable/relation.svg, src/images/scalable/reports.svg, src/images/scalable/repos.svg, src/images/scalable/sources.svg, src/images/scalable/spouse.svg, src/images/scalable/tools.svg: new image name structure svn: r8190 2007-02-20 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Updated Norwegian translations svn: r8189 2007-02-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_Note.py, src/RelLib/_Repository.py: * src/RelLib/_Note.py (serialize,unserialize): Save and read change. * src/RelLib/_Repository.py (serialize,unserialize): Save and read change. svn: r8188 2007-02-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbWriteXML.py, src/RelLib/_Note.py: 2007-02-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbWriteXML.py): Export top-level notes and note references. * src/RelLib/_Note.py (set_type,get_type): Add methods. svn: r8187 2007-02-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_NoteView.py, src/DisplayModels/_NoteModel.py, src/GrampsDbUtils/_GedcomParse.py, src/RelLib/__init__.py: 2007-02-19 Don Allingham <don@gramps-project.org> * src/DataViews/_NoteView.py: Display data and columns * src/RelLib/__init__.py: import NoteType * src/DisplayModels/_NoteModel.py: Display data and columns * src/GrampsDbUtils/_GedcomParse.py: note import improvements svn: r8186 2007-02-20 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: Fix dimension error svn: r8185 2007-02-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py, src/plugins/DescendChart.py: * src/plugins/DescendChart.py: include blank pages option * src/plugins/AncestorChart2.py: include blank pages option svn: r8184 2007-02-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/GrampsDbUtils/_GedcomParse.py: * src/Editors/_EditPlace.py: note list support * src/Editors/_EditAddress.py: note list support * src/Editors/_EditLdsOrd.py: note list support * src/Editors/_EditSourceRef.py: note list support * src/Editors/_EditSource.py: note list support * src/Editors/_EditRepoRef.py: note list support * src/Editors/_EditAttribute.py: note list support * src/Editors/_EditPersonRef.py: note list support * src/Editors/_EditPerson.py: note list support * src/Editors/_EditMediaRef.py: note list support * src/Editors/_EditEventRef.py: note list support * src/Editors/_EditMedia.py: note list support * src/Editors/_EditRepository.py: note list support * src/Editors/_EditName.py: note list support * src/Editors/_EditChildRef.py: note list support * src/Editors/_EditFamily.py: note list support * src/Editors/_EditEvent.py: note list support * src/DisplayTabs/_NoteTab.py: note list support * src/GrampsDbUtils/_GedcomParse.py: note list support svn: r8183 2007-02-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/Config/gen_schema_keys.py, src/DbState.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsDbConst.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDbUtils/_ReadXML.py, src/RelLib/_Address.py, src/RelLib/_Attribute.py, src/RelLib/_BasicPrimaryObject.py, src/RelLib/_ChildRef.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_LdsOrd.py, src/RelLib/_MediaObject.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_Note.py, src/RelLib/_NoteBase.py, src/RelLib/_NoteType.py, src/RelLib/_Person.py, src/RelLib/_PersonRef.py, src/RelLib/_Place.py, src/RelLib/_PrimaryObject.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_Source.py, src/RelLib/_SourceRef.py: Merge multiple notes branch svn: r8182 2007-02-20 Alex Roitman <shura@gramps-project.org> * : Initialized merge tracking via "svnmerge" with revisions "1-8161" from https://gramps.svn.sourceforge.net/svnroot/gramps/branches/gramps23-multinotessvn: r8181 2007-02-19 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_NoteTab.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_ReadGedcom.py: svn: r8173 2007-02-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: 2007-02-19 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: fix PLAC/ADDR mappings svn: r8171 2007-02-19 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsWidgets.py: 2007-02-19 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py (IconEntry): apply latest fixes from kiwi r5889 svn: r8169 2007-02-19 Benny Malengier <benny.malengier@gramps-project.org> * : parent spouse icon windows svn: r8168 2007-02-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomUtils.py: 2007-02-18 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomUtils.py: Add IdMapper class * src/GrampsDbUtils/_GedcomParser.py: refactoring svn: r8167 2007-02-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_PaperMenu.py, src/docgen/HtmlDoc.py, src/plugins/Calendar.py: * src/ReportBase/_PaperMenu.py: rename PaperStyle to PaperSize * src/docgen/HtmlDoc.py: rename PaperStyle to PaperSize * src/BaseDoc.py: rename PaperStyle to PaperSize * src/plugins/Calendar.py: don't use tmargin svn: r8166 2007-02-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: Use a dict instead of an array to use less memory. svn: r8165 2007-02-19 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: Use a dict instead of an array to use less memory. svn: r8164 2007-02-18 Benny Malengier <benny.malengier@gramps-project.org> * src/images/scalable/ped24.svg, src/images/scalable/pedigree.svg: rename pedigree icons svn: r8161 2007-02-18 Benny Malengier <benny.malengier@gramps-project.org> * src/images/ped24.svg, src/images/sources.svg: cleanup icons svn: r8160 2007-02-18 Benny Malengier <benny.malengier@gramps-project.org> * src/images/scalable/events.svg, src/images/scalable/flist.svg, src/images/scalable/gramps.svg, src/images/scalable/media.svg, src/images/scalable/notes.svg, src/images/scalable/parents.svg, src/images/scalable/ped24.svg, src/images/scalable/person.svg, src/images/scalable/place.svg, src/images/scalable/relation.svg, src/images/scalable/reports.svg, src/images/scalable/repos.svg, src/images/scalable/sources.svg, src/images/scalable/spouse.svg, src/images/scalable/tools.svg: icon dir creation-2 svn: r8159 2007-02-18 Benny Malengier <benny.malengier@gramps-project.org> * : icon dir creation-1 svn: r8158 2007-02-18 Benny Malengier <benny.malengier@gramps-project.org> * : icon dir creation-1 svn: r8157 2007-02-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/ViewManager.py, src/data/Makefile.am, src/gramps_main.py, src/images/Makefile.am: 2007-02-18 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: more refactoring svn: r8156 2007-02-18 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: * src/GrampsDbUtils/_GedcomParse.py: Work around some Tracebacks svn: r8155 2007-02-18 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_NoteTab.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditSecondary.py, src/ManagedWindow.py: 2007-02-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayTabs/_NoteTab.py: accelerators replaced with key-press signal handler. * src/DisplayTabs/_ButtonTab.py: accelerators removed; wrong concept. * src/DisplayTabs/_GrampsTab.py: accelerators removed; wrong concept. * src/Editors/_EditPrimary.py: accelerators removed; wrong concept. * src/Editors/_EditSecondary.py: accelerators removed; wrong concept. * src/Editors/_EditReference.py: accelerators removed; wrong concept. * src/ManagedWindow.py: accelerators removed; wrong concept. svn: r8154 2007-02-18 Benny Malengier <benny.malengier@gramps-project.org> * src/images/ped24.svg: new pedigree icon svn: r8153 2007-02-18 Benny Malengier <benny.malengier@gramps-project.org> * src/ViewManager.py: larger sidebar icon svn: r8152 2007-02-17 Benny Malengier <benny.malengier@gramps-project.org> * src/images/sources.svg: new sources icon svn: r8151 2007-02-17 Benny Malengier <benny.malengier@gramps-project.org> * src/images/flist.svg: new flist icon svn: r8150 2007-02-17 Espen Berg <espenbe@gmail.com> * gramps2/po/nb.po, gramps2/po/no.po: Norwegian translation up to date svn: r8149 2007-02-17 Benny Malengier <benny.malengier@gramps-project.org> * src/images/notes.svg: new notes icon svn: r8148 2007-02-17 Benny Malengier <benny.malengier@gramps-project.org> * src/images/repos.svg: new repos icon svn: r8147 2007-02-17 Benny Malengier <benny.malengier@gramps-project.org> * : new repos icon svn: r8146 2007-02-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: 2007-02-17 Anthon Pang <apang@softwaredevelopment.ca> * src/GrampsDb/_WriteGedcom.py: Fix encoding on output svn: r8145 2007-02-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDb/_GrampsDbExceptions.py, src/GrampsDb/_GrampsDbWriteXML.py, src/GrampsDb/_LongOpStatus.py, src/GrampsDb/_ProgressMonitor.py, src/GrampsDb/__init__.py, src/GrampsDbUtils/_WriteXML.py, src/ProgressDialog.py: Make XML writer gtk independant again. svn: r8144 2007-02-17 Benny Malengier <benny.malengier@gramps-project.org> * src/images/relation.svg: new relation icon svn: r8143 2007-02-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/GrampsDb/_CursorIterator.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_LongOpStatus.py, src/GrampsDb/_ProgressMonitor.py, src/ProgressDialog.py, src/ViewManager.py: More work on progress monitor. svn: r8142 2007-02-17 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_Report.py: * src/ReportBase/_Report.py: remove unused progress bar functions svn: r8141 2007-02-16 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: svn: r8140 2007-02-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDb/_ProgressMonitor.py, src/GrampsDb/__init__.py, src/ProgressDialog.py: split progress monitor into gtk and non-gtk elements. svn: r8139 2007-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/help/output/Makefile.am: svn: r8138 2007-02-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_NoteTab.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditSecondary.py, src/ManagedWindow.py, src/MarkupText.py, src/data/main1.css, src/data/main2.css, src/data/main3.css, src/data/main4.css, src/data/main5.css, src/data/main6.css, src/plugins/NarrativeWeb.py: 2007-02-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/data/mainX.css: enable formatted notes on narrative web * src/plugins/NarrativeWeb.py: enable formatted notes on narrative web * src/MarkupText.py: properly reset xml generator output: fix #924 * src/ManagedWindow.py: enable accelerators in editor windows * src/Editors/_EditPrimary.py: enable accelerators in editor windows * src/Editors/_EditSecondary.py: enable accelerators in editor windows * src/Editors/_EditReference.py: enable accelerators in editor windows * src/DisplayTabs/_NoteTab.py: enable accelerators in editor windows * src/DisplayTabs/_ButtonTab.py: enable accelerators in editor windows * src/DisplayTabs/_GrampsTab.py: enable accelerators in editor windows svn: r8137 2007-02-16 Alex Roitman <shura@gramps-project.org> * : svn: r8136 2007-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/help/output/Makeflie.am: Update svn: r8134 2007-02-16 Alex Roitman <shura@gramps-project.org> * : Update svn: r8133 2007-02-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ProgressDialog.py: more work on progress dialog. svn: r8131 2007-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/help/FreeMono.xml, gramps2/help/FreeMonoBold.xml, gramps2/help/FreeMonoBoldOblique.xml, gramps2/help/FreeMonoOblique.xml, gramps2/help/FreeSerif.xml, gramps2/help/FreeSerifBold.xml, gramps2/help/FreeSerifBoldItalic.xml, gramps2/help/FreeSerifItalic.xml, gramps2/help/gramps-help-screen.css, gramps2/help/grampsfop.xconf, gramps2/help/output/FreeMono.xml, gramps2/help/output/FreeMonoBold.xml, gramps2/help/output/FreeMonoBoldOblique.xml, gramps2/help/output/FreeMonoOblique.xml, gramps2/help/output/FreeSerif.xml, gramps2/help/output/FreeSerifBold.xml, gramps2/help/output/FreeSerifBoldItalic.xml, gramps2/help/output/FreeSerifItalic.xml, gramps2/help/output/gramps-help-screen.css, gramps2/help/output/grampsfop.xconf: svn: r8130 2007-02-16 Benny Malengier <benny.malengier@gramps-project.org> * gramps2/src/PlaceUtils.py: svn: r8129 2007-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/FreeMono.xml, gramps2/help/FreeMonoBold.xml, gramps2/help/FreeMonoBoldOblique.xml, gramps2/help/FreeMonoOblique.xml, gramps2/help/FreeSerif.xml, gramps2/help/FreeSerifBold.xml, gramps2/help/FreeSerifBoldItalic.xml, gramps2/help/FreeSerifItalic.xml, gramps2/help/gramps-help-screen.css, gramps2/help/grampsfop.xconf: 2007-02-16 Alex Roitman <shura@gramps-project.org> * help/nl: Add svn:ignore property. * various: Add stuff for generating html and pdf output. svn: r8128 2007-02-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDb/_LongOpStatus.py, src/GrampsDb/__init__.py, src/ProgressDialog.py: Add prototype progress dialog. svn: r8127 2007-02-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDb/_CursorIterator.py, src/GrampsDb/_LongOpStatus.py: more work on long operation framework. svn: r8126 2007-02-16 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomUtils.py: svn: r8125 2007-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2007-02-15 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r8124 2007-02-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomUtils.py: 2007-02-15 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: refactoring * src/GrampsDbUtils/_GedcomUtils.py: refactoring svn: r8123 2007-02-15 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: Minor cleanup svn: r8122 2007-02-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_ReportUtils.py, src/docgen/PSDrawDoc.py, src/plugins/FanChart.py: * src/docgen/PSDrawDoc.py: remove draw_wedge from BaseDoc * src/ReportBase/_ReportUtils.py: remove draw_wedge from BaseDoc * src/plugins/FanChart.py: remove draw_wedge from BaseDoc * src/BaseDoc.py: remove draw_wedge from BaseDoc svn: r8121 2007-02-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py: fix html template loading. * src/ReportBase/_ReportDialog.py: fix html template loading. svn: r8120 2007-02-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py, src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py: fix html template loading. * src/ReportBase/_ReportDialog.py: fix html template loading. svn: r8119 2007-02-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py: * src/ReportBase/_ReportUtils.py: 0000922: Slight change to estimate_age, and an additional function svn: r8118 2007-02-14 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDbUtils/_GedcomParse.py: 2007-02-14 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: gedcom refactoring svn: r8117 2007-02-14 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Updated Norwegian translation svn: r8116 2007-02-14 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: small improvements in French translation svn: r8115 2007-02-14 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r8114 2007-02-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomParse.py: 2007-02-13 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: gedcom refactoring svn: r8113 2007-02-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: fix crash during backup on windows svn: r8112 2007-02-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: fix crash during backup on windows svn: r8111 2007-02-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomUtils.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/_ReadGedcom.py: 2007-02-13 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsGEDDB.py: gedcom refactoring * src/GrampsDbUtils/_GedcomParse.py: gedcom refactoring * src/GrampsDbUtils/_ReadGedcom.py: gedcom refactoring * src/GrampsDbUtils/_GedcomLex.py: gedcom refactoring * src/GrampsDbUtils/_GrampsDbWRFactories.py: gedcom refactoring * src/GrampsDbUtils/_GedcomUtils.py: added * src/GrampsDbUtils/Makefile.am: added _GedcomUtils.py svn: r8110 2007-02-13 Don Allingham <don@gramps-project.org> * src/DataViews/_NoteView.py, src/DisplayModels/_NoteModel.py: svn: r8109 2007-02-13 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po: 2007-02-13 Lubo Vasko <pgval@inMail.sk> * sk/figures/*.png : Update. * sk/sk.po: Translation update. svn: r8108 2007-02-13 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/sk/sk.po: 2007-02-13 Lubo Vasko <pgval@inMail.sk> * sk/figures/*.png : Update. * sk/sk.po: Translation update. svn: r8107 2007-02-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsWidgets.py, src/MarkupText.py: 2007-02-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py: Merge trunk changes r7950:8105 * src/MarkupText.py: cleanup svn: r8106 2007-02-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: 2007-02-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py: Fall back to gtk.STOCK_DIALOG_INFO in case gtk.STOCK_INFO is missing. svn: r8105 2007-02-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/DataViews/__init__.py, src/DisplayModels/Makefile.am, src/DisplayModels/__init__.py, src/GrampsDbUtils/_GedcomParse.py, src/ViewManager.py: 2007-02-12 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomParse.py: cleanup svn: r8104 2007-02-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: Fix center_text and draw_bar svn: r8103 2007-02-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/TimeLine.py: * src/plugins/AncestorChart2.py: Fix title color * src/plugins/DescendChart.py: Fix title color * src/plugins/TimeLine.py: Fix title color svn: r8102 2007-02-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/docgen/GtkPrint.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/plugins/StatisticsChart.py: Remove the write_at function. Use draw_text instead. Add center_text to SVGDoc svn: r8101 2007-02-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: Remove unused functions from BaseDoc svn: r8100 2007-02-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: Fix center_text and draw_bar svn: r8099 2007-02-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py, src/plugins/DescendChart.py, src/plugins/TimeLine.py: * src/plugins/AncestorChart2.py: Fix title color * src/plugins/DescendChart.py: Fix title color * src/plugins/TimeLine.py: Fix title color svn: r8098 2007-02-13 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po, gramps2/po/ChangeLog, gramps2/po/sk.po: In help: 2007-02-12 Lubo Vasko <pgval@inMail.sk> * sk/sk.po: Translation update. In po: 2007-02-12 Lubo Vasko <pgval@inMail.sk> * sk.po: Translation update. svn: r8097 2007-02-13 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/sk/sk.po, po/ChangeLog, po/sk.po: In help: 2007-02-12 Lubo Vasko <pgval@inMail.sk> * sk/sk.po: Translation update. In po: 2007-02-12 Lubo Vasko <pgval@inMail.sk> * sk.po: Translation update. svn: r8096 2007-02-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDbUtils/_GedcomParse.py, src/plugins/FindDupes.py: 2007-02-12 Don Allingham <don@gramps-project.org> * src/plugins/FindDupes.py: backport from 2.2.6 svn: r8095 2007-02-12 Espen Berg <espenbe@gmail.com> * gramps2/po/nb.po, gramps2/po/no.po: Updated Norwegian translation svn: r8094 2007-02-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/ArgHandler.py, src/DisplayTabs/_NoteTab.py, src/MarkupText.py, src/const.py.in, src/gramps.py: * src/MarkupText.py: cleanup * src/DisplayTabs/_NoteTab.py (build_interface): debug log * src/const.py.in: add new command line arg '-d,--debug' * src/gramps.py (setup_logging): change root logger default level to WARNING * src/ArgHandler.py (parse_arg): handle command line arg: debug 2007-02-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8093 2007-02-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/MarkupText.py, src/RelLib/_Note.py: 2007-02-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py: improvements * src/RelLib/_Note.py (get): try to remove tags only if note is formatted * src/DisplayTabs/_NoteTab.py: cleanup svn: r8092 2007-02-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/src/plugins/FindDupes.py: 2007-02-12 Don Allingham <don@gramps-project.org> * src/plugins/FindDupes.py: catch window already open message svn: r8091 2007-02-12 Don Allingham <don@gramps-project.org> * TODO, src/GrampsDbUtils/_GedcomParse.py: svn: r8090 2007-02-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_ReportUtils.py, src/docgen/GtkPrint.py, src/docgen/LPRDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/StatisticsChart.py: Remove the write_at function. Use draw_text instead. Add center_text to SVGDoc svn: r8089 2007-02-12 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, help/nl/nl.po, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/Merge/_MergePlace.py: 2007-02-11 Don Allingham <don@gramps-project.org> * src/Merge/_MergePlace.py: merge from 2.2 tree * src/GrampsDbUtils/_GedcomParse.py: parsing improvements * src/GrampsDbUtils/_GedcomLex.py: parsing improvements 2007-02-11 Don Allingham <don@gramps-project.org> * src/Merge/_MergePlace.py (MergePlaces.merge): fix typo on add_source_reference 2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayTabs/_NoteTab.py: move "rich text" notes to 2.3 branch. 2007-02-06 Brian Matherly <brian@gramps-project.org> * src/docgen/PdfDoc.py: provide a more useful error when reportlab crashes 2007-02-06 Douglas Blank <dblank@cs.brynmawr.edu> * src/ReportBase/_ReportDialog.py: 0000905: Typo in catching exceptions in buggy reports * src/plugins/holidays.xml: 0000906: Canada holidays patch 2007-02-06 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix cal/est parsing * src/DisplayTabs/_ButtonTab.py: catch window already being open * example/gedcom/sample.ged: Add est/cal samples svn: r8088 2007-02-11 Don Allingham <don@gramps-project.org> * example/gedcom/sample.ged: svn: r8087 2007-02-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePlace.py: 2007-02-11 Don Allingham <don@gramps-project.org> * src/Merge/_MergePlace.py (MergePlaces.merge): fix typo on add_source_reference svn: r8086 2007-02-11 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po: update French translation svn: r8085 2007-02-11 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomLex.py: svn: r8084 2007-02-11 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/ArgHandler.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GedTokens.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/GrampsDbUtils/_GedcomTokens.py, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/__init__.py, src/RelLib/_AttributeBase.py, src/RelLib/_BaseObject.py, src/plugins/PHPGedViewConnector.py: 2007-02-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsGEDDB.py: new GEDCOM parser module * src/RelLib/_BaseObject.py: new GEDCOM parser module * src/RelLib/_AttributeBase.py: new GEDCOM parser module * src/plugins/PHPGedViewConnector.py: new GEDCOM parser module * src/GrampsDbUtils/_GedcomParse.py: new GEDCOM parser module * src/GrampsDbUtils/__init__.py: new GEDCOM parser module * src/GrampsDbUtils/_GedcomLex.py: new GEDCOM parser module * src/GrampsDbUtils/_GrampsDbWRFactories.py: new GEDCOM parser module * src/GrampsDbUtils/_GedcomTokens.py: renamed from _GedTokens.py * src/GrampsDbUtils/Makefile.am: new GEDCOM parser module * src/ArgHandler.py: new GEDCOM parser module * example/gedcom/sample.ged: added test cases * src/docgen/OpenOfficeDoc.py: remove unused functions * src/docgen/HtmlDoc.py: remove unused functions * src/docgen/LPRDoc.py: remove unused functions * src/docgen/ODFDoc.py: remove unused functions svn: r8083 2007-02-11 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py: Remove unused functions from BaseDoc svn: r8082 2007-02-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDbUtils/_ReadXML.py, src/GrampsDbUtils/_WriteXML.py, src/MarkupText.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/RelLib/_Note.py, src/RelLib/_NoteBase.py, src/ReportBase/_ReportUtils.py, src/ViewManager.py: 2007-02-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/MarkupText.py: added * src/DisplayTabs/_NoteTab.py: handling 'rich text' notes * src/RelLib/_NoteBase.py: handling 'rich text' notes * src/RelLib/_Note.py: handling 'rich text' notes * src/GrampsDb/_GrampsBSDDB.py: handling 'rich text' notes * src/GrampsDbUtils/_ReadXML.py: handling 'rich text' notes * src/GrampsDbUtils/_WriteXML.py: handling 'rich text' notes * src/Merge/_MergeSource.py: handling 'rich text' notes * src/Merge/_MergePlace.py: handling 'rich text' notes * src/Merge/_MergePerson.py: handling 'rich text' notes * src/ReportBase/_ReportUtils.py: handling 'rich text' notes * src/ViewManager.py: cleanup svn: r8081 2007-02-10 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/help/nl/nl.po: Spelling corrections and new translations in help/nl. Correction of figures in help/nl. svn: r8080 2007-02-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedTokens.py, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py, src/plugins/Check.py: 2007-02-09 Don Allingham <don@gramps-project.org> * src/plugins/Check.py: fix illegal family events * src/GrampsDbUtils/_GedcomParse.py: improve parsing * src/GrampsDbUtils/_GedcomLex.py: improve parsing * src/GrampsDbUtils/_GedTokens.py: improve parsing svn: r8079 2007-02-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedcomLex.py, src/GrampsDbUtils/_GedcomParse.py: 2007-02-08 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomLex.py: make more table driven * src/GrampsDbUtils/_GedcomParse.py: added svn: r8078 2007-02-08 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: svn: r8077 2007-02-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbUtils/_GedTokens.py, src/GrampsDbUtils/_GedcomLex.py: 2007-02-07 Don Allingham <don@gramps-project.org> * src/GrampsDbUtils/_GedcomLex.py: start of a lexical analyzer * src/GrampsDbUtils/_GedTokens.py: additional tokens svn: r8076 2007-02-07 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: small improvements in French translation svn: r8075 2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NoteTab.py: 2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayTabs/_NoteTab.py: move "rich text" notes to 2.3 branch. svn: r8074 2007-02-07 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: typo svn: r8073 2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsDbUtils/_WriteGedcom.py: 2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDbUtils/_WriteGedcom.py (export_data): more complete SUBM record on export. svn: r8072 2007-02-07 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: provide a more useful error when reportlab crashes svn: r8071 2007-02-07 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: provide a more useful error when reportlab crashes svn: r8070 2007-02-07 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/holidays.xml: * src/plugins/holidays.xml: 0000906: Canada holidays patch svn: r8069 2007-02-07 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/holidays.xml: * src/plugins/holidays.xml: 0000906: Canada holidays patch svn: r8068 2007-02-07 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py: * src/ReportBase/_ReportDialog.py: 0000905: Typo in catching exceptions in buggy reports svn: r8067 2007-02-07 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: * src/ReportBase/_ReportDialog.py: 0000905: Typo in catching exceptions in buggy reports svn: r8066 2007-02-07 Brian Matherly <brian@gramps-project.org> * : Ignore Eclipse project files. svn: r8065 2007-02-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/DisplayTabs/_ButtonTab.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2007-02-06 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix cal/est parsing * src/DisplayTabs/_ButtonTab.py: catch window already being open * example/gedcom/sample.ged: Add est/cal samples svn: r8063 2007-02-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog: delete Id keyword from ChangeLog line svn: r8062 2007-02-06 Don Allingham <don@gramps-project.org> * src/PageView.py: svn: r8061 2007-02-06 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/PageView.py, src/ViewManager.py, src/docgen/CSVTab.py, src/docgen/ODSTab.py, src/docgen/TabbedDoc.py, src/plugins/EventCmp.py: 2007-02-05 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: view export support * src/DataViews/_RepositoryView.py: view export support * src/DataViews/_SourceView.py: view export support * src/DataViews/_EventView.py: view export support * src/DataViews/_FamilyList.py: view export support * src/DataViews/_PlaceView.py: view export support * src/DataViews/_PersonView.py: view export support * src/ViewManager.py: view export support * src/plugins/EventCmp.py: use new format * src/PageView.py: view export support * src/docgen/TabbedDoc.py: base class for tabular format * src/docgen/ODSTab.py: Open Document format for tabular format * src/docgen/CSVTab.py: Comma Separated Value format for tabular format svn: r8060 2007-02-05 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po: add forgotten place rules svn: r8059 2007-02-05 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/POTFILES.in: add forgotten place rules svn: r8058 2007-02-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsBSDDB.py: 2007-02-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDb/_GrampsBSDDB.py: load/save db owner info * src/GrampsDb/_DbUtils.py (db_copy): copy also db owner svn: r8057 2007-02-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * : svn: r8056 2007-02-04 Don Allingham <don@gramps-project.org> * ChangeLog, po/ChangeLog, po/cs.po, src/DataViews/_RelationView.py, src/DateHandler/_DateParser.py: In .: 2007-02-04 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: default Relationship buttons to insenstive. Setting an active person will reenable them. 2007-02-03 Brian Matherly <brian@gramps-project.org> * src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin 2007-02-03 Brian Matherly <brian@gramps-project.org> * src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin * src/DateHandler/_DateParser.py (DateParser.init_strings): fix date parsing to allow for spaces in numerical format. #892 In po: 2007-02-03 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Minor translation update. svn: r8054 2007-02-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: 2007-02-04 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: default Relationship buttons to insenstive. Setting an active person will reenable them. svn: r8053 2007-02-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDb/_CursorIterator.py, src/GrampsDb/_GrampsDbBase.py: add initial cursor iter impl. svn: r8052 2007-02-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/GrampsCfg.py, src/GrampsDbUtils/_WriteGedcom.py, src/RelLib/_Researcher.py, src/plugins/OwnerEditor.py, src/plugins/ownereditor.glade: 2007-02-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsLocale: set svn:ignore propery * src/BasicUtils: set svn:ignore propery * src/GrampsDbUtils: set svn:ignore propery * src/RelLib/_Researcher.py: add missing get/set methods * src/GrampsDbUtils/_WriteGedcom.py: db owner handling, warn for missing * src/GrampsCfg.py: db owner handling, new warning pref * src/Config/_GrampsConfigKeys.py: db owner handling, new warning pref * data/gramps.schemas.in: db owner handling, new warning pref * src/plugins/OwnerEditor.py: db owner handling, plugin tool * src/plugins/ownereditor.glade: db owner handling, plugin tool svn: r8051 2007-02-04 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po, po/gramps.pot: update translation reference for 2.3 branch svn: r8050 2007-02-04 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: small improvements in French translation svn: r8049 2007-02-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDb/_GrampsGEDDB.py: fix gedcom w/r import svn: r8048 2007-02-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/glade/edit_person.glade, src/glade/gramps.glade: 2007-02-03 Don Allingham <don@gramps-project.org> * glade/gramps.glade: change window positioning settings * glade/edit_person.glade: change window positioning settings svn: r8047 2007-02-04 Brian Matherly <brian@gramps-project.org> * : ignore eclipse files svn: r8046 2007-02-04 Brian Matherly <brian@gramps-project.org> * ChangeLog: typo svn: r8044 2007-02-04 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin svn: r8043 2007-02-04 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin svn: r8042 2007-02-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbState.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/__init__.py, src/Makefile.am, src/gramps_main.py: * src/GrampsDb/_GrampsDbBase.py: convert DbState to its own file * src/GrampsDb/__init__.py: convert DbState to its own file * src/DbState.py: convert DbState to its own file * src/gramps_main.py: convert DbState to its own file * src/Makefile.am: convert DbState to its own file svn: r8041 2007-02-03 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/GrampsDb/Makefile.am, src/Makefile.am: 2007-02-03 Don Allingham <don@gramps-project.org> * configure.in: update version, process new Makefile.am files * src/GrampsDb/Makefile.am: update * src/Makefile.am: update svn: r8040 2007-02-03 Zdeněk Hataš <zdenek.hatas@gmail.com> * gramps2/po/ChangeLog, gramps2/po/cs.po: Minor translation updates. svn: r8039 2007-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/BasicUtils/Makefile.am, src/BasicUtils/__init__.py, src/GrampsDb/Makefile.am, src/GrampsDb/_GrampsDbConst.py, src/GrampsDbUtils/Makefile.am, src/GrampsDbUtils/_GrampsDbWRFactories.py, src/GrampsDbUtils/__init__.py, src/GrampsLocale/Makefile.am, src/GrampsLocale/__init__.py, src/Makefile.am: add license and makefiles. svn: r8038 2007-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler/_DateParser.py: * src/DateHandler/_DateParser.py (DateParser.init_strings): fix date parsing to allow for spaces in numerical format. #892 svn: r8037 2007-02-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2007-02-03 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix warning message. 2007-02-02 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change from family-update signal svn: r8036 2007-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2007-02-03 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix warning message. svn: r8035 2007-02-03 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: update from trunk svn: r8034 2007-02-03 Don Allingham <don@gramps-project.org> * : Initialized merge tracking via "svnmerge" with revisions "1-8032" from https://gramps.svn.sourceforge.net/svnroot/gramps/trunk/gramps2 svn: r8033 2007-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2007-02-02 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change from family-update signal svn: r8031 2007-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsDb/_DbUtils.py: 2007-01-30 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: catch family-delete signal svn: r8030 2007-02-03 Don Allingham <don@gramps-project.org> * : 2.3 branch svn: r8029 2007-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteCD.py: 2007-02-02 Alex Roitman <shura@gramps-project.org> * src/plugins/WriteCD.py: Properly encode URI. svn: r8028 2007-02-02 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * : test if I can commit svn: r8027 2007-02-02 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * : test if I can commit svn: r8026 2007-02-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/FAQ: 2007-02-02 Don Allingham <don@gramps-project.org> * FAQ: update a bit. svn: r8025 2007-02-02 Don Allingham <don@gramps-project.org> * ChangeLog, FAQ: 2007-02-02 Don Allingham <don@gramps-project.org> * FAQ: update a bit. svn: r8025 2007-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_pl.py: 2007-02-01 Piotr Czubaszek <pioterus@gmail.com> * src/plugins/rel_pl.py: Update. svn: r8024 2007-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_pl.py: 2007-02-01 Piotr Czubaszek <pioterus@gmail.com> * src/plugins/rel_pl.py: Update. svn: r8024 2007-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py: 2007-02-01 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeNames.py: Typo. svn: r8023 2007-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeNames.py: 2007-02-01 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeNames.py: Typo. svn: r8023 2007-01-31 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r8022 2007-01-31 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r8022 2007-01-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsDb/_DbUtils.py: * src/DataViews/_PersonView.py: use new delete function * src/GrampsDb/_DbUtils.py: add person delete function * src/Editors/_EditFamily.py: catch signals to update window svn: r8021 2007-01-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Editors/_EditFamily.py, src/GrampsDb/_DbUtils.py: * src/DataViews/_PersonView.py: use new delete function * src/GrampsDb/_DbUtils.py: add person delete function * src/Editors/_EditFamily.py: catch signals to update window svn: r8021 2007-01-31 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: fix source citations (0000867) * src/ReportBase.py: fix source citations (0000867) svn: r8020 2007-01-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: fix source citations (0000867) * src/ReportBase.py: fix source citations (0000867) svn: r8020 2007-01-31 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/ODFDoc.py: add start_superscript and stop_superscript * src/docgen/KwordDoc.py: add start_superscript and stop_superscript * src/docgen/RTFDoc.py: add start_superscript and stop_superscript * src/docgen/HtmlDoc.py: add start_superscript and stop_superscript * src/docgen/OpenOfficeDoc.py: add start_superscript and stop_superscript * src/docgen/LaTeXDoc.py: add start_superscript and stop_superscript svn: r8019 2007-01-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/RTFDoc.py: * src/docgen/ODFDoc.py: add start_superscript and stop_superscript * src/docgen/KwordDoc.py: add start_superscript and stop_superscript * src/docgen/RTFDoc.py: add start_superscript and stop_superscript * src/docgen/HtmlDoc.py: add start_superscript and stop_superscript * src/docgen/OpenOfficeDoc.py: add start_superscript and stop_superscript * src/docgen/LaTeXDoc.py: add start_superscript and stop_superscript svn: r8019 2007-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DisplayTabs/_BackRefList.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/plugins/RemoveUnused.py: * src/plugins/RemoveUnused.py: Rewrite to offer object list proposed for removal. * src/DisplayTabs/_BackRefList.py (edit_button_clicked): Change argument order in EditEvent call. * src/DataViews/_EventView.py: Change argument order in EditEvent call. * src/Editors/_EditEvent.py: Change argument order. svn: r8018 2007-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DisplayTabs/_BackRefList.py, src/Editors/_EditEvent.py, src/plugins/RemoveUnused.py: * src/plugins/RemoveUnused.py: Rewrite to offer object list proposed for removal. * src/DisplayTabs/_BackRefList.py (edit_button_clicked): Change argument order in EditEvent call. * src/DataViews/_EventView.py: Change argument order in EditEvent call. * src/Editors/_EditEvent.py: Change argument order. svn: r8018 2007-01-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py: * src/plugins/EventCmp.py: (#886) properly handle CANCEL on save dialog svn: r8017 2007-01-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py: * src/plugins/EventCmp.py: (#886) properly handle CANCEL on save dialog svn: r8017 2007-01-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/plugins/NarrativeWeb.py: 2007-01-30 Don Allingham <don@gramps-project.org> * src/ReportBase/_ReportDialog.py: error reporting * src/plugins/NarrativeWeb.py: error reporting * src/Filters/_SearchBar.py: numlock handling * src/Filters/SideBar/_SidebarFilter.py: numlock handling svn: r8016 2007-01-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py, src/plugins/NarrativeWeb.py: 2007-01-30 Don Allingham <don@gramps-project.org> * src/ReportBase/_ReportDialog.py: error reporting * src/plugins/NarrativeWeb.py: error reporting * src/Filters/_SearchBar.py: numlock handling * src/Filters/SideBar/_SidebarFilter.py: numlock handling svn: r8016 2007-01-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: 2007-01-30 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up the version. svn: r8015 2007-01-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: 2007-01-30 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up the version. svn: r8015 2007-01-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ScratchPad.py: * src/ScratchPad.py: Fix crash in GrampsType escaping; Additional tooltips for more objects. svn: r8014 2007-01-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ScratchPad.py: * src/ScratchPad.py: Fix crash in GrampsType escaping; Additional tooltips for more objects. svn: r8014 2007-01-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/Filters/SideBar/_SidebarFilter.py, gramps2/src/Filters/_SearchBar.py, gramps2/src/PageView.py: 2007-01-29 Benny Malengier <benny.malengier@ugent.be> * src/DataViews/_PersonView.py: numlock handling * src/PageView.py: numlock handling * src/Filters/_SearchBar.py: numblock handling * src/Filters/SideBar/_SidebarFilter.py: numblock handling * src/DataViews/_PersonView.py: refactoring * src/DisplayModels/_PeopleModel.py: refactoring svn: r8013 2007-01-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/_SearchBar.py, src/PageView.py: 2007-01-29 Benny Malengier <benny.malengier@ugent.be> * src/DataViews/_PersonView.py: numlock handling * src/PageView.py: numlock handling * src/Filters/_SearchBar.py: numblock handling * src/Filters/SideBar/_SidebarFilter.py: numblock handling * src/DataViews/_PersonView.py: refactoring * src/DisplayModels/_PeopleModel.py: refactoring svn: r8013 2007-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2007-01-29 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r8012 2007-01-29 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2007-01-29 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r8012 2007-01-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/DisplayModels/_EventModel.py, gramps2/src/DisplayModels/_FamilyModel.py, gramps2/src/DisplayModels/_MediaModel.py, gramps2/src/DisplayModels/_PlaceModel.py, gramps2/src/DisplayModels/_RepositoryModel.py, gramps2/src/DisplayModels/_SourceModel.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Utils.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/Verify.py: * src/DisplayModels/_BaseModel.py: Refactor out node/path maps * various: remove sets import svn: r8011 2007-01-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_EventModel.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayModels/_SourceModel.py, src/Editors/_EditFamily.py, src/Editors/_EditPerson.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py, src/Selectors/_BaseSelector.py, src/Utils.py, src/plugins/Check.py, src/plugins/CountAncestors.py, src/plugins/NarrativeWeb.py, src/plugins/RelCalc.py, src/plugins/Verify.py: * src/DisplayModels/_BaseModel.py: Refactor out node/path maps * various: remove sets import svn: r8011 2007-01-29 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r8010 2007-01-29 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r8010 2007-01-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in: * NEWS: update * configure.in: update to 2.2.6 svn: r8009 2007-01-29 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, configure.in: * NEWS: update * configure.in: update to 2.2.6 svn: r8009 2007-01-29 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r8008 2007-01-29 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r8008 2007-01-29 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/po/de.po: fix typo svn: r8007 2007-01-29 Martin Hawlisch <loshawlos@users.sourceforge.net> * po/de.po: fix typo svn: r8007 2007-01-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportOptions.py: 2007-01-29 Don Allingham <don@gramps-project.org> * src/ReportBase/_ReportOptions.py: fix landscape saving. svn: r8006 2007-01-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportBase/_ReportOptions.py: 2007-01-29 Don Allingham <don@gramps-project.org> * src/ReportBase/_ReportOptions.py: fix landscape saving. svn: r8006 2007-01-28 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: Translation update svn: r8005 2007-01-28 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: Translation update svn: r8005 2007-01-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/help/ChangeLog, gramps2/src/ViewManager.py: In .: * src/ViewManager.py (_init_lists): Change Undo History binding to Ctrl+H because AltH was colliding with Help menu shortcut. In help: 2007-01-28 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Document the change. svn: r8004 2007-01-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, help/C/gramps.xml, help/ChangeLog, src/ViewManager.py: In .: * src/ViewManager.py (_init_lists): Change Undo History binding to Ctrl+H because AltH was colliding with Help menu shortcut. In help: 2007-01-28 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Document the change. svn: r8004 2007-01-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/po/ChangeLog, gramps2/po/ru.po: In .: 2007-01-28 Alex Roitman <shura@gramps-project.org> * NEWS: Update. In po: 2007-01-28 Alex Roitman <shura@gramps-project.org> * ru.po: Translation update. svn: r8003 2007-01-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, po/ChangeLog, po/ru.po: In .: 2007-01-28 Alex Roitman <shura@gramps-project.org> * NEWS: Update. In po: 2007-01-28 Alex Roitman <shura@gramps-project.org> * ru.po: Translation update. svn: r8003 2007-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r8002 2007-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r8002 2007-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update keybindings on French translation svn: r8001 2007-01-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update keybindings on French translation svn: r8001 2007-01-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/ReportBase/_ReportOptions.py: * src/ReportBase/_ReportOptions.py: (#877) escape XML constructs * src/BaseDoc.py: escape XML constructs svn: r8000 2007-01-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_ReportOptions.py: * src/ReportBase/_ReportOptions.py: (#877) escape XML constructs * src/BaseDoc.py: escape XML constructs svn: r8000 2007-01-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/help/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: In .: * src/DataViews/_PersonView.py: add enter to collapse row as well 2007-01-27 Benny Malengier <benny.malengier@ugent.be> * src/DataViews/_PersonView.py: add enter to expand a tree row 2007-01-27 Don Allingham <don@gramps-project.org> * src/PageView.py: add key accelerators * src/ViewManager.py: block interface on autobackup (#856), add key accelerators In help: 2007-01-27 Don Allingham <don@gramps-project.org> * C/gramps.xml: add more keybindings svn: r7999 2007-01-28 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps.xml, help/ChangeLog, src/DataViews/_PersonView.py, src/PageView.py, src/ViewManager.py: In .: * src/DataViews/_PersonView.py: add enter to collapse row as well 2007-01-27 Benny Malengier <benny.malengier@ugent.be> * src/DataViews/_PersonView.py: add enter to expand a tree row 2007-01-27 Don Allingham <don@gramps-project.org> * src/PageView.py: add key accelerators * src/ViewManager.py: block interface on autobackup (#856), add key accelerators In help: 2007-01-27 Don Allingham <don@gramps-project.org> * C/gramps.xml: add more keybindings svn: r7999 2007-01-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/ViewManager.py: * src/ViewManager.py: block interface on autobackup (#856) * src/DisplayState.py: block interface on autobackup svn: r7998 2007-01-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/ViewManager.py: * src/ViewManager.py: block interface on autobackup (#856) * src/DisplayState.py: block interface on autobackup svn: r7998 2007-01-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/PageView.py, gramps2/src/Utils.py: * src/Utils.py: handle missing/invalid encoding * src/DisplayModels/_BaseModel.py: handle None vs. 0 svn: r7997 2007-01-27 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DisplayModels/_BaseModel.py, src/PageView.py, src/Utils.py: * src/Utils.py: handle missing/invalid encoding * src/DisplayModels/_BaseModel.py: handle None vs. 0 svn: r7997 2007-01-27 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2007-01-27 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7996 2007-01-27 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2007-01-27 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7996 2007-01-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/Editors/_EditPerson.py: 2007-01-27 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py (EditPerson._image_button_press): check for window already being open (#882) svn: r7995 2007-01-27 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, src/Editors/_EditPerson.py: 2007-01-27 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py (EditPerson._image_button_press): check for window already being open (#882) svn: r7995 2007-01-27 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7994 2007-01-27 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7994 2007-01-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/gedcomexport.glade, gramps2/src/plugins/WritePkg.py: 2007-01-26 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: make unicode the default for export * src/GrampsDb/gedcompexport.glade: remove unused dialog * src/plugins/WritePkg.py: don't attempt to delete missing media objects. svn: r7993 2007-01-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/gedcomexport.glade, src/plugins/WritePkg.py: 2007-01-26 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: make unicode the default for export * src/GrampsDb/gedcompexport.glade: remove unused dialog * src/plugins/WritePkg.py: don't attempt to delete missing media objects. svn: r7993 2007-01-26 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FontScale.py, gramps2/src/plugins/Calendar.py: 0000876: Calendar would print beyond a day's borders if too many, or too long svn: r7992 2007-01-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/FontScale.py, src/plugins/Calendar.py: 0000876: Calendar would print beyond a day's borders if too many, or too long svn: r7992 2007-01-26 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py: * src/ReportBase/ReportUtils.py: 0000875: _ReportUtils.py has incorrect conversion cm2pt svn: r7991 2007-01-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py: * src/ReportBase/ReportUtils.py: 0000875: _ReportUtils.py has incorrect conversion cm2pt svn: r7991 2007-01-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py: (MediaView.define_actions): add tooltip for view menu svn: r7990 2007-01-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py: (MediaView.define_actions): add tooltip for view menu svn: r7990 2007-01-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: 2007-01-26 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: fix accelerator entries * src/DataViews/_RepositoryView.py: fix accelerator entries * src/DataViews/_SourceView.py: fix accelerator entries * src/DataViews/_EventView.py: fix accelerator entries * src/DataViews/_FamilyList.py: fix accelerator entries * src/DataViews/_PlaceView.py: fix accelerator entries * src/DataViews/_PersonView.py: fix accelerator entries * src/ViewManager.py: fix accelerator entries * src/PageView.py: fix accelerator entries svn: r7989 2007-01-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/PageView.py, src/ViewManager.py: 2007-01-26 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: fix accelerator entries * src/DataViews/_RepositoryView.py: fix accelerator entries * src/DataViews/_SourceView.py: fix accelerator entries * src/DataViews/_EventView.py: fix accelerator entries * src/DataViews/_FamilyList.py: fix accelerator entries * src/DataViews/_PlaceView.py: fix accelerator entries * src/DataViews/_PersonView.py: fix accelerator entries * src/ViewManager.py: fix accelerator entries * src/PageView.py: fix accelerator entries svn: r7989 2007-01-26 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_FilterFrameBase.py: wrap in EventBox so that clipping work properly. svn: r7988 2007-01-26 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_FilterFrameBase.py: wrap in EventBox so that clipping work properly. svn: r7988 2007-01-26 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Remainder of untranslated. We're at 100% now, thanks to Erik. svn: r7987 2007-01-26 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Remainder of untranslated. We're at 100% now, thanks to Erik. svn: r7987 2007-01-26 Don Allingham <don@gramps-project.org> * gramps2/src/Filters/Rules/Place/_HasNoLatOrLon.py, gramps2/src/Filters/Rules/Place/_InLatLonNeighborhood.py: svn: r7986 2007-01-26 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Place/_HasNoLatOrLon.py, src/Filters/Rules/Place/_InLatLonNeighborhood.py: svn: r7986 2007-01-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/Filters/Rules/Place/Makefile.am, gramps2/src/Filters/Rules/Place/__init__.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: * src/DataViews/_MediaView.py: keybindings * src/DataViews/_RepositoryView.py: keybindings * src/DataViews/_SourceView.py: keybindings * src/DataViews/_EventView.py: keybindings * src/DataViews/_FamilyList.py: keybindings * src/DataViews/_PlaceView.py: keybindings * src/DataViews/_PersonView.py: keybindings * src/ViewManager.py: keybindings * src/PageView.py: keybindings 2007-01-25 Benny Malengier <benny.malengier@ugent.be> * src/Filters/Rules/Place/Makefile.am: add new files * src/Filters/Rules/Place/_InLatLonNeighborhood.py: added * src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py: added * src/Filters/Rules/Place/__init__.py: add new filters 2007-01-25 Don Allingham <don@gramps-project.org> svn: r7985 2007-01-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Place/__init__.py, src/PageView.py, src/ViewManager.py: * src/DataViews/_MediaView.py: keybindings * src/DataViews/_RepositoryView.py: keybindings * src/DataViews/_SourceView.py: keybindings * src/DataViews/_EventView.py: keybindings * src/DataViews/_FamilyList.py: keybindings * src/DataViews/_PlaceView.py: keybindings * src/DataViews/_PersonView.py: keybindings * src/ViewManager.py: keybindings * src/PageView.py: keybindings 2007-01-25 Benny Malengier <benny.malengier@ugent.be> * src/Filters/Rules/Place/Makefile.am: add new files * src/Filters/Rules/Place/_InLatLonNeighborhood.py: added * src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py: added * src/Filters/Rules/Place/__init__.py: add new filters 2007-01-25 Don Allingham <don@gramps-project.org> svn: r7985 2007-01-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: 2007-01-25 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: fix goto-gramps-id key press * src/DataViews/_RepositoryView.py: fix goto-gramps-id key press * src/DataViews/_SourceView.py: fix goto-gramps-id key press * src/DataViews/_EventView.py: fix goto-gramps-id key press * src/DataViews/_FamilyList.py: fix goto-gramps-id key press * src/DataViews/_PedigreeView.py: fix goto-gramps-id key press * src/DataViews/_PlaceView.py: fix goto-gramps-id key press * src/DataViews/_PersonView.py: fix goto-gramps-id key press * src/DataViews/_RelationView.py: fix goto-gramps-id key press * src/ViewManager.py: fix goto-gramps-id key press * src/PageView.py: fix goto-gramps-id key press svn: r7984 2007-01-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RelationView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/PageView.py, src/ViewManager.py: 2007-01-25 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: fix goto-gramps-id key press * src/DataViews/_RepositoryView.py: fix goto-gramps-id key press * src/DataViews/_SourceView.py: fix goto-gramps-id key press * src/DataViews/_EventView.py: fix goto-gramps-id key press * src/DataViews/_FamilyList.py: fix goto-gramps-id key press * src/DataViews/_PedigreeView.py: fix goto-gramps-id key press * src/DataViews/_PlaceView.py: fix goto-gramps-id key press * src/DataViews/_PersonView.py: fix goto-gramps-id key press * src/DataViews/_RelationView.py: fix goto-gramps-id key press * src/ViewManager.py: fix goto-gramps-id key press * src/PageView.py: fix goto-gramps-id key press svn: r7984 2007-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: 2007-01-25 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly iterate only over requested tables; don't mix up the primary and the referenced objects. svn: r7983 2007-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: 2007-01-25 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly iterate only over requested tables; don't mix up the primary and the referenced objects. svn: r7983 2007-01-25 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7982 2007-01-25 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7982 2007-01-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Put children on new lines svn: r7981 2007-01-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Put children on new lines svn: r7981 2007-01-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ArgHandler.py, gramps2/src/Editors/_EditSourceRef.py: 2007-01-24 Don Allingham <don@gramps-project.org> * src/Editors/_EditSourceRef.py: remove debug statements * src/AddMedia.py: remove debug statements * src/ArgHandler.py: remove debug statements svn: r7980 2007-01-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/Editors/_EditSourceRef.py: 2007-01-24 Don Allingham <don@gramps-project.org> * src/Editors/_EditSourceRef.py: remove debug statements * src/AddMedia.py: remove debug statements * src/ArgHandler.py: remove debug statements svn: r7980 2007-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_BackRefModel.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_MediaObject.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_Place.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_Source.py: 2007-01-24 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Event.py (Event): Change inheritance order. * src/RelLib/_Family.py (Family): Change inheritance order. * src/RelLib/_MediaObject.py (MediaObject): Change inheritance order. * src/RelLib/_Place.py (Place): Change inheritance order. * src/RelLib/_Repository.py (Repository): Change inheritance order. * src/RelLib/_Person.py (Person): Change inheritance order. * src/RelLib/_Source.py (Source): Change inheritance order. (_has_handle_reference, _remove_handle_references, _replace_handle_reference): Add methods to report correct repository references. * src/DisplayTabs/_BackRefModel.py (__init__): Remove extra statement. svn: r7979 2007-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefModel.py, src/RelLib/_Event.py, src/RelLib/_Family.py, src/RelLib/_MediaObject.py, src/RelLib/_Person.py, src/RelLib/_Place.py, src/RelLib/_Repository.py, src/RelLib/_Source.py: 2007-01-24 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Event.py (Event): Change inheritance order. * src/RelLib/_Family.py (Family): Change inheritance order. * src/RelLib/_MediaObject.py (MediaObject): Change inheritance order. * src/RelLib/_Place.py (Place): Change inheritance order. * src/RelLib/_Repository.py (Repository): Change inheritance order. * src/RelLib/_Person.py (Person): Change inheritance order. * src/RelLib/_Source.py (Source): Change inheritance order. (_has_handle_reference, _remove_handle_references, _replace_handle_reference): Add methods to report correct repository references. * src/DisplayTabs/_BackRefModel.py (__init__): Remove extra statement. svn: r7979 2007-01-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: Properly escape "\n" characters svn: r7978 2007-01-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: Properly escape "\n" characters svn: r7978 2007-01-25 Brian Matherly <brian@gramps-project.org> * gramps2/src/docgen/ODFDoc.py: remove debug svn: r7977 2007-01-25 Brian Matherly <brian@gramps-project.org> * src/docgen/ODFDoc.py: remove debug svn: r7977 2007-01-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/BookReport.py: * src/docgen/ODFDoc.py: Add "open with" option for book reports * src/docgen/OpenOfficeDoc.py: Add "open with" option for book reports * src/plugins/BookReport.py: Add "open with" option for book reports * src/PluginUtils/_PluginMgr.py: Add "open with" option for book reports svn: r7976 2007-01-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_PluginMgr.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/BookReport.py: * src/docgen/ODFDoc.py: Add "open with" option for book reports * src/docgen/OpenOfficeDoc.py: Add "open with" option for book reports * src/plugins/BookReport.py: Add "open with" option for book reports * src/PluginUtils/_PluginMgr.py: Add "open with" option for book reports svn: r7976 2007-01-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/holidays.xml: * src/plugins/Calendar.py: 0000871: Holidays do not work in Windows * src/plugins/holidays.xml: 0000871: Holidays do not work in Windows svn: r7975 2007-01-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Calendar.py, src/plugins/holidays.xml: * src/plugins/Calendar.py: 0000871: Holidays do not work in Windows * src/plugins/holidays.xml: 0000871: Holidays do not work in Windows svn: r7975 2007-01-24 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Adapted changes from new gramps.pot, but left 56 untranslated. Translated "state" into "deelstaat". svn: r7974 2007-01-24 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Adapted changes from new gramps.pot, but left 56 untranslated. Translated "state" into "deelstaat". svn: r7974 2007-01-24 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation and changed email svn: r7973 2007-01-24 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation and changed email svn: r7973 2007-01-24 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_PrintTools.py, gramps2/src/ReportBase/__init__.py, gramps2/src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: 0000869: PostScript print option will crash * src/ReportBase/__init__.py: 0000869: PostScript print option will crash * src/ReportBase/_PrintTools.py: 0000869: PostScript print option will crash svn: r7972 2007-01-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_PrintTools.py, src/ReportBase/__init__.py, src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: 0000869: PostScript print option will crash * src/ReportBase/__init__.py: 0000869: PostScript print option will crash * src/ReportBase/_PrintTools.py: 0000869: PostScript print option will crash svn: r7972 2007-01-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/src/plugins/holidays.xml: fix typo svn: r7971 2007-01-24 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/holidays.xml: fix typo svn: r7971 2007-01-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7970 2007-01-24 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7970 2007-01-24 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/holidays.xml: * src/plugins/Calendar.py: 0000858: Patch for calendar enhancements and new Birthday Report * src/plugins/holidays.xml: add holidays for France svn: r7969 2007-01-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Calendar.py, src/plugins/holidays.xml: * src/plugins/Calendar.py: 0000858: Patch for calendar enhancements and new Birthday Report * src/plugins/holidays.xml: add holidays for France svn: r7969 2007-01-24 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: 0000870: docgen/PdfDoc.py offset error, and missing italics svn: r7968 2007-01-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: 0000870: docgen/PdfDoc.py offset error, and missing italics svn: r7968 2007-01-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/POTFILES.in, gramps2/po/gramps.pot, gramps2/src/DisplayModels/_BaseModel.py: (BaseModel.delete_row_by_handle): fix sort array after delete svn: r7967 2007-01-24 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, po/POTFILES.in, po/gramps.pot, src/DisplayModels/_BaseModel.py: (BaseModel.delete_row_by_handle): fix sort array after delete svn: r7967 2007-01-24 Don Allingham <don@gramps-project.org> * gramps2/po/gramps.pot: svn: r7966 2007-01-24 Don Allingham <don@gramps-project.org> * po/gramps.pot: svn: r7966 2007-01-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am: * src/DataViews/_MediaView.py: add view option * src/images/Makefile.am: add stock_zoom * src/images/stock_zoom.png: added * src/gramps_main.py: register stock_zoom as a stock icon svn: r7965 2007-01-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py, src/gramps_main.py, src/images/Makefile.am: * src/DataViews/_MediaView.py: add view option * src/images/Makefile.am: add stock_zoom * src/images/stock_zoom.png: added * src/gramps_main.py: register stock_zoom as a stock icon svn: r7965 2007-01-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7964 2007-01-23 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7964 2007-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/PageView.py: 2007-01-23 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: initialize the next gramps_id indexes to the length of the tables to prevent a walk of the db entries. * src/DisplayModels/_BaseModel.py: handle row-insert properly * src/PageView.py: handle row adding properly svn: r7963 2007-01-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/Editors/_EditEvent.py, src/GrampsDb/_GrampsBSDDB.py, src/PageView.py: 2007-01-23 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: initialize the next gramps_id indexes to the length of the tables to prevent a walk of the db entries. * src/DisplayModels/_BaseModel.py: handle row-insert properly * src/PageView.py: handle row adding properly svn: r7963 2007-01-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (vb_clicked): Put back the code that used to enforce the current view button; (switch_page_on_dnd): block and unblock button clicking during DnD. svn: r7962 2007-01-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (vb_clicked): Put back the code that used to enforce the current view button; (switch_page_on_dnd): block and unblock button clicking during DnD. svn: r7962 2007-01-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2007-01-22 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (vb_clicked): Add the code that used to enforce the current view button (commented out). svn: r7961 2007-01-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: 2007-01-22 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (vb_clicked): Add the code that used to enforce the current view button (commented out). svn: r7961 2007-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/PageView.py: 2007-01-22 Don Allingham <don@gramps-project.org> * src/DisplayModels/_BaseModel.py: avoid rebuild on delete * src/PageView.py: avoid rebuild on delete svn: r7960 2007-01-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/PageView.py: 2007-01-22 Don Allingham <don@gramps-project.org> * src/DisplayModels/_BaseModel.py: avoid rebuild on delete * src/PageView.py: avoid rebuild on delete svn: r7960 2007-01-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r7959 2007-01-23 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r7959 2007-01-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, gramps2/src/Filters/Rules/_HasTextMatchingSubstringOf.py, gramps2/src/Utils.py: 2007-01-22 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditSource.py (query_response): Remove sourcerefs from repos (indirectly, through secondary objects). * src/Editors/_EditPlace.py (query_response): Avoid db walk. * src/DataViews/_FamilyList.py (remove): Set busy cursor. * src/DataViews/_PlaceView.py (remove): Set busy cursor. * src/DataViews/_SourceView.py (remove): Set busy cursor. * src/DataViews/_MediaView.py (remove): Set busy cursor. * src/DataViews/_EventView.py (remove): Set busy cursor. * src/DataViews/_RepositoryView.py (remove): Set busy cursor. * src/Editors/_EditEventRef.py (DelEventQuery): Remove unneeded class. * src/Filters/Rules/_HasTextMatchingSubstringOf.py: Remove unneeded import. * src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py (cache_sources): Adapt to changes in get_source_referents. * src/Utils.py (get_source_referents): Use reference map, add repositories to the search results; (get_media_referents): Use reference map. svn: r7958 2007-01-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditMedia.py, src/Editors/_EditPlace.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Utils.py: 2007-01-22 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditSource.py (query_response): Remove sourcerefs from repos (indirectly, through secondary objects). * src/Editors/_EditPlace.py (query_response): Avoid db walk. * src/DataViews/_FamilyList.py (remove): Set busy cursor. * src/DataViews/_PlaceView.py (remove): Set busy cursor. * src/DataViews/_SourceView.py (remove): Set busy cursor. * src/DataViews/_MediaView.py (remove): Set busy cursor. * src/DataViews/_EventView.py (remove): Set busy cursor. * src/DataViews/_RepositoryView.py (remove): Set busy cursor. * src/Editors/_EditEventRef.py (DelEventQuery): Remove unneeded class. * src/Filters/Rules/_HasTextMatchingSubstringOf.py: Remove unneeded import. * src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py (cache_sources): Adapt to changes in get_source_referents. * src/Utils.py (get_source_referents): Use reference map, add repositories to the search results; (get_media_referents): Use reference map. svn: r7958 2007-01-23 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Calendar.py: * src/plugins/Calendar.py: 0000858: Patch for calendar enhancements and new Birthday Report svn: r7957 2007-01-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Calendar.py: * src/plugins/Calendar.py: 0000858: Patch for calendar enhancements and new Birthday Report svn: r7957 2007-01-23 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py: * src/ReportBase/_ReportUtils.py: Add function "get_address_str" * src/plugins/DetDescendantReport.py: Add addresses (0000791) * src/plugins/DetAncestralReport.py: Add addresses (0000791) * src/plugins/IndivComplete.py: Add addresses (0000791) * src/plugins/NarrativeWeb.py: use "get_address_str" * src/plugins/FamilyGroup.py: use "get_address_str" svn: r7956 2007-01-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py: * src/ReportBase/_ReportUtils.py: Add function "get_address_str" * src/plugins/DetDescendantReport.py: Add addresses (0000791) * src/plugins/DetAncestralReport.py: Add addresses (0000791) * src/plugins/IndivComplete.py: Add addresses (0000791) * src/plugins/NarrativeWeb.py: use "get_address_str" * src/plugins/FamilyGroup.py: use "get_address_str" svn: r7956 2007-01-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ViewManager.py: 2007-01-22 Don Allingham <don@gramps-project.org> * src/ViewManager.py: import of gramps package * src/ArgHandler.py: import of gramps package * src/GrampsDb/_ReadGedcom.py: catch bad LDS ords svn: r7955 2007-01-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/GrampsDb/_ReadGedcom.py, src/ViewManager.py: 2007-01-22 Don Allingham <don@gramps-project.org> * src/ViewManager.py: import of gramps package * src/ArgHandler.py: import of gramps package * src/GrampsDb/_ReadGedcom.py: catch bad LDS ords svn: r7955 2007-01-22 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (func_repo_addr): Properly parse address svn: r7954 2007-01-22 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (func_repo_addr): Properly parse address svn: r7954 2007-01-22 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbLoader.py: * src/ArgHandler.py, src/DbLoader.py: Print out more precise error messages when trying to open gpkg or geneweb files. svn: r7953 2007-01-22 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/ArgHandler.py, src/DbLoader.py: * src/ArgHandler.py, src/DbLoader.py: Print out more precise error messages when trying to open gpkg or geneweb files. svn: r7953 2007-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py: svn: r7952 2007-01-22 Don Allingham <don@gramps-project.org> * src/AddMedia.py: svn: r7952 2007-01-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ArgHandler.py, gramps2/src/DateEdit.py, gramps2/src/DbLoader.py, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/DisplayTabs/_SourceEmbedList.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Exporter.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDBCallback.py, gramps2/src/ReportBase/_FileEntry.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * src/GrampsDb/_GrampsDBCallback.py: sys.getfilesystemencoding() * src/GrampsDb/_GrampsBSDDB.py: sys.getfilesystemencoding() * src/Exporter.py: sys.getfilesystemencoding() * src/ReportBase/_FileEntry.py: sys.getfilesystemencoding() * src/Editors/_EditMedia.py: sys.getfilesystemencoding() * src/DisplayTabs/_SourceEmbedList.py: sys.getfilesystemencoding() * src/plugins/WriteCD.py: sys.getfilesystemencoding() * src/plugins/WritePkg.py: sys.getfilesystemencoding() * src/plugins/Check.py: sys.getfilesystemencoding() * src/plugins/EventCmp.py: sys.getfilesystemencoding() * src/AddMedia.py: sys.getfilesystemencoding() * src/DisplayModels/_BaseModel.py: sys.getfilesystemencoding() * src/DateEdit.py: sys.getfilesystemencoding() * src/ArgHandler.py: sys.getfilesystemencoding() * src/DbLoader.py: sys.getfilesystemencoding() svn: r7951 2007-01-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/DateEdit.py, src/DbLoader.py, src/DisplayModels/_BaseModel.py, src/DisplayTabs/_SourceEmbedList.py, src/Editors/_EditMedia.py, src/Exporter.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDBCallback.py, src/ReportBase/_FileEntry.py, src/plugins/Check.py, src/plugins/EventCmp.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * src/GrampsDb/_GrampsDBCallback.py: sys.getfilesystemencoding() * src/GrampsDb/_GrampsBSDDB.py: sys.getfilesystemencoding() * src/Exporter.py: sys.getfilesystemencoding() * src/ReportBase/_FileEntry.py: sys.getfilesystemencoding() * src/Editors/_EditMedia.py: sys.getfilesystemencoding() * src/DisplayTabs/_SourceEmbedList.py: sys.getfilesystemencoding() * src/plugins/WriteCD.py: sys.getfilesystemencoding() * src/plugins/WritePkg.py: sys.getfilesystemencoding() * src/plugins/Check.py: sys.getfilesystemencoding() * src/plugins/EventCmp.py: sys.getfilesystemencoding() * src/AddMedia.py: sys.getfilesystemencoding() * src/DisplayModels/_BaseModel.py: sys.getfilesystemencoding() * src/DateEdit.py: sys.getfilesystemencoding() * src/ArgHandler.py: sys.getfilesystemencoding() * src/DbLoader.py: sys.getfilesystemencoding() svn: r7951 2007-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/DbLoader.py, gramps2/src/GrampsWidgets.py: svn: r7950 2007-01-22 Don Allingham <don@gramps-project.org> * src/DbLoader.py, src/GrampsWidgets.py: svn: r7950 2007-01-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DbLoader.py, gramps2/src/GrampsWidgets.py: 2007-01-21 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: catch exceptions * src/DisplayState.py: catch exceptions * src/DbLoader.py: catch exceptions (DbLoader.read_file): catch exception * src/Filters/SideBar/_SidebarFilter.py: add tooltips for dates * src/Filters/SideBar/_PersonSidebarFilter.py: add tooltips for dates svn: r7949 2007-01-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/Assistant.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DbLoader.py, src/GrampsWidgets.py: 2007-01-21 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: catch exceptions * src/DisplayState.py: catch exceptions * src/DbLoader.py: catch exceptions (DbLoader.read_file): catch exception * src/Filters/SideBar/_SidebarFilter.py: add tooltips for dates * src/Filters/SideBar/_PersonSidebarFilter.py: add tooltips for dates svn: r7949 2007-01-21 Don Allingham <don@gramps-project.org> * gramps2/src/DbLoader.py, gramps2/src/DisplayState.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py, gramps2/src/Filters/SideBar/_SidebarFilter.py, gramps2/src/GrampsDb/_GrampsBSDDB.py: svn: r7948 2007-01-21 Don Allingham <don@gramps-project.org> * src/DbLoader.py, src/DisplayState.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/GrampsDb/_GrampsBSDDB.py: svn: r7948 2007-01-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_FamilyFilterFrame.py, gramps2/src/ObjectSelector/_FilterFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py: objectselector work. svn: r7947 2007-01-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonPreviewFrame.py: objectselector work. svn: r7947 2007-01-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: save current filter for rebuild (#838) svn: r7946 2007-01-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: save current filter for rebuild (#838) svn: r7946 2007-01-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py: * src/BaseDoc.py: save/load paragraph description (#850) svn: r7945 2007-01-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py: * src/BaseDoc.py: save/load paragraph description (#850) svn: r7945 2007-01-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/QuestionDialog.py: * src/QuestionDialog.py: close window before calling callback if the view is not in focus. Fix delete display by calling build_tree svn: r7944 2007-01-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/QuestionDialog.py: * src/QuestionDialog.py: close window before calling callback if the view is not in focus. Fix delete display by calling build_tree svn: r7944 2007-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: 2007-01-20 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py (PersonView.change_db): apply dirty flag to initial build to prevent forcing of build on load if the view is not in focus. svn: r7943 2007-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: 2007-01-20 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py (PersonView.change_db): apply dirty flag to initial build to prevent forcing of build on load if the view is not in focus. svn: r7943 2007-01-20 Zdeněk Hataš <zdenek.hatas@gmail.com> * gramps2/po/ChangeLog: Updated according to template and translation updates. svn: r7942 2007-01-20 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/ChangeLog: Updated according to template and translation updates. svn: r7942 2007-01-20 Zdeněk Hataš <zdenek.hatas@gmail.com> * gramps2/po/cs.po: Updated according to template and translation updates. svn: r7941 2007-01-20 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Updated according to template and translation updates. svn: r7941 2007-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/ViewManager.py: * src/DataViews/_EventView.py (remove): Use reference map to find references to remove. * src/ViewManager.py (undo,redo): Busy cursor. * src/DataViews/_PersonView.py (delete_person_response): Busy cursor; Use reference map to find references to remove. svn: r7940 2007-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_PersonView.py, src/ViewManager.py: * src/DataViews/_EventView.py (remove): Use reference map to find references to remove. * src/ViewManager.py (undo,redo): Busy cursor. * src/DataViews/_PersonView.py (delete_person_response): Busy cursor; Use reference map to find references to remove. svn: r7940 2007-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsInMemDB.py: * src/GrampsDb/_GrampsDbBase.py (transaction_commit): Remove backend-specific call. * src/GrampsDb/_GrampsBSDDB.py (transaction_commit): Move surname list build to work for any batch transaction. * src/GrampsDb/_GrampsInMemDB.py (transaction_commit): Add method. svn: r7939 2007-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py: * src/GrampsDb/_GrampsDbBase.py (transaction_commit): Remove backend-specific call. * src/GrampsDb/_GrampsBSDDB.py (transaction_commit): Move surname list build to work for any batch transaction. * src/GrampsDb/_GrampsInMemDB.py (transaction_commit): Add method. svn: r7939 2007-01-20 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: A few corrections. Basis (rol) => Voornaamste rol Aanduiding => Status svn: r7938 2007-01-20 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: A few corrections. Basis (rol) => Voornaamste rol Aanduiding => Status svn: r7938 2007-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Utils.py: 2007-01-20 Alex Roitman <shura@gramps-project.org> * src/Utils.py (profile): Accept and pass additional arguments. * src/DataViews/_PersonView.py (delete_person_response): Busy cursor. svn: r7937 2007-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Utils.py: 2007-01-20 Alex Roitman <shura@gramps-project.org> * src/Utils.py (profile): Accept and pass additional arguments. * src/DataViews/_PersonView.py (delete_person_response): Busy cursor. svn: r7937 2007-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGrdb.py: * src/GrampsDb/_GrampsDbBase.py: add append_list task * src/GrampsDb/_ReadGrdb.py: copy bookmarks properly on import svn: r7936 2007-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGrdb.py: * src/GrampsDb/_GrampsDbBase.py: add append_list task * src/GrampsDb/_ReadGrdb.py: copy bookmarks properly on import svn: r7936 2007-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/PageView.py: 2007-01-19 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py: remove loop * src/PageView.py: check for null model svn: r7935 2007-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/PageView.py: 2007-01-19 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py: remove loop * src/PageView.py: check for null model svn: r7935 2007-01-19 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7934 2007-01-19 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7934 2007-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsInMemDB.py: Update svn: r7933 2007-01-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py: Update svn: r7933 2007-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsInMemDB.py: 2007-01-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py: Support the cached surname list. * src/GrampsDb/_GrampsBSDDB.py: Support the cached surname list. * src/GrampsDb/_GrampsDbBase.py: Support the cached surname list. svn: r7932 2007-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py: 2007-01-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py: Support the cached surname list. * src/GrampsDb/_GrampsBSDDB.py: Support the cached surname list. * src/GrampsDb/_GrampsDbBase.py: Support the cached surname list. svn: r7932 2007-01-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Utils.py: 2007-01-18 Don Allingham <don@gramps-project.org> * src/DataViews/Utils.py: add profile function svn: r7931 2007-01-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/Utils.py: 2007-01-18 Don Allingham <don@gramps-project.org> * src/DataViews/Utils.py: add profile function svn: r7931 2007-01-18 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/NameDisplay.py: more optimisations to name display. svn: r7930 2007-01-18 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/NameDisplay.py: more optimisations to name display. svn: r7930 2007-01-18 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Cache result of probably_alive(); Call find_tree() only once for all sizes; Cache results in FormattingHelper; svn: r7929 2007-01-18 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Cache result of probably_alive(); Call find_tree() only once for all sizes; Cache results in FormattingHelper; svn: r7929 2007-01-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: src/plugins/NarrativeWeb.py: Add addresses to individual page. svn: r7928 2007-01-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: src/plugins/NarrativeWeb.py: Add addresses to individual page. svn: r7928 2007-01-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: 2007-01-17 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: optimizations * src/ViewManager.py: optimizations * src/gramps_main.py: optimizations * src/PageView.py: optimizations svn: r7927 2007-01-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/PageView.py, src/ViewManager.py, src/gramps_main.py: 2007-01-17 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: optimizations * src/ViewManager.py: optimizations * src/gramps_main.py: optimizations * src/PageView.py: optimizations svn: r7927 2007-01-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py: src/ReportBase/_ReportDialog.py: 0000832: Please enable cm/inch toggle in custom size for relationship graph svn: r7926 2007-01-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: src/ReportBase/_ReportDialog.py: 0000832: Please enable cm/inch toggle in custom size for relationship graph svn: r7926 2007-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/NameDisplay.py: enable new name display. svn: r7925 2007-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/NameDisplay.py: enable new name display. svn: r7925 2007-01-17 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: Expand all nodes on interactive search svn: r7924 2007-01-17 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: Expand all nodes on interactive search svn: r7924 2007-01-17 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: fix MarkerType.TODO_TYPE svn: r7923 2007-01-17 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: fix MarkerType.TODO_TYPE svn: r7923 2007-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameDisplay.py: 2007-01-16 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py (set_name_format): Use hard-coded methods for the pre-set name displays formats. svn: r7922 2007-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameDisplay.py: 2007-01-16 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py (set_name_format): Use hard-coded methods for the pre-set name displays formats. svn: r7922 2007-01-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle missing place in LDS ord svn: r7921 2007-01-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle missing place in LDS ord svn: r7921 2007-01-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/ViewManager.py: 2007-01-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: optimization * src/ViewManager.py: remove double build call * src/DisplayModels/_PeopleModel.py: optimization svn: r7920 2007-01-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py, src/ViewManager.py: 2007-01-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: optimization * src/ViewManager.py: remove double build call * src/DisplayModels/_PeopleModel.py: optimization svn: r7920 2007-01-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/NameDisplay.py: faster name display svn: r7919 2007-01-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/NameDisplay.py: faster name display svn: r7919 2007-01-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/Filters/_GenericFilter.py: fix get_cursor funcs svn: r7918 2007-01-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/Filters/_GenericFilter.py: fix get_cursor funcs svn: r7918 2007-01-16 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7917 2007-01-16 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7917 2007-01-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: 2007-01-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py (PersonView): disable cursor callbacks svn: r7916 2007-01-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: 2007-01-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py (PersonView): disable cursor callbacks svn: r7916 2007-01-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py: * src/Editors/*: Switch notebook tabs during DnD svn: r7915 2007-01-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py: * src/Editors/*: Switch notebook tabs during DnD svn: r7915 2007-01-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/DisplayState.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/plugins/TestcaseGenerator.py: 2007-01-15 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: use watch cursor on node expand * src/GrampsDb/_ReadGedcom.py: handle empty repo instances * src/plugins/TestCaseGenerator.py: fix typo * src/DisplayState.py: manage watch cursors better (don't set twice) * src/DisplayModels/_PeopleModel.py: maintain backref hash table for quick access to iter to node mappings at the top level. svn: r7914 2007-01-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py, src/DisplayState.py, src/GrampsDb/_ReadGedcom.py, src/plugins/TestcaseGenerator.py: 2007-01-15 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: use watch cursor on node expand * src/GrampsDb/_ReadGedcom.py: handle empty repo instances * src/plugins/TestCaseGenerator.py: fix typo * src/DisplayState.py: manage watch cursors better (don't set twice) * src/DisplayModels/_PeopleModel.py: maintain backref hash table for quick access to iter to node mappings at the top level. svn: r7914 2007-01-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: warning message. Fix typo. svn: r7913 2007-01-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: warning message. Fix typo. svn: r7913 2007-01-15 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: Switch pages during DnD; Set active sidebar button properly svn: r7912 2007-01-15 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: Switch pages during DnD; Set active sidebar button properly svn: r7912 2007-01-15 Don Allingham <don@gramps-project.org> * gramps2/po/gramps.pot: svn: r7911 2007-01-15 Don Allingham <don@gramps-project.org> * po/gramps.pot: svn: r7911 2007-01-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (check_for_portability_problems): simplify the warning message. svn: r7910 2007-01-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (check_for_portability_problems): simplify the warning message. svn: r7910 2007-01-15 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7909 2007-01-15 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7909 2007-01-15 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2007-01-15 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7908 2007-01-15 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2007-01-15 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7908 2007-01-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/gramps.pot, gramps2/src/DateEdit.py: 2007-01-15 Don Allingham <don@gramps-project.org> * src/DateEdit.py: make "bad date" translatable. svn: r7907 2007-01-15 Don Allingham <don@gramps-project.org> * ChangeLog, po/gramps.pot, src/DateEdit.py: 2007-01-15 Don Allingham <don@gramps-project.org> * src/DateEdit.py: make "bad date" translatable. svn: r7907 2007-01-15 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/po/de.po: translation update svn: r7906 2007-01-15 Martin Hawlisch <loshawlos@users.sourceforge.net> * po/de.po: translation update svn: r7906 2007-01-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: 0000627: Relationship graph PDF papersize problems. Use ghostscript instead of epstopdf svn: r7905 2007-01-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: 0000627: Relationship graph PDF papersize problems. Use ghostscript instead of epstopdf svn: r7905 2007-01-14 Zdeněk Hataš <zdenek.hatas@gmail.com> * gramps2/po/cs.po: Update translations svn: r7904 2007-01-14 Zdeněk Hataš <zdenek.hatas@gmail.com> * po/cs.po: Update translations svn: r7904 2007-01-14 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po: 2007-01-14 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7903 2007-01-14 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po: 2007-01-14 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7903 2007-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation svn: r7902 2007-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation svn: r7902 2007-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7901 2007-01-14 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7901 2007-01-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/gramps.pot, gramps2/src/glade/gramps.glade: 2007-01-13 Don Allingham <don@gramps-project.org> * po/gramps.pot: update svn: r7900 2007-01-14 Don Allingham <don@gramps-project.org> * ChangeLog, po/gramps.pot, src/glade/gramps.glade: 2007-01-13 Don Allingham <don@gramps-project.org> * po/gramps.pot: update svn: r7900 2007-01-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: 0000705: font size in relationship graph svn: r7899 2007-01-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: 0000705: font size in relationship graph svn: r7899 2007-01-14 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po: 2007-01-13 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7898 2007-01-14 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po: 2007-01-13 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7898 2007-01-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NoteTab.py: 2007-01-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayTabs/_NoteTab.py: beginning of formatted tabs svn: r7897 2007-01-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayTabs/_NoteTab.py: 2007-01-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayTabs/_NoteTab.py: beginning of formatted tabs svn: r7897 2007-01-13 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/help/nl/nl.po, gramps2/po/nl.po: A couple more translations in the nl help, and a few corrections in the po/nl.po svn: r7896 2007-01-13 Kees Bakker <kees.bakker@xs4all.nl> * help/nl/nl.po, po/nl.po: A couple more translations in the nl help, and a few corrections in the po/nl.po svn: r7896 2007-01-13 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/help/Makefile.am: Erik says we can enable the nl manual. Great work, Erik. svn: r7895 2007-01-13 Kees Bakker <kees.bakker@xs4all.nl> * help/Makefile.am: Erik says we can enable the nl manual. Great work, Erik. svn: r7895 2007-01-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/GrampsWidgets.py: 2007-01-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py: cleanup * src/DateEdit.py: align DateEdit methods to ValidatableMaskedEntry behavior svn: r7894 2007-01-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DateEdit.py, src/GrampsWidgets.py: 2007-01-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py: cleanup * src/DateEdit.py: align DateEdit methods to ValidatableMaskedEntry behavior svn: r7894 2007-01-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsDb/_ReadGedcom.py: 2007-01-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (GedcomParser): fix parsing of the PLAC.FORM construct, handle Heredis's broken REPO format svn: r7893 2007-01-12 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDb/_ReadGedcom.py: 2007-01-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (GedcomParser): fix parsing of the PLAC.FORM construct, handle Heredis's broken REPO format svn: r7893 2007-01-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/GrampsWidgets.py: 2007-01-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayState.py (DisplayState.__init__): fix level of 'root' looger and WarnHandler * src/GrampsWidgets.py: ValidatableMaskedEntry.set_default_error_msg() method added svn: r7892 2007-01-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DisplayState.py, src/GrampsWidgets.py: 2007-01-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayState.py (DisplayState.__init__): fix level of 'root' looger and WarnHandler * src/GrampsWidgets.py: ValidatableMaskedEntry.set_default_error_msg() method added svn: r7892 2007-01-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/GrampsWidgets.py: 2007-01-10 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: add support for an "empty" signal on ValidatableMaskedEntry so that we can update the value when the string has been cleared (bug #821) * src/DateEdit.py: catch empty signal (bug #821) svn: r7891 2007-01-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/GrampsWidgets.py: 2007-01-10 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: add support for an "empty" signal on ValidatableMaskedEntry so that we can update the value when the string has been cleared (bug #821) * src/DateEdit.py: catch empty signal (bug #821) svn: r7891 2007-01-10 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: src/plugins/GraphViz.py: Fix 0000817: typo "syle" intead of "style" svn: r7890 2007-01-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: src/plugins/GraphViz.py: Fix 0000817: typo "syle" intead of "style" svn: r7890 2007-01-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in, gramps2/src/gramps.py: 2007-01-09 Alex Roitman <shura@gramps-project.org> * src/const.py.in: use proper macros. * src/gramps.py: Correctly define dirs. svn: r7889 2007-01-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in, src/gramps.py: 2007-01-09 Alex Roitman <shura@gramps-project.org> * src/const.py.in: use proper macros. * src/gramps.py: Correctly define dirs. svn: r7889 2007-01-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Selectors/_BaseSelector.py: 2007-01-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Selectors/_BaseSelector.py (__init__, _on_row_activated): enable selection by Double-click or Enter svn: r7888 2007-01-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Selectors/_BaseSelector.py: 2007-01-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/Selectors/_BaseSelector.py (__init__, _on_row_activated): enable selection by Double-click or Enter svn: r7888 2007-01-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Editors/_EditEventRef.py, gramps2/src/GrampsLogger/_ErrorView.py, gramps2/src/GrampsWidgets.py: 2007-01-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidget.py: set_completion_mode() added, exact_completion fixed, cleanup * src/GrampsLogger/_ErrorView.py: missing help_clicked method added * src/Editors/_EditEventRef.py: reminder about missing help handle svn: r7887 2007-01-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditEventRef.py, src/GrampsLogger/_ErrorView.py, src/GrampsWidgets.py: 2007-01-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidget.py: set_completion_mode() added, exact_completion fixed, cleanup * src/GrampsLogger/_ErrorView.py: missing help_clicked method added * src/Editors/_EditEventRef.py: reminder about missing help handle svn: r7887 2007-01-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: * C/gramps.xml: Correct Pedigree behaviour. svn: r7886 2007-01-09 Martin Hawlisch <martin.hawlisch@gmx.de> * help/C/gramps.xml, help/ChangeLog: * C/gramps.xml: Correct Pedigree behaviour. svn: r7886 2007-01-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/Makefile.am, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DataViews/__init__.py, gramps2/src/PageView.py, gramps2/src/RelLib/_CalSdn.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventType.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_GrampsType.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_Person.py: * src/DataViews/_MediaView.py: pylint * src/DataViews/_RepositoryView.py: pylint * src/DataViews/_SourceView.py: pylint * src/DataViews/_EventView.py: pylint * src/DataViews/_FamilyList.py: pylint * src/DataViews/_PlaceView.py: pylint * src/DataViews/__init__.py: pylint * src/DataViews/_PersonView.py: pylint * src/DataViews/Makefile.am: pylint * src/DataViews/_RelationView.py: pylint * src/RelLib/_CalSdn.py: pylint * src/RelLib/_Person.py: pylint * src/RelLib/_Family.py: pylint * src/RelLib/_EventType.py: pylint * src/RelLib/_GrampsType.py: pylint * src/RelLib/_Event.py: pylint * src/RelLib/_LdsOrd.py: pylint * src/PageView.py: pylint svn: r7885 2007-01-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/Makefile.am, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RelationView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DataViews/__init__.py, src/PageView.py, src/RelLib/_CalSdn.py, src/RelLib/_Event.py, src/RelLib/_EventType.py, src/RelLib/_Family.py, src/RelLib/_GrampsType.py, src/RelLib/_LdsOrd.py, src/RelLib/_Person.py: * src/DataViews/_MediaView.py: pylint * src/DataViews/_RepositoryView.py: pylint * src/DataViews/_SourceView.py: pylint * src/DataViews/_EventView.py: pylint * src/DataViews/_FamilyList.py: pylint * src/DataViews/_PlaceView.py: pylint * src/DataViews/__init__.py: pylint * src/DataViews/_PersonView.py: pylint * src/DataViews/Makefile.am: pylint * src/DataViews/_RelationView.py: pylint * src/RelLib/_CalSdn.py: pylint * src/RelLib/_Person.py: pylint * src/RelLib/_Family.py: pylint * src/RelLib/_EventType.py: pylint * src/RelLib/_GrampsType.py: pylint * src/RelLib/_Event.py: pylint * src/RelLib/_LdsOrd.py: pylint * src/PageView.py: pylint svn: r7885 2007-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Place/__init__.py: * src/Filters/Rules/Place/__init__.py: add HasPlace to editor_rule_list svn: r7884 2007-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/Rules/Place/__init__.py: * src/Filters/Rules/Place/__init__.py: add HasPlace to editor_rule_list svn: r7884 2007-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/SideBar/_EventSidebarFilter.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py, gramps2/src/RelLib/_GrampsType.py, gramps2/src/RelLib/_MarkerType.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Place.py, gramps2/src/ansel_utf8.py: * src/RelLib/_Name.py: default utf8 strings * src/RelLib/_MarkerType.py: default utf8 strings * src/RelLib/_Place.py: default utf8 strings * src/RelLib/_GrampsType.py: default utf8 strings * src/Filters/SideBar/_EventSidebarFilter.py: default utf8 strings * src/Filters/SideBar/_FamilySidebarFilter.py: default utf8 strings * src/Filters/SideBar/_PersonSidebarFilter.py: default utf8 strings as a fallback. (bug #779), convert string to unicode if needed (bug #604) svn: r7883 2007-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/RelLib/_GrampsType.py, src/RelLib/_MarkerType.py, src/RelLib/_Name.py, src/RelLib/_Place.py, src/ansel_utf8.py: * src/RelLib/_Name.py: default utf8 strings * src/RelLib/_MarkerType.py: default utf8 strings * src/RelLib/_Place.py: default utf8 strings * src/RelLib/_GrampsType.py: default utf8 strings * src/Filters/SideBar/_EventSidebarFilter.py: default utf8 strings * src/Filters/SideBar/_FamilySidebarFilter.py: default utf8 strings * src/Filters/SideBar/_PersonSidebarFilter.py: default utf8 strings as a fallback. (bug #779), convert string to unicode if needed (bug #604) svn: r7883 2007-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Makefile.am, gramps2/src/StartupDialog.py, gramps2/src/ansel_utf8.py: 2007-01-08 Don Allingham <don@gramps-project.org> * src/ansel_utf8.py (utf8_to_ansel): handle single character indexes as a fallback. (bug #779) * src/StartupDialog.py: removed - no longer used * src/Makefile.am: remove StartupDialog.py installation * po/POTFILES.in: removed StartupDialog.py svn: r7882 2007-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Makefile.am, src/StartupDialog.py, src/ansel_utf8.py: 2007-01-08 Don Allingham <don@gramps-project.org> * src/ansel_utf8.py (utf8_to_ansel): handle single character indexes as a fallback. (bug #779) * src/StartupDialog.py: removed - no longer used * src/Makefile.am: remove StartupDialog.py installation * po/POTFILES.in: removed StartupDialog.py svn: r7882 2007-01-08 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7881 2007-01-08 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7881 2007-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: wrap photo description at a maximum of 20 characters to prevent overlap (bug #658) svn: r7880 2007-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: wrap photo description at a maximum of 20 characters to prevent overlap (bug #658) svn: r7880 2007-01-08 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SubstKeywords.py: src/SubstKeywords.py: Fix 0000813: IDs in graphical reports error svn: r7879 2007-01-08 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/SubstKeywords.py: src/SubstKeywords.py: Fix 0000813: IDs in graphical reports error svn: r7879 2007-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Address.py, gramps2/src/RelLib/_AddressBase.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_AttributeBase.py, gramps2/src/RelLib/_AttributeType.py, gramps2/src/RelLib/_BaseObject.py, gramps2/src/RelLib/_CalSdn.py, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_ChildRefType.py, gramps2/src/RelLib/_DateBase.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_EventRoleType.py, gramps2/src/RelLib/_EventType.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_FamilyRelType.py, gramps2/src/RelLib/_GenderStats.py, gramps2/src/RelLib/_GrampsType.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_LdsOrdBase.py, gramps2/src/RelLib/_Location.py, gramps2/src/RelLib/_LocationBase.py, gramps2/src/RelLib/_MarkerType.py, gramps2/src/RelLib/_MediaBase.py, gramps2/src/RelLib/_MediaObject.py, gramps2/src/RelLib/_MediaRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_NameType.py, gramps2/src/RelLib/_Note.py, gramps2/src/RelLib/_NoteBase.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_PersonRef.py, gramps2/src/RelLib/_Place.py, gramps2/src/RelLib/_PlaceBase.py, gramps2/src/RelLib/_PrimaryObject.py, gramps2/src/RelLib/_PrivacyBase.py, gramps2/src/RelLib/_PrivateSourceNote.py, gramps2/src/RelLib/_RefBase.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_RepositoryType.py, gramps2/src/RelLib/_Researcher.py, gramps2/src/RelLib/_SecondaryObject.py, gramps2/src/RelLib/_Source.py, gramps2/src/RelLib/_SourceBase.py, gramps2/src/RelLib/_SourceMediaType.py, gramps2/src/RelLib/_SourceNote.py, gramps2/src/RelLib/_SourceRef.py, gramps2/src/RelLib/_Url.py, gramps2/src/RelLib/_UrlBase.py, gramps2/src/RelLib/_UrlType.py, gramps2/src/RelLib/_Witness.py, gramps2/src/RelLib/__init__.py, gramps2/src/Utils.py: 2007-01-07 Don Allingham <don@gramps-project.org> * src/RelLib/*.py: pylint fixes 2007-01-07 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Utils.py: probably_alive patch svn: r7878 2007-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/Makefile.am, src/RelLib/_Address.py, src/RelLib/_AddressBase.py, src/RelLib/_Attribute.py, src/RelLib/_AttributeBase.py, src/RelLib/_AttributeType.py, src/RelLib/_BaseObject.py, src/RelLib/_CalSdn.py, src/RelLib/_ChildRef.py, src/RelLib/_ChildRefType.py, src/RelLib/_DateBase.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_EventRoleType.py, src/RelLib/_EventType.py, src/RelLib/_Family.py, src/RelLib/_FamilyRelType.py, src/RelLib/_GenderStats.py, src/RelLib/_GrampsType.py, src/RelLib/_LdsOrd.py, src/RelLib/_LdsOrdBase.py, src/RelLib/_Location.py, src/RelLib/_LocationBase.py, src/RelLib/_MarkerType.py, src/RelLib/_MediaBase.py, src/RelLib/_MediaObject.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_NameType.py, src/RelLib/_Note.py, src/RelLib/_NoteBase.py, src/RelLib/_Person.py, src/RelLib/_PersonRef.py, src/RelLib/_Place.py, src/RelLib/_PlaceBase.py, src/RelLib/_PrimaryObject.py, src/RelLib/_PrivacyBase.py, src/RelLib/_PrivateSourceNote.py, src/RelLib/_RefBase.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_RepositoryType.py, src/RelLib/_Researcher.py, src/RelLib/_SecondaryObject.py, src/RelLib/_Source.py, src/RelLib/_SourceBase.py, src/RelLib/_SourceMediaType.py, src/RelLib/_SourceNote.py, src/RelLib/_SourceRef.py, src/RelLib/_Url.py, src/RelLib/_UrlBase.py, src/RelLib/_UrlType.py, src/RelLib/_Witness.py, src/RelLib/__init__.py, src/Utils.py: 2007-01-07 Don Allingham <don@gramps-project.org> * src/RelLib/*.py: pylint fixes 2007-01-07 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/Utils.py: probably_alive patch svn: r7878 2007-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_pl.py: 2007-01-06 Piotr Czubaszek <pioterus@gmail.com> * src/plugins/rel_pl.py: Update. svn: r7877 2007-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_pl.py: 2007-01-06 Piotr Czubaszek <pioterus@gmail.com> * src/plugins/rel_pl.py: Update. svn: r7877 2007-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Upgrade media refs for the sources. svn: r7876 2007-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Upgrade media refs for the sources. svn: r7876 2007-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ExportVCard.py: 2007-01-06 Alex Roitman <shura@gramps-project.org> * src/plugins/ExportVCard.py (get_option_box): Typo. svn: r7875 2007-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ExportVCard.py: 2007-01-06 Alex Roitman <shura@gramps-project.org> * src/plugins/ExportVCard.py (get_option_box): Typo. svn: r7875 2007-01-06 Don Allingham <don@gramps-project.org> * gramps2/src/DateEdit.py: svn: r7874 2007-01-06 Don Allingham <don@gramps-project.org> * src/DateEdit.py: svn: r7874 2007-01-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am: * src/images/stock_calendar.png: added * src/gramps_main.py: add gramps-date as a stock icon svn: r7873 2007-01-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/gramps_main.py, src/images/Makefile.am: * src/images/stock_calendar.png: added * src/gramps_main.py: add gramps-date as a stock icon svn: r7873 2007-01-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Errors.py, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: 2007-01-06 Don Allingham <don@gramps-project.org> * src/Editors/_EditAddress.py: new date entry * src/Editors/_EditLdsOrd.py: new date_entry * src/Editors/_EditSourceRef.py: new date_entry * src/Editors/_EditEventRef.py: new date_entry * src/Editors/_EditMedia.py: new date_entry * src/Editors/_EditName.py: new date_entry * src/Editors/_EditEvent.py: new date_entry * src/GrampsWidgets.py: add options to ValidatedDateEntry to specify colors and icon * src/glade/gramps.glade: new date_entry * src/Errors.py: new date_entry * src/DateEdit.py: new date_entry svn: r7872 2007-01-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/Editors/_EditAddress.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditName.py, src/Editors/_EditSourceRef.py, src/Errors.py, src/GrampsWidgets.py, src/glade/gramps.glade: 2007-01-06 Don Allingham <don@gramps-project.org> * src/Editors/_EditAddress.py: new date entry * src/Editors/_EditLdsOrd.py: new date_entry * src/Editors/_EditSourceRef.py: new date_entry * src/Editors/_EditEventRef.py: new date_entry * src/Editors/_EditMedia.py: new date_entry * src/Editors/_EditName.py: new date_entry * src/Editors/_EditEvent.py: new date_entry * src/GrampsWidgets.py: add options to ValidatedDateEntry to specify colors and icon * src/glade/gramps.glade: new date_entry * src/Errors.py: new date_entry * src/DateEdit.py: new date_entry svn: r7872 2007-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/src/docgen/GtkPrint.py: minor tweeks to gtkprint svn: r7871 2007-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/docgen/GtkPrint.py: minor tweeks to gtkprint svn: r7871 2007-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/docgen/GtkPrint.py: minor tweeks to gtkprint svn: r7870 2007-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/docgen/GtkPrint.py: minor tweeks to gtkprint svn: r7870 2007-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/docgen/GtkPrint.py: Add initial stab at GtkPrint. svn: r7869 2007-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/docgen/GtkPrint.py: Add initial stab at GtkPrint. svn: r7869 2007-01-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/GrampsWidgets.py: 2007-01-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py: Add ValidatableMaskedEntry what extends the MaskedEntry with validation feature * TODO: kiwi entry removed svn: r7868 2007-01-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, TODO, src/GrampsWidgets.py: 2007-01-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsWidgets.py: Add ValidatableMaskedEntry what extends the MaskedEntry with validation feature * TODO: kiwi entry removed svn: r7868 2007-01-04 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/fi.po: huomio->lisätieto (note/narrative=additional info), perhe->sukunimi (family=surname) svn: r7867 2007-01-04 Eero Tamminen <eerot@users.sourceforge.net> * po/ChangeLog, po/fi.po: huomio->lisätieto (note/narrative=additional info), perhe->sukunimi (family=surname) svn: r7867 2007-01-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/SideBar/_EventSidebarFilter.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py, gramps2/src/Filters/SideBar/_MediaSidebarFilter.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py, gramps2/src/Filters/SideBar/_PlaceSidebarFilter.py, gramps2/src/Filters/SideBar/_RepoSidebarFilter.py, gramps2/src/Filters/SideBar/_SourceSidebarFilter.py, gramps2/src/Filters/_SearchFilter.py, gramps2/src/GrampsWidgets.py, gramps2/src/PageView.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_PrimaryObject.py, gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Spell.py: 2007-01-03 Don Allingham <don@gramps-project.org> * src/DataViews/_EventView.py: lint fixes * src/DataViews/_PersonView.py: lint fixes * src/RelLib/_Person.py: lint fixes * src/RelLib/_PrimaryObject.py: lint fixes * src/Selectors/_BaseSelector.py: lint fixes * src/GrampsWidgets.py: lint fixes * src/Spell.py: lint fixes * src/PageView.py: lint fixes * src/Filters/_SearchFilter.py: lint fixes * src/Filters/SideBar/_MediaSidebarFilter.py: lint fixes * src/Filters/SideBar/_SourceSidebarFilter.py: lint fixes * src/Filters/SideBar/_EventSidebarFilter.py: lint fixes * src/Filters/SideBar/_FamilySidebarFilter.py: lint fixes * src/Filters/SideBar/_PlaceSidebarFilter.py: lint fixes * src/Filters/SideBar/_RepoSidebarFilter.py: lint fixes * src/Filters/SideBar/_PersonSidebarFilter.py: lint fixes svn: r7866 2007-01-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_PersonView.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/Filters/_SearchFilter.py, src/GrampsWidgets.py, src/PageView.py, src/RelLib/_Person.py, src/RelLib/_PrimaryObject.py, src/Selectors/_BaseSelector.py, src/Spell.py: 2007-01-03 Don Allingham <don@gramps-project.org> * src/DataViews/_EventView.py: lint fixes * src/DataViews/_PersonView.py: lint fixes * src/RelLib/_Person.py: lint fixes * src/RelLib/_PrimaryObject.py: lint fixes * src/Selectors/_BaseSelector.py: lint fixes * src/GrampsWidgets.py: lint fixes * src/Spell.py: lint fixes * src/PageView.py: lint fixes * src/Filters/_SearchFilter.py: lint fixes * src/Filters/SideBar/_MediaSidebarFilter.py: lint fixes * src/Filters/SideBar/_SourceSidebarFilter.py: lint fixes * src/Filters/SideBar/_EventSidebarFilter.py: lint fixes * src/Filters/SideBar/_FamilySidebarFilter.py: lint fixes * src/Filters/SideBar/_PlaceSidebarFilter.py: lint fixes * src/Filters/SideBar/_RepoSidebarFilter.py: lint fixes * src/Filters/SideBar/_PersonSidebarFilter.py: lint fixes svn: r7866 2007-01-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/RelLib/_Person.py: 2007-01-02 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: handle illegal confidence * src/RelLib/_Person.py: set_parent_family_list * src/Editors/_EditPerson.py: catch family changes svn: r7865 2007-01-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/GrampsDb/_WriteGedcom.py, src/RelLib/_Person.py: 2007-01-02 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: handle illegal confidence * src/RelLib/_Person.py: set_parent_family_list * src/Editors/_EditPerson.py: catch family changes svn: r7865 2007-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DisplayTabs/Makefile.am, gramps2/src/DisplayTabs/_PersonBackRefList.py, gramps2/src/DisplayTabs/__init__.py, gramps2/src/Editors/_EditPerson.py: * src/DisplayTabs/_PersonBackRefList.py: new file * src/DisplayTabs/__init__.py: add PersonBackRefList * src/DisplayTabs/Makefile.am: ship new file * src/Editors/_EditPerson.py: show PersonBackRefList svn: r7864 2007-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DisplayTabs/Makefile.am, src/DisplayTabs/_PersonBackRefList.py, src/DisplayTabs/__init__.py, src/Editors/_EditPerson.py: * src/DisplayTabs/_PersonBackRefList.py: new file * src/DisplayTabs/__init__.py: add PersonBackRefList * src/DisplayTabs/Makefile.am: ship new file * src/Editors/_EditPerson.py: show PersonBackRefList svn: r7864 2007-01-01 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/fi.po: Finnish translation 'completed' svn: r7863 2007-01-01 Eero Tamminen <eerot@users.sourceforge.net> * po/ChangeLog, po/fi.po: Finnish translation 'completed' svn: r7863 2006-12-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/plugins/NarrativeWeb.py: 2006-12-31 Don Allingham <don@gramps-project.org> * src/ReportBase/_ReportDialog.py: add HELP button support * src/ReportBase/_BareReportDialog.py: add HELP button support * src/plugins/NarrativeWeb.py: add HELP button support svn: r7862 2006-12-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py, src/plugins/NarrativeWeb.py: 2006-12-31 Don Allingham <don@gramps-project.org> * src/ReportBase/_ReportDialog.py: add HELP button support * src/ReportBase/_BareReportDialog.py: add HELP button support * src/plugins/NarrativeWeb.py: add HELP button support svn: r7862 2006-12-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/help/ChangeLog, gramps2/src/ViewManager.py: In .: 2006-12-30 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Map to existing places if possible * src/Merge/_MergePerson.py: Merge identical names * src/ViewManager.py: bind <Alt>N and <Alt>P to next and previous view In help: 2006-12-30 Don Allingham <don@gramps-project.org> * C/gramps.xml: start the rework of the key binding sections svn: r7861 2006-12-31 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps.xml, help/ChangeLog, src/ViewManager.py: In .: 2006-12-30 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Map to existing places if possible * src/Merge/_MergePerson.py: Merge identical names * src/ViewManager.py: bind <Alt>N and <Alt>P to next and previous view In help: 2006-12-30 Don Allingham <don@gramps-project.org> * C/gramps.xml: start the rework of the key binding sections svn: r7861 2006-12-31 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/Merge/_MergePerson.py, gramps2/src/ViewManager.py: svn: r7860 2006-12-31 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py, src/Merge/_MergePerson.py, src/ViewManager.py: svn: r7860 2006-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: removed change_page(): Do not set the toolbar buttons to a possibly wrong state, these are set by _change_person properly. svn: r7859 2006-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: removed change_page(): Do not set the toolbar buttons to a possibly wrong state, these are set by _change_person properly. svn: r7859 2006-12-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/FAQ, gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsDb/_GrampsGEDDB.py: 2006-12-30 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: Add edit button to view, shorten names of buttons * src/GrampsDb/_GrampsGEDDB.py: properly handle bookmark list svn: r7858 2006-12-30 Don Allingham <don@gramps-project.org> * ChangeLog, FAQ, src/DataViews/_RelationView.py, src/GrampsDb/_GrampsGEDDB.py: 2006-12-30 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: Add edit button to view, shorten names of buttons * src/GrampsDb/_GrampsGEDDB.py: properly handle bookmark list svn: r7858 2006-12-29 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/po/fi.po: Gramps latitude/longitude code doesn't handle translations for them properly, revert svn: r7857 2006-12-29 Eero Tamminen <eerot@users.sourceforge.net> * po/fi.po: Gramps latitude/longitude code doesn't handle translations for them properly, revert svn: r7857 2006-12-29 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/src/plugins/rel_nl.py: New file from Erik. svn: r7856 2006-12-29 Kees Bakker <kees.bakker@xs4all.nl> * src/plugins/rel_nl.py: New file from Erik. svn: r7856 2006-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/GrampsWidgets.py, gramps2/src/docgen/PdfDoc.py: 2006-12-28 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py: convert image name to str from unicode due to a ReportLab bug. 2006-12-27 Don Allingham <don@gramps-project.org> * configure.in: change version number to 2.2.5 svn: r7855 2006-12-29 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/GrampsWidgets.py, src/docgen/PdfDoc.py: 2006-12-28 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py: convert image name to str from unicode due to a ReportLab bug. 2006-12-27 Don Allingham <don@gramps-project.org> * configure.in: change version number to 2.2.5 svn: r7855 2006-12-27 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/fi.po: merge with latest, fix everything reported by check_po (almost fully translated now) svn: r7854 2006-12-27 Eero Tamminen <eerot@users.sourceforge.net> * po/ChangeLog, po/fi.po: merge with latest, fix everything reported by check_po (almost fully translated now) svn: r7854 2006-12-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: 2006-12-26 Zsolt Foldvari <zsolt.foldvari@gmail.com> * src/GrampsWidgets.py: Add MaskedEntry, a widget to emulate the KiwiEntry from the Kiwi project. 2006-12-25 Stefan Bjork <betula@users.sourceforge.net> svn: r7853 2006-12-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2006-12-26 Zsolt Foldvari <zsolt.foldvari@gmail.com> * src/GrampsWidgets.py: Add MaskedEntry, a widget to emulate the KiwiEntry from the Kiwi project. 2006-12-25 Stefan Bjork <betula@users.sourceforge.net> svn: r7853 2006-12-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/config.guess, gramps2/config.sub: 2006-12-25 Alex Roitman <shura@gramps-project.org> * config.sub, config.guess: Update. svn: r7852 2006-12-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, config.guess, config.sub: 2006-12-25 Alex Roitman <shura@gramps-project.org> * config.sub, config.guess: Update. svn: r7852 2006-12-25 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Updates svn: r7851 2006-12-25 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Updates svn: r7851 2006-12-25 Stefan Bjork <betula@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DateHandler/_Date_sv.py: Revert endash changes. svn: r7850 2006-12-25 Stefan Bjork <betula@users.sourceforge.net> * ChangeLog, src/DateHandler/_Date_sv.py: Revert endash changes. svn: r7850 2006-12-25 Don Allingham <don@gramps-project.org> * gramps2/NEWS: svn: r7849 2006-12-25 Don Allingham <don@gramps-project.org> * NEWS: svn: r7849 2006-12-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/holidays.xml: Update svn: r7848 2006-12-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Calendar.py, src/plugins/holidays.xml: Update svn: r7848 2006-12-25 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r7847 2006-12-25 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r7847 2006-12-25 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/configure.in, gramps2/src/GrampsDb/_WriteGedcom.py: svn: r7846 2006-12-25 Don Allingham <don@gramps-project.org> * NEWS, configure.in, src/GrampsDb/_WriteGedcom.py: svn: r7846 2006-12-24 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs/_EventEmbedList.py: svn: r7845 2006-12-24 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EventEmbedList.py: svn: r7845 2006-12-24 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Updates. Merry christmas. svn: r7844 2006-12-24 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Updates. Merry christmas. svn: r7844 2006-12-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EventEmbedList.py, gramps2/src/DisplayTabs/_EventRefModel.py: 2006-12-23 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EventRefModel.py: properly sort events by date (bug #508) * src/DisplayTabs/_EventEmbedList.py: properly sort events by date (bug #508) loss of data (bug #777) loss of data (bug #777) loss of data (bug #777) loss of data (bug #777) svn: r7843 2006-12-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_EventRefModel.py: 2006-12-23 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EventRefModel.py: properly sort events by date (bug #508) * src/DisplayTabs/_EventEmbedList.py: properly sort events by date (bug #508) loss of data (bug #777) loss of data (bug #777) loss of data (bug #777) loss of data (bug #777) svn: r7843 2006-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/ru.po: 2006-12-23 Alex Roitman <shura@gramps-project.org> * ru.po: Update. svn: r7842 2006-12-23 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/ru.po: 2006-12-23 Alex Roitman <shura@gramps-project.org> * ru.po: Update. svn: r7842 2006-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/da.po: 2006-11-22 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7841 2006-12-23 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/da.po: 2006-11-22 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7841 2006-12-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Selectors/_SelectPerson.py: * src/Selectors/_SelectPerson.py (SelectPerson.add_columns): allow the columns to be resizable (bug #788) svn: r7840 2006-12-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/Selectors/_SelectPerson.py: * src/Selectors/_SelectPerson.py (SelectPerson.add_columns): allow the columns to be resizable (bug #788) svn: r7840 2006-12-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSource.py, gramps2/src/GrampsDb/_WriteGedcom.py: 2006-12-22 Alex Roitman <shura@phy.ucsf.edu> * src/GrampsDb/_WriteGedcom.py (write_source_ref): Write PAGE as a single line. * src/Editors/_EditFamily.py (build_interface): Remove extra show() call. * src/Editors/_EditMedia.py (_local_init): Remove extra show() call. * src/Editors/_EditEvent.py (_local_init): Remove extra show() call. * src/Editors/_EditRepository.py (_local_init): Remove extra show() call. * src/Editors/_EditSecondary.py (_set_size): Remove extra show() call. * src/Editors/_EditReference.py (_set_size): Remove extra show() call. * src/Editors/_EditSource.py (_local_init): Remove extra show() call. svn: r7839 2006-12-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditPlace.py, src/Editors/_EditReference.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/GrampsDb/_WriteGedcom.py: 2006-12-22 Alex Roitman <shura@phy.ucsf.edu> * src/GrampsDb/_WriteGedcom.py (write_source_ref): Write PAGE as a single line. * src/Editors/_EditFamily.py (build_interface): Remove extra show() call. * src/Editors/_EditMedia.py (_local_init): Remove extra show() call. * src/Editors/_EditEvent.py (_local_init): Remove extra show() call. * src/Editors/_EditRepository.py (_local_init): Remove extra show() call. * src/Editors/_EditSecondary.py (_set_size): Remove extra show() call. * src/Editors/_EditReference.py (_set_size): Remove extra show() call. * src/Editors/_EditSource.py (_local_init): Remove extra show() call. svn: r7839 2006-12-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePerson.py: * src/GrampsDb/_WriteXML.py: fix bookmark handling * src/plugins/FindDupes.py (Merge.find_potentials): update internal list on call (bug# 789) copy the LDS information (bug# 642) (MergePeople.merge_existing_family): fix child references on merge svn: r7838 2006-12-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py: * src/GrampsDb/_WriteXML.py: fix bookmark handling * src/plugins/FindDupes.py (Merge.find_potentials): update internal list on call (bug# 789) copy the LDS information (bug# 642) (MergePeople.merge_existing_family): fix child references on merge svn: r7838 2006-12-22 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/plugins/FindDupes.py: svn: r7837 2006-12-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteXML.py, src/plugins/FindDupes.py: svn: r7837 2006-12-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePerson.py: 2006-12-22 Don Allingham <don@gramps-project.org> * src/Merge/_MergePerson.py (MergePeople.merge_person_information): copy the LDS information svn: r7836 2006-12-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py: 2006-12-22 Don Allingham <don@gramps-project.org> * src/Merge/_MergePerson.py (MergePeople.merge_person_information): copy the LDS information svn: r7836 2006-12-22 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/po/de.po: translation update svn: r7835 2006-12-22 Martin Hawlisch <loshawlos@users.sourceforge.net> * po/de.po: translation update svn: r7835 2006-12-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/GrampsDb/_GrampsXMLDB.py: 2006-12-21 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsXMLDB.py: fix bookmarks * TODO: update svn: r7834 2006-12-21 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/GrampsDb/_GrampsXMLDB.py: 2006-12-21 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsXMLDB.py: fix bookmarks * TODO: update svn: r7834 2006-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po, gramps2/po/ChangeLog, gramps2/po/sk.po: In help: 2006-12-21 Lubo Vasko <pgval@inMail.sk> * sk/figures/reorder.png: Add figure. 2006-12-19 Lubo Vasko <pgval@inMail.sk> * sk/sk.po: Translation update. In po: 2006-12-21 Lubo Vasko <pgval@inMail.sk> * sk.po: Translation update. svn: r7833 2006-12-21 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/sk/sk.po, po/ChangeLog, po/sk.po: In help: 2006-12-21 Lubo Vasko <pgval@inMail.sk> * sk/figures/reorder.png: Add figure. 2006-12-19 Lubo Vasko <pgval@inMail.sk> * sk/sk.po: Translation update. In po: 2006-12-21 Lubo Vasko <pgval@inMail.sk> * sk.po: Translation update. svn: r7833 2006-12-21 Stefan Bjork <betula@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DateHandler/_Date_sv.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: Small fixes. Changes in swedish date parser. svn: r7832 2006-12-21 Stefan Bjork <betula@users.sourceforge.net> * ChangeLog, src/DateHandler/_Date_sv.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: Small fixes. Changes in swedish date parser. svn: r7832 2006-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Plugins.py: 2006-12-20 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Plugins.py (PluginDialog.__init__): Connect to signal in the parent class. svn: r7831 2006-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Plugins.py: 2006-12-20 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Plugins.py (PluginDialog.__init__): Connect to signal in the parent class. svn: r7831 2006-12-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ViewManager.py: * src/DataViews/_PersonView.py: use a container for bookmarks to prevent lost of data (bug #777) * src/GrampsDb/_GrampsDbBase.py: use a container for bookmarks to prevent lost of data (bug #777) * src/GrampsDb/_GrampsBSDDB.py: use a container for bookmarks to prevent lost of data (bug #777) * src/Bookmarks.py: use a container for bookmarks to prevent lost of data (bug #777) svn: r7830 2006-12-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/DataViews/_PersonView.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/ViewManager.py: * src/DataViews/_PersonView.py: use a container for bookmarks to prevent lost of data (bug #777) * src/GrampsDb/_GrampsDbBase.py: use a container for bookmarks to prevent lost of data (bug #777) * src/GrampsDb/_GrampsBSDDB.py: use a container for bookmarks to prevent lost of data (bug #777) * src/Bookmarks.py: use a container for bookmarks to prevent lost of data (bug #777) svn: r7830 2006-12-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_BaseModel.py: 2006-12-20 Don Allingham <don@gramps-project.org> * src/DisplayModels/_BaseModel.py (BaseModel.__init__): choose correct sort column svn: r7829 2006-12-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py: 2006-12-20 Don Allingham <don@gramps-project.org> * src/DisplayModels/_BaseModel.py (BaseModel.__init__): choose correct sort column svn: r7829 2006-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/_Plugins.py: Update svn: r7828 2006-12-20 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Plugins.py: Update svn: r7828 2006-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/ViewManager.py: 2006-12-19 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Plugins.py: Emit signal on rebuild, rebuild open plugin dialogs on rebuild. * src/ViewManager.py: Use signal to rebuild plugin menus. * src/DisplayState.py (DisplayState.__signals__): Register signal to indicate plugin reloading. svn: r7827 2006-12-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/PluginUtils/_Plugins.py, src/ViewManager.py: 2006-12-19 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Plugins.py: Emit signal on rebuild, rebuild open plugin dialogs on rebuild. * src/ViewManager.py: Use signal to rebuild plugin menus. * src/DisplayState.py (DisplayState.__signals__): Register signal to indicate plugin reloading. svn: r7827 2006-12-19 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7826 2006-12-19 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7826 2006-12-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2006-12-19 Don Allingham <don@gramps-project.org> * src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable the readonly menu items svn: r7825 2006-12-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: 2006-12-19 Don Allingham <don@gramps-project.org> * src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable the readonly menu items svn: r7825 2006-12-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (person_removed): Typo. svn: r7824 2006-12-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (person_removed): Typo. svn: r7824 2006-12-19 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po, gramps2/po/ChangeLog, gramps2/po/pl.po, gramps2/po/sk.po: In help: 2006-11-07 Lubo Vasko <pgval@inMail.sk> * sk/sk.po: Translation update. In po: 2006-12-19 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. 2006-12-19 Lubo Vasko <pgval@inMail.sk> * sk.po: Translation update. svn: r7823 2006-12-19 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/sk/sk.po, po/ChangeLog, po/pl.po, po/sk.po: In help: 2006-11-07 Lubo Vasko <pgval@inMail.sk> * sk/sk.po: Translation update. In po: 2006-12-19 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. 2006-12-19 Lubo Vasko <pgval@inMail.sk> * sk.po: Translation update. svn: r7823 2006-12-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Options.py: 2006-12-19 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Options.py (save): Use unicode, not str. svn: r7822 2006-12-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Options.py: 2006-12-19 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Options.py (save): Use unicode, not str. svn: r7822 2006-12-19 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r7821 2006-12-19 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r7821 2006-12-19 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7820 2006-12-19 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7820 2006-12-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/_Options.py: Update svn: r7819 2006-12-19 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Options.py: Update svn: r7819 2006-12-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Options.py: 2006-12-18 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Options.py (save): Escape special characters. svn: r7818 2006-12-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Options.py: 2006-12-18 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Options.py (save): Escape special characters. svn: r7818 2006-12-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/Filters/_SearchFilter.py, gramps2/src/Filters/__init__.py: * src/DataViews/_PersonView.py: exact search for gender (bug #633) * src/DisplayModels/_PeopleModel.py: exact search for gender (bug #633) * src/Filters/_SearchFilter.py: exact search for gender (bug #633) * src/Filters/__init__.py: export ExactSearchFilter svn: r7817 2006-12-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py, src/Filters/_SearchFilter.py, src/Filters/__init__.py: * src/DataViews/_PersonView.py: exact search for gender (bug #633) * src/DisplayModels/_PeopleModel.py: exact search for gender (bug #633) * src/Filters/_SearchFilter.py: exact search for gender (bug #633) * src/Filters/__init__.py: export ExactSearchFilter svn: r7817 2006-12-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: * src/DataViews/_EventView.py: disable items with readonly db (bug #771) * src/DataViews/_PersonView.py: disable items with readonly db (bug #771) * src/DataViews/_RelationView.py: disable items with readonly db (bug #771) * src/ViewManager.py: disable items with readonly db (bug #771) * src/PageView.py: disable items with readonly db (bug #771) svn: r7816 2006-12-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py, src/PageView.py, src/ViewManager.py: * src/DataViews/_EventView.py: disable items with readonly db (bug #771) * src/DataViews/_PersonView.py: disable items with readonly db (bug #771) * src/DataViews/_RelationView.py: disable items with readonly db (bug #771) * src/ViewManager.py: disable items with readonly db (bug #771) * src/PageView.py: disable items with readonly db (bug #771) svn: r7816 2006-12-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Desbrowser.py: 2006-12-18 Don Allingham <don@gramps-project.org> * src/plugins/Desbrowser.py (DesBrowse.button_press_event): fix typo (from bmcage) svn: r7815 2006-12-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Desbrowser.py: 2006-12-18 Don Allingham <don@gramps-project.org> * src/plugins/Desbrowser.py (DesBrowse.button_press_event): fix typo (from bmcage) svn: r7815 2006-12-18 Kees Bakker <kees.bakker@xs4all.nl> * : Addition of 4 more pictures. svn: r7814 2006-12-18 Kees Bakker <kees.bakker@xs4all.nl> * : Addition of 4 more pictures. svn: r7814 2006-12-18 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/gramps.pot: update French translation for manual svn: r7813 2006-12-18 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/gramps.pot: update French translation for manual svn: r7813 2006-12-18 Don Allingham <don@gramps-project.org> * gramps2/po/gramps.pot: svn: r7812 2006-12-18 Don Allingham <don@gramps-project.org> * po/gramps.pot: svn: r7812 2006-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2006-12-17 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7811 2006-12-17 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2006-12-17 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7811 2006-12-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-12-16 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: proper handling of unknown source tags svn: r7810 2006-12-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-12-16 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: proper handling of unknown source tags svn: r7810 2006-12-16 Kees Bakker <kees.bakker@xs4all.nl> * : Screenshots made by Erik. svn: r7809 2006-12-16 Kees Bakker <kees.bakker@xs4all.nl> * : Screenshots made by Erik. svn: r7809 2006-12-16 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/help/nl/nl.po: A few additional translations (by Erik). svn: r7808 2006-12-16 Kees Bakker <kees.bakker@xs4all.nl> * help/nl/nl.po: A few additional translations (by Erik). svn: r7808 2006-12-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: * src/GrampsWidgets.py (PlaceEntry.set_button): fix tooltips (bug #764) * src/glade/gramps.glade: remove static tooltip svn: r7807 2006-12-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/glade/gramps.glade: * src/GrampsWidgets.py (PlaceEntry.set_button): fix tooltips (bug #764) * src/glade/gramps.glade: remove static tooltip svn: r7807 2006-12-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-12-15 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (import2): import a readonly file properly svn: r7806 2006-12-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-12-15 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (import2): import a readonly file properly svn: r7806 2006-12-15 Don Allingham <don@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog, gramps2/po/gramps.pot: 2006-12-15 Erik De Richter <erik.de.richter@be.gm.com> * C/gramps.xml: fix typo svn: r7805 2006-12-15 Don Allingham <don@gramps-project.org> * help/C/gramps.xml, help/ChangeLog, po/gramps.pot: 2006-12-15 Erik De Richter <erik.de.richter@be.gm.com> * C/gramps.xml: fix typo svn: r7805 2006-12-15 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_DataEmbedList.py, gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/DisplayTabs/_GalleryTab.py, gramps2/src/DisplayTabs/_NameEmbedList.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py: * src/Editors/_EditSourceRef.py, * src/Editors/_EditRepoRef.py, * src/Editors/_EditUrl.py, * src/Editors/_EditMediaRef.py, * src/Editors/_EditEventRef.py, * src/Editors/_EditFamily.py, * src/DisplayTabs/_NameEmbedList.py, * src/DisplayTabs/_EmbeddedList.py, * src/DisplayTabs/_GalleryTab.py, * src/DisplayTabs/_DataEmbedList.py: Disable some more controls when readonly svn: r7804 2006-12-15 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_NameEmbedList.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditMediaRef.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py: * src/Editors/_EditSourceRef.py, * src/Editors/_EditRepoRef.py, * src/Editors/_EditUrl.py, * src/Editors/_EditMediaRef.py, * src/Editors/_EditEventRef.py, * src/Editors/_EditFamily.py, * src/DisplayTabs/_NameEmbedList.py, * src/DisplayTabs/_EmbeddedList.py, * src/DisplayTabs/_GalleryTab.py, * src/DisplayTabs/_DataEmbedList.py: Disable some more controls when readonly svn: r7804 2006-12-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py: 2006-12-14 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeNames.py (toggled): Add method; (display): Connect renderer to the handling method. svn: r7803 2006-12-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeNames.py: 2006-12-14 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeNames.py (toggled): Add method; (display): Connect renderer to the handling method. svn: r7803 2006-12-14 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Translation corrections after getting a new gramps.pot. All fuzzies checked and removed. svn: r7802 2006-12-14 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Translation corrections after getting a new gramps.pot. All fuzzies checked and removed. svn: r7802 2006-12-14 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayTabs/_ButtonTab.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditSourceRef.py: * src/DataViews/_PedigreeView.py, * src/DataViews/_RelationView.py, * src/Editors/_EditLdsOrd.py, * src/Editors/_EditSourceRef.py, * src/Editors/_EditAttribute.py, * src/Editors/_EditPerson.py, * src/Editors/_EditEventRef.py, * src/Editors/_EditName.py, * src/DisplayTabs/_ButtonTab.py: Hide some more controls when readonly svn: r7801 2006-12-14 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/DisplayTabs/_ButtonTab.py, src/Editors/_EditAttribute.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditSourceRef.py: * src/DataViews/_PedigreeView.py, * src/DataViews/_RelationView.py, * src/Editors/_EditLdsOrd.py, * src/Editors/_EditSourceRef.py, * src/Editors/_EditAttribute.py, * src/Editors/_EditPerson.py, * src/Editors/_EditEventRef.py, * src/Editors/_EditName.py, * src/DisplayTabs/_ButtonTab.py: Hide some more controls when readonly svn: r7801 2006-12-14 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Selectors/_SelectPerson.py: * src/Selectors/_SelectPerson.py: Enable markup for bith date column to enable birth fallback in italics (closes #763) svn: r7800 2006-12-14 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/Selectors/_SelectPerson.py: * src/Selectors/_SelectPerson.py: Enable markup for bith date column to enable birth fallback in italics (closes #763) svn: r7800 2006-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Family/_RegExpChildName.py, gramps2/src/Filters/Rules/Family/_RegExpFatherName.py, gramps2/src/Filters/Rules/Family/_RegExpMotherName.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py: In .: * src/Filters/Rules/Family/_RegExpFatherName.py: Add new module. * src/Filters/Rules/Family/_RegExpMotherName.py: Add new module. * src/Filters/Rules/Family/_RegExpChildName.py: Add new module. * src/Filters/SideBar/_FamilySidebarFilter.py (get_filter): Use regex filters. * src/Filters/Rules/Family/__init__.py: Expose new modules. * src/Filters/Rules/Family/Makefile.am: Ship new files. In po: 2006-12-13 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new files. svn: r7799 2006-12-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_RegExpChildName.py, src/Filters/Rules/Family/_RegExpFatherName.py, src/Filters/Rules/Family/_RegExpMotherName.py, src/Filters/Rules/Family/__init__.py, src/Filters/SideBar/_FamilySidebarFilter.py: In .: * src/Filters/Rules/Family/_RegExpFatherName.py: Add new module. * src/Filters/Rules/Family/_RegExpMotherName.py: Add new module. * src/Filters/Rules/Family/_RegExpChildName.py: Add new module. * src/Filters/SideBar/_FamilySidebarFilter.py (get_filter): Use regex filters. * src/Filters/Rules/Family/__init__.py: Expose new modules. * src/Filters/Rules/Family/Makefile.am: Ship new files. In po: 2006-12-13 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new files. svn: r7799 2006-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-12-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (_set_column_order): Correctly check for metadata being None. svn: r7798 2006-12-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: 2006-12-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (_set_column_order): Correctly check for metadata being None. svn: r7798 2006-12-13 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/ChangeLog, gramps2/help/fr/fr.po, gramps2/help/gramps.pot: update French translation for manual svn: r7797 2006-12-13 Jérôme Rapinat <romjerome@yahoo.fr> * help/ChangeLog, help/fr/fr.po, help/gramps.pot: update French translation for manual svn: r7797 2006-12-13 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/Makefile.am: enable /figures/reorder.png svn: r7796 2006-12-13 Jérôme Rapinat <romjerome@yahoo.fr> * help/Makefile.am: enable /figures/reorder.png svn: r7796 2006-12-13 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/test/GrampsDb/GrampsDbBase_Test.py: fix test case to work with reindex_reference_map svn: r7795 2006-12-13 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, test/GrampsDb/GrampsDbBase_Test.py: fix test case to work with reindex_reference_map svn: r7795 2006-12-13 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HasRelationship.py: * src/Filters/Rules/Person/_HasRelationship.py: Fix FamilyRelType comparison (closes #758) svn: r7794 2006-12-13 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/Filters/Rules/Person/_HasRelationship.py: * src/Filters/Rules/Person/_HasRelationship.py: Fix FamilyRelType comparison (closes #758) svn: r7794 2006-12-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (about): Only displaye translator credits when they exist. svn: r7793 2006-12-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (about): Only displaye translator credits when they exist. svn: r7793 2006-12-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/images/Makefile.am: 2006-12-12 Alex Roitman <shura@gramps-project.org> * src/images/Makefile.am (icon_DATA): Install icon into pixmaps dir. svn: r7792 2006-12-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/images/Makefile.am: 2006-12-12 Alex Roitman <shura@gramps-project.org> * src/images/Makefile.am (icon_DATA): Install icon into pixmaps dir. svn: r7792 2006-12-13 Don Allingham <don@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: 2006-12-12 Don Allingham <don@gramps-project.org> * C/gramps.xml: typos svn: r7791 2006-12-13 Don Allingham <don@gramps-project.org> * help/C/gramps.xml, help/ChangeLog: 2006-12-12 Don Allingham <don@gramps-project.org> * C/gramps.xml: typos svn: r7791 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Escape XML special chars svn: r7790 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Escape XML special chars svn: r7790 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: Escape XML special chars svn: r7789 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: Escape XML special chars svn: r7789 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py: Escape XML special chars svn: r7788 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py: Escape XML special chars svn: r7788 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/plugins/TestcaseGenerator.py: * src/DataViews/_RelationView.py: Escape XML special chars * src/DataViews/_PedigreeView.py: Escape XML special chars * src/plugins/TestcaseGenerator.py: Create media note object; Randomize URL svn: r7787 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/plugins/TestcaseGenerator.py: * src/DataViews/_RelationView.py: Escape XML special chars * src/DataViews/_PedigreeView.py: Escape XML special chars * src/plugins/TestcaseGenerator.py: Create media note object; Randomize URL svn: r7787 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/ArgHandler.py: * src/ArgHandler.py: Check recent file for existance before trying to load that file. (bug #447) svn: r7786 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/ArgHandler.py: * src/ArgHandler.py: Check recent file for existance before trying to load that file. (bug #447) svn: r7786 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/po/de.po: Translation update svn: r7785 2006-12-12 Martin Hawlisch <loshawlos@users.sourceforge.net> * po/de.po: Translation update svn: r7785 2006-12-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditMedia.py: * src/Editors/_EditMedia.py: fix menu title (bug#755) svn: r7784 2006-12-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditMedia.py: * src/Editors/_EditMedia.py: fix menu title (bug#755) svn: r7784 2006-12-11 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_WriteXML.py: fix typo svn: r7783 2006-12-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteXML.py: fix typo svn: r7783 2006-12-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/GrampsDb/_WriteXML.py: 2006-12-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteXML.py: handle XML escapes * src/DisplayModels/_BaseModel.py: handle ignored values in filtering svn: r7782 2006-12-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/GrampsDb/_WriteXML.py: 2006-12-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteXML.py: handle XML escapes * src/DisplayModels/_BaseModel.py: handle ignored values in filtering svn: r7782 2006-12-11 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7781 2006-12-11 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7781 2006-12-11 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: 2006-12-11 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Typos. svn: r7780 2006-12-11 Alex Roitman <shura@gramps-project.org> * help/C/gramps.xml, help/ChangeLog: 2006-12-11 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Typos. svn: r7780 2006-12-11 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py (change_person): Break endless loop by passing the return values from _change_person. svn: r7779 2006-12-11 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py (change_person): Break endless loop by passing the return values from _change_person. svn: r7779 2006-12-11 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix 0000597: Narrative web site generates uppercase directory names but lower case hrefs svn: r7778 2006-12-11 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix 0000597: Narrative web site generates uppercase directory names but lower case hrefs svn: r7778 2006-12-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/QuestionDialog.py: 2006-12-10 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: RunDatabaseRepair integration * src/GrampsDb/_WriteGedcom.py: RunDatabaseRepair integration * src/QuestionDialog.py: RunDatabaseRepair dialog to warn users to run database checks svn: r7777 2006-12-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/GrampsDb/_WriteGedcom.py, src/QuestionDialog.py: 2006-12-10 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: RunDatabaseRepair integration * src/GrampsDb/_WriteGedcom.py: RunDatabaseRepair integration * src/QuestionDialog.py: RunDatabaseRepair dialog to warn users to run database checks svn: r7777 2006-12-10 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/fi.po: merge with latest, fix all % mismatches and repo translations svn: r7776 2006-12-10 Eero Tamminen <eerot@users.sourceforge.net> * po/ChangeLog, po/fi.po: merge with latest, fix all % mismatches and repo translations svn: r7776 2006-12-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: 2006-12-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * C/gramps.xml: Name Display section updated. svn: r7775 2006-12-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * help/C/gramps.xml, help/ChangeLog: 2006-12-10 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * C/gramps.xml: Name Display section updated. svn: r7775 2006-12-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: Fix birth date fallback svn: r7774 2006-12-10 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: Fix birth date fallback svn: r7774 2006-12-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/glade/gramps.glade: 2006-12-09 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: external view support for media objects * src/Editors/_EditPlace.py: external view support for media objects * src/Editors/_EditMediaRef.py: external view support for media objects * src/Editors/_EditMedia.py: external view support for media objects * src/glade/gramps.glade: external view support for media objects svn: r7773 2006-12-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPlace.py, src/glade/gramps.glade: 2006-12-09 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: external view support for media objects * src/Editors/_EditPlace.py: external view support for media objects * src/Editors/_EditMediaRef.py: external view support for media objects * src/Editors/_EditMedia.py: external view support for media objects * src/glade/gramps.glade: external view support for media objects svn: r7773 2006-12-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PlaceUtils.py: 2006-12-09 Benny Malengier <bm@cage.UGent.be> * src/PlaceUtils.py: better parsing of longitude/latitude svn: r7772 2006-12-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/PlaceUtils.py: 2006-12-09 Benny Malengier <bm@cage.UGent.be> * src/PlaceUtils.py: better parsing of longitude/latitude svn: r7772 2006-12-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: 2006-12-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/glade/gramps.glade: Update Name Format Editor hint section. svn: r7771 2006-12-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/glade/gramps.glade: 2006-12-08 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/glade/gramps.glade: Update Name Format Editor hint section. svn: r7771 2006-12-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: 2006-12-08 Benny Malengier <bm@cage.UGent.be> * src/glade/gramps.glade: Tooltips for longitude and lattitude. svn: r7770 2006-12-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/glade/gramps.glade: 2006-12-08 Benny Malengier <bm@cage.UGent.be> * src/glade/gramps.glade: Tooltips for longitude and lattitude. svn: r7770 2006-12-08 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog, gramps2/po/ChangeLog, gramps2/po/pl.po: In help: 2006-12-08 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Typo. In po: 2006-12-08 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7769 2006-12-08 Alex Roitman <shura@gramps-project.org> * help/C/gramps.xml, help/ChangeLog, po/ChangeLog, po/pl.po: In help: 2006-12-08 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Typo. In po: 2006-12-08 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7769 2006-12-08 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py: Support MarkerType svn: r7768 2006-12-08 Martin Hawlisch <loshawlos@users.sourceforge.net> * src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py: Support MarkerType svn: r7768 2006-12-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EventEmbedList.py: 2006-12-06 Don Allingham <don@gramps-project.org> * src/DisplayTabs/EventEmbedList.py: fix typo svn: r7767 2006-12-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_EventEmbedList.py: 2006-12-06 Don Allingham <don@gramps-project.org> * src/DisplayTabs/EventEmbedList.py: fix typo svn: r7767 2006-12-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py: 2006-12-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DataViews/_PlaceView.py (google): Use city, country of main location in google query. svn: r7766 2006-12-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DataViews/_PlaceView.py: 2006-12-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DataViews/_PlaceView.py (google): Use city, country of main location in google query. svn: r7766 2006-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_PlaceView.py, gramps2/src/Makefile.am, gramps2/src/PlaceUtils.py: In .: 2006-12-06 Alex Roitman <shura@gramps-project.org> * src/Makefile.am (gdir_PYTHON): Ship new file. 2006-12-06 Benny Malengier <bm@cage.UGent.be> * src/PlaceUtils.py: Add new file. * src/DataViews/_PlaceView.py (google): Use new module. In po: 2006-12-06 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new file. svn: r7765 2006-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DataViews/_PlaceView.py, src/Makefile.am, src/PlaceUtils.py: In .: 2006-12-06 Alex Roitman <shura@gramps-project.org> * src/Makefile.am (gdir_PYTHON): Ship new file. 2006-12-06 Benny Malengier <bm@cage.UGent.be> * src/PlaceUtils.py: Add new file. * src/DataViews/_PlaceView.py (google): Use new module. In po: 2006-12-06 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new file. svn: r7765 2006-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-12-05 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Revert incorrect commit. svn: r7764 2006-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-12-05 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Revert incorrect commit. svn: r7764 2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir) svn: r7763 2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir) svn: r7763 2006-12-05 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7762 2006-12-05 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7762 2006-12-05 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: Added missing comma in quite a lot of strings svn: r7761 2006-12-05 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Added missing comma in quite a lot of strings svn: r7761 2006-12-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: fix reorder spouse sensitivity svn: r7760 2006-12-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: fix reorder spouse sensitivity svn: r7760 2006-12-04 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Using a newly created gramps.pot to get the new strings. Corrected a few spelling errors. svn: r7759 2006-12-04 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Using a newly created gramps.pot to get the new strings. Corrected a few spelling errors. svn: r7759 2006-12-04 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2006-12-04 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7758 2006-12-04 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2006-12-04 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7758 2006-12-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-12-04 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Handle notes with the way that Legacy can produce Place/Address combinations svn: r7757 2006-12-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-12-04 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Handle notes with the way that Legacy can produce Place/Address combinations svn: r7757 2006-12-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsWidgets.py: 2006-12-03 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: improve tooltips * src/GrampsWidgets.py: tooltip support svn: r7756 2006-12-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/GrampsWidgets.py: 2006-12-03 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: improve tooltips * src/GrampsWidgets.py: tooltip support svn: r7756 2006-12-03 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to tar.gz format causes cash svn: r7755 2006-12-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to tar.gz format causes cash svn: r7755 2006-12-03 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/lt.po: Updated Lithuanian translation svn: r7754 2006-12-03 Arturas Sleinius <asleinius@users.sourceforge.net> * po/lt.po: Updated Lithuanian translation svn: r7754 2006-12-03 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7753 2006-12-03 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7753 2006-12-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/plugins/Check.py: 2006-12-02 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: disable buttons when person is inactive * src/plugins/Check.py: remove duplicate children in a family svn: r7752 2006-12-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/plugins/Check.py: 2006-12-02 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: disable buttons when person is inactive * src/plugins/Check.py: remove duplicate children in a family svn: r7752 2006-12-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/SideBar/_EventSidebarFilter.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py, gramps2/src/Filters/SideBar/_MediaSidebarFilter.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py, gramps2/src/Filters/SideBar/_PlaceSidebarFilter.py, gramps2/src/Filters/SideBar/_RepoSidebarFilter.py, gramps2/src/Filters/SideBar/_SidebarFilter.py, gramps2/src/Filters/SideBar/_SourceSidebarFilter.py: * src/Filters/SideBar/*SidebarFilter.py: Busy cursor when filtering. svn: r7751 2006-12-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py: * src/Filters/SideBar/*SidebarFilter.py: Busy cursor when filtering. svn: r7751 2006-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: 2006-12-02 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py (check_repo_references): Add new check. svn: r7750 2006-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py: 2006-12-02 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py (check_repo_references): Add new check. svn: r7750 2006-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Check.py: Update svn: r7749 2006-12-02 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py: Update svn: r7749 2006-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/help/ChangeLog, gramps2/help/sk/sk.po, gramps2/src/plugins/Check.py: In .: * src/plugins/Check.py (fix_encoding): Fix mime type string. In help: 2006-12-01 Alex Roitman <shura@gramps-project.org> * sk/sk.po: Typo. svn: r7748 2006-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, help/ChangeLog, help/sk/sk.po, src/plugins/Check.py: In .: * src/plugins/Check.py (fix_encoding): Fix mime type string. In help: 2006-12-01 Alex Roitman <shura@gramps-project.org> * sk/sk.po: Typo. svn: r7748 2006-12-02 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: comment out lsn_reset - it causes crashes. svn: r7747 2006-12-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: comment out lsn_reset - it causes crashes. svn: r7747 2006-12-01 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: Changed keyshort cuts. Removed every reference that will be the same at the OK button, to make it the only choise in all the windows. svn: r7746 2006-12-01 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Changed keyshort cuts. Removed every reference that will be the same at the OK button, to make it the only choise in all the windows. svn: r7746 2006-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/_RuleUtils.py: * src/Filters/Rules/_RuleUtils.py (loose_date_cmp): Compare textual dates. svn: r7745 2006-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/_RuleUtils.py: * src/Filters/Rules/_RuleUtils.py (loose_date_cmp): Compare textual dates. svn: r7745 2006-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/_HasEventBase.py: * src/Filters/Rules/_HasEventBase.py (apply): Do not match empty places. svn: r7744 2006-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/_HasEventBase.py: * src/Filters/Rules/_HasEventBase.py (apply): Do not match empty places. svn: r7744 2006-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/RebuildRefMap.py: * src/plugins/Rebuild.py (__init__): Proper progress indication. svn: r7743 2006-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/plugins/Rebuild.py, src/plugins/RebuildRefMap.py: * src/plugins/Rebuild.py (__init__): Proper progress indication. svn: r7743 2006-12-01 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: Show buttons for reorder and add parents in case the toolbar is not visible. svn: r7742 2006-12-01 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: Show buttons for reorder and add parents in case the toolbar is not visible. svn: r7742 2006-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/plugins/DumpGenderStats.py, gramps2/src/plugins/RebuildRefMap.py: * src/ArgHandler.py (cl_action): Properly call CLI tool. * src/plugins/DumpGenderStats.py (__init__): Fix CLI mode. * src/PluginUtils/_Tool.py (cli_tool): Fix CLI tools. svn: r7741 2006-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/PluginUtils/_Tool.py, src/plugins/DumpGenderStats.py, src/plugins/RebuildRefMap.py: * src/ArgHandler.py (cl_action): Properly call CLI tool. * src/plugins/DumpGenderStats.py (__init__): Fix CLI mode. * src/PluginUtils/_Tool.py (cli_tool): Fix CLI tools. svn: r7741 2006-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/RebuildRefMap.py: In .: 2006-12-01 Alex Roitman <shura@gramps-project.org> * src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file. * src/plugins/RebuildRefMap.py: Add new plugin. * src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Fix reindexing. * src/GrampsDb/_GrampsDbBase.py (reindex_reference_map): Add a placeholder method for anything other than BSDDB. In po: 2006-12-01 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new file. svn: r7740 2006-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/plugins/Makefile.am, src/plugins/RebuildRefMap.py: In .: 2006-12-01 Alex Roitman <shura@gramps-project.org> * src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file. * src/plugins/RebuildRefMap.py: Add new plugin. * src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Fix reindexing. * src/GrampsDb/_GrampsDbBase.py (reindex_reference_map): Add a placeholder method for anything other than BSDDB. In po: 2006-12-01 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new file. svn: r7740 2006-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/man/gramps.1.in: 2006-11-30 A Costa <agcosta@gis.net> * data/man/gramps.1.in: Typos. svn: r7739 2006-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/man/gramps.1.in: 2006-11-30 A Costa <agcosta@gis.net> * data/man/gramps.1.in: Typos. svn: r7739 2006-11-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-11-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Correctly convert alt_loc in Place upgrade. svn: r7738 2006-11-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-11-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Correctly convert alt_loc in Place upgrade. svn: r7738 2006-11-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Repository/_HasRepo.py: * src/Filters/Rules/Repository/_HasRepo.py: Correct logic. svn: r7737 2006-11-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Repository/_HasRepo.py: * src/Filters/Rules/Repository/_HasRepo.py: Correct logic. svn: r7737 2006-11-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Makefile.am, gramps2/src/Filters/Rules/Person/Makefile.am: In .: 2006-11-30 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Makefile.am: Ship new file. * src/Filters/Rules/Family/Makefile.am: Ship new file. * src/Filters/Rules/Person/Makefile.am: Ship new file. In po: 2006-11-30 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new files. svn: r7736 2006-11-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Makefile.am, src/Filters/Rules/Person/Makefile.am: In .: 2006-11-30 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Makefile.am: Ship new file. * src/Filters/Rules/Family/Makefile.am: Ship new file. * src/Filters/Rules/Person/Makefile.am: Ship new file. In po: 2006-11-30 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new files. svn: r7736 2006-11-30 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Family/_HasMarkerOf.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/Rules/Person/_HasMarkerOf.py, gramps2/src/Filters/Rules/Person/__init__.py, gramps2/src/Filters/Rules/_HasMarkerBase.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py: * src/Filters/Rules/*: Add new Rule HasMarkerOf * src/FilterEditor/_EditRule.py: Support MarkerType * src/Filters/SideBar/_FamilySidebarFilter.py: Add MarkerType * src/Filters/SideBar/_PersonSidebarFilter.py: Add MarkerType svn: r7735 2006-11-30 Martin Hawlisch <loshawlos@users.sourceforge.net> * ChangeLog, src/Filters/Rules/Family/_HasMarkerOf.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Person/_HasMarkerOf.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_HasMarkerBase.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py: * src/Filters/Rules/*: Add new Rule HasMarkerOf * src/FilterEditor/_EditRule.py: Support MarkerType * src/Filters/SideBar/_FamilySidebarFilter.py: Add MarkerType * src/Filters/SideBar/_PersonSidebarFilter.py: Add MarkerType svn: r7735 2006-11-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: 2006-11-29 Alex Roitman <shura@gramps-project.org> * src/GrampsWidgets.py (PlaceEntry.set_button): Dynamically set tooltips. * src/glade/gramps.glade (event_edit, eref-edit): Do not set tooltips. svn: r7734 2006-11-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/glade/gramps.glade: 2006-11-29 Alex Roitman <shura@gramps-project.org> * src/GrampsWidgets.py (PlaceEntry.set_button): Dynamically set tooltips. * src/glade/gramps.glade (event_edit, eref-edit): Do not set tooltips. svn: r7734 2006-11-29 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py (write_title): Always write Label for birth and death. svn: r7733 2006-11-29 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py (write_title): Always write Label for birth and death. svn: r7733 2006-11-29 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po, gramps2/po/ChangeLog, gramps2/po/sk.po: In help: 2006-11-29 Lubo Vasko <pgval@post.sk> * sk/sk.po: Translation update. In po: 2006-11-29 Lubo Vasko <pgval@post.sk> * sk.po: Translation update. svn: r7732 2006-11-29 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/sk/sk.po, po/ChangeLog, po/sk.po: In help: 2006-11-29 Lubo Vasko <pgval@post.sk> * sk/sk.po: Translation update. In po: 2006-11-29 Lubo Vasko <pgval@post.sk> * sk.po: Translation update. svn: r7732 2006-11-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/INSTALL: 2006-11-29 Alex Roitman <shura@gramps-project.org> * INSTALL: Update. svn: r7731 2006-11-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, INSTALL: 2006-11-29 Alex Roitman <shura@gramps-project.org> * INSTALL: Update. svn: r7731 2006-11-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Place/_HasPlace.py: 2006-11-28 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Place/_HasPlace.py (apply_location): Add method; (apply): Rework to correctly match location parameters. svn: r7730 2006-11-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Place/_HasPlace.py: 2006-11-28 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Place/_HasPlace.py (apply_location): Add method; (apply): Rework to correctly match location parameters. svn: r7730 2006-11-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-11-28 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix attribute handling * src/DisplayModels/_PeopleModel.py: expand caching. svn: r7729 2006-11-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py, src/GrampsDb/_ReadGedcom.py: 2006-11-28 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix attribute handling * src/DisplayModels/_PeopleModel.py: expand caching. svn: r7729 2006-11-29 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/KwordDoc.py, gramps2/src/plugins/NarrativeWeb.py: * src/docgen/KwordDoc.py: don't us getuid in Windows * src/plugins/NarrativeWeb.py: don't us getuid in Windows svn: r7728 2006-11-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/KwordDoc.py, src/plugins/NarrativeWeb.py: * src/docgen/KwordDoc.py: don't us getuid in Windows * src/plugins/NarrativeWeb.py: don't us getuid in Windows svn: r7728 2006-11-29 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: fix path for bsddb env in Windows. svn: r7727 2006-11-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: fix path for bsddb env in Windows. svn: r7727 2006-11-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/MediaManager.py: 2006-11-28 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py (get_rel_path): Correctly work out the drive letter for the path. svn: r7726 2006-11-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/MediaManager.py: 2006-11-28 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py (get_rel_path): Correctly work out the drive letter for the path. svn: r7726 2006-11-28 Martin Hawlisch <loshawlos@users.sourceforge.net> * gramps2/po/de.po: Translation update svn: r7725 2006-11-28 Martin Hawlisch <loshawlos@users.sourceforge.net> * po/de.po: Translation update svn: r7725 2006-11-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbLoader.py: * src/DbLoader.py (DbLoader.save_as): Prohibit SaveAs into the currently opened database. (DbLoader.import_file): Prohibit importing from the currently opened database. svn: r7724 2006-11-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbLoader.py: * src/DbLoader.py (DbLoader.save_as): Prohibit SaveAs into the currently opened database. (DbLoader.import_file): Prohibit importing from the currently opened database. svn: r7724 2006-11-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py: 2006-11-27 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteXML.py (dump_person_ref): Properly export associations. svn: r7723 2006-11-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py: 2006-11-27 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteXML.py (dump_person_ref): Properly export associations. svn: r7723 2006-11-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: 2006-11-27 Alex Roitman <shura@phy.ucsf.edu> * src/GrampsDb/_WriteGedcom.py (write_person): Typo. svn: r7722 2006-11-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: 2006-11-27 Alex Roitman <shura@phy.ucsf.edu> * src/GrampsDb/_WriteGedcom.py (write_person): Typo. svn: r7722 2006-11-27 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Everything is translated, no more fuzzies. Many thanks go to Erik! svn: r7721 2006-11-27 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Everything is translated, no more fuzzies. Many thanks go to Erik! svn: r7721 2006-11-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HasCompleteRecord.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_Person.py: * src/Filters/Rules/Person/_HasCompleteRecord.py: Use new marker API * src/RelLib/_Person.py (get_complete_flag): Remove old unused API * src/RelLib/_Family.py (get/set_complete_flag): Remove old unused API svn: r7720 2006-11-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Filters/Rules/Person/_HasCompleteRecord.py, src/RelLib/_Family.py, src/RelLib/_Person.py: * src/Filters/Rules/Person/_HasCompleteRecord.py: Use new marker API * src/RelLib/_Person.py (get_complete_flag): Remove old unused API * src/RelLib/_Family.py (get/set_complete_flag): Remove old unused API svn: r7720 2006-11-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: 2006-11-27 Don Allingham <don@gramps-project.org> * configure.in: change version number * 2.2.3 released svn: r7719 2006-11-27 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in: 2006-11-27 Don Allingham <don@gramps-project.org> * configure.in: change version number * 2.2.3 released svn: r7719 2006-11-27 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7718 2006-11-27 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7718 2006-11-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/help/C/gramps.xml, gramps2/po/POTFILES.in, gramps2/src/ColumnOrder.py, gramps2/src/DisplayState.py, gramps2/src/GrampsCfg.py, gramps2/src/glade/gramps.glade: * configure.in: up version number * src/GrampsCfg.py: window title * src/ColumnOrder.py: window title name * src/DisplayState.py: open recent menu copy * help/C/gramps.xml: typo fixes * po/POTFILES.in: remove unused files svn: r7717 2006-11-27 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, help/C/gramps.xml, po/POTFILES.in, src/ColumnOrder.py, src/DisplayState.py, src/GrampsCfg.py, src/glade/gramps.glade: * configure.in: up version number * src/GrampsCfg.py: window title * src/ColumnOrder.py: window title name * src/DisplayState.py: open recent menu copy * help/C/gramps.xml: typo fixes * po/POTFILES.in: remove unused files svn: r7717 2006-11-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_WriteGedcom.py: Update svn: r7716 2006-11-27 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: Update svn: r7716 2006-11-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_person): Typo. svn: r7715 2006-11-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_person): Typo. svn: r7715 2006-11-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py (check_for_broken_family_links): Check if child is one of the parents. svn: r7714 2006-11-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py: * src/plugins/Check.py (check_for_broken_family_links): Check if child is one of the parents. svn: r7714 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePerson.py: * src/Merge/_MergePerson.py: fixed check_for_child function to handle childrefs svn: r7713 2006-11-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py: * src/Merge/_MergePerson.py: fixed check_for_child function to handle childrefs svn: r7713 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/gramps.pot: 2006-11-26 Don Allingham <don@gramps-project.org> * po/gramps.pot: updated svn: r7712 2006-11-26 Don Allingham <don@gramps-project.org> * ChangeLog, po/gramps.pot: 2006-11-26 Don Allingham <don@gramps-project.org> * po/gramps.pot: updated svn: r7712 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditPerson.py: svn: r7711 2006-11-26 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py: svn: r7711 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPerson.py: svn: r7710 2006-11-26 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py, src/Editors/_EditPerson.py: svn: r7710 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py: * src/Editors/_EditPlace.py: consistent menu and title names * src/Editors/_EditSource.py: consistent menu and title names * src/Editors/_EditPerson.py: consistent menu and title names * src/Editors/_EditMedia.py: consistent menu and title names * src/Editors/_EditRepository.py: consistent menu and title names * src/Editors/_EditFamily.py: consistent menu and title names * src/Editors/_EditEvent.py: consistent menu and title names svn: r7709 2006-11-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py: * src/Editors/_EditPlace.py: consistent menu and title names * src/Editors/_EditSource.py: consistent menu and title names * src/Editors/_EditPerson.py: consistent menu and title names * src/Editors/_EditMedia.py: consistent menu and title names * src/Editors/_EditRepository.py: consistent menu and title names * src/Editors/_EditFamily.py: consistent menu and title names * src/Editors/_EditEvent.py: consistent menu and title names svn: r7709 2006-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: This translation was strange. Changed it to be more understandable. svn: r7708 2006-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: This translation was strange. Changed it to be more understandable. svn: r7708 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-11-26 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (load): Clean env for a new grdb file; do not attempt recovery for a new grdb file. * NEWS: Typo. svn: r7707 2006-11-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-11-26 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (load): Clean env for a new grdb file; do not attempt recovery for a new grdb file. * NEWS: Typo. svn: r7707 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/docgen/ODFDoc.py: 2006-11-26 Don Allingham <don@gramps-project.org> * src/docgen/ODFDoc.py: fix registration svn: r7706 2006-11-26 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, src/docgen/ODFDoc.py: 2006-11-26 Don Allingham <don@gramps-project.org> * src/docgen/ODFDoc.py: fix registration svn: r7706 2006-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: Updated the City: string. This was priviusly translated to By (City), but here in Norway it is more ofthen to use the name of the kommune (municipality). Added the both. svn: r7705 2006-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Updated the City: string. This was priviusly translated to By (City), but here in Norway it is more ofthen to use the name of the kommune (municipality). Added the both. svn: r7705 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/test/Alex_dbtest.py: Update svn: r7704 2006-11-26 Alex Roitman <shura@gramps-project.org> * test/Alex_dbtest.py: Update svn: r7704 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r7703 2006-11-26 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r7703 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r7702 2006-11-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r7702 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/glade/gramps.glade: 2006-11-25 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: remember window size * src/Editors/_EditAddress.py: remember window size * src/Editors/_EditSecondary.py: remember window size * src/Editors/_EditLdsOrd.py: remember window size * src/Editors/_EditReference.py: remember window size * src/Editors/_EditUrl.py: remember window size * src/Editors/_EditRepoRef.py: remember window size * src/Editors/_EditAttribute.py: remember window size * src/Editors/_EditPersonRef.py: remember window size * src/Editors/_EditLocation.py: remember window size * src/Editors/_EditMediaRef.py: remember window size * src/Editors/_EditEventRef.py: remember window size * src/Editors/_EditName.py: remember window size * src/glade/gramps.glade: remember window size * data/gramps.schemas.in: remember window size svn: r7701 2006-11-26 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPersonRef.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSecondary.py, src/Editors/_EditUrl.py, src/glade/gramps.glade: 2006-11-25 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: remember window size * src/Editors/_EditAddress.py: remember window size * src/Editors/_EditSecondary.py: remember window size * src/Editors/_EditLdsOrd.py: remember window size * src/Editors/_EditReference.py: remember window size * src/Editors/_EditUrl.py: remember window size * src/Editors/_EditRepoRef.py: remember window size * src/Editors/_EditAttribute.py: remember window size * src/Editors/_EditPersonRef.py: remember window size * src/Editors/_EditLocation.py: remember window size * src/Editors/_EditMediaRef.py: remember window size * src/Editors/_EditEventRef.py: remember window size * src/Editors/_EditName.py: remember window size * src/glade/gramps.glade: remember window size * data/gramps.schemas.in: remember window size svn: r7701 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r7700 2006-11-26 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r7700 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r7699 2006-11-26 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r7699 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (_get_sys_information): Report BSDDB version. svn: r7698 2006-11-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (_get_sys_information): Report BSDDB version. svn: r7698 2006-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/const.py.in: 2006-11-25 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Use per-database environment dirs, under ~/.gramps/env dir. * src/const.py.in (env_dir): Add new variable. svn: r7697 2006-11-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/const.py.in: 2006-11-25 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Use per-database environment dirs, under ~/.gramps/env dir. * src/const.py.in (env_dir): Add new variable. svn: r7697 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/NEWS: svn: r7696 2006-11-26 Don Allingham <don@gramps-project.org> * NEWS: svn: r7696 2006-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/glade/gramps.glade: * src/Config/_GrampsConfigKeys.py: remember editor size * src/Editors/_EditPlace.py: remember editor size * src/Editors/_EditSource.py: remember editor size * src/Editors/_EditPerson.py: remember editor size * src/Editors/_EditMedia.py: remember editor size * src/Editors/_EditRepository.py: remember editor size * src/Editors/_EditEvent.py: remember editor size * src/glade/gramps.glade: remember editor size * data/gramps.schemas.in: remember editor size svn: r7695 2006-11-26 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/Editors/_EditEvent.py, src/Editors/_EditMedia.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/glade/gramps.glade: * src/Config/_GrampsConfigKeys.py: remember editor size * src/Editors/_EditPlace.py: remember editor size * src/Editors/_EditSource.py: remember editor size * src/Editors/_EditPerson.py: remember editor size * src/Editors/_EditMedia.py: remember editor size * src/Editors/_EditRepository.py: remember editor size * src/Editors/_EditEvent.py: remember editor size * src/glade/gramps.glade: remember editor size * data/gramps.schemas.in: remember editor size svn: r7695 2006-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle _UID for FAM structure (#0000505) svn: r7694 2006-11-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle _UID for FAM structure (#0000505) svn: r7694 2006-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_TextFormatComboBox.py, gramps2/src/docgen/ODFDoc.py: 2006-11-25 Don Allingham <don@gramps-project.org> * src/docgen/ODFDoc.py: don't query mime type for ODT, since some systems return only "ODT Document", which is kind of useless. Use OpenDocument Text instead. svn: r7693 2006-11-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportBase/_TextFormatComboBox.py, src/docgen/ODFDoc.py: 2006-11-25 Don Allingham <don@gramps-project.org> * src/docgen/ODFDoc.py: don't query mime type for ODT, since some systems return only "ODT Document", which is kind of useless. Use OpenDocument Text instead. svn: r7693 2006-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/test/Alex_dbtest.py: New file svn: r7692 2006-11-25 Alex Roitman <shura@gramps-project.org> * test/Alex_dbtest.py: New file svn: r7692 2006-11-25 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/test/LosHawlos_bsddbtest.py: another bsddb test svn: r7691 2006-11-25 Martin Hawlisch <martin.hawlisch@gmx.de> * test/LosHawlos_bsddbtest.py: another bsddb test svn: r7691 2006-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/images/Makefile.am: * src/images/Makefile.am: add share-fam.png svn: r7690 2006-11-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/images/Makefile.am: * src/images/Makefile.am: add share-fam.png svn: r7690 2006-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/NarrativeWeb.py: 2006-11-24 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteXML.py: handle unicode decoding errors * src/plugins/NarrativeWeb.py: handle unicode decoding errors * src/plugins/AncestorReport.py: bring into conformance with the spec. svn: r7689 2006-11-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py, src/plugins/AncestorReport.py, src/plugins/NarrativeWeb.py: 2006-11-24 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteXML.py: handle unicode decoding errors * src/plugins/NarrativeWeb.py: handle unicode decoding errors * src/plugins/AncestorReport.py: bring into conformance with the spec. svn: r7689 2006-11-24 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updated translation svn: r7688 2006-11-24 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updated translation svn: r7688 2006-11-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7687 2006-11-24 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7687 2006-11-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/src/Filters/Rules/Repository/_MatchesFilter.py: fix typo svn: r7686 2006-11-24 Jérôme Rapinat <romjerome@yahoo.fr> * src/Filters/Rules/Repository/_MatchesFilter.py: fix typo svn: r7686 2006-11-24 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/test/LosHawlos_dbtest.py: new testcase svn: r7685 2006-11-24 Martin Hawlisch <martin.hawlisch@gmx.de> * test/LosHawlos_dbtest.py: new testcase svn: r7685 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: Do a bit more error checking for missing quotes at start and end of line. This change makes it run a lot faster too. svn: r7684 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: Do a bit more error checking for missing quotes at start and end of line. This change makes it run a lot faster too. svn: r7684 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/help/nl/nl.po: More translation work from Erik. A few spelling corrections by Kees. svn: r7683 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * help/nl/nl.po: More translation work from Erik. A few spelling corrections by Kees. svn: r7683 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Added a missing quote. svn: r7682 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Added a missing quote. svn: r7682 2006-11-24 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Event/_MatchesFilter.py, gramps2/src/Filters/Rules/Family/_MatchesFilter.py, gramps2/src/Filters/Rules/MediaObject/_MatchesFilter.py, gramps2/src/Filters/Rules/Person/_MatchesFilter.py, gramps2/src/Filters/Rules/Place/_MatchesFilter.py, gramps2/src/Filters/Rules/Repository/_MatchesFilter.py, gramps2/src/Filters/Rules/Source/_MatchesFilter.py, gramps2/src/Filters/Rules/_MatchesFilterBase.py: * src/Filters/Rules/*/_MatchesFilter.py: Fix typo in description svn: r7681 2006-11-24 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Filters/Rules/Event/_MatchesFilter.py, src/Filters/Rules/Family/_MatchesFilter.py, src/Filters/Rules/MediaObject/_MatchesFilter.py, src/Filters/Rules/Person/_MatchesFilter.py, src/Filters/Rules/Place/_MatchesFilter.py, src/Filters/Rules/Repository/_MatchesFilter.py, src/Filters/Rules/Source/_MatchesFilter.py, src/Filters/Rules/_MatchesFilterBase.py: * src/Filters/Rules/*/_MatchesFilter.py: Fix typo in description svn: r7681 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Change mailinglijst in nieuwsgroep. And a few more small changes. svn: r7680 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Change mailinglijst in nieuwsgroep. And a few more small changes. svn: r7680 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: More translations (from Erik) and a few corrections (from Kees). svn: r7679 2006-11-24 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: More translations (from Erik) and a few corrections (from Kees). svn: r7679 2006-11-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/test/GrampsDb/GrampsDbBase_Test.py: * test/GrampsDb/GrampsDbBase_Test.py (test_reindex_reference_map): Properly define lambda to fake the _update_reference_map method. svn: r7678 2006-11-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, test/GrampsDb/GrampsDbBase_Test.py: * test/GrampsDb/GrampsDbBase_Test.py (test_reindex_reference_map): Properly define lambda to fake the _update_reference_map method. svn: r7678 2006-11-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/test/GrampsDb/GrampsDbTestBase.py: 2006-11-23 Alex Roitman <shura@gramps-project.org> * test/GrampsDb/GrampsDbTestBase.py (tearDown): Close database at the end of test. svn: r7677 2006-11-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, test/GrampsDb/GrampsDbTestBase.py: 2006-11-23 Alex Roitman <shura@gramps-project.org> * test/GrampsDb/GrampsDbTestBase.py (tearDown): Close database at the end of test. svn: r7677 2006-11-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/Makefile.am: 2006-11-23 Don Allingham <don@gramps-project.org> * src/docgen/Makefile.am: don't install AbiWord, OpenOffice 1.X, and KWord formats, since they have been superceded by OpenDocument. svn: r7676 2006-11-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/docgen/Makefile.am: 2006-11-23 Don Allingham <don@gramps-project.org> * src/docgen/Makefile.am: don't install AbiWord, OpenOffice 1.X, and KWord formats, since they have been superceded by OpenDocument. svn: r7676 2006-11-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: translation update svn: r7675 2006-11-23 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: translation update svn: r7675 2006-11-23 Jérôme Rapinat <romjerome@yahoo.fr> * : reorder.png: add new image svn: r7674 2006-11-23 Jérôme Rapinat <romjerome@yahoo.fr> * : reorder.png: add new image svn: r7674 2006-11-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/ChangeLog, gramps2/help/fr/fr.po, gramps2/help/gramps.pot: update French translation for manual svn: r7673 2006-11-23 Jérôme Rapinat <romjerome@yahoo.fr> * help/ChangeLog, help/fr/fr.po, help/gramps.pot: update French translation for manual svn: r7673 2006-11-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: translation update svn: r7672 2006-11-23 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: translation update svn: r7672 2006-11-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: translation update svn: r7671 2006-11-23 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: translation update svn: r7671 2006-11-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/src/DataViews/_RelationView.py: 2006-11-22 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: remove unused button * help/C/figures/family.png: updated * help/C/figures/reorder.png: new image * help/C/gramps.xml: updates svn: r7670 2006-11-23 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps.xml, src/DataViews/_RelationView.py: 2006-11-22 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: remove unused button * help/C/figures/family.png: updated * help/C/figures/reorder.png: new image * help/C/gramps.xml: updates svn: r7670 2006-11-22 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/ReportBase/_ReportUtils.py: * src/ReportBase/_ReportUtils: Factor out common code into get_birth_or_fallback() and get_death_or_fallback() * src/DataViews/_PedigreeView.py: Use get_birth/death_or_fallback() * src/DataViews/_RelationView.py: Use get_birth/death_or_fallback() * src/DisplayModels/_PeopleModel.py: Fix EventRoleType call svn: r7669 2006-11-22 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/DisplayModels/_PeopleModel.py, src/ReportBase/_ReportUtils.py: * src/ReportBase/_ReportUtils: Factor out common code into get_birth_or_fallback() and get_death_or_fallback() * src/DataViews/_PedigreeView.py: Use get_birth/death_or_fallback() * src/DataViews/_RelationView.py: Use get_birth/death_or_fallback() * src/DisplayModels/_PeopleModel.py: Fix EventRoleType call svn: r7669 2006-11-22 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/RelLib/_Person.py, gramps2/src/plugins/TestcaseGenerator.py: * src/RelLib/_Person.py (set_birth_ref,set_death_ref): Dont fail if setting to None (which is what Check.py does). * src/plugins/TestcaseGenerator.py: Make it work again + some enhancements svn: r7668 2006-11-22 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/RelLib/_Person.py, src/plugins/TestcaseGenerator.py: * src/RelLib/_Person.py (set_birth_ref,set_death_ref): Dont fail if setting to None (which is what Check.py does). * src/plugins/TestcaseGenerator.py: Make it work again + some enhancements svn: r7668 2006-11-22 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7667 2006-11-22 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7667 2006-11-22 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/DetDescendantReport.py: 0000558: Print only primary events * src/plugins/DetAncestralReport.py: 0000558: Print only primary events * src/plugins/GraphViz.py: 0000558: Print only primary events * src/plugins/FamilyGroup.py: 0000558: Print only primary events * src/plugins/IndivComplete.py: 0000558: Print only primary events * src/plugins/NarrativeWeb.py: 0000558: Print only primary events svn: r7666 2006-11-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py: * src/plugins/DetDescendantReport.py: 0000558: Print only primary events * src/plugins/DetAncestralReport.py: 0000558: Print only primary events * src/plugins/GraphViz.py: 0000558: Print only primary events * src/plugins/FamilyGroup.py: 0000558: Print only primary events * src/plugins/IndivComplete.py: 0000558: Print only primary events * src/plugins/NarrativeWeb.py: 0000558: Print only primary events svn: r7666 2006-11-21 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Updated Norwegian translation svn: r7665 2006-11-21 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translation svn: r7665 2006-11-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle illegal fullname gedcoms produced by FTM * src/GrampsDb/_GedTokens.py: handle illegal fullname gedcoms produced by FTM svn: r7664 2006-11-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle illegal fullname gedcoms produced by FTM * src/GrampsDb/_GedTokens.py: handle illegal fullname gedcoms produced by FTM svn: r7664 2006-11-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_Person.py, gramps2/src/Utils.py: 2006-11-21 Don Allingham <don@gramps-project.org> * src/Utils.py (probably_alive): use get_primary_event_ref_list() * src/RelLib/_Person.py: Add get_primary_event_ref_list() svn: r7663 2006-11-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/_Person.py, src/Utils.py: 2006-11-21 Don Allingham <don@gramps-project.org> * src/Utils.py (probably_alive): use get_primary_event_ref_list() * src/RelLib/_Person.py: Add get_primary_event_ref_list() svn: r7663 2006-11-21 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: Added a new check to find shortcut in translation when there is no shortcut in the program text. svn: r7662 2006-11-21 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: Added a new check to find shortcut in translation when there is no shortcut in the program text. svn: r7662 2006-11-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditName.py, gramps2/src/glade/gramps.glade: 2006-11-20 Don Allingham <don@gramps-project.org> * src/Editors/_EditName.py: autocomplete for surnames * src/glade/gramps.glade: set focus properly svn: r7661 2006-11-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditName.py, src/glade/gramps.glade: 2006-11-20 Don Allingham <don@gramps-project.org> * src/Editors/_EditName.py: autocomplete for surnames * src/glade/gramps.glade: set focus properly svn: r7661 2006-11-20 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: Another correction of the options, the default of skip_fuzzy must be false of course. Corrected the reported message number, which should now be the same as the one KBabel uses. svn: r7660 2006-11-20 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: Another correction of the options, the default of skip_fuzzy must be false of course. Corrected the reported message number, which should now be the same as the one KBabel uses. svn: r7660 2006-11-20 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/help/nl/nl.po: A whole bunch of new translations from Erik. svn: r7659 2006-11-20 Kees Bakker <kees.bakker@xs4all.nl> * help/nl/nl.po: A whole bunch of new translations from Erik. svn: r7659 2006-11-20 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/RelLib/_Person.py, gramps2/src/plugins/Check.py: * src/RelLib/_Person.py (_remove_handle_references): When removing a place dont delete the whole LdsOrd but only unset its place reference. * src/plugins/Check.py (check_place_references): Add checks for LdsOrd inside Person and Family svn: r7658 2006-11-20 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/RelLib/_Person.py, src/plugins/Check.py: * src/RelLib/_Person.py (_remove_handle_references): When removing a place dont delete the whole LdsOrd but only unset its place reference. * src/plugins/Check.py (check_place_references): Add checks for LdsOrd inside Person and Family svn: r7658 2006-11-20 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Use callname instead of nickname (#0000557) * src/plugins/DetAncestralReport.py: Use callname instead of nickname (#0000557) * src/ReportBase/_ReportUtils.py: Use callname instead of nickname (#0000557) svn: r7657 2006-11-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Use callname instead of nickname (#0000557) * src/plugins/DetAncestralReport.py: Use callname instead of nickname (#0000557) * src/ReportBase/_ReportUtils.py: Use callname instead of nickname (#0000557) svn: r7657 2006-11-20 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/RelLib/_Family.py: * src/RelLib/_Family.py (get_sourcref_child_list): The ChildRefs were missing here. This now removes deleted Sources from ChildRefs. svn: r7656 2006-11-20 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/RelLib/_Family.py: * src/RelLib/_Family.py (get_sourcref_child_list): The ChildRefs were missing here. This now removes deleted Sources from ChildRefs. svn: r7656 2006-11-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Utils.py: * src/Utils.py: probably_alive should onlyuse primary events svn: r7655 2006-11-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/Utils.py: * src/Utils.py: probably_alive should onlyuse primary events svn: r7655 2006-11-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbLoader.py: 2006-11-19 Don Allingham <don@gramps-project.org> * src/DbLoader.py: try to catch a None value for default directory svn: r7654 2006-11-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbLoader.py: 2006-11-19 Don Allingham <don@gramps-project.org> * src/DbLoader.py: try to catch a None value for default directory svn: r7654 2006-11-20 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: Fix 0000576: Credits window behind about window svn: r7653 2006-11-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: Fix 0000576: Credits window behind about window svn: r7653 2006-11-19 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: More changes and new translations from Erik. svn: r7652 2006-11-19 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: More changes and new translations from Erik. svn: r7652 2006-11-19 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: Oops. The default of only_summary must be false, of course. svn: r7651 2006-11-19 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: Oops. The default of only_summary must be false, of course. svn: r7651 2006-11-19 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual and remove unused figures svn: r7650 2006-11-19 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual and remove unused figures svn: r7650 2006-11-19 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updatedtranslation svn: r7649 2006-11-19 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updatedtranslation svn: r7649 2006-11-19 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Fix 0000543: Multimedia-Objects marked as private are visible in narrative web-report svn: r7648 2006-11-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Fix 0000543: Multimedia-Objects marked as private are visible in narrative web-report svn: r7648 2006-11-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/pl.po, gramps2/src/ReportBase/_StyleEditor.py: In .: 2006-11-18 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_StyleEditor.py (__init__): Translate string. In po: 2006-11-18 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7647 2006-11-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/pl.po, src/ReportBase/_StyleEditor.py: In .: 2006-11-18 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_StyleEditor.py (__init__): Translate string. In po: 2006-11-18 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7647 2006-11-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/help/Makefile.am, gramps2/src/DataViews/_RelationView.py: 2006-11-18 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationshipView.py: fix messages * help/C/gramps.xml: improvements in text * various: remove unused figures svn: r7646 2006-11-19 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps.xml, help/Makefile.am, src/DataViews/_RelationView.py: 2006-11-18 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationshipView.py: fix messages * help/C/gramps.xml: improvements in text * various: remove unused figures svn: r7646 2006-11-18 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/help/nl/nl.po: First setup of help/nl/nl.po svn: r7645 2006-11-18 Kees Bakker <kees.bakker@xs4all.nl> * help/nl/nl.po: First setup of help/nl/nl.po svn: r7645 2006-11-18 Kees Bakker <kees.bakker@xs4all.nl> * : Setup infrastructure for Dutch manual. svn: r7644 2006-11-18 Kees Bakker <kees.bakker@xs4all.nl> * : Setup infrastructure for Dutch manual. svn: r7643 2006-11-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ManagedWindow.py: 2006-11-17 Don Allingham <don@gramps-project.org> * src/ManagedWindow.py: catch missing item error svn: r7642 2006-11-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/ManagedWindow.py: 2006-11-17 Don Allingham <don@gramps-project.org> * src/ManagedWindow.py: catch missing item error svn: r7642 2006-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/da.po: 2006-11-17 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7641 2006-11-17 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/da.po: 2006-11-17 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7641 2006-11-17 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7640 2006-11-17 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7640 2006-11-17 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/data/gramps.schemas.in: Correct typo stret => street svn: r7639 2006-11-17 Kees Bakker <kees.bakker@xs4all.nl> * data/gramps.schemas.in: Correct typo stret => street svn: r7639 2006-11-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/gramps_main.py: 2006-11-16 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: share parents button * src/images/share-fam.png: share parents button * src/gramps_main.py: share parents button svn: r7638 2006-11-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/gramps_main.py: 2006-11-16 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: share parents button * src/images/share-fam.png: share parents button * src/gramps_main.py: share parents button svn: r7638 2006-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po: 2006-11-07 Lubo Vasko <pgval@post.sk> * sk/sk.po: Translation update. * sk/figures/*.png: Add figures. svn: r7637 2006-11-17 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/sk/sk.po: 2006-11-07 Lubo Vasko <pgval@post.sk> * sk/sk.po: Translation update. * sk/figures/*.png: Add figures. svn: r7637 2006-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/sk.po: 2006-11-16 Lubo Vasko <pgval@post.sk> * sk.po: Translation update. svn: r7636 2006-11-17 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/sk.po: 2006-11-16 Lubo Vasko <pgval@post.sk> * sk.po: Translation update. svn: r7636 2006-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Reorder.py: 2006-11-16 Alex Roitman <shura@phy.ucsf.edu> * src/Reorder.py: Import gettext. svn: r7635 2006-11-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Reorder.py: 2006-11-16 Alex Roitman <shura@phy.ucsf.edu> * src/Reorder.py: Import gettext. svn: r7635 2006-11-17 Alex Roitman <shura@gramps-project.org> * : Update svn: r7634 2006-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2006-11-16 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7633 2006-11-17 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2006-11-16 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7633 2006-11-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py: save previous window size * data/gramps.schemas.in: default transactions to off, previous editperson window size * src/Config/_GrampsConfigKeys.py: default transaction to off, previous editperson window size svn: r7632 2006-11-16 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py: save previous window size * data/gramps.schemas.in: default transactions to off, previous editperson window size * src/Config/_GrampsConfigKeys.py: default transaction to off, previous editperson window size svn: r7632 2006-11-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/test/GrampsDb/GrampsDbTestBase.py: 2006-11-15 Don Allingham <don@gramps-project.org> * data/gramps.schemas.in: default transactions to off * src/Config/_GrampsConfigKeys.py: default transaction to off * src/Editors/_EditFamily.py: remove dead code * src/plugins/DetDescendantReport.py: remove dead code svn: r7631 2006-11-16 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/Editors/_EditFamily.py, src/plugins/DetDescendantReport.py, test/GrampsDb/GrampsDbTestBase.py: 2006-11-15 Don Allingham <don@gramps-project.org> * data/gramps.schemas.in: default transactions to off * src/Config/_GrampsConfigKeys.py: default transaction to off * src/Editors/_EditFamily.py: remove dead code * src/plugins/DetDescendantReport.py: remove dead code svn: r7631 2006-11-15 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Updated Norwegian translation svn: r7630 2006-11-15 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translation svn: r7630 2006-11-15 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: Added commandline options, use -h to see help text. Option --skip-fuzzies, skips fuzzies in the detailed reports. Option --only-summary, skips detailed reports. svn: r7629 2006-11-15 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: Added commandline options, use -h to see help text. Option --skip-fuzzies, skips fuzzies in the detailed reports. Option --only-summary, skips detailed reports. svn: r7629 2006-11-15 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: improve French translation for manual (capital letters, dot, space) svn: r7628 2006-11-15 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: improve French translation for manual (capital letters, dot, space) svn: r7628 2006-11-14 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: A small number of small corrections. svn: r7627 2006-11-14 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: A small number of small corrections. svn: r7627 2006-11-14 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7626 2006-11-14 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7626 2006-11-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: Add family Events * src/plugins/DetDescendantReport.py: Add family Events svn: r7625 2006-11-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: Add family Events * src/plugins/DetDescendantReport.py: Add family Events svn: r7625 2006-11-14 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py: update svn: r7624 2006-11-14 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: update svn: r7624 2006-11-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2006-11-13 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: fix FAM_WIDTH svn: r7623 2006-11-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2006-11-13 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: fix FAM_WIDTH svn: r7623 2006-11-13 Don Allingham <don@gramps-project.org> * gramps2/src/ViewManager.py: doc update svn: r7622 2006-11-13 Don Allingham <don@gramps-project.org> * src/ViewManager.py: doc update svn: r7622 2006-11-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/GrampsCfg.py, gramps2/src/ViewManager.py: * src/Viewmanager.py: prompt before abandoning changes; enable autobackup * src/GrampsCfg.py: enable autobackup * src/Config/_GrampsConfigKeys.py: enable autobackup * data/gramps.schemas: enable autobackup svn: r7621 2006-11-13 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/GrampsCfg.py, src/ViewManager.py: * src/Viewmanager.py: prompt before abandoning changes; enable autobackup * src/GrampsCfg.py: enable autobackup * src/Config/_GrampsConfigKeys.py: enable autobackup * data/gramps.schemas: enable autobackup svn: r7621 2006-11-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/Viewmanager.py: prompt before abandoning changes svn: r7620 2006-11-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/Viewmanager.py: prompt before abandoning changes svn: r7620 2006-11-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_WriteGedcom.py: 2006-11-12 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: RepoRefs don't have a privacy flag svn: r7619 2006-11-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/GrampsDb/_WriteGedcom.py: 2006-11-12 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: RepoRefs don't have a privacy flag svn: r7619 2006-11-12 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Cleanup. svn: r7618 2006-11-12 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Cleanup. svn: r7618 2006-11-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/GrampsCfg.py, gramps2/src/ViewManager.py: * src/Config/_GrampsConfigKeys.py: add saving of family editor size, disabling of defaulting to last viwe * src/ViewManager.py: allow disabling of defaulting to last view * src/GrampsCfg.py: allow disabling of defaulting to last view * src/ViewManager.py: allow disabling of defaulting to last view * data/gramps.schemas.in: allow disabling of defaulting to last view svn: r7617 2006-11-12 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/GrampsCfg.py, src/ViewManager.py: * src/Config/_GrampsConfigKeys.py: add saving of family editor size, disabling of defaulting to last viwe * src/ViewManager.py: allow disabling of defaulting to last view * src/GrampsCfg.py: allow disabling of defaulting to last view * src/ViewManager.py: allow disabling of defaulting to last view * data/gramps.schemas.in: allow disabling of defaulting to last view svn: r7617 2006-11-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/DbLoader.py, gramps2/src/DisplayTabs/_GalleryTab.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/glade/gramps.glade: 2006-11-11 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: add saving of family editor size * src/Editors/_EditFamily.py: add saving of family editor size * src/DisplayTabs/_GalleryTab.py: Catch possible exception * src/glade/gramps.glade: add saving of family editor size * src/DbLoader.py: Display error message on RUNRECOVERY error * src/DisplayTabs/_AddrEmbedList.py: make labels more consistent (#513) svn: r7616 2006-11-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/DbLoader.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditFamily.py, src/glade/gramps.glade: 2006-11-11 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: add saving of family editor size * src/Editors/_EditFamily.py: add saving of family editor size * src/DisplayTabs/_GalleryTab.py: Catch possible exception * src/glade/gramps.glade: add saving of family editor size * src/DbLoader.py: Display error message on RUNRECOVERY error * src/DisplayTabs/_AddrEmbedList.py: make labels more consistent (#513) svn: r7616 2006-11-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/test/GrampsDb/GrampsDbTestBase.py: * test/GrampsDb/GrampsDbTestBase.py: Provide a callback to db.load(). Hmmm, that worked without sometime back. svn: r7615 2006-11-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, test/GrampsDb/GrampsDbTestBase.py: * test/GrampsDb/GrampsDbTestBase.py: Provide a callback to db.load(). Hmmm, that worked without sometime back. svn: r7615 2006-11-11 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: Reorganized all the checks into class objects. This makes it easier to add new checks. So, a new check was added to look for %d mismatches. svn: r7614 2006-11-11 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: Reorganized all the checks into class objects. This makes it easier to add new checks. So, a new check was added to look for %d mismatches. svn: r7614 2006-11-11 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Many more new translations and fixes of spelling errors. There are no fuzzies anymore. Still 54 untranslated. svn: r7613 2006-11-11 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Many more new translations and fixes of spelling errors. There are no fuzzies anymore. Still 54 untranslated. svn: r7613 2006-11-11 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: In the reported messages show if they are fuzzy or not. svn: r7612 2006-11-11 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: In the reported messages show if they are fuzzy or not. svn: r7612 2006-11-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsInMemDB.py: 2006-11-10 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra definition. svn: r7611 2006-11-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: 2006-11-10 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra definition. svn: r7611 2006-11-11 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs/_AddrEmbedList.py: svn: r7610 2006-11-11 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_AddrEmbedList.py: svn: r7610 2006-11-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-11-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: handle GedcomError properly * src/DisplayModels/_BaseModel.py: handle add properly with filters svn: r7609 2006-11-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py, src/GrampsDb/_ReadGedcom.py: 2006-11-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: handle GedcomError properly * src/DisplayModels/_BaseModel.py: handle add properly with filters svn: r7609 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs/_PersonRefEmbedList.py, gramps2/src/ScratchPad.py: * src/DisplayTabs/_PersonRefEmbedList.py, * src/DdTargets.py, * src/ScratchPad.py: Fix support of PersonRef DnD svn: r7608 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DdTargets.py, src/DisplayTabs/_PersonRefEmbedList.py, src/ScratchPad.py: * src/DisplayTabs/_PersonRefEmbedList.py, * src/DdTargets.py, * src/ScratchPad.py: Fix support of PersonRef DnD svn: r7608 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/Rules/Person/_HasBirth.py, gramps2/src/Filters/Rules/Person/_HasDeath.py, gramps2/src/Filters/Rules/Person/_HasEvent.py, gramps2/src/RelLib/_Person.py: * src/Filters/Rules/Person/_HasBirth.py, * src/Filters/Rules/Person/_HasDeath.py, * src/Filters/Rules/Person/_HasEvent.py: Only match filter if event role = primary * src/RelLib/_Person.py (_remove_handle_references): Correct removing of person handle reference; (get_sourcref_child_list) Add self.person_ref_list because they link to persons and sources * src/DataViews/_PersonView.py (delete_person_response): Remove person from other persons as well because of PersonRef. svn: r7607 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasEvent.py, src/RelLib/_Person.py: * src/Filters/Rules/Person/_HasBirth.py, * src/Filters/Rules/Person/_HasDeath.py, * src/Filters/Rules/Person/_HasEvent.py: Only match filter if event role = primary * src/RelLib/_Person.py (_remove_handle_references): Correct removing of person handle reference; (get_sourcref_child_list) Add self.person_ref_list because they link to persons and sources * src/DataViews/_PersonView.py (delete_person_response): Remove person from other persons as well because of PersonRef. svn: r7607 2006-11-10 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Switched over to using KBabel, goodbye Emacs. Corrected a few spell errors in the process. svn: r7606 2006-11-10 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Switched over to using KBabel, goodbye Emacs. Corrected a few spell errors in the process. svn: r7606 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayModels/_PeopleModel.py: * src/DataViews/_PedigreeView.py, * src/DataViews/_RelationView.py, * src/DisplayModels/_PeopleModel.py: Only show fallbacks for birth and death if role=primary svn: r7605 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/DisplayModels/_PeopleModel.py: * src/DataViews/_PedigreeView.py, * src/DataViews/_RelationView.py, * src/DisplayModels/_PeopleModel.py: Only show fallbacks for birth and death if role=primary svn: r7605 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Start parsing titles of a person svn: r7604 2006-11-10 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Start parsing titles of a person svn: r7604 2006-11-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HasBirth.py, gramps2/src/Filters/Rules/Person/_HasDeath.py: 2006-11-09 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_HasDeath.py (apply): Match any of the death events. * src/Filters/Rules/Person/_HasBirth.py (apply): Match any of the birth events. svn: r7603 2006-11-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasDeath.py: 2006-11-09 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_HasDeath.py (apply): Match any of the death events. * src/Filters/Rules/Person/_HasBirth.py (apply): Match any of the birth events. svn: r7603 2006-11-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_BaseModel.py: 2006-11-09 Don Allingham <don@gramps-project.org> * src/DisplayModels/PageView.py: fix delete 2006-02-09 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-10 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-09 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-07 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-06 Jérôme Rapinat <romjerome@yahoo.fr> svn: r7602 2006-11-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_BaseModel.py: 2006-11-09 Don Allingham <don@gramps-project.org> * src/DisplayModels/PageView.py: fix delete 2006-02-09 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-10 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-09 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-07 Jérôme Rapinat <romjerome@yahoo.fr> 2005-12-06 Jérôme Rapinat <romjerome@yahoo.fr> svn: r7602 2006-11-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/Makefile.am, gramps2/data/gnome-mime-application-x-gedcom.svg, gramps2/data/gnome-mime-application-x-geneweb.svg, gramps2/data/gnome-mime-application-x-gramps-package.svg, gramps2/data/gnome-mime-application-x-gramps-xml.svg, gramps2/data/gnome-mime-application-x-gramps.svg, gramps2/help/ChangeLog, gramps2/help/nb/gramps.xml: In .: 2006-11-09 Alex Roitman <shura@gramps-project.org> * data/*.svg: Add mime type icons. * data/*.png: Update bitmap icons to look the same as SVG. * data/Makefile.am: Ship SVG mime type icons. In help: 2006-11-09 Alex Roitman <shura@gramps-project.org> * nb/gramps.xml: Remove autogenerated file. * nb/.xml2po.mo: Remove autogenerated file. svn: r7601 2006-11-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/Makefile.am, data/gnome-mime-application-x-gedcom.svg, data/gnome-mime-application-x-geneweb.svg, data/gnome-mime-application-x-gramps-package.svg, data/gnome-mime-application-x-gramps-xml.svg, data/gnome-mime-application-x-gramps.svg, help/ChangeLog, help/nb/gramps.xml: In .: 2006-11-09 Alex Roitman <shura@gramps-project.org> * data/*.svg: Add mime type icons. * data/*.png: Update bitmap icons to look the same as SVG. * data/Makefile.am: Ship SVG mime type icons. In help: 2006-11-09 Alex Roitman <shura@gramps-project.org> * nb/gramps.xml: Remove autogenerated file. * nb/.xml2po.mo: Remove autogenerated file. svn: r7601 2006-11-09 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: * help/fr/fr.po : Last character fix ... svn: r7600 2006-11-09 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: * help/fr/fr.po : Last character fix ... svn: r7600 2006-11-09 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: * po/fr.po : Last character fix ... svn: r7599 2006-11-09 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: * po/fr.po : Last character fix ... svn: r7599 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py (info_string): Use DateHandler instead of the date object to display the date * src/DataViews/_PedigreeView.py (format person: Use DateHandler instead of the date object to display the date (closes #565) svn: r7598 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py (info_string): Use DateHandler instead of the date object to display the date * src/DataViews/_PedigreeView.py (format person: Use DateHandler instead of the date object to display the date (closes #565) svn: r7598 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py: Add check for PersonRef referencing non existant person svn: r7597 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/Check.py: * src/plugins/Check.py: Add check for PersonRef referencing non existant person svn: r7597 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/QuestionDialog.py: * src/QuestionDialog.py: Set Window titles to make window manager and taskbar happy svn: r7596 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/QuestionDialog.py: * src/QuestionDialog.py: Set Window titles to make window manager and taskbar happy svn: r7596 2006-11-09 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: New check added: last character of translation must be somewhat identical. For example a newline or a period or a space. Changed to format of the reported lines. svn: r7595 2006-11-09 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: New check added: last character of translation must be somewhat identical. For example a newline or a period or a space. Changed to format of the reported lines. svn: r7595 2006-11-09 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: A whole batch of changes from Erik again. Solved a few 'last character' mismatches. svn: r7594 2006-11-09 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: A whole batch of changes from Erik again. Solved a few 'last character' mismatches. svn: r7594 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Properly parse death date in case birth date is unknown svn: r7593 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Properly parse death date in case birth date is unknown svn: r7593 2006-11-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/SimpleBookTitle.py: 2006-11-08 Alex Roitman <shura@gramps-project.org> * src/plugins/SimpleBookTitle.py: Fix the object selection. svn: r7592 2006-11-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/SimpleBookTitle.py: 2006-11-08 Alex Roitman <shura@gramps-project.org> * src/plugins/SimpleBookTitle.py: Fix the object selection. svn: r7592 2006-11-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: button config value change, freeze person info svn: r7591 2006-11-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: button config value change, freeze person info svn: r7591 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Fix parsing of baptism date svn: r7590 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Fix parsing of baptism date svn: r7590 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/date_test.py: * src/date_test.py: Correct import of Date object svn: r7589 2006-11-09 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/date_test.py: * src/date_test.py: Correct import of Date object svn: r7589 2006-11-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsCfg.py: * src/DataViews/_RelationView.py: add toolbar buttons, catch edit button config value change * src/GrampsCfg.py: reorder options svn: r7588 2006-11-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/GrampsCfg.py: * src/DataViews/_RelationView.py: add toolbar buttons, catch edit button config value change * src/GrampsCfg.py: reorder options svn: r7588 2006-11-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am, gramps2/src/images/parents.svg, gramps2/src/images/spouse.svg: 2006-11-08 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: add toolbar buttons * src/images/Makefile.am: install new svg files * src/images/parents.svg: button for toolbar * src/images/spouse.svg: button for toolbar * src/gramps_main.py: register new stock icons svn: r7587 2006-11-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/gramps_main.py, src/images/Makefile.am, src/images/parents.svg, src/images/spouse.svg: 2006-11-08 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: add toolbar buttons * src/images/Makefile.am: install new svg files * src/images/parents.svg: button for toolbar * src/images/spouse.svg: button for toolbar * src/gramps_main.py: register new stock icons svn: r7587 2006-11-08 Espen Berg <espenbe@gmail.com> * gramps2/help/nb/nb.po: Some more work done on the Norwegian manual svn: r7586 2006-11-08 Espen Berg <espenbe@gmail.com> * help/nb/nb.po: Some more work done on the Norwegian manual svn: r7586 2006-11-08 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/ru.po: 2006-11-08 Alex Roitman <shura@gramps-project.org> * ru.po: Cleanup. svn: r7585 2006-11-08 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/ru.po: 2006-11-08 Alex Roitman <shura@gramps-project.org> * ru.po: Cleanup. svn: r7585 2006-11-08 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Unescaped characters fix. svn: r7584 2006-11-08 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Unescaped characters fix. svn: r7584 2006-11-08 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/check_po: This is a rewrite of the check_po script. A few checks have been improved and a new check was added. The new check is for XML special characters. svn: r7583 2006-11-08 Kees Bakker <kees.bakker@xs4all.nl> * po/check_po: This is a rewrite of the check_po script. A few checks have been improved and a new check was added. The new check is for XML special characters. svn: r7583 2006-11-08 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/da.po, gramps2/po/hu.po: 2006-11-08 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update. 2006-11-08 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7582 2006-11-08 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/da.po, po/hu.po: 2006-11-08 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update. 2006-11-08 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7582 2006-11-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsWidgets.py, gramps2/src/PageView.py: * src/DataViews/_RelationshipView.py: Optionally hide Edit buttons * src/Config/_GrampsConfigKeys.py: Optionally hide Edit buttons * src/GrampsWidgets.py: Allow empty button for LinkBox svn: r7581 2006-11-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py, src/DataViews/_RelationView.py, src/GrampsCfg.py, src/GrampsWidgets.py, src/PageView.py: * src/DataViews/_RelationshipView.py: Optionally hide Edit buttons * src/Config/_GrampsConfigKeys.py: Optionally hide Edit buttons * src/GrampsWidgets.py: Allow empty button for LinkBox svn: r7581 2006-11-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RemoveUnused.py: 2006-11-07 Don Allingham <don@gramps-project.org> * src/plugins/RemoveUnused.py: general cleanup svn: r7580 2006-11-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/RemoveUnused.py: 2006-11-07 Don Allingham <don@gramps-project.org> * src/plugins/RemoveUnused.py: general cleanup svn: r7580 2006-11-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: 2006-11-07 Alex Roitman <shura@gramps-project.org> * src/DataViews/_RelationView.py (info_string): Add missing clause. svn: r7579 2006-11-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: 2006-11-07 Alex Roitman <shura@gramps-project.org> * src/DataViews/_RelationView.py (info_string): Add missing clause. svn: r7579 2006-11-07 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/sk/sk.po, gramps2/po/ChangeLog, gramps2/po/sk.po: In help: 2006-11-07 Lubo Vasko <pgval@post.sk> * sk/sk.po: Translation update. In po: 2006-11-07 Lubo Vasko <pgval@post.sk> * sk.po: Translation update. svn: r7578 2006-11-07 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/sk/sk.po, po/ChangeLog, po/sk.po: In help: 2006-11-07 Lubo Vasko <pgval@post.sk> * sk/sk.po: Translation update. In po: 2006-11-07 Lubo Vasko <pgval@post.sk> * sk.po: Translation update. svn: r7578 2006-11-07 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/DataViews/_RelationView.py: Provide birth/death fallback at other places too. svn: r7577 2006-11-07 Martin Hawlisch <martin.hawlisch@gmx.de> * src/DataViews/_RelationView.py: Provide birth/death fallback at other places too. svn: r7577 2006-11-07 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/DataViews/_PedigreeView.py: Properly retrieve place svn: r7576 2006-11-07 Martin Hawlisch <martin.hawlisch@gmx.de> * src/DataViews/_PedigreeView.py: Properly retrieve place svn: r7576 2006-11-07 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: Make fallbacks for birth and death work again. * src/DataViews/_RelationView.py (write_title): Display fallbacks in case birth or death is not available * src/DataViews/_PedigreeView.py: Display fallbacks in case birth or death is not available svn: r7575 2006-11-07 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/DisplayModels/_PeopleModel.py: * src/DisplayModels/_PeopleModel.py: Make fallbacks for birth and death work again. * src/DataViews/_RelationView.py (write_title): Display fallbacks in case birth or death is not available * src/DataViews/_PedigreeView.py: Display fallbacks in case birth or death is not available svn: r7575 2006-11-07 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/ChangeLog, gramps2/po/fr.po: update French translation svn: r7574 2006-11-07 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/fr.po: update French translation svn: r7574 2006-11-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: * src/glade/gramps.glade: add tooltips for place buttons svn: r7573 2006-11-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/glade/gramps.glade: * src/glade/gramps.glade: add tooltips for place buttons svn: r7573 2006-11-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: * src/GrampsWidgets.py: provide default instructions for place svn: r7572 2006-11-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: * src/GrampsWidgets.py: provide default instructions for place svn: r7572 2006-11-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py, gramps2/src/PageView.py: * src/DataViews/_MediaView.py: cancel drag-n-drop if list is empty * src/PageView.py: cancel drag-n-drop if list is empty svn: r7571 2006-11-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py, src/PageView.py: * src/DataViews/_MediaView.py: cancel drag-n-drop if list is empty * src/PageView.py: cancel drag-n-drop if list is empty svn: r7571 2006-11-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (ViewManager.about): destroy About dialog after running svn: r7570 2006-11-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (ViewManager.about): destroy About dialog after running svn: r7570 2006-11-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py, gramps2/src/plugins/RemoveUnused.py: 2006-11-06 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py: Change Unknown Gender dialog to allow the user to specify without going back to the main window * src/plugins/RemoveUnused.py: cleanup svn: r7569 2006-11-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/plugins/RemoveUnused.py: 2006-11-06 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py: Change Unknown Gender dialog to allow the user to specify without going back to the main window * src/plugins/RemoveUnused.py: cleanup svn: r7569 2006-11-06 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/POTFILES.in, gramps2/po/fr.po: update French translation svn: r7568 2006-11-06 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in, po/fr.po: update French translation svn: r7568 2006-11-06 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updatedtranslation svn: r7567 2006-11-06 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updatedtranslation svn: r7567 2006-11-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: 2006-11-06 Alex Roitman <shura@gramps-project.org> * NEWS: Update. svn: r7566 2006-11-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: 2006-11-06 Alex Roitman <shura@gramps-project.org> * NEWS: Update. svn: r7566 2006-11-06 Alex Roitman <shura@gramps-project.org> * gramps2/help/nb/gramps.xml: Update svn: r7565 2006-11-06 Alex Roitman <shura@gramps-project.org> * help/nb/gramps.xml: Update svn: r7565 2006-11-06 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/Makefile.am, gramps2/help/sk/sk.po: 2006-11-06 Alex Roitman <shura@gramps-project.org> * Makefile.am (DOC_LINGUAS): Enable Slovak manual. 2006-11-06 Lubo Vasko <pgval@post.sk> * sk/sk.po: Manual translation. svn: r7564 2006-11-06 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/Makefile.am, help/sk/sk.po: 2006-11-06 Alex Roitman <shura@gramps-project.org> * Makefile.am (DOC_LINGUAS): Enable Slovak manual. 2006-11-06 Lubo Vasko <pgval@post.sk> * sk/sk.po: Manual translation. svn: r7564 2006-11-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/ChangeLog, gramps2/po/tr.po: * tr.po: Fixed some syntax error that made make fail. svn: r7563 2006-11-06 Martin Hawlisch <martin.hawlisch@gmx.de> * po/ChangeLog, po/tr.po: * tr.po: Fixed some syntax error that made make fail. svn: r7563 2006-11-06 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r7562 2006-11-06 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r7562 2006-11-06 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Add family event gallery items to individual page svn: r7561 2006-11-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Add family event gallery items to individual page svn: r7561 2006-11-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RemoveUnused.py: * src/plugins/RemoveUnused.py: remove unused sources and events, and UI svn: r7560 2006-11-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/RemoveUnused.py: * src/plugins/RemoveUnused.py: remove unused sources and events, and UI svn: r7560 2006-11-06 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Add street to place page. svn: r7559 2006-11-06 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Add street to place page. svn: r7559 2006-11-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/RemoveUnused.py: * src/plugins/Makefile.am: add RemoveUnused.py * src/plugins/RemoveUnused.py: remove unused sources and events svn: r7558 2006-11-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/RemoveUnused.py: * src/plugins/Makefile.am: add RemoveUnused.py * src/plugins/RemoveUnused.py: remove unused sources and events svn: r7558 2006-11-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: provide a default surname for and Add Person button press based of selected item in the Person View tree. * help/C/various: remove unused files from manual svn: r7557 2006-11-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: provide a default surname for and Add Person button press based of selected item in the Person View tree. * help/C/various: remove unused files from manual svn: r7557 2006-11-06 Don Allingham <don@gramps-project.org> * gramps2/help/C/authors.xml, gramps2/help/C/bugs.xml, gramps2/help/C/cmdline.xml, gramps2/help/C/cmdplug.xml, gramps2/help/C/custom.xml, gramps2/help/C/faq.xml, gramps2/help/C/filtref.xml, gramps2/help/C/getstart.xml, gramps2/help/C/keybind.xml, gramps2/help/C/legal.xml, gramps2/help/C/mainwin.xml, gramps2/help/C/manual.xml, gramps2/help/C/preface.xml, gramps2/help/C/usage.xml: svn: r7556 2006-11-06 Don Allingham <don@gramps-project.org> * help/C/authors.xml, help/C/bugs.xml, help/C/cmdline.xml, help/C/cmdplug.xml, help/C/custom.xml, help/C/faq.xml, help/C/filtref.xml, help/C/getstart.xml, help/C/keybind.xml, help/C/legal.xml, help/C/mainwin.xml, help/C/manual.xml, help/C/preface.xml, help/C/usage.xml: svn: r7556 2006-11-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DdTargets.py, gramps2/src/GrampsWidgets.py, gramps2/src/ScratchPad.py: 2006-11-05 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py: drag-n-drop support * src/GrampsWidgets.py: drag-n-drop support for place selector widget * src/ScratchPad.py: drag-n-drop support for places * src/DdTargets.py: drag-n-drop support for places svn: r7555 2006-11-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py, src/DdTargets.py, src/GrampsWidgets.py, src/ScratchPad.py: 2006-11-05 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py: drag-n-drop support * src/GrampsWidgets.py: drag-n-drop support for place selector widget * src/ScratchPad.py: drag-n-drop support for places * src/DdTargets.py: drag-n-drop support for places svn: r7555 2006-11-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r7554 2006-11-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r7554 2006-11-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/tr.po: In .: 2006-11-05 Alex Roitman <shura@gramps-project.org> * configure.in (ALL_LINGUAS): Add Turkish language. In po: 2006-11-05 Mehmet Ugur Kecik <mukecik@yahoo.com> * tr.po: Add Turkish translation. svn: r7553 2006-11-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/tr.po: In .: 2006-11-05 Alex Roitman <shura@gramps-project.org> * configure.in (ALL_LINGUAS): Add Turkish language. In po: 2006-11-05 Mehmet Ugur Kecik <mukecik@yahoo.com> * tr.po: Add Turkish translation. svn: r7553 2006-11-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/GrampsCfg.py: 2006-11-04 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: warn that chaning date format will not take effect until next start * src/DisplayState.py: remove redundant code svn: r7552 2006-11-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/GrampsCfg.py: 2006-11-04 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: warn that chaning date format will not take effect until next start * src/DisplayState.py: remove redundant code svn: r7552 2006-11-04 Espen Berg <espenbe@gmail.com> * gramps2/help/ChangeLog, gramps2/help/Makefile.am, gramps2/help/nb/gramps.xml, gramps2/help/nb/nb.po: Added the start of a Norwegian translation of the user manual svn: r7551 2006-11-04 Espen Berg <espenbe@gmail.com> * help/ChangeLog, help/Makefile.am, help/nb/gramps.xml, help/nb/nb.po: Added the start of a Norwegian translation of the user manual svn: r7551 2006-11-04 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Bugfixes (convert to new api); Add support for some more geneweb features svn: r7550 2006-11-04 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Bugfixes (convert to new api); Add support for some more geneweb features svn: r7550 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/gramps.pot: 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update. svn: r7549 2006-11-03 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/gramps.pot: 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update. svn: r7549 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r7548 2006-11-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r7548 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/_RelationView.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/ReportBase/_ReportDialog.py: 2006-11-03 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up the version. * src/Editors/_EditLdsOrd.py (update_parent_label): Spurious translation. * src/DataViews/_RelationView.py (write_event_ref): Spurious translation. * src/ReportBase/_ReportDialog.py (get_header): Spurious translation. * RELEASE: version 2.2.2 is released. svn: r7547 2006-11-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_RelationView.py, src/Editors/_EditLdsOrd.py, src/ReportBase/_ReportDialog.py: 2006-11-03 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up the version. * src/Editors/_EditLdsOrd.py (update_parent_label): Spurious translation. * src/DataViews/_RelationView.py (write_event_ref): Spurious translation. * src/ReportBase/_ReportDialog.py (get_header): Spurious translation. * RELEASE: version 2.2.2 is released. svn: r7547 2006-11-03 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/fr.po: need to generate a new gramps.pot (missing Reorder.py ref) svn: r7546 2006-11-03 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/POTFILES.in, po/fr.po: need to generate a new gramps.pot (missing Reorder.py ref) svn: r7546 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r7545 2006-11-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r7545 2006-11-03 Alex Roitman <shura@gramps-project.org> * : Update svn: r7544 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog: Update svn: r7543 2006-11-03 Alex Roitman <shura@gramps-project.org> * po/ChangeLog: Update svn: r7543 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/gramps.pot: 2006-11-02 Alex Roitman <shura@gramps-project.org> * gramps.pot: Add to SVN. svn: r7542 2006-11-03 Alex Roitman <shura@gramps-project.org> * NEWS, configure.in, po/ChangeLog, po/gramps.pot: 2006-11-02 Alex Roitman <shura@gramps-project.org> * gramps.pot: Add to SVN. svn: r7542 2006-11-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/ScratchPad.py: 2006-11-02 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: fix spacing * src/ScratchPad.py: handle deleting of a person properly svn: r7541 2006-11-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/ScratchPad.py: 2006-11-02 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: fix spacing * src/ScratchPad.py: handle deleting of a person properly svn: r7541 2006-11-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-11-02 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Typo. svn: r7540 2006-11-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-11-02 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Typo. svn: r7540 2006-11-02 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/po/fi.po: - fix translation of marriage banns and settlement - fix errors reported by check_po svn: r7539 2006-11-02 Eero Tamminen <eerot@users.sourceforge.net> * po/fi.po: - fix translation of marriage banns and settlement - fix errors reported by check_po svn: r7539 2006-11-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DescendReport.py: 2006-11-01 Don Allingham <don@gramps-project.org> * src/plugins/DescendReport.py: handle exceeding the max generations svn: r7538 2006-11-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/DescendReport.py: 2006-11-01 Don Allingham <don@gramps-project.org> * src/plugins/DescendReport.py: handle exceeding the max generations svn: r7538 2006-11-01 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml: Update svn: r7537 2006-11-01 Alex Roitman <shura@gramps-project.org> * help/C/gramps.xml: Update svn: r7537 2006-11-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/ScratchPad.py: Typos; Some more signals to connect to. svn: r7536 2006-11-01 Martin Hawlisch <martin.hawlisch@gmx.de> * src/ScratchPad.py: Typos; Some more signals to connect to. svn: r7536 2006-11-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ScratchPad.py: * src/ScratchPad.py: Fix signal connection and dbstate vs. db confusion; Add more checks for is_valid; This should now remove stale objects on delete or database change. svn: r7535 2006-11-01 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ScratchPad.py: * src/ScratchPad.py: Fix signal connection and dbstate vs. db confusion; Add more checks for is_valid; This should now remove stale objects on delete or database change. svn: r7535 2006-11-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: translation update svn: r7534 2006-11-01 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: translation update svn: r7534 2006-11-01 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: 2006-10-31 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Update. svn: r7533 2006-11-01 Alex Roitman <shura@gramps-project.org> * help/C/gramps.xml, help/ChangeLog: 2006-10-31 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Update. svn: r7533 2006-10-31 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_RelationView.py: svn: r7532 2006-10-31 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: svn: r7532 2006-10-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: add right context menu svn: r7531 2006-10-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: add right context menu svn: r7531 2006-10-31 Alex Roitman <shura@gramps-project.org> * gramps2/po/da.po: Update svn: r7530 2006-10-31 Alex Roitman <shura@gramps-project.org> * po/da.po: Update svn: r7530 2006-10-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: fix typo svn: r7529 2006-10-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: fix typo svn: r7529 2006-10-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py: Fix check box message for adding a family svn: r7528 2006-10-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py: Fix check box message for adding a family svn: r7528 2006-10-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/Reorder.py: * src/Reorder.py: Allow for reordering of relationships, enhance buttons svn: r7527 2006-10-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/Reorder.py: * src/Reorder.py: Allow for reordering of relationships, enhance buttons svn: r7527 2006-10-31 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: translation update svn: r7526 2006-10-31 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: translation update svn: r7526 2006-10-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/Makefile.am, gramps2/src/Reorder.py, gramps2/src/glade/gramps.glade: 2006-10-31 Don Allingham <don@gramps-project.org> * src/Reorder.py: Allow for reordering of relationships * src/DataViews/_RelationView.py: add reorder support * src/glade/gramps.glade: reorder dialog * src/Makefile.am: install Reorder.py svn: r7525 2006-10-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/Makefile.am, src/Reorder.py, src/glade/gramps.glade: 2006-10-31 Don Allingham <don@gramps-project.org> * src/Reorder.py: Allow for reordering of relationships * src/DataViews/_RelationView.py: add reorder support * src/glade/gramps.glade: reorder dialog * src/Makefile.am: install Reorder.py svn: r7525 2006-10-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: 2006-10-31 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteGedcom.py (write_families): Properly write custom attr type. svn: r7524 2006-10-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: 2006-10-31 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteGedcom.py (write_families): Properly write custom attr type. svn: r7524 2006-10-31 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: some more translations svn: r7523 2006-10-31 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: some more translations svn: r7523 2006-10-31 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: translation update svn: r7522 2006-10-31 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: translation update svn: r7522 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: * src/DataViews/_PersonView.py: prevent updates on person list if not visible (person-added) svn: r7521 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog: * src/DataViews/_PersonView.py: prevent updates on person list if not visible (person-added) svn: r7521 2006-10-30 Alex Roitman <shura@gramps-project.org> * gramps2/po/da.po: Update svn: r7520 2006-10-30 Alex Roitman <shura@gramps-project.org> * po/da.po: Update svn: r7520 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py: debug svn: r7519 2006-10-30 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: debug svn: r7519 2006-10-30 Alex Roitman <shura@gramps-project.org> * gramps2/po/sk.po: Update svn: r7518 2006-10-30 Alex Roitman <shura@gramps-project.org> * po/sk.po: Update svn: r7518 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py: debug svn: r7517 2006-10-30 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: debug svn: r7517 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py: debug svn: r7516 2006-10-30 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: debug svn: r7516 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py: debug svn: r7515 2006-10-30 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: debug svn: r7515 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: remove 2.1 unstable warning svn: r7514 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: remove 2.1 unstable warning svn: r7514 2006-10-30 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7513 2006-10-30 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7513 2006-10-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: typo svn: r7512 2006-10-30 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: typo svn: r7512 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am: 2006-10-30 Don Allingham <don@gramps-project.org> * src/Makefile.am: install Lru.py svn: r7511 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/Makefile.am: 2006-10-30 Don Allingham <don@gramps-project.org> * src/Makefile.am: install Lru.py svn: r7511 2006-10-30 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7510 2006-10-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7510 2006-10-30 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/POTFILES.in: add missing references : gedcomexport.glade, gedcomimport.glade svn: r7509 2006-10-30 Jérôme Rapinat <romjerome@yahoo.fr> * po/POTFILES.in: add missing references : gedcomexport.glade, gedcomimport.glade svn: r7509 2006-10-30 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: fuzzyfixNr.1 svn: r7508 2006-10-30 Dionysios <dionysios@users.sourceforge.net> * po/de.po: fuzzyfixNr.1 svn: r7508 2006-10-30 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/ru.po: 2006-10-29 Alexandre Prokoudine <alexandre.prokoudine@gmail.com> * ru.po: Update. svn: r7507 2006-10-30 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/ru.po: 2006-10-29 Alexandre Prokoudine <alexandre.prokoudine@gmail.com> * ru.po: Update. svn: r7507 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/Lru.py: the PyPE program svn: r7506 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py, src/Lru.py: the PyPE program svn: r7506 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py: make look more like gedit svn: r7505 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py: make look more like gedit svn: r7505 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PeopleModel.py: * src/Lru.py: Added least-recently-used module from the PyPE program * src/DisplayModels/_PeopleModel.py: use LRU module to speed up name displays svn: r7504 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py: * src/Lru.py: Added least-recently-used module from the PyPE program * src/DisplayModels/_PeopleModel.py: use LRU module to speed up name displays svn: r7504 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: post 2.2.1 release update svn: r7503 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in: * configure.in: post 2.2.1 release update svn: r7503 2006-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py: handle broken events svn: r7502 2006-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py: handle broken events svn: r7502 2006-10-30 Alex Roitman <shura@gramps-project.org> * gramps2/po/pl.po: Update svn: r7501 2006-10-30 Alex Roitman <shura@gramps-project.org> * po/pl.po: Update svn: r7501 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updated translation svn: r7500 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updated translation svn: r7500 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updated translation svn: r7499 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updated translation svn: r7499 2006-10-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/help/C/gramps.xml: 2006-10-29 Don Allingham <don@gramps-project.org> * help/C/gramps.xml: fix <warning> svn: r7498 2006-10-29 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, help/C/gramps.xml: 2006-10-29 Don Allingham <don@gramps-project.org> * help/C/gramps.xml: fix <warning> svn: r7498 2006-10-29 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/po/es.po: Partial update svn: r7497 2006-10-29 Julio Sánchez <julio.sanchez@gmail.com> * po/es.po: Partial update svn: r7497 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updated translation svn: r7496 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updated translation svn: r7496 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updated translation svn: r7495 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updated translation svn: r7495 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/de.po: Update svn: r7494 2006-10-29 Alex Roitman <shura@gramps-project.org> * po/de.po: Update svn: r7494 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * gramps2/po/de.po: updated translation svn: r7493 2006-10-29 Dionysios <dionysios@users.sourceforge.net> * po/de.po: updated translation svn: r7493 2006-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r7492 2006-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r7492 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_da.py: 2006-10-29 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_da.py: Add more locales. svn: r7491 2006-10-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_da.py: 2006-10-29 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_da.py: Add more locales. svn: r7491 2006-10-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/help/gramps.pot: 2006-10-28 Don Allingham <don@gramps-project.org> * help/C/gramps.xml: preferences changes * help/gramps.pot: updated svn: r7490 2006-10-29 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps.xml, help/gramps.pot: 2006-10-28 Don Allingham <don@gramps-project.org> * help/C/gramps.xml: preferences changes * help/gramps.pot: updated svn: r7490 2006-10-29 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/data/gramps.schemas.in: Small spelling fix svn: r7489 2006-10-29 Julio Sánchez <julio.sanchez@gmail.com> * data/gramps.schemas.in: Small spelling fix svn: r7489 2006-10-29 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Fix %s format problem. svn: r7488 2006-10-29 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Fix %s format problem. svn: r7488 2006-10-29 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Bug-fixing in Norwegian translation svn: r7487 2006-10-29 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Bug-fixing in Norwegian translation svn: r7487 2006-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7486 2006-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7486 2006-10-29 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Update swedish translation svn: r7485 2006-10-29 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Update swedish translation svn: r7485 2006-10-29 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7484 2006-10-29 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7484 2006-10-29 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/po/es.po: Quick fixes svn: r7483 2006-10-29 Julio Sánchez <julio.sanchez@gmail.com> * po/es.po: Quick fixes svn: r7483 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Family/_MemberBase.py, gramps2/src/Makefile.am, gramps2/src/ReportBase/_ReportUtils.py: * src/Makefile.am (docmodules): Update. * src/Filters/Rules/Family/_MemberBase.py: Formatting fixes. * src/ReportBase/_ReportUtils.py: Formatting fixes. svn: r7482 2006-10-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Family/_MemberBase.py, src/Makefile.am, src/ReportBase/_ReportUtils.py: * src/Makefile.am (docmodules): Update. * src/Filters/Rules/Family/_MemberBase.py: Formatting fixes. * src/ReportBase/_ReportUtils.py: Formatting fixes. svn: r7482 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BasicUtils.py, gramps2/src/DateHandler/_DateUtils.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsDbFactories.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_Place.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_Url.py, gramps2/src/RelLib/_UrlBase.py: * src/GrampsDb/_ReadGedcom.py: Formatting fixes. * src/GrampsDb/_GrampsDbBase.py: Formatting fixes. * src/GrampsDb/_GrampsDbFactories.py: Formatting fixes. * src/GrampsDb/_WriteXML.py: Formatting fixes. * src/GrampsDb/_GrampsBSDDB.py: Formatting fixes. * src/RelLib/_UrlBase.py: Formatting fixes. * src/RelLib/_Url.py: Formatting fixes. * src/RelLib/_Person.py: Formatting fixes. * src/RelLib/_Family.py: Formatting fixes. * src/RelLib/_Place.py: Formatting fixes. * src/RelLib/_Repository.py: Formatting fixes. * src/BasicUtils.py: Formatting fixes. * src/DateHandler/_DateUtils.py: Formatting fixes. svn: r7481 2006-10-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BasicUtils.py, src/DateHandler/_DateUtils.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsDbFactories.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteXML.py, src/RelLib/_Family.py, src/RelLib/_Person.py, src/RelLib/_Place.py, src/RelLib/_Repository.py, src/RelLib/_Url.py, src/RelLib/_UrlBase.py: * src/GrampsDb/_ReadGedcom.py: Formatting fixes. * src/GrampsDb/_GrampsDbBase.py: Formatting fixes. * src/GrampsDb/_GrampsDbFactories.py: Formatting fixes. * src/GrampsDb/_WriteXML.py: Formatting fixes. * src/GrampsDb/_GrampsBSDDB.py: Formatting fixes. * src/RelLib/_UrlBase.py: Formatting fixes. * src/RelLib/_Url.py: Formatting fixes. * src/RelLib/_Person.py: Formatting fixes. * src/RelLib/_Family.py: Formatting fixes. * src/RelLib/_Place.py: Formatting fixes. * src/RelLib/_Repository.py: Formatting fixes. * src/BasicUtils.py: Formatting fixes. * src/DateHandler/_DateUtils.py: Formatting fixes. svn: r7481 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py.in: Update svn: r7480 2006-10-29 Alex Roitman <shura@gramps-project.org> * src/const.py.in: Update svn: r7480 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r7479 2006-10-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r7479 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDisplay.py, gramps2/src/ViewManager.py, gramps2/src/const.py.in: * src/ViewManager.py (ViewManager.about): Use const.py. * src/const.py.in (url_manual): Add the link constant. * src/GrampsDisplay.py (help): Update the link. svn: r7478 2006-10-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDisplay.py, src/ViewManager.py, src/const.py.in: * src/ViewManager.py (ViewManager.about): Use const.py. * src/const.py.in (url_manual): Add the link constant. * src/GrampsDisplay.py (help): Update the link. svn: r7478 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r7477 2006-10-29 Alex Roitman <shura@gramps-project.org> * po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Update svn: r7477 2006-10-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/tips.xml.in: 2006-10-28 Alex Roitman <shura@gramps-project.org> * src/data/tips.xml.in: Remove extra quotes. svn: r7476 2006-10-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/tips.xml.in: 2006-10-28 Alex Roitman <shura@gramps-project.org> * src/data/tips.xml.in: Remove extra quotes. svn: r7476 2006-10-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: 2006-10-28 Don Allingham <don@gramps-project.org> * src/plugins/FamilyGroup.py: fix typo svn: r7475 2006-10-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: 2006-10-28 Don Allingham <don@gramps-project.org> * src/plugins/FamilyGroup.py: fix typo svn: r7475 2006-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7474 2006-10-29 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7474 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/Makefile.am: 2006-10-28 Alex Roitman <shura@gramps-project.org> * Makefile.am (DOC_LINGUAS): Enable French manual. svn: r7473 2006-10-28 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/Makefile.am: 2006-10-28 Alex Roitman <shura@gramps-project.org> * Makefile.am (DOC_LINGUAS): Enable French manual. svn: r7473 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r7472 2006-10-28 Alex Roitman <shura@gramps-project.org> * po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Update svn: r7472 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/tips.xml.in: * src/data/tips.xml.in: Replace -> with > svn: r7471 2006-10-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/tips.xml.in: * src/data/tips.xml.in: Replace -> with > svn: r7471 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/help/ru/ru.po: 2006-10-28 Alex Roitman <shura@gramps-project.org> * help/ru/ro.po: Add po file, to start translating the manual. svn: r7470 2006-10-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, help/ru/ru.po: 2006-10-28 Alex Roitman <shura@gramps-project.org> * help/ru/ro.po: Add po file, to start translating the manual. svn: r7470 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/ru.po: Update svn: r7469 2006-10-28 Alex Roitman <shura@gramps-project.org> * po/ru.po: Update svn: r7469 2006-10-28 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: translation update, still incomplete svn: r7468 2006-10-28 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: translation update, still incomplete svn: r7468 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/ru.po: Update svn: r7467 2006-10-28 Alex Roitman <shura@gramps-project.org> * po/ru.po: Update svn: r7467 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/da.po: Update svn: r7466 2006-10-28 Alex Roitman <shura@gramps-project.org> * po/da.po: Update svn: r7466 2006-10-28 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r7465 2006-10-28 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r7465 2006-10-28 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7464 2006-10-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7464 2006-10-28 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r7463 2006-10-28 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r7463 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/help/gramps.pot, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r7462 2006-10-28 Alex Roitman <shura@gramps-project.org> * help/gramps.pot, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Update svn: r7462 2006-10-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: don't translation paragraph name svn: r7461 2006-10-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: don't translation paragraph name svn: r7461 2006-10-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps.xml, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/GrampsCfg.py, gramps2/src/ScratchPad.py: 2006-10-27 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: remove unused online maps string * src/Editors/_EditRepoRef.py: fixed transation strings * src/Editors/_EditName.py: fixed transation strings * src/Editors/_EditChildRef.py: fixed transation strings * src/ScratchPad.py: fixed transation strings * help/C/gramps.xml: update * help/C/figures/prefs.png: update * help/C/figures/select-person.py: update svn: r7460 2006-10-28 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps.xml, src/Editors/_EditChildRef.py, src/Editors/_EditName.py, src/Editors/_EditRepoRef.py, src/GrampsCfg.py, src/ScratchPad.py: 2006-10-27 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: remove unused online maps string * src/Editors/_EditRepoRef.py: fixed transation strings * src/Editors/_EditName.py: fixed transation strings * src/Editors/_EditChildRef.py: fixed transation strings * src/ScratchPad.py: fixed transation strings * help/C/gramps.xml: update * help/C/figures/prefs.png: update * help/C/figures/select-person.py: update svn: r7460 2006-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r7459 2006-10-28 Alex Roitman <shura@gramps-project.org> * po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Update svn: r7459 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/da.po, gramps2/src/data/tips.xml.in, gramps2/src/plugins/rel_da.py: In .: 2006-10-27 Morten Bo Johansen <mbj@spamcop.net> * src/data/tips.xml.in: Update tips. * src/plugins/rel_da.py: Update. In po: 2006-10-27 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7458 2006-10-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/da.po, src/data/tips.xml.in, src/plugins/rel_da.py: In .: 2006-10-27 Morten Bo Johansen <mbj@spamcop.net> * src/data/tips.xml.in: Update tips. * src/plugins/rel_da.py: Update. In po: 2006-10-27 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7458 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/po/ru.po: Update svn: r7457 2006-10-27 Alex Roitman <shura@gramps-project.org> * po/ru.po: Update svn: r7457 2006-10-27 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: A few more corrections getting ready for the 2.2 release check_po result File: nl.po Template total: 2864 PO total: 2866 Fuzzy: 149 Untranslated: 279 %s mismatches: 0 %()s mismatches: 0 %() missing s/d: 0 Runaway context: 0 PO Coverage: 90.27% Template Coverage: 90.33% Still not perfect, but we're moving forward. svn: r7456 2006-10-27 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: A few more corrections getting ready for the 2.2 release check_po result File: nl.po Template total: 2864 PO total: 2866 Fuzzy: 149 Untranslated: 279 %s mismatches: 0 %()s mismatches: 0 %() missing s/d: 0 Runaway context: 0 PO Coverage: 90.27% Template Coverage: 90.33% Still not perfect, but we're moving forward. svn: r7456 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: 2006-10-26 Alex Roitman <shura@gramps-project.org> * *.po: merge new string. * lt.po: updated Lithuanian translation. svn: r7455 2006-10-27 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: 2006-10-26 Alex Roitman <shura@gramps-project.org> * *.po: merge new string. * lt.po: updated Lithuanian translation. svn: r7455 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks. py: * src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py (name): Correct the string. svn: r7454 2006-10-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py: * src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py (name): Correct the string. svn: r7454 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/tips.xml.in: * src/data/tips.xml.in: Update bug tracker address. svn: r7453 2006-10-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/tips.xml.in: * src/data/tips.xml.in: Update bug tracker address. svn: r7453 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/gramps.pot: * gramps.pot: regenerate template. svn: r7452 2006-10-27 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/gramps.pot: * gramps.pot: regenerate template. svn: r7452 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: * C/gramps.xml: Add sect2 ids; remove image scale; add abstract and maintainer fields. svn: r7451 2006-10-27 Alex Roitman <shura@gramps-project.org> * help/C/gramps.xml, help/ChangeLog: * C/gramps.xml: Add sect2 ids; remove image scale; add abstract and maintainer fields. svn: r7451 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: * C/gramps.xml: Add sect2 ids; remove image scale. svn: r7450 2006-10-27 Alex Roitman <shura@gramps-project.org> * help/C/gramps.xml, help/ChangeLog: * C/gramps.xml: Add sect2 ids; remove image scale. svn: r7450 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/gramps.xml, gramps2/help/ChangeLog: 2006-10-27 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Add sect2 ids. svn: r7449 2006-10-27 Alex Roitman <shura@gramps-project.org> * help/C/gramps.xml, help/ChangeLog: 2006-10-27 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Add sect2 ids. svn: r7449 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in: 2006-10-27 Alex Roitman <shura@gramps-project.org> * src/const.py.in: Put gettext import back. svn: r7448 2006-10-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in: 2006-10-27 Alex Roitman <shura@gramps-project.org> * src/const.py.in: Put gettext import back. svn: r7448 2006-10-27 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7447 2006-10-27 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7447 2006-10-27 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Update translation. svn: r7446 2006-10-27 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Update translation. svn: r7446 2006-10-27 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7445 2006-10-27 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7445 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py, gramps2/src/const.py.in: * src/ViewManager.py (ViewManager.about): Translate comments. * src/const.py.in: No gettext (won't work anyway because const.py is imported before textdomain is set. svn: r7444 2006-10-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py, src/const.py.in: * src/ViewManager.py (ViewManager.about): Translate comments. * src/const.py.in: No gettext (won't work anyway because const.py is imported before textdomain is set. svn: r7444 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r7443 2006-10-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r7443 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: 2006-10-26 Alex Roitman <shura@gramps-project.org> * *.po: merge new string. svn: r7442 2006-10-27 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: 2006-10-26 Alex Roitman <shura@gramps-project.org> * *.po: merge new string. svn: r7442 2006-10-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/help/gramps.pot, gramps2/src/TipOfDay.py, gramps2/src/data/tips.xml.in: 2006-10-26 Alex Roitman <shura@gramps-project.org> * help/gramps.pot: Regenerate manual template. * src/data/tips.xml.in (family): Escape quotes. * src/TipOfDay.py (TipParserescape): Remove: no need to escape here. (TipOfDay.escape): Escape here, to allow for gettext lookup. (TipOfDay.next_tip_cb): Escape prior to gettext lookup. svn: r7441 2006-10-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, help/gramps.pot, src/TipOfDay.py, src/data/tips.xml.in: 2006-10-26 Alex Roitman <shura@gramps-project.org> * help/gramps.pot: Regenerate manual template. * src/data/tips.xml.in (family): Escape quotes. * src/TipOfDay.py (TipParserescape): Remove: no need to escape here. (TipOfDay.escape): Escape here, to allow for gettext lookup. (TipOfDay.next_tip_cb): Escape prior to gettext lookup. svn: r7441 2006-10-26 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/sk.po: 2006-10-26 Lubo Vasko <pgval@post.sk> * sk.po: Update translation. svn: r7440 2006-10-26 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/sk.po: 2006-10-26 Lubo Vasko <pgval@post.sk> * sk.po: Update translation. svn: r7440 2006-10-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/pl.po, gramps2/src/plugins/rel_pl.py: Update svn: r7439 2006-10-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/pl.po, src/plugins/rel_pl.py: Update svn: r7439 2006-10-25 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/po/de.po: Translation update. svn: r7438 2006-10-25 Martin Hawlisch <martin.hawlisch@gmx.de> * po/de.po: Translation update. svn: r7438 2006-10-25 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/ru.po: 2006-10-24 Alex Roitman <shura@gramps-project.org> * ru.po: Update translation. svn: r7437 2006-10-25 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/ru.po: 2006-10-24 Alex Roitman <shura@gramps-project.org> * ru.po: Update translation. svn: r7437 2006-10-24 Alex Roitman <shura@gramps-project.org> * gramps2/po/nb.po, gramps2/po/no.po: Update svn: r7436 2006-10-24 Alex Roitman <shura@gramps-project.org> * po/nb.po, po/no.po: Update svn: r7436 2006-10-24 Espen Berg <espenbe@gmail.com> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: Updated Norwegian translation nb.po and no.po svn: r7435 2006-10-24 Espen Berg <espenbe@gmail.com> * po/ChangeLog, po/nb.po, po/no.po: Updated Norwegian translation nb.po and no.po svn: r7435 2006-10-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_source_ref): Cap confidence. svn: r7434 2006-10-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_source_ref): Cap confidence. svn: r7434 2006-10-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (parse_source_eference): Cap confidence value. svn: r7433 2006-10-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (parse_source_eference): Cap confidence value. svn: r7433 2006-10-24 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Update swedish translation svn: r7432 2006-10-24 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Update swedish translation svn: r7432 2006-10-24 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7431 2006-10-24 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7431 2006-10-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in: 2006-10-23 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up release number. * NEWS: Typo. svn: r7430 2006-10-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, configure.in: 2006-10-23 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up release number. * NEWS: Typo. svn: r7430 2006-10-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/ReportBase/_BareReportDialog.py: 2006-10-23 Don Allingham <don@gramps-project.org> * src/ReportBase/_BareReportDialog.py: declare logger. svn: r7429 2006-10-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/ReportBase/_BareReportDialog.py: 2006-10-23 Don Allingham <don@gramps-project.org> * src/ReportBase/_BareReportDialog.py: declare logger. svn: r7429 2006-10-24 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/configure.in, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: 2.2.0rc2 svn: r7428 2006-10-24 Don Allingham <don@gramps-project.org> * NEWS, configure.in, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: 2.2.0rc2 svn: r7428 2006-10-24 Alex Roitman <shura@gramps-project.org> * gramps2/po/ru.po: Update svn: r7427 2006-10-24 Alex Roitman <shura@gramps-project.org> * po/ru.po: Update svn: r7427 2006-10-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/fr.po: update French translation svn: r7426 2006-10-23 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/POTFILES.in, po/fr.po: update French translation svn: r7426 2006-10-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update French translation for manual svn: r7425 2006-10-23 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update French translation for manual svn: r7425 2006-10-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/help/C/gramps.xml, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-10-22 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: remove dead code * src/GrampsDb/_ReadGedcom.py: handle Legacy _PREF * src/DisplayModels/_PeopleModel.py: speed improvement on name svn: r7424 2006-10-23 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, help/C/gramps.xml, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py, src/GrampsDb/_ReadGedcom.py: 2006-10-22 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: remove dead code * src/GrampsDb/_ReadGedcom.py: handle Legacy _PREF * src/DisplayModels/_PeopleModel.py: speed improvement on name svn: r7424 2006-10-22 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Fixed compilation error. svn: r7423 2006-10-22 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Fixed compilation error. svn: r7423 2006-10-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/tips.xml.in: 2006-10-21 Alex Roitman <shura@gramps-project.org> * src/data/tips.xml.in (tip67): Escape angle bracket. svn: r7422 2006-10-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/tips.xml.in: 2006-10-21 Alex Roitman <shura@gramps-project.org> * src/data/tips.xml.in (tip67): Escape angle bracket. svn: r7422 2006-10-21 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Many more changes by Erik. Solved format errors. Remains: 175 fuzzies, 309 untranslated. svn: r7421 2006-10-21 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Many more changes by Erik. Solved format errors. Remains: 175 fuzzies, 309 untranslated. svn: r7421 2006-10-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py, gramps2/src/glade/gramps.glade: 2006-10-20 Benny Malengier <bm@cage.UGent.be> * src/DataViews/_PlaceView.py: Fix lattitude/longitude typo. * src/glade/gramps.glade: Swap the order of latt/long in UI. svn: r7420 2006-10-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py, src/glade/gramps.glade: 2006-10-20 Benny Malengier <bm@cage.UGent.be> * src/DataViews/_PlaceView.py: Fix lattitude/longitude typo. * src/glade/gramps.glade: Swap the order of latt/long in UI. svn: r7420 2006-10-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_pl.py: 2006-10-20 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_pl.py: Typo. svn: r7419 2006-10-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_pl.py: 2006-10-20 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_pl.py: Typo. svn: r7419 2006-10-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/rel_pl.py: Update svn: r7418 2006-10-20 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_pl.py: Update svn: r7418 2006-10-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/rel_pl.py: In .: 2006-10-19 Piotr Czubaszek <pioterus@gmail.com> * src/plugins/rel_pl.py: Polish relationship calculator. * src/plugins/Makefile.am (pkgdata_PYTHON): Add rel_pl.py In po: * POTFILES.in: Add new file. svn: r7417 2006-10-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/plugins/Makefile.am, src/plugins/rel_pl.py: In .: 2006-10-19 Piotr Czubaszek <pioterus@gmail.com> * src/plugins/rel_pl.py: Polish relationship calculator. * src/plugins/Makefile.am (pkgdata_PYTHON): Add rel_pl.py In po: * POTFILES.in: Add new file. svn: r7417 2006-10-20 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2006-10-19 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7416 2006-10-20 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2006-10-19 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7416 2006-10-20 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/sk.po: 2006-10-19 Lubo Vasko <pgval@post.sk> * sk.po: Update translation. svn: r7415 2006-10-20 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/sk.po: 2006-10-19 Lubo Vasko <pgval@post.sk> * sk.po: Update translation. svn: r7415 2006-10-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2006-10-18 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (change_redo_label, change_redo_label): Translate labels. svn: r7414 2006-10-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: 2006-10-18 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (change_redo_label, change_redo_label): Translate labels. svn: r7414 2006-10-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Desbrowser.py: 2006-10-17 Don Allingham <don@gramps-project.org> * src/plugins/Desbrowser.py: fix callback parameter list svn: r7413 2006-10-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Desbrowser.py: 2006-10-17 Don Allingham <don@gramps-project.org> * src/plugins/Desbrowser.py: fix callback parameter list svn: r7413 2006-10-17 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7412 2006-10-17 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7412 2006-10-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py: 2006-10-16 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditPerson.py (_given_focus_out_event): Convert to unicode before guessing gender. svn: r7411 2006-10-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: 2006-10-16 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditPerson.py (_given_focus_out_event): Convert to unicode before guessing gender. svn: r7411 2006-10-16 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Another batch of changes and corrections by Erik. svn: r7410 2006-10-16 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Another batch of changes and corrections by Erik. svn: r7410 2006-10-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/glade/gramps.glade: 2006-10-15 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: fix bad function call * src/glade/gramps.glade: consistent place name svn: r7409 2006-10-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py, src/glade/gramps.glade: 2006-10-15 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: fix bad function call * src/glade/gramps.glade: consistent place name svn: r7409 2006-10-16 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FanChart.py: * src/plugins/FanChart.py: Fix name display for gen 6 and 7 svn: r7408 2006-10-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FanChart.py: * src/plugins/FanChart.py: Fix name display for gen 6 and 7 svn: r7408 2006-10-15 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: Added suggestions for the last three untranslated strings in the files.... Keept on as fuzzy. I'll test it later, to see where it's actually used. svn: r7407 2006-10-15 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Added suggestions for the last three untranslated strings in the files.... Keept on as fuzzy. I'll test it later, to see where it's actually used. svn: r7407 2006-10-15 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/pl.po: 2006-10-15 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7406 2006-10-15 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/pl.po: 2006-10-15 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7406 2006-10-15 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: 2006-10-15 Espen Berg <espen.berg@ntnu.no> * nb.po, no.po: Translation update. svn: r7405 2006-10-15 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/nb.po, po/no.po: 2006-10-15 Espen Berg <espen.berg@ntnu.no> * nb.po, no.po: Translation update. svn: r7405 2006-10-14 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7404 2006-10-14 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7404 2006-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: * *.po: Merge all translations with new strings. svn: r7403 2006-10-13 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: * *.po: Merge all translations with new strings. svn: r7403 2006-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/sk.po: 2006-10-13 Alex Roitman <shura@gramps-project.org> * sk.po: Update translation. svn: r7402 2006-10-13 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/sk.po: 2006-10-13 Alex Roitman <shura@gramps-project.org> * sk.po: Update translation. svn: r7402 2006-10-12 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Many corrections of the fuzzies again. Several new translations by Erik de Richter. svn: r7401 2006-10-12 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Many corrections of the fuzzies again. Several new translations by Erik de Richter. svn: r7401 2006-10-12 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml: update/clean French translation for manual svn: r7400 2006-10-12 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml: update/clean French translation for manual svn: r7400 2006-10-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: 2006-10-11 Alex Roitman <shura@gramps-project.org> * RELEASE: version 2.2.0rc1 is released. * configure.in: Bump up the version number. svn: r7399 2006-10-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: 2006-10-11 Alex Roitman <shura@gramps-project.org> * RELEASE: version 2.2.0rc1 is released. * configure.in: Bump up the version number. svn: r7399 2006-10-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/_FilterComboBox.py: * src/Filters/_FilterComboBox.py (set): Force unicode. svn: r7398 2006-10-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/_FilterComboBox.py: * src/Filters/_FilterComboBox.py (set): Force unicode. svn: r7398 2006-10-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py (write_person): Catch missing image files. svn: r7397 2006-10-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py (write_person): Catch missing image files. svn: r7397 2006-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/help/ChangeLog, gramps2/help/gramps-manual.pot, gramps2/help/gramps.pot: * gramps.pot: replace gramps-manual.pot svn: r7396 2006-10-11 Alex Roitman <shura@gramps-project.org> * help/ChangeLog, help/gramps-manual.pot, help/gramps.pot: * gramps.pot: replace gramps-manual.pot svn: r7396 2006-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml, gramps2/help/C/gramps.xml, gramps2/help/ChangeLog, gramps2/help/Makefile.am, gramps2/help/gramps-manual.omf.in, gramps2/help/gramps.omf.in, gramps2/src/GrampsDisplay.py: In .: 2006-10-11 Alex Roitman <shura@gramps-project.org> * src/GrampsDisplay.py (help): Rename gramps-manual to gramps. In help: * Makefile.am (DOC_MODULE): Use gramps in stead of gramps-manual. * C/gramps.xml: Add in place of gramps-manual.xml; add more authors. * gramps.omf.in: Add in place of gramps-manual.omf.in svn: r7395 2006-10-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml, help/C/gramps.xml, help/ChangeLog, help/Makefile.am, help/gramps-manual.omf.in, help/gramps.omf.in, src/GrampsDisplay.py: In .: 2006-10-11 Alex Roitman <shura@gramps-project.org> * src/GrampsDisplay.py (help): Rename gramps-manual to gramps. In help: * Makefile.am (DOC_MODULE): Use gramps in stead of gramps-manual. * C/gramps.xml: Add in place of gramps-manual.xml; add more authors. * gramps.omf.in: Add in place of gramps-manual.omf.in svn: r7395 2006-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/help/C/authors.xml, gramps2/help/ChangeLog, gramps2/po/ChangeLog, gramps2/po/sk.po: In help: 2006-10-11 Alex Roitman <shura@gramps-project.org> * C/authors.xml: Add mote authors. In po: 2006-10-11 Lubo Vasko <pgval@post.sk> * sk.po: Update translation. svn: r7394 2006-10-11 Alex Roitman <shura@gramps-project.org> * help/C/authors.xml, help/ChangeLog, po/ChangeLog, po/sk.po: In help: 2006-10-11 Alex Roitman <shura@gramps-project.org> * C/authors.xml: Add mote authors. In po: 2006-10-11 Lubo Vasko <pgval@post.sk> * sk.po: Update translation. svn: r7394 2006-10-11 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Mime/_WinMime.py: * src/Mime/_WinMime.py: potential fix for #446 svn: r7393 2006-10-11 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Mime/_WinMime.py: * src/Mime/_WinMime.py: potential fix for #446 svn: r7393 2006-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: Update version number. svn: r7392 2006-10-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Update version number. svn: r7392 2006-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Selectors/_BaseSelector.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py: In .: 2006-10-10 Alex Roitman <shura@gramps-project.org> * NEWS: Update. * src/plugins/ExportVCalendar.py (get_option_box): Use custom filters. * src/plugins/ExportVCard.py (get_option_box): Use custom filters. * src/plugins/WriteFtree.py (get_option_box): Use custom filters. * src/plugins/WriteGeneWeb.py (get_option_box): Use custom filters. * src/Selectors/_BaseSelector.py: Import gettext. * src/ReportBase/_StyleEditor.py: Make style editor not modal * src/glade/gramps.glade: Make style editor not modal * src/GrampsLogger/_ErrorReportAssistant.py: Fix typo. * src/plugins/AncestorReport.py: Fix generation numbers. * src/GrampsLogger/_ErrorReportAssistant.py: Fix email client launch (#455) * src/plugins/Checkpoint.py: typo * src/docgen/RTFDoc.py: fix page breaks (#0000441) * src/plugins/Calendar.py: fix filter typo * src/plugins/WritePkg.py: don't set uid on Windows In po: 2006-10-10 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Include all of Selectors package. * sk.po: Update translation. * lt.po: updated Lithuanian translation. svn: r7391 2006-10-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, po/ChangeLog, po/POTFILES.in, src/Selectors/_BaseSelector.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: In .: 2006-10-10 Alex Roitman <shura@gramps-project.org> * NEWS: Update. * src/plugins/ExportVCalendar.py (get_option_box): Use custom filters. * src/plugins/ExportVCard.py (get_option_box): Use custom filters. * src/plugins/WriteFtree.py (get_option_box): Use custom filters. * src/plugins/WriteGeneWeb.py (get_option_box): Use custom filters. * src/Selectors/_BaseSelector.py: Import gettext. * src/ReportBase/_StyleEditor.py: Make style editor not modal * src/glade/gramps.glade: Make style editor not modal * src/GrampsLogger/_ErrorReportAssistant.py: Fix typo. * src/plugins/AncestorReport.py: Fix generation numbers. * src/GrampsLogger/_ErrorReportAssistant.py: Fix email client launch (#455) * src/plugins/Checkpoint.py: typo * src/docgen/RTFDoc.py: fix page breaks (#0000441) * src/plugins/Calendar.py: fix filter typo * src/plugins/WritePkg.py: don't set uid on Windows In po: 2006-10-10 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Include all of Selectors package. * sk.po: Update translation. * lt.po: updated Lithuanian translation. svn: r7391 2006-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (strip_dict): Do not strip tab, LF, CR. svn: r7390 2006-10-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (strip_dict): Do not strip tab, LF, CR. svn: r7390 2006-10-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am: 2006-10-10 Don Allingham <don@gramps-project.org> * src/gramps_main.py: use pngs for windows svn: r7389 2006-10-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py, src/images/Makefile.am: 2006-10-10 Don Allingham <don@gramps-project.org> * src/gramps_main.py: use pngs for windows svn: r7389 2006-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-10-10 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_10, gramps_upgrade_11): Properly use TXN. svn: r7388 2006-10-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-10-10 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_10, gramps_upgrade_11): Properly use TXN. svn: r7388 2006-10-10 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Another set of changes to reduce the fuzzies. svn: r7387 2006-10-10 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Another set of changes to reduce the fuzzies. svn: r7387 2006-10-10 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Again, this time for real. svn: r7386 2006-10-10 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Again, this time for real. svn: r7386 2006-10-10 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Updated the texts with: make -C po gramps.pot (cd po; msgmerge --no-wrap nl.po gramps.pot -o nl.new.po) (cd po; mv nl.new.po nl.po) Corrected/removed a few more fuzzies. svn: r7385 2006-10-10 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Updated the texts with: make -C po gramps.pot (cd po; msgmerge --no-wrap nl.po gramps.pot -o nl.new.po) (cd po; mv nl.new.po nl.po) Corrected/removed a few more fuzzies. svn: r7385 2006-10-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-10-09 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (has_object_handle): Typo. svn: r7384 2006-10-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: 2006-10-09 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (has_object_handle): Typo. svn: r7384 2006-10-10 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: remove debugging svn: r7383 2006-10-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: remove debugging svn: r7383 2006-10-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-10-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix object importation svn: r7382 2006-10-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-10-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix object importation svn: r7382 2006-10-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_ReportDialog.py: * src/ReportBase/_BareReportDialog.py (setup_title): Set name to empty string if no person is available. * src/ReportBase/_ReportDialog.py (get_header): Make meaningful title for the header when name is empty. svn: r7381 2006-10-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_ReportDialog.py: * src/ReportBase/_BareReportDialog.py (setup_title): Set name to empty string if no person is available. * src/ReportBase/_ReportDialog.py (get_header): Make meaningful title for the header when name is empty. svn: r7381 2006-10-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_FilterEditor.py: 2006-10-09 Alex Roitman <shura@gramps-project.org> * src/FilterEditor/_FilterEditor.py (close): Allow more arguments. svn: r7380 2006-10-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_FilterEditor.py: 2006-10-09 Alex Roitman <shura@gramps-project.org> * src/FilterEditor/_FilterEditor.py (close): Allow more arguments. svn: r7380 2006-10-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Selectors/_SelectPerson.py, gramps2/src/glade/gramps.glade: * src/Selectors/_SelectPerson.py: enable toggle button to display all * src/glade/gramps.glade: add toggle button svn: r7379 2006-10-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/Selectors/_SelectPerson.py, src/glade/gramps.glade: * src/Selectors/_SelectPerson.py: enable toggle button to display all * src/glade/gramps.glade: add toggle button svn: r7379 2006-10-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py, gramps2/src/RelLib/_Name.py: 2006-10-09 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py: add person's name to title * src/RelLib/_Name.py: add empty check svn: r7378 2006-10-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/RelLib/_Name.py: 2006-10-09 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py: add person's name to title * src/RelLib/_Name.py: add empty check svn: r7378 2006-10-09 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/da.po: 2006-10-09 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7377 2006-10-09 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/da.po: 2006-10-09 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7377 2006-10-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r7376 2006-10-09 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r7376 2006-10-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py: error message on disk space full * src/Bookmarks.py: removed deleted items svn: r7375 2006-10-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py: error message on disk space full * src/Bookmarks.py: removed deleted items svn: r7375 2006-10-09 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent * src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent svn: r7374 2006-10-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent * src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent svn: r7374 2006-10-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/Editors/_EditPlace.py: * src/Editors/_EditPlace.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditPersonRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditPerson.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditName.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditMediaRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditMedia.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditFamily.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditLdsOrd.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditEventRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditEvent.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditChildRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditAttribute.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditAddress.py (_create_tabbed_pages): Fix sources. svn: r7373 2006-10-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py: * src/Editors/_EditPlace.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditPersonRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditPerson.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditName.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditMediaRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditMedia.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditFamily.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditLdsOrd.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditEventRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditEvent.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditChildRef.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditAttribute.py (_create_tabbed_pages): Fix sources. * src/Editors/_EditAddress.py (_create_tabbed_pages): Fix sources. svn: r7373 2006-10-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/DisplayTabs/_SourceRefModel.py, gramps2/src/Editors/_EditReference.py: 2006-10-08 Don Allingham <don@gramps-project.org> * src/Editors/_EditReference.py: call cancel_and_close on window cancel * src/DisplayTabs/_SourceRefModel.py: remove debug * src/DisplayTabs/_EmbeddedList.py: remove debug svn: r7372 2006-10-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_SourceRefModel.py, src/Editors/_EditReference.py: 2006-10-08 Don Allingham <don@gramps-project.org> * src/Editors/_EditReference.py: call cancel_and_close on window cancel * src/DisplayTabs/_SourceRefModel.py: remove debug * src/DisplayTabs/_EmbeddedList.py: remove debug svn: r7372 2006-10-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_Location.py, gramps2/src/RelLib/_LocationBase.py: 2006-10-08 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Location.py (set_county, get_county): Move into LocationBase class. * src/RelLib/_LocationBase.py (set_county, get_county): Move from Location class. svn: r7371 2006-10-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_Location.py, src/RelLib/_LocationBase.py: 2006-10-08 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Location.py (set_county, get_county): Move into LocationBase class. * src/RelLib/_LocationBase.py (set_county, get_county): Move from Location class. svn: r7371 2006-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_TextTab.py, gramps2/src/Editors/_EditSourceRef.py: * src/Editors/_EditSourceRef.py (_cleanup_on_exit): Factor out cleanup into its own method (as in the parent class). FIXME: This needs to be fixed so that _cleanup_on_exit is not run on OK, only on cancel. Maybe we need _clean_up_on_cancel() ? * src/DisplayTabs/_TextTab.py (cancel): Only reset text, not the whole source reference. svn: r7370 2006-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_TextTab.py, src/Editors/_EditSourceRef.py: * src/Editors/_EditSourceRef.py (_cleanup_on_exit): Factor out cleanup into its own method (as in the parent class). FIXME: This needs to be fixed so that _cleanup_on_exit is not run on OK, only on cancel. Maybe we need _clean_up_on_cancel() ? * src/DisplayTabs/_TextTab.py (cancel): Only reset text, not the whole source reference. svn: r7370 2006-10-08 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditEventRef.py: debug test svn: r7369 2006-10-08 Don Allingham <don@gramps-project.org> * src/Editors/_EditEventRef.py: debug test svn: r7369 2006-10-08 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/DisplayTabs/_EventEmbedList.py, gramps2/src/DisplayTabs/_RepoEmbedList.py, gramps2/src/DisplayTabs/_SourceEmbedList.py, gramps2/src/DisplayTabs/_SourceRefModel.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditSourceRef.py: svn: r7368 2006-10-08 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_SourceRefModel.py, src/Editors/_EditPerson.py, src/Editors/_EditSourceRef.py: svn: r7368 2006-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: * src/plugins/BookReport.py (BookList.parse): Catch ValueError exception (coming from urllib2). svn: r7367 2006-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: * src/plugins/BookReport.py (BookList.parse): Catch ValueError exception (coming from urllib2). svn: r7367 2006-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/LdsUtils.py: * src/LdsUtils.py (temples): Correct code for San Antonio. svn: r7366 2006-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/LdsUtils.py: * src/LdsUtils.py (temples): Correct code for San Antonio. svn: r7366 2006-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (GedcomWriterOptionBox.get_option_box): Add custom filters to the filter list. svn: r7365 2006-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (GedcomWriterOptionBox.get_option_box): Add custom filters to the filter list. svn: r7365 2006-10-07 Alex Roitman <shura@gramps-project.org> * gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng: Update svn: r7364 2006-10-07 Alex Roitman <shura@gramps-project.org> * data/grampsxml.dtd, data/grampsxml.rng: Update svn: r7364 2006-10-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: 2006-10-07 Alex Roitman <shura@gramps-project.org> * data/grampsxml.dtd: Update DTD for XML 1.1.3. * data/grampsxml.rng: Update schema for XML 1.1.3. * src/GrampsDb/_ReadXML.py (stop_county): Read county. * src/GrampsDb/_WriteXML.py (write_address_list): Write county. svn: r7363 2006-10-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: 2006-10-07 Alex Roitman <shura@gramps-project.org> * data/grampsxml.dtd: Update DTD for XML 1.1.3. * data/grampsxml.rng: Update schema for XML 1.1.3. * src/GrampsDb/_ReadXML.py (stop_county): Read county. * src/GrampsDb/_WriteXML.py (write_address_list): Write county. svn: r7363 2006-10-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py: in key/value pairs; (dump_location): Remove debug output. svn: r7362 2006-10-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py: in key/value pairs; (dump_location): Remove debug output. svn: r7362 2006-10-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: More upgrade fixes. svn: r7361 2006-10-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: More upgrade fixes. svn: r7361 2006-10-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (write_data_map): Escape special chars in key/value pairs. * src/GrampsDb/_GrampsBSDDB.py (load): Do not create logs when TXN is disabled; (gramps_upgrade_9): Include upgrade_11 steps into upgrade_9. svn: r7360 2006-10-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (write_data_map): Escape special chars in key/value pairs. * src/GrampsDb/_GrampsBSDDB.py (load): Do not create logs when TXN is disabled; (gramps_upgrade_9): Include upgrade_11 steps into upgrade_9. svn: r7360 2006-10-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/plugins/SoundGen.py: * src/PluginUtils/_Plugins.py: ignore pressing apply without a plugin being selected * src/plugins/SoundGen.py: Dont fail with empty database svn: r7359 2006-10-06 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PluginUtils/_Plugins.py, src/plugins/SoundGen.py: * src/PluginUtils/_Plugins.py: ignore pressing apply without a plugin being selected * src/plugins/SoundGen.py: Dont fail with empty database svn: r7359 2006-10-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-10-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Do not create logs when TXN is disabled. svn: r7358 2006-10-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-10-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Do not create logs when TXN is disabled. svn: r7358 2006-10-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (set_inactive): Check active status. svn: r7357 2006-10-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (set_inactive): Check active status. svn: r7357 2006-10-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_11): Upgrade addresses in repositories. svn: r7356 2006-10-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_11): Upgrade addresses in repositories. svn: r7356 2006-10-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsConfigKeys.py: 2006-10-05 Alex Roitman <shura@gramps-project.org> * src/Config/_GrampsConfigKeys.py: Regenerate file (proper type for transactions key). svn: r7355 2006-10-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py: 2006-10-05 Alex Roitman <shura@gramps-project.org> * src/Config/_GrampsConfigKeys.py: Regenerate file (proper type for transactions key). svn: r7355 2006-10-05 Kees Bakker <kees.bakker@xs4all.nl> * gramps2/po/nl.po: Translation update. svn: r7354 2006-10-05 Kees Bakker <kees.bakker@xs4all.nl> * po/nl.po: Translation update. svn: r7354 2006-10-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EventEmbedList.py: 2006-10-04 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EventEmbedList.py: catch attempt to multiply edit an event through events and event references 2006-10-03 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: don't try to change families if the parents don't exist svn: r7353 2006-10-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_EventEmbedList.py: 2006-10-04 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EventEmbedList.py: catch attempt to multiply edit an event through events and event references 2006-10-03 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: don't try to change families if the parents don't exist svn: r7353 2006-10-05 Alex Roitman <shura@gramps-project.org> * gramps2/po/sk.po: Update svn: r7352 2006-10-05 Alex Roitman <shura@gramps-project.org> * po/sk.po: Update svn: r7352 2006-10-05 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/sk.po: 2006-10-04 Lubo Vasko <pgval@post.sk> * po/sk.po: Update translation. svn: r7351 2006-10-05 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/sk.po: 2006-10-04 Lubo Vasko <pgval@post.sk> * po/sk.po: Update translation. svn: r7351 2006-10-04 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py: svn: r7350 2006-10-04 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: svn: r7350 2006-10-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/PatchNames.py: 2006-10-03 Jerome Rapinat <romjerome@yahoo.fr> * src/plugins/ChangeNames.py: fix path name * src/plugins/PatchNames.py: clean up svn: r7349 2006-10-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/ChangeNames.py, src/plugins/PatchNames.py: 2006-10-03 Jerome Rapinat <romjerome@yahoo.fr> * src/plugins/ChangeNames.py: fix path name * src/plugins/PatchNames.py: clean up svn: r7349 2006-10-03 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Updated swedish translation svn: r7348 2006-10-03 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Updated swedish translation svn: r7348 2006-10-03 Jérôme Rapinat <romjerome@yahoo.fr> * : fix end-line issue and try to keep native ... svn: r7347 2006-10-03 Jérôme Rapinat <romjerome@yahoo.fr> * : fix end-line issue and try to keep native ... svn: r7346 2006-10-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NoteTab.py, gramps2/src/DisplayTabs/_TextTab.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/ViewManager.py: 2006-10-03 Don Allingham <don@gramps-project.org> * src/GrampsLogger/_ErrorReportAssistant.py: capitalize "GRAMPS" * src/ViewManager.py: display buttons on first open * src/Editors/_EditSourceRef.py: fix cancelling of text (bug #450) * src/DisplayTabs/_NoteTab.py: fix cancelling of text * src/DisplayTabs/_TextTab.py: fix cancelling of text svn: r7345 2006-10-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_TextTab.py, src/Editors/_EditSourceRef.py, src/GrampsLogger/_ErrorReportAssistant.py, src/ViewManager.py: 2006-10-03 Don Allingham <don@gramps-project.org> * src/GrampsLogger/_ErrorReportAssistant.py: capitalize "GRAMPS" * src/ViewManager.py: display buttons on first open * src/Editors/_EditSourceRef.py: fix cancelling of text (bug #450) * src/DisplayTabs/_NoteTab.py: fix cancelling of text * src/DisplayTabs/_TextTab.py: fix cancelling of text svn: r7345 2006-10-03 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml, gramps2/po/fr.po: update French translation svn: r7344 2006-10-03 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml, po/fr.po: update French translation svn: r7344 2006-10-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py: save description properly on read svn: r7343 2006-10-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py: save description properly on read svn: r7343 2006-10-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_Location.py: * src/RelLib/_Location.py: call parent class properly svn: r7342 2006-10-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/_Location.py: * src/RelLib/_Location.py: call parent class properly svn: r7342 2006-10-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PlaceModel.py, gramps2/src/Selectors/_SelectPlace.py: 2006-10-02 Don Allingham <don@gramps-project.org> * src/Selectors/_SelectPlace.py: use proper column for place handle * src/DisplayModels/_PlaceModel.py: specify place handle svn: r7341 2006-10-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PlaceModel.py, src/Selectors/_SelectPlace.py: 2006-10-02 Don Allingham <don@gramps-project.org> * src/Selectors/_SelectPlace.py: use proper column for place handle * src/DisplayModels/_PlaceModel.py: specify place handle svn: r7341 2006-10-02 Don Allingham <don@gramps-project.org> * gramps2/src/ViewManager.py: update svn: r7340 2006-10-02 Don Allingham <don@gramps-project.org> * src/ViewManager.py: update svn: r7340 2006-10-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Utils.py, gramps2/src/ViewManager.py: 2006-10-01 Don Allingham <don@gramps-project.org> * src/Utils.py: catch divide by zero case * src/ViewManager.py: change change to same page (#410) svn: r7339 2006-10-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/Utils.py, src/ViewManager.py: 2006-10-01 Don Allingham <don@gramps-project.org> * src/Utils.py: catch divide by zero case * src/ViewManager.py: change change to same page (#410) svn: r7339 2006-09-30 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7338 2006-09-30 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7338 2006-09-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py: limit source name in menu display to 40 characters (#451) svn: r7337 2006-09-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py: limit source name in menu display to 40 characters (#451) svn: r7337 2006-09-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-09-29 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Handle the Place/Address combination for events svn: r7336 2006-09-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-09-29 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Handle the Place/Address combination for events svn: r7336 2006-09-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DisplayModels/_PlaceModel.py, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-09-28 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py: add street column (bug #459) * src/DisplayModels/_PlaceModel.py: add street column * src/GrampsDb/_GrampsDbBase.py: add street column svn: r7335 2006-09-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py, src/DisplayModels/_PlaceModel.py, src/GrampsDb/_GrampsDbBase.py: 2006-09-28 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py: add street column (bug #459) * src/DisplayModels/_PlaceModel.py: add street column * src/GrampsDb/_GrampsDbBase.py: add street column svn: r7335 2006-09-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_StyleEditor.py, gramps2/src/glade/gramps.glade: * src/ReportBase/_StyleEditor.py: Make style editor not modal * src/glade/gramps.glade: Make style editor not modal svn: r7334 2006-09-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_StyleEditor.py, src/glade/gramps.glade: * src/ReportBase/_StyleEditor.py: Make style editor not modal * src/glade/gramps.glade: Make style editor not modal svn: r7334 2006-09-27 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/sv.po: Updated swedish translation (work in progress). svn: r7333 2006-09-27 Stefan Bjork <betula@users.sourceforge.net> * po/ChangeLog, po/sv.po: Updated swedish translation (work in progress). svn: r7333 2006-09-27 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py: Fix typo. svn: r7332 2006-09-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py: Fix typo. svn: r7332 2006-09-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/QuestionDialog.py, gramps2/src/ViewManager.py: * src/ViewManager.py: fix message * src/Config/_GrampsConfigKeys.py: set default value * src/QuestionDialog.py: set value from config * data/gramps.schemas.in: fix default value svn: r7331 2006-09-26 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/QuestionDialog.py, src/ViewManager.py: * src/ViewManager.py: fix message * src/Config/_GrampsConfigKeys.py: set default value * src/QuestionDialog.py: set value from config * data/gramps.schemas.in: fix default value svn: r7331 2006-09-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_GrampsDBCallback.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/QuestionDialog.py: 2006-09-25 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDBCallback.py: catch db transaction problem * src/GrampsCfg.py: reset PORT_WARN when TRANSACTION re-enabled * src/QuestionDialog.py: sync changes to config value * src/GrampsLogger/_ErrorReportAssistant.py: fix typo svn: r7330 2006-09-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/GrampsDb/_GrampsDBCallback.py, src/GrampsLogger/_ErrorReportAssistant.py, src/QuestionDialog.py: 2006-09-25 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDBCallback.py: catch db transaction problem * src/GrampsCfg.py: reset PORT_WARN when TRANSACTION re-enabled * src/QuestionDialog.py: sync changes to config value * src/GrampsLogger/_ErrorReportAssistant.py: fix typo svn: r7330 2006-09-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: * src/_ErrorReportAssistant.py: Fix email client launch (#455) svn: r7329 2006-09-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py: * src/_ErrorReportAssistant.py: Fix email client launch (#455) svn: r7329 2006-09-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/QuestionDialog.py, gramps2/src/ViewManager.py: 2006-09-24 Don Allingham <don@gramps-project.org> * src/ViewManager.py: fix call to warning dialog * src/QuestionDialog.py: Don't do internal check on value svn: r7328 2006-09-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/QuestionDialog.py, src/ViewManager.py: 2006-09-24 Don Allingham <don@gramps-project.org> * src/ViewManager.py: fix call to warning dialog * src/QuestionDialog.py: Don't do internal check on value svn: r7328 2006-09-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorReport.py: * src/plugins/AncestorReport.py: Fix generation numbers. svn: r7327 2006-09-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorReport.py: * src/plugins/AncestorReport.py: Fix generation numbers. svn: r7327 2006-09-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update French translation svn: r7326 2006-09-24 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update French translation svn: r7326 2006-09-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/data/gramps.schemas.in, gramps2/src/ArgHandler.py, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/DbLoader.py, gramps2/src/DisplayTabs/_LocationEmbedList.py, gramps2/src/DisplayTabs/_LocationModel.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsGEDDB.py, gramps2/src/GrampsDb/_GrampsXMLDB.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/Makefile.am, gramps2/src/QuestionDialog.py, gramps2/src/RelLib/_Address.py, gramps2/src/RelLib/_Location.py, gramps2/src/RelLib/_LocationBase.py, gramps2/src/ViewManager.py, gramps2/src/glade/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am, gramps2/src/images/events.svg, gramps2/src/images/place.svg, gramps2/src/images/reports.svg, gramps2/src/images/sources.svg, gramps2/src/images/tools.svg, gramps2/src/plugins/EventCmp.py: 2006-09-23 Don Allingham <don@gramps-project.org> * src/images/sources.svg: new icon * src/images/reports.svg: new icon * src/images/tools.svg: new icon * src/images/events.svg: new icon * src/images/place.svg: new icon * src/images/tools.svg: new icon * src/ViewManager.py: use new icons * src/gramps_main.py: register new icons 2006-09-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsGEDDB.py: support for disabling transactions * src/GrampsDb/_GrampsXMLDB.py: support for disabling transactions * src/GrampsDb/_GrampsBSDDB.py: support for disabling transactions * src/GrampsDb/_GrampsDbBase.py: support for disabling transactions * src/GrampsDb/_ReadGedcom.py: check for IO Eror * src/ViewManager.py: display message if a portability problem is detected * src/QuestionDialog.py: Add Warning dialog that can be disabled * src/DbLoader.py: Detect missing database problem * src/ArgHandler.py: support for disabling transactions * src/GrampsCfg.py: new config keys for transactions * src/Config/_GrampsConfigKeys.py: new config keys for transactions 2006-09-17 Don Allingham <don@gramps-project.org> * src/ViewManager.py: handle missing database on autoload (#447) * src/ArgHandler.py: handle missing database on autoload (#447) * src/DbLoader.py: handle missing database on autoload (#447) * src/Makefile.am: remove uninstalled packages from makefile * src/GrampsDb/_ReadXML.py: place vs. address changes * src/GrampsDb/_WriteXML.py: place vs. address changes * src/GrampsDb/_EditPlace.py: place vs. address changes * src/Editors/_EditPlace.py: place vs. address changes * src/Editors/_EditLocation.py: place vs. address changes * src/RelLib/_Address.py: place vs. address changes * src/RelLib/_LocationBase.py: place vs. address changes * src/RelLib/_Location.py: place vs. address changes * src/DisplayTabs/_LocationModel.py: place vs. address changes * src/DisplayTabs/_LocationEmbedList.py: place vs. address changes * src/glade/gramps.glade: place vs. address changes svn: r7325 2006-09-24 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, data/gramps.schemas.in, src/ArgHandler.py, src/Config/_GrampsConfigKeys.py, src/DbLoader.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_LocationModel.py, src/Editors/_EditFamily.py, src/Editors/_EditLocation.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/GrampsCfg.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/Makefile.am, src/QuestionDialog.py, src/RelLib/_Address.py, src/RelLib/_Location.py, src/RelLib/_LocationBase.py, src/ViewManager.py, src/glade/gramps.glade, src/gramps_main.py, src/images/Makefile.am, src/images/events.svg, src/images/place.svg, src/images/reports.svg, src/images/sources.svg, src/images/tools.svg, src/plugins/EventCmp.py: 2006-09-23 Don Allingham <don@gramps-project.org> * src/images/sources.svg: new icon * src/images/reports.svg: new icon * src/images/tools.svg: new icon * src/images/events.svg: new icon * src/images/place.svg: new icon * src/images/tools.svg: new icon * src/ViewManager.py: use new icons * src/gramps_main.py: register new icons 2006-09-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsGEDDB.py: support for disabling transactions * src/GrampsDb/_GrampsXMLDB.py: support for disabling transactions * src/GrampsDb/_GrampsBSDDB.py: support for disabling transactions * src/GrampsDb/_GrampsDbBase.py: support for disabling transactions * src/GrampsDb/_ReadGedcom.py: check for IO Eror * src/ViewManager.py: display message if a portability problem is detected * src/QuestionDialog.py: Add Warning dialog that can be disabled * src/DbLoader.py: Detect missing database problem * src/ArgHandler.py: support for disabling transactions * src/GrampsCfg.py: new config keys for transactions * src/Config/_GrampsConfigKeys.py: new config keys for transactions 2006-09-17 Don Allingham <don@gramps-project.org> * src/ViewManager.py: handle missing database on autoload (#447) * src/ArgHandler.py: handle missing database on autoload (#447) * src/DbLoader.py: handle missing database on autoload (#447) * src/Makefile.am: remove uninstalled packages from makefile * src/GrampsDb/_ReadXML.py: place vs. address changes * src/GrampsDb/_WriteXML.py: place vs. address changes * src/GrampsDb/_EditPlace.py: place vs. address changes * src/Editors/_EditPlace.py: place vs. address changes * src/Editors/_EditLocation.py: place vs. address changes * src/RelLib/_Address.py: place vs. address changes * src/RelLib/_LocationBase.py: place vs. address changes * src/RelLib/_Location.py: place vs. address changes * src/DisplayTabs/_LocationModel.py: place vs. address changes * src/DisplayTabs/_LocationEmbedList.py: place vs. address changes * src/glade/gramps.glade: place vs. address changes svn: r7325 2006-09-16 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py: * src/plugins/Checkpoint.py: typo svn: r7324 2006-09-16 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Checkpoint.py: * src/plugins/Checkpoint.py: typo svn: r7324 2006-09-13 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/src/DateHandler/_Date_fr.py: improve/add comments and remove register fr_LU (seems that don't exist for date_test.py) svn: r7323 2006-09-13 Jérôme Rapinat <romjerome@yahoo.fr> * src/DateHandler/_Date_fr.py: improve/add comments and remove register fr_LU (seems that don't exist for date_test.py) svn: r7323 2006-09-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: fix page breaks (#0000441) svn: r7322 2006-09-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: fix page breaks (#0000441) svn: r7322 2006-09-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/plugins/Check.py: 2006-09-12 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: provide a waring if a broken family is detected * src/plugins/Check.py: Don't remove families with no parents unless no children exist svn: r7321 2006-09-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/plugins/Check.py: 2006-09-12 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: provide a waring if a broken family is detected * src/plugins/Check.py: Don't remove families with no parents unless no children exist svn: r7321 2006-09-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: confidence level; (generate_date_tests): Remove invalid dates. svn: r7320 2006-09-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/TestcaseGenerator.py: confidence level; (generate_date_tests): Remove invalid dates. svn: r7320 2006-09-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py (fill_object): Use integer confidence level. svn: r7319 2006-09-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py (fill_object): Use integer confidence level. svn: r7319 2006-09-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler/_Date_fr.py: * src/DateHandler/_Date_fr.py (DateParserFR.init_strings): Typo. svn: r7318 2006-09-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateHandler/_Date_fr.py: * src/DateHandler/_Date_fr.py (DateParserFR.init_strings): Typo. svn: r7318 2006-09-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in: 2006-09-12 Alex Roitman <shura@gramps-project.org> * src/const.py.in (app_gramps): Revert to using a string. svn: r7317 2006-09-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in: 2006-09-12 Alex Roitman <shura@gramps-project.org> * src/const.py.in (app_gramps): Revert to using a string. svn: r7317 2006-09-12 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_WriteXML.py: attempt to fix win svn: r7316 2006-09-12 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteXML.py: attempt to fix win svn: r7316 2006-09-12 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadXML.py: update svn: r7315 2006-09-12 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: update svn: r7315 2006-09-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py: use os.path.isabs * src/ViewManager.py: path seperator fixes * src/GrampsDb/_ReadGedcom.py: path seperator fixes * src/GrampsDb/_ReadXML.py: path seperator fixes svn: r7314 2006-09-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py: use os.path.isabs * src/ViewManager.py: path seperator fixes * src/GrampsDb/_ReadGedcom.py: path seperator fixes * src/GrampsDb/_ReadXML.py: path seperator fixes svn: r7314 2006-09-11 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadXML.py: update svn: r7313 2006-09-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: update svn: r7313 2006-09-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/const.py.in: 2006-09-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: don't assume that os.path.sep is the first element of an absolute path. Many not be true on some legacy operating systems. svn: r7312 2006-09-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py, src/const.py.in: 2006-09-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: don't assume that os.path.sep is the first element of an absolute path. Many not be true on some legacy operating systems. svn: r7312 2006-09-11 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml: update French translation svn: r7311 2006-09-11 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml: update French translation svn: r7311 2006-09-11 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/fr.po: update french translation svn: r7310 2006-09-11 Jérôme Rapinat <romjerome@yahoo.fr> * po/ChangeLog, po/POTFILES.in, po/fr.po: update french translation svn: r7310 2006-09-11 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/ViewManager.py: svn: r7309 2006-09-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/ViewManager.py: svn: r7309 2006-09-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_PersonRefEmbedList.py: 2006-09-10 Don Allingham <don@gramps-project.org> * src/DisplayTabls/_PersonEmbedList.py: enable dnd with people for associations svn: r7308 2006-09-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_PersonRefEmbedList.py: 2006-09-10 Don Allingham <don@gramps-project.org> * src/DisplayTabls/_PersonEmbedList.py: enable dnd with people for associations svn: r7308 2006-09-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EventEmbedList.py: * src/DisplayTabs/_EventEmbedList.py: bring up the event reference editor on drag-n-drop onto the event reference list svn: r7307 2006-09-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_EventEmbedList.py: * src/DisplayTabs/_EventEmbedList.py: bring up the event reference editor on drag-n-drop onto the event reference list svn: r7307 2006-09-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml, gramps2/src/Editors/_EditEvent.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/RelLib/_Date.py, gramps2/src/RelLib/_DateBase.py, gramps2/src/RelLib/_Event.py: 2006-09-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: remove commented out code * src/Editors/_EditEvent.py: handle overwriting of date text * src/RelLib/_DateBase.py: allow optional dropping of date text on serialization * src/RelLib/_Date.py: allow optional dropping of date text on serialization * src/RelLib/_Event.py: allow optional dropping of date text on serialization svn: r7306 2006-09-09 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml, src/Editors/_EditEvent.py, src/GrampsDb/_ReadXML.py, src/RelLib/_Date.py, src/RelLib/_DateBase.py, src/RelLib/_Event.py: 2006-09-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: remove commented out code * src/Editors/_EditEvent.py: handle overwriting of date text * src/RelLib/_DateBase.py: allow optional dropping of date text on serialization * src/RelLib/_Date.py: allow optional dropping of date text on serialization * src/RelLib/_Event.py: allow optional dropping of date text on serialization svn: r7306 2006-09-08 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Update Lithuanian translation svn: r7305 2006-09-08 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Update Lithuanian translation svn: r7305 2006-09-05 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/hu.po: 2006-09-05 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update. svn: r7304 2006-09-05 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/hu.po: 2006-09-05 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update. svn: r7304 2006-09-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py: 2006-09-05 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Import Errors. svn: r7303 2006-09-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py: 2006-09-05 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Import Errors. svn: r7303 2006-09-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NoteTab.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-09-04 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: don't delete tabs * src/DisplayTabs/_NoteTab.py: allow tabs to be entered svn: r7302 2006-09-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/GrampsDb/_ReadGedcom.py: 2006-09-04 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: don't delete tabs * src/DisplayTabs/_NoteTab.py: allow tabs to be entered svn: r7302 2006-09-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/ScratchPad.py: 2006-09-03 Don Allingham <don@gramps-project.org> * src/ScratchPad.py: add dnd support for MediaRefs (bug #417) * src/DdTargets.py: add dnd support for MediaRefs (bug #417) svn: r7301 2006-09-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DdTargets.py, src/ScratchPad.py: 2006-09-03 Don Allingham <don@gramps-project.org> * src/ScratchPad.py: add dnd support for MediaRefs (bug #417) * src/DdTargets.py: add dnd support for MediaRefs (bug #417) svn: r7301 2006-09-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DisplayTabs/_EventEmbedList.py: 2006-09-02 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EventEmbedList.py: Don't override event type on a drag-n-drop (bug #420) * po/POTFILES.in: remove non-shipping modules * src/plugins/Calendar.py: fix filter typo * src/plugins/WritePkg.py: don't set uid on Windows svn: r7300 2006-09-02 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DisplayTabs/_EventEmbedList.py: 2006-09-02 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EventEmbedList.py: Don't override event type on a drag-n-drop (bug #420) * po/POTFILES.in: remove non-shipping modules * src/plugins/Calendar.py: fix filter typo * src/plugins/WritePkg.py: don't set uid on Windows svn: r7300 2006-09-02 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WritePkg.py: * src/plugins/WritePkg.py: don't set uid on Windows svn: r7299 2006-09-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/WritePkg.py: * src/plugins/WritePkg.py: don't set uid on Windows svn: r7299 2006-09-02 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Calendar.py: * src/plugins/Calendar.py: fix filter typo svn: r7298 2006-09-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/Calendar.py: * src/plugins/Calendar.py: fix filter typo svn: r7298 2006-09-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py: * src/GrampsDb/_DbUtils.py: Use normal addition: this updates reference_map properly. svn: r7297 2006-09-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py: * src/GrampsDb/_DbUtils.py: Use normal addition: this updates reference_map properly. svn: r7297 2006-09-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/plugins/StatisticsChart.py: 2006-09-01 Alex Roitman <shura@gramps-project.org> * src/plugins/StatisticsChart.py: Remove cause. * src/GrampsDb/_WriteXML.py (write_object): Escape path of the files; (fix): remove control characters. svn: r7296 2006-09-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py, src/plugins/StatisticsChart.py: 2006-09-01 Alex Roitman <shura@gramps-project.org> * src/plugins/StatisticsChart.py: Remove cause. * src/GrampsDb/_WriteXML.py (write_object): Escape path of the files; (fix): remove control characters. svn: r7296 2006-09-01 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/hu.po: 2006-09-01 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update. svn: r7295 2006-09-01 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/hu.po: 2006-09-01 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update. svn: r7295 2006-08-31 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po: Update svn: r7294 2006-08-31 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po: Update svn: r7294 2006-08-31 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po: 2006-08-30 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7293 2006-08-31 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po: 2006-08-30 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7293 2006-08-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/plugins/Check.py: * src/GrampsDb/_GrampsDbBase.py (remove_person,_do_remove_object): Properly delete objects; (get_del_func): Add method to find deleting function for an object. * src/plugins/Check.py (cleanup_empty_families): Report gramps id. svn: r7292 2006-08-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/plugins/Check.py: * src/GrampsDb/_GrampsDbBase.py (remove_person,_do_remove_object): Properly delete objects; (get_del_func): Add method to find deleting function for an object. * src/plugins/Check.py (cleanup_empty_families): Report gramps id. svn: r7292 2006-08-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_PersonRef.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_SourceRef.py: * src/RelLib/_SourceRef.py (SourceRef.__init__): Pass source. * src/RelLib/_ChildRef.py (ChildRef.__init__): Pass source. * src/RelLib/_EventRef.py (EventRef.__init__): Pass source. * src/RelLib/_PersonRef.py (PersonRef.__init__): Pass source. * src/RelLib/_RepoRef.py (RepoRef.__init__): Pass source. svn: r7291 2006-08-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_ChildRef.py, src/RelLib/_EventRef.py, src/RelLib/_PersonRef.py, src/RelLib/_RepoRef.py, src/RelLib/_SourceRef.py: * src/RelLib/_SourceRef.py (SourceRef.__init__): Pass source. * src/RelLib/_ChildRef.py (ChildRef.__init__): Pass source. * src/RelLib/_EventRef.py (EventRef.__init__): Pass source. * src/RelLib/_PersonRef.py (PersonRef.__init__): Pass source. * src/RelLib/_RepoRef.py (RepoRef.__init__): Pass source. svn: r7291 2006-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/glade/gramps.glade: 2006-08-29 Alex Roitman <shura@gramps-project.org> * src/glade/gramps.glade: Add privacy controls to all editors. * src/Editors/_EditSource.py: Add privacy control. * src/Editors/_EditSourceRef.py: Add privacy control. * src/Editors/_EditPlace.py: Add privacy control. * src/Editors/_EditMedia.py: Add privacy control. * src/Editors/_EditMediaRef.py: Add privacy control. * src/Editors/_EditRepository.py: Add privacy control. * src/Editors/_EditRepoRef.py: Add privacy control. svn: r7290 2006-08-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/glade/gramps.glade: 2006-08-29 Alex Roitman <shura@gramps-project.org> * src/glade/gramps.glade: Add privacy controls to all editors. * src/Editors/_EditSource.py: Add privacy control. * src/Editors/_EditSourceRef.py: Add privacy control. * src/Editors/_EditPlace.py: Add privacy control. * src/Editors/_EditMedia.py: Add privacy control. * src/Editors/_EditMediaRef.py: Add privacy control. * src/Editors/_EditRepository.py: Add privacy control. * src/Editors/_EditRepoRef.py: Add privacy control. svn: r7290 2006-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: Update svn: r7289 2006-08-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: Update svn: r7289 2006-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/rel_cs.py, gramps2/src/plugins/rel_sk.py: * src/plugins/rel_cs.py: Add relationship calculator. * src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7288 2006-08-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/rel_cs.py, src/plugins/rel_sk.py: * src/plugins/rel_cs.py: Add relationship calculator. * src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7288 2006-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/cs.po: Update svn: r7287 2006-08-29 Alex Roitman <shura@gramps-project.org> * po/cs.po: Update svn: r7287 2006-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/hu.po: 2006-08-29 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update from 2.0.x branch. svn: r7286 2006-08-29 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/hu.po: 2006-08-29 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update from 2.0.x branch. svn: r7286 2006-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po: 2006-08-29 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7285 2006-08-29 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po: 2006-08-29 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7285 2006-08-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_BackRefModel.py, gramps2/src/DisplayTabs/_GalleryTab.py, gramps2/src/Editors/_EditName.py, gramps2/src/RelLib/_Name.py: 2006-08-28 Don Allingham <don@gramps-project.org> * src/RelLib/_Name.py: pyflakes fixes * src/Editors/_EditName.py: pyflakes fixes * src/DisplayTabs/_BackRefModel.py: pyflakes fixes * src/DisplayTabs/_GalleryTab.py: pyflakes fixes svn: r7284 2006-08-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefModel.py, src/DisplayTabs/_GalleryTab.py, src/Editors/_EditName.py, src/RelLib/_Name.py: 2006-08-28 Don Allingham <don@gramps-project.org> * src/RelLib/_Name.py: pyflakes fixes * src/Editors/_EditName.py: pyflakes fixes * src/DisplayTabs/_BackRefModel.py: pyflakes fixes * src/DisplayTabs/_GalleryTab.py: pyflakes fixes svn: r7284 2006-08-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, gramps2/src/RelLib/_Address.py: 2006-08-28 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Address.py (get_text_data_list): Typo. * src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py (apply): Stop adding birth and death events. * configure.in: Increment version number. * RELEASE: version 2.1.95 is released. svn: r7283 2006-08-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/RelLib/_Address.py: 2006-08-28 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Address.py (get_text_data_list): Typo. * src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py (apply): Stop adding birth and death events. * configure.in: Increment version number. * RELEASE: version 2.1.95 is released. svn: r7283 2006-08-28 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r7282 2006-08-28 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r7282 2006-08-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: 2006-08-27 Alex Roitman <shura@gramps-project.org> * *.po: Merge all translations with the new template for 2.1.95. svn: r7281 2006-08-28 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: 2006-08-27 Alex Roitman <shura@gramps-project.org> * *.po: Merge all translations with the new template for 2.1.95. svn: r7281 2006-08-28 Don Allingham <don@gramps-project.org> * gramps2/NEWS: svn: r7280 2006-08-28 Don Allingham <don@gramps-project.org> * NEWS: svn: r7280 2006-08-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-08-27 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix parsing index to correctly identify levels for a RESI tag svn: r7279 2006-08-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-08-27 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix parsing index to correctly identify levels for a RESI tag svn: r7279 2006-08-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/gramps.py: * src/GrampsDb/_WriteGedcom.py (GedcomWriter.gui_setup): Add a dialog about the researcher information. * src/gramps.py (run): Remove startup dialog. svn: r7278 2006-08-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py, src/gramps.py: * src/GrampsDb/_WriteGedcom.py (GedcomWriter.gui_setup): Add a dialog about the researcher information. * src/gramps.py (run): Remove startup dialog. svn: r7278 2006-08-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/TestcaseGenerator.py: Update svn: r7277 2006-08-27 Alex Roitman <shura@gramps-project.org> * src/plugins/TestcaseGenerator.py: Update svn: r7277 2006-08-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RelCalc.py: * src/plugins/RelCalc.py: Use name display preferences throughout; collapse unique entries in the common ancestors list. svn: r7276 2006-08-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/RelCalc.py: * src/plugins/RelCalc.py: Use name display preferences throughout; collapse unique entries in the common ancestors list. svn: r7276 2006-08-27 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: french translation improvements svn: r7275 2006-08-27 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: french translation improvements svn: r7275 2006-08-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/plugins/TestcaseGenerator.py: 2006-08-27 Alex Roitman <shura@gramps-project.org> * src/plugins/TestcaseGenerator.py: Bring somewhat up to date. * NEWS: New release name. svn: r7274 2006-08-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/plugins/TestcaseGenerator.py: 2006-08-27 Alex Roitman <shura@gramps-project.org> * src/plugins/TestcaseGenerator.py: Bring somewhat up to date. * NEWS: New release name. svn: r7274 2006-08-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/plugins/GraphViz.py: * src/GrampsLogger/_ErrorReportAssistant.py (__init__): Properly call Assistant. * src/plugins/GraphViz.py (get_event_string): Stop using cause. svn: r7273 2006-08-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py, src/plugins/GraphViz.py: * src/GrampsLogger/_ErrorReportAssistant.py (__init__): Properly call Assistant. * src/plugins/GraphViz.py (get_event_string): Stop using cause. svn: r7273 2006-08-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/__init__.py, gramps2/src/Filters/_FilterParser.py: 2006-08-26 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/__init__.py (register): Add dictionary for private rules. * src/Filters/_FilterParser.py (startElement): Support parsing for private rules. svn: r7272 2006-08-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/__init__.py, src/Filters/_FilterParser.py: 2006-08-26 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/__init__.py (register): Add dictionary for private rules. * src/Filters/_FilterParser.py (startElement): Support parsing for private rules. svn: r7272 2006-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase.get_name_group_mapping): convert group as name used as a key back to unicode (bug #389) svn: r7271 2006-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase.get_name_group_mapping): convert group as name used as a key back to unicode (bug #389) svn: r7271 2006-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditMedia.py: * src/Editors/_EditMedia.py (EditMedia.save): don't set path on a save svn: r7270 2006-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditMedia.py: * src/Editors/_EditMedia.py (EditMedia.save): don't set path on a save svn: r7270 2006-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsConfigKeys.py: 2006-08-26 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: set toolbar-on to 1 if the gconf schemas were not installed properly svn: r7269 2006-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsConfigKeys.py: 2006-08-26 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: set toolbar-on to 1 if the gconf schemas were not installed properly svn: r7269 2006-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NameEmbedList.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsWidgets.py: * src/Editors/_EditPerson.py: add name callback to update screen after a primary name change * src/DisplayTabs/_NameEmbedList.py: add primary name change menu item * src/GrampsWidgets.py: add reinitalization method to handle change of associated data item svn: r7268 2006-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NameEmbedList.py, src/Editors/_EditPerson.py, src/GrampsWidgets.py: * src/Editors/_EditPerson.py: add name callback to update screen after a primary name change * src/DisplayTabs/_NameEmbedList.py: add primary name change menu item * src/GrampsWidgets.py: add reinitalization method to handle change of associated data item svn: r7268 2006-08-26 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in: * src/const.py.in: Disable thumbnailer for Windows. svn: r7267 2006-08-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/const.py.in: * src/const.py.in: Disable thumbnailer for Windows. svn: r7267 2006-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_MediaModel.py: 2006-08-25 Don Allingham <don@gramps-project.org> * src/DisplayModels/_MediaModel.py (MediaModel.sort_date): add sorting by date value instead of by text string svn: r7266 2006-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_MediaModel.py: 2006-08-25 Don Allingham <don@gramps-project.org> * src/DisplayModels/_MediaModel.py (MediaModel.sort_date): add sorting by date value instead of by text string svn: r7266 2006-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/GrampsCfg.py, gramps2/src/ViewManager.py: * src/ViewManager.py (preferences_activate): Use uistate to emit. * src/DisplayState.py (DisplayState.__signals__): Add new signal. * src/GrampsCfg.py (cb_name_changed): Use uistate to emit signal. svn: r7265 2006-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/GrampsCfg.py, src/ViewManager.py: * src/ViewManager.py (preferences_activate): Use uistate to emit. * src/DisplayState.py (DisplayState.__signals__): Add new signal. * src/GrampsCfg.py (cb_name_changed): Use uistate to emit signal. svn: r7265 2006-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_GrampsType.py, gramps2/src/plugins/ChangeTypes.py: 2006-08-25 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeTypes.py: Clean up type name conversions; work over all the events, regardless of who references them. * src/RelLib/_GrampsType.py (get_standard_names, get_standard_xml): Add methods to obtain standard type lists. svn: r7264 2006-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_GrampsType.py, src/plugins/ChangeTypes.py: 2006-08-25 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeTypes.py: Clean up type name conversions; work over all the events, regardless of who references them. * src/RelLib/_GrampsType.py (get_standard_names, get_standard_xml): Add methods to obtain standard type lists. svn: r7264 2006-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/hu.po: 2006-08-25 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update from 2.0.x branch. svn: r7263 2006-08-25 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/hu.po: 2006-08-25 Arpad Horvath <horvath.arpad@szgti.bmf.hu> * hu.po: Translation update from 2.0.x branch. svn: r7263 2006-08-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/ViewManager.py: 2006-08-25 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/GrampsCfg.py: Implement callback mechanism for dynamic name format change. * src/ViewManager.py (__init__, preferences_activate, change_page): Rebuild the active page after name fomat changed by connecting to GrampsPreferences' signal svn: r7262 2006-08-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsCfg.py, src/ViewManager.py: 2006-08-25 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/GrampsCfg.py: Implement callback mechanism for dynamic name format change. * src/ViewManager.py (__init__, preferences_activate, change_page): Rebuild the active page after name fomat changed by connecting to GrampsPreferences' signal svn: r7262 2006-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsInMemDB.py: 2006-08-24 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py (undo_data): Add method to take care of secondary indices on undo/redo; (_commit_inmem_base): Replace _clean_up and add more routine tasks. svn: r7261 2006-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: 2006-08-24 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py (undo_data): Add method to take care of secondary indices on undo/redo; (_commit_inmem_base): Replace _clean_up and add more routine tasks. svn: r7261 2006-08-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Fix typos svn: r7260 2006-08-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: Fix typos svn: r7260 2006-08-25 Brian Matherly <brian@gramps-project.org> * gramps2/src/Config/_GrampsIniKeys.py: * src/Config/_GrampsIniKeys.py: Handle invalid default key svn: r7259 2006-08-25 Brian Matherly <brian@gramps-project.org> * src/Config/_GrampsIniKeys.py: * src/Config/_GrampsIniKeys.py: Handle invalid default key svn: r7259 2006-08-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsInMemDB.py: 2006-08-24 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py: update maps properly on commit svn: r7258 2006-08-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: 2006-08-24 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py: update maps properly on commit svn: r7258 2006-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py: * src/plugins/EventCmp.py: Remove sorting columns for saving. svn: r7257 2006-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py: * src/plugins/EventCmp.py: Remove sorting columns for saving. svn: r7257 2006-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/PHPGedViewConnector.py: * src/plugins/PHPGedViewConnector.py: Disable registration, until this plugin is fixed. svn: r7256 2006-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/PHPGedViewConnector.py: * src/plugins/PHPGedViewConnector.py: Disable registration, until this plugin is fixed. svn: r7256 2006-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: * src/glade/gramps.glade (family_editor): Remove Y expansion property on mother-related buttons. svn: r7255 2006-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/glade/gramps.glade: * src/glade/gramps.glade (family_editor): Remove Y expansion property on mother-related buttons. svn: r7255 2006-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py: * src/DataViews/_FamilyList.py: Add column editor. svn: r7254 2006-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py: * src/DataViews/_FamilyList.py: Add column editor. svn: r7254 2006-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py: (on_apply_clicked): Properly save entered types, including custom. svn: r7253 2006-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py: (on_apply_clicked): Properly save entered types, including custom. svn: r7253 2006-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py: 2006-08-24 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeTypes.py (run_tool): Properly set the new type. svn: r7252 2006-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py: 2006-08-24 Alex Roitman <shura@gramps-project.org> * src/plugins/ChangeTypes.py (run_tool): Properly set the new type. svn: r7252 2006-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (person_removed): Properly create and pass the filter when searchbar is enabled (not sidebar). svn: r7251 2006-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (person_removed): Properly create and pass the filter when searchbar is enabled (not sidebar). svn: r7251 2006-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/glade/rule.glade: * src/FilterEditor/_FilterEditor.py (clone_filter): Add method; Support clone-and-edit functionality. * src/glade/rule.glade (filter_list): Add clone button. svn: r7250 2006-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_FilterEditor.py, src/glade/rule.glade: * src/FilterEditor/_FilterEditor.py (clone_filter): Add method; Support clone-and-edit functionality. * src/glade/rule.glade (filter_list): Add clone button. svn: r7250 2006-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py (run_tool): Compare English strings. svn: r7249 2006-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py (run_tool): Compare English strings. svn: r7249 2006-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py (_image_callback): Take three arguments; correctly call load_photo(); rebuild gallery. (load_photo): Name path variable as such, for clarity. svn: r7248 2006-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py (_image_callback): Take three arguments; correctly call load_photo(); rebuild gallery. (load_photo): Name path variable as such, for clarity. svn: r7248 2006-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_PedigreeView.py (PedigreeView.goto_active_person): Update status bar on person change. * src/DataViews/_RelationView.py (RelationshipView.change_person): Update status bar on person change. svn: r7247 2006-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py: * src/DataViews/_PedigreeView.py (PedigreeView.goto_active_person): Update status bar on person change. * src/DataViews/_RelationView.py (RelationshipView.change_person): Update status bar on person change. svn: r7247 2006-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePerson.py, gramps2/src/glade/mergedata.glade: 2006-08-23 Alex Roitman <shura@gramps-project.org> * src/Merge/_MergePerson.py (MergePeopleUI.__init__): Properly close managed window. * src/glade/mergedata.glade: Remove unneeded signal connections. svn: r7246 2006-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py, src/glade/mergedata.glade: 2006-08-23 Alex Roitman <shura@gramps-project.org> * src/Merge/_MergePerson.py (MergePeopleUI.__init__): Properly close managed window. * src/glade/mergedata.glade: Remove unneeded signal connections. svn: r7246 2006-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po: 2006-08-23 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7245 2006-08-23 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po: 2006-08-23 Zdenek Hatas <zdenek.hatas@gmail.com> * cs.po: Update translation. svn: r7245 2006-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py: 2006-08-22 Alex Roitman <shura@gramps-project.org> * src/plugins/EventCmp.py: Add proper date sorting. svn: r7244 2006-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py: 2006-08-22 Alex Roitman <shura@gramps-project.org> * src/plugins/EventCmp.py: Add proper date sorting. svn: r7244 2006-08-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_ReadGedcom.py: RESN support * src/GrampsDb/_WriteGedcom.py: RESN support * src/GrampsDb/_GedTokens.py: RESN support svn: r7243 2006-08-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_ReadGedcom.py: RESN support * src/GrampsDb/_WriteGedcom.py: RESN support * src/GrampsDb/_GedTokens.py: RESN support svn: r7243 2006-08-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: 2006-08-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: apply event type string conversion fix to family types svn: r7242 2006-08-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: 2006-08-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: apply event type string conversion fix to family types svn: r7242 2006-08-23 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: show url when no description (#0000319) svn: r7241 2006-08-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: show url when no description (#0000319) svn: r7241 2006-08-22 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update to avoid python gettext mistake after gramps directory change svn: r7240 2006-08-22 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update to avoid python gettext mistake after gramps directory change svn: r7240 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_IsDescendantFamilyOf.py: * src/Filters/Rules/Person/_IsDescendantFamilyOf.py: Rewrite. svn: r7239 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_IsDescendantFamilyOf.py: * src/Filters/Rules/Person/_IsDescendantFamilyOf.py: Rewrite. svn: r7239 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py: Change Media to MediaObject; (__init__): Work with empty filter names (new filter). svn: r7238 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py: Change Media to MediaObject; (__init__): Work with empty filter names (new filter). svn: r7238 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/_FilterParser.py: * src/Filters/_FilterParser.py (startElement): Upgrade existing custom_filters file from Media to MediaObject. svn: r7237 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/_FilterParser.py: * src/Filters/_FilterParser.py (startElement): Upgrade existing custom_filters file from Media to MediaObject. svn: r7237 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/SideBar/_MediaSidebarFilter.py, gramps2/src/Selectors/_SelectEvent.py: * src/Selectors/_SelectEvent.py (get_handle_column): Correct handle column number. svn: r7236 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/SideBar/_MediaSidebarFilter.py, src/Selectors/_SelectEvent.py: * src/Selectors/_SelectEvent.py (get_handle_column): Correct handle column number. svn: r7236 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/Filters/Rules/MediaObject/Makefile.am: * configure.in: Reflect directory change. * src/Filters/Rules/MediaObject/Makefile.am: Reflect directory change. svn: r7235 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/Filters/Rules/MediaObject/Makefile.am: * configure.in: Reflect directory change. * src/Filters/Rules/MediaObject/Makefile.am: Reflect directory change. svn: r7235 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/Makefile.am: In .: * src/Filters/Rules/Makefile.am (SUBDIRS): Reflect directory change. In po: 2006-08-22 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Reflect directory change. svn: r7234 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Rules/Makefile.am: In .: * src/Filters/Rules/Makefile.am (SUBDIRS): Reflect directory change. In po: 2006-08-22 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Reflect directory change. svn: r7234 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayState.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/Filters/Rules/Media/Makefile.am, gramps2/src/Filters/Rules/Media/_AllMedia.py, gramps2/src/Filters/Rules/Media/_HasIdOf.py, gramps2/src/Filters/Rules/Media/_HasMedia.py, gramps2/src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Media/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Media/_MatchesFilter.py, gramps2/src/Filters/Rules/Media/_MediaPrivate.py, gramps2/src/Filters/Rules/Media/_RegExpIdOf.py, gramps2/src/Filters/Rules/Media/__init__.py, gramps2/src/Filters/Rules/MediaObject/Makefile.am, gramps2/src/Filters/Rules/MediaObject/_AllMedia.py, gramps2/src/Filters/Rules/MediaObject/_HasIdOf.py, gramps2/src/Filters/Rules/MediaObject/_HasMedia.py, gramps2/src/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.p y, gramps2/src/Filters/Rules/MediaObject/_HasNoteRegexp.py, gramps2/src/Filters/Rules/MediaObject/_MatchesFilter.py, gramps2/src/Filters/Rules/MediaObject/_MediaPrivate.py, gramps2/src/Filters/Rules/MediaObject/_RegExpIdOf.py, gramps2/src/Filters/Rules/MediaObject/__init__.py, gramps2/src/Filters/Rules/__init__.py, gramps2/src/Filters/SideBar/_EventSidebarFilter.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py, gramps2/src/Filters/SideBar/_MediaSidebarFilter.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py, gramps2/src/Filters/SideBar/_PlaceSidebarFilter.py, gramps2/src/Filters/SideBar/_RepoSidebarFilter.py, gramps2/src/Filters/SideBar/_SidebarFilter.py, gramps2/src/Filters/SideBar/_SourceSidebarFilter.py, gramps2/src/Filters/_GenericFilter.py, gramps2/src/PageView.py: * src/Filters/Rules/MediaObject: Added to replace Media. * src/Filters/Rules/Media: Removed. * src/DataViews/_MediaView.py (filter_editor): Change Media to MediaObject. * src/Filters/_GenericFilter.py: Change Media to MediaObject. * src/DataViews/_PersonView.py (build_widget): Pass uistate to filter class. * src/PageView.py (ListView.build_filter_container): Pass uistate to filter class. * src/DisplayState.py (DisplayState.__signals__): Register 'filters-changed' signal. * src/FilterEditor/_ShowResults.py: Change Media to MediaObject. * src/FilterEditor/_EditRule.py: Change Media to MediaObject. * src/FilterEditor/_FilterEditor.py (close): Emit 'filters-changed'. * src/Filters/SideBar/*py: Take uistate and connect to the 'filters-changed' signal. svn: r7233 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DisplayState.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/Rules/Media/Makefile.am, src/Filters/Rules/Media/_AllMedia.py, src/Filters/Rules/Media/_HasIdOf.py, src/Filters/Rules/Media/_HasMedia.py, src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Media/_HasNoteRegexp.py, src/Filters/Rules/Media/_MatchesFilter.py, src/Filters/Rules/Media/_MediaPrivate.py, src/Filters/Rules/Media/_RegExpIdOf.py, src/Filters/Rules/Media/__init__.py, src/Filters/Rules/MediaObject/Makefile.am, src/Filters/Rules/MediaObject/_AllMedia.py, src/Filters/Rules/MediaObject/_HasIdOf.py, src/Filters/Rules/MediaObject/_HasMedia.py, src/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/MediaObject/_HasNoteRegexp.py, src/Filters/Rules/MediaObject/_MatchesFilter.py, src/Filters/Rules/MediaObject/_MediaPrivate.py, src/Filters/Rules/MediaObject/_RegExpIdOf.py, src/Filters/Rules/MediaObject/__init__.py, src/Filters/Rules/__init__.py, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/_SourceSidebarFilter.py, src/Filters/_GenericFilter.py, src/PageView.py: * src/Filters/Rules/MediaObject: Added to replace Media. * src/Filters/Rules/Media: Removed. * src/DataViews/_MediaView.py (filter_editor): Change Media to MediaObject. * src/Filters/_GenericFilter.py: Change Media to MediaObject. * src/DataViews/_PersonView.py (build_widget): Pass uistate to filter class. * src/PageView.py (ListView.build_filter_container): Pass uistate to filter class. * src/DisplayState.py (DisplayState.__signals__): Register 'filters-changed' signal. * src/FilterEditor/_ShowResults.py: Change Media to MediaObject. * src/FilterEditor/_EditRule.py: Change Media to MediaObject. * src/FilterEditor/_FilterEditor.py (close): Emit 'filters-changed'. * src/Filters/SideBar/*py: Take uistate and connect to the 'filters-changed' signal. svn: r7233 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: 2006-08-22 Alex Roitman <shura@gramps-project.org> * src/glade/gramps.glade: Make MediaRef editor's General label bold. svn: r7232 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/glade/gramps.glade: 2006-08-22 Alex Roitman <shura@gramps-project.org> * src/glade/gramps.glade: Make MediaRef editor's General label bold. svn: r7232 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/Filters/_FilterMenu.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TimeLine.py: * src/FilterEditor/_FilterEditor.py (close): Override parent's close. * src/Filters/_FilterMenu.py (build_filter_menu, build_filter_model): Import Custom and System filters when needed. * src/plugins/Calendar.py (get_filters): Import Custom filters when needed. * src/plugins/GraphViz.py (get_report_filters): Import Custom filters when needed. * src/plugins/IndivComplete.py (get_report_filters): Import Custom filters when needed. * src/plugins/NarrativeWeb.py (get_report_filters): Import Custom filters when needed. * src/plugins/StatisticsChart.py (get_report_filters): Import Custom filters when needed. * src/plugins/TimeLine.py (get_report_filters): Import Custom filters when needed. svn: r7231 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_FilterEditor.py, src/Filters/_FilterMenu.py, src/plugins/Calendar.py, src/plugins/EventCmp.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: * src/FilterEditor/_FilterEditor.py (close): Override parent's close. * src/Filters/_FilterMenu.py (build_filter_menu, build_filter_model): Import Custom and System filters when needed. * src/plugins/Calendar.py (get_filters): Import Custom filters when needed. * src/plugins/GraphViz.py (get_report_filters): Import Custom filters when needed. * src/plugins/IndivComplete.py (get_report_filters): Import Custom filters when needed. * src/plugins/NarrativeWeb.py (get_report_filters): Import Custom filters when needed. * src/plugins/StatisticsChart.py (get_report_filters): Import Custom filters when needed. * src/plugins/TimeLine.py (get_report_filters): Import Custom filters when needed. svn: r7231 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py: * src/plugins/EventCmp.py (__init__): Add custom filters. svn: r7230 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py: * src/plugins/EventCmp.py (__init__): Add custom filters. svn: r7230 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py (on_apply_clicked): Remove extra unicode conversion. svn: r7229 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py (on_apply_clicked): Remove extra unicode conversion. svn: r7229 2006-08-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle inline repositories better svn: r7228 2006-08-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle inline repositories better svn: r7228 2006-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py: 2006-08-21 Alex Roitman <shura@gramps-project.org> * src/plugins/Checkpoint.py (__init__): Assign dbstate. svn: r7227 2006-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Checkpoint.py: 2006-08-21 Alex Roitman <shura@gramps-project.org> * src/plugins/Checkpoint.py (__init__): Assign dbstate. svn: r7227 2006-08-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/GrampsDb/_WriteGedcom.py: 2006-08-21 Don Allingham <don@gramps-project.org> * src/DisplayModels/_PeopleModel.py: fix handle column after removal of cause of death * src/GrampsDb/_WriteGedcom.py: handle custome events for people (bug # 368) svn: r7226 2006-08-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py, src/GrampsDb/_WriteGedcom.py: 2006-08-21 Don Allingham <don@gramps-project.org> * src/DisplayModels/_PeopleModel.py: fix handle column after removal of cause of death * src/GrampsDb/_WriteGedcom.py: handle custome events for people (bug # 368) svn: r7226 2006-08-21 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7225 2006-08-21 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7225 2006-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/DataViews/_PersonView.py (column_names): Remove cause of death. * src/DisplayModels/_PeopleModel.py (__init__): Update the order of marker and tooltip columns; (column_cause_of_death): remove method; (COLUMN_DEFS): Remove 'cause of death' column. * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_10): Reset event and person view columns to the default. * src/GrampsDb/_GrampsDbBase.py (get_event_column_order): Remove cause column from the default list. (get_person_column_order): Remove cause of death column. svn: r7224 2006-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: * src/DataViews/_PersonView.py (column_names): Remove cause of death. * src/DisplayModels/_PeopleModel.py (__init__): Update the order of marker and tooltip columns; (column_cause_of_death): remove method; (COLUMN_DEFS): Remove 'cause of death' column. * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_10): Reset event and person view columns to the default. * src/GrampsDb/_GrampsDbBase.py (get_event_column_order): Remove cause column from the default list. (get_person_column_order): Remove cause of death column. svn: r7224 2006-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (GedcomParser.__init__): Use config setting to determine whether to set default source. svn: r7223 2006-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (GedcomParser.__init__): Use config setting to determine whether to set default source. svn: r7223 2006-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/Config/_GrampsConfigKeys.py: Regenerate file. * src/GrampsCfg.py (add_behavior_panel): Use new key. * data/gramps.schemas.in: Add default-source key. svn: r7222 2006-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/GrampsCfg.py, src/GrampsDb/_ReadGedcom.py: 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/Config/_GrampsConfigKeys.py: Regenerate file. * src/GrampsCfg.py (add_behavior_panel): Use new key. * data/gramps.schemas.in: Add default-source key. svn: r7222 2006-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: Update svn: r7221 2006-08-21 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Update svn: r7221 2006-08-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-08-20 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix CHAN parsing for family svn: r7220 2006-08-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-08-20 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix CHAN parsing for family svn: r7220 2006-08-21 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py: * src/plugins/EventCmp.py: improve Date/Place display (#0000226) svn: r7219 2006-08-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py: * src/plugins/EventCmp.py: improve Date/Place display (#0000226) svn: r7219 2006-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DisplayModels/_EventModel.py: 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/DataViews/_EventView.py (column_names): Remove cause column. * src/DisplayModels/_EventModel.py: Use constants for column numbers; remove cause column. svn: r7218 2006-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DisplayModels/_EventModel.py: 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/DataViews/_EventView.py (column_names): Remove cause column. * src/DisplayModels/_EventModel.py: Use constants for column numbers; remove cause column. svn: r7218 2006-08-21 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py: ordering (A-Z) the event type for choice list on "change event type" tool (#0000365) svn: r7217 2006-08-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py: ordering (A-Z) the event type for choice list on "change event type" tool (#0000365) svn: r7217 2006-08-20 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/const.py.in: * src/Config/_GrampsIniKeys.py: Report error on invalid filename * src/const.py.in: detect windows home directory before others svn: r7216 2006-08-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py, src/const.py.in: * src/Config/_GrampsIniKeys.py: Report error on invalid filename * src/const.py.in: detect windows home directory before others svn: r7216 2006-08-20 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update french translation svn: r7215 2006-08-20 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update french translation svn: r7215 2006-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Update svn: r7214 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Update svn: r7214 2006-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Update svn: r7213 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Update svn: r7213 2006-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Update svn: r7212 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Update svn: r7212 2006-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Update svn: r7211 2006-08-20 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Update svn: r7211 2006-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/MediaManager.py: 2006-08-19 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py (Convert2Rel._run): Correct logic. svn: r7210 2006-08-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/MediaManager.py: 2006-08-19 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py (Convert2Rel._run): Correct logic. svn: r7210 2006-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in: 2006-08-19 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r7209 2006-08-19 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in: 2006-08-19 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r7209 2006-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r7208 2006-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r7208 2006-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Update svn: r7207 2006-08-19 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Update svn: r7207 2006-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/MediaManager.py: confirmation; add new operation. svn: r7206 2006-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/MediaManager.py: confirmation; add new operation. svn: r7206 2006-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Tool.py: * src/PluginUtils/_Tool.py (BatchTool.run): Remove redundant method. svn: r7205 2006-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Tool.py: * src/PluginUtils/_Tool.py (BatchTool.run): Remove redundant method. svn: r7205 2006-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/nl.po: 2006-08-18 Kees Bakker <kees.bakker@xs4all.nl> * nl.po: Translation update. svn: r7204 2006-08-18 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/nl.po: 2006-08-18 Kees Bakker <kees.bakker@xs4all.nl> * nl.po: Translation update. svn: r7204 2006-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/MediaManager.py: 2006-08-18 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Add list of affected paths to the confirmation. svn: r7203 2006-08-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/MediaManager.py: 2006-08-18 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Add list of affected paths to the confirmation. svn: r7203 2006-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/MediaManager.py: * src/plugins/MediaManager.py: Change info wording. svn: r7202 2006-08-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/MediaManager.py: * src/plugins/MediaManager.py: Change info wording. svn: r7202 2006-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase._sortbyname): Remove obsolete method. svn: r7201 2006-08-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase._sortbyname): Remove obsolete method. svn: r7201 2006-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/NameDisplay.py, gramps2/src/RelLib/_Name.py: 2006-08-17 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py: Correct constants to accomodate Name change. * src/GrampsDb/_GrampsBSDDB.py: Upgrade the names. * src/RelLib/_Name.py: Remove sname attribute. svn: r7200 2006-08-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/NameDisplay.py, src/RelLib/_Name.py: 2006-08-17 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py: Correct constants to accomodate Name change. * src/GrampsDb/_GrampsBSDDB.py: Upgrade the names. * src/RelLib/_Name.py: Remove sname attribute. svn: r7200 2006-08-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: 2006-08-17 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: apply filter to calcuated data before deleting a person from the list svn: r7199 2006-08-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: 2006-08-17 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: apply filter to calcuated data before deleting a person from the list svn: r7199 2006-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Update svn: r7198 2006-08-18 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Update svn: r7198 2006-08-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix #0000349: NarrativeWebsite sorting svn: r7197 2006-08-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix #0000349: NarrativeWebsite sorting svn: r7197 2006-08-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Update svn: r7196 2006-08-17 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Update svn: r7196 2006-08-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/MediaManager.py: Add new file svn: r7195 2006-08-17 Alex Roitman <shura@gramps-project.org> * src/plugins/MediaManager.py: Add new file svn: r7195 2006-08-17 Don Allingham <don@gramps-project.org> * gramps2/src/Merge/_MergePerson.py: remove debug svn: r7194 2006-08-17 Don Allingham <don@gramps-project.org> * src/Merge/_MergePerson.py: remove debug svn: r7194 2006-08-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Merge/_MergePerson.py: 2006-08-17 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: rebuild after compare and merge (bug #350) svn: r7193 2006-08-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Merge/_MergePerson.py: 2006-08-17 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: rebuild after compare and merge (bug #350) svn: r7193 2006-08-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/Assistant.py, gramps2/src/Exporter.py, gramps2/src/StartupDialog.py, gramps2/src/plugins/Makefile.am: 2006-08-17 Alex Roitman <shura@gramps-project.org> * src/StartupDialog.py (__init__): Pass its class to Assistant. * src/Exporter.py (__init__): Pass its class to Assistant. * src/Assistant.py (__init__): Accept parent class (to make assistants unique *only* within their type); (prepare_text_page): Use markup in the text. * NEWS: Update. * src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file. * src/plugins/MediaManager.py: Add new plugin (still in progress). svn: r7192 2006-08-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/Assistant.py, src/Exporter.py, src/StartupDialog.py, src/plugins/Makefile.am: 2006-08-17 Alex Roitman <shura@gramps-project.org> * src/StartupDialog.py (__init__): Pass its class to Assistant. * src/Exporter.py (__init__): Pass its class to Assistant. * src/Assistant.py (__init__): Accept parent class (to make assistants unique *only* within their type); (prepare_text_page): Use markup in the text. * NEWS: Update. * src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file. * src/plugins/MediaManager.py: Add new plugin (still in progress). svn: r7192 2006-08-17 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7191 2006-08-17 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7191 2006-08-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: 2006-08-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: rebuild display after a merge of two people (bug #348) svn: r7190 2006-08-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: 2006-08-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: rebuild display after a merge of two people (bug #348) svn: r7190 2006-08-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/__init__.py: * src/Filters/Rules/Person/__init__.py (editor_rule_list): Add Disconnected rule to the Custom Filter rules. svn: r7189 2006-08-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/__init__.py: * src/Filters/Rules/Person/__init__.py (editor_rule_list): Add Disconnected rule to the Custom Filter rules. svn: r7189 2006-08-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_Disconnected.py, gramps2/src/plugins/Verify.py: 2006-08-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py (Disconnected): Add verification rule; (Verify.run_tool): Use the new rule. * src/Filters/Rules/Person/_Disconnected.py (apply): Fix rule. svn: r7188 2006-08-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_Disconnected.py, src/plugins/Verify.py: 2006-08-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py (Disconnected): Add verification rule; (Verify.run_tool): Use the new rule. * src/Filters/Rules/Person/_Disconnected.py (apply): Fix rule. svn: r7188 2006-08-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditFilter.py (on_edit_clicked,on_add_clicked): Pass filter name to the rule editor. * src/FilterEditor/_EditRule.py (EditRule.__init__): Pass filter name to MyFilters. (MyFilters.__init__): Exclude filter being edited from the matching filter. svn: r7187 2006-08-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditFilter.py (on_edit_clicked,on_add_clicked): Pass filter name to the rule editor. * src/FilterEditor/_EditRule.py (EditRule.__init__): Pass filter name to MyFilters. (MyFilters.__init__): Exclude filter being edited from the matching filter. svn: r7187 2006-08-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gramps/data.gramps, gramps2/example/gramps/example.gramps: * example/gramps/data.gramps: Add Age and Cause event attributes. * example/gramps/example.gramps: Add Age and Cause event attributes. svn: r7186 2006-08-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, example/gramps/data.gramps, example/gramps/example.gramps: * example/gramps/data.gramps: Add Age and Cause event attributes. * example/gramps/example.gramps: Add Age and Cause event attributes. svn: r7186 2006-08-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: support for AGE, CAUSE, and AGENCY svn: r7185 2006-08-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: support for AGE, CAUSE, and AGENCY svn: r7185 2006-08-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-08-15 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: support for AGE, CAUSE, and AGENCY * src/GrampsDb/_GedTokens.py: support for AGE and AGENCY svn: r7184 2006-08-16 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: 2006-08-15 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: support for AGE, CAUSE, and AGENCY * src/GrampsDb/_GedTokens.py: support for AGE and AGENCY svn: r7184 2006-08-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_WriteXML.py: Update svn: r7183 2006-08-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteXML.py: Update svn: r7183 2006-08-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ReadXML.py (start_attribute): Support attributes in event and eventref; (stop_cause): Create attribute on cause tag. * src/Editors/_EditEventRef.py (_create_tabbed_pages): Typos. * src/Editors/_EditEvent.py (_create_tabbed_pages): Typo. * data/grampsxml.rng: Document XML changes (xml 1.1.2). * data/grampsxml.dtd: Document XML changes (xml 1.1.2). * src/GrampsDb/_WriteXML.py (dump_event_ref): Write attributes; (write_event): write attributes, remove cause. svn: r7182 2006-08-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ReadXML.py (start_attribute): Support attributes in event and eventref; (stop_cause): Create attribute on cause tag. * src/Editors/_EditEventRef.py (_create_tabbed_pages): Typos. * src/Editors/_EditEvent.py (_create_tabbed_pages): Typo. * data/grampsxml.rng: Document XML changes (xml 1.1.2). * data/grampsxml.dtd: Document XML changes (xml 1.1.2). * src/GrampsDb/_WriteXML.py (dump_event_ref): Write attributes; (write_event): write attributes, remove cause. svn: r7182 2006-08-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-08-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Cleanup on upgrades. svn: r7181 2006-08-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-08-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Cleanup on upgrades. svn: r7181 2006-08-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/RelLib/_AttributeType.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py: 2006-08-14 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_10): Add an upgrade path from 2.1.91. * src/RelLib/_AttributeType.py: Add new attribute types for events and event references. * src/RelLib/_EventRef.py: Add attribute list. * src/RelLib/_Event.py: Add attribute list. svn: r7180 2006-08-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/RelLib/_AttributeType.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py: 2006-08-14 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_10): Add an upgrade path from 2.1.91. * src/RelLib/_AttributeType.py: Add new attribute types for events and event references. * src/RelLib/_EventRef.py: Add attribute list. * src/RelLib/_Event.py: Add attribute list. svn: r7180 2006-08-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.py: * src/ManagedWindow.py: mask strange Windows logging error on close svn: r7179 2006-08-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/gramps.py: * src/ManagedWindow.py: mask strange Windows logging error on close svn: r7179 2006-08-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: Work for both utf8 and latin-1 capable reportlab versions. svn: r7178 2006-08-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: Work for both utf8 and latin-1 capable reportlab versions. svn: r7178 2006-08-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Family/_ChildHasIdOf.py, gramps2/src/Filters/Rules/Family/_ChildHasNameOf.py, gramps2/src/Filters/Rules/Family/_FatherHasIdOf.py, gramps2/src/Filters/Rules/Family/_FatherHasNameOf.py, gramps2/src/Filters/Rules/Family/_MotherHasIdOf.py, gramps2/src/Filters/Rules/Family/_MotherHasNameOf.py: * src/Filters/Rules/Family/_ChildHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_ChildHasIdOf.py (description): Typo. * src/Filters/Rules/Family/_FatherHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_FatherHasIdOf.py (description): Typo. * src/Filters/Rules/Family/_MotherHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_MotherHasIdOf.py (description): Typo. svn: r7177 2006-08-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Family/_ChildHasIdOf.py, src/Filters/Rules/Family/_ChildHasNameOf.py, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_FatherHasNameOf.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_MotherHasNameOf.py: * src/Filters/Rules/Family/_ChildHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_ChildHasIdOf.py (description): Typo. * src/Filters/Rules/Family/_FatherHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_FatherHasIdOf.py (description): Typo. * src/Filters/Rules/Family/_MotherHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_MotherHasIdOf.py (description): Typo. svn: r7177 2006-08-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am: 2006-08-14 Alex Roitman <shura@gramps-project.org> * src/Makefile.am (docs): Use new project website in API docs. svn: r7176 2006-08-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Makefile.am: 2006-08-14 Alex Roitman <shura@gramps-project.org> * src/Makefile.am (docs): Use new project website in API docs. svn: r7176 2006-08-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NoteTab.py, gramps2/src/DisplayTabs/_TextTab.py: 2006-08-14 Don Allingham <don@gramps-project.org> * src/DispalyTabs/_NoteTab.py: don't add text window using viewport (#344) * src/DispalyTabs/_TextTab.py: don't add text window using viewport (#344) svn: r7175 2006-08-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_TextTab.py: 2006-08-14 Don Allingham <don@gramps-project.org> * src/DispalyTabs/_NoteTab.py: don't add text window using viewport (#344) * src/DispalyTabs/_TextTab.py: don't add text window using viewport (#344) svn: r7175 2006-08-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ManagedWindow.py: * src/ManagedWindow.py: add present() to force parent focus (#0000342) svn: r7174 2006-08-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ManagedWindow.py: * src/ManagedWindow.py: add present() to force parent focus (#0000342) svn: r7174 2006-08-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: Increment the version. * Release: the 2.1.91 has been released. svn: r7173 2006-08-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Increment the version. * Release: the 2.1.91 has been released. svn: r7173 2006-08-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/glade/gramps.glade: 2006-08-13 Don Allingham <don@gramps-project.org> * src/Editors/_EditEventRef.py: add attribute list, remove cause * src/Editors/_EditEvent.py: add attribute list, remove cause * src/glade/gramps.glade: event fixes svn: r7172 2006-08-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/glade/gramps.glade: 2006-08-13 Don Allingham <don@gramps-project.org> * src/Editors/_EditEventRef.py: add attribute list, remove cause * src/Editors/_EditEvent.py: add attribute list, remove cause * src/glade/gramps.glade: event fixes svn: r7172 2006-08-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: 2006-08-13 Alex Roitman <shura@gramps-project.org> * NEWS: Update. svn: r7171 2006-08-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: 2006-08-13 Alex Roitman <shura@gramps-project.org> * NEWS: Update. svn: r7171 2006-08-14 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: 2006-08-13 Alex Roitman <shura@gramps-project.org> * *.po: update all po files. svn: r7170 2006-08-14 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: 2006-08-13 Alex Roitman <shura@gramps-project.org> * *.po: update all po files. svn: r7170 2006-08-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/_MediaView.py, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs/_GalleryTab.py: 2006-08-13 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: fix drag-n-drop * src/DisplayTabs/_GalleryTab.py: handle media obj and media ref for drag-n-drop * src/DdTargets.py: add media ref type svn: r7169 2006-08-14 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_MediaView.py, src/DdTargets.py, src/DisplayTabs/_GalleryTab.py: 2006-08-13 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: fix drag-n-drop * src/DisplayTabs/_GalleryTab.py: handle media obj and media ref for drag-n-drop * src/DdTargets.py: add media ref type svn: r7169 2006-08-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.py: * src/gramps.py: catch logging error and ignore. svn: r7168 2006-08-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/gramps.py: * src/gramps.py: catch logging error and ignore. svn: r7168 2006-08-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_FileEntry.py: * src/ReportBase/_FileEntry.py (FileEntry.select_file): force a present() to force dialog svn: r7167 2006-08-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportBase/_FileEntry.py: * src/ReportBase/_FileEntry.py (FileEntry.select_file): force a present() to force dialog svn: r7167 2006-08-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: use family_id instead of spouse_id svn: r7166 2006-08-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: use family_id instead of spouse_id svn: r7166 2006-08-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: (close): Close metadata after the checkpoint. svn: r7165 2006-08-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: (close): Close metadata after the checkpoint. svn: r7165 2006-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: (vb_clicked): Add method to restore pressed view if same button is repeteadely clicked. svn: r7164 2006-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: (vb_clicked): Add method to restore pressed view if same button is repeteadely clicked. svn: r7164 2006-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePerson.py: 2006-08-12 Don Allingham <don@gramps-project.org> * src/Merge/_MergePerson.py: properly merge notes svn: r7163 2006-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py: 2006-08-12 Don Allingham <don@gramps-project.org> * src/Merge/_MergePerson.py: properly merge notes svn: r7163 2006-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: Fix new db creation; make metadata work with UseTXN set either way. svn: r7162 2006-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: Fix new db creation; make metadata work with UseTXN set either way. svn: r7162 2006-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (_connect_signals): Connect to the proper event to cleanly quit on window manager's close action. (quit): Allow variable number of args (to work with signals). svn: r7161 2006-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (_connect_signals): Connect to the proper event to cleanly quit on window manager's close action. (quit): Allow variable number of args (to work with signals). svn: r7161 2006-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py: 2006-08-12 Alex Roitman <shura@gramps-project.org> * src/DataViews/_MediaView.py (drag_data_received): Stop emission. svn: r7160 2006-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py: 2006-08-12 Alex Roitman <shura@gramps-project.org> * src/DataViews/_MediaView.py (drag_data_received): Stop emission. svn: r7160 2006-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ScratchPad.py: * src/ScratchPad.py: fix removal of invalid objects (bug #291) * src/PageView.py: fix search argument when filter applied (but #317) svn: r7159 2006-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/ScratchPad.py: * src/ScratchPad.py: fix removal of invalid objects (bug #291) * src/PageView.py: fix search argument when filter applied (but #317) svn: r7159 2006-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PageView.py: 2006-08-12 Don Allingham <don@gramps-project.org> * src/PageView.py: fix search argument when filter applied svn: r7158 2006-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/PageView.py: 2006-08-12 Don Allingham <don@gramps-project.org> * src/PageView.py: fix search argument when filter applied svn: r7158 2006-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r7157 2006-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r7157 2006-08-12 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: fix spouse name printing * src/plugins/DetAncestralReport.py: fix spouse name printing svn: r7156 2006-08-12 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: fix spouse name printing * src/plugins/DetAncestralReport.py: fix spouse name printing svn: r7156 2006-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels/_PeopleModel.py: 2006-08-11 Don Allingham <don@gramps-project.org> * src/DisplayModels/_PeopleModel.py: fix sorting of names svn: r7155 2006-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels/_PeopleModel.py: 2006-08-11 Don Allingham <don@gramps-project.org> * src/DisplayModels/_PeopleModel.py: fix sorting of names svn: r7155 2006-08-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: Use txn-capable metadata. svn: r7154 2006-08-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: Use txn-capable metadata. svn: r7154 2006-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/DisplayModels/_EventModel.py, gramps2/src/DisplayModels/_FamilyModel.py, gramps2/src/DisplayModels/_MediaModel.py, gramps2/src/DisplayModels/_PlaceModel.py, gramps2/src/DisplayModels/_RepositoryModel.py, gramps2/src/DisplayModels/_SourceModel.py, gramps2/src/PageView.py, gramps2/src/RelLib/_Date.py: * src/DataViews/_MediaView.py: slightly improve dnd * src/DisplayModels/_BaseModel.py: handle sort column map * src/DisplayModels/_MediaModel.py: handle sort column map * src/DisplayModels/_RepositoryModel.py: handle sort column map * src/DisplayModels/_SourceModel.py: handle sort column map * src/DisplayModels/_EventModel.py: handle sort column map * src/DisplayModels/_FamilyModel.py: handle sort column map * src/DisplayModels/_PlaceModel.py: handle sort column map * src/PageView.py: handle sort column map svn: r7153 2006-08-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_EventModel.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayModels/_SourceModel.py, src/PageView.py, src/RelLib/_Date.py: * src/DataViews/_MediaView.py: slightly improve dnd * src/DisplayModels/_BaseModel.py: handle sort column map * src/DisplayModels/_MediaModel.py: handle sort column map * src/DisplayModels/_RepositoryModel.py: handle sort column map * src/DisplayModels/_SourceModel.py: handle sort column map * src/DisplayModels/_EventModel.py: handle sort column map * src/DisplayModels/_FamilyModel.py: handle sort column map * src/DisplayModels/_PlaceModel.py: handle sort column map * src/PageView.py: handle sort column map svn: r7153 2006-08-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2006-08-11 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditFamily.py: Use cPickle. svn: r7152 2006-08-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2006-08-11 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditFamily.py: Use cPickle. svn: r7152 2006-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/DisplayTabs/_GalleryTab.py: 2006-08-10 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EmbeddedList.py: use cPickle instead of pickle * src/DisplayTabs/_GalleryTab.py: add dnd functionality * src/DdTargets.py: add URI_LIST and APP_ROOT svn: r7151 2006-08-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DdTargets.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_GalleryTab.py: 2006-08-10 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_EmbeddedList.py: use cPickle instead of pickle * src/DisplayTabs/_GalleryTab.py: add dnd functionality * src/DdTargets.py: add URI_LIST and APP_ROOT svn: r7151 2006-08-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py: 2006-08-10 Alex Roitman <shura@gramps-project.org> * src/Filters/SideBar/_PersonSidebarFilter.py (get_filter): Typo. svn: r7150 2006-08-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/SideBar/_PersonSidebarFilter.py: 2006-08-10 Alex Roitman <shura@gramps-project.org> * src/Filters/SideBar/_PersonSidebarFilter.py (get_filter): Typo. svn: r7150 2006-08-10 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update french translation (all filters editors) svn: r7149 2006-08-10 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update french translation (all filters editors) svn: r7149 2006-08-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/_HasNoteRegexBase.py, gramps2/src/Filters/Rules/_HasNoteSubstrBase.py: * src/Filters/Rules/_HasNoteSubstrBase.py (apply): Enforce unicode. * src/Filters/Rules/_HasNoteRegexBase.py (apply): Enforce unicode. svn: r7148 2006-08-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py: * src/Filters/Rules/_HasNoteSubstrBase.py (apply): Enforce unicode. * src/Filters/Rules/_HasNoteRegexBase.py (apply): Enforce unicode. svn: r7148 2006-08-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_MediaView.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/Filters/Rules/Media/Makefile.am, gramps2/src/Filters/Rules/Media/_AllMedia.py, gramps2/src/Filters/Rules/Media/_HasIdOf.py, gramps2/src/Filters/Rules/Media/_HasMedia.py, gramps2/src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Media/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Media/_MatchesFilter.py, gramps2/src/Filters/Rules/Media/_MediaPrivate.py, gramps2/src/Filters/Rules/Media/_RegExpIdOf.py, gramps2/src/Filters/Rules/Media/__init__.py, gramps2/src/Filters/SideBar/Makefile.am, gramps2/src/Filters/SideBar/_MediaSidebarFilter.py, gramps2/src/Filters/SideBar/__init__.py, gramps2/src/Filters/_GenericFilter.py: In .: * src/DataViews/_PlaceView.py: Add filter sidebar. * src/FilterEditor/_ShowResults.py: Support media filters. * src/FilterEditor/_EditRule.py: Support media filters. * src/FilterEditor/_FilterEditor.py: Support media filters. * src/Filters/_GenericFilter.py: Support media filters. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/SideBar/_MediaSidebarFilter.py: Add module. * src/Filters/Rules/Media/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Media/_HasIdOf.py: Add module. * src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Media/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Media/_MatchesFilter.py: Add module. * src/Filters/Rules/Media/_RegExpIdOf.py: Add module. * src/Filters/Rules/Media/_MediaPrivate.py: Add module. * src/Filters/Rules/Media/__init__.py: Expose new modules. * src/Filters/Rules/Media/_AllMedia.py: Add module. * src/Filters/Rules/Media/_HasMedia.py: Add module. In po: 2006-08-09 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7147 2006-08-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DataViews/_MediaView.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/Rules/Media/Makefile.am, src/Filters/Rules/Media/_AllMedia.py, src/Filters/Rules/Media/_HasIdOf.py, src/Filters/Rules/Media/_HasMedia.py, src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Media/_HasNoteRegexp.py, src/Filters/Rules/Media/_MatchesFilter.py, src/Filters/Rules/Media/_MediaPrivate.py, src/Filters/Rules/Media/_RegExpIdOf.py, src/Filters/Rules/Media/__init__.py, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_MediaSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_GenericFilter.py: In .: * src/DataViews/_PlaceView.py: Add filter sidebar. * src/FilterEditor/_ShowResults.py: Support media filters. * src/FilterEditor/_EditRule.py: Support media filters. * src/FilterEditor/_FilterEditor.py: Support media filters. * src/Filters/_GenericFilter.py: Support media filters. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/SideBar/_MediaSidebarFilter.py: Add module. * src/Filters/Rules/Media/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Media/_HasIdOf.py: Add module. * src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Media/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Media/_MatchesFilter.py: Add module. * src/Filters/Rules/Media/_RegExpIdOf.py: Add module. * src/Filters/Rules/Media/_MediaPrivate.py: Add module. * src/Filters/Rules/Media/__init__.py: Expose new modules. * src/Filters/Rules/Media/_AllMedia.py: Add module. * src/Filters/Rules/Media/_HasMedia.py: Add module. In po: 2006-08-09 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7147 2006-08-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/SideBar/Makefile.am: 2006-08-09 Alex Roitman <shura@gramps-project.org> * src/Filters/SideBar/Makefile.am (pkgdatadir): Typo. svn: r7146 2006-08-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/SideBar/Makefile.am: 2006-08-09 Alex Roitman <shura@gramps-project.org> * src/Filters/SideBar/Makefile.am (pkgdatadir): Typo. svn: r7146 2006-08-09 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsIniKeys.py: * src/Config/_GrampsIniKeys.py: Allow multiple functions to use notify_add svn: r7145 2006-08-09 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py: * src/Config/_GrampsIniKeys.py: Allow multiple functions to use notify_add svn: r7145 2006-08-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/Filters/Rules/Repository/Makefile.am, gramps2/src/Filters/Rules/Repository/_AllRepos.py, gramps2/src/Filters/Rules/Repository/_HasIdOf.py, gramps2/src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py , gramps2/src/Filters/Rules/Repository/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Repository/_HasRepo.py, gramps2/src/Filters/Rules/Repository/_MatchesFilter.py, gramps2/src/Filters/Rules/Repository/_RegExpIdOf.py, gramps2/src/Filters/Rules/Repository/_RepoPrivate.py, gramps2/src/Filters/Rules/Repository/__init__.py, gramps2/src/Filters/SideBar/Makefile.am, gramps2/src/Filters/SideBar/_RepoSidebarFilter.py, gramps2/src/Filters/SideBar/__init__.py, gramps2/src/Filters/_GenericFilter.py: In .: 2006-08-07 Alex Roitman <shura@gramps-project.org> * src/DataViews/_RepositoryView.py: Add filter sidebar. * src/FilterEditor/_ShowResults.py: Support repo filters. * src/FilterEditor/_EditRule.py: Support repo filters. * src/FilterEditor/_FilterEditor.py: Support repo filters. * src/Filters/_GenericFilter.py: Support repo filters. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/SideBar/_RepoSidebarFilter.py: Add module. * src/Filters/Rules/Repository/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Repository/__init__.py: Expose new modules. * src/Filters/Rules/Repository/_HasRepo.py: Add module. * src/Filters/Rules/Repository/_RepoPrivate.py: Add module. * src/Filters/Rules/Repository/_RegExpIdOf.py: Add module. * src/Filters/Rules/Repository/_MatchesFilter.py: Add module. * src/Filters/Rules/Repository/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Repository/_HasIdOf.py: Add module. * src/Filters/Rules/Repository/_AllRepos.py: Add module. In po: 2006-08-07 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7144 2006-08-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DataViews/_RepositoryView.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Repository/_AllRepos.py, src/Filters/Rules/Repository/_HasIdOf.py, src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Repository/_HasNoteRegexp.py, src/Filters/Rules/Repository/_HasRepo.py, src/Filters/Rules/Repository/_MatchesFilter.py, src/Filters/Rules/Repository/_RegExpIdOf.py, src/Filters/Rules/Repository/_RepoPrivate.py, src/Filters/Rules/Repository/__init__.py, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_RepoSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_GenericFilter.py: In .: 2006-08-07 Alex Roitman <shura@gramps-project.org> * src/DataViews/_RepositoryView.py: Add filter sidebar. * src/FilterEditor/_ShowResults.py: Support repo filters. * src/FilterEditor/_EditRule.py: Support repo filters. * src/FilterEditor/_FilterEditor.py: Support repo filters. * src/Filters/_GenericFilter.py: Support repo filters. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/SideBar/_RepoSidebarFilter.py: Add module. * src/Filters/Rules/Repository/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Repository/__init__.py: Expose new modules. * src/Filters/Rules/Repository/_HasRepo.py: Add module. * src/Filters/Rules/Repository/_RepoPrivate.py: Add module. * src/Filters/Rules/Repository/_RegExpIdOf.py: Add module. * src/Filters/Rules/Repository/_MatchesFilter.py: Add module. * src/Filters/Rules/Repository/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Repository/_HasIdOf.py: Add module. * src/Filters/Rules/Repository/_AllRepos.py: Add module. In po: 2006-08-07 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7144 2006-08-07 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py: src/plugins/DetAncestralReport.py: print children when no mother exists svn: r7143 2006-08-07 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py: src/plugins/DetAncestralReport.py: print children when no mother exists svn: r7143 2006-08-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_PlaceView.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/Filters/Rules/Place/Makefile.am, gramps2/src/Filters/Rules/Place/_AllPlaces.py, gramps2/src/Filters/Rules/Place/_HasIdOf.py, gramps2/src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Place/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Place/_HasPlace.py, gramps2/src/Filters/Rules/Place/_MatchesFilter.py, gramps2/src/Filters/Rules/Place/_PlacePrivate.py, gramps2/src/Filters/Rules/Place/_RegExpIdOf.py, gramps2/src/Filters/Rules/Place/__init__.py, gramps2/src/Filters/SideBar/Makefile.am, gramps2/src/Filters/SideBar/_PlaceSidebarFilter.py, gramps2/src/Filters/SideBar/__init__.py, gramps2/src/Filters/_GenericFilter.py: In .: * src/DataViews/_PlaceView.py: Add sidebar filter. * src/FilterEditor/_EditRule.py: Support place filters. * src/FilterEditor/_FilterEditor.py: Support place filters. * src/FilterEditor/_ShowResults.py: Support place filters. * src/Filters/_GenericFilter.py: Support place filters. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/SideBar/_PlaceSidebarFilter.py: Add module. * src/Filters/Rules/Place/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Place/_AllPlaces.py: Add module. * src/Filters/Rules/Place/_HasIdOf.py: Add module. * src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Place/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Place/_MatchesFilter.py: Add module. * src/Filters/Rules/Place/_RegExpIdOf.py: Add module. * src/Filters/Rules/Place/_PlacePrivate.py: Add module. * src/Filters/Rules/Place/_HasPlace.py: Add module. * src/Filters/Rules/Place/__init__.py (editor_rule_list): Expose new module. In po: 2006-08-06 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7142 2006-08-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DataViews/_PlaceView.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Place/_AllPlaces.py, src/Filters/Rules/Place/_HasIdOf.py, src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Place/_HasNoteRegexp.py, src/Filters/Rules/Place/_HasPlace.py, src/Filters/Rules/Place/_MatchesFilter.py, src/Filters/Rules/Place/_PlacePrivate.py, src/Filters/Rules/Place/_RegExpIdOf.py, src/Filters/Rules/Place/__init__.py, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_PlaceSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_GenericFilter.py: In .: * src/DataViews/_PlaceView.py: Add sidebar filter. * src/FilterEditor/_EditRule.py: Support place filters. * src/FilterEditor/_FilterEditor.py: Support place filters. * src/FilterEditor/_ShowResults.py: Support place filters. * src/Filters/_GenericFilter.py: Support place filters. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/SideBar/_PlaceSidebarFilter.py: Add module. * src/Filters/Rules/Place/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Place/_AllPlaces.py: Add module. * src/Filters/Rules/Place/_HasIdOf.py: Add module. * src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Place/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Place/_MatchesFilter.py: Add module. * src/Filters/Rules/Place/_RegExpIdOf.py: Add module. * src/Filters/Rules/Place/_PlacePrivate.py: Add module. * src/Filters/Rules/Place/_HasPlace.py: Add module. * src/Filters/Rules/Place/__init__.py (editor_rule_list): Expose new module. In po: 2006-08-06 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7142 2006-08-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.close): Try to reset the log sequence numbers to make grdb file portable. svn: r7141 2006-08-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.close): Try to reset the log sequence numbers to make grdb file portable. svn: r7141 2006-08-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r7140 2006-08-06 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r7140 2006-08-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in: 2006-08-06 Alex Roitman <shura@gramps-project.org> * data/gramps.schemas.in: Typo. svn: r7139 2006-08-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in: 2006-08-06 Alex Roitman <shura@gramps-project.org> * data/gramps.schemas.in: Typo. svn: r7139 2006-08-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_SourceView.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/Filters/Rules/Event/_HasIdOf.py, gramps2/src/Filters/Rules/Event/__init__.py, gramps2/src/Filters/Rules/Family/_HasIdOf.py, gramps2/src/Filters/Rules/Person/_HasIdOf.py, gramps2/src/Filters/Rules/Source/Makefile.am, gramps2/src/Filters/Rules/Source/_AllSources.py, gramps2/src/Filters/Rules/Source/_HasIdOf.py, gramps2/src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Source/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Source/_HasSource.py, gramps2/src/Filters/Rules/Source/_MatchesFilter.py, gramps2/src/Filters/Rules/Source/_RegExpIdOf.py, gramps2/src/Filters/Rules/Source/_SourcePrivate.py, gramps2/src/Filters/Rules/Source/__init__.py, gramps2/src/Filters/Rules/_Rule.py, gramps2/src/Filters/SideBar/Makefile.am, gramps2/src/Filters/SideBar/_SourceSidebarFilter.py, gramps2/src/Filters/SideBar/__init__.py, gramps2/src/Filters/_GenericFilter.py: * src/Filters/_GenericFilter.py: Support Source filters. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/Source/Makefile.am: Ship new files. * src/FilterEditor/_EditRule.py: Support Source filters. * src/FilterEditor/_FilterEditor.py: Support Source filters. * src/FilterEditor/_ShowResults.py: Support Source filters. * src/Filters/Rules/Source/__init__.py: Expose new modules. * src/Filters/SideBar/_SourceSidebarFilter.py: Add module. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/Rules/_Rule.py (Rule.match_substring): Add convenience method for simple substring search. * src/Filters/Rules/Source/_RegExpIdOf.py: Add module. * src/Filters/Rules/Source/_MatchesFilter.py: Add module. * src/Filters/Rules/Source/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Source/_HasIdOf.py: Add module. * src/Filters/Rules/Source/_SourcePrivate.py: Add module. * src/Filters/Rules/Source/_AllSources.py: Add module. svn: r7138 2006-08-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DataViews/_SourceView.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/Rules/Event/_HasIdOf.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/_HasIdOf.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Source/Makefile.am, src/Filters/Rules/Source/_AllSources.py, src/Filters/Rules/Source/_HasIdOf.py, src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Source/_HasNoteRegexp.py, src/Filters/Rules/Source/_HasSource.py, src/Filters/Rules/Source/_MatchesFilter.py, src/Filters/Rules/Source/_RegExpIdOf.py, src/Filters/Rules/Source/_SourcePrivate.py, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/_Rule.py, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_SourceSidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_GenericFilter.py: * src/Filters/_GenericFilter.py: Support Source filters. * src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/Source/Makefile.am: Ship new files. * src/FilterEditor/_EditRule.py: Support Source filters. * src/FilterEditor/_FilterEditor.py: Support Source filters. * src/FilterEditor/_ShowResults.py: Support Source filters. * src/Filters/Rules/Source/__init__.py: Expose new modules. * src/Filters/SideBar/_SourceSidebarFilter.py: Add module. * src/Filters/SideBar/__init__.py: Expose new module. * src/Filters/Rules/_Rule.py (Rule.match_substring): Add convenience method for simple substring search. * src/Filters/Rules/Source/_RegExpIdOf.py: Add module. * src/Filters/Rules/Source/_MatchesFilter.py: Add module. * src/Filters/Rules/Source/_HasNoteRegexp.py: Add module. * src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py: Add module. * src/Filters/Rules/Source/_HasIdOf.py: Add module. * src/Filters/Rules/Source/_SourcePrivate.py: Add module. * src/Filters/Rules/Source/_AllSources.py: Add module. svn: r7138 2006-08-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/Filters/Rules/Event/__init__.py, gramps2/src/Filters/Rules/Family/_HasEvent.py, gramps2/src/Filters/Rules/Person/_HasEvent.py, gramps2/src/Filters/Rules/_HasEventBase.py, gramps2/src/Filters/SideBar/_EventSidebarFilter.py: Update svn: r7137 2006-08-06 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/_HasEvent.py, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/_HasEventBase.py, src/Filters/SideBar/_EventSidebarFilter.py: Update svn: r7137 2006-08-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Family/_ChildHasIdOf.py, gramps2/src/Filters/Rules/Family/_ChildHasNameOf.py, gramps2/src/Filters/Rules/Family/_FatherHasIdOf.py, gramps2/src/Filters/Rules/Family/_FatherHasNameOf.py, gramps2/src/Filters/Rules/Family/_MemberBase.py, gramps2/src/Filters/Rules/Family/_MotherHasIdOf.py, gramps2/src/Filters/Rules/Family/_MotherHasNameOf.py, gramps2/src/Filters/Rules/Family/_SearchChildName.py, gramps2/src/Filters/Rules/Family/_SearchFatherName.py, gramps2/src/Filters/Rules/Family/_SearchMotherName.py: In .: * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/Family/_MemberBase.py: Add new module. In po: svn: r7136 2006-08-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_ChildHasIdOf.py, src/Filters/Rules/Family/_ChildHasNameOf.py, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_FatherHasNameOf.py, src/Filters/Rules/Family/_MemberBase.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_MotherHasNameOf.py, src/Filters/Rules/Family/_SearchChildName.py, src/Filters/Rules/Family/_SearchFatherName.py, src/Filters/Rules/Family/_SearchMotherName.py: In .: * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/Family/_MemberBase.py: Add new module. In po: svn: r7136 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Family/_SearchChildName.py, gramps2/src/Filters/Rules/Family/_SearchFatherName.py, gramps2/src/Filters/Rules/Family/_SearchMotherName.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py: In .: * src/Filters/SideBar/_PersonSidebarFilter.py: Minor changes. * src/Filters/SideBar/_FamilySidebarFilter.py: Add father, mother, and child search options. * src/Filters/Rules/Family/__init__.py: Expose new modules. * src/Filters/Rules/Family/_Search*Name.py: add new modules. * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new files In po: 2006-08-05 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7135 2006-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_SearchChildName.py, src/Filters/Rules/Family/_SearchFatherName.py, src/Filters/Rules/Family/_SearchMotherName.py, src/Filters/Rules/Family/__init__.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py: In .: * src/Filters/SideBar/_PersonSidebarFilter.py: Minor changes. * src/Filters/SideBar/_FamilySidebarFilter.py: Add father, mother, and child search options. * src/Filters/Rules/Family/__init__.py: Expose new modules. * src/Filters/Rules/Family/_Search*Name.py: add new modules. * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new files In po: 2006-08-05 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7135 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Family/_FatherHasIdOf.py, gramps2/src/Filters/Rules/Family/_FatherHasNameOf.py, gramps2/src/Filters/Rules/Family/_MotherHasIdOf.py, gramps2/src/Filters/Rules/Family/_MotherHasNameOf.py: 2006-08-05 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Family/_MotherHasNameOf.py (apply): Handle missing parents. * src/Filters/Rules/Family/_MotherHasIdOf.py (apply): Handle missing parents. * src/Filters/Rules/Family/_FatherHasNameOf.py (apply): Handle missing parents. * src/Filters/Rules/Family/_FatherHasIdOf.py (apply): Handle missing parents. svn: r7134 2006-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_FatherHasNameOf.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_MotherHasNameOf.py: 2006-08-05 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Family/_MotherHasNameOf.py (apply): Handle missing parents. * src/Filters/Rules/Family/_MotherHasIdOf.py (apply): Handle missing parents. * src/Filters/Rules/Family/_FatherHasNameOf.py (apply): Handle missing parents. * src/Filters/Rules/Family/_FatherHasIdOf.py (apply): Handle missing parents. svn: r7134 2006-08-05 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update french translation svn: r7133 2006-08-05 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update french translation svn: r7133 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/configure.in, gramps2/src/Filters/Makefile.am, gramps2/src/Filters/SideBar/Makefile.am: Update svn: r7132 2006-08-05 Alex Roitman <shura@gramps-project.org> * configure.in, src/Filters/Makefile.am, src/Filters/SideBar/Makefile.am: Update svn: r7132 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/Makefile.am, gramps2/src/Filters/SideBar/Makefile.am, gramps2/src/Filters/SideBar/_EventSidebarFilter.py, gramps2/src/Filters/SideBar/_FamilySidebarFilter.py, gramps2/src/Filters/SideBar/_PersonSidebarFilter.py, gramps2/src/Filters/SideBar/_SidebarFilter.py, gramps2/src/Filters/SideBar/__init__.py, gramps2/src/Filters/_EventSidebarFilter.py, gramps2/src/Filters/_FamilySidebarFilter.py, gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/Filters/_SidebarFilter.py, gramps2/src/Filters/__init__.py: * src/Filters/SideBar: Add new module. svn: r7131 2006-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_PersonView.py, src/Filters/Makefile.am, src/Filters/SideBar/Makefile.am, src/Filters/SideBar/_EventSidebarFilter.py, src/Filters/SideBar/_FamilySidebarFilter.py, src/Filters/SideBar/_PersonSidebarFilter.py, src/Filters/SideBar/_SidebarFilter.py, src/Filters/SideBar/__init__.py, src/Filters/_EventSidebarFilter.py, src/Filters/_FamilySidebarFilter.py, src/Filters/_PersonSidebarFilter.py, src/Filters/_SidebarFilter.py, src/Filters/__init__.py: * src/Filters/SideBar: Add new module. svn: r7131 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_ShowResults.py: Update svn: r7130 2006-08-05 Alex Roitman <shura@gramps-project.org> * src/FilterEditor/_EditRule.py, src/FilterEditor/_ShowResults.py: Update svn: r7130 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Makefile.am, gramps2/src/Filters/Rules/Event/Makefile.am: * src/Filters/Rules/Event/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7129 2006-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Makefile.am, src/Filters/Rules/Event/Makefile.am: * src/Filters/Rules/Event/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7129 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/po/POTFILES.in: Update svn: r7128 2006-08-05 Alex Roitman <shura@gramps-project.org> * po/POTFILES.in: Update svn: r7128 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/Filters/Rules/Event/_AllEvents.py, gramps2/src/Filters/Rules/Event/_EventPrivate.py, gramps2/src/Filters/Rules/Event/_HasIdOf.py, gramps2/src/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Event/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Event/_HasType.py, gramps2/src/Filters/Rules/Event/_MatchesFilter.py, gramps2/src/Filters/Rules/Event/_RegExpIdOf.py, gramps2/src/Filters/Rules/Event/__init__.py, gramps2/src/Filters/Rules/Family/_HasRelType.py, gramps2/src/Filters/_EventSidebarFilter.py, gramps2/src/Filters/_FamilySidebarFilter.py, gramps2/src/Filters/_GenericFilter.py, gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/Filters/__init__.py: * src/DataViews/_EventView.py: Add sidebar filter. * src/FilterEditor/_FilterEditor.py: Support event filters. * src/Filters/__init__.py: expose new module. * src/Filters/_PersonSidebarFilter.py: Fix type handling. * src/Filters/_FamilySidebarFilter.py: Fix type handling. * src/Filters/_GenericFilter.py: Support event filters. * src/Filters/_EventSidebarFilter.py: add new module. * src/Filters/Rules/Events/*.py: add new rules. * src/Filters/Rules/Family/_HasRelType.py (apply): Use new API. svn: r7127 2006-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/FilterEditor/_FilterEditor.py, src/Filters/Rules/Event/_AllEvents.py, src/Filters/Rules/Event/_EventPrivate.py, src/Filters/Rules/Event/_HasIdOf.py, src/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Event/_HasNoteRegexp.py, src/Filters/Rules/Event/_HasType.py, src/Filters/Rules/Event/_MatchesFilter.py, src/Filters/Rules/Event/_RegExpIdOf.py, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/_EventSidebarFilter.py, src/Filters/_FamilySidebarFilter.py, src/Filters/_GenericFilter.py, src/Filters/_PersonSidebarFilter.py, src/Filters/__init__.py: * src/DataViews/_EventView.py: Add sidebar filter. * src/FilterEditor/_FilterEditor.py: Support event filters. * src/Filters/__init__.py: expose new module. * src/Filters/_PersonSidebarFilter.py: Fix type handling. * src/Filters/_FamilySidebarFilter.py: Fix type handling. * src/Filters/_GenericFilter.py: Support event filters. * src/Filters/_EventSidebarFilter.py: add new module. * src/Filters/Rules/Events/*.py: add new rules. * src/Filters/Rules/Family/_HasRelType.py (apply): Use new API. svn: r7127 2006-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/Filters/_FilterList.py, gramps2/src/Filters/_FilterParser.py, gramps2/src/Filters/_GenericFilter.py: * src/FilterEditor/_EditFilter.py: Support invert attribute. * src/Filters/_GenericFilter.py: Support invert attribute. * src/Filters/_FilterList.py (save): Save invert attribute. * src/Filters/_FilterParser.py (startElement): Parse invert attribute. svn: r7126 2006-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_EditFilter.py, src/Filters/_FilterList.py, src/Filters/_FilterParser.py, src/Filters/_GenericFilter.py: * src/FilterEditor/_EditFilter.py: Support invert attribute. * src/Filters/_GenericFilter.py: Support invert attribute. * src/Filters/_FilterList.py (save): Save invert attribute. * src/Filters/_FilterParser.py (startElement): Parse invert attribute. svn: r7126 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Family/_HasAttribute.py, gramps2/src/Filters/Rules/Family/_HasEvent.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/Rules/Makefile.am, gramps2/src/Filters/Rules/Person/_HasAttribute.py, gramps2/src/Filters/Rules/_HasAttributeBase.py, gramps2/src/Filters/Rules/_HasEventBase.py: In .: * src/Filters/Rules/Family/__init__.py (editor_rule_list): Import and use new rule. * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/Family/_HasAttribute.py: Add new rule. * src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/_HasAttributeBase.py: Add base module. * src/Filters/Rules/_HasEventBase.py (apply): Use new API. In po: Add new files. svn: r7125 2006-08-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_HasAttribute.py, src/Filters/Rules/Family/_HasEvent.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/Person/_HasAttribute.py, src/Filters/Rules/_HasAttributeBase.py, src/Filters/Rules/_HasEventBase.py: In .: * src/Filters/Rules/Family/__init__.py (editor_rule_list): Import and use new rule. * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/Family/_HasAttribute.py: Add new rule. * src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file. * src/Filters/Rules/_HasAttributeBase.py: Add base module. * src/Filters/Rules/_HasEventBase.py (apply): Use new API. In po: Add new files. svn: r7125 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HasFamilyEvent.py, gramps2/src/Filters/Rules/Person/_PersonWithIncompleteEvent.py: * src/Filters/Rules/Person/_HasFamilyEvent.py (apply): Use new API. * src/Filters/Rules/Person/_PersonWithIncompleteEvent.py (apply): Do not double-handle birth and death events. svn: r7124 2006-08-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/Person/_PersonWithIncompleteEvent.py: * src/Filters/Rules/Person/_HasFamilyEvent.py (apply): Use new API. * src/Filters/Rules/Person/_PersonWithIncompleteEvent.py (apply): Do not double-handle birth and death events. svn: r7124 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/Filters/Rules/Person/_IsWitness.py: * src/Filters/Rules/Person/_IsWitness.py: Rewrite with new API. debugging output; (_name2typeclass): Add name->type mapping. svn: r7123 2006-08-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_EditRule.py, src/Filters/Rules/Person/_IsWitness.py: * src/Filters/Rules/Person/_IsWitness.py: Rewrite with new API. debugging output; (_name2typeclass): Add name->type mapping. svn: r7123 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/Filters/_FamilySidebarFilter.py, gramps2/src/Filters/__init__.py: * src/FilterEditor/_FilterEditor.py (__init__): Remove unneeded argument, namespace is enough to get the filter class via factory; (add_new_filter): Use factory; (get_all_handles): Get handles for any object type. * src/FilterEditor/_ShowResults.py (get_name_id): Add method to return name and id for different object types; (sort_val_from_handle): Support different object types. (__init__): Accept namespace as an argument. * src/Filters/__init__.py: Do not expose GenericFamilyFilter; expose GenericFilterFactory instead. * src/Filters/_FamilySidebarFilter.py (GenericFamilyFilter): Use factory. svn: r7122 2006-08-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/Filters/_FamilySidebarFilter.py, src/Filters/__init__.py: * src/FilterEditor/_FilterEditor.py (__init__): Remove unneeded argument, namespace is enough to get the filter class via factory; (add_new_filter): Use factory; (get_all_handles): Get handles for any object type. * src/FilterEditor/_ShowResults.py (get_name_id): Add method to return name and id for different object types; (sort_val_from_handle): Support different object types. (__init__): Accept namespace as an argument. * src/Filters/__init__.py: Do not expose GenericFamilyFilter; expose GenericFilterFactory instead. * src/Filters/_FamilySidebarFilter.py (GenericFamilyFilter): Use factory. svn: r7122 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py (MyID.name_from_gramps_id): Remove debugginb output. svn: r7121 2006-08-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_EditRule.py: * src/FilterEditor/_EditRule.py (MyID.name_from_gramps_id): Remove debugginb output. svn: r7121 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_MediaView.py, gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Makefile.am: In .: 2006-08-04 Alex Roitman <shura@gramps-project.org> * src/DataViews/_MediaView.py (row_change): Work around older pygtk. * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file. In po: 2006-08-04 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Unlist plugins that are not shipped. svn: r7120 2006-08-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DataViews/_MediaView.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Makefile.am: In .: 2006-08-04 Alex Roitman <shura@gramps-project.org> * src/DataViews/_MediaView.py (row_change): Work around older pygtk. * src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file. In po: 2006-08-04 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Unlist plugins that are not shipped. svn: r7120 2006-08-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_RelationView.py: 2006-08-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DataViews/_PersonView.py (__init__): connection to "active- person-changed" signal moved to set_active() (set_active, set_inactive): Reconnect to/disconnect from dbstate's "active-person-changed" signal. * src/DataViews/_RelationView.py (__init__): connection to "active- person-changed" signal moved to set_active() (set_active, set_inactive): Reconnect to/disconnect from dbstate's "active-person-changed" signal. svn: r7119 2006-08-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py: 2006-08-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DataViews/_PersonView.py (__init__): connection to "active- person-changed" signal moved to set_active() (set_active, set_inactive): Reconnect to/disconnect from dbstate's "active-person-changed" signal. * src/DataViews/_RelationView.py (__init__): connection to "active- person-changed" signal moved to set_active() (set_active, set_inactive): Reconnect to/disconnect from dbstate's "active-person-changed" signal. svn: r7119 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in: 2006-08-03 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7118 2006-08-04 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in: 2006-08-03 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r7118 2006-08-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Family/_ChildHasIdOf.py, gramps2/src/Filters/Rules/Family/_ChildHasNameOf.py, gramps2/src/Filters/Rules/Family/_FatherHasIdOf.py, gramps2/src/Filters/Rules/Family/_FatherHasNameOf.py, gramps2/src/Filters/Rules/Family/_MatchesFilter.py, gramps2/src/Filters/Rules/Family/_MotherHasIdOf.py, gramps2/src/Filters/Rules/Family/_MotherHasNameOf.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/Rules/Person/_MatchesFilter.py, gramps2/src/Filters/Rules/_MatchesFilterBase.py, gramps2/src/Filters/_FilterParser.py, gramps2/src/Filters/_GenericFilter.py: * src/Filters/_GenericFilter.py (GenericFilterFactory): Add factory function. * src/Filters/_FilterParser.py (FilterParser.startElement): Use factory function. * src/Filters/Rules/_MatchesFilterBase.py: Add base module. * src/Filters/Rules/Person/_MatchesFilter.py: Derive from base. * src/Filters/Rules/Family/_MatchesFilter.py: Add rule. * src/Filters/Rules/Family/_MotherHasIdOf.py: Add rule. * src/Filters/Rules/Family/_FatherHasIdOf.py: Add rule. * src/Filters/Rules/Family/_MotherHasNameOf.py: Add rule. * src/Filters/Rules/Family/_ChildHasIdOf.py: Add rule. * src/Filters/Rules/Family/_FatherHasNameOf.py: Add rule. * src/Filters/Rules/Family/_ChildHasNameOf.py: Add rule. * src/Filters/Rules/Family/__init__.py: Expose new rules. svn: r7117 2006-08-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Family/_ChildHasIdOf.py, src/Filters/Rules/Family/_ChildHasNameOf.py, src/Filters/Rules/Family/_FatherHasIdOf.py, src/Filters/Rules/Family/_FatherHasNameOf.py, src/Filters/Rules/Family/_MatchesFilter.py, src/Filters/Rules/Family/_MotherHasIdOf.py, src/Filters/Rules/Family/_MotherHasNameOf.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Person/_MatchesFilter.py, src/Filters/Rules/_MatchesFilterBase.py, src/Filters/_FilterParser.py, src/Filters/_GenericFilter.py: * src/Filters/_GenericFilter.py (GenericFilterFactory): Add factory function. * src/Filters/_FilterParser.py (FilterParser.startElement): Use factory function. * src/Filters/Rules/_MatchesFilterBase.py: Add base module. * src/Filters/Rules/Person/_MatchesFilter.py: Derive from base. * src/Filters/Rules/Family/_MatchesFilter.py: Add rule. * src/Filters/Rules/Family/_MotherHasIdOf.py: Add rule. * src/Filters/Rules/Family/_FatherHasIdOf.py: Add rule. * src/Filters/Rules/Family/_MotherHasNameOf.py: Add rule. * src/Filters/Rules/Family/_ChildHasIdOf.py: Add rule. * src/Filters/Rules/Family/_FatherHasNameOf.py: Add rule. * src/Filters/Rules/Family/_ChildHasNameOf.py: Add rule. * src/Filters/Rules/Family/__init__.py: Expose new rules. svn: r7117 2006-08-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (build_page5): Typo. svn: r7116 2006-08-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (build_page5): Typo. svn: r7116 2006-08-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/Filters/Rules/Family/_HasIdOf.py, gramps2/src/Filters/Rules/Family/_HasRelType.py, gramps2/src/Filters/Rules/Family/_RegExpIdOf.py, gramps2/src/Filters/Rules/Person/_HasIdOf.py, gramps2/src/Filters/Rules/Person/_RegExpIdOf.py, gramps2/src/Filters/Rules/Person/__init__.py, gramps2/src/Filters/Rules/_RegExpIdBase.py, gramps2/src/NameDisplay.py: 2006-08-03 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_HasIdOf.py: Cleanup. * src/Filters/Rules/Person/__init__.py (editor_rule_list): Add RegExpIdOf. * src/Filters/Rules/Person/_RegExpIdOf.py: Cleanup. * src/Filters/Rules/_RegExpIdBase.py: Cleanup. * src/Filters/Rules/Person/_HasRelationship.py: Cleanup. * src/Filters/Rules/Family/_HasIdOf.py: Cleanup. * src/Filters/Rules/Family/_RegExpIdOf.py: Cleanup. * src/FilterEditor/_EditRule.py: Clean, localization fixes, ID selection fixes. * src/NameDisplay.py: Import gettext. * src/Filters/Rules/Family/_HasRelType.py (labels): Use lowercase. * src/FilterEditor/_EditFilter.py (on_add_clicked, on_edit_clicked): Catch exception. svn: r7115 2006-08-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/Family/_HasIdOf.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Family/_RegExpIdOf.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Person/_RegExpIdOf.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_RegExpIdBase.py, src/NameDisplay.py: 2006-08-03 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_HasIdOf.py: Cleanup. * src/Filters/Rules/Person/__init__.py (editor_rule_list): Add RegExpIdOf. * src/Filters/Rules/Person/_RegExpIdOf.py: Cleanup. * src/Filters/Rules/_RegExpIdBase.py: Cleanup. * src/Filters/Rules/Person/_HasRelationship.py: Cleanup. * src/Filters/Rules/Family/_HasIdOf.py: Cleanup. * src/Filters/Rules/Family/_RegExpIdOf.py: Cleanup. * src/FilterEditor/_EditRule.py: Clean, localization fixes, ID selection fixes. * src/NameDisplay.py: Import gettext. * src/Filters/Rules/Family/_HasRelType.py (labels): Use lowercase. * src/FilterEditor/_EditFilter.py (on_add_clicked, on_edit_clicked): Catch exception. svn: r7115 2006-08-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/GrampsCfg.py, gramps2/src/NameDisplay.py, gramps2/src/plugins/Check.py: 2006-08-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/plugins/Check.py (cleanup_deleted_name_formats): Change hardcoded values with constants. * src/GrampsCfg.py: Unused constants cleanup. * src/DataViews/_PedigreeView.py (__init__): connection to "active- person-changed" signal moved to set_active() (set_active, set_inactive): Improve performance of other views. * src/NameDisplay.py (name_grouping_data): Change hardcoded values with constants. svn: r7114 2006-08-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/DataViews/_PedigreeView.py, src/GrampsCfg.py, src/NameDisplay.py, src/plugins/Check.py: 2006-08-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/plugins/Check.py (cleanup_deleted_name_formats): Change hardcoded values with constants. * src/GrampsCfg.py: Unused constants cleanup. * src/DataViews/_PedigreeView.py (__init__): connection to "active- person-changed" signal moved to set_active() (set_active, set_inactive): Improve performance of other views. * src/NameDisplay.py (name_grouping_data): Change hardcoded values with constants. svn: r7114 2006-08-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_BackRefList.py, gramps2/src/DisplayTabs/_BackRefModel.py: 2006-08-03 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs/_BackRefList.py (find_node): Use class name. * src/DisplayTabs/_BackRefModel.py (__init__, load_model): Add new column to keep both class name and translation. svn: r7113 2006-08-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_BackRefModel.py: 2006-08-03 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs/_BackRefList.py (find_node): Use class name. * src/DisplayTabs/_BackRefModel.py (__init__, load_model): Add new column to keep both class name and translation. svn: r7113 2006-08-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/ru.po: In .: 2006-08-02 Alex Roitman <shura@gramps-project.org> * configure.in: Disable scrollkeeper update in the packager mode. In po: 2006-08-02 Alex Roitman <shura@gramps-project.org> * ru.po: Translation update. svn: r7112 2006-08-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/ru.po: In .: 2006-08-02 Alex Roitman <shura@gramps-project.org> * configure.in: Disable scrollkeeper update in the packager mode. In po: 2006-08-02 Alex Roitman <shura@gramps-project.org> * ru.po: Translation update. svn: r7112 2006-08-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/RelLib/_Place.py: * src/RelLib/_Place.py: Check for empty location * src/Editors/_EditEvent.py: use default data change check svn: r7111 2006-08-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/RelLib/_Place.py: * src/RelLib/_Place.py: Check for empty location * src/Editors/_EditEvent.py: use default data change check svn: r7111 2006-08-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/NameDisplay.py: 2006-08-01 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: use grouping name * src/NameDisplay.py: Add grouping from data instead of just Name instance, handle Name.DEF * src/DisplayModels/_PeopleModel.py: use grouping name svn: r7110 2006-08-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels/_PeopleModel.py, src/NameDisplay.py: 2006-08-01 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: use grouping name * src/NameDisplay.py: Add grouping from data instead of just Name instance, handle Name.DEF * src/DisplayModels/_PeopleModel.py: use grouping name svn: r7110 2006-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameDisplay.py: * src/NameDisplay.py: Rename local var id -> num to avoid collission with the builtin function id(). svn: r7109 2006-08-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameDisplay.py: * src/NameDisplay.py: Rename local var id -> num to avoid collission with the builtin function id(). svn: r7109 2006-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-08-01 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (set_name_group_mapping): Use transaction. svn: r7108 2006-08-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-08-01 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (set_name_group_mapping): Use transaction. svn: r7108 2006-08-01 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update french translation svn: r7107 2006-08-01 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update french translation svn: r7107 2006-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/ru.po: * ru.po: Start on Russian translation. svn: r7106 2006-08-01 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/ru.po: * ru.po: Start on Russian translation. svn: r7106 2006-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in: * POTFILES.in: Remove obsolete file; reflect the name change of Merge -> FindDupes. svn: r7105 2006-08-01 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in: * POTFILES.in: Remove obsolete file; reflect the name change of Merge -> FindDupes. svn: r7105 2006-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayState.py, gramps2/src/Filters/Makefile.am, gramps2/src/Filters/_FilterWidget.py, gramps2/src/Filters/_SearchBar.py, gramps2/src/Filters/__init__.py, gramps2/src/Navigation.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py, gramps2/src/plugins/Checkpoint.py: In .: 2006-07-31 Alex Roitman <shura@gramps-project.org> * src/Filters/_SearchBar.py (SearchBar.__init__): Take dbstate as a constructor argument; (SearchBar.apply_filter): pass dbstate. * src/PageView.py (BookMarkView.add_bookmark, PersonNavView.jumpto, PersonNavView.fwd_clicked, PersonNavView.back_clicked, ListView.build_widget): Pass dbstate. * src/Navigation.py (BaseNavigation.__init__, PersonNavigation.__init__): Take dbstate as a constructor argument; (PersonNavigation.build_item_name): properly access dbstate. * src/DisplayState.py (__init__): Do not take dbstate as a constructor argument; Do not connect dbstate signal here (moved to ViewManager); (display_relationship,push_message,modify_statusbar): Make dbstate an argument. * src/plugins/Checkpoint.py (run_tool): Pass dbstate. * src/ViewManager.py (_build_main_window): Do not pass dbstate to uistate DisplayState constructor; connect dbstate signal handler; pass dbstate to Navigation; (keypress): Pass dbstate; (statusbar_key_update): Pass dbstate; (do_load_plugins): Pass dbstate; (ViewManager.add_bookmark): Pass dbstate. * src/DataViews/_RelationView.py (shade_update): Pass dbstate. * src/DataViews/_PersonView.py (build_widget,_goto, key_goto_home_person, key_edit_selected_person): Pass dbstate. * src/Filters/Makefile.am (pkgdata_PYTHON): Remove obsolete file. * src/Filters/__init__.py: Remove importing obsolete module. * src/Filters/_FilterWidget.py: Remove obsolete module. In po: 2006-07-31 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Remove obsolete file. svn: r7104 2006-08-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py, src/DisplayState.py, src/Filters/Makefile.am, src/Filters/_FilterWidget.py, src/Filters/_SearchBar.py, src/Filters/__init__.py, src/Navigation.py, src/PageView.py, src/ViewManager.py, src/plugins/Checkpoint.py: In .: 2006-07-31 Alex Roitman <shura@gramps-project.org> * src/Filters/_SearchBar.py (SearchBar.__init__): Take dbstate as a constructor argument; (SearchBar.apply_filter): pass dbstate. * src/PageView.py (BookMarkView.add_bookmark, PersonNavView.jumpto, PersonNavView.fwd_clicked, PersonNavView.back_clicked, ListView.build_widget): Pass dbstate. * src/Navigation.py (BaseNavigation.__init__, PersonNavigation.__init__): Take dbstate as a constructor argument; (PersonNavigation.build_item_name): properly access dbstate. * src/DisplayState.py (__init__): Do not take dbstate as a constructor argument; Do not connect dbstate signal here (moved to ViewManager); (display_relationship,push_message,modify_statusbar): Make dbstate an argument. * src/plugins/Checkpoint.py (run_tool): Pass dbstate. * src/ViewManager.py (_build_main_window): Do not pass dbstate to uistate DisplayState constructor; connect dbstate signal handler; pass dbstate to Navigation; (keypress): Pass dbstate; (statusbar_key_update): Pass dbstate; (do_load_plugins): Pass dbstate; (ViewManager.add_bookmark): Pass dbstate. * src/DataViews/_RelationView.py (shade_update): Pass dbstate. * src/DataViews/_PersonView.py (build_widget,_goto, key_goto_home_person, key_edit_selected_person): Pass dbstate. * src/Filters/Makefile.am (pkgdata_PYTHON): Remove obsolete file. * src/Filters/__init__.py: Remove importing obsolete module. * src/Filters/_FilterWidget.py: Remove obsolete module. In po: 2006-07-31 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Remove obsolete file. svn: r7104 2006-08-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/merge.glade: * src/plugins/FindDupes.py: Fix title (bug 314) * src/plugins/merge.glade: change button name (bug 315) svn: r7103 2006-08-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/merge.glade: * src/plugins/FindDupes.py: Fix title (bug 314) * src/plugins/merge.glade: change button name (bug 315) svn: r7103 2006-08-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FindDupes.py: 2006-07-31 Don Allingham <don@gramps-project.org> * src/plugins/FindDupes.py: Fix title (bug 314) svn: r7102 2006-08-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/FindDupes.py: 2006-07-31 Don Allingham <don@gramps-project.org> * src/plugins/FindDupes.py: Fix title (bug 314) svn: r7102 2006-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am: * src/plugins/Makefile.am (pkgdata_PYTHON): Remove unsupported reports. svn: r7101 2006-08-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am: * src/plugins/Makefile.am (pkgdata_PYTHON): Remove unsupported reports. svn: r7101 2006-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/UndoHistory.py: 2006-07-31 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py (UndoHistory._build_model): Only show the initial entry is database is really opened. svn: r7100 2006-08-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/UndoHistory.py: 2006-07-31 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py (UndoHistory._build_model): Only show the initial entry is database is really opened. svn: r7100 2006-07-31 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Editors/_EditName.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_ReadGrdb.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/NameDisplay.py, gramps2/src/RelLib/_Name.py, gramps2/src/ViewManager.py, gramps2/src/plugins/Check.py: 2006-07-31 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/NameDisplay.py: Rewrite in more object oriented way; Interface change. * src/ViewManager.py (post_load_newdb): Change of NameDisplay interface. * src/GrampsDb/_ReadXML.py (parse): Change of NameDisplay interface. * src/GrampsDb/_ReadGrdb.py (importData): Change of NameDisplay interface. * src/GrampsCfg.py: Change of NameDisplay interface; Name format Edit and Add callbacks divided. * src/RelLib/_Name.py: Default/standard name format definitions moved to NameDisplay. * src/Editors/_EditName.py (_setup_fields): Change of NameDisplay interface. * src/plugins/Check.py (cleanup_deleted_name_formats): Change of NameDisplay interface. svn: r7099 2006-07-31 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditName.py, src/GrampsCfg.py, src/GrampsDb/_ReadGrdb.py, src/GrampsDb/_ReadXML.py, src/NameDisplay.py, src/RelLib/_Name.py, src/ViewManager.py, src/plugins/Check.py: 2006-07-31 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/NameDisplay.py: Rewrite in more object oriented way; Interface change. * src/ViewManager.py (post_load_newdb): Change of NameDisplay interface. * src/GrampsDb/_ReadXML.py (parse): Change of NameDisplay interface. * src/GrampsDb/_ReadGrdb.py (importData): Change of NameDisplay interface. * src/GrampsCfg.py: Change of NameDisplay interface; Name format Edit and Add callbacks divided. * src/RelLib/_Name.py: Default/standard name format definitions moved to NameDisplay. * src/Editors/_EditName.py (_setup_fields): Change of NameDisplay interface. * src/plugins/Check.py (cleanup_deleted_name_formats): Change of NameDisplay interface. svn: r7099 2006-07-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle missing event type svn: r7098 2006-07-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: handle missing event type svn: r7098 2006-07-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py: 2006-07-30 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py: add tooltip for map button svn: r7097 2006-07-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py: 2006-07-30 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py: add tooltip for map button svn: r7097 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FindDupes.py, gramps2/src/plugins/Merge.py: * src/plugins/Merge.py: Rename, because Merge module shadows this plugin module. * src/plugins/FindDupes.py: New module, to replace Merge.py; (ShowMatches.on_do_merge_clicked): Use new Merge component. svn: r7096 2006-07-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FindDupes.py, src/plugins/Merge.py: * src/plugins/Merge.py: Rename, because Merge module shadows this plugin module. * src/plugins/FindDupes.py: New module, to replace Merge.py; (ShowMatches.on_do_merge_clicked): Use new Merge component. svn: r7096 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2006-07-30 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (ViewManager.do_load_plugins): Catch exception; (ViewManager.plugin_status): Catch exception. svn: r7095 2006-07-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: 2006-07-30 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (ViewManager.do_load_plugins): Catch exception; (ViewManager.plugin_status): Catch exception. svn: r7095 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in: 2006-07-30 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add missing file. svn: r7094 2006-07-30 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in: 2006-07-30 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add missing file. svn: r7094 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/changetype.glade: * src/plugins/changetype.glade: Update text warning. svn: r7093 2006-07-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/changetype.glade: * src/plugins/changetype.glade: Update text warning. svn: r7093 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditMedia.py: * src/Editors/_EditMedia.py (EditMedia.save): Use absolute path to determine mime type. svn: r7092 2006-07-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditMedia.py: * src/Editors/_EditMedia.py (EditMedia.save): Use absolute path to determine mime type. svn: r7092 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/PageView.py, gramps2/src/plugins/EventCmp.py: * src/PageView.py (PersonNavView.filter_editor): Catch exception. * src/DataViews/_FamilyList.py (FamilyListView.filter_editor): Catch exception. * src/plugins/EventCmp.py (EventComparison.filter_editor_clicked): Catch exception. svn: r7091 2006-07-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/PageView.py, src/plugins/EventCmp.py: * src/PageView.py (PersonNavView.filter_editor): Catch exception. * src/DataViews/_FamilyList.py (FamilyListView.filter_editor): Catch exception. * src/plugins/EventCmp.py (EventComparison.filter_editor_clicked): Catch exception. svn: r7091 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r7090 2006-07-30 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r7090 2006-07-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ManagedWindow.py, gramps2/src/UndoHistory.py, gramps2/src/ViewManager.py: 2006-07-29 Alex Roitman <shura@gramps-project.org> * src/ManagedWindow.py (ManagedWindow.show): Set opened flag; (ManagedWindow.close): Unser opened flag. * src/ViewManager.py (undo_history_close): Only close undo history window if it is open. * src/UndoHistory.py: (UndoHistory.__init__): Remove signal handling; (UndoHistory.close): Remove method, use one from the parent class. svn: r7089 2006-07-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ManagedWindow.py, src/UndoHistory.py, src/ViewManager.py: 2006-07-29 Alex Roitman <shura@gramps-project.org> * src/ManagedWindow.py (ManagedWindow.show): Set opened flag; (ManagedWindow.close): Unser opened flag. * src/ViewManager.py (undo_history_close): Only close undo history window if it is open. * src/UndoHistory.py: (UndoHistory.__init__): Remove signal handling; (UndoHistory.close): Remove method, use one from the parent class. svn: r7089 2006-07-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/NameDisplay.py: 2006-07-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/NameDisplay.py (display_given): Cleanup * src/Gramps.Cfg.py (NameFormatEditDlg.run): Verification of the returned values svn: r7088 2006-07-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/GrampsCfg.py, src/NameDisplay.py: 2006-07-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/NameDisplay.py (display_given): Cleanup * src/Gramps.Cfg.py (NameFormatEditDlg.run): Verification of the returned values svn: r7088 2006-07-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: (find_backlink_handles): Work around readonly db problems; (_get_obj_from_gramps_id): Work around readonly db problems. svn: r7087 2006-07-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: (find_backlink_handles): Work around readonly db problems; (_get_obj_from_gramps_id): Work around readonly db problems. svn: r7087 2006-07-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/src/GrampsDb/_ReadGrdb.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: Update svn: r7086 2006-07-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/GrampsDb/_ReadGrdb.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: Update svn: r7086 2006-07-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/NameDisplay.py, gramps2/src/ViewManager.py: 2006-07-27 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (_load_metadata): Upgrade custom name formats. * src/GrampsDb/_ReadXML.py (start_format): Attempt parsing the active state for the custom name format. * src/GrampsDb/_WriteXML.py (write_name_formats): Write 4-tuple custom name formats; (_xml_version): Output as version 1.1.1. * data/grampsxml.rng: Update XML description for 1.1.1. * data/grampsxml.dtd: Update XML description for 1.1.1. * src/ViewManager.py (post_load_newdb): Revert changes (done on the lower level). * src/NameDisplay.py (register_custom_formats): Revert changes (done on the lower level). svn: r7085 2006-07-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/NameDisplay.py, src/ViewManager.py: 2006-07-27 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (_load_metadata): Upgrade custom name formats. * src/GrampsDb/_ReadXML.py (start_format): Attempt parsing the active state for the custom name format. * src/GrampsDb/_WriteXML.py (write_name_formats): Write 4-tuple custom name formats; (_xml_version): Output as version 1.1.1. * data/grampsxml.rng: Update XML description for 1.1.1. * data/grampsxml.dtd: Update XML description for 1.1.1. * src/ViewManager.py (post_load_newdb): Revert changes (done on the lower level). * src/NameDisplay.py (register_custom_formats): Revert changes (done on the lower level). svn: r7085 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/NameDisplay.py, gramps2/src/ViewManager.py: * src/ViewManager.py (post_load_newdb): Upgrade path for different grdb custom name format table versions * src/NameDisplay.py (register_custom_formats): Upgrade path for different grdb custom name format table versions 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r7084 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/NameDisplay.py, src/ViewManager.py: * src/ViewManager.py (post_load_newdb): Upgrade path for different grdb custom name format table versions * src/NameDisplay.py (register_custom_formats): Upgrade path for different grdb custom name format table versions 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r7084 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Editors/_EditName.py, gramps2/src/GrampsCfg.py, gramps2/src/NameDisplay.py, gramps2/src/plugins/Check.py: 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsCfg.py: Custom name format support improvements. * src/Editors/_EditName.py: Custom name format support improvements. * src/NameDisplay.py: Custom name format support improvements. * src/plugins/Check.py (cleanup_deleted_name_formats): Db cleanup of deleted custom name format references. svn: r7083 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * ChangeLog, src/Editors/_EditName.py, src/GrampsCfg.py, src/NameDisplay.py, src/plugins/Check.py: 2006-07-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/GrampsCfg.py: Custom name format support improvements. * src/Editors/_EditName.py: Custom name format support improvements. * src/NameDisplay.py: Custom name format support improvements. * src/plugins/Check.py (cleanup_deleted_name_formats): Db cleanup of deleted custom name format references. svn: r7083 2006-07-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/windows/nsis/gcheck.py, gramps2/windows/nsis/gramps-build.bat, gramps2/windows/nsis/gramps.nsi: 2006-07-26 Steve Hall <digitect@mindspring.org> * windows/nsis/gramps-build.bat: Add windows building scripts. * windows/nsis/gramps.nsi: Add windows building scripts. * windows/nsis/gcheck.py: Add windows building scripts. * windows/nsis/ped24.ico: Add windows icon. svn: r7082 2006-07-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, windows/nsis/gcheck.py, windows/nsis/gramps-build.bat, windows/nsis/gramps.nsi: 2006-07-26 Steve Hall <digitect@mindspring.org> * windows/nsis/gramps-build.bat: Add windows building scripts. * windows/nsis/gramps.nsi: Add windows building scripts. * windows/nsis/gcheck.py: Add windows building scripts. * windows/nsis/ped24.ico: Add windows icon. svn: r7082 2006-07-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/configure.in, gramps2/debian/Makefile.am: 2006-07-26 Alex Roitman <shura@gramps-project.org> * configure.in: Remove debian/Makefile from the list. * Makefile.am (SUBDIRS): Remove debian from the list. * debian/Makefile.am: Remove from SVN. svn: r7081 2006-07-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, Makefile.am, configure.in, debian/Makefile.am: 2006-07-26 Alex Roitman <shura@gramps-project.org> * configure.in: Remove debian/Makefile from the list. * Makefile.am (SUBDIRS): Remove debian from the list. * debian/Makefile.am: Remove from SVN. svn: r7081 2006-07-26 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py: * src/ReportBase/_ReportUtils.py: fix born_str typo (bug #266) svn: r7080 2006-07-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py: * src/ReportBase/_ReportUtils.py: fix born_str typo (bug #266) svn: r7080 2006-07-26 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Mime/Makefile.am: * src/Mime/Makefile.am: Add WinMime.py svn: r7079 2006-07-26 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Mime/Makefile.am: * src/Mime/Makefile.am: Add WinMime.py svn: r7079 2006-07-25 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: add family custom filter translation svn: r7078 2006-07-25 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: add family custom filter translation svn: r7078 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePerson.py: * src/Merge/_MergePerson.py: Use new child_ref API. svn: r7077 2006-07-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Merge/_MergePerson.py: * src/Merge/_MergePerson.py: Use new child_ref API. svn: r7077 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/po/POTFILES.in: Update svn: r7076 2006-07-25 Alex Roitman <shura@gramps-project.org> * po/POTFILES.in: Update svn: r7076 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/Filters/Rules/Person/_HasFamilyEvent.py, gramps2/src/RelLib/_GrampsType.py: * src/FilterEditor/_EditRule.py (MySelect.get_text): Dirty hack to prevent rule editor from crashing. NEEDS REPAIR to stop relying on the localized text. * src/Filters/Rules/Person/_HasFamilyEvent.py (apply): Use new API. * src/RelLib/_GrampsType.py (set,__cmp__): Consider unicode type along with the str. svn: r7075 2006-07-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FilterEditor/_EditRule.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/RelLib/_GrampsType.py: * src/FilterEditor/_EditRule.py (MySelect.get_text): Dirty hack to prevent rule editor from crashing. NEEDS REPAIR to stop relying on the localized text. * src/Filters/Rules/Person/_HasFamilyEvent.py (apply): Use new API. * src/RelLib/_GrampsType.py (set,__cmp__): Consider unicode type along with the str. svn: r7075 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/_FamilySidebarFilter.py, gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/Filters/_SearchBar.py, gramps2/src/Filters/_SidebarFilter.py: 2006-07-25 Alex Roitman <shura@gramps-project.org> * src/Filters/_SearchBar.py (get_value,apply_filter): Force unicode. * src/Filters/_PersonSidebarFilter.py (get_filter): Force unicode. * src/Filters/_FamilySidebarFilter.py (get_filter): Force unicode. svn: r7074 2006-07-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/_FamilySidebarFilter.py, src/Filters/_PersonSidebarFilter.py, src/Filters/_SearchBar.py, src/Filters/_SidebarFilter.py: 2006-07-25 Alex Roitman <shura@gramps-project.org> * src/Filters/_SearchBar.py (get_value,apply_filter): Force unicode. * src/Filters/_PersonSidebarFilter.py (get_filter): Force unicode. * src/Filters/_FamilySidebarFilter.py (get_filter): Force unicode. svn: r7074 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in: 2006-07-25 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add missing files. svn: r7073 2006-07-25 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in: 2006-07-25 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add missing files. svn: r7073 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-07-24 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up the version number. * src/GrampsDb/_GrampsBSDDB.py (find_fidmap): Remove unused method. svn: r7072 2006-07-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/GrampsDb/_GrampsBSDDB.py: 2006-07-24 Alex Roitman <shura@gramps-project.org> * configure.in: Bump up the version number. * src/GrampsDb/_GrampsBSDDB.py (find_fidmap): Remove unused method. svn: r7072 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadXML.py: Update svn: r7071 2006-07-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadXML.py: Update svn: r7071 2006-07-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Map Other from gramps2.0.x to Unknown. * src/GrampsDb/_ReadXML.py (start_name): Map Other from gramps2.0.x to Unknown. (start_database): Add method to extract the XML version. svn: r7070 2006-07-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Map Other from gramps2.0.x to Unknown. * src/GrampsDb/_ReadXML.py (start_name): Map Other from gramps2.0.x to Unknown. (start_database): Add method to extract the XML version. svn: r7070 2006-07-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/FanChart.py: 2006-07-24 Manfred Paulus <manfred.paulus@gmx.de> * src/plugins/FanChart.py: Add circle, 1/2 circle and 1/4 circle options, along with selectable generations * src/docgen/OpenOfficeDoc.py: fix rotation angle svn: r7069 2006-07-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py, src/plugins/FanChart.py: 2006-07-24 Manfred Paulus <manfred.paulus@gmx.de> * src/plugins/FanChart.py: Add circle, 1/2 circle and 1/4 circle options, along with selectable generations * src/docgen/OpenOfficeDoc.py: fix rotation angle svn: r7069 2006-07-24 Alex Roitman <shura@gramps-project.org> * : UPdate svn: r7068 2006-07-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_BackRefModel.py: * src/DisplayTabs/_BackRefModel.py (BackRefModel.load_model): Translate displayed object type. svn: r7067 2006-07-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefModel.py: * src/DisplayTabs/_BackRefModel.py (BackRefModel.load_model): Translate displayed object type. svn: r7067 2006-07-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/debian/control: 2006-07-24 Alex Roitman <shura@gramps-project.org> * debian/control (Build-Depends-Indep): Add python-central; (XS-Python-Version): Add. svn: r7066 2006-07-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, debian/control: 2006-07-24 Alex Roitman <shura@gramps-project.org> * debian/control (Build-Depends-Indep): Add python-central; (XS-Python-Version): Add. svn: r7066 2006-07-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: 2006-07-23 Alex Roitman <shura@gramps-project.org> * src/plugins/GraphViz.py (get_date_strings): Typo. svn: r7065 2006-07-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: 2006-07-23 Alex Roitman <shura@gramps-project.org> * src/plugins/GraphViz.py (get_date_strings): Typo. svn: r7065 2006-07-24 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix bug for no surname (bug #265) svn: r7064 2006-07-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix bug for no surname (bug #265) svn: r7064 2006-07-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/docgen/PSDrawDoc.py: 2006-07-23 Manfred Paulus <manfred.paulus@gmx.de> * src/BaseDoc.py: fix angle calculation * src/docgen/PSDrawDoc.py: fix angle calculation svn: r7063 2006-07-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/docgen/PSDrawDoc.py: 2006-07-23 Manfred Paulus <manfred.paulus@gmx.de> * src/BaseDoc.py: fix angle calculation * src/docgen/PSDrawDoc.py: fix angle calculation svn: r7063 2006-07-23 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update french translation 2.1.90 svn: r7062 2006-07-23 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update french translation 2.1.90 svn: r7062 2006-07-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-07-23 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (GedcomParser.func_person_even): set default type for an event to CUSTOM svn: r7061 2006-07-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-07-23 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (GedcomParser.func_person_even): set default type for an event to CUSTOM svn: r7061 2006-07-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HasRelationship.py, gramps2/src/Filters/Rules/Person/_HaveChildren.py, gramps2/src/Filters/Rules/Person/_IsDescendantOf.py, gramps2/src/Filters/Rules/Person/_IsLessThanNthGenerationDescendant Of.py, gramps2/src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendant Of.py, gramps2/src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_RelationshipPathBetween.py, gramps2/src/Filters/Rules/__init__.py: 2006-07-23 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py (IsLessThanNthGenerationDescendantOf.init_list): Use new API. * src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py (IsSiblingOfFilterMatch.init_list): Use new API. * src/Filters/Rules/Person/_RelationshipPathBetween.py (RelationshipPathBetween.desc_list): Use new API. * src/Filters/Rules/Person/_HaveChildren.py (HaveChildren.apply): Use new API. * src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py (IsMoreThanNthGenerationDescendantOf.init_list): Use new API. * src/Filters/Rules/__init__.py: Expose Rule for plugin filters. * src/Filters/Rules/Person/_IsDescendantOf.py (IsDescendantOf.init_list): Use new API. * src/Filters/Rules/Person/_HasRelationship.py (HasRelationship.apply): Use new API. svn: r7060 2006-07-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_HasRelationship.py, src/Filters/Rules/Person/_HaveChildren.py, src/Filters/Rules/Person/_IsDescendantOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/__init__.py: 2006-07-23 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py (IsLessThanNthGenerationDescendantOf.init_list): Use new API. * src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py (IsSiblingOfFilterMatch.init_list): Use new API. * src/Filters/Rules/Person/_RelationshipPathBetween.py (RelationshipPathBetween.desc_list): Use new API. * src/Filters/Rules/Person/_HaveChildren.py (HaveChildren.apply): Use new API. * src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py (IsMoreThanNthGenerationDescendantOf.init_list): Use new API. * src/Filters/Rules/__init__.py: Expose Rule for plugin filters. * src/Filters/Rules/Person/_IsDescendantOf.py (IsDescendantOf.init_list): Use new API. * src/Filters/Rules/Person/_HasRelationship.py (HasRelationship.apply): Use new API. svn: r7060 2006-07-23 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Updated Lithuanian translation svn: r7059 2006-07-23 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Updated Lithuanian translation svn: r7059 2006-07-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/Filters/Rules/Person/__init__.py: 2006-07-22 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Person/__init__.py: add register function * configure.in: bump up version number svn: r7058 2006-07-23 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/Filters/Rules/Person/__init__.py: 2006-07-22 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Person/__init__.py: add register function * configure.in: bump up version number svn: r7058 2006-07-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/configure.in, gramps2/debian/Makefile.am: 2006-07-22 Alex Roitman <shura@gramps-project.org> * Makefile.am (SUBDIRS): Add debian dir. * configure.in: Generate debian/Makefile * debian/Makefile.am: Add makefile to place the debian dir in the released tarball. svn: r7057 2006-07-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, Makefile.am, configure.in, debian/Makefile.am: 2006-07-22 Alex Roitman <shura@gramps-project.org> * Makefile.am (SUBDIRS): Add debian dir. * configure.in: Generate debian/Makefile * debian/Makefile.am: Add makefile to place the debian dir in the released tarball. svn: r7057 2006-07-23 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportUtils.py: * src/ReportBase/_ReportUtils.py: fix modified birth string (bug # 266). svn: r7056 2006-07-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_ReportUtils.py: * src/ReportBase/_ReportUtils.py: fix modified birth string (bug # 266). svn: r7056 2006-07-22 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Mime/_WinMime.py, gramps2/src/Utils.py, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: launch image viewer in Windows. * src/Mime/_WinMime.py: handle rundll32.exe applications. * src/Utils.py: search path in Windows when looking for applications. svn: r7055 2006-07-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Mime/_WinMime.py, src/Utils.py, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: launch image viewer in Windows. * src/Mime/_WinMime.py: handle rundll32.exe applications. * src/Utils.py: search path in Windows when looking for applications. svn: r7055 2006-07-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsWidgets.py: 2006-07-21 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: provide number for children/siblings * src/GrampsWidgets.py: fix spacing on link box svn: r7054 2006-07-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/GrampsWidgets.py: 2006-07-21 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py: provide number for children/siblings * src/GrampsWidgets.py: fix spacing on link box svn: r7054 2006-07-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: 2006-07-20 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: fix spacing on link label svn: r7053 2006-07-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2006-07-20 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: fix spacing on link label svn: r7053 2006-07-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py (GraphViz.__init__): Better error handling. svn: r7052 2006-07-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py (GraphViz.__init__): Better error handling. svn: r7052 2006-07-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Use NameDisplay. * src/plugins/FamilyGroup.py: Use NameDisplay. svn: r7051 2006-07-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Use NameDisplay. * src/plugins/FamilyGroup.py: Use NameDisplay. svn: r7051 2006-07-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/glade/gramps.glade: 2006-07-20 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py (add_name_panel): Minor UI improvements; (_build_custom_name_ui): Minor UI improvements; (cb_edit_fmt_str): Make correct transient_for call. * src/gramps.glade (namefmt_edit): Add expander with the help on format definitions; minor UI improvements. svn: r7050 2006-07-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/glade/gramps.glade: 2006-07-20 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py (add_name_panel): Minor UI improvements; (_build_custom_name_ui): Minor UI improvements; (cb_edit_fmt_str): Make correct transient_for call. * src/gramps.glade (namefmt_edit): Add expander with the help on format definitions; minor UI improvements. svn: r7050 2006-07-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/checkpoint.glade: * src/plugins/Checkpoint.py (Checkpoint.init_gui): Detect whether rcs program is present and modify UI accordingly. * src/plugins/checkpoint.glade: Add hidden warning label. svn: r7049 2006-07-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Checkpoint.py, src/plugins/checkpoint.glade: * src/plugins/Checkpoint.py (Checkpoint.init_gui): Detect whether rcs program is present and modify UI accordingly. * src/plugins/checkpoint.glade: Add hidden warning label. svn: r7049 2006-07-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TimeLine.py: * src/plugins/StatisticsChart.py (StatisticsChartOptions.get_report_filters): Add custom filters. * src/plugins/Calendar.py (FilterWidget.get_filters): Add custom filters. * src/plugins/TimeLine.py (TimeLineOptions.get_report_filters): Add custom filters. * src/plugins/IndivComplete.py (IndivCompleteOptions.get_report_filters): Add custom filters. * src/plugins/NarrativeWeb.py (WebReportOptions.get_report_filters): Add custom filters. encoding errors; (GraphVizOptions.get_report_filters): Add custom filters. svn: r7048 2006-07-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Calendar.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: * src/plugins/StatisticsChart.py (StatisticsChartOptions.get_report_filters): Add custom filters. * src/plugins/Calendar.py (FilterWidget.get_filters): Add custom filters. * src/plugins/TimeLine.py (TimeLineOptions.get_report_filters): Add custom filters. * src/plugins/IndivComplete.py (IndivCompleteOptions.get_report_filters): Add custom filters. * src/plugins/NarrativeWeb.py (WebReportOptions.get_report_filters): Add custom filters. encoding errors; (GraphVizOptions.get_report_filters): Add custom filters. svn: r7048 2006-07-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/GraphViz.py: Update svn: r7047 2006-07-20 Alex Roitman <shura@gramps-project.org> * src/plugins/GraphViz.py: Update svn: r7047 2006-07-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: 2006-07-19 Alex Roitman <shura@gramps-project.org> * src/plugins/GraphViz.py (GraphViz.__init__): Take care of the encoding errors. svn: r7046 2006-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: 2006-07-19 Alex Roitman <shura@gramps-project.org> * src/plugins/GraphViz.py (GraphViz.__init__): Take care of the encoding errors. svn: r7046 2006-07-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/GrampsCfg.py: 2006-07-19 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/GrampsCfg.py: UI improvements. * src/Config/_GrampsIniKeys.py: Proper key retrieval. svn: r7045 2006-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py, src/GrampsCfg.py: 2006-07-19 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/GrampsCfg.py: UI improvements. * src/Config/_GrampsIniKeys.py: Proper key retrieval. svn: r7045 2006-07-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py: * src/plugins/EventCmp.py (filter_editor_clicked): Adapt to filter editor changes; Stop separately adding birth and death. svn: r7044 2006-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py: * src/plugins/EventCmp.py (filter_editor_clicked): Adapt to filter editor changes; Stop separately adding birth and death. svn: r7044 2006-07-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Makefile.am: 2006-07-19 Alex Roitman <shura@gramps-project.org> * src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7043 2006-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Makefile.am: 2006-07-19 Alex Roitman <shura@gramps-project.org> * src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7043 2006-07-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/GrampsDb/_WriteGrdb.py: * src/ArgHandler.py (ArgHandler.cl_export): Properly expand filename. * src/GrampsDb/_WriteGrdb.py (exportData): Use placeholder if callback is None. svn: r7042 2006-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/GrampsDb/_WriteGrdb.py: * src/ArgHandler.py (ArgHandler.cl_export): Properly expand filename. * src/GrampsDb/_WriteGrdb.py (exportData): Use placeholder if callback is None. svn: r7042 2006-07-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r7041 2006-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r7041 2006-07-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-07-18 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._delete_primary_from_reference_map): defer deleting until the cursor is closed. svn: r7040 2006-07-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-07-18 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._delete_primary_from_reference_map): defer deleting until the cursor is closed. svn: r7040 2006-07-19 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Make it work for Windows svn: r7039 2006-07-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Make it work for Windows svn: r7039 2006-07-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_DateBase.py: 2006-07-18 Don Allingham <don@gramps-project.org> * src/RelLib/_DateBase.py: fix the date comparison for text only dates svn: r7038 2006-07-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/_DateBase.py: 2006-07-18 Don Allingham <don@gramps-project.org> * src/RelLib/_DateBase.py: fix the date comparison for text only dates svn: r7038 2006-07-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix name sorting in Windows (bug #236) svn: r7037 2006-07-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: fix name sorting in Windows (bug #236) svn: r7037 2006-07-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: typo svn: r7036 2006-07-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: typo svn: r7036 2006-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_GalleryTab.py: * src/DisplayTabs/_GalleryTab.py (GalleryTab.build_interface): Allow working with pygtk older than 2.8. svn: r7035 2006-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_GalleryTab.py: * src/DisplayTabs/_GalleryTab.py (GalleryTab.build_interface): Allow working with pygtk older than 2.8. svn: r7035 2006-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_IsChildOfFilterMatch.py: * src/Filters/Rules/Person/_IsChildOfFilterMatch.py (IsChildOfFilterMatch.init_list): Convert to child_ref. svn: r7034 2006-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_IsChildOfFilterMatch.py: * src/Filters/Rules/Person/_IsChildOfFilterMatch.py (IsChildOfFilterMatch.init_list): Convert to child_ref. svn: r7034 2006-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py: 2006-07-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Checkpoint.py (Checkpoint.run_tool): Add busy cursor. svn: r7033 2006-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Checkpoint.py: 2006-07-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Checkpoint.py (Checkpoint.run_tool): Add busy cursor. svn: r7033 2006-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditName.py, gramps2/src/GrampsCfg.py, gramps2/src/NameDisplay.py, gramps2/src/RelLib/_Name.py, gramps2/src/ViewManager.py, gramps2/src/glade/gramps.glade: 2006-07-16 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/ViewManager.py: Custom name format support. * src/GrampsCfg.py: Custom name format support. * src/RelLib/_Name.py: Custom name format support. * src/Editors/_EditName.py: Custom name format support. * src/glade/gramps.glade: Custom name format support. * src/NameDisplay.py: Custom name format support. svn: r7032 2006-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditName.py, src/GrampsCfg.py, src/NameDisplay.py, src/RelLib/_Name.py, src/ViewManager.py, src/glade/gramps.glade: 2006-07-16 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/ViewManager.py: Custom name format support. * src/GrampsCfg.py: Custom name format support. * src/RelLib/_Name.py: Custom name format support. * src/Editors/_EditName.py: Custom name format support. * src/glade/gramps.glade: Custom name format support. * src/NameDisplay.py: Custom name format support. svn: r7032 2006-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/da.po: 2006-07-16 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7031 2006-07-16 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/da.po: 2006-07-16 Morten Bo Johansen <mbj@spamcop.net> * da.po: Translation update. svn: r7031 2006-07-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/StartupDialog.py: 2006-07-15 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: remove unused USE_LDS key * data/gramps.schemas.in: remove unused USE_LDS key * src/StartupDialog.py: remove uused USE_LDS key svn: r7030 2006-07-16 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/StartupDialog.py: 2006-07-15 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: remove unused USE_LDS key * data/gramps.schemas.in: remove unused USE_LDS key * src/StartupDialog.py: remove uused USE_LDS key svn: r7030 2006-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/check_po: 2006-07-15 Alex Roitman <shura@gramps-project.org> * check_po: Open correct file. svn: r7029 2006-07-15 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/check_po: 2006-07-15 Alex Roitman <shura@gramps-project.org> * check_po: Open correct file. svn: r7029 2006-07-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: disable TXN for readonly dbs svn: r7028 2006-07-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: disable TXN for readonly dbs svn: r7028 2006-07-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbLoader.py: 2006-07-14 Don Allingham <don@gramps-project.org> * src/DbLoader.py (DbLoader.read_file): handle DBAccessError svn: r7027 2006-07-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbLoader.py: 2006-07-14 Don Allingham <don@gramps-project.org> * src/DbLoader.py (DbLoader.read_file): handle DBAccessError svn: r7027 2006-07-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: HTML validation fixes svn: r7026 2006-07-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: * src/plugins/NarrativeWeb.py: HTML validation fixes svn: r7026 2006-07-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_CommandLineReport.py: * src/plugins/_CommandLineReport.py: missing import - CustomFilters svn: r7025 2006-07-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py: * src/plugins/_CommandLineReport.py: missing import - CustomFilters svn: r7025 2006-07-13 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib/_Person.py: debug svn: r7024 2006-07-13 Don Allingham <don@gramps-project.org> * src/RelLib/_Person.py: debug svn: r7024 2006-07-13 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib/_Person.py: debug svn: r7023 2006-07-13 Don Allingham <don@gramps-project.org> * src/RelLib/_Person.py: debug svn: r7023 2006-07-13 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib/_Person.py: debug svn: r7022 2006-07-13 Don Allingham <don@gramps-project.org> * src/RelLib/_Person.py: debug svn: r7022 2006-07-12 Don Allingham <don@gramps-project.org> * gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Family/_FamilyPrivate.py, gramps2/src/Filters/Rules/Family/_HasEvent.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/Rules/Makefile.am, gramps2/src/Filters/Rules/Person/_HasEvent.py, gramps2/src/Filters/Rules/_HasEventBase.py, gramps2/src/Filters/Rules/_HasGrampsId.py, gramps2/src/Filters/_FamilySidebarFilter.py: update svn: r7021 2006-07-12 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/_FamilyPrivate.py, src/Filters/Rules/Family/_HasEvent.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/_HasEventBase.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/_FamilySidebarFilter.py: update svn: r7021 2006-07-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Family/_AllFamilies.py, gramps2/src/Filters/Rules/Family/_HasIdOf.py, gramps2/src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Family/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Family/_RegExpIdOf.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/Rules/Person/_HasIdOf.py, gramps2/src/Filters/Rules/Person/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Person/__init__.py, gramps2/src/Filters/Rules/_HasGrampsId.py, gramps2/src/Filters/Rules/_HasNoteRegexBase.py, gramps2/src/Filters/Rules/_HasNoteSubstrBase.py, gramps2/src/Filters/Rules/_RegExpIdBase.py, gramps2/src/Filters/Rules/__init__.py, gramps2/src/Filters/_FamilySidebarFilter.py: 2006-07-12 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Family/_RegExpIdOf.py: new family filter * src/Filters/Rules/Family/_HasNoteRegexp.py: new family filter * src/Filters/Rules/Family/_HasIdOf.py: new family filter * src/Filters/Rules/Family/__init__.py: add new filters * src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py: new family filter * src/Filters/Rules/Family/_AllFamilies.py: new family filter * src/Filters/Rules/_HasNoteSubstrBase.py: new common bases * src/Filters/Rules/_RegExpIdBase.py: new common bases * src/Filters/Rules/_HasGrampsId.py: new common bases * src/Filters/Rules/Person/__init__.py: update * src/Filters/Rules/Person/_HasIdOf.py: use new common base * src/Filters/Rules/Person/_HasNoteRegexp.py: use new common base * src/Filters/Rules/_HasNoteRegexBase.py: new common base * src/Filters/_FamilySidebarFilter.py: use family filters instead of person filters svn: r7020 2006-07-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/Rules/Family/_AllFamilies.py, src/Filters/Rules/Family/_HasIdOf.py, src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Family/_HasNoteRegexp.py, src/Filters/Rules/Family/_RegExpIdOf.py, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Person/_HasNoteRegexp.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_HasGrampsId.py, src/Filters/Rules/_HasNoteRegexBase.py, src/Filters/Rules/_HasNoteSubstrBase.py, src/Filters/Rules/_RegExpIdBase.py, src/Filters/Rules/__init__.py, src/Filters/_FamilySidebarFilter.py: 2006-07-12 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Family/_RegExpIdOf.py: new family filter * src/Filters/Rules/Family/_HasNoteRegexp.py: new family filter * src/Filters/Rules/Family/_HasIdOf.py: new family filter * src/Filters/Rules/Family/__init__.py: add new filters * src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py: new family filter * src/Filters/Rules/Family/_AllFamilies.py: new family filter * src/Filters/Rules/_HasNoteSubstrBase.py: new common bases * src/Filters/Rules/_RegExpIdBase.py: new common bases * src/Filters/Rules/_HasGrampsId.py: new common bases * src/Filters/Rules/Person/__init__.py: update * src/Filters/Rules/Person/_HasIdOf.py: use new common base * src/Filters/Rules/Person/_HasNoteRegexp.py: use new common base * src/Filters/Rules/_HasNoteRegexBase.py: new common base * src/Filters/_FamilySidebarFilter.py: use family filters instead of person filters svn: r7020 2006-07-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/gramps.pot: * po/gramps.pot: remove autogenerated file svn: r7019 2006-07-12 Don Allingham <don@gramps-project.org> * ChangeLog, po/gramps.pot: * po/gramps.pot: remove autogenerated file svn: r7019 2006-07-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: fix default state of filter menu item svn: r7018 2006-07-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: fix default state of filter menu item svn: r7018 2006-07-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MapView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/ViewManager.py: 2006-07-11 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py: clean up * src/DataViews/_PedigreeView.py: clean up * src/DataViews/_MapView.py: clean up * src/ViewManager.py: better menu name svn: r7017 2006-07-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/DataViews/_MapView.py, src/DataViews/_PedigreeView.py, src/ViewManager.py: 2006-07-11 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py: clean up * src/DataViews/_PedigreeView.py: clean up * src/DataViews/_MapView.py: clean up * src/ViewManager.py: better menu name svn: r7017 2006-07-11 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml: update french translation for gramps-manual svn: r7016 2006-07-11 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml: update french translation for gramps-manual svn: r7016 2006-07-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: * src/DataViews/_PersonView.py: catch config callback for sidebar * src/ViewManager.py: catch config callback for sidebar * src/PageView.py: catch config callback for sidebar svn: r7015 2006-07-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/DataViews/_PersonView.py, src/PageView.py, src/ViewManager.py: * src/DataViews/_PersonView.py: catch config callback for sidebar * src/ViewManager.py: catch config callback for sidebar * src/PageView.py: catch config callback for sidebar svn: r7015 2006-07-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/Filters/Rules/Family/_HasRelType.py, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/_FamilySidebarFilter.py: 2006-07-10 Don Allingham <don@gramps-project.org> * src/DataViews/_FamlyList.py: add filter editor support * src/FilterEditor/_FilterEditor.py: add family support * src/FilterEditor/_EditRule.py: add family support * src/Filters/_FamilySidebarFilter.py: start of family support * src/Filters/Rules/Family/_HasRelType.py: start of family filters * src/Filters/Rules/Family/__init__.py: start of family filters svn: r7014 2006-07-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/Filters/Rules/Family/_HasRelType.py, src/Filters/Rules/Family/__init__.py, src/Filters/_FamilySidebarFilter.py: 2006-07-10 Don Allingham <don@gramps-project.org> * src/DataViews/_FamlyList.py: add filter editor support * src/FilterEditor/_FilterEditor.py: add family support * src/FilterEditor/_EditRule.py: add family support * src/Filters/_FamilySidebarFilter.py: start of family support * src/Filters/Rules/Family/_HasRelType.py: start of family filters * src/Filters/Rules/Family/__init__.py: start of family filters svn: r7014 2006-07-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/help/C/gramps-manual.xml, gramps2/help/Makefile.am, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/Filters/_GenericFilter.py, gramps2/src/Filters/__init__.py, gramps2/src/PageView.py: 2006-07-09 Don Allingham <don@gramps-project.org> * configure.in: up the version number * src/DataViews/_FamilyList.py: add support for sidebar filter * src/DisplayModels/_BaseModel.py: handle generic model filtering * src/PageView.py: Add support for generic modeling * src/Filters/__init__.py: generic family rule support * src/Filters/_GenericFilter.py: generic family rule support * help/C/gramps-manual.xml: updates * help/Makefile.am: remove old files svn: r7013 2006-07-10 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, help/C/gramps-manual.xml, help/Makefile.am, src/DataViews/_FamilyList.py, src/DisplayModels/_BaseModel.py, src/Filters/_GenericFilter.py, src/Filters/__init__.py, src/PageView.py: 2006-07-09 Don Allingham <don@gramps-project.org> * configure.in: up the version number * src/DataViews/_FamilyList.py: add support for sidebar filter * src/DisplayModels/_BaseModel.py: handle generic model filtering * src/PageView.py: Add support for generic modeling * src/Filters/__init__.py: generic family rule support * src/Filters/_GenericFilter.py: generic family rule support * help/C/gramps-manual.xml: updates * help/Makefile.am: remove old files svn: r7013 2006-07-09 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml: update french translation for gramps-manual svn: r7012 2006-07-09 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml: update french translation for gramps-manual svn: r7012 2006-07-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml, gramps2/src/ScratchPad.py: * src/ScratchPad.py (ScratchPersonLink.tooltip): fix tooltip for person svn: r7011 2006-07-09 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml, src/ScratchPad.py: * src/ScratchPad.py (ScratchPersonLink.tooltip): fix tooltip for person svn: r7011 2006-07-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2006-07-08 Don Allingham <don@gramps-project.org> * src/ViewManager.py (ViewManager._build_main_window): restore tabs to their normal position svn: r7010 2006-07-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: 2006-07-08 Don Allingham <don@gramps-project.org> * src/ViewManager.py (ViewManager._build_main_window): restore tabs to their normal position svn: r7010 2006-07-08 Jérôme Rapinat <romjerome@yahoo.fr> * : update french figures svn: r7009 2006-07-08 Jérôme Rapinat <romjerome@yahoo.fr> * : update french figures svn: r7009 2006-07-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/glade/gramps.glade: 2006-07-07 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: add edit child/relationship options in the popup menu * src/DisplayTab/_EmbeddedList.py: break out menu specification to make it easier to override * src/glade/gramps.glade: remove unused objects * help/C/figures/place.png: update svn: r7008 2006-07-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_EmbeddedList.py, src/Editors/_EditFamily.py, src/glade/gramps.glade: 2006-07-07 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: add edit child/relationship options in the popup menu * src/DisplayTab/_EmbeddedList.py: break out menu specification to make it easier to override * src/glade/gramps.glade: remove unused objects * help/C/figures/place.png: update svn: r7008 2006-07-08 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: fix restoration of gallery setting for NarrativeWeb.py svn: r7007 2006-07-08 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: fix restoration of gallery setting for NarrativeWeb.py svn: r7007 2006-07-07 Jérôme Rapinat <romjerome@yahoo.fr> * : update french figure svn: r7006 2006-07-07 Jérôme Rapinat <romjerome@yahoo.fr> * : update french figure svn: r7006 2006-07-07 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/gramps-manual.xml: update french translation svn: r7005 2006-07-07 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/gramps-manual.xml: update french translation svn: r7005 2006-07-07 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update french translation svn: r7004 2006-07-07 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update french translation svn: r7004 2006-07-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/NameDisplay.py: * data/gramps.schemas.in: Remove unused key. * src/Config/_GrampsConfigKeys.py: Regenerate file. * src/NameDisplay.py (NameDisplay._format_str_base): Document the format string interface. svn: r7003 2006-07-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/NameDisplay.py: * data/gramps.schemas.in: Remove unused key. * src/Config/_GrampsConfigKeys.py: Regenerate file. * src/NameDisplay.py (NameDisplay._format_str_base): Document the format string interface. svn: r7003 2006-07-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/Editors/_EditName.py, gramps2/src/GrampsCfg.py, gramps2/src/RelLib/_Name.py: Update svn: r7002 2006-07-06 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditName.py, src/GrampsCfg.py, src/RelLib/_Name.py: Update svn: r7002 2006-07-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py: add cell renderer to combobox svn: r7001 2006-07-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py: add cell renderer to combobox svn: r7001 2006-07-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml: 2006-07-06 Don Allingham <don@gramps-project.org> * help/C/gramps-manual.xml: update doc svn: r7000 2006-07-06 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml: 2006-07-06 Don Allingham <don@gramps-project.org> * help/C/gramps-manual.xml: update doc svn: r7000 2006-07-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditName.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/NameDisplay.py, gramps2/src/RelLib/_Name.py, gramps2/src/ViewManager.py: 2006-07-06 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (ViewManager.post_load_newdb): Register custom formats after loading the db. * src/GrampsCfg.py: Switch to use new formats (still in progress). * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase.__init__): Set up custom name formats list. * src/GrampsDb/_DbUtils.py (db_copy): Copy custom name formats. * src/GrampsDb/_ReadXML.py (start_format): Parse custom formats. * src/GrampsDb/_WriteXML.py (write_name_formats): Add method. * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._load_metadata) (GrampsBSDDB._close_metadata): load and save name_formats. * src/Editors/_EditName.py (EditName._setup_fields): Use proper format lists. * src/NameDisplay.py: Support new name formats scheme. * src/RelLib/_Name.py (Name.DEFAULT_FORMATS): Add list of formats. svn: r6999 2006-07-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditName.py, src/GrampsCfg.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/NameDisplay.py, src/RelLib/_Name.py, src/ViewManager.py: 2006-07-06 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (ViewManager.post_load_newdb): Register custom formats after loading the db. * src/GrampsCfg.py: Switch to use new formats (still in progress). * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase.__init__): Set up custom name formats list. * src/GrampsDb/_DbUtils.py (db_copy): Copy custom name formats. * src/GrampsDb/_ReadXML.py (start_format): Parse custom formats. * src/GrampsDb/_WriteXML.py (write_name_formats): Add method. * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._load_metadata) (GrampsBSDDB._close_metadata): load and save name_formats. * src/Editors/_EditName.py (EditName._setup_fields): Use proper format lists. * src/NameDisplay.py: Support new name formats scheme. * src/RelLib/_Name.py (Name.DEFAULT_FORMATS): Add list of formats. svn: r6999 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml: update french translation svn: r6998 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml: update french translation svn: r6998 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/gramps-manual.pot: update template (msgid: 1775->1335) svn: r6997 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * help/gramps-manual.pot: update template (msgid: 1775->1335) svn: r6997 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * : add figures for gramps-manual v3 french translation svn: r6996 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * : add figures for gramps-manual v3 french translation svn: r6996 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * : update figures for gramps-manual v3 french translation svn: r6995 2006-07-06 Jérôme Rapinat <romjerome@yahoo.fr> * : update figures for gramps-manual v3 french translation svn: r6995 2006-07-05 Don Allingham <don@gramps-project.org> * gramps2/help/C/gramps-manual.xml: update svn: r6994 2006-07-05 Don Allingham <don@gramps-project.org> * help/C/gramps-manual.xml: update svn: r6994 2006-07-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/ManagedWindow.py, gramps2/src/glade/gramps.glade: 2006-07-05 Don Allingham <don@gramps-project.org> * src/Editors/_EditChildRef.py: fix title * src/Editors/_EditFamily.py: call sequence for EditChildRef * src/glade/gramps.glade: childref label fix * src/ManagedWindow.py: spacking * help/C/gramps-manual.xml: text updates * help/C/figures/select-family.png: added * help/C/figures/select-person.png: added * help/C/figures/family-warn.png: added * help/C/figures/child-ref.png: added * help/C/figures/edit-family.png: added * help/C/figures/gedcom-export.png: updated * help/C/figures/export-druid.png: updated svn: r6993 2006-07-05 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml, src/Editors/_EditChildRef.py, src/Editors/_EditFamily.py, src/ManagedWindow.py, src/glade/gramps.glade: 2006-07-05 Don Allingham <don@gramps-project.org> * src/Editors/_EditChildRef.py: fix title * src/Editors/_EditFamily.py: call sequence for EditChildRef * src/glade/gramps.glade: childref label fix * src/ManagedWindow.py: spacking * help/C/gramps-manual.xml: text updates * help/C/figures/select-family.png: added * help/C/figures/select-person.png: added * help/C/figures/family-warn.png: added * help/C/figures/child-ref.png: added * help/C/figures/edit-family.png: added * help/C/figures/gedcom-export.png: updated * help/C/figures/export-druid.png: updated svn: r6993 2006-07-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/DateHandler/_DateDisplay.py, gramps2/src/GrampsDb/_GedcomInfo.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/GrampsDisplay.py, gramps2/src/ListModel.py, gramps2/src/ManagedWindow.py, gramps2/src/Merge/_MergePerson.py, gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_PrintTools.py, gramps2/src/ReportBase/_Report.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/ReportBase/_ReportOptions.py, gramps2/src/ReportBase/_StyleComboBox.py, gramps2/src/ReportBase/_StyleEditor.py, gramps2/src/ScratchPad.py, gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Selectors/_SelectPerson.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/Utils.py, gramps2/src/ViewManager.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/plugins/NarrativeWeb.py: 2006-07-04 Don Allingham <don@gramps-project.org> * various: pyflakes fixes svn: r6992 2006-07-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/GrampsDb/_GedcomInfo.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/GrampsDisplay.py, src/ListModel.py, src/ManagedWindow.py, src/Merge/_MergePerson.py, src/PluginUtils/_Options.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_Plugins.py, src/QuestionDialog.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_PrintTools.py, src/ReportBase/_Report.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_StyleEditor.py, src/ScratchPad.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectPerson.py, src/StartupDialog.py, src/TipOfDay.py, src/Utils.py, src/ViewManager.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/NarrativeWeb.py: 2006-07-04 Don Allingham <don@gramps-project.org> * various: pyflakes fixes svn: r6992 2006-07-04 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: Small update svn: r6991 2006-07-04 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Small update svn: r6991 2006-07-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: 2006-07-04 Alex Roitman <shura@gramps-project.org> * src/GrampsWidgets.py (hand_cursor): Use HAND2 instead of HAND1. svn: r6990 2006-07-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2006-07-04 Alex Roitman <shura@gramps-project.org> * src/GrampsWidgets.py (hand_cursor): Use HAND2 instead of HAND1. svn: r6990 2006-07-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py: 2006-07-04 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py (PlaceView.ui_definition): add google maps to tool bar svn: r6989 2006-07-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py: 2006-07-04 Don Allingham <don@gramps-project.org> * src/DataViews/_PlaceView.py (PlaceView.ui_definition): add google maps to tool bar svn: r6989 2006-07-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_WriteXML.py: Test svn: r6988 2006-07-04 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteXML.py: Test svn: r6988 2006-07-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_WriteXML.py: Test svn: r6987 2006-07-04 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteXML.py: Test svn: r6987 2006-07-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_WriteXML.py: Test svn: r6986 2006-07-04 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteXML.py: Test svn: r6986 2006-07-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py: * src/DataViews/_PlaceView.py: add attempt to map to google maps, check for valid list svn: r6985 2006-07-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py: * src/DataViews/_PlaceView.py: add attempt to map to google maps, check for valid list svn: r6985 2006-07-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py: * src/DataViews/_PlaceView.py: add attempt to map to google maps svn: r6984 2006-07-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py: * src/DataViews/_PlaceView.py: add attempt to map to google maps svn: r6984 2006-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: 2006-07-03 Don Allingham <don@gramps-project.org> * src/glade/gramps.glade: fix date status button. svn: r6983 2006-07-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/glade/gramps.glade: 2006-07-03 Don Allingham <don@gramps-project.org> * src/glade/gramps.glade: fix date status button. svn: r6983 2006-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DisplayModels/_EventModel.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/DisplayModels/_RepositoryModel.py, gramps2/src/DisplayTabs/_DataEmbedList.py, gramps2/src/DisplayTabs/_EventBackRefList.py, gramps2/src/DisplayTabs/_FamilyAttrEmbedList.py, gramps2/src/DisplayTabs/_LdsModel.py, gramps2/src/DisplayTabs/_MediaBackRefList.py, gramps2/src/DisplayTabs/_PersonEventEmbedList.py, gramps2/src/DisplayTabs/_PlaceBackRefList.py, gramps2/src/DisplayTabs/_SourceBackRefList.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_SourceRef.py: * various: pyflakes fixes svn: r6982 2006-07-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DisplayModels/_EventModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_EventBackRefList.py, src/DisplayTabs/_FamilyAttrEmbedList.py, src/DisplayTabs/_LdsModel.py, src/DisplayTabs/_MediaBackRefList.py, src/DisplayTabs/_PersonEventEmbedList.py, src/DisplayTabs/_PlaceBackRefList.py, src/DisplayTabs/_SourceBackRefList.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/RelLib/_Attribute.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Name.py, src/RelLib/_Person.py, src/RelLib/_Repository.py, src/RelLib/_SourceRef.py: * various: pyflakes fixes svn: r6982 2006-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/PageView.py: 2006-07-02 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py: add filter editor support * src/DataViews/_Relationship.py: add filter editor support * src/DataViews/_PersonView.py: move filter editor support to PageView * src/PageView.py: add filter editor support svn: r6981 2006-07-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py, src/PageView.py: 2006-07-02 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py: add filter editor support * src/DataViews/_Relationship.py: add filter editor support * src/DataViews/_PersonView.py: move filter editor support to PageView * src/PageView.py: add filter editor support svn: r6981 2006-07-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py: fix spacing svn: r6980 2006-07-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py: fix spacing svn: r6980 2006-07-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_SourceEmbedList.py: * src/DisplayTabs/_SourceEmbedList.py: check for empty reference before attempting to edit svn: r6979 2006-07-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_SourceEmbedList.py: * src/DisplayTabs/_SourceEmbedList.py: check for empty reference before attempting to edit svn: r6979 2006-07-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: 2006-07-01 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: fix LinkLabel to not try to rebuild gender code svn: r6978 2006-07-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2006-07-01 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: fix LinkLabel to not try to rebuild gender code svn: r6978 2006-07-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gramps/data.gramps, gramps2/example/gramps/example.gramps, gramps2/src/AddMedia.py, gramps2/src/DbLoader.py: * src/AddMedia.py: use full paths for calculations to avoid pwd issues * src/DbLoader.py: fix working directories * example/gramps/example.gramps: remove hard coded paths * example/gramps/data.gramps: remove hard coded paths svn: r6977 2006-07-01 Don Allingham <don@gramps-project.org> * ChangeLog, example/gramps/data.gramps, example/gramps/example.gramps, src/AddMedia.py, src/DbLoader.py: * src/AddMedia.py: use full paths for calculations to avoid pwd issues * src/DbLoader.py: fix working directories * example/gramps/example.gramps: remove hard coded paths * example/gramps/data.gramps: remove hard coded paths svn: r6977 2006-07-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/glade/gramps.glade: * src/GrampsDb/_DbUtils.py (remove_parent_from_family): adjust the transaction message for appropriate father/mother indicator svn: r6976 2006-07-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/GrampsDb/_DbUtils.py, src/glade/gramps.glade: * src/GrampsDb/_DbUtils.py (remove_parent_from_family): adjust the transaction message for appropriate father/mother indicator svn: r6976 2006-06-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: font problems by switching fonts if needed svn: r6975 2006-06-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: font problems by switching fonts if needed svn: r6975 2006-06-30 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsWidgets.py: svn: r6974 2006-06-30 Don Allingham <don@gramps-project.org> * src/DataViews/_RelationView.py, src/GrampsWidgets.py: svn: r6974 2006-06-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: 2006-06-30 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: Add GenderWidget to try to isolate windows font problems svn: r6973 2006-06-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2006-06-30 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: Add GenderWidget to try to isolate windows font problems svn: r6973 2006-06-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: 2006-06-28 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py (PedigreeView.rebuild): use gtk.Arrow instead of unicode characters svn: r6972 2006-06-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py: 2006-06-28 Don Allingham <don@gramps-project.org> * src/DataViews/_PedigreeView.py (PedigreeView.rebuild): use gtk.Arrow instead of unicode characters svn: r6972 2006-06-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py: remove duplicate birth and death events in reports (fixes bug #235) svn: r6971 2006-06-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py: remove duplicate birth and death events in reports (fixes bug #235) svn: r6971 2006-06-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: src/GampsLogger/_ErrorReportAssistant.py: fix error message in Windows svn: r6970 2006-06-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py: src/GampsLogger/_ErrorReportAssistant.py: fix error message in Windows svn: r6970 2006-06-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py: * src/ReportBase/_ReportDialog.py (report): catch IOError svn: r6969 2006-06-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py: * src/ReportBase/_ReportDialog.py (report): catch IOError svn: r6969 2006-06-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HasDeath.py, gramps2/src/NameDisplay.py: 2006-06-26 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Person/_HasDeath.py: use references instead of handles svn: r6968 2006-06-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_HasDeath.py, src/NameDisplay.py: 2006-06-26 Don Allingham <don@gramps-project.org> * src/Filters/Rules/Person/_HasDeath.py: use references instead of handles svn: r6968 2006-06-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/Config/gen_schema_keys.py, gramps2/src/GrampsCfg.py, gramps2/src/NameDisplay.py: 2006-06-24 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py (_format_base): Add format string display; (_format_raw, _format): Add format string methods. * src/GrampsCfg.py (name_changed): Switch back to int key. * data/gramps.schemas.in: Add name-format-str key for custom name display format string. * src/Config/_GrampsConfigKeys.py: Re-generate the file. * src/Config/gen_schema_keys.py (copy): Add Id string; Write header into the generated file. svn: r6967 2006-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/Config/gen_schema_keys.py, src/GrampsCfg.py, src/NameDisplay.py: 2006-06-24 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py (_format_base): Add format string display; (_format_raw, _format): Add format string methods. * src/GrampsCfg.py (name_changed): Switch back to int key. * data/gramps.schemas.in: Add name-format-str key for custom name display format string. * src/Config/_GrampsConfigKeys.py: Re-generate the file. * src/Config/gen_schema_keys.py (copy): Add Id string; Write header into the generated file. svn: r6967 2006-06-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: * src/plugins/BookReport.py: fix book loading svn: r6966 2006-06-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: * src/plugins/BookReport.py: fix book loading svn: r6966 2006-06-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/book.glade: Remove gnome requirement svn: r6965 2006-06-25 Alex Roitman <shura@gramps-project.org> * src/plugins/book.glade: Remove gnome requirement svn: r6965 2006-06-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/NarrativeWeb.py: 2006-06-24 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_ReportDialog.py (report): Handle wm closing. * src/plugins/GraphViz.py (GraphVizDialog.__init__): Handle wm closing. * src/plugins/NarrativeWeb.py (WebReportDialog.__init__): Handle wm closing. svn: r6964 2006-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py, src/plugins/GraphViz.py, src/plugins/NarrativeWeb.py: 2006-06-24 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_ReportDialog.py (report): Handle wm closing. * src/plugins/GraphViz.py (GraphVizDialog.__init__): Handle wm closing. * src/plugins/NarrativeWeb.py (WebReportDialog.__init__): Handle wm closing. svn: r6964 2006-06-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/TimeLine.py: * src/plugins/AncestorChart2.py: fix comment * src/plugins/DecendChart.py: fix comment * src/plugins/TimeLine.py: Remove Title option svn: r6963 2006-06-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py, src/plugins/DescendChart.py, src/plugins/TimeLine.py: * src/plugins/AncestorChart2.py: fix comment * src/plugins/DecendChart.py: fix comment * src/plugins/TimeLine.py: Remove Title option svn: r6963 2006-06-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/debian/control: 2006-06-24 Alex Roitman <shura@gramps-project.org> * debian/control (Build-Depends-Indep): Add xsltproc svn: r6962 2006-06-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, debian/control: 2006-06-24 Alex Roitman <shura@gramps-project.org> * debian/control (Build-Depends-Indep): Add xsltproc svn: r6962 2006-06-24 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/ODSDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/DescendChart.py: * src/docgen/ODFDoc.py: Handle exception when file is not writeable * src/docgen/ODSDoc.py: Handle exception when file is not writeable * src/docgen/OpenOfficeDoc.py: Handle exception when file is not writeable * src/docgen/OpenSpreadSheet.py: Handle exception when file is not writeable * src/plugins/AncestorChart2.py: Remove Title option * src/plugins/DecendChart.py: Remove Title option svn: r6961 2006-06-24 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py, src/docgen/ODSDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/plugins/AncestorChart2.py, src/plugins/DescendChart.py: * src/docgen/ODFDoc.py: Handle exception when file is not writeable * src/docgen/ODSDoc.py: Handle exception when file is not writeable * src/docgen/OpenOfficeDoc.py: Handle exception when file is not writeable * src/docgen/OpenSpreadSheet.py: Handle exception when file is not writeable * src/plugins/AncestorChart2.py: Remove Title option * src/plugins/DecendChart.py: Remove Title option svn: r6961 2006-06-24 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual v3.0 svn: r6960 2006-06-24 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual v3.0 svn: r6960 2006-06-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml: update french translation for gramps-manual with a new fr.po svn: r6959 2006-06-24 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml: update french translation for gramps-manual with a new fr.po svn: r6959 2006-06-24 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6958 2006-06-24 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6958 2006-06-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: Prevent writing empty value tags. svn: r6957 2006-06-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: Prevent writing empty value tags. svn: r6957 2006-06-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml: * help/C/figures/*.png: updates svn: r6956 2006-06-23 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml: * help/C/figures/*.png: updates svn: r6956 2006-06-23 Alex Roitman <shura@gramps-project.org> * gramps2/INSTALL: Update svn: r6955 2006-06-23 Alex Roitman <shura@gramps-project.org> * INSTALL: Update svn: r6955 2006-06-23 Alex Roitman <shura@gramps-project.org> * gramps2/INSTALL, gramps2/src/images/Makefile.am: Update svn: r6954 2006-06-23 Alex Roitman <shura@gramps-project.org> * INSTALL, src/images/Makefile.am: Update svn: r6954 2006-06-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/configure.in, gramps2/debian/README.Debian, gramps2/debian/changelog, gramps2/debian/compat, gramps2/debian/control, gramps2/debian/copyright, gramps2/debian/gramps-help.docs, gramps2/debian/gramps.dirs, gramps2/debian/gramps.docs, gramps2/debian/gramps.manpages, gramps2/debian/gramps.menu, gramps2/debian/gramps.postinst, gramps2/debian/gramps.postrm, gramps2/debian/gramps.prerm, gramps2/debian/gramps.xpm, gramps2/debian/rules, gramps2/debian/substvars, gramps2/src/images/Makefile.am: 2006-06-23 Alex Roitman <shura@gramps-project.org> * src/images/Makefile.am (dist_pkgdata_DATA): Comment out map images. * configure.in: Add help/Makefile to AC_CONFIG_FILES. * Makefile.am (SUBDIRS): Add help subdir. * debian: Add directory for debian packaging. svn: r6953 2006-06-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, Makefile.am, configure.in, debian/README.Debian, debian/changelog, debian/compat, debian/control, debian/copyright, debian/gramps-help.docs, debian/gramps.dirs, debian/gramps.docs, debian/gramps.manpages, debian/gramps.menu, debian/gramps.postinst, debian/gramps.postrm, debian/gramps.prerm, debian/gramps.xpm, debian/rules, debian/substvars, src/images/Makefile.am: 2006-06-23 Alex Roitman <shura@gramps-project.org> * src/images/Makefile.am (dist_pkgdata_DATA): Comment out map images. * configure.in: Add help/Makefile to AC_CONFIG_FILES. * Makefile.am (SUBDIRS): Add help subdir. * debian: Add directory for debian packaging. svn: r6953 2006-06-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml: * help/C/gramps-manual.xml: updates svn: r6952 2006-06-23 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml: * help/C/gramps-manual.xml: updates svn: r6952 2006-06-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2006-06-23 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: fix syntax error with old ref formats svn: r6951 2006-06-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: 2006-06-23 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: fix syntax error with old ref formats svn: r6951 2006-06-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-06-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: remove unused variable * src/Editors/_EditPlace.py: Allow duplicate names * src/Editors/_EditFamily.py: improve error message svn: r6950 2006-06-23 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml, src/Editors/_EditFamily.py, src/Editors/_EditPlace.py, src/GrampsDb/_GrampsDbBase.py: 2006-06-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: remove unused variable * src/Editors/_EditPlace.py: Allow duplicate names * src/Editors/_EditFamily.py: improve error message svn: r6950 2006-06-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: handle witness ref properly svn: r6949 2006-06-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: handle witness ref properly svn: r6949 2006-06-22 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in: 2006-06-22 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6948 2006-06-22 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in: 2006-06-22 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6948 2006-06-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/Makefile.am, gramps2/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks. py, gramps2/src/Filters/Rules/Person/__init__.py: * src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py: Add new module. * src/Filters/Rules/Person/Makefile.am (pkgdata_PYTHON): Ship new module. * src/Filters/Rules/Person/__init__.py: Import new module. svn: r6947 2006-06-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py, src/Filters/Rules/Person/__init__.py: * src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py: Add new module. * src/Filters/Rules/Person/Makefile.am (pkgdata_PYTHON): Ship new module. * src/Filters/Rules/Person/__init__.py: Import new module. svn: r6947 2006-06-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: 2006-06-22 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteGedcom.py (GedcomWriter.__init__): Typo. svn: r6946 2006-06-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: 2006-06-22 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteGedcom.py (GedcomWriter.__init__): Typo. svn: r6946 2006-06-22 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual v3.0 svn: r6945 2006-06-22 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual v3.0 svn: r6945 2006-06-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ListModel.py, gramps2/src/plugins/DumpGenderStats.py: Allow column sorting svn: r6944 2006-06-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ListModel.py, src/plugins/DumpGenderStats.py: Allow column sorting svn: r6944 2006-06-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: Don't attempt to be too clever and swap families if a duplicate is found. Just warn, and continue. svn: r6943 2006-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: Don't attempt to be too clever and swap families if a duplicate is found. Just warn, and continue. svn: r6943 2006-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_GalleryTab.py, gramps2/src/Selectors/_BaseSelector.py: 2006-06-21 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/DisplayTabs/_GalleryTab.py (GalleryTab.build_interface): Properly add icon list. * src/Selectors/_BaseSelector.py (BaseSelector.add_columns): Allow resize-able columns. svn: r6942 2006-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_GalleryTab.py, src/Selectors/_BaseSelector.py: 2006-06-21 Zsolt Foldvari <zsolt.foldvari@nokia.com> * src/DisplayTabs/_GalleryTab.py (GalleryTab.build_interface): Properly add icon list. * src/Selectors/_BaseSelector.py (BaseSelector.add_columns): Allow resize-able columns. svn: r6942 2006-06-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: import QuestionDialog svn: r6941 2006-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: import QuestionDialog svn: r6941 2006-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Plugins.py: * src/PluginUtils/_Plugins.py (PluginDialog.on_apply_clicked, PluginDialog.on_node_selected): Pass and use require_active flag. svn: r6940 2006-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Plugins.py: * src/PluginUtils/_Plugins.py (PluginDialog.on_apply_clicked, PluginDialog.on_node_selected): Pass and use require_active flag. svn: r6940 2006-06-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: re-enable disabled blocks after the + is clicked svn: r6939 2006-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: re-enable disabled blocks after the + is clicked svn: r6939 2006-06-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: fix sets svn: r6938 2006-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: fix sets svn: r6938 2006-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py: 2006-06-21 Alex Roitman <shura@gramps-project.org> * src/DateEdit.py (DateEditorDialog.__init__): Take care of deleting the dialog. svn: r6937 2006-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateEdit.py: 2006-06-21 Alex Roitman <shura@gramps-project.org> * src/DateEdit.py (DateEditorDialog.__init__): Take care of deleting the dialog. svn: r6937 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual v3.0 svn: r6936 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual v3.0 svn: r6936 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : add new pictures for gramps-manual v3.0 svn: r6935 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : add new pictures for gramps-manual v3.0 svn: r6935 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po, gramps2/help/fr/gramps-manual.xml: update french translation for gramps-manual with a new fr.po svn: r6934 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po, help/fr/gramps-manual.xml: update french translation for gramps-manual with a new fr.po svn: r6934 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual, I am not able to make a nice resize for some pictures :( svn: r6933 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : update french pictures for gramps-manual, I am not able to make a nice resize for some pictures :( svn: r6933 2006-06-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_MatchesFilter.py, gramps2/src/Filters/_FilterMenu.py, gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/Filters/__init__.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/Filters/__init__.py: include new build_filter_model * src/Filters/_FilterMenu.py: build_filter_model * src/Filters/Rules/Person/_MatchesFilter.py: handle custom and system models properly * src/Filters/_PersonSidebarFilter.py: add custom filter menu svn: r6932 2006-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_MatchesFilter.py, src/Filters/_FilterMenu.py, src/Filters/_PersonSidebarFilter.py, src/Filters/__init__.py: 2006-06-21 Don Allingham <don@gramps-project.org> * src/Filters/__init__.py: include new build_filter_model * src/Filters/_FilterMenu.py: build_filter_model * src/Filters/Rules/Person/_MatchesFilter.py: handle custom and system models properly * src/Filters/_PersonSidebarFilter.py: add custom filter menu svn: r6932 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : update figures, maybe there is something with resolution or mode for improving (like the 2.0.x figures) svn: r6931 2006-06-21 Jérôme Rapinat <romjerome@yahoo.fr> * : update figures, maybe there is something with resolution or mode for improving (like the 2.0.x figures) svn: r6931 2006-06-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/_SidebarFilter.py: * src/Filters/_SidebarFilter.py: change from CLEAR to RESET svn: r6930 2006-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/_SidebarFilter.py: * src/Filters/_SidebarFilter.py: change from CLEAR to RESET svn: r6930 2006-06-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: fails, recalculate data, fix initial display of sidebar * src/ViewManager.py: handle post page creation initalization * src/PageView.py: handle post page creation initalization svn: r6929 2006-06-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/PageView.py, src/ViewManager.py: fails, recalculate data, fix initial display of sidebar * src/ViewManager.py: handle post page creation initalization * src/PageView.py: handle post page creation initalization svn: r6929 2006-06-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (PersonView.person_updated): if surname fails, recalculate data svn: r6928 2006-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (PersonView.person_updated): if surname fails, recalculate data svn: r6928 2006-06-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/Editors/_EditFamily.py: * src/Editors/_EditFamily.py: handle drag-n-drop for childrefs separately svn: r6927 2006-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_EmbeddedList.py, src/Editors/_EditFamily.py: * src/Editors/_EditFamily.py: handle drag-n-drop for childrefs separately svn: r6927 2006-06-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/UndoHistory.py: 2006-06-20 Don Allingham <don@gramps-project.org> * src/Editors/_EditEvent.py: focus on date on open * src/Editors/_EditEventRef.py: focus on date on open * src/UndoHistory.py: don't attempt to unregister with the window manager, since not registered to begin with svn: r6926 2006-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/UndoHistory.py: 2006-06-20 Don Allingham <don@gramps-project.org> * src/Editors/_EditEvent.py: focus on date on open * src/Editors/_EditEventRef.py: focus on date on open * src/UndoHistory.py: don't attempt to unregister with the window manager, since not registered to begin with svn: r6926 2006-06-20 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Properly redraw if active person is set to None svn: r6925 2006-06-20 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Properly redraw if active person is set to None svn: r6925 2006-06-20 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Support for family editing; Change line style for child relation "birth" svn: r6924 2006-06-20 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Support for family editing; Change line style for child relation "birth" svn: r6924 2006-06-20 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/DisplayState.py: * src/DisplayState.py (modify_statusbar): Only calc relationship of active person if active person is set svn: r6923 2006-06-20 Martin Hawlisch <martin.hawlisch@gmx.de> * src/DisplayState.py: * src/DisplayState.py (modify_statusbar): Only calc relationship of active person if active person is set svn: r6923 2006-06-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_PersonView.py: handle unsetting of rows changing the active person when the model is rebuilt. svn: r6922 2006-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DataViews/_RelationView.py: * src/DataViews/_PersonView.py: handle unsetting of rows changing the active person when the model is rebuilt. svn: r6922 2006-06-20 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Mime/_WinMime.py: * src/Mime/_WinMime.py: Get application description from registry svn: r6921 2006-06-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Mime/_WinMime.py: * src/Mime/_WinMime.py: Get application description from registry svn: r6921 2006-06-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_Relationship.py: handle person set to None svn: r6920 2006-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_Relationship.py: handle person set to None svn: r6920 2006-06-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/help/C/gramps-manual.xml, gramps2/src/DisplayTabs/_PersonRefEmbedList.py, gramps2/src/ViewManager.py: 2006-06-19 Don Allingham <don@gramps-project.org> * src/ViewManger.py: try tabs on the side * src/DisplayTabs/_PersonRefEmbedList.py: change Relationships to Associations * src/help/C/*: updates svn: r6919 2006-06-19 Don Allingham <don@gramps-project.org> * ChangeLog, help/C/gramps-manual.xml, src/DisplayTabs/_PersonRefEmbedList.py, src/ViewManager.py: 2006-06-19 Don Allingham <don@gramps-project.org> * src/ViewManger.py: try tabs on the side * src/DisplayTabs/_PersonRefEmbedList.py: change Relationships to Associations * src/help/C/*: updates svn: r6919 2006-06-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py, gramps2/src/PageView.py: * src/PageView.py, src/DataViews/_MediaView.py: Let all list views have the same border width svn: r6918 2006-06-19 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_MediaView.py, src/PageView.py: * src/PageView.py, src/DataViews/_MediaView.py: Let all list views have the same border width svn: r6918 2006-06-19 Serge Noiraud <Serge.Noiraud@free.fr> * gramps2/src/docgen/ODFDoc.py: # It include many corrections ( centered text, misalignment, ... ) # Tab replacement by spaces in source code. svn: r6917 2006-06-19 Serge Noiraud <Serge.Noiraud@free.fr> * src/docgen/ODFDoc.py: # It include many corrections ( centered text, misalignment, ... ) # Tab replacement by spaces in source code. svn: r6917 2006-06-19 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/gramps-manual.xml: try to update french translation for gramps-manual with fr.po svn: r6916 2006-06-19 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/gramps-manual.xml: try to update french translation for gramps-manual with fr.po svn: r6916 2006-06-19 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: update fr.po for gramps-manual svn: r6915 2006-06-19 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: update fr.po for gramps-manual svn: r6915 2006-06-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/help/C/gramps-manual.xml, gramps2/src/Assistant.py, gramps2/src/StartupDialog.py: 2006-06-18 Don Allingham <don@gramps-project.org> * help/C/gramps-manual.xml: integrate into a single doc * help/C/figures/*.png: updated images svn: r6913 2006-06-19 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, help/C/gramps-manual.xml, src/Assistant.py, src/StartupDialog.py: 2006-06-18 Don Allingham <don@gramps-project.org> * help/C/gramps-manual.xml: integrate into a single doc * help/C/figures/*.png: updated images svn: r6913 2006-06-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog: * src/images/ped24.ico: add icon svn: r6912 2006-06-18 Brian Matherly <brian@gramps-project.org> * ChangeLog: * src/images/ped24.ico: add icon svn: r6912 2006-06-18 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Mime/_WinMime.py, gramps2/src/Mime/__init__.py, gramps2/src/Utils.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/RTFDoc.py: Add mime support for Windows platform svn: r6911 2006-06-18 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Mime/_WinMime.py, src/Mime/__init__.py, src/Utils.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/RTFDoc.py: Add mime support for Windows platform svn: r6911 2006-06-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py: select given name field if the surname field is already defined svn: r6910 2006-06-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py: select given name field if the surname field is already defined svn: r6910 2006-06-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/DataViews/__init__.py, gramps2/src/Selectors/_BaseSelector.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/DataViews/__init__.py, src/Selectors/_BaseSelector.py: 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-17 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6908 2006-06-17 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6908 2006-06-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: clear all subelements on redraw svn: r6907 2006-06-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py: * src/DataViews/_RelationView.py: clear all subelements on redraw svn: r6907 2006-06-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PageView.py: * src/PageView.py: set dirty flag appropriately svn: r6906 2006-06-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/PageView.py: * src/PageView.py: set dirty flag appropriately svn: r6906 2006-06-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py: 2006-06-16 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: clear image if none is selected svn: r6905 2006-06-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py: 2006-06-16 Don Allingham <don@gramps-project.org> * src/DataViews/_MediaView.py: clear image if none is selected svn: r6905 2006-06-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_PluginMgr.py: 2006-06-16 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginMgr.py (register_report): Add require_active argument to _register_cl_report call. svn: r6904 2006-06-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_PluginMgr.py: 2006-06-16 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginMgr.py (register_report): Add require_active argument to _register_cl_report call. svn: r6904 2006-06-16 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayState.py, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/ViewManager.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py: svn: r6903 2006-06-16 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py, src/DisplayState.py, src/PluginUtils/_PluginMgr.py, src/ReportBase/_ReportDialog.py, src/ViewManager.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py: svn: r6903 2006-06-16 Don Allingham <don@gramps-project.org> * gramps2/src/Selectors/_SelectPerson.py: svn: r6902 2006-06-16 Don Allingham <don@gramps-project.org> * src/Selectors/_SelectPerson.py: svn: r6902 2006-06-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: export QUAY svn: r6901 2006-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: export QUAY svn: r6901 2006-06-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2006-06-16 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamiy.py: make EditPerson windows subordinate to EditFamily windows. This prevents the EditPerson window from trying to trying to access a non-existent window and causing a segfault svn: r6900 2006-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2006-06-16 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamiy.py: make EditPerson windows subordinate to EditFamily windows. This prevents the EditPerson window from trying to trying to access a non-existent window and causing a segfault svn: r6900 2006-06-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/DataViews/_MapView.py: small typo svn: r6899 2006-06-16 Martin Hawlisch <martin.hawlisch@gmx.de> * src/DataViews/_MapView.py: small typo svn: r6899 2006-06-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ImgManip.py: * src/GrampsDb/_GrampsDbBase.py: prevent null event types and attribute types from being added * src/Editors/_EditAttribute.py: prevent null attribute types * src/Editors/_EditEvent.py: prevent null attribute types * src/AutoComp.py: filter out empty strings * src/ImgManip.py: check for file before attempting thumbnailer svn: r6898 2006-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/Editors/_EditAttribute.py, src/Editors/_EditEvent.py, src/GrampsDb/_GrampsDbBase.py, src/ImgManip.py: * src/GrampsDb/_GrampsDbBase.py: prevent null event types and attribute types from being added * src/Editors/_EditAttribute.py: prevent null attribute types * src/Editors/_EditEvent.py: prevent null attribute types * src/AutoComp.py: filter out empty strings * src/ImgManip.py: check for file before attempting thumbnailer svn: r6898 2006-06-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ScratchPad.py: 2006-06-15 Don Allingham <don@gramps-project.org> * src/ScratchPad.py: enable Text dnd svn: r6897 2006-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/ScratchPad.py: 2006-06-15 Don Allingham <don@gramps-project.org> * src/ScratchPad.py: enable Text dnd svn: r6897 2006-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/GrampsCfg.py: * src/Config/_GrampsConfigKeys.py: Re-generate file. * src/GrampsCfg.py: More name display prefs. svn: r6896 2006-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/GrampsCfg.py: * src/Config/_GrampsConfigKeys.py: Re-generate file. * src/GrampsCfg.py: More name display prefs. svn: r6896 2006-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/Exporter.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (__init__): Adapt to the Assistant change. * src/Assistant.py: Convert to working both with and without ManagedWindow. (__init__): Adapt to the Assistant change. svn: r6895 2006-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Assistant.py, src/Exporter.py, src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (__init__): Adapt to the Assistant change. * src/Assistant.py: Convert to working both with and without ManagedWindow. (__init__): Adapt to the Assistant change. svn: r6895 2006-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DisplayTabs/Makefile.am, gramps2/src/DisplayTabs/_TextTab.py, gramps2/src/DisplayTabs/__init__.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/glade/gramps.glade: In .: * src/DisplayTabs/Makefile.am (pkgdata_PYTHON): Ship new file. * src/DisplayTabs/__init__.py: Import new module. * src/DisplayTabs/_TextTab.py: Add new module. * src/Editors/_EditSourceRef.py (_setup_fields): Remove Text tab; (_create_tabbed_pages): Add Text tab. * src/glade/gramps.glade (source_ref_edit): Remove Text tab. In po: 2006-06-15 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6894 2006-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DisplayTabs/Makefile.am, src/DisplayTabs/_TextTab.py, src/DisplayTabs/__init__.py, src/Editors/_EditSourceRef.py, src/glade/gramps.glade: In .: * src/DisplayTabs/Makefile.am (pkgdata_PYTHON): Ship new file. * src/DisplayTabs/__init__.py: Import new module. * src/DisplayTabs/_TextTab.py: Add new module. * src/Editors/_EditSourceRef.py (_setup_fields): Remove Text tab; (_create_tabbed_pages): Add Text tab. * src/glade/gramps.glade (source_ref_edit): Remove Text tab. In po: 2006-06-15 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6894 2006-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_photo): Typo. svn: r6893 2006-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_photo): Typo. svn: r6893 2006-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py: 2006-06-15 Alex Roitman <shura@gramps-project.org> * src/Exporter.py (build_options): Correctly shift all pages. svn: r6892 2006-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py: 2006-06-15 Alex Roitman <shura@gramps-project.org> * src/Exporter.py (build_options): Correctly shift all pages. svn: r6892 2006-06-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ScratchPad.py: * src/ScratchPad.py: check for null model svn: r6891 2006-06-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/ScratchPad.py: * src/ScratchPad.py: check for null model svn: r6891 2006-06-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-06-14 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix INT date format svn: r6890 2006-06-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-06-14 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix INT date format svn: r6890 2006-06-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/__init__.py, gramps2/src/Editors/_EditName.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/NameDisplay.py, gramps2/src/RelLib/_Name.py: 2006-06-14 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py: Factor out commont code. * src/Editors/_EditName.py (_setup_fields): Remove Default item. * src/RelLib/_Name.py (Name.DEF): Replace with CUSTOM, use LNFN in place of previous DEF. * src/GrampsCfg.py (add_name_panel): Add Name Display panel. * src/GrampsDb/_ReadXML.py (stop_name): Properly set name type; do not set conf attribute on attr, addr, and event. svn: r6889 2006-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/__init__.py, src/Editors/_EditName.py, src/GrampsCfg.py, src/GrampsDb/_ReadXML.py, src/NameDisplay.py, src/RelLib/_Name.py: 2006-06-14 Alex Roitman <shura@gramps-project.org> * src/NameDisplay.py: Factor out commont code. * src/Editors/_EditName.py (_setup_fields): Remove Default item. * src/RelLib/_Name.py (Name.DEF): Replace with CUSTOM, use LNFN in place of previous DEF. * src/GrampsCfg.py (add_name_panel): Add Name Display panel. * src/GrampsDb/_ReadXML.py (stop_name): Properly set name type; do not set conf attribute on attr, addr, and event. svn: r6889 2006-06-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Plugins.py: pass dbstate to report svn: r6888 2006-06-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_Plugins.py: pass dbstate to report svn: r6888 2006-06-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/RelLib/_LdsOrd.py: 2006-06-13 Don Allingham <don@gramps-project.org> * src/Editors/_EditLdsOrd.py: LDS confirmation support * src/GrampsDb/_ReadGedcom.py: LDS confirmation support * src/GrampsDb/_WriteGedcom.py: LDS confirmation support * src/GrampsDb/_GedTokens.py: LDS confirmation support * src/GrampsDb/_LdsOrdd.py: LDS confirmation support svn: r6887 2006-06-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditLdsOrd.py, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py, src/RelLib/_LdsOrd.py: 2006-06-13 Don Allingham <don@gramps-project.org> * src/Editors/_EditLdsOrd.py: LDS confirmation support * src/GrampsDb/_ReadGedcom.py: LDS confirmation support * src/GrampsDb/_WriteGedcom.py: LDS confirmation support * src/GrampsDb/_GedTokens.py: LDS confirmation support * src/GrampsDb/_LdsOrdd.py: LDS confirmation support svn: r6887 2006-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-06-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Avoid using secondary index when upgrading events; manually resolve duplicate IDs. svn: r6886 2006-06-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-06-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Avoid using secondary index when upgrading events; manually resolve duplicate IDs. svn: r6886 2006-06-13 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6885 2006-06-13 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6885 2006-06-13 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_GedcomInfo.py, gramps2/src/GrampsDb/_ReadGedcom.py: gedcom cleanup svn: r6884 2006-06-13 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GedcomInfo.py, src/GrampsDb/_ReadGedcom.py: gedcom cleanup svn: r6884 2006-06-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphVis.py: ues Mime instead of GrampsMime svn: r6883 2006-06-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphVis.py: ues Mime instead of GrampsMime svn: r6883 2006-06-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedcomInfo.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-06-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix event parsing * src/GramspDb/_GedcomInfo.py: fix ORDN identification svn: r6882 2006-06-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedcomInfo.py, src/GrampsDb/_ReadGedcom.py: 2006-06-11 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix event parsing * src/GramspDb/_GedcomInfo.py: fix ORDN identification svn: r6882 2006-06-12 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/gramps.pot: 2006-06-11 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Remove plugin that is not shipped. * gramps.pot: Update. svn: r6881 2006-06-12 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in, po/gramps.pot: 2006-06-11 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Remove plugin that is not shipped. * gramps.pot: Update. svn: r6881 2006-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-06-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fixes based of the gedcom torture test * src/GrampsDb/_GedTokeys.py: fixes based of the gedcom torture test svn: r6880 2006-06-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: 2006-06-10 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fixes based of the gedcom torture test * src/GrampsDb/_GedTokeys.py: fixes based of the gedcom torture test svn: r6880 2006-06-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py: * src/GrampsDb/_GedTokens.py: yet even more funky fixes, handle more non-standard tags svn: r6879 2006-06-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py: * src/GrampsDb/_GedTokens.py: yet even more funky fixes, handle more non-standard tags svn: r6879 2006-06-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: yet even more funky fixes, pass Jerome's tests svn: r6878 2006-06-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: yet even more funky fixes, pass Jerome's tests svn: r6878 2006-06-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-06-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: yet even more funky fixes * src/GrampsDb/_GedTokens.py: yet even more funky fixes svn: r6877 2006-06-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: 2006-06-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: yet even more funky fixes * src/GrampsDb/_GedTokens.py: yet even more funky fixes svn: r6877 2006-06-09 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: more gedcom fixes svn: r6876 2006-06-09 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: more gedcom fixes svn: r6876 2006-06-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-06-08 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: handle more bizarre and illegal statements output by other programs. svn: r6875 2006-06-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-06-08 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: handle more bizarre and illegal statements output by other programs. svn: r6875 2006-06-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_GedTokens.py: handle some obscure tokens svn: r6874 2006-06-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_GedTokens.py: handle some obscure tokens svn: r6874 2006-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: 2006-06-07 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py (check_for_broken_family_links): Adapt to RelLib changes. svn: r6873 2006-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py: 2006-06-07 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py (check_for_broken_family_links): Adapt to RelLib changes. svn: r6873 2006-06-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-06-07 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix child/parent relationships svn: r6872 2006-06-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-06-07 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix child/parent relationships svn: r6872 2006-06-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: 2006-06-06 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: read gedcoms that we write * src/GrampsDb/_WriteGedcom.py: read gedcoms that we write * src/DisplayState.py: handle unset active person svn: r6871 2006-06-07 Don Allingham <don@gramps-project.org> * ChangeLog: 2006-06-06 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: read gedcoms that we write * src/GrampsDb/_WriteGedcom.py: read gedcoms that we write * src/DisplayState.py: handle unset active person svn: r6871 2006-06-07 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayState.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py: svn: r6870 2006-06-07 Don Allingham <don@gramps-project.org> * src/DisplayState.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py: svn: r6870 2006-06-07 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_BareReportDialog.py: * src/ReportBase/_BareReportDialog.py: missing import (Bug #0000180) svn: r6869 2006-06-07 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py: * src/ReportBase/_BareReportDialog.py: missing import (Bug #0000180) svn: r6869 2006-06-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsDb/_ReadGedcom.py: Added repository information svn: r6868 2006-06-06 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDb/_ReadGedcom.py: Added repository information svn: r6868 2006-06-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_eventref): Only set birth and death references for events with primary role. svn: r6867 2006-06-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_eventref): Only set birth and death references for events with primary role. svn: r6867 2006-06-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py: 2006-06-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_DbUtils.py (set_birth_death_index): Only set birth and death references for events with primary role. svn: r6866 2006-06-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py: 2006-06-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_DbUtils.py (set_birth_death_index): Only set birth and death references for events with primary role. svn: r6866 2006-06-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-06-05 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: more improvements svn: r6865 2006-06-06 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, src/GrampsDb/_ReadGedcom.py: 2006-06-05 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: more improvements svn: r6865 2006-06-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: 2006-06-05 Alex Roitman <shura@gramps-project.org> * src/plugins/BookReport.py (BookReportDialog.__init__): Correctly close managed window. svn: r6864 2006-06-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: 2006-06-05 Alex Roitman <shura@gramps-project.org> * src/plugins/BookReport.py (BookReportDialog.__init__): Correctly close managed window. svn: r6864 2006-06-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: improve parsing, comment the code better * example/gedcom/sample.ged: add new stuff svn: r6863 2006-06-05 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: improve parsing, comment the code better * example/gedcom/sample.ged: add new stuff svn: r6863 2006-06-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/Mime/_PythonMime.py: 2006-06-05 Don Allingham <don@gramps-project.org> * src/Mime/_PythonMime.py (_type_map): register .gpkg for non-linux platforms svn: r6862 2006-06-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py, src/Mime/_PythonMime.py: 2006-06-05 Don Allingham <don@gramps-project.org> * src/Mime/_PythonMime.py (_type_map): register .gpkg for non-linux platforms svn: r6862 2006-06-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/Person/_RegExpName.py: In .: 2006-06-04 Alex Roitman <shura@gramps-project.org> * configure.in: Set up for the next release. * src/Filters/Rules/Person/_RegExpName.py (RegExpName.labels): Typo. In po: 2006-06-04 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add missing files. svn: r6861 2006-06-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/POTFILES.in, src/Filters/Rules/Person/_RegExpName.py: In .: 2006-06-04 Alex Roitman <shura@gramps-project.org> * configure.in: Set up for the next release. * src/Filters/Rules/Person/_RegExpName.py (RegExpName.labels): Typo. In po: 2006-06-04 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add missing files. svn: r6861 2006-06-04 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_StyleEditor.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/WriteCD.py: * src/docgen/PSDrawDoc.py: fix imports - make it work * src/ReportBase/_StyleEditor.py: use ManagedWindow * src/ReportBase/_BareReportDialog.py: import StyleEditor * src/plugins/BookReport.py: fix "Center Person" display * src/plugins/WriteCD.py: fail gracefully without Gnome svn: r6860 2006-06-04 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py, src/ReportBase/_StyleEditor.py, src/docgen/PSDrawDoc.py, src/plugins/BookReport.py, src/plugins/WriteCD.py: * src/docgen/PSDrawDoc.py: fix imports - make it work * src/ReportBase/_StyleEditor.py: use ManagedWindow * src/ReportBase/_BareReportDialog.py: import StyleEditor * src/plugins/BookReport.py: fix "Center Person" display * src/plugins/WriteCD.py: fail gracefully without Gnome svn: r6860 2006-06-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am: 2006-06-04 Don Allingham <don@gramps-project.org> * src/plugins/Makefile.am (pkgdata_PYTHON): remove FilterEditor.py svn: r6859 2006-06-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Makefile.am: 2006-06-04 Don Allingham <don@gramps-project.org> * src/plugins/Makefile.am (pkgdata_PYTHON): remove FilterEditor.py svn: r6859 2006-06-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: Use ReportUtils.pt2cm. * src/docgen/OpenOfficeDoc.py: Use ReportUtils.pt2cm. * src/docgen/ODFDoc.py: Use ReportUtils.pt2cm. svn: r6858 2006-06-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: Use ReportUtils.pt2cm. * src/docgen/OpenOfficeDoc.py: Use ReportUtils.pt2cm. * src/docgen/ODFDoc.py: Use ReportUtils.pt2cm. svn: r6858 2006-06-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/Makefile.am, gramps2/src/plugins/Makefile.am: 2006-06-04 Alex Roitman <shura@gramps-project.org> * src/ReportBase/Makefile.am (pkgdata_PYTHON): Remove _BookReport.py * src/plugins/Makefile.am (pkgdata_PYTHON): Move BookReport.py svn: r6857 2006-06-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportBase/Makefile.am, src/plugins/Makefile.am: 2006-06-04 Alex Roitman <shura@gramps-project.org> * src/ReportBase/Makefile.am (pkgdata_PYTHON): Remove _BookReport.py * src/plugins/Makefile.am (pkgdata_PYTHON): Move BookReport.py svn: r6857 2006-06-04 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6856 2006-06-04 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6856 2006-06-04 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py: add Table of Contents marks svn: r6855 2006-06-04 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/AncestorReport.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py: add Table of Contents marks svn: r6855 2006-06-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_BackRefList.py: (BackRefList.create_buttons): set tooltips svn: r6854 2006-06-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py: (BackRefList.create_buttons): set tooltips svn: r6854 2006-06-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_BackRefList.py: * src/DisplayTabs/_BackRefList.py (BackRefList.right_click): override right click, because Remove and Add have no relevence svn: r6853 2006-06-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py: * src/DisplayTabs/_BackRefList.py (BackRefList.right_click): override right click, because Remove and Add have no relevence svn: r6853 2006-06-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/ManagedWindow.py, gramps2/src/glade/rule.glade: 2006-06-03 Don Allingham <don@gramps-project.org> * src/FilterEditor/_ShowResults.py: move glade functions to ManagedWindow * src/FilterEditor/_EditFilter.py: move glade functions to ManagedWindow * src/FilterEditor/_FilterEditor.py: move glade functions to ManagedWindow * src/FilterEditor/_EditRule.py: move glade functions to ManagedWindow * src/ManagedWindow.py: move glade functions to ManagedWindow svn: r6852 2006-06-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py, src/ManagedWindow.py, src/glade/rule.glade: 2006-06-03 Don Allingham <don@gramps-project.org> * src/FilterEditor/_ShowResults.py: move glade functions to ManagedWindow * src/FilterEditor/_EditFilter.py: move glade functions to ManagedWindow * src/FilterEditor/_FilterEditor.py: move glade functions to ManagedWindow * src/FilterEditor/_EditRule.py: move glade functions to ManagedWindow * src/ManagedWindow.py: move glade functions to ManagedWindow svn: r6852 2006-06-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/glade/rule.glade: * src/FilterEditor/_ShowResults.py: use list instead of text display svn: r6851 2006-06-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/FilterEditor/_EditFilter.py, src/FilterEditor/_ShowResults.py, src/glade/rule.glade: * src/FilterEditor/_ShowResults.py: use list instead of text display svn: r6851 2006-06-03 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/ODSDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SpreadSheetDoc.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py: various: enhance indexing with IndexMark svn: r6850 2006-06-03 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportBase/_ReportUtils.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/ODSDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SpreadSheetDoc.py, src/plugins/AncestorReport.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py: various: enhance indexing with IndexMark svn: r6850 2006-06-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py, gramps2/src/Filters/Rules/Person/_HasFamilyEvent.py, gramps2/src/Filters/Rules/Person/_IsBookmarked.py, gramps2/src/Filters/Rules/Person/_IsDescendantFamilyOf.py, gramps2/src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf Bookmarked.py, gramps2/src/Filters/Rules/Person/_IsParentOfFilterMatch.py, gramps2/src/glade/rule.glade: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/Person/_IsBookmarked.py, src/Filters/Rules/Person/_IsDescendantFamilyOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/glade/rule.glade: 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 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6848 2006-06-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6848 2006-06-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HaveAltFamilies.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_HaveAltFamilies.py: 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 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog: typo svn: r6846 2006-06-02 Brian Matherly <brian@gramps-project.org> * ChangeLog: typo svn: r6846 2006-06-02 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_CommandLineReport.py, gramps2/src/ReportBase/_DrawFormatComboBox.py, gramps2/src/plugins/CmdRef.py: misc typos svn: r6845 2006-06-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ReportBase/_CommandLineReport.py, src/ReportBase/_DrawFormatComboBox.py, src/plugins/CmdRef.py: misc typos svn: r6845 2006-06-02 Don Allingham <don@gramps-project.org> * gramps2/src/FilterEditor/_ShowResults.py, gramps2/src/glade/rule.glade: set window propertied svn: r6844 2006-06-02 Don Allingham <don@gramps-project.org> * src/FilterEditor/_ShowResults.py, src/glade/rule.glade: set window propertied svn: r6844 2006-06-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_PersonView.py, gramps2/src/FilterEditor/Makefile.am, gramps2/src/FilterEditor/_EditFilter.py, gramps2/src/FilterEditor/_EditRule.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/FilterEditor/_ShowResults.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DataViews/_PersonView.py, src/FilterEditor/Makefile.am, src/FilterEditor/_EditFilter.py, src/FilterEditor/_EditRule.py, src/FilterEditor/_FilterEditor.py, src/FilterEditor/_ShowResults.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/Summary.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportBase/_ReportDialog.py, src/plugins/CountAncestors.py, src/plugins/GraphViz.py, src/plugins/NarrativeWeb.py, src/plugins/Summary.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportBase/_BareReportDialog.py: 2006-06-01 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_BareReportDialog.py: import FilterComboBox. svn: r6841 2006-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportBase/_BareReportDialog.py: 2006-06-01 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_BareReportDialog.py: import FilterComboBox. svn: r6841 2006-06-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/_PersonView.py, gramps2/src/FilterEditor/_FilterEditor.py, gramps2/src/Filters/_FilterList.py, gramps2/src/Filters/_GenericFilter.py, gramps2/src/glade/rule.glade: 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 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_PersonView.py, src/FilterEditor/_FilterEditor.py, src/Filters/_FilterList.py, src/Filters/_GenericFilter.py, src/glade/rule.glade: 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 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6839 2006-06-01 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6839 2006-06-01 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/CmdRef.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py: * src/plugins/vaious: upgrade to new report interface svn: r6838 2006-06-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/Ancestors.py, src/plugins/Calendar.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/NarrativeWeb.py, src/plugins/SimpleBookTitle.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TimeLine.py: * src/plugins/vaious: upgrade to new report interface svn: r6838 2006-06-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FilterEditor/FilterEditor.py, gramps2/src/FilterEditor/_FilterEditor.py: * src/FilterEditor/_FilterEditor.py: moved from plugins, renamed svn: r6837 2006-06-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/FilterEditor/FilterEditor.py, src/FilterEditor/_FilterEditor.py: * src/FilterEditor/_FilterEditor.py: moved from plugins, renamed svn: r6837 2006-06-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/FilterEditor/FilterEditor.py, gramps2/src/FilterEditor/Makefile.am, gramps2/src/FilterEditor/__init__.py, gramps2/src/Makefile.am, gramps2/src/glade/rule.glade, gramps2/src/plugins/FilterEditor.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/FilterEditor/FilterEditor.py, src/FilterEditor/Makefile.am, src/FilterEditor/__init__.py, src/Makefile.am, src/glade/rule.glade, src/plugins/FilterEditor.py: 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 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FilterEditor.py: prepare for move svn: r6835 2006-06-01 Don Allingham <don@gramps-project.org> * src/plugins/FilterEditor.py: prepare for move svn: r6835 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReportBase/_ReportDialog.py: Update svn: r6834 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_ReportDialog.py: Update svn: r6834 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/BookReport.py: Update svn: r6833 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/plugins/BookReport.py: Update svn: r6833 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/BookReport.py, gramps2/src/plugins/_BookReport.py: svn: r6832 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/plugins/BookReport.py, src/plugins/_BookReport.py: svn: r6832 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_BookFormatComboBox.py, gramps2/src/ReportBase/_BookReport.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/plugins/_BookReport.py: * src/PluginUtils/_PluginMgr.py: Import MODE_CLI. * src/ReportBase/_BookFormatComboBox.py: Adapt to changes. svn: r6831 2006-05-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_PluginMgr.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_BookReport.py, src/ReportBase/_ReportDialog.py, src/plugins/_BookReport.py: * src/PluginUtils/_PluginMgr.py: Import MODE_CLI. * src/ReportBase/_BookFormatComboBox.py: Adapt to changes. svn: r6831 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_DrawReportDialog.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/ReportBase/_TextReportDialog.py, gramps2/src/Selectors/_SelectPerson.py, gramps2/src/ViewManager.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py, src/Editors/_EditPersonRef.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_TextReportDialog.py, src/Selectors/_SelectPerson.py, src/ViewManager.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReportBase/__init__.py: Update svn: r6829 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/ReportBase/__init__.py: Update svn: r6829 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_BookFormatComboBox.py, gramps2/src/ReportBase/_CommandLineReport.py, gramps2/src/ReportBase/_Constants.py, gramps2/src/ReportBase/_DrawFormatComboBox.py, gramps2/src/ReportBase/_DrawReportDialog.py, gramps2/src/ReportBase/_FileEntry.py, gramps2/src/ReportBase/_PrintTools.py, gramps2/src/ReportBase/_Report.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/ReportBase/_StyleComboBox.py, gramps2/src/ReportBase/_TemplateParser.py, gramps2/src/ReportBase/_TextFormatComboBox.py, gramps2/src/ReportBase/_TextReportDialog.py: Update svn: r6828 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_BareReportDialog.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Constants.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_FileEntry.py, src/ReportBase/_PrintTools.py, src/ReportBase/_Report.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_TemplateParser.py, src/ReportBase/_TextFormatComboBox.py, src/ReportBase/_TextReportDialog.py: Update svn: r6828 2006-05-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/FilterEditor.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReportBase/__init__.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py: Update svn: r6826 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/ReportBase/__init__.py, src/docgen/LPRDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: Update svn: r6826 2006-05-31 Don Allingham <don@gramps-project.org> * gramps2/AUTHORS, gramps2/NEWS, gramps2/src/const.py.in: svn: r6825 2006-05-31 Don Allingham <don@gramps-project.org> * AUTHORS, NEWS, src/const.py.in: svn: r6825 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/Merge/_MergePerson.py, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_FileEntry.py, gramps2/src/ReportBase/_PaperMenu.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/ReportBase/_StyleComboBox.py, gramps2/src/ReportBase/_TextFormatComboBox.py, gramps2/src/ReportBase/__init__.py, gramps2/src/plugins/AncestorReport.py: Update svn: r6824 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/Merge/_MergePerson.py, src/PluginUtils/_PluginMgr.py, src/ReportBase/_BareReportDialog.py, src/ReportBase/_FileEntry.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_TextFormatComboBox.py, src/ReportBase/__init__.py, src/plugins/AncestorReport.py: Update svn: r6824 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/ArgHandler.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/ReportBase/_CommandLineReport.py, gramps2/src/ReportBase/__init__.py, gramps2/src/ViewManager.py: Update svn: r6823 2006-05-31 Alex Roitman <shura@gramps-project.org> * src/ArgHandler.py, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/Editors/_EditFamily.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/__init__.py, src/ViewManager.py: Update svn: r6823 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/configure.in, gramps2/po/gramps.pot: Update svn: r6822 2006-05-31 Alex Roitman <shura@gramps-project.org> * configure.in, po/gramps.pot: Update svn: r6822 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Makefile.am, gramps2/src/PluginUtils/Makefile.am, gramps2/src/PluginUtils/Report/Makefile.am, gramps2/src/PluginUtils/Report/_BareReportDialog.py, gramps2/src/PluginUtils/Report/_BookFormatComboBox.py, gramps2/src/PluginUtils/Report/_BookReport.py, gramps2/src/PluginUtils/Report/_CommandLineReport.py, gramps2/src/PluginUtils/Report/_Constants.py, gramps2/src/PluginUtils/Report/_DrawFormatComboBox.py, gramps2/src/PluginUtils/Report/_DrawReportDialog.py, gramps2/src/PluginUtils/Report/_FileEntry.py, gramps2/src/PluginUtils/Report/_PaperMenu.py, gramps2/src/PluginUtils/Report/_PrintTools.py, gramps2/src/PluginUtils/Report/_Report.py, gramps2/src/PluginUtils/Report/_ReportDialog.py, gramps2/src/PluginUtils/Report/_ReportOptions.py, gramps2/src/PluginUtils/Report/_ReportUtils.py, gramps2/src/PluginUtils/Report/_StyleComboBox.py, gramps2/src/PluginUtils/Report/_StyleEditor.py, gramps2/src/PluginUtils/Report/_TemplateParser.py, gramps2/src/PluginUtils/Report/_TextFormatComboBox.py, gramps2/src/PluginUtils/Report/_TextReportDialog.py, gramps2/src/PluginUtils/Report/__init__.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/ReportBase/Makefile.am, gramps2/src/ReportBase/_BareReportDialog.py, gramps2/src/ReportBase/_BookFormatComboBox.py, gramps2/src/ReportBase/_BookReport.py, gramps2/src/ReportBase/_CommandLineReport.py, gramps2/src/ReportBase/_Constants.py, gramps2/src/ReportBase/_DrawFormatComboBox.py, gramps2/src/ReportBase/_DrawReportDialog.py, gramps2/src/ReportBase/_FileEntry.py, gramps2/src/ReportBase/_PaperMenu.py, gramps2/src/ReportBase/_PrintTools.py, gramps2/src/ReportBase/_Report.py, gramps2/src/ReportBase/_ReportDialog.py, gramps2/src/ReportBase/_ReportOptions.py, gramps2/src/ReportBase/_ReportUtils.py, gramps2/src/ReportBase/_StyleComboBox.py, gramps2/src/ReportBase/_StyleEditor.py, gramps2/src/ReportBase/_TemplateParser.py, gramps2/src/ReportBase/_TextFormatComboBox.py, gramps2/src/ReportBase/_TextReportDialog.py, gramps2/src/ReportBase/__init__.py: 2006-05-30 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Change files due to module split. svn: r6821 2006-05-31 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in, src/Makefile.am, src/PluginUtils/Makefile.am, src/PluginUtils/Report/Makefile.am, src/PluginUtils/Report/_BareReportDialog.py, src/PluginUtils/Report/_BookFormatComboBox.py, src/PluginUtils/Report/_BookReport.py, src/PluginUtils/Report/_CommandLineReport.py, src/PluginUtils/Report/_Constants.py, src/PluginUtils/Report/_DrawFormatComboBox.py, src/PluginUtils/Report/_DrawReportDialog.py, src/PluginUtils/Report/_FileEntry.py, src/PluginUtils/Report/_PaperMenu.py, src/PluginUtils/Report/_PrintTools.py, src/PluginUtils/Report/_Report.py, src/PluginUtils/Report/_ReportDialog.py, src/PluginUtils/Report/_ReportOptions.py, src/PluginUtils/Report/_ReportUtils.py, src/PluginUtils/Report/_StyleComboBox.py, src/PluginUtils/Report/_StyleEditor.py, src/PluginUtils/Report/_TemplateParser.py, src/PluginUtils/Report/_TextFormatComboBox.py, src/PluginUtils/Report/_TextReportDialog.py, src/PluginUtils/Report/__init__.py, src/PluginUtils/_Plugins.py, src/ReportBase/Makefile.am, src/ReportBase/_BareReportDialog.py, src/ReportBase/_BookFormatComboBox.py, src/ReportBase/_BookReport.py, src/ReportBase/_CommandLineReport.py, src/ReportBase/_Constants.py, src/ReportBase/_DrawFormatComboBox.py, src/ReportBase/_DrawReportDialog.py, src/ReportBase/_FileEntry.py, src/ReportBase/_PaperMenu.py, src/ReportBase/_PrintTools.py, src/ReportBase/_Report.py, src/ReportBase/_ReportDialog.py, src/ReportBase/_ReportOptions.py, src/ReportBase/_ReportUtils.py, src/ReportBase/_StyleComboBox.py, src/ReportBase/_StyleEditor.py, src/ReportBase/_TemplateParser.py, src/ReportBase/_TextFormatComboBox.py, src/ReportBase/_TextReportDialog.py, src/ReportBase/__init__.py: 2006-05-30 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Change files due to module split. svn: r6821 2006-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/PluginUtils/Report/Makefile.am, gramps2/src/PluginUtils/Report/_BareReportDialog.py, gramps2/src/PluginUtils/Report/_BookFormatComboBox.py, gramps2/src/PluginUtils/Report/_BookReport.py, gramps2/src/PluginUtils/Report/_CommandLineReport.py, gramps2/src/PluginUtils/Report/_Constants.py, gramps2/src/PluginUtils/Report/_DrawFormatComboBox.py, gramps2/src/PluginUtils/Report/_DrawReportDialog.py, gramps2/src/PluginUtils/Report/_FileEntry.py, gramps2/src/PluginUtils/Report/_PaperMenu.py, gramps2/src/PluginUtils/Report/_PrintTools.py, gramps2/src/PluginUtils/Report/_Report.py, gramps2/src/PluginUtils/Report/_ReportDialog.py, gramps2/src/PluginUtils/Report/_ReportOptions.py, gramps2/src/PluginUtils/Report/_ReportUtils.py, gramps2/src/PluginUtils/Report/_StyleComboBox.py, gramps2/src/PluginUtils/Report/_StyleEditor.py, gramps2/src/PluginUtils/Report/_TemplateParser.py, gramps2/src/PluginUtils/Report/_TextFormatComboBox.py, gramps2/src/PluginUtils/Report/_TextReportDialog.py, gramps2/src/PluginUtils/Report/__init__.py, gramps2/src/PluginUtils/_PaperMenu.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/PluginUtils/_StyleEditor.py, gramps2/src/PluginUtils/__init__.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Makefile.am: 2006-05-30 Alex Roitman <shura@gramps-project.org> * various: break Report into a package. svn: r6820 2006-05-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_RelationView.py, src/Editors/_EditFamily.py, src/PluginUtils/Report/Makefile.am, src/PluginUtils/Report/_BareReportDialog.py, src/PluginUtils/Report/_BookFormatComboBox.py, src/PluginUtils/Report/_BookReport.py, src/PluginUtils/Report/_CommandLineReport.py, src/PluginUtils/Report/_Constants.py, src/PluginUtils/Report/_DrawFormatComboBox.py, src/PluginUtils/Report/_DrawReportDialog.py, src/PluginUtils/Report/_FileEntry.py, src/PluginUtils/Report/_PaperMenu.py, src/PluginUtils/Report/_PrintTools.py, src/PluginUtils/Report/_Report.py, src/PluginUtils/Report/_ReportDialog.py, src/PluginUtils/Report/_ReportOptions.py, src/PluginUtils/Report/_ReportUtils.py, src/PluginUtils/Report/_StyleComboBox.py, src/PluginUtils/Report/_StyleEditor.py, src/PluginUtils/Report/_TemplateParser.py, src/PluginUtils/Report/_TextFormatComboBox.py, src/PluginUtils/Report/_TextReportDialog.py, src/PluginUtils/Report/__init__.py, src/PluginUtils/_PaperMenu.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/PluginUtils/_ReportUtils.py, src/PluginUtils/_StyleEditor.py, src/PluginUtils/__init__.py, src/plugins/BookReport.py, src/plugins/Makefile.am: 2006-05-30 Alex Roitman <shura@gramps-project.org> * various: break Report into a package. svn: r6820 2006-05-30 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: 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 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: 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 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py: * src/PluginUtils/_ReportUtils.py: handle no person error svn: r6818 2006-05-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py: * src/PluginUtils/_ReportUtils.py: handle no person error svn: r6818 2006-05-30 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py: insert name keys for indexing svn: r6817 2006-05-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py: insert name keys for indexing svn: r6817 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: * src/Editors/_EditFamily.py (EditFamily.save): Typo. svn: r6816 2006-05-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: * src/Editors/_EditFamily.py (EditFamily.save): Typo. svn: r6816 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: 2006-05-29 Alex Roitman <shura@gramps-project.org> * configure.in: Set up for 2.1.5. svn: r6815 2006-05-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: 2006-05-29 Alex Roitman <shura@gramps-project.org> * configure.in: Set up for 2.1.5. svn: r6815 2006-05-29 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/IndivComplete.py: insert name keys for indexing svn: r6814 2006-05-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/AncestorReport.py, src/plugins/DescendReport.py, src/plugins/IndivComplete.py: insert name keys for indexing svn: r6814 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Update svn: r6813 2006-05-29 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Update svn: r6813 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py, gramps2/src/plugins/verify.glade: * src/plugins/verify.glade: Add label. svn: r6812 2006-05-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py, src/plugins/verify.glade: * src/plugins/verify.glade: Add label. svn: r6812 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/verify.glade: Update svn: r6811 2006-05-29 Alex Roitman <shura@gramps-project.org> * src/plugins/verify.glade: Update svn: r6811 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (stop_event): Properly import birth and death from the old XML. svn: r6810 2006-05-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (stop_event): Properly import birth and death from the old XML. svn: r6810 2006-05-29 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/ODSDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SpreadSheetDoc.py, gramps2/src/plugins/FamilyGroup.py: Add name keys for indexing in reports svn: r6809 2006-05-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/PluginUtils/_ReportUtils.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/ODSDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SpreadSheetDoc.py, src/plugins/FamilyGroup.py: Add name keys for indexing in reports svn: r6809 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog: Update svn: r6808 2006-05-29 Alex Roitman <shura@gramps-project.org> * po/ChangeLog: Update svn: r6808 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/gramps.pot: 2006-05-28 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update. svn: r6807 2006-05-29 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/gramps.pot: 2006-05-28 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update. svn: r6807 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: * src/Editors/_EditFamily.py (EditFamily.save): Typo. svn: r6806 2006-05-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: * src/Editors/_EditFamily.py (EditFamily.save): Typo. svn: r6806 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Update svn: r6805 2006-05-29 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Update svn: r6805 2006-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py, gramps2/src/plugins/verify.glade: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py, src/plugins/verify.glade: 2006-05-28 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Add double-clicking and mark/unmark/invert. svn: r6804 2006-05-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Allow large cells to span pages (bug 0000165) svn: r6803 2006-05-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Allow large cells to span pages (bug 0000165) svn: r6803 2006-05-28 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6802 2006-05-28 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6802 2006-05-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Update svn: r6801 2006-05-28 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Update svn: r6801 2006-05-28 Arturas Sleinius <asleinius@users.sourceforge.net> * gramps2/po/ChangeLog, gramps2/po/lt.po: Update Lithuanian translation svn: r6800 2006-05-28 Arturas Sleinius <asleinius@users.sourceforge.net> * po/ChangeLog, po/lt.po: Update Lithuanian translation svn: r6800 2006-05-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py: * src/plugins/Verify.py: More updates. svn: r6799 2006-05-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py: * src/plugins/Verify.py: More updates. svn: r6799 2006-05-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: 2006-05-27 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Typo. svn: r6798 2006-05-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: 2006-05-27 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Typo. svn: r6798 2006-05-27 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.py: Add provisions for local mo files for Windows svn: r6797 2006-05-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/gramps.py: Add provisions for local mo files for Windows svn: r6797 2006-05-27 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/IndivComplete.py: src/plugins/IndivComplete.py: Add event notes svn: r6796 2006-05-27 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: src/plugins/IndivComplete.py: Add event notes svn: r6796 2006-05-26 Alex Roitman <shura@gramps-project.org> * : Update svn: r6795 2006-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BasicUtils.py, gramps2/src/plugins/Verify.py: * src/BasicUtils.py (UpdateCallback.reset): Add method. (Verify.on_apply_clicked): Reset the progress. svn: r6794 2006-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BasicUtils.py, src/plugins/Verify.py: * src/BasicUtils.py (UpdateCallback.reset): Add method. (Verify.on_apply_clicked): Reset the progress. svn: r6794 2006-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Update svn: r6793 2006-05-26 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Update svn: r6793 2006-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py, gramps2/src/plugins/verify.glade: 2006-05-26 Alex Roitman <shura@gramps-project.org> * src/plugins/verify.glade: update interface. * src/plugins/Verify.py: More improvements. Still need to finish filtering and object editing on double click. svn: r6792 2006-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py, src/plugins/verify.glade: 2006-05-26 Alex Roitman <shura@gramps-project.org> * src/plugins/verify.glade: update interface. * src/plugins/Verify.py: More improvements. Still need to finish filtering and object editing on double click. svn: r6792 2006-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6791 2006-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6791 2006-05-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/DisplayModels/_EventModel.py, gramps2/src/DisplayModels/_FamilyModel.py, gramps2/src/DisplayModels/_MediaModel.py, gramps2/src/DisplayModels/_PlaceModel.py, gramps2/src/DisplayModels/_RepositoryModel.py, gramps2/src/DisplayModels/_SourceModel.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Selectors/_BaseSelector.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/DisplayModels/_BaseModel.py, src/DisplayModels/_EventModel.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayModels/_SourceModel.py, src/Editors/_EditFamily.py, src/Selectors/_BaseSelector.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py, gramps2/src/plugins/verify.glade: Update svn: r6789 2006-05-26 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py, src/plugins/verify.glade: Update svn: r6789 2006-05-26 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6788 2006-05-26 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6788 2006-05-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NoteTab.py: * src/DisplayTabs/_NoteTab.py (NoteTab.flow_changed): save flow status in Note svn: r6787 2006-05-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py: * src/DisplayTabs/_NoteTab.py (NoteTab.flow_changed): save flow status in Note svn: r6787 2006-05-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergeSource.py, gramps2/src/glade/mergedata.glade: * src/Merge/_MergeSource.py: note handling on source merge * src/glade/mergedata.glade: note handling on source merge svn: r6786 2006-05-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergeSource.py, src/glade/mergedata.glade: * src/Merge/_MergeSource.py: note handling on source merge * src/glade/mergedata.glade: note handling on source merge svn: r6786 2006-05-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: * src/Makefile.am: remove deleted files svn: r6785 2006-05-26 Don Allingham <don@gramps-project.org> * ChangeLog: * src/Makefile.am: remove deleted files svn: r6785 2006-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Makefile.am: 2006-05-25 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6784 2006-05-26 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in, src/Makefile.am: 2006-05-25 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6784 2006-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Update svn: r6783 2006-05-26 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Update svn: r6783 2006-05-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: 2006-05-25 Don Allingham <don@gramps-project.org> * configure.in: add Merge directory svn: r6782 2006-05-26 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in: 2006-05-25 Don Allingham <don@gramps-project.org> * configure.in: add Merge directory svn: r6782 2006-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Update svn: r6781 2006-05-26 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Update svn: r6781 2006-05-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py, gramps2/src/plugins/verify.glade: 2006-05-25 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: More rework, still in progress. svn: r6780 2006-05-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py, src/plugins/verify.glade: 2006-05-25 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: More rework, still in progress. svn: r6780 2006-05-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Merge/_MergePlace.py, gramps2/src/glade/mergedata.glade: * src/Merge/_MergePlace.py: handle notes * src/glade/mergedata.glade: handle notes svn: r6779 2006-05-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/Merge/_MergePlace.py, src/glade/mergedata.glade: * src/Merge/_MergePlace.py: handle notes * src/glade/mergedata.glade: handle notes svn: r6779 2006-05-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/Merge/Makefile.am, gramps2/src/Merge/MergePerson.py, gramps2/src/Merge/_MergePerson.py, gramps2/src/Merge/_MergePlace.py, gramps2/src/Merge/_MergeSource.py, gramps2/src/Merge/__init__.py, gramps2/src/MergeData.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_SourceView.py, src/Merge/Makefile.am, src/Merge/MergePerson.py, src/Merge/_MergePerson.py, src/Merge/_MergePlace.py, src/Merge/_MergeSource.py, src/Merge/__init__.py, src/MergeData.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/Makefile.am, gramps2/src/Merge/Makefile.am, gramps2/src/Merge/MergePerson.py, gramps2/src/Merge/__init__.py, gramps2/src/MergeData.py, gramps2/src/MergePeople.py: * src/DataViews/_SourceView.py: source merge support svn: r6777 2006-05-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_SourceView.py, src/Makefile.am, src/Merge/Makefile.am, src/Merge/MergePerson.py, src/Merge/__init__.py, src/MergeData.py, src/MergePeople.py: * src/DataViews/_SourceView.py: source merge support svn: r6777 2006-05-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py, gramps2/src/MergeData.py, gramps2/src/PageView.py, gramps2/src/glade/mergedata.glade: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py, src/MergeData.py, src/PageView.py, src/glade/mergedata.glade: 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 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/src/plugins/rel_fr.py: # /plugins/rel_fr.py : There is no maternal/paternal side on this file, the previous translation introduced mistakes. I remove paternel/maternel on father and mother level. svn: r6775 2006-05-25 Jérôme Rapinat <romjerome@yahoo.fr> * src/plugins/rel_fr.py: # /plugins/rel_fr.py : There is no maternal/paternal side on this file, the previous translation introduced mistakes. I remove paternel/maternel on father and mother level. svn: r6775 2006-05-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py: 2006-05-24 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Start major rework, still in progress. svn: r6774 2006-05-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py: 2006-05-24 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Start major rework, still in progress. svn: r6774 2006-05-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/MergePeople.py, gramps2/src/ViewManager.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/GrampsDb/_WriteXML.py, src/MergePeople.py, src/ViewManager.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_DbUtils.py: fix index setting of death index * src/GrampsDb/_WriteGedcom.py: remove redundant birth/death references svn: r6772 2006-05-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_DbUtils.py: fix index setting of death index * src/GrampsDb/_WriteGedcom.py: remove redundant birth/death references svn: r6772 2006-05-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_NoteTab.py, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am: 2006-05-24 Don Allingham <don@gramps-project.org> * src/images/stock_notes.png: added * src/images/Makefile.am: add stock_notes.png * src/gramps_main.py: register stock_notes as gramps_notes * src/DisplayTabs.py: use gramps_notes instead of stock_notes svn: r6771 2006-05-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_NoteTab.py, src/gramps_main.py, src/images/Makefile.am: 2006-05-24 Don Allingham <don@gramps-project.org> * src/images/stock_notes.png: added * src/images/Makefile.am: add stock_notes.png * src/gramps_main.py: register stock_notes as gramps_notes * src/DisplayTabs.py: use gramps_notes instead of stock_notes svn: r6771 2006-05-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_LdsModel.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsDb/_GedcomInfo.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/LdsUtils.py, gramps2/src/Makefile.am, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/Utils.py, gramps2/src/lds.py, gramps2/src/plugins/TestcaseGenerator.py: * src/Utils.py: move event/attr constants to GedcomInfo. * src/plugins/TestcaseGenerator.py: Use new methods. * src/DisplayTabs/_LdsModel.py: Use new methods. * src/Editors/_EditLdsOrd.py: Use new methods. * src/RelLib/_LdsOrd.py: Add new methods. * src/GrampsDb/_WriteGedcom.py: Do not import unused module. * src/GrampsDb/_ReadXML.py: Use methods from LdsOrd. * src/lds.py: Rename to LdsUtils.py * src/GrampsDb/_ReadGedcom.py: Use new module name. * src/Makefile.am (gdir_PYTHON): Ship new file. svn: r6770 2006-05-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_LdsModel.py, src/Editors/_EditLdsOrd.py, src/GrampsDb/_GedcomInfo.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/LdsUtils.py, src/Makefile.am, src/RelLib/_LdsOrd.py, src/Utils.py, src/lds.py, src/plugins/TestcaseGenerator.py: * src/Utils.py: move event/attr constants to GedcomInfo. * src/plugins/TestcaseGenerator.py: Use new methods. * src/DisplayTabs/_LdsModel.py: Use new methods. * src/Editors/_EditLdsOrd.py: Use new methods. * src/RelLib/_LdsOrd.py: Add new methods. * src/GrampsDb/_WriteGedcom.py: Do not import unused module. * src/GrampsDb/_ReadXML.py: Use methods from LdsOrd. * src/lds.py: Rename to LdsUtils.py * src/GrampsDb/_ReadGedcom.py: Use new module name. * src/Makefile.am (gdir_PYTHON): Ship new file. svn: r6770 2006-05-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/GrampsCfg.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/DataViews/_RelationView.py, src/GrampsCfg.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r6768 2006-05-24 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r6768 2006-05-24 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r6767 2006-05-24 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r6767 2006-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-05-23 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Upgrade LdsOrd. svn: r6766 2006-05-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-05-23 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Upgrade LdsOrd. svn: r6766 2006-05-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_MapView.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_MapView.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RelationView.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/DisplayTabs/_PersonEventEmbedList.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsWidgets.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RelationView.py, src/DisplayModels/_PeopleModel.py, src/DisplayTabs/_PersonEventEmbedList.py, src/Editors/_EditPerson.py, src/GrampsDb/_DbUtils.py, src/GrampsWidgets.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Utils.py: 2006-05-23 Alex Roitman <shura@gramps-project.org> * src/Utils.py (probably_alive): Adapt to new birth/death refs. svn: r6763 2006-05-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Utils.py: 2006-05-23 Alex Roitman <shura@gramps-project.org> * src/Utils.py (probably_alive): Adapt to new birth/death refs. svn: r6763 2006-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/RelLib/_Person.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Convert upgrade to using new birth/death reference approach. * src/GrampsDb/_GrampsDbBase.py (commit_person): Simplify updating of the custom event roles. * src/GrampsDb/_WriteXML.py (write_person): Use methods to get birth/death ref, not raw attributes. * src/RelLib/_Person.py: Convert to using birth and death ref indices. birth/deat reference; use methods to get birth/death ref, not raw attributes. svn: r6762 2006-05-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/RelLib/_Person.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Convert upgrade to using new birth/death reference approach. * src/GrampsDb/_GrampsDbBase.py (commit_person): Simplify updating of the custom event roles. * src/GrampsDb/_WriteXML.py (write_person): Use methods to get birth/death ref, not raw attributes. * src/RelLib/_Person.py: Convert to using birth and death ref indices. birth/deat reference; use methods to get birth/death ref, not raw attributes. svn: r6762 2006-05-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/Makefile.am, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_RelationView.py, gramps2/src/DataViews/__init__.py: * src/DataViews/_RelationView.py: renamed from _FamilyView * src/DataViews/__init__.py: use RelationView.py * src/DataViews/Makefile.am: update svn: r6761 2006-05-23 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DataViews/Makefile.am, src/DataViews/_FamilyView.py, src/DataViews/_RelationView.py, src/DataViews/__init__.py: * src/DataViews/_RelationView.py: renamed from _FamilyView * src/DataViews/__init__.py: use RelationView.py * src/DataViews/Makefile.am: update svn: r6761 2006-05-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Use dbstate only to not get out of sync with db and active person. svn: r6760 2006-05-23 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Use dbstate only to not get out of sync with db and active person. svn: r6760 2006-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/lt.po: 2006-05-23 Arturas Sleinius <asleinius@gmail.com> * lt.po: updated Lithuanian translation. svn: r6759 2006-05-23 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/lt.po: 2006-05-23 Arturas Sleinius <asleinius@gmail.com> * lt.po: updated Lithuanian translation. svn: r6759 2006-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2006-05-23 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadXML.py (start_eventref): Do not reset existing birth/deat reference. svn: r6758 2006-05-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: 2006-05-23 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadXML.py (start_eventref): Do not reset existing birth/deat reference. svn: r6758 2006-05-23 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_FamilyView.py: alignment svn: r6757 2006-05-23 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py: alignment svn: r6757 2006-05-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py: 2006-05-23 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py: more shading svn: r6756 2006-05-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py: 2006-05-23 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py: more shading svn: r6756 2006-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog: Update svn: r6755 2006-05-23 Alex Roitman <shura@gramps-project.org> * po/ChangeLog: Update svn: r6755 2006-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/gramps.pot: 2006-05-22 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update. svn: r6754 2006-05-23 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/gramps.pot: 2006-05-22 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update. svn: r6754 2006-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PedigreeView.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/DataViews/_FamilyView.py, src/DataViews/_PedigreeView.py: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py: 2006-05-22 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py: start shading of data svn: r6752 2006-05-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py: 2006-05-22 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py: start shading of data svn: r6752 2006-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_WriteGedcom.py: svn: r6751 2006-05-22 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: svn: r6751 2006-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/RelLib/_SourceRef.py, gramps2/src/ScratchPad.py, gramps2/src/ToolTips.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/WriteGeneWeb.py: * src/GrampsDb/_WriteGedcom.py: Multiple improvements. * various: Replace get/set_base_handle with get/set_reference_handle. * src/RelLib/_SourceRef.py (get_base_handle,set_base_handle): Remove redundant methods. svn: r6750 2006-05-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/ObjectSelector/_PersonPreviewFrame.py, src/RelLib/_SourceRef.py, src/ScratchPad.py, src/ToolTips.py, src/plugins/Ancestors.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/ImportGeneWeb.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/TestcaseGenerator.py, src/plugins/WriteGeneWeb.py: * src/GrampsDb/_WriteGedcom.py: Multiple improvements. * various: Replace get/set_base_handle with get/set_reference_handle. * src/RelLib/_SourceRef.py (get_base_handle,set_base_handle): Remove redundant methods. svn: r6750 2006-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: 2006-05-22 Alex Roitman <shura@gramps-project.org> * src/ArgHandler.py (need_gui): Add method. * src/ViewManager.py: Move statusbar notification from gramps_main. * src/gramps_main.py: Remove unused methods, handle ArgHandler better. svn: r6749 2006-05-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/ViewManager.py, src/gramps_main.py: 2006-05-22 Alex Roitman <shura@gramps-project.org> * src/ArgHandler.py (need_gui): Add method. * src/ViewManager.py: Move statusbar notification from gramps_main. * src/gramps_main.py: Remove unused methods, handle ArgHandler better. svn: r6749 2006-05-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2006-05-21 Don Allingham <don@gramps-project.org> * src/ViewManager.py: handle export, import, and save as if database does not exist, yet UIManager still wants to call them. svn: r6748 2006-05-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: 2006-05-21 Don Allingham <don@gramps-project.org> * src/ViewManager.py: handle export, import, and save as if database does not exist, yet UIManager still wants to call them. svn: r6748 2006-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: 2006-05-21 Alex Roitman <shura@gramps-project.org> * configure.in: Set up for the next release. svn: r6747 2006-05-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: 2006-05-21 Alex Roitman <shura@gramps-project.org> * configure.in: Set up for the next release. svn: r6747 2006-05-22 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/TimeLine.py: src/plugins/TimeLine.py: round all dates to nearest decade svn: r6746 2006-05-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/TimeLine.py: src/plugins/TimeLine.py: round all dates to nearest decade svn: r6746 2006-05-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in, gramps2/src/GrampsWidgets.py: 2006-05-21 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py (MonitoredEntry.set_text): added function svn: r6745 2006-05-22 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, configure.in, src/GrampsWidgets.py: 2006-05-21 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py (MonitoredEntry.set_text): added function svn: r6745 2006-05-22 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: src/plugins/GraphViz.py: fix unicode encoding svn: r6744 2006-05-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: src/plugins/GraphViz.py: fix unicode encoding svn: r6744 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: Repository export. svn: r6743 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: Repository export. svn: r6743 2006-05-21 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/po/nb.po, gramps2/po/no.po: Changed a HTML tag that had wrongfully been translated svn: r6742 2006-05-21 Frode Jemtland <jemtland@users.sourceforge.net> * po/nb.po, po/no.po: Changed a HTML tag that had wrongfully been translated svn: r6742 2006-05-21 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLocale.py, gramps2/src/plugins/Calendar.py: * src/plugins/Calendar.py: make calendar work in Windows * src/GrampsLocale.py: make calendar work in Windows svn: r6741 2006-05-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsLocale.py, src/plugins/Calendar.py: * src/plugins/Calendar.py: make calendar work in Windows * src/GrampsLocale.py: make calendar work in Windows svn: r6741 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsInMemDB.py: * src/GrampsDb/_GrampsInMemDB.py (GrampsInMemDB.__init__): Remove unused variables. svn: r6740 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: * src/GrampsDb/_GrampsInMemDB.py (GrampsInMemDB.__init__): Remove unused variables. svn: r6740 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Calendar.py: 2006-05-21 Alex Roitman <shura@gramps-project.org> * src/plugins/Calendar.py (print_page): Use correct variable. svn: r6739 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Calendar.py: 2006-05-21 Alex Roitman <shura@gramps-project.org> * src/plugins/Calendar.py (print_page): Use correct variable. svn: r6739 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsInMemDB.py: * src/GrampsDb/_GrampsBSDDB.py: Do not import unused module. Do not import unused module. svn: r6738 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsInMemDB.py: * src/GrampsDb/_GrampsBSDDB.py: Do not import unused module. Do not import unused module. svn: r6738 2006-05-21 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: src/plugins/GraphViz.py.in: fix file open. svn: r6737 2006-05-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: src/plugins/GraphViz.py.in: fix file open. svn: r6737 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/const.py.in: * src/const.py.in: Use gettext. * src/GrampsDb/_ConstXML.py: Remove file. svn: r6736 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ConstXML.py, src/const.py.in: * src/const.py.in: Use gettext. * src/GrampsDb/_ConstXML.py: Remove file. svn: r6736 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_PersonEventEmbedList.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsInMemDB.py: 2006-05-21 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs/_PersonEventEmbedList.py (PersonEventEmbedList.default_type): properly process event list. * src/Editors/_EditEventRef.py (EditEventRef.get_custom_events): Use correct method. * src/Editors/_EditEvent.py (EditEvent.get_custom_events) (EditPersonEvent.get_custom_events): Use correct method. * src/GrampsDb/_GrampsDbBase.py: Remove obsolete methods. * src/GrampsDb/_GrampsInMemDB.py: Remove obsolete methods. svn: r6735 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_PersonEventEmbedList.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py: 2006-05-21 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs/_PersonEventEmbedList.py (PersonEventEmbedList.default_type): properly process event list. * src/Editors/_EditEventRef.py (EditEventRef.get_custom_events): Use correct method. * src/Editors/_EditEvent.py (EditEvent.get_custom_events) (EditPersonEvent.get_custom_events): Use correct method. * src/GrampsDb/_GrampsDbBase.py: Remove obsolete methods. * src/GrampsDb/_GrampsInMemDB.py: Remove obsolete methods. svn: r6735 2006-05-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py: 2006-05-20 Don Allingham <don@gramps-project.org> * src/Editors/_EditPlace.py: custom menus * src/Editors/_EditLdsOrd.py: custom menus * src/Editors/_EditSourceRef.py: custom menus * src/Editors/_EditSource.py: custom menus * src/Editors/_EditRepoRef.py: custom menus * src/Editors/_EditUrl.py: custom menus * src/Editors/_EditAttribute.py: custom menus * src/Editors/_EditPerson.py: custom menus * src/Editors/_EditLocation.py: custom menus * src/Editors/_EditMediaRef.py: custom menus * src/Editors/_EditEventRef.py: custom menus * src/Editors/_EditMedia.py: custom menus * src/Editors/_EditRepository.py: custom menus * src/Editors/_EditName.py: custom menus * src/Editors/_EditChildRef.py: custom menus * src/Editors/_EditFamily.py: custom menus * src/Editors/_EditEvent.py: custom menus svn: r6734 2006-05-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py: 2006-05-20 Don Allingham <don@gramps-project.org> * src/Editors/_EditPlace.py: custom menus * src/Editors/_EditLdsOrd.py: custom menus * src/Editors/_EditSourceRef.py: custom menus * src/Editors/_EditSource.py: custom menus * src/Editors/_EditRepoRef.py: custom menus * src/Editors/_EditUrl.py: custom menus * src/Editors/_EditAttribute.py: custom menus * src/Editors/_EditPerson.py: custom menus * src/Editors/_EditLocation.py: custom menus * src/Editors/_EditMediaRef.py: custom menus * src/Editors/_EditEventRef.py: custom menus * src/Editors/_EditMedia.py: custom menus * src/Editors/_EditRepository.py: custom menus * src/Editors/_EditName.py: custom menus * src/Editors/_EditChildRef.py: custom menus * src/Editors/_EditFamily.py: custom menus * src/Editors/_EditEvent.py: custom menus svn: r6734 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_repos): Add method. svn: r6733 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py (write_repos): Add method. svn: r6733 2006-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: * src/gramps_main.py (Gramps.__init__): Call ArgHandler between init_interface and post_init_interface. * src/ViewManager.py (init_interface): Split off post_init_interface. svn: r6732 2006-05-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py, src/gramps_main.py: * src/gramps_main.py (Gramps.__init__): Call ArgHandler between init_interface and post_init_interface. * src/ViewManager.py (init_interface): Split off post_init_interface. svn: r6732 2006-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-05-20 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Correct set_type calls. svn: r6731 2006-05-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-05-20 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Correct set_type calls. svn: r6731 2006-05-20 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6730 2006-05-20 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6730 2006-05-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/gen_schema_keys.py: * src/Config/_GrampsConfigKeys.py: online map config value * data/gramps.schema.in: online map config value * src/Config/gen_schema_keys.py: clean up svn: r6729 2006-05-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/gen_schema_keys.py: * src/Config/_GrampsConfigKeys.py: online map config value * data/gramps.schema.in: online map config value * src/Config/gen_schema_keys.py: clean up svn: r6729 2006-05-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/DataViews/_MapView.py, gramps2/src/GrampsCfg.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/DataViews/_MapView.py, src/GrampsCfg.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-05-19 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: repository does not have a media_list 2006-05-17 Don Allingham <don@gramps-project.org> * GrampsDb/_ReadGedcom.py: pychecker * GrampsDb/_GrampsDbBase.py: pychecker * GrampsDb/_DbUtils.py: pychecker * GrampsDb/_WriteGedcom.py: pychecker * StartupDialog.py: pychecker * DisplayTabs/_FamilyLdsEmbedList.py: pychecker * TipOfDay.py: pychecker * Utils.py: pychecker * PageView.py: pychecker * ToolTips.py: pychecker * Filters/_FilterWidget.py: pychecker * Filters/_SearchBar.py: pychecker * Filters/__init__.py: pychecker * Filters/_FilterStore.py: pychecker * Filters/_PersonSidebarFilter.py: pychecker * Filters/_FilterMenu.py: pychecker * Filters/_SidebarFilter.py: pychecker svn: r6727 2006-05-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: 2006-05-19 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: repository does not have a media_list 2006-05-17 Don Allingham <don@gramps-project.org> * GrampsDb/_ReadGedcom.py: pychecker * GrampsDb/_GrampsDbBase.py: pychecker * GrampsDb/_DbUtils.py: pychecker * GrampsDb/_WriteGedcom.py: pychecker * StartupDialog.py: pychecker * DisplayTabs/_FamilyLdsEmbedList.py: pychecker * TipOfDay.py: pychecker * Utils.py: pychecker * PageView.py: pychecker * ToolTips.py: pychecker * Filters/_FilterWidget.py: pychecker * Filters/_SearchBar.py: pychecker * Filters/__init__.py: pychecker * Filters/_FilterStore.py: pychecker * Filters/_PersonSidebarFilter.py: pychecker * Filters/_FilterMenu.py: pychecker * Filters/_SidebarFilter.py: pychecker svn: r6727 2006-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-05-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_DbUtils.py (db_copy): Copy custom types. svn: r6726 2006-05-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsDbBase.py: 2006-05-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_DbUtils.py (db_copy): Copy custom types. svn: r6726 2006-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: Update svn: r6725 2006-05-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: Update svn: r6725 2006-05-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_MapView.py: * src/DataViews/_MapView.py (WMSMapTile): Start of map download inside an idle handler. svn: r6724 2006-05-19 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_MapView.py: * src/DataViews/_MapView.py (WMSMapTile): Start of map download inside an idle handler. svn: r6724 2006-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Minor tweaks svn: r6723 2006-05-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Minor tweaks svn: r6723 2006-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Typo svn: r6722 2006-05-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Typo svn: r6722 2006-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-05-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: Define methods to get custom types. * src/GrampsDb/_GrampsBSDDB.py: Load/save marker_types. svn: r6721 2006-05-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: 2006-05-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: Define methods to get custom types. * src/GrampsDb/_GrampsBSDDB.py: Load/save marker_types. svn: r6721 2006-05-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Address.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_Location.py, gramps2/src/RelLib/_MediaRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Note.py, gramps2/src/RelLib/_PersonRef.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_SecondaryObject.py, gramps2/src/RelLib/_SourceRef.py, gramps2/src/RelLib/_Url.py, gramps2/src/RelLib/__init__.py: 2006-05-19 Don Allingham <don@gramps-project.org> * src/RelLib/_SecondaryObject.py: added, provide is_equal * src/RelLib/_Url.py: inherit from SecondaryObject * src/RelLib/_MediaRef.py: inherit from SecondaryObject * src/RelLib/_ChildRef.py: inherit from SecondaryObject * src/RelLib/_Name.py: inherit from SecondaryObject * src/RelLib/_Address.py: inherit from SecondaryObject * src/RelLib/_SourceRef.py: inherit from SecondaryObject * src/RelLib/_RepoRef.py: inherit from SecondaryObject * src/RelLib/_PersonRef.py: inherit from SecondaryObject * src/RelLib/_Attribute.py: inherit from SecondaryObject * src/RelLib/_Note.py: inherit from SecondaryObject * src/RelLib/_Location.py: inherit from SecondaryObject * src/RelLib/_EventRef.py: inherit from SecondaryObject * src/RelLib/_Event.py: inherit from SecondaryObject * src/RelLib/_LdsOrd.py: inherit from SecondaryObject svn: r6720 2006-05-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/Makefile.am, src/RelLib/_Address.py, src/RelLib/_Attribute.py, src/RelLib/_ChildRef.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_LdsOrd.py, src/RelLib/_Location.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_Note.py, src/RelLib/_PersonRef.py, src/RelLib/_RepoRef.py, src/RelLib/_SecondaryObject.py, src/RelLib/_SourceRef.py, src/RelLib/_Url.py, src/RelLib/__init__.py: 2006-05-19 Don Allingham <don@gramps-project.org> * src/RelLib/_SecondaryObject.py: added, provide is_equal * src/RelLib/_Url.py: inherit from SecondaryObject * src/RelLib/_MediaRef.py: inherit from SecondaryObject * src/RelLib/_ChildRef.py: inherit from SecondaryObject * src/RelLib/_Name.py: inherit from SecondaryObject * src/RelLib/_Address.py: inherit from SecondaryObject * src/RelLib/_SourceRef.py: inherit from SecondaryObject * src/RelLib/_RepoRef.py: inherit from SecondaryObject * src/RelLib/_PersonRef.py: inherit from SecondaryObject * src/RelLib/_Attribute.py: inherit from SecondaryObject * src/RelLib/_Note.py: inherit from SecondaryObject * src/RelLib/_Location.py: inherit from SecondaryObject * src/RelLib/_EventRef.py: inherit from SecondaryObject * src/RelLib/_Event.py: inherit from SecondaryObject * src/RelLib/_LdsOrd.py: inherit from SecondaryObject svn: r6720 2006-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: (commit_*): update custom type sets on commit. svn: r6719 2006-05-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: (commit_*): update custom type sets on commit. svn: r6719 2006-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_GrampsBSDDB.py: Remove unused methods; remove unused secondary tables; add more custom type holders. * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase.__init__): Add more custom type holders. (XmlWriter.write_xml_data): Do not export name groups. svn: r6718 2006-05-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_GrampsBSDDB.py: Remove unused methods; remove unused secondary tables; add more custom type holders. * src/GrampsDb/_GrampsDbBase.py (GrampsDbBase.__init__): Add more custom type holders. (XmlWriter.write_xml_data): Do not export name groups. svn: r6718 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_BackRefList.py: * src/DisplayTabs/_BackRefList.py (edit_button_clicked): Typo. svn: r6717 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_BackRefList.py: * src/DisplayTabs/_BackRefList.py (edit_button_clicked): Typo. svn: r6717 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/GrampsWidgets.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_RepositoryView.py, src/GrampsWidgets.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_ReadGrdb.py: * src/GrampsDb/_DbUtils.py (db_copy): Copy bookmarks and gender stats. (importData): Import bookmarks. svn: r6715 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py, src/GrampsDb/_ReadGrdb.py: * src/GrampsDb/_DbUtils.py (db_copy): Copy bookmarks and gender stats. (importData): Import bookmarks. svn: r6715 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: * data/grampsxml.dtd: Update for new bookmarks. * data/grampsxml.rng: Update for new bookmarks. * src/GrampsDb/_WriteXML.py (write_bookmarks): Add method to write new bookmarks. * src/GrampsDb/_ReadXML.py (start_bmark): Parse new bookmarks svn: r6714 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: * data/grampsxml.dtd: Update for new bookmarks. * data/grampsxml.rng: Update for new bookmarks. * src/GrampsDb/_WriteXML.py (write_bookmarks): Add method to write new bookmarks. * src/GrampsDb/_ReadXML.py (start_bmark): Parse new bookmarks svn: r6714 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/INSTALL, gramps2/src/GrampsDb/_ReadGrdb.py: 2006-05-18 Alex Roitman <shura@gramps-project.org> * INSTALL: Clarify; list build-dependencies. * src/GrampsDb/_ReadGrdb.py: Update progress. svn: r6713 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, INSTALL, src/GrampsDb/_ReadGrdb.py: 2006-05-18 Alex Roitman <shura@gramps-project.org> * INSTALL: Clarify; list build-dependencies. * src/GrampsDb/_ReadGrdb.py: Update progress. svn: r6713 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/nb.po, gramps2/po/no.po: 2006-05-18 Espen Berg <espen.berg@ntnu.no> * src/po/nb.po, src/po/no.po: Translation update. svn: r6712 2006-05-18 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/nb.po, po/no.po: 2006-05-18 Espen Berg <espen.berg@ntnu.no> * src/po/nb.po, src/po/no.po: Translation update. svn: r6712 2006-05-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_AddrEmbedList.py: state/city mapping svn: r6711 2006-05-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_AddrEmbedList.py: state/city mapping svn: r6711 2006-05-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: fix ansel detection svn: r6710 2006-05-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: fix ansel detection svn: r6710 2006-05-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: Fix media ref glade description svn: r6709 2006-05-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/glade/gramps.glade: Fix media ref glade description svn: r6709 2006-05-18 Don Allingham <don@gramps-project.org> * gramps2/src/PageView.py: backout accidental checkin svn: r6708 2006-05-18 Don Allingham <don@gramps-project.org> * src/PageView.py: backout accidental checkin svn: r6708 2006-05-18 Don Allingham <don@gramps-project.org> * gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/PageView.py: fixed clearing of combobox svn: r6707 2006-05-18 Don Allingham <don@gramps-project.org> * src/Filters/_PersonSidebarFilter.py, src/PageView.py: fixed clearing of combobox svn: r6707 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadGrdb.py: Update svn: r6706 2006-05-18 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGrdb.py: Update svn: r6706 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_childref): Typo. svn: r6705 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_childref): Typo. svn: r6705 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGrdb.py: * src/GrampsDb/_ReadGrdb.py: Add repos, modularize. svn: r6704 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGrdb.py: * src/GrampsDb/_ReadGrdb.py: Add repos, modularize. svn: r6704 2006-05-18 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs/_FamilyLdsEmbedList.py, gramps2/src/Filters/_FilterMenu.py, gramps2/src/Filters/_FilterStore.py, gramps2/src/Filters/_FilterWidget.py, gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/Filters/_SearchBar.py, gramps2/src/Filters/_SidebarFilter.py, gramps2/src/Filters/__init__.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/PageView.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/ToolTips.py, gramps2/src/Utils.py: svn: r6703 2006-05-18 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_FamilyLdsEmbedList.py, src/Filters/_FilterMenu.py, src/Filters/_FilterStore.py, src/Filters/_FilterWidget.py, src/Filters/_PersonSidebarFilter.py, src/Filters/_SearchBar.py, src/Filters/_SidebarFilter.py, src/Filters/__init__.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py, src/PageView.py, src/StartupDialog.py, src/TipOfDay.py, src/ToolTips.py, src/Utils.py: svn: r6703 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: Reorder calls to make work with ArgHandler. svn: r6702 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: Reorder calls to make work with ArgHandler. svn: r6702 2006-05-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/DbLoader.py, gramps2/src/DisplayState.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDisplay.py, gramps2/src/GrampsWidgets.py, gramps2/src/NameDisplay.py, gramps2/src/glade/gramps.glade, gramps2/src/gramps_main.py: 2006-05-17 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: pychecker fixes * src/GrampsWidgets.py: pychecker fixes * src/glade/gramps.glade: fix text entry -> label * src/NameDisplay.py: pychecker fixes * src/DisplayState.py: pychecker fixes * src/GrampsDisplay.py: pychecker fixes * src/DateEdit.py: pychecker fixes * src/gramps_main.py: pychecker fixes * src/DbLoader.py: pychecker fixes svn: r6701 2006-05-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/DbLoader.py, src/DisplayState.py, src/GrampsCfg.py, src/GrampsDisplay.py, src/GrampsWidgets.py, src/NameDisplay.py, src/glade/gramps.glade, src/gramps_main.py: 2006-05-17 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: pychecker fixes * src/GrampsWidgets.py: pychecker fixes * src/glade/gramps.glade: fix text entry -> label * src/NameDisplay.py: pychecker fixes * src/DisplayState.py: pychecker fixes * src/GrampsDisplay.py: pychecker fixes * src/DateEdit.py: pychecker fixes * src/gramps_main.py: pychecker fixes * src/DbLoader.py: pychecker fixes svn: r6701 2006-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/BasicUtils.py, gramps2/src/DbLoader.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ViewManager.py: * src/ArgHandler.py: Adapt to recent changes. * src/BasicUtils.py (update_empty): Clean up callback. * src/GrampsDb/_ReadGedcom.py: Clean up callback. svn: r6700 2006-05-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/BasicUtils.py, src/DbLoader.py, src/GrampsDb/_ReadGedcom.py, src/ViewManager.py: * src/ArgHandler.py: Adapt to recent changes. * src/BasicUtils.py (update_empty): Clean up callback. * src/GrampsDb/_ReadGedcom.py: Clean up callback. svn: r6700 2006-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DbLoader.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/Makefile.am, gramps2/src/ViewManager.py: In .: * src/GrampsDb/_GrampsDbBase.py (DbState.change_database_noclose): Add new method. * src/Makefile.am (gdir_PYTHON): Ship new file. In po: 2006-05-17 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6699 2006-05-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DbLoader.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/Makefile.am, src/ViewManager.py: In .: * src/GrampsDb/_GrampsDbBase.py (DbState.change_database_noclose): Add new method. * src/Makefile.am (gdir_PYTHON): Ship new file. In po: 2006-05-17 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6699 2006-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbLoader.py, gramps2/src/DisplayState.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/ViewManager.py: 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/DbLoader.py: add new module. * src/ViewManager.py: Use DbLoader. * src/DisplayState.py (load): Do not perform post_load tasks. * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): close if version is incopmatible. svn: r6698 2006-05-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbLoader.py, src/DisplayState.py, src/GrampsDb/_GrampsBSDDB.py, src/ViewManager.py: 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/DbLoader.py: add new module. * src/ViewManager.py: Use DbLoader. * src/DisplayState.py (load): Do not perform post_load tasks. * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): close if version is incopmatible. svn: r6698 2006-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/glade/gramps.glade: * src/GrampsDb/_GrampsDbBase.py: remove place name storage * src/Editors/_EditLdsOrd.py: new SelectPlace interface * src/glade/gramps.glade: new select place interface changes svn: r6697 2006-05-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditLdsOrd.py, src/GrampsDb/_GrampsDbBase.py, src/glade/gramps.glade: * src/GrampsDb/_GrampsDbBase.py: remove place name storage * src/Editors/_EditLdsOrd.py: new SelectPlace interface * src/glade/gramps.glade: new select place interface changes svn: r6697 2006-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEventRef.py: * src/Editors/_EditEventRef.py: new SelectPlace interface, remove old code svn: r6696 2006-05-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEventRef.py: * src/Editors/_EditEventRef.py: new SelectPlace interface, remove old code svn: r6696 2006-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: 2006-05-17 Don Allingham <don@gramps-project.org> * src/Editors/_EditPlace.py: new SelectPlace interface * src/Editors/_EditEventRef.py: new SelectPlace interface * src/Editors/_EditEvent.py: new SelectPlace interface * src/GrampsWidgets.py: new Place editor interface svn: r6695 2006-05-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditPlace.py, src/GrampsWidgets.py, src/glade/gramps.glade: 2006-05-17 Don Allingham <don@gramps-project.org> * src/Editors/_EditPlace.py: new SelectPlace interface * src/Editors/_EditEventRef.py: new SelectPlace interface * src/Editors/_EditEvent.py: new SelectPlace interface * src/GrampsWidgets.py: new Place editor interface svn: r6695 2006-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/GrampsWidgets.py (LinkLabel.__init__): Set cursor to HAND1. svn: r6694 2006-05-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/GrampsWidgets.py (LinkLabel.__init__): Set cursor to HAND1. svn: r6694 2006-05-17 Stefan Bjork <betula@users.sourceforge.net> * gramps2/ChangeLog: Update. svn: r6693 2006-05-17 Stefan Bjork <betula@users.sourceforge.net> * ChangeLog: Update. svn: r6693 2006-05-17 Stefan Bjork <betula@users.sourceforge.net> * gramps2/po/sv.po: Copied CVS version and merged with gramps.pot. svn: r6692 2006-05-17 Stefan Bjork <betula@users.sourceforge.net> * po/sv.po: Copied CVS version and merged with gramps.pot. svn: r6692 2006-05-17 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/TipOfDay.py, gramps2/src/glade/gramps.glade: * src/glade/gramps.glade, * src/TipOfDay.py: Use a gtk.Window instead of a Dialog to work around the "Button not clickable again" gtk-bug. (closes #0000033) svn: r6691 2006-05-17 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/TipOfDay.py, src/glade/gramps.glade: * src/glade/gramps.glade, * src/TipOfDay.py: Use a gtk.Window instead of a Dialog to work around the "Button not clickable again" gtk-bug. (closes #0000033) svn: r6691 2006-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py, gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Selectors/_SelectObject.py, gramps2/src/glade/gramps.glade: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectObject.py, src/glade/gramps.glade: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Selectors/_SelectEvent.py, gramps2/src/Selectors/_SelectFamily.py, gramps2/src/Selectors/_SelectObject.py, gramps2/src/Selectors/_SelectPerson.py, gramps2/src/Selectors/_SelectPlace.py, gramps2/src/Selectors/_SelectRepository.py, gramps2/src/Selectors/_SelectSource.py, gramps2/src/Selectors/_SelectorExceptions.py, gramps2/src/Selectors/_SelectorFactory.py, gramps2/src/Selectors/__init__.py: Update svn: r6689 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py, src/Selectors/_SelectorExceptions.py, src/Selectors/_SelectorFactory.py, src/Selectors/__init__.py: Update svn: r6689 2006-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Selectors/_SelectEvent.py, gramps2/src/Selectors/_SelectObject.py, gramps2/src/Selectors/_SelectPerson.py: Update svn: r6688 2006-05-17 Alex Roitman <shura@gramps-project.org> * src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py: Update svn: r6688 2006-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_EventEmbedList.py, gramps2/src/DisplayTabs/_GalleryTab.py, gramps2/src/DisplayTabs/_SourceEmbedList.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Selectors/_SelectEvent.py, gramps2/src/Selectors/_SelectFamily.py, gramps2/src/Selectors/_SelectObject.py, gramps2/src/Selectors/_SelectPlace.py, gramps2/src/Selectors/_SelectRepository.py, gramps2/src/Selectors/_SelectSource.py: 2006-05-16 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditLdsOrd.py: Adapt to new selector. * src/DisplayTabs/_SourceEmbedList.py: Adapt to new selector. * src/DisplayTabs/_EventEmbedList.py: Adapt to new selector. * src/DisplayTabs/_GalleryTab.py: Adapt to new selector. * src/Selectors/_BaseSelector.py: Use DisplaModel models. * src/Selectors/_SelectRepository.py: Use DisplaModel models. * src/Selectors/_SelectSource.py: Use DisplaModel models. * src/Selectors/_SelectEvent.py: Use DisplaModel models. * src/Selectors/_SelectFamily.py: Use DisplaModel models. * src/Selectors/_SelectPlace.py: Use DisplaModel models. * src/Selectors/_SelectObject.py: Use DisplaModel models. svn: r6687 2006-05-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_SourceEmbedList.py, src/Editors/_EditLdsOrd.py, src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py: 2006-05-16 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditLdsOrd.py: Adapt to new selector. * src/DisplayTabs/_SourceEmbedList.py: Adapt to new selector. * src/DisplayTabs/_EventEmbedList.py: Adapt to new selector. * src/DisplayTabs/_GalleryTab.py: Adapt to new selector. * src/Selectors/_BaseSelector.py: Use DisplaModel models. * src/Selectors/_SelectRepository.py: Use DisplaModel models. * src/Selectors/_SelectSource.py: Use DisplaModel models. * src/Selectors/_SelectEvent.py: Use DisplaModel models. * src/Selectors/_SelectFamily.py: Use DisplaModel models. * src/Selectors/_SelectPlace.py: Use DisplaModel models. * src/Selectors/_SelectObject.py: Use DisplaModel models. svn: r6687 2006-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade, gramps2/src/gramps_main.py: * src/Editors/_EditEvent.py: start of SelectPlace integration * src/glade/gramps.glade: start of SelectPlace integration * src/GrampsWidgets.py: start of SelectPlace integration svn: r6686 2006-05-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/GrampsWidgets.py, src/glade/gramps.glade, src/gramps_main.py: * src/Editors/_EditEvent.py: start of SelectPlace integration * src/glade/gramps.glade: start of SelectPlace integration * src/GrampsWidgets.py: start of SelectPlace integration svn: r6686 2006-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_WebEmbedList.py, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am: * src/DisplayTabs/_WebEmbedList.py: icon fixes * src/images/stock_insert-url.png: added * src/images/person.png: added * src/images/relation.png: added * src/images/Makefile.am: added new images * src/gramps_main.py: register icons as stock svn: r6685 2006-05-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_WebEmbedList.py, src/gramps_main.py, src/images/Makefile.am: * src/DisplayTabs/_WebEmbedList.py: icon fixes * src/images/stock_insert-url.png: added * src/images/person.png: added * src/images/relation.png: added * src/images/Makefile.am: added new images * src/gramps_main.py: register icons as stock svn: r6685 2006-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-05-16 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: handle blank lines svn: r6684 2006-05-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-05-16 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: handle blank lines svn: r6684 2006-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayModels/Makefile.am, gramps2/src/DisplayModels/_BaseModel.py, gramps2/src/DisplayModels/_EventModel.py, gramps2/src/DisplayModels/_FamilyModel.py, gramps2/src/DisplayModels/_MediaModel.py, gramps2/src/DisplayModels/_PeopleModel.py, gramps2/src/DisplayModels/_PlaceModel.py, gramps2/src/DisplayModels/_RepositoryModel.py, gramps2/src/DisplayModels/_SourceModel.py, gramps2/src/DisplayModels/__init__.py, gramps2/src/Makefile.am, gramps2/src/PeopleModel.py, gramps2/src/Selectors/_SelectPerson.py, gramps2/src/plugins/RelCalc.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/POTFILES.in, src/DataViews/_PersonView.py, src/DisplayModels.py, src/DisplayModels/Makefile.am, src/DisplayModels/_BaseModel.py, src/DisplayModels/_EventModel.py, src/DisplayModels/_FamilyModel.py, src/DisplayModels/_MediaModel.py, src/DisplayModels/_PeopleModel.py, src/DisplayModels/_PlaceModel.py, src/DisplayModels/_RepositoryModel.py, src/DisplayModels/_SourceModel.py, src/DisplayModels/__init__.py, src/Makefile.am, src/PeopleModel.py, src/Selectors/_SelectPerson.py, src/plugins/RelCalc.py: 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-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Makefile.am, gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/Filters/_SidebarFilter.py: In .: 2006-05-16 Alex Roitman <shura@gramps-project.org> * src/Filters/_PersonSidebarFilter.py: Import gettext. * src/Filters/_SidebarFilter.py: Import gettext. * src/Filters/Makefile.am: Ship new files. In po: 2006-05-16 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6682 2006-05-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Makefile.am, src/Filters/_PersonSidebarFilter.py, src/Filters/_SidebarFilter.py: In .: 2006-05-16 Alex Roitman <shura@gramps-project.org> * src/Filters/_PersonSidebarFilter.py: Import gettext. * src/Filters/_SidebarFilter.py: Import gettext. * src/Filters/Makefile.am: Ship new files. In po: 2006-05-16 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6682 2006-05-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: work around bug in database-changed signals svn: r6681 2006-05-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: work around bug in database-changed signals svn: r6681 2006-05-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Add navigation-arrows to the tree svn: r6680 2006-05-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Add navigation-arrows to the tree svn: r6680 2006-05-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_GrampsGEDDB.py, gramps2/src/GrampsDb/_GrampsXMLDB.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py: 2006-05-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsXMLDB.py: Use callback, call parent's close() on close. * src/GrampsDb/_GrampsGEDDB.py: Use callback, call parent's close() on close. * src/GrampsDb/_WriteXML.py: Use new callback class. * src/GrampsDb/_WriteGedcom.py: Use new callback class. * src/GrampsDb/_DbUtils.py (db_copy): Update secondary indices for the InMem databases. svn: r6679 2006-05-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py: 2006-05-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsXMLDB.py: Use callback, call parent's close() on close. * src/GrampsDb/_GrampsGEDDB.py: Use callback, call parent's close() on close. * src/GrampsDb/_WriteXML.py: Use new callback class. * src/GrampsDb/_WriteGedcom.py: Use new callback class. * src/GrampsDb/_DbUtils.py (db_copy): Update secondary indices for the InMem databases. svn: r6679 2006-05-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PageView.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: * src/ViewManager.py: new stock icon support * src/gramps_main.py: new stock icon support * src/PageView.py: new stock icon support * src/images/stock_new-html.png: added * src/images/stock_delete-bookmark.png: added * src/images/stock_export.png: added * src/images/stock_edit-bookmark.png: added * src/images/stock_add-bookmark.png: added * src/images/stock_undo-history.png: added * src/images/stock_bookmark.png: added svn: r6678 2006-05-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/PageView.py, src/ViewManager.py, src/gramps_main.py: * src/ViewManager.py: new stock icon support * src/gramps_main.py: new stock icon support * src/PageView.py: new stock icon support * src/images/stock_new-html.png: added * src/images/stock_delete-bookmark.png: added * src/images/stock_export.png: added * src/images/stock_edit-bookmark.png: added * src/images/stock_add-bookmark.png: added * src/images/stock_undo-history.png: added * src/images/stock_bookmark.png: added svn: r6678 2006-05-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_DataEmbedList.py: 2006-05-15 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_DataEmbedList.py: disable DND svn: r6677 2006-05-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_DataEmbedList.py: 2006-05-15 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_DataEmbedList.py: disable DND svn: r6677 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (save_as_activate): Use Save button in dialog. svn: r6676 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (save_as_activate): Use Save button in dialog. svn: r6676 2006-05-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_PersonEventEmbedList.py: * src/DisplayTabs/_PersonEventEmbedList.py: fix selection of default type svn: r6675 2006-05-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_PersonEventEmbedList.py: * src/DisplayTabs/_PersonEventEmbedList.py: fix selection of default type svn: r6675 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py: 2006-05-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_DbUtils.py: import proper class. svn: r6674 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py: 2006-05-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_DbUtils.py: import proper class. svn: r6674 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Selectors/Makefile.am, gramps2/src/Selectors/_BaseSelector.py, gramps2/src/Selectors/_SelectEvent.py, gramps2/src/Selectors/_SelectFamily.py, gramps2/src/Selectors/_SelectObject.py, gramps2/src/Selectors/_SelectPlace.py, gramps2/src/Selectors/_SelectRepository.py, gramps2/src/Selectors/_SelectSource.py: * src/Selectors/_Select*.py: Subclass from BaseSelector. * src/Selectors/Makefile.am: Ship new file. * src/Selectors/_BaseSelector.py: Add new file. svn: r6673 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Selectors/Makefile.am, src/Selectors/_BaseSelector.py, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py: * src/Selectors/_Select*.py: Subclass from BaseSelector. * src/Selectors/Makefile.am: Ship new file. * src/Selectors/_BaseSelector.py: Add new file. svn: r6673 2006-05-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/_PersonSidebarFilter.py, gramps2/src/Filters/_SidebarFilter.py, gramps2/src/Filters/__init__.py: * src/Filters/__init__.py: add SidebarFilter, PersonSidebarFilter * src/Filters/_SidebarFilter.py: added * src/Filters/_PersonSidebarFilter.py: added svn: r6672 2006-05-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/_PersonSidebarFilter.py, src/Filters/_SidebarFilter.py, src/Filters/__init__.py: * src/Filters/__init__.py: add SidebarFilter, PersonSidebarFilter * src/Filters/_SidebarFilter.py: added * src/Filters/_PersonSidebarFilter.py: added svn: r6672 2006-05-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/PeopleModel.py, gramps2/src/Selectors/_SelectPerson.py, gramps2/src/plugins/RelCalc.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/PeopleModel.py, src/Selectors/_SelectPerson.py, src/plugins/RelCalc.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_SourceView.py: * src/DataViews/_SourceView.py (edit,on_double_click): Catch exception. svn: r6670 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_SourceView.py: * src/DataViews/_SourceView.py (edit,on_double_click): Catch exception. svn: r6670 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DisplayTabs/_EventEmbedList.py, gramps2/src/DisplayTabs/_GalleryTab.py, gramps2/src/DisplayTabs/_RepoEmbedList.py, gramps2/src/DisplayTabs/_SourceEmbedList.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/Makefile.am, gramps2/src/PluginUtils/_Report.py, gramps2/src/SelectEvent.py, gramps2/src/SelectFamily.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/SelectRepository.py, gramps2/src/SelectSource.py, gramps2/src/Selectors/Makefile.am, gramps2/src/Selectors/_SelectEvent.py, gramps2/src/Selectors/_SelectFamily.py, gramps2/src/Selectors/_SelectObject.py, gramps2/src/Selectors/_SelectPerson.py, gramps2/src/Selectors/_SelectPlace.py, gramps2/src/Selectors/_SelectRepository.py, gramps2/src/Selectors/_SelectSource.py, gramps2/src/Selectors/_SelectorExceptions.py, gramps2/src/Selectors/_SelectorFactory.py, gramps2/src/Selectors/__init__.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/SimpleBookTitle.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/POTFILES.in, src/DataViews/_FamilyView.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_SourceEmbedList.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditPersonRef.py, src/Makefile.am, src/PluginUtils/_Report.py, src/SelectEvent.py, src/SelectFamily.py, src/SelectObject.py, src/SelectPerson.py, src/SelectRepository.py, src/SelectSource.py, src/Selectors/Makefile.am, src/Selectors/_SelectEvent.py, src/Selectors/_SelectFamily.py, src/Selectors/_SelectObject.py, src/Selectors/_SelectPerson.py, src/Selectors/_SelectPlace.py, src/Selectors/_SelectRepository.py, src/Selectors/_SelectSource.py, src/Selectors/_SelectorExceptions.py, src/Selectors/_SelectorFactory.py, src/Selectors/__init__.py, src/plugins/FilterEditor.py, src/plugins/SimpleBookTitle.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DisplayTabs/_RepoEmbedList.py, gramps2/src/Makefile.am, gramps2/src/SelectRepository.py: In .: * src/Makefile.am (gdir_PYTHON): Add new file. * src/SelectRepository.py: Add new file. * src/DisplayTabs/_RepoEmbedList.py: Add share button. In po: * POTFILES.in: Add new file. svn: r6668 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/DisplayTabs/_RepoEmbedList.py, src/Makefile.am, src/SelectRepository.py: In .: * src/Makefile.am (gdir_PYTHON): Add new file. * src/SelectRepository.py: Add new file. * src/DisplayTabs/_RepoEmbedList.py: Add share button. In po: * POTFILES.in: Add new file. svn: r6668 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: Set up for 2.1.3. svn: r6667 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Set up for 2.1.3. svn: r6667 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_url): Parse URL type. svn: r6666 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_url): Parse URL type. svn: r6666 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gramps/data.gramps, gramps2/example/gramps/example.gramps: * example/gramps/exapmle.gramps: Add repositories, use new XML. * example/gramps/data.gramps: Add repositories, use new XML. svn: r6665 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, example/gramps/data.gramps, example/gramps/example.gramps: * example/gramps/exapmle.gramps: Add repositories, use new XML. * example/gramps/data.gramps: Add repositories, use new XML. svn: r6665 2006-05-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DisplayModels.py, gramps2/src/PageView.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DisplayModels.py, src/PageView.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6663 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6663 2006-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler/__init__.py, gramps2/src/plugins/Calendar.py: 2006-05-14 Alex Roitman <shura@gramps-project.org> * src/DateHandler/__init__.py: Remove unneeded imports. * src/plugins/Calendar.py (print_page): Use GrampsLocale._months. svn: r6662 2006-05-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateHandler/__init__.py, src/plugins/Calendar.py: 2006-05-14 Alex Roitman <shura@gramps-project.org> * src/DateHandler/__init__.py: Remove unneeded imports. * src/plugins/Calendar.py (print_page): Use GrampsLocale._months. svn: r6662 2006-05-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: src/plugins/FamilyGroup.py: Fix for Event and EventType changes. svn: r6661 2006-05-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: src/plugins/FamilyGroup.py: Fix for Event and EventType changes. svn: r6661 2006-05-15 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py: src/PluginUtils/_ReportUtils.py: Change strings to include gender instead of "child of" svn: r6660 2006-05-15 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py: src/PluginUtils/_ReportUtils.py: Change strings to include gender instead of "child of" svn: r6660 2006-05-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/_PersonView.py, gramps2/src/DateHandler/__init__.py, gramps2/src/DisplayModels.py, gramps2/src/PageView.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_PersonView.py, src/DateHandler/__init__.py, src/DisplayModels.py, src/PageView.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6658 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6658 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler/Makefile.am, gramps2/src/DateHandler/_DateHandler.py, gramps2/src/DateHandler/_DateUtils.py, gramps2/src/DateHandler/_Date_sk.py, gramps2/src/DateHandler/__init__.py, gramps2/src/GrampsDb/_ReadGedcom.py: * src/DateHandler/__init__.py: Proper import sequence. * src/DateHandler/_DateHandler.py: Split into parts. * src/DateHandler/_DateUtils.py: Add new file. * src/DateHandler/_Date_sk.py: Bring to the new module structure. * src/DateHandler/Makefile.am (pkgdata_PYTHON): Ship new file. * src/GrampsDb/_ReadGedcom.py: Import from proper module. svn: r6657 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateHandler/Makefile.am, src/DateHandler/_DateHandler.py, src/DateHandler/_DateUtils.py, src/DateHandler/_Date_sk.py, src/DateHandler/__init__.py, src/GrampsDb/_ReadGedcom.py: * src/DateHandler/__init__.py: Proper import sequence. * src/DateHandler/_DateHandler.py: Split into parts. * src/DateHandler/_DateUtils.py: Add new file. * src/DateHandler/_Date_sk.py: Bring to the new module structure. * src/DateHandler/Makefile.am (pkgdata_PYTHON): Ship new file. * src/GrampsDb/_ReadGedcom.py: Import from proper module. svn: r6657 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/gramps.pot, gramps2/src/plugins/ChangeTypes.py: In .: * src/plugins/ChangeTypes.py (init_gui): Work around intltool bug. In po: 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps.pot: update. svn: r6656 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/gramps.pot, src/plugins/ChangeTypes.py: In .: * src/plugins/ChangeTypes.py (init_gui): Work around intltool bug. In po: 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps.pot: update. svn: r6656 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/Summary.py: * src/plugins/Summary.py: Set titles properly. svn: r6655 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/CountAncestors.py, src/plugins/Summary.py: * src/plugins/Summary.py: Set titles properly. svn: r6655 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/CountAncestors.py: * src/plugins/CountAncestors.py: Add window title, remove extra text. svn: r6654 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/CountAncestors.py: * src/plugins/CountAncestors.py: Add window title, remove extra text. svn: r6654 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Person/_HasNoteRegexp.py: 2006-05-14 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_HasNoteRegexp.py: Import re module. svn: r6653 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Person/_HasNoteRegexp.py: 2006-05-14 Alex Roitman <shura@gramps-project.org> * src/Filters/Rules/Person/_HasNoteRegexp.py: Import re module. svn: r6653 2006-05-14 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6652 2006-05-14 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6652 2006-05-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Report.py: src/PluginUtils/_Report.py: Fix custom paper size bug (bug #0000084) svn: r6651 2006-05-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_Report.py: src/PluginUtils/_Report.py: Fix custom paper size bug (bug #0000084) svn: r6651 2006-05-14 Brian Matherly <brian@gramps-project.org> * gramps2/src/plugins/NarrativeWeb.py: typo svn: r6650 2006-05-14 Brian Matherly <brian@gramps-project.org> * src/plugins/NarrativeWeb.py: typo svn: r6650 2006-05-14 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NarrativeWeb.py: src/plugins/NarrativeWeb.py: Add option for number of generations in ancestor graph (bug # 0000077) svn: r6649 2006-05-14 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NarrativeWeb.py: src/plugins/NarrativeWeb.py: Add option for number of generations in ancestor graph (bug # 0000077) svn: r6649 2006-05-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py: 2006-05-13 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py (FamilyView.redraw): handle history svn: r6648 2006-05-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py: 2006-05-13 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py (FamilyView.redraw): handle history svn: r6648 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/CmdRef.py: * src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name. svn: r6647 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/CmdRef.py: * src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name. svn: r6647 2006-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (show_url): Set up link handler. svn: r6646 2006-05-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (show_url): Set up link handler. svn: r6646 2006-05-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RelCalc.py: 2006-05-13 Don Allingham <don@gramps-project.org> * src/plugins/RelCalc.py: provide default search value svn: r6645 2006-05-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/RelCalc.py: 2006-05-13 Don Allingham <don@gramps-project.org> * src/plugins/RelCalc.py: provide default search value svn: r6645 2006-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsIniKeys.py: * src/Config/_GrampsIniKeys.py (get_default): Add optional arg indicating type. svn: r6644 2006-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py: * src/Config/_GrampsIniKeys.py (get_default): Add optional arg indicating type. svn: r6644 2006-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/GrampsCfg.py: * src/Config/_GrampsGconfKeys.py (get_default): Allow other types. * src/GrampsCfg.py (reset_colors): Emit color-set signal to trigget hex text updates. svn: r6643 2006-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/_GrampsGconfKeys.py, src/GrampsCfg.py: * src/Config/_GrampsGconfKeys.py (get_default): Allow other types. * src/GrampsCfg.py (reset_colors): Emit color-set signal to trigget hex text updates. svn: r6643 2006-05-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: add non-functioning (for now) clear button * src/Config/_GrampsGconfKeys.py: get_default fix svn: r6642 2006-05-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsGconfKeys.py, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: add non-functioning (for now) clear button * src/Config/_GrampsGconfKeys.py: get_default fix svn: r6642 2006-05-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/GrampsCfg.py: 2006-05-12 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: add revert option for colors * src/Config/_GrampsGconfKeys.py: added get_default * src/Config/_GrampsIniKeys.py: added get_default svn: r6641 2006-05-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/GrampsCfg.py: 2006-05-12 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: add revert option for colors * src/Config/_GrampsGconfKeys.py: added get_default * src/Config/_GrampsIniKeys.py: added get_default svn: r6641 2006-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in: * data/gramps.schemas.in: Brighter colors to use with foreground. svn: r6640 2006-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/gramps.schemas.in: * data/gramps.schemas.in: Brighter colors to use with foreground. svn: r6640 2006-05-13 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py, gramps2/src/PeopleModel.py: default colors svn: r6639 2006-05-13 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py, src/PeopleModel.py: default colors svn: r6639 2006-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: 2006-05-12 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py (add_color): Update text label after color change. svn: r6638 2006-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py: 2006-05-12 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py (add_color): Update text label after color change. svn: r6638 2006-05-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: move ScratchPad to Edit * src/DataViews/_PersonView.py: set up new filter fields, remove source field svn: r6637 2006-05-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: move ScratchPad to Edit * src/DataViews/_PersonView.py: set up new filter fields, remove source field svn: r6637 2006-05-13 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py: svn: r6636 2006-05-13 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: svn: r6636 2006-05-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/Rules/Person/_HasEvent.py, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py: fix color dialog buttons * src/Filters/Rules/Person/_HasEvent.py: handle EventType svn: r6635 2006-05-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/Rules/Person/_HasEvent.py, src/GrampsCfg.py: * src/GrampsCfg.py: fix color dialog buttons * src/Filters/Rules/Person/_HasEvent.py: handle EventType svn: r6635 2006-05-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/Rules/Person/Makefile.am, gramps2/src/Filters/Rules/Person/_HasBirth.py, gramps2/src/Filters/Rules/Person/_HasDeath.py, gramps2/src/Filters/Rules/Person/_HasEvent.py, gramps2/src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Person/_HasNoteRegexp.py, gramps2/src/Filters/Rules/Person/_MatchIdOf.py, gramps2/src/Filters/Rules/Person/_RegExpIdOf.py, gramps2/src/Filters/Rules/Person/_RegExpName.py, gramps2/src/Filters/Rules/Person/_SearchName.py, gramps2/src/Filters/Rules/Person/__init__.py, gramps2/src/Filters/Rules/_RuleUtils.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Person/_HasNoteRegexp.py, src/Filters/Rules/Person/_MatchIdOf.py, src/Filters/Rules/Person/_RegExpIdOf.py, src/Filters/Rules/Person/_RegExpName.py, src/Filters/Rules/Person/_SearchName.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/_RuleUtils.py: 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 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in: * data/gramps.schemas.in: Swap colors for ToDo and complete. Using green is more obvious for complete records. svn: r6633 2006-05-12 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, data/gramps.schemas.in: * data/gramps.schemas.in: Swap colors for ToDo and complete. Using green is more obvious for complete records. svn: r6633 2006-05-12 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6632 2006-05-12 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6632 2006-05-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py: update for selectable colors, default colors * data/gramps.schemas.in: update for selectable colors, default colors svn: r6631 2006-05-12 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/GrampsCfg.py: * src/GrampsCfg.py: update for selectable colors, default colors * data/gramps.schemas.in: update for selectable colors, default colors svn: r6631 2006-05-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/gramps.pot, gramps2/src/QuestionDialog.py, gramps2/src/UndoHistory.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/PatchNames.py: In .: 2006-05-12 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py (gtk_color_to_str): Better color to str. * src/QuestionDialog.py (QuestionDialog2.__init__): Use the underline for labels. * src/plugins/ChangeNames.py: Fix WM. * src/plugins/PatchNames.py: Fix WM. In po: * gramps.pot: Update. svn: r6630 2006-05-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/gramps.pot, src/QuestionDialog.py, src/UndoHistory.py, src/plugins/ChangeNames.py, src/plugins/PatchNames.py: In .: 2006-05-12 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py (gtk_color_to_str): Better color to str. * src/QuestionDialog.py (QuestionDialog2.__init__): Use the underline for labels. * src/plugins/ChangeNames.py: Fix WM. * src/plugins/PatchNames.py: Fix WM. In po: * gramps.pot: Update. svn: r6630 2006-05-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/GrampsCfg.py, gramps2/src/PeopleModel.py: * src/GrampsCfg.py: update for selectable colors * src/PeopleModel.py: update for selectable colors * data/gramps.schemas.in: update for selectable colors svn: r6629 2006-05-12 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/GrampsCfg.py, src/PeopleModel.py: * src/GrampsCfg.py: update for selectable colors * src/PeopleModel.py: update for selectable colors * data/gramps.schemas.in: update for selectable colors svn: r6629 2006-05-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/plugins/BookReport.py: fix xml parsing path svn: r6628 2006-05-12 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/plugins/BookReport.py: fix xml parsing path svn: r6628 2006-05-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: fix MonitoredDataType initialization svn: r6627 2006-05-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: fix MonitoredDataType initialization svn: r6627 2006-05-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Filters/Makefile.am: * src/Filters/Makefile.am (pkgdata_PYTHON): Add new files. * po/POTFILES.in: Add missing files. svn: r6626 2006-05-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/Filters/Makefile.am: * src/Filters/Makefile.am (pkgdata_PYTHON): Add new files. * po/POTFILES.in: Add missing files. svn: r6626 2006-05-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/_GenericFilter.py, gramps2/src/PeopleModel.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/_GenericFilter.py, src/PeopleModel.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/UndoHistory.py: (UndoHistory._selection_changed): Enable/disable buttons. svn: r6624 2006-05-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/UndoHistory.py: (UndoHistory._selection_changed): Enable/disable buttons. svn: r6624 2006-05-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/UndoHistory.py: 2006-05-11 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py (gtk_color_to_str): Correct byte color. svn: r6623 2006-05-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/UndoHistory.py: 2006-05-11 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py (gtk_color_to_str): Correct byte color. svn: r6623 2006-05-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/GrampsWidgets.py, gramps2/src/PageView.py, gramps2/src/RelLib/_MarkerType.py: fix marker type, search bar tuple problem svn: r6622 2006-05-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/GrampsWidgets.py, src/PageView.py, src/RelLib/_MarkerType.py: fix marker type, search bar tuple problem svn: r6622 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/UndoHistory.py: * src/UndoHistory.py: Paint all rows in a selected block; Require exploicit button click on any action. svn: r6621 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/UndoHistory.py: * src/UndoHistory.py: Paint all rows in a selected block; Require exploicit button click on any action. svn: r6621 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py: (PeopleModel.column_marker_color): properly access marker value. svn: r6620 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PeopleModel.py: (PeopleModel.column_marker_color): properly access marker value. svn: r6620 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py: 2006-05-11 Alex Roitman <shura@gramps-project.org> * src/PeopleModel.py (_MARKER_COL): Correct column numbers. svn: r6619 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PeopleModel.py: 2006-05-11 Alex Roitman <shura@gramps-project.org> * src/PeopleModel.py (_MARKER_COL): Correct column numbers. svn: r6619 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BasicUtils.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (GrampsParser): Use UpdateCallback. * src/GrampsDb/_ReadGedcom.py (GedcomParser): Use UpdateCallback. (get_total): Add function, remove unneeded class. (UpdateCallback.update_real): Allow optional argument; (UpdateCallback.set_total): Add method. svn: r6618 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BasicUtils.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (GrampsParser): Use UpdateCallback. * src/GrampsDb/_ReadGedcom.py (GedcomParser): Use UpdateCallback. (get_total): Add function, remove unneeded class. (UpdateCallback.update_real): Allow optional argument; (UpdateCallback.set_total): Add method. svn: r6618 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/BasicUtils.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/Makefile.am: In .: * src/GrampsDb/_DbUtils.py (db_copy): Use UpdateCallback class. * src/BasicUtils.py: Add module. * src/Makefile.am (gdir_PYTHON): Add new file. In po: 2006-05-10 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6617 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/BasicUtils.py, src/GrampsDb/_DbUtils.py, src/Makefile.am: In .: * src/GrampsDb/_DbUtils.py (db_copy): Use UpdateCallback class. * src/BasicUtils.py: Add module. * src/Makefile.am (gdir_PYTHON): Add new file. In po: 2006-05-10 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6617 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py: * src/DataViews/_MediaView.py (edit): Handle the exception. svn: r6616 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py: * src/DataViews/_MediaView.py (edit): Handle the exception. svn: r6616 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: * src/plugins/BookReport.py (__init__): Fix url. svn: r6615 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: * src/plugins/BookReport.py (__init__): Fix url. svn: r6615 2006-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReorderIds.py: * src/plugins/ChangeTypes.py (run_tool): Disable/enable signals. * src/plugins/ReorderIds.py (__init__): Disable/enable signals. * src/plugins/PatchNames.py (on_ok_clicked): Start transaction only if doing the changes; disable/enable signals. svn: r6614 2006-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py, src/plugins/PatchNames.py, src/plugins/ReorderIds.py: * src/plugins/ChangeTypes.py (run_tool): Disable/enable signals. * src/plugins/ReorderIds.py (__init__): Disable/enable signals. * src/plugins/PatchNames.py (on_ok_clicked): Start transaction only if doing the changes; disable/enable signals. svn: r6614 2006-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/SoundGen.py: 2006-05-10 Alex Roitman <shura@gramps-project.org> * src/plugins/SoundGen.py: Fix WM. svn: r6613 2006-05-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/SoundGen.py: 2006-05-10 Alex Roitman <shura@gramps-project.org> * src/plugins/SoundGen.py: Fix WM. svn: r6613 2006-05-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/_SearchBar.py: change button order svn: r6612 2006-05-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/_SearchBar.py: change button order svn: r6612 2006-05-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels.py, gramps2/src/Filters/_SearchBar.py, gramps2/src/Filters/_SearchFilter.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py: inverted searches svn: r6611 2006-05-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels.py, src/Filters/_SearchBar.py, src/Filters/_SearchFilter.py, src/PageView.py, src/PeopleModel.py: inverted searches svn: r6611 2006-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: 2006-05-10 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (func_person_attr): Typos. svn: r6610 2006-05-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: 2006-05-10 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py (func_person_attr): Typos. svn: r6610 2006-05-10 Don Allingham <don@gramps-project.org> * gramps2/src/Filters/_SearchBar.py: better search buttons svn: r6609 2006-05-10 Don Allingham <don@gramps-project.org> * src/Filters/_SearchBar.py: better search buttons svn: r6609 2006-05-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/_SearchBar.py: fix search status bar message svn: r6608 2006-05-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Filters/_SearchBar.py: fix search status bar message svn: r6608 2006-05-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/Filters/_SearchBar.py, gramps2/src/Filters/_SearchFilter.py, gramps2/src/Filters/__init__.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/ViewManager.py: Search bar completion svn: r6607 2006-05-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/Filters/_SearchBar.py, src/Filters/_SearchFilter.py, src/Filters/__init__.py, src/PageView.py, src/PeopleModel.py, src/ViewManager.py: Search bar completion svn: r6607 2006-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_DbUtils.py (db_copy): Use batch transaction. * src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Proper indentation. svn: r6606 2006-05-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_DbUtils.py (db_copy): Use batch transaction. * src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Proper indentation. svn: r6606 2006-05-10 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: # /po/fr.po : use exact space and dot for fixing occupation:placedescription mistake on det_report (cannot commit with CVS the same fix for gramps 2.0.11) svn: r6605 2006-05-10 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: # /po/fr.po : use exact space and dot for fixing occupation:placedescription mistake on det_report (cannot commit with CVS the same fix for gramps 2.0.11) svn: r6605 2006-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MapView.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsGEDDB.py, gramps2/src/GrampsDb/_GrampsXMLDB.py, gramps2/src/GrampsDb/_WriteGrdb.py, gramps2/src/ViewManager.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_MapView.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDb/_WriteGrdb.py, src/ViewManager.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/_SearchBar.py, gramps2/src/Filters/__init__.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/_SearchBar.py, src/Filters/__init__.py, src/PageView.py, src/PeopleModel.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py: 2006-05-09 Don Allingham <don@gramps-project.org> * src/AddMedia.py: remember last directory for images for the session svn: r6602 2006-05-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py: 2006-05-09 Don Allingham <don@gramps-project.org> * src/AddMedia.py: remember last directory for images for the session svn: r6602 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: Use triple quotes. svn: r6601 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: Use triple quotes. svn: r6601 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/GrampsDb/_WriteGrdb.py, gramps2/src/Utils.py: * src/Exporter.py (Exporter.native_export): Use callback. * src/Utils.py (get_new_filename): Add path separator. * src/GrampsDb/_WriteGrdb.py: Proper export of tables with and without transaction support, add callback. svn: r6600 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/GrampsDb/_WriteGrdb.py, src/Utils.py: * src/Exporter.py (Exporter.native_export): Use callback. * src/Utils.py (get_new_filename): Add path separator. * src/GrampsDb/_WriteGrdb.py: Proper export of tables with and without transaction support, add callback. svn: r6600 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * src/plugins/WriteCD.py: Correctly import XmlWriter. svn: r6599 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * src/plugins/WriteCD.py: Correctly import XmlWriter. svn: r6599 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (write_object): Check whether path is empty before removing leading slash. svn: r6598 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (write_object): Check whether path is empty before removing leading slash. svn: r6598 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: Bring to new API. svn: r6597 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteGedcom.py: * src/GrampsDb/_WriteGedcom.py: Bring to new API. svn: r6597 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py: * src/plugins/ExportVCard.py: Bring to new API. * src/plugins/ExportVCalendar.py: Bring to new API. svn: r6596 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py: * src/plugins/ExportVCard.py: Bring to new API. * src/plugins/ExportVCalendar.py: Bring to new API. svn: r6596 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py: * src/plugins/WriteFtree.py: Bring to new API. svn: r6595 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: * src/plugins/WriteFtree.py: Bring to new API. svn: r6595 2006-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/_FilterMenu.py, gramps2/src/plugins/WriteGeneWeb.py: 2006-05-09 Alex Roitman <shura@gramps-project.org> * src/Filters/_FilterMenu.py (build_filter_menu): Return the menu. * src/plugins/WriteGeneWeb.py: Bring to new API. svn: r6594 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/_FilterMenu.py, src/plugins/WriteGeneWeb.py: 2006-05-09 Alex Roitman <shura@gramps-project.org> * src/Filters/_FilterMenu.py (build_filter_menu): Return the menu. * src/plugins/WriteGeneWeb.py: Bring to new API. svn: r6594 2006-05-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MapView.py, gramps2/src/ViewManager.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MapView.py, src/ViewManager.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-05-08 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (get_default_person): Use proper way of getting person from the handle. svn: r6592 2006-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: 2006-05-08 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (get_default_person): Use proper way of getting person from the handle. svn: r6592 2006-05-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-05-08 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: get_default_handle() * src/DisplayState.py: use get_default_handle, fix race condition svn: r6591 2006-05-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/GrampsDb/_GrampsDbBase.py: 2006-05-08 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: get_default_handle() * src/DisplayState.py: use get_default_handle, fix race condition svn: r6591 2006-05-09 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_PersonView.py: test case svn: r6590 2006-05-09 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: test case svn: r6590 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/UndoHistory.py: * src/GrampsDb/_GrampsBSDDB.py (load): Better non-TXN support. * src/UndoHistory.py (__init__): Rename list to tree. svn: r6589 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/UndoHistory.py: * src/GrampsDb/_GrampsBSDDB.py (load): Better non-TXN support. * src/UndoHistory.py (__init__): Rename list to tree. svn: r6589 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6588 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6588 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (delete_person_response): Use child_ref. svn: r6587 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py (delete_person_response): Use child_ref. svn: r6587 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsInMemDB.py: Update svn: r6586 2006-05-08 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py: Update svn: r6586 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsInMemDB.py: (GrampsInMemDB._del_*): Prpoper deletes. svn: r6585 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: (GrampsInMemDB._del_*): Prpoper deletes. svn: r6585 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsInMemDB.py: (GrampsInMemDB._del_family): Remove obsolete code. svn: r6584 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: (GrampsInMemDB._del_family): Remove obsolete code. svn: r6584 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Eval.py, gramps2/src/plugins/Leak.py: * src/plugins/Leak.py: Typo. * src/plugins/Eval.py: Convert to ManagedWindow. svn: r6583 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Eval.py, src/plugins/Leak.py: * src/plugins/Leak.py: Typo. * src/plugins/Eval.py: Convert to ManagedWindow. svn: r6583 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add callname to names during upgrade. svn: r6582 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add callname to names during upgrade. svn: r6582 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsInMemDB.py: Update svn: r6581 2006-05-08 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py: Update svn: r6581 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_childref): Typo. svn: r6580 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (start_childref): Typo. svn: r6580 2006-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsInMemDB.py: 2006-05-08 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py (load): Define self.full_name prior to calling open_undodb(). svn: r6579 2006-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsInMemDB.py: 2006-05-08 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsInMemDB.py (load): Define self.full_name prior to calling open_undodb(). svn: r6579 2006-05-08 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6578 2006-05-08 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6578 2006-05-08 Don Allingham <don@gramps-project.org> * gramps2/configure.in: post 2.1.1 svn: r6577 2006-05-08 Don Allingham <don@gramps-project.org> * configure.in: post 2.1.1 svn: r6577 2006-05-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: * configure.in: set for 2.1.1 * src/GrampsDb/_ReadXML.py: call name support * src/GrampsDb/_WriteXML.py: call name support svn: r6576 2006-05-08 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: * configure.in: set for 2.1.1 * src/GrampsDb/_ReadXML.py: call name support * src/GrampsDb/_WriteXML.py: call name support svn: r6576 2006-05-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py: include name and relationship on statusbar svn: r6575 2006-05-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py: include name and relationship on statusbar svn: r6575 2006-05-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/PageView.py, gramps2/src/QuestionDialog.py, gramps2/src/ViewManager.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/Editors/_EditPerson.py, src/PageView.py, src/QuestionDialog.py, src/ViewManager.py: * 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-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in: * POTFILES.in: Add missing file. svn: r6572 2006-05-07 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in: * POTFILES.in: Add missing file. svn: r6572 2006-05-07 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6571 2006-05-07 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6571 2006-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/gramps.pot: 2006-05-06 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update template. * POTFILES.in: Add missing files from RelLib. svn: r6570 2006-05-07 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/POTFILES.in, po/gramps.pot: 2006-05-06 Alex Roitman <shura@gramps-project.org> * gramps.pot: Update template. * POTFILES.in: Add missing files from RelLib. svn: r6570 2006-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsGEDDB.py, gramps2/src/GrampsDb/_GrampsInMemDB.py, gramps2/src/GrampsDb/_GrampsXMLDB.py, gramps2/src/UndoHistory.py, gramps2/src/ViewManager.py: 2006-05-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (load): Use common undodb methods; reset undo history. * src/GrampsDb/_GrampsInMemDB.py (load): Use common undodb methods; reset undo history. * src/GrampsDb/_GrampsXMLDB.py: Minor fix. * src/GrampsDb/_GrampsGEDDB.py: Minor fix. * src/GrampsDb/_GrampsDbBase.py: Undo history support. * src/UndoHistory.py: Fixes and additions. * src/ViewManager.py (post_load): Re-set undo/redo labels. svn: r6569 2006-05-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_GrampsXMLDB.py, src/UndoHistory.py, src/ViewManager.py: 2006-05-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (load): Use common undodb methods; reset undo history. * src/GrampsDb/_GrampsInMemDB.py (load): Use common undodb methods; reset undo history. * src/GrampsDb/_GrampsXMLDB.py: Minor fix. * src/GrampsDb/_GrampsGEDDB.py: Minor fix. * src/GrampsDb/_GrampsDbBase.py: Undo history support. * src/UndoHistory.py: Fixes and additions. * src/ViewManager.py (post_load): Re-set undo/redo labels. svn: r6569 2006-05-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/RelLib/_MediaRef.py: * src/PluginUtils/_ReportUtils.py: fix set_nick_name * src/RelLib/_MediaRef.py: handle initialization of Ref object svn: r6568 2006-05-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py, src/RelLib/_MediaRef.py: * src/PluginUtils/_ReportUtils.py: fix set_nick_name * src/RelLib/_MediaRef.py: handle initialization of Ref object svn: r6568 2006-05-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: handle filter option correctly svn: r6567 2006-05-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: * src/DataViews/_PersonView.py: handle filter option correctly svn: r6567 2006-05-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/DisplayTabs/_SourceEmbedList.py: 2006-05-06 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_SourceEmbedList.py: fix icon * src/DisplayState.py: add relationship calculator option to statusbar svn: r6566 2006-05-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/DisplayTabs/_SourceEmbedList.py: 2006-05-06 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_SourceEmbedList.py: fix icon * src/DisplayState.py: add relationship calculator option to statusbar svn: r6566 2006-05-06 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6565 2006-05-06 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6565 2006-05-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_WebEmbedList.py: 2006-05-05 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_WebEmbedList.py: new icon svn: r6564 2006-05-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs/_WebEmbedList.py: 2006-05-05 Don Allingham <don@gramps-project.org> * src/DisplayTabs/_WebEmbedList.py: new icon svn: r6564 2006-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/glade/gramps.glade: * src/glade/gramps.glade: typo. svn: r6563 2006-05-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/glade/gramps.glade: * src/glade/gramps.glade: typo. svn: r6563 2006-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditSourceRef.py: * src/Editors/_EditSourceRef.py (_create_tabbed_pages): Add data and repository tabs. svn: r6562 2006-05-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditSourceRef.py: * src/Editors/_EditSourceRef.py (_create_tabbed_pages): Add data and repository tabs. svn: r6562 2006-05-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/DisplayTabs/_BackRefList.py, gramps2/src/DisplayTabs/_GrampsTab.py, gramps2/src/DisplayTabs/_NoteTab.py, gramps2/src/glade/gramps.glade: * src/DisplayTabs/_BackRefList.py: handle edit of events * src/DisplayTabs/_NoteTab.py: stock_notes icon * src/DisplayTabs/_GrampsTab.py: handle named icons * src/glade/gramps.glade: hide date edit by default svn: r6561 2006-05-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_NoteTab.py, src/glade/gramps.glade: * src/DisplayTabs/_BackRefList.py: handle edit of events * src/DisplayTabs/_NoteTab.py: stock_notes icon * src/DisplayTabs/_GrampsTab.py: handle named icons * src/glade/gramps.glade: hide date edit by default svn: r6561 2006-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (undo, redo): Add repository map to the tuple of tables. svn: r6560 2006-05-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py (undo, redo): Add repository map to the tuple of tables. svn: r6560 2006-05-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/GrampsWidgets.py: * src/DateEdit.py: ManagedWindow * src/Editors/_EditAddress.py: new DateEdit interface * src/Editors/_EditLdsOrd.py: new DateEdit interface * src/Editors/_EditSourceRef.py: new DateEdit interface * src/Editors/_EditEventRef.py: new DateEdit interface * src/Editors/_EditMedia.py: new DateEdit interface * src/Editors/_EditName.py: new DateEdit interface * src/Editors/_EditEvent.py: new DateEdit interface * src/GrampsWidgets.py: new DateEdit interface svn: r6559 2006-05-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/Editors/_EditAddress.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditName.py, src/Editors/_EditSourceRef.py, src/GrampsWidgets.py: * src/DateEdit.py: ManagedWindow * src/Editors/_EditAddress.py: new DateEdit interface * src/Editors/_EditLdsOrd.py: new DateEdit interface * src/Editors/_EditSourceRef.py: new DateEdit interface * src/Editors/_EditEventRef.py: new DateEdit interface * src/Editors/_EditMedia.py: new DateEdit interface * src/Editors/_EditName.py: new DateEdit interface * src/Editors/_EditEvent.py: new DateEdit interface * src/GrampsWidgets.py: new DateEdit interface svn: r6559 2006-05-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: 2006-05-05 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: import ChildModel svn: r6558 2006-05-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: 2006-05-05 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: import ChildModel svn: r6558 2006-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/Makefile.am, gramps2/src/UndoHistory.py, gramps2/src/ViewManager.py: In .: 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py: Add new file. * src/ViewManager.py: undo history support. * src/GrampsDb/_GrampsDbBase.py (Transaction.__init__): Add timestamp to the transaction. (GrampsDbBase.redo): Update undo history window. (GrampsDbBase.undo): Update undo history window. (GrampsDbBase.transaction_commit): Update undo history window. (GrampsDbBase.transaction_commit): Set transaction timestamp. (GrampsDbBase.__init__): Define undo_history_callback. * src/Makefile.am (gdir_PYTHON): Ship new file. In po: 2006-05-05 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6557 2006-05-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/GrampsDb/_GrampsDbBase.py, src/Makefile.am, src/UndoHistory.py, src/ViewManager.py: In .: 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/UndoHistory.py: Add new file. * src/ViewManager.py: undo history support. * src/GrampsDb/_GrampsDbBase.py (Transaction.__init__): Add timestamp to the transaction. (GrampsDbBase.redo): Update undo history window. (GrampsDbBase.undo): Update undo history window. (GrampsDbBase.transaction_commit): Update undo history window. (GrampsDbBase.transaction_commit): Set transaction timestamp. (GrampsDbBase.__init__): Define undo_history_callback. * src/Makefile.am (gdir_PYTHON): Ship new file. In po: 2006-05-05 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new file. svn: r6557 2006-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add nickname upgrade. svn: r6556 2006-05-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add nickname upgrade. svn: r6556 2006-05-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/MergePeople.py, gramps2/src/RelLib/_AttributeType.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Person.py: nickname/call name changes svn: r6555 2006-05-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/MergePeople.py, src/RelLib/_AttributeType.py, src/RelLib/_Name.py, src/RelLib/_Person.py: nickname/call name changes svn: r6555 2006-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs/_MediaBackRefList.py: 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs/_MediaBackRefList.py: Import model. svn: r6554 2006-05-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs/_MediaBackRefList.py: 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs/_MediaBackRefList.py: Import model. svn: r6554 2006-05-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: add undo history menu item svn: r6553 2006-05-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: add undo history menu item svn: r6553 2006-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/DataViews/_MapView.py: svn: r6552 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/DataViews/_MapView.py: svn: r6552 2006-05-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditSource.py, gramps2/src/glade/edit_person.glade, gramps2/src/glade/gramps.glade: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditPlace.py, src/Editors/_EditSource.py, src/glade/edit_person.glade, src/glade/gramps.glade: * 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 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6550 2006-05-05 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6550 2006-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/gramps.pot, gramps2/src/Makefile.am, gramps2/src/plugins/Makefile.am: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, po/gramps.pot, src/Makefile.am, src/plugins/Makefile.am: 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 Alex Roitman <shura@gramps-project.org> * gramps2/src/Makefile.am: Update svn: r6548 2006-05-05 Alex Roitman <shura@gramps-project.org> * src/Makefile.am: Update svn: r6548 2006-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Filters/Rules/Makefile.am: * src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Add mising files. svn: r6547 2006-05-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Filters/Rules/Makefile.am: * src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Add mising files. svn: r6547 2006-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DisplayTabs.py, gramps2/src/DisplayTabs/Makefile.am, gramps2/src/DisplayTabs/_AddrEmbedList.py, gramps2/src/DisplayTabs/_AddressModel.py, gramps2/src/DisplayTabs/_AttrEmbedList.py, gramps2/src/DisplayTabs/_AttrModel.py, gramps2/src/DisplayTabs/_BackRefList.py, gramps2/src/DisplayTabs/_BackRefModel.py, gramps2/src/DisplayTabs/_ButtonTab.py, gramps2/src/DisplayTabs/_ChildModel.py, gramps2/src/DisplayTabs/_DataEmbedList.py, gramps2/src/DisplayTabs/_DataModel.py, gramps2/src/DisplayTabs/_EmbeddedList.py, gramps2/src/DisplayTabs/_EventBackRefList.py, gramps2/src/DisplayTabs/_EventEmbedList.py, gramps2/src/DisplayTabs/_EventRefModel.py, gramps2/src/DisplayTabs/_FamilyAttrEmbedList.py, gramps2/src/DisplayTabs/_FamilyLdsEmbedList.py, gramps2/src/DisplayTabs/_GalleryTab.py, gramps2/src/DisplayTabs/_GrampsTab.py, gramps2/src/DisplayTabs/_LdsEmbedList.py, gramps2/src/DisplayTabs/_LdsModel.py, gramps2/src/DisplayTabs/_LocationEmbedList.py, gramps2/src/DisplayTabs/_LocationModel.py, gramps2/src/DisplayTabs/_MediaBackRefList.py, gramps2/src/DisplayTabs/_NameEmbedList.py, gramps2/src/DisplayTabs/_NameModel.py, gramps2/src/DisplayTabs/_NoteTab.py, gramps2/src/DisplayTabs/_PersonEventEmbedList.py, gramps2/src/DisplayTabs/_PersonRefEmbedList.py, gramps2/src/DisplayTabs/_PersonRefModel.py, gramps2/src/DisplayTabs/_PlaceBackRefList.py, gramps2/src/DisplayTabs/_RepoEmbedList.py, gramps2/src/DisplayTabs/_RepoRefModel.py, gramps2/src/DisplayTabs/_SourceBackRefList.py, gramps2/src/DisplayTabs/_SourceEmbedList.py, gramps2/src/DisplayTabs/_SourceRefModel.py, gramps2/src/DisplayTabs/_WebEmbedList.py, gramps2/src/DisplayTabs/_WebModel.py, gramps2/src/DisplayTabs/__init__.py, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py: In .: 2006-05-04 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs.py: remove file. * src/DisplayTabs: Add package. In po: 2006-05-04 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6546 2006-05-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/POTFILES.in, src/DisplayTabs.py, src/DisplayTabs/Makefile.am, src/DisplayTabs/_AddrEmbedList.py, src/DisplayTabs/_AddressModel.py, src/DisplayTabs/_AttrEmbedList.py, src/DisplayTabs/_AttrModel.py, src/DisplayTabs/_BackRefList.py, src/DisplayTabs/_BackRefModel.py, src/DisplayTabs/_ButtonTab.py, src/DisplayTabs/_ChildModel.py, src/DisplayTabs/_DataEmbedList.py, src/DisplayTabs/_DataModel.py, src/DisplayTabs/_EmbeddedList.py, src/DisplayTabs/_EventBackRefList.py, src/DisplayTabs/_EventEmbedList.py, src/DisplayTabs/_EventRefModel.py, src/DisplayTabs/_FamilyAttrEmbedList.py, src/DisplayTabs/_FamilyLdsEmbedList.py, src/DisplayTabs/_GalleryTab.py, src/DisplayTabs/_GrampsTab.py, src/DisplayTabs/_LdsEmbedList.py, src/DisplayTabs/_LdsModel.py, src/DisplayTabs/_LocationEmbedList.py, src/DisplayTabs/_LocationModel.py, src/DisplayTabs/_MediaBackRefList.py, src/DisplayTabs/_NameEmbedList.py, src/DisplayTabs/_NameModel.py, src/DisplayTabs/_NoteTab.py, src/DisplayTabs/_PersonEventEmbedList.py, src/DisplayTabs/_PersonRefEmbedList.py, src/DisplayTabs/_PersonRefModel.py, src/DisplayTabs/_PlaceBackRefList.py, src/DisplayTabs/_RepoEmbedList.py, src/DisplayTabs/_RepoRefModel.py, src/DisplayTabs/_SourceBackRefList.py, src/DisplayTabs/_SourceEmbedList.py, src/DisplayTabs/_SourceRefModel.py, src/DisplayTabs/_WebEmbedList.py, src/DisplayTabs/_WebModel.py, src/DisplayTabs/__init__.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py: In .: 2006-05-04 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs.py: remove file. * src/DisplayTabs: Add package. In po: 2006-05-04 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6546 2006-05-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: 2006-05-04 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: start of filter sidebar svn: r6545 2006-05-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: 2006-05-04 Don Allingham <don@gramps-project.org> * src/DataViews/_PersonView.py: start of filter sidebar svn: r6545 2006-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: (DataEmbedList): Hook up data map for sources. svn: r6544 2006-05-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs.py: (DataEmbedList): Hook up data map for sources. svn: r6544 2006-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/SelectEvent.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/SelectSource.py: 2006-05-04 Alex Roitman <shura@gramps-project.org> * src/SelectObject.py: Convert to managed window. * src/SelectEvent.py: Convert to managed window. * src/SelectSource.py: Convert to managed window. * src/DisplayTabs.py: Properly call selectors. svn: r6543 2006-05-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/SelectEvent.py, src/SelectObject.py, src/SelectPerson.py, src/SelectSource.py: 2006-05-04 Alex Roitman <shura@gramps-project.org> * src/SelectObject.py: Convert to managed window. * src/SelectEvent.py: Convert to managed window. * src/SelectSource.py: Convert to managed window. * src/DisplayTabs.py: Properly call selectors. svn: r6543 2006-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: * src/DisplayTabs.py (NoteTab.build_interface): Add spacing to radiobuttons. svn: r6542 2006-05-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs.py: * src/DisplayTabs.py (NoteTab.build_interface): Add spacing to radiobuttons. svn: r6542 2006-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReorderIds.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReorderIds.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Tool.py, gramps2/src/ViewManager.py, gramps2/src/glade/gramps.glade, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReorderIds.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Tool.py, src/ViewManager.py, src/glade/gramps.glade, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/PatchNames.py, src/plugins/ReorderIds.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: 2006-05-03 Don Allingham <don@gramps-project.org> * src/ViewManager.py: do a better job of building the buttons. svn: r6539 2006-05-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: 2006-05-03 Don Allingham <don@gramps-project.org> * src/ViewManager.py: do a better job of building the buttons. svn: r6539 2006-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: svn: r6538 2006-05-04 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: svn: r6538 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ViewManager.py: (GrampsDbBase.transaction_begin): No aborting after batch transaction. (GrampsBSDDB.transaction_begin): No aborting after batch transaction. svn: r6537 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/ViewManager.py: (GrampsDbBase.transaction_begin): No aborting after batch transaction. (GrampsBSDDB.transaction_begin): No aborting after batch transaction. svn: r6537 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsInMemDB.py, gramps2/src/ViewManager.py: * src/GrampsDb/_GrampsInMemDB.py (abort_changes): Remove method. * src/GrampsDb/_GrampsDbBase.py (abort_changes): Remove method. * src/GrampsDb/_GrampsBSDDB.py (undo,redo): Use the status from GrampsDbBase undo/redo; (abort_changes): Remove method. * src/ViewManager.py (abort): Add method for abandoning changes. svn: r6536 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py, src/ViewManager.py: * src/GrampsDb/_GrampsInMemDB.py (abort_changes): Remove method. * src/GrampsDb/_GrampsDbBase.py (abort_changes): Remove method. * src/GrampsDb/_GrampsBSDDB.py (undo,redo): Use the status from GrampsDbBase undo/redo; (abort_changes): Remove method. * src/ViewManager.py (abort): Add method for abandoning changes. svn: r6536 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/_PersonView.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/DataViews/_PersonView.py: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/Config/gen_schema_keys.py, gramps2/src/Filters/Rules/Person/Makefile.am, gramps2/src/GrampsCfg.py, gramps2/src/ViewManager.py: sidebar-text option svn: r6534 2006-05-03 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/Config/_GrampsGconfKeys.py, src/Config/gen_schema_keys.py, src/Filters/Rules/Person/Makefile.am, src/GrampsCfg.py, src/ViewManager.py: sidebar-text option svn: r6534 2006-05-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py: update RelView with db changes svn: r6533 2006-05-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py: update RelView with db changes svn: r6533 2006-05-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/ViewManager.py: Move ColumnEdit to local svn: r6532 2006-05-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/ViewManager.py: Move ColumnEdit to local svn: r6532 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPlace.py: 2006-05-03 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditPlace.py (_setup_fields): Typo. svn: r6531 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditPlace.py: 2006-05-03 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditPlace.py (_setup_fields): Typo. svn: r6531 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/configure.in, gramps2/po/POTFILES.in, gramps2/src/Filters/Rules/_HasTextMatchingSubstringOf.py: svn: r6530 2006-05-03 Alex Roitman <shura@gramps-project.org> * configure.in, po/POTFILES.in, src/Filters/Rules/_HasTextMatchingSubstringOf.py: svn: r6530 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/Rules/Event/Makefile.am, gramps2/src/Filters/Rules/Event/__init__.py, gramps2/src/Filters/Rules/Family/Makefile.am, gramps2/src/Filters/Rules/Family/__init__.py, gramps2/src/Filters/Rules/Makefile.am, gramps2/src/Filters/Rules/Media/Makefile.am, gramps2/src/Filters/Rules/Media/__init__.py, gramps2/src/Filters/Rules/Person/Makefile.am, gramps2/src/Filters/Rules/Person/_Disconnected.py, gramps2/src/Filters/Rules/Person/_Everyone.py, gramps2/src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py, gramps2/src/Filters/Rules/Person/_HasAttribute.py, gramps2/src/Filters/Rules/Person/_HasBirth.py, gramps2/src/Filters/Rules/Person/_HasCommonAncestorWith.py, gramps2/src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch. py, gramps2/src/Filters/Rules/Person/_HasCompleteRecord.py, gramps2/src/Filters/Rules/Person/_HasDeath.py, gramps2/src/Filters/Rules/Person/_HasEvent.py, gramps2/src/Filters/Rules/Person/_HasFamilyAttribute.py, gramps2/src/Filters/Rules/Person/_HasFamilyEvent.py, gramps2/src/Filters/Rules/Person/_HasIdOf.py, gramps2/src/Filters/Rules/Person/_HasNameOf.py, gramps2/src/Filters/Rules/Person/_HasNote.py, gramps2/src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/Person/_HasRelationship.py, gramps2/src/Filters/Rules/Person/_HasSourceOf.py, gramps2/src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py, gramps2/src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, gramps2/src/Filters/Rules/Person/_HasUnknownGender.py, gramps2/src/Filters/Rules/Person/_HaveAltFamilies.py, gramps2/src/Filters/Rules/Person/_HaveChildren.py, gramps2/src/Filters/Rules/Person/_HavePhotos.py, gramps2/src/Filters/Rules/Person/_IncompleteNames.py, gramps2/src/Filters/Rules/Person/_IsAncestorOf.py, gramps2/src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsBookmarked.py, gramps2/src/Filters/Rules/Person/_IsChildOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsDefaultPerson.py, gramps2/src/Filters/Rules/Person/_IsDescendantFamilyOf.py, gramps2/src/Filters/Rules/Person/_IsDescendantOf.py, gramps2/src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsFemale.py, gramps2/src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf .py, gramps2/src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf Bookmarked.py, gramps2/src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf DefaultPerson.py, gramps2/src/Filters/Rules/Person/_IsLessThanNthGenerationDescendant Of.py, gramps2/src/Filters/Rules/Person/_IsMale.py, gramps2/src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf .py, gramps2/src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendant Of.py, gramps2/src/Filters/Rules/Person/_IsParentOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py, gramps2/src/Filters/Rules/Person/_IsWitness.py, gramps2/src/Filters/Rules/Person/_MatchesFilter.py, gramps2/src/Filters/Rules/Person/_MultipleMarriages.py, gramps2/src/Filters/Rules/Person/_NeverMarried.py, gramps2/src/Filters/Rules/Person/_NoBirthdate.py, gramps2/src/Filters/Rules/Person/_PeoplePrivate.py, gramps2/src/Filters/Rules/Person/_PersonWithIncompleteEvent.py, gramps2/src/Filters/Rules/Person/_ProbablyAlive.py, gramps2/src/Filters/Rules/Person/_RelationshipPathBetween.py, gramps2/src/Filters/Rules/Person/_SearchName.py, gramps2/src/Filters/Rules/Person/__init__.py, gramps2/src/Filters/Rules/Place/Makefile.am, gramps2/src/Filters/Rules/Place/__init__.py, gramps2/src/Filters/Rules/Repository/Makefile.am, gramps2/src/Filters/Rules/Repository/__init__.py, gramps2/src/Filters/Rules/Source/Makefile.am, gramps2/src/Filters/Rules/Source/__init__.py, gramps2/src/Filters/Rules/_Disconnected.py, gramps2/src/Filters/Rules/_Everyone.py, gramps2/src/Filters/Rules/_Everything.py, gramps2/src/Filters/Rules/_FamilyWithIncompleteEvent.py, gramps2/src/Filters/Rules/_HasAttribute.py, gramps2/src/Filters/Rules/_HasBirth.py, gramps2/src/Filters/Rules/_HasCommonAncestorWith.py, gramps2/src/Filters/Rules/_HasCommonAncestorWithFilterMatch.py, gramps2/src/Filters/Rules/_HasCompleteRecord.py, gramps2/src/Filters/Rules/_HasDeath.py, gramps2/src/Filters/Rules/_HasEvent.py, gramps2/src/Filters/Rules/_HasFamilyAttribute.py, gramps2/src/Filters/Rules/_HasFamilyEvent.py, gramps2/src/Filters/Rules/_HasIdOf.py, gramps2/src/Filters/Rules/_HasNameOf.py, gramps2/src/Filters/Rules/_HasNote.py, gramps2/src/Filters/Rules/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/_HasRelationship.py, gramps2/src/Filters/Rules/_HasSourceOf.py, gramps2/src/Filters/Rules/_HasTextMatchingRegexpOf.py, gramps2/src/Filters/Rules/_HasTextMatchingSubstringOf.py, gramps2/src/Filters/Rules/_HasUnknownGender.py, gramps2/src/Filters/Rules/_HaveAltFamilies.py, gramps2/src/Filters/Rules/_HaveChildren.py, gramps2/src/Filters/Rules/_HavePhotos.py, gramps2/src/Filters/Rules/_IncompleteNames.py, gramps2/src/Filters/Rules/_IsAncestorOf.py, gramps2/src/Filters/Rules/_IsAncestorOfFilterMatch.py, gramps2/src/Filters/Rules/_IsBookmarked.py, gramps2/src/Filters/Rules/_IsChildOfFilterMatch.py, gramps2/src/Filters/Rules/_IsDefaultPerson.py, gramps2/src/Filters/Rules/_IsDescendantFamilyOf.py, gramps2/src/Filters/Rules/_IsDescendantOf.py, gramps2/src/Filters/Rules/_IsDescendantOfFilterMatch.py, gramps2/src/Filters/Rules/_IsFemale.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationAncestorOf.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationAncestorOfBookmar ked.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationAncestorOfDefault Person.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationDescendantOf.py, gramps2/src/Filters/Rules/_IsMale.py, gramps2/src/Filters/Rules/_IsMoreThanNthGenerationAncestorOf.py, gramps2/src/Filters/Rules/_IsMoreThanNthGenerationDescendantOf.py, gramps2/src/Filters/Rules/_IsParentOfFilterMatch.py, gramps2/src/Filters/Rules/_IsPrivate.py, gramps2/src/Filters/Rules/_IsSiblingOfFilterMatch.py, gramps2/src/Filters/Rules/_IsSpouseOfFilterMatch.py, gramps2/src/Filters/Rules/_IsWitness.py, gramps2/src/Filters/Rules/_MatchesFilter.py, gramps2/src/Filters/Rules/_MultipleMarriages.py, gramps2/src/Filters/Rules/_NeverMarried.py, gramps2/src/Filters/Rules/_NoBirthdate.py, gramps2/src/Filters/Rules/_PeoplePrivate.py, gramps2/src/Filters/Rules/_PersonWithIncompleteEvent.py, gramps2/src/Filters/Rules/_ProbablyAlive.py, gramps2/src/Filters/Rules/_RelationshipPathBetween.py, gramps2/src/Filters/Rules/_SearchName.py, gramps2/src/Filters/Rules/__init__.py, gramps2/src/Filters/_FilterList.py, gramps2/src/Filters/_FilterParser.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/PageView.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py: * src/Filters/Rules/*: Add object-specific rules. svn: r6529 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/Rules/Event/Makefile.am, src/Filters/Rules/Event/__init__.py, src/Filters/Rules/Family/Makefile.am, src/Filters/Rules/Family/__init__.py, src/Filters/Rules/Makefile.am, src/Filters/Rules/Media/Makefile.am, src/Filters/Rules/Media/__init__.py, src/Filters/Rules/Person/Makefile.am, src/Filters/Rules/Person/_Disconnected.py, src/Filters/Rules/Person/_Everyone.py, src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py, src/Filters/Rules/Person/_HasAttribute.py, src/Filters/Rules/Person/_HasBirth.py, src/Filters/Rules/Person/_HasCommonAncestorWith.py, src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/Person/_HasCompleteRecord.py, src/Filters/Rules/Person/_HasDeath.py, src/Filters/Rules/Person/_HasEvent.py, src/Filters/Rules/Person/_HasFamilyAttribute.py, src/Filters/Rules/Person/_HasFamilyEvent.py, src/Filters/Rules/Person/_HasIdOf.py, src/Filters/Rules/Person/_HasNameOf.py, src/Filters/Rules/Person/_HasNote.py, src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/Person/_HasRelationship.py, src/Filters/Rules/Person/_HasSourceOf.py, src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py, src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py, src/Filters/Rules/Person/_HasUnknownGender.py, src/Filters/Rules/Person/_HaveAltFamilies.py, src/Filters/Rules/Person/_HaveChildren.py, src/Filters/Rules/Person/_HavePhotos.py, src/Filters/Rules/Person/_IncompleteNames.py, src/Filters/Rules/Person/_IsAncestorOf.py, src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py, src/Filters/Rules/Person/_IsBookmarked.py, src/Filters/Rules/Person/_IsChildOfFilterMatch.py, src/Filters/Rules/Person/_IsDefaultPerson.py, src/Filters/Rules/Person/_IsDescendantFamilyOf.py, src/Filters/Rules/Person/_IsDescendantOf.py, src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py, src/Filters/Rules/Person/_IsFemale.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmark ed.py, src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultP erson.py, src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsMale.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/Person/_IsParentOfFilterMatch.py, src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py, src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py, src/Filters/Rules/Person/_IsWitness.py, src/Filters/Rules/Person/_MatchesFilter.py, src/Filters/Rules/Person/_MultipleMarriages.py, src/Filters/Rules/Person/_NeverMarried.py, src/Filters/Rules/Person/_NoBirthdate.py, src/Filters/Rules/Person/_PeoplePrivate.py, src/Filters/Rules/Person/_PersonWithIncompleteEvent.py, src/Filters/Rules/Person/_ProbablyAlive.py, src/Filters/Rules/Person/_RelationshipPathBetween.py, src/Filters/Rules/Person/_SearchName.py, src/Filters/Rules/Person/__init__.py, src/Filters/Rules/Place/Makefile.am, src/Filters/Rules/Place/__init__.py, src/Filters/Rules/Repository/Makefile.am, src/Filters/Rules/Repository/__init__.py, src/Filters/Rules/Source/Makefile.am, src/Filters/Rules/Source/__init__.py, src/Filters/Rules/_Disconnected.py, src/Filters/Rules/_Everyone.py, src/Filters/Rules/_Everything.py, src/Filters/Rules/_FamilyWithIncompleteEvent.py, src/Filters/Rules/_HasAttribute.py, src/Filters/Rules/_HasBirth.py, src/Filters/Rules/_HasCommonAncestorWith.py, src/Filters/Rules/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/_HasCompleteRecord.py, src/Filters/Rules/_HasDeath.py, src/Filters/Rules/_HasEvent.py, src/Filters/Rules/_HasFamilyAttribute.py, src/Filters/Rules/_HasFamilyEvent.py, src/Filters/Rules/_HasIdOf.py, src/Filters/Rules/_HasNameOf.py, src/Filters/Rules/_HasNote.py, src/Filters/Rules/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/_HasRelationship.py, src/Filters/Rules/_HasSourceOf.py, src/Filters/Rules/_HasTextMatchingRegexpOf.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_HasUnknownGender.py, src/Filters/Rules/_HaveAltFamilies.py, src/Filters/Rules/_HaveChildren.py, src/Filters/Rules/_HavePhotos.py, src/Filters/Rules/_IncompleteNames.py, src/Filters/Rules/_IsAncestorOf.py, src/Filters/Rules/_IsAncestorOfFilterMatch.py, src/Filters/Rules/_IsBookmarked.py, src/Filters/Rules/_IsChildOfFilterMatch.py, src/Filters/Rules/_IsDefaultPerson.py, src/Filters/Rules/_IsDescendantFamilyOf.py, src/Filters/Rules/_IsDescendantOf.py, src/Filters/Rules/_IsDescendantOfFilterMatch.py, src/Filters/Rules/_IsFemale.py, src/Filters/Rules/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/_IsLessThanNthGenerationAncestorOfBookmarked.py, src/Filters/Rules/_IsLessThanNthGenerationAncestorOfDefaultPerson.p y, src/Filters/Rules/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/_IsMale.py, src/Filters/Rules/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/_IsParentOfFilterMatch.py, src/Filters/Rules/_IsPrivate.py, src/Filters/Rules/_IsSiblingOfFilterMatch.py, src/Filters/Rules/_IsSpouseOfFilterMatch.py, src/Filters/Rules/_IsWitness.py, src/Filters/Rules/_MatchesFilter.py, src/Filters/Rules/_MultipleMarriages.py, src/Filters/Rules/_NeverMarried.py, src/Filters/Rules/_NoBirthdate.py, src/Filters/Rules/_PeoplePrivate.py, src/Filters/Rules/_PersonWithIncompleteEvent.py, src/Filters/Rules/_ProbablyAlive.py, src/Filters/Rules/_RelationshipPathBetween.py, src/Filters/Rules/_SearchName.py, src/Filters/Rules/__init__.py, src/Filters/_FilterList.py, src/Filters/_FilterParser.py, src/GrampsDb/_WriteGedcom.py, src/ObjectSelector/_PersonFilterFrame.py, src/PageView.py, src/PluginUtils/_Report.py, src/plugins/Calendar.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: * src/Filters/Rules/*: Add object-specific rules. svn: r6529 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6528 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6528 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: * src/GrampsWidgets.py (WarnButton): Replace event box with button. svn: r6527 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: * src/GrampsWidgets.py (WarnButton): Replace event box with button. svn: r6527 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py: * src/GrampsWidgets.py (IconButton): Replace event box with button. svn: r6526 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsWidgets.py: * src/GrampsWidgets.py (IconButton): Replace event box with button. svn: r6526 2006-05-03 Alex Roitman <shura@gramps-project.org> * : svn: r6525 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/Filters/Makefile.am: Update svn: r6524 2006-05-03 Alex Roitman <shura@gramps-project.org> * src/Filters/Makefile.am: Update svn: r6524 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/Filters/Makefile.am: Update svn: r6523 2006-05-03 Alex Roitman <shura@gramps-project.org> * src/Filters/Makefile.am: Update svn: r6523 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/POTFILES.in: In .: * configure.in: Generate new Makefiles. In po: 2006-05-02 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6522 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/POTFILES.in: In .: * configure.in: Generate new Makefiles. In po: 2006-05-02 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6522 2006-05-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Filters/Makefile.am, gramps2/src/Filters/Rules/Makefile.am, gramps2/src/Filters/Rules/_Disconnected.py, gramps2/src/Filters/Rules/_Everyone.py, gramps2/src/Filters/Rules/_FamilyWithIncompleteEvent.py, gramps2/src/Filters/Rules/_HasAttribute.py, gramps2/src/Filters/Rules/_HasBirth.py, gramps2/src/Filters/Rules/_HasCommonAncestorWith.py, gramps2/src/Filters/Rules/_HasCommonAncestorWithFilterMatch.py, gramps2/src/Filters/Rules/_HasCompleteRecord.py, gramps2/src/Filters/Rules/_HasDeath.py, gramps2/src/Filters/Rules/_HasEvent.py, gramps2/src/Filters/Rules/_HasFamilyAttribute.py, gramps2/src/Filters/Rules/_HasFamilyEvent.py, gramps2/src/Filters/Rules/_HasIdOf.py, gramps2/src/Filters/Rules/_HasNameOf.py, gramps2/src/Filters/Rules/_HasNote.py, gramps2/src/Filters/Rules/_HasNoteMatchingSubstringOf.py, gramps2/src/Filters/Rules/_HasRelationship.py, gramps2/src/Filters/Rules/_HasSourceOf.py, gramps2/src/Filters/Rules/_HasTextMatchingRegexpOf.py, gramps2/src/Filters/Rules/_HasTextMatchingSubstringOf.py, gramps2/src/Filters/Rules/_HasUnknownGender.py, gramps2/src/Filters/Rules/_HaveAltFamilies.py, gramps2/src/Filters/Rules/_HaveChildren.py, gramps2/src/Filters/Rules/_HavePhotos.py, gramps2/src/Filters/Rules/_IncompleteNames.py, gramps2/src/Filters/Rules/_IsAncestorOf.py, gramps2/src/Filters/Rules/_IsAncestorOfFilterMatch.py, gramps2/src/Filters/Rules/_IsBookmarked.py, gramps2/src/Filters/Rules/_IsChildOfFilterMatch.py, gramps2/src/Filters/Rules/_IsDefaultPerson.py, gramps2/src/Filters/Rules/_IsDescendantFamilyOf.py, gramps2/src/Filters/Rules/_IsDescendantOf.py, gramps2/src/Filters/Rules/_IsDescendantOfFilterMatch.py, gramps2/src/Filters/Rules/_IsFemale.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationAncestorOf.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationAncestorOfBookmar ked.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationAncestorOfDefault Person.py, gramps2/src/Filters/Rules/_IsLessThanNthGenerationDescendantOf.py, gramps2/src/Filters/Rules/_IsMale.py, gramps2/src/Filters/Rules/_IsMoreThanNthGenerationAncestorOf.py, gramps2/src/Filters/Rules/_IsMoreThanNthGenerationDescendantOf.py, gramps2/src/Filters/Rules/_IsParentOfFilterMatch.py, gramps2/src/Filters/Rules/_IsSiblingOfFilterMatch.py, gramps2/src/Filters/Rules/_IsSpouseOfFilterMatch.py, gramps2/src/Filters/Rules/_IsWitness.py, gramps2/src/Filters/Rules/_MatchesFilter.py, gramps2/src/Filters/Rules/_MultipleMarriages.py, gramps2/src/Filters/Rules/_NeverMarried.py, gramps2/src/Filters/Rules/_NoBirthdate.py, gramps2/src/Filters/Rules/_PeoplePrivate.py, gramps2/src/Filters/Rules/_PersonWithIncompleteEvent.py, gramps2/src/Filters/Rules/_ProbablyAlive.py, gramps2/src/Filters/Rules/_RelationshipPathBetween.py, gramps2/src/Filters/Rules/_Rule.py, gramps2/src/Filters/Rules/_RuleUtils.py, gramps2/src/Filters/Rules/_SearchName.py, gramps2/src/Filters/Rules/__init__.py, gramps2/src/Filters/_FilterComboBox.py, gramps2/src/Filters/_FilterList.py, gramps2/src/Filters/_FilterMenu.py, gramps2/src/Filters/_FilterParser.py, gramps2/src/Filters/_FilterStore.py, gramps2/src/Filters/_FilterWidget.py, gramps2/src/Filters/_GenericFilter.py, gramps2/src/Filters/_ParamFilter.py, gramps2/src/Filters/__init__.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/Makefile.am, gramps2/src/ObjectSelector/_FilterFrameBase.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/PageView.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py: * src/GenericFilters.py: Remove. * src/Filters: Move filtering to its own package. svn: r6521 2006-05-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Filters/Makefile.am, src/Filters/Rules/Makefile.am, src/Filters/Rules/_Disconnected.py, src/Filters/Rules/_Everyone.py, src/Filters/Rules/_FamilyWithIncompleteEvent.py, src/Filters/Rules/_HasAttribute.py, src/Filters/Rules/_HasBirth.py, src/Filters/Rules/_HasCommonAncestorWith.py, src/Filters/Rules/_HasCommonAncestorWithFilterMatch.py, src/Filters/Rules/_HasCompleteRecord.py, src/Filters/Rules/_HasDeath.py, src/Filters/Rules/_HasEvent.py, src/Filters/Rules/_HasFamilyAttribute.py, src/Filters/Rules/_HasFamilyEvent.py, src/Filters/Rules/_HasIdOf.py, src/Filters/Rules/_HasNameOf.py, src/Filters/Rules/_HasNote.py, src/Filters/Rules/_HasNoteMatchingSubstringOf.py, src/Filters/Rules/_HasRelationship.py, src/Filters/Rules/_HasSourceOf.py, src/Filters/Rules/_HasTextMatchingRegexpOf.py, src/Filters/Rules/_HasTextMatchingSubstringOf.py, src/Filters/Rules/_HasUnknownGender.py, src/Filters/Rules/_HaveAltFamilies.py, src/Filters/Rules/_HaveChildren.py, src/Filters/Rules/_HavePhotos.py, src/Filters/Rules/_IncompleteNames.py, src/Filters/Rules/_IsAncestorOf.py, src/Filters/Rules/_IsAncestorOfFilterMatch.py, src/Filters/Rules/_IsBookmarked.py, src/Filters/Rules/_IsChildOfFilterMatch.py, src/Filters/Rules/_IsDefaultPerson.py, src/Filters/Rules/_IsDescendantFamilyOf.py, src/Filters/Rules/_IsDescendantOf.py, src/Filters/Rules/_IsDescendantOfFilterMatch.py, src/Filters/Rules/_IsFemale.py, src/Filters/Rules/_IsLessThanNthGenerationAncestorOf.py, src/Filters/Rules/_IsLessThanNthGenerationAncestorOfBookmarked.py, src/Filters/Rules/_IsLessThanNthGenerationAncestorOfDefaultPerson.p y, src/Filters/Rules/_IsLessThanNthGenerationDescendantOf.py, src/Filters/Rules/_IsMale.py, src/Filters/Rules/_IsMoreThanNthGenerationAncestorOf.py, src/Filters/Rules/_IsMoreThanNthGenerationDescendantOf.py, src/Filters/Rules/_IsParentOfFilterMatch.py, src/Filters/Rules/_IsSiblingOfFilterMatch.py, src/Filters/Rules/_IsSpouseOfFilterMatch.py, src/Filters/Rules/_IsWitness.py, src/Filters/Rules/_MatchesFilter.py, src/Filters/Rules/_MultipleMarriages.py, src/Filters/Rules/_NeverMarried.py, src/Filters/Rules/_NoBirthdate.py, src/Filters/Rules/_PeoplePrivate.py, src/Filters/Rules/_PersonWithIncompleteEvent.py, src/Filters/Rules/_ProbablyAlive.py, src/Filters/Rules/_RelationshipPathBetween.py, src/Filters/Rules/_Rule.py, src/Filters/Rules/_RuleUtils.py, src/Filters/Rules/_SearchName.py, src/Filters/Rules/__init__.py, src/Filters/_FilterComboBox.py, src/Filters/_FilterList.py, src/Filters/_FilterMenu.py, src/Filters/_FilterParser.py, src/Filters/_FilterStore.py, src/Filters/_FilterWidget.py, src/Filters/_GenericFilter.py, src/Filters/_ParamFilter.py, src/Filters/__init__.py, src/GenericFilter.py, src/GrampsDb/_WriteGedcom.py, src/Makefile.am, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_PersonFilterFrame.py, src/PageView.py, src/PluginUtils/_Report.py, src/PluginUtils/_Tool.py, src/plugins/Calendar.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/NarrativeWeb.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: * src/GenericFilters.py: Remove. * src/Filters: Move filtering to its own package. svn: r6521 2006-05-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py: 2006-05-02 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: add family-warn back in * data/gramps.schemas.in: add family-warn back in svn: r6520 2006-05-02 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py: 2006-05-02 Don Allingham <don@gramps-project.org> * src/Config/_GrampsConfigKeys.py: add family-warn back in * data/gramps.schemas.in: add family-warn back in svn: r6520 2006-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_BaseObject.py: * src/RelLib/_BaseObject.py (PrivacyBase): Remove class, as it already has its own module. svn: r6519 2006-05-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_BaseObject.py: * src/RelLib/_BaseObject.py (PrivacyBase): Remove class, as it already has its own module. svn: r6519 2006-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py: * src/AutoComp.py (StandardCustomSelector.fill): Adapt to new types. svn: r6518 2006-05-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AutoComp.py: * src/AutoComp.py (StandardCustomSelector.fill): Adapt to new types. svn: r6518 2006-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add broken witness note. svn: r6517 2006-05-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add broken witness note. svn: r6517 2006-05-02 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6516 2006-05-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6516 2006-05-02 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6515 2006-05-02 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6515 2006-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/PageView.py: Update svn: r6514 2006-05-02 Alex Roitman <shura@gramps-project.org> * src/PageView.py: Update svn: r6514 2006-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_MapView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/PageView.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/PageView.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_sk.py: * src/plugins/rel_sk.py: Typo. svn: r6512 2006-05-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_sk.py: * src/plugins/rel_sk.py: Typo. svn: r6512 2006-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Skip broken witness. svn: r6511 2006-05-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Skip broken witness. svn: r6511 2006-05-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/Config/_GrampsConfigKeys.py, src/DataViews/_PersonView.py, src/PageView.py, src/ViewManager.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsDbBase.py: Update svn: r6509 2006-05-02 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: Update svn: r6509 2006-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: Update svn: r6508 2006-05-02 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Update svn: r6508 2006-05-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_MediaObject.py, gramps2/src/RelLib/_Place.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_Source.py: * src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly loop over all primary classes looking for a given handle. * src/RelLib/_Source.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_MediaObject.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_Place.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_Repository.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_Event.py (serialize, unserialize): properly save and restore marker. svn: r6507 2006-05-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/RelLib/_Event.py, src/RelLib/_MediaObject.py, src/RelLib/_Place.py, src/RelLib/_Repository.py, src/RelLib/_Source.py: * src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly loop over all primary classes looking for a given handle. * src/RelLib/_Source.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_MediaObject.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_Place.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_Repository.py (serialize, unserialize): properly save and restore marker. * src/RelLib/_Event.py (serialize, unserialize): properly save and restore marker. svn: r6507 2006-05-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPersonRef.py: fix selectperson call svn: r6506 2006-05-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPersonRef.py: fix selectperson call svn: r6506 2006-05-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py: expand/collapse all nodes in Person View svn: r6505 2006-05-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py: expand/collapse all nodes in Person View svn: r6505 2006-05-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/check_po, gramps2/src/ArgHandler.py, gramps2/src/DateHandler/Makefile.am, gramps2/src/DateHandler/_DateDisplay.py, gramps2/src/DateHandler/_DateParser.py, gramps2/src/DateHandler/_Date_de.py, gramps2/src/DateHandler/_Date_es.py, gramps2/src/DateHandler/_Date_fi.py, gramps2/src/DateHandler/_Date_fr.py, gramps2/src/DateHandler/_Date_lt.py, gramps2/src/DateHandler/_Date_nl.py, gramps2/src/DateHandler/_Date_ru.py, gramps2/src/DateHandler/_Date_sk.py, gramps2/src/DateHandler/_Date_sv.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/QuestionDialog.py, gramps2/src/RelLib/_Person.py, gramps2/src/Spell.py, gramps2/src/Utils.py, gramps2/src/date_test.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_sk.py, gramps2/test/dates.sh, gramps2/test/impex.sh: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, po/check_po, src/ArgHandler.py, src/DateHandler/Makefile.am, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sk.py, src/DateHandler/_Date_sv.py, src/GenericFilter.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py, src/QuestionDialog.py, src/RelLib/_Person.py, src/Spell.py, src/Utils.py, src/date_test.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/DesGraph.py, src/plugins/DescendChart.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/NarrativeWeb.py, src/plugins/WritePkg.py, src/plugins/rel_hu.py, src/plugins/rel_sk.py, test/dates.sh, test/impex.sh: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py: 2006-04-30 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py (Verify.run_tool): Typo. svn: r6503 2006-05-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py: 2006-04-30 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py (Verify.run_tool): Typo. svn: r6503 2006-04-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/GrampsWidgets.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/GrampsWidgets.py: 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 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/CountAncestors.py: * src/plugins/CountAncestors.py: Use positive numbers for generations to be consistent with the rest of GRAMPS svn: r6501 2006-04-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/CountAncestors.py: * src/plugins/CountAncestors.py: Use positive numbers for generations to be consistent with the rest of GRAMPS svn: r6501 2006-04-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_Person.py: 2006-04-30 Don Allingham <don@gramps-project.org> * src/RelLib/_Person.py: prevent duplicate entries in family lists svn: r6500 2006-04-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/_Person.py: 2006-04-30 Don Allingham <don@gramps-project.org> * src/RelLib/_Person.py: prevent duplicate entries in family lists svn: r6500 2006-04-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/Editors/_EditFamily.py, gramps2/src/docgen/Makefile.am: * src/Editors/_EditFamily.py: fix Select Person calls * src/docgen/Makefile.am: add ODSDoc.py * po/POTFILES.in: add ODSDoc.py svn: r6499 2006-04-30 Don Allingham <don@gramps-project.org> * ChangeLog, po/POTFILES.in, src/Editors/_EditFamily.py, src/docgen/Makefile.am: * src/Editors/_EditFamily.py: fix Select Person calls * src/docgen/Makefile.am: add ODSDoc.py * po/POTFILES.in: add ODSDoc.py svn: r6499 2006-04-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: 2006-04-29 Don Allingham <don@gramps-project.org> * src/NEWS: Updated for 2.1.0 release svn: r6498 2006-04-30 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS: 2006-04-29 Don Allingham <don@gramps-project.org> * src/NEWS: Updated for 2.1.0 release svn: r6498 2006-04-30 Don Allingham <don@gramps-project.org> * gramps2/Makefile.am, gramps2/configure.in, gramps2/po/POTFILES.in, gramps2/src/QuestionDialog.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/NarrativeWeb.py, gramps2/src/plugins/NavWebPage.py: svn: r6497 2006-04-30 Don Allingham <don@gramps-project.org> * Makefile.am, configure.in, po/POTFILES.in, src/QuestionDialog.py, src/gramps_main.py, src/plugins/Makefile.am, src/plugins/NarrativeWeb.py, src/plugins/NavWebPage.py: svn: r6497 2006-04-29 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/CountAncestors.py: * src/plugins/CountAncestors.py: Add percent of theoretical ancestors svn: r6496 2006-04-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/CountAncestors.py: * src/plugins/CountAncestors.py: Add percent of theoretical ancestors svn: r6496 2006-04-29 Brian Matherly <brian@gramps-project.org> * gramps2/src/PluginUtils/_StyleEditor.py, gramps2/src/glade/gramps.glade: Fix style editor color picker (Bug #0000065) svn: r6495 2006-04-29 Brian Matherly <brian@gramps-project.org> * src/PluginUtils/_StyleEditor.py, src/glade/gramps.glade: Fix style editor color picker (Bug #0000065) svn: r6495 2006-04-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py: 2006-04-28 Don Allingham <don@gramps-project.org> * src/AddMedia.py: assign handle to notes svn: r6494 2006-04-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py: 2006-04-28 Don Allingham <don@gramps-project.org> * src/AddMedia.py: assign handle to notes svn: r6494 2006-04-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/ODSDoc.py, gramps2/src/plugins/EventCmp.py: Add ODSDoc.py and use it in EventCmp.py svn: r6493 2006-04-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODSDoc.py, src/plugins/EventCmp.py: Add ODSDoc.py and use it in EventCmp.py svn: r6493 2006-04-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MediaView.py: * src/DataViews/_MediaView.py (MediaView.add): Fix call to AddMedia svn: r6492 2006-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MediaView.py: * src/DataViews/_MediaView.py (MediaView.add): Fix call to AddMedia svn: r6492 2006-04-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: * src/ViewManager.py: add ScratchPad to the View menu * src/Editors/_EditFamily.py: Fix tooltips * src/glade/gramps.glade: remove predefined tooltips svn: r6491 2006-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: * src/ViewManager.py: add ScratchPad to the View menu * src/Editors/_EditFamily.py: Fix tooltips * src/glade/gramps.glade: remove predefined tooltips svn: r6491 2006-04-28 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsWidgets.py, gramps2/src/ViewManager.py, gramps2/src/glade/gramps.glade: svn: r6490 2006-04-28 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py, src/GrampsWidgets.py, src/ViewManager.py, src/glade/gramps.glade: svn: r6490 2006-04-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py: 2006-04-28 Don Allingham <don@gramps-project.org> * src/AutoComp.py (StandardCustomSelector.fill): handle unicode in addition to str * src/ScratchPad.py (ScratchPadWindow.__init__): fix call to set_window, passing proper arguments svn: r6489 2006-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py: 2006-04-28 Don Allingham <don@gramps-project.org> * src/AutoComp.py (StandardCustomSelector.fill): handle unicode in addition to str * src/ScratchPad.py (ScratchPadWindow.__init__): fix call to set_window, passing proper arguments svn: r6489 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/gramps.pot: Update svn: r6488 2006-04-28 Alex Roitman <shura@gramps-project.org> * po/gramps.pot: Update svn: r6488 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/ViewManager.py: Update svn: r6487 2006-04-28 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: Update svn: r6487 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: (ViewManager._init_lists): Translate menu labels. svn: r6486 2006-04-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: (ViewManager._init_lists): Translate menu labels. svn: r6486 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ScratchPad.py, gramps2/src/ViewManager.py: 2006-04-28 Alex Roitman <shura@gramps-project.org> * src/ScratchPad.py (ScratchPadWindow.__init__): Allow only one instance; translate label; remove unneeded event handlers. * src/ViewManager.py (ViewManager.scratchpad): Catch exception. svn: r6485 2006-04-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ScratchPad.py, src/ViewManager.py: 2006-04-28 Alex Roitman <shura@gramps-project.org> * src/ScratchPad.py (ScratchPadWindow.__init__): Allow only one instance; translate label; remove unneeded event handlers. * src/ViewManager.py (ViewManager.scratchpad): Catch exception. svn: r6485 2006-04-28 Don Allingham <don@gramps-project.org> * gramps2/src/ScratchPad.py: svn: r6484 2006-04-28 Don Allingham <don@gramps-project.org> * src/ScratchPad.py: svn: r6484 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/ViewManager.py: Update svn: r6483 2006-04-28 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: Update svn: r6483 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/ViewManager.py: Update svn: r6482 2006-04-28 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: Update svn: r6482 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/ViewManager.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/StatisticsChart.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_Plugins.py, src/ViewManager.py, src/plugins/EventCmp.py, src/plugins/GraphViz.py, src/plugins/StatisticsChart.py: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsWidgets.py: 2006-04-27 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: fix custom event storing * src/GrampsDb/_GrampsBSDDB.py: fix custom event storing * src/Editors/_EditEventRef.py: fix custom event storing * src/Editors/_EditEvent.py: fix custom event storing * src/GrampsWidgets.py: fix custom data types * src/AutoComp.py: fix custom data types svn: r6480 2006-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsWidgets.py: 2006-04-27 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: fix custom event storing * src/GrampsDb/_GrampsBSDDB.py: fix custom event storing * src/Editors/_EditEventRef.py: fix custom event storing * src/Editors/_EditEvent.py: fix custom event storing * src/GrampsWidgets.py: fix custom data types * src/AutoComp.py: fix custom data types svn: r6480 2006-04-28 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenSpreadSheet.py: * src/docgen/OpenSpreadSheet.py: fix manifest so files open in calc svn: r6479 2006-04-28 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/OpenSpreadSheet.py: * src/docgen/OpenSpreadSheet.py: fix manifest so files open in calc svn: r6479 2006-04-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditReference.py, gramps2/src/SelectPerson.py: 2006-04-27 Don Allingham <don@gramps-project.org> * src/Editors/_EditReference.py: fix warn_box call * src/DisplayTabs.py: handle canceled edit box for media * src/AddMedia.py: ManagedWindow support * src/SelectPerson.py: ManagedWindow support svn: r6478 2006-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/DisplayTabs.py, src/Editors/_EditReference.py, src/SelectPerson.py: 2006-04-27 Don Allingham <don@gramps-project.org> * src/Editors/_EditReference.py: fix warn_box call * src/DisplayTabs.py: handle canceled edit box for media * src/AddMedia.py: ManagedWindow support * src/SelectPerson.py: ManagedWindow support svn: r6478 2006-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/po/ChangeLog, gramps2/po/da.po, gramps2/po/it.po, gramps2/po/nb.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/sk.po, gramps2/po/zh_CN.po: 2006-04-27 Alex Roitman <shura@gramps-project.org> * pt_BR.po: Convert to utf8 encoding. * zh_CN.po: Convert to utf8 encoding. * pl.po: Convert to utf8 encoding. * no.po: Convert to utf8 encoding. * it.po: Convert to utf8 encoding. * sk.po: Convert to utf8 encoding. * da.po: Convert to utf8 encoding. * nb.po: Convert to utf8 encoding. svn: r6477 2006-04-28 Alex Roitman <shura@gramps-project.org> * po/ChangeLog, po/da.po, po/it.po, po/nb.po, po/no.po, po/pl.po, po/pt_BR.po, po/sk.po, po/zh_CN.po: 2006-04-27 Alex Roitman <shura@gramps-project.org> * pt_BR.po: Convert to utf8 encoding. * zh_CN.po: Convert to utf8 encoding. * pl.po: Convert to utf8 encoding. * no.po: Convert to utf8 encoding. * it.po: Convert to utf8 encoding. * sk.po: Convert to utf8 encoding. * da.po: Convert to utf8 encoding. * nb.po: Convert to utf8 encoding. svn: r6477 2006-04-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py (EditPerson._create_tabbed_pages): initialize load_image callback * src/DisplayTabs.py (GalleryTab): call callback if defined when the list is updated, handle reorder inserting of None objects svn: r6476 2006-04-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py (EditPerson._create_tabbed_pages): initialize load_image callback * src/DisplayTabs.py (GalleryTab): call callback if defined when the list is updated, handle reorder inserting of None objects svn: r6476 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/ViewManager.py: 2006-04-27 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (reports_clicked, tools_clicked): handle exception. * src/PluginUtils/_Plugins.py (PluginDialog.on_apply_clicked): Correctly call gui_tool, fix wm. svn: r6475 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Plugins.py, src/ViewManager.py: 2006-04-27 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py (reports_clicked, tools_clicked): handle exception. * src/PluginUtils/_Plugins.py (PluginDialog.on_apply_clicked): Correctly call gui_tool, fix wm. svn: r6475 2006-04-27 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditPerson.py: svn: r6474 2006-04-27 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py, src/Editors/_EditPerson.py: svn: r6474 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/ViewManager.py: Update svn: r6473 2006-04-27 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: Update svn: r6473 2006-04-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in, gramps2/src/ViewManager.py: * src/ViewManager.py: fix top on Config.set calls * data/gramps.schemas.in: remove toolbar, now unused svn: r6472 2006-04-27 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in, src/ViewManager.py: * src/ViewManager.py: fix top on Config.set calls * data/gramps.schemas.in: remove toolbar, now unused svn: r6472 2006-04-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/TipOfDay.py: * src/TipOfDay.py (TipOfDay.__init__): switch to ManagedWindow svn: r6471 2006-04-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/TipOfDay.py: * src/TipOfDay.py (TipOfDay.__init__): switch to ManagedWindow svn: r6471 2006-04-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/glade/gramps.glade: 2006-04-27 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: provide add new parent option * src/Editors/_EditEvent.py: used set_window * src/glade/gramps.glade: add new buttons for add new parent svn: r6470 2006-04-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/glade/gramps.glade: 2006-04-27 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: provide add new parent option * src/Editors/_EditEvent.py: used set_window * src/glade/gramps.glade: add new buttons for add new parent svn: r6470 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/CmdRef.py: * src/plugins/CmdRef.py: Fix tool. svn: r6469 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/CmdRef.py: * src/plugins/CmdRef.py: Fix tool. svn: r6469 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_PluginStatus.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/plugins/DumpGenderStats.py, gramps2/src/plugins/Leak.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_PluginStatus.py, src/PluginUtils/_Plugins.py, src/docgen/LPRDoc.py, src/plugins/DumpGenderStats.py, src/plugins/Leak.py: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PageView.py: * src/DisplayModels.py: flush cache on row update svn: r6467 2006-04-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/PageView.py: * src/DisplayModels.py: flush cache on row update svn: r6467 2006-04-27 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6466 2006-04-27 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6466 2006-04-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: * src/DisplayTabs.py: check of event==None when determining default type svn: r6465 2006-04-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py: * src/DisplayTabs.py: check of event==None when determining default type svn: r6465 2006-04-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py, gramps2/src/gramps.py: 2006-04-27 Don Allingham <don@gramps-project.org> * src/ViewManager.py: support for keypress events * src/gramps.py: fix gnome init svn: r6464 2006-04-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py, src/gramps.py: 2006-04-27 Don Allingham <don@gramps-project.org> * src/ViewManager.py: support for keypress events * src/gramps.py: fix gnome init svn: r6464 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/PatchNames.py: svn: r6463 2006-04-27 Alex Roitman <shura@gramps-project.org> * src/plugins/PatchNames.py: svn: r6463 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/PatchNames.py: * src/plugins/PatchNames.py (PatchNames.on_ok_clicked): Properly call update. svn: r6462 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/PatchNames.py: * src/plugins/PatchNames.py (PatchNames.on_ok_clicked): Properly call update. svn: r6462 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Verify.py: * src/plugins/Verify.py: Fix wm. * src/plugins/RelCalc.py: Fix wm. * src/plugins/SoundGen.py: Fix wm. svn: r6461 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/RelCalc.py, src/plugins/SoundGen.py, src/plugins/Verify.py: * src/plugins/Verify.py: Fix wm. * src/plugins/RelCalc.py: Fix wm. * src/plugins/SoundGen.py: Fix wm. svn: r6461 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Checkpoint.py: * src/plugins/Checkpoint.py: Fix wm. svn: r6460 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Checkpoint.py: * src/plugins/Checkpoint.py: Fix wm. svn: r6460 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReorderIds.py: * src/plugins/ReorderIds.py: Adapt to new API; rebuild for Events and Repositories. svn: r6459 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReorderIds.py: * src/plugins/ReorderIds.py: Adapt to new API; rebuild for Events and Repositories. svn: r6459 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (ErrorReportAssistant._get_sys_information): Add LANG to report. svn: r6458 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py: * src/GrampsLogger/_ErrorReportAssistant.py (ErrorReportAssistant._get_sys_information): Add LANG to report. svn: r6458 2006-04-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py: Fix wm; adapt to RelLib changes. * src/plugins/ChangeNames.py: Fix wm. svn: r6457 2006-04-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py: Fix wm; adapt to RelLib changes. * src/plugins/ChangeNames.py: Fix wm. svn: r6457 2006-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergePeople.py, gramps2/src/plugins/Merge.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MergePeople.py, src/plugins/Merge.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/PageView.py: connect goto_handle function for bookmark callback svn: r6455 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/PageView.py: connect goto_handle function for bookmark callback svn: r6455 2006-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py, gramps2/src/plugins/Merge.py: 2006-04-26 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py: Adapt to new family relation types. svn: r6454 2006-04-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py, src/plugins/Merge.py: 2006-04-26 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py: Adapt to new family relation types. svn: r6454 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/DisplayState.py, gramps2/src/ManagedWindow.py, gramps2/src/Navigation.py, gramps2/src/ViewManager.py: force uimanager updates svn: r6453 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/DisplayState.py, src/ManagedWindow.py, src/Navigation.py, src/ViewManager.py: force uimanager updates svn: r6453 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/PageView.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: multiple bookmark lists svn: r6452 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/PageView.py, src/ViewManager.py, src/gramps_main.py: multiple bookmark lists svn: r6452 2006-04-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_MapView.py: * src/DataViews/_MapView.py: First badly hacked version of online map downloading. svn: r6451 2006-04-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_MapView.py: * src/DataViews/_MapView.py: First badly hacked version of online map downloading. svn: r6451 2006-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py (build_window_key): Remove, as there's no need to override the base class anymore. svn: r6450 2006-04-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py (build_window_key): Remove, as there's no need to override the base class anymore. svn: r6450 2006-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Tool.py, gramps2/src/plugins/PatchNames.py: * src/plugins/PatchNames.py: Adapt to new wm. * src/PluginUtils/_Tool.py (gui_tool): handle exception. svn: r6449 2006-04-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_Tool.py, src/plugins/PatchNames.py: * src/plugins/PatchNames.py: Adapt to new wm. * src/PluginUtils/_Tool.py (gui_tool): handle exception. svn: r6449 2006-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: update svn: r6448 2006-04-26 Alex Roitman <shura@gramps-project.org> * ChangeLog: update svn: r6448 2006-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/eventcmp.glade: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py, src/plugins/eventcmp.glade: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/ViewManager.py: * src/Bookmarks.py: Don't use goto submenu svn: r6446 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/ViewManager.py: * src/Bookmarks.py: Don't use goto submenu svn: r6446 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: new config changes, handle exception, enable Edit button by default svn: r6445 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: new config changes, handle exception, enable Edit button by default svn: r6445 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: * src/GrampsCfg/py: move and rename tabs, change Prefixes for Formats svn: r6444 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg/py: move and rename tabs, change Prefixes for Formats svn: r6444 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/glade/gramps.glade: * src/GrampsCfg/py: move and rename tabs svn: r6443 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/glade/gramps.glade: * src/GrampsCfg/py: move and rename tabs svn: r6443 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: new config changes, handle exception svn: r6442 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: new config changes, handle exception svn: r6442 2006-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/ManagedWindow.py: Update svn: r6441 2006-04-26 Alex Roitman <shura@gramps-project.org> * src/ManagedWindow.py: Update svn: r6441 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/data/gramps.schemas.in: 2006-04-25 Don Allingham <don@gramps-project.org> * src/ViewManager.py: new config changes * src/GrampsCfg.py: new config changes * src/Config/gen_schema_keys.py: new config changes * src/gramps_main.py: new config changes svn: r6440 2006-04-26 Don Allingham <don@gramps-project.org> * ChangeLog, data/gramps.schemas.in: 2006-04-25 Don Allingham <don@gramps-project.org> * src/ViewManager.py: new config changes * src/GrampsCfg.py: new config changes * src/Config/gen_schema_keys.py: new config changes * src/gramps_main.py: new config changes svn: r6440 2006-04-26 Don Allingham <don@gramps-project.org> * gramps2/src/Config/gen_schema_keys.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: svn: r6439 2006-04-26 Don Allingham <don@gramps-project.org> * src/Config/gen_schema_keys.py, src/GrampsCfg.py, src/GrampsDb/_ReadXML.py, src/ViewManager.py, src/gramps_main.py: svn: r6439 2006-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Desbrowser.py: * src/plugins/Desbrowser.py: Window Management fixes. svn: r6438 2006-04-25 Alex Roitman <shura@gramps-project.org> * src/plugins/Desbrowser.py: * src/plugins/Desbrowser.py: Window Management fixes. svn: r6438 2006-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * src/plugins/Desbrowser.py: Window Management fixes. svn: r6437 2006-04-25 Alex Roitman <shura@gramps-project.org> * ChangeLog: * src/plugins/Desbrowser.py: Window Management fixes. svn: r6437 2006-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/ViewManager.py: * src/Bookmarks.py: Redraw "Go to bookmark" menu if changes were made in the bookmard editor; Use fixed column widths in editor. svn: r6436 2006-04-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/ViewManager.py: * src/Bookmarks.py: Redraw "Go to bookmark" menu if changes were made in the bookmard editor; Use fixed column widths in editor. svn: r6436 2006-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/PluginUtils/_PluginStatus.py, gramps2/src/plugins/EventCmp.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/PluginUtils/_PluginStatus.py, src/plugins/EventCmp.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/Makefile.am: 2006-04-25 Alex Roitman <shura@gramps-project.org> * src/Makefile.am: Include BaseDoc in the docmodules list. * src/GrampsDb/_GrampsBSDDB.py: Different order of closing. svn: r6434 2006-04-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/Makefile.am: 2006-04-25 Alex Roitman <shura@gramps-project.org> * src/Makefile.am: Include BaseDoc in the docmodules list. * src/GrampsDb/_GrampsBSDDB.py: Different order of closing. svn: r6434 2006-04-25 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDisplay.py: make manual work in Windows svn: r6433 2006-04-25 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/GrampsDisplay.py: make manual work in Windows svn: r6433 2006-04-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: handle data_map during reload of the database svn: r6432 2006-04-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: handle data_map during reload of the database svn: r6432 2006-04-24 Don Allingham <don@gramps-project.org> * gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/Config/__init__.py, gramps2/src/ViewManager.py: fix typo svn: r6431 2006-04-24 Don Allingham <don@gramps-project.org> * src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/Config/__init__.py, src/ViewManager.py: fix typo svn: r6431 2006-04-24 Don Allingham <don@gramps-project.org> * gramps2/src/Config/__init__.py: fix typo svn: r6430 2006-04-24 Don Allingham <don@gramps-project.org> * src/Config/__init__.py: fix typo svn: r6430 2006-04-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Config/Makefile.am, gramps2/src/Config/_GrampsConfigKeys.py, gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/Config/__init__.py, gramps2/src/Config/gen_schema_keys.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DisplayState.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Exporter.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/QuestionDialog.py, gramps2/src/Spell.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: Config method changed svn: r6429 2006-04-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Config/Makefile.am, src/Config/_GrampsConfigKeys.py, src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/Config/__init__.py, src/Config/gen_schema_keys.py, src/DataViews/_FamilyView.py, src/DisplayState.py, src/Editors/_EditFamily.py, src/Editors/_EditPrimary.py, src/Exporter.py, src/GrampsCfg.py, src/GrampsDb/_GrampsDbBase.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/QuestionDialog.py, src/Spell.py, src/StartupDialog.py, src/TipOfDay.py, src/ViewManager.py, src/gramps_main.py: Config method changed svn: r6429 2006-04-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ColumnOrder.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/SelectFamily.py, gramps2/src/glade/gramps.glade: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/ColumnOrder.py, src/DataViews/_EventView.py, src/DataViews/_FamilyView.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/GrampsDb/_DbUtils.py, src/SelectFamily.py, src/glade/gramps.glade: 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-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/ColumnOrder.py, gramps2/src/plugins/FilterEditor.py: Update svn: r6427 2006-04-23 Alex Roitman <shura@gramps-project.org> * src/ColumnOrder.py, src/plugins/FilterEditor.py: Update svn: r6427 2006-04-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/ManagedWindow.py: Update svn: r6426 2006-04-23 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSecondary.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/ManagedWindow.py: Update svn: r6426 2006-04-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/ManagedWindow.py, gramps2/src/Utils.py, gramps2/src/plugins/FilterEditor.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditChildRef.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPersonRef.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/ManagedWindow.py, src/Utils.py, src/plugins/FilterEditor.py: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ColumnOrder.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/ColumnOrder.py, src/DataViews/_EventView.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ColumnOrder.py, gramps2/src/DataViews/_PersonView.py: * src/ColumnOrder.py: preserved column width svn: r6423 2006-04-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/ColumnOrder.py, src/DataViews/_PersonView.py: * src/ColumnOrder.py: preserved column width svn: r6423 2006-04-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Delete column metadata. svn: r6422 2006-04-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Delete column metadata. svn: r6422 2006-04-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/plugins/TestcaseGenerator.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/plugins/TestcaseGenerator.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_PluginStatus.py: 2006-04-23 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginStatus.py (PluginTrace.__init__): Set scrolling policy to auto; (PluginTrace.close_window): Add method. svn: r6420 2006-04-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_PluginStatus.py: 2006-04-23 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginStatus.py (PluginTrace.__init__): Set scrolling policy to auto; (PluginTrace.close_window): Add method. svn: r6420 2006-04-23 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog: typo svn: r6419 2006-04-23 Brian Matherly <brian@gramps-project.org> * ChangeLog: typo svn: r6419 2006-04-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ImgManip.py, gramps2/src/MergePeople.py, gramps2/src/RelLib/_CalSdn.py, gramps2/src/RelLib/_GenderStats.py, gramps2/src/RelLib/_PrivateSourceNote.py, gramps2/src/ScratchPad.py, gramps2/src/SelectEvent.py, gramps2/src/SelectObject.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/GrampsDb/_GrampsDbBase.py: pychecker * src/GrampsDb/_GrampsBSDDB.py: pychecker * src/RelLib/_CalSdn.py: pychecker * src/RelLib/_PrivateSourceNote.py: pychecker * src/RelLib/_GenderStats.py: pychecker * src/MergePeople.py: pychecker * src/SelectObject.py: pychecker * src/ScratchPad.py: pychecker * src/ImgManip.py: pychecker * src/docgen/ODFDoc.py: pychecker * src/docgen/OpenOfficeDoc.py: pychecker * src/docgen/LPRDoc.py: pychecker * src/SelectEvent.py: pychecker svn: r6418 2006-04-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/ImgManip.py, src/MergePeople.py, src/RelLib/_CalSdn.py, src/RelLib/_GenderStats.py, src/RelLib/_PrivateSourceNote.py, src/ScratchPad.py, src/SelectEvent.py, src/SelectObject.py, src/docgen/LPRDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py: * src/GrampsDb/_GrampsDbBase.py: pychecker * src/GrampsDb/_GrampsBSDDB.py: pychecker * src/RelLib/_CalSdn.py: pychecker * src/RelLib/_PrivateSourceNote.py: pychecker * src/RelLib/_GenderStats.py: pychecker * src/MergePeople.py: pychecker * src/SelectObject.py: pychecker * src/ScratchPad.py: pychecker * src/ImgManip.py: pychecker * src/docgen/ODFDoc.py: pychecker * src/docgen/OpenOfficeDoc.py: pychecker * src/docgen/LPRDoc.py: pychecker * src/SelectEvent.py: pychecker svn: r6418 2006-04-23 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/plugins/NavWebPage.py: Keep reports up with RelLib changes svn: r6417 2006-04-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py, src/plugins/NavWebPage.py: Keep reports up with RelLib changes svn: r6417 2006-04-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_MapView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/const.py.in, gramps2/src/glade/gramps.glade, gramps2/src/gramps_main.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/const.py.in, src/glade/gramps.glade, src/gramps_main.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: 2006-04-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: fix Type str_from_xml calls svn: r6415 2006-04-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: 2006-04-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadXML.py: fix Type str_from_xml calls svn: r6415 2006-04-22 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: misc reports: keep up with RelLib changes svn: r6414 2006-04-22 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py, src/plugins/DescendChart.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: misc reports: keep up with RelLib changes svn: r6414 2006-04-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/IndivComplete.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py, src/docgen/KwordDoc.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/IndivComplete.py: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_PluginStatus.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/StartupDialog.py, gramps2/src/plugins/Desbrowser.py: * src/StartupDialog.py: fix close * src/plugins/Desbrowser.py: Use ActivPersonTool * src/PluginUtils/_Tool.py: active person tool added svn: r6412 2006-04-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/PluginUtils/_PluginStatus.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Tool.py, src/StartupDialog.py, src/plugins/Desbrowser.py: * src/StartupDialog.py: fix close * src/plugins/Desbrowser.py: Use ActivPersonTool * src/PluginUtils/_Tool.py: active person tool added svn: r6412 2006-04-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/FilterEditor.py, src/plugins/Merge.py, src/plugins/PatchNames.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Desbrowser.py: * src/plugins/Desbrowser.py: check for active person svn: r6410 2006-04-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Desbrowser.py: * src/plugins/Desbrowser.py: check for active person svn: r6410 2006-04-22 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/SelectPerson.py: pychecker fixes svn: r6409 2006-04-22 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py, src/Editors/_EditMediaRef.py, src/Editors/_EditRepoRef.py, src/Editors/_EditSourceRef.py, src/SelectPerson.py: pychecker fixes svn: r6409 2006-04-22 Don Allingham <don@gramps-project.org> * gramps2/src/PluginUtils/_PluginStatus.py: close button fixes svn: r6408 2006-04-22 Don Allingham <don@gramps-project.org> * src/PluginUtils/_PluginStatus.py: close button fixes svn: r6408 2006-04-22 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_MapView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/ManagedWindow.py, gramps2/src/PluginUtils/Makefile.am: pychecker fixes svn: r6407 2006-04-22 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/Editors/_EditAttribute.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPlace.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditUrl.py, src/ManagedWindow.py, src/PluginUtils/Makefile.am: pychecker fixes svn: r6407 2006-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/_PluginStatus.py: svn: r6406 2006-04-21 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginStatus.py: svn: r6406 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/PluginUtils/_PluginStatus.py: fix typos on XML import svn: r6405 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditRepoRef.py, src/GrampsDb/_ReadXML.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_PluginStatus.py: fix typos on XML import svn: r6405 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditRepoRef.py: Fix typo svn: r6404 2006-04-21 Don Allingham <don@gramps-project.org> * src/Editors/_EditRepoRef.py: Fix typo svn: r6404 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditReference.py: Fix warnboxes svn: r6403 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditMediaRef.py, src/Editors/_EditReference.py: Fix warnboxes svn: r6403 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py: Remove get_child_handle_list call svn: r6402 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py: Remove get_child_handle_list call svn: r6402 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditSource.py, gramps2/src/PluginUtils/_PluginStatus.py: Fix warnboxes svn: r6401 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditMedia.py, src/Editors/_EditSource.py, src/PluginUtils/_PluginStatus.py: Fix warnboxes svn: r6401 2006-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/_PluginStatus.py, gramps2/src/RelLib/_AttributeType.py, gramps2/src/RelLib/_EventType.py: Set properties. svn: r6400 2006-04-21 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginStatus.py, src/RelLib/_AttributeType.py, src/RelLib/_EventType.py: Set properties. svn: r6400 2006-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/GrampsDb/Makefile.am: In .: * src/GrampsDb/_ConstXML.py: Remove. In po: 2006-04-21 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Remove obsolete file. svn: r6399 2006-04-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/GrampsDb/Makefile.am: In .: * src/GrampsDb/_ConstXML.py: Remove. In po: 2006-04-21 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Remove obsolete file. svn: r6399 2006-04-21 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/plugins/TestcaseGenerator.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/plugins/TestcaseGenerator.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_GrampsType.py: * src/RelLib/_GrampsType.py (set_from_xml_str): Remove extra def. svn: r6397 2006-04-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_GrampsType.py: * src/RelLib/_GrampsType.py (set_from_xml_str): Remove extra def. svn: r6397 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/PluginUtils/_PluginStatus.py: Fix warnboxes svn: r6396 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPlace.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/PluginUtils/_PluginStatus.py: Fix warnboxes svn: r6396 2006-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ManagedWindow.py, gramps2/src/PluginUtils/_PluginStatus.py: 2006-04-21 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginStatus.py: Many small fixes. * src/ManagedWindow.py (GrampsWindowManager.display_menu_list): Fix building the menu for child-less windows. svn: r6395 2006-04-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ManagedWindow.py, src/PluginUtils/_PluginStatus.py: 2006-04-21 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_PluginStatus.py: Many small fixes. * src/ManagedWindow.py (GrampsWindowManager.display_menu_list): Fix building the menu for child-less windows. svn: r6395 2006-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: Update svn: r6394 2006-04-21 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Update svn: r6394 2006-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r6393 2006-04-21 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r6393 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditAttribute.py, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_AttributeType.py, gramps2/src/RelLib/__init__.py, gramps2/src/Utils.py: Attribute Types svn: r6392 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditAttribute.py, src/GrampsDb/_ConstXML.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/RelLib/Makefile.am, src/RelLib/_Attribute.py, src/RelLib/_AttributeType.py, src/RelLib/__init__.py, src/Utils.py: Attribute Types svn: r6392 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/src/PluginUtils/_PluginStatus.py: updated PluginStatus dialog svn: r6391 2006-04-21 Don Allingham <don@gramps-project.org> * src/PluginUtils/_PluginStatus.py: updated PluginStatus dialog svn: r6391 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Errors.py, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/PluginUtils/__init__.py, gramps2/src/ViewManager.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/PdfDoc.py: updated PluginStatus dialog svn: r6390 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Errors.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_Plugins.py, src/PluginUtils/__init__.py, src/ViewManager.py, src/docgen/LPRDoc.py, src/docgen/PdfDoc.py: updated PluginStatus dialog svn: r6390 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/ImgManip.py, gramps2/src/PageView.py, gramps2/src/ScratchPad.py, gramps2/src/ViewManager.py: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DataViews/_EventView.py, src/DisplayModels.py, src/DisplayTabs.py, src/Editors/_EditEvent.py, src/GenericFilter.py, src/GrampsCfg.py, src/ImgManip.py, src/PageView.py, src/ScratchPad.py, src/ViewManager.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPrimary.py: * src/Editors/_EditFamily.py: Handle marker type in UI svn: r6388 2006-04-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py, src/Editors/_EditPrimary.py: * src/Editors/_EditFamily.py: Handle marker type in UI svn: r6388 2006-04-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/RelLib/_Name.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DataViews/_PedigreeView.py, src/RelLib/_Name.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_PrimaryObject.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_Url.py: * src/GrampsDb/_GrampsBSDDB.py: Upgrade to new types. * src/GrampsDb/_ReadGedcom.py: Adapt to new types. * src/RelLib/_Event.py: Properly set type. * src/RelLib/_EventRef.py: Properly set type. * src/RelLib/_Family.py: Properly set type. * src/RelLib/_Name.py: Properly set type. * src/RelLib/_Person.py: Properly set type. * src/RelLib/_PrimaryObject.py: Properly set type. * src/RelLib/_RepoRef.py: Properly set type. * src/RelLib/_Repository.py: Properly set type. * src/RelLib/_Url.py: Properly set type. svn: r6386 2006-04-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadGedcom.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_Name.py, src/RelLib/_Person.py, src/RelLib/_PrimaryObject.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_Url.py: * src/GrampsDb/_GrampsBSDDB.py: Upgrade to new types. * src/GrampsDb/_ReadGedcom.py: Adapt to new types. * src/RelLib/_Event.py: Properly set type. * src/RelLib/_EventRef.py: Properly set type. * src/RelLib/_Family.py: Properly set type. * src/RelLib/_Name.py: Properly set type. * src/RelLib/_Person.py: Properly set type. * src/RelLib/_PrimaryObject.py: Properly set type. * src/RelLib/_RepoRef.py: Properly set type. * src/RelLib/_Repository.py: Properly set type. * src/RelLib/_Url.py: Properly set type. svn: r6386 2006-04-20 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/ODFDoc.py: Fix space at beginning of paragraph for ODF doc. svn: r6385 2006-04-20 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py: Fix space at beginning of paragraph for ODF doc. svn: r6385 2006-04-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py: fix display of shared info warning box svn: r6384 2006-04-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPlace.py, src/Editors/_EditReference.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py: fix display of shared info warning box svn: r6384 2006-04-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_ChildRefType.py, gramps2/src/RelLib/_EventRoleType.py, gramps2/src/RelLib/_FamilyRelType.py, gramps2/src/RelLib/_GrampsType.py, gramps2/src/RelLib/_LdsOrdBase.py, gramps2/src/RelLib/_MarkerType.py, gramps2/src/RelLib/_NameType.py, gramps2/src/RelLib/_RepositoryType.py, gramps2/src/RelLib/_SourceMediaType.py, gramps2/src/RelLib/_UrlType.py: Add keyword expansion svn: r6383 2006-04-20 Alex Roitman <shura@gramps-project.org> * src/RelLib/_ChildRefType.py, src/RelLib/_EventRoleType.py, src/RelLib/_FamilyRelType.py, src/RelLib/_GrampsType.py, src/RelLib/_LdsOrdBase.py, src/RelLib/_MarkerType.py, src/RelLib/_NameType.py, src/RelLib/_RepositoryType.py, src/RelLib/_SourceMediaType.py, src/RelLib/_UrlType.py: Add keyword expansion svn: r6383 2006-04-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_Repository.py: 2006-04-20 Alex Roitman <shura@gramps-project.org> * src/RelLib/_EventRef.py (unserialize): Avoid class constructor. * src/RelLib/_Person.py (unserialize): Avoid class constructor. * src/RelLib/_Name.py (unserialize): Avoid class constructor. * src/RelLib/_Repository.py (unserialize): Avoid class constructor. * src/RelLib/_RepoRef.py (unserialize): Avoid class constructor. * src/GrampsDb/_WriteXML.py: Update to export new types. svn: r6382 2006-04-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py, src/RelLib/_EventRef.py, src/RelLib/_Name.py, src/RelLib/_Person.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py: 2006-04-20 Alex Roitman <shura@gramps-project.org> * src/RelLib/_EventRef.py (unserialize): Avoid class constructor. * src/RelLib/_Person.py (unserialize): Avoid class constructor. * src/RelLib/_Name.py (unserialize): Avoid class constructor. * src/RelLib/_Repository.py (unserialize): Avoid class constructor. * src/RelLib/_RepoRef.py (unserialize): Avoid class constructor. * src/GrampsDb/_WriteXML.py: Update to export new types. svn: r6382 2006-04-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6381 2006-04-20 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6381 2006-04-20 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Use new type classes; Start of parsing relationships (unfinished) svn: r6380 2006-04-20 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Use new type classes; Start of parsing relationships (unfinished) svn: r6380 2006-04-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: use correct field for building surname key svn: r6379 2006-04-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: use correct field for building surname key svn: r6379 2006-04-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Utils.py: svn: r6378 2006-04-20 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditFamily.py, src/Editors/_EditPrimary.py, src/Utils.py: svn: r6378 2006-04-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py: svn: r6377 2006-04-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py: svn: r6377 2006-04-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py, gramps2/src/RelLib/_Family.py: * src/RelLib/_Family.py: add remove_child_handle svn: r6376 2006-04-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py, src/RelLib/_Family.py: * src/RelLib/_Family.py: add remove_child_handle svn: r6376 2006-04-20 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Person.py, gramps2/src/SubstKeywords.py, gramps2/src/Utils.py, gramps2/src/plugins/Verify.py: type changes svn: r6375 2006-04-20 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py, src/GenericFilter.py, src/GrampsDb/_ReadXML.py, src/RelLib/Makefile.am, src/RelLib/_Person.py, src/SubstKeywords.py, src/Utils.py, src/plugins/Verify.py: type changes svn: r6375 2006-04-20 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib/Makefile.am: Add missing file svn: r6374 2006-04-20 Don Allingham <don@gramps-project.org> * src/RelLib/Makefile.am: Add missing file svn: r6374 2006-04-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsWidgets.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_Repository.py, gramps2/src/Utils.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_PedigreeView.py, src/DisplayTabs.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditPerson.py, src/GrampsWidgets.py, src/PageView.py, src/PeopleModel.py, src/RelLib/_ChildRef.py, src/RelLib/_Event.py, src/RelLib/_Family.py, src/RelLib/_Repository.py, src/Utils.py: 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_EventRoleType.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_MarkerType.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_PrimaryObject.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_SourceMediaType.py, gramps2/src/RelLib/__init__.py, gramps2/src/Utils.py, gramps2/src/plugins/TestcaseGenerator.py: 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/POTFILES.in, src/DataViews/_FamilyView.py, src/DataViews/_PedigreeView.py, src/DisplayTabs.py, src/Editors/_EditPerson.py, src/GrampsDb/_ConstXML.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/PeopleModel.py, src/RelLib/Makefile.am, src/RelLib/_EventRef.py, src/RelLib/_EventRoleType.py, src/RelLib/_Family.py, src/RelLib/_MarkerType.py, src/RelLib/_Person.py, src/RelLib/_PrimaryObject.py, src/RelLib/_RepoRef.py, src/RelLib/_SourceMediaType.py, src/RelLib/__init__.py, src/Utils.py, src/plugins/TestcaseGenerator.py: 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-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsWidgets.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_Family.py, gramps2/src/ScratchPad.py, gramps2/src/SelectEvent.py, gramps2/src/SubstKeywords.py, gramps2/src/Utils.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/Verify.py: GrampsType support for FamilyRelations, Events svn: r6371 2006-04-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DataViews/_PedigreeView.py, src/DisplayModels.py, src/DisplayTabs.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/GenericFilter.py, src/GrampsDb/_ConstXML.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsWidgets.py, src/PluginUtils/_ReportUtils.py, src/RelLib/_Event.py, src/RelLib/_Family.py, src/ScratchPad.py, src/SelectEvent.py, src/SubstKeywords.py, src/Utils.py, src/plugins/Check.py, src/plugins/ExportVCalendar.py, src/plugins/FamilyGroup.py, src/plugins/GraphViz.py, src/plugins/ImportvCard.py, src/plugins/Verify.py: GrampsType support for FamilyRelations, Events svn: r6371 2006-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Use the new types svn: r6370 2006-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Use the new types svn: r6370 2006-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_FamilyRelType.py, gramps2/src/RelLib/__init__.py, gramps2/src/Relationship.py, gramps2/src/Utils.py: In .: * src/RelLib/Makefile.am: Ship new file. * src/PluginUtils/_ReportUtils.py: Use fam relations from new module. * src/Relationship.py: Use family relations from new module. * src/Utils.py: Remove family relations. * src/RelLib/__init__.py: Expose new module. * src/RelLib/_Family.py: Adapt to new types. * src/GrampsDb/_ReadXML.py: Adapt to new types. * src/GrampsDb/_ConstXML.py: Remove family relations. * src/RelLib/_FamilyRelType.py: Add new class In po: 2006-04-19 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6369 2006-04-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, src/GrampsDb/_ConstXML.py, src/GrampsDb/_ReadXML.py, src/PluginUtils/_ReportUtils.py, src/RelLib/Makefile.am, src/RelLib/_Family.py, src/RelLib/_FamilyRelType.py, src/RelLib/__init__.py, src/Relationship.py, src/Utils.py: In .: * src/RelLib/Makefile.am: Ship new file. * src/PluginUtils/_ReportUtils.py: Use fam relations from new module. * src/Relationship.py: Use family relations from new module. * src/Utils.py: Remove family relations. * src/RelLib/__init__.py: Expose new module. * src/RelLib/_Family.py: Adapt to new types. * src/GrampsDb/_ReadXML.py: Adapt to new types. * src/GrampsDb/_ConstXML.py: Remove family relations. * src/RelLib/_FamilyRelType.py: Add new class In po: 2006-04-19 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6369 2006-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_Event.py: * src/RelLib/_Event.py: Revert this change. svn: r6368 2006-04-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_Event.py: * src/RelLib/_Event.py: Revert this change. svn: r6368 2006-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_Event.py: 2006-04-19 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Event.py: Add "personal" attribute to events. svn: r6367 2006-04-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_Event.py: 2006-04-19 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Event.py: Add "personal" attribute to events. svn: r6367 2006-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: * data/grampsxml.dtd: Update. * data/grampsxml.rng: Update. svn: r6366 2006-04-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, data/grampsxml.dtd, data/grampsxml.rng, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: * data/grampsxml.dtd: Update. * data/grampsxml.rng: Update. svn: r6366 2006-04-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditChildRef.py: * src/Editors/_EditChildRef.py: fix call for MonitoredDataType svn: r6365 2006-04-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditChildRef.py: * src/Editors/_EditChildRef.py: fix call for MonitoredDataType svn: r6365 2006-04-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditName.py: * src/Editors/_EditName.py: fix call for MonitoredDataType svn: r6364 2006-04-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditName.py: * src/Editors/_EditName.py: fix call for MonitoredDataType svn: r6364 2006-04-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_EventType.py, gramps2/src/RelLib/__init__.py: 2006-04-18 Don Allingham <don@gramps-project.org> * src/RelLib/__init__.py: added _EventType * src/RelLib/_EventType.py: added * src/RelLIb/Makefile.am: added _EventType.py svn: r6363 2006-04-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/Makefile.am, src/RelLib/_EventType.py, src/RelLib/__init__.py: 2006-04-18 Don Allingham <don@gramps-project.org> * src/RelLib/__init__.py: added _EventType * src/RelLib/_EventType.py: added * src/RelLIb/Makefile.am: added _EventType.py svn: r6363 2006-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadXML.py: Update svn: r6362 2006-04-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadXML.py: Update svn: r6362 2006-04-19 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py: Update for RelLib changes svn: r6361 2006-04-19 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py: Update for RelLib changes svn: r6361 2006-04-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/GrampsWidgets.py, gramps2/src/RelLib/_ChildRefType.py, gramps2/src/RelLib/_GrampsType.py, gramps2/src/RelLib/_NameType.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_RepositoryType.py, gramps2/src/RelLib/_Url.py, gramps2/src/RelLib/_UrlType.py, gramps2/src/RelLib/__init__.py, gramps2/src/Utils.py: * src/GrampsDb/_ReadXML.py: new types * src/GrampsDb/_ConstXML.py: new types * src/GrampsDb/_WriteXML.py: new types * src/Editors/_EditUrl.py: new types * src/Editors/_EditPerson.py: new types * src/Editors/_EditRepository.py: new types * src/Editors/_EditName.py: new types * src/Editors/_EditChildRef.py: new types * src/RelLib/__init__.py: new types * src/RelLib/_Url.py: new types * src/RelLib/_RepositoryType.py: new types * src/RelLib/_GrampsType.py: new types * src/RelLib/_UrlType.py: new types * src/RelLib/_Repository.py: new types * src/RelLib/_NameType.py: new types * src/RelLib/_ChildRefType.py: new types * src/DisplayTabs.py: new types * src/GrampsWidgets.py: new types * src/Utils.py: new types svn: r6360 2006-04-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditChildRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditRepository.py, src/Editors/_EditUrl.py, src/GrampsDb/_ConstXML.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/GrampsWidgets.py, src/RelLib/_ChildRefType.py, src/RelLib/_GrampsType.py, src/RelLib/_NameType.py, src/RelLib/_Repository.py, src/RelLib/_RepositoryType.py, src/RelLib/_Url.py, src/RelLib/_UrlType.py, src/RelLib/__init__.py, src/Utils.py: * src/GrampsDb/_ReadXML.py: new types * src/GrampsDb/_ConstXML.py: new types * src/GrampsDb/_WriteXML.py: new types * src/Editors/_EditUrl.py: new types * src/Editors/_EditPerson.py: new types * src/Editors/_EditRepository.py: new types * src/Editors/_EditName.py: new types * src/Editors/_EditChildRef.py: new types * src/RelLib/__init__.py: new types * src/RelLib/_Url.py: new types * src/RelLib/_RepositoryType.py: new types * src/RelLib/_GrampsType.py: new types * src/RelLib/_UrlType.py: new types * src/RelLib/_Repository.py: new types * src/RelLib/_NameType.py: new types * src/RelLib/_ChildRefType.py: new types * src/DisplayTabs.py: new types * src/GrampsWidgets.py: new types * src/Utils.py: new types svn: r6360 2006-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadXML.py: Update svn: r6359 2006-04-19 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadXML.py: Update svn: r6359 2006-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_GrampsType.py: * src/GrampsDb/_ReadXML.py: Parse old and new XML. * src/GrampsDb/_WriteXML.py (dump_child_ref, dump_person_ref): Add methods. * src/RelLib/_ChildRef.py (ChildRef.set_mother_relation): Adapt to new types; (ChildRef.set_father_relation): Adapt to new types. * src/RelLib/_GrampsType.py (GrampsType.get_custom): Add method. (GrampsType.set): Allow setting from the same class instance. (GrampsType.is_default): Add method. svn: r6358 2006-04-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/RelLib/_ChildRef.py, src/RelLib/_GrampsType.py: * src/GrampsDb/_ReadXML.py: Parse old and new XML. * src/GrampsDb/_WriteXML.py (dump_child_ref, dump_person_ref): Add methods. * src/RelLib/_ChildRef.py (ChildRef.set_mother_relation): Adapt to new types; (ChildRef.set_father_relation): Adapt to new types. * src/RelLib/_GrampsType.py (GrampsType.get_custom): Add method. (GrampsType.set): Allow setting from the same class instance. (GrampsType.is_default): Add method. svn: r6358 2006-04-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py: 2006-04-18 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: button messages * src/DisplayTabs.py: remove property button stuff svn: r6357 2006-04-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditFamily.py: 2006-04-18 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: button messages * src/DisplayTabs.py: remove property button stuff svn: r6357 2006-04-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: 2006-04-18 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs.py (BackRefList.create_buttons): Allow an additional argument to keep the caller happy. svn: r6356 2006-04-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs.py: 2006-04-18 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs.py (BackRefList.create_buttons): Allow an additional argument to keep the caller happy. svn: r6356 2006-04-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/GenericFilter.py: * src/DataViews/_PersonView.py: removal of inversion * src/GenericFilter.py: Interface changes for filtering svn: r6355 2006-04-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/GenericFilter.py: * src/DataViews/_PersonView.py: removal of inversion * src/GenericFilter.py: Interface changes for filtering svn: r6355 2006-04-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/Makefile.am, gramps2/src/Editors/_EditChildRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/__init__.py, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: * src/Editors/__init__.py: added EditChildRef * src/Editors/Makefile.am: added EditChildRef * src/Editors/_EditChildRef.py: added * src/Editors/_EditFamily.py: add child reference editor * src/DisplayTabs.py: add optional properties button * src/glade/gramps.glade: add child reference editor svn: r6354 2006-04-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/Makefile.am, src/Editors/_EditChildRef.py, src/Editors/_EditFamily.py, src/Editors/__init__.py, src/GrampsWidgets.py, src/glade/gramps.glade: * src/Editors/__init__.py: added EditChildRef * src/Editors/Makefile.am: added EditChildRef * src/Editors/_EditChildRef.py: added * src/Editors/_EditFamily.py: add child reference editor * src/DisplayTabs.py: add optional properties button * src/glade/gramps.glade: add child reference editor svn: r6354 2006-04-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py, gramps2/src/plugins/Desbrowser.py: 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/plugins/Desbrowser.py: 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/ListModel.py, gramps2/src/SelectObject.py, gramps2/src/ViewManager.py: image and screen updates svn: r6352 2006-04-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DataViews/_PersonView.py, src/ListModel.py, src/SelectObject.py, src/ViewManager.py: image and screen updates svn: r6352 2006-04-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: Set author for source on gedcom import svn: r6351 2006-04-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: Set author for source on gedcom import svn: r6351 2006-04-17 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DescendReport.py: src/plugins/DescendReport.py: Don't sort children (Bug #1453010) svn: r6350 2006-04-17 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DescendReport.py: src/plugins/DescendReport.py: Don't sort children (Bug #1453010) svn: r6350 2006-04-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: event description on xml import svn: r6349 2006-04-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: event description on xml import svn: r6349 2006-04-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: update svn: r6348 2006-04-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: update svn: r6348 2006-04-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: 2006-04-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Adapt to ChildRefType. svn: r6347 2006-04-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: 2006-04-15 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Adapt to ChildRefType. svn: r6347 2006-04-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py: handle child type callback svn: r6346 2006-04-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditFamily.py: handle child type callback svn: r6346 2006-04-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: 2006-04-14 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs.py (edit_button_clicked): Proceed only if selection exists. svn: r6345 2006-04-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs.py: 2006-04-14 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs.py (edit_button_clicked): Proceed only if selection exists. svn: r6345 2006-04-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_ReadXML.py: Handle ChildRefType on XML import svn: r6344 2006-04-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ConstXML.py, src/GrampsDb/_ReadXML.py: Handle ChildRefType on XML import svn: r6344 2006-04-14 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog: typo svn: r6343 2006-04-14 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog: typo svn: r6343 2006-04-14 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/plugins/TestcaseGenerator.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/Editors/_EditFamily.py, src/GrampsDb/_GrampsDbBase.py, src/plugins/TestcaseGenerator.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib/__init__.py: fix missing file svn: r6341 2006-04-14 Don Allingham <don@gramps-project.org> * src/RelLib/__init__.py: fix missing file svn: r6341 2006-04-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/GrampsWidgets.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_ChildRefType.py, gramps2/src/RelLib/_GrampsType.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_NameType.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/__init__.py, gramps2/src/ScratchPad.py, gramps2/src/Utils.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DumpGenderStats.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/summary.glade: Start of new type classes svn: r6340 2006-04-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DataViews/_PedigreeView.py, src/DisplayTabs.py, src/Editors/_EditFamily.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/GenericFilter.py, src/GrampsDb/_ConstXML.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py, src/GrampsWidgets.py, src/RelLib/Makefile.am, src/RelLib/_ChildRef.py, src/RelLib/_ChildRefType.py, src/RelLib/_GrampsType.py, src/RelLib/_Name.py, src/RelLib/_NameType.py, src/RelLib/_Person.py, src/RelLib/__init__.py, src/ScratchPad.py, src/Utils.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/DumpGenderStats.py, src/plugins/GraphViz.py, src/plugins/NavWebPage.py, src/plugins/PatchNames.py, src/plugins/TestcaseGenerator.py, src/plugins/summary.glade: Start of new type classes svn: r6340 2006-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: ASSO tag support svn: r6339 2006-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: ASSO tag support svn: r6339 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ToolTips.py: more ChildRef changes svn: r6338 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ToolTips.py: more ChildRef changes svn: r6338 2006-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPersonRef.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/plugins/Check.py: Fix family/child refs svn: r6337 2006-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditFamily.py, src/Editors/_EditPersonRef.py, src/GrampsDb/_WriteXML.py, src/plugins/Check.py: Fix family/child refs svn: r6337 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Utils.py: Adapt to changes in RelLib svn: r6336 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Utils.py: Adapt to changes in RelLib svn: r6336 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/plugins/TestcaseGenerator.py: Updates to use ChildRef svn: r6335 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/plugins/TestcaseGenerator.py: Updates to use ChildRef svn: r6335 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_PersonRef.py: * src/RelLib/_PersonRef.py (serialize): Typo. svn: r6334 2006-04-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_PersonRef.py: * src/RelLib/_PersonRef.py (serialize): Typo. svn: r6334 2006-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py: Remove bad tab svn: r6333 2006-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py: Remove bad tab svn: r6333 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/RelLib/_Family.py: * src/GrampsDb/_GrampsBSDDB.py: Upgrade path to new RelLib. * src/RelLib/_Family.py: Require non-empty child_ref. svn: r6332 2006-04-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/RelLib/_Family.py: * src/GrampsDb/_GrampsBSDDB.py: Upgrade path to new RelLib. * src/RelLib/_Family.py: Require non-empty child_ref. svn: r6332 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/Editors/_EditPerson.py: Update svn: r6331 2006-04-13 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditPerson.py: Update svn: r6331 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py, gramps2/src/RelLib/_ChildRef.py: Updates svn: r6330 2006-04-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/RelLib/_ChildRef.py: Updates svn: r6330 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py (reorder_child_ref_list): Use child_ref_list svn: r6329 2006-04-13 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditPerson.py: * src/Editors/_EditPerson.py (reorder_child_ref_list): Use child_ref_list svn: r6329 2006-04-13 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/Makefile.am, gramps2/src/Editors/_EditPersonRef.py: EditPersonRef svn: r6328 2006-04-13 Don Allingham <don@gramps-project.org> * src/Editors/Makefile.am, src/Editors/_EditPersonRef.py: EditPersonRef svn: r6328 2006-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/__init__.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/__init__.py, gramps2/src/glade/gramps.glade, gramps2/src/plugins/Check.py: Start childref conversion svn: r6327 2006-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DisplayModels.py, src/DisplayTabs.py, src/Editors/_EditFamily.py, src/Editors/_EditPerson.py, src/Editors/__init__.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/RelLib/_ChildRef.py, src/RelLib/_Family.py, src/RelLib/__init__.py, src/glade/gramps.glade, src/plugins/Check.py: Start childref conversion svn: r6327 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_MediaRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_PersonRef.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_SourceRef.py: * src/RelLib/*: fix different typos. * src/DataViews/_FamilyView.py: adapt changes in RelLib svn: r6326 2006-04-13 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_FamilyView.py, src/RelLib/_Attribute.py, src/RelLib/_ChildRef.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_PersonRef.py, src/RelLib/_RepoRef.py, src/RelLib/_SourceRef.py: * src/RelLib/*: fix different typos. * src/DataViews/_FamilyView.py: adapt changes in RelLib svn: r6326 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_PersonRef.py, gramps2/src/RelLib/_RefBase.py, gramps2/src/RelLib/_SourceBase.py: Update svn: r6325 2006-04-13 Alex Roitman <shura@gramps-project.org> * src/RelLib/_ChildRef.py, src/RelLib/_PersonRef.py, src/RelLib/_RefBase.py, src/RelLib/_SourceBase.py: Update svn: r6325 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameDisplay.py, gramps2/src/PeopleModel.py: * src/NameDisplay.py: Add constants to number name components. * src/PeopleModel.py: Correct constants. svn: r6324 2006-04-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameDisplay.py, src/PeopleModel.py: * src/NameDisplay.py: Add constants to number name components. * src/PeopleModel.py: Correct constants. svn: r6324 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_Address.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_Name.py: Update svn: r6323 2006-04-13 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Address.py, src/RelLib/_Attribute.py, src/RelLib/_LdsOrd.py, src/RelLib/_Name.py: Update svn: r6323 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_Person.py: Update svn: r6322 2006-04-13 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Person.py: Update svn: r6322 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_Family.py: Update svn: r6321 2006-04-13 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Family.py: Update svn: r6321 2006-04-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Address.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_ChildRef.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_MediaObject.py, gramps2/src/RelLib/_MediaRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_PersonRef.py, gramps2/src/RelLib/_Place.py, gramps2/src/RelLib/_PrimaryObject.py, gramps2/src/RelLib/_PrivacyBase.py, gramps2/src/RelLib/_PrivateSourceNote.py, gramps2/src/RelLib/_RefBase.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_SourceBase.py, gramps2/src/RelLib/_SourceNote.py, gramps2/src/RelLib/_SourceRef.py, gramps2/src/RelLib/__init__.py, gramps2/src/Utils.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/TestcaseGenerator.py: Add ChildRef class, reorganize RelLib. svn: r6320 2006-04-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DataViews/_PedigreeView.py, src/Editors/_EditFamily.py, src/GenericFilter.py, src/GrampsDb/_ConstXML.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/RelLib/Makefile.am, src/RelLib/_Address.py, src/RelLib/_Attribute.py, src/RelLib/_ChildRef.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_LdsOrd.py, src/RelLib/_MediaObject.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_Person.py, src/RelLib/_PersonRef.py, src/RelLib/_Place.py, src/RelLib/_PrimaryObject.py, src/RelLib/_PrivacyBase.py, src/RelLib/_PrivateSourceNote.py, src/RelLib/_RefBase.py, src/RelLib/_RepoRef.py, src/RelLib/_SourceBase.py, src/RelLib/_SourceNote.py, src/RelLib/_SourceRef.py, src/RelLib/__init__.py, src/Utils.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/NavWebPage.py, src/plugins/TestcaseGenerator.py: Add ChildRef class, reorganize RelLib. svn: r6320 2006-04-13 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: Add graph preview based on MIME type. svn: r6319 2006-04-13 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: Add graph preview based on MIME type. svn: r6319 2006-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: Fix typo svn: r6318 2006-04-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py: Fix typo svn: r6318 2006-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Person.py: * src/RelLib/_PersonRef.py: Add to repository. * src/RelLib/Makefile.am: Ship new file. * src/RelLib/_Person.py: Add person_ref_list to store person-to- person references. svn: r6317 2006-04-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/Makefile.am, src/RelLib/_Person.py: * src/RelLib/_PersonRef.py: Add to repository. * src/RelLib/Makefile.am: Ship new file. * src/RelLib/_Person.py: Add person_ref_list to store person-to- person references. svn: r6317 2006-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_PersonRef.py: Update svn: r6316 2006-04-12 Alex Roitman <shura@gramps-project.org> * src/RelLib/_PersonRef.py: Update svn: r6316 2006-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_DbUtils.py: Update svn: r6315 2006-04-12 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_DbUtils.py: Update svn: r6315 2006-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_DbUtils.py: * src/GrampsDb/_DbUtils.py (remove_parent_from_family): If removing family, also remove it from the child's parent_family_list. svn: r6314 2006-04-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_DbUtils.py: * src/GrampsDb/_DbUtils.py (remove_parent_from_family): If removing family, also remove it from the child's parent_family_list. svn: r6314 2006-04-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6313 2006-04-11 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6313 2006-04-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/ViewManager.py: * src/ViewManager.py (ViewManager.change_page): Always toggle the sidebar buttons, even if no data is loaded. svn: r6312 2006-04-11 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: * src/ViewManager.py (ViewManager.change_page): Always toggle the sidebar buttons, even if no data is loaded. svn: r6312 2006-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/images/mk_blue_marble.py: * src/images/mk_blue_marble.py: Provide fallback if jpegtrans does not work/exist. svn: r6311 2006-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/images/mk_blue_marble.py: * src/images/mk_blue_marble.py: Provide fallback if jpegtrans does not work/exist. svn: r6311 2006-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/images/mk_blue_marble.py: * src/images/mk_blue_marble.py: Properly exit on error to let `make` stop in that case. svn: r6310 2006-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/images/mk_blue_marble.py: * src/images/mk_blue_marble.py: Properly exit on error to let `make` stop in that case. svn: r6310 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/images/Makefile.am: Set ignore; Fix Makefile.am svn: r6309 2006-04-10 Alex Roitman <shura@gramps-project.org> * src/images/Makefile.am: Set ignore; Fix Makefile.am svn: r6309 2006-04-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/images/Makefile.am: Use wildcard for building the map tile images; Remove them on distclean svn: r6308 2006-04-10 Martin Hawlisch <martin.hawlisch@gmx.de> * src/images/Makefile.am: Use wildcard for building the map tile images; Remove them on distclean svn: r6308 2006-04-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_MapView.py, gramps2/src/images/Makefile.am, gramps2/src/images/mk_blue_marble.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_MapView.py, src/images/Makefile.am, src/images/mk_blue_marble.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/PageView.py: Handle active person and Pedigree startup issues svn: r6306 2006-04-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/PageView.py: Handle active person and Pedigree startup issues svn: r6306 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/lds.py: Update svn: r6305 2006-04-10 Alex Roitman <shura@gramps-project.org> * src/lds.py: Update svn: r6305 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/lds.py: * src/GrampsDb/_ReadGedcom.py: LDS fixes. * src/Editors/_EditLdsOrd.py: LDS fixes. * src/lds.py: LDS fixes. svn: r6304 2006-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditLdsOrd.py, src/GrampsDb/_ReadGedcom.py, src/lds.py: * src/GrampsDb/_ReadGedcom.py: LDS fixes. * src/Editors/_EditLdsOrd.py: LDS fixes. * src/lds.py: LDS fixes. svn: r6304 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/ArgHandler.py: Update svn: r6303 2006-04-10 Alex Roitman <shura@gramps-project.org> * src/ArgHandler.py: Update svn: r6303 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/ViewManager.py: * src/ArgHandler.py: Get rid of obsolete self.parent. svn: r6302 2006-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/ViewManager.py: * src/ArgHandler.py: Get rid of obsolete self.parent. svn: r6302 2006-04-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: Fix adding spouse after family exists svn: r6301 2006-04-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: Fix adding spouse after family exists svn: r6301 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6300 2006-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6300 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (ViewManager.create_pages): Use toggle buttons on the sidebar. (ViewManager.change_page): Turn off previously active button. svn: r6299 2006-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (ViewManager.create_pages): Use toggle buttons on the sidebar. (ViewManager.change_page): Turn off previously active button. svn: r6299 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6298 2006-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6298 2006-04-10 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/FamilyGroup.py: Improve graphic alignment in OO reports. (Bug 1370498) svn: r6297 2006-04-10 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/FamilyGroup.py: Improve graphic alignment in OO reports. (Bug 1370498) svn: r6297 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: (GrampsBSDDB._delete_primary_from_reference_map): Accept txn argument; pass it on to self._remove_reference(). * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._do_remove_object): Work out both regular and batch transactions. svn: r6296 2006-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: (GrampsBSDDB._delete_primary_from_reference_map): Accept txn argument; pass it on to self._remove_reference(). * src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._do_remove_object): Work out both regular and batch transactions. svn: r6296 2006-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/Makefile.am, gramps2/src/DataViews/Makefile.am, gramps2/src/DateHandler/Makefile.am, gramps2/src/Editors/Makefile.am, gramps2/src/GrampsDb/Makefile.am, gramps2/src/GrampsLogger/Makefile.am, gramps2/src/Makefile.am, gramps2/src/Mime/Makefile.am, gramps2/src/Models/Makefile.am, gramps2/src/ObjectSelector/Makefile.am, gramps2/src/PluginUtils/Makefile.am, gramps2/src/RelLib/Makefile.am, gramps2/src/TreeViews/Makefile.am, gramps2/src/docgen/Makefile.am, gramps2/src/plugins/Makefile.am: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Config/Makefile.am, src/DataViews/Makefile.am, src/DateHandler/Makefile.am, src/Editors/Makefile.am, src/GrampsDb/Makefile.am, src/GrampsLogger/Makefile.am, src/Makefile.am, src/Mime/Makefile.am, src/Models/Makefile.am, src/ObjectSelector/Makefile.am, src/PluginUtils/Makefile.am, src/RelLib/Makefile.am, src/TreeViews/Makefile.am, src/docgen/Makefile.am, src/plugins/Makefile.am: * 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-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/Errors.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/ManagedWindow.py, gramps2/src/PageView.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/ViewManager.py, gramps2/src/glade/mergedata.glade, gramps2/src/glade/rule.glade, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/Verify.py: Start of migrating tools to Managed Windows svn: r6294 2006-04-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/Errors.py, src/GenericFilter.py, src/GrampsDb/_DbUtils.py, src/ManagedWindow.py, src/PageView.py, src/PluginUtils/_Tool.py, src/ViewManager.py, src/glade/mergedata.glade, src/glade/rule.glade, src/plugins/AncestorChart2.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/FilterEditor.py, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RelCalc.py, src/plugins/SoundGen.py, src/plugins/TestcaseGenerator.py, src/plugins/Verify.py: Start of migrating tools to Managed Windows svn: r6294 2006-04-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/_Date.py, gramps2/src/ViewManager.py: remove empty families svn: r6293 2006-04-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/Editors/_EditFamily.py, src/PeopleModel.py, src/RelLib/_Date.py, src/ViewManager.py: remove empty families svn: r6293 2006-04-08 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/PdfDoc.py: fix columns, error check images * src/docgen/RTFDoc.py: error check images svn: r6292 2006-04-08 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: * src/docgen/PdfDoc.py: fix columns, error check images * src/docgen/RTFDoc.py: error check images svn: r6292 2006-04-08 Don Allingham <don@gramps-project.org> * gramps2/src/BaseDoc.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/PeopleModel.py: fix typo svn: r6291 2006-04-08 Don Allingham <don@gramps-project.org> * src/BaseDoc.py, src/Editors/_EditPerson.py, src/PeopleModel.py: fix typo svn: r6291 2006-04-07 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_GrampsDbBase.py: EditName fix svn: r6290 2006-04-07 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: EditName fix svn: r6290 2006-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py: EditName call in EditPerson svn: r6289 2006-04-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: EditName call in EditPerson svn: r6289 2006-04-07 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update fr.po svn: r6288 2006-04-07 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update fr.po svn: r6288 2006-04-07 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py, gramps2/src/RelLib/_Person.py: pylint fixes svn: r6287 2006-04-07 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py, src/RelLib/_Person.py: pylint fixes svn: r6287 2006-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Navigation.py, gramps2/src/SelectEvent.py, gramps2/src/glade/gramps.glade: restore attr_edit in glade file svn: r6286 2006-04-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/Navigation.py, src/SelectEvent.py, src/glade/gramps.glade: restore attr_edit in glade file svn: r6286 2006-04-07 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/Makefile.am, gramps2/src/SelectEvent.py: fix install list svn: r6285 2006-04-07 Don Allingham <don@gramps-project.org> * src/GrampsDb/Makefile.am, src/SelectEvent.py: fix install list svn: r6285 2006-04-07 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_FamilyView.py: select parents from relationship view svn: r6284 2006-04-07 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py: select parents from relationship view svn: r6284 2006-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py: select parents from relationship view svn: r6283 2006-04-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py: select parents from relationship view svn: r6283 2006-04-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ArgHandler.py, gramps2/src/Assistant.py, gramps2/src/Bookmarks.py, gramps2/src/ColumnOrder.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_MapView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DateEdit.py, gramps2/src/DateHandler/_DateDisplay.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepoRef.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/Exporter.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadGrdb.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteGrdb.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/GrampsLogger/_ErrorView.py, gramps2/src/GrampsWidgets.py, gramps2/src/MergeData.py, gramps2/src/MergePeople.py, gramps2/src/Mime/_GnomeMime.py, gramps2/src/Mime/_PythonMime.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py, gramps2/src/ObjectSelector/__init__.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_PaperMenu.py, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/PluginUtils/_StyleEditor.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/QuestionDialog.py, gramps2/src/RelLib/_Date.py, gramps2/src/ScratchPad.py, gramps2/src/SelectEvent.py, gramps2/src/SelectFamily.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/SelectSource.py, gramps2/src/Spell.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/TreeViews/_PersonTreeView.py, gramps2/src/Utils.py, gramps2/src/ViewManager.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/gramps_main.py, gramps2/src/lds.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/CmdRef.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/Eval.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PHPGedViewConnector.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_es.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_sv.py: * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext svn: r6282 2006-04-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/Assistant.py, src/Bookmarks.py, src/ColumnOrder.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DisplayModels.py, src/DisplayTabs.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepoRef.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/Exporter.py, src/GrampsCfg.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadGrdb.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteGrdb.py, src/GrampsDb/_WriteXML.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/GrampsWidgets.py, src/MergeData.py, src/MergePeople.py, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/ObjectSelector/__init__.py, src/PageView.py, src/PeopleModel.py, src/PluginUtils/_Options.py, src/PluginUtils/_PaperMenu.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/PluginUtils/_ReportUtils.py, src/PluginUtils/_StyleEditor.py, src/PluginUtils/_Tool.py, src/QuestionDialog.py, src/RelLib/_Date.py, src/ScratchPad.py, src/SelectEvent.py, src/SelectFamily.py, src/SelectObject.py, src/SelectPerson.py, src/SelectSource.py, src/Spell.py, src/StartupDialog.py, src/TipOfDay.py, src/TreeViews/_PersonTreeView.py, src/Utils.py, src/ViewManager.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/gramps_main.py, src/lds.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Leak.py, src/plugins/Merge.py, src/plugins/NavWebPage.py, src/plugins/PHPGedViewConnector.py, src/plugins/PatchNames.py, src/plugins/ReadPkg.py, src/plugins/Rebuild.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/SoundGen.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/Verify.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_no.py, src/plugins/rel_sv.py: * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext svn: r6282 2006-04-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/po/ChangeLog, gramps2/po/POTFILES.in, gramps2/po/gramps.pot, gramps2/src/Makefile.am: * POTFILES.in: Add new files to the list. * gramps.pot: regenerate the template. * src/Makefile.am (gdir_PYTHON): Add new files to the list. svn: r6281 2006-04-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, po/ChangeLog, po/POTFILES.in, po/gramps.pot, src/Makefile.am: * POTFILES.in: Add new files to the list. * gramps.pot: regenerate the template. * src/Makefile.am (gdir_PYTHON): Add new files to the list. svn: r6281 2006-04-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsWidgets.py: * src/Editors/_EditLdsOrd.py (EditLdsOrd): Formatting. * src/GrampsWidgets.py (MonitoredMenu): Factor out commong code. svn: r6280 2006-04-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditLdsOrd.py, src/GrampsWidgets.py: * src/Editors/_EditLdsOrd.py (EditLdsOrd): Formatting. * src/GrampsWidgets.py (MonitoredMenu): Factor out commong code. svn: r6280 2006-04-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RecentFiles.py: remove missing recent files svn: r6279 2006-04-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/RecentFiles.py: remove missing recent files svn: r6279 2006-04-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: default types for events svn: r6278 2006-04-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py: default types for events svn: r6278 2006-04-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/SelectFamily.py: add family selector svn: r6277 2006-04-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditLdsOrd.py, src/SelectFamily.py: add family selector svn: r6277 2006-04-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: xml import/export with new lds scheme svn: r6276 2006-04-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: xml import/export with new lds scheme svn: r6276 2006-04-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/lds.py: gedcom import/export with new lds scheme svn: r6275 2006-04-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteGedcom.py, src/RelLib/_LdsOrd.py, src/lds.py: gedcom import/export with new lds scheme svn: r6275 2006-04-05 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsWidgets.py, gramps2/src/RelLib/_LdsOrd.py: Fix place selecton on LDS ords svn: r6274 2006-04-05 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py, src/Editors/_EditFamily.py, src/Editors/_EditLdsOrd.py, src/GrampsWidgets.py, src/RelLib/_LdsOrd.py: Fix place selecton on LDS ords svn: r6274 2006-04-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsWidgets.py: Fix place selecton on LDS ords svn: r6273 2006-04-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/Editors/_EditLdsOrd.py, src/GrampsWidgets.py: Fix place selecton on LDS ords svn: r6273 2006-04-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: handle temple not set for LdsOrd svn: r6272 2006-04-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py: handle temple not set for LdsOrd svn: r6272 2006-04-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_LdsOrdBase.py: fix lds unserialize svn: r6271 2006-04-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib/_LdsOrd.py, src/RelLib/_LdsOrdBase.py: fix lds unserialize svn: r6271 2006-04-05 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/plugins/TestcaseGenerator.py: updated LDS support svn: r6270 2006-04-05 Martin Hawlisch <martin.hawlisch@gmx.de> * src/plugins/TestcaseGenerator.py: updated LDS support svn: r6270 2006-04-05 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImgManip.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: Fix image handling problems for reports. svn: r6269 2006-04-05 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ImgManip.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py: Fix image handling problems for reports. svn: r6269 2006-04-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsWidgets.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/glade/gramps.glade, gramps2/src/lds.py: lds status type to a constant svn: r6268 2006-04-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditLdsOrd.py, src/GrampsWidgets.py, src/RelLib/_LdsOrd.py, src/glade/gramps.glade, src/lds.py: lds status type to a constant svn: r6268 2006-04-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: Update svn: r6267 2006-04-04 Alex Roitman <shura@gramps-project.org> * src/Editors/_EditLdsOrd.py, src/GrampsWidgets.py, src/glade/gramps.glade: Update svn: r6267 2006-04-04 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsWidgets.py: define cellrenderer svn: r6266 2006-04-04 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: define cellrenderer svn: r6266 2006-04-04 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/GrampsWidgets.py: widget connections svn: r6265 2006-04-04 Don Allingham <don@gramps-project.org> * src/Editors/_EditLdsOrd.py, src/GrampsWidgets.py: widget connections svn: r6265 2006-04-04 Don Allingham <don@gramps-project.org> * gramps2/src/AutoComp.py, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditName.py: widget connections svn: r6264 2006-04-04 Don Allingham <don@gramps-project.org> * src/AutoComp.py, src/Editors/_EditLdsOrd.py, src/Editors/_EditName.py: widget connections svn: r6264 2006-04-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r6263 2006-04-04 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r6263 2006-04-04 Alex Roitman <shura@gramps-project.org> * gramps2/INSTALL, gramps2/README: Update svn: r6262 2006-04-04 Alex Roitman <shura@gramps-project.org> * INSTALL, README: Update svn: r6262 2006-04-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/Makefile.am, gramps2/src/Editors/_EditLdsOrd.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/__init__.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsWidgets.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_LdsOrdBase.py, gramps2/src/RelLib/_Person.py, gramps2/src/glade/gramps.glade, gramps2/src/lds.py: Start of better LDS support svn: r6261 2006-04-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/Makefile.am, src/Editors/_EditLdsOrd.py, src/Editors/_EditPerson.py, src/Editors/__init__.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsWidgets.py, src/RelLib/Makefile.am, src/RelLib/_Family.py, src/RelLib/_LdsOrd.py, src/RelLib/_LdsOrdBase.py, src/RelLib/_Person.py, src/glade/gramps.glade, src/lds.py: Start of better LDS support svn: r6261 2006-04-04 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Fix lds ord; Add new option to put a linebreak into each textfield svn: r6260 2006-04-04 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Fix lds ord; Add new option to put a linebreak into each textfield svn: r6260 2006-04-04 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImgManip.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetDescendantReport.py: minor report improvements svn: r6259 2006-04-04 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ImgManip.py, src/plugins/DescendReport.py, src/plugins/DetDescendantReport.py: minor report improvements svn: r6259 2006-04-02 Don Allingham <don@gramps-project.org> * gramps2/src/ViewManager.py: Fix PluginStatus call svn: r6258 2006-04-02 Don Allingham <don@gramps-project.org> * src/ViewManager.py: Fix PluginStatus call svn: r6258 2006-04-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py, gramps2/src/glade/gramps.glade: place autocompletion svn: r6257 2006-04-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/glade/gramps.glade: place autocompletion svn: r6257 2006-04-02 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: src/plugins/FamilyGroup.py: various fixes, add Marriage info svn: r6256 2006-04-02 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: src/plugins/FamilyGroup.py: various fixes, add Marriage info svn: r6256 2006-04-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/autogen.sh, gramps2/src/DisplayState.py, gramps2/src/Exporter.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ManagedWindow.py, gramps2/src/PageView.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/RelLib/_DateBase.py, gramps2/src/ViewManager.py: dbstate.active fixes svn: r6255 2006-04-02 Don Allingham <don@gramps-project.org> * ChangeLog, autogen.sh, src/DisplayState.py, src/Exporter.py, src/GrampsDb/_GrampsDbBase.py, src/ManagedWindow.py, src/PageView.py, src/PluginUtils/_ReportUtils.py, src/RelLib/_DateBase.py, src/ViewManager.py: dbstate.active fixes svn: r6255 2006-04-01 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/plugins/NavWebPage.py: Narrative Web Page should work now svn: r6254 2006-04-01 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py, src/plugins/NavWebPage.py: Narrative Web Page should work now svn: r6254 2006-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: * src/DisplayTabs.py (EventEmbedList.edit_button_clicked): Fix params of EditEventRef call svn: r6253 2006-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DisplayTabs.py: * src/DisplayTabs.py (EventEmbedList.edit_button_clicked): Fix params of EditEventRef call svn: r6253 2006-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/DataViews/_PedigreeView.py: fix strange crash when loading the database svn: r6252 2006-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * src/DataViews/_PedigreeView.py: fix strange crash when loading the database svn: r6252 2006-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: ManagedWindow svn: r6250 2006-04-01 Don Allingham <don@gramps-project.org> * src/Makefile.am: ManagedWindow svn: r6250 2006-04-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/ManagedWindow.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/PluginUtils/_Plugins.py: ManagedWindow svn: r6249 2006-04-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditSecondary.py, src/ManagedWindow.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/PluginUtils/_Plugins.py: ManagedWindow svn: r6249 2006-03-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsWidgets.py: remember custom attributes/events svn: r6248 2006-03-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/DisplayTabs.py, src/Editors/_EditAttribute.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsWidgets.py: remember custom attributes/events svn: r6248 2006-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsWidgets.py: initialize MonitoredType correctly svn: r6247 2006-03-31 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: initialize MonitoredType correctly svn: r6247 2006-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_WriteGedcom.py: typos svn: r6246 2006-03-31 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: typos svn: r6246 2006-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_WriteGedcom.py: typos svn: r6245 2006-03-31 Don Allingham <don@gramps-project.org> * src/GrampsDb/_WriteGedcom.py: typos svn: r6245 2006-03-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/lds.py: restore lds baptism status values svn: r6244 2006-03-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/lds.py: restore lds baptism status values svn: r6244 2006-03-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSource.py, gramps2/src/RelLib/_DateBase.py: empty object checks svn: r6243 2006-03-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEvent.py, src/Editors/_EditFamily.py, src/Editors/_EditMedia.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditRepository.py, src/Editors/_EditSource.py, src/RelLib/_DateBase.py: empty object checks svn: r6243 2006-03-31 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update with the last gramps.pot (03-17 12:22) svn: r6242 2006-03-31 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update with the last gramps.pot (03-17 12:22) svn: r6242 2006-03-31 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/po/fr.po: update translation for 2.1x svn: r6241 2006-03-31 Jérôme Rapinat <romjerome@yahoo.fr> * po/fr.po: update translation for 2.1x svn: r6241 2006-03-31 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NavWebPage.py: src/plugins/NavWebPage.py: various fixes. Doesn't work yet. svn: r6240 2006-03-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/NavWebPage.py: src/plugins/NavWebPage.py: various fixes. Doesn't work yet. svn: r6240 2006-03-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/GenericFilter.py, gramps2/src/MergePeople.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/RelLib/_Person.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/WriteCD.py: handle to ref conversions svn: r6239 2006-03-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/DisplayModels.py, src/DisplayTabs.py, src/GenericFilter.py, src/MergePeople.py, src/PluginUtils/_ReportOptions.py, src/PluginUtils/_ReportUtils.py, src/RelLib/_Person.py, src/plugins/Ancestors.py, src/plugins/Calendar.py, src/plugins/Checkpoint.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FilterEditor.py, src/plugins/IndivSummary.py, src/plugins/NavWebPage.py, src/plugins/WriteCD.py: handle to ref conversions svn: r6239 2006-03-31 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DescendReport.py: src/plugins/DecendReport.py: use full dates instead of just year. svn: r6238 2006-03-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/DescendReport.py: src/plugins/DecendReport.py: use full dates instead of just year. svn: r6238 2006-03-31 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: src/plugins/GraphViz.py: import const svn: r6237 2006-03-31 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: src/plugins/GraphViz.py: import const svn: r6237 2006-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditPerson.py: surname guessing svn: r6236 2006-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py, src/Editors/_EditPerson.py: surname guessing svn: r6236 2006-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/plugins/Check.py: check and repair fixes svn: r6235 2006-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/PluginUtils/_Options.py, src/PluginUtils/_Tool.py, src/plugins/Check.py: check and repair fixes svn: r6235 2006-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsWidgets.py: autocompletion for surnames svn: r6234 2006-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/GrampsWidgets.py: autocompletion for surnames svn: r6234 2006-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Mime/_GnomeMime.py, gramps2/src/Utils.py: command handling svn: r6233 2006-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/Mime/_GnomeMime.py, src/Utils.py: command handling svn: r6233 2006-03-30 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/SubstKeywords.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py: Remove use of deprecated functions. Supported graphical reports should work now. svn: r6232 2006-03-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportUtils.py, src/SubstKeywords.py, src/plugins/BookReport.py, src/plugins/FanChart.py, src/plugins/GraphViz.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TimeLine.py: Remove use of deprecated functions. Supported graphical reports should work now. svn: r6232 2006-03-30 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Plugins.py: src/PluginUtils/_Plugins.py: remove statbox svn: r6231 2006-03-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/PluginUtils/_Plugins.py: src/PluginUtils/_Plugins.py: remove statbox svn: r6231 2006-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Utils.py: fix launch routine svn: r6230 2006-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Utils.py: fix launch routine svn: r6230 2006-03-30 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/Sort.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/IndivComplete.py: Remove use of deprecated functions. Supported text reports now work. svn: r6229 2006-03-30 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/PluginUtils/_ReportUtils.py, src/Sort.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/IndivComplete.py: Remove use of deprecated functions. Supported text reports now work. svn: r6229 2006-03-30 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py: test of spawn svn: r6228 2006-03-30 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py: test of spawn svn: r6228 2006-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: fix import svn: r6227 2006-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py: fix import svn: r6227 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/GrampsDisplay.py, gramps2/src/ImgManip.py, gramps2/src/QuestionDialog.py, gramps2/src/Utils.py, gramps2/src/glade/gramps.glade, gramps2/src/gramps.py: dialog fixes, replace fork with spawn svn: r6226 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/DisplayTabs.py, src/Editors/_EditPerson.py, src/GrampsDisplay.py, src/ImgManip.py, src/QuestionDialog.py, src/Utils.py, src/glade/gramps.glade, src/gramps.py: dialog fixes, replace fork with spawn svn: r6226 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/ViewManager.py: enable actiongroups on autoload svn: r6225 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/ViewManager.py: enable actiongroups on autoload svn: r6225 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/GenericFilter.py, gramps2/src/ListModel.py, gramps2/src/SelectObject.py: SelectObject support svn: r6224 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/GenericFilter.py, src/ListModel.py, src/SelectObject.py: SelectObject support svn: r6224 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PlaceView.py: fix place deletion svn: r6223 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PlaceView.py: fix place deletion svn: r6223 2006-03-29 Brian Matherly <brian@gramps-project.org> * gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py: fix const.progName to const.program_name svn: r6222 2006-03-29 Brian Matherly <brian@gramps-project.org> * src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py: fix const.progName to const.program_name svn: r6222 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: remove 2.0.X warn message svn: r6221 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: remove 2.0.X warn message svn: r6221 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/src/ArgHandler.py, gramps2/src/BaseDoc.py: remove expanduser svn: r6220 2006-03-29 Don Allingham <don@gramps-project.org> * src/ArgHandler.py, src/BaseDoc.py: remove expanduser svn: r6220 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/GrampsCfg.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/ViewManager.py, gramps2/src/plugins/BookReport.py: remove expanduser svn: r6219 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/Exporter.py, src/GrampsCfg.py, src/PluginUtils/_Report.py, src/ViewManager.py, src/plugins/BookReport.py: remove expanduser svn: r6219 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_Report.py, gramps2/src/RecentFiles.py, gramps2/src/const.py.in, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/GraphViz.py: remove expanduser svn: r6218 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/PluginUtils/_Report.py, src/RecentFiles.py, src/const.py.in, src/plugins/Calendar.py, src/plugins/GraphViz.py: remove expanduser svn: r6218 2006-03-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImgManip.py, gramps2/src/const.py.in: remove convert dependency svn: r6217 2006-03-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImgManip.py, src/const.py.in: remove convert dependency svn: r6217 2006-03-29 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: Make the Family Group Report work. Eliminiate the use of depricated functions. svn: r6216 2006-03-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: Make the Family Group Report work. Eliminiate the use of depricated functions. svn: r6216 2006-03-29 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/GenericFilter.py, gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/RecentFiles.py, gramps2/src/plugins/BookReport.py: Use filename instead of URI for XML parser (works on Windows and Linux) svn: r6215 2006-03-29 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/GenericFilter.py, src/PluginUtils/_Options.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/RecentFiles.py, src/plugins/BookReport.py: Use filename instead of URI for XML parser (works on Windows and Linux) svn: r6215 2006-03-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Mime/_GnomeMime.py: default application selection svn: r6214 2006-03-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/Mime/_GnomeMime.py: default application selection svn: r6214 2006-03-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/PageView.py: set drag and drop icon svn: r6212 2006-03-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/PageView.py: set drag and drop icon svn: r6212 2006-03-25 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditRepoRef.py: Add EditRepoRef svn: r6211 2006-03-25 Don Allingham <don@gramps-project.org> * src/Editors/_EditRepoRef.py: Add EditRepoRef svn: r6211 2006-03-25 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Open FamilyEditor to add missing parents svn: r6210 2006-03-25 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * src/DataViews/_PedigreeView.py: Open FamilyEditor to add missing parents svn: r6210 2006-03-25 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/src/ScratchPad.py: Handle single parent families on add parent switch svn: r6208 2006-03-25 Don Allingham <don@gramps-project.org> * src/ScratchPad.py: Handle single parent families on add parent switch svn: r6208 2006-03-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: Handle single parent families on add parent switch svn: r6207 2006-03-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: Handle single parent families on add parent switch svn: r6207 2006-03-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/Makefile.am, gramps2/src/Editors/__init__.py: added repository reference editor svn: r6206 2006-03-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DdTargets.py, src/DisplayTabs.py, src/Editors/Makefile.am, src/Editors/__init__.py: added repository reference editor svn: r6206 2006-03-24 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py: fix already open error svn: r6205 2006-03-24 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: fix already open error svn: r6205 2006-03-24 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py: fix update of person in relationship view svn: r6204 2006-03-24 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: fix update of person in relationship view svn: r6204 2006-03-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: handle add parent family switching svn: r6203 2006-03-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: handle add parent family switching svn: r6203 2006-03-24 Alex Roitman <shura@gramps-project.org> * gramps2/src/build_cmdplug: Update svn: r6202 2006-03-24 Alex Roitman <shura@gramps-project.org> * src/build_cmdplug: Update svn: r6202 2006-03-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: unknown parent label on FamilyViwe svn: r6201 2006-03-23 Don Allingham <don@gramps-project.org> * ChangeLog: unknown parent label on FamilyViwe svn: r6201 2006-03-23 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_FamilyView.py, gramps2/src/DisplayTabs.py: unknown parent label on FamilyViwe svn: r6200 2006-03-23 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py, src/DisplayTabs.py: unknown parent label on FamilyViwe svn: r6200 2006-03-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: fix arglist svn: r6199 2006-03-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: fix arglist svn: r6199 2006-03-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs.py, gramps2/src/ScratchPad.py: Support for DnD of alternate locations of a place svn: r6198 2006-03-23 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DdTargets.py, src/DisplayTabs.py, src/ScratchPad.py: Support for DnD of alternate locations of a place svn: r6198 2006-03-23 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ScratchPad.py: Filter double drag and drops in Windows. svn: r6197 2006-03-23 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/ScratchPad.py: Filter double drag and drops in Windows. svn: r6197 2006-03-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/ScratchPad.py: repository drag-n-drop svn: r6196 2006-03-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_RepositoryView.py, src/DdTargets.py, src/DisplayTabs.py, src/GrampsDb/_GrampsBSDDB.py, src/ScratchPad.py: repository drag-n-drop svn: r6196 2006-03-22 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py: fixed reference assignment svn: r6195 2006-03-22 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py: fixed reference assignment svn: r6195 2006-03-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DateEdit.py, gramps2/src/DdTargets.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/ImgManip.py, gramps2/src/ListModel.py, gramps2/src/NameDisplay.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/_Date.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_Note.py, gramps2/src/RelLib/_Person.py, gramps2/src/ScratchPad.py, gramps2/src/SelectSource.py, gramps2/src/Utils.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: scratchpad/drag-n-drop fixes svn: r6194 2006-03-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/DataViews/_EventView.py, src/DataViews/_PersonView.py, src/DataViews/_SourceView.py, src/DateEdit.py, src/DdTargets.py, src/DisplayModels.py, src/DisplayTabs.py, src/ImgManip.py, src/ListModel.py, src/NameDisplay.py, src/PageView.py, src/PeopleModel.py, src/RelLib/_Date.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_Note.py, src/RelLib/_Person.py, src/ScratchPad.py, src/SelectSource.py, src/Utils.py, src/ViewManager.py, src/gramps_main.py: scratchpad/drag-n-drop fixes svn: r6194 2006-03-22 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/ScratchPad.py, gramps2/src/Utils.py: Add wrappers for displaying the tuple types to unify their usage. svn: r6193 2006-03-22 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DataViews/_PedigreeView.py, src/DisplayModels.py, src/DisplayTabs.py, src/PluginUtils/_ReportUtils.py, src/ScratchPad.py, src/Utils.py: Add wrappers for displaying the tuple types to unify their usage. svn: r6193 2006-03-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/glade/gramps.glade: family warn dialog svn: r6192 2006-03-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/DisplayTabs.py, src/Editors/_EditFamily.py, src/glade/gramps.glade: family warn dialog svn: r6192 2006-03-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditAddress.py: editor fixes svn: r6191 2006-03-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditAddress.py: editor fixes svn: r6191 2006-03-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/ImgManip.py: Update svn: r6190 2006-03-21 Alex Roitman <shura@gramps-project.org> * src/ImgManip.py: Update svn: r6190 2006-03-21 Alex Roitman <shura@gramps-project.org> * gramps2/data/man/Makefile.am, gramps2/data/man/fr/Makefile.am: Update svn: r6189 2006-03-21 Alex Roitman <shura@gramps-project.org> * data/man/Makefile.am, data/man/fr/Makefile.am: Update svn: r6189 2006-03-21 Alex Roitman <shura@gramps-project.org> * : Update svn: r6188 2006-03-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/configure.in, gramps2/data/Makefile.am, gramps2/data/gramps.applications, gramps2/data/gramps.desktop.in, gramps2/data/gramps.keys.in, gramps2/data/gramps.mime, gramps2/data/gramps.schemas.in, gramps2/data/gramps.xml.in, gramps2/data/grampsxml.dtd, gramps2/data/grampsxml.rng, gramps2/data/man/Makefile.am, gramps2/data/man/fr/Makefile.am, gramps2/data/man/fr/gramps.1.in, gramps2/data/man/gramps.1.in, gramps2/doc/Makefile.am, gramps2/doc/gramps.xsd, gramps2/doc/grampsxml.dtd, gramps2/doc/grampsxml.rng, gramps2/doc/man/Makefile.am, gramps2/doc/man/fr/Makefile.am, gramps2/doc/man/fr/gramps.1.in, gramps2/doc/man/gramps.1.in, gramps2/po/POTFILES.in, gramps2/src/ImgManip.py, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.applications, gramps2/src/data/gramps.desktop.in, gramps2/src/data/gramps.keys.in, gramps2/src/data/gramps.mime, gramps2/src/data/gramps.schemas.in, gramps2/src/data/gramps.svg, gramps2/src/data/gramps.xml.in, gramps2/src/images/Makefile.am, gramps2/src/images/gramps.svg: * various: rename doc to data; move most of src/data to data. svn: r6187 2006-03-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, Makefile.am, configure.in, data/Makefile.am, data/gramps.applications, data/gramps.desktop.in, data/gramps.keys.in, data/gramps.mime, data/gramps.schemas.in, data/gramps.xml.in, data/grampsxml.dtd, data/grampsxml.rng, data/man/Makefile.am, data/man/fr/Makefile.am, data/man/fr/gramps.1.in, data/man/gramps.1.in, doc/Makefile.am, doc/gramps.xsd, doc/grampsxml.dtd, doc/grampsxml.rng, doc/man/Makefile.am, doc/man/fr/Makefile.am, doc/man/fr/gramps.1.in, doc/man/gramps.1.in, po/POTFILES.in, src/ImgManip.py, src/data/Makefile.am, src/data/gramps.applications, src/data/gramps.desktop.in, src/data/gramps.keys.in, src/data/gramps.mime, src/data/gramps.schemas.in, src/data/gramps.svg, src/data/gramps.xml.in, src/images/Makefile.am, src/images/gramps.svg: * various: rename doc to data; move most of src/data to data. svn: r6187 2006-03-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/Config/__init__.py, gramps2/src/const.py.in: .ini settings svn: r6186 2006-03-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py, src/Config/__init__.py, src/const.py.in: .ini settings svn: r6186 2006-03-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/Makefile.am, gramps2/src/NameDisplay.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/_Name.py, gramps2/src/ViewManager.py, gramps2/src/const.py.in, gramps2/src/lds.py, gramps2/src/plugins/TestcaseGenerator.py: lds specific data moved svn: r6185 2006-03-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/DisplayModels.py, src/DisplayTabs.py, src/Editors/_EditFamily.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/Makefile.am, src/NameDisplay.py, src/PeopleModel.py, src/RelLib/_Name.py, src/ViewManager.py, src/const.py.in, src/lds.py, src/plugins/TestcaseGenerator.py: lds specific data moved svn: r6185 2006-03-21 Brian Matherly <brian@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Config/_GrampsIniKeys.py: os independent path svn: r6184 2006-03-21 Brian Matherly <brian@gramps-project.org> * ChangeLog, src/Config/_GrampsIniKeys.py: os independent path svn: r6184 2006-03-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py, gramps2/src/SelectPerson.py: update data properly svn: r6183 2006-03-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/SelectPerson.py: update data properly svn: r6183 2006-03-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: use db.THREAD svn: r6182 2006-03-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: use db.THREAD svn: r6182 2006-03-20 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/PeopleModel.py: provide lower level access for cursors, but retain XML/GEDCOM compatiblity svn: r6181 2006-03-20 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py, src/PeopleModel.py: provide lower level access for cursors, but retain XML/GEDCOM compatiblity svn: r6181 2006-03-20 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py, gramps2/src/SelectPerson.py: cursor cleanup svn: r6180 2006-03-20 Don Allingham <don@gramps-project.org> * src/PeopleModel.py, src/SelectPerson.py: cursor cleanup svn: r6180 2006-03-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/NameDisplay.py, gramps2/src/PeopleModel.py, gramps2/src/SelectPerson.py: performance enhancements svn: r6179 2006-03-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Editors/_EditFamily.py, src/NameDisplay.py, src/PeopleModel.py, src/SelectPerson.py: performance enhancements svn: r6179 2006-03-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/ListModel.py, gramps2/src/SelectEvent.py, gramps2/src/SelectSource.py, gramps2/src/glade/gramps.glade: object sharing support svn: r6178 2006-03-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditFamily.py, src/ListModel.py, src/SelectEvent.py, src/SelectSource.py, src/glade/gramps.glade: object sharing support svn: r6178 2006-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/ChangeLog, gramps2/po/POTFILES.in: * configure.in: Remove scrollkeeper checks and other unused statements svn: r6177 2006-03-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/ChangeLog, po/POTFILES.in: * configure.in: Remove scrollkeeper checks and other unused statements svn: r6177 2006-03-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/Makefile.am, gramps2/src/RelImage.py: removed RelImage svn: r6176 2006-03-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/Makefile.am, src/RelImage.py: removed RelImage svn: r6176 2006-03-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_PersonView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/NameDisplay.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/_Name.py, gramps2/src/SelectPerson.py, gramps2/src/Utils.py: speed improvements until object selector is functional svn: r6175 2006-03-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_PersonView.py, src/Editors/_EditFamily.py, src/GenericFilter.py, src/GrampsDb/_GrampsDbBase.py, src/NameDisplay.py, src/PageView.py, src/PeopleModel.py, src/RelLib/_Name.py, src/SelectPerson.py, src/Utils.py: speed improvements until object selector is functional svn: r6175 2006-03-18 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/help/fr/fr.po: french po for gramps manual v2.6 maybe you should remove the width, depth and scale values on imagedata tag (xml file) because c/figures has his own values and the other lang/figures don't have the same size. svn: r6174 2006-03-18 Jérôme Rapinat <romjerome@yahoo.fr> * help/fr/fr.po: french po for gramps manual v2.6 maybe you should remove the width, depth and scale values on imagedata tag (xml file) because c/figures has his own values and the other lang/figures don't have the same size. svn: r6174 2006-03-18 Alex Roitman <shura@gramps-project.org> * : Update svn: r6173 2006-03-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/intltool-extract.in, gramps2/intltool-merge.in, gramps2/intltool-update.in: * intltool-*.in: remove from svn. svn: r6172 2006-03-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, intltool-extract.in, intltool-merge.in, intltool-update.in: * intltool-*.in: remove from svn. svn: r6172 2006-03-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py, gramps2/src/PeopleModel.py, gramps2/src/SelectPerson.py: use SelectPerson for father instead of Object Selector svn: r6171 2006-03-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py, src/PeopleModel.py, src/SelectPerson.py: use SelectPerson for father instead of Object Selector svn: r6171 2006-03-18 Don Allingham <don@gramps-project.org> * gramps2/intltool-extract.in, gramps2/intltool-merge.in, gramps2/intltool-update.in, gramps2/src/DataViews/_FamilyList.py, gramps2/src/GrampsDb/_DbUtils.py: typo fixes svn: r6170 2006-03-18 Don Allingham <don@gramps-project.org> * intltool-extract.in, intltool-merge.in, intltool-update.in, src/DataViews/_FamilyList.py, src/GrampsDb/_DbUtils.py: typo fixes svn: r6170 2006-03-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/GrampsDb/_DbUtils.py, gramps2/src/GrampsDb/__init__.py: removal of families svn: r6169 2006-03-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/GrampsDb/_DbUtils.py, src/GrampsDb/__init__.py: removal of families svn: r6169 2006-03-18 Alex Roitman <shura@gramps-project.org> * gramps2/m4/Makefile.am: update svn: r6168 2006-03-18 Alex Roitman <shura@gramps-project.org> * m4/Makefile.am: update svn: r6168 2006-03-18 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am, gramps2/configure.in: update svn: r6167 2006-03-18 Alex Roitman <shura@gramps-project.org> * Makefile.am, configure.in: update svn: r6167 2006-03-17 Alex Roitman <shura@gramps-project.org> * : Update svn: r6166 2006-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/help/Makefile.am, gramps2/help/gramps-manual.pot: Update svn: r6165 2006-03-17 Alex Roitman <shura@gramps-project.org> * help/Makefile.am, help/gramps-manual.pot: Update svn: r6165 2006-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/Makefile.am, gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/de/Makefile.am, gramps2/doc/gramps-manual/de/cmdline.xml, gramps2/doc/gramps-manual/de/custom.xml, gramps2/doc/gramps-manual/de/faq.xml, gramps2/doc/gramps-manual/de/filtref.xml, gramps2/doc/gramps-manual/de/getstart.xml, gramps2/doc/gramps-manual/de/gramps-manual-de.omf, gramps2/doc/gramps-manual/de/gramps-manual.xml, gramps2/doc/gramps-manual/de/keybind.xml, gramps2/doc/gramps-manual/de/legal.xml, gramps2/doc/gramps-manual/de/mainwin.xml, gramps2/doc/gramps-manual/de/usage.xml, gramps2/doc/gramps-manual/fr/Makefile.am, gramps2/doc/gramps-manual/fr/authors.xml, gramps2/doc/gramps-manual/fr/bugs.xml, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/cmdplug.xml, gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/faq.xml, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/getstart.xml, gramps2/doc/gramps-manual/fr/gramps-manual-fr.omf, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/keybind.xml, gramps2/doc/gramps-manual/fr/legal.xml, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/preface.xml, gramps2/doc/gramps-manual/fr/usage.xml, gramps2/doc/gramps-manual/hu/Makefile.am, gramps2/doc/gramps-manual/hu/cmdline.xml, gramps2/doc/gramps-manual/hu/custom.xml, gramps2/doc/gramps-manual/hu/faq.xml, gramps2/doc/gramps-manual/hu/filtref.xml, gramps2/doc/gramps-manual/hu/getstart.xml, gramps2/doc/gramps-manual/hu/gramps-manual-hu.omf, gramps2/doc/gramps-manual/hu/gramps-manual.xml, gramps2/doc/gramps-manual/hu/keybind.xml, gramps2/doc/gramps-manual/hu/legal.xml, gramps2/doc/gramps-manual/hu/mainwin.xml, gramps2/doc/gramps-manual/hu/usage.xml, gramps2/doc/gramps-manual/ru/Makefile.am, gramps2/doc/gramps-manual/ru/cmdline.xml, gramps2/doc/gramps-manual/ru/custom.xml, gramps2/doc/gramps-manual/ru/faq.xml, gramps2/doc/gramps-manual/ru/filtref.xml, gramps2/doc/gramps-manual/ru/getstart.xml, gramps2/doc/gramps-manual/ru/gramps-manual-ru.omf, gramps2/doc/gramps-manual/ru/gramps-manual.xml, gramps2/doc/gramps-manual/ru/keybind.xml, gramps2/doc/gramps-manual/ru/legal.xml, gramps2/doc/gramps-manual/ru/mainwin.xml, gramps2/doc/gramps-manual/ru/usage.xml, gramps2/doc/omf.make, gramps2/doc/xmldocs.make: Update svn: r6164 2006-03-17 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/Makefile.am, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/Makefile.am, doc/gramps-manual/de/Makefile.am, doc/gramps-manual/de/cmdline.xml, doc/gramps-manual/de/custom.xml, doc/gramps-manual/de/faq.xml, doc/gramps-manual/de/filtref.xml, doc/gramps-manual/de/getstart.xml, doc/gramps-manual/de/gramps-manual-de.omf, doc/gramps-manual/de/gramps-manual.xml, doc/gramps-manual/de/keybind.xml, doc/gramps-manual/de/legal.xml, doc/gramps-manual/de/mainwin.xml, doc/gramps-manual/de/usage.xml, doc/gramps-manual/fr/Makefile.am, doc/gramps-manual/fr/authors.xml, doc/gramps-manual/fr/bugs.xml, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/cmdplug.xml, doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/getstart.xml, doc/gramps-manual/fr/gramps-manual-fr.omf, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/keybind.xml, doc/gramps-manual/fr/legal.xml, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/preface.xml, doc/gramps-manual/fr/usage.xml, doc/gramps-manual/hu/Makefile.am, doc/gramps-manual/hu/cmdline.xml, doc/gramps-manual/hu/custom.xml, doc/gramps-manual/hu/faq.xml, doc/gramps-manual/hu/filtref.xml, doc/gramps-manual/hu/getstart.xml, doc/gramps-manual/hu/gramps-manual-hu.omf, doc/gramps-manual/hu/gramps-manual.xml, doc/gramps-manual/hu/keybind.xml, doc/gramps-manual/hu/legal.xml, doc/gramps-manual/hu/mainwin.xml, doc/gramps-manual/hu/usage.xml, doc/gramps-manual/ru/Makefile.am, doc/gramps-manual/ru/cmdline.xml, doc/gramps-manual/ru/custom.xml, doc/gramps-manual/ru/faq.xml, doc/gramps-manual/ru/filtref.xml, doc/gramps-manual/ru/getstart.xml, doc/gramps-manual/ru/gramps-manual-ru.omf, doc/gramps-manual/ru/gramps-manual.xml, doc/gramps-manual/ru/keybind.xml, doc/gramps-manual/ru/legal.xml, doc/gramps-manual/ru/mainwin.xml, doc/gramps-manual/ru/usage.xml, doc/omf.make, doc/xmldocs.make: Update svn: r6164 2006-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/configure.in, gramps2/doc/Makefile.am, gramps2/doc/gramps-manual/C/authors.xml, gramps2/doc/gramps-manual/C/bugs.xml, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/C/cmdplug.xml, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/doc/gramps-manual/C/legal.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/manual.xml, gramps2/doc/gramps-manual/C/preface.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/help/C/authors.xml, gramps2/help/C/bugs.xml, gramps2/help/C/cmdline.xml, gramps2/help/C/cmdplug.xml, gramps2/help/C/custom.xml, gramps2/help/C/faq.xml, gramps2/help/C/filtref.xml, gramps2/help/C/getstart.xml, gramps2/help/C/gramps-manual.xml, gramps2/help/C/keybind.xml, gramps2/help/C/legal.xml, gramps2/help/C/mainwin.xml, gramps2/help/C/manual.xml, gramps2/help/C/preface.xml, gramps2/help/C/usage.xml, gramps2/help/ChangeLog, gramps2/help/Makefile.am, gramps2/help/gramps-manual.omf.in, gramps2/help/gramps-manual.pot, gramps2/m4/Makefile.am, gramps2/po/gramps.pot: * help: add new dir with new gnome-doc-utils infrastructure. svn: r6163 2006-03-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, Makefile.am, configure.in, doc/Makefile.am, doc/gramps-manual/C/authors.xml, doc/gramps-manual/C/bugs.xml, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/cmdplug.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/legal.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/manual.xml, doc/gramps-manual/C/preface.xml, doc/gramps-manual/C/usage.xml, help/C/authors.xml, help/C/bugs.xml, help/C/cmdline.xml, help/C/cmdplug.xml, help/C/custom.xml, help/C/faq.xml, help/C/filtref.xml, help/C/getstart.xml, help/C/gramps-manual.xml, help/C/keybind.xml, help/C/legal.xml, help/C/mainwin.xml, help/C/manual.xml, help/C/preface.xml, help/C/usage.xml, help/ChangeLog, help/Makefile.am, help/gramps-manual.omf.in, help/gramps-manual.pot, m4/Makefile.am, po/gramps.pot: * help: add new dir with new gnome-doc-utils infrastructure. svn: r6163 2006-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/autogen.sh, gramps2/config.guess, gramps2/config.sub, gramps2/configure.in, gramps2/src/TipOfDay.py: * configure.in: Multiple improvements. * config.guess, config.sub: newer versions. * autogen.sh: Better gnome-common message. * src/TipOfDay.py (TipParser): skip messages with xml:lang attribute, because these are already supplied in the po file. svn: r6162 2006-03-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, autogen.sh, config.guess, config.sub, configure.in, src/TipOfDay.py: * configure.in: Multiple improvements. * config.guess, config.sub: newer versions. * autogen.sh: Better gnome-common message. * src/TipOfDay.py (TipParser): skip messages with xml:lang attribute, because these are already supplied in the po file. svn: r6162 2006-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/m4/Makefile.am: Update svn: r6161 2006-03-17 Alex Roitman <shura@gramps-project.org> * m4/Makefile.am: Update svn: r6161 2006-03-17 Alex Roitman <shura@gramps-project.org> * : Update svn: r6160 2006-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am, gramps2/m4/Makefile.am, gramps2/src/Makefile.am: Update svn: r6159 2006-03-17 Alex Roitman <shura@gramps-project.org> * Makefile.am, m4/Makefile.am, src/Makefile.am: Update svn: r6159 2006-03-17 Alex Roitman <shura@gramps-project.org> * : Update svn: r6158 2006-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am, gramps2/configure.in, gramps2/m4/Makefile.am: More build changes svn: r6157 2006-03-17 Alex Roitman <shura@gramps-project.org> * Makefile.am, configure.in, m4/Makefile.am: More build changes svn: r6157 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py.in: * various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context. svn: r6156 2006-03-16 Alex Roitman <shura@gramps-project.org> * src/const.py.in: * various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context. svn: r6156 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ArgHandler.py, gramps2/src/Assistant.py, gramps2/src/Bookmarks.py, gramps2/src/ColumnOrder.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_MapView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DateEdit.py, gramps2/src/DateHandler/_DateDisplay.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditReference.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/Exporter.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadGrdb.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteGrdb.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/GrampsLogger/_ErrorView.py, gramps2/src/GrampsWidgets.py, gramps2/src/MergeData.py, gramps2/src/MergePeople.py, gramps2/src/Mime/_GnomeMime.py, gramps2/src/Mime/_PythonMime.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py, gramps2/src/ObjectSelector/__init__.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_PaperMenu.py, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/PluginUtils/_StyleEditor.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/QuestionDialog.py, gramps2/src/RelImage.py, gramps2/src/RelLib/_Date.py, gramps2/src/Relationship.py, gramps2/src/ScratchPad.py, gramps2/src/SelectEvent.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/Spell.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/TransUtils.py, gramps2/src/TreeViews/_PersonTreeView.py, gramps2/src/Utils.py, gramps2/src/ViewManager.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/CmdRef.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/Eval.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PHPGedViewConnector.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_es.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_sv.py: * various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context. svn: r6155 2006-03-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/Assistant.py, src/Bookmarks.py, src/ColumnOrder.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DateEdit.py, src/DateHandler/_DateDisplay.py, src/DisplayModels.py, src/DisplayTabs.py, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditReference.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/Exporter.py, src/GenericFilter.py, src/GrampsCfg.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadGrdb.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteGrdb.py, src/GrampsDb/_WriteXML.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/GrampsWidgets.py, src/MergeData.py, src/MergePeople.py, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/ObjectSelector/__init__.py, src/PageView.py, src/PeopleModel.py, src/PluginUtils/_Options.py, src/PluginUtils/_PaperMenu.py, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/PluginUtils/_ReportUtils.py, src/PluginUtils/_StyleEditor.py, src/PluginUtils/_Tool.py, src/QuestionDialog.py, src/RelImage.py, src/RelLib/_Date.py, src/Relationship.py, src/ScratchPad.py, src/SelectEvent.py, src/SelectObject.py, src/SelectPerson.py, src/Spell.py, src/StartupDialog.py, src/TipOfDay.py, src/TransUtils.py, src/TreeViews/_PersonTreeView.py, src/Utils.py, src/ViewManager.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Leak.py, src/plugins/Merge.py, src/plugins/NavWebPage.py, src/plugins/PHPGedViewConnector.py, src/plugins/PatchNames.py, src/plugins/ReadPkg.py, src/plugins/Rebuild.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_no.py, src/plugins/rel_sv.py: * various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context. svn: r6155 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/mkinstalldirs: Update svn: r6154 2006-03-16 Alex Roitman <shura@gramps-project.org> * mkinstalldirs: Update svn: r6154 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/py-compile: Remove py-compile svn: r6153 2006-03-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, py-compile: Remove py-compile svn: r6153 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/po/Makefile.in.in: Update svn: r6152 2006-03-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, po/Makefile.in.in: Update svn: r6152 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r6151 2006-03-16 Alex Roitman <shura@gramps-project.org> * po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Update svn: r6151 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r6150 2006-03-16 Alex Roitman <shura@gramps-project.org> * po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/zh_CN.po: Update svn: r6150 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/check_po, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Updtae svn: r6149 2006-03-16 Alex Roitman <shura@gramps-project.org> * po/check_po, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Updtae svn: r6149 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/gramps.pot, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r6148 2006-03-16 Alex Roitman <shura@gramps-project.org> * po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/gramps.pot, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Update svn: r6148 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/po/ru.po, gramps2/po/sv.po: Update svn: r6147 2006-03-16 Alex Roitman <shura@gramps-project.org> * po/ru.po, po/sv.po: Update svn: r6147 2006-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/configure.in, gramps2/po/POTFILES.in, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/gramps.pot, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sk.po, gramps2/po/sv.po, gramps2/po/zh_CN.po: Update svn: r6146 2006-03-16 Alex Roitman <shura@gramps-project.org> * configure.in, po/POTFILES.in, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/gramps.pot, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/zh_CN.po: Update svn: r6146 2006-03-16 Alex Roitman <shura@gramps-project.org> * : Update svn: r6145 2006-03-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/INSTALL, gramps2/Makefile.am, gramps2/autogen.sh, gramps2/config.guess, gramps2/config.rpath, gramps2/config.sub, gramps2/configure.in, gramps2/intltool-extract.in, gramps2/intltool-merge.in, gramps2/intltool-update.in, gramps2/m4/codeset.m4, gramps2/m4/gettext.m4, gramps2/m4/glibc21.m4, gramps2/m4/iconv.m4, gramps2/m4/isc-posix.m4, gramps2/m4/lcmessage.m4, gramps2/m4/progtest.m4, gramps2/mkinstalldirs, gramps2/po/ChangeLog, gramps2/po/Makefile.in.in, gramps2/po/POTFILES.in, gramps2/po/check_po, gramps2/po/cs.po, gramps2/po/da.po, gramps2/po/de.po, gramps2/po/eo.po, gramps2/po/es.po, gramps2/po/fi.po, gramps2/po/fr.po, gramps2/po/hu.po, gramps2/po/it.po, gramps2/po/lt.po, gramps2/po/nb.po, gramps2/po/nl.po, gramps2/po/no.po, gramps2/po/pl.po, gramps2/po/pt_BR.po, gramps2/po/ro.po, gramps2/po/ru.po, gramps2/po/sv.po, gramps2/po/zh_CN.po, gramps2/py-compile, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/Makefile.am, gramps2/src/PluginUtils/Makefile.am, gramps2/src/build_po, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.desktop, gramps2/src/data/gramps.desktop.in, gramps2/src/data/gramps.keys, gramps2/src/data/gramps.keys.in, gramps2/src/data/gramps.schemas, gramps2/src/data/gramps.schemas.in, gramps2/src/data/gramps.xml, gramps2/src/data/gramps.xml.in, gramps2/src/data/tips.xml, gramps2/src/data/tips.xml.in, gramps2/src/docgen/Makefile.am, gramps2/src/get_strings, gramps2/src/po/Makefile.am, gramps2/src/po/POTFILES.in, gramps2/src/po/check_po, gramps2/src/po/cs.po, gramps2/src/po/da.po, gramps2/src/po/de.po, gramps2/src/po/eo.po, gramps2/src/po/es.po, gramps2/src/po/fi.po, gramps2/src/po/fr.po, gramps2/src/po/hu.po, gramps2/src/po/it.po, gramps2/src/po/lt.po, gramps2/src/po/nb.po, gramps2/src/po/nl.po, gramps2/src/po/no.po, gramps2/src/po/pl.po, gramps2/src/po/pt_BR.po, gramps2/src/po/ro.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po, gramps2/src/po/zh_CN.po: * various: intltoolize and gettextize properly. svn: r6144 2006-03-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, INSTALL, Makefile.am, autogen.sh, config.guess, config.rpath, config.sub, configure.in, intltool-extract.in, intltool-merge.in, intltool-update.in, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4, mkinstalldirs, po/ChangeLog, po/Makefile.in.in, po/POTFILES.in, po/check_po, po/cs.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/hu.po, po/it.po, po/lt.po, po/nb.po, po/nl.po, po/no.po, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/zh_CN.po, py-compile, src/GrampsDb/_GrampsBSDDB.py, src/Makefile.am, src/PluginUtils/Makefile.am, src/build_po, src/data/Makefile.am, src/data/gramps.desktop, src/data/gramps.desktop.in, src/data/gramps.keys, src/data/gramps.keys.in, src/data/gramps.schemas, src/data/gramps.schemas.in, src/data/gramps.xml, src/data/gramps.xml.in, src/data/tips.xml, src/data/tips.xml.in, src/docgen/Makefile.am, src/get_strings, src/po/Makefile.am, src/po/POTFILES.in, src/po/check_po, src/po/cs.po, src/po/da.po, src/po/de.po, src/po/eo.po, src/po/es.po, src/po/fi.po, src/po/fr.po, src/po/hu.po, src/po/it.po, src/po/lt.po, src/po/nb.po, src/po/nl.po, src/po/no.po, src/po/pl.po, src/po/pt_BR.po, src/po/ro.po, src/po/ru.po, src/po/sv.po, src/po/template.po, src/po/zh_CN.po: * various: intltoolize and gettextize properly. svn: r6144 2006-03-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/ViewManager.py: * src/GrampsDb/_GrampsBSDDB.py (update_empty,update_real): Add functions for updating the display; (gramps_upgrade): Set up display updaters; (gramps_upgrade_9): Reflect progess of db upgrade. (low_level_9): Return status and length of the db. (_table_low_level_9): Return table length if successful. * src/ViewManager.py (post_load): Remove database upgrade, since db.load takes care of upgrade. svn: r6143 2006-03-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/ViewManager.py: * src/GrampsDb/_GrampsBSDDB.py (update_empty,update_real): Add functions for updating the display; (gramps_upgrade): Set up display updaters; (gramps_upgrade_9): Reflect progess of db upgrade. (low_level_9): Return status and length of the db. (_table_low_level_9): Return table length if successful. * src/ViewManager.py (post_load): Remove database upgrade, since db.load takes care of upgrade. svn: r6143 2006-03-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_NoteBase.py: * src/RelLib/_NoteBase.py (NoteBase.serialize): Work out the case of note being None -- leftover from gramps20. svn: r6142 2006-03-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_NoteBase.py: * src/RelLib/_NoteBase.py (NoteBase.serialize): Work out the case of note being None -- leftover from gramps20. svn: r6142 2006-03-13 Brian Matherly <brian@gramps-project.org> * : Oops. Sorry. Still getting used to subversion. svn: r6141 2006-03-13 Brian Matherly <brian@gramps-project.org> * : Initial import. svn: r6140 2006-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginUtils/_ReportOptions.py: * src/PluginUtils/_ReportOptions.py: Use correct namespace for the base clases from _Options module. svn: r6139 2006-03-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginUtils/_ReportOptions.py: * src/PluginUtils/_ReportOptions.py: Use correct namespace for the base clases from _Options module. svn: r6139 2006-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/__init__.py, gramps2/src/const.py.in, gramps2/src/docgen/ODFDoc.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Verify.py: Update svn: r6138 2006-03-11 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/__init__.py, src/const.py.in, src/docgen/ODFDoc.py, src/plugins/BookReport.py, src/plugins/Verify.py: Update svn: r6138 2006-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/DateHandler/___init__.py, gramps2/src/DateHandler/__init__.py: Update svn: r6137 2006-03-11 Alex Roitman <shura@gramps-project.org> * src/DateHandler/___init__.py, src/DateHandler/__init__.py: Update svn: r6137 2006-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler/Makefile.am, gramps2/src/DateHandler/_DateHandler.py, gramps2/src/DateHandler/_Date_de.py, gramps2/src/DateHandler/_Date_es.py, gramps2/src/DateHandler/_Date_fi.py, gramps2/src/DateHandler/_Date_fr.py, gramps2/src/DateHandler/_Date_lt.py, gramps2/src/DateHandler/_Date_nl.py, gramps2/src/DateHandler/_Date_ru.py, gramps2/src/DateHandler/_Date_sv.py, gramps2/src/DateHandler/___init__.py, gramps2/src/DateHandler/__init__.py, gramps2/src/PluginUtils/_Plugins.py: Remove dependency on load_plugins svn: r6136 2006-03-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateHandler/Makefile.am, src/DateHandler/_DateHandler.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sv.py, src/DateHandler/___init__.py, src/DateHandler/__init__.py, src/PluginUtils/_Plugins.py: Remove dependency on load_plugins svn: r6136 2006-03-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_MapView.py: fix map view startup traceback svn: r6135 2006-03-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_MapView.py: fix map view startup traceback svn: r6135 2006-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/__init__.py, gramps2/src/ViewManager.py: Update svn: r6134 2006-03-11 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/__init__.py, src/ViewManager.py: Update svn: r6134 2006-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DateHandler/__init__.py, gramps2/src/Exporter.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/Makefile.am, gramps2/src/PluginMgr.py, gramps2/src/PluginUtils/Makefile.am, gramps2/src/PluginUtils/_PluginMgr.py, gramps2/src/PluginUtils/_Plugins.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/__init__.py, gramps2/src/Plugins.py, gramps2/src/SpreadSheetDoc.py, gramps2/src/ViewManager.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SpreadSheetDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/CmdRef.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/DumpGenderStats.py, gramps2/src/plugins/Eval.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PHPGedViewConnector.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_es.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_ru.py, gramps2/src/plugins/rel_sv.py: * src/Plugins.py, src/PluginMgr.py: Move to ReportUtils. svn: r6133 2006-03-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DateHandler/__init__.py, src/Exporter.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/Makefile.am, src/PluginMgr.py, src/PluginUtils/Makefile.am, src/PluginUtils/_PluginMgr.py, src/PluginUtils/_Plugins.py, src/PluginUtils/_Report.py, src/PluginUtils/__init__.py, src/Plugins.py, src/SpreadSheetDoc.py, src/ViewManager.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SpreadSheetDoc.py, src/docgen/SvgDrawDoc.py, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/DumpGenderStats.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Leak.py, src/plugins/Merge.py, src/plugins/NavWebPage.py, src/plugins/PHPGedViewConnector.py, src/plugins/PatchNames.py, src/plugins/ReadPkg.py, src/plugins/Rebuild.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_ru.py, src/plugins/rel_sv.py: * src/Plugins.py, src/PluginMgr.py: Move to ReportUtils. svn: r6133 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py: add remove function in FamilyView svn: r6132 2006-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py: add remove function in FamilyView svn: r6132 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyList.py: add remove function in FamilyView svn: r6131 2006-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyList.py: add remove function in FamilyView svn: r6131 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_FamilyList.py: icon fixes svn: r6130 2006-03-10 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py: icon fixes svn: r6130 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py, gramps2/src/Mime/_PythonMime.py: icon fixes svn: r6129 2006-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/Mime/_PythonMime.py: icon fixes svn: r6129 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_FamilyList.py: family_add svn: r6128 2006-03-10 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyList.py: family_add svn: r6128 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/DataViews/_MediaView.py: MediaView integrity after add svn: r6127 2006-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/DataViews/_MediaView.py: MediaView integrity after add svn: r6127 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/GrampsDb/_GrampsDbBase.py: Fix adding of places in internal map svn: r6126 2006-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/GrampsDb/_GrampsDbBase.py: Fix adding of places in internal map svn: r6126 2006-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEventRef.py: commit places properly svn: r6125 2006-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEventRef.py: commit places properly svn: r6125 2006-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/PeopleModel.py: add/delete families better svn: r6124 2006-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/Editors/_EditFamily.py, src/PeopleModel.py: add/delete families better svn: r6124 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PaperMenu.py, gramps2/src/PluginUtils/_PaperMenu.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_StyleEditor.py, gramps2/src/StyleEditor.py: Update svn: r6123 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PaperMenu.py, src/PluginUtils/_PaperMenu.py, src/PluginUtils/_Report.py, src/PluginUtils/_StyleEditor.py, src/StyleEditor.py: Update svn: r6123 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/Makefile.am: Update svn: r6122 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/Makefile.am: Update svn: r6122 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/Makefile.am, gramps2/src/PluginUtils/Makefile.am, gramps2/src/PluginUtils/_Report.py, gramps2/src/Plugins.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/CmdRef.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py: * PluginUtils: Add module with Report and Tool utils. svn: r6121 2006-03-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/Makefile.am, src/PluginUtils/Makefile.am, src/PluginUtils/_Report.py, src/Plugins.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/Calendar.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/NavWebPage.py, src/plugins/SimpleBookTitle.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TimeLine.py: * PluginUtils: Add module with Report and Tool utils. svn: r6121 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/ArgHandler.py, gramps2/src/MergePeople.py, gramps2/src/PluginMgr.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/PluginUtils/__init__.py, gramps2/src/Plugins.py, gramps2/src/ViewManager.py, gramps2/src/plugins/AncestorChart2.py: Update svn: r6120 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/ArgHandler.py, src/MergePeople.py, src/PluginMgr.py, src/PluginUtils/_ReportUtils.py, src/PluginUtils/__init__.py, src/Plugins.py, src/ViewManager.py, src/plugins/AncestorChart2.py: Update svn: r6120 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/PluginUtils/__init__.py: Update svn: r6119 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Options.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/PluginUtils/_ReportUtils.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py: Update svn: r6119 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/Tool/_Options.py, gramps2/src/PluginUtils/Tool/_Tool.py: update svn: r6118 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/Tool/_Options.py, src/PluginUtils/Tool/_Tool.py: update svn: r6118 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/Report/_Report.py, gramps2/src/PluginUtils/Report/_ReportOptions.py, gramps2/src/PluginUtils/Report/_ReportUtils.py: update svn: r6117 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/Report/_Report.py, src/PluginUtils/Report/_ReportOptions.py, src/PluginUtils/Report/_ReportUtils.py: update svn: r6117 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/Tool/_Tool.py: Update svn: r6116 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/Tool/_Tool.py: Update svn: r6116 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/Report/_ReportOptions.py: Update svn: r6115 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/Report/_ReportOptions.py: Update svn: r6115 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/Report/_Report.py, gramps2/src/PluginUtils/Report/_ReportOptions.py, gramps2/src/PluginUtils/Report/_ReportUtils.py, gramps2/src/PluginUtils/Tool/_Options.py, gramps2/src/PluginUtils/Tool/_Tool.py, gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/PluginUtils/_Tool.py: update svn: r6114 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/Report/_Report.py, src/PluginUtils/Report/_ReportOptions.py, src/PluginUtils/Report/_ReportUtils.py, src/PluginUtils/Tool/_Options.py, src/PluginUtils/Tool/_Tool.py, src/PluginUtils/_Options.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/PluginUtils/_ReportUtils.py, src/PluginUtils/_Tool.py: update svn: r6114 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/PluginUtils/_Options.py, gramps2/src/PluginUtils/_Report.py, gramps2/src/PluginUtils/_ReportOptions.py, gramps2/src/PluginUtils/_ReportUtils.py, gramps2/src/PluginUtils/_Tool.py, gramps2/src/PluginUtils/__init__.py, gramps2/src/ReportsTools/_Options.py, gramps2/src/ReportsTools/_Report.py, gramps2/src/ReportsTools/_ReportOptions.py, gramps2/src/ReportsTools/_ReportUtils.py, gramps2/src/ReportsTools/_Tool.py, gramps2/src/ReportsTools/__init__.py: Update svn: r6113 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/PluginUtils/_Options.py, src/PluginUtils/_Report.py, src/PluginUtils/_ReportOptions.py, src/PluginUtils/_ReportUtils.py, src/PluginUtils/_Tool.py, src/PluginUtils/__init__.py, src/ReportsTools/_Options.py, src/ReportsTools/_Report.py, src/ReportsTools/_ReportOptions.py, src/ReportsTools/_ReportUtils.py, src/ReportsTools/_Tool.py, src/ReportsTools/__init__.py: Update svn: r6113 2006-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/Options.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/ReportUtils.py, gramps2/src/ReportsTools/_Options.py, gramps2/src/ReportsTools/_Report.py, gramps2/src/ReportsTools/_ReportOptions.py, gramps2/src/ReportsTools/_ReportUtils.py, gramps2/src/ReportsTools/_Tool.py, gramps2/src/ReportsTools/__init__.py, gramps2/src/Tool.py: Update svn: r6112 2006-03-09 Alex Roitman <shura@gramps-project.org> * src/Options.py, src/Report.py, src/ReportOptions.py, src/ReportUtils.py, src/ReportsTools/_Options.py, src/ReportsTools/_Report.py, src/ReportsTools/_ReportOptions.py, src/ReportsTools/_ReportUtils.py, src/ReportsTools/_Tool.py, src/ReportsTools/__init__.py, src/Tool.py: Update svn: r6112 2006-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/PeopleModel.py, gramps2/src/const.py.in: Add option to suppress tooltips in trees svn: r6111 2006-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/PeopleModel.py, src/const.py.in: Add option to suppress tooltips in trees svn: r6111 2006-03-09 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py: fix editperson calls svn: r6110 2006-03-09 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: fix editperson calls svn: r6110 2006-03-09 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py: fix editperson calls svn: r6109 2006-03-09 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: fix editperson calls svn: r6109 2006-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/GenericFilter.py: format fixes svn: r6108 2006-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/Editors/_EditPrimary.py, src/GenericFilter.py: format fixes svn: r6108 2006-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: family selection svn: r6107 2006-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: family selection svn: r6107 2006-03-08 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/doc/gramps-manual/fr/authors.xml, gramps2/doc/gramps-manual/fr/bugs.xml, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/faq.xml, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/getstart.xml, gramps2/doc/gramps-manual/fr/keybind.xml, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/preface.xml, gramps2/doc/gramps-manual/fr/usage.xml: use xml2po and the "C" xml-files as template for the french translation update of gramps-manual-2.6 svn: r6106 2006-03-08 Jérôme Rapinat <romjerome@yahoo.fr> * doc/gramps-manual/fr/authors.xml, doc/gramps-manual/fr/bugs.xml, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/getstart.xml, doc/gramps-manual/fr/keybind.xml, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/preface.xml, doc/gramps-manual/fr/usage.xml: use xml2po and the "C" xml-files as template for the french translation update of gramps-manual-2.6 svn: r6106 2006-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py, gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r6105 2006-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py, src/GrampsDb/_GrampsBSDDB.py: Update svn: r6105 2006-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GramspDb/_GrampsBSDDB.py: Minor fixes. svn: r6104 2006-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GramspDb/_GrampsBSDDB.py: Minor fixes. svn: r6104 2006-03-08 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: make txn optional svn: r6103 2006-03-08 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: make txn optional svn: r6103 2006-03-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: make txn optional svn: r6102 2006-03-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: make txn optional svn: r6102 2006-03-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/WindowUtils.py, gramps2/src/glade/gramps.glade: remove WindowsUtils svn: r6101 2006-03-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/WindowUtils.py, src/glade/gramps.glade: remove WindowsUtils svn: r6101 2006-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/DateHandler/Makefile.am, gramps2/src/Makefile.am: Update svn: r6100 2006-03-08 Alex Roitman <shura@gramps-project.org> * src/DateHandler/Makefile.am, src/Makefile.am: Update svn: r6100 2006-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py.in, gramps2/src/data/main1.css, gramps2/src/data/main2.css, gramps2/src/data/main3.css, gramps2/src/data/main4.css, gramps2/src/data/main5.css: Update svn: r6099 2006-03-08 Alex Roitman <shura@gramps-project.org> * src/const.py.in, src/data/main1.css, src/data/main2.css, src/data/main3.css, src/data/main4.css, src/data/main5.css: Update svn: r6099 2006-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/configure.in, gramps2/src/DateHandler/DateDisplay.py, gramps2/src/DateHandler/DateParser.py, gramps2/src/DateHandler/Date_de.py, gramps2/src/DateHandler/Date_es.py, gramps2/src/DateHandler/Date_fi.py, gramps2/src/DateHandler/Date_fr.py, gramps2/src/DateHandler/Date_lt.py, gramps2/src/DateHandler/Date_nl.py, gramps2/src/DateHandler/Date_ru.py, gramps2/src/DateHandler/Date_sv.py, gramps2/src/DateHandler/Makefile.am, gramps2/src/DateHandler/_DateDisplay.py, gramps2/src/DateHandler/_DateParser.py, gramps2/src/DateHandler/_Date_de.py, gramps2/src/DateHandler/_Date_es.py, gramps2/src/DateHandler/_Date_fi.py, gramps2/src/DateHandler/_Date_fr.py, gramps2/src/DateHandler/_Date_lt.py, gramps2/src/DateHandler/_Date_nl.py, gramps2/src/DateHandler/_Date_ru.py, gramps2/src/DateHandler/_Date_sv.py, gramps2/src/DateHandler/__init__.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/Makefile.am, gramps2/src/plugins/Calendar.py: Update svn: r6098 2006-03-08 Alex Roitman <shura@gramps-project.org> * configure.in, src/DateHandler/DateDisplay.py, src/DateHandler/DateParser.py, src/DateHandler/Date_de.py, src/DateHandler/Date_es.py, src/DateHandler/Date_fi.py, src/DateHandler/Date_fr.py, src/DateHandler/Date_lt.py, src/DateHandler/Date_nl.py, src/DateHandler/Date_ru.py, src/DateHandler/Date_sv.py, src/DateHandler/Makefile.am, src/DateHandler/_DateDisplay.py, src/DateHandler/_DateParser.py, src/DateHandler/_Date_de.py, src/DateHandler/_Date_es.py, src/DateHandler/_Date_fi.py, src/DateHandler/_Date_fr.py, src/DateHandler/_Date_lt.py, src/DateHandler/_Date_nl.py, src/DateHandler/_Date_ru.py, src/DateHandler/_Date_sv.py, src/DateHandler/__init__.py, src/GrampsDb/_ReadGedcom.py, src/Makefile.am, src/plugins/Calendar.py: Update svn: r6098 2006-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/DateHandler/DateDisplay.py, gramps2/src/DateHandler/DateParser.py, gramps2/src/DateHandler/Date_de.py, gramps2/src/DateHandler/Date_es.py, gramps2/src/DateHandler/Date_fi.py, gramps2/src/DateHandler/Date_fr.py, gramps2/src/DateHandler/Date_lt.py, gramps2/src/DateHandler/Date_nl.py, gramps2/src/DateHandler/Date_ru.py, gramps2/src/DateHandler/Date_sv.py, gramps2/src/DateHandler/Makefile.am, gramps2/src/DateHandler/__init__.py, gramps2/src/DateParser.py, gramps2/src/dates/Date_de.py, gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fi.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_lt.py, gramps2/src/dates/Date_nl.py, gramps2/src/dates/Date_ru.py, gramps2/src/dates/Date_sv.py, gramps2/src/dates/Makefile.am, gramps2/src/latin_ansel.py: * src/DateHadnler: Move all date parsers/displayers into new directory svn: r6097 2006-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateHandler.py, src/DateHandler/DateDisplay.py, src/DateHandler/DateParser.py, src/DateHandler/Date_de.py, src/DateHandler/Date_es.py, src/DateHandler/Date_fi.py, src/DateHandler/Date_fr.py, src/DateHandler/Date_lt.py, src/DateHandler/Date_nl.py, src/DateHandler/Date_ru.py, src/DateHandler/Date_sv.py, src/DateHandler/Makefile.am, src/DateHandler/__init__.py, src/DateParser.py, src/dates/Date_de.py, src/dates/Date_es.py, src/dates/Date_fi.py, src/dates/Date_fr.py, src/dates/Date_lt.py, src/dates/Date_nl.py, src/dates/Date_ru.py, src/dates/Date_sv.py, src/dates/Makefile.am, src/latin_ansel.py: * src/DateHadnler: Move all date parsers/displayers into new directory svn: r6097 2006-03-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/Editors/_EditFamily.py: improve family editor svn: r6096 2006-03-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/Editors/_EditFamily.py: improve family editor svn: r6096 2006-03-07 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditFamily.py: connect family members correctly svn: r6095 2006-03-07 Don Allingham <don@gramps-project.org> * src/Editors/_EditFamily.py: connect family members correctly svn: r6095 2006-03-07 Don Allingham <don@gramps-project.org> * gramps2/src/DataViews/_FamilyView.py: connect new families correctly svn: r6094 2006-03-07 Don Allingham <don@gramps-project.org> * src/DataViews/_FamilyView.py: connect new families correctly svn: r6094 2006-03-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_PersonView.py: initialize families properly svn: r6093 2006-03-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_FamilyView.py, src/DataViews/_PersonView.py: initialize families properly svn: r6093 2006-03-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadXML.py: fix parameters svn: r6092 2006-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadXML.py: fix parameters svn: r6092 2006-03-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditFamily.py: family drag-n-drop support svn: r6091 2006-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditFamily.py: family drag-n-drop support svn: r6091 2006-03-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditEventRef.py: event ref commit svn: r6090 2006-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditEventRef.py: event ref commit svn: r6090 2006-03-06 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditPerson.py: gender selection svn: r6089 2006-03-06 Don Allingham <don@gramps-project.org> * src/Editors/_EditPerson.py: gender selection svn: r6089 2006-03-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py: gender selection svn: r6088 2006-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py: gender selection svn: r6088 2006-03-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Editors/_EditPerson.py, gramps2/src/TipOfDay.py, gramps2/src/glade/gramps.glade: fix focus out event svn: r6087 2006-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/Editors/_EditPerson.py, src/TipOfDay.py, src/glade/gramps.glade: fix focus out event svn: r6087 2006-03-06 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/__init__.py, gramps2/src/ViewManager.py: handle database switches svn: r6086 2006-03-06 Don Allingham <don@gramps-project.org> * src/GrampsDb/__init__.py, src/ViewManager.py: handle database switches svn: r6086 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DisplayState.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/Makefile.am, gramps2/src/PeopleModel.py, gramps2/src/Sources.py, gramps2/src/ViewManager.py, gramps2/src/glade/gramps.glade: column editing svn: r6085 2006-03-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DataViews/_EventView.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DisplayState.py, src/GrampsCfg.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/Makefile.am, src/PeopleModel.py, src/Sources.py, src/ViewManager.py, src/glade/gramps.glade: column editing svn: r6085 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsWidgets.py, gramps2/src/images/Makefile.am: image changes for lock icons svn: r6084 2006-03-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsWidgets.py, src/images/Makefile.am: image changes for lock icons svn: r6084 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: add PageView to Makefile svn: r6083 2006-03-05 Don Allingham <don@gramps-project.org> * src/Makefile.am: add PageView to Makefile svn: r6083 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: makefile fix svn: r6082 2006-03-05 Don Allingham <don@gramps-project.org> * src/Makefile.am: makefile fix svn: r6082 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/src/Assistant.py, gramps2/src/AutoComp.py, gramps2/src/BaseDoc.py, gramps2/src/Bookmarks.py, gramps2/src/ColumnOrder.py, gramps2/src/DateDisplay.py, gramps2/src/DateEdit.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py, gramps2/src/DdTargets.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayState.py, gramps2/src/DisplayTabs.py, gramps2/src/Exporter.py, gramps2/src/GenericFilter.py, gramps2/src/PeopleModel.py, gramps2/src/ViewManager.py: logging support svn: r6081 2006-03-05 Don Allingham <don@gramps-project.org> * src/Assistant.py, src/AutoComp.py, src/BaseDoc.py, src/Bookmarks.py, src/ColumnOrder.py, src/DateDisplay.py, src/DateEdit.py, src/DateHandler.py, src/DateParser.py, src/DdTargets.py, src/DisplayModels.py, src/DisplayState.py, src/DisplayTabs.py, src/Exporter.py, src/GenericFilter.py, src/PeopleModel.py, src/ViewManager.py: logging support svn: r6081 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DisplayTrace.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/const.py.in, gramps2/src/docgen/PdfDoc.py, gramps2/src/glade/gramps.glade, gramps2/src/glade/rule.glade, gramps2/src/glade/scratchpad.glade, gramps2/src/gramps.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/WritePkg.py: new logging scheme svn: r6080 2006-03-05 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DisplayTrace.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/const.py.in, src/docgen/PdfDoc.py, src/glade/gramps.glade, src/glade/rule.glade, src/glade/scratchpad.glade, src/gramps.py, src/plugins/BookReport.py, src/plugins/Check.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/Makefile.am, src/plugins/NavWebPage.py, src/plugins/ReadPkg.py, src/plugins/Rebuild.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py: new logging scheme svn: r6080 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Makefile.am, gramps2/src/SelectChild.py, gramps2/src/Witness.py: remove usued files svn: r6079 2006-03-05 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py, src/Editors/_EditMediaRef.py, src/Makefile.am, src/SelectChild.py, src/Witness.py: remove usued files svn: r6079 2006-03-05 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/Makefile.am: fix makefile svn: r6078 2006-03-05 Don Allingham <don@gramps-project.org> * src/Editors/Makefile.am: fix makefile svn: r6078 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/Makefile.am, gramps2/src/glade/Makefile.am: added missing makefile svn: r6077 2006-03-04 Don Allingham <don@gramps-project.org> * configure.in, src/Makefile.am, src/glade/Makefile.am: added missing makefile svn: r6077 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/src/Editors/_EditReference.py: added EditReference svn: r6076 2006-03-04 Don Allingham <don@gramps-project.org> * src/Editors/_EditReference.py: added EditReference svn: r6076 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/MergeData.py, gramps2/src/Plugins.py, gramps2/src/ScratchPad.py, gramps2/src/Utils.py, gramps2/src/const.py.in, gramps2/src/data/Makefile.am, gramps2/src/data/system_filters.xml, gramps2/src/edit_person.glade, gramps2/src/glade/edit_person.glade, gramps2/src/glade/gramps.glade, gramps2/src/glade/mergedata.glade, gramps2/src/glade/plugins.glade, gramps2/src/glade/rule.glade, gramps2/src/glade/scratchpad.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/mergedata.glade, gramps2/src/plugins.glade, gramps2/src/plugins/FilterEditor.py, gramps2/src/rule.glade, gramps2/src/scratchpad.glade, gramps2/src/system_filters.xml: relocate glade files svn: r6075 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/Editors/_EditEventRef.py, src/Editors/_EditMediaRef.py, src/Editors/_EditPerson.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/MergeData.py, src/Plugins.py, src/ScratchPad.py, src/Utils.py, src/const.py.in, src/data/Makefile.am, src/data/system_filters.xml, src/edit_person.glade, src/glade/edit_person.glade, src/glade/gramps.glade, src/glade/mergedata.glade, src/glade/plugins.glade, src/glade/rule.glade, src/glade/scratchpad.glade, src/gramps.glade, src/gramps_main.py, src/mergedata.glade, src/plugins.glade, src/plugins/FilterEditor.py, src/rule.glade, src/scratchpad.glade, src/system_filters.xml: relocate glade files svn: r6075 2006-03-04 Martin Hawlisch <martin.hawlisch@gmx.de> * : svn:ignore some files svn: r6074 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: set version number for svn svn: r6073 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in: set version number for svn svn: r6073 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/EventView.py, gramps2/src/DataViews/FamilyList.py, gramps2/src/DataViews/FamilyView.py, gramps2/src/DataViews/Makefile.am, gramps2/src/DataViews/MapView.py, gramps2/src/DataViews/MediaView.py, gramps2/src/DataViews/PedView.py, gramps2/src/DataViews/PersonView.py, gramps2/src/DataViews/PlaceView.py, gramps2/src/DataViews/RepositoryView.py, gramps2/src/DataViews/SourceView.py, gramps2/src/DataViews/_EventView.py, gramps2/src/DataViews/_FamilyList.py, gramps2/src/DataViews/_FamilyView.py, gramps2/src/DataViews/_MapView.py, gramps2/src/DataViews/_MediaView.py, gramps2/src/DataViews/_PedigreeView.py, gramps2/src/DataViews/_PersonView.py, gramps2/src/DataViews/_PlaceView.py, gramps2/src/DataViews/_RepositoryView.py, gramps2/src/DataViews/_SourceView.py, gramps2/src/DataViews/__init__.py, gramps2/src/images/Makefile.am: module renames svn: r6072 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/FamilyView.py, src/DataViews/Makefile.am, src/DataViews/MapView.py, src/DataViews/MediaView.py, src/DataViews/PedView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/DataViews/_EventView.py, src/DataViews/_FamilyList.py, src/DataViews/_FamilyView.py, src/DataViews/_MapView.py, src/DataViews/_MediaView.py, src/DataViews/_PedigreeView.py, src/DataViews/_PersonView.py, src/DataViews/_PlaceView.py, src/DataViews/_RepositoryView.py, src/DataViews/_SourceView.py, src/DataViews/__init__.py, src/images/Makefile.am: module renames svn: r6072 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DataViews/EventView.py, gramps2/src/DataViews/FamilyList.py, gramps2/src/DataViews/FamilyView.py, gramps2/src/DataViews/Makefile.am, gramps2/src/DataViews/MapView.py, gramps2/src/DataViews/MediaView.py, gramps2/src/DataViews/PedView.py, gramps2/src/DataViews/PersonView.py, gramps2/src/DataViews/PlaceView.py, gramps2/src/DataViews/RepositoryView.py, gramps2/src/DataViews/SourceView.py, gramps2/src/DataViews/__init__.py, gramps2/src/EventView.py, gramps2/src/FamilyList.py, gramps2/src/FamilyView.py, gramps2/src/Makefile.am, gramps2/src/MapView.py, gramps2/src/MediaView.py, gramps2/src/PedView.py, gramps2/src/PersonView.py, gramps2/src/PlaceView.py, gramps2/src/RepositoryView.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: moved files to DataViews svn: r6071 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DataViews/EventView.py, src/DataViews/FamilyList.py, src/DataViews/FamilyView.py, src/DataViews/Makefile.am, src/DataViews/MapView.py, src/DataViews/MediaView.py, src/DataViews/PedView.py, src/DataViews/PersonView.py, src/DataViews/PlaceView.py, src/DataViews/RepositoryView.py, src/DataViews/SourceView.py, src/DataViews/__init__.py, src/EventView.py, src/FamilyList.py, src/FamilyView.py, src/Makefile.am, src/MapView.py, src/MediaView.py, src/PedView.py, src/PersonView.py, src/PlaceView.py, src/RepositoryView.py, src/SourceView.py, src/gramps_main.py: moved files to DataViews svn: r6071 2006-03-04 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Editors/__init__.py, gramps2/src/Models/Makefile.am: * src/Models/Makefile.am: Added file * Editors/__init__.py: Added file svn: r6070 2006-03-04 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Editors/__init__.py, src/Models/Makefile.am: * src/Models/Makefile.am: Added file * Editors/__init__.py: Added file svn: r6070 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/images/Makefile.am: fix image path svn: r6069 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/images/Makefile.am: fix image path svn: r6069 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/Editors/EditAddress.py, gramps2/src/Editors/EditAttribute.py, gramps2/src/Editors/EditEvent.py, gramps2/src/Editors/EditEventRef.py, gramps2/src/Editors/EditFamily.py, gramps2/src/Editors/EditLocation.py, gramps2/src/Editors/EditMedia.py, gramps2/src/Editors/EditMediaRef.py, gramps2/src/Editors/EditName.py, gramps2/src/Editors/EditPerson.py, gramps2/src/Editors/EditPlace.py, gramps2/src/Editors/EditPrimary.py, gramps2/src/Editors/EditRepository.py, gramps2/src/Editors/EditSecondary.py, gramps2/src/Editors/EditSource.py, gramps2/src/Editors/EditSourceRef.py, gramps2/src/Editors/EditUrl.py, gramps2/src/Editors/Makefile.am, gramps2/src/Editors/_EditAddress.py, gramps2/src/Editors/_EditAttribute.py, gramps2/src/Editors/_EditEvent.py, gramps2/src/Editors/_EditEventRef.py, gramps2/src/Editors/_EditFamily.py, gramps2/src/Editors/_EditLocation.py, gramps2/src/Editors/_EditMedia.py, gramps2/src/Editors/_EditMediaRef.py, gramps2/src/Editors/_EditName.py, gramps2/src/Editors/_EditPerson.py, gramps2/src/Editors/_EditPlace.py, gramps2/src/Editors/_EditPrimary.py, gramps2/src/Editors/_EditRepository.py, gramps2/src/Editors/_EditSecondary.py, gramps2/src/Editors/_EditSource.py, gramps2/src/Editors/_EditSourceRef.py, gramps2/src/Editors/_EditUrl.py, gramps2/src/Makefile.am, gramps2/src/ObjectSelector/_PersonFrame.py: installation fixes svn: r6068 2006-03-04 Don Allingham <don@gramps-project.org> * configure.in, src/Editors/EditAddress.py, src/Editors/EditAttribute.py, src/Editors/EditEvent.py, src/Editors/EditEventRef.py, src/Editors/EditFamily.py, src/Editors/EditLocation.py, src/Editors/EditMedia.py, src/Editors/EditMediaRef.py, src/Editors/EditName.py, src/Editors/EditPerson.py, src/Editors/EditPlace.py, src/Editors/EditPrimary.py, src/Editors/EditRepository.py, src/Editors/EditSecondary.py, src/Editors/EditSource.py, src/Editors/EditSourceRef.py, src/Editors/EditUrl.py, src/Editors/Makefile.am, src/Editors/_EditAddress.py, src/Editors/_EditAttribute.py, src/Editors/_EditEvent.py, src/Editors/_EditEventRef.py, src/Editors/_EditFamily.py, src/Editors/_EditLocation.py, src/Editors/_EditMedia.py, src/Editors/_EditMediaRef.py, src/Editors/_EditName.py, src/Editors/_EditPerson.py, src/Editors/_EditPlace.py, src/Editors/_EditPrimary.py, src/Editors/_EditRepository.py, src/Editors/_EditSecondary.py, src/Editors/_EditSource.py, src/Editors/_EditSourceRef.py, src/Editors/_EditUrl.py, src/Makefile.am, src/ObjectSelector/_PersonFrame.py: installation fixes svn: r6068 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DisplayTabs.py, gramps2/src/EditAddress.py, gramps2/src/EditAttribute.py, gramps2/src/EditEvent.py, gramps2/src/EditEventRef.py, gramps2/src/EditFamily.py, gramps2/src/EditLocation.py, gramps2/src/EditMedia.py, gramps2/src/EditMediaRef.py, gramps2/src/EditName.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditPrimary.py, gramps2/src/EditRepository.py, gramps2/src/EditSecondary.py, gramps2/src/EditSource.py, gramps2/src/EditSourceRef.py, gramps2/src/EditUrl.py, gramps2/src/Editors/EditAddress.py, gramps2/src/Editors/EditAttribute.py, gramps2/src/Editors/EditEvent.py, gramps2/src/Editors/EditEventRef.py, gramps2/src/Editors/EditFamily.py, gramps2/src/Editors/EditLocation.py, gramps2/src/Editors/EditMedia.py, gramps2/src/Editors/EditMediaRef.py, gramps2/src/Editors/EditName.py, gramps2/src/Editors/EditPerson.py, gramps2/src/Editors/EditPlace.py, gramps2/src/Editors/EditPrimary.py, gramps2/src/Editors/EditRepository.py, gramps2/src/Editors/EditSecondary.py, gramps2/src/Editors/EditSource.py, gramps2/src/Editors/EditSourceRef.py, gramps2/src/Editors/EditUrl.py, gramps2/src/EventView.py, gramps2/src/FamilyList.py, gramps2/src/FamilyView.py, gramps2/src/Makefile.am, gramps2/src/MediaView.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/PedView.py, gramps2/src/PersonView.py, gramps2/src/PlaceView.py, gramps2/src/RepositoryView.py, gramps2/src/SourceView.py: create new Editors submodule svn: r6067 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/DisplayTabs.py, src/EditAddress.py, src/EditAttribute.py, src/EditEvent.py, src/EditEventRef.py, src/EditFamily.py, src/EditLocation.py, src/EditMedia.py, src/EditMediaRef.py, src/EditName.py, src/EditPerson.py, src/EditPlace.py, src/EditPrimary.py, src/EditRepository.py, src/EditSecondary.py, src/EditSource.py, src/EditSourceRef.py, src/EditUrl.py, src/Editors/EditAddress.py, src/Editors/EditAttribute.py, src/Editors/EditEvent.py, src/Editors/EditEventRef.py, src/Editors/EditFamily.py, src/Editors/EditLocation.py, src/Editors/EditMedia.py, src/Editors/EditMediaRef.py, src/Editors/EditName.py, src/Editors/EditPerson.py, src/Editors/EditPlace.py, src/Editors/EditPrimary.py, src/Editors/EditRepository.py, src/Editors/EditSecondary.py, src/Editors/EditSource.py, src/Editors/EditSourceRef.py, src/Editors/EditUrl.py, src/EventView.py, src/FamilyList.py, src/FamilyView.py, src/Makefile.am, src/MediaView.py, src/ObjectSelector/_PersonFrame.py, src/PedView.py, src/PersonView.py, src/PlaceView.py, src/RepositoryView.py, src/SourceView.py: create new Editors submodule svn: r6067 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: module rename svn: r6066 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py: module rename svn: r6066 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am: module rename svn: r6065 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/Makefile.am: module rename svn: r6065 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/src/EditEvent.py, gramps2/src/EventView.py: module rename svn: r6064 2006-03-04 Don Allingham <don@gramps-project.org> * src/EditEvent.py, src/EventView.py: module rename svn: r6064 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditEvent.py, gramps2/src/EditName.py, gramps2/src/EventEdit.py: module rename svn: r6063 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditEvent.py, src/EditName.py, src/EventEdit.py: module rename svn: r6063 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/src/EditName.py, gramps2/src/NameEdit.py, gramps2/src/ObjectSelector/Makefile.am: module rename svn: r6062 2006-03-04 Don Allingham <don@gramps-project.org> * src/EditName.py, src/NameEdit.py, src/ObjectSelector/Makefile.am: module rename svn: r6062 2006-03-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/images/Makefile.am, gramps2/src/plugins/Makefile.am: fix Makefile.am files svn: r6061 2006-03-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/images/Makefile.am, src/plugins/Makefile.am: fix Makefile.am files svn: r6061 2006-03-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog: * 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-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/Config/Makefile.am, gramps2/src/GrampsDb/Makefile.am, gramps2/src/Makefile.am, gramps2/src/MapView.py, gramps2/src/Mime/Makefile.am, gramps2/src/gramps_main.py, gramps2/src/images/Makefile.am: set up for installation svn: r6059 2006-03-03 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/Config/Makefile.am, src/GrampsDb/Makefile.am, src/Makefile.am, src/MapView.py, src/Mime/Makefile.am, src/gramps_main.py, src/images/Makefile.am: set up for installation svn: r6059 2006-03-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/src/EditFamily.py: Small tweak to get ObjectSelector working again. svn: r6058 2006-03-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/EditFamily.py: Small tweak to get ObjectSelector working again. svn: r6058 2006-03-03 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Makefile.am: * src/Makefile.am: More updates to latest file moves/remanes to make "make distcheck" work for me svn: r6057 2006-03-03 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Makefile.am: * src/Makefile.am: More updates to latest file moves/remanes to make "make distcheck" work for me svn: r6057 2006-03-03 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * 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 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/Makefile.am, gramps2/src/Mime/__init__.py: 2006-03-03 Martin Hawlisch <Martin.Hawlisch@gmx.de> * src/Mime/__init__.py: Honour renamed files * src/Makefile.am: Images have been moved into subdir (makes "make" work again) * src/FamilyView.py (info_string): Done crash is None as handle was given (e.g. no father in family) svn: r6055 2006-03-03 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/FamilyView.py, src/Makefile.am, src/Mime/__init__.py: 2006-03-03 Martin Hawlisch <Martin.Hawlisch@gmx.de> * src/Mime/__init__.py: Honour renamed files * src/Makefile.am: Images have been moved into subdir (makes "make" work again) * src/FamilyView.py (info_string): Done crash is None as handle was given (e.g. no father in family) svn: r6055 2006-03-03 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py, gramps2/src/EditUrl.py: rename module svn: r6054 2006-03-03 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py, src/EditUrl.py: rename module svn: r6054 2006-03-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditUrl.py, gramps2/src/UrlEdit.py: rename module svn: r6053 2006-03-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditUrl.py, src/UrlEdit.py: rename module svn: r6053 2006-03-03 Don Allingham <don@gramps-project.org> * gramps2/src/EditLocation.py, gramps2/src/LocEdit.py: rename modules svn: r6052 2006-03-03 Don Allingham <don@gramps-project.org> * src/EditLocation.py, src/LocEdit.py: rename modules svn: r6052 2006-03-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/LocEdit.py, gramps2/src/Makefile.am, gramps2/src/NoteEdit.py: module renames svn: r6051 2006-03-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/LocEdit.py, src/Makefile.am, src/NoteEdit.py: module renames svn: r6051 2006-03-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AttrEdit.py, gramps2/src/DisplayTabs.py, gramps2/src/EditAddr.py, gramps2/src/EditAddress.py, gramps2/src/EditAttribute.py, gramps2/src/Makefile.am: module renames svn: r6050 2006-03-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/AttrEdit.py, src/DisplayTabs.py, src/EditAddr.py, src/EditAddress.py, src/EditAttribute.py, src/Makefile.am: module renames svn: r6050 2006-03-03 Alex Roitman <shura@gramps-project.org> * : Add ignore option svn: r6049 2006-03-03 Don Allingham <don@gramps-project.org> * gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/DisplayTabs.py, gramps2/src/EditAddr.py: rename of files svn: r6048 2006-03-03 Don Allingham <don@gramps-project.org> * src/AddrEdit.py, src/AttrEdit.py, src/DisplayTabs.py, src/EditAddr.py: rename of files svn: r6048 2006-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ArgHandler.py, gramps2/src/DisplayState.py, gramps2/src/EditMedia.py, gramps2/src/EditMediaRef.py, gramps2/src/EditPerson.py, gramps2/src/GnomeMime.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsMime.py, gramps2/src/ImgManip.py, gramps2/src/Mime/_GnomeMime.py, gramps2/src/Mime/_PythonMime.py, gramps2/src/Mime/__init__.py, gramps2/src/PythonMime.py, gramps2/src/SelectObject.py, gramps2/src/Utils.py, gramps2/src/ViewManager.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteCD.py: Add Mime package svn: r6047 2006-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/DisplayState.py, src/EditMedia.py, src/EditMediaRef.py, src/EditPerson.py, src/GnomeMime.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsMime.py, src/ImgManip.py, src/Mime/_GnomeMime.py, src/Mime/_PythonMime.py, src/Mime/__init__.py, src/PythonMime.py, src/SelectObject.py, src/Utils.py, src/ViewManager.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/ODFDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/gramps_main.py, src/plugins/WriteCD.py: Add Mime package svn: r6047 2006-03-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/GrampsDb/_GedcomInfo.py, gramps2/src/ImgManip.py, gramps2/src/ObjectSelector/_FamilyPreviewFrame.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py, gramps2/src/plugins/NavWebPage.py: update new installation paths svn: r6046 2006-03-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/Assistant.py, src/GrampsDb/_GedcomInfo.py, src/ImgManip.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonPreviewFrame.py, src/const.py.in, src/gramps_main.py, src/plugins/NavWebPage.py: update new installation paths svn: r6046 2006-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/GnomeMime.py, gramps2/src/PythonMime.py: Update svn: r6045 2006-03-03 Alex Roitman <shura@gramps-project.org> * src/GnomeMime.py, src/PythonMime.py: Update svn: r6045 2006-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Config/_GrampsGconfKeys.py, gramps2/src/Config/_GrampsIniKeys.py, gramps2/src/Config/__init__.py, gramps2/src/DateHandler.py, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EditPrimary.py, gramps2/src/EditSecondary.py, gramps2/src/Exporter.py, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsIniKeys.py, gramps2/src/GrampsKeys.py, gramps2/src/ImgManip.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/Spell.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/WebPage.py: Add Config package svn: r6044 2006-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Config/_GrampsGconfKeys.py, src/Config/_GrampsIniKeys.py, src/Config/__init__.py, src/DateHandler.py, src/DisplayState.py, src/EditPerson.py, src/EditPrimary.py, src/EditSecondary.py, src/Exporter.py, src/FamilyView.py, src/GrampsCfg.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsGconfKeys.py, src/GrampsIniKeys.py, src/GrampsKeys.py, src/ImgManip.py, src/Plugins.py, src/QuestionDialog.py, src/Report.py, src/ReportOptions.py, src/Spell.py, src/StartupDialog.py, src/TipOfDay.py, src/ViewManager.py, src/gramps_main.py, src/plugins/NavWebPage.py, src/plugins/WebPage.py: Add Config package svn: r6044 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/ImgManip.py, gramps2/src/MapView.py, gramps2/src/ScratchPad.py, gramps2/src/const.py.in, gramps2/src/edit_person.glade, gramps2/src/flist.svg, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/images/flist.svg, gramps2/src/images/media.svg, gramps2/src/images/person.svg, gramps2/src/images/relation.svg, gramps2/src/media.svg, gramps2/src/mergedata.glade, gramps2/src/person.svg, gramps2/src/plugins.glade, gramps2/src/relation.svg, gramps2/src/rule.glade: * src/*png, src/*jpg: move under images directory. svn: r6043 2006-03-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Assistant.py, src/ImgManip.py, src/MapView.py, src/ScratchPad.py, src/const.py.in, src/edit_person.glade, src/flist.svg, src/gramps.glade, src/gramps_main.py, src/images/flist.svg, src/images/media.svg, src/images/person.svg, src/images/relation.svg, src/media.svg, src/mergedata.glade, src/person.svg, src/plugins.glade, src/relation.svg, src/rule.glade: * src/*png, src/*jpg: move under images directory. svn: r6043 2006-03-02 Alex Roitman <shura@gramps-project.org> * : Correct mime type svn: r6042 2006-03-02 Alex Roitman <shura@gramps-project.org> * : Correct mime type svn: r6041 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * calendar, filers: Remove directories. svn: r6040 2006-03-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: * calendar, filers: Remove directories. svn: r6040 2006-03-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/Makefile.am, gramps2/src/Makefile.am, gramps2/src/MapView.py, gramps2/src/TreeViews/Makefile.am: make distcheck fixes svn: r6039 2006-03-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsLogger/Makefile.am, src/Makefile.am, src/MapView.py, src/TreeViews/Makefile.am: make distcheck fixes svn: r6039 2006-03-02 Alex Roitman <shura@gramps-project.org> * : Update svn: r6038 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am: Update svn: r6037 2006-03-02 Alex Roitman <shura@gramps-project.org> * Makefile.am: Update svn: r6037 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/GrampsLogger/Makefile.am, gramps2/src/Makefile.am: * src/GrampsLogger/Makefile.am (pkgdata_PYTHON): Typo. * configure.in: Generate Makefile-s in new directories. * src/Makefile.am (SUBDIRS): Typo. svn: r6036 2006-03-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/GrampsLogger/Makefile.am, src/Makefile.am: * src/GrampsLogger/Makefile.am (pkgdata_PYTHON): Typo. * configure.in: Generate Makefile-s in new directories. * src/Makefile.am (SUBDIRS): Typo. svn: r6036 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * *png, *jpg: Add proper svn:mime-type, remove mime-type. svn: r6035 2006-03-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: * *png, *jpg: Add proper svn:mime-type, remove mime-type. svn: r6035 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/.cvsignore, gramps2/ChangeLog, gramps2/doc/.cvsignore, gramps2/doc/gramps-manual/.cvsignore, gramps2/doc/gramps-manual/C/.cvsignore, gramps2/doc/gramps-manual/de/.cvsignore, gramps2/doc/gramps-manual/fr/.cvsignore, gramps2/doc/gramps-manual/hu/.cvsignore, gramps2/doc/gramps-manual/ru/.cvsignore, gramps2/doc/man/.cvsignore, gramps2/doc/man/fr/.cvsignore, gramps2/example/.cvsignore, gramps2/example/gramps/.cvsignore, gramps2/src/.cvsignore, gramps2/src/GrampsDb/.cvsignore, gramps2/src/GrampsLogger/.cvsignore, gramps2/src/Models/.cvsignore, gramps2/src/ObjectSelector/.cvsignore, gramps2/src/RelLib/.cvsignore, gramps2/src/TreeViews/.cvsignore, gramps2/src/calendars/.cvsignore, gramps2/src/data/.cvsignore, gramps2/src/data/templates/.cvsignore, gramps2/src/dates/.cvsignore, gramps2/src/docgen/.cvsignore, gramps2/src/filters/.cvsignore, gramps2/src/plugins/.cvsignore, gramps2/src/po/.cvsignore, gramps2/test/.cvsignore: Remove .cvsignore files from all directories. svn: r6034 2006-03-02 Alex Roitman <shura@gramps-project.org> * .cvsignore, ChangeLog, doc/.cvsignore, doc/gramps-manual/.cvsignore, doc/gramps-manual/C/.cvsignore, doc/gramps-manual/de/.cvsignore, doc/gramps-manual/fr/.cvsignore, doc/gramps-manual/hu/.cvsignore, doc/gramps-manual/ru/.cvsignore, doc/man/.cvsignore, doc/man/fr/.cvsignore, example/.cvsignore, example/gramps/.cvsignore, src/.cvsignore, src/GrampsDb/.cvsignore, src/GrampsLogger/.cvsignore, src/Models/.cvsignore, src/ObjectSelector/.cvsignore, src/RelLib/.cvsignore, src/TreeViews/.cvsignore, src/calendars/.cvsignore, src/data/.cvsignore, src/data/templates/.cvsignore, src/dates/.cvsignore, src/docgen/.cvsignore, src/filters/.cvsignore, src/plugins/.cvsignore, src/po/.cvsignore, test/.cvsignore: Remove .cvsignore files from all directories. svn: r6034 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/StatisticsChart.py: Remove executable bit svn: r6033 2006-03-02 Alex Roitman <shura@gramps-project.org> * src/plugins/StatisticsChart.py: Remove executable bit svn: r6033 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.py, gramps2/src/gramps_main.py: Remove executable bit svn: r6032 2006-03-02 Alex Roitman <shura@gramps-project.org> * src/gramps.py, src/gramps_main.py: Remove executable bit svn: r6032 2006-03-02 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsLogger/Makefile.am, gramps2/src/Makefile.am, gramps2/src/ObjectSelector/Makefile.am, gramps2/src/RelLib/Makefile.am, gramps2/src/TreeViews/Makefile.am: Changes for distcheck svn: r6031 2006-03-02 Don Allingham <don@gramps-project.org> * src/GrampsLogger/Makefile.am, src/Makefile.am, src/ObjectSelector/Makefile.am, src/RelLib/Makefile.am, src/TreeViews/Makefile.am: Changes for distcheck svn: r6031 2006-03-02 Martin Hawlisch <martin.hawlisch@gmx.de> * : Converted mime type svn: r6030 2006-03-02 Martin Hawlisch <martin.hawlisch@gmx.de> * : Converted mime type svn: r6030 2006-03-02 Don Allingham <don@gramps-project.org> * : removed unused directory svn: r6029 2006-03-02 Don Allingham <don@gramps-project.org> * : removed unused directory svn: r6029 2006-03-02 Don Allingham <don@gramps-project.org> * : re-added fixed png files svn: r6028 2006-03-02 Don Allingham <don@gramps-project.org> * : re-added fixed png files svn: r6028 2006-03-02 Don Allingham <don@gramps-project.org> * : removed corrupt png files svn: r6027 2006-03-02 Don Allingham <don@gramps-project.org> * : removed corrupt png files svn: r6027 2006-03-02 Don Allingham <don@gramps-project.org> * : removed unused png files svn: r6026 2006-03-02 Don Allingham <don@gramps-project.org> * : removed unused png files svn: r6026 2006-03-02 Don Allingham <don@gramps-project.org> * : removed unused png files svn: r6025 2006-03-02 Don Allingham <don@gramps-project.org> * : removed unused png files svn: r6025 2006-03-02 Don Allingham <don@gramps-project.org> * : fix mime type svn: r6024 2006-03-02 Don Allingham <don@gramps-project.org> * : removed svn: r6023 2006-03-02 Don Allingham <don@gramps-project.org> * : removed svn: r6023 2006-03-02 Don Allingham <don@gramps-project.org> * : removed old png files svn: r6022 2006-03-02 Don Allingham <don@gramps-project.org> * : removed old png files svn: r6022 2006-03-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: fixed mime types svn: r6021 2006-03-02 Don Allingham <don@gramps-project.org> * ChangeLog: fixed mime types svn: r6021 2006-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/doc/extending-gramps/.cvsignore, gramps2/doc/extending-gramps/C/.cvsignore, gramps2/doc/extending-gramps/C/Makefile.am, gramps2/doc/extending-gramps/C/extending-gramps-C.omf, gramps2/doc/extending-gramps/C/extending-gramps.sgml, gramps2/doc/extending-gramps/C/extending-gramps/index.html, gramps2/doc/extending-gramps/C/extending-gramps/ln7.html, gramps2/doc/extending-gramps/C/extending-gramps/t1.html, gramps2/doc/extending-gramps/C/extending-gramps/x131.html, gramps2/doc/extending-gramps/C/extending-gramps/x162.html, gramps2/doc/extending-gramps/C/extending-gramps/x177.html, gramps2/doc/extending-gramps/C/extending-gramps/x57.html, gramps2/doc/extending-gramps/C/extending-gramps/x83.html, gramps2/doc/extending-gramps/C/index.html, gramps2/doc/extending-gramps/C/omf_timestamp, gramps2/doc/extending-gramps/Makefile.am: Remove obsolete directory svn: r6020 2006-03-02 Alex Roitman <shura@gramps-project.org> * doc/extending-gramps/.cvsignore, doc/extending-gramps/C/.cvsignore, doc/extending-gramps/C/Makefile.am, doc/extending-gramps/C/extending-gramps-C.omf, doc/extending-gramps/C/extending-gramps.sgml, doc/extending-gramps/C/extending-gramps/index.html, doc/extending-gramps/C/extending-gramps/ln7.html, doc/extending-gramps/C/extending-gramps/t1.html, doc/extending-gramps/C/extending-gramps/x131.html, doc/extending-gramps/C/extending-gramps/x162.html, doc/extending-gramps/C/extending-gramps/x177.html, doc/extending-gramps/C/extending-gramps/x57.html, doc/extending-gramps/C/extending-gramps/x83.html, doc/extending-gramps/C/index.html, doc/extending-gramps/C/omf_timestamp, doc/extending-gramps/Makefile.am: Remove obsolete directory svn: r6020 2006-03-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditPrimary.py, gramps2/src/EditSecondary.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/LocEdit.py, gramps2/src/NameEdit.py, gramps2/src/UrlEdit.py: * src/EditSecondary.py: Base class for standard secondary object editors (not including reference editors) * src/AddrEdit.py: Base on EditSecondary * src/AttrEdit.py: Base on EditSecondary * src/LocEdit.py: Base on EditSecondary * src/NameEdit.py: Base on EditSecondary * src/UrlEdit.py: Base on EditSecondary svn: r6019 2006-03-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/EditPrimary.py, src/EditSecondary.py, src/GrampsDb/_WriteGedcom.py, src/LocEdit.py, src/NameEdit.py, src/UrlEdit.py: * src/EditSecondary.py: Base class for standard secondary object editors (not including reference editors) * src/AddrEdit.py: Base on EditSecondary * src/AttrEdit.py: Base on EditSecondary * src/LocEdit.py: Base on EditSecondary * src/NameEdit.py: Base on EditSecondary * src/UrlEdit.py: Base on EditSecondary svn: r6019 2006-03-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditPerson.py: * src/EditPerson.py: fix focus_out_event signal handling * src/DisplayTabs.py: provide double click/edit button handling for back references. svn: r6018 2006-03-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditPerson.py: * src/EditPerson.py: fix focus_out_event signal handling * src/DisplayTabs.py: provide double click/edit button handling for back references. svn: r6018 2006-03-01 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py: temp fix svn: r6017 2006-03-01 Don Allingham <don@gramps-project.org> * src/EditPerson.py: temp fix svn: r6017 2006-03-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/DisplayState.py, gramps2/src/Exporter.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/ViewManager.py, gramps2/src/plugins/WritePkg.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Assistant.py, src/DisplayState.py, src/Exporter.py, src/GrampsDb/_WriteGedcom.py, src/ViewManager.py, src/plugins/WritePkg.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/src/EditPrimary.py: added svn: r6015 2006-03-01 Don Allingham <don@gramps-project.org> * src/EditPrimary.py: added svn: r6015 2006-03-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/DateEdit.py, gramps2/src/DisplayState.py, gramps2/src/DisplayTabs.py, gramps2/src/EditEventRef.py, gramps2/src/EditFamily.py, gramps2/src/EditMedia.py, gramps2/src/EditMediaRef.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditRepository.py, gramps2/src/EditSource.py, gramps2/src/EditSourceRef.py, gramps2/src/Errors.py, gramps2/src/EventEdit.py, gramps2/src/EventView.py, gramps2/src/FamilyList.py, gramps2/src/FamilyView.py, gramps2/src/GrampsWidgets.py, gramps2/src/LocEdit.py, gramps2/src/NameEdit.py, gramps2/src/PedView.py, gramps2/src/PersonView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/const.py.in, gramps2/src/gramps.glade, gramps2/src/gramps.py: * src/AddrEdit.py: remove already_exist check in favor of exception * src/AttrEdit.py: remove already_exist check in favor of exception * src/DisplayState.py: remove already_exist variable * src/DisplayTabs.py: handle exception * src/EditEventRef.py: remove already_exist check in favor of exception * src/EditFamily.py: update to derive from EditPrimary * src/EditMedia.py: update to derive from EditPrimary * src/EditMediaRef.py: remove already_exist check in favor of exception * src/EditPerson.py: update to derive from EditPrimary * src/EditPlace.py: update to derive from EditPrimary * src/EditRepository.py:update to derive from EditPrimary * src/EditSource.py: update to derive from EditPrimary * src/EditSourceRef.py: remove already_exist check in favor of exception * src/Errors.py: new exception * src/EventEdit.py: update to derive from EditPrimary * src/EventView.py: catch exception of window already exists * src/FamilyList.py: catch exception of window already exists * src/FamilyView.py: catch exception of window already exists * src/GrampsWidgets.py: typos * src/NameEdit.py: remove already_exist check in favor of exception * src/PedView.py: catch exception of window already exists * src/PersonView.py: catch exception of window already exists * src/PlaceView.py: catch exception of window already exists * src/Plugins.py: catch exception of window already exists * src/UrlEdit.py: remove already_exist check in favor of exception * src/const.py.in: dynamically determine path * src/gramps.glade: name changes * src/gramps.py: set path svn: r6014 2006-03-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/DateEdit.py, src/DisplayState.py, src/DisplayTabs.py, src/EditEventRef.py, src/EditFamily.py, src/EditMedia.py, src/EditMediaRef.py, src/EditPerson.py, src/EditPlace.py, src/EditRepository.py, src/EditSource.py, src/EditSourceRef.py, src/Errors.py, src/EventEdit.py, src/EventView.py, src/FamilyList.py, src/FamilyView.py, src/GrampsWidgets.py, src/LocEdit.py, src/NameEdit.py, src/PedView.py, src/PersonView.py, src/PlaceView.py, src/Plugins.py, src/UrlEdit.py, src/Utils.py, src/const.py.in, src/gramps.glade, src/gramps.py: * src/AddrEdit.py: remove already_exist check in favor of exception * src/AttrEdit.py: remove already_exist check in favor of exception * src/DisplayState.py: remove already_exist variable * src/DisplayTabs.py: handle exception * src/EditEventRef.py: remove already_exist check in favor of exception * src/EditFamily.py: update to derive from EditPrimary * src/EditMedia.py: update to derive from EditPrimary * src/EditMediaRef.py: remove already_exist check in favor of exception * src/EditPerson.py: update to derive from EditPrimary * src/EditPlace.py: update to derive from EditPrimary * src/EditRepository.py:update to derive from EditPrimary * src/EditSource.py: update to derive from EditPrimary * src/EditSourceRef.py: remove already_exist check in favor of exception * src/Errors.py: new exception * src/EventEdit.py: update to derive from EditPrimary * src/EventView.py: catch exception of window already exists * src/FamilyList.py: catch exception of window already exists * src/FamilyView.py: catch exception of window already exists * src/GrampsWidgets.py: typos * src/NameEdit.py: remove already_exist check in favor of exception * src/PedView.py: catch exception of window already exists * src/PersonView.py: catch exception of window already exists * src/PlaceView.py: catch exception of window already exists * src/Plugins.py: catch exception of window already exists * src/UrlEdit.py: remove already_exist check in favor of exception * src/const.py.in: dynamically determine path * src/gramps.glade: name changes * src/gramps.py: set path svn: r6014 2006-03-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/ViewManager.py, gramps2/src/plugins/WritePkg.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/ViewManager.py, src/plugins/WritePkg.py: * 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 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/TarFile.py, gramps2/src/ViewManager.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/WritePkg.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/GrampsDb/_ReadXML.py, src/TarFile.py, src/ViewManager.py, src/docgen/HtmlDoc.py, src/plugins/ReadPkg.py, src/plugins/WritePkg.py: * 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-02-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in, gramps2/doc/Makefile.am, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/manual.xml, gramps2/doc/gramps-manual/C/preface.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/doc/gramps-manual/fr/cmdplug.xml, gramps2/doc/gramps-manual/fr/usage.xml, gramps2/doc/gramps.1.in, gramps2/doc/man/.cvsignore, gramps2/doc/man/Makefile.am, gramps2/doc/man/fr/.cvsignore, gramps2/doc/man/fr/Makefile.am, gramps2/doc/man/fr/gramps.1.in, gramps2/doc/man/gramps.1.in, gramps2/gramps.sh.in, gramps2/src/ArgHandler.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsMime.py, gramps2/src/QuestionDialog.py, gramps2/src/ReportUtils.py, gramps2/src/Utils.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_lt.py, gramps2/src/dates/Date_nl.py, gramps2/src/dates/Makefile.am, gramps2/src/docgen/Makefile.am, gramps2/src/docgen/ODFDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/plugins/Calendar.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/holidays.xml, gramps2/src/po/Makefile.am, gramps2/src/po/de.po, gramps2/src/po/fr.po, gramps2/src/po/lt.po, gramps2/src/po/nb.po, gramps2/src/po/nl.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po, gramps2/test/runtest.sh: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, configure.in, doc/Makefile.am, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/manual.xml, doc/gramps-manual/C/preface.xml, doc/gramps-manual/C/usage.xml, doc/gramps-manual/fr/cmdplug.xml, doc/gramps-manual/fr/usage.xml, doc/gramps.1.in, doc/man/.cvsignore, doc/man/Makefile.am, doc/man/fr/.cvsignore, doc/man/fr/Makefile.am, doc/man/fr/gramps.1.in, doc/man/gramps.1.in, gramps.sh.in, src/ArgHandler.py, src/GenericFilter.py, src/GrampsMime.py, src/QuestionDialog.py, src/ReportUtils.py, src/Utils.py, src/dates/Date_fr.py, src/dates/Date_lt.py, src/dates/Date_nl.py, src/dates/Makefile.am, src/docgen/Makefile.am, src/docgen/ODFDoc.py, src/docgen/OpenSpreadSheet.py, src/plugins/Calendar.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/Leak.py, src/plugins/NavWebPage.py, src/plugins/PatchNames.py, src/plugins/ReadPkg.py, src/plugins/Rebuild.py, src/plugins/holidays.xml, src/po/Makefile.am, src/po/de.po, src/po/fr.po, src/po/lt.po, src/po/nb.po, src/po/nl.po, src/po/no.po, src/po/ru.po, src/po/sv.po, src/po/template.po, test/runtest.sh: * 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-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditRepository.py, gramps2/src/EditSource.py, gramps2/src/GrampsWidgets.py, gramps2/src/RepositoryRefEdit.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: repository reference editor * src/EditRepository.py: repository reference editor * src/EditSource.py: repository reference editor * src/GrampsWidgets.py: more readonly support * src/RepositoryRefEdit.py: removed * src/gramps.glade: repository reference editor * src/EditRepositoryRef.py: added - repository reference editor svn: r5993 2006-02-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditRepository.py, src/EditSource.py, src/GrampsWidgets.py, src/RepositoryRefEdit.py, src/gramps.glade: * src/DisplayTabs.py: repository reference editor * src/EditRepository.py: repository reference editor * src/EditSource.py: repository reference editor * src/GrampsWidgets.py: more readonly support * src/RepositoryRefEdit.py: removed * src/gramps.glade: repository reference editor * src/EditRepositoryRef.py: added - repository reference editor svn: r5993 2006-02-25 Don Allingham <don@gramps-project.org> * gramps2/src/EditRepository.py, gramps2/src/RepositoryView.py, gramps2/src/gramps.glade: fix repository editor svn: r5989 2006-02-25 Don Allingham <don@gramps-project.org> * src/EditRepository.py, src/RepositoryView.py, src/gramps.glade: fix repository editor svn: r5989 2006-02-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditEventRef.py, gramps2/src/EditMedia.py, gramps2/src/EditMediaRef.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: backreference tabs * src/EditEventRef.py: backreference tabs * src/EditMedia.py: backreference tabs * src/EditMediaRef.py: backreference tabs * src/EditPlace.py: backreference tabs * src/EditSource.py: backreference tabs * src/EventEdit.py: backreference tabs * src/gramps.glade: notebook tab fixes svn: r5987 2006-02-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditEventRef.py, src/EditMedia.py, src/EditMediaRef.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/gramps.glade: * src/DisplayTabs.py: backreference tabs * src/EditEventRef.py: backreference tabs * src/EditMedia.py: backreference tabs * src/EditMediaRef.py: backreference tabs * src/EditPlace.py: backreference tabs * src/EditSource.py: backreference tabs * src/EventEdit.py: backreference tabs * src/gramps.glade: notebook tab fixes svn: r5987 2006-02-24 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_Person.py: Update svn: r5984 2006-02-24 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Person.py: Update svn: r5984 2006-02-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/_Person.py: * src/RelLib/_Person.py (Person.get_handle_referents): Add birth_ref and death_ref to the list of referents. svn: r5983 2006-02-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/_Person.py: * src/RelLib/_Person.py (Person.get_handle_referents): Add birth_ref and death_ref to the list of referents. svn: r5983 2006-02-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditEventRef.py, gramps2/src/EventEdit.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsWidgets.py, gramps2/src/gramps.glade: * src/EditEventRef.py: switch to monitored widgets, place selector * src/EventEdit.py: switch to monitored widgets, place selector * src/GrampsWidgets.py: place selection widget * src/GrampsDb/_GrampsDbBase.py: move completion widget, handle place lists svn: r5980 2006-02-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditEventRef.py, src/EventEdit.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsWidgets.py, src/gramps.glade: * src/EditEventRef.py: switch to monitored widgets, place selector * src/EventEdit.py: switch to monitored widgets, place selector * src/GrampsWidgets.py: place selection widget * src/GrampsDb/_GrampsDbBase.py: move completion widget, handle place lists svn: r5980 2006-02-24 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps2/src/po/pt_BR.po: Brazilian-Portuguese .po file for upcoming GRAMPS version svn: r5979 2006-02-24 Marcos Bedinelli <bedinelli@users.sourceforge.net> * src/po/pt_BR.po: Brazilian-Portuguese .po file for upcoming GRAMPS version svn: r5979 2006-02-23 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsWidgets.py: completion svn: r5976 2006-02-23 Don Allingham <don@gramps-project.org> * src/EventEdit.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsWidgets.py: completion svn: r5976 2006-02-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsWidgets.py: * src/EditPlace.py: use monitored widgets * src/EditSource.py: use monitored widgets * src/EventEdit.py: use monitored widgets * src/GrampsWidgets.py: start of monitored place * src/GrampsDb/_GrampsDbBase.py: monitor place changes svn: r5975 2006-02-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsWidgets.py: * src/EditPlace.py: use monitored widgets * src/EditSource.py: use monitored widgets * src/EventEdit.py: use monitored widgets * src/GrampsWidgets.py: start of monitored place * src/GrampsDb/_GrampsDbBase.py: monitor place changes svn: r5975 2006-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/DisplayTabs.py: Update svn: r5971 2006-02-22 Alex Roitman <shura@gramps-project.org> * src/DisplayTabs.py: Update svn: r5971 2006-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditSourceRef.py: * src/EditSourceRef.py (__init__): Typos. * src/DisplayTabs.py (GalleryTab.add_button_clicked): Typos. svn: r5970 2006-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditSourceRef.py: * src/EditSourceRef.py (__init__): Typos. * src/DisplayTabs.py (GalleryTab.add_button_clicked): Typos. svn: r5970 2006-02-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditMediaRef.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/ImageSelect.py, gramps2/src/UrlEdit.py, gramps2/src/gramps.glade: * src/EditMediaRef.py: added * src/EditPerson.py: call EditMediaRef * src/EditPlace.py: remove import ImageSelect * src/DisplayTabs.py: media double click * src/UrlEdit.py: Full edit functionality * src/ImageSelect.py: removed svn: r5969 2006-02-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditMediaRef.py, src/EditPerson.py, src/EditPlace.py, src/ImageSelect.py, src/UrlEdit.py, src/gramps.glade: * src/EditMediaRef.py: added * src/EditPerson.py: call EditMediaRef * src/EditPlace.py: remove import ImageSelect * src/DisplayTabs.py: media double click * src/UrlEdit.py: Full edit functionality * src/ImageSelect.py: removed svn: r5969 2006-02-22 Don Allingham <don@gramps-project.org> * gramps2/src/EditEventRef.py: added svn: r5968 2006-02-22 Don Allingham <don@gramps-project.org> * src/EditEventRef.py: added svn: r5968 2006-02-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/DisplayTabs.py, gramps2/src/EditSourceRef.py, gramps2/src/EventEdit.py, gramps2/src/GrampsWidgets.py, gramps2/src/NameEdit.py, gramps2/src/gramps.glade: * src/AddrEdit.py: Full edit functionality * src/AttrEdit.py: Full edit functionality * src/DisplayTabs.py: call EditEventRef * src/EditSourceRef.py: Full edit functionality * src/EventEdit.py: separate out EditEventRef * src/GrampsWidgets.py: Add date, menu, type handling widgets * src/NameEdit.py: Full edit functionality * src/gramps.glade: fix names and privacy buttons * src/EditEventRef.py: broken out of EditEvent svn: r5967 2006-02-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/DisplayTabs.py, src/EditSourceRef.py, src/EventEdit.py, src/GrampsWidgets.py, src/NameEdit.py, src/gramps.glade: * src/AddrEdit.py: Full edit functionality * src/AttrEdit.py: Full edit functionality * src/DisplayTabs.py: call EditEventRef * src/EditSourceRef.py: Full edit functionality * src/EventEdit.py: separate out EditEventRef * src/GrampsWidgets.py: Add date, menu, type handling widgets * src/NameEdit.py: Full edit functionality * src/gramps.glade: fix names and privacy buttons * src/EditEventRef.py: broken out of EditEvent svn: r5967 2006-02-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditFamily.py, gramps2/src/EditSourceRef.py, gramps2/src/GrampsWidgets.py, gramps2/src/gramps.glade: * src/GrampsWidgets.py: Add monitored widgets for type and combo * src/EditFamily.py: use MonitoredType * src/EditSourceRef.py: complete monitoring of values * src/gramps.glade: add text field svn: r5966 2006-02-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditFamily.py, src/EditSourceRef.py, src/GrampsWidgets.py, src/gramps.glade: * src/GrampsWidgets.py: Add monitored widgets for type and combo * src/EditFamily.py: use MonitoredType * src/EditSourceRef.py: complete monitoring of values * src/gramps.glade: add text field svn: r5966 2006-02-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditSourceRef.py, gramps2/src/gramps.glade, gramps2/src/plugins/Makefile.am: * 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 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditSourceRef.py, src/gramps.glade, src/plugins/Makefile.am: * 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-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/test/GrampsDb/Cursor_Test.py: add test code for cursor svn: r5958 2006-02-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * test/GrampsDb/Cursor_Test.py: add test code for cursor svn: r5958 2006-02-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/GrampsDb/_ReadGedcom.py: * src/DisplayModels.py: display date properly * src/DisplayTabs.py: fix create_buttons default value * src/GrampsDb/_ReadGedcom.py: handle the "FORM" value for PLAC definition svn: r5956 2006-02-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/DisplayTabs.py, src/GrampsDb/_ReadGedcom.py: * src/DisplayModels.py: display date properly * src/DisplayTabs.py: fix create_buttons default value * src/GrampsDb/_ReadGedcom.py: handle the "FORM" value for PLAC definition svn: r5956 2006-02-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: fix character translation svn: r5952 2006-02-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: fix character translation svn: r5952 2006-02-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_GedTokens.py: fix constant table * src/GrampsDb/_ReadGedcom.py: ALIA fix svn: r5943 2006-02-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_GedTokens.py: fix constant table * src/GrampsDb/_ReadGedcom.py: ALIA fix svn: r5943 2006-02-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditSourceRef.py, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsMime.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: Set up for EditSourceRef * src/GrampsMime.py: handle special mime types * src/gramps.glade: add sourceref editor * src/GrampsDb/_GedTokens.py: Unused tokens, FTM 3.0 tokens * src/GrampsDb/_ReadGedcom.py: use TOKEN_IGNORE * src/EditSourceRef.py: added svn: r5942 2006-02-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditSourceRef.py, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py, src/GrampsMime.py, src/gramps.glade: * src/DisplayTabs.py: Set up for EditSourceRef * src/GrampsMime.py: handle special mime types * src/gramps.glade: add sourceref editor * src/GrampsDb/_GedTokens.py: Unused tokens, FTM 3.0 tokens * src/GrampsDb/_ReadGedcom.py: use TOKEN_IGNORE * src/EditSourceRef.py: added svn: r5942 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsWidgets.py: fix import of gettext svn: r5921 2006-02-10 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: fix import of gettext svn: r5921 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/Navigation.py, gramps2/src/ViewManager.py: * src/DisplayState.py: Manage history on db change * src/Navigation.py: Manage history on db change svn: r5918 2006-02-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/Navigation.py, src/ViewManager.py: * src/DisplayState.py: Manage history on db change * src/Navigation.py: Manage history on db change svn: r5918 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/PedView.py, gramps2/src/PersonView.py: * src/PedView.py: fix quote * src/PersonView.py: reset db and build tree on database reload * src/GrampsDb/_GrampsDbBase.py: clear active on database change svn: r5917 2006-02-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/PedView.py, src/PersonView.py: * src/PedView.py: fix quote * src/PersonView.py: reset db and build tree on database reload * src/GrampsDb/_GrampsDbBase.py: clear active on database change svn: r5917 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: initialize Family svn: r5916 2006-02-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: initialize Family svn: r5916 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/src/EditFamily.py: update svn: r5915 2006-02-10 Don Allingham <don@gramps-project.org> * src/EditFamily.py: update svn: r5915 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/src/EditFamily.py: update svn: r5914 2006-02-10 Don Allingham <don@gramps-project.org> * src/EditFamily.py: update svn: r5914 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditFamily.py, gramps2/src/GrampsWidgets.py: * src/EditFamily.py: fix empty gramps_id for new families * src/GrampsWidgets.py: fix empty gramps_id for new families svn: r5913 2006-02-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditFamily.py, src/GrampsWidgets.py: * src/EditFamily.py: fix empty gramps_id for new families * src/GrampsWidgets.py: fix empty gramps_id for new families svn: r5913 2006-02-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/PageView.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py: * src/DisplayTabs.py: fix editing of person events * src/EditPerson.py: sort out birth/death references * src/EventEdit.py: Handle event references properly * src/PageView.py: Add setting default person * src/PersonView.py: Add SetActive action * src/ViewManager.py: move ColumnEdit action svn: r5912 2006-02-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditPerson.py, src/EventEdit.py, src/PageView.py, src/PersonView.py, src/ViewManager.py: * src/DisplayTabs.py: fix editing of person events * src/EditPerson.py: sort out birth/death references * src/EventEdit.py: Handle event references properly * src/PageView.py: Add setting default person * src/PersonView.py: Add SetActive action * src/ViewManager.py: move ColumnEdit action svn: r5912 2006-02-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/gramps.desktop: * src/data/gramps.desktop: Add French strings. svn: r5909 2006-02-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/gramps.desktop: * src/data/gramps.desktop: Add French strings. svn: r5909 2006-02-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/gramps.desktop: * src/data/gramps.desktop: Improve Russian string, add Office category. svn: r5908 2006-02-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/gramps.desktop: * src/data/gramps.desktop: Improve Russian string, add Office category. svn: r5908 2006-02-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py, gramps2/src/PersonView.py: * src/PeopleModel.py: clear data cache svn: r5907 2006-02-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleModel.py, src/PersonView.py: * src/PeopleModel.py: clear data cache svn: r5907 2006-02-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditFamily.py, gramps2/src/EditPerson.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py: * src/EditFamily.py: set focus on surname * src/EditPerson.py: hook up add child * src/PersonView.py: fix delete person dispay * src/ViewManager.py: re-enable bookmark functions svn: r5902 2006-02-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditFamily.py, src/EditPerson.py, src/PersonView.py, src/ViewManager.py: * src/EditFamily.py: set focus on surname * src/EditPerson.py: hook up add child * src/PersonView.py: fix delete person dispay * src/ViewManager.py: re-enable bookmark functions svn: r5902 2006-02-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditMedia.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/MediaView.py, gramps2/src/PageView.py, gramps2/src/PersonView.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: pychecker fixes * src/EditMedia.py: Handle Note types properly * src/EditPerson.py: minor cleanup * src/EventEdit.py: pychecker fixes * src/MediaView.py: Don't call NoteEditor, use EditMedia instead * src/PageView.py: pychecker fixes * src/PersonView.py: typo * src/gramps.glade: Handle note types in media editor svn: r5901 2006-02-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditMedia.py, src/EditPerson.py, src/EventEdit.py, src/MediaView.py, src/PageView.py, src/PersonView.py, src/gramps.glade: * src/DisplayTabs.py: pychecker fixes * src/EditMedia.py: Handle Note types properly * src/EditPerson.py: minor cleanup * src/EventEdit.py: pychecker fixes * src/MediaView.py: Don't call NoteEditor, use EditMedia instead * src/PageView.py: pychecker fixes * src/PersonView.py: typo * src/gramps.glade: Handle note types in media editor svn: r5901 2006-02-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_FamilyPreviewFrame.py, gramps2/src/ObjectSelector/_FamilyTreeFrame.py, gramps2/src/ObjectSelector/_FilterSpec.py, gramps2/src/ObjectSelector/_ObjectSelectorResult.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py, gramps2/src/ObjectSelector/_PreviewFrameBase.py, gramps2/src/ObjectSelector/_TreeFrameBase.py, gramps2/src/ObjectSelector/__init__.py: tidied up the class strucand added documentation to ObjectSelector svn: r5900 2006-02-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_FilterSpec.py, src/ObjectSelector/_ObjectSelectorResult.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/ObjectSelector/_PreviewFrameBase.py, src/ObjectSelector/_TreeFrameBase.py, src/ObjectSelector/__init__.py: tidied up the class strucand added documentation to ObjectSelector svn: r5900 2006-02-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: * src/DisplayTabs.py: reordering items in a Gallery svn: r5899 2006-02-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py: * src/DisplayTabs.py: reordering items in a Gallery svn: r5899 2006-02-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_FilterFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFrame.py: fixed add button in object selector. svn: r5898 2006-02-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFrame.py: fixed add button in object selector. svn: r5898 2006-02-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditFamily.py, gramps2/src/Models/_FastFilterModel.py, gramps2/src/Models/_FastModel.py, gramps2/src/ObjectSelector/_FilterFrameBase.py, gramps2/src/ObjectSelector/_ObjectFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py, gramps2/src/TreeViews/_PersonTreeView.py: integrated treeview/model into objectselector. svn: r5897 2006-02-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditFamily.py, src/Models/_FastFilterModel.py, src/Models/_FastModel.py, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_ObjectFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/TreeViews/_PersonTreeView.py: integrated treeview/model into objectselector. svn: r5897 2006-02-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EditFamily.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/GrampsWidgets.py, gramps2/src/PageView.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade: * src/DisplayModels.py: gobject.TYPE_STRING -> str * src/EditFamily.py: privacy widget * src/EditPerson.py: privacy widget * src/EventEdit.py: save support * src/GrampsWidgets.py: Add PrivacyButton support * src/PageView.py: make sure active before updating rows * src/edit_person.glade: privacy icons * src/gramps.glade: privacy icons svn: r5895 2006-02-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/EditFamily.py, src/EditPerson.py, src/EventEdit.py, src/GrampsWidgets.py, src/PageView.py, src/edit_person.glade, src/gramps.glade: * src/DisplayModels.py: gobject.TYPE_STRING -> str * src/EditFamily.py: privacy widget * src/EditPerson.py: privacy widget * src/EventEdit.py: save support * src/GrampsWidgets.py: Add PrivacyButton support * src/PageView.py: make sure active before updating rows * src/edit_person.glade: privacy icons * src/gramps.glade: privacy icons svn: r5895 2006-02-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SourceView.py: * src/SourceView.py: fix source query dialog, fix source deleting svn: r5894 2006-02-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/SourceView.py: * src/SourceView.py: fix source query dialog, fix source deleting svn: r5894 2006-02-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/SourceView.py, gramps2/src/ansel_utf8.py: * src/SourceView.py: fix source query dialog * src/ansel_utf8.py: fix unicode conversion * src/GrampsDb/_GrampsDbBase.py: fix surname detection * src/GrampsDb/_ReadGedcomp.py: fix note importation svn: r5893 2006-02-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/SourceView.py, src/ansel_utf8.py: * src/SourceView.py: fix source query dialog * src/ansel_utf8.py: fix unicode conversion * src/GrampsDb/_GrampsDbBase.py: fix surname detection * src/GrampsDb/_ReadGedcomp.py: fix note importation svn: r5893 2006-02-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditFamily.py, gramps2/src/EditMedia.py, gramps2/src/FamilyList.py, gramps2/src/TreeViews/_PersonTreeView.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade: * src/EditFamily.py: Complete save operation, handle new family * src/EditMedia.py: Add file selector button * src/FamilyList.py: Save properly * src/edit_person.glade: lock icon * src/gramps.glade: file selector button svn: r5892 2006-02-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditFamily.py, src/EditMedia.py, src/FamilyList.py, src/TreeViews/_PersonTreeView.py, src/edit_person.glade, src/gramps.glade: * src/EditFamily.py: Complete save operation, handle new family * src/EditMedia.py: Add file selector button * src/FamilyList.py: Save properly * src/edit_person.glade: lock icon * src/gramps.glade: file selector button svn: r5892 2006-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_commit): Typo. svn: r5891 2006-02-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_commit): Typo. svn: r5891 2006-02-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditFamily.py: * src/EditFamily.py: start apply operation, data saving svn: r5890 2006-02-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditFamily.py: * src/EditFamily.py: start apply operation, data saving svn: r5890 2006-02-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AttrEdit.py, gramps2/src/DisplayState.py, gramps2/src/EditFamily.py, gramps2/src/gramps.glade: * src/AttrEdit.py: remove unused parameters * src/EditFamily.py: start apply operation svn: r5889 2006-02-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/AttrEdit.py, src/DisplayState.py, src/EditFamily.py, src/gramps.glade: * src/AttrEdit.py: remove unused parameters * src/EditFamily.py: start apply operation svn: r5889 2006-02-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/EditPlace.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/LocEdit.py, gramps2/src/RelLib/_Place.py, gramps2/src/gramps.glade: * src/DisplayModels.py: handle places correctly * src/DisplayTabs.py: Add LocationTab * src/EditPlace.py: update to use DisplayTabs * src/ImageSelect.py: remove SelectObject * src/LocEdit.py: use DisplayManager * src/gramps.glade: update editors * src/GrampsDb/_GrampsDbBase.py: use db_is_open * src/RelLib/_Place.py: typo svn: r5887 2006-02-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/DisplayTabs.py, src/EditPlace.py, src/GrampsDb/_GrampsDbBase.py, src/ImageSelect.py, src/LocEdit.py, src/RelLib/_Place.py, src/gramps.glade: * src/DisplayModels.py: handle places correctly * src/DisplayTabs.py: Add LocationTab * src/EditPlace.py: update to use DisplayTabs * src/ImageSelect.py: remove SelectObject * src/LocEdit.py: use DisplayManager * src/gramps.glade: update editors * src/GrampsDb/_GrampsDbBase.py: use db_is_open * src/RelLib/_Place.py: typo svn: r5887 2006-02-05 Don Allingham <don@gramps-project.org> * gramps2/src/const.py.in: fix cwd svn: r5886 2006-02-05 Don Allingham <don@gramps-project.org> * src/const.py.in: fix cwd svn: r5886 2006-02-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/DisplayTabs.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/ListBox.py, gramps2/src/Sources.py, gramps2/src/gramps.glade: * src/ChooseParents.py: removed * src/ListBox.py: removed svn: r5885 2006-02-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/DisplayTabs.py, src/EditPerson.py, src/EditPlace.py, src/EventEdit.py, src/ImageSelect.py, src/ListBox.py, src/Sources.py, src/gramps.glade: * src/ChooseParents.py: removed * src/ListBox.py: removed svn: r5885 2006-02-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/EditRepository.py, gramps2/src/EditSource.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/TransTable.py: * src/TransTable.py: removed * src/AddSpouse.py: removed * src/Marriage.py: removed * src/GrampsDb/_ReadGedcom.py: remove useless comparea svn: r5884 2006-02-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/EditRepository.py, src/EditSource.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/TransTable.py: * src/TransTable.py: removed * src/AddSpouse.py: removed * src/Marriage.py: removed * src/GrampsDb/_ReadGedcom.py: remove useless comparea svn: r5884 2006-02-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddrEdit.py, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs.py, gramps2/src/EditMedia.py, gramps2/src/EditSource.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ImageSelect.py, gramps2/src/Sources.py, gramps2/src/Utils.py, gramps2/src/ViewManager.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade: * src/AddMedia.py: relative path support * src/AddrEdit.py: add DisplayTab support * src/DdTargets.py: repository references support * src/DisplayTabs.py: repository reference support * src/EditMedia.py: save support * src/EditSource.py: save support * src/ImageSelect.py: remove unused stuff * src/Sources.py: use object instead of gobject.TYPE_PYOBJECT * src/Utils.py: relative path calculator * src/ViewManager.py: change cwd to directory of the file so that relative paths work * src/edit_person.glade: fix size * src/gramps.glade: add relative path indicator * src/GrampsDb/_ReadGedcom.py: remove useless compare svn: r5883 2006-02-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddrEdit.py, src/DdTargets.py, src/DisplayTabs.py, src/EditMedia.py, src/EditSource.py, src/GrampsDb/_ReadGedcom.py, src/ImageSelect.py, src/Sources.py, src/Utils.py, src/ViewManager.py, src/edit_person.glade, src/gramps.glade: * src/AddMedia.py: relative path support * src/AddrEdit.py: add DisplayTab support * src/DdTargets.py: repository references support * src/DisplayTabs.py: repository reference support * src/EditMedia.py: save support * src/EditSource.py: save support * src/ImageSelect.py: remove unused stuff * src/Sources.py: use object instead of gobject.TYPE_PYOBJECT * src/Utils.py: relative path calculator * src/ViewManager.py: change cwd to directory of the file so that relative paths work * src/edit_person.glade: fix size * src/gramps.glade: add relative path indicator * src/GrampsDb/_ReadGedcom.py: remove useless compare svn: r5883 2006-02-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AttrEdit.py, gramps2/src/NameEdit.py, gramps2/src/gramps.glade: * src/AttrEdit.py: use DisplayTabs * src/NameEdit.py: use DisplayTabs * src/gramps.glade: use DisplayTabs svn: r5882 2006-02-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/AttrEdit.py, src/NameEdit.py, src/gramps.glade: * src/AttrEdit.py: use DisplayTabs * src/NameEdit.py: use DisplayTabs * src/gramps.glade: use DisplayTabs svn: r5882 2006-02-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/_RepoRef.py: * src/PeopleModel.py: Correct column numbers. * src/GrampsDb/_ReadGedcom.py (parse_header_source): Typo. * src/RelLib/_RepoRef.py (unserialize): Return unserialized object. svn: r5881 2006-02-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py, src/PeopleModel.py, src/RelLib/_RepoRef.py: * src/PeopleModel.py: Correct column numbers. * src/GrampsDb/_ReadGedcom.py (parse_header_source): Typo. * src/RelLib/_RepoRef.py (unserialize): Return unserialized object. svn: r5881 2006-02-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/Makefile.am, gramps2/src/Makefile.am: * src/Makefile.am: Remove absent glade files from the list. * src/GrampsDb/Makefile.am: Ship new glade files; correct directory. svn: r5880 2006-02-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/Makefile.am, src/Makefile.am: * src/Makefile.am: Remove absent glade files from the list. * src/GrampsDb/Makefile.am: Ship new glade files; correct directory. svn: r5880 2006-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/Models/.cvsignore, gramps2/src/TreeViews/.cvsignore: Add cvsignore files svn: r5879 2006-02-03 Alex Roitman <shura@gramps-project.org> * src/Models/.cvsignore, src/TreeViews/.cvsignore: Add cvsignore files svn: r5879 2006-02-03 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py: fix typo svn: r5878 2006-02-03 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py: fix typo svn: r5878 2006-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_Note.py, gramps2/src/RelLib/_NoteBase.py: Update svn: r5877 2006-02-03 Alex Roitman <shura@gramps-project.org> * src/RelLib/_Note.py, src/RelLib/_NoteBase.py: Update svn: r5877 2006-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EventEdit.py, gramps2/src/PeopleModel.py, gramps2/src/PersonView.py: * src/DisplayTabs.py: Handle notes properly * src/EventEdit.py: commit modified events * src/PeopleModel.py: remove unused functions * src/PersonView.py: remove debug svn: r5876 2006-02-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EventEdit.py, src/PeopleModel.py, src/PersonView.py: * src/DisplayTabs.py: Handle notes properly * src/EventEdit.py: commit modified events * src/PeopleModel.py: remove unused functions * src/PersonView.py: remove debug svn: r5876 2006-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/CalSdn.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/DateDisplay.py, gramps2/src/DateEdit.py, gramps2/src/DateParser.py, gramps2/src/EditMedia.py, gramps2/src/Errors.py, gramps2/src/EventEdit.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib/_Address.py, gramps2/src/RelLib/_AddressBase.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_AttributeBase.py, gramps2/src/RelLib/_BaseObject.py, gramps2/src/RelLib/_CalSdn.py, gramps2/src/RelLib/_Date.py, gramps2/src/RelLib/_DateBase.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_Location.py, gramps2/src/RelLib/_LocationBase.py, gramps2/src/RelLib/_MediaBase.py, gramps2/src/RelLib/_MediaObject.py, gramps2/src/RelLib/_MediaRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Note.py, gramps2/src/RelLib/_NoteBase.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_Place.py, gramps2/src/RelLib/_PrivateSourceNote.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_Source.py, gramps2/src/RelLib/_SourceNote.py, gramps2/src/RelLib/_SourceRef.py, gramps2/src/RelLib/_Url.py, gramps2/src/RelLib/_UrlBase.py, gramps2/src/RelLib/__init__.py, gramps2/src/ReportUtils.py, gramps2/src/RepositoryRefEdit.py, gramps2/src/SelectChild.py, gramps2/src/Sort.py, gramps2/src/Sources.py, gramps2/src/Utils.py, gramps2/src/dates/Date_de.py, gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fi.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_nl.py, gramps2/src/dates/Date_ru.py, gramps2/src/dates/Date_sv.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/rel_hu.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/AddrEdit.py, src/CalSdn.py, src/ChooseParents.py, src/Date.py, src/DateDisplay.py, src/DateEdit.py, src/DateParser.py, src/EditMedia.py, src/Errors.py, src/EventEdit.py, src/GenericFilter.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteXML.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/PeopleModel.py, src/RelLib/_Address.py, src/RelLib/_AddressBase.py, src/RelLib/_Attribute.py, src/RelLib/_AttributeBase.py, src/RelLib/_BaseObject.py, src/RelLib/_CalSdn.py, src/RelLib/_Date.py, src/RelLib/_DateBase.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_LdsOrd.py, src/RelLib/_Location.py, src/RelLib/_LocationBase.py, src/RelLib/_MediaBase.py, src/RelLib/_MediaObject.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_Note.py, src/RelLib/_NoteBase.py, src/RelLib/_Person.py, src/RelLib/_Place.py, src/RelLib/_PrivateSourceNote.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_Source.py, src/RelLib/_SourceNote.py, src/RelLib/_SourceRef.py, src/RelLib/_Url.py, src/RelLib/_UrlBase.py, src/RelLib/__init__.py, src/ReportUtils.py, src/RepositoryRefEdit.py, src/SelectChild.py, src/Sort.py, src/Sources.py, src/Utils.py, src/dates/Date_de.py, src/dates/Date_es.py, src/dates/Date_fi.py, src/dates/Date_fr.py, src/dates/Date_nl.py, src/dates/Date_ru.py, src/dates/Date_sv.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/ImportGeneWeb.py, src/plugins/TestcaseGenerator.py, src/plugins/Verify.py, src/plugins/WriteGeneWeb.py, src/plugins/rel_hu.py: * 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 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/TreeViews/_PersonTreeView.py: Added more columns svn: r5874 2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/TreeViews/_PersonTreeView.py: Added more columns svn: r5874 2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/src/TreeViews/_PersonTreeView.py, gramps2/test/try_tree_model.py: trivial fixed to fast models svn: r5873 2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/TreeViews/_PersonTreeView.py, test/try_tree_model.py: trivial fixed to fast models svn: r5873 2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/__init__.py, gramps2/src/Models/_FastFilterModel.py, gramps2/src/Models/_FastModel.py, gramps2/src/Models/_ListCursor.py, gramps2/src/Models/_PathCursor.py, gramps2/src/Models/_PersonFilterModel.py, gramps2/src/Models/_PersonListModel.py, gramps2/src/Models/_PersonTreeModel.py, gramps2/src/Models/__init__.py, gramps2/src/TreeViews/_PersonTreeView.py, gramps2/src/TreeViews/__init__.py, gramps2/test/try_tree_model.py: added initial fast model implementation svn: r5872 2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/__init__.py, src/Models/_FastFilterModel.py, src/Models/_FastModel.py, src/Models/_ListCursor.py, src/Models/_PathCursor.py, src/Models/_PersonFilterModel.py, src/Models/_PersonListModel.py, src/Models/_PersonTreeModel.py, src/Models/__init__.py, src/TreeViews/_PersonTreeView.py, src/TreeViews/__init__.py, test/try_tree_model.py: added initial fast model implementation svn: r5872 2006-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/PersonView.py: * src/PersonView.py: history * src/EditPerson.py: start the save routine. svn: r5871 2006-02-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/PersonView.py: * src/PersonView.py: history * src/EditPerson.py: start the save routine. svn: r5871 2006-02-03 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py: update svn: r5869 2006-02-03 Don Allingham <don@gramps-project.org> * src/EditPerson.py: update svn: r5869 2006-02-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs.py, gramps2/src/EventEdit.py, gramps2/src/gramps.glade: * src/DdTargets.py: add support for data items in sources * src/EventEdit.py: use DisplayTabs * src/gramps.glade: New EventEditor with display tabs * src/DisplayTabs.py: specify data _DND_TYPE, don't enable d-n-d if _DND_TYPE not defined svn: r5868 2006-02-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/DdTargets.py, src/DisplayTabs.py, src/EventEdit.py, src/gramps.glade: * src/DdTargets.py: add support for data items in sources * src/EventEdit.py: use DisplayTabs * src/gramps.glade: New EventEditor with display tabs * src/DisplayTabs.py: specify data _DND_TYPE, don't enable d-n-d if _DND_TYPE not defined svn: r5868 2006-02-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditMedia.py, gramps2/src/MediaView.py, gramps2/src/gramps.glade: * src/EditMedia.py: break out of ImageSelect, since ImageSelect will probably go away. Add media editing ability using DisplayTabs. * src/MediaView.py: call EditMedia * src/gramps.glade: clean up media editor dialog svn: r5867 2006-02-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditMedia.py, src/MediaView.py, src/gramps.glade: * src/EditMedia.py: break out of ImageSelect, since ImageSelect will probably go away. Add media editing ability using DisplayTabs. * src/MediaView.py: call EditMedia * src/gramps.glade: clean up media editor dialog svn: r5867 2006-02-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/PageView.py: * src/DisplayState.py: add standard function for using WATCH cursor * src/PageView.py: enable watch cursor when it is necessary to rebuild a page. svn: r5866 2006-02-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/PageView.py: * src/DisplayState.py: add standard function for using WATCH cursor * src/PageView.py: enable watch cursor when it is necessary to rebuild a page. svn: r5866 2006-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_begin, transaction_commit): only do secondary index magic if not instructde otherwise; (BdbTransaction.__init__): accept additional argument, pass it on to Transaction class. * src/GrampsDb/_GrampsDbBase.py (Transaction.__init__): accept additional argument for no_magic. * src/GrampsDb/_ReadGedcom.py (NoteParser): count people during first pass; (parse_gedcom_file): start transaction with or without secondary index magic. * src/GrampsDb/_ReadXML.py (LineParser):count people during first pass; (parse): start transaction with or without secondary index magic. svn: r5865 2006-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_begin, transaction_commit): only do secondary index magic if not instructde otherwise; (BdbTransaction.__init__): accept additional argument, pass it on to Transaction class. * src/GrampsDb/_GrampsDbBase.py (Transaction.__init__): accept additional argument for no_magic. * src/GrampsDb/_ReadGedcom.py (NoteParser): count people during first pass; (parse_gedcom_file): start transaction with or without secondary index magic. * src/GrampsDb/_ReadXML.py (LineParser):count people during first pass; (parse): start transaction with or without secondary index magic. svn: r5865 2006-02-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditPerson.py, gramps2/src/ImgManip.py, gramps2/src/Sources.py, gramps2/src/gramps.glade: * src/EditPerson.py: unused code * src/ImgManip.py: convienence code * src/Sources.py: DisplayManager-ize the SourceEditor svn: r5864 2006-02-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditPerson.py, src/ImgManip.py, src/Sources.py, src/gramps.glade: * src/EditPerson.py: unused code * src/ImgManip.py: convienence code * src/Sources.py: DisplayManager-ize the SourceEditor svn: r5864 2006-02-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: Hook up editors * src/EditFamily.py: Add _DND_TYPE * src/UrlEdit.py: Add type selector * src/Utils.py: add type/string maps for url types * src/gramps.glade: add type selector comboboxentry * src/ObjectSelector/_ObjectSelectorWindow.py: fix window management so that the system is closed properly svn: r5863 2006-02-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/UrlEdit.py, src/Utils.py, src/gramps.glade: * src/DisplayTabs.py: Hook up editors * src/EditFamily.py: Add _DND_TYPE * src/UrlEdit.py: Add type selector * src/Utils.py: add type/string maps for url types * src/gramps.glade: add type selector comboboxentry * src/ObjectSelector/_ObjectSelectorWindow.py: fix window management so that the system is closed properly svn: r5863 2006-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (_find_from_handle): Revert the change, as it does not seem to bring any speedup. svn: r5862 2006-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (_find_from_handle): Revert the change, as it does not seem to bring any speedup. svn: r5862 2006-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (_find_by_handle): delegate key lookup to dbmap.db; (transaction_commit, transaction_begin): Enable removing/rebuilding of the secondary index. * src/GrampsDb/_ReadXML.py (LineParser): Improve first pass. svn: r5861 2006-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (_find_by_handle): delegate key lookup to dbmap.db; (transaction_commit, transaction_begin): Enable removing/rebuilding of the secondary index. * src/GrampsDb/_ReadXML.py (LineParser): Improve first pass. svn: r5861 2006-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (find_next_*_gramps_id): check whether the key exists, do not read. * src/GrampsDb/_GrampsBSDDB.py (find_next_*_gramps_id): Remove methods, as there's no need to override ones the DbBase now. svn: r5860 2006-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (find_next_*_gramps_id): check whether the key exists, do not read. * src/GrampsDb/_GrampsBSDDB.py (find_next_*_gramps_id): Remove methods, as there's no need to override ones the DbBase now. svn: r5860 2006-01-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditPerson.py: * src/EditPerson.py: clean up building notebook pages * src/DisplayTabs.py: support for drag-n-drop svn: r5859 2006-01-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditPerson.py: * src/EditPerson.py: clean up building notebook pages * src/DisplayTabs.py: support for drag-n-drop svn: r5859 2006-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsInMemDB.py, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (get_gramps_ids): Move to GrampsDbBase; (_get_obj_from_gramps_id,_find_from_handle): Only read data if the key exists. * src/GrampsDb/_GrampsDbBase.py (get_gramps_ids,has_gramps_id): Add methods; (check_*_from_handle): Add methods that make sure that object exists in the db, create as necessary, but do not read if it exists; (_check_from_handle): Add lower-level method; (_find_from_handle): Only read data if the key exists. * src/GrampsDb/_GrampsInMemDB.py (get_gramps_ids): Move to GrampsDbBase. * src/GrampsDb/_ReadXML.py: Multiple improvements. svn: r5858 2006-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_GrampsBSDDB.py (get_gramps_ids): Move to GrampsDbBase; (_get_obj_from_gramps_id,_find_from_handle): Only read data if the key exists. * src/GrampsDb/_GrampsDbBase.py (get_gramps_ids,has_gramps_id): Add methods; (check_*_from_handle): Add methods that make sure that object exists in the db, create as necessary, but do not read if it exists; (_check_from_handle): Add lower-level method; (_find_from_handle): Only read data if the key exists. * src/GrampsDb/_GrampsInMemDB.py (get_gramps_ids): Move to GrampsDbBase. * src/GrampsDb/_ReadXML.py: Multiple improvements. svn: r5858 2006-01-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/DisplayTabs.py, gramps2/src/EditPerson.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade: * src/DdTargets.py: Add support for EventRef * src/DisplayTabs.py: Drag and drop support in base class * src/EditPerson.py: remove unused functions * src/edit_person.glade: privacy flag change * src/gramps.glade: add tooltip svn: r5857 2006-01-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DdTargets.py, src/DisplayTabs.py, src/EditPerson.py, src/edit_person.glade, src/gramps.glade: * src/DdTargets.py: Add support for EventRef * src/DisplayTabs.py: Drag and drop support in base class * src/EditPerson.py: remove unused functions * src/edit_person.glade: privacy flag change * src/gramps.glade: add tooltip svn: r5857 2006-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ViewManager.py: * src/Exporter.py: Set initial person in case there's no active. * src/ViewManager.py (find_initial_person): Remove method. * src/GrampsDb/_GrampsDbBase.py (find_initial_person): Add method. svn: r5856 2006-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/GrampsDb/_GrampsDbBase.py, src/ViewManager.py: * src/Exporter.py: Set initial person in case there's no active. * src/ViewManager.py (find_initial_person): Remove method. * src/GrampsDb/_GrampsDbBase.py (find_initial_person): Add method. svn: r5856 2006-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gramps/example.gramps, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (write_place_obj): Always write ptitle. * src/GrampsDb/_ReadXML.py: Prase file and ptitle tags. * example/gramps/example.gramps: Update XML example. svn: r5855 2006-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, example/gramps/example.gramps, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py (write_place_obj): Always write ptitle. * src/GrampsDb/_ReadXML.py: Prase file and ptitle tags. * example/gramps/example.gramps: Update XML example. svn: r5855 2006-01-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py: * src/DisplayTabs.py: hook up event ref editor svn: r5854 2006-01-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py: * src/DisplayTabs.py: hook up event ref editor svn: r5854 2006-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/grampsxml.dtd, gramps2/doc/grampsxml.rng, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteXML.py: * doc/grampsxml.dtd: Events preceed people. * doc/grampsxml.rng: Events preceed people. * src/GrampsDb/_WriteXML.py: Events preceed people. * src/GrampsDb/_ReadXML.py: Parse old and new style events, old witnesses, new eventrefs. svn: r5853 2006-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/grampsxml.dtd, doc/grampsxml.rng, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteXML.py: * doc/grampsxml.dtd: Events preceed people. * doc/grampsxml.rng: Events preceed people. * src/GrampsDb/_WriteXML.py: Events preceed people. * src/GrampsDb/_ReadXML.py: Parse old and new style events, old witnesses, new eventrefs. svn: r5853 2006-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GnomeMime.py: * src/GnomeMime.py: Import neede modules. svn: r5852 2006-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GnomeMime.py: * src/GnomeMime.py: Import neede modules. svn: r5852 2006-01-29 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py: import fixes svn: r5851 2006-01-29 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py: import fixes svn: r5851 2006-01-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/EditPerson.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ViewManager.py, gramps2/src/edit_person.glade: * src/DisplayTabs.py: add SourceRefModel, NameEmbedList, AddrEmbedList * src/EditPerson.py: Use new EmbedLists * src/ViewManager.py: set max value on set_fraction * src/edit_person.glade: remove old lists * src/GrampsDb/_ReadGedcom.py: fix types svn: r5850 2006-01-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/EditPerson.py, src/GrampsDb/_ReadGedcom.py, src/ViewManager.py, src/edit_person.glade: * src/DisplayTabs.py: add SourceRefModel, NameEmbedList, AddrEmbedList * src/EditPerson.py: Use new EmbedLists * src/ViewManager.py: set max value on set_fraction * src/edit_person.glade: remove old lists * src/GrampsDb/_ReadGedcom.py: fix types svn: r5850 2006-01-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py: * src/DisplayTabs.py: add SourceRefModel * src/EditFamily.py: fix variable names svn: r5849 2006-01-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py: * src/DisplayTabs.py: add SourceRefModel * src/EditFamily.py: fix variable names svn: r5849 2006-01-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: qualify strxfrm svn: r5848 2006-01-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: qualify strxfrm svn: r5848 2006-01-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/grampsxml.rng, gramps2/example/gramps/example.gramps, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_GrampsBSDDB.py: Typos. * src/GrampsDb/_WriteXML.py: Minor corrections. * doc/grampsxml.rng: Updates. * example/gramps/example.gramps: New XML example. svn: r5847 2006-01-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/grampsxml.rng, example/gramps/example.gramps, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_GrampsBSDDB.py: Typos. * src/GrampsDb/_WriteXML.py: Minor corrections. * doc/grampsxml.rng: Updates. * example/gramps/example.gramps: New XML example. svn: r5847 2006-01-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/grampsxml.dtd, gramps2/doc/grampsxml.rng: * doc/grampsxml.rng: Update to reflect new XML. svn: r5846 2006-01-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/grampsxml.dtd, doc/grampsxml.rng: * doc/grampsxml.rng: Update to reflect new XML. svn: r5846 2006-01-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/grampsxml.dtd, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteXML.py: * doc/grampsxml.dtd: Update to reflect new XML. * src/GrampsDb/_ReadGedcom.py (parse_repo_ref_caln): Properly set media type. * src/GrampsDb/_WriteXML.py: More XML updates. svn: r5845 2006-01-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/grampsxml.dtd, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteXML.py: * doc/grampsxml.dtd: Update to reflect new XML. * src/GrampsDb/_ReadGedcom.py (parse_repo_ref_caln): Properly set media type. * src/GrampsDb/_WriteXML.py: More XML updates. svn: r5845 2006-01-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ReadGedcom.py: Typo. * src/GrampsDb/_GrampsBSDDB.py: Correct duplicate event IDs on upgrade. * src/GrampsDb/_WriteXML.py: More XML updates. svn: r5844 2006-01-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ReadGedcom.py: Typo. * src/GrampsDb/_GrampsBSDDB.py: Correct duplicate event IDs on upgrade. * src/GrampsDb/_WriteXML.py: More XML updates. svn: r5844 2006-01-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcomp.py: preselect gramps ids for events svn: r5843 2006-01-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcomp.py: preselect gramps ids for events svn: r5843 2006-01-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsInMemDB.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ConstXML.py: More XML export fixes. * src/GrampsDb/_GrampsBSDDB.py: More XML export fixes. * src/GrampsDb/_GrampsDbBase.py: More XML export fixes. * src/GrampsDb/_GrampsInMemDB.py: More XML export fixes. * src/GrampsDb/_WriteXML.py: More XML export fixes. svn: r5842 2006-01-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ConstXML.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ConstXML.py: More XML export fixes. * src/GrampsDb/_GrampsBSDDB.py: More XML export fixes. * src/GrampsDb/_GrampsDbBase.py: More XML export fixes. * src/GrampsDb/_GrampsInMemDB.py: More XML export fixes. * src/GrampsDb/_WriteXML.py: More XML export fixes. svn: r5842 2006-01-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/RelLib/_RepoRef.py: * src/GrampsDb/_ReadGedcom.py: fix repeated translation call svn: r5841 2006-01-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py, src/RelLib/_RepoRef.py: * src/GrampsDb/_ReadGedcom.py: fix repeated translation call svn: r5841 2006-01-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py: Handle some of new XML. svn: r5840 2006-01-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_WriteXML.py: Handle some of new XML. svn: r5840 2006-01-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/Makefile.am, gramps2/src/GrampsDb/_ConstXML.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ConstXML.py: Add new file. * src/GrampsDb/Makefile.am: Ship new file. * src/GrampsDb/_GrampsBSDDB.py: Convert family and parent family relations from integer to tuple on upgrade. * src/GrampsDb/_WriteGedcom.py: Convert from tuple to string. svn: r5839 2006-01-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/Makefile.am, src/GrampsDb/_ConstXML.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_WriteXML.py: * src/GrampsDb/_ConstXML.py: Add new file. * src/GrampsDb/Makefile.am: Ship new file. * src/GrampsDb/_GrampsBSDDB.py: Convert family and parent family relations from integer to tuple on upgrade. * src/GrampsDb/_WriteGedcom.py: Convert from tuple to string. svn: r5839 2006-01-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/ViewManager.py: * src/DisplayModels.py: optimization * src/DisplayTabs.py: improved docs * src/ViewManger.py: remove import_tool_callback svn: r5838 2006-01-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/DisplayTabs.py, src/ViewManager.py: * src/DisplayModels.py: optimization * src/DisplayTabs.py: improved docs * src/ViewManger.py: remove import_tool_callback svn: r5838 2006-01-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: 'generic' for the namespace argument; Remove unneeded import. svn: r5837 2006-01-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py: 'generic' for the namespace argument; Remove unneeded import. svn: r5837 2006-01-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: * src/GenericFilters.py (get_filters): Use default value of 'generic' for the namespace argument. svn: r5836 2006-01-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py: * src/GenericFilters.py (get_filters): Use default value of 'generic' for the namespace argument. svn: r5836 2006-01-26 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py: added documenation svn: r5834 2006-01-26 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py: added documenation svn: r5834 2006-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: Add proper upgrade path from within load. svn: r5833 2006-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: Add proper upgrade path from within load. svn: r5833 2006-01-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditSource.py, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/DisplayTabs.py: use idle_loop to load data for source backreferences * src/EditSource.py: close the BackReferences tab to turn off the idle loop if still active * src/GrampsDb/_GrampsBSDDB.py: close secondary indexes before primary svn: r5829 2006-01-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditSource.py, src/GrampsDb/_GrampsBSDDB.py: * src/DisplayTabs.py: use idle_loop to load data for source backreferences * src/EditSource.py: close the BackReferences tab to turn off the idle loop if still active * src/GrampsDb/_GrampsBSDDB.py: close secondary indexes before primary svn: r5829 2006-01-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditSource.py, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: SourceRef tab * src/EditSource.py: New source ref dialog * src/grampsl.glade: New source ref dialog * src/GrampsDb/_GedTokens.py: repository tokens * src/GrampsDb/_ReadGedcom.py: repository support svn: r5828 2006-01-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditSource.py, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py, src/gramps.glade: * src/DisplayTabs.py: SourceRef tab * src/EditSource.py: New source ref dialog * src/grampsl.glade: New source ref dialog * src/GrampsDb/_GedTokens.py: repository tokens * src/GrampsDb/_ReadGedcom.py: repository support svn: r5828 2006-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (load): Set max locks and objects to 25000; Add DB_RECOVER flag to the environment. svn: r5827 2006-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (load): Set max locks and objects to 25000; Add DB_RECOVER flag to the environment. svn: r5827 2006-01-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/RelLib/_Event.py, gramps2/src/RepositoryView.py: * src/DisplayModels.py: Fix column handling for repositories * src/RepositoryView.py: Columns for repositories * src/GrampsDb/_GrampsDbBase.py: default columns settings for repositories * src/GrampsDb/_ReadGedcom.py: Import repository information * src/RelLib/_Event.py: check Event type values svn: r5826 2006-01-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/RelLib/_Event.py, src/RepositoryView.py: * src/DisplayModels.py: Fix column handling for repositories * src/RepositoryView.py: Columns for repositories * src/GrampsDb/_GrampsDbBase.py: default columns settings for repositories * src/GrampsDb/_ReadGedcom.py: Import repository information * src/RelLib/_Event.py: check Event type values svn: r5826 2006-01-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/PeopleModel.py, gramps2/src/PersonView.py: * src/DisplayTabs.py: Add source ref model/tab * src/PeopleModel.py: specify handle column * src/PersonView.py: fix selection column * src/EditFamily.py: remove icon in father/mother column, add source tab svn: r5825 2006-01-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/GrampsDb/_ReadGedcom.py, src/PeopleModel.py, src/PersonView.py: * src/DisplayTabs.py: Add source ref model/tab * src/PeopleModel.py: specify handle column * src/PersonView.py: fix selection column * src/EditFamily.py: remove icon in father/mother column, add source tab svn: r5825 2006-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ViewManager.py: * src/DisplayState.py: Warning log handler, add timeout handler svn: r5824 2006-01-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/GrampsDb/_ReadGedcom.py, src/ViewManager.py: * src/DisplayState.py: Warning log handler, add timeout handler svn: r5824 2006-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EditFamily.py, gramps2/src/EditPerson.py, gramps2/src/GrampsDb/_GedTokens.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsWidgets.py, gramps2/src/ViewManager.py: * src/DisplayState.py: Warning log handler * src/EditFamily.py: remove icon in father/mother column * src/EditPerson.py: remove commented out code * src/GrampsWidgets.py: add WarnButton * src/ViewManager.py: use WarnButton in the status bar * src/GrampsDb/_GedTokens.py: Add HEAD * src/GrampsDb/_ReadGedcom.py: New min-lexical analyzer svn: r5823 2006-01-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EditFamily.py, src/EditPerson.py, src/GrampsDb/_GedTokens.py, src/GrampsDb/_ReadGedcom.py, src/GrampsWidgets.py, src/ViewManager.py: * src/DisplayState.py: Warning log handler * src/EditFamily.py: remove icon in father/mother column * src/EditPerson.py: remove commented out code * src/GrampsWidgets.py: add WarnButton * src/ViewManager.py: use WarnButton in the status bar * src/GrampsDb/_GedTokens.py: Add HEAD * src/GrampsDb/_ReadGedcom.py: New min-lexical analyzer svn: r5823 2006-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsWidgets.py, gramps2/src/ViewManager.py: * src/DisplayState.py: add info button * src/ViewManager.py: add info button * src/GrampsWidgets.py: add optional size to icon button svn: r5822 2006-01-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/GrampsDb/_ReadGedcom.py, src/GrampsWidgets.py, src/ViewManager.py: * src/DisplayState.py: add info button * src/ViewManager.py: add info button * src/GrampsWidgets.py: add optional size to icon button svn: r5822 2006-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: fix event handling, fix skip_record svn: r5821 2006-01-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: fix event handling, fix skip_record svn: r5821 2006-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/Makefile.am, gramps2/src/PeopleView.py, gramps2/src/PersonView.py: * src/Makefile.am: remove PeopleView.py * src/PeopleView.py: removed, replaced by PersonView * src/PersonView.py: set ellipsize property * src/GrampsDb/_ReadGedcom.py: fix event handling svn: r5820 2006-01-23 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDb/_ReadGedcom.py, src/Makefile.am, src/PeopleView.py, src/PersonView.py: * src/Makefile.am: remove PeopleView.py * src/PeopleView.py: removed, replaced by PersonView * src/PersonView.py: set ellipsize property * src/GrampsDb/_ReadGedcom.py: fix event handling svn: r5820 2006-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: fix typo svn: r5819 2006-01-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix typo svn: r5819 2006-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/Utils.py: update svn: r5818 2006-01-22 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py, src/Utils.py: update svn: r5818 2006-01-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: Update svn: r5817 2006-01-22 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Update svn: r5817 2006-01-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/PeopleModel.py, gramps2/src/Utils.py: * src/PeopleModel.py: fix sorting of subnames * src/Utils.py: fix GEDCOM mappings * src/GrampsDb/_ReadGedcom.py: More updates, bring up to the new RelLib svn: r5816 2006-01-22 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsDb/_ReadGedcom.py, src/PeopleModel.py, src/Utils.py: * src/PeopleModel.py: fix sorting of subnames * src/Utils.py: fix GEDCOM mappings * src/GrampsDb/_ReadGedcom.py: More updates, bring up to the new RelLib svn: r5816 2006-01-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (pulse_progressbar): Print percentage text; Set cursor to WATCH on open and import. svn: r5815 2006-01-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (pulse_progressbar): Print percentage text; Set cursor to WATCH on open and import. svn: r5815 2006-01-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PageView.py, gramps2/src/ViewManager.py: * src/PageView.py: remove debug statements * src/ViewManager.py: check for existing action group before removing svn: r5814 2006-01-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/PageView.py, src/ViewManager.py: * src/PageView.py: remove debug statements * src/ViewManager.py: check for existing action group before removing svn: r5814 2006-01-21 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py: fix flist svn: r5813 2006-01-21 Don Allingham <don@gramps-project.org> * src/PeopleModel.py: fix flist svn: r5813 2006-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py: remove skip feature svn: r5812 2006-01-20 Don Allingham <don@gramps-project.org> * src/PeopleModel.py: remove skip feature svn: r5812 2006-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py: Move _update_reference_map into _commite_base. * src/GrampsDb/_GrampsBSDDB.py: Move _update_reference_map into _commite_base. svn: r5811 2006-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py: Move _update_reference_map into _commite_base. * src/GrampsDb/_GrampsBSDDB.py: Move _update_reference_map into _commite_base. svn: r5811 2006-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/NameDisplay.py, gramps2/src/PeopleModel.py: * src/GenericFilter.py: implement short-circuit if only rule is Everyone * src/NameDisplay.py: optimization * src/PeopleModel.py: optimization of data building svn: r5810 2006-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/NameDisplay.py, src/PeopleModel.py: * src/GenericFilter.py: implement short-circuit if only rule is Everyone * src/NameDisplay.py: optimization * src/PeopleModel.py: optimization of data building svn: r5810 2006-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: remove function call in find_surname svn: r5809 2006-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: remove function call in find_surname svn: r5809 2006-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_begin, transaction_commit): disable secondary index removal/rebuilding due to bugs in bsddb; (_update_reference_map): explicitly check for addition versus update. svn: r5808 2006-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_begin, transaction_commit): disable secondary index removal/rebuilding due to bugs in bsddb; (_update_reference_map): explicitly check for addition versus update. svn: r5808 2006-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/PageView.py: * src/PageView.py: add ellipsize, better dirty/clean management, set fixed column width and fixed height * src/GrampsDb/_GrampsDbBase.py: handle default column sizes svn: r5807 2006-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/PageView.py: * src/PageView.py: add ellipsize, better dirty/clean management, set fixed column width and fixed height * src/GrampsDb/_GrampsDbBase.py: handle default column sizes svn: r5807 2006-01-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/Makefile.am, gramps2/src/ObjectSelector/Makefile.am: added automake stuff svn: r5806 2006-01-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, configure.in, src/Makefile.am, src/ObjectSelector/Makefile.am: added automake stuff svn: r5806 2006-01-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_Constants.py, gramps2/src/ObjectSelector/_Factories.py, gramps2/src/ObjectSelector/_FamilyFilterFrame.py, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_FamilyPreviewFrame.py, gramps2/src/ObjectSelector/_FamilyTreeFrame.py, gramps2/src/ObjectSelector/_FilterFrameBase.py, gramps2/src/ObjectSelector/_FilterSpec.py, gramps2/src/ObjectSelector/_FilterSpecBase.py, gramps2/src/ObjectSelector/_ObjectFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorResult.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonFilterSpec.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py, gramps2/src/ObjectSelector/__init__.py: added header to Objectselector svn: r5805 2006-01-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_Constants.py, src/ObjectSelector/_Factories.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_FilterSpec.py, src/ObjectSelector/_FilterSpecBase.py, src/ObjectSelector/_ObjectFrameBase.py, src/ObjectSelector/_ObjectSelectorResult.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFilterSpec.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonTreeFrame.py, src/ObjectSelector/__init__.py: added header to Objectselector svn: r5805 2006-01-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditFamily.py, gramps2/src/ObjectSelector/_Factories.py, gramps2/src/ObjectSelector/_FamilyFilterFrame.py, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_FamilyPreviewFrame.py, gramps2/src/ObjectSelector/_FilterFrameBase.py, gramps2/src/ObjectSelector/_FilterSpec.py, gramps2/src/ObjectSelector/_FilterSpecBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonFilterSpec.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/__init__.py, gramps2/src/gramps.py: integrated object selector into edit family svn: r5804 2006-01-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditFamily.py, src/ObjectSelector/_Factories.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_FilterSpec.py, src/ObjectSelector/_FilterSpecBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFilterSpec.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/__init__.py, src/gramps.py: integrated object selector into edit family svn: r5804 2006-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/GenericFilter.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py: * src/DisplayModels.py: use dirty flag to only draw when requested * src/PageView.py: use dirty flag to only draw when requested * src/PeopleView.py: use dirty flag to only draw when requested * src/PeopleModel.py: provide simple caching * src/ViewManager.py: control dirty flags svn: r5803 2006-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/GenericFilter.py, src/PageView.py, src/PeopleModel.py, src/PersonView.py, src/ViewManager.py: * src/DisplayModels.py: use dirty flag to only draw when requested * src/PageView.py: use dirty flag to only draw when requested * src/PeopleView.py: use dirty flag to only draw when requested * src/PeopleModel.py: provide simple caching * src/ViewManager.py: control dirty flags svn: r5803 2006-01-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py: working filters in Person view svn: r5802 2006-01-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonTreeFrame.py: working filters in Person view svn: r5802 2006-01-19 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: avoid recommitting children unless absolutely necessary. svn: r5801 2006-01-19 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: avoid recommitting children unless absolutely necessary. svn: r5801 2006-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/plugins/ChangeNames.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/plugins/ChangeNames.py: * 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 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_FamilyFilterFrame.py, gramps2/src/ObjectSelector/_FilterFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py: ground work for filters svn: r5799 2006-01-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FilterFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py: ground work for filters svn: r5799 2006-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Disconnect unneeded secondary indices; (transaction_commit): Create new secondary indices to replace the ones removed. svn: r5798 2006-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Disconnect unneeded secondary indices; (transaction_commit): Create new secondary indices to replace the ones removed. svn: r5798 2006-01-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ListBox.py, gramps2/src/ObjectSelector/_Factories.py, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_ObjectFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py: added new button for person view. svn: r5797 2006-01-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ListBox.py, src/ObjectSelector/_Factories.py, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_ObjectFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonTreeFrame.py: added new button for person view. svn: r5797 2006-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGrdb.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/TestcaseGenerator.py: * 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 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGrdb.py, src/plugins/ChangeNames.py, src/plugins/Check.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/TestcaseGenerator.py: * 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 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsWidgets.py, gramps2/src/RelLib/_Name.py: * src/GrampsDb/_ReadGedcom.py: fix MARNM svn: r5795 2006-01-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py, src/GrampsWidgets.py, src/RelLib/_Name.py: * src/GrampsDb/_ReadGedcom.py: fix MARNM svn: r5795 2006-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (parse): Properly set batch transaction. svn: r5794 2006-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadXML.py: * src/GrampsDb/_ReadXML.py (parse): Properly set batch transaction. svn: r5794 2006-01-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/GrampsWidgets.py: * src/GrampsWidgets.py: edit label for column header svn: r5792 2006-01-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/GrampsWidgets.py: * src/GrampsWidgets.py: edit label for column header svn: r5792 2006-01-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py: * src/EditFamily.py: monitor for changed people and update if needed, CellRendererCombo for child relations svn: r5791 2006-01-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py: * src/EditFamily.py: monitor for changed people and update if needed, CellRendererCombo for child relations svn: r5791 2006-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: upgrade from gramps20. svn: r5790 2006-01-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: upgrade from gramps20. svn: r5790 2006-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (rebuild_secondary): Proper rebuild; convert surnames secondary index to DUPSORTed BTREE. svn: r5789 2006-01-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (rebuild_secondary): Proper rebuild; convert surnames secondary index to DUPSORTed BTREE. svn: r5789 2006-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (rebuild_secondary): Proper rebuild. svn: r5788 2006-01-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py (rebuild_secondary): Proper rebuild. svn: r5788 2006-01-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py: * src/DisplayTabs.py: mediatab improvements * src/EditFamily.py: monitor for changed people and update if needed. svn: r5787 2006-01-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py: * src/DisplayTabs.py: mediatab improvements * src/EditFamily.py: monitor for changed people and update if needed. svn: r5787 2006-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_GrampsBSDDB.py (load): Use BTREE for reference_map; sort reference_map_referenced_map index. * src/GrampsDb/_ReadGedcom.py (parse_record): Restore add def_src. svn: r5786 2006-01-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_GrampsBSDDB.py (load): Use BTREE for reference_map; sort reference_map_referenced_map index. * src/GrampsDb/_ReadGedcom.py (parse_record): Restore add def_src. svn: r5786 2006-01-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/ViewManager.py, gramps2/src/gramps.glade: * src/DbPrompter.py: removed * src/gramps.glade: delete unused stuff svn: r5785 2006-01-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/ViewManager.py, src/gramps.glade: * src/DbPrompter.py: removed * src/gramps.glade: delete unused stuff svn: r5785 2006-01-18 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_GedTokens.py: added svn: r5784 2006-01-18 Don Allingham <don@gramps-project.org> * src/GrampsDb/_GedTokens.py: added svn: r5784 2006-01-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsGEDDB.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/ViewManager.py: * src/ViewManger.py: progressbar callbacks * src/GrampsDb/_GrampsBSDDB.py: progressbar callbacks * src/GrampsDb/_GrampsGEDDB.py: progressbar callbacks * src/GrampsDb/_ReadXML.py: progressbar callbacks * src/GrampsDb/_ReadGedcom.py: progressbar callbacks svn: r5783 2006-01-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadXML.py, src/ViewManager.py: * src/ViewManger.py: progressbar callbacks * src/GrampsDb/_GrampsBSDDB.py: progressbar callbacks * src/GrampsDb/_GrampsGEDDB.py: progressbar callbacks * src/GrampsDb/_ReadXML.py: progressbar callbacks * src/GrampsDb/_ReadGedcom.py: progressbar callbacks svn: r5783 2006-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (parse_record): Do not add def_src to person/family. Need to optimize the performance first. svn: r5782 2006-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py (parse_record): Do not add def_src to person/family. Need to optimize the performance first. svn: r5782 2006-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py: Set batch transaction property in the constructor. * src/GrampsDb/_GrampsBSDDB.py: Back to durable transactions, set TXN_NOSYNC flag only on batch transactions. svn: r5781 2006-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py: Set batch transaction property in the constructor. * src/GrampsDb/_GrampsBSDDB.py: Back to durable transactions, set TXN_NOSYNC flag only on batch transactions. svn: r5781 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/test/GrampsDb/GrampsDbBase_Test.py: make ref update optional svn: r5780 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, test/GrampsDb/GrampsDbBase_Test.py: make ref update optional svn: r5780 2006-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (redo): Properly abort redo action when no redo is available. svn: r5778 2006-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsDbBase.py: * src/GrampsDb/_GrampsDbBase.py (redo): Properly abort redo action when no redo is available. svn: r5778 2006-01-17 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/EventView.py, gramps2/src/FamilyList.py, gramps2/src/GenericFilter.py, gramps2/src/PageView.py, gramps2/src/PersonView.py, gramps2/src/PlaceView.py, gramps2/src/RepositoryView.py, gramps2/src/SourceView.py: * src/EventView.py (ui_definition): Add filter menu entry * src/FamilyList.py (ui_definition): Add filter menu entry * src/PlaceView.py (ui_definition): Add filter menu entry * src/RepositoryView.py (ui_definition): Add filter menu entry * src/SourceView.py (ui_definition): Add filter menu entry * src/GenericFilter.py: Adding generic filter widget to be used in all list views; Custom filter rules now get prefixed by primary object type * src/PageView.py: Add filter control to all list views * src/PersonView.py: Filter handling moved to GenericFiler svn: r5777 2006-01-17 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/EventView.py, src/FamilyList.py, src/GenericFilter.py, src/PageView.py, src/PersonView.py, src/PlaceView.py, src/RepositoryView.py, src/SourceView.py: * src/EventView.py (ui_definition): Add filter menu entry * src/FamilyList.py (ui_definition): Add filter menu entry * src/PlaceView.py (ui_definition): Add filter menu entry * src/RepositoryView.py (ui_definition): Add filter menu entry * src/SourceView.py (ui_definition): Add filter menu entry * src/GenericFilter.py: Adding generic filter widget to be used in all list views; Custom filter rules now get prefixed by primary object type * src/PageView.py: Add filter control to all list views * src/PersonView.py: Filter handling moved to GenericFiler svn: r5777 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/src/GrampsWidgets.py, gramps2/src/ObjectSelector/_FamilyFilterFrame.py, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_IntEdit.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonFrame.py: () -> [], add IntEdit svn: r5776 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsWidgets.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_IntEdit.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFrame.py: () -> [], add IntEdit svn: r5776 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_FamilyPreviewFrame.py, gramps2/src/ObjectSelector/_FamilyTreeFrame.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py: UI improvements svn: r5775 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonTreeFrame.py: UI improvements svn: r5775 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_Factories.py, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_FamilyPreviewFrame.py, gramps2/src/ObjectSelector/_FamilyTreeFrame.py, gramps2/src/ObjectSelector/_ObjectFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorResult.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py: selection and preview of person and family svn: r5774 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_Factories.py, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_ObjectFrameBase.py, src/ObjectSelector/_ObjectSelectorResult.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonTreeFrame.py: selection and preview of person and family svn: r5774 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_FamilyTreeFrame.py, gramps2/src/ObjectSelector/_ObjectFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py: basic object selection now working svn: r5773 2006-01-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_ObjectFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonTreeFrame.py: basic object selection now working svn: r5773 2006-01-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/DateEdit.py, gramps2/src/EditFamily.py, gramps2/src/EditPlace.py, gramps2/src/EventEdit.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/ImageSelect.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/QuestionDialog.py, gramps2/src/Sources.py, gramps2/src/StyleEditor.py, gramps2/src/UrlEdit.py, gramps2/src/Witness.py, gramps2/src/const.py.in, gramps2/src/gramps.glade: * src/AddMedia.py: glade path * src/AddrEdit.py: glade path * src/AttrEdit.py: glade path * src/DateEdit.py: glade path * src/EventEdit.py: glade path * src/GrampsCfg.py: glade path * src/ImageSelect.py: glade path * src/Sources.py: glade path * src/StyleEditor.py: glade path * src/const.py.in: glade path * src/Marriage.py: glade path * src/unlocked.png: added * src/GrampsDb/_ReadGedcom.py: optimize UI updates, add test code svn: r5772 2006-01-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddrEdit.py, src/AttrEdit.py, src/DateEdit.py, src/EditFamily.py, src/EditPlace.py, src/EventEdit.py, src/GrampsCfg.py, src/GrampsDb/_ReadGedcom.py, src/ImageSelect.py, src/LocEdit.py, src/Marriage.py, src/NameEdit.py, src/QuestionDialog.py, src/Sources.py, src/StyleEditor.py, src/UrlEdit.py, src/Witness.py, src/const.py.in, src/gramps.glade: * src/AddMedia.py: glade path * src/AddrEdit.py: glade path * src/AttrEdit.py: glade path * src/DateEdit.py: glade path * src/EventEdit.py: glade path * src/GrampsCfg.py: glade path * src/ImageSelect.py: glade path * src/Sources.py: glade path * src/StyleEditor.py: glade path * src/const.py.in: glade path * src/Marriage.py: glade path * src/unlocked.png: added * src/GrampsDb/_ReadGedcom.py: optimize UI updates, add test code svn: r5772 2006-01-17 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: optimize UI updates, add test code svn: r5771 2006-01-17 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: * src/GrampsDb/_ReadGedcom.py: optimize UI updates, add test code svn: r5771 2006-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5770 2006-01-17 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5770 2006-01-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/gramps.glade: * src/gramps.glade: remove lock border * src/GrampsDb/_ReadGedcom.py: optimize UI updates svn: r5769 2006-01-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_ReadGedcom.py, src/gramps.glade: * src/gramps.glade: remove lock border * src/GrampsDb/_ReadGedcom.py: optimize UI updates svn: r5769 2006-01-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: transaction; set db.DB_TXN_NOSYNC flag on an environment; Remove lock limits; set db.DB_LOG_AUTOREMOVE flag; add checkpoints on: open, batch transaction start and end; close. * src/GrampsDb/_GrampsDbBase.py (change_database, no_database): close existing db before changing to the new one. svn: r5768 2006-01-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: transaction; set db.DB_TXN_NOSYNC flag on an environment; Remove lock limits; set db.DB_LOG_AUTOREMOVE flag; add checkpoints on: open, batch transaction start and end; close. * src/GrampsDb/_GrampsDbBase.py (change_database, no_database): close existing db before changing to the new one. svn: r5768 2006-01-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/ViewManager.py: * src/ViewManager: Remov unused code. * src/GrampsDb/_GrampsBSDDB.py: Do small txn during batch transaction; set db.DB_TXN_NOSYNC flag on an environment. svn: r5767 2006-01-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/ViewManager.py: * src/ViewManager: Remov unused code. * src/GrampsDb/_GrampsBSDDB.py: Do small txn during batch transaction; set db.DB_TXN_NOSYNC flag on an environment. svn: r5767 2006-01-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Edit on doublecklick; only right click gives optionsmenu; Colors similar to tango icons svn: r5766 2006-01-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Edit on doublecklick; only right click gives optionsmenu; Colors similar to tango icons svn: r5766 2006-01-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: reposition add/delete buttons, remove separator between parents and relationship info svn: r5765 2006-01-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: reposition add/delete buttons, remove separator between parents and relationship info svn: r5765 2006-01-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: reposition add/delete buttons svn: r5764 2006-01-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: reposition add/delete buttons svn: r5764 2006-01-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_Factories.py, gramps2/src/ObjectSelector/_FamilyFrame.py, gramps2/src/ObjectSelector/_ObjectFrameBase.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonFilterFrame.py, gramps2/src/ObjectSelector/_PersonFrame.py, gramps2/src/ObjectSelector/_PersonSearchCriteriaWidget.py: refactored object frame in object selector svn: r5760 2006-01-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_Factories.py, src/ObjectSelector/_FamilyFrame.py, src/ObjectSelector/_ObjectFrameBase.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonFilterFrame.py, src/ObjectSelector/_PersonFrame.py, src/ObjectSelector/_PersonSearchCriteriaWidget.py: refactored object frame in object selector svn: r5760 2006-01-16 Don Allingham <don@gramps-project.org> * gramps2/src/EditFamily.py, gramps2/src/gramps.glade: edit changes svn: r5759 2006-01-16 Don Allingham <don@gramps-project.org> * src/EditFamily.py, src/gramps.glade: edit changes svn: r5759 2006-01-16 Don Allingham <don@gramps-project.org> * : added svn: r5758 2006-01-16 Don Allingham <don@gramps-project.org> * : added svn: r5758 2006-01-15 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py: icons added svn: r5756 2006-01-15 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py: icons added svn: r5756 2006-01-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py: * src/DisplayTabs.py: add button control class * src/EditFamily.py: add icons svn: r5755 2006-01-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py: * src/DisplayTabs.py: add button control class * src/EditFamily.py: add icons svn: r5755 2006-01-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/GrampsWidgets.py, gramps2/src/ToolTips.py: * src/DisplayTabs.py: fix double click * src/EditFamily.py: fix double click * src/GrampsWidgets.py: add SimpleButton * src/ToolTips.py: Family tool tip svn: r5754 2006-01-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/GrampsWidgets.py, src/ToolTips.py: * src/DisplayTabs.py: fix double click * src/EditFamily.py: fix double click * src/GrampsWidgets.py: add SimpleButton * src/ToolTips.py: Family tool tip svn: r5754 2006-01-14 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_Constants.py, gramps2/src/ObjectSelector/_Factories.py, gramps2/src/ObjectSelector/_FamilyFilterFrame.py, gramps2/src/ObjectSelector/_FamilyPreviewFrame.py, gramps2/src/ObjectSelector/_FamilyTreeFrame.py, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonSearchCriteriaWidget.py, gramps2/src/ObjectSelector/_PersonTreeFrame.py: futher development of ObjectSelector svn: r5753 2006-01-14 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_Constants.py, src/ObjectSelector/_Factories.py, src/ObjectSelector/_FamilyFilterFrame.py, src/ObjectSelector/_FamilyPreviewFrame.py, src/ObjectSelector/_FamilyTreeFrame.py, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonSearchCriteriaWidget.py, src/ObjectSelector/_PersonTreeFrame.py: futher development of ObjectSelector svn: r5753 2006-01-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: fix scrolled window * src/EditFamily.py: delete button * src/gramps.glade: clean up the window. svn: r5752 2006-01-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/gramps.glade: * src/DisplayTabs.py: fix scrolled window * src/EditFamily.py: delete button * src/gramps.glade: clean up the window. svn: r5752 2006-01-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/const.py.in, gramps2/src/gramps.glade: * src/const.py.in: remove unused variables * src/gramps.glade: remove unused dialogs svn: r5751 2006-01-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/const.py.in, src/gramps.glade: * src/const.py.in: remove unused variables * src/gramps.glade: remove unused dialogs svn: r5751 2006-01-13 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsWidgets.py: added svn: r5750 2006-01-13 Don Allingham <don@gramps-project.org> * src/GrampsWidgets.py: added svn: r5750 2006-01-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: Move event list * src/EditFamily.py: add editing of people, add relationship type * src/EventEdit.py: move event list * src/FamilyView.py: remove common widgets * src/gramps.glade: EditFamily changes * src/GrampsWidgets.py: Common widgets svn: r5749 2006-01-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayTabs.py, src/EditFamily.py, src/EventEdit.py, src/FamilyView.py, src/gramps.glade: * src/DisplayTabs.py: Move event list * src/EditFamily.py: add editing of people, add relationship type * src/EventEdit.py: move event list * src/FamilyView.py: remove common widgets * src/gramps.glade: EditFamily changes * src/GrampsWidgets.py: Common widgets svn: r5749 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py: Proper label change for Undo/Redo. svn: r5748 2006-01-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ViewManager.py: * src/ViewManager.py: Proper label change for Undo/Redo. svn: r5748 2006-01-13 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_IntEdit.py: added int edit svn: r5747 2006-01-13 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_IntEdit.py: added int edit svn: r5747 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5746 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5746 2006-01-13 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Use the same font as used in the gtk style svn: r5745 2006-01-13 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Use the same font as used in the gtk style svn: r5745 2006-01-13 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonSearchCriteriaWidget.py: layout improvements svn: r5744 2006-01-13 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonSearchCriteriaWidget.py: layout improvements svn: r5744 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5743 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5743 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5742 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5742 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5741 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5741 2006-01-13 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py: update svn: r5740 2006-01-13 Don Allingham <don@gramps-project.org> * src/DisplayTabs.py, src/EditFamily.py: update svn: r5740 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5739 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5739 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5738 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5738 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5737 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5737 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: Update svn: r5736 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Update svn: r5736 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_ReadGedcom.py: Update svn: r5735 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Update svn: r5735 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsDbBase.py: Update svn: r5734 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: Update svn: r5734 2006-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsDbBase.py: Update svn: r5733 2006-01-13 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsDbBase.py: Update svn: r5733 2006-01-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/DisplayTabs.py, gramps2/src/EditFamily.py, gramps2/src/gramps.glade: * src/DisplayTabs.py: sub tabs for edit dialogs * src/EditFamily.py: family editor integration * src/gramps.glade: family editor changes svn: r5732 2006-01-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/DisplayTabs.py, src/EditFamily.py, src/gramps.glade: * src/DisplayTabs.py: sub tabs for edit dialogs * src/EditFamily.py: family editor integration * src/gramps.glade: family editor changes svn: r5732 2006-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r5731 2006-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r5731 2006-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ViewManager.py: Cut long lines svn: r5730 2006-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/ViewManager.py: Cut long lines svn: r5730 2006-01-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ObjectSelector/.cvsignore, gramps2/src/ObjectSelector/_ObjectSelectorWindow.py, gramps2/src/ObjectSelector/_PersonPreviewFrame.py, gramps2/src/ObjectSelector/_PersonSearchCriteriaWidget.py: initial outline of object selector svn: r5729 2006-01-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ObjectSelector/.cvsignore, src/ObjectSelector/_ObjectSelectorWindow.py, src/ObjectSelector/_PersonPreviewFrame.py, src/ObjectSelector/_PersonSearchCriteriaWidget.py: initial outline of object selector svn: r5729 2006-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/ViewManager.py: * src/ViewManager.py: Connect undo handler to the menu item. * src/GrampsDb/_GrampsBSDDB.py: Place reference_map under transaction management. * src/GrampsDb/_GrampsDbBase.py: reference_map changes. svn: r5728 2006-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/ViewManager.py: * src/ViewManager.py: Connect undo handler to the menu item. * src/GrampsDb/_GrampsBSDDB.py: Place reference_map under transaction management. * src/GrampsDb/_GrampsDbBase.py: reference_map changes. svn: r5728 2006-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.glade: Update svn: r5727 2006-01-12 Alex Roitman <shura@gramps-project.org> * src/gramps.glade: Update svn: r5727 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: update svn: r5726 2006-01-12 Don Allingham <don@gramps-project.org> * src/gramps.glade: update svn: r5726 2006-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/Exporter.py, gramps2/src/GrampsDb/gedcomexport.glade, gramps2/src/GrampsDb/gedcomimport.glade, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/StartupDialog.py, gramps2/src/gedcomexport.glade, gramps2/src/gedcomimport.glade: * src/Assistant.py: Many changes. * src/Exporter.py: Work with new Assistant. * src/StartupDialog.py: Work with new Assistant. * src/GrampsLogger/_ErrorReportAssistant.py: Work with new Assistant. * src/gedcomexport.glade, src/gedcomimport.glade: Move to GrampsDb. svn: r5725 2006-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Assistant.py, src/Exporter.py, src/GrampsDb/gedcomexport.glade, src/GrampsDb/gedcomimport.glade, src/GrampsLogger/_ErrorReportAssistant.py, src/StartupDialog.py, src/gedcomexport.glade, src/gedcomimport.glade: * src/Assistant.py: Many changes. * src/Exporter.py: Work with new Assistant. * src/StartupDialog.py: Work with new Assistant. * src/GrampsLogger/_ErrorReportAssistant.py: Work with new Assistant. * src/gedcomexport.glade, src/gedcomimport.glade: Move to GrampsDb. svn: r5725 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyList.py, gramps2/src/StartupDialog.py, gramps2/src/gramps.glade, gramps2/src/gramps.py: * src/FamilyList.py: call family editor * src/StartupDialog.py: pwm in try/except * src/gramps.py: don't fail on missing SIG_CHILD svn: r5724 2006-01-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyList.py, src/StartupDialog.py, src/gramps.glade, src/gramps.py: * src/FamilyList.py: call family editor * src/StartupDialog.py: pwm in try/except * src/gramps.py: don't fail on missing SIG_CHILD svn: r5724 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: selectors svn: r5723 2006-01-12 Don Allingham <don@gramps-project.org> * src/gramps.glade: selectors svn: r5723 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: selectors svn: r5722 2006-01-12 Don Allingham <don@gramps-project.org> * src/gramps.glade: selectors svn: r5722 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: selectors svn: r5721 2006-01-12 Don Allingham <don@gramps-project.org> * src/gramps.glade: selectors svn: r5721 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: selectors svn: r5720 2006-01-12 Don Allingham <don@gramps-project.org> * src/gramps.glade: selectors svn: r5720 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/EditFamily.py: added svn: r5719 2006-01-12 Don Allingham <don@gramps-project.org> * src/EditFamily.py: added svn: r5719 2006-01-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/gramps.glade: * src/EditPerson.py: removed unused variable * src/EditFamily.py: start of the family editor * src/FamilyView.py: call family editor * src/gramps.glade: family editor changes svn: r5718 2006-01-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/FamilyView.py, src/gramps.glade: * src/EditPerson.py: removed unused variable * src/EditFamily.py: start of the family editor * src/FamilyView.py: call family editor * src/gramps.glade: family editor changes svn: r5718 2006-01-11 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: changed Family Edit svn: r5716 2006-01-11 Don Allingham <don@gramps-project.org> * src/gramps.glade: changed Family Edit svn: r5716 2006-01-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/PedView.py: Using the GTK+-way to render text svn: r5715 2006-01-11 Martin Hawlisch <martin.hawlisch@gmx.de> * src/PedView.py: Using the GTK+-way to render text svn: r5715 2006-01-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Now using cairo :-) Changed menu handling svn: r5714 2006-01-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Now using cairo :-) Changed menu handling svn: r5714 2006-01-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: fix title svn: r5712 2006-01-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: fix title svn: r5712 2006-01-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MapView.py: * src/MapView.py: fix title svn: r5711 2006-01-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/MapView.py: * src/MapView.py: fix title svn: r5711 2006-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/flist.svg, gramps2/src/gramps_main.py: * src/flist.svg: Add new icon. * src/gramps_main.py: Use new icon. svn: r5710 2006-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/flist.svg, src/gramps_main.py: * src/flist.svg: Add new icon. * src/gramps_main.py: Use new icon. svn: r5710 2006-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/Exporter.py: * src/Assistant.py: More changes, still needs work. * src/Exporter.py: More changes, still needs work. svn: r5709 2006-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Assistant.py, src/Exporter.py: * src/Assistant.py: More changes, still needs work. * src/Exporter.py: More changes, still needs work. svn: r5709 2006-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r5708 2006-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r5708 2006-01-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsGEDDB.py, gramps2/src/GrampsDb/_GrampsXMLDB.py: * src/FamilyView.py: add/edit/delete buttons for families added, add support for no families or parents * src/GrampsDb/_GrampsBSDDB.py: txn handling for get_handles * src/GrampsDb/_GrampsDbBase.py: txn handling for get_handles * src/GrampsDb/_GrampsGEDDB.py: txn handling for get_handles * src/GrampsDb/_GrampsXMLDb.py: txn handling for get_handles svn: r5707 2006-01-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsXMLDB.py: * src/FamilyView.py: add/edit/delete buttons for families added, add support for no families or parents * src/GrampsDb/_GrampsBSDDB.py: txn handling for get_handles * src/GrampsDb/_GrampsDbBase.py: txn handling for get_handles * src/GrampsDb/_GrampsGEDDB.py: txn handling for get_handles * src/GrampsDb/_GrampsXMLDb.py: txn handling for get_handles svn: r5707 2006-01-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: add/edit/delete buttons for families added svn: r5705 2006-01-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: add/edit/delete buttons for families added svn: r5705 2006-01-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/Exporter.py, gramps2/src/ViewManager.py: * src/Assistant.py: Cosmeti c changes. * src/Exporter.py: Start converting to Assistant. * src/ViewManager.py: Add handler for Export; add hot keys for import and export. svn: r5704 2006-01-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Assistant.py, src/Exporter.py, src/ViewManager.py: * src/Assistant.py: Cosmeti c changes. * src/Exporter.py: Start converting to Assistant. * src/ViewManager.py: Add handler for Export; add hot keys for import and export. svn: r5704 2006-01-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py, gramps2/src/media.svg, gramps2/src/relation.svg: * relation.svg: Relationship view icon * media.svg: Relationship view icon * src/ViewManager.py: no background color for sidebar * src/gramps_main.py: new icons svn: r5703 2006-01-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/ViewManager.py, src/gramps_main.py, src/media.svg, src/relation.svg: * relation.svg: Relationship view icon * media.svg: Relationship view icon * src/ViewManager.py: no background color for sidebar * src/gramps_main.py: new icons svn: r5703 2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/MapView.py, gramps2/src/Report.py, gramps2/src/StyleEditor.py, gramps2/src/Tool.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: replace DisplayTrace with logger svn: r5702 2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ChooseParents.py, src/DbPrompter.py, src/DisplayModels.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GrampsLogger/_ErrorReportAssistant.py, src/MapView.py, src/Report.py, src/StyleEditor.py, src/Tool.py, src/ViewManager.py, src/gramps_main.py: replace DisplayTrace with logger svn: r5702 2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/GrampsLogger/_ErrorView.py: minor wording changes. svn: r5701 2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py: minor wording changes. svn: r5701 2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: polish error report UI svn: r5700 2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/Assistant.py, src/GrampsLogger/_ErrorReportAssistant.py: polish error report UI svn: r5700 2006-01-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/gramps_main.py, gramps2/src/person.svg: * src/person.svg: new icon * src/gramps_main.py: add person.svg svn: r5699 2006-01-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/gramps_main.py, src/person.svg: * src/person.svg: new icon * src/gramps_main.py: add person.svg svn: r5699 2006-01-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: Change "Family" title to "Relationships" svn: r5698 2006-01-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: Change "Family" title to "Relationships" svn: r5698 2006-01-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/FamilyList.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/PageView.py: * src/DisplayModels.py: Fix sorting * src/FamilyList.py: Fix sorting * src/PageView.py: Fix sorting * src/GrampsDb/_GrampsDbBase.py: set default column sorting order svn: r5697 2006-01-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/FamilyList.py, src/GrampsDb/_GrampsDbBase.py, src/PageView.py: * src/DisplayModels.py: Fix sorting * src/FamilyList.py: Fix sorting * src/PageView.py: Fix sorting * src/GrampsDb/_GrampsDbBase.py: set default column sorting order svn: r5697 2006-01-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/GrampsLogger/_ErrorView.py, gramps2/src/GrampsLogger/_GtkHandler.py, gramps2/src/GrampsLogger/_RotateHandler.py: dont show exception twice. svn: r5696 2006-01-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/GrampsLogger/_GtkHandler.py, src/GrampsLogger/_RotateHandler.py: dont show exception twice. svn: r5696 2006-01-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: improvements to Assistant and ErrorReportAssistant. svn: r5695 2006-01-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/Assistant.py, src/GrampsLogger/_ErrorReportAssistant.py: improvements to Assistant and ErrorReportAssistant. svn: r5695 2006-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/FamilyList.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/gramps_main.py: * src/FamilyList.py: new family list view * src/DisplayModels.py: model for family list * src/GrampsDb/_GrampsDbBase.py: column order for family view svn: r5694 2006-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/FamilyList.py, src/GrampsDb/_GrampsDbBase.py, src/gramps_main.py: * src/FamilyList.py: new family list view * src/DisplayModels.py: model for family list * src/GrampsDb/_GrampsDbBase.py: column order for family view svn: r5694 2006-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PageView.py, gramps2/src/PersonView.py: * src/PageView.py: support for ctrl-j for jump to person by gramps id * src/PersonView.py: support for ctrl-j for jump to person by gramps id svn: r5693 2006-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/PageView.py, src/PersonView.py: * src/PageView.py: support for ctrl-j for jump to person by gramps id * src/PersonView.py: support for ctrl-j for jump to person by gramps id svn: r5693 2006-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ToolTips.py, gramps2/src/ViewManager.py: * src/ToolTips.py: fix spacing * src/ViewManager.py: remember toolbar/sidebar status. svn: r5692 2006-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/ToolTips.py, src/ViewManager.py: * src/ToolTips.py: fix spacing * src/ViewManager.py: remember toolbar/sidebar status. svn: r5692 2006-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: fix gtk.Table's bizzare way of handling empty columns that are spanned. svn: r5691 2006-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: fix gtk.Table's bizzare way of handling empty columns that are spanned. svn: r5691 2006-01-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorView.py: * src/GrampsLogger/_ErrorView.py: make dialog more HIG compliant svn: r5690 2006-01-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsLogger/_ErrorView.py: * src/GrampsLogger/_ErrorView.py: make dialog more HIG compliant svn: r5690 2006-01-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/FamilyView.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/PeopleModel.py: * src/DisplayModels.py: don't access db maps directly * src/PeopleModel.py: don't access db maps directly * src/FamilyView.py: add gender symbol to primary person * src/GrampsDb/_GrampsBSDDB.py: provide access functions to avoid redirect map access * src/GrampsDb/_GrampsDbBase.py: provide access functions to avoid redirect map access * src/GrampsDb/_ReadGedcom.py: don't access db maps directly svn: r5689 2006-01-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/FamilyView.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadGedcom.py, src/PeopleModel.py: * src/DisplayModels.py: don't access db maps directly * src/PeopleModel.py: don't access db maps directly * src/FamilyView.py: add gender symbol to primary person * src/GrampsDb/_GrampsBSDDB.py: provide access functions to avoid redirect map access * src/GrampsDb/_GrampsDbBase.py: provide access functions to avoid redirect map access * src/GrampsDb/_ReadGedcom.py: don't access db maps directly svn: r5689 2006-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5688 2006-01-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5688 2006-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5687 2006-01-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5687 2006-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py: Update svn: r5686 2006-01-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py: Update svn: r5686 2006-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5685 2006-01-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5685 2006-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5684 2006-01-06 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5684 2006-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsLogger/.cvsignore: Update svn: r5683 2006-01-06 Alex Roitman <shura@gramps-project.org> * src/GrampsLogger/.cvsignore: Update svn: r5683 2006-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/const.py.in: * src/GrampsLogger/.cvsignore: Add to CVS. * src/const.py.in: Add directory for the db environment. * src/GrampsDb/_GrampsDbBase.py: Use new logging; (get_number_of_repositories): add method; (_del_*): add placeholder methods -- must be overriden in derived classes. * src/GrampsDb/_GrampsBSDDB.py: Use new logging; Add txn attribute to the database; (open_table): rename dbopen; (get_*_cursor): Pass txn to cursor constructors; (load): Open environment with transaction-capable flags, open tables with AUTO_COMMIT flag; (rebuild): use txn; (_delete_primary_from_reference_map): Use txn; (_update_reference_map): Use txn; (_del_*)L Use txn; (remove_*): remove unneeded functions (already in DbBase); (_get_obj_from_gramps_id): Use txn; (_commit_base,_do_commit,_find_from_handle): Add and use txn; (transaction_commit): create and commit txn; do not sync(). svn: r5682 2006-01-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/const.py.in: * src/GrampsLogger/.cvsignore: Add to CVS. * src/const.py.in: Add directory for the db environment. * src/GrampsDb/_GrampsDbBase.py: Use new logging; (get_number_of_repositories): add method; (_del_*): add placeholder methods -- must be overriden in derived classes. * src/GrampsDb/_GrampsBSDDB.py: Use new logging; Add txn attribute to the database; (open_table): rename dbopen; (get_*_cursor): Pass txn to cursor constructors; (load): Open environment with transaction-capable flags, open tables with AUTO_COMMIT flag; (rebuild): use txn; (_delete_primary_from_reference_map): Use txn; (_update_reference_map): Use txn; (_del_*)L Use txn; (remove_*): remove unneeded functions (already in DbBase); (_get_obj_from_gramps_id): Use txn; (_commit_base,_do_commit,_find_from_handle): Add and use txn; (transaction_commit): create and commit txn; do not sync(). svn: r5682 2006-01-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py: converted Assistant to gobject and added signals svn: r5681 2006-01-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/Assistant.py, src/GrampsLogger/_ErrorReportAssistant.py: converted Assistant to gobject and added signals svn: r5681 2006-01-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/gramps.py, gramps2/src/gramps_main.py: integration of logging framework svn: r5680 2006-01-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/gramps.py, src/gramps_main.py: integration of logging framework svn: r5680 2006-01-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/test/GrampsLogger/ErrorReportAssistant_Test.py: added unittest for ErrorReportAssistant svn: r5679 2006-01-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, test/GrampsLogger/ErrorReportAssistant_Test.py: added unittest for ErrorReportAssistant svn: r5679 2006-01-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsIniKeys.py, gramps2/src/Navigation.py, gramps2/src/PageView.py, gramps2/src/PersonView.py, gramps2/src/data/gramps.schemas: * src/GrampsGconfKeys.py: family view detail options * src/GrampsIniKeys.py: family view detail options * src/Navigation.py: fix overflow bug * src/PageView.py: toggle initial value fix gender mouseover, inclusion options * src/data/gramps.schemas: new keys for family view detail svn: r5678 2006-01-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/GrampsGconfKeys.py, src/GrampsIniKeys.py, src/Navigation.py, src/PageView.py, src/PersonView.py, src/data/gramps.schemas: * src/GrampsGconfKeys.py: family view detail options * src/GrampsIniKeys.py: family view detail options * src/Navigation.py: fix overflow bug * src/PageView.py: toggle initial value fix gender mouseover, inclusion options * src/data/gramps.schemas: new keys for family view detail svn: r5678 2006-01-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamiyView.py: use gender markers, remove Family/Parents, fix gender mouseover svn: r5677 2006-01-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamiyView.py: use gender markers, remove Family/Parents, fix gender mouseover svn: r5677 2006-01-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamiyView.py: use gender markers svn: r5676 2006-01-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamiyView.py: use gender markers svn: r5676 2006-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/GrampsLogger/_RotateHandler.py, gramps2/src/GrampsLogger/__init__.py, gramps2/test/GrampsLogger/GtkHandler_Test.py: enabled rotate_handler output. svn: r5674 2006-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_RotateHandler.py, src/GrampsLogger/__init__.py, test/GrampsLogger/GtkHandler_Test.py: enabled rotate_handler output. svn: r5674 2006-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/GrampsLogger/_ErrorReportAssistant.py, gramps2/src/GrampsLogger/_ErrorView.py, gramps2/src/GrampsLogger/_GtkHandler.py, gramps2/src/GrampsLogger/_RotateHandler.py, gramps2/test/GrampsLogger/GtkHandler_Test.py, gramps2/test/GrampsLogger/RotateLogger_Test.py: added initial logging framwork. svn: r5673 2006-01-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/Assistant.py, src/GrampsLogger/_ErrorReportAssistant.py, src/GrampsLogger/_ErrorView.py, src/GrampsLogger/_GtkHandler.py, src/GrampsLogger/_RotateHandler.py, test/GrampsLogger/GtkHandler_Test.py, test/GrampsLogger/RotateLogger_Test.py: added initial logging framwork. svn: r5673 2006-01-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/ViewManager.py: * src/FamilyView.py: Incorporate Steve Hall's identing ideas, general classes * src/ViewManager.py: Open/OpenRecent MenuToolButton goodness :-), default icon svn: r5671 2006-01-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/ViewManager.py: * src/FamilyView.py: Incorporate Steve Hall's identing ideas, general classes * src/ViewManager.py: Open/OpenRecent MenuToolButton goodness :-), default icon svn: r5671 2006-01-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/ViewManager.py: * src/DisplayView.py: Open/OpenRecent MenuToolButton goodness :-) * src/ViewManager.py: Open/OpenRecent MenuToolButton goodness :-) svn: r5670 2006-01-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/ViewManager.py: * src/DisplayView.py: Open/OpenRecent MenuToolButton goodness :-) * src/ViewManager.py: Open/OpenRecent MenuToolButton goodness :-) svn: r5670 2006-01-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/PageView.py, gramps2/src/PersonView.py: * src/FamlyView.py: enable menu buttons, siblings * src/PageView.py: move home function into this class * src/PersonView.py: move home function out of this class svn: r5669 2006-01-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/PageView.py, src/PersonView.py: * src/FamlyView.py: enable menu buttons, siblings * src/PageView.py: move home function into this class * src/PersonView.py: move home function out of this class svn: r5669 2006-01-04 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: Handle active person == None svn: r5668 2006-01-04 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: Handle active person == None svn: r5668 2006-01-04 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: fix typo svn: r5667 2006-01-04 Don Allingham <don@gramps-project.org> * src/FamilyView.py: fix typo svn: r5667 2006-01-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: fix place == None problem svn: r5666 2006-01-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: fix place == None problem svn: r5666 2006-01-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: provide hyper links svn: r5664 2006-01-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: provide hyper links svn: r5664 2006-01-04 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: use linkish labels svn: r5663 2006-01-04 Don Allingham <don@gramps-project.org> * src/FamilyView.py: use linkish labels svn: r5663 2006-01-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py (push): Typo. svn: r5662 2006-01-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py (push): Typo. svn: r5662 2006-01-03 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: use linkish labels svn: r5661 2006-01-03 Don Allingham <don@gramps-project.org> * src/FamilyView.py: use linkish labels svn: r5661 2006-01-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: new format svn: r5658 2006-01-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: new format svn: r5658 2006-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Dont use a black border for living people svn: r5655 2006-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Dont use a black border for living people svn: r5655 2006-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ViewManager.py: * src/ViewManager.py (post_load): Request interface rebuild after upgrading the database svn: r5654 2006-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ViewManager.py: * src/ViewManager.py (post_load): Request interface rebuild after upgrading the database svn: r5654 2006-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Show marriage data; optimized cell debugging svn: r5653 2006-01-02 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Show marriage data; optimized cell debugging svn: r5653 2006-01-01 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog: manpage fix svn: r5652 2006-01-01 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog: manpage fix svn: r5652 2006-01-01 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/doc/gramps.1.in: - Fix nroff code ('.' may not be the first letter on a row, even after style setting) - Really minor syntactic improvements + a typo fix svn: r5651 2006-01-01 Eero Tamminen <eerot@users.sourceforge.net> * doc/gramps.1.in: - Fix nroff code ('.' may not be the first letter on a row, even after style setting) - Really minor syntactic improvements + a typo fix svn: r5651 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Some pixel shifting; Tooltips for child relations; Sibling with childs bold svn: r5648 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Some pixel shifting; Tooltips for child relations; Sibling with childs bold svn: r5648 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Use new RelLib API * src/GrampsDb/_GrampsBSDDB.py (_update_reference_map): Dont crash if no_longer_required_references dont exist in the database svn: r5647 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Use new RelLib API * src/GrampsDb/_GrampsBSDDB.py (_update_reference_map): Dont crash if no_longer_required_references dont exist in the database svn: r5647 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Use ReportUtils to generate text; highlight selected person; enable Tooltips; Optionally show peoples images svn: r5646 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Use ReportUtils to generate text; highlight selected person; enable Tooltips; Optionally show peoples images svn: r5646 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ReportUtils.py: * src/ReportUtils.py: Use new RelLib API svn: r5645 2005-12-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ReportUtils.py: * src/ReportUtils.py: Use new RelLib API svn: r5645 2005-12-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateParser.py, gramps2/src/DisplayModels.py, gramps2/src/Exporter.py, gramps2/src/GrampsLocale.py, gramps2/src/PeopleModel.py, gramps2/src/RecentFiles.py, gramps2/src/RelLib/_PrimaryObject.py, gramps2/src/StartupDialog.py, gramps2/src/ViewManager.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/NavWebPage.py: * src/GrampsLocale.py: handle platform specific locale issues * src/DateDisplay.py: use GrampsLocale * src/DateParser.py: use GrampsLocale * src/DisplayModels.py: use GrampsLocale * src/Exporter.py: start conversion to Assistant * src/RecentFiles.py: fcntl option for broken platforms * src/StartupDialog.py: convert to Assistant * src/ViewManager.py: remove debug statement * src/RelLib/_PrimaryObject.py: use GrampsLocale * src/plugins/Checkpoint.py: use GrampsLocale * src/plugins/NavWebPage.py: use GrampsLocale svn: r5644 2005-12-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateParser.py, src/DisplayModels.py, src/Exporter.py, src/GrampsLocale.py, src/PeopleModel.py, src/RecentFiles.py, src/RelLib/_PrimaryObject.py, src/StartupDialog.py, src/ViewManager.py, src/plugins/Checkpoint.py, src/plugins/NavWebPage.py: * src/GrampsLocale.py: handle platform specific locale issues * src/DateDisplay.py: use GrampsLocale * src/DateParser.py: use GrampsLocale * src/DisplayModels.py: use GrampsLocale * src/Exporter.py: start conversion to Assistant * src/RecentFiles.py: fcntl option for broken platforms * src/StartupDialog.py: convert to Assistant * src/ViewManager.py: remove debug statement * src/RelLib/_PrimaryObject.py: use GrampsLocale * src/plugins/Checkpoint.py: use GrampsLocale * src/plugins/NavWebPage.py: use GrampsLocale svn: r5644 2005-12-29 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/PedView.py: * src/PedView.py: Use a DrawingArea for nicer person boxes * src/GrampsDb/_GrampsDbBase.py (_update_reference_map): Sync parameters to other classes * src/GrampsDb/_ReadXML.py (stop_event): Catch invalid event svn: r5643 2005-12-29 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_ReadXML.py, src/PedView.py: * src/PedView.py: Use a DrawingArea for nicer person boxes * src/GrampsDb/_GrampsDbBase.py (_update_reference_map): Sync parameters to other classes * src/GrampsDb/_ReadXML.py (stop_event): Catch invalid event svn: r5643 2005-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/StartupDialog.py, gramps2/src/gramps.py, gramps2/src/gramps_main.py: * src/gramps_main.py: move gnome program init to gramps.py * src/gramps.py: add gnome program init * src/StartupDialog.py: use Assistant instead of gnome.ui.druid svn: r5642 2005-12-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/Assistant.py, src/StartupDialog.py, src/gramps.py, src/gramps_main.py: * src/gramps_main.py: move gnome program init to gramps.py * src/gramps.py: add gnome program init * src/StartupDialog.py: use Assistant instead of gnome.ui.druid svn: r5642 2005-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Assistant.py, gramps2/src/Makefile.am: * src/Assistant.py: added svn: r5641 2005-12-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/Assistant.py, src/Makefile.am: * src/Assistant.py: added svn: r5641 2005-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/ArgHandler.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsIniKeys.py, gramps2/src/GrampsKeys.py, gramps2/src/Makefile.am, gramps2/src/Report.py, gramps2/src/ScratchPad.py, gramps2/src/StartupDialog.py, gramps2/src/ViewManager.py, gramps2/src/data/gramps.schemas, gramps2/src/gramps_main.py: * src/ArgHandler.py: remove DbPrompter dependency * src/GrampsGconfKeys.py: Support for saving window size * src/GrampsIniKeys.py: Support for saving window size * src/GrampsKeys.py: more gracefully handling missing gconf * src/Makefile.am: Fixed moved files * src/Report.py: clean up * src/ScratchPad.py: use GrampsDisplay instead of gnome.help_display * src/StartupDialog.py: clean up * src/ViewManager.py: save window size * src/gramps_main.py: don't require gnome * src/data/gramps.schemas: keys for saving window size svn: r5640 2005-12-29 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/ArgHandler.py, src/GrampsGconfKeys.py, src/GrampsIniKeys.py, src/GrampsKeys.py, src/Makefile.am, src/Report.py, src/ScratchPad.py, src/StartupDialog.py, src/ViewManager.py, src/data/gramps.schemas, src/gramps_main.py: * src/ArgHandler.py: remove DbPrompter dependency * src/GrampsGconfKeys.py: Support for saving window size * src/GrampsIniKeys.py: Support for saving window size * src/GrampsKeys.py: more gracefully handling missing gconf * src/Makefile.am: Fixed moved files * src/Report.py: clean up * src/ScratchPad.py: use GrampsDisplay instead of gnome.help_display * src/StartupDialog.py: clean up * src/ViewManager.py: save window size * src/gramps_main.py: don't require gnome * src/data/gramps.schemas: keys for saving window size svn: r5640 2005-12-29 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Added alternate version of the tree; Tree is now centered; svn: r5639 2005-12-29 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Added alternate version of the tree; Tree is now centered; svn: r5639 2005-12-29 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Add new submenu showing people that share the same event. This for example lists witnesses. svn: r5638 2005-12-29 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Add new submenu showing people that share the same event. This for example lists witnesses. svn: r5638 2005-12-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am: * src/Makefile.am: add PythonMime and GnomeMime svn: r5637 2005-12-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/Makefile.am: * src/Makefile.am: add PythonMime and GnomeMime svn: r5637 2005-12-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EditRepository.py, gramps2/src/GnomeMime.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDisplay.py, gramps2/src/GrampsMime.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/PluginMgr.py, gramps2/src/Plugins.py, gramps2/src/PythonMime.py, gramps2/src/RepositoryRefEdit.py, gramps2/src/SelectObject.py, gramps2/src/Utils.py, gramps2/src/ViewManager.py, gramps2/src/plugins/WriteFtree.py: * src/GnomeMime.py: GNOME based mime handling * src/PythonMime.py: Python based mime handling * src/AddMedia.py: gnome code isolation * src/DisplayState.py: gnome code isolation * src/EditPerson.py: gnome code isolation * src/EditRepository.py: gnome code isolation * src/GnomeMime.py: gnome code isolation * src/GrampsDisplay.py: gnome code isolation * src/GrampsMime.py: gnome code isolation * src/ImageSelect.py: gnome code isolation * src/ImgManip.py: gnome code isolation * src/PluginMgr.py: toolbar/menu support * src/Plugins.py: toolbar/menu support * src/RepositoryRefEdit.py: gnome code isolation * src/SelectObject.py: gnome code isolation * src/Utils.py: gnome code isolation * src/ViewManager.py: toolbar/menu support, gnome code isolation * src/GrampsDb/_GrampsBSDDB.py: unified messaging * src/GrampsDb/_ReadGedcom.py: unified messaging * src/plugins/WriteFtree.py: gnome code isolation svn: r5636 2005-12-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/DisplayState.py, src/EditPerson.py, src/EditRepository.py, src/GnomeMime.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDisplay.py, src/GrampsMime.py, src/ImageSelect.py, src/ImgManip.py, src/PluginMgr.py, src/Plugins.py, src/PythonMime.py, src/RepositoryRefEdit.py, src/SelectObject.py, src/Utils.py, src/ViewManager.py, src/plugins/WriteFtree.py: * src/GnomeMime.py: GNOME based mime handling * src/PythonMime.py: Python based mime handling * src/AddMedia.py: gnome code isolation * src/DisplayState.py: gnome code isolation * src/EditPerson.py: gnome code isolation * src/EditRepository.py: gnome code isolation * src/GnomeMime.py: gnome code isolation * src/GrampsDisplay.py: gnome code isolation * src/GrampsMime.py: gnome code isolation * src/ImageSelect.py: gnome code isolation * src/ImgManip.py: gnome code isolation * src/PluginMgr.py: toolbar/menu support * src/Plugins.py: toolbar/menu support * src/RepositoryRefEdit.py: gnome code isolation * src/SelectObject.py: gnome code isolation * src/Utils.py: gnome code isolation * src/ViewManager.py: toolbar/menu support, gnome code isolation * src/GrampsDb/_GrampsBSDDB.py: unified messaging * src/GrampsDb/_ReadGedcom.py: unified messaging * src/plugins/WriteFtree.py: gnome code isolation svn: r5636 2005-12-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/DisplayState.py, gramps2/src/Plugins.py, gramps2/src/ViewManager.py: * src/Bookmarks.py: remove debugging statements * src/DisplayState.py: remove extra rebuild request * src/Plugins.py: start support of Report menu * src/ViewManager.py: tie in report support svn: r5634 2005-12-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/DisplayState.py, src/Plugins.py, src/ViewManager.py: * src/Bookmarks.py: remove debugging statements * src/DisplayState.py: remove extra rebuild request * src/Plugins.py: start support of Report menu * src/ViewManager.py: tie in report support svn: r5634 2005-12-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/PlaceView.py, gramps2/src/Sources.py: * src/EditPlace.py: Change arguments, use correct track. * src/PlaceView.py: Call EditPlace with new arguments. * src/Sources.py: Minor. svn: r5633 2005-12-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py, src/PlaceView.py, src/Sources.py: * src/EditPlace.py: Change arguments, use correct track. * src/PlaceView.py: Call EditPlace with new arguments. * src/Sources.py: Minor. svn: r5633 2005-12-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/DisplayState.py, gramps2/src/EditPlace.py, gramps2/src/ViewManager.py: * src/Bookmarks.py: get bookmark menu working * src/EditPlace.py: menu tracking svn: r5632 2005-12-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/DisplayState.py, src/EditPlace.py, src/ViewManager.py: * src/Bookmarks.py: get bookmark menu working * src/EditPlace.py: menu tracking svn: r5632 2005-12-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/ViewManager.py: * src/DisplayState.py: recent file support * src/ViewManager.py: recent file support * src/DisplayState.py: recent file support * src/EditPerson.py: Window management * src/EditSource.py: Window management * src/EventEdit.py: Window management * src/ListBox.py: Window management * src/Sources.py: Window management * src/UrlEdit.py: Window management * src/ViewManager.py: Window management svn: r5631 2005-12-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/ViewManager.py: * src/DisplayState.py: recent file support * src/ViewManager.py: recent file support * src/DisplayState.py: recent file support * src/EditPerson.py: Window management * src/EditSource.py: Window management * src/EventEdit.py: Window management * src/ListBox.py: Window management * src/Sources.py: Window management * src/UrlEdit.py: Window management * src/ViewManager.py: Window management svn: r5631 2005-12-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ListBox.py, gramps2/src/Sources.py, gramps2/src/UrlEdit.py, gramps2/src/ViewManager.py: * DisplayState.py: recent file support * EditPerson.py: Window management * EditSource.py: Window management * EventEdit.py: Window management * ListBox.py: Window management * Sources.py: Window management * UrlEdit.py: Window management * ViewManager.py: Window management svn: r5629 2005-12-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/ListBox.py, src/Sources.py, src/UrlEdit.py, src/ViewManager.py: * DisplayState.py: recent file support * EditPerson.py: Window management * EditSource.py: Window management * EventEdit.py: Window management * ListBox.py: Window management * Sources.py: Window management * UrlEdit.py: Window management * ViewManager.py: Window management svn: r5629 2005-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/grampsxml.dtd, gramps2/doc/grampsxml.rng: * doc/grampsxml.dtd: Describe new XML. * doc/grampsxml.rng: Describe new XML. svn: r5627 2005-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/grampsxml.dtd, doc/grampsxml.rng: * doc/grampsxml.dtd: Describe new XML. * doc/grampsxml.rng: Describe new XML. svn: r5627 2005-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py: Update svn: r5626 2005-12-23 Alex Roitman <shura@gramps-project.org> * src/DisplayState.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py: Update svn: r5626 2005-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py: * src/DisplayState.py: Simplify ID generation for UIManager. * src/EditPerson.py: Use id(self) instead of self. * src/EditPlace.py: Use id(self) instead of self. * src/EditSource.py: Use id(self) instead of self. * src/EventEdit.py: Use id(self) instead of self. svn: r5625 2005-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py: * src/DisplayState.py: Simplify ID generation for UIManager. * src/EditPerson.py: Use id(self) instead of self. * src/EditPlace.py: Use id(self) instead of self. * src/EditSource.py: Use id(self) instead of self. * src/EventEdit.py: Use id(self) instead of self. svn: r5625 2005-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py: * src/EditPerson.py: Swap menu/submenu labels. * src/EventEdit.py: Menu label fixes. svn: r5624 2005-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py: * src/EditPerson.py: Swap menu/submenu labels. * src/EventEdit.py: Menu label fixes. svn: r5624 2005-12-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/ListBox.py, gramps2/src/NameEdit.py, gramps2/src/Navigation.py, gramps2/src/PeopleModel.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py: * src/AddrEdit.py: More window management * src/AttrEdit.py: More window management * src/DisplayState.py: added push_message * src/EditPerson.py: More window management * src/ListBox.py: More window management * src/NameEdit.py: More window management * src/Navigation.py: More window management * src/PeopleModel.py: More window management * src/PersonView.py: More window management * src/ViewManager.py: better handling of ui and action groups svn: r5623 2005-12-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/DisplayState.py, src/EditPerson.py, src/ListBox.py, src/NameEdit.py, src/Navigation.py, src/PeopleModel.py, src/PersonView.py, src/ViewManager.py: * src/AddrEdit.py: More window management * src/AttrEdit.py: More window management * src/DisplayState.py: added push_message * src/EditPerson.py: More window management * src/ListBox.py: More window management * src/NameEdit.py: More window management * src/Navigation.py: More window management * src/PeopleModel.py: More window management * src/PersonView.py: More window management * src/ViewManager.py: better handling of ui and action groups svn: r5623 2005-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ToolTips.py: * src/ToolTips.py (PersonTip.get_tip): Use new birth_ref interface. svn: r5622 2005-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ToolTips.py: * src/ToolTips.py (PersonTip.get_tip): Use new birth_ref interface. svn: r5622 2005-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py: * src/MediaView.py: Skip empty selections. svn: r5621 2005-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MediaView.py: * src/MediaView.py: Skip empty selections. svn: r5621 2005-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/test/RunAllTests.py: * test/RunAllTests.py: Change header. * src/EventEdit.py: Fix build_ methods. * src/DisplayState.py: window management improvements svn: r5620 2005-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py, test/RunAllTests.py: * test/RunAllTests.py: Change header. * src/EventEdit.py: Fix build_ methods. * src/DisplayState.py: window management improvements svn: r5620 2005-12-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/EventView.py, gramps2/src/ListBox.py, gramps2/src/NameEdit.py, gramps2/src/SourceView.py, gramps2/src/Sources.py: * src/EditPerson.py: window management improvements * src/EditPlace.py: window management improvements * src/EditSource.py: window management improvements * src/EventEdit.py: window management improvements * src/EventView.py: window management improvements * src/ListBox.py: window management improvements * src/NameEdit.py: window management improvements * src/SourceView.py: window management improvements * src/Sources.py: window management improvements svn: r5618 2005-12-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/EventView.py, src/ListBox.py, src/NameEdit.py, src/SourceView.py, src/Sources.py: * src/EditPerson.py: window management improvements * src/EditPlace.py: window management improvements * src/EditSource.py: window management improvements * src/EventEdit.py: window management improvements * src/EventView.py: window management improvements * src/ListBox.py: window management improvements * src/NameEdit.py: window management improvements * src/SourceView.py: window management improvements * src/Sources.py: window management improvements svn: r5618 2005-12-22 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/Utils.py: * src/ImageSelect.py: changed display_refs to use find_backlink_handles and updated GlobalMediaProperties to use new UI model. * src/MediaView.py: changed call to GlobalMediaProperties to use new UI params. * src/Utils.py: added support for Gtk.labels to bold/unbold/temp label util funcs. svn: r5617 2005-12-22 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ImageSelect.py, src/MediaView.py, src/Utils.py: * src/ImageSelect.py: changed display_refs to use find_backlink_handles and updated GlobalMediaProperties to use new UI model. * src/MediaView.py: changed call to GlobalMediaProperties to use new UI params. * src/Utils.py: added support for Gtk.labels to bold/unbold/temp label util funcs. svn: r5617 2005-12-22 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/EditRepository.py, gramps2/src/RelLib/_Source.py, gramps2/test/GrampsDb/GrampsDbBase_Test.py, gramps2/test/GrampsDb/GrampsDbTestBase.py: * src/EditPlace.py: changed display_references to use find_backlink_handles * src/EditRepository.py: modified to use find_backlink_handles and fixed subtle bug * src/RelLib/_Source.py: added reporef_list to referent object lists so that backref are put in reference_map * test/GrampsDb/GrampsDbBase_Test.py: added unittest for source/reference backlinks * test/GrampsDb/GrampsDbTestBase.py: added unittest for source/reference backlinks svn: r5616 2005-12-22 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditPlace.py, src/EditRepository.py, src/RelLib/_Source.py, test/GrampsDb/GrampsDbBase_Test.py, test/GrampsDb/GrampsDbTestBase.py: * src/EditPlace.py: changed display_references to use find_backlink_handles * src/EditRepository.py: modified to use find_backlink_handles and fixed subtle bug * src/RelLib/_Source.py: added reporef_list to referent object lists so that backref are put in reference_map * test/GrampsDb/GrampsDbBase_Test.py: added unittest for source/reference backlinks * test/GrampsDb/GrampsDbTestBase.py: added unittest for source/reference backlinks svn: r5616 2005-12-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py: * src/Bookmark.py: start of reimplementation * src/PersonView.py: commit fixes svn: r5615 2005-12-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDbBase.py, src/PersonView.py, src/ViewManager.py: * src/Bookmark.py: start of reimplementation * src/PersonView.py: commit fixes svn: r5615 2005-12-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EventEdit.py: * src/DisplayState.py: Work out parent_window, correct close method. * src/EventEdit.py: Use parent_window; get rid of parent; remove unused code. svn: r5614 2005-12-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EventEdit.py: * src/DisplayState.py: Work out parent_window, correct close method. * src/EventEdit.py: Use parent_window; get rid of parent; remove unused code. svn: r5614 2005-12-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: refactor remove and id function svn: r5613 2005-12-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/GrampsDb/_GrampsBSDDB.py: refactor remove and id function svn: r5613 2005-12-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/ViewManager.py: * src/GrampsDb/_GrampsBSDDB.py (close): close reference_map tables. * src/ViewManager.py (quit): Add function to properly quit. svn: r5612 2005-12-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py, src/ViewManager.py: * src/GrampsDb/_GrampsBSDDB.py (close): close reference_map tables. * src/ViewManager.py (quit): Add function to properly quit. svn: r5612 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r5611 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r5611 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/GrampsDb/.cvsignore, gramps2/src/GrampsDb/Makefile.am: * src/GrampsDb/Makefile.am, .cvsignore: Add to CVS. * configure.in: Create Makefile in new directory. svn: r5610 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/GrampsDb/.cvsignore, src/GrampsDb/Makefile.am: * src/GrampsDb/Makefile.am, .cvsignore: Add to CVS. * configure.in: Create Makefile in new directory. svn: r5610 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/Makefile.am: Update svn: r5609 2005-12-21 Alex Roitman <shura@gramps-project.org> * src/RelLib/Makefile.am: Update svn: r5609 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: privacy flag and comment to the privacy flag and note of the new EventRef for old witness_by_ID references. svn: r5608 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: privacy flag and comment to the privacy flag and note of the new EventRef for old witness_by_ID references. svn: r5608 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsDb/_GrampsBSDDB.py: Update svn: r5607 2005-12-21 Alex Roitman <shura@gramps-project.org> * src/GrampsDb/_GrampsBSDDB.py: Update svn: r5607 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDb/_GrampsBSDDB.py: * src/EventEdit.py: Use more descriptive menu label. * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Convert witness comment to the EventRef note for old witness_by_ID references. svn: r5606 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDb/_GrampsBSDDB.py: * src/EventEdit.py: Use more descriptive menu label. * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Convert witness comment to the EventRef note for old witness_by_ID references. svn: r5606 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py: * src/DisplayState.py: Factor out recursive action function. * src/EditPerson.py: Use person handle to identify the window. * src/EventEdit.py: Use more descriptive menu label. svn: r5605 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EditPerson.py, src/EventEdit.py: * src/DisplayState.py: Factor out recursive action function. * src/EditPerson.py: Use person handle to identify the window. * src/EventEdit.py: Use more descriptive menu label. svn: r5605 2005-12-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/ViewManager.py: * src/DisplayState.py: remove print statements * src/ViewManger.py: Fix const.app_* svn: r5604 2005-12-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/ViewManager.py: * src/DisplayState.py: remove print statements * src/ViewManger.py: Fix const.app_* svn: r5604 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py (remove_item): Add code to adjust other item's tracks after deleting an item; (move_item_down): Recursively walk the items under a given item and lower the track entry. svn: r5603 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py (remove_item): Add code to adjust other item's tracks after deleting an item; (move_item_down): Recursively walk the items under a given item and lower the track entry. svn: r5603 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditSource.py: src/EditSource.py: fixed small mistake in display_references svn: r5601 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditSource.py: src/EditSource.py: fixed small mistake in display_references svn: r5601 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditSource.py: src/EditSource.py: changed display_references to use find_backlink_handles svn: r5600 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditSource.py: src/EditSource.py: changed display_references to use find_backlink_handles svn: r5600 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditRepository.py: src/EditRepository.py: hack to work with current state of Address svn: r5599 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditRepository.py: src/EditRepository.py: hack to work with current state of Address svn: r5599 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayState.py, gramps2/src/Exporter.py, gramps2/src/GedcomInfo.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDBCallback.py, gramps2/src/GrampsDb/_GedcomInfo.py, gramps2/src/GrampsDb/_GrampsBSDDB.py, gramps2/src/GrampsDb/_GrampsDBCallback.py, gramps2/src/GrampsDb/_GrampsDbBase.py, gramps2/src/GrampsDb/_GrampsDbExceptions.py, gramps2/src/GrampsDb/_GrampsDbFactories.py, gramps2/src/GrampsDb/_GrampsGEDDB.py, gramps2/src/GrampsDb/_GrampsInMemDB.py, gramps2/src/GrampsDb/_GrampsXMLDB.py, gramps2/src/GrampsDb/_ReadGedcom.py, gramps2/src/GrampsDb/_ReadGrdb.py, gramps2/src/GrampsDb/_ReadXML.py, gramps2/src/GrampsDb/_WriteGedcom.py, gramps2/src/GrampsDb/_WriteGrdb.py, gramps2/src/GrampsDb/_WriteXML.py, gramps2/src/GrampsDb/__init__.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsInMemDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadGrdb.py, gramps2/src/ReadXML.py, gramps2/src/RepositoryRefEdit.py, gramps2/src/ViewManager.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteGrdb.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py, gramps2/test/GrampsDb/GrampsDbBase_Test.py, gramps2/test/GrampsDb/GrampsDbTestBase.py, gramps2/test/GrampsDbBase_Test.py, gramps2/test/GrampsDbTestBase.py, gramps2/test/RelLib/RelLib_Test.py, gramps2/test/RelLib_Test.py, gramps2/test/RunAllTests.py: move database code into new package svn: r5598 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py, src/DisplayState.py, src/Exporter.py, src/GedcomInfo.py, src/GrampsBSDDB.py, src/GrampsDBCallback.py, src/GrampsDb/_GedcomInfo.py, src/GrampsDb/_GrampsBSDDB.py, src/GrampsDb/_GrampsDBCallback.py, src/GrampsDb/_GrampsDbBase.py, src/GrampsDb/_GrampsDbExceptions.py, src/GrampsDb/_GrampsDbFactories.py, src/GrampsDb/_GrampsGEDDB.py, src/GrampsDb/_GrampsInMemDB.py, src/GrampsDb/_GrampsXMLDB.py, src/GrampsDb/_ReadGedcom.py, src/GrampsDb/_ReadGrdb.py, src/GrampsDb/_ReadXML.py, src/GrampsDb/_WriteGedcom.py, src/GrampsDb/_WriteGrdb.py, src/GrampsDb/_WriteXML.py, src/GrampsDb/__init__.py, src/GrampsDbBase.py, src/GrampsGEDDB.py, src/GrampsInMemDB.py, src/GrampsXMLDB.py, src/ReadGedcom.py, src/ReadGrdb.py, src/ReadXML.py, src/RepositoryRefEdit.py, src/ViewManager.py, src/WriteGedcom.py, src/WriteGrdb.py, src/WriteXML.py, src/gramps_main.py, test/GrampsDb/GrampsDbBase_Test.py, test/GrampsDb/GrampsDbTestBase.py, test/GrampsDbBase_Test.py, test/GrampsDbTestBase.py, test/RelLib/RelLib_Test.py, test/RelLib_Test.py, test/RunAllTests.py: move database code into new package svn: r5598 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/RelLib/_SourceRef.py: added import for Note class svn: r5597 2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/RelLib/_SourceRef.py: added import for Note class svn: r5597 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py (ManagedWindow.close): Add default argument. svn: r5596 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py (ManagedWindow.close): Add default argument. svn: r5596 2005-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_Witness.py, gramps2/src/RelLib/__init__.py: * src/GrampsBSDDB.py (gramps_upgrade_9): Upgrade witness list in the old Event object. * src/RelLib/_Event.py: Remove external witnesses altogether. * src/RelLib/_Witness.py: Make even emptier (needed for upgrade only). * src/RelLib/__init__.py: Expose Witness (needed for upgrade only). svn: r5595 2005-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/RelLib/_Event.py, src/RelLib/_Witness.py, src/RelLib/__init__.py: * src/GrampsBSDDB.py (gramps_upgrade_9): Upgrade witness list in the old Event object. * src/RelLib/_Event.py: Remove external witnesses altogether. * src/RelLib/_Witness.py: Make even emptier (needed for upgrade only). * src/RelLib/__init__.py: Expose Witness (needed for upgrade only). svn: r5595 2005-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/__init__.py: Update svn: r5594 2005-12-20 Alex Roitman <shura@gramps-project.org> * src/RelLib/__init__.py: Update svn: r5594 2005-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib/Event.py, gramps2/src/RelLib/Family.py, gramps2/src/RelLib/GenderStats.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/MediaObject.py, gramps2/src/RelLib/Person.py, gramps2/src/RelLib/Place.py, gramps2/src/RelLib/Repository.py, gramps2/src/RelLib/Researcher.py, gramps2/src/RelLib/Source.py, gramps2/src/RelLib/_Address.py, gramps2/src/RelLib/_AddressBase.py, gramps2/src/RelLib/_Attribute.py, gramps2/src/RelLib/_AttributeBase.py, gramps2/src/RelLib/_BaseObject.py, gramps2/src/RelLib/_DateBase.py, gramps2/src/RelLib/_Event.py, gramps2/src/RelLib/_EventRef.py, gramps2/src/RelLib/_Family.py, gramps2/src/RelLib/_GenderStats.py, gramps2/src/RelLib/_LdsOrd.py, gramps2/src/RelLib/_Location.py, gramps2/src/RelLib/_LocationBase.py, gramps2/src/RelLib/_MediaBase.py, gramps2/src/RelLib/_MediaObject.py, gramps2/src/RelLib/_MediaRef.py, gramps2/src/RelLib/_Name.py, gramps2/src/RelLib/_Note.py, gramps2/src/RelLib/_NoteBase.py, gramps2/src/RelLib/_Person.py, gramps2/src/RelLib/_Place.py, gramps2/src/RelLib/_PlaceBase.py, gramps2/src/RelLib/_PrimaryObject.py, gramps2/src/RelLib/_PrivacyBase.py, gramps2/src/RelLib/_PrivateSourceNote.py, gramps2/src/RelLib/_RepoRef.py, gramps2/src/RelLib/_Repository.py, gramps2/src/RelLib/_Researcher.py, gramps2/src/RelLib/_Source.py, gramps2/src/RelLib/_SourceNote.py, gramps2/src/RelLib/_SourceRef.py, gramps2/src/RelLib/_Url.py, gramps2/src/RelLib/_UrlBase.py, gramps2/src/RelLib/_Witness.py, gramps2/src/RelLib/__init__.py, gramps2/src/RelLib/_helper.py, gramps2/src/RelLib/_secondary.py: * src/RelLib/__init__.py: More breaking up in RelLib; * src/RelLib/Makefile.am: Ship new files; * src/RelLib/ various files: add more files. svn: r5593 2005-12-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib/Event.py, src/RelLib/Family.py, src/RelLib/GenderStats.py, src/RelLib/Makefile.am, src/RelLib/MediaObject.py, src/RelLib/Person.py, src/RelLib/Place.py, src/RelLib/Repository.py, src/RelLib/Researcher.py, src/RelLib/Source.py, src/RelLib/_Address.py, src/RelLib/_AddressBase.py, src/RelLib/_Attribute.py, src/RelLib/_AttributeBase.py, src/RelLib/_BaseObject.py, src/RelLib/_DateBase.py, src/RelLib/_Event.py, src/RelLib/_EventRef.py, src/RelLib/_Family.py, src/RelLib/_GenderStats.py, src/RelLib/_LdsOrd.py, src/RelLib/_Location.py, src/RelLib/_LocationBase.py, src/RelLib/_MediaBase.py, src/RelLib/_MediaObject.py, src/RelLib/_MediaRef.py, src/RelLib/_Name.py, src/RelLib/_Note.py, src/RelLib/_NoteBase.py, src/RelLib/_Person.py, src/RelLib/_Place.py, src/RelLib/_PlaceBase.py, src/RelLib/_PrimaryObject.py, src/RelLib/_PrivacyBase.py, src/RelLib/_PrivateSourceNote.py, src/RelLib/_RepoRef.py, src/RelLib/_Repository.py, src/RelLib/_Researcher.py, src/RelLib/_Source.py, src/RelLib/_SourceNote.py, src/RelLib/_SourceRef.py, src/RelLib/_Url.py, src/RelLib/_UrlBase.py, src/RelLib/_Witness.py, src/RelLib/__init__.py, src/RelLib/_helper.py, src/RelLib/_secondary.py: * src/RelLib/__init__.py: More breaking up in RelLib; * src/RelLib/Makefile.am: Ship new files; * src/RelLib/ various files: add more files. svn: r5593 2005-12-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/RelLib/_helper.py, gramps2/test/RelLib_Test.py: removed get_backlink_handles from RelLib svn: r5592 2005-12-20 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/RelLib/_helper.py, test/RelLib_Test.py: removed get_backlink_handles from RelLib svn: r5592 2005-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/GenderStats.py, gramps2/src/RelLib/Researcher.py, gramps2/src/RelLib/_helper.py, gramps2/src/RelLib/_secondary.py: Update svn: r5591 2005-12-20 Alex Roitman <shura@gramps-project.org> * src/RelLib/GenderStats.py, src/RelLib/Researcher.py, src/RelLib/_helper.py, src/RelLib/_secondary.py: Update svn: r5591 2005-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_helper.py, gramps2/src/RelLib/_secondary.py: Update svn: r5590 2005-12-20 Alex Roitman <shura@gramps-project.org> * src/RelLib/_helper.py, src/RelLib/_secondary.py: Update svn: r5590 2005-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib/_secondary.py: Update svn: r5588 2005-12-20 Alex Roitman <shura@gramps-project.org> * src/RelLib/_secondary.py: Update svn: r5588 2005-12-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/RelLib.py, gramps2/src/RelLib/.cvsignore, gramps2/src/RelLib/Event.py, gramps2/src/RelLib/Family.py, gramps2/src/RelLib/GenderStats.py, gramps2/src/RelLib/Makefile.am, gramps2/src/RelLib/MediaObject.py, gramps2/src/RelLib/Person.py, gramps2/src/RelLib/Place.py, gramps2/src/RelLib/Repository.py, gramps2/src/RelLib/Researcher.py, gramps2/src/RelLib/Source.py, gramps2/src/RelLib/__init__.py, gramps2/src/RelLib/_helper.py, gramps2/src/RelLib/_secondary.py: * src/RelLib.py: Remove file (replaced by the package dir). * src/RelLib: Add directory. * src/RelLib/__init__.py, src/RelLib/_helper.py, src/RelLib/_secondary.py, src/RelLib/Researcher.py, src/RelLib/GenderStats.py, src/RelLib/Person.py, src/RelLib/Family.py, src/RelLib/Event.py, src/RelLib/Place.py, src/RelLib/Source.py, src/RelLib/MediaObject.py, src/RelLib/Repository.py, src/RelLib/Makefile.am, src/RelLib/.cvsignore: Add to CVS. * src/configure.in: Create Makefile in src/RelLib. svn: r5587 2005-12-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/RelLib.py, src/RelLib/.cvsignore, src/RelLib/Event.py, src/RelLib/Family.py, src/RelLib/GenderStats.py, src/RelLib/Makefile.am, src/RelLib/MediaObject.py, src/RelLib/Person.py, src/RelLib/Place.py, src/RelLib/Repository.py, src/RelLib/Researcher.py, src/RelLib/Source.py, src/RelLib/__init__.py, src/RelLib/_helper.py, src/RelLib/_secondary.py: * src/RelLib.py: Remove file (replaced by the package dir). * src/RelLib: Add directory. * src/RelLib/__init__.py, src/RelLib/_helper.py, src/RelLib/_secondary.py, src/RelLib/Researcher.py, src/RelLib/GenderStats.py, src/RelLib/Person.py, src/RelLib/Family.py, src/RelLib/Event.py, src/RelLib/Place.py, src/RelLib/Source.py, src/RelLib/MediaObject.py, src/RelLib/Repository.py, src/RelLib/Makefile.am, src/RelLib/.cvsignore: Add to CVS. * src/configure.in: Create Makefile in src/RelLib. svn: r5587 2005-12-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py: * src/ReadXML.py: handle _NAME_TRANS keyerror exception svn: r5586 2005-12-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReadXML.py: * src/ReadXML.py: handle _NAME_TRANS keyerror exception svn: r5586 2005-12-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/RelLib.py: * src/RelLib.py: Add privacy flag to all objects via making PrimaryObject inherit from PrivacyBase; Add AddressBase and UrlBase classes to manage Address and Url lists in other objects; Add tuple type to the Url class; make Repository inherit from AddressBase and UrlBase to be able to store lists of both. * src/GrampsBSDDB.py (gramps_upgrade_9): Provide upgrade for the changes in RelLib. svn: r5585 2005-12-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/RelLib.py: * src/RelLib.py: Add privacy flag to all objects via making PrimaryObject inherit from PrivacyBase; Add AddressBase and UrlBase classes to manage Address and Url lists in other objects; Add tuple type to the Url class; make Repository inherit from AddressBase and UrlBase to be able to store lists of both. * src/GrampsBSDDB.py (gramps_upgrade_9): Provide upgrade for the changes in RelLib. svn: r5585 2005-12-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/RelLib.py: * src/GrampsBSDDB.py (gramps_upgrade_9): Convert all Name and Attribute objects to use tuple types. * src/RelLib.py (Name.set_type): Typo in the wrapper code. svn: r5584 2005-12-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/RelLib.py: * src/GrampsBSDDB.py (gramps_upgrade_9): Convert all Name and Attribute objects to use tuple types. * src/RelLib.py (Name.set_type): Typo in the wrapper code. svn: r5584 2005-12-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/test/GrampsDbBase_Test.py, gramps2/test/GrampsDbTestBase.py, gramps2/test/RelLib_Test.py: * src/RelLib.py: added get_backlink_handles method to PrimaryObject * test/GrampsDbBase_Test.py: factored out common db test methods * test/GrampsDbTestBase.py: new base class for unittests that need to create database records * test/RelLib_Test.py: unittest for the * get_backlink_handles method svn: r5583 2005-12-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/RelLib.py, test/GrampsDbBase_Test.py, test/GrampsDbTestBase.py, test/RelLib_Test.py: * src/RelLib.py: added get_backlink_handles method to PrimaryObject * test/GrampsDbBase_Test.py: factored out common db test methods * test/GrampsDbTestBase.py: new base class for unittests that need to create database records * test/RelLib_Test.py: unittest for the * get_backlink_handles method svn: r5583 2005-12-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: * src/GrampsBSDDB.py (gramps_upgrade_9): Switch to using keys in upgrade. When using DB cusrsor, modifying the record sometimes confuses the cursor operation. Possibly this only happens if secondary indexes are involved. svn: r5581 2005-12-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py: * src/GrampsBSDDB.py (gramps_upgrade_9): Switch to using keys in upgrade. When using DB cusrsor, modifying the record sometimes confuses the cursor operation. Possibly this only happens if secondary indexes are involved. svn: r5581 2005-12-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsBSDDB.py: Update svn: r5579 2005-12-18 Alex Roitman <shura@gramps-project.org> * src/GrampsBSDDB.py: Update svn: r5579 2005-12-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsBSDDB.py: Update svn: r5578 2005-12-18 Alex Roitman <shura@gramps-project.org> * src/GrampsBSDDB.py: Update svn: r5578 2005-12-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/ReadXML.py, gramps2/src/ViewManager.py: * src/GrampsBSDDB.py: associate functions return str instead of unicode svn: r5577 2005-12-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/ReadXML.py, src/ViewManager.py: * src/GrampsBSDDB.py: associate functions return str instead of unicode svn: r5577 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/test/GrampsDbBase_Test.py: tests and fixes for reference_map. svn: r5576 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsBSDDB.py, test/GrampsDbBase_Test.py: tests and fixes for reference_map. svn: r5576 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/test/GrampsDbBase_Test.py: moved to using in keys rather than class names in the referece_map table svn: r5575 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsBSDDB.py, src/GrampsDbBase.py, test/GrampsDbBase_Test.py: moved to using in keys rather than class names in the referece_map table svn: r5575 2005-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/test/.cvsignore: Update svn: r5573 2005-12-17 Alex Roitman <shura@gramps-project.org> * test/.cvsignore: Update svn: r5573 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/test/GrampsDbBase_Test.py: fixed tiny typo svn: r5572 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * test/GrampsDbBase_Test.py: fixed tiny typo svn: r5572 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/test/GrampsDbBase_Test.py, gramps2/test/RunAllTests.py: * src/GrampsDbBase.py: fixed UNDO buffer issue * test/GrampsDbBase_Test.py: improved performance test * test/RunAllTests.py: added -p cmdline flag svn: r5571 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDbBase.py, test/GrampsDbBase_Test.py, test/RunAllTests.py: * src/GrampsDbBase.py: fixed UNDO buffer issue * test/GrampsDbBase_Test.py: improved performance test * test/RunAllTests.py: added -p cmdline flag svn: r5571 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/test/GrampsDbBase_Test.py: fix for cursor set svn: r5570 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsBSDDB.py, test/GrampsDbBase_Test.py: fix for cursor set svn: r5570 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/src/GrampsBSDDB.py: work around for difference cursor.set behaviour svn: r5569 2005-12-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsBSDDB.py: work around for difference cursor.set behaviour svn: r5569 2005-12-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/test/GrampsDbBase_Test.py, gramps2/test/RunAllTests.py: added a crude performance test. svn: r5564 2005-12-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, test/GrampsDbBase_Test.py, test/RunAllTests.py: added a crude performance test. svn: r5564 2005-12-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/test/GrampsDbBase_Test.py, gramps2/test/RunAllTests.py: further work to complete the reference_map implementation. svn: r5563 2005-12-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsBSDDB.py, src/GrampsDbBase.py, test/GrampsDbBase_Test.py, test/RunAllTests.py: further work to complete the reference_map implementation. svn: r5563 2005-12-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/Utils.py: * src/RelLib.py (RepoRef): Typos. * src/Utils.py: Typos. svn: r5562 2005-12-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py, src/Utils.py: * src/RelLib.py (RepoRef): Typos. * src/Utils.py: Typos. svn: r5562 2005-12-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsBSDDB.py: Update svn: r5561 2005-12-16 Alex Roitman <shura@gramps-project.org> * src/GrampsBSDDB.py: Update svn: r5561 2005-12-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py, gramps2/src/ViewManager.py: * src/ViewManger.py: progress bar added back in * src/ReadXML.py: handle markers svn: r5560 2005-12-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReadXML.py, src/ViewManager.py: * src/ViewManger.py: progress bar added back in * src/ReadXML.py: handle markers svn: r5560 2005-12-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py: Window management completed svn: r5559 2005-12-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py: Window management completed svn: r5559 2005-12-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/ViewManager.py: * src/GrampsBSDDB.py: go back to a single load function; finish gramps_upgrade_9. * src/ViewManager: Go back to the old way of load/upgrade. svn: r5558 2005-12-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/ViewManager.py: * src/GrampsBSDDB.py: go back to a single load function; finish gramps_upgrade_9. * src/ViewManager: Go back to the old way of load/upgrade. svn: r5558 2005-12-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r5557 2005-12-15 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r5557 2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: added delete support for the reference_map svn: r5556 2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsBSDDB.py: added delete support for the reference_map svn: r5556 2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py: reference_map implementation. svn: r5555 2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsBSDDB.py, src/GrampsDbBase.py: reference_map implementation. svn: r5555 2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: sequencial scan implementation of get_backlink_handles svn: r5554 2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDbBase.py: sequencial scan implementation of get_backlink_handles svn: r5554 2005-12-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/RelLib.py, gramps2/src/ViewManager.py: * src/GrampsBSDDB.py: Rename upgrade to avoid collision; add DB upgrade routine; require DB to be at least version 5 (gramps 2.0.0); separate primary and secondary load (may need to reverse later). * src/GrampsDbBase.py: Rename upgrade to avoid collission. * src/RelLib.py (Witness.py): Add empty class to enable upgrades from the earlier DB versions. * src/ViewManager.py: move upgrade into the DB class (may need to reverse later). svn: r5553 2005-12-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/RelLib.py, src/ViewManager.py: * src/GrampsBSDDB.py: Rename upgrade to avoid collision; add DB upgrade routine; require DB to be at least version 5 (gramps 2.0.0); separate primary and secondary load (may need to reverse later). * src/GrampsDbBase.py: Rename upgrade to avoid collission. * src/RelLib.py (Witness.py): Add empty class to enable upgrades from the earlier DB versions. * src/ViewManager.py: move upgrade into the DB class (may need to reverse later). svn: r5553 2005-12-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/ReadGedcom.py, gramps2/src/ViewManager.py: * src/DisplayState.py: start of Windows menu * src/ReadGedcom.py: sync database with transaction * src/ViewManager.py: WinMenu support svn: r5551 2005-12-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/ReadGedcom.py, src/ViewManager.py: * src/DisplayState.py: start of Windows menu * src/ReadGedcom.py: sync database with transaction * src/ViewManager.py: WinMenu support svn: r5551 2005-12-14 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Fix Tip of the day svn: r5548 2005-12-14 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/gramps.glade: * src/gramps.glade: Fix Tip of the day svn: r5548 2005-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListBox.py, gramps2/src/PersonView.py: * src/EditPerson.py: Call child editors with new arguments. * src/EventEdit.py: Use new window management. * src/ListBox.py: Use new arguments. * src/PersonView.py: Add track argument to EditPerson. svn: r5547 2005-12-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EditPerson.py, src/EventEdit.py, src/ListBox.py, src/PersonView.py: * src/EditPerson.py: Call child editors with new arguments. * src/EventEdit.py: Use new window management. * src/ListBox.py: Use new arguments. * src/PersonView.py: Add track argument to EditPerson. svn: r5547 2005-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py: Correct and add comments. svn: r5546 2005-12-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py: Correct and add comments. svn: r5546 2005-12-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/edit_person.glade: * src/EditPerson.py: fix after merge * src/GrampsDbBase.py: fix after merge * src/edit_person.glade: fix after merge svn: r5545 2005-12-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsDbBase.py, src/edit_person.glade: * src/EditPerson.py: fix after merge * src/GrampsDbBase.py: fix after merge * src/edit_person.glade: fix after merge svn: r5545 2005-12-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/preface.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/fr/Makefile.am, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/cmdplug.xml, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/src/DateDisplay.py, gramps2/src/GrampsDisplay.py, gramps2/src/ReadGrdb.py, gramps2/src/Report.py, gramps2/src/Utils.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_nl.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/gramps.glade, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Verify.py, gramps2/src/po/de.po, gramps2/src/po/eo.po, gramps2/src/po/fi.po, gramps2/src/po/fr.po, gramps2/src/po/it.po, gramps2/src/po/nb.po, gramps2/src/po/nl.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/test/det_ancestor_report.sh, gramps2/test/det_descendant_report.sh: * various: merge changes made in gramps20 up until R2_0_9 tag. svn: r5544 2005-12-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/preface.xml, doc/gramps-manual/C/usage.xml, doc/gramps-manual/Makefile.am, doc/gramps-manual/fr/Makefile.am, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/cmdplug.xml, doc/gramps-manual/fr/gramps-manual.xml, src/DateDisplay.py, src/GrampsDisplay.py, src/ReadGrdb.py, src/Report.py, src/Utils.py, src/dates/Date_fr.py, src/dates/Date_nl.py, src/docgen/AbiWord2Doc.py, src/docgen/OpenOfficeDoc.py, src/gramps.glade, src/plugins/ChangeNames.py, src/plugins/Checkpoint.py, src/plugins/Desbrowser.py, src/plugins/EventCmp.py, src/plugins/FilterEditor.py, src/plugins/Merge.py, src/plugins/NavWebPage.py, src/plugins/PatchNames.py, src/plugins/SoundGen.py, src/plugins/Verify.py, src/po/de.po, src/po/eo.po, src/po/fi.po, src/po/fr.po, src/po/it.po, src/po/nb.po, src/po/nl.po, src/po/no.po, src/po/ru.po, test/det_ancestor_report.sh, test/det_descendant_report.sh: * various: merge changes made in gramps20 up until R2_0_9 tag. svn: r5544 2005-12-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditSource.py: src/EditSource.py: Connected up add/del/edit buttons for Repos tab. svn: r5543 2005-12-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditSource.py: src/EditSource.py: Connected up add/del/edit buttons for Repos tab. svn: r5543 2005-12-09 Jérôme Rapinat <romjerome@yahoo.fr> * : add two forgotten figures svn: r5521 2005-12-09 Jérôme Rapinat <romjerome@yahoo.fr> * src/po/fr.po: update French translation svn: r5519 2005-12-09 Jérôme Rapinat <romjerome@yahoo.fr> * gramps2/src/po/fr.po: update French translation svn: r5519 2005-12-08 Don Allingham <don@gramps-project.org> * src/DisplayState.py, src/EditPerson.py, src/edit_person.glade: update svn: r5505 2005-12-08 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/edit_person.glade: update svn: r5505 2005-12-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: Fixed FamilyView layout svn: r5492 2005-12-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: Fixed FamilyView layout svn: r5492 2005-12-06 Don Allingham <don@gramps-project.org> * src/ArgHandler.py: fixed merge svn: r5489 2005-12-06 Don Allingham <don@gramps-project.org> * gramps2/src/ArgHandler.py: fixed merge svn: r5489 2005-12-06 Don Allingham <don@gramps-project.org> * src/EditPlace.py: fix typo svn: r5487 2005-12-06 Don Allingham <don@gramps-project.org> * gramps2/src/EditPlace.py: fix typo svn: r5487 2005-12-06 Alex Roitman <shura@gramps-project.org> * src/gramps.glade: Update svn: r5486 2005-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.glade: Update svn: r5486 2005-12-06 Alex Roitman <shura@gramps-project.org> * src/Marriage.py: Update svn: r5485 2005-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/Marriage.py: Update svn: r5485 2005-12-06 Alex Roitman <shura@gramps-project.org> * src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/plugins/RelCalc.py: Update svn: r5484 2005-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/plugins/RelCalc.py: Update svn: r5484 2005-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: Update svn: r5483 2005-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: Update svn: r5483 2005-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, INSTALL, NEWS, configure.in, doc/gramps-manual/C/Makefile.am, doc/gramps-manual/C/authors.xml, doc/gramps-manual/C/bugs.xml, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/cmdplug.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/preface.xml, doc/gramps-manual/C/usage.xml, doc/gramps-manual/Makefile.am, doc/gramps-manual/fr/gramps-manual-fr.omf, doc/gramps.1.in, doc/gramps.dtd, doc/grampsxml.dtd, doc/grampsxml.rng, example/gedcom/sample.ged, example/gramps/data.gramps, example/gramps/example.gramps, gramps.sh.in, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/ArgHandler.py, src/AttrEdit.py, src/BaseDoc.py, src/Bookmarks.py, src/CalSdn.py, src/ChooseParents.py, src/ColumnOrder.py, src/Date.py, src/DateDisplay.py, src/DateEdit.py, src/DateParser.py, src/DdTargets.py, src/DisplayModels.py, src/DisplayTrace.py, src/Errors.py, src/Exporter.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsCfg.py, src/GrampsDBCallback.py, src/GrampsDbBase.py, src/GrampsDisplay.py, src/GrampsGconfKeys.py, src/GrampsIniKeys.py, src/GraphLayout.py, src/ImageSelect.py, src/ImgManip.py, src/LocEdit.py, src/Makefile.am, src/MergeData.py, src/MergePeople.py, src/NameDisplay.py, src/NameEdit.py, src/NoteEdit.py, src/Options.py, src/PeopleView.py, src/PluginMgr.py, src/Plugins.py, src/QuestionDialog.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/Report.py, src/ReportOptions.py, src/ReportUtils.py, src/SelectChild.py, src/SelectObject.py, src/SelectPerson.py, src/Sources.py, src/Spell.py, src/StyleEditor.py, src/SubstKeywords.py, src/TipOfDay.py, src/Tool.py, src/TransUtils.py, src/TreeTips.py, src/UrlEdit.py, src/Utils.py, src/WindowUtils.py, src/Witness.py, src/WriteGedcom.py, src/WriteXML.py, src/build_cmdplug, src/const.py.in, src/data/Makefile.am, src/data/gramps.schemas, src/data/main1.css, src/data/main2.css, src/data/main3.css, src/data/main4.css, src/data/main5.css, src/data/main6.css, src/data/tips.xml, src/dates/Date_de.py, src/dates/Date_fi.py, src/dates/Date_nl.py, src/dates/Date_sv.py, src/dates/Makefile.am, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/gedcomimport.glade, src/gramps_main.py, src/latin_utf8.py, src/plugins.glade, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/CmdRef.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendChart.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/DumpGenderStats.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Leak.py, src/plugins/Makefile.am, src/plugins/Merge.py, src/plugins/NavWebPage.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/ReorderIds.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/TestcaseGenerator.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteGeneWeb.py, src/plugins/checkpoint.glade, src/plugins/rel_es.py, src/plugins/rel_sv.py, src/plugins/relcalc.glade, src/plugins/verify.glade, src/po/Makefile.am, src/po/check_po, src/po/cs.po, src/po/de.po, src/po/fi.po, src/po/fr.po, src/po/lt.po, src/po/nb.po, src/po/nl.po, src/po/no.po, src/po/ru.po, src/po/sv.po, src/po/template.po, src/po/zh_CN.po, test/.cvsignore, test/impex.sh, test/runtest.sh, test/tools.sh: merge changes from gramps20 svn: r5482 2005-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/INSTALL, gramps2/NEWS, gramps2/configure.in, gramps2/doc/gramps-manual/C/Makefile.am, gramps2/doc/gramps-manual/C/authors.xml, gramps2/doc/gramps-manual/C/bugs.xml, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/C/cmdplug.xml, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/preface.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/fr/gramps-manual-fr.omf, gramps2/doc/gramps.1.in, gramps2/doc/gramps.dtd, gramps2/doc/grampsxml.dtd, gramps2/doc/grampsxml.rng, gramps2/example/gedcom/sample.ged, gramps2/example/gramps/data.gramps, gramps2/example/gramps/example.gramps, gramps2/gramps.sh.in, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/ArgHandler.py, gramps2/src/AttrEdit.py, gramps2/src/BaseDoc.py, gramps2/src/Bookmarks.py, gramps2/src/CalSdn.py, gramps2/src/ChooseParents.py, gramps2/src/ColumnOrder.py, gramps2/src/Date.py, gramps2/src/DateDisplay.py, gramps2/src/DateEdit.py, gramps2/src/DateParser.py, gramps2/src/DdTargets.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTrace.py, gramps2/src/Errors.py, gramps2/src/Exporter.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDBCallback.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsDisplay.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsIniKeys.py, gramps2/src/GraphLayout.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/LocEdit.py, gramps2/src/Makefile.am, gramps2/src/MergeData.py, gramps2/src/MergePeople.py, gramps2/src/NameDisplay.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/Options.py, gramps2/src/PeopleView.py, gramps2/src/PluginMgr.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/ReportUtils.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/Sources.py, gramps2/src/Spell.py, gramps2/src/StyleEditor.py, gramps2/src/SubstKeywords.py, gramps2/src/TipOfDay.py, gramps2/src/Tool.py, gramps2/src/TransUtils.py, gramps2/src/TreeTips.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/WindowUtils.py, gramps2/src/Witness.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/build_cmdplug, gramps2/src/const.py.in, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.schemas, gramps2/src/data/main1.css, gramps2/src/data/main2.css, gramps2/src/data/main3.css, gramps2/src/data/main4.css, gramps2/src/data/main5.css, gramps2/src/data/main6.css, gramps2/src/data/tips.xml, gramps2/src/dates/Date_de.py, gramps2/src/dates/Date_fi.py, gramps2/src/dates/Date_nl.py, gramps2/src/dates/Date_sv.py, gramps2/src/dates/Makefile.am, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/gedcomimport.glade, gramps2/src/gramps_main.py, gramps2/src/latin_utf8.py, gramps2/src/plugins.glade, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/CmdRef.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendChart.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/DumpGenderStats.py, gramps2/src/plugins/Eval.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Merge.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/checkpoint.glade, gramps2/src/plugins/rel_es.py, gramps2/src/plugins/rel_sv.py, gramps2/src/plugins/relcalc.glade, gramps2/src/plugins/verify.glade, gramps2/src/po/Makefile.am, gramps2/src/po/check_po, gramps2/src/po/cs.po, gramps2/src/po/de.po, gramps2/src/po/fi.po, gramps2/src/po/fr.po, gramps2/src/po/lt.po, gramps2/src/po/nb.po, gramps2/src/po/nl.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po, gramps2/src/po/zh_CN.po, gramps2/test/.cvsignore, gramps2/test/impex.sh, gramps2/test/runtest.sh, gramps2/test/tools.sh: merge changes from gramps20 svn: r5482 2005-12-06 Don Allingham <don@gramps-project.org> * src/FamilyView.py: update svn: r5481 2005-12-06 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: update svn: r5481 2005-12-05 Don Allingham <don@gramps-project.org> * src/FamilyView.py: more ui additions svn: r5477 2005-12-05 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: more ui additions svn: r5477 2005-12-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/ReadGedcom.py: * src/FamilyView.py: add more ui stuff * src/ReadGedcom.py: set batch properly svn: r5476 2005-12-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/ReadGedcom.py: * src/FamilyView.py: add more ui stuff * src/ReadGedcom.py: set batch properly svn: r5476 2005-12-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/PersonView.py, src/gramps_main.py: * src/FamilyView.py: start of a new family view. * src/gramps_main.py: register FamilyView svn: r5474 2005-12-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/PersonView.py, gramps2/src/gramps_main.py: * src/FamilyView.py: start of a new family view. * src/gramps_main.py: register FamilyView svn: r5474 2005-10-18 Alex Roitman <shura@gramps-project.org> * manual/C/Makefile.am, manual/C/cmdline.xml, manual/C/cmdplug.xml, manual/C/gramps-manual-C.omf, manual/C/gramps-manual.xml, manual/ChangeLog, manual/fr/gramps-manual-fr.omf: * C/cmdplug.xml: Add to CVS. * C/gramps-manual-C.omf: Update. * fr/gramps-manual-fr.omf: Update. * C/Makefile.am: Ship new file. * C/gramps-manual.xml: Define new entity. * C/cmdline.xml: Include new section. * ChangeLog: Add to CVS. svn: r5332 2005-10-18 Alex Roitman <shura@gramps-project.org> * manual/ChangeLog: Add svn: r5331 2005-09-29 Martin Hawlisch <martin.hawlisch@gmx.de> * manual/C/authors.xml, manual/C/bugs.xml, manual/C/faq.xml, manual/C/getstart.xml, manual/C/mainwin.xml: Added some cross-references; URLs updated to gramps-project.org. svn: r5252 2005-09-24 Don Allingham <don@gramps-project.org> * manual/.cvsignore, manual/C/.cvsignore, manual/C/Makefile.am, manual/C/authors.xml, manual/C/bugs.xml, manual/C/cmdline.xml, manual/C/custom.xml, manual/C/faq.xml, manual/C/filtref.xml, manual/C/getstart.xml, manual/C/gramps-manual-C.omf, manual/C/gramps-manual.xml, manual/C/keybind.xml, manual/C/legal.xml, manual/C/mainwin.xml, manual/C/preface.xml, manual/C/usage.xml, manual/Makefile.am, manual/de/.cvsignore, manual/de/Makefile.am, manual/de/cmdline.xml, manual/de/custom.xml, manual/de/faq.xml, manual/de/filtref.xml, manual/de/getstart.xml, manual/de/gramps-manual-de.omf, manual/de/gramps-manual.xml, manual/de/keybind.xml, manual/de/legal.xml, manual/de/mainwin.xml, manual/de/usage.xml, manual/fr/.cvsignore, manual/fr/Makefile.am, manual/fr/authors.xml, manual/fr/bugs.xml, manual/fr/cmdline.xml, manual/fr/custom.xml, manual/fr/faq.xml, manual/fr/filtref.xml, manual/fr/getstart.xml, manual/fr/gramps-manual-fr.omf, manual/fr/gramps-manual.xml, manual/fr/keybind.xml, manual/fr/legal.xml, manual/fr/mainwin.xml, manual/fr/preface.xml, manual/fr/usage.xml, manual/hu/.cvsignore, manual/hu/Makefile.am, manual/hu/cmdline.xml, manual/hu/custom.xml, manual/hu/faq.xml, manual/hu/filtref.xml, manual/hu/getstart.xml, manual/hu/gramps-manual-hu.omf, manual/hu/gramps-manual.xml, manual/hu/keybind.xml, manual/hu/legal.xml, manual/hu/mainwin.xml, manual/hu/usage.xml, manual/ru/.cvsignore, manual/ru/Makefile.am, manual/ru/cmdline.xml, manual/ru/custom.xml, manual/ru/faq.xml, manual/ru/filtref.xml, manual/ru/getstart.xml, manual/ru/gramps-manual-ru.omf, manual/ru/gramps-manual.xml, manual/ru/keybind.xml, manual/ru/legal.xml, manual/ru/mainwin.xml, manual/ru/usage.xml: Initial revision svn: r5226 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * src/MapView.py: catch some more exceptions svn: r5201 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/MapView.py: catch some more exceptions svn: r5201 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PersonView.py: * src/PersonView.py (edit): Work with missing active person svn: r5200 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PersonView.py: * src/PersonView.py (edit): Work with missing active person svn: r5200 2005-09-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py: * src/DisplayState.py: remove relationship display stuff for the time being. svn: r5199 2005-09-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py: * src/DisplayState.py: remove relationship display stuff for the time being. svn: r5199 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/EditPerson.py, src/GrampsDbBase.py, src/PeopleModel.py, src/PersonView.py, src/RelLib.py, src/Utils.py, src/edit_person.glade: * src/PageView.py (button_press): Catch problem with no loaded database * src/PersonView.py (button_press): Catch problem with no loaded database * src/GrampsDbBase.py (_get_from_handle): Catch problem with no loaded database * src/MapView.py: Updates * src/EditPerson.py: Change complete flag into marker combo * src/GrampsDbBase.py: Add map for custom marker values * src/PeopleModel.py: Add support for colored markers * src/PersonView.py: Add support for colored markers * src/RelLib.py: Change complete flag into marker combo * src/Utils.py: Add marker types * src/edit_person.glade: Change complete flag into marker combo svn: r5198 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/PeopleModel.py, gramps2/src/PersonView.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/edit_person.glade: * src/PageView.py (button_press): Catch problem with no loaded database * src/PersonView.py (button_press): Catch problem with no loaded database * src/GrampsDbBase.py (_get_from_handle): Catch problem with no loaded database * src/MapView.py: Updates * src/EditPerson.py: Change complete flag into marker combo * src/GrampsDbBase.py: Add map for custom marker values * src/PeopleModel.py: Add support for colored markers * src/PersonView.py: Add support for colored markers * src/RelLib.py: Change complete flag into marker combo * src/Utils.py: Add marker types * src/edit_person.glade: Change complete flag into marker combo svn: r5198 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * src/GrampsDbBase.py, src/MapView.py, src/PageView.py, src/PersonView.py: * src/PageView.py (button_press): Catch problem with no loaded database * src/PersonView.py (button_press): Catch problem with no loaded database * src/GrampsDbBase.py (_get_from_handle): Catch problem with no loaded database * src/MapView.py: Updates svn: r5197 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/GrampsDbBase.py, gramps2/src/MapView.py, gramps2/src/PageView.py, gramps2/src/PersonView.py: * src/PageView.py (button_press): Catch problem with no loaded database * src/PersonView.py (button_press): Catch problem with no loaded database * src/GrampsDbBase.py (_get_from_handle): Catch problem with no loaded database * src/MapView.py: Updates svn: r5197 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, Makefile.am: * Makefile.am: Disable install, show warning instead. svn: r5196 2005-09-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/Makefile.am: * Makefile.am: Disable install, show warning instead. svn: r5196 2005-09-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/NameEdit.py: * src/EditPlace.py: fix windowing history svn: r5194 2005-09-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/NameEdit.py: * src/EditPlace.py: fix windowing history svn: r5194 2005-08-25 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/TipOfDay.py, src/ViewManager.py, src/const.py.in, src/gramps_main.py: * src/gramps_main.py: pass DisplayState to TipOfDay * src/TipOfDay.py: Use DisplayState * src/const.py.in: add GRAMPS websites * src/ViewManager.py: Add TipOfDay; Make GRAMPS websites work again svn: r5124 2005-08-25 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/TipOfDay.py, gramps2/src/ViewManager.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py: * src/gramps_main.py: pass DisplayState to TipOfDay * src/TipOfDay.py: Use DisplayState * src/const.py.in: add GRAMPS websites * src/ViewManager.py: Add TipOfDay; Make GRAMPS websites work again svn: r5124 2005-08-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayState.py, src/EditPerson.py, src/PageView.py, src/PersonView.py: * src/DisplayState.py: fixe some window management syntax errros * src/PageView.py: enable double click to edit * src/EditPerson.py: tried to enable window management * src/PersonView.py: make more compatible with base class svn: r5114 2005-08-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/EditPerson.py, gramps2/src/PageView.py, gramps2/src/PersonView.py: * src/DisplayState.py: fixe some window management syntax errros * src/PageView.py: enable double click to edit * src/EditPerson.py: tried to enable window management * src/PersonView.py: make more compatible with base class svn: r5114 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EventEdit.py: 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/EventEditor.py: hacked about to make add work at least. svn: r5113 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EventEdit.py: 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/EventEditor.py: hacked about to make add work at least. svn: r5113 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/TreeTips.py: 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/TreeTips.py: set default delay to 2s svn: r5112 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/TreeTips.py: 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/TreeTips.py: set default delay to 2s svn: r5112 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ToolTips.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ToolTips.py: tooltip fix svn: r5111 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ToolTips.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ToolTips.py: tooltip fix svn: r5111 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DisplayModels.py, src/PeopleModel.py, src/ToolTips.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DisplayModels.py: call new tooltips generator * src/PeopleModel.py: call new tooltips generator * src/ToolTips.py: new tooltips generator added svn: r5110 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/PeopleModel.py, gramps2/src/ToolTips.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DisplayModels.py: call new tooltips generator * src/PeopleModel.py: call new tooltips generator * src/ToolTips.py: new tooltips generator added svn: r5110 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DisplayModels.py, src/PageView.py, src/PeopleModel.py, src/PersonView.py, src/RepositoryView.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DisplayModels.py: added basic tooltip support to models * src/PageView.py: added basic tooltip support * src/PeopleModel.py: added basic tooltip support svn: r5109 2005-08-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/PageView.py, gramps2/src/PeopleModel.py, gramps2/src/PersonView.py, gramps2/src/RepositoryView.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DisplayModels.py: added basic tooltip support to models * src/PageView.py: added basic tooltip support * src/PeopleModel.py: added basic tooltip support svn: r5109 2005-08-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, acinclude.m4, configure.in, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/Makefile.am, doc/gramps-manual/fr/Makefile.am, doc/gramps-manual/fr/authors.xml, doc/gramps-manual/fr/bugs.xml, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/getstart.xml, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/keybind.xml, doc/gramps-manual/fr/legal.xml, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/preface.xml, doc/gramps-manual/fr/usage.xml, doc/gramps.1.in, gramps.spec.in, src/AddSpouse.py, src/AddrEdit.py, src/ArgHandler.py, src/AttrEdit.py, src/Bookmarks.py, src/ChooseParents.py, src/DateParser.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/ImageSelect.py, src/ImgManip.py, src/Makefile.am, src/Marriage.py, src/MediaView.py, src/MergePeople.py, src/NameDisplay.py, src/NameEdit.py, src/NoteEdit.py, src/PeopleModel.py, src/PeopleView.py, src/PersonView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Report.py, src/ReportUtils.py, src/SelectChild.py, src/SelectObject.py, src/Sort.py, src/Sources.py, src/Spell.py, src/Utils.py, src/Witness.py, src/WriteGedcom.py, src/data/Makefile.am, src/data/main1.css, src/data/main2.css, src/data/main3.css, src/data/main4.css, src/data/main5.css, src/dates/Date_es.py, src/dates/Date_fr.py, src/docgen/OpenOfficeDoc.py, src/gramps_main.py, src/plugins/Ancestors.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Checkpoint.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/ExportVCalendar.py, src/plugins/GraphViz.py, src/plugins/Makefile.am, src/plugins/Merge.py, src/plugins/NavWebPage.py, src/plugins/PatchNames.py, src/plugins/Rebuild.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/po/cs.po, src/po/de.po, src/po/fi.po, src/po/fr.po, src/po/nb.po, src/po/nl.po, src/po/no.po, src/po/ru.po, src/po/template.po: Merge changes from gramps20 made since 2.0.5 svn: r5105 2005-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/acinclude.m4, gramps2/configure.in, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/fr/Makefile.am, gramps2/doc/gramps-manual/fr/authors.xml, gramps2/doc/gramps-manual/fr/bugs.xml, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/faq.xml, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/getstart.xml, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/keybind.xml, gramps2/doc/gramps-manual/fr/legal.xml, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/preface.xml, gramps2/doc/gramps-manual/fr/usage.xml, gramps2/doc/gramps.1.in, gramps2/gramps.spec.in, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/ArgHandler.py, gramps2/src/AttrEdit.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/DateParser.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/Makefile.am, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergePeople.py, gramps2/src/NameDisplay.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PersonView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/ReportUtils.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/Sort.py, gramps2/src/Sources.py, gramps2/src/Spell.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/WriteGedcom.py, gramps2/src/data/Makefile.am, gramps2/src/data/main1.css, gramps2/src/data/main2.css, gramps2/src/data/main3.css, gramps2/src/data/main4.css, gramps2/src/data/main5.css, gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fr.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Merge.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/Rebuild.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/po/cs.po, gramps2/src/po/de.po, gramps2/src/po/fi.po, gramps2/src/po/fr.po, gramps2/src/po/nb.po, gramps2/src/po/nl.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/src/po/template.po: Merge changes from gramps20 made since 2.0.5 svn: r5105 2005-08-17 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Makefile.am, src/plugins/Makefile.am: * src/Makefile.am * src/plugins/Makefile.am: ScratchPad moved folder. svn: r5095 2005-08-17 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Makefile.am, gramps2/src/plugins/Makefile.am: * src/Makefile.am * src/plugins/Makefile.am: ScratchPad moved folder. svn: r5095 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/RepositoryView.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/RepositoryView.py: remove method now works again. svn: r5094 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/RepositoryView.py: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/RepositoryView.py: remove method now works again. svn: r5094 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ScratchPad.py, src/plugins/ScratchPad.py, src/plugins/scratchpad.glade, src/scratchpad.glade: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py: fix some issues with new window management and dbstate * src/scratchpad.glade: moved from src/plugins * src/plugins/ScratchPad.py: removed * src/plugins/scratchpad.glade: removed svn: r5093 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ScratchPad.py, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/scratchpad.glade, gramps2/src/scratchpad.glade: 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py: fix some issues with new window management and dbstate * src/scratchpad.glade: moved from src/plugins * src/plugins/ScratchPad.py: removed * src/plugins/scratchpad.glade: removed svn: r5093 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditRepository.py, src/EditSource.py, src/RepositoryRefEdit.py, src/RepositoryView.py: 2005-08-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/EditRepository.py: fixes for lack of parent window handles use of dbstate. Commented out code to bold labels for now as Utils.bold_label does not work. Renamed DelReposQuery. * src/EditSource.py: fixed repository ref edit code to use dbstate. * src/RepositoryRefEdit.py: fixes for dbstate and commented out window management code. * src/RepositoryView.py: fixes for dbstate, commented out remove repos code for now as it does not work. Fixes edit repository call. svn: r5092 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditRepository.py, gramps2/src/EditSource.py, gramps2/src/RepositoryRefEdit.py, gramps2/src/RepositoryView.py: 2005-08-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/EditRepository.py: fixes for lack of parent window handles use of dbstate. Commented out code to bold labels for now as Utils.bold_label does not work. Renamed DelReposQuery. * src/EditSource.py: fixed repository ref edit code to use dbstate. * src/RepositoryRefEdit.py: fixes for dbstate and commented out window management code. * src/RepositoryView.py: fixes for dbstate, commented out remove repos code for now as it does not work. Fixes edit repository call. svn: r5092 2005-08-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayState.py, src/PedView.py, src/ViewManager.py: * src/PedView.py (__init__): Define database variable. * src/ViewManager.py (__init__): Define empty pages list. * src/DisplayState.py (GrampsWindowManager,ManagedWindow): Add classes for window management. Still unfinished. svn: r5080 2005-08-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayState.py, gramps2/src/PedView.py, gramps2/src/ViewManager.py: * src/PedView.py (__init__): Define database variable. * src/ViewManager.py (__init__): Define empty pages list. * src/DisplayState.py (GrampsWindowManager,ManagedWindow): Add classes for window management. Still unfinished. svn: r5080 2005-08-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbBase.py, src/MediaView.py, src/PersonView.py, src/ViewManager.py, src/gramps.glade, src/gramps_main.py: * src/GrampsDbBase.py: keep track of open files * src/MediaView.py: convert MediaView to handle pluggable views * src/PersonView.py: update filter on page change * src/ViewManager.py: change_database handling * src/gramps.glade: remove unused blocks * src/gramps_main.py: Add in MediaView svn: r5075 2005-08-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/src/MediaView.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/GrampsDbBase.py: keep track of open files * src/MediaView.py: convert MediaView to handle pluggable views * src/PersonView.py: update filter on page change * src/ViewManager.py: change_database handling * src/gramps.glade: remove unused blocks * src/gramps_main.py: Add in MediaView svn: r5075 2005-08-13 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.am, src/ViewManager.py, src/const.py.in: * src/ViewManager.py: set up about box and other HELP menu items * src/const.py.in: strings for about box * Makefile.am: install COPYING file to provide text for GPL. svn: r5073 2005-08-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/src/ViewManager.py, gramps2/src/const.py.in: * src/ViewManager.py: set up about box and other HELP menu items * src/const.py.in: strings for about box * Makefile.am: install COPYING file to provide text for GPL. svn: r5073 2005-08-12 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Update svn: r5069 2005-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Update svn: r5069 2005-08-12 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/MapView.py: * src/MapView.py: Dont fail if xearth is not installed svn: r5066 2005-08-12 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/MapView.py: * src/MapView.py: Dont fail if xearth is not installed svn: r5066 2005-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/Navigation.py, src/PageView.py, src/PersonView.py: Navigation menu fix svn: r5065 2005-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Navigation.py, gramps2/src/PageView.py, gramps2/src/PersonView.py: Navigation menu fix svn: r5065 2005-08-12 Alex Roitman <shura@gramps-project.org> * src/ViewManager.py: Update svn: r5062 2005-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/ViewManager.py: Update svn: r5062 2005-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/gramps_main.py: * src/ArgHandler.py: start fixing. * src/gramps_main.py: Run ArgHandler with new arguments. svn: r5061 2005-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/gramps_main.py: * src/ArgHandler.py: start fixing. * src/gramps_main.py: Run ArgHandler with new arguments. svn: r5061 2005-08-12 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/MapView.py: * src/MapView.py: Corrected coordinate handling; Show all location in map; fetch locations from xearth config file svn: r5059 2005-08-12 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/MapView.py: * src/MapView.py: Corrected coordinate handling; Show all location in map; fetch locations from xearth config file svn: r5059 2005-08-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditRepository.py: changes to work with ViewManager changes svn: r5058 2005-08-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditRepository.py: changes to work with ViewManager changes svn: r5058 2005-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/PlaceView.py, src/RepositoryView.py, src/SourceView.py, src/gramps_main.py: * src/RepositoryView.py: added back in * src/gramps_main.py: added repository view svn: r5057 2005-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PlaceView.py, gramps2/src/RepositoryView.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: * src/RepositoryView.py: added back in * src/gramps_main.py: added repository view svn: r5057 2005-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r5056 2005-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r5056 2005-08-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbState.py, src/DisplayState.py, src/GrampsDbBase.py, src/MapView.py, src/ViewManager.py, src/gramps_main.py: * src/DbState.py: Remove modeule. * src/DisplayState.py: Rename from DbState, kepp only DisplayState class. * src/GrampsDbBase.py: Add DbState class. * src/MapView.py: Swap zoom_in and zoom_out to reflect reality; add place list with the ScrollableWindow, request size for the place list. * src/ViewManager.py: Use DisplayState.DisplayState. * src/gramps_main.py: Use GrampsDbBase.DbState; add docstring; svn: r5055 2005-08-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbState.py, gramps2/src/DisplayState.py, gramps2/src/GrampsDbBase.py, gramps2/src/MapView.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: * src/DbState.py: Remove modeule. * src/DisplayState.py: Rename from DbState, kepp only DisplayState class. * src/GrampsDbBase.py: Add DbState class. * src/MapView.py: Swap zoom_in and zoom_out to reflect reality; add place list with the ScrollableWindow, request size for the place list. * src/ViewManager.py: Use DisplayState.DisplayState. * src/gramps_main.py: Use GrampsDbBase.DbState; add docstring; svn: r5055 2005-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPlace.py, src/EditSource.py, src/EventView.py, src/GrampsDbBase.py, src/MapView.py, src/PageView.py, src/PersonView.py, src/PlaceView.py, src/SourceView.py, src/gramps_main.py: * various: added new views svn: r5054 2005-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventView.py, gramps2/src/GrampsDbBase.py, gramps2/src/MapView.py, gramps2/src/PageView.py, gramps2/src/PersonView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: * various: added new views svn: r5054 2005-08-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/EventEdit.py, src/EventView.py, src/PageView.py, src/PersonView.py, src/gramps_main.py: New EventView svn: r5053 2005-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/src/EventView.py, gramps2/src/PageView.py, gramps2/src/PersonView.py, gramps2/src/gramps_main.py: New EventView svn: r5053 2005-08-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbState.py, src/PageView.py, src/PedView.py, src/PersonView.py, src/ViewManager.py: PersonNavView changes svn: r5052 2005-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbState.py, gramps2/src/PageView.py, gramps2/src/PedView.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py: PersonNavView changes svn: r5052 2005-08-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/MapView.py, src/PedView.py, src/gramps_main.py: * src/PedView.py: More work on it. * src/MapView.py: New View showing locations on a map. Early unfinished version. * src/gramps_main.py: Enable MapView * src/land_shallow_topo_2048.jpg: * src/land_shallow_topo_350.jpg: Two new map images downloaded from NASA so the are assumed to be public domain. svn: r5050 2005-08-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/MapView.py, gramps2/src/PedView.py, gramps2/src/gramps_main.py: * src/PedView.py: More work on it. * src/MapView.py: New View showing locations on a map. Early unfinished version. * src/gramps_main.py: Enable MapView * src/land_shallow_topo_2048.jpg: * src/land_shallow_topo_350.jpg: Two new map images downloaded from NASA so the are assumed to be public domain. svn: r5050 2005-08-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbState.py, src/EditPerson.py, src/GrampsDbBase.py, src/Navigation.py, src/PageView.py, src/PedView.py, src/PersonView.py, src/ViewManager.py, src/gramps_main.py: split UI and DB state svn: r5049 2005-08-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbState.py, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/Navigation.py, gramps2/src/PageView.py, gramps2/src/PedView.py, gramps2/src/PersonView.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: split UI and DB state svn: r5049 2005-08-10 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Better autoscaling; better ui management svn: r5046 2005-08-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Better autoscaling; better ui management svn: r5046 2005-08-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbState.py, src/EditPerson.py, src/PageView.py, src/ScratchPad.py, src/ViewManager.py: * src/ScratchPad.py: added * src/stock_link.png: added * src/DbState.py: better ui management, history management * src/EditPerson.py: better ui management * src/GrampsDbBase.py: better ui management * src/PageView.py: better ui management * src/PersonView.py: better ui management, history management * src/ViewManager.py: better ui management svn: r5044 2005-08-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbState.py, gramps2/src/EditPerson.py, gramps2/src/PageView.py, gramps2/src/ScratchPad.py, gramps2/src/ViewManager.py: * src/ScratchPad.py: added * src/stock_link.png: added * src/DbState.py: better ui management, history management * src/EditPerson.py: better ui management * src/GrampsDbBase.py: better ui management * src/PageView.py: better ui management * src/PersonView.py: better ui management, history management * src/ViewManager.py: better ui management svn: r5044 2005-08-09 Martin Hawlisch <martin.hawlisch@gmx.de> * src/PedView.py: update svn: r5043 2005-08-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/PedView.py: update svn: r5043 2005-08-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in: * src/const.py.in: Remove obsolete constants. svn: r5042 2005-08-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in: * src/const.py.in: Remove obsolete constants. svn: r5042 2005-08-09 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DbState.py, src/PageView.py, src/PedView.py, src/gramps_main.py: * src/DbState.py: change_active_person now emits the signal, change_active_handle is only a wrapper for that. * src/PageView.py (get_stock): Work around not existing definition of gtk.STOCK_MEDIA_MISSING by using gtk.STOCK_MISSING_IMAGE. * src/PedView.py: Start using new PageView logic. Unfinished. * src/gramps_main.py: Enable PedView svn: r5041 2005-08-09 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DbState.py, gramps2/src/PageView.py, gramps2/src/PedView.py, gramps2/src/gramps_main.py: * src/DbState.py: change_active_person now emits the signal, change_active_handle is only a wrapper for that. * src/PageView.py (get_stock): Work around not existing definition of gtk.STOCK_MEDIA_MISSING by using gtk.STOCK_MISSING_IMAGE. * src/PedView.py: Start using new PageView logic. Unfinished. * src/gramps_main.py: Enable PedView svn: r5041 2005-08-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py, src/DbState.py, src/EditPerson.py, src/ListBox.py, src/Marriage.py, src/PageView.py, src/PeopleView.py, src/PersonView.py, src/ReadXML.py, src/ViewManager.py, src/gramps_main.py: * src/DbState.py: Added new class to keep track of database status * src/PageView.py: base class for pluggable views * src/PersonView.py: new version of PeopleView * src/ViewManager.py: view and database management class svn: r5040 2005-08-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py, gramps2/src/DbState.py, gramps2/src/EditPerson.py, gramps2/src/ListBox.py, gramps2/src/Marriage.py, gramps2/src/PageView.py, gramps2/src/PeopleView.py, gramps2/src/PersonView.py, gramps2/src/ReadXML.py, gramps2/src/ViewManager.py, gramps2/src/gramps_main.py: * src/DbState.py: Added new class to keep track of database status * src/PageView.py: base class for pluggable views * src/PersonView.py: new version of PeopleView * src/ViewManager.py: view and database management class svn: r5040 2005-08-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/DateHandler.py, src/DisplayModels.py, src/EditPerson.py, src/GrampsDbBase.py, src/ListBox.py, src/Marriage.py, src/MergePeople.py, src/PedView.py, src/PeopleModel.py, src/RelLib.py, src/ReportUtils.py, src/SelectEvent.py, src/SubstKeywords.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/RelCalc.py, src/plugins/ScratchPad.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py: * various: remove set_date/get_date removal to be replaced by DateHandler calls svn: r5031 2005-08-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/DateHandler.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/ListBox.py, gramps2/src/Marriage.py, gramps2/src/MergePeople.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib.py, gramps2/src/ReportUtils.py, gramps2/src/SelectEvent.py, gramps2/src/SubstKeywords.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py: * various: remove set_date/get_date removal to be replaced by DateHandler calls svn: r5031 2005-07-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/AddSpouse.py, src/ChooseParents.py, src/Date.py, src/EditPerson.py, src/EditPlace.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/ImageSelect.py, src/Marriage.py, src/PedView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/Report.py, src/ReportUtils.py, src/SelectChild.py, src/SourceView.py, src/TarFile.py, src/Utils.py, src/WriteGedcom.py, src/const.py.in, src/docgen/AbiWord2Doc.py, src/get_strings, src/gramps.glade, src/gramps_main.py, src/plugins/Check.py, src/plugins/DumpGenderStats.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/Makefile.am, src/plugins/NavWebPage.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py, src/plugins/WebPage.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_ru.py, src/plugins/rel_sv.py, src/po/de.po, src/po/es.po, src/po/fi.po, src/po/fr.po, src/po/nb.po, src/po/no.po, src/po/ru.po, src/po/template.po, src/system_filters.xml: Merge changes made between 2.0.3 and 2.0.5 svn: r4911 2005-07-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/Report.py, gramps2/src/ReportUtils.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/TarFile.py, gramps2/src/Utils.py, gramps2/src/WriteGedcom.py, gramps2/src/const.py.in, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/get_strings, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DumpGenderStats.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_es.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_ru.py, gramps2/src/plugins/rel_sv.py, gramps2/src/po/de.po, gramps2/src/po/es.po, gramps2/src/po/fi.po, gramps2/src/po/fr.po, gramps2/src/po/nb.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/src/po/template.po, gramps2/src/system_filters.xml: Merge changes made between 2.0.3 and 2.0.5 svn: r4911 2005-06-24 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/RelLib.py: * src/RelLib.py: Use DeprecationWarning and api wrappers instead of assert to make HEAD a little more usable again until all transitition is done svn: r4877 2005-06-24 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: Use DeprecationWarning and api wrappers instead of assert to make HEAD a little more usable again until all transitition is done svn: r4877 2005-06-24 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Update to new tuple types svn: r4876 2005-06-24 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Update to new tuple types svn: r4876 2005-06-24 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade): Disable upgrade_7 until this is properly working to not accidently destroy a database from gramps20 svn: r4875 2005-06-24 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade): Disable upgrade_7 until this is properly working to not accidently destroy a database from gramps20 svn: r4875 2005-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/Utils.py: Filter improvements svn: r4852 2005-06-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/Utils.py: Filter improvements svn: r4852 2005-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4836 2005-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4836 2005-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py, src/RelLib.py, src/gramps.glade: * src/EventEdit.py: Hide warning message for new events and for existing events with the default role; Only commit new Event when OK clicked in the editor. * src/RelLib.py: Add assertions for external witness methods. * src/gramps.glade: svn: r4835 2005-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * src/EventEdit.py: Hide warning message for new events and for existing events with the default role; Only commit new Event when OK clicked in the editor. * src/RelLib.py: Add assertions for external witness methods. * src/gramps.glade: svn: r4835 2005-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py: * src/EventEdit.py: Remove unused variable. svn: r4834 2005-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py: * src/EventEdit.py: Remove unused variable. svn: r4834 2005-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py: * src/DisplayModels.py: fixed event type display svn: r4832 2005-06-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py: * src/DisplayModels.py: fixed event type display svn: r4832 2005-06-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReadXML.py, src/RelLib.py: * src/ReadXML.py: build child/family relationships properly on import, add missing event descriptions * src/RelLib.py: type checking for set_role relationship types svn: r4831 2005-06-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py, gramps2/src/RelLib.py: * src/ReadXML.py: build child/family relationships properly on import, add missing event descriptions * src/RelLib.py: type checking for set_role relationship types svn: r4831 2005-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ListBox.py: * src/ListBox.py (EventListBox.set_place): Fix place setting. svn: r4830 2005-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ListBox.py: * src/ListBox.py (EventListBox.set_place): Fix place setting. svn: r4830 2005-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/events.png, src/repos.png, src/repos24.png: Add GNOME icons for the stock calendar and drawer. * src/events24.png: Update small icon. * src/gramps.glade: Use new icons for the Event View and Repository View side bar buttons. Add small icons to the main notebook tabs. svn: r4822 2005-06-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/events.png, src/repos.png, src/repos24.png: Add GNOME icons for the stock calendar and drawer. * src/events24.png: Update small icon. * src/gramps.glade: Use new icons for the Event View and Repository View side bar buttons. Add small icons to the main notebook tabs. svn: r4822 2005-06-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/gramps.glade: * src/ChooseParents.py: Correct use of types; Use family relations between parents; Use EventRef for birth; Remove obsolete code. * src/gramps.glade (familyDialog): Typo in widget name. svn: r4816 2005-06-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/gramps.glade: * src/ChooseParents.py: Correct use of types; Use family relations between parents; Use EventRef for birth; Remove obsolete code. * src/gramps.glade (familyDialog): Typo in widget name. svn: r4816 2005-06-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AutoComp.py, src/ListBox.py, src/Marriage.py, src/gramps.glade: * src/AutoComp.py (StandardCustomSelector.__init__): Compare active_key to None. * src/gramps.glade (marriageDialog): Remove displayed strings from the Sttributes tab. * src/Marriage.py: Delegate attribute handling to ListBox. * src/ListBox.py (AttrListBox): Support both personal and family attributes. svn: r4815 2005-06-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/ListBox.py, gramps2/src/Marriage.py, gramps2/src/gramps.glade: * src/AutoComp.py (StandardCustomSelector.__init__): Compare active_key to None. * src/gramps.glade (marriageDialog): Remove displayed strings from the Sttributes tab. * src/Marriage.py: Delegate attribute handling to ListBox. * src/ListBox.py (AttrListBox): Support both personal and family attributes. svn: r4815 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: Minor update. svn: r4814 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Minor update. svn: r4814 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/FamilyView.py, src/Marriage.py, src/Utils.py: * src/EditPerson.py: Commit events, since there may be changes made no in the editor. * src/EventEdit.py: Use combined mapping for all events. * src/FamilyView.py: Proper display of child relations. * src/Marriage.py: Commit events; properly call common event/ref editor. * src/Utils.py: Minor. svn: r4813 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/Utils.py: * src/EditPerson.py: Commit events, since there may be changes made no in the editor. * src/EventEdit.py: Use combined mapping for all events. * src/FamilyView.py: Proper display of child relations. * src/Marriage.py: Commit events; properly call common event/ref editor. * src/Utils.py: Minor. svn: r4813 2005-06-08 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/EditPerson.py: * src/EditPerson.py: Make gender guessing work again svn: r4812 2005-06-08 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py: Make gender guessing work again svn: r4812 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/ListBox.py, src/Marriage.py, src/RelLib.py, src/Utils.py, src/gramps.glade: * src/gramps.glade (Marriage): Re-work dialog similar to EditPerson. * src/Utils.py (family_event_roles): Add mapping. * src/RelLib.py (EventRef): Add FAMILY role. * src/Marriage.py: Start using Listbox, so far for Events only. * src/ListBox.py: Support both person and family primaries. * src/EventEdit.py: Support both person and family primaries. * src/EditPerson.py (on_apply_person_clicked): Do not commit event, as this is done in the editor. svn: r4809 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListBox.py, gramps2/src/Marriage.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/gramps.glade: * src/gramps.glade (Marriage): Re-work dialog similar to EditPerson. * src/Utils.py (family_event_roles): Add mapping. * src/RelLib.py (EventRef): Add FAMILY role. * src/Marriage.py: Start using Listbox, so far for Events only. * src/ListBox.py: Support both person and family primaries. * src/EventEdit.py: Support both person and family primaries. * src/EditPerson.py (on_apply_person_clicked): Do not commit event, as this is done in the editor. svn: r4809 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py, src/EventView.py: * src/EventView.py (Module): Remove extra column. * src/EventEdit.py (EventEditor.__init__): Remove obsolete code. svn: r4808 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/src/EventView.py: * src/EventView.py (Module): Remove extra column. * src/EventEdit.py (EventEditor.__init__): Remove obsolete code. svn: r4808 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/EventView.py, src/GrampsDbBase.py, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py (init_interface): Set proper color for new icons. * src/gramps.glade (gramps): Label new buttons, left-align labels. * src/GrampsDbBase.py (get_event_column_order): Show date column. * src/EventView.py (Module): Add "Last Changed" column; do not hard-code handle column. * src/DisplayModels.py (EventModel.__init__): Switch column order. svn: r4807 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EventView.py, gramps2/src/GrampsDbBase.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py (init_interface): Set proper color for new icons. * src/gramps.glade (gramps): Label new buttons, left-align labels. * src/GrampsDbBase.py (get_event_column_order): Show date column. * src/EventView.py (Module): Add "Last Changed" column; do not hard-code handle column. * src/DisplayModels.py (EventModel.__init__): Switch column order. svn: r4807 2005-06-08 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (column_order): add Repository View; (init_interface): Remove unneeded callback svn: r4806 2005-06-08 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (column_order): add Repository View; (init_interface): Remove unneeded callback svn: r4806 2005-06-08 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DisplayModels.py, src/EventView.py, src/GrampsDbBase.py, src/RepositoryView.py: * src/EventView.py (column_names): Add missing column * src/RepositoryView.py (column_names): Add missing columns * src/GrampsDbBase.py: fix column_order methods * src/DisplayModels.py (RepositoryModel): Remove parish column because it is not editable anyway svn: r4805 2005-06-08 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EventView.py, gramps2/src/GrampsDbBase.py, gramps2/src/RepositoryView.py: * src/EventView.py (column_names): Add missing column * src/RepositoryView.py (column_names): Add missing columns * src/GrampsDbBase.py: fix column_order methods * src/DisplayModels.py (RepositoryModel): Remove parish column because it is not editable anyway svn: r4805 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (add_parent_family_handle, change_parent_family_handle): Correct the docstring to reflect tuple relationships. svn: r4804 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (add_parent_family_handle, change_parent_family_handle): Correct the docstring to reflect tuple relationships. svn: r4804 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/FamilyView.py, src/SelectChild.py, src/gramps.glade: * src/ChooseParens.py: Support for (int,str) relationships. * src/FamilyView.py (new_child_after_edit): Use tuple relationships. * src/SelectChild.py: Support for (int,str) relationships. * src/gramps.glade (selec_child,modparents,familyDialog): Replace ComboBoxes with ComboBoxEntries. svn: r4803 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/SelectChild.py, gramps2/src/gramps.glade: * src/ChooseParens.py: Support for (int,str) relationships. * src/FamilyView.py (new_child_after_edit): Use tuple relationships. * src/SelectChild.py: Support for (int,str) relationships. * src/gramps.glade (selec_child,modparents,familyDialog): Replace ComboBoxes with ComboBoxEntries. svn: r4803 2005-06-08 Alex Roitman <shura@gramps-project.org> * src/ListBox.py: Update svn: r4802 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/ListBox.py: Update svn: r4802 2005-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py, src/EventView.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/ListBox.py, src/Makefile.am, src/ReadGrdb.py, src/SelectChild.py, src/SelectEvent.py, src/edit_person.glade, src/gramps.glade: * src/gramps.glade (selecty_person): Change positioning; add icon. * src/edit_person.glade (event_tab): Correct tooltips. * src/SelectEvent.py: Add to CVS. * src/Makefile.am: Ship SelectEvent.py file. * src/SelectChild.py (build_list): Use mapping from Utils. * src/ReadGrdb.py (importData): Properly copy event table. * src/ListBox.py: Properly fill in the Combo maps without collisions; Add Role to the EventListbox; Support selecting an existing Event object. * src/GrampsInMemDB.py: Support for event id table. * src/GrampsDbBase.py: Support for event id table. * src/GrampsBSDDB.py: Support for event id table; emit event-delete signal when events are deleted. * src/EventView.py: Support deleting events. * src/EventEdit.py: Support deleting events; Proper adding events. svn: r4801 2005-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/src/EventView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/ListBox.py, gramps2/src/Makefile.am, gramps2/src/ReadGrdb.py, gramps2/src/SelectChild.py, gramps2/src/SelectEvent.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade: * src/gramps.glade (selecty_person): Change positioning; add icon. * src/edit_person.glade (event_tab): Correct tooltips. * src/SelectEvent.py: Add to CVS. * src/Makefile.am: Ship SelectEvent.py file. * src/SelectChild.py (build_list): Use mapping from Utils. * src/ReadGrdb.py (importData): Properly copy event table. * src/ListBox.py: Properly fill in the Combo maps without collisions; Add Role to the EventListbox; Support selecting an existing Event object. * src/GrampsInMemDB.py: Support for event id table. * src/GrampsDbBase.py: Support for event id table. * src/GrampsBSDDB.py: Support for event id table; emit event-delete signal when events are deleted. * src/EventView.py: Support deleting events. * src/EventEdit.py: Support deleting events; Proper adding events. svn: r4801 2005-06-07 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ChooseParents.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/PedView.py, src/ReadXML.py, src/SelectChild.py, src/WriteXML.py, src/plugins/TestcaseGenerator.py: * various: const to RelLib transitition. svn: r4800 2005-06-07 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/PedView.py, gramps2/src/ReadXML.py, gramps2/src/SelectChild.py, gramps2/src/WriteXML.py, gramps2/src/plugins/TestcaseGenerator.py: * various: const to RelLib transitition. svn: r4800 2005-06-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventView.py: * src/EventView.py (build_columns): Do not artificially create an extra column. svn: r4798 2005-06-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventView.py: * src/EventView.py (build_columns): Do not artificially create an extra column. svn: r4798 2005-06-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/EventEdit.py, src/EventView.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/Makefile.am, src/gramps.glade, src/gramps_main.py: * src/DisplayModels.py: Support for event view. * src/EventEdit.py: Commit event on OK. * src/GrampsDbBase.py: Event column order and event cursor. * src/GrampsInMemDB.py: Event cursor. * src/gramps.glade: Event View, rework buttons. * src/gramps_main.py: Event View support. * src/EventView.py: Add to CVS. * src/Makefile.am: Ship EventView. svn: r4797 2005-06-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EventEdit.py, gramps2/src/EventView.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/Makefile.am, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/DisplayModels.py: Support for event view. * src/EventEdit.py: Commit event on OK. * src/GrampsDbBase.py: Event column order and event cursor. * src/GrampsInMemDB.py: Event cursor. * src/gramps.glade: Event View, rework buttons. * src/gramps_main.py: Event View support. * src/EventView.py: Add to CVS. * src/Makefile.am: Ship EventView. svn: r4797 2005-06-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AttrEdit.py, src/AutoComp.py, src/EditPerson.py, src/EventEdit.py, src/ListBox.py, src/NameEdit.py, src/edit_person.glade, src/gramps.glade: * src/AttrEdit.py: proper type selector support. * src/AutoComp.py (by_value): Use locale-aware sorting. * src/EditPerson.py: Support select button for the event tab. * src/EventEdit.py (EventRefEditor): Editor for both events and event refs. * src/ListBox.py: Support for select button; Proper removal of entries; Proper Event/ref editing support; fixes for combos. * src/NameEdit.py: Typo. * src/edit_person.glade: Add select button to the event tab. * src/gramps.glade: Add new editor for both events and refs. svn: r4796 2005-06-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListBox.py, gramps2/src/NameEdit.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade: * src/AttrEdit.py: proper type selector support. * src/AutoComp.py (by_value): Use locale-aware sorting. * src/EditPerson.py: Support select button for the event tab. * src/EventEdit.py (EventRefEditor): Editor for both events and event refs. * src/ListBox.py: Support for select button; Proper removal of entries; Proper Event/ref editing support; fixes for combos. * src/NameEdit.py: Typo. * src/edit_person.glade: Add select button to the event tab. * src/gramps.glade: Add new editor for both events and refs. svn: r4796 2005-06-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateHandler.py: * src/DateHandler.py: Fix typo caught in gramps20 branch. svn: r4793 2005-06-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py: * src/DateHandler.py: Fix typo caught in gramps20 branch. svn: r4793 2005-06-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (Event): Add a list to store external witnesses. svn: r4787 2005-06-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (Event): Add a list to store external witnesses. svn: r4787 2005-06-05 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/po/es.po: * src/po/es.po: version merge fix svn: r4786 2005-06-05 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/po/es.po: * src/po/es.po: version merge fix svn: r4786 2005-06-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, example/gedcom/sample.ged, src/ArgHandler.py, src/AutoComp.py, src/ChooseParents.py, src/DateDisplay.py, src/DateHandler.py, src/DateParser.py, src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/Errors.py, src/FamilyView.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/ImageSelect.py, src/NameDisplay.py, src/PeopleModel.py, src/PeopleView.py, src/ReadGedcom.py, src/ReadGrdb.py, src/SelectChild.py, src/Sort.py, src/SourceView.py, src/WriteGedcom.py, src/WriteXML.py, src/dates/Date_de.py, src/dates/Date_es.py, src/dates/Date_fi.py, src/dates/Date_fr.py, src/dates/Date_ru.py, src/dates/Makefile.am, src/gramps_main.py, src/plugins/Checkpoint.py, src/plugins/FamilyGroup.py, src/plugins/Makefile.am, src/plugins/ScratchPad.py, src/plugins/WebPage.py, src/plugins/scratchpad.glade, src/po/de.po, src/po/es.po, src/po/fi.po, src/po/nb.po, src/po/no.po, src/po/ru.po, src/po/sv.po, src/po/template.po: Merge changes between 2.0.1 and 2.0.2 with the main trunk svn: r4785 2005-06-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/example/gedcom/sample.ged, gramps2/src/ArgHandler.py, gramps2/src/AutoComp.py, gramps2/src/ChooseParents.py, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/Errors.py, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/NameDisplay.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadGrdb.py, gramps2/src/SelectChild.py, gramps2/src/Sort.py, gramps2/src/SourceView.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/dates/Date_de.py, gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fi.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_ru.py, gramps2/src/dates/Makefile.am, gramps2/src/gramps_main.py, gramps2/src/plugins/Checkpoint.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/scratchpad.glade, gramps2/src/po/de.po, gramps2/src/po/es.po, gramps2/src/po/fi.po, gramps2/src/po/nb.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po: Merge changes between 2.0.1 and 2.0.2 with the main trunk svn: r4785 2005-06-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/AttrEdit.py, src/EditPerson.py, src/EventEdit.py, src/ListBox.py, src/PedView.py, src/ReadXML.py, src/RelLib.py: * src/AttrEdit.py: support get_type/set_type in dropdown menu * src/EditPerson.py: remove items properly based off EventRef svn: r4781 2005-06-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListBox.py, gramps2/src/PedView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py: * src/AttrEdit.py: support get_type/set_type in dropdown menu * src/EditPerson.py: remove items properly based off EventRef svn: r4781 2005-06-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/ListBox.py, src/PedView.py, src/ReadXML.py, src/RelLib.py: event/name type fixes svn: r4780 2005-06-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/ListBox.py, gramps2/src/PedView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py: event/name type fixes svn: r4780 2005-06-03 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/EditSource.py: * src/EditSource.py (ReposRefListView): Display repository type as text svn: r4773 2005-06-03 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/EditSource.py: * src/EditSource.py (ReposRefListView): Display repository type as text svn: r4773 2005-06-03 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/DisplayModels.py, src/RelLib.py: * src/DisplayModels.py (RepositoryModel): Display repository type as text * src/RelLib.py (Repository): Serialize type as tuple not unicode svn: r4767 2005-06-03 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/RelLib.py: * src/DisplayModels.py (RepositoryModel): Display repository type as text * src/RelLib.py (Repository): Serialize type as tuple not unicode svn: r4767 2005-06-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/FamilyView.py, src/ReadXML.py, src/RelLib.py: * src/DisplayModels.py: Handle EventRefs properly * src/FamilyView.py: handle relationship types * src/ReadXML.py: start of upgrade process * src/RelLib.py: ROLE_PRIMARY -> PRIMARY svn: r4765 2005-06-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/FamilyView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py: * src/DisplayModels.py: Handle EventRefs properly * src/FamilyView.py: handle relationship types * src/ReadXML.py: start of upgrade process * src/RelLib.py: ROLE_PRIMARY -> PRIMARY svn: r4765 2005-06-03 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r4764 2005-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r4764 2005-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (Family.set_relationship): Update doc string. svn: r4763 2005-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (Family.set_relationship): Update doc string. svn: r4763 2005-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ListModel.py, src/gramps.glade: * src/ListModel.py: Check for the list to be long enough. * src/gramps.glade: Replace ComboBox with ComboBoxEntry; remove unneeded scrollwed window (caused warning). svn: r4757 2005-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ListModel.py, gramps2/src/gramps.glade: * src/ListModel.py: Check for the list to be long enough. * src/gramps.glade: Replace ComboBox with ComboBoxEntry; remove unneeded scrollwed window (caused warning). svn: r4757 2005-06-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/EditPerson.py, src/EventEdit.py, src/ListBox.py, src/ListModel.py, src/PeopleModel.py: * src/gramps.glade: svn: r4756 2005-06-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListBox.py, gramps2/src/ListModel.py, gramps2/src/PeopleModel.py: * src/gramps.glade: svn: r4756 2005-06-02 Alex Roitman <shura@gramps-project.org> * src/EditRepository.py, src/ListModel.py, src/RelLib.py, src/RepositoryRefEdit.py, src/Utils.py, src/gramps.glade: Update svn: r4755 2005-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditRepository.py, gramps2/src/ListModel.py, gramps2/src/RelLib.py, gramps2/src/RepositoryRefEdit.py, gramps2/src/Utils.py, gramps2/src/gramps.glade: Update svn: r4755 2005-06-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/ListBox.py, src/ListModel.py, src/PeopleModel.py: * src/EditPerson.py: Start event_ref integration * src/EventEdit.py: Start event_ref integration * src/ListModel.py: Start event_ref integration * src/PersonModel.py: Start event_ref integration * src/ListBox.py: Start event_ref integration svn: r4754 2005-06-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListBox.py, gramps2/src/ListModel.py, gramps2/src/PeopleModel.py: * src/EditPerson.py: Start event_ref integration * src/EventEdit.py: Start event_ref integration * src/ListModel.py: Start event_ref integration * src/PersonModel.py: Start event_ref integration * src/ListBox.py: Start event_ref integration svn: r4754 2005-06-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/EventEdit.py, src/FamilyView.py, src/Marriage.py, src/RelLib.py, src/gramps.glade: * various: More support for event refs. svn: r4753 2005-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * various: More support for event refs. svn: r4753 2005-06-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/AutoComp.py, src/EditPerson.py, src/FamilyView.py, src/ListBox.py, src/Marriage.py, src/NameEdit.py, src/RelLib.py, src/Utils.py, src/gramps.glade: * src/AutoComp.py (StandardCustomSelector): Provide an option to use an existing ComboBoxEntry instance; add set_values method. * src/RelLib.py (Family.__init__): Use tuple for type. * src/Utils.py: Add event_roles mapping. * src/AddSpouse.py, src/EditPerson.py, src/FamilyView.py, src/ListBox.py, src/Marriage.py, src/NameEdit.py: Support tuple types. * src/gramps.glade: Replace ComboBox with ComboBoxEntry; add icons. svn: r4748 2005-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/ListBox.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/gramps.glade: * src/AutoComp.py (StandardCustomSelector): Provide an option to use an existing ComboBoxEntry instance; add set_values method. * src/RelLib.py (Family.__init__): Use tuple for type. * src/Utils.py: Add event_roles mapping. * src/AddSpouse.py, src/EditPerson.py, src/FamilyView.py, src/ListBox.py, src/Marriage.py, src/NameEdit.py: Support tuple types. * src/gramps.glade: Replace ComboBox with ComboBoxEntry; add icons. svn: r4748 2005-05-31 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/EditSource.py, src/ListBox.py, src/ReadGedcom.py, src/WriteGedcom.py: * src/EditSource.py, src/ListBox.py, src/ReadGedcom.py, src/WriteGedcom.py: Constants moved from const to Utils and RelLib svn: r4746 2005-05-31 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/ListBox.py, gramps2/src/ReadGedcom.py, gramps2/src/WriteGedcom.py: * src/EditSource.py, src/ListBox.py, src/ReadGedcom.py, src/WriteGedcom.py: Constants moved from const to Utils and RelLib svn: r4746 2005-05-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AutoComp.py: * src/AutoComp.py (StandardCustomSelector): Add autocompletion. svn: r4745 2005-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py: * src/AutoComp.py (StandardCustomSelector): Add autocompletion. svn: r4745 2005-05-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (Witness): Remove class, as it is obsoleted by the EventRef class. svn: r4744 2005-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (Witness): Remove class, as it is obsoleted by the EventRef class. svn: r4744 2005-05-31 Alex Roitman <shura@gramps-project.org> * src/AutoComp.py: Update svn: r4743 2005-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/AutoComp.py: Update svn: r4743 2005-05-31 Alex Roitman <shura@gramps-project.org> * src/AutoComp.py: Update svn: r4742 2005-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/AutoComp.py: Update svn: r4742 2005-05-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AutoComp.py: * src/AutoComp.py (StandardCustomSelector): Add class to handle (int,str) selections including custom strings. svn: r4741 2005-05-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py: * src/AutoComp.py (StandardCustomSelector): Add class to handle (int,str) selections including custom strings. svn: r4741 2005-05-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: Move constants back to RelLib, as class attributes. * src/Utils.py: Move constant mappings from const.py.in. * src/const.py.in: Move constants and mappings elsewhere. * various: Use constants from RelLib, not const. * src/RelLib.py: Fix (int,str) types. * src/GrampsBSDDB.py (upgrade_7): Handle case of not set default person svn: r4737 2005-05-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: Move constants back to RelLib, as class attributes. * src/Utils.py: Move constant mappings from const.py.in. * src/const.py.in: Move constants and mappings elsewhere. * various: Use constants from RelLib, not const. * src/RelLib.py: Fix (int,str) types. * src/GrampsBSDDB.py (upgrade_7): Handle case of not set default person svn: r4737 2005-05-30 Alex Roitman <shura@gramps-project.org> * src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/FamilyView.py, src/GenericFilter.py, src/PedView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/ReportUtils.py, src/SelectChild.py, src/Utils.py, src/WriteGedcom.py, src/WriteXML.py, src/const.py.in: * src/RelLib.py: Move constants back to RelLib, as class attributes. * src/Utils.py: Move constant mappings from const.py.in * src/const.py.in: Move constants and mappings elsewhere. * various: Use constants from RelLib, not const. svn: r4736 2005-05-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/PedView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/ReportUtils.py, gramps2/src/SelectChild.py, gramps2/src/Utils.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in: * src/RelLib.py: Move constants back to RelLib, as class attributes. * src/Utils.py: Move constant mappings from const.py.in * src/const.py.in: Move constants and mappings elsewhere. * various: Use constants from RelLib, not const. svn: r4736 2005-05-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsBSDDB.py: * src/src/GrampsBSDDB.py (upgrade_7): Handle case of not set default person svn: r4735 2005-05-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: * src/src/GrampsBSDDB.py (upgrade_7): Handle case of not set default person svn: r4735 2005-05-29 Don Allingham <don@gramps-project.org> * : added svn: r4731 2005-05-29 Don Allingham <don@gramps-project.org> * : added svn: r4731 2005-05-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: Delegate event handle reference lookup from Person to EventRef class; (RepoRef.get_handle_referents): Remove unneeded method (inherited from BaseObject). svn: r4729 2005-05-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: Delegate event handle reference lookup from Person to EventRef class; (RepoRef.get_handle_referents): Remove unneeded method (inherited from BaseObject). svn: r4729 2005-05-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade_7): Enforce str for the default handle. svn: r4726 2005-05-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade_7): Enforce str for the default handle. svn: r4726 2005-05-28 Alex Roitman <shura@gramps-project.org> * src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/GenericFilter.py, src/ReadGedcom.py, src/ReadXML.py, src/Relationship.py, src/ReportUtils.py, src/WriteGedcom.py: Fix constants svn: r4724 2005-05-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/GenericFilter.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/Relationship.py, gramps2/src/ReportUtils.py, gramps2/src/WriteGedcom.py: Fix constants svn: r4724 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/const.py.in: * src/const.py.in: Replace static definition of lds_temple_to_abrev by dynamic generation from lds_temple_codes so they need to be defined only once. svn: r4723 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/const.py.in: * src/const.py.in: Replace static definition of lds_temple_to_abrev by dynamic generation from lds_temple_codes so they need to be defined only once. svn: r4723 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/gramps.glade: * src/gramps.glade: Add ScrolledWindow to RepositoryView to make it look like Source and Place View. svn: r4722 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Add ScrolledWindow to RepositoryView to make it look like Source and Place View. svn: r4722 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/RelLib.py, src/plugins/TestcaseGenerator.py: * src/RelLib.py: Move constants from RelLib to const * src/plugins/TestcaseGenerator.py: Move constants from RelLib to const svn: r4721 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/plugins/TestcaseGenerator.py: * src/RelLib.py: Move constants from RelLib to const * src/plugins/TestcaseGenerator.py: Move constants from RelLib to const svn: r4721 2005-05-27 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/ListBox.py: update due to death of TransTable svn: r4720 2005-05-27 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/ListBox.py: update due to death of TransTable svn: r4720 2005-05-27 Alex Roitman <shura@gramps-project.org> * src/PedView.py, src/RelLib.py: Update svn: r4719 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/PedView.py, gramps2/src/RelLib.py: Update svn: r4719 2005-05-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/FamilyView.py, src/PedView.py, src/ReadGedcom.py, src/ReadXML.py, src/SelectChild.py, src/WriteXML.py: * src/ChooseParents.py: Fix constants. * src/FamilyView.py: Fix constants. * src/PedView.py: Fix constants. * src/ReadGedcom.py: Fix constants. * src/ReadXML.py: Fix constants. * src/SelectChild.py: Fix constants. * src/WriteXML.py: Fix constants. svn: r4718 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/PedView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/SelectChild.py, gramps2/src/WriteXML.py: * src/ChooseParents.py: Fix constants. * src/FamilyView.py: Fix constants. * src/PedView.py: Fix constants. * src/ReadGedcom.py: Fix constants. * src/ReadXML.py: Fix constants. * src/SelectChild.py: Fix constants. * src/WriteXML.py: Fix constants. svn: r4718 2005-05-27 Alex Roitman <shura@gramps-project.org> * src/const.py.in: Update svn: r4717 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py.in: Update svn: r4717 2005-05-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/RelLib.py, src/const.py.in: * src/const.py.in: Get rid of TransTable use in favor of int contsants. * src/GrampsBSDDB.py (upgrade_2): Use proper constants. * src/RelLib.py: Move constants out to const.py.in. svn: r4716 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/RelLib.py, gramps2/src/const.py.in: * src/const.py.in: Get rid of TransTable use in favor of int contsants. * src/GrampsBSDDB.py (upgrade_2): Use proper constants. * src/RelLib.py: Move constants out to const.py.in. svn: r4716 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog: update svn: r4715 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog: update svn: r4715 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * src/GenericFilter.py, src/RelLib.py: * src/RelLib.py: RepoRef now derives BaseObject to enable full-text search * src/GenericFilter.py: Enable Repositories in full-text search filter svn: r4714 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/GenericFilter.py, gramps2/src/RelLib.py: * src/RelLib.py: RepoRef now derives BaseObject to enable full-text search * src/GenericFilter.py: Enable Repositories in full-text search filter svn: r4714 2005-05-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade_*): Use transaction for commits. svn: r4713 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade_*): Use transaction for commits. svn: r4713 2005-05-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/EditRepository.py, src/EditSource.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsGconfKeys.py, src/GrampsInMemDB.py, src/GrampsIniKeys.py, src/Makefile.am, src/RelLib.py, src/RepositoryRefEdit.py, src/RepositoryView.py, src/Utils.py, src/const.py.in, src/gramps.glade, src/gramps_main.py: Merge SOUR_REPO branch with main trunk svn: r4712 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EditRepository.py, gramps2/src/EditSource.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsInMemDB.py, gramps2/src/GrampsIniKeys.py, gramps2/src/Makefile.am, gramps2/src/RelLib.py, gramps2/src/RepositoryRefEdit.py, gramps2/src/RepositoryView.py, gramps2/src/Utils.py, gramps2/src/const.py.in, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Merge SOUR_REPO branch with main trunk svn: r4712 2005-05-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in: * src/const.py.in: Define integer constants for standard events. svn: r4707 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in: * src/const.py.in: Define integer constants for standard events. svn: r4707 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Support for event references. svn: r4705 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Support for event references. svn: r4705 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/EditPerson.py: * src/EditPerson.py: typo svn: r4704 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py: typo svn: r4704 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/RelLib.py: * src/RelLib.py: Add wrappers for old event handle API including a DeprecationWarning (this makes HEAD no longer completely defunct); Add checks for EventRef class type svn: r4703 2005-05-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: Add wrappers for old event handle API including a DeprecationWarning (this makes HEAD no longer completely defunct); Add checks for EventRef class type svn: r4703 2005-05-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/FamilyView.py, src/ListBox.py, src/PedView.py, src/RelLib.py: * src/EditPerson.py: Support for event references. * src/FamilyView.py: Support for event references. * src/ListBox.py: Support for event references. * src/PedView.py: Support for event references. * src/RelLib.py: Support for event references. svn: r4700 2005-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/ListBox.py, gramps2/src/PedView.py, gramps2/src/RelLib.py: * src/EditPerson.py: Support for event references. * src/FamilyView.py: Support for event references. * src/ListBox.py: Support for event references. * src/PedView.py: Support for event references. * src/RelLib.py: Support for event references. svn: r4700 2005-05-26 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r4696 2005-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r4696 2005-05-26 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r4695 2005-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r4695 2005-05-26 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r4694 2005-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r4694 2005-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (EventRef): Add class. svn: r4693 2005-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (EventRef): Add class. svn: r4693 2005-05-26 Martin Hawlisch <martin.hawlisch@gmx.de> * src/PedView.py: remove debugging output svn: r4686 2005-05-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/PedView.py: remove debugging output svn: r4686 2005-05-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py (rebuild_trees): Resize matching is now done later by idle callback; (add_table_to_notebook): Work with PyGtk < 2.4;(format_relation): Adapt format to availably space. svn: r4685 2005-05-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py (rebuild_trees): Resize matching is now done later by idle callback; (add_table_to_notebook): Work with PyGtk < 2.4;(format_relation): Adapt format to availably space. svn: r4685 2005-05-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Add place, media and source references. svn: r4684 2005-05-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Add place, media and source references. svn: r4684 2005-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py, src/EditSource.py, src/Utils.py, src/gramps.glade: * src/EditPlace.py: WATCH cursor and temp label for References tab. * src/EditSource.py: Improve manipulating notebook tab labels. * src/Utils.py (temp_label): Add function; (bold_label,unbold_label): Properly set cursor to default. * src/gramps.glade (event editor, source editor, place editor): Add icons to notebook tabs. svn: r4683 2005-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/Utils.py, gramps2/src/gramps.glade: * src/EditPlace.py: WATCH cursor and temp label for References tab. * src/EditSource.py: Improve manipulating notebook tab labels. * src/Utils.py (temp_label): Add function; (bold_label,unbold_label): Properly set cursor to default. * src/gramps.glade (event editor, source editor, place editor): Add icons to notebook tabs. svn: r4683 2005-05-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/ScratchPad.py: 2005-05-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: disabled search because it does not do what the user expects. svn: r4671 2005-05-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py: 2005-05-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: disabled search because it does not do what the user expects. svn: r4671 2005-05-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/ScratchPad.py, src/plugins/scratchpad.glade: fix ScratchPad window close bug. svn: r4670 2005-05-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/scratchpad.glade: fix ScratchPad window close bug. svn: r4670 2005-05-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditSource.py, src/ListModel.py, src/Utils.py: * src/EditSource.py (__init__): set cursor to WATCH before displaying references; call display_references when idle; (display_references): set cursor to LEFT_PTR when done. * src/ListModel.py (__init__): Typo. * src/Utils.py (bold_label,unbold_label): make work with both labels and their parent containers. svn: r4669 2005-05-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/ListModel.py, gramps2/src/Utils.py: * src/EditSource.py (__init__): set cursor to WATCH before displaying references; call display_references when idle; (display_references): set cursor to LEFT_PTR when done. * src/ListModel.py (__init__): Typo. * src/Utils.py (bold_label,unbold_label): make work with both labels and their parent containers. svn: r4669 2005-05-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py: conflict resolution svn: r4668 2005-05-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py: conflict resolution svn: r4668 2005-05-24 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/PHPGedViewConnector.py: * src/plugins/PHPGedViewConnector.py: Enhanced version. svn: r4667 2005-05-24 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/PHPGedViewConnector.py: * src/plugins/PHPGedViewConnector.py: Enhanced version. svn: r4667 2005-05-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, configure.in, example/gedcom/sample.ged, src/AddMedia.py, src/AddSpouse.py, src/ChooseParents.py, src/Date.py, src/DateDisplay.py, src/DateEdit.py, src/DateHandler.py, src/DateParser.py, src/DisplayModels.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/ImageSelect.py, src/MediaView.py, src/MergeData.py, src/MergePeople.py, src/PlaceView.py, src/ReadGedcom.py, src/RelImage.py, src/RelLib.py, src/ReportUtils.py, src/SelectChild.py, src/SelectObject.py, src/SourceView.py, src/Sources.py, src/SubstKeywords.py, src/TarFile.py, src/TipOfDay.py, src/WriteGedcom.py, src/WriteXML.py, src/ansel_utf8.py, src/build_po, src/data/Makefile.am, src/data/gramps.desktop, src/data/gramps.xml, src/data/tips.xml, src/dates/Date_de.py, src/dates/Date_fi.py, src/dates/Makefile.am, src/get_strings, src/gramps.glade, src/gramps_main.py, src/mergedata.glade, src/plugins/Ancestors.py, src/plugins/Check.py, src/plugins/FilterEditor.py, src/plugins/ImportGeneWeb.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/NavWebPage.py, src/plugins/ScratchPad.py, src/plugins/StatisticsChart.py, src/plugins/TestcaseGenerator.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/po/da.po, src/po/es.po, src/po/fi.po, src/po/fr.po, src/po/nb.po, src/po/no.po, src/po/ru.po, src/po/sv.po, src/po/template.po: Merge from 2.0.1 svn: r4666 2005-05-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in, gramps2/example/gedcom/sample.ged, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/DateDisplay.py, gramps2/src/DateEdit.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/MergePeople.py, gramps2/src/PlaceView.py, gramps2/src/ReadGedcom.py, gramps2/src/RelImage.py, gramps2/src/RelLib.py, gramps2/src/ReportUtils.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/SubstKeywords.py, gramps2/src/TarFile.py, gramps2/src/TipOfDay.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/ansel_utf8.py, gramps2/src/build_po, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.desktop, gramps2/src/data/gramps.xml, gramps2/src/data/tips.xml, gramps2/src/dates/Date_de.py, gramps2/src/dates/Date_fi.py, gramps2/src/dates/Makefile.am, gramps2/src/get_strings, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/mergedata.glade, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/po/da.po, gramps2/src/po/es.po, gramps2/src/po/fi.po, gramps2/src/po/fr.po, gramps2/src/po/nb.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po: Merge from 2.0.1 svn: r4666 2005-05-18 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in: * configure.in: bump up verison number to 2.1.0 svn: r4610 2005-05-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: bump up verison number to 2.1.0 svn: r4610 2005-05-11 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/po/es.po: * src/po/es.po: remerge from 2.0.0 svn: r4556 2005-05-11 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/po/es.po: * src/po/es.po: remerge from 2.0.0 svn: r4556 2005-05-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EditPerson.py: remerge from 2.0.0 svn: r4553 2005-05-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py: remerge from 2.0.0 svn: r4553 2005-05-11 Alex Roitman <shura@gramps-project.org> * src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/ReportUtils.py: Update svn: r4550 2005-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/ReportUtils.py: Update svn: r4550 2005-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, INSTALL, NEWS, README, acinclude.m4, configure.in, doc/gramps-manual/C/authors.xml, doc/gramps-manual/C/bugs.xml, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/preface.xml, doc/gramps-manual/C/usage.xml, doc/gramps-manual/Makefile.am, doc/gramps.1.in, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/ChooseParents.py, src/Date.py, src/DateEdit.py, src/DbPrompter.py, src/DisplayModels.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsGconfKeys.py, src/GrampsIniKeys.py, src/GrampsXMLDB.py, src/ImageSelect.py, src/Marriage.py, src/MergeData.py, src/MergePeople.py, src/NameEdit.py, src/PedView.py, src/PeopleModel.py, src/SourceView.py, src/StartupDialog.py, src/UrlEdit.py, src/Witness.py, src/WriteGedcom.py, src/WriteXML.py, src/data/Makefile.am, src/data/gramps.schemas, src/data/tips.xml, src/dates/Date_fi.py, src/dates/Makefile.am, src/gramps.glade, src/gramps_main.py, src/mergedata.glade, src/plugins/Check.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/PatchNames.py, src/plugins/ReorderIds.py, src/plugins/ScratchPad.py, src/plugins/SoundGen.py, src/plugins/StatisticsChart.py, src/plugins/TestcaseGenerator.py, src/plugins/Verify.py, src/plugins/rel_es.py, src/po/da.po, src/po/de.po, src/po/es.po, src/po/fi.po, src/po/fr.po, src/po/nb.po, src/po/nl.po, src/po/no.po, src/po/ru.po, src/po/sv.po, src/po/template.po: Merge changes made in gramps20 into HEAD svn: r4549 2005-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/INSTALL, gramps2/NEWS, gramps2/README, gramps2/acinclude.m4, gramps2/configure.in, gramps2/doc/gramps-manual/C/authors.xml, gramps2/doc/gramps-manual/C/bugs.xml, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/preface.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps.1.in, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/DateEdit.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsIniKeys.py, gramps2/src/GrampsXMLDB.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MergeData.py, gramps2/src/MergePeople.py, gramps2/src/NameEdit.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/SourceView.py, gramps2/src/StartupDialog.py, gramps2/src/UrlEdit.py, gramps2/src/Witness.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.schemas, gramps2/src/data/tips.xml, gramps2/src/dates/Date_fi.py, gramps2/src/dates/Makefile.am, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/mergedata.glade, gramps2/src/plugins/Check.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/rel_es.py, gramps2/src/po/da.po, gramps2/src/po/de.po, gramps2/src/po/es.po, gramps2/src/po/fi.po, gramps2/src/po/fr.po, gramps2/src/po/nb.po, gramps2/src/po/nl.po, gramps2/src/po/no.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po: Merge changes made in gramps20 into HEAD svn: r4549 2005-05-09 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Updated the po file with the latest template. Merged the template file with the finished translation in the 2.0 brance. 0 fuzzy and 0 untranslated..... :) svn: r4519 2005-05-09 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Updated the po file with the latest template. Merged the template file with the finished translation in the 2.0 brance. 0 fuzzy and 0 untranslated..... :) svn: r4519 2005-05-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: fix beta warning dialog svn: r4499 2005-05-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: fix beta warning dialog svn: r4499 2005-05-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/ListBox.py, src/Makefile.am: * src/ListBox.py: added to CVS * src/Makefile.am: added ListBox.py svn: r4470 2005-05-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ListBox.py, gramps2/src/Makefile.am: * src/ListBox.py: added to CVS * src/Makefile.am: added ListBox.py svn: r4470 2005-05-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/ImageSelect.py, src/Witness.py, src/const.py.in, src/edit_person.glade: * src/EditPerson.py: start of new gallery * src/ImageSelect.py: start of new gallery * src/Witness.py: fix listmodel * src/const.py.in: LDS temple names * src/edit_person.glade: start of new gallery svn: r4465 2005-05-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/ImageSelect.py, gramps2/src/Witness.py, gramps2/src/const.py.in, gramps2/src/edit_person.glade: * src/EditPerson.py: start of new gallery * src/ImageSelect.py: start of new gallery * src/Witness.py: fix listmodel * src/const.py.in: LDS temple names * src/edit_person.glade: start of new gallery svn: r4465 2005-05-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/ListModel.py, src/const.py.in: * src/const.py.in: convert Alternate Birth and Alternate Death to Birth and Death svn: r4448 2005-05-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListModel.py, gramps2/src/const.py.in: * src/const.py.in: convert Alternate Birth and Alternate Death to Birth and Death svn: r4448 2005-04-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/ListModel.py: * src/EditPerson.py: Add support for inline editing * src/EventEdit.py: Don't commit events here - should be commited elsewhere * src/ListModel.py: Add support for table callback functions to update data after inline editing svn: r4447 2005-04-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListModel.py: * src/EditPerson.py: Add support for inline editing * src/EventEdit.py: Don't commit events here - should be commited elsewhere * src/ListModel.py: Add support for table callback functions to update data after inline editing svn: r4447 2005-04-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/edit_person.glade: * src/edit_person.glade: Compact name edit button. * src/EditPerson.py: remove dead logic for birth/death editing, svn: r4446 2005-04-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/edit_person.glade: * src/edit_person.glade: Compact name edit button. * src/EditPerson.py: remove dead logic for birth/death editing, svn: r4446 2005-04-29 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/PHPGedViewConnector.py, src/plugins/phpgedview.glade: * src/plugins/PHPGedViewConnector.py, src/plugins/phpgedview.glade: New files. Start of a client interface for phpGedView. unfinished. Put them in CVS to not loose them. svn: r4445 2005-04-29 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/PHPGedViewConnector.py, gramps2/src/plugins/phpgedview.glade: * src/plugins/PHPGedViewConnector.py, src/plugins/phpgedview.glade: New files. Start of a client interface for phpGedView. unfinished. Put them in CVS to not loose them. svn: r4445 2005-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/GrampsDbBase.py, src/Utils.py, src/edit_person.glade: fix some eventlist handling errors svn: r4442 2005-04-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/GrampsDbBase.py, gramps2/src/Utils.py, gramps2/src/edit_person.glade: fix some eventlist handling errors svn: r4442 2005-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/ListModel.py, src/edit_person.glade: * src/EditPerson.py: rewrite of tabbed lists * src/EventEdit.py: bold the label * src/ListModel.py: allow column types to be specified * src/edit_person.glade: tab improvements svn: r4437 2005-04-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListModel.py, gramps2/src/edit_person.glade: * src/EditPerson.py: rewrite of tabbed lists * src/EventEdit.py: bold the label * src/ListModel.py: allow column types to be specified * src/edit_person.glade: tab improvements svn: r4437 2005-04-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/StartupDialog.py: * src/StartupDialog.py (__init__): Catch Schema errors svn: r4436 2005-04-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/StartupDialog.py: * src/StartupDialog.py (__init__): Catch Schema errors svn: r4436 2005-04-27 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (__init__): Avoid TypeError in schema error message svn: r4434 2005-04-27 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (__init__): Avoid TypeError in schema error message svn: r4434 2005-04-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, configure.in, src/EditPerson.py, src/EditSource.py, src/FamilyView.py, src/ImageSelect.py, src/Marriage.py, src/MergePeople.py, src/ReadGedcom.py, src/Report.py, src/ReportUtils.py, src/gedcomimport.glade, src/gramps.glade, src/gramps_main.py, src/plugins/ChangeNames.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/ExportVCalendar.py, src/plugins/TestcaseGenerator.py, src/plugins/changenames.glade, src/plugins/rel_ru.py, src/po/es.po, src/po/fr.po, src/po/ru.po, src/po/template.po, src/rule.glade: Merge changes made in gramps20 into HEAD svn: r4431 2005-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MergePeople.py, gramps2/src/ReadGedcom.py, gramps2/src/Report.py, gramps2/src/ReportUtils.py, gramps2/src/gedcomimport.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/TestcaseGenerator.py, gramps2/src/plugins/changenames.glade, gramps2/src/plugins/rel_ru.py, gramps2/src/po/es.po, gramps2/src/po/fr.po, gramps2/src/po/ru.po, gramps2/src/po/template.po, gramps2/src/rule.glade: Merge changes made in gramps20 into HEAD svn: r4431 2005-04-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Removed navigation buttons in flavour of a menu svn: r4430 2005-04-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Removed navigation buttons in flavour of a menu svn: r4430 2005-04-24 Eero Tamminen <eerot@users.sourceforge.net> * src/po/fi.po: improve translation consistency svn: r4417 2005-04-24 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/src/po/fi.po: improve translation consistency svn: r4417 2005-04-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/ListModel.py, src/gramps.glade: * src/ListModel.py: keep track of data index * src/EventEdit.py: use new label scheme for tabs that uses an icon to indicate used tabs svn: r4410 2005-04-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ListModel.py, gramps2/src/gramps.glade: * src/ListModel.py: keep track of data index * src/EventEdit.py: use new label scheme for tabs that uses an icon to indicate used tabs svn: r4410 2005-04-23 Eero Tamminen <eerot@users.sourceforge.net> * src/po/fi.po: translations improvements svn: r4409 2005-04-23 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/src/po/fi.po: translations improvements svn: r4409 2005-04-23 Don Allingham <don@gramps-project.org> * src/GrampsDbBase.py: typo fixes svn: r4407 2005-04-23 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDbBase.py: typo fixes svn: r4407 2005-04-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/Date.py, src/DbPrompter.py, src/DisplayModels.py, src/DisplayTrace.py, src/EditPerson.py, src/GrampsDbBase.py, src/GrampsGEDDB.py, src/GrampsInMemDB.py, src/GrampsXMLDB.py, src/ListModel.py, src/NameEdit.py, src/PeopleView.py, src/ReadGedcom.py, src/Relationship.py, src/Utils.py, src/edit_person.glade, src/gramps.glade, src/gramps_main.py: * src/AddrEdit.py: use new label scheme for tabs that uses an icon to indicate used tabs * src/AttrEdit.py: use new label scheme for tabs that uses an icon to indicate used tabs * src/NameEdit.py: use new label scheme for tabs * src/Date.py: incorporate instance check form gramps20 branch * src/EditPerson.py: add additional fields for name edit, handle lds page better, adapt to new label scheme * src/GrampsDbBase.py: fix typos * src/GrampsGEDDB.py: fix undo handling * src/GrampsInMemDB.py: fix undo handling * src/GrampsXMLDB.py: fix undo handling * src/PeopleView.py: don't reselect an already selected person * src/Utils.py: new tab scheme * src/edit_person.glade new tab scheme * src/gramps_main.py: 1->True, 0->False replacements * src/DbPrompter.py: bring up to date with gramps20 branch * src/DisplayModels.py: bring up to date with gramps20 branch * src/ReadGedcom.py: bring up to date with gramps20 branch * src/Relationship.py: bring up to date with gramps20 branch svn: r4406 2005-04-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/Date.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/DisplayTrace.py, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsInMemDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/ListModel.py, gramps2/src/NameEdit.py, gramps2/src/PeopleView.py, gramps2/src/ReadGedcom.py, gramps2/src/Relationship.py, gramps2/src/Utils.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/AddrEdit.py: use new label scheme for tabs that uses an icon to indicate used tabs * src/AttrEdit.py: use new label scheme for tabs that uses an icon to indicate used tabs * src/NameEdit.py: use new label scheme for tabs * src/Date.py: incorporate instance check form gramps20 branch * src/EditPerson.py: add additional fields for name edit, handle lds page better, adapt to new label scheme * src/GrampsDbBase.py: fix typos * src/GrampsGEDDB.py: fix undo handling * src/GrampsInMemDB.py: fix undo handling * src/GrampsXMLDB.py: fix undo handling * src/PeopleView.py: don't reselect an already selected person * src/Utils.py: new tab scheme * src/edit_person.glade new tab scheme * src/gramps_main.py: 1->True, 0->False replacements * src/DbPrompter.py: bring up to date with gramps20 branch * src/DisplayModels.py: bring up to date with gramps20 branch * src/ReadGedcom.py: bring up to date with gramps20 branch * src/Relationship.py: bring up to date with gramps20 branch svn: r4406 2005-04-23 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsDbBase.py: * src/GrampsDbBase.py (_find_from_handle,find_object_from_handle, find_place_from_handle): Fix typo svn: r4405 2005-04-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: * src/GrampsDbBase.py (_find_from_handle,find_object_from_handle, find_place_from_handle): Fix typo svn: r4405 2005-04-20 Eero Tamminen <eerot@users.sourceforge.net> * src/po/fi.po: updated Finnish translation svn: r4393 2005-04-20 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/src/po/fi.po: updated Finnish translation svn: r4393 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GenericFilter.py: * GenericFilter.py: Don't crash on corrupt database svn: r4382 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: * GenericFilter.py: Don't crash on corrupt database svn: r4382 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * src/gramps_main.py: * src/gramps_main.py: Removed canvas specific calls of the PedView svn: r4380 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/gramps_main.py: * src/gramps_main.py: Removed canvas specific calls of the PedView svn: r4380 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * src/PedView.py: small tweaking of text display svn: r4378 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/PedView.py: small tweaking of text display svn: r4378 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsDbBase.py: * src/GrampsDbBase.py (create_id): Use sys.maxint to get the maximum possible integer number svn: r4377 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: * src/GrampsDbBase.py (create_id): Use sys.maxint to get the maximum possible integer number svn: r4377 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Replaced gnome canvas by an implementation that uses gtk+ only. Still incomplete. * src/gramps_main.py: Removed canvas specific calls of the PedView svn: r4376 2005-04-19 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Replaced gnome canvas by an implementation that uses gtk+ only. Still incomplete. * src/gramps_main.py: Removed canvas specific calls of the PedView svn: r4376 2005-04-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsDbBase.py, src/ListModel.py, src/Makefile.am, src/ReadXML.py, src/const.py.in, src/edit_person.glade: * src/edit_person.glade: re-add edit_person.glade * src/EditPerson.py: start of new EditPerson dialog * src/ListModel.py: enhancements for the start of inline editing * src/Makefile.am: add edit_person.glade * src/ReadXML.py: commit transactions properly * src/const.py.in: add edit_person.glade back in svn: r4375 2005-04-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/ListModel.py, gramps2/src/Makefile.am, gramps2/src/ReadXML.py, gramps2/src/const.py.in, gramps2/src/edit_person.glade: * src/edit_person.glade: re-add edit_person.glade * src/EditPerson.py: start of new EditPerson dialog * src/ListModel.py: enhancements for the start of inline editing * src/Makefile.am: add edit_person.glade * src/ReadXML.py: commit transactions properly * src/const.py.in: add edit_person.glade back in svn: r4375 2005-04-18 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Merged in the new strings from template.po. Commited it before fixing any of the new strings. We now are two persons doing this translation. svn: r4371 2005-04-18 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Merged in the new strings from template.po. Commited it before fixing any of the new strings. We now are two persons doing this translation. svn: r4371 2005-04-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py: * src/GrampsBSDDB.py: actually perform the commits during the transaction_commit task, instead of the commit_* tasks * src/GrampsInMem.py: actually perform the commits during the transaction_commit task, instead of the commit_* tasks * src/GrampsDbBase.py: actually perform the commits during the transaction_commit task, instead of the commit_* tasks svn: r4370 2005-04-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py: * src/GrampsBSDDB.py: actually perform the commits during the transaction_commit task, instead of the commit_* tasks * src/GrampsInMem.py: actually perform the commits during the transaction_commit task, instead of the commit_* tasks * src/GrampsDbBase.py: actually perform the commits during the transaction_commit task, instead of the commit_* tasks svn: r4370 2005-04-17 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/gramps.glade: fix typo svn: r4369 2005-04-17 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/gramps.glade: fix typo svn: r4369 2005-04-17 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/GenericFilter.py, src/ReportUtils.py: fix typos svn: r4368 2005-04-17 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/ReportUtils.py: fix typos svn: r4368 2005-04-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py (dump_gendex): Files are named by GRAMPS ID; Alway print fields for birth/death; Fixed typo in DateHandler svn: r4367 2005-04-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py (dump_gendex): Files are named by GRAMPS ID; Alway print fields for birth/death; Fixed typo in DateHandler svn: r4367 2005-04-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/plugins/Check.py: * src/plugins/Check.py: loop through family relationships until all problems are resolved svn: r4364 2005-04-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/plugins/Check.py: * src/plugins/Check.py: loop through family relationships until all problems are resolved svn: r4364 2005-04-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: make load_family more robust to signals svn: r4363 2005-04-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: make load_family more robust to signals svn: r4363 2005-04-14 Matthieu Pupate <mpupat@users.sourceforge.net> * src/po/fr.po: French translation (in progress) svn: r4362 2005-04-14 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/src/po/fr.po: French translation (in progress) svn: r4362 2005-04-14 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/gramps_main.py, src/plugins/TestcaseGenerator.py: * src/gramps_main.py (undo): Dont emit "database-changed" * src/plugins/plugins/TestcaseGenerator.py: Added option to generate a new transaction for every change on the database. Useful for UNDO and signal testing. svn: r4361 2005-04-14 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/gramps_main.py, gramps2/src/plugins/TestcaseGenerator.py: * src/gramps_main.py (undo): Dont emit "database-changed" * src/plugins/plugins/TestcaseGenerator.py: Added option to generate a new transaction for every change on the database. Useful for UNDO and signal testing. svn: r4361 2005-04-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/Sources.py: * src/EditSource.py: allow double click on reference to bring up the referece editor * src/EventEdit.py: don't require a callback * src/ImageSelect.py: horrible hack for handling removing parent windows. Alex: HELP! svn: r4360 2005-04-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/Sources.py: * src/EditSource.py: allow double click on reference to bring up the referece editor * src/EventEdit.py: don't require a callback * src/ImageSelect.py: horrible hack for handling removing parent windows. Alex: HELP! svn: r4360 2005-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: check for reentrancy into the undo handler svn: r4359 2005-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: check for reentrancy into the undo handler svn: r4359 2005-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py: fixed check on dialog run() return value, changed deprecated gtk.mainiteration to gtk.main_iteration svn: r4358 2005-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: fixed check on dialog run() return value, changed deprecated gtk.mainiteration to gtk.main_iteration svn: r4358 2005-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/WriteGedcom.py: * src/WriteGedcom.py: fixed problem with skipping events svn: r4357 2005-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: * src/WriteGedcom.py: fixed problem with skipping events svn: r4357 2005-04-13 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/FamilyView.py: * src/FamilyView.py: commit family before people when committing new spouse. svn: r4355 2005-04-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/FamilyView.py: * src/FamilyView.py: commit family before people when committing new spouse. svn: r4355 2005-04-12 Don Allingham <don@gramps-project.org> * src/EventEdit.py: typo svn: r4354 2005-04-12 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py: typo svn: r4354 2005-04-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/EventEdit.py: * src/EventEdit.py: more robust handler for new place after an edit svn: r4353 2005-04-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py: * src/EventEdit.py: more robust handler for new place after an edit svn: r4353 2005-04-12 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/ArgHandler.py: * src/ArgHandler.py: Fixed typo svn: r4352 2005-04-12 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/ArgHandler.py: * src/ArgHandler.py: Fixed typo svn: r4352 2005-04-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py: * src/ArgHandler.py: Minor string changes. * src/DbPrompter.py: Minor string changes. svn: r4351 2005-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py: * src/ArgHandler.py: Minor string changes. * src/DbPrompter.py: Minor string changes. svn: r4351 2005-04-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/ru.po, src/po/template.po: * src/po/template.po: Update translation template. * src/po/ru.po: Some translation updates. svn: r4350 2005-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/ru.po, gramps2/src/po/template.po: * src/po/template.po: Update translation template. * src/po/ru.po: Some translation updates. svn: r4350 2005-04-12 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Merge STABLE translations with the current template svn: r4349 2005-04-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Merge STABLE translations with the current template svn: r4349 2005-04-11 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/ScratchPad.py: 2005-04-11 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: hook up to 'database-changed' signal so that pad is cleared when a new database is opened. svn: r4348 2005-04-11 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py: 2005-04-11 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: hook up to 'database-changed' signal so that pad is cleared when a new database is opened. svn: r4348 2005-04-11 Alex Roitman <shura@gramps-project.org> * src/MergeData.py: Cleaner implementation of reference removal svn: r4347 2005-04-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/MergeData.py: Cleaner implementation of reference removal svn: r4347 2005-04-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/SourceView.py: * src/SourceView.py (button_press,build_context_menu): Work with multiple selections. svn: r4346 2005-04-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SourceView.py: * src/SourceView.py (button_press,build_context_menu): Work with multiple selections. svn: r4346 2005-04-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MergeData.py: * src/MergeData.py (on_merge_places_clicked): Commit event. svn: r4345 2005-04-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergeData.py: * src/MergeData.py (on_merge_places_clicked): Commit event. svn: r4345 2005-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Add line numbers to error messages; Support for "csrc" and "cbp" fields; Catch empty date svn: r4343 2005-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: Add line numbers to error messages; Support for "csrc" and "cbp" fields; Catch empty date svn: r4343 2005-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/Check.py: * src/plugins/Check.py: Fix events, that reference non existing places svn: r4342 2005-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py: Fix events, that reference non existing places svn: r4342 2005-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py (load_canvas): Catch bug of not existing family svn: r4341 2005-04-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py (load_canvas): Catch bug of not existing family svn: r4341 2005-04-11 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Typo svn: r4340 2005-04-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Typo svn: r4340 2005-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (BaseObject): add get_referenced_handles, get_handle_referents, and get_referenced_handles_recursively methods. (various subclasses): override get_referenced_handles and/or get_handle_referents as appropriate. svn: r4339 2005-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (BaseObject): add get_referenced_handles, get_handle_referents, and get_referenced_handles_recursively methods. (various subclasses): override get_referenced_handles and/or get_handle_referents as appropriate. svn: r4339 2005-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * Release: Version 1.1.95 "When danger reared its ugly head, he bravely turned his tail and fled" released. * configure.in: Bump up the version number. svn: r4338 2005-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * Release: Version 1.1.95 "When danger reared its ugly head, he bravely turned his tail and fled" released. * configure.in: Bump up the version number. svn: r4338 2005-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r4336 2005-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r4336 2005-04-10 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4335 2005-04-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4335 2005-04-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/EventEdit.py: * src/EventEdit.py: Add new places to the database. svn: r4334 2005-04-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py: * src/EventEdit.py: Add new places to the database. svn: r4334 2005-04-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Check.py: * src/Check.py: repair family types of "None" in the database svn: r4332 2005-04-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/Check.py: repair family types of "None" in the database svn: r4332 2005-04-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Makefile.am: * src/Makefile.am: add MergePeople.py svn: r4331 2005-04-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am: * src/Makefile.am: add MergePeople.py svn: r4331 2005-04-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: ignore None family types. This should never occur, but we want to be safe. svn: r4330 2005-04-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: ignore None family types. This should never occur, but we want to be safe. svn: r4330 2005-04-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/template.po: * src/po/template.po: Update translation template. svn: r4329 2005-04-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/template.po: * src/po/template.po: Update translation template. svn: r4329 2005-04-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDBCallback.py: 2005-04-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: block recursive signal calls, improved error reporting. All warnings are now printed to stderr even if logging is turned off. svn: r4328 2005-04-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDBCallback.py: 2005-04-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: block recursive signal calls, improved error reporting. All warnings are now printed to stderr even if logging is turned off. svn: r4328 2005-04-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ChooseParents.py, src/DdTargets.py, src/FamilyView.py, src/GrampsCfg.py, src/MergeData.py, src/MergePeople.py, src/NameEdit.py, src/NoteEdit.py, src/RelLib.py, src/gramps_main.py: * src/ChooseParents.py: pychecker changes * src/DdTargets.py: pychecker changes * src/FamilyView.py: pychecker changes * src/GrampsCfg.py: pychecker changes * src/MergeData.py: pychecker changes * src/MergePeople.py: pychecker changes * src/NameEdit.py: pychecker changes * src/NoteEdit.py: pychecker changes * src/RelLib.py: pychecker changes * src/gramps_main.py: pychecker changes svn: r4327 2005-04-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ChooseParents.py, gramps2/src/DdTargets.py, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/MergeData.py, gramps2/src/MergePeople.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py: * src/ChooseParents.py: pychecker changes * src/DdTargets.py: pychecker changes * src/FamilyView.py: pychecker changes * src/GrampsCfg.py: pychecker changes * src/MergeData.py: pychecker changes * src/MergePeople.py: pychecker changes * src/NameEdit.py: pychecker changes * src/NoteEdit.py: pychecker changes * src/RelLib.py: pychecker changes * src/gramps_main.py: pychecker changes svn: r4327 2005-04-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbBase.py, src/PeopleView.py, src/gramps_main.py: * src/GrampsDbBase.py: correctly handle signals when undoing a delete operation * src/PeopleView.py: remove unused signal * src/gramps_main.py: handle history mechanism with new signal scheme, avoiding the double active-changed when selecting an element svn: r4326 2005-04-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/GrampsDbBase.py: correctly handle signals when undoing a delete operation * src/PeopleView.py: remove unused signal * src/gramps_main.py: handle history mechanism with new signal scheme, avoiding the double active-changed when selecting an element svn: r4326 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GenericFilter.py: * src/GenericFilter.py (FilterParser.startElement): Catch non existing filter rule and print an error message svn: r4325 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: * src/GenericFilter.py (FilterParser.startElement): Catch non existing filter rule and print an error message svn: r4325 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PeopleModel.py: * src/PeopleModel.py (column_death_place): Use "Burial" and "Cremation" events svn: r4324 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PeopleModel.py: * src/PeopleModel.py (column_death_place): Use "Burial" and "Cremation" events svn: r4324 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PeopleModel.py, src/PeopleView.py, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py: Added "Invert" checkbox for person filter; Fix "active-changed" signals to not cause Tracebacks. * src/gramps.glade: Added "Invert" checkbox for person filter * src/PeopleView.py (build_tree): Pass Invert state for Filter to PeopleModel * src/PeopleModel.py: Enable invertation of filter result svn: r4323 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py: Added "Invert" checkbox for person filter; Fix "active-changed" signals to not cause Tracebacks. * src/gramps.glade: Added "Invert" checkbox for person filter * src/PeopleView.py (build_tree): Pass Invert state for Filter to PeopleModel * src/PeopleModel.py: Enable invertation of filter result svn: r4323 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Utils.py: * src/Utils.py (probably_alive): Added two more checks for birth and death year svn: r4322 2005-04-08 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Utils.py: * src/Utils.py (probably_alive): Added two more checks for birth and death year svn: r4322 2005-04-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/Utils.py: 2005-04-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Utils.py (probably_alive): fix some bugs and added checking of ancestors. svn: r4321 2005-04-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/Utils.py: 2005-04-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Utils.py (probably_alive): fix some bugs and added checking of ancestors. svn: r4321 2005-04-07 Eero Tamminen <eerot@users.sourceforge.net> * src/plugins/StatisticsChart.py: better variable name svn: r4320 2005-04-07 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/src/plugins/StatisticsChart.py: better variable name svn: r4320 2005-04-07 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GenericFilter.py: * src/GenericFilter.py: Call prepare/reset for nested filters svn: r4319 2005-04-07 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: * src/GenericFilter.py: Call prepare/reset for nested filters svn: r4319 2005-04-07 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDBCallback.py, src/gramps_main.py: 2005-04-07 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/gramps_main.py: correct type signature for 'active-changed' signal. * src/GrampsDBCallback.py: improve the error reporting. svn: r4318 2005-04-07 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDBCallback.py, gramps2/src/gramps_main.py: 2005-04-07 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/gramps_main.py: correct type signature for 'active-changed' signal. * src/GrampsDBCallback.py: improve the error reporting. svn: r4318 2005-04-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/gramps_main.py: * src/FamilyView.py: keep track of local person during update, connect active-changed signal * src/gramps_main.py: keep track of active-changed, use local person svn: r4317 2005-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/gramps_main.py: * src/FamilyView.py: keep track of local person during update, connect active-changed signal * src/gramps_main.py: keep track of active-changed, use local person svn: r4317 2005-04-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/PedView.py, src/PeopleView.py, src/gramps_main.py: * src/FamilyView.py: keep track of local person during update * src/PedView.py: update database pointer when database changed, update active person * src/gramps_main.py: keep track of active-changed svn: r4316 2005-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/FamilyView.py: keep track of local person during update * src/PedView.py: update database pointer when database changed, update active person * src/gramps_main.py: keep track of active-changed svn: r4316 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Utils.py: * src/Utils.py (probably_alive): Add some checks to make current year parameter work. svn: r4315 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Utils.py: * src/Utils.py (probably_alive): Add some checks to make current year parameter work. svn: r4315 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * src/GenericFilter.py: Remove debugging code svn: r4314 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/GenericFilter.py: Remove debugging code svn: r4314 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GenericFilter.py, src/gramps.glade, src/gramps_main.py: * src/gramps.glade: People View: Add label for filter text input field. * src/GenericFilter.py (ProbablyAlive): Add check for input parameter, (HasSourceOf): get handle only once, removed unused code. * src/gramps_main.py: Show label for filter input field. svn: r4313 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps.glade: People View: Add label for filter text input field. * src/GenericFilter.py (ProbablyAlive): Add check for input parameter, (HasSourceOf): get handle only once, removed unused code. * src/gramps_main.py: Show label for filter input field. svn: r4313 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GenericFilter.py, src/Utils.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GenericFilter.py: added a current year parameter to probably alive rule. * src/Utils.py: added a current year parameter to probably alive function. svn: r4312 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/Utils.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GenericFilter.py: added a current year parameter to probably alive rule. * src/Utils.py: added a current year parameter to probably alive function. svn: r4312 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/FilterEditor.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/FilterEditor.py: Added source IDs into the source combobox. svn: r4311 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/FilterEditor.py: Added source IDs into the source combobox. svn: r4311 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GenericFilter.py, src/plugins/FilterEditor.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GenericFilter.py: Added HasSourceOf rule * src/plugins/FilterEditor.py: Added MySource combobox for selecting source IDs. svn: r4310 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/plugins/FilterEditor.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GenericFilter.py: Added HasSourceOf rule * src/plugins/FilterEditor.py: Added MySource combobox for selecting source IDs. svn: r4310 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py: * src/PedView.py: Truncate place names because they tend to be loooong. svn: r4309 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Truncate place names because they tend to be loooong. svn: r4309 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/FamilyView.py, src/PeopleView.py, src/plugins/ScratchPad.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: added PERSON_LINK_LIST target. * src/FamilyView.py: corrected bug when person is droped if there is no current family. * src/PeopleView.py: enabled dnd of lists of people. * src/plugins/ScratchPad.py: support lists of people. svn: r4308 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/FamilyView.py, gramps2/src/PeopleView.py, gramps2/src/plugins/ScratchPad.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: added PERSON_LINK_LIST target. * src/FamilyView.py: corrected bug when person is droped if there is no current family. * src/PeopleView.py: enabled dnd of lists of people. * src/plugins/ScratchPad.py: support lists of people. svn: r4308 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * src/PedView.py: typo svn: r4307 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/PedView.py: typo svn: r4307 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ChangeNames.py, src/plugins/Check.py, src/plugins/ImportGeneWeb.py, src/plugins/ImportvCard.py, src/plugins/TestcaseGenerator.py: * src/plugins/ChangeNames.py: Block signal emission during run * src/plugins/Check.py: Block signal emission during run * src/plugins/ImportGeneWeb.py: Block signal emission during run * src/plugins/ImportvCard.py: Block signal emission during run * src/plugins/TestcaseGenerator.py: Block signal emission during run svn: r4306 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ImportvCard.py, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/ChangeNames.py: Block signal emission during run * src/plugins/Check.py: Block signal emission during run * src/plugins/ImportGeneWeb.py: Block signal emission during run * src/plugins/ImportvCard.py: Block signal emission during run * src/plugins/TestcaseGenerator.py: Block signal emission during run svn: r4306 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDBCallback.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: improved error reporting when there is an error in a callback function. Added unittest for exception in callback function. svn: r4305 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDBCallback.py: 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: improved error reporting when there is an error in a callback function. Added unittest for exception in callback function. svn: r4305 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/FamilyView.py, src/PedView.py, src/PeopleView.py, src/SourceView.py, src/gramps_main.py: * src/gramps_main.py (post_load): Emit "database-changed" signal instead of calling change_db(). * src/PedView.py: Connect to "database-changed" signal and handle person-update signals to redraw the view. * src/FamilyView.py (__init__) connect to database-changed signal, dont call change_cb because on initialisation there is no real database. (change_db): use database parameter supplied by signal emission. * src/PeopleView.py (__init__) dont connect the signals, this will be done by change_db, (change_db): Use supplied database. * src/SourceView.py (__init__): dont call change_cb because on initialisation there is no real database and this will be done by the signal. svn: r4304 2005-04-06 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: * src/gramps_main.py (post_load): Emit "database-changed" signal instead of calling change_db(). * src/PedView.py: Connect to "database-changed" signal and handle person-update signals to redraw the view. * src/FamilyView.py (__init__) connect to database-changed signal, dont call change_cb because on initialisation there is no real database. (change_db): use database parameter supplied by signal emission. * src/PeopleView.py (__init__) dont connect the signals, this will be done by change_db, (change_db): Use supplied database. * src/SourceView.py (__init__): dont call change_cb because on initialisation there is no real database and this will be done by the signal. svn: r4304 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/FamilyView.py, src/PeopleView.py, src/plugins/ScratchPad.py: 2005-04-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: made clear buttons sensitive to contents of list and current selection. Added support for PERSON_LINK dnd. * src/DdTargets.py: added PERSON_LINK target and simplified generation of targets lists. * src/FamilyView.py: added dnd of person handles to and from the child list. * src/PeopleView.py: added dnd of person handles from the person list. svn: r4303 2005-04-06 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/FamilyView.py, gramps2/src/PeopleView.py, gramps2/src/plugins/ScratchPad.py: 2005-04-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: made clear buttons sensitive to contents of list and current selection. Added support for PERSON_LINK dnd. * src/DdTargets.py: added PERSON_LINK target and simplified generation of targets lists. * src/FamilyView.py: added dnd of person handles to and from the child list. * src/PeopleView.py: added dnd of person handles from the person list. svn: r4303 2005-04-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade_5): Make work with half-upgraded data. svn: r4302 2005-04-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: * src/GrampsBSDDB.py (upgrade_5): Make work with half-upgraded data. svn: r4302 2005-04-05 Don Allingham <don@gramps-project.org> * AUTHORS, ChangeLog, src/DbPrompter.py, src/const.py.in: * src/DbPrompter.py: provide a better error message of DB open failure * src/const.py.in: Add Martin Hawlisch and Richard Tayor to author list svn: r4300 2005-04-05 Don Allingham <don@gramps-project.org> * gramps2/AUTHORS, gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/const.py.in: * src/DbPrompter.py: provide a better error message of DB open failure * src/const.py.in: Add Martin Hawlisch and Richard Tayor to author list svn: r4300 2005-04-05 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/PedView.py, src/PeopleModel.py, src/PeopleView.py: * src/PedView.py: Show Baptism/Burial as fallback for birth/death; Moved text generation for details view out of DispBox class so that PedigreeView can use the same string for max size calculation. * src/PeopleModel.py: Show Baptism/Burial as fallback for birth/death. Based on patch from Jim Smart. * src/PeopleView.py: Enable makup that PeopleModel can render fallback data in italics. svn: r4299 2005-04-05 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py: * src/PedView.py: Show Baptism/Burial as fallback for birth/death; Moved text generation for details view out of DispBox class so that PedigreeView can use the same string for max size calculation. * src/PeopleModel.py: Show Baptism/Burial as fallback for birth/death. Based on patch from Jim Smart. * src/PeopleView.py: Enable makup that PeopleModel can render fallback data in italics. svn: r4299 2005-04-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDBCallback.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: added support for disconnecting callbacks, better test code and lots of logging. Improved the comments. svn: r4298 2005-04-05 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDBCallback.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: added support for disconnecting callbacks, better test code and lots of logging. Improved the comments. svn: r4298 2005-04-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Date.py, src/GrampsDBCallback.py, src/GrampsDbBase.py, src/Marriage.py, src/RelLib.py, src/WriteXML.py: * src/Marriage.py: proper window management on delete event. * src/RelLib.py (Event.are_equal): Correction. * src/Date.py (is_empty): Require empty text for a date to be empty. * src/WriteXML (write_object): Remove places from Media. * src/GrampsDbBase.py (undo): Typos. * src/GrampsDBCallback: Pretty printing for warnings. svn: r4297 2005-04-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Date.py, gramps2/src/GrampsDBCallback.py, gramps2/src/GrampsDbBase.py, gramps2/src/Marriage.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py: * src/Marriage.py: proper window management on delete event. * src/RelLib.py (Event.are_equal): Correction. * src/Date.py (is_empty): Require empty text for a date to be empty. * src/WriteXML (write_object): Remove places from Media. * src/GrampsDbBase.py (undo): Typos. * src/GrampsDBCallback: Pretty printing for warnings. svn: r4297 2005-04-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/FamilyView.py, src/PeopleView.py: * src/ChooseParents.py: fix father/mother relationship * src/FamilyView.py: fix update of child pointers after add * src/PeopleView.py: unselect previous entry on new goto_active_person * src/MediaView.py: pass handle instead of GRAMPS ID during drag-n-drop svn: r4296 2005-04-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/PeopleView.py: * src/ChooseParents.py: fix father/mother relationship * src/FamilyView.py: fix update of child pointers after add * src/PeopleView.py: unselect previous entry on new goto_active_person * src/MediaView.py: pass handle instead of GRAMPS ID during drag-n-drop svn: r4296 2005-04-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/ReadGedcom.py, src/ReadXML.py, src/gramps_main.py: * src/GrampsBSDDB.py: remove transaction.batch in favor of signal suppression * src/GrampsDbBase.py: remove transaction.batch in favor of signal suppression * src/GrampsInMemDB.py: remove transaction.batch in favor of signal suppression * src/ReadGedcom.py: fix relation typo, enable/disable signals around import * src/ReadXML.py: enable/disable signals around import * src/gramps_main.py: disable signals before undo and exit svn: r4295 2005-04-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/gramps_main.py: * src/GrampsBSDDB.py: remove transaction.batch in favor of signal suppression * src/GrampsDbBase.py: remove transaction.batch in favor of signal suppression * src/GrampsInMemDB.py: remove transaction.batch in favor of signal suppression * src/ReadGedcom.py: fix relation typo, enable/disable signals around import * src/ReadXML.py: enable/disable signals around import * src/gramps_main.py: disable signals before undo and exit svn: r4295 2005-04-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/MediaView.py: * src/MedaiView.py: pass handle instead of GRAMPS ID during drag-n-drop svn: r4294 2005-04-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py: * src/MedaiView.py: pass handle instead of GRAMPS ID during drag-n-drop svn: r4294 2005-04-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDBCallback.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: Don't check callbacks if the dict is empty. svn: r4293 2005-04-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDBCallback.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: Don't check callbacks if the dict is empty. svn: r4293 2005-04-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbBase.py, src/ReadGedcom.py, src/ReadXML.py: * src/GrampsDbBase.py: add "request_rebuild" to encapsulate rebuild requests in the database instance * src/ReadXML.py: use request_rebuild instead of directly emitting s ignals * src/ReadGedCom.py: use request_rebuild instead of directly emitting signals svn: r4292 2005-04-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py: * src/GrampsDbBase.py: add "request_rebuild" to encapsulate rebuild requests in the database instance * src/ReadXML.py: use request_rebuild instead of directly emitting s ignals * src/ReadGedCom.py: use request_rebuild instead of directly emitting signals svn: r4292 2005-04-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/GrampsDBCallback.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: Added code to disable/enable signals on a per instance or all instance bassis. Improved test code and changed type checking to use isinstance instead of type(). svn: r4291 2005-04-04 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/GrampsDBCallback.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/GrampsDBCallback.py: Added code to disable/enable signals on a per instance or all instance bassis. Improved test code and changed type checking to use isinstance instead of type(). svn: r4291 2005-04-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ImageSelect.py: * src/ImageSelect.py (on_savephoto_clicked): Pass transaction to savephoto; (savephoto): take transaction argument); (on_photolist_drag_data_received): Pass transaction. svn: r4290 2005-04-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py: * src/ImageSelect.py (on_savephoto_clicked): Pass transaction to savephoto; (savephoto): take transaction argument); (on_photolist_drag_data_received): Pass transaction. svn: r4290 2005-04-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/PedView.py, src/PeopleView.py, src/SelectChild.py, src/gramps_main.py: * src/FamilyView.py: commit family properly * src/PedView.py: change_active_person typo * src/PeopleView.py: don't change active person with updated * src/SelectChild.py: Fix callbacks * src/gramps_main.py: load active family on change svn: r4289 2005-04-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/SelectChild.py, gramps2/src/gramps_main.py: * src/FamilyView.py: commit family properly * src/PedView.py: change_active_person typo * src/PeopleView.py: don't change active person with updated * src/SelectChild.py: Fix callbacks * src/gramps_main.py: load active family on change svn: r4289 2005-04-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DisplayModels.py, src/EditPerson.py, src/EditSource.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/MediaView.py, src/PedView.py, src/PeopleView.py, src/PlaceView.py, src/SourceView.py, src/gramps_main.py: * src/ArgHandler.py: Make sure all databases are closed before creating a new one. * src/DisplayModels.py: Calculate new nodes properly after a node has be deleted. The node hasn't been removed from the database yet. * src/EditPerson.py: Add check for unknown gender before closing * src/EditSource.py: Remove unnecessary updates * src/GrampsBSDDB.py: check for open in close() * src/GrampsDbBase.py: spelling error * src/MediaView.py: connect to database-changed * src/PedView.py: remove unused update function * src/PeopleView.py: connect to database-changed * src/PlaceView.py: connect to database-changed * src/SourceView.py: connect to database-changed, remove unnecessary callback * src/gramps_main.py: add database-changed signal svn: r4288 2005-04-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/MediaView.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: * src/ArgHandler.py: Make sure all databases are closed before creating a new one. * src/DisplayModels.py: Calculate new nodes properly after a node has be deleted. The node hasn't been removed from the database yet. * src/EditPerson.py: Add check for unknown gender before closing * src/EditSource.py: Remove unnecessary updates * src/GrampsBSDDB.py: check for open in close() * src/GrampsDbBase.py: spelling error * src/MediaView.py: connect to database-changed * src/PedView.py: remove unused update function * src/PeopleView.py: connect to database-changed * src/PlaceView.py: connect to database-changed * src/SourceView.py: connect to database-changed, remove unnecessary callback * src/gramps_main.py: add database-changed signal svn: r4288 2005-04-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ArgHandler.py, src/EditPlace.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/ImageSelect.py, src/MediaView.py, src/PlaceView.py: * src/AddMedia.py: Remove unneeded update argument. * src/ArgHandler.py (auto_save_load): Mysterious workaround :-). * src/EditPlace.py (display_references): Drop media objects; (DeletePlaceQuery.query_response): use proper handle removal. * src/GrampsBSDDB.py (remove_object): emit media signal. * src/GrampsDbBase.py (GrampsDbBase): Add media-related signals; (commit_media_object,transaction_commit,undo): emit media signals. * src/ImageSelect.py (GlobalMediaProperties,DeleteMediaQuery): Remove unneeded update argument. * src/MediaView.py (media_add,media_update,media_delete): Add callbacks; (change_db): connect callbacks to signals; (popup_change_description): Call property editor without callback param; (on_add_clicked): Call AddMedia without callback param; (add_object,update_display,add_to_display): Remove unneeded methods; (on_edit_clicked): call property editor without callback param; (on_delete_clicked): call deleter without callback param; (on_drag_data_received): Call property editor without callback param. * src/PlaceView.py (new_place_after_edit): Remove unneeded method; (delete_place): Remove unneeded tree update; (is_used) Add method; (on_delete_clicked): Use new detection method. svn: r4287 2005-04-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ArgHandler.py, gramps2/src/EditPlace.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py: * src/AddMedia.py: Remove unneeded update argument. * src/ArgHandler.py (auto_save_load): Mysterious workaround :-). * src/EditPlace.py (display_references): Drop media objects; (DeletePlaceQuery.query_response): use proper handle removal. * src/GrampsBSDDB.py (remove_object): emit media signal. * src/GrampsDbBase.py (GrampsDbBase): Add media-related signals; (commit_media_object,transaction_commit,undo): emit media signals. * src/ImageSelect.py (GlobalMediaProperties,DeleteMediaQuery): Remove unneeded update argument. * src/MediaView.py (media_add,media_update,media_delete): Add callbacks; (change_db): connect callbacks to signals; (popup_change_description): Call property editor without callback param; (on_add_clicked): Call AddMedia without callback param; (add_object,update_display,add_to_display): Remove unneeded methods; (on_edit_clicked): call property editor without callback param; (on_delete_clicked): call deleter without callback param; (on_drag_data_received): Call property editor without callback param. * src/PlaceView.py (new_place_after_edit): Remove unneeded method; (delete_place): Remove unneeded tree update; (is_used) Add method; (on_delete_clicked): Use new detection method. svn: r4287 2005-04-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReadGedcom.py, src/ReadXML.py, src/Sources.py: * src/ReadGedcom.py: emit proper signals to notify of a database rebuild, handle parent/child relationships better - eliminate string types * src/ReadXML.py: emit proper signals to notify of a database rebuild * src/Sources.py: select just added handle after an addition svn: r4286 2005-04-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/Sources.py: * src/ReadGedcom.py: emit proper signals to notify of a database rebuild, handle parent/child relationships better - eliminate string types * src/ReadXML.py: emit proper signals to notify of a database rebuild * src/Sources.py: select just added handle after an addition svn: r4286 2005-04-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/SourceView.py: * src/SourceView.py: fix multiple selection problem. svn: r4285 2005-04-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SourceView.py: * src/SourceView.py: fix multiple selection problem. svn: r4285 2005-04-02 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/EditPerson.py, src/Marriage.py: * src/EditPerson.py: Remove unneeded arguments. * src/Marriage.py: Remove unneeded arguments. svn: r4284 2005-04-02 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/Marriage.py: * src/EditPerson.py: Remove unneeded arguments. * src/Marriage.py: Remove unneeded arguments. svn: r4284 2005-04-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsDbBase.py, src/SourceView.py, src/Sources.py: * src/EditPerson.py: removed unused callback functions * src/GrampsDbBase.py: remove duplicate signal emissions * src/SourceView.py: reformat code * src/Sources.py: catch source-add signal and redraw menu svn: r4283 2005-04-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/SourceView.py, gramps2/src/Sources.py: * src/EditPerson.py: removed unused callback functions * src/GrampsDbBase.py: remove duplicate signal emissions * src/SourceView.py: reformat code * src/Sources.py: catch source-add signal and redraw menu svn: r4283 2005-04-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EditPerson.py (on_edit_name_clicked): Remove unneeded argument. svn: r4281 2005-04-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py (on_edit_name_clicked): Remove unneeded argument. svn: r4281 2005-04-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/FamilyView.py: * src/AddSpouse.py: remove unused callbacks * src/FamilyView.py: remove unused callbacks svn: r4280 2005-04-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/FamilyView.py: * src/AddSpouse.py: remove unused callbacks * src/FamilyView.py: remove unused callbacks svn: r4280 2005-04-01 Don Allingham <don@gramps-project.org> * src/GrampsDBCallback.py: added svn: r4279 2005-04-01 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsDBCallback.py: added svn: r4279 2005-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/StatisticsChart.py, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Small changes to family generation * src/plugins/StatisticsChart.py: Added statistics for Surnames, Number of Families and Event Types svn: r4278 2005-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Small changes to family generation * src/plugins/StatisticsChart.py: Added statistics for Surnames, Number of Families and Event Types svn: r4278 2005-04-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/Makefile.am, src/PeopleView.py, src/PlaceView.py, src/SourceView.py: * src/GrampsDBCallback.py: rewrite of new callback scheme using python signals * src/GrampsDbBase.py: handle signals instead of callback functions * src/GrampsInMemDB.py: handle signals instead of callback functions * src/Makefile.am: Add GrampsDBCallback.py * src/PeopleView.py: handle signals instead of callback functions * src/PlaceView.py: handle signals instead of callback functions * src/SourceView.py: handle signals instead of callback functions svn: r4277 2005-04-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/Makefile.am, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py: * src/GrampsDBCallback.py: rewrite of new callback scheme using python signals * src/GrampsDbBase.py: handle signals instead of callback functions * src/GrampsInMemDB.py: handle signals instead of callback functions * src/Makefile.am: Add GrampsDBCallback.py * src/PeopleView.py: handle signals instead of callback functions * src/PlaceView.py: handle signals instead of callback functions * src/SourceView.py: handle signals instead of callback functions svn: r4277 2005-04-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/PedView.py, src/gramps.glade: * src/gramps.glade: disable scrollbars in Pedigree View * src/PedView.py: Apply Martin Hawlisch's canvas resize patch svn: r4276 2005-04-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py, gramps2/src/gramps.glade: * src/gramps.glade: disable scrollbars in Pedigree View * src/PedView.py: Apply Martin Hawlisch's canvas resize patch svn: r4276 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ImageSelect.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement. svn: r4275 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ImageSelect.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement. svn: r4275 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/ImageSelect.py, src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: added dnd type for media objects * src/ImageSelect.py: altered dnd code to use gramps specific dnd target when dnd is used between gramps windows. * src/plugins/ScratchPad.py: added support for media object. This is still a little simplistic. It would be nice to generate thumbnails as tooltips and to access some of the image meta data in the ui. svn: r4274 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/ImageSelect.py, gramps2/src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: added dnd type for media objects * src/ImageSelect.py: altered dnd code to use gramps specific dnd target when dnd is used between gramps windows. * src/plugins/ScratchPad.py: added support for media object. This is still a little simplistic. It would be nice to generate thumbnails as tooltips and to access some of the image meta data in the ui. svn: r4274 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/ImageSelect.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (Gallery.on_drag_begin): tiny fix to correct image dnd svn: r4273 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/ImageSelect.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (Gallery.on_drag_begin): tiny fix to correct image dnd svn: r4273 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/EditPerson.py, src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.register_wrapper_classes, ScratchPadName): added support for Names * src/EditPerson.py (EditPerson.__init__, EditPerson.name_drag_data_get, EditPerson.name_drag_begin, EditPerson.name_drag_data_received): added dnd for Names * src/DdTargets.py (_DdTargets.__init__, _DdTargets.all_gramps_types, _DdTargets.all_gramps_targets): added Names as dnd target. svn: r4272 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/EditPerson.py, gramps2/src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.register_wrapper_classes, ScratchPadName): added support for Names * src/EditPerson.py (EditPerson.__init__, EditPerson.name_drag_data_get, EditPerson.name_drag_begin, EditPerson.name_drag_data_received): added dnd for Names * src/DdTargets.py (_DdTargets.__init__, _DdTargets.all_gramps_types, _DdTargets.all_gramps_targets): added Names as dnd target. svn: r4272 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/Marriage.py, src/Sources.py, src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: changed pickle to cPickle. cPickle is much faster. * src/EditPerson.py: changed pickle to cPickle. cPickle is much faster. * src/EditPlace.py: changed pickle to cPickle. cPickle is much faster. * src/Marriage.py: changed pickle to cPickle. cPickle is much faster. * src/Sources.py: changed pickle to cPickle. cPickle is much faster. svn: r4271 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/Marriage.py, gramps2/src/Sources.py, gramps2/src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: changed pickle to cPickle. cPickle is much faster. * src/EditPerson.py: changed pickle to cPickle. cPickle is much faster. * src/EditPlace.py: changed pickle to cPickle. cPickle is much faster. * src/Marriage.py: changed pickle to cPickle. cPickle is much faster. * src/Sources.py: changed pickle to cPickle. cPickle is much faster. svn: r4271 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.object_drag_data_received, ScratchPadListView.on_object_select_row): disables drop that originates from the pad itself and enabled dropping into the correct row as indicated by the UI. svn: r4270 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py: 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.object_drag_data_received, ScratchPadListView.on_object_select_row): disables drop that originates from the pad itself and enabled dropping into the correct row as indicated by the UI. svn: r4270 2005-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/Check.py, src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Added generation of invalid event references of persons * src/plugins/Check.py: Check for invalid event references of persons svn: r4269 2005-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/Check.py, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/TestcaseGenerator.py: Added generation of invalid event references of persons * src/plugins/Check.py: Check for invalid event references of persons svn: r4269 2005-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ChangeNames.py, src/plugins/Check.py, src/plugins/TestcaseGenerator.py: * src/plugins/Check.py: new database callback scheme; Use Utils.family_name. * src/plugins/ChangeNames.py: new database callback scheme * src/plugins/TestcaseGenerator.py: new database callback scheme svn: r4268 2005-04-01 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/Check.py: new database callback scheme; Use Utils.family_name. * src/plugins/ChangeNames.py: new database callback scheme * src/plugins/TestcaseGenerator.py: new database callback scheme svn: r4268 2005-04-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/Marriage.py, src/NameEdit.py, src/PeopleView.py, src/PlaceView.py, src/ReadGedcom.py, src/ReadXML.py, src/SourceView.py, src/Sources.py, src/gramps_main.py: * src/AddSpouse.py: new database callback scheme. This scheme provides a registration mechanism to signal interested objects when database commits occur. The eliminates most of all callback functions tied to interface windows. * src/AddrEdit.py: new database callback scheme * src/AttrEdit.py: new database callback scheme * src/ChooseParents.py: new database callback scheme * src/EditPerson.py: new database callback scheme * src/EditPlace.py: new database callback scheme * src/EditSource.py: new database callback scheme * src/EventEdit.py: new database callback scheme * src/FamilyView.py: new database callback scheme * src/GrampsBSDDB.py: new database callback scheme * src/GrampsDbBase.py: new database callback scheme * src/GrampsInMemDB.py: new database callback scheme * src/Marriage.py: new database callback scheme * src/NameEdit.py: new database callback scheme * src/PeopleView.py: new database callback scheme * src/PlaceView.py: new database callback scheme * src/ReadGedcom.py: new database callback scheme * src/ReadXML.py: new database callback scheme * src/SourceView.py: new database callback scheme * src/Sources.py: new database callback scheme * src/gramps_main.py: new database callback scheme svn: r4267 2005-04-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/gramps_main.py: * src/AddSpouse.py: new database callback scheme. This scheme provides a registration mechanism to signal interested objects when database commits occur. The eliminates most of all callback functions tied to interface windows. * src/AddrEdit.py: new database callback scheme * src/AttrEdit.py: new database callback scheme * src/ChooseParents.py: new database callback scheme * src/EditPerson.py: new database callback scheme * src/EditPlace.py: new database callback scheme * src/EditSource.py: new database callback scheme * src/EventEdit.py: new database callback scheme * src/FamilyView.py: new database callback scheme * src/GrampsBSDDB.py: new database callback scheme * src/GrampsDbBase.py: new database callback scheme * src/GrampsInMemDB.py: new database callback scheme * src/Marriage.py: new database callback scheme * src/NameEdit.py: new database callback scheme * src/PeopleView.py: new database callback scheme * src/PlaceView.py: new database callback scheme * src/ReadGedcom.py: new database callback scheme * src/ReadXML.py: new database callback scheme * src/SourceView.py: new database callback scheme * src/Sources.py: new database callback scheme * src/gramps_main.py: new database callback scheme svn: r4267 2005-04-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ScratchPad.py: * src/plugins/ScratchPad.py (ScratchPadWindow.__init__): Minor change. svn: r4266 2005-04-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py: * src/plugins/ScratchPad.py (ScratchPadWindow.__init__): Minor change. svn: r4266 2005-04-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/RelLib.py, src/SourceView.py, src/plugins/Check.py: * src/GrampsBSDDB.py (upgrade): Delegate particular versioned upgrades to separate methods; provide upgrade_5 method. * src/RelLib.py: Remove place from MediaObjects; minor improvements. * src/SourceView.py (button_press): Proper selection on double-click. * src/plugins/Check.py (check_for_broken_family_links): Typo. svn: r4265 2005-04-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/plugins/Check.py: * src/GrampsBSDDB.py (upgrade): Delegate particular versioned upgrades to separate methods; provide upgrade_5 method. * src/RelLib.py: Remove place from MediaObjects; minor improvements. * src/SourceView.py (button_press): Proper selection on double-click. * src/plugins/Check.py (check_for_broken_family_links): Typo. svn: r4265 2005-04-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4264 2005-04-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4264 2005-03-31 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/TestcaseGenerator.py: * plugins/TestcaseGenerator.py: Added a dialog to specify what is to be generated and a ProgressBar. Enhanced family tree generation and randomized names a little more. You can now generate thousands of people :-) svn: r4263 2005-03-31 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/TestcaseGenerator.py: * plugins/TestcaseGenerator.py: Added a dialog to specify what is to be generated and a ProgressBar. Enhanced family tree generation and randomized names a little more. You can now generate thousands of people :-) svn: r4263 2005-03-31 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/TreeTips.py, src/plugins/Makefile.am, src/plugins/ScratchPad.py: 2005-03-31 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/stock_link.png: added icon for scratchpad display * src/DdTargets.py (all_text): new method to return all text ddtypes * src/TreeTips.py (__treetip_show): added support for tips to be callable methods so that tips can be generated on the fly. * src/plugins/Makefile.am: added stock_link.png icon * src/plugins/ScratchPad.py: almost complete rewrite to make proper use of gtk widgets and make more flexible for adding support for new dnd object types. Added link icon if the object is a link to a primary object. svn: r4262 2005-03-31 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/TreeTips.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/ScratchPad.py: 2005-03-31 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/stock_link.png: added icon for scratchpad display * src/DdTargets.py (all_text): new method to return all text ddtypes * src/TreeTips.py (__treetip_show): added support for tips to be callable methods so that tips can be generated on the fly. * src/plugins/Makefile.am: added stock_link.png icon * src/plugins/ScratchPad.py: almost complete rewrite to make proper use of gtk widgets and make more flexible for adding support for new dnd object types. Added link icon if the object is a link to a primary object. svn: r4262 2005-03-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/PeopleModel.py, src/PeopleView.py, src/gramps_main.py, src/plugins/Merge.py: * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. * src/plugins/Merge.py: support for new merge technique * src/PeopleView.py: divide rebuild_data into two functions * src/PeopleModel.py: clean up insertion functions * src/gramps_main.py: remove unused code svn: r4261 2005-03-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Merge.py: * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. * src/plugins/Merge.py: support for new merge technique * src/PeopleView.py: divide rebuild_data into two functions * src/PeopleModel.py: clean up insertion functions * src/gramps_main.py: remove unused code svn: r4261 2005-03-31 Don Allingham <don@gramps-project.org> * src/MergePeople.py: * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. svn: r4260 2005-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/MergePeople.py: * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. svn: r4260 2005-03-31 Don Allingham <don@gramps-project.org> * src/MergePeople.py: update svn: r4259 2005-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/MergePeople.py: update svn: r4259 2005-03-31 Don Allingham <don@gramps-project.org> * src/MergePeople.py: * src/MergePeople.py: provide more date in compare window, fix event merging for families. svn: r4258 2005-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/MergePeople.py: * src/MergePeople.py: provide more date in compare window, fix event merging for families. svn: r4258 2005-03-30 Martin Hawlisch <martin.hawlisch@gmx.de> * src/plugins/TestcaseGenerator.py: small typo svn: r4257 2005-03-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/plugins/TestcaseGenerator.py: small typo svn: r4257 2005-03-30 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/Check.py, src/plugins/TestcaseGenerator.py: * plugins/TestcaseGenerator.py: Added some more testcases of invalid relations * plugins/Check.py: Added some comments an handling for some more invalid references svn: r4256 2005-03-30 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/Check.py, gramps2/src/plugins/TestcaseGenerator.py: * plugins/TestcaseGenerator.py: Added some more testcases of invalid relations * plugins/Check.py: Added some comments an handling for some more invalid references svn: r4256 2005-03-30 Don Allingham <don@gramps-project.org> * src/MergePeople.py: update svn: r4255 2005-03-30 Don Allingham <don@gramps-project.org> * gramps2/src/MergePeople.py: update svn: r4255 2005-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/MergePeople.py, src/ReadXML.py, src/gramps.glade, src/gramps_main.py, src/mergedata.glade: * src/ReadXML.py: handle date object on names * src/gramps.glade: add menu items for merging * src/MergePeople.py: new person merge * src/gramps_main.py: merge handling callbacks * src/mergedata.glade: updated interface for merging * src/SourceView.py: connect SourceView.merge into the multiple selection mechanism svn: r4254 2005-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergePeople.py, gramps2/src/ReadXML.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/mergedata.glade: * src/ReadXML.py: handle date object on names * src/gramps.glade: add menu items for merging * src/MergePeople.py: new person merge * src/gramps_main.py: merge handling callbacks * src/mergedata.glade: updated interface for merging * src/SourceView.py: connect SourceView.merge into the multiple selection mechanism svn: r4254 2005-03-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py (undo_callback,redo_callback): Minor improvements, (read_file): Always re-initialize Undo and Redo items to insensitive blanks after new database load; (post_load): Set up database's callbacks for Undo and Redo after load. * src/gramps.glade: Make Redo label non-stock to allow label change. svn: r4253 2005-03-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py (undo_callback,redo_callback): Minor improvements, (read_file): Always re-initialize Undo and Redo items to insensitive blanks after new database load; (post_load): Set up database's callbacks for Undo and Redo after load. * src/gramps.glade: Make Redo label non-stock to allow label change. svn: r4253 2005-03-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (delete_person_response): Object/handle mixups, remove unneeded commits. svn: r4252 2005-03-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (delete_person_response): Object/handle mixups, remove unneeded commits. svn: r4252 2005-03-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Witness.py: * src/Witness.py (WitnessEditor.__init__): Work around missing reference. svn: r4251 2005-03-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Witness.py: * src/Witness.py (WitnessEditor.__init__): Work around missing reference. svn: r4251 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/ScratchPad.py: 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (on_object_select_row): fixed the drop of text into TextView widgets. svn: r4250 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py: 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (on_object_select_row): fixed the drop of text into TextView widgets. svn: r4250 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/Marriage.py, src/plugins/ScratchPad.py: 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: add family targets to target list functions * src/Marriage.py (at_dest_drag_data_received, ev_dest_drag_data_received, ev_source_drag_data_get, at_source_drag_data_get): fixed dnd methods and added use of DdTarget types. * src/plugins/ScratchPad.py (generate_family_event_tooltip, generate_family_event_tooltip, redraw_object_list): added support for family events and attributes. svn: r4249 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/Marriage.py, gramps2/src/plugins/ScratchPad.py: 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: add family targets to target list functions * src/Marriage.py (at_dest_drag_data_received, ev_dest_drag_data_received, ev_source_drag_data_get, at_source_drag_data_get): fixed dnd methods and added use of DdTarget types. * src/plugins/ScratchPad.py (generate_family_event_tooltip, generate_family_event_tooltip, redraw_object_list): added support for family events and attributes. svn: r4249 2005-03-28 Alex Roitman <shura@gramps-project.org> * src/MergeData.py, src/SourceView.py: Update svn: r4248 2005-03-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/MergeData.py, gramps2/src/SourceView.py: Update svn: r4248 2005-03-28 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4247 2005-03-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4247 2005-03-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Sources.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/Ancestors.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/NavWebPage.py, src/plugins/ScratchPad.py, src/plugins/WebPage.py: * src/RelLib.py (NoteBase,PlaceBase): Add new classes. * src/ReadGedcom.py: Use get_note for comments. * src/ReadXML.py: Use get_note for comments. * src/Sources.py: Use get_note for comments. * src/WriteGedcom.py: Use get_note for comments. * src/WriteXML.py: Use get_note for comments. * src/plugins/Ancestors.py: Use get_note for comments. * src/plugins/FtmStyleAncestors.py: Use get_note for comments. * src/plugins/FtmStyleDescendants.py: Use get_note for comments. * src/plugins/NavWebPage.py: Use get_note for comments. * src/plugins/ScratchPad.py: Use get_note for comments. * src/plugins/WebPage.py: Use get_note for comments. svn: r4246 2005-03-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Sources.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/WebPage.py: * src/RelLib.py (NoteBase,PlaceBase): Add new classes. * src/ReadGedcom.py: Use get_note for comments. * src/ReadXML.py: Use get_note for comments. * src/Sources.py: Use get_note for comments. * src/WriteGedcom.py: Use get_note for comments. * src/WriteXML.py: Use get_note for comments. * src/plugins/Ancestors.py: Use get_note for comments. * src/plugins/FtmStyleAncestors.py: Use get_note for comments. * src/plugins/FtmStyleDescendants.py: Use get_note for comments. * src/plugins/NavWebPage.py: Use get_note for comments. * src/plugins/ScratchPad.py: Use get_note for comments. * src/plugins/WebPage.py: Use get_note for comments. svn: r4246 2005-03-28 Don Allingham <don@gramps-project.org> * src/SourceView.py: * src/SourceView.py: connect SourceView.merge into the multiple selection mechanism svn: r4245 2005-03-28 Don Allingham <don@gramps-project.org> * gramps2/src/SourceView.py: * src/SourceView.py: connect SourceView.merge into the multiple selection mechanism svn: r4245 2005-03-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MergeData.py, src/PlaceView.py, src/SourceView.py, src/gramps_main.py: * src/MergeData.py: Files for places and sources. * src/PlaceView.py (build_context_menu): Typo. * src/SourceView.py (__init__,build_tree): Allow multiple, selections; (merge): Add placeholder method (borrowed from places, needs work. * src/gramps_main.py (on_views_switch_page): Enable merge button; (on_merge_activate): Call merge for sources. svn: r4244 2005-03-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergeData.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: * src/MergeData.py: Files for places and sources. * src/PlaceView.py (build_context_menu): Typo. * src/SourceView.py (__init__,build_tree): Allow multiple, selections; (merge): Add placeholder method (borrowed from places, needs work. * src/gramps_main.py (on_views_switch_page): Enable merge button; (on_merge_activate): Call merge for sources. svn: r4244 2005-03-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MergeData.py, src/RelLib.py: * src/RelLib.py (Source.replace_source_references): Add method. * src/MergeData.py (MergeSources.merge): Use new handle replacement. svn: r4243 2005-03-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergeData.py, gramps2/src/RelLib.py: * src/RelLib.py (Source.replace_source_references): Add method. * src/MergeData.py (MergeSources.merge): Use new handle replacement. svn: r4243 2005-03-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/MergeData.py: * src/MergeData.py: Add interface support for parents/family merging svn: r4242 2005-03-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergeData.py: * src/MergeData.py: Add interface support for parents/family merging svn: r4242 2005-03-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/Check.py, src/plugins/TestcaseGenerator.py: * src/plugins/Check.py (check_parent_relationships): Catch some more database errors. Messages in the report still need some work. * src/plugins/TestcaseGenerator.py: New plugin that creates some of the errors that crashed Check.py before. svn: r4241 2005-03-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/Check.py, gramps2/src/plugins/TestcaseGenerator.py: * src/plugins/Check.py (check_parent_relationships): Catch some more database errors. Messages in the report still need some work. * src/plugins/TestcaseGenerator.py: New plugin that creates some of the errors that crashed Check.py before. svn: r4241 2005-03-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/MergeData.py, src/const.py.in: * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback svn: r4240 2005-03-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergeData.py, gramps2/src/const.py.in: * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback svn: r4240 2005-03-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/Check.py: * src/plugins/Check.py (check_parent_relationships): typo svn: r4239 2005-03-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py (check_parent_relationships): typo svn: r4239 2005-03-26 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/Check.py: * src/plugins/Check.py: Add check for child handle in family, that does no longer exist in database svn: r4238 2005-03-26 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py: Add check for child handle in family, that does no longer exist in database svn: r4238 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/ScratchPad.py: 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py (ScratchPadWindow): moved content of pad to a class attribute so that it is preserved when the pad is closed. * src/ScratchPad.py (add_itself_to_menu, remove_itself_from_menu): removed large section of commented code. svn: r4237 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py: 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py (ScratchPadWindow): moved content of pad to a class attribute so that it is preserved when the pad is closed. * src/ScratchPad.py (add_itself_to_menu, remove_itself_from_menu): removed large section of commented code. svn: r4237 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/EditPerson.py, src/EditPlace.py, src/FamilyView.py, src/Marriage.py, src/Sources.py: 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Sources.py: converted to use DdTargets.py * src/FamilyView.py: converted to use DdTargets.py * src/EditPerson.py: converted to use DdTargets.py * src/EditPlace.py: converted to use DdTargets.py * src/Marriage.py: converted to use DdTargets.py * src/DdTargets.py: added targets for FAMILY_EVENT, FAMILY_ATTRIBUTE, CHILD and SPOUSE svn: r4236 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/Sources.py: 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Sources.py: converted to use DdTargets.py * src/FamilyView.py: converted to use DdTargets.py * src/EditPerson.py: converted to use DdTargets.py * src/EditPlace.py: converted to use DdTargets.py * src/Marriage.py: converted to use DdTargets.py * src/DdTargets.py: added targets for FAMILY_EVENT, FAMILY_ATTRIBUTE, CHILD and SPOUSE svn: r4236 2005-03-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FilterEditor.py, src/plugins/RelCalc.py, src/plugins/ScratchPad.py, src/plugins/SoundGen.py, src/plugins/scratchpad.glade, src/plugins/soundex.glade, src/rule.glade: * src/plugins/FilterEditor.py: single instance, help. * src/rule.glade: icon, help. * src/plugins/SoundGen.py: single instance, icon, help. * src/soundex.glade: help. * src/plugins/RelCalc.py: icon. * src/plugins/ScratchPad.py: single instance, help. * src/scratchpad.glade: help. svn: r4235 2005-03-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/scratchpad.glade, gramps2/src/plugins/soundex.glade, gramps2/src/rule.glade: * src/plugins/FilterEditor.py: single instance, help. * src/rule.glade: icon, help. * src/plugins/SoundGen.py: single instance, icon, help. * src/soundex.glade: help. * src/plugins/RelCalc.py: icon. * src/plugins/ScratchPad.py: single instance, help. * src/scratchpad.glade: help. svn: r4235 2005-03-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py, src/plugins/Eval.py, src/plugins/Leak.py, src/plugins/ReorderIds.py, src/plugins/changetype.glade, src/plugins/eval.glade, src/plugins/leak.glade: * src/plugins/ChangeTypes.py: icon, window management, single instance. * src/plugins/changetype.glade: delete event. * src/plugins/ReorderIds.py: Disable for the time being. * src/plugins/Eval.py: icon, window management, single instance. * src/plugins/eval.glade: dialog. * src/plugins/Leak.py: icon, window management, single instance. * src/plugins/leak.glade: dialog. svn: r4234 2005-03-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Eval.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/changetype.glade, gramps2/src/plugins/eval.glade, gramps2/src/plugins/leak.glade: * src/plugins/ChangeTypes.py: icon, window management, single instance. * src/plugins/changetype.glade: delete event. * src/plugins/ReorderIds.py: Disable for the time being. * src/plugins/Eval.py: icon, window management, single instance. * src/plugins/eval.glade: dialog. * src/plugins/Leak.py: icon, window management, single instance. * src/plugins/leak.glade: dialog. svn: r4234 2005-03-24 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py, src/plugins/summary.glade: Update svn: r4233 2005-03-24 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Check.py, gramps2/src/plugins/summary.glade: Update svn: r4233 2005-03-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py, src/plugins/Check.py, src/plugins/Verify.py, src/plugins/summary.glade: * src/RelLib.py (Witness.__init__): Typo. * src/plugins/Check.py (cleanup_missing_photos): Use new mediaref detection/removal, icons, window management. * src/plugins/summary.glade: non-modal dialog. * src/plugins/Verify.py (VerifyResults): Use title once. svn: r4232 2005-03-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/summary.glade: * src/RelLib.py (Witness.__init__): Typo. * src/plugins/Check.py (cleanup_missing_photos): Use new mediaref detection/removal, icons, window management. * src/plugins/summary.glade: non-modal dialog. * src/plugins/Verify.py (VerifyResults): Use title once. svn: r4232 2005-03-24 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/DdTargets.py, src/Makefile.am, src/plugins/ScratchPad.py: 2005-03-24 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: new module to manage drag and drop target data. * src/Makefile.am: added DdTargets.py * src/ScratchPad.py: modified to use DdTargets.py. This is the first stage. I will look at modifying EditPersons.py to use DdTargets.py next svn: r4231 2005-03-24 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/DdTargets.py, gramps2/src/Makefile.am, gramps2/src/plugins/ScratchPad.py: 2005-03-24 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: new module to manage drag and drop target data. * src/Makefile.am: added DdTargets.py * src/ScratchPad.py: modified to use DdTargets.py. This is the first stage. I will look at modifying EditPersons.py to use DdTargets.py next svn: r4231 2005-03-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/QuestionDialog.py, src/gramps_main.py, src/plugins/ChangeNames.py, src/plugins/Desbrowser.py, src/plugins/EventCmp.py, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/desbrowse.glade, src/plugins/eventcmp.glade, src/plugins/merge.glade, src/plugins/patchnames.glade: * src/gramps_main.py (tool_callback): Typo. * src/QuestionDialog.py: Use gramps icon. * src/plugins/EventCmp.py: HIG; single instance; help. * src/plugins/eventcmp.glade: HIG; help. * src/plugins/Desbrowser.py: HIG, help, rebuild model after edit. * src/plugins/desbrowse.glade: help, info label. * src/plugins/PatchNames.py: HIG, help, single instance. * src/plugins/patchnames.glade: HIG, help. * src/plugins/Merge.py: HIG, help, single instance. * src/plugins/merge.glade: HIG, help. * src/plugins/ChangeNames.py: HIG, help, single instance. svn: r4230 2005-03-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/QuestionDialog.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/desbrowse.glade, gramps2/src/plugins/eventcmp.glade, gramps2/src/plugins/merge.glade, gramps2/src/plugins/patchnames.glade: * src/gramps_main.py (tool_callback): Typo. * src/QuestionDialog.py: Use gramps icon. * src/plugins/EventCmp.py: HIG; single instance; help. * src/plugins/eventcmp.glade: HIG; help. * src/plugins/Desbrowser.py: HIG, help, rebuild model after edit. * src/plugins/desbrowse.glade: help, info label. * src/plugins/PatchNames.py: HIG, help, single instance. * src/plugins/patchnames.glade: HIG, help. * src/plugins/Merge.py: HIG, help, single instance. * src/plugins/merge.glade: HIG, help. * src/plugins/ChangeNames.py: HIG, help, single instance. svn: r4230 2005-03-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py, src/plugins/verify.glade: * src/plugins/Verify.py (VerifyResults): Add class for displaying results; help for the settings window; single instance of the tool. * src/plugins/verify.glade: HIG compliance, break things into tabs. svn: r4229 2005-03-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py, gramps2/src/plugins/verify.glade: * src/plugins/Verify.py (VerifyResults): Add class for displaying results; help for the settings window; single instance of the tool. * src/plugins/verify.glade: HIG compliance, break things into tabs. svn: r4229 2005-03-23 Don Allingham <don@gramps-project.org> * src/EventEdit.py: * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback svn: r4228 2005-03-23 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py: * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback svn: r4228 2005-03-23 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, doc/gramps-manual/de/cmdline.xml, doc/gramps-manual/de/custom.xml, doc/gramps-manual/de/faq.xml, doc/gramps-manual/de/filtref.xml, doc/gramps-manual/de/getstart.xml, doc/gramps-manual/de/gramps-manual.xml, doc/gramps-manual/de/keybind.xml, doc/gramps-manual/de/mainwin.xml, doc/gramps-manual/de/usage.xml: * doc/gramps-manual/de/*.xml: Incorporated changes from STABLE branch. svn: r4227 2005-03-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/doc/gramps-manual/de/cmdline.xml, gramps2/doc/gramps-manual/de/custom.xml, gramps2/doc/gramps-manual/de/faq.xml, gramps2/doc/gramps-manual/de/filtref.xml, gramps2/doc/gramps-manual/de/getstart.xml, gramps2/doc/gramps-manual/de/gramps-manual.xml, gramps2/doc/gramps-manual/de/keybind.xml, gramps2/doc/gramps-manual/de/mainwin.xml, gramps2/doc/gramps-manual/de/usage.xml: * doc/gramps-manual/de/*.xml: Incorporated changes from STABLE branch. svn: r4227 2005-03-23 Don Allingham <don@gramps-project.org> * src/EventEdit.py, src/gramps_main.py: * src/EventEdit.py: disable OK button if event type is an empty string * src/gramps_main.py: fix merge callback svn: r4226 2005-03-23 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/gramps_main.py: * src/EventEdit.py: disable OK button if event type is an empty string * src/gramps_main.py: fix merge callback svn: r4226 2005-03-23 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/RelLib.py: * src/RelLib.py: Added self.get_date() to get_text_data_child_list(). This way the date is searchable in the full-text search filter. svn: r4225 2005-03-23 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: Added self.get_date() to get_text_data_child_list(). This way the date is searchable in the full-text search filter. svn: r4225 2005-03-23 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r4224 2005-03-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r4224 2005-03-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/RelLib.py: * src/RelLib.py (PrivacyBase): Add base class for privacy capabilities; (PrivateSourceNote): Inherits from SourceNote and PrivacyBase; (MediaRef,Url,Witness,SourceRef): Remove unneeded privacy methods. * src/ImageSelect.py (GlobalMediaProperties.display_refs): Typos. svn: r4223 2005-03-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/RelLib.py: * src/RelLib.py (PrivacyBase): Add base class for privacy capabilities; (PrivateSourceNote): Inherits from SourceNote and PrivacyBase; (MediaRef,Url,Witness,SourceRef): Remove unneeded privacy methods. * src/ImageSelect.py (GlobalMediaProperties.display_refs): Typos. svn: r4223 2005-03-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadXML.py, src/RelLib.py, src/Sources.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/NavWebPage.py, src/plugins/WebPage.py: * src/Sources.py: Use get_date_object (not get_date) for source refs. * src/ReadXML.py: Use get_date_object for source refs. * src/WriteXML.py: Use get_date_object for source refs. * src/WriteGedcom.py: Use get_date_object for sourcerefs. * src/plugins/FtmStyleAncestors.py: Use get_date_object for sourcerefs. * src/plugins/FtmStyleDescendants.py: Use get_date_object for sourcerefs. * src/plugins/NavWebPage.py: Use get_date_object for sourcerefs. * src/plugins/WebPage.py: Use get_date_object for sourcerefs. * src/RelLib.py (DateBase): Add base class for keeping Date; (MediaBase): Do not inherit from BaseObject; (Event,MediaObject,LdsOrd, Address,Name,SourceRef): Inherit all date-related methods from DateBase. svn: r4222 2005-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Sources.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/WebPage.py: * src/Sources.py: Use get_date_object (not get_date) for source refs. * src/ReadXML.py: Use get_date_object for source refs. * src/WriteXML.py: Use get_date_object for source refs. * src/WriteGedcom.py: Use get_date_object for sourcerefs. * src/plugins/FtmStyleAncestors.py: Use get_date_object for sourcerefs. * src/plugins/FtmStyleDescendants.py: Use get_date_object for sourcerefs. * src/plugins/NavWebPage.py: Use get_date_object for sourcerefs. * src/plugins/WebPage.py: Use get_date_object for sourcerefs. * src/RelLib.py (DateBase): Add base class for keeping Date; (MediaBase): Do not inherit from BaseObject; (Event,MediaObject,LdsOrd, Address,Name,SourceRef): Inherit all date-related methods from DateBase. svn: r4222 2005-03-22 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Remove unicode handles for places svn: r4221 2005-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Remove unicode handles for places svn: r4221 2005-03-22 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r4220 2005-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r4220 2005-03-22 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r4219 2005-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r4219 2005-03-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: Move handle_reference methods from BaseObject to PrimaryObject; (MediaBase): Remove recursive child-related operations on mediarefs, since only primary objects have mediarefs; Rename DataObj to PrivateObject; (People,Family,Event,MediaObject): remove get_handleholder_list, add low-level handle reference detector. svn: r4218 2005-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: Move handle_reference methods from BaseObject to PrimaryObject; (MediaBase): Remove recursive child-related operations on mediarefs, since only primary objects have mediarefs; Rename DataObj to PrivateObject; (People,Family,Event,MediaObject): remove get_handleholder_list, add low-level handle reference detector. svn: r4218 2005-03-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (MediaBase): Add base class for media references; (BaseObject): Add has_handle_reference, remove_handle_references, and replace_handle_reference methods; (SourceNote): Add replace_source_references method; (People,Family,Event,MediaObject): Add handle_reference methods. svn: r4217 2005-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (MediaBase): Add base class for media references; (BaseObject): Add has_handle_reference, remove_handle_references, and replace_handle_reference methods; (SourceNote): Add replace_source_references method; (People,Family,Event,MediaObject): Add handle_reference methods. svn: r4217 2005-03-21 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/MergeData.py: * src/MergeData.py: further changes to adapt to new API svn: r4216 2005-03-21 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/MergeData.py: * src/MergeData.py: further changes to adapt to new API svn: r4216 2005-03-20 Alex Roitman <shura@gramps-project.org> * src/gramps.glade: Update svn: r4215 2005-03-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.glade: Update svn: r4215 2005-03-20 Alex Roitman <shura@gramps-project.org> * ChangeLog: * src/gramps.glade: Add tolltip to scratchpad button. svn: r4214 2005-03-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * src/gramps.glade: Add tolltip to scratchpad button. svn: r4214 2005-03-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbBase.py, src/PeopleModel.py, src/PeopleView.py, src/gramps.glade, src/gramps_main.py, src/plugins/ScratchPad.py, src/plugins/scratchpad.glade: * src/GrampsDbBase.py: handle new column * src/PeopleModel.py: add cause of death field * src/PeopleView.py: add cause of death field * src/gramps.glade: add scratchpad button * src/gramps_main.py: add scratchpad button press callback * src/plugins/ScratchPad.py: call alternate dialog * src/plugins/scratchpad.glade: provide alternate dialog based on gtk.Dialog that implements the help button. svn: r4213 2005-03-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/scratchpad.glade: * src/GrampsDbBase.py: handle new column * src/PeopleModel.py: add cause of death field * src/PeopleView.py: add cause of death field * src/gramps.glade: add scratchpad button * src/gramps_main.py: add scratchpad button press callback * src/plugins/ScratchPad.py: call alternate dialog * src/plugins/scratchpad.glade: provide alternate dialog based on gtk.Dialog that implements the help button. svn: r4213 2005-03-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/Marriage.py, src/gramps.glade: * src/gramps.glade: Add date LED buttons for LDS dates. * src/EditPerson.py (draw_lds): Add date LED buttons for LDS dates; (lds_field): Always set date text for LDS dates. * src/Marriage.py (__init__): Add date LED button for LDS date. svn: r4212 2005-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/Marriage.py, gramps2/src/gramps.glade: * src/gramps.glade: Add date LED buttons for LDS dates. * src/EditPerson.py (draw_lds): Add date LED buttons for LDS dates; (lds_field): Always set date text for LDS dates. * src/Marriage.py (__init__): Add date LED button for LDS date. svn: r4212 2005-03-19 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4211 2005-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4211 2005-03-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/figures/export-druid.png: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. svn: r4208 2005-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/figures/export-druid.png: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. svn: r4208 2005-03-18 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditPerson.py, src/plugins/ScratchPad.py: 2005-03-18 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: Tidy up of drag target type handling. * src/EditPerson.py (x_drag_data_received): fixed problem with drag and drop of objects that have srcrefs. svn: r4206 2005-03-18 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/plugins/ScratchPad.py: 2005-03-18 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: Tidy up of drag target type handling. * src/EditPerson.py (x_drag_data_received): fixed problem with drag and drop of objects that have srcrefs. svn: r4206 2005-03-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Errors.py, src/GrampsGconfKeys.py, src/const.py.in: * src/gramps_main.py (__init__): Catch "ErrorSchemaInvalid" exception * src/Errors.py (GConfSchemaError): Add new exception. * src/const.py.in: Remove exception string "ErrorSchemaInvalid" (replaced by new class). * src/GrampsGconfKeys.py (get_bool,get_int,get_string): Raise exception. svn: r4204 2005-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Errors.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/const.py.in: * src/gramps_main.py (__init__): Catch "ErrorSchemaInvalid" exception * src/Errors.py (GConfSchemaError): Add new exception. * src/const.py.in: Remove exception string "ErrorSchemaInvalid" (replaced by new class). * src/GrampsGconfKeys.py (get_bool,get_int,get_string): Raise exception. svn: r4204 2005-03-17 Martin Hawlisch <martin.hawlisch@gmx.de> * src/GrampsMime.py: typo svn: r4201 2005-03-17 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/GrampsMime.py: typo svn: r4201 2005-03-17 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GrampsGconfKeys.py, src/GrampsMime.py, src/const.py.in, src/gramps_main.py: * src/GrampsGconfKeys.py (get_bool,get_int,get_string): Raise exception when default value could not be get from gconf schema * src/const.py.in: Add custom exception "ErrorSchemaInvalid" * src/GrampsMime.py (mime_type_is_defined): New method that returns True/False * src/gramps_main.py (__init__) Catch "ErrorSchemaInvalid" exception and check for installed MIME-type. Show error because installation is incomplete. svn: r4200 2005-03-17 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsMime.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py: * src/GrampsGconfKeys.py (get_bool,get_int,get_string): Raise exception when default value could not be get from gconf schema * src/const.py.in: Add custom exception "ErrorSchemaInvalid" * src/GrampsMime.py (mime_type_is_defined): New method that returns True/False * src/gramps_main.py (__init__) Catch "ErrorSchemaInvalid" exception and check for installed MIME-type. Show error because installation is incomplete. svn: r4200 2005-03-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, acinclude.m4, configure.in, src/data/Makefile.am: * acinclude.m4: Add macro for defining SHARED_MIME_DIR. * configure.in: Use AM_SHARED_MIME macro. * src/data/Makefile.am: Use defined GCONF_SCHEMA_FILE_DIR and SHARED_MIME_DIR, not the hardcoded paths. svn: r4199 2005-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/acinclude.m4, gramps2/configure.in, gramps2/src/data/Makefile.am: * acinclude.m4: Add macro for defining SHARED_MIME_DIR. * configure.in: Use AM_SHARED_MIME macro. * src/data/Makefile.am: Use defined GCONF_SCHEMA_FILE_DIR and SHARED_MIME_DIR, not the hardcoded paths. svn: r4199 2005-03-17 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/Exporter.py, src/plugins/ExportVCalendar.py, src/plugins/ExportVCard.py, src/plugins/vcalendarexport.glade, src/plugins/vcardexport.glade: * src/Exporter.py (build_info_page): proofreading; (build_format_page): shrink the size of the window by using tooltips to display the format description. * src/plugins/ExportVCard.py: New (unfinished) plugin to export addresses to pim applications. * src/plugins/vcardexport.glade: GUI for the Exporter Druid of vCard export * src/plugins/ExportVCalendar.py: New (unfinished) plugin to export events for calendaring applications. * src/plugins/vcalendarexport.glade: GUI for the Exporter Druid of vCalendar export svn: r4197 2005-03-17 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/plugins/ExportVCalendar.py, gramps2/src/plugins/ExportVCard.py, gramps2/src/plugins/vcalendarexport.glade, gramps2/src/plugins/vcardexport.glade: * src/Exporter.py (build_info_page): proofreading; (build_format_page): shrink the size of the window by using tooltips to display the format description. * src/plugins/ExportVCard.py: New (unfinished) plugin to export addresses to pim applications. * src/plugins/vcardexport.glade: GUI for the Exporter Druid of vCard export * src/plugins/ExportVCalendar.py: New (unfinished) plugin to export events for calendaring applications. * src/plugins/vcalendarexport.glade: GUI for the Exporter Druid of vCalendar export svn: r4197 2005-03-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/const.py.in, src/plugins/ImportvCard.py: * src/plugins/ImportvCard.py: A quickly hacked version of a vCard importer. Maybe it is useful for someone. * src/const.py.in: added mime for vCard import. svn: r4196 2005-03-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/const.py.in, gramps2/src/plugins/ImportvCard.py: * src/plugins/ImportvCard.py: A quickly hacked version of a vCard importer. Maybe it is useful for someone. * src/const.py.in: added mime for vCard import. svn: r4196 2005-03-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, ChangeLog.old, src/GenericFilter.py, src/plugins/FilterEditor.py: * src/GenericFilter.py (HasTextMatchingSubstringOf): Minor. * src/plugins/FilterEditor.py (EditRule:__init__): Typo. * ChangeLog.old: Add to CVS the pre-2005 ChangeLog; Split off current. svn: r4195 2005-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/ChangeLog.old, gramps2/src/GenericFilter.py, gramps2/src/plugins/FilterEditor.py: * src/GenericFilter.py (HasTextMatchingSubstringOf): Minor. * src/plugins/FilterEditor.py (EditRule:__init__): Typo. * ChangeLog.old: Add to CVS the pre-2005 ChangeLog; Split off current. svn: r4195 2005-03-16 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4194 2005-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4194 2005-03-16 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, TODO, src/GenericFilter.py, src/gramps_main.py, src/plugins/FilterEditor.py: * src/GenericFilter.py (HasTextMatchingSubstringOf): add checkboxes for case and regexp matching; (HasTextMatchingRegexpOf) Added wrapper to use regexp matching in HasTextMatchingSubstringOf * src/gramps_main.py: Add new regular expression filter * src/plugins/FilterEditor.py (EditRule:__init__): Treat params of new filter as boolean. * TODO: Add parameter definition of Filter Rules to the filter itself, so it can be removed from the filter editor and used by PeopleView. svn: r4193 2005-03-16 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/GenericFilter.py, gramps2/src/gramps_main.py, gramps2/src/plugins/FilterEditor.py: * src/GenericFilter.py (HasTextMatchingSubstringOf): add checkboxes for case and regexp matching; (HasTextMatchingRegexpOf) Added wrapper to use regexp matching in HasTextMatchingSubstringOf * src/gramps_main.py: Add new regular expression filter * src/plugins/FilterEditor.py (EditRule:__init__): Treat params of new filter as boolean. * TODO: Add parameter definition of Filter Rules to the filter itself, so it can be removed from the filter editor and used by PeopleView. svn: r4193 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/plugins/ScratchPad.py: 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py (ScratchPad): improved the generation of tooltip information for most object types. svn: r4192 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/plugins/ScratchPad.py: 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py (ScratchPad): improved the generation of tooltip information for most object types. svn: r4192 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/EditPerson.py: 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/EditPerson.py (EditPerson.ev_drag_data_received): Fixed drag and drop of events. svn: r4191 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/EditPerson.py: 2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/EditPerson.py (EditPerson.ev_drag_data_received): Fixed drag and drop of events. svn: r4191 2005-03-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/gramps.xml: * src/data/gramps.xml: Correct GW magic to not collide with XML. svn: r4189 2005-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/gramps.xml: * src/data/gramps.xml: Correct GW magic to not collide with XML. svn: r4189 2005-03-15 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: fixed small typos svn: r4188 2005-03-15 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/ImportGeneWeb.py: * src/plugins/ImportGeneWeb.py: fixed small typos svn: r4188 2005-03-15 Martin Hawlisch <martin.hawlisch@gmx.de> * src/GenericFilter.py: HasTextMatchingSubstringOf: Syncronized filter name svn: r4187 2005-03-15 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/src/GenericFilter.py: HasTextMatchingSubstringOf: Syncronized filter name svn: r4187 2005-03-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateEdit.py, src/GenericFilter.py, src/gramps_main.py, src/plugins/FilterEditor.py: * src/GenericFilter.py (HasTextMatchingSubstringOf): Rename FullTextSearch as well as its descriptions. * src/gramps_main.py: Change string for filter menu. * src/plugins/FilterEditor.py (EditRule.__init__): Hide window while drawing. * src/DateEdit.py (DateEditorDialog.__init__): Hide window while drawing. svn: r4186 2005-03-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/GenericFilter.py, gramps2/src/gramps_main.py, gramps2/src/plugins/FilterEditor.py: * src/GenericFilter.py (HasTextMatchingSubstringOf): Rename FullTextSearch as well as its descriptions. * src/gramps_main.py: Change string for filter menu. * src/plugins/FilterEditor.py (EditRule.__init__): Hide window while drawing. * src/DateEdit.py (DateEditorDialog.__init__): Hide window while drawing. svn: r4186 2005-03-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/RelLib.py: * src/RelLib.py (Source.get_text_data_child_list, Family.get_text_data_child_list): Add missing lists. * src/GenericFilter.py (FullTextSearch): Correct description. * src/GenericFilter.py (FullTextSearch): Added new filter that provides a full-text search thru (nearly) all attributes and linked objects of a person. svn: r4185 2005-03-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/RelLib.py: * src/RelLib.py (Source.get_text_data_child_list, Family.get_text_data_child_list): Add missing lists. * src/GenericFilter.py (FullTextSearch): Correct description. * src/GenericFilter.py (FullTextSearch): Added new filter that provides a full-text search thru (nearly) all attributes and linked objects of a person. svn: r4185 2005-03-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * ChangeLog, src/Makefile.am, src/TreeTips.py, src/plugins/Makefile.am, src/plugins/ScratchPad.py, src/plugins/scratchpad.glade: 2005-03-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Makefile.am : Added TreeTip.py to list of installed modules. * src/TreeTip.py: New module that implements tooltips on TreeView rows. * src/plugins/Makefile.am: Added ScratchPad.py and scratchpad.glade. * src/plugins/ScratchPad.py: New module to implement a scratch pad for temporary storage of drag and drop objects. * src/plugins/scratchpad.glade: New glade file for ScratchPad window. svn: r4184 2005-03-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * gramps2/ChangeLog, gramps2/src/Makefile.am, gramps2/src/TreeTips.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/ScratchPad.py, gramps2/src/plugins/scratchpad.glade: 2005-03-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Makefile.am : Added TreeTip.py to list of installed modules. * src/TreeTip.py: New module that implements tooltips on TreeView rows. * src/plugins/Makefile.am: Added ScratchPad.py and scratchpad.glade. * src/plugins/ScratchPad.py: New module to implement a scratch pad for temporary storage of drag and drop objects. * src/plugins/scratchpad.glade: New glade file for ScratchPad window. svn: r4184 2005-03-15 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GenericFilter.py, src/RelLib.py, src/gramps_main.py: * src/GenericFilter.py (FullTextSearch): Added new filter thad provides a full-text search thru (nearly) all attributes and linked objexts of a person. * src/gramps_main.py: add the new filter to the menu. * src/RelLib.py (Event,Source): fix get_text_data_child_list() to correct attributes of the class; (Family): fix get_sourcref_child_list(). svn: r4183 2005-03-15 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py: * src/GenericFilter.py (FullTextSearch): Added new filter thad provides a full-text search thru (nearly) all attributes and linked objexts of a person. * src/gramps_main.py: add the new filter to the menu. * src/RelLib.py (Event,Source): fix get_text_data_child_list() to correct attributes of the class; (Family): fix get_sourcref_child_list(). svn: r4183 2005-03-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/RelLib.py: * src/AddSpouse.py (select_spouse_clicked): Prevent adding oneself and oneself's parents as a spouse; When aborting, do not close dialog. * src/RelLib.py (BaseObject): Add base data class, to support capabilites common to all gramps objects; (matches_string, matches_regexp): Add methods for searching textual objects; (Person,Family,Event,Place,Source,MediaRef,LdsOrd,Attribute,Address, Name,Location,Note,Url,Witness,SourceRef): Add methods for determining textual objects and children with textual objects. svn: r4182 2005-03-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/RelLib.py: * src/AddSpouse.py (select_spouse_clicked): Prevent adding oneself and oneself's parents as a spouse; When aborting, do not close dialog. * src/RelLib.py (BaseObject): Add base data class, to support capabilites common to all gramps objects; (matches_string, matches_regexp): Add methods for searching textual objects; (Person,Family,Event,Place,Source,MediaRef,LdsOrd,Attribute,Address, Name,Location,Note,Url,Witness,SourceRef): Add methods for determining textual objects and children with textual objects. svn: r4182 2005-03-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: use new GRAMPS homepage svn: r4180 2005-03-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: use new GRAMPS homepage svn: r4180 2005-03-14 Alex Roitman <shura@gramps-project.org> * src/DisplayTrace.py: Update svn: r4178 2005-03-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/DisplayTrace.py: Update svn: r4178 2005-03-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTrace.py: * src/DisplayTrace.py (__init__): Mark debian distros. svn: r4177 2005-03-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTrace.py: * src/DisplayTrace.py (__init__): Mark debian distros. svn: r4177 2005-03-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py: * src/EventEdit.py (get_place): Typo. svn: r4173 2005-03-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py: * src/EventEdit.py (get_place): Typo. svn: r4173 2005-03-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateEdit.py, src/EditPerson.py, src/EventEdit.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/Utils.py: * src/DateEdit.py (update_after_editor): Add method. * src/EditPerson.py: Always have birth/death events (never None); Use new update method for dates; Only commit death/birth if changed; Only add new birth/death if non-empty. * src/EventEdit.py: Translate stored event names before including in menu; Exclude birth/death from menu; Do not add birth/death to the custom event types; Only detect type change for non-birth/death. * src/GrampsDbBase.py: Do not commit objects with empty handles. * src/GrampsInMemDB.py: Do not commit objects with empty handles. * src/Utils.py (family_name): Add clause for unknown parents. svn: r4172 2005-03-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/Utils.py: * src/DateEdit.py (update_after_editor): Add method. * src/EditPerson.py: Always have birth/death events (never None); Use new update method for dates; Only commit death/birth if changed; Only add new birth/death if non-empty. * src/EventEdit.py: Translate stored event names before including in menu; Exclude birth/death from menu; Do not add birth/death to the custom event types; Only detect type change for non-birth/death. * src/GrampsDbBase.py: Do not commit objects with empty handles. * src/GrampsInMemDB.py: Do not commit objects with empty handles. * src/Utils.py (family_name): Add clause for unknown parents. svn: r4172 2005-03-13 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GenericFilter.py, src/gramps_main.py: * src/GenericFilter.py (Rule,GenericFilter): New methods prepare() and reset(), that are called before/after a filter is applied, to properly support query caches; (IsWitness): new filter; (RelationshipPathBetween,IsDescendantOf,IsLessThanNthGenerationDescendantOf, IsMoreThanNthGenerationDescendantOf,IsChildOfFilterMatch,IsSiblingOfFilterMatch, IsAncestorOf,IsAncestorOfFilterMatch,IsLessThanNthGenerationAncestorOf, IsMoreThanNthGenerationAncestorOf,IsParentOfFilterMatch,HasCommonAncestorWith):use prepare() and reset() to create a proper query cache. Currently the cache was only created once after object creation and never updated. * src/gramps_main.py: Add new filters to the menu. svn: r4171 2005-03-13 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/gramps_main.py: * src/GenericFilter.py (Rule,GenericFilter): New methods prepare() and reset(), that are called before/after a filter is applied, to properly support query caches; (IsWitness): new filter; (RelationshipPathBetween,IsDescendantOf,IsLessThanNthGenerationDescendantOf, IsMoreThanNthGenerationDescendantOf,IsChildOfFilterMatch,IsSiblingOfFilterMatch, IsAncestorOf,IsAncestorOfFilterMatch,IsLessThanNthGenerationAncestorOf, IsMoreThanNthGenerationAncestorOf,IsParentOfFilterMatch,HasCommonAncestorWith):use prepare() and reset() to create a proper query cache. Currently the cache was only created once after object creation and never updated. * src/gramps_main.py: Add new filters to the menu. svn: r4171 2005-03-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditSource.py, src/ImageSelect.py, src/MediaView.py, src/SourceView.py, src/Utils.py, src/gramps_main.py: * src/Utils.py (get_media_referents): Add function; Add generic data recovery message. * src/gramps_main.py (delete_person_clicked): Use generic data recovery message. * src/SourceView.py (on_delete_clicked): Use generic data recovery message. * src/EditSource.py (display_references): Change list headings. * src/MediaView.py (on_delete_clicked): Use new mediaref detector; Use generic data recovery message; (delete_objectmis-object_used): Remove functions. * src/ImageSelect.py (GlobalMediaProperties.display_ref): Use new sourceref detection; (DeleteMediaQuery__init__): Accept object handle and lists; (DeleteMediaQuery.query_response): Use new mediaref removal. svn: r4161 2005-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/SourceView.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py: * src/Utils.py (get_media_referents): Add function; Add generic data recovery message. * src/gramps_main.py (delete_person_clicked): Use generic data recovery message. * src/SourceView.py (on_delete_clicked): Use generic data recovery message. * src/EditSource.py (display_references): Change list headings. * src/MediaView.py (on_delete_clicked): Use new mediaref detector; Use generic data recovery message; (delete_objectmis-object_used): Remove functions. * src/ImageSelect.py (GlobalMediaProperties.display_ref): Use new sourceref detection; (DeleteMediaQuery__init__): Accept object handle and lists; (DeleteMediaQuery.query_response): Use new mediaref removal. svn: r4161 2005-03-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditSource.py, src/RelLib.py, src/SourceView.py, src/Utils.py: * src/RelLib.py (SourceNote): Add methods for detection and removal source references in itself and child objects; (SourceNote,Person, Family,Event,Place,Source,MediaRef): Add method for determining child sourceref-capable objects. * src/Utils.py (get_source_referents): Add function. * src/EditSource.py (display_references): Use new sourceref detection; (DelSrcQuery.__init__): Accept object lists; (DelSrcQuery.query_response): Use new sourceref removal. * src/SourceView.py (on_delete_clicked): Use new sourceref detection; (delete_source,is_used): Remove functions. svn: r4160 2005-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/Utils.py: * src/RelLib.py (SourceNote): Add methods for detection and removal source references in itself and child objects; (SourceNote,Person, Family,Event,Place,Source,MediaRef): Add method for determining child sourceref-capable objects. * src/Utils.py (get_source_referents): Add function. * src/EditSource.py (display_references): Use new sourceref detection; (DelSrcQuery.__init__): Accept object lists; (DelSrcQuery.query_response): Use new sourceref removal. * src/SourceView.py (on_delete_clicked): Use new sourceref detection; (delete_source,is_used): Remove functions. svn: r4160 2005-03-11 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/GenericFilter.py, src/gramps_main.py: * src/GenericFilter.py (PersonWithIncompleteEvent, FamilyWithIncompleteEvent, ProbablyAlive,PeoplePrivate): Add filter rules. * src/gramps_main.py (init_filters): Add new filters to the menu. svn: r4159 2005-03-11 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/gramps_main.py: * src/GenericFilter.py (PersonWithIncompleteEvent, FamilyWithIncompleteEvent, ProbablyAlive,PeoplePrivate): Add filter rules. * src/gramps_main.py (init_filters): Add new filters to the menu. svn: r4159 2005-03-10 Martin Hawlisch <martin.hawlisch@gmx.de> * ChangeLog, src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: Catch invalid HomeNote object svn: r4158 2005-03-10 Martin Hawlisch <martin.hawlisch@gmx.de> * gramps2/ChangeLog, gramps2/src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: Catch invalid HomeNote object svn: r4158 2005-03-10 Alex Roitman <shura@gramps-project.org> * src/GenericFilter.py: Update svn: r4157 2005-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/GenericFilter.py: Update svn: r4157 2005-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/gramps_main.py: * src/GenericFilter.py (IsBookmarked,IncompleteNames, HaveAltFamilies,HavePhotos,HaveChildren,NeverMarried, MultipleMarriages,NoBirthdate): Add filter rules. * src/gramps_main.py (init_filters): Add new filters to the menu. svn: r4156 2005-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/gramps_main.py: * src/GenericFilter.py (IsBookmarked,IncompleteNames, HaveAltFamilies,HavePhotos,HaveChildren,NeverMarried, MultipleMarriages,NoBirthdate): Add filter rules. * src/gramps_main.py (init_filters): Add new filters to the menu. svn: r4156 2005-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4155 2005-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4155 2005-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py: * src/AddSpouse.py (select_spouse_clicked): Prevent adding child of the family as a spouse in that family. svn: r4154 2005-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py: * src/AddSpouse.py (select_spouse_clicked): Prevent adding child of the family as a spouse in that family. svn: r4154 2005-03-10 Alex Roitman <shura@gramps-project.org> * src/FamilyView.py: Update svn: r4153 2005-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/FamilyView.py: Update svn: r4153 2005-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/FamilyView.py, src/GrampsBSDDB.py: * src/ChooseParents.py: Fix widget sensitivity problem, assign integer value instead of string to relationship type * src/FamilyView.py: fix child relationship display value * src/GrampsBSDDB.py: upgrade to DB version 4 (remove string relationship types) svn: r4152 2005-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py: * src/ChooseParents.py: Fix widget sensitivity problem, assign integer value instead of string to relationship type * src/FamilyView.py: fix child relationship display value * src/GrampsBSDDB.py: upgrade to DB version 4 (remove string relationship types) svn: r4152 2005-03-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/EditPerson.py: call new_after_edit instead of update_after_edit for new people. svn: r4151 2005-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/EditPerson.py: call new_after_edit instead of update_after_edit for new people. svn: r4151 2005-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: Correct constants for birth relationship. svn: r4150 2005-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: Correct constants for birth relationship. svn: r4150 2005-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py, src/ReadXML.py, src/WriteXML.py, src/rule.glade: * src/ReadXML.py (start_childof): Use integer relations. * src/WriteXML.py (write_xml_data): Properly test frel. * src/rule.glade: Change button label; add "need to close" label. * src/EditPlace.py: Typo. svn: r4149 2005-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/ReadXML.py, gramps2/src/WriteXML.py, gramps2/src/rule.glade: * src/ReadXML.py (start_childof): Use integer relations. * src/WriteXML.py (write_xml_data): Properly test frel. * src/rule.glade: Change button label; add "need to close" label. * src/EditPlace.py: Typo. svn: r4149 2005-03-09 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4148 2005-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4148 2005-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/Marriage.py, src/Sources.py, src/WriteGedcom.py: * src/EditPerson.py: add srcref as a drag and drop item * src/EditPlace.py: add srcref as a drag and drop item * src/Marriage.py: add srcref as a drag and drop item * src/WriteGedcom.py: catch empty event * src/Sources.py: add drag-n-drop for source references svn: r4147 2005-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/Marriage.py, gramps2/src/Sources.py, gramps2/src/WriteGedcom.py: * src/EditPerson.py: add srcref as a drag and drop item * src/EditPlace.py: add srcref as a drag and drop item * src/Marriage.py: add srcref as a drag and drop item * src/WriteGedcom.py: catch empty event * src/Sources.py: add drag-n-drop for source references svn: r4147 2005-03-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py: * src/GenericFilter.py (IsDefaultPerson,IsSiblingOfFilterMatch): Add filter rules. svn: r4146 2005-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: * src/GenericFilter.py (IsDefaultPerson,IsSiblingOfFilterMatch): Add filter rules. svn: r4146 2005-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/NameEdit.py: * srcNameEdit.py: assign date on close svn: r4145 2005-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameEdit.py: * srcNameEdit.py: assign date on close svn: r4145 2005-03-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Marriage.py, src/data/gramps.schemas: * src/data/gramps.schemas: Place dont-ask key into interface dir. * src/Marriage.py (did_data_change): Compare gramps_id, not handle. svn: r4144 2005-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Marriage.py, gramps2/src/data/gramps.schemas: * src/data/gramps.schemas: Place dont-ask key into interface dir. * src/Marriage.py (did_data_change): Compare gramps_id, not handle. svn: r4144 2005-03-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameEdit.py, src/PedView.py: * src/PedView.py: Import RelLib for accessing relationship constants. * src/NameEdit.py: Use empty Date for newly created name. svn: r4143 2005-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameEdit.py, gramps2/src/PedView.py: * src/PedView.py: Import RelLib for accessing relationship constants. * src/NameEdit.py: Use empty Date for newly created name. svn: r4143 2005-03-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py: * src/ChooseParents.py: Stop parent selection window from being modal; fix child/parent relations from strings to integers. svn: r4142 2005-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py: * src/ChooseParents.py: Stop parent selection window from being modal; fix child/parent relations from strings to integers. svn: r4142 2005-03-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/GrampsBSDDB.py, src/MergeData.py, src/mergedata.glade: * src/ChooseParents.py: change _nsort to _model * src/GrampsBSDDB.py: fix event secondary index function to that the event name is used instead of the GRAMPS id. svn: r4141 2005-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/GrampsBSDDB.py, gramps2/src/MergeData.py, gramps2/src/mergedata.glade: * src/ChooseParents.py: change _nsort to _model * src/GrampsBSDDB.py: fix event secondary index function to that the event name is used instead of the GRAMPS id. svn: r4141 2005-03-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py, src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (on_delete_event,close_filter_editor): Update filter ComboBox in the main window. * src/gramps_main.py (init_filters): Clear layout before rebuilding. svn: r4140 2005-03-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py, gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (on_delete_event,close_filter_editor): Update filter ComboBox in the main window. * src/gramps_main.py (init_filters): Clear layout before rebuilding. svn: r4140 2005-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/EditPerson.py: * src/EditPerson.py (__init__): Only set update sources if possible (calls from ChooseParents don't provide the correct parent, but then the full update goes on anyway). * src/ChooseParents.py (mother_list_select_row, father_list_select_row): Comment out auto-selection of parents. svn: r4139 2005-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py: * src/EditPerson.py (__init__): Only set update sources if possible (calls from ChooseParents don't provide the correct parent, but then the full update goes on anyway). * src/ChooseParents.py (mother_list_select_row, father_list_select_row): Comment out auto-selection of parents. svn: r4139 2005-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/Marriage.py: * src/Marriage.py (on_add_clicked,on_event_update_clicked): Typos. * src/AddSpouse.py (select_spouse_clicked): Typo. svn: r4138 2005-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/Marriage.py: * src/Marriage.py (on_add_clicked,on_event_update_clicked): Typos. * src/AddSpouse.py (select_spouse_clicked): Typo. svn: r4138 2005-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py: * src/DbPrompter.py (ImportDbPrompter.chooser): Typo. svn: r4137 2005-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py: * src/DbPrompter.py (ImportDbPrompter.chooser): Typo. svn: r4137 2005-03-08 Alex Roitman <shura@gramps-project.org> * src/const.py.in: Update svn: r4135 2005-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py.in: Update svn: r4135 2005-03-08 Alex Roitman <shura@gramps-project.org> * src/AttrEdit.py: Update svn: r4133 2005-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/AttrEdit.py: Update svn: r4133 2005-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AttrEdit.py, src/EditPerson.py, src/const.py.in: * src/EditPerson.py: Remove numerous multiple definitions. * src/AttrEdit.py (__init__): Set text to translated attribute type. * src/const.py.in (display_attr): Add function. svn: r4132 2005-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/const.py.in: * src/EditPerson.py: Remove numerous multiple definitions. * src/AttrEdit.py (__init__): Set text to translated attribute type. * src/const.py.in (display_attr): Add function. svn: r4132 2005-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/EditPerson.py, src/EditSource.py, src/ImageSelect.py: * src/AddrEdit.py: Typo. * src/EditPerson.py (on_add_addr_clicked): Typos. * src/EditSource.py (display_references): Add lots of missed source references. * src/ImageSelect.py: Use PluginsMgr instead of Plugins. svn: r4131 2005-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/ImageSelect.py: * src/AddrEdit.py: Typo. * src/EditPerson.py (on_add_addr_clicked): Typos. * src/EditSource.py (display_references): Add lots of missed source references. * src/ImageSelect.py: Use PluginsMgr instead of Plugins. svn: r4131 2005-03-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: more documentation svn: r4130 2005-03-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: more documentation svn: r4130 2005-03-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (post_load): Upgrade even if no callback. svn: r4127 2005-03-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (post_load): Upgrade even if no callback. svn: r4127 2005-03-07 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4126 2005-03-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4126 2005-03-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py: * src/GrampsBSDDB.py: display upgrade messages to stdout svn: r4125 2005-03-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py: * src/GrampsBSDDB.py: display upgrade messages to stdout svn: r4125 2005-03-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/NameEdit.py, src/ReadXML.py, src/RelLib.py, src/WriteXML.py, src/gramps.glade: * src/GrampsBSDDB.py: add upgrade to version 3 for new Name type * src/NameEdit.py: add date editor field * src/ReadXML.py: read date field attached to a name * src/WriteXML.py: write date field attached to a name * src/RelLib.py: add date field to Name * src/gramps.glade: add date editor field to Name Editor dialog svn: r4121 2005-03-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/NameEdit.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/gramps.glade: * src/GrampsBSDDB.py: add upgrade to version 3 for new Name type * src/NameEdit.py: add date editor field * src/ReadXML.py: read date field attached to a name * src/WriteXML.py: write date field attached to a name * src/RelLib.py: add date field to Name * src/gramps.glade: add date editor field to Name Editor dialog svn: r4121 2005-03-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditSource.py: * src/EditSource.py (display_references): List source's references from personal and family gallery objects. svn: r4120 2005-03-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py: * src/EditSource.py (display_references): List source's references from personal and family gallery objects. svn: r4120 2005-03-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py: * src/GenericFilter.py (HasAttribute.apply): Make work when no value is given; (HasFamilyAttribute.apply): Make work when no value is given. svn: r4117 2005-03-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: * src/GenericFilter.py (HasAttribute.apply): Make work when no value is given; (HasFamilyAttribute.apply): Make work when no value is given. svn: r4117 2005-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/Marriage.py: * src/GenericFilter.py (HasAttribute.apply): Fix the rule. (HasFamilyAttribute.apply): Fix the rule. * src/Marriage.py (on_update_attr_clicked,on_add_attr_clicked): Pass the window to the attribute editor. svn: r4115 2005-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/Marriage.py: * src/GenericFilter.py (HasAttribute.apply): Fix the rule. (HasFamilyAttribute.apply): Fix the rule. * src/Marriage.py (on_update_attr_clicked,on_add_attr_clicked): Pass the window to the attribute editor. svn: r4115 2005-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am: * src/plugins/Makefile.am: Stop shipping ReadNative.py. svn: r4114 2005-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am: * src/plugins/Makefile.am: Stop shipping ReadNative.py. svn: r4114 2005-03-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/ImageSelect.py, src/ImgManip.py, src/PedView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/SelectChild.py, src/WriteXML.py, src/const.py.in, src/gramps_main.py: * src/ChooseParents.py: use integers instead of strings for relationship types * src/PedView.py: use integers instead of strings for relationship types * src/ReadGedcom.py: use integers instead of strings for relationship types * src/ReadXML.py: use integers instead of strings for relationship types * src/RelLib.py: use integers instead of strings for relationship types * src/SelectChild.py: use integers instead of strings for relationship types * src/WriteXML.py: use integers instead of strings for relationship types * src/const.py.in: use integers instead of strings for relationship types * src/gramps_main.py: call database update function * src/GrampsBSDDB.py: add database upgrade function * src/GrampsDbBase.py: add database upgrade function svn: r4113 2005-03-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/PedView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py: * src/ChooseParents.py: use integers instead of strings for relationship types * src/PedView.py: use integers instead of strings for relationship types * src/ReadGedcom.py: use integers instead of strings for relationship types * src/ReadXML.py: use integers instead of strings for relationship types * src/RelLib.py: use integers instead of strings for relationship types * src/SelectChild.py: use integers instead of strings for relationship types * src/WriteXML.py: use integers instead of strings for relationship types * src/const.py.in: use integers instead of strings for relationship types * src/gramps_main.py: call database update function * src/GrampsBSDDB.py: add database upgrade function * src/GrampsDbBase.py: add database upgrade function svn: r4113 2005-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: Multiple fixes. * src/GenericFilter.py: Multiple fixes. svn: r4112 2005-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: Multiple fixes. * src/GenericFilter.py: Multiple fixes. svn: r4112 2005-03-03 Don Allingham <don@gramps-project.org> * src/gramps.glade: fix for older glade svn: r4111 2005-03-03 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: fix for older glade svn: r4111 2005-03-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/Marriage.py, src/gramps.glade: * src/Marriage.py: fix lds menu svn: r4110 2005-03-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Marriage.py, gramps2/src/gramps.glade: * src/Marriage.py: fix lds menu svn: r4110 2005-03-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/FamilyView.py, src/SelectChild.py, src/gramps.glade: * src/AddSpouse.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/ChooseParents.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/FamilyView.py: use ModifyParents instead of EditRel * src/SelectChild.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships. Remove EditRel class * src/gramps.glade: use ComboBox instead of ComboBoxEntry for handling child/parent relationships, delete editrel svn: r4109 2005-03-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/SelectChild.py, gramps2/src/gramps.glade: * src/AddSpouse.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/ChooseParents.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/FamilyView.py: use ModifyParents instead of EditRel * src/SelectChild.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships. Remove EditRel class * src/gramps.glade: use ComboBox instead of ComboBoxEntry for handling child/parent relationships, delete editrel svn: r4109 2005-03-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/plugins/FilterEditor.py: * src/DbPrompter.py (ImportDbPrompter.chooser): Explicitly import XML and GEDCOM. * src/plugins/FilterEditor.py (MySelect.get_text): Typo. svn: r4108 2005-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/plugins/FilterEditor.py: * src/DbPrompter.py (ImportDbPrompter.chooser): Explicitly import XML and GEDCOM. * src/plugins/FilterEditor.py (MySelect.get_text): Typo. svn: r4108 2005-02-28 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r4106 2005-02-28 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r4106 2005-02-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/PluginMgr.py, src/ReadGedcom.py, src/ReadXML.py, src/data/gramps.xml, src/plugins/ImportGeneWeb.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py: * src/DbPrompter.py (format_maker): Add mnemonic activation target to the format selector label; Use new import format; don't treat native formats as plugins anymore. * src/PluginMgr.py: Add format name to import registration. * src/ReadGedcom.py: Cleanups; Don't register already native import. * src/ReadXML.py: Don't register already native import. * src/data/gramps.xml: Add magic patterns for XML, GEDCOM, and GW. * src/plugins/ImportGeneWeb.py: Register with format name. * src/plugins/ReadNative.py: Remove obsolete file. * src/plugins/ReadPkg.py: Lots of cleanups; Register with format name. svn: r4105 2005-02-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/PluginMgr.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/data/gramps.xml, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py: * src/DbPrompter.py (format_maker): Add mnemonic activation target to the format selector label; Use new import format; don't treat native formats as plugins anymore. * src/PluginMgr.py: Add format name to import registration. * src/ReadGedcom.py: Cleanups; Don't register already native import. * src/ReadXML.py: Don't register already native import. * src/data/gramps.xml: Add magic patterns for XML, GEDCOM, and GW. * src/plugins/ImportGeneWeb.py: Register with format name. * src/plugins/ReadNative.py: Remove obsolete file. * src/plugins/ReadPkg.py: Lots of cleanups; Register with format name. svn: r4105 2005-02-28 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4104 2005-02-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4104 2005-02-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: add the ability to have notes attached to the Introduction and Home pages svn: r4103 2005-02-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: add the ability to have notes attached to the Introduction and Home pages svn: r4103 2005-02-27 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/MergeData.py: * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py svn: r4102 2005-02-27 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/MergeData.py: * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py svn: r4102 2005-02-27 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/MergeData.py, src/PeopleView.py, src/ReadGedcom.py: * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py svn: r4100 2005-02-27 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/MergeData.py, gramps2/src/PeopleView.py, gramps2/src/ReadGedcom.py: * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py svn: r4100 2005-02-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py, src/EventEdit.py, src/FamilyView.py, src/Marriage.py, src/NameEdit.py, src/Sources.py, src/const.py.in, src/gramps_main.py: * src/AddrEdit.py: update main source list after source addition * src/AttrEdit.py: update main source list after source addition * src/EditPerson.py: update main source list after source addition and place addition * src/EventEdit.py: update main source list after source addition and place addition * src/FamilyView.py: update main source list after source addition * src/Marriage.py: update main source list after source addition * src/NameEdit.py: update main source list after source addition * src/Sources.py: update main source list after source addition * src/gramps_main.py: update main source list after source addition * src/const.py.in: new constants svn: r4099 2005-02-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/Sources.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py: * src/AddrEdit.py: update main source list after source addition * src/AttrEdit.py: update main source list after source addition * src/EditPerson.py: update main source list after source addition and place addition * src/EventEdit.py: update main source list after source addition and place addition * src/FamilyView.py: update main source list after source addition * src/Marriage.py: update main source list after source addition * src/NameEdit.py: update main source list after source addition * src/Sources.py: update main source list after source addition * src/gramps_main.py: update main source list after source addition * src/const.py.in: new constants svn: r4099 2005-02-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: update places and sources after edit svn: r4098 2005-02-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: update places and sources after edit svn: r4098 2005-02-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py: * src/DbPrompter.py: Factory functions for file filters; Support for explicit format selection for open and import dialogs. svn: r4097 2005-02-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py: * src/DbPrompter.py: Factory functions for file filters; Support for explicit format selection for open and import dialogs. svn: r4097 2005-02-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Sources.py: * src/Sources.py (SourceEditor.draw): Do not discard reference data when adding new source. svn: r4096 2005-02-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Sources.py: * src/Sources.py (SourceEditor.draw): Do not discard reference data when adding new source. svn: r4096 2005-02-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py: * src/EditPerson.py (on_event_update_clicked): Pass callback. * src/EventEdit.py (__init__): Typo. svn: r4095 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py: * src/EditPerson.py (on_event_update_clicked): Pass callback. * src/EventEdit.py (__init__): Typo. svn: r4095 2005-02-25 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/RelLib.py: Update svn: r4094 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/RelLib.py: Update svn: r4094 2005-02-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameDisplay.py, src/NameEdit.py, src/gramps_main.py: * src/gramps_main.py (undo_callback): Enable underscore in a label. * src/NameDisplay (display_name): Return empty string for None. * src/NameEdit.py (__init__): Compare displayed name with empty string, (update_group_as): Only query grouping for existing name. svn: r4093 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameDisplay.py, gramps2/src/NameEdit.py, gramps2/src/gramps_main.py: * src/gramps_main.py (undo_callback): Enable underscore in a label. * src/NameDisplay (display_name): Return empty string for None. * src/NameEdit.py (__init__): Compare displayed name with empty string, (update_group_as): Only query grouping for existing name. svn: r4093 2005-02-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EditPerson.py (EditPerson.__init__): Correct widget names. svn: r4092 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py (EditPerson.__init__): Correct widget names. svn: r4092 2005-02-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Sources.py: * src/Sources.py (SourceEditor.update_display): Do not add source for the second time. svn: r4091 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Sources.py: * src/Sources.py (SourceEditor.update_display): Do not add source for the second time. svn: r4091 2005-02-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py: * src/DbPrompter.py (GrampsFormatWidget): Add class; (format_maker): Add_function; (NewSaveasDbPrompter.chooser): Support for explicit format selection. svn: r4090 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py: * src/DbPrompter.py (GrampsFormatWidget): Add class; (format_maker): Add_function; (NewSaveasDbPrompter.chooser): Support for explicit format selection. svn: r4090 2005-02-25 Alex Roitman <shura@gramps-project.org> * src/MediaView.py: Update svn: r4089 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/MediaView.py: Update svn: r4089 2005-02-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MediaView.py: * src/MediaView.py (on_select_row): Add garbage collection call. svn: r4088 2005-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py: * src/MediaView.py (on_select_row): Add garbage collection call. svn: r4088 2005-02-24 Don Allingham <don@gramps-project.org> * src/gramps_main.py: update svn: r4087 2005-02-24 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: update svn: r4087 2005-02-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/FamilyView.py, src/gramps_main.py: * src/DbPrompter.py: catch zero length filename * src/FamilyView.py: fixed selection of spouse's parents * src/gramps_main.py: update display after loading data svn: r4086 2005-02-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/FamilyView.py, gramps2/src/gramps_main.py: * src/DbPrompter.py: catch zero length filename * src/FamilyView.py: fixed selection of spouse's parents * src/gramps_main.py: update display after loading data svn: r4086 2005-02-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/Bookmarks.py, src/ChooseParents.py, src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/Exporter.py, src/FamilyView.py, src/ImageSelect.py, src/ImgManip.py, src/ListModel.py, src/Marriage.py, src/MediaView.py, src/NameEdit.py, src/NoteEdit.py, src/PedView.py, src/PeopleView.py, src/PlaceView.py, src/Plugins.py, src/QuestionDialog.py, src/Report.py, src/SelectChild.py, src/SelectObject.py, src/SelectPerson.py, src/SourceView.py, src/Sources.py, src/StartupDialog.py, src/StyleEditor.py, src/Utils.py, src/Witness.py, src/gramps_main.py, src/plugins/BookReport.py, src/plugins/CustomBookText.py, src/plugins/Desbrowser.py, src/plugins/Eval.py, src/plugins/FilterEditor.py, src/plugins/SimpleBookTitle.py, src/plugins/WebPage.py: * src/AddMedia.py: use new find_mime_type_pixbuf instead of find_icon * src/ImageSelect.py: remove internal media widgets, use new find_mime_type_pixbuf instead of find_icon * src/ImgManip.py: catch pixbuf_new_from_file exception * src/MediaView.py: use new find_mime_type_pixbuf instead of find_icon * src/SelectObject.py: use new find_mime_type_pixbuf instead of find_icon * various: replace the deprecated gtk.TRUE/gtk.FALSE with True/False svn: r4085 2005-02-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/Exporter.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/ListModel.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/gramps_main.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/Eval.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/WebPage.py: * src/AddMedia.py: use new find_mime_type_pixbuf instead of find_icon * src/ImageSelect.py: remove internal media widgets, use new find_mime_type_pixbuf instead of find_icon * src/ImgManip.py: catch pixbuf_new_from_file exception * src/MediaView.py: use new find_mime_type_pixbuf instead of find_icon * src/SelectObject.py: use new find_mime_type_pixbuf instead of find_icon * various: replace the deprecated gtk.TRUE/gtk.FALSE with True/False svn: r4085 2005-02-23 Alex Roitman <shura@gramps-project.org> * src/DbPrompter.py: Update svn: r4084 2005-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/DbPrompter.py: Update svn: r4084 2005-02-23 Alex Roitman <shura@gramps-project.org> * src/Exporter.py: Update svn: r4083 2005-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/Exporter.py: Update svn: r4083 2005-02-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/gramps_main.py: * src/gramps_main.py (on_new_clicked): Do not prematurely close db. * src/DbPrompter.py (NewNativeDbPrompter.chooser): Close old db if positively opening a new one. svn: r4082 2005-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/gramps_main.py: * src/gramps_main.py (on_new_clicked): Do not prematurely close db. * src/DbPrompter.py (NewNativeDbPrompter.chooser): Close old db if positively opening a new one. svn: r4082 2005-02-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/WriteGrdb.py: * src/Exporter.py (native_export): Use real export. * src/WriteGrdb.py (exportData): Provide default cl value. svn: r4081 2005-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/WriteGrdb.py: * src/Exporter.py (native_export): Use real export. * src/WriteGrdb.py (exportData): Provide default cl value. svn: r4081 2005-02-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/EditPerson.py, src/gramps.glade: * src/gramps.glade: use ComboBox instead of ComboBoxEntry for temple * src/EditPerson.py: use ComboBox instead of ComboBoxEntry for temple svn: r4080 2005-02-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/gramps.glade: * src/gramps.glade: use ComboBox instead of ComboBoxEntry for temple * src/EditPerson.py: use ComboBox instead of ComboBoxEntry for temple svn: r4080 2005-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (write_note): Attempt latin1 encoding. svn: r4077 2005-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (write_note): Attempt latin1 encoding. svn: r4077 2005-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Bump up the version. * Release: Version 1.1.90 "Successful encyclopedia salesman" released. svn: r4076 2005-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: Bump up the version. * Release: Version 1.1.90 "Successful encyclopedia salesman" released. svn: r4076 2005-02-22 Don Allingham <don@gramps-project.org> * Makefile.am, configure.in, gramps.spec.in, src/gramps.glade, src/plugins/Makefile.am: 1.1.90 release svn: r4074 2005-02-22 Don Allingham <don@gramps-project.org> * gramps2/Makefile.am, gramps2/configure.in, gramps2/gramps.spec.in, gramps2/src/gramps.glade, gramps2/src/plugins/Makefile.am: 1.1.90 release svn: r4074 2005-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/plugins/Ancestors.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/ReportUtils.py (rgb_color): Add docs; (child_str): Fixes. * src/plugins/Ancestors.py: Misc fixes. * src/plugins/DetAncestralReport.py: Properly call child_str. * src/plugins/DetDescendantReport.py: Properly call child_str. * src/plugins/FtmStyleAncestors.py: Properly call child_str. * src/plugins/FtmStyleDescendants.py: Properly call child_str. svn: r4073 2005-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/ReportUtils.py (rgb_color): Add docs; (child_str): Fixes. * src/plugins/Ancestors.py: Misc fixes. * src/plugins/DetAncestralReport.py: Properly call child_str. * src/plugins/DetDescendantReport.py: Properly call child_str. * src/plugins/FtmStyleAncestors.py: Properly call child_str. * src/plugins/FtmStyleDescendants.py: Properly call child_str. svn: r4073 2005-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4072 2005-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4072 2005-02-22 Alex Roitman <shura@gramps-project.org> * src/docgen/PdfDoc.py: Update svn: r4071 2005-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/PdfDoc.py: Update svn: r4071 2005-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/docgen/LPRDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py: * src/docgen/PSDrawDoc.py (rgb_color): Remove function, import it from ReportUtils instead. * src/ReportUtils.py (rgb_color): Add function. * src/docgen/PdfDoc.py: Use rgb_color from ReportUtils. * src/docgen/LPRDoc.py: Use rgb_color from ReportUtils. svn: r4070 2005-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py: * src/docgen/PSDrawDoc.py (rgb_color): Remove function, import it from ReportUtils instead. * src/ReportUtils.py (rgb_color): Add function. * src/docgen/PdfDoc.py: Use rgb_color from ReportUtils. * src/docgen/LPRDoc.py: Use rgb_color from ReportUtils. svn: r4070 2005-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py (draw_text,write_at): Attempt latin1 encoding. svn: r4069 2005-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py (draw_text,write_at): Attempt latin1 encoding. svn: r4069 2005-02-21 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, NEWS: Added notes about user visible GraphViz and StatisticsChart changes svn: r4068 2005-02-21 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/NEWS: Added notes about user visible GraphViz and StatisticsChart changes svn: r4068 2005-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r4067 2005-02-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r4067 2005-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/usage.xml: Update. svn: r4066 2005-02-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/usage.xml: Update. svn: r4066 2005-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (draw_path,draw_bar): Set proper linewidth. svn: r4065 2005-02-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (draw_path,draw_bar): Set proper linewidth. svn: r4065 2005-02-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/plugins/NavWebPage.py: * src/ReportUtils.py: use today for age calculation if not death date exists. * src/plugins/NavWebPage.py: handle privacy if requested svn: r4064 2005-02-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/plugins/NavWebPage.py: * src/ReportUtils.py: use today for age calculation if not death date exists. * src/plugins/NavWebPage.py: handle privacy if requested svn: r4064 2005-02-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GrampsBSDDB.py, src/ImageSelect.py, src/Marriage.py, src/gramps.glade: * src/ChooseParents.py: readonly fixes * src/EditPerson.py: readonly fixes * src/EditPlace.py: readonly fixes * src/EditSource.py: readonly fixes * src/FamilyView.py: readonly fixes * src/ImageSelect.py: readonly fixes * src/Marriage.py: readonly fixes svn: r4062 2005-02-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/gramps.glade: * src/ChooseParents.py: readonly fixes * src/EditPerson.py: readonly fixes * src/EditPlace.py: readonly fixes * src/EditSource.py: readonly fixes * src/FamilyView.py: readonly fixes * src/ImageSelect.py: readonly fixes * src/Marriage.py: readonly fixes svn: r4062 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py: * src/ReportUtils.py (born_died_str): Find events to reference. svn: r4061 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py: * src/ReportUtils.py (born_died_str): Find events to reference. svn: r4061 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PaperMenu.py: * src/PaperMenu.py (GrampsPaperComboBox.set): Compare paper names. svn: r4060 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PaperMenu.py: * src/PaperMenu.py (GrampsPaperComboBox.set): Compare paper names. svn: r4060 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/usage.xml, src/ArgHandler.py, src/Exporter.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/gramps-manual.xml: Chunk to depth 3. * doc/gramps-manual/C/figures/gedcom-export.png: Update. * doc/gramps-manual/C/figures/export-druid.png: Add figure. * src/Exporter.py: Change labels, support CD export (lame). * src/WriteGedcom.py: Correct label. * src/WriteXML.py: Return status on success. * src/plugins/WriteCD.py: Support for wizard (lame). * src/plugins/WritePkg.py: Correct label. * src/ArgHandler.py: Re-enable CD export. svn: r4059 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/src/ArgHandler.py, gramps2/src/Exporter.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/gramps-manual.xml: Chunk to depth 3. * doc/gramps-manual/C/figures/gedcom-export.png: Update. * doc/gramps-manual/C/figures/export-druid.png: Add figure. * src/Exporter.py: Change labels, support CD export (lame). * src/WriteGedcom.py: Correct label. * src/WriteXML.py: Return status on success. * src/plugins/WriteCD.py: Support for wizard (lame). * src/plugins/WritePkg.py: Correct label. * src/ArgHandler.py: Re-enable CD export. svn: r4059 2005-02-19 Don Allingham <don@gramps-project.org> * src/GrampsBSDDB.py: fix typo svn: r4058 2005-02-19 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsBSDDB.py: fix typo svn: r4058 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4057 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4057 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4056 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4056 2005-02-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsBSDDB.py, src/RelLib.py, src/ReportUtils.py, src/gramps.glade: * src/EditPerson.py: add privacy marker * src/GrampBSDDB.py: record database version, handle person privacy flag * src/RelLIb.py: Privacy flag for person (inherit from DataObj instead of SourceNote) * src/ReportUtils.py: update to use person privacy flag * src/gramps.glade: person privacy flag svn: r4055 2005-02-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsBSDDB.py, gramps2/src/RelLib.py, gramps2/src/ReportUtils.py, gramps2/src/gramps.glade: * src/EditPerson.py: add privacy marker * src/GrampBSDDB.py: record database version, handle person privacy flag * src/RelLIb.py: Privacy flag for person (inherit from DataObj instead of SourceNote) * src/ReportUtils.py: update to use person privacy flag * src/gramps.glade: person privacy flag svn: r4055 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Exporter.py, src/const.py.in, src/plugins/ImportGeneWeb.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/writeftree.glade: * src/ArgHandler.py: Command line support for geneweb import and export; Fix command line exports for gedcom, XML, and package. * src/Exporter.py (help): Point to correct manual section. * src/const.py.in: Add a constant for geneweb mime type name. * src/plugins/WriteFtree.py: Support wizard and fix command line mode. * src/plugins/writeftree.glade: Support export wizard. * src/plugins/WritePkg.py: Support wizard and fix command line mode. * src/plugins/ImportGeneWeb.py: Comment out debugging messages. * src/plugins/WriteGeneWeb.py: Support for command-line export. svn: r4054 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Exporter.py, gramps2/src/const.py.in, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/writeftree.glade: * src/ArgHandler.py: Command line support for geneweb import and export; Fix command line exports for gedcom, XML, and package. * src/Exporter.py (help): Point to correct manual section. * src/const.py.in: Add a constant for geneweb mime type name. * src/plugins/WriteFtree.py: Support wizard and fix command line mode. * src/plugins/writeftree.glade: Support export wizard. * src/plugins/WritePkg.py: Support wizard and fix command line mode. * src/plugins/ImportGeneWeb.py: Comment out debugging messages. * src/plugins/WriteGeneWeb.py: Support for command-line export. svn: r4054 2005-02-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/Marriage.py, src/gramps.glade: * src/EditPerson.py: more readonly patches * src/EventEdit.py: more readonly patches * src/Marriage.py: more readonly patches * src/gramps.glade: more readonly patches svn: r4053 2005-02-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/Marriage.py, gramps2/src/gramps.glade: * src/EditPerson.py: more readonly patches * src/EventEdit.py: more readonly patches * src/Marriage.py: more readonly patches * src/gramps.glade: more readonly patches svn: r4053 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/gramps.glade: * src/EditPerson.py: Readonly fix. * src/gramps.glade: Typo. svn: r4052 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/gramps.glade: * src/EditPerson.py: Readonly fix. * src/gramps.glade: Typo. svn: r4052 2005-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/usage.xml, doc/xmldocs.make, src/GedcomInfo.py, src/Makefile.am, src/ReadXML.py, src/RecentFiles.py, src/Report.py, src/TipOfDay.py, src/docgen/AsciiDoc.py: * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. * src/Report.py (doc_type_changed): Deal with empty extensions. * src/docgen/AsciiDoc.py (add_photo): Add method; (end_row): Inlcude last cell into proper formatting. * src/GedcomInfo.py: Properly import expat.ParserCreate class. * src/TipOfDay.py: Properly import expat.ParserCreate class. * src/RecentFiles.py: Properly import expat.ParserCreate class. * src/ReadXML.py: Properly import expat.* classes. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/usage.xml: Update. * doc/xmldocs.make: Switch Makefile from CLEANFILES to DISTCLEANFILES. * src/Makefile.am: Add const.pyc and const.pyo to CLEANFILES. svn: r4051 2005-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/usage.xml, gramps2/doc/xmldocs.make, gramps2/src/GedcomInfo.py, gramps2/src/Makefile.am, gramps2/src/ReadXML.py, gramps2/src/RecentFiles.py, gramps2/src/Report.py, gramps2/src/TipOfDay.py, gramps2/src/docgen/AsciiDoc.py: * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. * src/Report.py (doc_type_changed): Deal with empty extensions. * src/docgen/AsciiDoc.py (add_photo): Add method; (end_row): Inlcude last cell into proper formatting. * src/GedcomInfo.py: Properly import expat.ParserCreate class. * src/TipOfDay.py: Properly import expat.ParserCreate class. * src/RecentFiles.py: Properly import expat.ParserCreate class. * src/ReadXML.py: Properly import expat.* classes. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/usage.xml: Update. * doc/xmldocs.make: Switch Makefile from CLEANFILES to DISTCLEANFILES. * src/Makefile.am: Add const.pyc and const.pyo to CLEANFILES. svn: r4051 2005-02-18 Alex Roitman <shura@gramps-project.org> * src/DbPrompter.py, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. svn: r4049 2005-02-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. svn: r4049 2005-02-18 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: Fix StatisticsChart.py date object checking svn: r4048 2005-02-18 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: Fix StatisticsChart.py date object checking svn: r4048 2005-02-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Typo. svn: r4047 2005-02-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Typo. svn: r4047 2005-02-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/NoteEdit.py, src/Sources.py, src/gramps.glade, src/gramps_main.py: * src/EditPerson.py: more readonly support * src/NoteEdit.py: more readonly support * src/Sources.py: more readonly support * src/gramps_main.py: more readonly support * src/gramps.glade: more readonly support svn: r4046 2005-02-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/NoteEdit.py, gramps2/src/Sources.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/EditPerson.py: more readonly support * src/NoteEdit.py: more readonly support * src/Sources.py: more readonly support * src/gramps_main.py: more readonly support * src/gramps.glade: more readonly support svn: r4046 2005-02-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/docgen/LPRDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py: * src/docgen/LPRDoc.py (write_at): Correct vertical offset. * src/docgen/PdfDoc.py (write_at,draw_bar): Add functions. * src/docgen/PSDrawDoc.py (write_at): Add function; (draw_bar): Support for filling with color. * src/ReportUtils.py (draw_legend): Correct vertical offset. svn: r4045 2005-02-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py: * src/docgen/LPRDoc.py (write_at): Correct vertical offset. * src/docgen/PdfDoc.py (write_at,draw_bar): Add functions. * src/docgen/PSDrawDoc.py (write_at): Add function; (draw_bar): Support for filling with color. * src/ReportUtils.py (draw_legend): Correct vertical offset. svn: r4045 2005-02-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/Marriage.py, src/Sources.py, src/gramps.glade: * src/Marriage.py: disable buttons in readonly mode * src/EditPerson.py: disable buttons in readonly mode * src/Sources.py: disable buttons in readonly mode * src/gramps.glade: name buttons svn: r4044 2005-02-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/Marriage.py, gramps2/src/Sources.py, gramps2/src/gramps.glade: * src/Marriage.py: disable buttons in readonly mode * src/EditPerson.py: disable buttons in readonly mode * src/Sources.py: disable buttons in readonly mode * src/gramps.glade: name buttons svn: r4044 2005-02-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/preface.xml: * doc/gramps-manual/C/getstart.xml: Update. * doc/gramps-manual/C/mainwin.xml: Update. * doc/gramps-manual/C/preface.xml: Update. * doc/gramps-manual/C/figures/family-alt.png: Update. * doc/gramps-manual/C/figures/family.png: Update. * doc/gramps-manual/C/figures/mainwin.png: Update. * doc/gramps-manual/C/figures/media.png: Update. * doc/gramps-manual/C/figures/noside-nofilt.png: Update. * doc/gramps-manual/C/figures/pedigree-anchor.png: Update. * doc/gramps-manual/C/figures/pedigree.png: Update. * doc/gramps-manual/C/figures/places.png: Update. * doc/gramps-manual/C/figures/side-filt.png: Update. * doc/gramps-manual/C/figures/sources.png: Update. * doc/gramps-manual/C/figures/column-editor.png: Add to CVS. * doc/gramps-manual/C/figures/pedigree-siblings-cut.png: Add to CVS. svn: r4043 2005-02-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/preface.xml: * doc/gramps-manual/C/getstart.xml: Update. * doc/gramps-manual/C/mainwin.xml: Update. * doc/gramps-manual/C/preface.xml: Update. * doc/gramps-manual/C/figures/family-alt.png: Update. * doc/gramps-manual/C/figures/family.png: Update. * doc/gramps-manual/C/figures/mainwin.png: Update. * doc/gramps-manual/C/figures/media.png: Update. * doc/gramps-manual/C/figures/noside-nofilt.png: Update. * doc/gramps-manual/C/figures/pedigree-anchor.png: Update. * doc/gramps-manual/C/figures/pedigree.png: Update. * doc/gramps-manual/C/figures/places.png: Update. * doc/gramps-manual/C/figures/side-filt.png: Update. * doc/gramps-manual/C/figures/sources.png: Update. * doc/gramps-manual/C/figures/column-editor.png: Add to CVS. * doc/gramps-manual/C/figures/pedigree-siblings-cut.png: Add to CVS. svn: r4043 2005-02-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditSource.py: * src/EditSource.py: commit events after deleting sources svn: r4042 2005-02-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py: * src/EditSource.py: commit events after deleting sources svn: r4042 2005-02-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsGEDDB.py, src/GrampsInMemDB.py, src/GrampsXMLDB.py, src/gramps.glade, src/gramps_main.py: * src/GrampsBSDDB.py: first pass of readonly support * src/GrampsInMem.py: first pass of readonly support * src/GrampsGEDDB.py: first pass of readonly support * src/GrampsXMLDB.py: first pass of readonly support * src/gramps.py: first pass of readonly support * src/FamilyView.py: first pass of readonly support * src/EditPerson.py: first pass of readonly support * src/EditPlace.py: first pass of readonly support * src/EditSource.py: first pass of readonly support * src/gramps.glade: assign names to buttons svn: r4041 2005-02-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsInMemDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/GrampsBSDDB.py: first pass of readonly support * src/GrampsInMem.py: first pass of readonly support * src/GrampsGEDDB.py: first pass of readonly support * src/GrampsXMLDB.py: first pass of readonly support * src/gramps.py: first pass of readonly support * src/FamilyView.py: first pass of readonly support * src/EditPerson.py: first pass of readonly support * src/EditPlace.py: first pass of readonly support * src/EditSource.py: first pass of readonly support * src/gramps.glade: assign names to buttons svn: r4041 2005-02-16 Alex Roitman <shura@gramps-project.org> * src/gramps.glade: Update svn: r4040 2005-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.glade: Update svn: r4040 2005-02-16 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/GraphViz.py: get option value from correct field svn: r4039 2005-02-16 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: get option value from correct field svn: r4039 2005-02-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py: * src/DisplayModels.py: don't override on_row_deleted svn: r4037 2005-02-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py: * src/DisplayModels.py: don't override on_row_deleted svn: r4037 2005-02-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditSource.py, src/FamilyView.py, src/GrampsInMemDB.py, src/ImageSelect.py: * src/EditSource.py (DelSrcQuery.query_response): Typos. * src/ImageSelect.py (DeleteMediaQuery.query_response): Typo. * src/GrampsInMemDB.py (remove_place,remove_object): Add methods; (remove_person,remove_source,remove_family): Correctly remove from id_trans table. * src/FamilyView.py (parent_deleter,really_remove_spouse): Use get_ instead of find_ functions. svn: r4036 2005-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GrampsInMemDB.py, gramps2/src/ImageSelect.py: * src/EditSource.py (DelSrcQuery.query_response): Typos. * src/ImageSelect.py (DeleteMediaQuery.query_response): Typo. * src/GrampsInMemDB.py (remove_place,remove_object): Add methods; (remove_person,remove_source,remove_family): Correctly remove from id_trans table. * src/FamilyView.py (parent_deleter,really_remove_spouse): Use get_ instead of find_ functions. svn: r4036 2005-02-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/DisplayModels.py, src/EditPerson.py, src/ImageSelect.py, src/MediaView.py, src/NoteEdit.py, src/gramps.glade, src/plugins/NavWebPage.py: * src/AddMedia.py: handle "note only" media object * src/DisplayModels.py: handle media type of None * src/ImageSelect.py: Add "internal note" check box * src/MediaView.py: handle media type of None * src/NoteEdit.py: use glade definition * src/gramps.glade: add note editor * src/plubins/NavWebPage.py: Add default pages svn: r4035 2005-02-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/NoteEdit.py, gramps2/src/gramps.glade, gramps2/src/plugins/NavWebPage.py: * src/AddMedia.py: handle "note only" media object * src/DisplayModels.py: handle media type of None * src/ImageSelect.py: Add "internal note" check box * src/MediaView.py: handle media type of None * src/NoteEdit.py: use glade definition * src/gramps.glade: add note editor * src/plubins/NavWebPage.py: Add default pages svn: r4035 2005-02-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/authors.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/legal.xml, doc/gramps-manual/C/preface.xml: * doc/gramps-manual/C/authors.xml: Add list of contributors. * doc/gramps-manual/C/getstart.xml: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. * doc/gramps-manual/C/legal.xml: Update. * doc/gramps-manual/C/preface.xml: Update. * doc/gramps-manual/C/figures/first-open.png: New shot. svn: r4034 2005-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/authors.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/legal.xml, gramps2/doc/gramps-manual/C/preface.xml: * doc/gramps-manual/C/authors.xml: Add list of contributors. * doc/gramps-manual/C/getstart.xml: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. * doc/gramps-manual/C/legal.xml: Update. * doc/gramps-manual/C/preface.xml: Update. * doc/gramps-manual/C/figures/first-open.png: New shot. svn: r4034 2005-02-15 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/preface.xml: Update svn: r4033 2005-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/preface.xml: Update svn: r4033 2005-02-15 Alex Roitman <shura@gramps-project.org> * COPYING-DOCS, ChangeLog, doc/gramps-manual/C/Makefile.am, doc/gramps-manual/C/authors.xml, doc/gramps-manual/C/bugs.xml, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/legal.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/preface.xml, doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/authors.xml: Add file. * doc/gramps-manual/C/bugs.xml: Add file. * doc/gramps-manual/C/preface.xml: Add file. * doc/gramps-manual/C/Makefile.am: Ship new files. * doc/gramps-manual/C/cmdline.xml: Convert to book. * doc/gramps-manual/C/custom.xml: Convert to book. * doc/gramps-manual/C/faq.xml: Convert to book. * doc/gramps-manual/C/filtref.xml: Convert to book. * doc/gramps-manual/C/getstart.xml: Convert to book. * doc/gramps-manual/C/gramps-manual.xml: Convert to book. * doc/gramps-manual/C/keybind.xml: Convert to book. * doc/gramps-manual/C/legal.xml: Change license to GPL. * doc/gramps-manual/C/mainwin.xml: Convert to book. * doc/gramps-manual/C/usage.xml: Convert to book. * COPYING-DOCS: Change license to GPL. svn: r4032 2005-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/COPYING-DOCS, gramps2/ChangeLog, gramps2/doc/gramps-manual/C/Makefile.am, gramps2/doc/gramps-manual/C/authors.xml, gramps2/doc/gramps-manual/C/bugs.xml, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/doc/gramps-manual/C/legal.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/preface.xml, gramps2/doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/authors.xml: Add file. * doc/gramps-manual/C/bugs.xml: Add file. * doc/gramps-manual/C/preface.xml: Add file. * doc/gramps-manual/C/Makefile.am: Ship new files. * doc/gramps-manual/C/cmdline.xml: Convert to book. * doc/gramps-manual/C/custom.xml: Convert to book. * doc/gramps-manual/C/faq.xml: Convert to book. * doc/gramps-manual/C/filtref.xml: Convert to book. * doc/gramps-manual/C/getstart.xml: Convert to book. * doc/gramps-manual/C/gramps-manual.xml: Convert to book. * doc/gramps-manual/C/keybind.xml: Convert to book. * doc/gramps-manual/C/legal.xml: Change license to GPL. * doc/gramps-manual/C/mainwin.xml: Convert to book. * doc/gramps-manual/C/usage.xml: Convert to book. * COPYING-DOCS: Change license to GPL. svn: r4032 2005-02-14 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4031 2005-02-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4031 2005-02-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: Typos. * src/plugins/DetDescendantReport.py: Typos. svn: r4030 2005-02-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: Typos. * src/plugins/DetDescendantReport.py: Typos. svn: r4030 2005-02-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/gramps_main.py: * src/ArgHandler (handle_args): Natively open XML and GEDCOM when given a single filename argument. * src/gramps_main.py (read_gedcom,read_xml): Remove ununsed functions. svn: r4029 2005-02-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/gramps_main.py: * src/ArgHandler (handle_args): Natively open XML and GEDCOM when given a single filename argument. * src/gramps_main.py (read_gedcom,read_xml): Remove ununsed functions. svn: r4029 2005-02-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadGrdb.py: * src/ReadGrdb.py: Check for overlapping handles prior to modifying data. svn: r4028 2005-02-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGrdb.py: * src/ReadGrdb.py: Check for overlapping handles prior to modifying data. svn: r4028 2005-02-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/Sort.py, src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: More enhancements * src/Sort.py: sort places by title svn: r4026 2005-02-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Sort.py, gramps2/src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: More enhancements * src/Sort.py: sort places by title svn: r4026 2005-02-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/NavWebPage.py: * src/plugins/NavWebpage.py: Build template pages for unused pages, add Surname List and Individual List pages. svn: r4024 2005-02-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NavWebPage.py: * src/plugins/NavWebpage.py: Build template pages for unused pages, add Surname List and Individual List pages. svn: r4024 2005-02-04 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4023 2005-02-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4023 2005-02-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py (display_relationships): Pass another argument to display_spouse(); (display_spouse): Use spacers for additional spouses. Use unique registration name * src/ReportUtils.py (find_spouse): Typo. svn: r4022 2005-02-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py (display_relationships): Pass another argument to display_spouse(); (display_spouse): Use spacers for additional spouses. Use unique registration name * src/ReportUtils.py (find_spouse): Typo. svn: r4022 2005-02-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: more progress svn: r4020 2005-02-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/NavWebPage.py: * src/plugins/NavWebPage.py: more progress svn: r4020 2005-02-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: fix MALE/FEMALE/UNKNOWN svn: r4019 2005-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: fix MALE/FEMALE/UNKNOWN svn: r4019 2005-02-02 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: better colors for pies svn: r4018 2005-02-02 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: better colors for pies svn: r4018 2005-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Makefile.am: * src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py. svn: r4017 2005-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am: * src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py. svn: r4017 2005-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/Report.py: Proper translatable strings for generation numbers. * src/ReportUtils.py: More report-related methods. * src/plugins/DetAncestralReport.py: Use ReportUtils methods. * src/plugins/DetDescendantReport.py: Use ReportUtils methods. svn: r4016 2005-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/ReportUtils.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/Report.py: Proper translatable strings for generation numbers. * src/ReportUtils.py: More report-related methods. * src/plugins/DetAncestralReport.py: Use ReportUtils methods. * src/plugins/DetDescendantReport.py: Use ReportUtils methods. svn: r4016 2005-02-02 Guillaume Pratte <guillaumep@users.sourceforge.net> * ChangeLog: Updated svn: r4015 2005-02-02 Guillaume Pratte <guillaumep@users.sourceforge.net> * gramps2/ChangeLog: Updated svn: r4015 2005-02-02 Guillaume Pratte <guillaumep@users.sourceforge.net> * src/po/fr.po: Update from STABLE branch svn: r4014 2005-02-02 Guillaume Pratte <guillaumep@users.sourceforge.net> * gramps2/src/po/fr.po: Update from STABLE branch svn: r4014 2005-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/ReportUtils.py: More report-related methods. * src/plugins/DetAncestralReport.py: Use ReportUtils methods. * src/plugins/DetDescendantReport.py: Use ReportUtils methods. svn: r4011 2005-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/ReportUtils.py: More report-related methods. * src/plugins/DetAncestralReport.py: Use ReportUtils methods. * src/plugins/DetDescendantReport.py: Use ReportUtils methods. svn: r4011 2005-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4010 2005-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4010 2005-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: Finish up with actual MALE, FEMALE, and UNKNOWN svn: r4009 2005-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: Finish up with actual MALE, FEMALE, and UNKNOWN svn: r4009 2005-02-01 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.am, configure.in, gramps-mdk.spec.in, gramps.spec.in, src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/FamilyView.py, src/GenericFilter.py, src/MergeData.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/ReportUtils.py, src/SelectChild.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/Check.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/NavWebPage.py, src/plugins/RelCalc.py, src/plugins/StatisticsChart.py, src/plugins/Summary.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteGeneWeb.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_ru.py, src/plugins/rel_sv.py: * various: Change Person.male, Person.female, and Person.unkwown to Person.MALE, Person.FEMALE and Person.UNKNOWN * gramps.spec.in: bring up to date, support Fedora Core and Mandrake * src/plugins/NavWebPage.py: Start of the Narrative Web Page plugin svn: r4008 2005-02-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/configure.in, gramps2/gramps-mdk.spec.in, gramps2/gramps.spec.in, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/MergeData.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/ReportUtils.py, gramps2/src/SelectChild.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/NavWebPage.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_es.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_ru.py, gramps2/src/plugins/rel_sv.py: * various: Change Person.male, Person.female, and Person.unkwown to Person.MALE, Person.FEMALE and Person.UNKNOWN * gramps.spec.in: bring up to date, support Fedora Core and Mandrake * src/plugins/NavWebPage.py: Start of the Narrative Web Page plugin svn: r4008 2005-01-31 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Update svn: r4006 2005-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: Update svn: r4006 2005-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/docgen/LPRDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/StatisticsChart.py: * src/ReportUtils.py (born_died_str,married_str): Use NameDisplay to properly display names; (get_birth_death_strings, child_str, born_str, died_str, buried_str): Add functions; (draw_legend): Use correct style for the legend text, using write_at(). * src/docgen/OpenOffice.org (write_at): Accept paragraph style name. * src/docgen/LPRDoc.org (draw_bar): Properly draw and use color for the bar; (write_at): Correctly transform coordinates. * src/plugins/StatisticsChart.py: Replace tabs with spaces. svn: r4005 2005-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/StatisticsChart.py: * src/ReportUtils.py (born_died_str,married_str): Use NameDisplay to properly display names; (get_birth_death_strings, child_str, born_str, died_str, buried_str): Add functions; (draw_legend): Use correct style for the legend text, using write_at(). * src/docgen/OpenOffice.org (write_at): Accept paragraph style name. * src/docgen/LPRDoc.org (draw_bar): Properly draw and use color for the bar; (write_at): Correctly transform coordinates. * src/plugins/StatisticsChart.py: Replace tabs with spaces. svn: r4005 2005-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4004 2005-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4004 2005-01-31 Alex Roitman <shura@gramps-project.org> * src/WriteGrdb.py: Remove unneeded str conversion svn: r4003 2005-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/src/WriteGrdb.py: Remove unneeded str conversion svn: r4003 2005-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r4002 2005-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r4002 2005-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/WriteGrdb.py: * src/WriteGrdb.py: Copy metadata. svn: r4001 2005-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteGrdb.py: * src/WriteGrdb.py: Copy metadata. svn: r4001 2005-01-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/WriteGrdb.py, src/gramps.glade, src/gramps_main.py: * src/WriteGrdb.py: Add to CVS. * src/gramps.glade: Add Save as item, switch former one to Export. * src/gramps_main.py: Support for save as. * src/DbPrompter.py: Support for save as. svn: r4000 2005-01-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/WriteGrdb.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/WriteGrdb.py: Add to CVS. * src/gramps.glade: Add Save as item, switch former one to Export. * src/gramps_main.py: Support for save as. * src/DbPrompter.py: Support for save as. svn: r4000 2005-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/const.py.in: * src/ArgHandler.py: Support for opening in the command-line mode. * src/const.py.in: Add -O | --open option. svn: r3991 2005-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/const.py.in: * src/ArgHandler.py: Support for opening in the command-line mode. * src/const.py.in: Add -O | --open option. svn: r3991 2005-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py (GraphVizDialog.__init__): Use proper response ID; (GraphVizGraphics.__init__): set up self.doc; (EmptyDoc.init): Add empty method. svn: r3990 2005-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py (GraphVizDialog.__init__): Use proper response ID; (GraphVizGraphics.__init__): set up self.doc; (EmptyDoc.init): Add empty method. svn: r3990 2005-01-29 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: Added Pie chart support to StatisticsChart plugin svn: r3989 2005-01-29 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: Added Pie chart support to StatisticsChart plugin svn: r3989 2005-01-29 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: Add 5 new statistics to StatisticsChart.py plugin svn: r3988 2005-01-29 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: Add 5 new statistics to StatisticsChart.py plugin svn: r3988 2005-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/ArgHandler.py, src/ReadGrdb.py: * src/ArgHandler.py: Support for the native importer. * NEWS: Update. svn: r3986 2005-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/ArgHandler.py, gramps2/src/ReadGrdb.py: * src/ArgHandler.py: Support for the native importer. * NEWS: Update. svn: r3986 2005-01-29 Alex Roitman <shura@gramps-project.org> * src/ReadGrdb.py: Update svn: r3985 2005-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadGrdb.py: Update svn: r3985 2005-01-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/Errors.py, src/PedView.py, src/ReadGrdb.py: * src/PedView.py: Fix remnants of gnome.canvas syntax. * src/ReadGrdb.py: Add to CVS: native database importer. * src/DbPrompter.py: Support for the native importer. * src/Errors.py: Add HandleError exception for duplicate handles. svn: r3984 2005-01-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/Errors.py, gramps2/src/PedView.py, gramps2/src/ReadGrdb.py: * src/PedView.py: Fix remnants of gnome.canvas syntax. * src/ReadGrdb.py: Add to CVS: native database importer. * src/DbPrompter.py: Support for the native importer. * src/Errors.py: Add HandleError exception for duplicate handles. svn: r3984 2005-01-28 Alex Roitman <shura@gramps-project.org> * src/dates/Date_fr.py: Typo svn: r3979 2005-01-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/dates/Date_fr.py: Typo svn: r3979 2005-01-28 Guillaume Pratte <guillaumep@users.sourceforge.net> * src/po/fr.po: Updated French translation from STABLE svn: r3977 2005-01-28 Guillaume Pratte <guillaumep@users.sourceforge.net> * gramps2/src/po/fr.po: Updated French translation from STABLE svn: r3977 2005-01-27 Guillaume Pratte <guillaumep@users.sourceforge.net> * configure.in, src/plugins/rel_fr.py, src/po/fr.po, src/po/fr_FR.po: Modified Files: * configure.in : changed fr_FR to fr. * src/plugins/rel_fr.py : added fr_CA and fr_CA.UTF-8 to the locale list. Added Files: * src/po/fr.po : version from the STABLE branch. Removed Files: * src/po/fr_FR.po svn: r3973 2005-01-27 Guillaume Pratte <guillaumep@users.sourceforge.net> * gramps2/configure.in, gramps2/src/plugins/rel_fr.py, gramps2/src/po/fr.po, gramps2/src/po/fr_FR.po: Modified Files: * configure.in : changed fr_FR to fr. * src/plugins/rel_fr.py : added fr_CA and fr_CA.UTF-8 to the locale list. Added Files: * src/po/fr.po : version from the STABLE branch. Removed Files: * src/po/fr_FR.po svn: r3973 2005-01-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/GrampsMime.py, src/ImageSelect.py, src/NameDisplay.py, src/PedView.py, src/ReadGedcom.py, src/Utils.py, src/plugins/WriteCD.py: * src/DbPrompter.py: gnome.vfs vs. gnomevfs, tolerence * src/GrampsMime.py: gnome.vfs vs. gnomevfs tolerence * src/ImageSelect.py: gnome.canvas vs. gnomecanvas tolerence * src/NameDisplay.py: gnome.vfs vs. gnomevfs tolerence * src/PedView.py: gnome.canvas vs. gnomecanvas tolerence * src/Utils.py: remove mime handling, use GrampsMime * src/plugins/WriteCD.py: gnome.vfs vs. gnomevfs tolerence svn: r3971 2005-01-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/GrampsMime.py, gramps2/src/ImageSelect.py, gramps2/src/NameDisplay.py, gramps2/src/PedView.py, gramps2/src/ReadGedcom.py, gramps2/src/Utils.py, gramps2/src/plugins/WriteCD.py: * src/DbPrompter.py: gnome.vfs vs. gnomevfs, tolerence * src/GrampsMime.py: gnome.vfs vs. gnomevfs tolerence * src/ImageSelect.py: gnome.canvas vs. gnomecanvas tolerence * src/NameDisplay.py: gnome.vfs vs. gnomevfs tolerence * src/PedView.py: gnome.canvas vs. gnomecanvas tolerence * src/Utils.py: remove mime handling, use GrampsMime * src/plugins/WriteCD.py: gnome.vfs vs. gnomevfs tolerence svn: r3971 2005-01-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/gramps.glade: * src/ReportUtils.py: allow start and stop event handle selection for age estimation svn: r3967 2005-01-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/gramps.glade: * src/ReportUtils.py: allow start and stop event handle selection for age estimation svn: r3967 2005-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadGedcom.py: * src/ReadGedcom.py (parse_person_object,parse_family_object): Use absolute path to work around what seems a gnomevfs issue. svn: r3965 2005-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGedcom.py: * src/ReadGedcom.py (parse_person_object,parse_family_object): Use absolute path to work around what seems a gnomevfs issue. svn: r3965 2005-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/TipOfDay.py, src/gramps_main.py: * src/TipOfDay.py (TipOfDay.__init__): Set transent property. * src/gramps_main.py (Gramnps.__init__): Pass itself to TipOfDay; (on_show_plugin_status,build_plugin_menus): Pass itself to PluginStatus. * src/Plugins.py (PluginStatus.__init__): Set transent property. svn: r3963 2005-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/TipOfDay.py, gramps2/src/gramps_main.py: * src/TipOfDay.py (TipOfDay.__init__): Set transent property. * src/gramps_main.py (Gramnps.__init__): Pass itself to TipOfDay; (on_show_plugin_status,build_plugin_menus): Pass itself to PluginStatus. * src/Plugins.py (PluginStatus.__init__): Set transent property. svn: r3963 2005-01-25 Eero Tamminen <eerot@users.sourceforge.net> * src/plugins/StatisticsChart.py: made cli report name consistent with naming of other reports svn: r3962 2005-01-25 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/src/plugins/StatisticsChart.py: made cli report name consistent with naming of other reports svn: r3962 2005-01-25 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: fix StatisticsChart.py chart output, improve code svn: r3961 2005-01-25 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: fix StatisticsChart.py chart output, improve code svn: r3961 2005-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/ReportUtils.py (born_died_str,married_str,child_str): Add functions. * src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py: Use common strings from ReportUtils. svn: r3960 2005-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/ReportUtils.py (born_died_str,married_str,child_str): Add functions. * src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py: Use common strings from ReportUtils. svn: r3960 2005-01-25 Don Allingham <don@gramps-project.org> * ChangeLog, gramps.spec.in, src/ReportOptions.py, src/ReportUtils.py: * gramps.spec.in: pkill gconfd to fix settings svn: r3959 2005-01-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps.spec.in, gramps2/src/ReportOptions.py, gramps2/src/ReportUtils.py: * gramps.spec.in: pkill gconfd to fix settings svn: r3959 2005-01-25 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r3958 2005-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r3958 2005-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (LPRDoc.draw_box): Shadow support. svn: r3957 2005-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (LPRDoc.draw_box): Shadow support. svn: r3957 2005-01-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/BookReport.py: * src/Report.py (BareReportDialog.init_interface): Set up buttons with proper response values; (report): Ignore everything except RESPONSE_OK. * src/plugins/BookReport.py (BookReportSelector.on_setup_clicked, BookReportDialog.__init__): Ignore everything except RESPONSE_OK. svn: r3956 2005-01-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/BookReport.py: * src/Report.py (BareReportDialog.init_interface): Set up buttons with proper response values; (report): Ignore everything except RESPONSE_OK. * src/plugins/BookReport.py (BookReportSelector.on_setup_clicked, BookReportDialog.__init__): Ignore everything except RESPONSE_OK. svn: r3956 2005-01-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/StyleEditor.py: * src/StyleEditor.py (draw,save_paragraph): Swap SERIF and SANS_SERIF. svn: r3954 2005-01-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/StyleEditor.py: * src/StyleEditor.py (draw,save_paragraph): Swap SERIF and SANS_SERIF. svn: r3954 2005-01-24 Alex Roitman <shura@gramps-project.org> * ChangeLog: update svn: r3952 2005-01-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: update svn: r3952 2005-01-24 Alex Roitman <shura@gramps-project.org> * src/plugins/DesGraph.py, src/plugins/FtmStyleDescendants.py: Update svn: r3949 2005-01-24 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/FtmStyleDescendants.py: Update svn: r3949 2005-01-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/Report.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/Ancestors.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Partition.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: * src/Report.py: Fix adding styles and calling doc.init(). * src/BaseDoc.py: Restructure header; Replace tabs with spaces. * src/plugins/AncestorChart.py (calc): Remove doc.init() call. * src/plugins/AncestorChart2.py (calc): Remove doc.init() call. * src/plugins/Ancestors.py (define_table_styles): Add method. * src/plugins/FamilyGroup.py (define_table_styles): Add method. * src/plugins/FanChart.py (define_graphics_styles): Add method. * src/plugins/FtmStyleDescendants.py (define_table_styles): Add method. * src/plugins/FtmStyleAncestors.py: Minor cleanups * src/plugins/IndivComplete.py (define_table_styles): Add method. * src/plugins/IndivSummary.py (define_table_styles): Add method. * src/plugins/Partition.py: Remove from CVS. * src/plugins/StatisticsChart.py (define_graphics_styles): Add method. * src/plugins/TimeLine.py (define_graphics_styles): Add method. svn: r3948 2005-01-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/Report.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Partition.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TimeLine.py: * src/Report.py: Fix adding styles and calling doc.init(). * src/BaseDoc.py: Restructure header; Replace tabs with spaces. * src/plugins/AncestorChart.py (calc): Remove doc.init() call. * src/plugins/AncestorChart2.py (calc): Remove doc.init() call. * src/plugins/Ancestors.py (define_table_styles): Add method. * src/plugins/FamilyGroup.py (define_table_styles): Add method. * src/plugins/FanChart.py (define_graphics_styles): Add method. * src/plugins/FtmStyleDescendants.py (define_table_styles): Add method. * src/plugins/FtmStyleAncestors.py: Minor cleanups * src/plugins/IndivComplete.py (define_table_styles): Add method. * src/plugins/IndivSummary.py (define_table_styles): Add method. * src/plugins/Partition.py: Remove from CVS. * src/plugins/StatisticsChart.py (define_graphics_styles): Add method. * src/plugins/TimeLine.py (define_graphics_styles): Add method. svn: r3948 2005-01-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/Report.py: * src/BaseDoc.py: don't check for init on table or cell addition * src/Report.py: Call doc.init() before write_report svn: r3947 2005-01-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/Report.py: * src/BaseDoc.py: don't check for init on table or cell addition * src/Report.py: Call doc.init() before write_report svn: r3947 2005-01-22 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: Complete refactoring of the Extract class svn: r3946 2005-01-22 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: Complete refactoring of the Extract class svn: r3946 2005-01-21 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: preliminary multiple statistics chart support svn: r3945 2005-01-21 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: preliminary multiple statistics chart support svn: r3945 2005-01-21 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/GraphViz.py: use non-localized descriptions for cli help svn: r3944 2005-01-21 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: use non-localized descriptions for cli help svn: r3944 2005-01-21 Eero Tamminen <eerot@users.sourceforge.net> * src/plugins/StatisticsChart.py: added a few TODOs svn: r3943 2005-01-21 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/src/plugins/StatisticsChart.py: added a few TODOs svn: r3943 2005-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/ReportUtils.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/SvgDrawDoc.py: * src/ReportUtils.py: added estimate_age and sanitize_person * src/BaseDoc.py: Add checks attempting to add styles after initializing the document * src/docgen/OpenOfficeDoc.py: add init assertions * src/docgen/PSDrawDoc.py: fix line style in boxes * src/docgen/SvgDrawDoc.py: fix line style in boxes * src/ReportUtils.py: added documentation svn: r3942 2005-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/ReportUtils.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py: * src/ReportUtils.py: added estimate_age and sanitize_person * src/BaseDoc.py: Add checks attempting to add styles after initializing the document * src/docgen/OpenOfficeDoc.py: add init assertions * src/docgen/PSDrawDoc.py: fix line style in boxes * src/docgen/SvgDrawDoc.py: fix line style in boxes * src/ReportUtils.py: added documentation svn: r3942 2005-01-19 Alex Roitman <shura@gramps-project.org> * src/dates/Date_es.py, src/dates/Date_fr.py: Minor svn: r3939 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fr.py: Minor svn: r3939 2005-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/dates/Date_es.py, src/dates/Date_fr.py: * src/dates/Date_fr.py: Add formats and quality. * src/dates/Date_es.py: Add formats and quality. svn: r3938 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fr.py: * src/dates/Date_fr.py: Add formats and quality. * src/dates/Date_es.py: Add formats and quality. svn: r3938 2005-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportUtils.py, src/Utils.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/DesGraph.py, src/plugins/FanChart.py, src/plugins/StatisticsChart.py, src/plugins/TimeLine.py: * src/Utils.py (roman, pt2cm, cm2pt): Remove functions. * src/ReportUtils.py (roman): Add function. * src/docgen/OpenOfficeDoc.py (pt2cm): Remove function. * src/docgen/PSDrawDoc.py (pt2cm): Remove function. * src/plugins/AncestorChart2.py: Use ReportUtils. * src/plugins/AncestorChart.py: Use ReportUtils. * src/plugins/DesGraph.py: Use ReportUtils. * src/plugins/FanChart.py: Use ReportUtils. * src/plugins/StatisticsChart.py: Use ReportUtils. * src/plugins/TimeLine.py: Use ReportUtils. svn: r3937 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportUtils.py, gramps2/src/Utils.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/StatisticsChart.py, gramps2/src/plugins/TimeLine.py: * src/Utils.py (roman, pt2cm, cm2pt): Remove functions. * src/ReportUtils.py (roman): Add function. * src/docgen/OpenOfficeDoc.py (pt2cm): Remove function. * src/docgen/PSDrawDoc.py (pt2cm): Remove function. * src/plugins/AncestorChart2.py: Use ReportUtils. * src/plugins/AncestorChart.py: Use ReportUtils. * src/plugins/DesGraph.py: Use ReportUtils. * src/plugins/FanChart.py: Use ReportUtils. * src/plugins/StatisticsChart.py: Use ReportUtils. * src/plugins/TimeLine.py: Use ReportUtils. svn: r3937 2005-01-19 Alex Roitman <shura@gramps-project.org> * src/ReadGedcom.py: Update svn: r3936 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadGedcom.py: Update svn: r3936 2005-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (Event.are_equal): Only compare place handles if at least one if them is non-empty. svn: r3935 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (Event.are_equal): Only compare place handles if at least one if them is non-empty. svn: r3935 2005-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EditPerson.py (get_place): Use "" for empty place's handle. svn: r3934 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py (get_place): Use "" for empty place's handle. svn: r3934 2005-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameEdit.py: * src/NameEdit.py: Fix patronymic show/save. svn: r3933 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameEdit.py: * src/NameEdit.py: Fix patronymic show/save. svn: r3933 2005-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/dates/Date_ru.py: * src/DateDisplay.py: Move common objects back to DateDisplay class. * src/dates/Date_ru.py: Add formats and quality. svn: r3932 2005-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/dates/Date_ru.py: * src/DateDisplay.py: Move common objects back to DateDisplay class. * src/dates/Date_ru.py: Add formats and quality. svn: r3932 2005-01-18 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/GraphViz.py: numerous changes to GraphViz.py, see Changelog svn: r3931 2005-01-18 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: numerous changes to GraphViz.py, see Changelog svn: r3931 2005-01-18 Matthieu Pupate <mpupat@users.sourceforge.net> * src/po/fr_FR.po: Update according to template.po svn: r3930 2005-01-18 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/src/po/fr_FR.po: Update according to template.po svn: r3930 2005-01-18 Matthieu Pupate <mpupat@users.sourceforge.net> * src/po/fr_FR.po: Ajout des modifications de Guillaume Pratte svn: r3929 2005-01-18 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/src/po/fr_FR.po: Ajout des modifications de Guillaume Pratte svn: r3929 2005-01-18 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3928 2005-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3928 2005-01-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, configure.in: * NEWS: Correct attribution of ini-backend. * configure.in: bump up the version number. * Release: Version 1.1.3 Splunge: this is a greate idea, but possibly lousy, and I'm not being indecisive" released. svn: r3927 2005-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in: * NEWS: Correct attribution of ini-backend. * configure.in: bump up the version number. * Release: Version 1.1.3 Splunge: this is a greate idea, but possibly lousy, and I'm not being indecisive" released. svn: r3927 2005-01-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/Makefile.am, src/ReportUtils.py: * src/ReportUtils.py: Added * src/BaseDoc.py: support for graphs * src/docgen/OpenOfficeDoc.py: write_at support * src/Makefile.am: added ReportUtils.py svn: r3926 2005-01-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am, gramps2/src/ReportUtils.py: * src/ReportUtils.py: Added * src/BaseDoc.py: support for graphs * src/docgen/OpenOfficeDoc.py: write_at support * src/Makefile.am: added ReportUtils.py svn: r3926 2005-01-18 Don Allingham <don@gramps-project.org> * src/BaseDoc.py, src/docgen/OpenOfficeDoc.py: update svn: r3925 2005-01-18 Don Allingham <don@gramps-project.org> * gramps2/src/BaseDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: update svn: r3925 2005-01-18 Alex Roitman <shura@gramps-project.org> * src/Plugins.py: Update svn: r3923 2005-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/Plugins.py: Update svn: r3923 2005-01-17 Alex Roitman <shura@gramps-project.org> * src/plugins/GraphViz.py: update svn: r3922 2005-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/GraphViz.py: update svn: r3922 2005-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Remove bogus UI labels. svn: r3921 2005-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Remove bogus UI labels. svn: r3921 2005-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadGedcom.py: * src/ReadGedcom.py: Handle missing TRLR record. svn: r3920 2005-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGedcom.py: * src/ReadGedcom.py: Handle missing TRLR record. svn: r3920 2005-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py, src/plugins/Ancestors.py: * src/docgen/PdfDoc.py: Port table and image fixes from STABLE. * src/plugins/Ancestors.py (person_name): Avoid overriding builtin. svn: r3919 2005-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/Ancestors.py: * src/docgen/PdfDoc.py: Port table and image fixes from STABLE. * src/plugins/Ancestors.py (person_name): Avoid overriding builtin. svn: r3919 2005-01-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportOptions.py: * src/ReportOptions.py (OptionHandler.set_options): svn: r3918 2005-01-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportOptions.py: * src/ReportOptions.py (OptionHandler.set_options): svn: r3918 2005-01-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py (dump_parent): Typo. svn: r3917 2005-01-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py (dump_parent): Typo. svn: r3917 2005-01-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/Report.py: * src/Plugins.py (reload_plugins): Check for status. * src/Report.py: pychecker fixes svn: r3916 2005-01-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/Report.py: * src/Plugins.py (reload_plugins): Check for status. * src/Report.py: pychecker fixes svn: r3916 2005-01-16 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, configure.in, src/AddrEdit.py, src/ArgHandler.py, src/DateDisplay.py, src/EditPerson.py, src/EditPlace.py, src/EventEdit.py, src/Exporter.py, src/GrampsCfg.py, src/PeopleModel.py, src/PeopleView.py, src/ReadGedcom.py, src/RelImage.py, src/Report.py, src/Utils.py, src/WriteGedcom.py, src/WriteXML.py: * src/EditPerson.py: don't use quote date * src/PeopleModel.py: remove BOLD * src/PeopleView.py: start of sorting support * src/WriteXML.py: use hlink for Witness * various: pychecker fixes * configure.in: bump up to 1.1.3, the "Splunge: this is a greate idea, but possibly lousy, and I'm not being indecisive" release svn: r3915 2005-01-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in, gramps2/src/AddrEdit.py, gramps2/src/ArgHandler.py, gramps2/src/DateDisplay.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EventEdit.py, gramps2/src/Exporter.py, gramps2/src/GrampsCfg.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/ReadGedcom.py, gramps2/src/RelImage.py, gramps2/src/Report.py, gramps2/src/Utils.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py: * src/EditPerson.py: don't use quote date * src/PeopleModel.py: remove BOLD * src/PeopleView.py: start of sorting support * src/WriteXML.py: use hlink for Witness * various: pychecker fixes * configure.in: bump up to 1.1.3, the "Splunge: this is a greate idea, but possibly lousy, and I'm not being indecisive" release svn: r3915 2005-01-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/const.py.in, src/docgen/KwordDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: * src/docgen/KwordDoc.py: Register with paper capabilites. * src/docgen/PdfDoc.py: Register with paper capabilites. * src/docgen/RTFDoc.py: Register with paper capabilites. * src/const.py.in: Update copyright year. * NEWS: Update. svn: r3914 2005-01-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/const.py.in, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/KwordDoc.py: Register with paper capabilites. * src/docgen/PdfDoc.py: Register with paper capabilites. * src/docgen/RTFDoc.py: Register with paper capabilites. * src/const.py.in: Update copyright year. * NEWS: Update. svn: r3914 2005-01-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py, src/plugins/StatisticsChart.py: * src/plugins/GraphViz.py: Restore "Place/cause when no date" option that was available before in RelGraph; rename 'show family nodes' into 'sfn'. * src/plugins/StatisticsChart.py: Rename 'sort' into 'sortby'. svn: r3913 2005-01-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/StatisticsChart.py: * src/plugins/GraphViz.py: Restore "Place/cause when no date" option that was available before in RelGraph; rename 'show family nodes' into 'sfn'. * src/plugins/StatisticsChart.py: Rename 'sort' into 'sortby'. svn: r3913 2005-01-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/GraphViz.py: * src/plugins/BookReport.py: Switch to saving/restoring/registering items by the non-localized name. * src/plugins/GraphViz.py: Many various fixes. svn: r3911 2005-01-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/GraphViz.py: * src/plugins/BookReport.py: Switch to saving/restoring/registering items by the non-localized name. * src/plugins/GraphViz.py: Many various fixes. svn: r3911 2005-01-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/WebPage.py: * src/Report.py: Typos. * src/plugins/WebPage.py: Typos. svn: r3910 2005-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/WebPage.py: * src/Report.py: Typos. * src/plugins/WebPage.py: Typos. svn: r3910 2005-01-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py: * src/plugins/Check.py: Typos. svn: r3909 2005-01-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py: Typos. svn: r3909 2005-01-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateHandler.py, src/GrampsCfg.py: * src/DateDisplay.py: Make DateDisplayEn inherit from DateDisplay, make DateDisplay handle only ISO dates * src/DateHandler.py: use DateDisplayEn for English languages, use DateDisplay for CJK * src/GrampsCfg.py: Don't do initial redisplay of Person List when dialog comes up, update dates dynamically when date format changes svn: r3908 2005-01-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/GrampsCfg.py: * src/DateDisplay.py: Make DateDisplayEn inherit from DateDisplay, make DateDisplay handle only ISO dates * src/DateHandler.py: use DateDisplayEn for English languages, use DateDisplay for CJK * src/GrampsCfg.py: Don't do initial redisplay of Person List when dialog comes up, update dates dynamically when date format changes svn: r3908 2005-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/GrampsDbBase.py, src/MediaView.py, src/PlaceView.py: * src/DisplayModels.py: Add Date and Place columns to Media model; Zip to Place model. * src/MediaView.py: Support for Date and Place columns. * src/PlaceView.py: Support for Zil column. * src/GrampsDbBase.py (get_place_column_order, get_media_column_order): New column defaults. svn: r3907 2005-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/GrampsDbBase.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py: * src/DisplayModels.py: Add Date and Place columns to Media model; Zip to Place model. * src/MediaView.py: Support for Date and Place columns. * src/PlaceView.py: Support for Zil column. * src/GrampsDbBase.py (get_place_column_order, get_media_column_order): New column defaults. svn: r3907 2005-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py: Fix templates. svn: r3906 2005-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: Fix templates. svn: r3906 2005-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginMgr.py, src/Plugins.py, src/Report.py, src/ReportOptions.py: * src/Report.py: Switch to using short format names. Fix templates. * src/Plugins.py: Switch to using short format names. * src/PluginMgr.py: Switch to using short format names. * src/ReportOptions.py: Switch to using short format names. svn: r3905 2005-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginMgr.py, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py: * src/Report.py: Switch to using short format names. Fix templates. * src/Plugins.py: Switch to using short format names. * src/PluginMgr.py: Switch to using short format names. * src/ReportOptions.py: Switch to using short format names. svn: r3905 2005-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Support for graphical report if dot was found on the system. svn: r3904 2005-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Support for graphical report if dot was found on the system. svn: r3904 2005-01-11 Alex Roitman <shura@gramps-project.org> * src/plugins/StatisticsChart.py: Update svn: r3903 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/StatisticsChart.py: Update svn: r3903 2005-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/Utils.py: * src/Utils.py (for_each_ancestor): Switch from Person to handle. * src/GenericFilter.py (for_each_ancestor): Pass db instance. svn: r3902 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/Utils.py: * src/Utils.py (for_each_ancestor): Switch from Person to handle. * src/GenericFilter.py (for_each_ancestor): Pass db instance. svn: r3902 2005-01-11 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/StatisticsChart.py: fixes to StatisticsChart svn: r3901 2005-01-11 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: fixes to StatisticsChart svn: r3901 2005-01-11 Alex Roitman <shura@gramps-project.org> * src/GrampsIniKeys.py: Update svn: r3900 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsIniKeys.py: Update svn: r3900 2005-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsGconfKeys.py, src/GrampsIniKeys.py: * src/GrampsGconfKeys.py (get_event_id_prefix): Typo. * src/GrampsIniKeys.py (get_event_id_prefix): Typo. svn: r3899 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsGconfKeys.py, gramps2/src/GrampsIniKeys.py: * src/GrampsGconfKeys.py (get_event_id_prefix): Typo. * src/GrampsIniKeys.py (get_event_id_prefix): Typo. svn: r3899 2005-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/WriteGedcom.py: * src/WriteGedcom.py (write_source_ref): Use source, not handle. svn: r3898 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: * src/WriteGedcom.py (write_source_ref): Use source, not handle. svn: r3898 2005-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py, src/ImageSelect.py: * src/EditPlace.py (EditPlace.display_references): Fix event and object references. * src/ImageSelect.py (GlobalMediaProperties.display_refs): Add references for personal and family events. svn: r3897 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/ImageSelect.py: * src/EditPlace.py (EditPlace.display_references): Fix event and object references. * src/ImageSelect.py (GlobalMediaProperties.display_refs): Add references for personal and family events. svn: r3897 2005-01-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPlace.py: * src/EditPlace.py: make reference lists work properly for places svn: r3896 2005-01-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py: * src/EditPlace.py: make reference lists work properly for places svn: r3896 2005-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginMgr.py, src/Plugins.py: * src/PluginMgr.py (reload_plugins): Remove function. * src/Plugins.py (reload_plugins): Add function. svn: r3895 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginMgr.py, gramps2/src/Plugins.py: * src/PluginMgr.py (reload_plugins): Remove function. * src/Plugins.py (reload_plugins): Add function. svn: r3895 2005-01-11 Alex Roitman <shura@gramps-project.org> * src/plugins/StatisticsChart.py: More fixes svn: r3894 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/StatisticsChart.py: More fixes svn: r3894 2005-01-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/StatisticsChart.py: * src/plugins/StatisticsChart.py: Misc fixes. svn: r3893 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/StatisticsChart.py: * src/plugins/StatisticsChart.py: Misc fixes. svn: r3893 2005-01-11 Alex Roitman <shura@gramps-project.org> * src/plugins/StatisticsChart.py: Some fixes svn: r3892 2005-01-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/StatisticsChart.py: Some fixes svn: r3892 2005-01-10 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/plugins/Makefile.am, src/plugins/StatisticsChart.py: Initial port of StatisticsChart plugin to CVS HEAD svn: r3891 2005-01-10 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/StatisticsChart.py: Initial port of StatisticsChart plugin to CVS HEAD svn: r3891 2005-01-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PluginMgr.py: * src/PluginMgr.py: Minor fixes. svn: r3890 2005-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PluginMgr.py: * src/PluginMgr.py: Minor fixes. svn: r3890 2005-01-09 Alex Roitman <shura@gramps-project.org> * src/plugins/SimpleBookTitle.py: Remove unneeded import svn: r3889 2005-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/SimpleBookTitle.py: Remove unneeded import svn: r3889 2005-01-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/ArgHandler.py, src/DateHandler.py, src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GrampsDbBase.py, src/ImageSelect.py, src/MediaView.py, src/NameDisplay.py, src/PeopleView.py, src/PlaceView.py, src/PluginMgr.py, src/ReadGedcom.py, src/SelectChild.py, src/SelectObject.py, src/StyleEditor.py, src/Utils.py, src/gramps_main.py, src/plugins/SimpleBookTitle.py: * src/GrampsDbBase.py: remove thumbnailing routines, add id creation. Removes gtk and Utils dependencies, making the database routines independent of gtk and gnome. * src/ImgManip.py: add thumbnailing routines. * various: thumbnailing changes and pychecker fixes svn: r3888 2005-01-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/ArgHandler.py, gramps2/src/DateHandler.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/NameDisplay.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/PluginMgr.py, gramps2/src/ReadGedcom.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/StyleEditor.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py, gramps2/src/plugins/SimpleBookTitle.py: * src/GrampsDbBase.py: remove thumbnailing routines, add id creation. Removes gtk and Utils dependencies, making the database routines independent of gtk and gnome. * src/ImgManip.py: add thumbnailing routines. * various: thumbnailing changes and pychecker fixes svn: r3888 2005-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/GrampsGconfKeys.py, src/data/gramps.schemas, src/gramps.glade, src/gramps_main.py: * src/gramps.glade: Reorder toolbar style options. * src/GrampsCfg.py (get_toolbar_style): Remove function; (GrampsPreferences.build): Use correct values. * src/GrampsGconfKeys.py (get_toolbar, save_toolbar): Correct tuple of valid values. * src/gramps_main.py (init_interface, toolbar_key_update): Use function from GrampsKeys. * src/data/gramps.schemas: Correct the default and the description of the toolbar key. svn: r3887 2005-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/data/gramps.schemas, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps.glade: Reorder toolbar style options. * src/GrampsCfg.py (get_toolbar_style): Remove function; (GrampsPreferences.build): Use correct values. * src/GrampsGconfKeys.py (get_toolbar, save_toolbar): Correct tuple of valid values. * src/gramps_main.py (init_interface, toolbar_key_update): Use function from GrampsKeys. * src/data/gramps.schemas: Correct the default and the description of the toolbar key. svn: r3887 2005-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py: * src/DbPrompter.py (NewNativeDbPrompter.chooser): Initialize natvie database before attempting to load. svn: r3886 2005-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py: * src/DbPrompter.py (NewNativeDbPrompter.chooser): Initialize natvie database before attempting to load. svn: r3886 2005-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsInMemDB.py: * src/GrampsInMemDB.py (get_person_from_gramps_id, get_family_from_gramps_id,get_place_from_gramps_id, get_source_from_gramps_id,get_object_from_gramps_id): Unserialize tuple and return a proper GRAMPS object. svn: r3885 2005-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsInMemDB.py: * src/GrampsInMemDB.py (get_person_from_gramps_id, get_family_from_gramps_id,get_place_from_gramps_id, get_source_from_gramps_id,get_object_from_gramps_id): Unserialize tuple and return a proper GRAMPS object. svn: r3885 2005-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/CustomBookText.py, src/plugins/FamilyGroup.py, src/plugins/SimpleBookTitle.py: * src/Report.py (CommandLineReport.parse_option_str): Fix PluginMgr lists. * src/plugins/CustomBookText.py: Convert to new scheme. * src/plugins/FamilyGroup.py: Switch from handle to id for spouse. * src/plugins/SimpleBookTitle.py: Cleanups. svn: r3884 2005-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/SimpleBookTitle.py: * src/Report.py (CommandLineReport.parse_option_str): Fix PluginMgr lists. * src/plugins/CustomBookText.py: Convert to new scheme. * src/plugins/FamilyGroup.py: Switch from handle to id for spouse. * src/plugins/SimpleBookTitle.py: Cleanups. svn: r3884 2005-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/docgen/LPRDoc.py, src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Convert to new scheme. * src/docgen/LPRDoc.py: Support photo alignments. * src/Report.py: Fix interface creation order. svn: r3883 2005-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Convert to new scheme. * src/docgen/LPRDoc.py: Support photo alignments. * src/Report.py: Fix interface creation order. svn: r3883 2005-01-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py, src/GrampsCfg.py, src/GrampsGconfKeys.py, src/gramps.glade: * src/gramps.glade: removal of more OptionMenus in favor of ComboBoxes * src/GrampsCfg.py: use new ComboBoxes * src/DateHandler.py: fix set_format vs. formats bug svn: r3882 2005-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/gramps.glade: * src/gramps.glade: removal of more OptionMenus in favor of ComboBoxes * src/GrampsCfg.py: use new ComboBoxes * src/DateHandler.py: fix set_format vs. formats bug svn: r3882 2005-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/NameEdit.py, src/Plugins.py, src/plugins/BookReport.py: * src/Plugins.py: Use doc lists from PluginMgr. * src/Exporter.py: Use exports list from PluginMgr. * src/plugins/BookReport.py: Import Plugins module. * src/NameEdit.py (NameEditor.__init__): Typos. svn: r3881 2005-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/NameEdit.py, gramps2/src/Plugins.py, gramps2/src/plugins/BookReport.py: * src/Plugins.py: Use doc lists from PluginMgr. * src/Exporter.py: Use exports list from PluginMgr. * src/plugins/BookReport.py: Import Plugins module. * src/NameEdit.py (NameEditor.__init__): Typos. svn: r3881 2005-01-07 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, src/Makefile.am: added missing py files to installation list svn: r3879 2005-01-07 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/Makefile.am: added missing py files to installation list svn: r3879 2005-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Report.py, src/plugins/GraphViz.py, src/plugins/WebPage.py: * src/ArgeHandler.py: Support for WEB for CLI mode. * src/Report.py: Support for WEB reports. * src/plugins/GraphViz.py: Minor tweaks. * src/plugins/WebPage.py: Convert to new scheme. Still rough. svn: r3878 2005-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Report.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/WebPage.py: * src/ArgeHandler.py: Support for WEB for CLI mode. * src/Report.py: Support for WEB reports. * src/plugins/GraphViz.py: Minor tweaks. * src/plugins/WebPage.py: Convert to new scheme. Still rough. svn: r3878 2005-01-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GenericFilter.py, src/Marriage.py, src/PeopleView.py, src/gramps.glade, src/gramps_main.py: * src/EditPerson.py: switch to ComboBox from OptionMenu * src/GenericFilter.py: switch to ComboBox from OptionMenu * src/Marriage.py: switch to ComboBox from OptionMenu * src/PeopleView.py: switch to ComboBox from OptionMenu * src/gramps.glade:switch to ComboBox from OptionMenu * src/gramps_main.py: switch to ComboBox from OptionMenu svn: r3877 2005-01-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GenericFilter.py, gramps2/src/Marriage.py, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/EditPerson.py: switch to ComboBox from OptionMenu * src/GenericFilter.py: switch to ComboBox from OptionMenu * src/Marriage.py: switch to ComboBox from OptionMenu * src/PeopleView.py: switch to ComboBox from OptionMenu * src/gramps.glade:switch to ComboBox from OptionMenu * src/gramps_main.py: switch to ComboBox from OptionMenu svn: r3877 2005-01-06 Alex Roitman <shura@gramps-project.org> * ChangeLog: Minor svn: r3876 2005-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Minor svn: r3876 2005-01-06 Don Allingham <don@gramps-project.org> * src/GrampsIniKeys.py, src/GrampsKeys.py: added svn: r3875 2005-01-06 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsIniKeys.py, gramps2/src/GrampsKeys.py: added svn: r3875 2005-01-06 Alex Roitman <shura@gramps-project.org> * ChangeLog: Minor svn: r3874 2005-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Minor svn: r3874 2005-01-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DateHandler.py, src/DbPrompter.py, src/EditPerson.py, src/Exporter.py, src/FamilyView.py, src/GrampsCfg.py, src/GrampsDbBase.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/PluginMgr.py, src/Plugins.py, src/QuestionDialog.py, src/Report.py, src/ReportOptions.py, src/StartupDialog.py, src/TipOfDay.py, src/Utils.py, src/const.py.in, src/gramps_main.py, src/plugins/WebPage.py: * src/GrampsIniKeys.py: provide support for the default schema * src/GrampsKeys.py: select appropriate backend * various: switch from GrampsGconfKeys to GrampsKeys for normal usage * src/GrampsIniKeys.py: Alternate backend using .ini files instead of gconf svn: r3873 2005-01-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DateHandler.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/Exporter.py, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/PluginMgr.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/Utils.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py, gramps2/src/plugins/WebPage.py: * src/GrampsIniKeys.py: provide support for the default schema * src/GrampsKeys.py: select appropriate backend * various: switch from GrampsGconfKeys to GrampsKeys for normal usage * src/GrampsIniKeys.py: Alternate backend using .ini files instead of gconf svn: r3873 2005-01-06 Alex Roitman <shura@gramps-project.org> * src/plugins/GraphViz.py: Minor update svn: r3872 2005-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/GraphViz.py: Minor update svn: r3872 2005-01-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: detect pygtk_version before passing False for markup on MenuItem svn: r3871 2005-01-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: detect pygtk_version before passing False for markup on MenuItem svn: r3871 2005-01-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Utils.py: * src/Utils.py (roman): Proper implementation. svn: r3869 2005-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Utils.py: * src/Utils.py (roman): Proper implementation. svn: r3869 2005-01-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditSource.py: * src/EditSource.py: Patch to fix the list of References of a Source, because currently the Source for a Person and Sources of addresses are omitted. svn: r3868 2005-01-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py: * src/EditSource.py: Patch to fix the list of References of a Source, because currently the Source for a Person and Sources of addresses are omitted. svn: r3868 2005-01-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Plugins.py, src/Report.py, src/ReportOptions.py, src/const.py.in, src/plugins/GraphViz.py: * src/ArgeHandler.py: Support for CODE for CLI mode. * src/Plugins.py: Use 'text' instead of 'doc'. * src/Report.py: Support for CODE reports. * src/ReportOptions.py: Paper-setting methods for runtime. * src/const.py.in: Label change. * src/plugins/GraphViz.py: Convert to new scheme. svn: r3867 2005-01-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/const.py.in, gramps2/src/plugins/GraphViz.py: * src/ArgeHandler.py: Support for CODE for CLI mode. * src/Plugins.py: Use 'text' instead of 'doc'. * src/Report.py: Support for CODE reports. * src/ReportOptions.py: Paper-setting methods for runtime. * src/const.py.in: Label change. * src/plugins/GraphViz.py: Convert to new scheme. svn: r3867 2005-01-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py, src/DbPrompter.py, src/GenericFilter.py, src/Makefile.am, src/PluginMgr.py, src/Plugins.py, src/ReadGedcom.py, src/ReadXML.py, src/WriteGedcom.py, src/WriteXML.py, src/const.py.in, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/gramps.glade, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/Eval.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/ImportGeneWeb.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Leak.py, src/plugins/Merge.py, src/plugins/Partition.py, src/plugins/PatchNames.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py, src/plugins/WritePkg.py, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_es.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_ru.py, src/plugins/rel_sv.py: * src/Plugins.py: move non-gui functions to PluginMgr.py * src/PluginMgr.py: Non-gui functions for plugins * src/Makefile.am: Added PluginMgr.py * various: switch from Plugins to PluginMgr svn: r3866 2005-01-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/DbPrompter.py, gramps2/src/GenericFilter.py, gramps2/src/Makefile.am, gramps2/src/PluginMgr.py, gramps2/src/Plugins.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/Eval.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/Partition.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_es.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_ru.py, gramps2/src/plugins/rel_sv.py: * src/Plugins.py: move non-gui functions to PluginMgr.py * src/PluginMgr.py: Non-gui functions for plugins * src/Makefile.am: Added PluginMgr.py * various: switch from Plugins to PluginMgr svn: r3866 2005-01-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py, src/Plugins.py: * src/DateHandler.py: Don't force English parser if problem with config value, but LANG is set properly svn: r3863 2005-01-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/Plugins.py: * src/DateHandler.py: Don't force English parser if problem with config value, but LANG is set properly svn: r3863 2005-01-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbBase.py, src/GrampsInMemDB.py: * src/GrampsDbBase.py: move all thumbnail creation here to have a common thumbnail scheme. * src/GrampsInMemDB.py: remove thumbnail handling, use base class svn: r3862 2005-01-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py: * src/GrampsDbBase.py: move all thumbnail creation here to have a common thumbnail scheme. * src/GrampsInMemDB.py: remove thumbnail handling, use base class svn: r3862 2005-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am: * src/plugins/Makefile.am: Stop shipping RelGraph.py. svn: r3861 2005-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am: * src/plugins/Makefile.am: Stop shipping RelGraph.py. svn: r3861 2005-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py, src/plugins/RelGraph.py: * src/plugins/RelGraph.py: Remove from CVS. * src/plugins/GraphViz.py: Minor fixes. Still not converted yet. svn: r3860 2005-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/RelGraph.py: * src/plugins/RelGraph.py: Remove from CVS. * src/plugins/GraphViz.py: Minor fixes. Still not converted yet. svn: r3860 2005-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/CountAncestors.py, src/plugins/Summary.py: * src/Report.py (report): Support for VIEW reports. * src/plugins/Summary.py: Convert to new scheme. * src/plugins/CountAncestors.py: Convert to new scheme. svn: r3859 2005-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/Summary.py: * src/Report.py (report): Support for VIEW reports. * src/plugins/Summary.py: Convert to new scheme. * src/plugins/CountAncestors.py: Convert to new scheme. svn: r3859 2005-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/ReportOptions.py, src/Utils.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/DesGraph.py: * src/Report.py: Add support for a semi-common 'dispf'. * src/ReportOptions.py: Add support for a semi-common 'dispf'. * src/Utils.py (cm2pt): Add function. * src/plugins/AncestorChart.py: Convert to new scheme. * src/plugins/AncestorChart2.py: Convert to new scheme. * src/plugins/DesGraph.py: Convert to new scheme. svn: r3858 2005-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/Utils.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/DesGraph.py: * src/Report.py: Add support for a semi-common 'dispf'. * src/ReportOptions.py: Add support for a semi-common 'dispf'. * src/Utils.py (cm2pt): Add function. * src/plugins/AncestorChart.py: Convert to new scheme. * src/plugins/AncestorChart2.py: Convert to new scheme. * src/plugins/DesGraph.py: Convert to new scheme. svn: r3858 2005-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/SubstKeywords.py, src/plugins/Ancestors.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/TimeLine.py: * src/plugins/FanChart.py: Convert to new scheme. * src/SubstKeywords.py (SubstKeywords.__init__): Typo. * src/plugins/TimeLine.py: Remove unneeded imports. * src/plugins/FamilyGroup.py: Remove unneeded imports. * src/plugins/Ancestors.py: Remove unneeded imports. svn: r3857 2005-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SubstKeywords.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/TimeLine.py: * src/plugins/FanChart.py: Convert to new scheme. * src/SubstKeywords.py (SubstKeywords.__init__): Typo. * src/plugins/TimeLine.py: Remove unneeded imports. * src/plugins/FamilyGroup.py: Remove unneeded imports. * src/plugins/Ancestors.py: Remove unneeded imports. svn: r3857 2005-01-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsCfg.py, src/Sources.py, src/Utils.py, src/gramps.glade: * src/EditPerson.py: move strip_id from Utils * src/GrampsCfg.py: use ComboBox for toolbar selection * src/Sources.py: switch to ComboBoxes from OptionMenus * src/Utils.py: removed unused functions * src/gramps.glade: switch to ComboBoxes svn: r3856 2005-01-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsCfg.py, gramps2/src/Sources.py, gramps2/src/Utils.py, gramps2/src/gramps.glade: * src/EditPerson.py: move strip_id from Utils * src/GrampsCfg.py: use ComboBox for toolbar selection * src/Sources.py: switch to ComboBoxes from OptionMenus * src/Utils.py: removed unused functions * src/gramps.glade: switch to ComboBoxes svn: r3856 2005-01-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py: * src/Report.py: Typos. svn: r3855 2005-01-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py: * src/Report.py: Typos. svn: r3855 2005-01-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py: * src/plugins/DetAncestralReport.py: Minor cleanup. * src/plugins/DetDescendantReport.py: Convert to new scheme. * src/plugins/FamilyGroup.py: Convert to new scheme. svn: r3854 2005-01-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py: * src/plugins/DetAncestralReport.py: Minor cleanup. * src/plugins/DetDescendantReport.py: Convert to new scheme. * src/plugins/FamilyGroup.py: Convert to new scheme. svn: r3854 2005-01-01 Don Allingham <don@gramps-project.org> * src/NameDisplay.py: added svn: r3853 2005-01-01 Don Allingham <don@gramps-project.org> * gramps2/src/NameDisplay.py: added svn: r3853 2005-01-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/AddrEdit.py, src/Bookmarks.py, src/ChooseParents.py, src/DisplayModels.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsCfg.py, src/ImageSelect.py, src/Makefile.am, src/Marriage.py, src/MergeData.py, src/NameEdit.py, src/PedView.py, src/PeopleModel.py, src/ReadGedcom.py, src/Report.py, src/SelectChild.py, src/SubstKeywords.py, src/Utils.py, src/Witness.py, src/WriteGedcom.py, src/gramps.glade, src/gramps_main.py, src/plugins/Desbrowser.py, src/plugins/Merge.py, src/plugins/RelCalc.py: * src/gramps.glade: remove name display options * src/GrampsCfg.py: remove name displaying functions * src/Makefile.am: add NameDisplay.py to list * src/NameDisplay.py: New name displaying class * src/Utils.py: use new NameDisplay class * src/AddSpouse.py: use new NameDisplay class * src/AddrEdit.py: use new NameDisplay class * src/Bookmarks.py: use new NameDisplay class * src/ChooseParents.py: use new NameDisplay class * src/DisplayModels.py: use new NameDisplay class * src/EditPerson.py: use new NameDisplay class * src/EditPlace.py: use new NameDisplay class * src/EditSource.py: use new NameDisplay class * src/FamilyView.py: use new NameDisplay class * src/GenericFilter.py: use new NameDisplay class * src/ImageSelect.py: use new NameDisplay class * src/Marriage.py: use new NameDisplay class * src/MergeData.py: use new NameDisplay class * src/NameEdit.py: use new NameDisplay class * src/PedView.py: use new NameDisplay class * src/PeopleModel.py: use new NameDisplay class * src/ReadGedcom.py: use new NameDisplay class * src/Report.py: use new NameDisplay class * src/SelectChild.py: use new NameDisplay class * src/SubstKeywords.py: use new NameDisplay class * src/Witness.py: use new NameDisplay class * src/WriteGedcom.py: use new NameDisplay class * src/gramps_main.py: use new NameDisplay class * src/plugins/Desbrowser.py: use new NameDisplay class * src/plugins/Merge.py: use new NameDisplay class * src/plugins/RelCalc.py: use new NameDisplay class svn: r3852 2005-01-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.am, gramps2/src/Marriage.py, gramps2/src/MergeData.py, gramps2/src/NameEdit.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/ReadGedcom.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/SubstKeywords.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/WriteGedcom.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/RelCalc.py: * src/gramps.glade: remove name display options * src/GrampsCfg.py: remove name displaying functions * src/Makefile.am: add NameDisplay.py to list * src/NameDisplay.py: New name displaying class * src/Utils.py: use new NameDisplay class * src/AddSpouse.py: use new NameDisplay class * src/AddrEdit.py: use new NameDisplay class * src/Bookmarks.py: use new NameDisplay class * src/ChooseParents.py: use new NameDisplay class * src/DisplayModels.py: use new NameDisplay class * src/EditPerson.py: use new NameDisplay class * src/EditPlace.py: use new NameDisplay class * src/EditSource.py: use new NameDisplay class * src/FamilyView.py: use new NameDisplay class * src/GenericFilter.py: use new NameDisplay class * src/ImageSelect.py: use new NameDisplay class * src/Marriage.py: use new NameDisplay class * src/MergeData.py: use new NameDisplay class * src/NameEdit.py: use new NameDisplay class * src/PedView.py: use new NameDisplay class * src/PeopleModel.py: use new NameDisplay class * src/ReadGedcom.py: use new NameDisplay class * src/Report.py: use new NameDisplay class * src/SelectChild.py: use new NameDisplay class * src/SubstKeywords.py: use new NameDisplay class * src/Witness.py: use new NameDisplay class * src/WriteGedcom.py: use new NameDisplay class * src/gramps_main.py: use new NameDisplay class * src/plugins/Desbrowser.py: use new NameDisplay class * src/plugins/Merge.py: use new NameDisplay class * src/plugins/RelCalc.py: use new NameDisplay class svn: r3852 2005-01-01 Alex Roitman <shura@gramps-project.org> * src/plugins/AncestorReport.py, src/plugins/DescendReport.py, src/plugins/IndivSummary.py: Update svn: r3851 2005-01-01 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/IndivSummary.py: Update svn: r3851 2005-01-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3850 2005-01-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3850 2005-01-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py, src/Report.py, src/ReportOptions.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/TimeLine.py: * src/RelLib.py (Family.set_mother_handle): Typo. * src/Report.py: Use gen and pagebbg. * src/ReportOptions.py: Use gen and pagebbg. * src/plugins/Ancestors.py: Use gen and pagebbg. * src/plugins/AncestorReport.py: Use gen and pagebbg. * src/plugins/DescendReport.py: Use gen and pagebbg. * src/plugins/FtmStyleDescendants.py: Use gen and pagebbg. * src/plugins/FtmStyleAncestors.py: Use gen and pagebbg. * src/plugins/IndivComplete.py: Convert to new scheme. * src/plugins/TimeLine.py: Add custom filters to the pool. * src/plugins/DetAncestralReport.py: Convert to new scheme. svn: r3849 2005-01-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/TimeLine.py: * src/RelLib.py (Family.set_mother_handle): Typo. * src/Report.py: Use gen and pagebbg. * src/ReportOptions.py: Use gen and pagebbg. * src/plugins/Ancestors.py: Use gen and pagebbg. * src/plugins/AncestorReport.py: Use gen and pagebbg. * src/plugins/DescendReport.py: Use gen and pagebbg. * src/plugins/FtmStyleDescendants.py: Use gen and pagebbg. * src/plugins/FtmStyleAncestors.py: Use gen and pagebbg. * src/plugins/IndivComplete.py: Convert to new scheme. * src/plugins/TimeLine.py: Add custom filters to the pool. * src/plugins/DetAncestralReport.py: Convert to new scheme. svn: r3849 2004-12-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: * src/plugins/BookReport.py (cl_report): Use begin_report for each item. svn: r3848 2004-12-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: * src/plugins/BookReport.py (cl_report): Use begin_report for each item. svn: r3848 2004-12-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py: * src/Report.py: Change finish_report to end_report. svn: r3847 2004-12-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py: * src/Report.py: Change finish_report to end_report. svn: r3847 2004-12-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: documentation * src/Report.py: change finish_report to end_report * src/DateHandler.py: remove debugging statement svn: r3846 2004-12-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: documentation * src/Report.py: change finish_report to end_report * src/DateHandler.py: remove debugging statement svn: r3846 2004-12-31 Don Allingham <don@gramps-project.org> * src/DateHandler.py, src/Report.py: * src/Report.py: change finish_report to end_report * src/DateHandler.py: remove debugging statement svn: r3845 2004-12-31 Don Allingham <don@gramps-project.org> * gramps2/src/DateHandler.py, gramps2/src/Report.py: * src/Report.py: change finish_report to end_report * src/DateHandler.py: remove debugging statement svn: r3845 2004-12-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/BookReport.py: * src/Report.py (Report.__init__): Proper use of output; (report): Typo; (cl_report): Use begin_report and finish_report. * src/plugins/BookReport.py (BookReportDialog.make_report): Use begin_report for each item. svn: r3844 2004-12-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/BookReport.py: * src/Report.py (Report.__init__): Proper use of output; (report): Typo; (cl_report): Use begin_report and finish_report. * src/plugins/BookReport.py (BookReportDialog.make_report): Use begin_report for each item. svn: r3844 2004-12-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/Plugins.py, src/Report.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/DescendReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivSummary.py, src/plugins/TimeLine.py: * src/Plugins.py: add GrampsBookFormatComboBox class * src/Report.py: Roll common functions into Report class * src/plugins/AncestorReport.py: Bring up to date with Report * src/plugins/Ancestors.py: Bring up to date with Report * src/plugins/BookReport.py: Bring up to date with Report, incorporate new ComboBox * src/plugins/DescendReport.py: Bring up to date with Report * src/pulgins/FtmStyleAncestors.py: Bring up to date with Report * src/pulgins/FtmStyleDescendants.py: Bring up to date with Report * src/plugins/IndivSummary.py: Bring up to date with Report * src/plugins/TimeLine.py: Bring up to date with Report svn: r3843 2004-12-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/TimeLine.py: * src/Plugins.py: add GrampsBookFormatComboBox class * src/Report.py: Roll common functions into Report class * src/plugins/AncestorReport.py: Bring up to date with Report * src/plugins/Ancestors.py: Bring up to date with Report * src/plugins/BookReport.py: Bring up to date with Report, incorporate new ComboBox * src/plugins/DescendReport.py: Bring up to date with Report * src/pulgins/FtmStyleAncestors.py: Bring up to date with Report * src/pulgins/FtmStyleDescendants.py: Bring up to date with Report * src/plugins/IndivSummary.py: Bring up to date with Report * src/plugins/TimeLine.py: Bring up to date with Report svn: r3843 2004-12-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DisplayTrace.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/DisplayTrace.py: Typo in the debian version filename. * src/plugins/Ancestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: New date handling. * src/plugins/FtmStyleDescendants.py: New date handling. * src/plugins/FtmStyleAncestors.py: New date handling. svn: r3842 2004-12-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayTrace.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/DisplayTrace.py: Typo in the debian version filename. * src/plugins/Ancestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: New date handling. * src/plugins/FtmStyleDescendants.py: New date handling. * src/plugins/FtmStyleAncestors.py: New date handling. svn: r3842 2004-12-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateEdit.py, src/DateHandler.py, src/EditPerson.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsCfg.py, src/ImageSelect.py, src/Marriage.py, src/ReadXML.py, src/RelLib.py, src/SelectChild.py, src/Sources.py, src/plugins/RelCalc.py: * src/DateEdit.py: use global date displayer/parser * src/DateHandler.py: provide global date displayer/parser instead of having a bunch of different classes have their own handler that needs to be updated with the handlers change. * src/EditPerson.py: use global date displayer/parser * src/EventEdit.py: use global date displayer/parser * src/FamilyView.py: use global date displayer/parser * src/GenericFilter.py: use global date displayer/parser * src/GrampsCfg.py: remove unused statements * src/ImageSelect.py: use global date displayer/parser * src/Marriage.py: use global date displayer/parser * src/ReadXML.py: use global date displayer/parser * src/RelLib.py: don't require get_display_info, eliminate needed for importing const and GrampsCfg * src/SelectChild.py: don't require get_display_info * src/Sources.py: use global date displayer/parser * src/plugins/RelCalc.py: don't require get_display_info svn: r3841 2004-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/DateHandler.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/Sources.py, gramps2/src/plugins/RelCalc.py: * src/DateEdit.py: use global date displayer/parser * src/DateHandler.py: provide global date displayer/parser instead of having a bunch of different classes have their own handler that needs to be updated with the handlers change. * src/EditPerson.py: use global date displayer/parser * src/EventEdit.py: use global date displayer/parser * src/FamilyView.py: use global date displayer/parser * src/GenericFilter.py: use global date displayer/parser * src/GrampsCfg.py: remove unused statements * src/ImageSelect.py: use global date displayer/parser * src/Marriage.py: use global date displayer/parser * src/ReadXML.py: use global date displayer/parser * src/RelLib.py: don't require get_display_info, eliminate needed for importing const and GrampsCfg * src/SelectChild.py: don't require get_display_info * src/Sources.py: use global date displayer/parser * src/plugins/RelCalc.py: don't require get_display_info svn: r3841 2004-12-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py: * src/ChooseParents.py: remove TreeModelFilter stuff. svn: r3840 2004-12-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py: * src/ChooseParents.py: remove TreeModelFilter stuff. svn: r3840 2004-12-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py, src/Filter.py, src/GenericFilter.py, src/PaperMenu.py, src/Plugins.py, src/Report.py, src/plugins/TimeLine.py: * src/GenericFilter.py: Add a combobox that handles filter selection * src/PaperMenu.py: Add combobox classes to handle paper size and paper orientation selection. * src/Plugins.py: Add combobox classes to handle draw doc format and text doc format selection * src/Report.py: Use new comboboxes * src/plugins/TimeLine.py: Use new comboboxes * src/Filter.py: remove - no longer used svn: r3839 2004-12-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/Filter.py, gramps2/src/GenericFilter.py, gramps2/src/PaperMenu.py, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/plugins/TimeLine.py: * src/GenericFilter.py: Add a combobox that handles filter selection * src/PaperMenu.py: Add combobox classes to handle paper size and paper orientation selection. * src/Plugins.py: Add combobox classes to handle draw doc format and text doc format selection * src/Report.py: Use new comboboxes * src/plugins/TimeLine.py: Use new comboboxes * src/Filter.py: remove - no longer used svn: r3839 2004-12-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py, src/GenericFilter.py, src/ReadGedcom.py, src/Report.py, src/dates/Date_es.py, src/dates/Date_fr.py, src/dates/Date_ru.py: * src/ReadGedcom.py: create GedcomDateParser class to handle English requirements for GEDCOM svn: r3838 2004-12-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/GenericFilter.py, gramps2/src/ReadGedcom.py, gramps2/src/Report.py, gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_ru.py: * src/ReadGedcom.py: create GedcomDateParser class to handle English requirements for GEDCOM svn: r3838 2004-12-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py, src/RelLib.py, src/dates/Date_es.py, src/dates/Date_fr.py, src/dates/Date_ru.py: * src/DateHandler.py: provide date handler registration function * src/RelLib.py: more documentation * src/dates/Date_es.py: use new registration function * src/dates/Date_fr.py: use new registration function * src/dates/Date_ru.py: use new registration function svn: r3837 2004-12-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/RelLib.py, gramps2/src/dates/Date_es.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_ru.py: * src/DateHandler.py: provide date handler registration function * src/RelLib.py: more documentation * src/dates/Date_es.py: use new registration function * src/dates/Date_fr.py: use new registration function * src/dates/Date_ru.py: use new registration function svn: r3837 2004-12-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/BaseDoc.py, src/ChooseParents.py, src/Date.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/SelectChild.py, src/const.py.in, src/plugins/Check.py, src/plugins/ImportGeneWeb.py, src/plugins/WriteGeneWeb.py: * src/RelLib.py: documentation improvements, move family relations constants from const.py.in * src/AddSpouse.py: relationship constant changes * src/BaseDoc.py: documentation improvements * src/ChooseParents.py: relationship constant changes * src/Date.py: documentation changes * src/ReadGedcom.py: relationship constant changes, remove unused global * src/ReadXML.py: relationship constant changes * src/SelectChild.py: has_family to get_parent_family * src/const.py.in: moved family relation constants to RelLib * src/plugins/Check.py: relationship constant changes * src/plugins/ImportGeneWeb.py: relationship constant changes * src/plugins/WriteGeneWeb.py: relationship constant changes svn: r3836 2004-12-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/BaseDoc.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/const.py.in, gramps2/src/plugins/Check.py, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/WriteGeneWeb.py: * src/RelLib.py: documentation improvements, move family relations constants from const.py.in * src/AddSpouse.py: relationship constant changes * src/BaseDoc.py: documentation improvements * src/ChooseParents.py: relationship constant changes * src/Date.py: documentation changes * src/ReadGedcom.py: relationship constant changes, remove unused global * src/ReadXML.py: relationship constant changes * src/SelectChild.py: has_family to get_parent_family * src/const.py.in: moved family relation constants to RelLib * src/plugins/Check.py: relationship constant changes * src/plugins/ImportGeneWeb.py: relationship constant changes * src/plugins/WriteGeneWeb.py: relationship constant changes svn: r3836 2004-12-23 Alex Roitman <shura@gramps-project.org> * src/ReportOptions.py, src/plugins/BookReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/IndivSummary.py: Update svn: r3835 2004-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReportOptions.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/IndivSummary.py: Update svn: r3835 2004-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportOptions.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/DescendReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivSummary.py, src/plugins/TimeLine.py: * src/ReportOptions.py (ReportOptions): Add wrappers to hide handler. * src/plugins/BookReport.py: Use wrappers. * src/plugins/TimeLine.py: Use wrappers. * src/plugins/FtmStyleDescendants.py: Use wrappers. * src/plugins/FtmStyleAncestors.py: Use wrappers. * src/plugins/AncestorReport.py: Use wrappers. * src/plugins/DescendReport.py: Use wrappers. * src/plugins/IndivSummary.py: Use wrappers. svn: r3834 2004-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportOptions.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/TimeLine.py: * src/ReportOptions.py (ReportOptions): Add wrappers to hide handler. * src/plugins/BookReport.py: Use wrappers. * src/plugins/TimeLine.py: Use wrappers. * src/plugins/FtmStyleDescendants.py: Use wrappers. * src/plugins/FtmStyleAncestors.py: Use wrappers. * src/plugins/AncestorReport.py: Use wrappers. * src/plugins/DescendReport.py: Use wrappers. * src/plugins/IndivSummary.py: Use wrappers. svn: r3834 2004-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py: * src/Plugins.py: Fix Reports menu. svn: r3833 2004-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py: * src/Plugins.py: Fix Reports menu. svn: r3833 2004-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PeopleModel.py, src/plugins/AncestorReport.py, src/plugins/DescendReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/IndivSummary.py: * src/PeopleModel.py (PeopleModel.__init__): Make data_filter optional. * src/plugins/FtmStyleAncestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: Convert to new scheme. * src/plugins/DescendReport.py: Convert to new scheme. * src/plugins/IndivSummary.py: Convert to new scheme. svn: r3832 2004-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/IndivSummary.py: * src/PeopleModel.py (PeopleModel.__init__): Make data_filter optional. * src/plugins/FtmStyleAncestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: Convert to new scheme. * src/plugins/DescendReport.py: Convert to new scheme. * src/plugins/IndivSummary.py: Convert to new scheme. svn: r3832 2004-12-23 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleDescendants.py: Update svn: r3831 2004-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleDescendants.py: Update svn: r3831 2004-12-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReportOptions.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/TimeLine.py: * src/ReportOptions.py (ReportOptions): Add base Options class. * src/plugins/BookReport.py (BookOptions): Derive from base class. * src/plugins/TimeLine.py (TimeLineOptions): Derive from base class. * src/plugins/FtmStyleDescendants.py (FtmDescendantOptions): Derive from base class. svn: r3830 2004-12-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReportOptions.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/TimeLine.py: * src/ReportOptions.py (ReportOptions): Add base Options class. * src/plugins/BookReport.py (BookOptions): Derive from base class. * src/plugins/TimeLine.py (TimeLineOptions): Derive from base class. * src/plugins/FtmStyleDescendants.py (FtmDescendantOptions): Derive from base class. svn: r3830 2004-12-22 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3829 2004-12-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3829 2004-12-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/Report.py, src/gramps_main.py, src/plugins/BookReport.py: * src/Plugins.py: Use category to register cl report. * src/Report.py: Handle showing options centrally. * src/gramps_main.py: Remove name and category from options. * src/plugins/BookReport.py: Handle showing options centrally. svn: r3828 2004-12-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/gramps_main.py, gramps2/src/plugins/BookReport.py: * src/Plugins.py: Use category to register cl report. * src/Report.py: Handle showing options centrally. * src/gramps_main.py: Remove name and category from options. * src/plugins/BookReport.py: Handle showing options centrally. svn: r3828 2004-12-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Makefile.am, src/PaperMenu.py, src/Plugins.py, src/Report.py, src/ReportOptions.py, src/Sort.py, src/StyleEditor.py, src/Utils.py, src/const.py.in, src/docgen/LPRDoc.py, src/gramps.glade, src/gramps_main.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/TimeLine.py: Merge REP_OPT branch svn: r3827 2004-12-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Makefile.am, gramps2/src/PaperMenu.py, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/ReportOptions.py, gramps2/src/Sort.py, gramps2/src/StyleEditor.py, gramps2/src/Utils.py, gramps2/src/const.py.in, gramps2/src/docgen/LPRDoc.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/TimeLine.py: Merge REP_OPT branch svn: r3827 2004-12-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/AsciiDoc.py: * src/docgen/AsciiDoc.py (reformat_para): Correctly check for empty paragraph. svn: r3825 2004-12-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/AsciiDoc.py: * src/docgen/AsciiDoc.py (reformat_para): Correctly check for empty paragraph. svn: r3825 2004-12-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/GrampsBSDDB.py, src/gramps_main.py: * src/DbPrompter.py: Add display messages during load * src/GrampsBSDDB.py: Add display messages during load * src/gramps_main.py: Add display messages during load svn: r3820 2004-12-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/gramps_main.py: * src/DbPrompter.py: Add display messages during load * src/GrampsBSDDB.py: Add display messages during load * src/gramps_main.py: Add display messages during load svn: r3820 2004-12-19 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/DisplayModels.py, src/GrampsDbBase.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/ReadXML.py, src/gramps.glade, src/gramps_main.py, src/plugins/ReorderIds.py: * src/DisplayModels.py: use a dictionary to handle reverse indices instead of list.index function. Drastically reduces time are larger lists. * src/GrampsDbBase.py: use cursors to build sorted key lists * src/PeopleModel.py: fetch sort names out of database first instead of continuously fetching from database during sort * src/PeopleView.py: remove unnecessary apply_filter * src/PlaceView.py: remove commented-out code * src/ReadXML.py: add gtk event handling to allow screen to update * src/gramps.glade: use gramps.png for loading message window * src/gramps_main.py: remove delete_abandoned_photos calls * src/PeopleModel.py: Fixed rebuild_display * src/ReadXML.py: Fixed calendar handling svn: r3819 2004-12-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/DisplayModels.py, gramps2/src/GrampsDbBase.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadXML.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/ReorderIds.py: * src/DisplayModels.py: use a dictionary to handle reverse indices instead of list.index function. Drastically reduces time are larger lists. * src/GrampsDbBase.py: use cursors to build sorted key lists * src/PeopleModel.py: fetch sort names out of database first instead of continuously fetching from database during sort * src/PeopleView.py: remove unnecessary apply_filter * src/PlaceView.py: remove commented-out code * src/ReadXML.py: add gtk event handling to allow screen to update * src/gramps.glade: use gramps.png for loading message window * src/gramps_main.py: remove delete_abandoned_photos calls * src/PeopleModel.py: Fixed rebuild_display * src/ReadXML.py: Fixed calendar handling svn: r3819 2004-12-17 Don Allingham <don@gramps-project.org> * src/PeopleModel.py, src/ReadXML.py: * src/PeopleModel.py: Fixed rebuild_display * src/ReadXML.py: Fixed calendar handling svn: r3813 2004-12-17 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py, gramps2/src/ReadXML.py: * src/PeopleModel.py: Fixed rebuild_display * src/ReadXML.py: Fixed calendar handling svn: r3813 2004-12-17 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/GrampsBSDDB.py, src/GrampsInMemDB.py: pychecker updates svn: r3812 2004-12-17 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsInMemDB.py: pychecker updates svn: r3812 2004-12-16 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/po/es.po: * src/po/es.po: forward port of the Spanish translations in STABLE, plus many new translations svn: r3811 2004-12-16 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/po/es.po: * src/po/es.po: forward port of the Spanish translations in STABLE, plus many new translations svn: r3811 2004-12-16 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog: Fix wrong dates in ChangeLog svn: r3810 2004-12-16 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog: Fix wrong dates in ChangeLog svn: r3810 2004-12-15 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/po/es.po: * src/po/es.po: updated to the result of running msmerge against a recent template.po with no other change svn: r3807 2004-12-15 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/po/es.po: * src/po/es.po: updated to the result of running msmerge against a recent template.po with no other change svn: r3807 2004-12-15 Julio Sánchez <julio.sanchez@gmail.com> * ChangeLog, src/dates/Date_es.py, src/dates/Makefile.am: * src/dates/Date_es.py: first version of date handler for Spanish starting from the French version * src/dates/Makefile.am: include Spanish date handler Date_fr.py+ Date_es.py svn: r3806 2004-12-15 Julio Sánchez <julio.sanchez@gmail.com> * gramps2/ChangeLog, gramps2/src/dates/Date_es.py, gramps2/src/dates/Makefile.am: * src/dates/Date_es.py: first version of date handler for Spanish starting from the French version * src/dates/Makefile.am: include Spanish date handler Date_fr.py+ Date_es.py svn: r3806 2004-12-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r3802 2004-12-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r3802 2004-12-13 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2004-12-13 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (generation): Avoid empty sections. svn: r3801 2004-12-13 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2004-12-13 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (generation): Avoid empty sections. svn: r3801 2004-12-10 Don Allingham <don@gramps-project.org> * src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/gramps.glade: * src/GrampsBSDDB.py: add cursor routines * src/GrampsDbBase.py: add cursor routines * src/GrampsInMemDb.py: add cursor routines * src/gramps.glade: fix spacing in dialog boxes svn: r3794 2004-12-10 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/gramps.glade: * src/GrampsBSDDB.py: add cursor routines * src/GrampsDbBase.py: add cursor routines * src/GrampsInMemDb.py: add cursor routines * src/gramps.glade: fix spacing in dialog boxes svn: r3794 2004-12-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py (get_distance): Remove function; use similar from Relationship module. svn: r3793 2004-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py (get_distance): Remove function; use similar from Relationship module. svn: r3793 2004-12-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/PeopleModel.py, src/PeopleView.py: * src/FamilyView.py: remove debug statement * src/PeopleModel.py: abandon the attempt to use TreeFilter * src/PeopleView.py: abandon the attempt to use TreeFilter svn: r3792 2004-12-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py: * src/FamilyView.py: remove debug statement * src/PeopleModel.py: abandon the attempt to use TreeFilter * src/PeopleView.py: abandon the attempt to use TreeFilter svn: r3792 2004-12-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/Report.py, src/Utils.py, src/plugins/WebPage.py: * src/DbPrompter.py: destroy filechooser if open cancelled. * src/Report.py: Use markup in dialog * src/Utils.py: fix year handling * src/plugins/Webpage.py: use markup svn: r3791 2004-12-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/Report.py, gramps2/src/Utils.py, gramps2/src/plugins/WebPage.py: * src/DbPrompter.py: destroy filechooser if open cancelled. * src/Report.py: Use markup in dialog * src/Utils.py: fix year handling * src/plugins/Webpage.py: use markup svn: r3791 2004-12-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/Makefile.am: * src/data/Makefile.am: Replace dist_data_DATA with EXTRA_DIST. svn: r3789 2004-12-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: * src/data/Makefile.am: Replace dist_data_DATA with EXTRA_DIST. svn: r3789 2004-12-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: bump up the version. * Release: Version 1.1.2 "Confuse-a-cat" released. svn: r3787 2004-12-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: bump up the version. * Release: Version 1.1.2 "Confuse-a-cat" released. svn: r3787 2004-12-07 Don Allingham <don@gramps-project.org> * configure.in: update svn: r3785 2004-12-07 Don Allingham <don@gramps-project.org> * gramps2/configure.in: update svn: r3785 2004-12-07 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, example/gedcom/sample.ged: * NEWS: minor update for 1.1.2 release svn: r3784 2004-12-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/example/gedcom/sample.ged: * NEWS: minor update for 1.1.2 release svn: r3784 2004-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/Makefile.am, doc/xmldocs.make, src/Makefile.am, src/data/Makefile.am: * doc/Makefile.am: Remove unneeded CLEANFILES, they're defined below. * doc/xmldocs.make: Add Makefile to CLEANFILES; Explictly clean stuff in distclean-hook. * src/Makefile.am: Remove gramps.desktop from GRAPHICS. * src/data/Makefile.am: Remove EXTRA_DIST; split files that do not need to be in $PREFIX/share/gramps into dist_data_DATA: they're installed explicitly to the proper locations anyway, and this is only needed for distribution. svn: r3782 2004-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/Makefile.am, gramps2/doc/xmldocs.make, gramps2/src/Makefile.am, gramps2/src/data/Makefile.am: * doc/Makefile.am: Remove unneeded CLEANFILES, they're defined below. * doc/xmldocs.make: Add Makefile to CLEANFILES; Explictly clean stuff in distclean-hook. * src/Makefile.am: Remove gramps.desktop from GRAPHICS. * src/data/Makefile.am: Remove EXTRA_DIST; split files that do not need to be in $PREFIX/share/gramps into dist_data_DATA: they're installed explicitly to the proper locations anyway, and this is only needed for distribution. svn: r3782 2004-12-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateParser.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsGEDDB.py, src/GrampsInMemDB.py, src/GrampsXMLDB.py: * src/DateParser.py: documenation enhancements * src/GrampsBSDDB.py: Add cursor class * src/GrampsDbBase.py: Add base cursor class * src/GrampsGEDDB.py: documenation enhancements * src/GrampsInMemDB.py: Add cursor class * src/GrampsXMLDB.py: documenation enhancements svn: r3781 2004-12-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsInMemDB.py, gramps2/src/GrampsXMLDB.py: * src/DateParser.py: documenation enhancements * src/GrampsBSDDB.py: Add cursor class * src/GrampsDbBase.py: Add base cursor class * src/GrampsGEDDB.py: documenation enhancements * src/GrampsInMemDB.py: Add cursor class * src/GrampsXMLDB.py: documenation enhancements svn: r3781 2004-12-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/DbPrompter.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/Makefile.am, src/PeopleModel.py, src/PeopleView.py, src/ReadGedcom.py, src/gedcomimport.glade, src/gramps.glade, src/gramps_main.py: * src/ChooseParents.py: use new cursor for interation * src/DbPrompter.py: reformat * src/GenericFilter.py: add disconnected rule * src/GrampsBSDDB.py: provide cursor access for iteration * src/GrampsDbBase.py: provide cursor access for iteration * src/GrampsInMemDB.py: provide cursor access for iteration * src/Makefile.am: add gramps.desktop to install list * src/PeopleModel.py: use new cursor for faster iteration * src/PeopleView.py: reimplement filtering * src/ReadGedcom.py: removed used source counting * src/gedcomimport.glade: remove source field * src/gramps.glade: fixed spacing in message * src/gramps_main.py: add disconnected filter svn: r3779 2004-12-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/Makefile.am, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/ReadGedcom.py, gramps2/src/gedcomimport.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/ChooseParents.py: use new cursor for interation * src/DbPrompter.py: reformat * src/GenericFilter.py: add disconnected rule * src/GrampsBSDDB.py: provide cursor access for iteration * src/GrampsDbBase.py: provide cursor access for iteration * src/GrampsInMemDB.py: provide cursor access for iteration * src/Makefile.am: add gramps.desktop to install list * src/PeopleModel.py: use new cursor for faster iteration * src/PeopleView.py: reimplement filtering * src/ReadGedcom.py: removed used source counting * src/gedcomimport.glade: remove source field * src/gramps.glade: fixed spacing in message * src/gramps_main.py: add disconnected filter svn: r3779 2004-12-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/FamilyView.py, src/GrampsDbBase.py, src/PeopleView.py, src/gramps_main.py: * src/EditPerson.py: hide window while closing updating info * src/FamilyView.py: Fix deleting of spouses and children * src/GrampsDbBase.py: add remove_family, clear default person if the person is deleted * src/PeopleView.py: text clean up * src/gramps_main.py: disable buttons while deleting a person svn: r3776 2004-12-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/GrampsDbBase.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/EditPerson.py: hide window while closing updating info * src/FamilyView.py: Fix deleting of spouses and children * src/GrampsDbBase.py: add remove_family, clear default person if the person is deleted * src/PeopleView.py: text clean up * src/gramps_main.py: disable buttons while deleting a person svn: r3776 2004-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py: * src/Report.py (on_center_person_change_clicked): Typo. svn: r3775 2004-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py: * src/Report.py (on_center_person_change_clicked): Typo. svn: r3775 2004-12-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/ImgManip.py: * src/GenericFilter.py: use DateParser to parse dates. svn: r3773 2004-12-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/ImgManip.py: * src/GenericFilter.py: use DateParser to parse dates. svn: r3773 2004-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (init_interface): Work around gtk/libglade bug by using horrible and ugly hack; (build_backhistmenu, build_fwdhistmenu): Use gramps IDs instead of handles in menus. svn: r3772 2004-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (init_interface): Work around gtk/libglade bug by using horrible and ugly hack; (build_backhistmenu, build_fwdhistmenu): Use gramps IDs instead of handles in menus. svn: r3772 2004-12-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsBSDDB.py, src/MediaView.py: * src/EditPerson.py: use Steve Swales' method for handling locale determination * src/GrampsBSDDB.py: added remove_object task * src/MediaView.py: Handle drag and drop better svn: r3771 2004-12-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsBSDDB.py, gramps2/src/MediaView.py: * src/EditPerson.py: use Steve Swales' method for handling locale determination * src/GrampsBSDDB.py: added remove_object task * src/MediaView.py: Handle drag and drop better svn: r3771 2004-11-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r3769 2004-11-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r3769 2004-11-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/FamilyView.py: * src/EditPerson.py: simpler way of handling patronymic names based of LANG * src/FamilyView.py: clear childlist if no spouse exists svn: r3768 2004-11-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py: * src/EditPerson.py: simpler way of handling patronymic names based of LANG * src/FamilyView.py: clear childlist if no spouse exists svn: r3768 2004-11-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py, src/RecentFiles.py, src/gramps_main.py: * src/gramps_main.py: Support for re-building Open Recent submenu and opening files from it. * src/ArgHandler.py: Rebuild recent menu after adding to recent. * src/DbPrompter.py (open_native): Add function. * src/RecentFiles.py (remove_filename): Add function. svn: r3767 2004-11-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py, gramps2/src/RecentFiles.py, gramps2/src/gramps_main.py: * src/gramps_main.py: Support for re-building Open Recent submenu and opening files from it. * src/ArgHandler.py: Rebuild recent menu after adding to recent. * src/DbPrompter.py (open_native): Add function. * src/RecentFiles.py (remove_filename): Add function. svn: r3767 2004-11-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py, src/RecentFiles.py, src/gramps.glade, src/gramps_main.py: * src/RecentFiles.py: Add support for Gramps' own recent items. * src/DbPrompter.py: Support for Gramps' own recent items. * src/ArgHandler.py: Support for Gramps' own recent items. * src/gramps.glade: Add Open Recent submenu. * src/gramps_main.py: Preliminary support for Open Recent submenu. svn: r3766 2004-11-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py, gramps2/src/RecentFiles.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/RecentFiles.py: Add support for Gramps' own recent items. * src/DbPrompter.py: Support for Gramps' own recent items. * src/ArgHandler.py: Support for Gramps' own recent items. * src/gramps.glade: Add Open Recent submenu. * src/gramps_main.py: Preliminary support for Open Recent submenu. svn: r3766 2004-11-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeNames.py, src/plugins/PatchNames.py: * src/plugins/PatchNames.py: Typo. * src/plugins/ChangeNames.py: Correct description. svn: r3765 2004-11-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/PatchNames.py: * src/plugins/PatchNames.py: Typo. * src/plugins/ChangeNames.py: Correct description. svn: r3765 2004-11-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/MediaView.py, src/gramps.glade: * src/EditPerson.py: Allow the photo to accept events, allowing us to display a popup menu similar to galleries * src/gramps.glade: Add eventbox to the image, allowing events * src/MediaView.py: use object handle instead of gramps ID when getting value from the list. svn: r3764 2004-11-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/MediaView.py, gramps2/src/gramps.glade: * src/EditPerson.py: Allow the photo to accept events, allowing us to display a popup menu similar to galleries * src/gramps.glade: Add eventbox to the image, allowing events * src/MediaView.py: use object handle instead of gramps ID when getting value from the list. svn: r3764 2004-11-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/PatchNames.py, src/plugins/TimeLine.py, src/plugins/patchnames.glade: * src/plugins/PatchNames.py: add the ability to detect common surname prefixes * src/plugins/patchnames.glade: clean up description * src/plugins/TimeLine.py: detect invalid date range in report to prevent divide by zero error. svn: r3760 2004-11-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/patchnames.glade: * src/plugins/PatchNames.py: add the ability to detect common surname prefixes * src/plugins/patchnames.glade: clean up description * src/plugins/TimeLine.py: detect invalid date range in report to prevent divide by zero error. svn: r3760 2004-11-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py, src/Sources.py, src/Witness.py, src/gramps.glade: * src/gramps.glade: add privacy fields and fix add/edit/remove buttons * src/Sources.py: add support for privacy flags * src/Witness.py: add support for privacy flags * src/RelLib.py: add support for privacy flags svn: r3758 2004-11-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/Sources.py, gramps2/src/Witness.py, gramps2/src/gramps.glade: * src/gramps.glade: add privacy fields and fix add/edit/remove buttons * src/Sources.py: add support for privacy flags * src/Witness.py: add support for privacy flags * src/RelLib.py: add support for privacy flags svn: r3758 2004-11-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReadGedcom.py: attach it to people and families with no attached sources. svn: r3757 2004-11-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGedcom.py: attach it to people and families with no attached sources. svn: r3757 2004-11-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/GrampsDbBase.py, src/ReadGedcom.py: * src/DisplayModels.py: fix Source column display * src/GrampsDbBase.py: change default display columns * src/ReadGedcom.py: Add default source for a GEDCOM import, attach it to a person that has no attached sources. svn: r3756 2004-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/GrampsDbBase.py, gramps2/src/ReadGedcom.py: * src/DisplayModels.py: fix Source column display * src/GrampsDbBase.py: change default display columns * src/ReadGedcom.py: Add default source for a GEDCOM import, attach it to a person that has no attached sources. svn: r3756 2004-11-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/RecentFiles.py: * src/RecentFiles.py: Make robust to parse/save problems. * src/DbPrompter.py: Support for recent-files on new db creation. svn: r3754 2004-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/RecentFiles.py: * src/RecentFiles.py: Make robust to parse/save problems. * src/DbPrompter.py: Support for recent-files on new db creation. svn: r3754 2004-11-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: Add check for empty family in display_marriage svn: r3753 2004-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: Add check for empty family in display_marriage svn: r3753 2004-11-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py, src/Makefile.am, src/RecentFiles.py: * src/RecentFiles.py: Add to CVS. Support for recent-files API. * src/Makefile.am: Ship RecentFiles.py. * src/DbPrompter.py: Support for recent-files. * src/ArgHandler.py: Support for recent-files. svn: r3751 2004-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py, gramps2/src/Makefile.am, gramps2/src/RecentFiles.py: * src/RecentFiles.py: Add to CVS. Support for recent-files API. * src/Makefile.am: Ship RecentFiles.py. * src/DbPrompter.py: Support for recent-files. * src/ArgHandler.py: Support for recent-files. svn: r3751 2004-11-25 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/ImgManip.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py: * src/GrampsDbBase.py: always use external thumbnails * src/GrampsBSDDB.py: always use external thumbnails * src/ImgManip.py: centralize thumbnail handling * src/ReadXML.py: handle thumbnail changes * src/ReadGedcom.py: combine common files into the same media object svn: r3749 2004-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImgManip.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py: * src/GrampsDbBase.py: always use external thumbnails * src/GrampsBSDDB.py: always use external thumbnails * src/ImgManip.py: centralize thumbnail handling * src/ReadXML.py: handle thumbnail changes * src/ReadGedcom.py: combine common files into the same media object svn: r3749 2004-11-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditSource.py, src/GrampsDbBase.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py: * src/EditSource.py: handle add/delete data item buttons. Make sure that data items with empty keys are not saved. * src/gramps.glade: added add/delete buttons for Source Editor * src/gramps_main.py: remove key-release-event * src/RelLib.py: unicode conversions * src/GrampsDbBase.py: make sure we are sorting by unicode values svn: r3748 2004-11-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/GrampsDbBase.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/EditSource.py: handle add/delete data item buttons. Make sure that data items with empty keys are not saved. * src/gramps.glade: added add/delete buttons for Source Editor * src/gramps_main.py: remove key-release-event * src/RelLib.py: unicode conversions * src/GrampsDbBase.py: make sure we are sorting by unicode values svn: r3748 2004-11-24 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/ReadGedcom.py: * src/ReadGedcom.py: fix relative path filenames and build the thumbnail image svn: r3747 2004-11-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/ReadGedcom.py: * src/ReadGedcom.py: fix relative path filenames and build the thumbnail image svn: r3747 2004-11-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditSource.py, src/ReadXML.py, src/RelLib.py, src/WriteXML.py, src/gramps.glade: * src/EditSource.py: add in-place editing for key,value pairs * src/ReadXML.py: add support for Source key,value pairs * src/WriteXML.py: add support for Source key,value pairs * src/RelLib.py: add support for Source key,value pairs * src/gramps.glade: add support for Source key,value pairs svn: r3746 2004-11-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/gramps.glade: * src/EditSource.py: add in-place editing for key,value pairs * src/ReadXML.py: add support for Source key,value pairs * src/WriteXML.py: add support for Source key,value pairs * src/RelLib.py: add support for Source key,value pairs * src/gramps.glade: add support for Source key,value pairs svn: r3746 2004-11-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps.glade, src/plugins/ChangeNames.py, src/plugins/Makefile.am, src/plugins/PatchNames.py, src/plugins/changenames.glade: * src/plugins/ChangeNames.py: Add a plugin to change capitalization of family names * src/plugins/changenames.glade: interface for ChangeNames plugin * src/plugins/Makefile.am: Added new files * src/plugins/PatchNames.py: display GRAMPS id instead of internal id svn: r3744 2004-11-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/plugins/ChangeNames.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/changenames.glade: * src/plugins/ChangeNames.py: Add a plugin to change capitalization of family names * src/plugins/changenames.glade: interface for ChangeNames plugin * src/plugins/Makefile.am: Added new files * src/plugins/PatchNames.py: display GRAMPS id instead of internal id svn: r3744 2004-11-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsGconfKeys.py, src/Plugins.py, src/data/gramps.schemas, src/plugins.glade, src/plugins/IndivComplete.py, src/plugins/Partition.py: * src/Plugins.py: Remove redundant list of failed plugins. Properly reload plugins. Work around what seems to be a Python bug. Allow setting the preference for showing up the plugin status upon load/reload if problems are detected. Support Help button. Automatically close old status window when new one is opened. * src/plugins.glade: Add Help button and the check button. * src/data/gramps.schemas: Add pop-plugin-status key. * src/GrampsGconfKeys.py: Add get/save methods for new key. * src/*.gladep: Remove from CVS. * src/plugins/IndivComplete.py: Typo. * src/plugins/Partition.py: Comment out wrong class instantiation. This plugin is dysfunctional, and we should either remove it or fix it. svn: r3743 2004-11-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsGconfKeys.py, gramps2/src/Plugins.py, gramps2/src/data/gramps.schemas, gramps2/src/plugins.glade, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/Partition.py: * src/Plugins.py: Remove redundant list of failed plugins. Properly reload plugins. Work around what seems to be a Python bug. Allow setting the preference for showing up the plugin status upon load/reload if problems are detected. Support Help button. Automatically close old status window when new one is opened. * src/plugins.glade: Add Help button and the check button. * src/data/gramps.schemas: Add pop-plugin-status key. * src/GrampsGconfKeys.py: Add get/save methods for new key. * src/*.gladep: Remove from CVS. * src/plugins/IndivComplete.py: Typo. * src/plugins/Partition.py: Comment out wrong class instantiation. This plugin is dysfunctional, and we should either remove it or fix it. svn: r3743 2004-11-20 Alex Roitman <shura@gramps-project.org> * src/gramps.gladep, src/plugins.gladep: Remove .gladep files svn: r3742 2004-11-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.gladep, gramps2/src/plugins.gladep: Remove .gladep files svn: r3742 2004-11-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/ColumnOrder.py, src/DateParser.py, src/DisplayModels.py, src/dates/Date_fr.py, src/dates/Date_ru.py, src/gramps_main.py: * src/ColumnOrder.py: pychecker fixes * src/DateParser.py: pychecker fixes * src/DisplayModels.py: pychecker fixes * src/gramps_main.py: pychecker fixes * src/dates/Date_fr.py: pychecker fixes * src/dates/Date_ru.py: pychecker fixes svn: r3738 2004-11-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ColumnOrder.py, gramps2/src/DateParser.py, gramps2/src/DisplayModels.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_ru.py, gramps2/src/gramps_main.py: * src/ColumnOrder.py: pychecker fixes * src/DateParser.py: pychecker fixes * src/DisplayModels.py: pychecker fixes * src/gramps_main.py: pychecker fixes * src/dates/Date_fr.py: pychecker fixes * src/dates/Date_ru.py: pychecker fixes svn: r3738 2004-11-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/RelLib.py, src/gramps.glade: * src/FamilyView.py: Handle reordering of spouses by drag and drop * src/RelLib.py: Allow the family list to be set externally * src/gramps.glade: enable reordering flag for spouse list svn: r3736 2004-11-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * src/FamilyView.py: Handle reordering of spouses by drag and drop * src/RelLib.py: Allow the family list to be set externally * src/gramps.glade: enable reordering flag for spouse list svn: r3736 2004-11-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/FamilyView.py, src/GrampsDbBase.py, src/PlaceView.py, src/gramps_main.py: * src/DisplayModels.py: Added ChildModel to handle the child list in the Family View * src/gramps_main.py: add column editor for Family View * src/GrampsDbBase.py: add storing/retrieving child column order * src/FamilyView.py: use new ChildModel * src/PlaceView.py: removed unused index svn: r3735 2004-11-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/FamilyView.py, gramps2/src/GrampsDbBase.py, gramps2/src/PlaceView.py, gramps2/src/gramps_main.py: * src/DisplayModels.py: Added ChildModel to handle the child list in the Family View * src/gramps_main.py: add column editor for Family View * src/GrampsDbBase.py: add storing/retrieving child column order * src/FamilyView.py: use new ChildModel * src/PlaceView.py: removed unused index svn: r3735 2004-11-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateParser.py: * src/DateParser.py: Factor out small matching chunks. svn: r3734 2004-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py: * src/DateParser.py: Factor out small matching chunks. svn: r3734 2004-11-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateParser.py, src/dates/Date_fr.py, src/dates/Date_ru.py: * src/DateParser.py: Switch from utf8 strings to unicode. * src/DateDisplay.py: Switch from utf8 strings to unicode. * src/dates/Date_ru.py: Switch from utf8 strings to unicode. * src/dates/Date_fr.py: Switch from utf8 strings to unicode. svn: r3733 2004-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateParser.py, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_ru.py: * src/DateParser.py: Switch from utf8 strings to unicode. * src/DateDisplay.py: Switch from utf8 strings to unicode. * src/dates/Date_ru.py: Switch from utf8 strings to unicode. * src/dates/Date_fr.py: Switch from utf8 strings to unicode. svn: r3733 2004-11-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/MediaView.py: * src/MediaView.py: remove obsolete pexists check svn: r3732 2004-11-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py: * src/MediaView.py: remove obsolete pexists check svn: r3732 2004-11-17 Alex Roitman <shura@gramps-project.org> * src/DateParser.py: Typo svn: r3731 2004-11-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/DateParser.py: Typo svn: r3731 2004-11-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateParser.py: * src/DateParser.py: Typo. svn: r3730 2004-11-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py: * src/DateParser.py: Typo. svn: r3730 2004-11-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/DateDisplay.py, src/DateHandler.py, src/DateParser.py, src/Makefile.am, src/const.py.in, src/dates/.cvsignore, src/dates/Date_fr.py, src/dates/Date_ru.py, src/dates/Makefile.am: * src/DateDisplay.py: Remove localized displayers. * src/DateParser.py: Remove localized parsers. * src/DateHandler.py: Remove hard-coded localization assignments; load localized classes from dates directory. * src/const.py.in: Add datesDir constant. * src/dates/Date_ru.py: Add to CVS. * src/dates/Date_fr.py: Add to CVS. * src/dates/Makefile.am: Add to CVS. * src/dates/.cvsignore: Add to CVS. * configure.in: Generate src/dates/Makefile. * src/Makefile.am: Add dates to SUBDIRS. svn: r3729 2004-11-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py, gramps2/src/Makefile.am, gramps2/src/const.py.in, gramps2/src/dates/.cvsignore, gramps2/src/dates/Date_fr.py, gramps2/src/dates/Date_ru.py, gramps2/src/dates/Makefile.am: * src/DateDisplay.py: Remove localized displayers. * src/DateParser.py: Remove localized parsers. * src/DateHandler.py: Remove hard-coded localization assignments; load localized classes from dates directory. * src/const.py.in: Add datesDir constant. * src/dates/Date_ru.py: Add to CVS. * src/dates/Date_fr.py: Add to CVS. * src/dates/Makefile.am: Add to CVS. * src/dates/.cvsignore: Add to CVS. * configure.in: Generate src/dates/Makefile. * src/Makefile.am: Add dates to SUBDIRS. svn: r3729 2004-11-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateParser.py, src/MergeData.py, src/ReadGedcom.py, src/const.py.in: * src/DateParser.py: handle leap year in gregorial validity check * src/MergeData.py: Preserve more data when merging the 1.0.X patch from Julio Sanchez) * src/plugins/ReadGedcom.py: Attach top leve source to the person instead of the primary name (ported from the 1.0.X patch from Julio Sanchez) * src/const.py: Add support for "Number of Children" attribute (GEDCOM NCHI) (ported from the 1.0.X patch from Julio Sanchez) svn: r3728 2004-11-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py, gramps2/src/MergeData.py, gramps2/src/ReadGedcom.py, gramps2/src/const.py.in: * src/DateParser.py: handle leap year in gregorial validity check * src/MergeData.py: Preserve more data when merging the 1.0.X patch from Julio Sanchez) * src/plugins/ReadGedcom.py: Attach top leve source to the person instead of the primary name (ported from the 1.0.X patch from Julio Sanchez) * src/const.py: Add support for "Number of Children" attribute (GEDCOM NCHI) (ported from the 1.0.X patch from Julio Sanchez) svn: r3728 2004-11-12 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2004-11-12 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (person_name): Handle surname prefix (patch from Julio Sanchez). svn: r3724 2004-11-12 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2004-11-12 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (person_name): Handle surname prefix (patch from Julio Sanchez). svn: r3724 2004-11-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateDisplay.py: * src/DateDisplay.py: Add Russian displayer. svn: r3723 2004-11-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py: * src/DateDisplay.py: Add Russian displayer. svn: r3723 2004-11-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateHandler.py, src/DateParser.py: * src/DateHandler.py: Add Russian displayer. * src/DateParser.py: Correct parsers -- proper unicode conversions. * src/DateDisplay.py: Add Russian displayer. svn: r3722 2004-11-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py: * src/DateHandler.py: Add Russian displayer. * src/DateParser.py: Correct parsers -- proper unicode conversions. * src/DateDisplay.py: Add Russian displayer. svn: r3722 2004-11-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsGconfKeys.py, src/ImageSelect.py, src/Marriage.py, src/QuestionDialog.py, src/data/gramps.schemas, src/gramps.glade: * src/EditPerson.py: handle the new "dont-ask" key * src/GrampsGconfKeys.py: handle the new "dont-ask" key * src/ImageSelect.py: remove debugging statements * src/Marriage.py: handle the new "dont-ask" key * src/QuestionDialog.py: handle the new "dont-ask" key * src/gramps.glade: added "dont ask" button to SaveDialog to turn off the nagging * src/data/gramps.schemas: added the "dont-ask" key svn: r3721 2004-11-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/QuestionDialog.py, gramps2/src/data/gramps.schemas, gramps2/src/gramps.glade: * src/EditPerson.py: handle the new "dont-ask" key * src/GrampsGconfKeys.py: handle the new "dont-ask" key * src/ImageSelect.py: remove debugging statements * src/Marriage.py: handle the new "dont-ask" key * src/QuestionDialog.py: handle the new "dont-ask" key * src/gramps.glade: added "dont ask" button to SaveDialog to turn off the nagging * src/data/gramps.schemas: added the "dont-ask" key svn: r3721 2004-11-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: fix goto_active_person svn: r3719 2004-11-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: fix goto_active_person svn: r3719 2004-11-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateParser.py: * src/DateParser.py: Handle month=12 in gregorian_valid svn: r3718 2004-11-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py: * src/DateParser.py: Handle month=12 in gregorian_valid svn: r3718 2004-11-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateHandler.py, src/DateParser.py: * src/DateHandler.py: Start adding handlers for Russian. * src/DateParser.py: Start adding handlers for Russian. svn: r3717 2004-11-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/DateParser.py: * src/DateHandler.py: Start adding handlers for Russian. * src/DateParser.py: Start adding handlers for Russian. svn: r3717 2004-11-10 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3716 2004-11-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3716 2004-11-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/WriteGedcom.py: * src/WriteGedcom.py: Remove extraneous import. svn: r3715 2004-11-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: * src/WriteGedcom.py: Remove extraneous import. svn: r3715 2004-11-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateHandler.py, src/DateParser.py, src/gramps.py: * src/DateHandler.py: add handlers for fr_FR * src/DateParser.py: add parser for french * src/DateDisplay.py: add displayer for french * src/gramps.py: Better way of setting locale * src/DateHandler.py: Better locate settings svn: r3714 2004-11-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py, gramps2/src/gramps.py: * src/DateHandler.py: add handlers for fr_FR * src/DateParser.py: add parser for french * src/DateDisplay.py: add displayer for french * src/gramps.py: Better way of setting locale * src/DateHandler.py: Better locate settings svn: r3714 2004-11-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/Makefile.am: * src/data/Makefile.am: Remove gramps.desktop from svn: r3713 2004-11-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: * src/data/Makefile.am: Remove gramps.desktop from svn: r3713 2004-11-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/gramps.glade: * src/ImageSelect.py: load global note in a read only buffer * src/gramps.glade: change buttons to icons, add global note on image properties editor svn: r3712 2004-11-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/gramps.glade: * src/ImageSelect.py: load global note in a read only buffer * src/gramps.glade: change buttons to icons, add global note on image properties editor svn: r3712 2004-11-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py: * src/DateHandler.py: handle en_GB, en_AU and en_CA locales svn: r3710 2004-11-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py: * src/DateHandler.py: handle en_GB, en_AU and en_CA locales svn: r3710 2004-11-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: fix setting of active person on history change svn: r3708 2004-11-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: fix setting of active person on history change svn: r3708 2004-11-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/ReadXML.py, src/RelLib.py, src/SelectObject.py, src/WriteXML.py, src/gramps.glade: * src/ImageSelect.py: Add date/place property to media objects * src/ReadXML.py: Add date/place property to media objects * src/RelLib.py: Add date/place property to media objects * src/WriteXML.py: Add date/place property to media objects * src/gramps.glade: Add date/place property to media objects * src/SelectObject.py: display gramps id instead of internal handle svn: r3707 2004-11-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectObject.py, gramps2/src/WriteXML.py, gramps2/src/gramps.glade: * src/ImageSelect.py: Add date/place property to media objects * src/ReadXML.py: Add date/place property to media objects * src/RelLib.py: Add date/place property to media objects * src/WriteXML.py: Add date/place property to media objects * src/gramps.glade: Add date/place property to media objects * src/SelectObject.py: display gramps id instead of internal handle svn: r3707 2004-11-05 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2004-11-05 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include non-marriage relationships. svn: r3706 2004-11-05 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2004-11-05 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include non-marriage relationships. svn: r3706 2004-11-05 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/StartupDialog.py: 2004-11-05 Tim Waugh <twaugh@redhat.com> * src/StartupDialog.py: Fixed typo (gtk.quit -> gtk.main_quit). svn: r3705 2004-11-05 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/StartupDialog.py: 2004-11-05 Tim Waugh <twaugh@redhat.com> * src/StartupDialog.py: Fixed typo (gtk.quit -> gtk.main_quit). svn: r3705 2004-11-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (Gramps.redraw_histmenu): use GRAMPS id instead of internal ID for history menu svn: r3703 2004-11-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (Gramps.redraw_histmenu): use GRAMPS id instead of internal ID for history menu svn: r3703 2004-10-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: fixed home person button svn: r3699 2004-10-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: fixed home person button svn: r3699 2004-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/WriteGedcom.py: * src/WriteGedcom.py (GedcomWriter.write_person): handle empty event handles svn: r3693 2004-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: * src/WriteGedcom.py (GedcomWriter.write_person): handle empty event handles svn: r3693 2004-10-29 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.am, doc/Makefile.am: * Makefile.am: added distuninstallcheck_listfiles * doc/Makefile.am: Added CLEANFILES svn: r3689 2004-10-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/doc/Makefile.am: * Makefile.am: added distuninstallcheck_listfiles * doc/Makefile.am: Added CLEANFILES svn: r3689 2004-10-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/Date.py, src/Makefile.am, src/Utils.py, src/gramps_main.py, src/plugins/Ancestors.py: * src/Date.py: Added "set_year" function * src/Utils.py: qualifiy Date calls, eliminate string module usage * src/edit_sm.png: new image * src/Makefile.am: install edit_sm.png * src/gramps_main.py: update relationship calculator on database change * src/Ancestors.py: initialize born_info svn: r3687 2004-10-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/Date.py, gramps2/src/Makefile.am, gramps2/src/Utils.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Ancestors.py: * src/Date.py: Added "set_year" function * src/Utils.py: qualifiy Date calls, eliminate string module usage * src/edit_sm.png: new image * src/Makefile.am: install edit_sm.png * src/gramps_main.py: update relationship calculator on database change * src/Ancestors.py: initialize born_info svn: r3687 2004-10-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: New Date usage. svn: r3685 2004-10-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: New Date usage. svn: r3685 2004-10-27 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2004-10-27 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Fixed typo spotted by Eero Tamminen. svn: r3680 2004-10-27 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2004-10-27 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Fixed typo spotted by Eero Tamminen. svn: r3680 2004-10-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: fix asian font, file extension svn: r3679 2004-10-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: fix asian font, file extension svn: r3679 2004-10-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/DescendReport.py: * src/plugins/DescendReport.py: fix get_valid_year svn: r3678 2004-10-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DescendReport.py: * src/plugins/DescendReport.py: fix get_valid_year svn: r3678 2004-10-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/StartupDialog.py, src/docgen/HtmlDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/PatchNames.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: * src/docgen/HtmlDoc.py: fix typo * src/docgen/OpenOfficeDoc.py: don't use temporary files * src/plugins/PatchNames.py: pychecker fixes * src/plugins/RelCalc.py: pychecker fixes * src/plugins/ReorderIds.py: pychecker fixes * src/plugins/Verify.py: pychecker fixes * src/plugins/WebPage.py: pychecker fixes * src/plugins/WriteFtree.py: pychecker fixes * src/plugins/WriteGeneWeb.py: pychecker fixes svn: r3674 2004-10-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/StartupDialog.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py: * src/docgen/HtmlDoc.py: fix typo * src/docgen/OpenOfficeDoc.py: don't use temporary files * src/plugins/PatchNames.py: pychecker fixes * src/plugins/RelCalc.py: pychecker fixes * src/plugins/ReorderIds.py: pychecker fixes * src/plugins/Verify.py: pychecker fixes * src/plugins/WebPage.py: pychecker fixes * src/plugins/WriteFtree.py: pychecker fixes * src/plugins/WriteGeneWeb.py: pychecker fixes svn: r3674 2004-10-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/ReadGedcom.py, src/gramps.glade, src/plugins/CountAncestors.py: * src/gramps.glade: change "Edit..." buttons to an image * src/plugins/CountAncestors.py: handle duplicates across generations svn: r3669 2004-10-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGedcom.py, gramps2/src/gramps.glade, gramps2/src/plugins/CountAncestors.py: * src/gramps.glade: change "Edit..." buttons to an image * src/plugins/CountAncestors.py: handle duplicates across generations svn: r3669 2004-10-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MediaView.py: * src/MediaView.py: Typo. svn: r3668 2004-10-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py: * src/MediaView.py: Typo. svn: r3668 2004-10-24 Don Allingham <don@gramps-project.org> * : removed unneeded files svn: r3667 2004-10-24 Don Allingham <don@gramps-project.org> * : removed unneeded files svn: r3667 2004-10-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleModel.py, src/PeopleView.py, src/plugins/CountAncestors.py: * src/PeopleModel.py: disable bold due to gtk tree bug * src/PeopleView.py: disable bold due to gtk tree bug * src/plugins/CountAncestors.py: Handle duplicates properly svn: r3666 2004-10-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/plugins/CountAncestors.py: * src/PeopleModel.py: disable bold due to gtk tree bug * src/PeopleView.py: disable bold due to gtk tree bug * src/plugins/CountAncestors.py: Handle duplicates properly svn: r3666 2004-10-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/GrampsCfg.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/ImageSelect.py, src/MediaView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelImage.py, src/SelectObject.py, src/Utils.py, src/gramps_main.py: * src/GrampsBSDDB.py: thumbnail handing in the database * src/GrampsDbBase.py: add set_thumbnail_image and get_thumbnail_image in base class * src/GrampsInMemDB.py: saving thumbnail image * src/GrampsCfg.py: create thumbnail image directory * src/ImageSelect.py: use new thumbnail scheme * src/MediaView.py: use new thumbnail scheme * src/ReadGedcom.py: use new thumbnail scheme * src/ReadXML.py: use new thumbnail scheme * src/SelectObject.py: use new thumbnail scheme * src/gramps_main.py: use new thumbnail scheme * src/Utils.py: remove unused tasks * src/RelImage.py: remove unused tasks * src/DateParser.py: fix dates of the format of JAN 2000 svn: r3662 2004-10-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelImage.py, gramps2/src/SelectObject.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py: * src/GrampsBSDDB.py: thumbnail handing in the database * src/GrampsDbBase.py: add set_thumbnail_image and get_thumbnail_image in base class * src/GrampsInMemDB.py: saving thumbnail image * src/GrampsCfg.py: create thumbnail image directory * src/ImageSelect.py: use new thumbnail scheme * src/MediaView.py: use new thumbnail scheme * src/ReadGedcom.py: use new thumbnail scheme * src/ReadXML.py: use new thumbnail scheme * src/SelectObject.py: use new thumbnail scheme * src/gramps_main.py: use new thumbnail scheme * src/Utils.py: remove unused tasks * src/RelImage.py: remove unused tasks * src/DateParser.py: fix dates of the format of JAN 2000 svn: r3662 2004-10-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/TimeLine.py: * src/plugins/TimeLine.py: Remove old Date.UNDEF usage. svn: r3660 2004-10-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/TimeLine.py: * src/plugins/TimeLine.py: Remove old Date.UNDEF usage. svn: r3660 2004-10-22 Don Allingham <don@gramps-project.org> * src/DateParser.py: * src/DateParser.py: fix dates of the format of JAN 2000 svn: r3659 2004-10-22 Don Allingham <don@gramps-project.org> * gramps2/src/DateParser.py: * src/DateParser.py: fix dates of the format of JAN 2000 svn: r3659 2004-10-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/gramps.glade: * src/GrampsCfg.py: eliminate unused options * src/gramps.glade: eliminate unused options svn: r3649 2004-10-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/gramps.glade: * src/GrampsCfg.py: eliminate unused options * src/gramps.glade: eliminate unused options svn: r3649 2004-10-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/ReadGedcom.py: * src/GrampsBSDDB.py: add dbopen task to provide access to the db object * src/ReadGedcom.py: Reduce number of accesses to the database file svn: r3648 2004-10-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/ReadGedcom.py: * src/GrampsBSDDB.py: add dbopen task to provide access to the db object * src/ReadGedcom.py: Reduce number of accesses to the database file svn: r3648 2004-10-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Bring book item options in sync with the standalone options. svn: r3647 2004-10-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Bring book item options in sync with the standalone options. svn: r3647 2004-10-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/OpenSpreadSheet.py: * src/docgen/OpenSpreadSheet.py (write_text): Escape special XML characters. svn: r3644 2004-10-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenSpreadSheet.py: * src/docgen/OpenSpreadSheet.py (write_text): Escape special XML characters. svn: r3644 2004-10-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/MediaView.py, src/PeopleView.py, src/PlaceView.py, src/ReadGedcom.py, src/SourceView.py, src/gramps_main.py: * src/EditPerson.py: saving grouping name, instead of surname for updating of the person list * src/ReadGedcom.py: save person and source as soon as created * src/gramps_main.py: compare updates based off grouping name instead of surname svn: r3641 2004-10-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/MediaView.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadGedcom.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: * src/EditPerson.py: saving grouping name, instead of surname for updating of the person list * src/ReadGedcom.py: save person and source as soon as created * src/gramps_main.py: compare updates based off grouping name instead of surname svn: r3641 2004-10-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_es.py: * src/plugins/rel_es.py: Correct levels. svn: r3638 2004-10-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_es.py: * src/plugins/rel_es.py: Correct levels. svn: r3638 2004-10-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleView.py, src/gramps_main.py: * src/PeopleView.py: handle changing of surnames if the surname needs to be removed from the list svn: r3636 2004-10-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/PeopleView.py: handle changing of surnames if the surname needs to be removed from the list svn: r3636 2004-10-16 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/ReadGedcom.py, src/gedcomimport.glade, src/gramps_main.py: * src/ReadGedcom.py: allow default when selecting override, add the place properly on import * src/gedcomimport.glade: allow default when selecting override * src/gramps_main.py: don't lose track of active person after a cancelled Add Person svn: r3635 2004-10-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/ReadGedcom.py, gramps2/src/gedcomimport.glade, gramps2/src/gramps_main.py: * src/ReadGedcom.py: allow default when selecting override, add the place properly on import * src/gedcomimport.glade: allow default when selecting override * src/gramps_main.py: don't lose track of active person after a cancelled Add Person svn: r3635 2004-10-16 Don Allingham <don@gramps-project.org> * ChangeLog, example/gedcom/sample.ged, src/DateDisplay.py, src/DateParser.py, src/GrampsBSDDB.py, src/GrampsInMemDB.py, src/ReadGedcom.py, src/ReadXML.py, src/WriteGedcom.py, src/gedcomimport.glade: * src/GrampsBSDDB.py: increase cachesize * src/ReadGedcom.py: increment source count * src/gedcomimport.glade: increment source count * src/DateDisplay.py: handle BC * src/DateParser.py: handle BC * src/GrampsInMemDB.py: handle missing handles in find functions * src/ReadGedcom.py: handle BC * src/WriteGedcom.py: handle BC * src/ReadXML.py: handle BC svn: r3634 2004-10-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/example/gedcom/sample.ged, gramps2/src/DateDisplay.py, gramps2/src/DateParser.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsInMemDB.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/WriteGedcom.py, gramps2/src/gedcomimport.glade: * src/GrampsBSDDB.py: increase cachesize * src/ReadGedcom.py: increment source count * src/gedcomimport.glade: increment source count * src/DateDisplay.py: handle BC * src/DateParser.py: handle BC * src/GrampsInMemDB.py: handle missing handles in find functions * src/ReadGedcom.py: handle BC * src/WriteGedcom.py: handle BC * src/ReadXML.py: handle BC svn: r3634 2004-10-15 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_es.py: Update svn: r3632 2004-10-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/rel_es.py: Update svn: r3632 2004-10-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: incorporated Julio Sanchez's language patch svn: r3631 2004-10-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: incorporated Julio Sanchez's language patch svn: r3631 2004-10-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/rule.glade: * src/rule.glade: Clean up the filter definition dialog. svn: r3629 2004-10-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/rule.glade: * src/rule.glade: Clean up the filter definition dialog. svn: r3629 2004-10-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/rel_es.py: * src/plugins/Makefile.am: Ship rel_es.py plugin. * src/plugins/rel_es.py: Add to CVS. svn: r3628 2004-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/rel_es.py: * src/plugins/Makefile.am: Ship rel_es.py plugin. * src/plugins/rel_es.py: Add to CVS. svn: r3628 2004-10-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/Makefile.am, src/gramps.glade, src/gramps_main.py: * src/DisplayModels.py: fix source display * src/GrampsBSDDB.py: add abort_changes task * src/GrampsDbBase.py: add abort_changes task * src/GrampsInMemDB.py: add abort_changes task * src/Makefile.am: Add target to build documentation using epydoc * src/gramps.glade: Add abandon changes menu item. Not fully implemented yet * src/gramps_main.py: add exit_and_undo svn: r3623 2004-10-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/Makefile.am, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/DisplayModels.py: fix source display * src/GrampsBSDDB.py: add abort_changes task * src/GrampsDbBase.py: add abort_changes task * src/GrampsInMemDB.py: add abort_changes task * src/Makefile.am: Add target to build documentation using epydoc * src/gramps.glade: Add abandon changes menu item. Not fully implemented yet * src/gramps_main.py: add exit_and_undo svn: r3623 2004-10-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: Remove "Save as" from toolbar. svn: r3622 2004-10-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Remove "Save as" from toolbar. svn: r3622 2004-10-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateHandler.py, src/DisplayModels.py: * src/DisplayModels.py: fix initialization of self.map svn: r3621 2004-10-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateHandler.py, gramps2/src/DisplayModels.py: * src/DisplayModels.py: fix initialization of self.map svn: r3621 2004-10-12 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateParser.py, src/EventEdit.py, src/Exporter.py, src/PeopleModel.py, src/Utils.py, src/plugins/FanChart.py, src/plugins/Verify.py: * src/DateParser.py: dynamically detect numerical parsing based off locale. Do not depend on strptime. * src/Utils.py: remove last remains of SingleDate * src/PeopleModel.py: display "error" instead of a blank string on an error * src/EventEdit.py: removed unused parameter * src/Exporter.py: remove unused gnome.ui import * src/plugins/FanChart.py: remove old Calendar reference * src/plugins/Verify.py: remove old Calendar reference svn: r3620 2004-10-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py, gramps2/src/EventEdit.py, gramps2/src/Exporter.py, gramps2/src/PeopleModel.py, gramps2/src/Utils.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/Verify.py: * src/DateParser.py: dynamically detect numerical parsing based off locale. Do not depend on strptime. * src/Utils.py: remove last remains of SingleDate * src/PeopleModel.py: display "error" instead of a blank string on an error * src/EventEdit.py: removed unused parameter * src/Exporter.py: remove unused gnome.ui import * src/plugins/FanChart.py: remove old Calendar reference * src/plugins/Verify.py: remove old Calendar reference svn: r3620 2004-10-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateDisplay.py: * src/DateDisplay.py (_display_gregorian): Prepend month and day with zeros if needed for the ISO format. svn: r3619 2004-10-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py: * src/DateDisplay.py (_display_gregorian): Prepend month and day with zeros if needed for the ISO format. svn: r3619 2004-10-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateParser.py, src/RelLib.py, src/Utils.py, src/WriteGedcom.py: * src/DateParser.py: try to detect illegal numerical dates * src/Utils.py: not_too_old moved over from RelLib.py * src/WriteGedcom.py: fix call to probably_alive svn: r3618 2004-10-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/WriteGedcom.py: * src/DateParser.py: try to detect illegal numerical dates * src/Utils.py: not_too_old moved over from RelLib.py * src/WriteGedcom.py: fix call to probably_alive svn: r3618 2004-10-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsGEDDB.py, src/GrampsInMemDB.py, src/GrampsXMLDB.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/WriteXML.py, src/docgen/HtmlDoc.py, src/plugins/Check.py, src/plugins/WritePkg.py: * src/GrampsInMemDB.py: handle null handle * src/GrampsXMLDB.py: disable undo during normal read of database * src/ReadGedcom.py: handle lines shorter than 50 lines, disable undo during normal reads of the database * src/ReadXML.py: disable undo during normal read of databas * src/RelLib.py: revert Name.__cmp__ to Name.is_equal * src/docgen/HTMLDoc.py: drop deprecated gnome.ui dialogs svn: r3617 2004-10-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsInMemDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/WritePkg.py: * src/GrampsInMemDB.py: handle null handle * src/GrampsXMLDB.py: disable undo during normal read of database * src/ReadGedcom.py: handle lines shorter than 50 lines, disable undo during normal reads of the database * src/ReadXML.py: disable undo during normal read of databas * src/RelLib.py: revert Name.__cmp__ to Name.is_equal * src/docgen/HTMLDoc.py: drop deprecated gnome.ui dialogs svn: r3617 2004-10-10 Eero Tamminen <eerot@users.sourceforge.net> * ChangeLog, TestPlan.txt: add test for reports svn: r3616 2004-10-10 Eero Tamminen <eerot@users.sourceforge.net> * gramps2/ChangeLog, gramps2/TestPlan.txt: add test for reports svn: r3616 2004-10-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/tips.xml: * src/data/tips.xml: Typo. svn: r3615 2004-10-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/tips.xml: * src/data/tips.xml: Typo. svn: r3615 2004-10-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleModel.py: * src/PeopleModel.py: sort top level nodes using locale.strcoll svn: r3614 2004-10-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py: * src/PeopleModel.py: sort top level nodes using locale.strcoll svn: r3614 2004-10-09 Matthieu Pupate <mpupat@users.sourceforge.net> * src/po/fr_FR.po: Mise � jour svn: r3613 2004-10-09 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/src/po/fr_FR.po: Mise � jour svn: r3613 2004-10-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbBase.py: * src/GrampsDbBase.py: remove forced upper comparisons svn: r3612 2004-10-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: * src/GrampsDbBase.py: remove forced upper comparisons svn: r3612 2004-10-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/RelLib.py, src/gramps.glade: * src/EditPerson.py: support for locale selected patronymic names. Allow patronymic name to be substituted for prefix on the display * src/RelLib.py: add __cmp__ for Name * src/gramps.glade: provide name for the prefix field svn: r3611 2004-10-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * src/EditPerson.py: support for locale selected patronymic names. Allow patronymic name to be substituted for prefix on the display * src/RelLib.py: add __cmp__ for Name * src/gramps.glade: provide name for the prefix field svn: r3611 2004-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/TipOfDay.py: * src/GrampsCfg.py: Remove unused code. * src/TipOfDay.py (TipParser.escape): Add method. svn: r3610 2004-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/TipOfDay.py: * src/GrampsCfg.py: Remove unused code. * src/TipOfDay.py (TipParser.escape): Add method. svn: r3610 2004-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py (build): Typo. svn: r3609 2004-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py (build): Typo. svn: r3609 2004-10-08 Don Allingham <don@gramps-project.org> * src/RelLib.py: update svn: r3608 2004-10-08 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py: update svn: r3608 2004-10-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/ChooseParents.py, src/DbPrompter.py, src/DisplayModels.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/RelLib.py, src/Utils.py, src/WriteGedcom.py, src/plugins/WebPage.py, src/plugins/WriteFtree.py, src/plugins/WriteGeneWeb.py: * src/AddMedia.py: pychecker fixes * src/DbPrompter.py: pychecker fixes * src/DisplayModels.py: pychecker fixes * src/GrampsDbBase.py: pychecker fixes * src/GrampsInMemDB.py: pychecker fixes * src/RelLib.py: move probably_alive to Utils * src/Utils.py: added probably_alive * src/WriteGedcom.py: probably_alive fixes * src/WriteGedcom.py: probably_alive fixes * src/plugins/WebPage.py: probably_alive fixes * src/plugins/WebFtree.py: probably_alive fixes * src/plugins/WebGeneWeb.py: probably_alive fixes svn: r3607 2004-10-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/WriteGedcom.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGeneWeb.py: * src/AddMedia.py: pychecker fixes * src/DbPrompter.py: pychecker fixes * src/DisplayModels.py: pychecker fixes * src/GrampsDbBase.py: pychecker fixes * src/GrampsInMemDB.py: pychecker fixes * src/RelLib.py: move probably_alive to Utils * src/Utils.py: added probably_alive * src/WriteGedcom.py: probably_alive fixes * src/WriteGedcom.py: probably_alive fixes * src/plugins/WebPage.py: probably_alive fixes * src/plugins/WebFtree.py: probably_alive fixes * src/plugins/WebGeneWeb.py: probably_alive fixes svn: r3607 2004-10-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/FamilyView.py, src/NameEdit.py: * src/NameEdit.py: integrate patches from Julio Sanchez to fix surname prefix * src/FamilyView.py: Handle add person post processing properly svn: r3604 2004-10-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/NameEdit.py: * src/NameEdit.py: integrate patches from Julio Sanchez to fix surname prefix * src/FamilyView.py: Handle add person post processing properly svn: r3604 2004-10-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py: * src/EventEdit.py (update_event): Typo. svn: r3602 2004-10-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py: * src/EventEdit.py (update_event): Typo. svn: r3602 2004-10-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsDbBase.py, src/ReadGedcom.py: * src/ReadGedcom.py: remove extra commits svn: r3601 2004-10-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/src/ReadGedcom.py: * src/ReadGedcom.py: remove extra commits svn: r3601 2004-10-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Makefile.am, src/docgen/Makefile.am, src/plugins/Makefile.am: * src/Makefile.am: Remove extra DESTDIR. * src/docgen/Makefile.am: Remove extra DESTDIR, correct pycheck target. * src/plugins/Makefile.am: Correct pycheck target. svn: r3600 2004-10-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am, gramps2/src/docgen/Makefile.am, gramps2/src/plugins/Makefile.am: * src/Makefile.am: Remove extra DESTDIR. * src/docgen/Makefile.am: Remove extra DESTDIR, correct pycheck target. * src/plugins/Makefile.am: Correct pycheck target. svn: r3600 2004-10-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/AutoComp.py, src/ChooseParents.py, src/DbPrompter.py, src/DisplayModels.py, src/EventEdit.py, src/FamilyView.py, src/Filter.py, src/GenericFilter.py, src/GrampsCfg.py, src/GrampsGconfKeys.py, src/ImgManip.py, src/PlaceView.py, src/Plugins.py, src/ReadGedcom.py, src/ReadXML.py, src/SelectChild.py, src/SelectObject.py, src/SelectPerson.py, src/Sort.py, src/SourceView.py, src/Utils.py, src/Witness.py, src/WriteGedcom.py, src/WriteXML.py, src/gramps_main.py: * src/docgen/PdfDoc.py: fixed register_book_doc call * src/AddrEdit.py: pychecker fixes * src/AttrEdit.py: pychecker fixes * src/AutoComp.py: pychecker fixes * src/ChooseParents.py: pychecker fixes * src/DbPrompter.py: pychecker fixes * src/DisplayModels.py: pychecker fixes * src/EventEdit.py: pychecker fixes * src/FamilyView.py: pychecker fixes * src/Filter.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/GrampsCfg.py: pychecker fixes * src/GrampsGconfKeys.py: pychecker fixes * src/ImgManip.py: pychecker fixes * src/PlaceView.py: pychecker fixes * src/Plugins.py: pychecker fixes * src/ReadGedcom.py: pychecker fixes * src/ReadXML.py: pychecker fixes * src/SelectChild.py: pychecker fixes * src/SelectObject.py: pychecker fixes * src/SelectPerson.py: pychecker fixes * src/Sort.py: pychecker fixes * src/SourceView.py: pychecker fixes * src/Utils.py: pychecker fixes * src/Witness.py: pychecker fixes * src/WriteGedcom.py: pychecker fixes * src/WriteXML.py: pychecker fixes * src/gramps_main.py: pychecker fixes svn: r3599 2004-10-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Filter.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/ImgManip.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/Sort.py, gramps2/src/SourceView.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py: * src/docgen/PdfDoc.py: fixed register_book_doc call * src/AddrEdit.py: pychecker fixes * src/AttrEdit.py: pychecker fixes * src/AutoComp.py: pychecker fixes * src/ChooseParents.py: pychecker fixes * src/DbPrompter.py: pychecker fixes * src/DisplayModels.py: pychecker fixes * src/EventEdit.py: pychecker fixes * src/FamilyView.py: pychecker fixes * src/Filter.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/GrampsCfg.py: pychecker fixes * src/GrampsGconfKeys.py: pychecker fixes * src/ImgManip.py: pychecker fixes * src/PlaceView.py: pychecker fixes * src/Plugins.py: pychecker fixes * src/ReadGedcom.py: pychecker fixes * src/ReadXML.py: pychecker fixes * src/SelectChild.py: pychecker fixes * src/SelectObject.py: pychecker fixes * src/SelectPerson.py: pychecker fixes * src/Sort.py: pychecker fixes * src/SourceView.py: pychecker fixes * src/Utils.py: pychecker fixes * src/Witness.py: pychecker fixes * src/WriteGedcom.py: pychecker fixes * src/WriteXML.py: pychecker fixes * src/gramps_main.py: pychecker fixes svn: r3599 2004-10-06 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: fixed regsiter_book_doc call svn: r3598 2004-10-06 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: fixed regsiter_book_doc call svn: r3598 2004-10-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/PeopleView.py, src/ReadXML.py, src/RelLib.py, src/WriteXML.py: * src/ReadXML.py: name enhancements * src/WriteXML.py: name enhancements svn: r3596 2004-10-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/PeopleView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py: * src/ReadXML.py: name enhancements * src/WriteXML.py: name enhancements svn: r3596 2004-10-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/tips.xml: * src/data/tips.xml: Add more tips. svn: r3595 2004-10-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/tips.xml: * src/data/tips.xml: Add more tips. svn: r3595 2004-10-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/Date.py, src/DateDisplay.py, src/EditPerson.py, src/GrampsDbBase.py, src/Marriage.py, src/PeopleView.py, src/RelLib.py: * src/Date.py: fix get_month_valid call * src/DateDisplay.py: pychecker fixes * src/EditPerson.py: pychecker fixes * src/GrampDbBase.py: pychecker fixes * src/Marriage.py: bring up to date with the DateParser * src/PeopleView.py: pychecker fixes * src/RelLib.py: pychecker fixes svn: r3594 2004-10-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Date.py, gramps2/src/DateDisplay.py, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/Marriage.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py: * src/Date.py: fix get_month_valid call * src/DateDisplay.py: pychecker fixes * src/EditPerson.py: pychecker fixes * src/GrampDbBase.py: pychecker fixes * src/Marriage.py: bring up to date with the DateParser * src/PeopleView.py: pychecker fixes * src/RelLib.py: pychecker fixes svn: r3594 2004-10-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/Sort.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/Merge.py, src/plugins/WebPage.py: * src/DateDisplay.py (display): Display text for text-only dates. Closes # 1036846. * src/plugins/Merge.py (date_match,range_compare): Use new Date API. Closes # 1036852. * src/plugins/WebPage.py: Use new Date API. Use correct module for gconf keys access. Closes # 1036856. * src/Sort.py (by_date): Use new Date API. * src/plugins/AncestorReport.py: Use new Date API. Closes # 1036858. * src/plugins/Ancestor.py: Correct use of handles. Use new Date API. Closes # 1036859. svn: r3593 2004-10-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/Sort.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/WebPage.py: * src/DateDisplay.py (display): Display text for text-only dates. Closes # 1036846. * src/plugins/Merge.py (date_match,range_compare): Use new Date API. Closes # 1036852. * src/plugins/WebPage.py: Use new Date API. Use correct module for gconf keys access. Closes # 1036856. * src/Sort.py (by_date): Use new Date API. * src/plugins/AncestorReport.py: Use new Date API. Closes # 1036858. * src/plugins/Ancestor.py: Correct use of handles. Use new Date API. Closes # 1036859. svn: r3593 2004-10-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/PeopleModel.py, src/PeopleView.py, src/gramps_main.py: * src/EditPerson.py: enhanced update/delete/add of person view * src/PeopleModel.py: enhanced update/delete/add of person view * src/PeopleView.py: enhanced update/delete/add of person view * src/gramps_main.py: enhanced update/delete/add of person view svn: r3592 2004-10-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/EditPerson.py: enhanced update/delete/add of person view * src/PeopleModel.py: enhanced update/delete/add of person view * src/PeopleView.py: enhanced update/delete/add of person view * src/gramps_main.py: enhanced update/delete/add of person view svn: r3592 2004-09-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/EditPerson.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/NameEdit.py, src/PeopleModel.py, src/PeopleView.py, src/QuestionDialog.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py: * src/DisplayModels.py: change 0 to False * src/EditPerson.py: copy current name info to name editor when invoking * src/GrampsBSDDB.py: provide default name to group mapping * src/GrampsDbBase.py: provide default name to group mapping * src/GrampsInMemDB.py: provide default name to group mapping * src/NameEdit.py: prompt for making name mapping override the default or purely for the active name * src/PeopleModel.py: handle name grouping * src/PeopleView.py: handle name grouping * src/QuestionDialog.py: Add QuestionDialog2 to allow two answers to a dialog (instead of one being cancel) * src/RelLib.py: grouping documentation * src/gramps.glade: move button on EditPerson dialog * src/gramps_main.py: goto active person after a redisplay svn: r3591 2004-09-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/NameEdit.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/QuestionDialog.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/DisplayModels.py: change 0 to False * src/EditPerson.py: copy current name info to name editor when invoking * src/GrampsBSDDB.py: provide default name to group mapping * src/GrampsDbBase.py: provide default name to group mapping * src/GrampsInMemDB.py: provide default name to group mapping * src/NameEdit.py: prompt for making name mapping override the default or purely for the active name * src/PeopleModel.py: handle name grouping * src/PeopleView.py: handle name grouping * src/QuestionDialog.py: Add QuestionDialog2 to allow two answers to a dialog (instead of one being cancel) * src/RelLib.py: grouping documentation * src/gramps.glade: move button on EditPerson dialog * src/gramps_main.py: goto active person after a redisplay svn: r3591 2004-09-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: Update svn: r3590 2004-09-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: Update svn: r3590 2004-09-29 Alex Roitman <shura@gramps-project.org> * src/data/tips.xml: Update svn: r3589 2004-09-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/data/tips.xml: Update svn: r3589 2004-09-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: Left-justify the tips. svn: r3588 2004-09-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Left-justify the tips. svn: r3588 2004-09-29 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3587 2004-09-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3587 2004-09-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/TipOfDay.py, src/data/tips.xml: * src/TipOfDay.py: Be tolerant to whitespace; allow markup in the tips, enable random sequence of tips on each startup. * src/data/tips.xml: Merge with old tips. * src/data/tips.xml: Format the tips collection. * src/data/tips.xml: Add huge collection of tips. svn: r3586 2004-09-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/TipOfDay.py, gramps2/src/data/tips.xml: * src/TipOfDay.py: Be tolerant to whitespace; allow markup in the tips, enable random sequence of tips on each startup. * src/data/tips.xml: Merge with old tips. * src/data/tips.xml: Format the tips collection. * src/data/tips.xml: Add huge collection of tips. svn: r3586 2004-09-29 Alex Roitman <shura@gramps-project.org> * ChangeLog: * src/NameEdit.py: Typo. svn: r3585 2004-09-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * src/NameEdit.py: Typo. svn: r3585 2004-09-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsInMemDB.py, src/NameEdit.py, src/PeopleModel.py, src/RelLib.py: * src/PeopleModel.py: sort based of "group as" value * src/GrampsInMem.py: used "group as" value for surname list * src/GrampsBSDDB.py: used "group as" value for surname list * src/GrampsDbBase.py: accept "" and None for empty id values svn: r3584 2004-09-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsInMemDB.py, gramps2/src/NameEdit.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib.py: * src/PeopleModel.py: sort based of "group as" value * src/GrampsInMem.py: used "group as" value for surname list * src/GrampsBSDDB.py: used "group as" value for surname list * src/GrampsDbBase.py: accept "" and None for empty id values svn: r3584 2004-09-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsDbBase.py, src/NameEdit.py, src/PeopleModel.py, src/RelLib.py, src/gramps.glade: * src/RelLib.py: Enhanced Name, adding patronymic name support and display and sorting formats * src/EditPerson.py: Name editing changes for the Primary name * src/NameEdit.py: support for patronymic names * src/gramps.glade: NameEditor and EditPerson changes for enhanced name support * src/PeopleModel.py: remove unused map * src/GrampsDbBase.py: remove unused map svn: r3583 2004-09-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/NameEdit.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * src/RelLib.py: Enhanced Name, adding patronymic name support and display and sorting formats * src/EditPerson.py: Name editing changes for the Primary name * src/NameEdit.py: support for patronymic names * src/gramps.glade: NameEditor and EditPerson changes for enhanced name support * src/PeopleModel.py: remove unused map * src/GrampsDbBase.py: remove unused map svn: r3583 2004-09-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateParser.py: * src/DateParser.py: Better compliance with the RFC-2822. svn: r3581 2004-09-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py: * src/DateParser.py: Better compliance with the RFC-2822. svn: r3581 2004-09-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Bump up the version number. * Release: Version 1.1.1 "Rat cake, rat sorbet, rat pudding, or strawberry tart" released. svn: r3580 2004-09-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: Bump up the version number. * Release: Version 1.1.1 "Rat cake, rat sorbet, rat pudding, or strawberry tart" released. svn: r3580 2004-09-27 Alex Roitman <shura@gramps-project.org> * src/DateParser.py: Remove l10n from RFC dates svn: r3578 2004-09-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/DateParser.py: Remove l10n from RFC dates svn: r3578 2004-09-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/DateDisplay.py, src/DateParser.py: * src/DateDisplay.py: Now proper capitalization for _MONS. * src/DateParser.py: Support for the RFC-2822 dates (email standard). * NEWS: Update. * src/DateDisplay.py: don't rely on strftime, since it does not svn: r3577 2004-09-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/DateDisplay.py, gramps2/src/DateParser.py: * src/DateDisplay.py: Now proper capitalization for _MONS. * src/DateParser.py: Support for the RFC-2822 dates (email standard). * NEWS: Update. * src/DateDisplay.py: don't rely on strftime, since it does not svn: r3577 2004-09-27 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.am, configure.in, src/DateDisplay.py, src/Makefile.am: * src/DateDisplay: don't rely on strftime, since it does not handle dates before 1900 svn: r3576 2004-09-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/configure.in, gramps2/src/DateDisplay.py, gramps2/src/Makefile.am: * src/DateDisplay: don't rely on strftime, since it does not handle dates before 1900 svn: r3576 2004-09-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/GrampsCfg.py, src/GrampsGconfKeys.py, src/RelLib.py: * src/GrampsCfg.py: update RelLib display * src/GrampsGconfKeys.py: import os * src/RelLib.py: change _parser to parser and _display to display svn: r3575 2004-09-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/RelLib.py: * src/GrampsCfg.py: update RelLib display * src/GrampsGconfKeys.py: import os * src/RelLib.py: change _parser to parser and _display to display svn: r3575 2004-09-25 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/const.py.in, src/gramps_main.py: * src/const.py.in: remove calendar directory * src/gramps_main.py: remove calendar directory * configure.in: remove calendar directory svn: r3574 2004-09-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/const.py.in, gramps2/src/gramps_main.py: * src/const.py.in: remove calendar directory * src/gramps_main.py: remove calendar directory * configure.in: remove calendar directory svn: r3574 2004-09-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DateDisplay.py, src/DateHandler.py, src/DbPrompter.py, src/EditPerson.py, src/Exporter.py, src/FamilyView.py, src/GrampsCfg.py, src/GrampsDbBase.py, src/GrampsGconfKeys.py, src/ImageSelect.py, src/Makefile.am, src/MediaView.py, src/Plugins.py, src/Report.py, src/StartupDialog.py, src/TipOfDay.py, src/Utils.py, src/gramps_main.py: * src/GrampsGconfKeys.py: Add to CVS -- split off key names. * src/Makefile.am: Ship GrampsGconfKeys. * src/ArgHandler.py: Use GrampsGconfKeys. * src/DbPrompter.py: Use GrampsGconfKeys. * src/EditPerson.py: Use GrampsGconfKeys. * src/Exporter.py: Use GrampsGconfKeys. * src/FamilyView.py: Use GrampsGconfKeys. * src/GrampsDbBase.py: Use GrampsGconfKeys. * src/ImageSelect.py: Use GrampsGconfKeys. * src/MediaView.py: Use GrampsGconfKeys. * src/Plugins.py: Use GrampsGconfKeys. * src/Report.py: Use GrampsGconfKeys. * src/StartupDialog.py: Use GrampsGconfKeys. * src/TipOfDay.py: Use GrampsGconfKeys. * src/Utils.py: Use GrampsGconfKeys. * src/DateDisplay.py: Proper capitalization for _MONS. * src/DateHandler.py: Use GrampsGconfKeys. * src/GrampsCfg.py: Use GrampsGconfKeys. * src/gramps_main.py: Use GrampsGconfKeys. svn: r3573 2004-09-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/Exporter.py, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGconfKeys.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.am, gramps2/src/MediaView.py, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py: * src/GrampsGconfKeys.py: Add to CVS -- split off key names. * src/Makefile.am: Ship GrampsGconfKeys. * src/ArgHandler.py: Use GrampsGconfKeys. * src/DbPrompter.py: Use GrampsGconfKeys. * src/EditPerson.py: Use GrampsGconfKeys. * src/Exporter.py: Use GrampsGconfKeys. * src/FamilyView.py: Use GrampsGconfKeys. * src/GrampsDbBase.py: Use GrampsGconfKeys. * src/ImageSelect.py: Use GrampsGconfKeys. * src/MediaView.py: Use GrampsGconfKeys. * src/Plugins.py: Use GrampsGconfKeys. * src/Report.py: Use GrampsGconfKeys. * src/StartupDialog.py: Use GrampsGconfKeys. * src/TipOfDay.py: Use GrampsGconfKeys. * src/Utils.py: Use GrampsGconfKeys. * src/DateDisplay.py: Proper capitalization for _MONS. * src/DateHandler.py: Use GrampsGconfKeys. * src/GrampsCfg.py: Use GrampsGconfKeys. * src/gramps_main.py: Use GrampsGconfKeys. svn: r3573 2004-09-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/Makefile.am, src/data/gramps.applications, src/data/gramps.keys, src/data/gramps.mime, src/data/gramps.xml, src/plugins/ImportGeneWeb.py, src/plugins/Makefile.am, src/plugins/WriteGeneWeb.py, src/plugins/genewebexport.glade: * src/data/gnome-mime-application-x-geneweb.png: Add to CVS. * src/data/Makefile.am, src/plugins/Makefile.am: Ship new files. * src/plugins/ImportGeneWeb.py, src/plugins/WriteGeneWeb.py, src/plugins/genewebexport.glade: Add to CVS. * src/data/gramps.applications, src/data/gramps.keys, src/data/gramps.mime, src/data/gramps.xml: Add GeneWeb format. svn: r3572 2004-09-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.applications, gramps2/src/data/gramps.keys, gramps2/src/data/gramps.mime, gramps2/src/data/gramps.xml, gramps2/src/plugins/ImportGeneWeb.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/WriteGeneWeb.py, gramps2/src/plugins/genewebexport.glade: * src/data/gnome-mime-application-x-geneweb.png: Add to CVS. * src/data/Makefile.am, src/plugins/Makefile.am: Ship new files. * src/plugins/ImportGeneWeb.py, src/plugins/WriteGeneWeb.py, src/plugins/genewebexport.glade: Add to CVS. * src/data/gramps.applications, src/data/gramps.keys, src/data/gramps.mime, src/data/gramps.xml: Add GeneWeb format. svn: r3572 2004-09-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateHandler.py, src/ReadGedcom.py, src/StartupDialog.py, src/data/gramps.schemas, src/gedcomimport.glade, src/gramps.py: * src/DateDisplay.py: use LC_TIME and D_FMT to determine the locale date format * src/DateHandler.py: en.US to en_US * src/ReadGedcom.py: Allow user overriding of character set * src/StartupDialog.py: remove date entry setting * src/gedcomimport.glade: Allow user overriding of character set * src/gramps.py: set LC_TIME based of LANG * src/data/gramps.schemas: remove date entry setting * src/DateDisplay.py: use unicode encodings for french months svn: r3571 2004-09-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/ReadGedcom.py, gramps2/src/StartupDialog.py, gramps2/src/data/gramps.schemas, gramps2/src/gedcomimport.glade, gramps2/src/gramps.py: * src/DateDisplay.py: use LC_TIME and D_FMT to determine the locale date format * src/DateHandler.py: en.US to en_US * src/ReadGedcom.py: Allow user overriding of character set * src/StartupDialog.py: remove date entry setting * src/gedcomimport.glade: Allow user overriding of character set * src/gramps.py: set LC_TIME based of LANG * src/data/gramps.schemas: remove date entry setting * src/DateDisplay.py: use unicode encodings for french months svn: r3571 2004-09-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/Date.py, src/DateDisplay.py, src/DateParser.py: * src/Date.py: display calendar * src/DateParser.py: parse based on calendars * src/DateDisplay.py: use unicode encodings for french monts svn: r3570 2004-09-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Date.py, gramps2/src/DateDisplay.py, gramps2/src/DateParser.py: * src/Date.py: display calendar * src/DateParser.py: parse based on calendars * src/DateDisplay.py: use unicode encodings for french monts svn: r3570 2004-09-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/FamilyView.py, src/Sort.py: * src/EditPerson.py: change sort mechanism to new Date sort value * src/FamilyView.py: change sort mechanism to new Date sort valu * src/Sort.py: remove unused sorting functions svn: r3569 2004-09-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/Sort.py: * src/EditPerson.py: change sort mechanism to new Date sort value * src/FamilyView.py: change sort mechanism to new Date sort valu * src/Sort.py: remove unused sorting functions svn: r3569 2004-09-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsInMemDB.py: * src/GrampsInMemDB.py: Remove unused modules. svn: r3567 2004-09-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsInMemDB.py: * src/GrampsInMemDB.py: Remove unused modules. svn: r3567 2004-09-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/GrampsInMemDB.py: * src/GrampsBSDDB.py: fix remove_person and count_person * src/GrampsInMemDB.py: fix remove_person and count_person svn: r3566 2004-09-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsInMemDB.py: * src/GrampsBSDDB.py: fix remove_person and count_person * src/GrampsInMemDB.py: fix remove_person and count_person svn: r3566 2004-09-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/Date.py: * src/Date.py (get_high_year): Add method to return upper estimate. * src/AddSpouse.py: Correctly use upper and lower date estimates. * src/ChooseParents: Correctly use upper and lower date estimates. svn: r3565 2004-09-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py: * src/Date.py (get_high_year): Add method to return upper estimate. * src/AddSpouse.py: Correctly use upper and lower date estimates. * src/ChooseParents: Correctly use upper and lower date estimates. svn: r3565 2004-09-21 Alex Roitman <shura@gramps-project.org> * src/Date.py: Update svn: r3564 2004-09-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/Date.py: Update svn: r3564 2004-09-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateEdit.py: * src/DateEdit.py: Use new Date's set() method. Enable help. svn: r3563 2004-09-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py: * src/DateEdit.py: Use new Date's set() method. Enable help. svn: r3563 2004-09-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Date.py, src/DateDisplay.py, src/DateEdit.py, src/gramps_main.py: * src/gramps_main.py: Remov unused module. * src/DateDisplay.py (verify_format): Correct check. * src/Date.py (is_regular): Add method to detect exact single non-empty dates; (set): Add text string as an optional argument. * src/DateEdit.py: Use DateHandler instead of low-level DateDisplay; (check): Display yellow LED for anything other than regular dates. svn: r3562 2004-09-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Date.py, gramps2/src/DateDisplay.py, gramps2/src/DateEdit.py, gramps2/src/gramps_main.py: * src/gramps_main.py: Remov unused module. * src/DateDisplay.py (verify_format): Correct check. * src/Date.py (is_regular): Add method to detect exact single non-empty dates; (set): Add text string as an optional argument. * src/DateEdit.py: Use DateHandler instead of low-level DateDisplay; (check): Display yellow LED for anything other than regular dates. svn: r3562 2004-09-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Sources.py, src/gramps.glade: * src/gramps.glade: Add LED button widgets to the sourceref editor. * src/Sources.py (SourceEditor.__init__): Use DateEdit to support LED functionality; (SourceEditor.on_sourceok_clicked): Set date using date object, instead of parsing text. svn: r3561 2004-09-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Sources.py, gramps2/src/gramps.glade: * src/gramps.glade: Add LED button widgets to the sourceref editor. * src/Sources.py (SourceEditor.__init__): Use DateEdit to support LED functionality; (SourceEditor.on_sourceok_clicked): Set date using date object, instead of parsing text. svn: r3561 2004-09-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateEdit.py, src/Sources.py: * src/DateEdit.py (DateEdit.invoke_date_editor): Check the built date and display LED (closes # 1031065). * src/Sources.py (draw): Properly display date for sourceref; (on_sourceok_clicked): Properly parse date for sourceref (closes # 1031156). svn: r3560 2004-09-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateEdit.py, gramps2/src/Sources.py: * src/DateEdit.py (DateEdit.invoke_date_editor): Check the built date and display LED (closes # 1031065). * src/Sources.py (draw): Properly display date for sourceref; (on_sourceok_clicked): Properly parse date for sourceref (closes # 1031156). svn: r3560 2004-09-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/Date.py, src/DateParser.py, src/EditPerson.py, src/GrampsDbBase.py, src/RelLib.py: * src/Date.py: remove comment field * src/DateParser.py: add parsing of Month Day1-Day2, Year * src/RelLib.py: make date parsers/displayers global to resolve pickle-ing problem * src/EditPerson.py: update lists before committing to database svn: r3559 2004-09-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Date.py, gramps2/src/DateParser.py, gramps2/src/EditPerson.py, gramps2/src/GrampsDbBase.py, gramps2/src/RelLib.py: * src/Date.py: remove comment field * src/DateParser.py: add parsing of Month Day1-Day2, Year * src/RelLib.py: make date parsers/displayers global to resolve pickle-ing problem * src/EditPerson.py: update lists before committing to database svn: r3559 2004-09-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/Date.py, src/EventEdit.py, src/RelLib.py, src/gramps.glade: * src/Date.py (is_equal): Add method -- needed to compare dates for being identical, since __cmp__ only compares the sorting value and ignores the modifiers. * src/RelLib.py (Event.are_equal, LdsOrd.are_equal): Use is_equal() method to compare dates. * src/AddrEdit.py: Use is_equal() method to compare dates. * src/EventEdit.py: Use is_equal() method to compare dates. * src/gramps.glade (date_edit): Re-order widgets, add hot keys; (event_edit, addr_edit): Remove button relief as in editPerson. svn: r3558 2004-09-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/Date.py, gramps2/src/EventEdit.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * src/Date.py (is_equal): Add method -- needed to compare dates for being identical, since __cmp__ only compares the sorting value and ignores the modifiers. * src/RelLib.py (Event.are_equal, LdsOrd.are_equal): Use is_equal() method to compare dates. * src/AddrEdit.py: Use is_equal() method to compare dates. * src/EventEdit.py: Use is_equal() method to compare dates. * src/gramps.glade (date_edit): Re-order widgets, add hot keys; (event_edit, addr_edit): Remove button relief as in editPerson. svn: r3558 2004-09-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/gramps.glade: * src/gramps.glade: remove button border for date editor button * src/DateDisplay.py: fix quality prefix display svn: r3557 2004-09-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/gramps.glade: * src/gramps.glade: remove button border for date editor button * src/DateDisplay.py: fix quality prefix display svn: r3557 2004-09-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/Date.py, src/DateEdit.py, src/EditPerson.py, src/EventEdit.py, src/RelLib.py, src/gramps.glade: * src/DateEdit.py: Take date object as an argument and work with it. * src/AddrEdit.py: Use date object instead of text. * src/EditPerson.py: Use date object instead of text. * src/EventEdit.py: Use date object instead of text. * src/gramps.glade: Minor cleanup. * src/Date.py (copy): Add method. * src/RelLib.py (Address): Correct the use of dates. svn: r3556 2004-09-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/Date.py, gramps2/src/DateEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * src/DateEdit.py: Take date object as an argument and work with it. * src/AddrEdit.py: Use date object instead of text. * src/EditPerson.py: Use date object instead of text. * src/EventEdit.py: Use date object instead of text. * src/gramps.glade: Minor cleanup. * src/Date.py (copy): Add method. * src/RelLib.py (Address): Correct the use of dates. svn: r3556 2004-09-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/GrampsGEDDB.py, src/GrampsInMemDB.py, src/GrampsXMLDB.py, src/Makefile.am, src/ReadGedcom.py, src/RelLib.py, src/plugins/Check.py: * src/GrampsInMemDB.py: new base class for in memory databases, such as XML or GEDCOM * src/GrampGEDDB.py: use new GrampsInMemDB base class * src/GrampXMLDB.py: use new GrampsInMemDB base class * src/Makefile.am: add GrampsInMemDB.py * src/ReadGedcom.py: remove debug statements svn: r3555 2004-09-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsInMemDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/Makefile.am, gramps2/src/ReadGedcom.py, gramps2/src/RelLib.py, gramps2/src/plugins/Check.py: * src/GrampsInMemDB.py: new base class for in memory databases, such as XML or GEDCOM * src/GrampGEDDB.py: use new GrampsInMemDB base class * src/GrampXMLDB.py: use new GrampsInMemDB base class * src/Makefile.am: add GrampsInMemDB.py * src/ReadGedcom.py: remove debug statements svn: r3555 2004-09-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/DateEdit.py, src/EditPerson.py, src/EventEdit.py, src/gramps.glade: * src/DateEdit.py (DateEdit): Take care of both the button and the LED pixmap now; Invoke DateEditorDialog if the button is pressed; (DateEditorDialog): Correct the use of constants; adjust the date on the calendar change; preserve the old date unless OK was pressed; * src/AddrEdit.py: Remove date editor callback in favor of DateEdit. * src/EditPerson.py: Remove date editor callback in favor of DateEdit. * src/EventEdit.py: Remove date editor callback in favor of DateEdit. * src/gramps.glade: Minor cleanup; remove unused signal handlers. svn: r3554 2004-09-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/DateEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/gramps.glade: * src/DateEdit.py (DateEdit): Take care of both the button and the LED pixmap now; Invoke DateEditorDialog if the button is pressed; (DateEditorDialog): Correct the use of constants; adjust the date on the calendar change; preserve the old date unless OK was pressed; * src/AddrEdit.py: Remove date editor callback in favor of DateEdit. * src/EditPerson.py: Remove date editor callback in favor of DateEdit. * src/EventEdit.py: Remove date editor callback in favor of DateEdit. * src/gramps.glade: Minor cleanup; remove unused signal handlers. svn: r3554 2004-09-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DateParser.py: * src/DateParser.py: Minor cleanup. svn: r3553 2004-09-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateParser.py: * src/DateParser.py: Minor cleanup. svn: r3553 2004-09-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/Date.py, src/DateEdit.py, src/EditPerson.py, src/EventEdit.py, src/gramps.glade: * src/gramps.glade: Add date_edit dialog. * src/DateEdit.py (DateEditorDialog): Add class. * src/Date.py (get_quality): Typo. * src/AddrEdit.py: Use date editor callback. * src/EditPerson.py: Use date editor callback. * src/EventEdit.py: Use date editor callback. * src/AddrEdit.py: Add date editor callback * src/EditPerson.py: Add date editor callback * src/EventEdit.py: Add date editor callback svn: r3552 2004-09-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/Date.py, gramps2/src/DateEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/gramps.glade: * src/gramps.glade: Add date_edit dialog. * src/DateEdit.py (DateEditorDialog): Add class. * src/Date.py (get_quality): Typo. * src/AddrEdit.py: Use date editor callback. * src/EditPerson.py: Use date editor callback. * src/EventEdit.py: Use date editor callback. * src/AddrEdit.py: Add date editor callback * src/EditPerson.py: Add date editor callback * src/EventEdit.py: Add date editor callback svn: r3552 2004-09-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/EditPerson.py, src/EventEdit.py, src/gramps.glade: * src/gramps.glade: replace LED indicators with buttons svn: r3551 2004-09-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/gramps.glade: * src/gramps.glade: replace LED indicators with buttons svn: r3551 2004-09-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/DateDisplay.py, src/DateHandler.py, src/DateParser.py: * src/DateDisplay.py: use locale.nl_langinfo to get month names without manual encoding * src/DateParser.py: use locale.nl_langinfo to get month names without manual encoding svn: r3550 2004-09-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DateDisplay.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py: * src/DateDisplay.py: use locale.nl_langinfo to get month names without manual encoding * src/DateParser.py: use locale.nl_langinfo to get month names without manual encoding svn: r3550 2004-09-17 Don Allingham <don@gramps-project.org> * src/GenericFilter.py: update svn: r3549 2004-09-17 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py: update svn: r3549 2004-09-17 Don Allingham <don@gramps-project.org> * src/ReadGedcom.py, src/WriteXML.py: update svn: r3548 2004-09-17 Don Allingham <don@gramps-project.org> * gramps2/src/ReadGedcom.py, gramps2/src/WriteXML.py: update svn: r3548 2004-09-17 Don Allingham <don@gramps-project.org> * src/FrenchRepublic.py: removed svn: r3547 2004-09-17 Don Allingham <don@gramps-project.org> * gramps2/src/FrenchRepublic.py: removed svn: r3547 2004-09-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/CalSdn.py, src/Calendar.py, src/Date.py, src/DateDisplay.py, src/DateEdit.py, src/DateHandler.py, src/DateParser.py, src/EditPerson.py, src/EventEdit.py, src/GrampsCfg.py, src/Gregorian.py, src/Hebrew.py, src/Julian.py, src/Makefile.am, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Sort.py, src/StartupDialog.py, src/WriteGedcom.py, src/WriteXML.py, src/calendars/Islamic.py, src/calendars/Makefile.am, src/calendars/Persian.py, src/gramps.glade, src/gramps_main.py: * src/Calendar.py: removed * src/Gregorian.py: removed * src/Hebrew.py: removed * src/Julian.py: removed * src/calendars/Islamic.py: removed * src/calendars/Persian.py: removed * src/calendars/Makefile.am: removed * src/Date.py: New, simpler date structure * src/DateHandler.py: Start of a class to abstract and select parser and display functions based off locale * src/DateParser.py: base date parsing class (US English) * src/DateDisplay.py: base date display class (US English) * src/DateEdit.py: handle new date method * src/EditPerson.py: handle new date method * src/EventEdit.py: handle new date method * src/GrampsCfg.py: removed redundant options due to new date class * src/StartupDialog.py: removed redundant options due to new date class * src/Makefile.am: handle file changes * src/Sort.py: handle new date method * src/ReadGedcom.py: handle new date method * src/ReadXML.py: handle new date method * src/WriteGedcom.py: handle new date method * src/WriteXML.py: handle new date method * src/RelLib.py: handle new date method * src/gramps_main.py: handle new date method * src/gramps.glade: handle new date method svn: r3546 2004-09-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/CalSdn.py, gramps2/src/Calendar.py, gramps2/src/Date.py, gramps2/src/DateDisplay.py, gramps2/src/DateEdit.py, gramps2/src/DateHandler.py, gramps2/src/DateParser.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/GrampsCfg.py, gramps2/src/Gregorian.py, gramps2/src/Hebrew.py, gramps2/src/Julian.py, gramps2/src/Makefile.am, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Sort.py, gramps2/src/StartupDialog.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/calendars/Islamic.py, gramps2/src/calendars/Makefile.am, gramps2/src/calendars/Persian.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/Calendar.py: removed * src/Gregorian.py: removed * src/Hebrew.py: removed * src/Julian.py: removed * src/calendars/Islamic.py: removed * src/calendars/Persian.py: removed * src/calendars/Makefile.am: removed * src/Date.py: New, simpler date structure * src/DateHandler.py: Start of a class to abstract and select parser and display functions based off locale * src/DateParser.py: base date parsing class (US English) * src/DateDisplay.py: base date display class (US English) * src/DateEdit.py: handle new date method * src/EditPerson.py: handle new date method * src/EventEdit.py: handle new date method * src/GrampsCfg.py: removed redundant options due to new date class * src/StartupDialog.py: removed redundant options due to new date class * src/Makefile.am: handle file changes * src/Sort.py: handle new date method * src/ReadGedcom.py: handle new date method * src/ReadXML.py: handle new date method * src/WriteGedcom.py: handle new date method * src/WriteXML.py: handle new date method * src/RelLib.py: handle new date method * src/gramps_main.py: handle new date method * src/gramps.glade: handle new date method svn: r3546 2004-09-14 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2004-09-14 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Fixed SF bug #1009695. svn: r3543 2004-09-14 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2004-09-14 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Fixed SF bug #1009695. svn: r3543 2004-09-14 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/docgen/PSDrawDoc.py, src/docgen/SvgDrawDoc.py: 2004-09-14 Tim Waugh <twaugh@redhat.com> * src/docgen/PSDrawDoc.py (PSDrawDoc.__init__): Fixed base method call (missing parameter). * src/docgen/SvgDrawDoc.py (SvgDrawDoc.__init__): Likewise. svn: r3542 2004-09-14 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py: 2004-09-14 Tim Waugh <twaugh@redhat.com> * src/docgen/PSDrawDoc.py (PSDrawDoc.__init__): Fixed base method call (missing parameter). * src/docgen/SvgDrawDoc.py (SvgDrawDoc.__init__): Likewise. svn: r3542 2004-09-13 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/GenericFilter.py: 2004-09-13 Tim Waugh <twaugh@redhat.com> * src/GenericFilter.py (IsAncestorOfFilterMatch.apply): Fixed thinko. svn: r3539 2004-09-13 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: 2004-09-13 Tim Waugh <twaugh@redhat.com> * src/GenericFilter.py (IsAncestorOfFilterMatch.apply): Fixed thinko. svn: r3539 2004-09-13 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2004-09-13 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (event_info): Prevent constructions like "died in before 1901" by playing safe if the mode is not exact. svn: r3536 2004-09-13 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2004-09-13 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (event_info): Prevent constructions like "died in before 1901" by playing safe if the mode is not exact. svn: r3536 2004-09-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadGedcom.py: * src/ReadGedcom.py (parse_person_event): Use TYPE field as the description of the event, if the event already has a name. svn: r3535 2004-09-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadGedcom.py: * src/ReadGedcom.py (parse_person_event): Use TYPE field as the description of the event, if the event already has a name. svn: r3535 2004-09-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbBase.py: * src/GrampsDbBase.py: Fix assert statements. svn: r3533 2004-09-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: * src/GrampsDbBase.py: Fix assert statements. svn: r3533 2004-09-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: Typo. svn: r3532 2004-09-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Typo. svn: r3532 2004-09-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (ShowResults.__init__): Use gramps IDs instead of handles for display. svn: r3530 2004-09-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (ShowResults.__init__): Use gramps IDs instead of handles for display. svn: r3530 2004-09-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py: * src/EditPlace.py (on_web_go_clicked): Typo. svn: r3528 2004-09-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py: * src/EditPlace.py (on_web_go_clicked): Typo. svn: r3528 2004-09-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadXML.py, src/Witness.py: * src/ReadXML.py (start_witness): Properly use handle of witness. * src/Witness.py (WitnessTab.redraw): Use gramps ID for display; (WitnessEditor.remove_itself_from_menu): Typo; (WitnessEditor.ok_clicked): Catch exception and add error dialog. svn: r3526 2004-09-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py, gramps2/src/Witness.py: * src/ReadXML.py (start_witness): Properly use handle of witness. * src/Witness.py (WitnessTab.redraw): Use gramps ID for display; (WitnessEditor.remove_itself_from_menu): Typo; (WitnessEditor.ok_clicked): Catch exception and add error dialog. svn: r3526 2004-09-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleView.py, src/RelLib.py, src/SelectPerson.py, src/Witness.py: * src/RelLib.py (GenderStats.guess_gender): back out incorrect patch * src/Witness.py: handle new_name error * src/SelectPerson.py: remove unused crud left over from 1.0, grab handle instead of GRAMPS ID svn: r3525 2004-09-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/SelectPerson.py, gramps2/src/Witness.py: * src/RelLib.py (GenderStats.guess_gender): back out incorrect patch * src/Witness.py: handle new_name error * src/SelectPerson.py: remove unused crud left over from 1.0, grab handle instead of GRAMPS ID svn: r3525 2004-08-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/Sources.py: * src/Sources.py (SourceTab.redraw, SourceSelector.redraw): Use gramps ID instead of handle for display. * src/ImageSelect.py (GlobalMediaProperties.display_refs): Use gramps ID instead of handle for display. svn: r3523 2004-08-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/Sources.py: * src/Sources.py (SourceTab.redraw, SourceSelector.redraw): Use gramps ID instead of handle for display. * src/ImageSelect.py (GlobalMediaProperties.display_refs): Use gramps ID instead of handle for display. svn: r3523 2004-08-31 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: Update MIME database in scriptlets. svn: r3522 2004-08-31 Tim Waugh <twaugh@redhat.com> * gramps2/gramps.spec.in: Update MIME database in scriptlets. svn: r3522 2004-08-31 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/DisplayModels.py, src/ImageSelect.py, src/MediaView.py, src/PlaceView.py, src/SourceView.py: * src/AddMedia.py: use new MediaList update routine * src/DisplayModels.py: new update list routine * src/ImageSelect.py: use new MediaList update routine * src/MediaView.py: use new MediaList update routine * src/PlaceView.py: new update list routine * src/SourceView.py: new update list routine svn: r3521 2004-08-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/DisplayModels.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py: * src/AddMedia.py: use new MediaList update routine * src/DisplayModels.py: new update list routine * src/ImageSelect.py: use new MediaList update routine * src/MediaView.py: use new MediaList update routine * src/PlaceView.py: new update list routine * src/SourceView.py: new update list routine svn: r3521 2004-08-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/EditPlace.py, src/EditSource.py, src/GrampsBSDDB.py, src/PeopleModel.py, src/PlaceView.py, src/SourceView.py: * src/GrampsBSDDB.py: add remove_place function * src/DisplayModels.py: added row deletion and updating functions * src/EditPlace.py: Make a distinction between update and new * src/EditSource.py: Make a distinction between update and new * src/PeopleModel.py: remove debugging code * src/PlaceView.py: better handling of updating and deleiting * src/SourceView.py: better handling of updating and deleiting svn: r3520 2004-08-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/GrampsBSDDB.py, gramps2/src/PeopleModel.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py: * src/GrampsBSDDB.py: add remove_place function * src/DisplayModels.py: added row deletion and updating functions * src/EditPlace.py: Make a distinction between update and new * src/EditSource.py: Make a distinction between update and new * src/PeopleModel.py: remove debugging code * src/PlaceView.py: better handling of updating and deleiting * src/SourceView.py: better handling of updating and deleiting svn: r3520 2004-08-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/EditPerson.py, src/PeopleModel.py, src/PeopleView.py, src/gramps.glade, src/gramps_main.py: * src/DbPrompter.py: cleanup dialogs * src/EditPerson.py: update screen properly * src/PeopleModel.py: handle stored maps correctly * src/PeopleView.py: handle stored maps correctly * src/gramps_main.py: eliminate unnecessary rebuilds, display loading dialog * src/gramp.glade: loading dialog svn: r3519 2004-08-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/DbPrompter.py: cleanup dialogs * src/EditPerson.py: update screen properly * src/PeopleModel.py: handle stored maps correctly * src/PeopleView.py: handle stored maps correctly * src/gramps_main.py: eliminate unnecessary rebuilds, display loading dialog * src/gramp.glade: loading dialog svn: r3519 2004-08-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: guess_gender fix * src/gramps_main.py: drop unused goto_active_person parameter svn: r3518 2004-08-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: guess_gender fix * src/gramps_main.py: drop unused goto_active_person parameter svn: r3518 2004-08-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/PeopleView.py, src/gramps_main.py: * src/EditPerson.py: make a distiction between adding a person and editing a person. * src/PeopleView.py: drop unused goto_active_person parameter * srcgramps_main.py: drop unused goto_active_person parameter svn: r3517 2004-08-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/EditPerson.py: make a distiction between adding a person and editing a person. * src/PeopleView.py: drop unused goto_active_person parameter * srcgramps_main.py: drop unused goto_active_person parameter svn: r3517 2004-08-27 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/SelectObject.py: 2004-08-27 Tim Waugh <twaugh@redhat.com> * src/SelectObject.py (SelectObject.redraw): Use GRAMPS ID for user display. svn: r3516 2004-08-27 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/SelectObject.py: 2004-08-27 Tim Waugh <twaugh@redhat.com> * src/SelectObject.py (SelectObject.redraw): Use GRAMPS ID for user display. svn: r3516 2004-08-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/ImageSelect.py, src/PlaceView.py, src/SourceView.py: * src/DisplayModels.py: fix place and source lists * src/PlaceView.py: fix place lists * src/SourceView.py: fix source lists svn: r3515 2004-08-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/ImageSelect.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py: * src/DisplayModels.py: fix place and source lists * src/PlaceView.py: fix place lists * src/SourceView.py: fix source lists svn: r3515 2004-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/EditPerson.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/Marriage.py, src/PeopleModel.py, src/RelLib.py, src/Sort.py: * src/Sort.py: use locale.strcoll for sorting * src/RelLib.py: don't use accent for sort name * src/EditPerson.py: compare edited ID value properly * src/Marriage.py: compare edited ID value properly * src/PeopleModel.py: use locale.strcoll for comparing * src/GrampsBSDDB.py: use locale.strcoll for comparing/sorting * src/GrampsDbBase.py: use locale.strcoll for comparing/sorting * src/DbPrompter.py: handle bad filenames a bit better svn: r3514 2004-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/Marriage.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib.py, gramps2/src/Sort.py: * src/Sort.py: use locale.strcoll for sorting * src/RelLib.py: don't use accent for sort name * src/EditPerson.py: compare edited ID value properly * src/Marriage.py: compare edited ID value properly * src/PeopleModel.py: use locale.strcoll for comparing * src/GrampsBSDDB.py: use locale.strcoll for comparing/sorting * src/GrampsDbBase.py: use locale.strcoll for comparing/sorting * src/DbPrompter.py: handle bad filenames a bit better svn: r3514 2004-08-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/PeopleModel.py, src/Utils.py, src/gramps_main.py: * src/gramps_main.py: update properly after an edit * src/Utils.py: generate correct path name, using gramps id instead of handle * src/ImageSelect.py: select correct path name for thumbnail * src/PeopleModel.py: move to a table driven format for handling columns svn: r3513 2004-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/PeopleModel.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py: * src/gramps_main.py: update properly after an edit * src/Utils.py: generate correct path name, using gramps id instead of handle * src/ImageSelect.py: select correct path name for thumbnail * src/PeopleModel.py: move to a table driven format for handling columns svn: r3513 2004-08-25 Matthieu Pupate <mpupat@users.sourceforge.net> * src/po/fr_FR.po: Corrected some errors svn: r3512 2004-08-25 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/src/po/fr_FR.po: Corrected some errors svn: r3512 2004-08-25 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteGedcom.py: 2004-08-25 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (GedcomWriter.write_person): Removed debugging noise. svn: r3511 2004-08-25 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: 2004-08-25 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (GedcomWriter.write_person): Removed debugging noise. svn: r3511 2004-08-25 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2004-08-25 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (Person.parents_too_old): Fixed typo. svn: r3510 2004-08-25 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2004-08-25 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (Person.parents_too_old): Fixed typo. svn: r3510 2004-08-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/PeopleModel.py: * src/DisplayModels.py: handle a closed database in on_get_value * src/PeopleModel.py: handle a closed database in on_get_value svn: r3509 2004-08-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/PeopleModel.py: * src/DisplayModels.py: handle a closed database in on_get_value * src/PeopleModel.py: handle a closed database in on_get_value svn: r3509 2004-08-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/WriteGedcom.py: * src/ImageSelect.py: Display GRAMPS ID, not DB handle * src/WriteGedcom.py: handle image file problems when exporting svn: r3508 2004-08-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: * src/ImageSelect.py: Display GRAMPS ID, not DB handle * src/WriteGedcom.py: handle image file problems when exporting svn: r3508 2004-08-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/ReadXML.py, src/plugins/WebPage.py: * src/ReadXML.py: Fix file copy problem, handle copy failure * src/src/ImageSelect.py: Display GRAMPS ID, not DB handle * src/plugins/WebPage.py: web page enhancements, including a place index. svn: r3507 2004-08-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/ReadXML.py, gramps2/src/plugins/WebPage.py: * src/ReadXML.py: Fix file copy problem, handle copy failure * src/src/ImageSelect.py: Display GRAMPS ID, not DB handle * src/plugins/WebPage.py: web page enhancements, including a place index. svn: r3507 2004-08-24 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/MediaView.py: 2004-08-24 Tim Waugh <twaugh@redhat.com> * src/MediaView.py (MediaView.on_select_row): Use the correct column for DB handle. (MediaView.on_select_row): Display GRAMPS ID, not DB handle. (MediaView.build_context_menu): Use the correct column for DB handle. (MediaView.on_edit_clicked): Likewise. (MediaView.on_delete_clicked): Likewise. svn: r3506 2004-08-24 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/MediaView.py: 2004-08-24 Tim Waugh <twaugh@redhat.com> * src/MediaView.py (MediaView.on_select_row): Use the correct column for DB handle. (MediaView.on_select_row): Display GRAMPS ID, not DB handle. (MediaView.build_context_menu): Use the correct column for DB handle. (MediaView.on_edit_clicked): Likewise. (MediaView.on_delete_clicked): Likewise. svn: r3506 2004-08-24 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: 2004-08-24 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py: Write out 'default' tag on people node for compatibility with GRAMPS 1.0.x. svn: r3505 2004-08-24 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: 2004-08-24 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py: Write out 'default' tag on people node for compatibility with GRAMPS 1.0.x. svn: r3505 2004-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbBase.py: * src/GrampsDbBase.py (get_object_from_gramps_id, get_source_from_gramps_id, get_place_from_gramps_id): Add placeholder functions with assertions. svn: r3503 2004-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: * src/GrampsDbBase.py (get_object_from_gramps_id, get_source_from_gramps_id, get_place_from_gramps_id): Add placeholder functions with assertions. svn: r3503 2004-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py: * src/ArgHandler.py (auto_save_load): Remove new db creation for BSDDB. svn: r3502 2004-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py: * src/ArgHandler.py (auto_save_load): Remove new db creation for BSDDB. svn: r3502 2004-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EdirPerson.py (__init__): Typos. svn: r3501 2004-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EdirPerson.py (__init__): Typos. svn: r3501 2004-08-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py: a person is not alive. svn: r3500 2004-08-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: a person is not alive. svn: r3500 2004-08-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleModel.py, src/const.py.in: * src/PeopleModel.py: enhanced column_spouse * src/RelLib.py: enhance probably_alive to check for "Cause of Death", "Burial", and "Cremation" events to indicate that a person is not alive. * src/const.py.in: add support for "Marriage Banns" * src/ReadXML.py: set last change time, support handles svn: r3499 2004-08-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py, gramps2/src/const.py.in: * src/PeopleModel.py: enhanced column_spouse * src/RelLib.py: enhance probably_alive to check for "Cause of Death", "Burial", and "Cremation" events to indicate that a person is not alive. * src/const.py.in: add support for "Marriage Banns" * src/ReadXML.py: set last change time, support handles svn: r3499 2004-08-24 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/EditPerson.py, src/EditPlace.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/Marriage.py, src/MediaView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/ReadXML.py, src/RelLib.py, src/SourceView.py, src/StartupDialog.py, src/Utils.py, src/WriteGedcom.py, src/WriteXML.py, src/gramps.glade: * src/Utils.py: produce less line noise when generating handles * src/WriteGedcom.py: save CHAN records * src/WriteXML.py: save handles and time stamps * src/GrampsDbBase.py: make the find_xxx_from_handle functions consistent and correct (handle ids correctly) * src/DisplayModels.py: add last change column * src/PeopleModel.py: add last change column * src/PeopleView.py: add last change column * src/MediaView.py: add last change column * src/SourceView.py: add last change column * src/EditPerson.py: display last change timestamps * src/EditPlace.py: display last change timestamps * src/Marriage.py: display last change timestamps * src/ReadXML.py: set last change time * src/gramps.glade: updates for last change display svn: r3498 2004-08-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/StartupDialog.py, gramps2/src/Utils.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/gramps.glade: * src/Utils.py: produce less line noise when generating handles * src/WriteGedcom.py: save CHAN records * src/WriteXML.py: save handles and time stamps * src/GrampsDbBase.py: make the find_xxx_from_handle functions consistent and correct (handle ids correctly) * src/DisplayModels.py: add last change column * src/PeopleModel.py: add last change column * src/PeopleView.py: add last change column * src/MediaView.py: add last change column * src/SourceView.py: add last change column * src/EditPerson.py: display last change timestamps * src/EditPlace.py: display last change timestamps * src/Marriage.py: display last change timestamps * src/ReadXML.py: set last change time * src/gramps.glade: updates for last change display svn: r3498 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py: * src/DbPrompter.py (ExistingDbPrompter.chooser, ImportDbPrompter.chooser): Destroy file chooser on failure (#1014254). svn: r3497 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py: * src/DbPrompter.py (ExistingDbPrompter.chooser, ImportDbPrompter.chooser): Destroy file chooser on failure (#1014254). svn: r3497 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/const.py.in: * src/const.py.in: Add gramps-package mime type. * src/ArgHandler.py (auto_save_load): Subclass database depending on the format. svn: r3496 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/const.py.in: * src/const.py.in: Add gramps-package mime type. * src/ArgHandler.py (auto_save_load): Subclass database depending on the format. svn: r3496 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/Makefile.am: * src/data/Makefile.am: Kill gconfd using SIGTERM -- HUP did not work. svn: r3495 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: * src/data/Makefile.am: Kill gconfd using SIGTERM -- HUP did not work. svn: r3495 2004-08-23 Alex Roitman <shura@gramps-project.org> * src/data/gramps.schemas: Add keys for last import and export dirs svn: r3494 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/data/gramps.schemas: Add keys for last import and export dirs svn: r3494 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/Exporter.py, src/GrampsCfg.py, src/Plugins.py, src/ReadGedcom.py, src/ReadXML.py, src/Utils.py: * src/Plugins.py: Add native_format flag to import plugin registration. * src/ReadXML.py, src/ReadGedcom.py: Register as native formats to prevent loading twice on File->Open. * src/data/gramps.schemas: Add keys for last import and export dirs. * src/GrampsCfg.py (get_last_import_dir, save_last_import_dir, get_last_export_dir, save_last_export_dir): Add functions. * src/Exportder.py (suggest_filename): Try last export and last import folders before falling back to Home; (save): Save export folder. * src/Utils.py (get_new_filename): Add optional folder argument. * src/DbPrompter.py (ExistingDbPrompter.chooser): Only add importers for non-native formats, the rest is already taken care of; Try last file, last import, last export, then home folders; (ImportDbPrompter.chooser): Save import folder; Try last import, last file, last export, then home folders. (NewNativeDbPrompter): Try last file, last import, last export folders, then fall back to home. svn: r3493 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/Exporter.py, gramps2/src/GrampsCfg.py, gramps2/src/Plugins.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/Utils.py: * src/Plugins.py: Add native_format flag to import plugin registration. * src/ReadXML.py, src/ReadGedcom.py: Register as native formats to prevent loading twice on File->Open. * src/data/gramps.schemas: Add keys for last import and export dirs. * src/GrampsCfg.py (get_last_import_dir, save_last_import_dir, get_last_export_dir, save_last_export_dir): Add functions. * src/Exportder.py (suggest_filename): Try last export and last import folders before falling back to Home; (save): Save export folder. * src/Utils.py (get_new_filename): Add optional folder argument. * src/DbPrompter.py (ExistingDbPrompter.chooser): Only add importers for non-native formats, the rest is already taken care of; Try last file, last import, last export, then home folders; (ImportDbPrompter.chooser): Save import folder; Try last import, last file, last export, then home folders. (NewNativeDbPrompter): Try last file, last import, last export folders, then fall back to home. svn: r3493 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py: Use gramps ID for naming the files and creating links. svn: r3492 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: Use gramps ID for naming the files and creating links. svn: r3492 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: * src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: Translate type descriptions; correct print_label. svn: r3491 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: Translate type descriptions; correct print_label. svn: r3491 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3490 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3490 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Ancestors.py: * src/plugins/Ancestors.py (event_info): Check whetehr place exists before getting its title (#1014412). svn: r3489 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: * src/plugins/Ancestors.py (event_info): Check whetehr place exists before getting its title (#1014412). svn: r3489 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/IndivComplete.py: * src/plugins/DetAncestralReport.py (write_children): Check whether event exists (#1014414). * src/plugins/IndivComplete.py (write_alt_names): Correct the use of handle (#1014411); (write_fact, write_sources, write_person): Use gramps id, not handle, for displaying source references. svn: r3488 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/IndivComplete.py: * src/plugins/DetAncestralReport.py (write_children): Check whether event exists (#1014414). * src/plugins/IndivComplete.py (write_alt_names): Correct the use of handle (#1014411); (write_fact, write_sources, write_person): Use gramps id, not handle, for displaying source references. svn: r3488 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EdirPerson.py (__init__): Use handle instead of ID (#1014224). svn: r3487 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EdirPerson.py (__init__): Use handle instead of ID (#1014224). svn: r3487 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameEdit.py: * src/NameEdit.py: Proper use of ComboBoxEntry widgets (#1014238). svn: r3486 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameEdit.py: * src/NameEdit.py: Proper use of ComboBoxEntry widgets (#1014238). svn: r3486 2004-08-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py: (probably_alive): Fixed typo (bug #1014223). svn: r3485 2004-08-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py: (probably_alive): Fixed typo (bug #1014223). svn: r3485 2004-08-23 Tim Waugh <twaugh@redhat.com> * ChangeLog, install-sh: 2004-08-23 Tim Waugh <twaugh@redhat.com> * install-sh: Removed this generated file. svn: r3484 2004-08-23 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/install-sh: 2004-08-23 Tim Waugh <twaugh@redhat.com> * install-sh: Removed this generated file. svn: r3484 2004-08-23 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteGedcom.py: 2004-08-23 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (GedcomWriter.write_sources): Write sources in ID order for easier change tracking. svn: r3483 2004-08-23 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: 2004-08-23 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (GedcomWriter.write_sources): Write sources in ID order for easier change tracking. svn: r3483 2004-08-23 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: (XmlWriter.write_ref): Fixed typo. svn: r3482 2004-08-23 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: (XmlWriter.write_ref): Fixed typo. svn: r3482 2004-08-23 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/GrampsDbBase.py: 2004-08-23 Tim Waugh <twaugh@redhat.com> * src/GrampsDbBase.py (GrampsDbBase.find_source_from_handle): Set GRAMPS ID on new source (bug #1014246). svn: r3481 2004-08-23 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: 2004-08-23 Tim Waugh <twaugh@redhat.com> * src/GrampsDbBase.py (GrampsDbBase.find_source_from_handle): Set GRAMPS ID on new source (bug #1014246). svn: r3481 2004-08-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/Marriage.py, src/RelLib.py, src/SelectChild.py, src/SelectObject.py, src/SourceView.py, src/Sources.py, src/StyleEditor.py, src/TarFile.py, src/TipOfDay.py, src/Utils.py, src/WriteXML.py: * src/Marriage.py: pychecker fixes * src/RelLib.py: pychecker fixes * src/SelectChild.py: pychecker fixes * src/SelectObject: pychecker fixes * src/SourceView.py: pychecker fixes * src/Sources.py: pychecker fixes * src/StyleEditor.py: pychecker fixes * src/TarFile.py: pychecker fixes * src/TipOfDay.py: pychecker fixes * src/Utils.py: pychecker fixes * src/WriteXML.py: pychecker fixes svn: r3480 2004-08-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Marriage.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/StyleEditor.py, gramps2/src/TarFile.py, gramps2/src/TipOfDay.py, gramps2/src/Utils.py, gramps2/src/WriteXML.py: * src/Marriage.py: pychecker fixes * src/RelLib.py: pychecker fixes * src/SelectChild.py: pychecker fixes * src/SelectObject: pychecker fixes * src/SourceView.py: pychecker fixes * src/Sources.py: pychecker fixes * src/StyleEditor.py: pychecker fixes * src/TarFile.py: pychecker fixes * src/TipOfDay.py: pychecker fixes * src/Utils.py: pychecker fixes * src/WriteXML.py: pychecker fixes svn: r3480 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteGedcom.py: 2004-08-23 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (GedcomWriter.write_families): Write families in GRAMPS ID order for easier change tracking. svn: r3479 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: 2004-08-23 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (GedcomWriter.write_families): Write families in GRAMPS ID order for easier change tracking. svn: r3479 2004-08-22 Matthieu Pupate <mpupat@users.sourceforge.net> * src/plugins/rel_fr.py: Correcting forgotten articles svn: r3478 2004-08-22 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/src/plugins/rel_fr.py: Correcting forgotten articles svn: r3478 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteGedcom.py: (GedcomWriter.fid): Use GRAMPS ID not DB handle. svn: r3477 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: (GedcomWriter.fid): Use GRAMPS ID not DB handle. svn: r3477 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteGedcom.py: * src/WriteGedcom.py (GedcomWriter.export_data): Write individuals out in GRAMPS ID order. svn: r3476 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: * src/WriteGedcom.py (GedcomWriter.export_data): Write individuals out in GRAMPS ID order. svn: r3476 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py: (XmlWriter.write_object): Use GRAMPS ID not DB handle. svn: r3475 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/src/WriteXML.py: (XmlWriter.write_object): Use GRAMPS ID not DB handle. svn: r3475 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/ReadXML.py: 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/ReadXML.py (GrampsParser.start_object): Set GRAMPS ID. svn: r3474 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/ReadXML.py: 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/ReadXML.py (GrampsParser.start_object): Set GRAMPS ID. svn: r3474 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: (XmlWriter.write_xml_data): Fixed families output by preventing confusion between handles and GRAMPS IDs. svn: r3473 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: (XmlWriter.write_xml_data): Fixed families output by preventing confusion between handles and GRAMPS IDs. svn: r3473 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: (XmlWriter.write_family_handle): Use GRAMPS ID not DB handle. (XmlWriter.write_xml_data): Sort family IDs before writing. svn: r3472 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: (XmlWriter.write_family_handle): Use GRAMPS ID not DB handle. (XmlWriter.write_xml_data): Sort family IDs before writing. svn: r3472 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: (XmlWriter.write_xml_data): Fixed people output by preventing confusion between handles and GRAMPS IDs. svn: r3471 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: (XmlWriter.write_xml_data): Fixed people output by preventing confusion between handles and GRAMPS IDs. svn: r3471 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: (XmlWriter.write_xml_data): Sort person handles before writing. svn: r3470 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: (XmlWriter.write_xml_data): Sort person handles before writing. svn: r3470 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py (write_xml_data): Fixed typo causing XML export to omit all place definitions. svn: r3469 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py (write_xml_data): Fixed typo causing XML export to omit all place definitions. svn: r3469 2004-08-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Fixed typo (bug #1012347). svn: r3468 2004-08-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Fixed typo (bug #1012347). svn: r3468 2004-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/WriteGedcom.py: * src/WriteGedcom.py (write_sources, write_person, write_ord): Use gramps id instead of handle. * src/GenericFilter.py: Check object for being not None. svn: r3467 2004-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/WriteGedcom.py: * src/WriteGedcom.py (write_sources, write_person, write_ord): Use gramps id instead of handle. * src/GenericFilter.py: Check object for being not None. svn: r3467 2004-08-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py, src/plugins/Check.py: * src/plugins/Check.py: Import const module. * src/PedView.py: Add person to the list even if there are no parents. svn: r3466 2004-08-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py, gramps2/src/plugins/Check.py: * src/plugins/Check.py: Import const module. * src/PedView.py: Add person to the list even if there are no parents. svn: r3466 2004-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py, src/ReadGedcom.py: * src/ReadGedcom.py (parse_record, parse_individual, parse_ord, parse_adopt_event): Don't include "@" signs into family gramps id. * src/PedView.py (find_tree): Correctly retrieve parents. svn: r3465 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py, gramps2/src/ReadGedcom.py: * src/ReadGedcom.py (parse_record, parse_individual, parse_ord, parse_adopt_event): Don't include "@" signs into family gramps id. * src/PedView.py (find_tree): Correctly retrieve parents. svn: r3465 2004-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py: * src/plugins/Verify.py (on_apply_clicked): Use gramps id for display; (get_year): Corrections. svn: r3464 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py: * src/plugins/Verify.py (on_apply_clicked): Use gramps id for display; (get_year): Corrections. svn: r3464 2004-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbBase.py: * src/GrampsDbBase.py (find_event_from_handle): Add transaction argument svn: r3463 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: * src/GrampsDbBase.py (find_event_from_handle): Add transaction argument svn: r3463 2004-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/Marriage.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/Sort.py, src/SourceView.py, src/SubstKeywords.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/ChangeTypes.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/Marriage.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/Sort.py, src/SourceView.py, src/SubstKeywords.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/ChangeTypes.py, src/plugins/DescendReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/DetAncestralReport.py: Use get_event_from_handle (not find_ ). svn: r3462 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/Marriage.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/Sort.py, gramps2/src/SourceView.py, gramps2/src/SubstKeywords.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/Marriage.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/Sort.py, src/SourceView.py, src/SubstKeywords.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/ChangeTypes.py, src/plugins/DescendReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/DetAncestralReport.py: Use get_event_from_handle (not find_ ). svn: r3462 2004-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsDbBase.py, src/ReadGedcom.py, src/Sources.py: * src/ReadGedcom.py (parse_record): Get objects from handles; (handle_source): Refer to handle, not the object; (parse_source): Use gramps id (not handle) to form the title. * src/GrampsDbBase.py (get_person_from_handle): Typo; (find_event_from_handle): Correctly create new event if not found. * src/Sources.py (draw): Correctly sort, use gramps id when displaying sources; (redraw): Use gramps id in the list view. svn: r3461 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py, gramps2/src/ReadGedcom.py, gramps2/src/Sources.py: * src/ReadGedcom.py (parse_record): Get objects from handles; (handle_source): Refer to handle, not the object; (parse_source): Use gramps id (not handle) to form the title. * src/GrampsDbBase.py (get_person_from_handle): Typo; (find_event_from_handle): Correctly create new event if not found. * src/Sources.py (draw): Correctly sort, use gramps id when displaying sources; (redraw): Use gramps id in the list view. svn: r3461 2004-08-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/Marriage.py, src/gramps.glade: * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. * src/ChooseParents.py: Set the size request depending on the screen. * src/Marriage.py: Set the size request depending on the screen. * src/gramps.glade (marriageEditor): Unset the height request for the event list. svn: r3459 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/Marriage.py, gramps2/src/gramps.glade: * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. * src/ChooseParents.py: Set the size request depending on the screen. * src/Marriage.py: Set the size request depending on the screen. * src/gramps.glade (marriageEditor): Unset the height request for the event list. svn: r3459 2004-08-21 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py, src/data/gramps.schemas, src/gramps_main.py: * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. svn: r3458 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/data/gramps.schemas, gramps2/src/gramps_main.py: * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. svn: r3458 2004-08-21 Alex Roitman <shura@gramps-project.org> * src/Relationship.py: Update svn: r3457 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/Relationship.py: Update svn: r3457 2004-08-21 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/gramps_main.py: * src/gramps_main.py: update family display after EditPerson * src/EditPerson.py: fix callback svn: r3456 2004-08-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/gramps_main.py: * src/gramps_main.py: update family display after EditPerson * src/EditPerson.py: fix callback svn: r3456 2004-08-21 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_ru.py, src/plugins/rel_sv.py: Update svn: r3455 2004-08-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_ru.py, gramps2/src/plugins/rel_sv.py: Update svn: r3455 2004-08-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Ancestors.py, src/plugins/IndivComplete.py, src/plugins/RelGraph.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteFtree.py, src/plugins/rel_it.py: * src/plugins/Verify.py (on_apply_clicked): Append warnings to errors instead of overwriting; determine actual dates of burial and baptism; (get_year): Correctly compare calendar names. * src/plugins/rel_it.py: removed translatable strings (should be already italian). * src/plugins/IndivComplete.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/RelGraph.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/TimeLine.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WebPage.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WriteFtree.py (__init__): Set both ancestor and descendant filters to be inclusive. * src/plugins/Ancestors.py (person_name): Use translated name type. svn: r3454 2004-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/rel_it.py: * src/plugins/Verify.py (on_apply_clicked): Append warnings to errors instead of overwriting; determine actual dates of burial and baptism; (get_year): Correctly compare calendar names. * src/plugins/rel_it.py: removed translatable strings (should be already italian). * src/plugins/IndivComplete.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/RelGraph.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/TimeLine.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WebPage.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WriteFtree.py (__init__): Set both ancestor and descendant filters to be inclusive. * src/plugins/Ancestors.py (person_name): Use translated name type. svn: r3454 2004-08-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/EditPerson.py, src/EventEdit.py, src/Marriage.py, src/WriteGedcom.py, src/docgen/LPRDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/SvgDrawDoc.py, src/mergedata.glade, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivSummary.py, src/plugins/RelGraph.py, src/plugins/TimeLine.py, src/plugins/eval.glade, src/plugins/merge.glade, src/plugins/verify.glade: * src/WriteGedcom.py (get_option_box): Make filters inclusive. * src/plugins/merge.glade: Switch button order to comply with HIG. * src/mergedata.glade: Switch button order to comply with HIG. * src/plugins/RelGraph.py (get_default_basename): Add function. * src/plugins/AncestorReport.py (write_report): Translate string properly. * src/EventEdit.py (update_event): Use transtable. * src/EditPerson.py (on_event_add_clicked, on_edit_birth_clicked, on_edit_death_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/Marriage.py (on_add_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Remove extra space between vars in "%(.*_place)s %(.*_notes)s" * src/plugins/verify.glade: Translate button label. * src/plugins/IndivSummary.py: Proper handling of translation. * src/docgen/OpenOfficeDoc.py (pt2cm): Add function; (draw_text): Convert points to cm for the box width; Use self.string_width() method. * src/BaseDoc.py (string_width): Add a method to compute width. * src/docgen/LPRDoc.py (string_width): Override method. * src/docgen/PdfDoc.py: Use self.string_width() method. * src/docgen/SvgDrawDoc.py: Use self.string_width() method. * src/plugins/AncestorChart2.py: Use self.doc.string_width() method. * src/plugins/AncestorChart.py: Use self.doc.string_width() method. * src/plugins/DesGraph.py: Use self.doc.string_width() method. * src/plugins/FanChart.py: Use self.doc.string_width() method. * src/plugins/TimeLine.py: Use self.doc.string_width() method. * src/plugins/eval.glade: HIG compliance. svn: r3453 2004-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/Marriage.py, gramps2/src/WriteGedcom.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/mergedata.glade, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/eval.glade, gramps2/src/plugins/merge.glade, gramps2/src/plugins/verify.glade: * src/WriteGedcom.py (get_option_box): Make filters inclusive. * src/plugins/merge.glade: Switch button order to comply with HIG. * src/mergedata.glade: Switch button order to comply with HIG. * src/plugins/RelGraph.py (get_default_basename): Add function. * src/plugins/AncestorReport.py (write_report): Translate string properly. * src/EventEdit.py (update_event): Use transtable. * src/EditPerson.py (on_event_add_clicked, on_edit_birth_clicked, on_edit_death_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/Marriage.py (on_add_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Remove extra space between vars in "%(.*_place)s %(.*_notes)s" * src/plugins/verify.glade: Translate button label. * src/plugins/IndivSummary.py: Proper handling of translation. * src/docgen/OpenOfficeDoc.py (pt2cm): Add function; (draw_text): Convert points to cm for the box width; Use self.string_width() method. * src/BaseDoc.py (string_width): Add a method to compute width. * src/docgen/LPRDoc.py (string_width): Override method. * src/docgen/PdfDoc.py: Use self.string_width() method. * src/docgen/SvgDrawDoc.py: Use self.string_width() method. * src/plugins/AncestorChart2.py: Use self.doc.string_width() method. * src/plugins/AncestorChart.py: Use self.doc.string_width() method. * src/plugins/DesGraph.py: Use self.doc.string_width() method. * src/plugins/FanChart.py: Use self.doc.string_width() method. * src/plugins/TimeLine.py: Use self.doc.string_width() method. * src/plugins/eval.glade: HIG compliance. svn: r3453 2004-08-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Relationship.py, src/plugins/Makefile.am, src/plugins/rel_da.py, src/plugins/rel_de.py, src/plugins/rel_fi.py, src/plugins/rel_fr.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_no.py, src/plugins/rel_ru.py, src/plugins/rel_sv.py: * src/plugins/rel_da.py: Convert to new interface. Add to CVS. * src/plugins/rel_fi.py: Convert to new interface. Add to CVS. * src/plugins/rel_fr.py: Convert to new interface. Add to CVS. * src/plugins/rel_no.py: Convert to new interface. Add to CVS. * src/plugins/rel_sv.py: Convert to new interface. Add to CVS. * src/plugins/Makefile.am: Ship new files. * src/Relationship.py (apply_filter): Keep gender info of all member in the relationship chain, not just number of generations; (is_spouse): correctly compare handles; (get_relationship_distance, get_relationship, get_grandparents_string): correctly use apply_filter. * src/plugins/rel_it.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_hu.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_de.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. * src/plugins/rel_ru.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. svn: r3452 2004-08-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Relationship.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/rel_da.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_fi.py, gramps2/src/plugins/rel_fr.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_no.py, gramps2/src/plugins/rel_ru.py, gramps2/src/plugins/rel_sv.py: * src/plugins/rel_da.py: Convert to new interface. Add to CVS. * src/plugins/rel_fi.py: Convert to new interface. Add to CVS. * src/plugins/rel_fr.py: Convert to new interface. Add to CVS. * src/plugins/rel_no.py: Convert to new interface. Add to CVS. * src/plugins/rel_sv.py: Convert to new interface. Add to CVS. * src/plugins/Makefile.am: Ship new files. * src/Relationship.py (apply_filter): Keep gender info of all member in the relationship chain, not just number of generations; (is_spouse): correctly compare handles; (get_relationship_distance, get_relationship, get_grandparents_string): correctly use apply_filter. * src/plugins/rel_it.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_hu.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_de.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. * src/plugins/rel_ru.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. svn: r3452 2004-08-20 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (Event.are_equal): Fixed comparison with None. svn: r3451 2004-08-20 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (Event.are_equal): Fixed comparison with None. svn: r3451 2004-08-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/GenericFilter.py, src/GrampsCfg.py, src/ImageSelect.py, src/ListModel.py, src/MediaView.py, src/MergeData.py, src/PedView.py, src/PeopleView.py, src/PlaceView.py, src/Plugins.py, src/RelImage.py, src/Relationship.py, src/plugins/RelCalc.py: * src/plugins/RelCalc.py: use empty string instead of None * src/EditPerson.py: pychecker fixes * src/EditPlace.py: pychecker fixes * src/EditSource.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/GrampsCfg.py: pychecker fixes * src/ImageSelect.py: pychecker fixes * src/ListModel.py: pychecker fixes * src/MediaView.py; pychecker fixes * src/MergeData.py: pychecker fixes * src/PedView.py: pychecker fixes * src/PeopleView.py: pychecker fixes * src/PlaceView.py: pychecker fixes * src/Plugins.py: pychecker fixes * src/RelImage.py: pychecker fixes * src/Relationship.py: pychecker fixes svn: r3450 2004-08-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/RelImage.py, gramps2/src/Relationship.py, gramps2/src/plugins/RelCalc.py: * src/plugins/RelCalc.py: use empty string instead of None * src/EditPerson.py: pychecker fixes * src/EditPlace.py: pychecker fixes * src/EditSource.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/GrampsCfg.py: pychecker fixes * src/ImageSelect.py: pychecker fixes * src/ListModel.py: pychecker fixes * src/MediaView.py; pychecker fixes * src/MergeData.py: pychecker fixes * src/PedView.py: pychecker fixes * src/PeopleView.py: pychecker fixes * src/PlaceView.py: pychecker fixes * src/Plugins.py: pychecker fixes * src/RelImage.py: pychecker fixes * src/Relationship.py: pychecker fixes svn: r3450 2004-08-20 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/RelCalc.py: 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/plugins/RelCalc.py (__init__): Handle unknown birth dates. svn: r3449 2004-08-20 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/RelCalc.py: 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/plugins/RelCalc.py (__init__): Handle unknown birth dates. svn: r3449 2004-08-20 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Calendar.py: 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/Calendar.py (calendar_names): Fixed typo. svn: r3448 2004-08-20 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Calendar.py: 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/Calendar.py (calendar_names): Fixed typo. svn: r3448 2004-08-20 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/Calendar.py: update svn: r3447 2004-08-20 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/Calendar.py: update svn: r3447 2004-08-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/FamilyView.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/Marriage.py, src/PeopleModel.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/plugins/RelCalc.py: * src/AutoComp.py: remove double display of data * src/FamilyView.py: remove unused check * src/GrampsBSDDB.py: search by gramps_id * src/GrampsDbBase.py: search by gramps_id, unicode/str conversions * src/Marriage.py: handle gramps_id editing * src/ReadXML.py: fix handle/gramps_id on import * src/plugins/RelCalc.py: display date instead of event handle * src/Relationship.py: family handles working * src/PeopleModel.py: comment out unused functions * src/PeopleModel.py: simplify model interface * src/AddSpouse.py: get_family_from_handle fixes * src/EditPerson.py: get_family_from_handle fixes * src/EditSource.py: get_family_from_handle fixes * src/GraphLayout.py: get_family_from_handle fixes * src/ImageSelect.py: get_family_from_handle fixes * src/MediaView.py: get_family_from_handle fixes * src/MergeData.py: get_family_from_handle fixes * src/PlaceView.py: get_family_from_handle fixes * src/ReadXML.py: get_family_from_handle fixes * src/RelLib.py: get_family_from_handle fixes * src/Relationship.py: get_family_from_handle fixes * src/SelectChild.py: get_family_from_handle fixes * src/SourceView.py: get_family_from_handle fixes * src/SubstKeywords.py: get_family_from_handle fixes * src/WriteXML.py: get_family_from_handle fixes * src/gramps_main.py: get_family_from_handle fixes svn: r3446 2004-08-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/Marriage.py, gramps2/src/PeopleModel.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/plugins/RelCalc.py: * src/AutoComp.py: remove double display of data * src/FamilyView.py: remove unused check * src/GrampsBSDDB.py: search by gramps_id * src/GrampsDbBase.py: search by gramps_id, unicode/str conversions * src/Marriage.py: handle gramps_id editing * src/ReadXML.py: fix handle/gramps_id on import * src/plugins/RelCalc.py: display date instead of event handle * src/Relationship.py: family handles working * src/PeopleModel.py: comment out unused functions * src/PeopleModel.py: simplify model interface * src/AddSpouse.py: get_family_from_handle fixes * src/EditPerson.py: get_family_from_handle fixes * src/EditSource.py: get_family_from_handle fixes * src/GraphLayout.py: get_family_from_handle fixes * src/ImageSelect.py: get_family_from_handle fixes * src/MediaView.py: get_family_from_handle fixes * src/MergeData.py: get_family_from_handle fixes * src/PlaceView.py: get_family_from_handle fixes * src/ReadXML.py: get_family_from_handle fixes * src/RelLib.py: get_family_from_handle fixes * src/Relationship.py: get_family_from_handle fixes * src/SelectChild.py: get_family_from_handle fixes * src/SourceView.py: get_family_from_handle fixes * src/SubstKeywords.py: get_family_from_handle fixes * src/WriteXML.py: get_family_from_handle fixes * src/gramps_main.py: get_family_from_handle fixes svn: r3446 2004-08-19 Matthieu Pupate <mpupat@users.sourceforge.net> * src/docgen/PdfDoc.py, src/plugins/ChangeTypes.py: Corrected typo svn: r3445 2004-08-19 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/ChangeTypes.py: Corrected typo svn: r3445 2004-08-19 Don Allingham <don@gramps-project.org> * src/PeopleModel.py: remove print statements svn: r3444 2004-08-19 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py: remove print statements svn: r3444 2004-08-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/EditPerson.py, src/EditSource.py, src/GraphLayout.py, src/ImageSelect.py, src/MediaView.py, src/MergeData.py, src/PeopleModel.py, src/PlaceView.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/SelectChild.py, src/SourceView.py, src/SubstKeywords.py, src/WriteXML.py, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/Check.py, src/plugins/CountAncestors.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/RelGraph.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/rel_de.py, src/plugins/rel_hu.py, src/plugins/rel_ru.py: * PeopleModel.py: simplify model interface * EditPerson.py: get_family_from_handle fixes * EditSource.py: get_family_from_handle fixes * GraphLayout.py: get_family_from_handle fixes * ImageSelect.py: get_family_from_handle fixes * MediaView.py: get_family_from_handle fixes * MergeData.py: get_family_from_handle fixes * PlaceView.py: get_family_from_handle fixes * ReadXML.py: get_family_from_handle fixes * RelLib.py: get_family_from_handle fixes * Relationship.py: get_family_from_handle fixes * SelectChild.py: get_family_from_handle fixes * SourceView.py: get_family_from_handle fixes * SubstKeywords.py: get_family_from_handle fixes * WriteXML.py: get_family_from_handle fixes * gramps_main.py: get_family_from_handle fixes * plugins/AncestorChart.py: get_family_from_handle fixes * plugins/AncestorChart2.py: get_family_from_handle fixes * plugins/AncestorReport.py: get_family_from_handle fixes * plugins/Ancestors.py: get_family_from_handle fixes * plugins/Check.py: get_family_from_handle fixes * plugins/CountAncestors.py: get_family_from_handle fixes * plugins/Desbrowser.py: get_family_from_handle fixes * plugins/DescendReport.py: get_family_from_handle fixes * plugins/DetAncestralReport.py: get_family_from_handle fixes * plugins/DetDescendantReport.py: get_family_from_handle fixes * plugins/FamilyGroup.py: get_family_from_handle fixes * plugins/FanChart.py: get_family_from_handle fixes * plugins/FtmStyleAncestors.py: get_family_from_handle fixes * plugins/FtmStyleDescendants.py: get_family_from_handle fixes * plugins/GraphViz.py: get_family_from_handle fixes * plugins/IndivComplete.py: get_family_from_handle fixes * plugins/IndivSummary.py: get_family_from_handle fixes * plugins/Merge.py: get_family_from_handle fixes * plugins/RelGraph.py: get_family_from_handle fixes * plugins/Verify.py: get_family_from_handle fixes * plugins/WebPage.py: get_family_from_handle fixes * plugins/WriteCD.py: get_family_from_handle fixes * plugins/WritePkg.py: get_family_from_handle fixes * plugins/rel_de.py: get_family_from_handle fixes * plugins/rel_hu.py: get_family_from_handle fixes * plugins/rel_ru.py: get_family_from_handle fixes svn: r3443 2004-08-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/GraphLayout.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/PeopleModel.py, gramps2/src/PlaceView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/SubstKeywords.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_ru.py: * PeopleModel.py: simplify model interface * EditPerson.py: get_family_from_handle fixes * EditSource.py: get_family_from_handle fixes * GraphLayout.py: get_family_from_handle fixes * ImageSelect.py: get_family_from_handle fixes * MediaView.py: get_family_from_handle fixes * MergeData.py: get_family_from_handle fixes * PlaceView.py: get_family_from_handle fixes * ReadXML.py: get_family_from_handle fixes * RelLib.py: get_family_from_handle fixes * Relationship.py: get_family_from_handle fixes * SelectChild.py: get_family_from_handle fixes * SourceView.py: get_family_from_handle fixes * SubstKeywords.py: get_family_from_handle fixes * WriteXML.py: get_family_from_handle fixes * gramps_main.py: get_family_from_handle fixes * plugins/AncestorChart.py: get_family_from_handle fixes * plugins/AncestorChart2.py: get_family_from_handle fixes * plugins/AncestorReport.py: get_family_from_handle fixes * plugins/Ancestors.py: get_family_from_handle fixes * plugins/Check.py: get_family_from_handle fixes * plugins/CountAncestors.py: get_family_from_handle fixes * plugins/Desbrowser.py: get_family_from_handle fixes * plugins/DescendReport.py: get_family_from_handle fixes * plugins/DetAncestralReport.py: get_family_from_handle fixes * plugins/DetDescendantReport.py: get_family_from_handle fixes * plugins/FamilyGroup.py: get_family_from_handle fixes * plugins/FanChart.py: get_family_from_handle fixes * plugins/FtmStyleAncestors.py: get_family_from_handle fixes * plugins/FtmStyleDescendants.py: get_family_from_handle fixes * plugins/GraphViz.py: get_family_from_handle fixes * plugins/IndivComplete.py: get_family_from_handle fixes * plugins/IndivSummary.py: get_family_from_handle fixes * plugins/Merge.py: get_family_from_handle fixes * plugins/RelGraph.py: get_family_from_handle fixes * plugins/Verify.py: get_family_from_handle fixes * plugins/WebPage.py: get_family_from_handle fixes * plugins/WriteCD.py: get_family_from_handle fixes * plugins/WritePkg.py: get_family_from_handle fixes * plugins/rel_de.py: get_family_from_handle fixes * plugins/rel_hu.py: get_family_from_handle fixes * plugins/rel_ru.py: get_family_from_handle fixes svn: r3443 2004-08-19 Matthieu Pupate <mpupat@users.sourceforge.net> * configure.in, src/po/fr.po, src/po/fr_FR.po: Moving from fr.po to fr_FR.po svn: r3442 2004-08-19 Matthieu Pupate <mpupat@users.sourceforge.net> * gramps2/configure.in, gramps2/src/po/fr.po, gramps2/src/po/fr_FR.po: Moving from fr.po to fr_FR.po svn: r3442 2004-08-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Use get_family_from_handle instead of find_family_from_handle. svn: r3441 2004-08-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Use get_family_from_handle instead of find_family_from_handle. svn: r3441 2004-08-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteGedcom.py: 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (get_persons_sources): Remove extra calls to get_handle() to prevent traceback. svn: r3440 2004-08-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteGedcom.py: 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (get_persons_sources): Remove extra calls to get_handle() to prevent traceback. svn: r3440 2004-08-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py: * src/DisplayModels.py: simplify internal iter handling. Move to a single list instead of multiple dictionaries. svn: r3439 2004-08-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py: * src/DisplayModels.py: simplify internal iter handling. Move to a single list instead of multiple dictionaries. svn: r3439 2004-08-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/gramps_main.py: 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (import_tool_callback): Set home person. svn: r3438 2004-08-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/gramps_main.py: 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (import_tool_callback): Set home person. svn: r3438 2004-08-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py: * src/ChooseParents.py: use get_family_from_handle instead of find_family_from_handle svn: r3437 2004-08-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py: * src/ChooseParents.py: use get_family_from_handle instead of find_family_from_handle svn: r3437 2004-08-19 Alex Roitman <shura@gramps-project.org> * configure.in: Update svn: r3436 2004-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/configure.in: Update svn: r3436 2004-08-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/PeopleModel.py: * src/EditPerson.py: fix None gramps_id for new person * src/PeopleModel.py: add sort_name back in svn: r3435 2004-08-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/PeopleModel.py: * src/EditPerson.py: fix None gramps_id for new person * src/PeopleModel.py: add sort_name back in svn: r3435 2004-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/accent.py: * configure.in: Check for pygtk instead of pygtk-dev. * src/accent.py: Replace unknown chars with "?". svn: r3434 2004-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/accent.py: * configure.in: Check for pygtk instead of pygtk-dev. * src/accent.py: Replace unknown chars with "?". svn: r3434 2004-08-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/Makefile.am, src/MediaView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/RelLib.py, src/SourceView.py, src/accent.py: * src/accent.py: provide sorting on i18n characters without accents * src/Makefile.am: add accent.py to list svn: r3433 2004-08-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/Makefile.am, gramps2/src/MediaView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/accent.py: * src/accent.py: provide sorting on i18n characters without accents * src/Makefile.am: add accent.py to list svn: r3433 2004-08-18 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3431 2004-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3431 2004-08-18 Alex Roitman <shura@gramps-project.org> * .cvsignore, doc/.cvsignore, doc/extending-gramps/.cvsignore, doc/extending-gramps/C/.cvsignore, doc/gramps-manual/.cvsignore, doc/gramps-manual/C/.cvsignore, doc/gramps-manual/de/.cvsignore, doc/gramps-manual/fr/.cvsignore, doc/gramps-manual/hu/.cvsignore, doc/gramps-manual/ru/.cvsignore, example/.cvsignore, example/gramps/.cvsignore, src/.cvsignore, src/calendars/.cvsignore, src/data/.cvsignore, src/data/templates/.cvsignore, src/docgen/.cvsignore, src/filters/.cvsignore, src/plugins/.cvsignore, src/po/.cvsignore: Update .cvsignore files svn: r3430 2004-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/.cvsignore, gramps2/doc/.cvsignore, gramps2/doc/extending-gramps/.cvsignore, gramps2/doc/extending-gramps/C/.cvsignore, gramps2/doc/gramps-manual/.cvsignore, gramps2/doc/gramps-manual/C/.cvsignore, gramps2/doc/gramps-manual/de/.cvsignore, gramps2/doc/gramps-manual/fr/.cvsignore, gramps2/doc/gramps-manual/hu/.cvsignore, gramps2/doc/gramps-manual/ru/.cvsignore, gramps2/example/.cvsignore, gramps2/example/gramps/.cvsignore, gramps2/src/.cvsignore, gramps2/src/calendars/.cvsignore, gramps2/src/data/.cvsignore, gramps2/src/data/templates/.cvsignore, gramps2/src/docgen/.cvsignore, gramps2/src/filters/.cvsignore, gramps2/src/plugins/.cvsignore, gramps2/src/po/.cvsignore: Update .cvsignore files svn: r3430 2004-08-18 Alex Roitman <shura@gramps-project.org> * Makefile.comm, Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/extending-gramps/C/Makefile.in, doc/extending-gramps/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/C/omf_timestamp, doc/gramps-manual/Makefile.in, doc/gramps-manual/de/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/hu/Makefile.in, doc/gramps-manual/ru/Makefile.in, doc/gramps.1, example/Makefile.in, example/gramps/Makefile.in, gramps-mdk.spec, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: Remove autogenerated files svn: r3429 2004-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.comm, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/extending-gramps/C/Makefile.in, gramps2/doc/extending-gramps/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/C/omf_timestamp, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/de/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/hu/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/doc/gramps.1, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: Remove autogenerated files svn: r3429 2004-08-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsBSDDB.py, src/ImgManip.py, src/MediaView.py, src/PeopleModel.py, src/PeopleView.py, src/RelImage.py, src/RelLib.py: * src/RelImage.py: remove PIL * src/Imgmanip.py: remove PIL * src/MediaView.py: remove PIL * src/accent.py: support of unaccenting characters for comparison, and sorting * src/RelLib.py: build sort name using unaccented version * src/PeopleView.py: get bold working again * src/PeopleModel.py: sort using unaccented characters svn: r3428 2004-08-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsBSDDB.py, gramps2/src/ImgManip.py, gramps2/src/MediaView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/RelImage.py, gramps2/src/RelLib.py: * src/RelImage.py: remove PIL * src/Imgmanip.py: remove PIL * src/MediaView.py: remove PIL * src/accent.py: support of unaccenting characters for comparison, and sorting * src/RelLib.py: build sort name using unaccented version * src/PeopleView.py: get bold working again * src/PeopleModel.py: sort using unaccented characters svn: r3428 2004-08-17 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/FamilyView.py: 2004-08-17 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (spouse_changed): Update display. svn: r3418 2004-08-17 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/FamilyView.py: 2004-08-17 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (spouse_changed): Update display. svn: r3418 2004-08-16 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/gramps_main.py: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (__init__): Update display after initialization. This fixes a display problem when family view is the default. svn: r3409 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/gramps_main.py: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (__init__): Update display after initialization. This fixes a display problem when family view is the default. svn: r3409 2004-08-16 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Fixed typo. svn: r3408 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Fixed typo. svn: r3408 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/data/Makefile.am: Failing pkill is not fatal. svn: r3407 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/src/data/Makefile.am: Failing pkill is not fatal. svn: r3407 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: Fixed update-desktop-database invocation svn: r3406 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/gramps.spec.in: Fixed update-desktop-database invocation svn: r3406 2004-08-16 Tim Waugh <twaugh@redhat.com> * Makefile.am, gramps.spec.in: 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps.spec.in, gramps-mdk.spec.in: Fixed. svn: r3405 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/Makefile.am, gramps2/gramps.spec.in: 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps.spec.in, gramps-mdk.spec.in: Fixed. svn: r3405 2004-08-16 Tim Waugh <twaugh@redhat.com> * ChangeLog, gramps-mdk.spec.in, gramps.spec.in: 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps.spec.in, gramps-mdk.spec.in: Fixed. svn: r3404 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/gramps-mdk.spec.in, gramps2/gramps.spec.in: 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps.spec.in, gramps-mdk.spec.in: Fixed. svn: r3404 2004-08-16 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/data/gramps.desktop: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/data/gramps.desktop: Fixed. svn: r3403 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/data/gramps.desktop: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/data/gramps.desktop: Fixed. svn: r3403 2004-08-16 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/data/Makefile.am: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/data/Makefile.am: Fix 'distcheck' as much as possible. svn: r3402 2004-08-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/data/Makefile.am: Fix 'distcheck' as much as possible. svn: r3402 2004-08-15 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/data/Makefile.am: 2004-08-15 Tim Waugh <twaugh@redhat.com> * src/data/Makefile.am: Make 'distcheck' get further. svn: r3398 2004-08-15 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: 2004-08-15 Tim Waugh <twaugh@redhat.com> * src/data/Makefile.am: Make 'distcheck' get further. svn: r3398 2004-08-15 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Makefile.am: 2004-08-15 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Removed src/Find.py. svn: r3395 2004-08-15 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Makefile.am: 2004-08-15 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Removed src/Find.py. svn: r3395 2004-08-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddSpouse.py, src/ArgHandler.py, src/ChooseParents.py, src/DisplayModels.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Find.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsCfg.py, src/GrampsDbBase.py, src/GrampsGEDDB.py, src/GrampsXMLDB.py, src/ImageSelect.py, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/NameEdit.py, src/PedView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/SelectChild.py, src/SelectObject.py, src/SelectPerson.py, src/SourceView.py, src/Sources.py, src/WriteGedcom.py, src/WriteXML.py, src/const.py.in, src/gramps_main.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/DesGraph.py, src/plugins/EventCmp.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/Merge.py, src/plugins/Partition.py, src/plugins/PatchNames.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/SoundGen.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WritePkg.py: * various: Updated cleaned up API svn: r3388 2004-08-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/ArgHandler.py, gramps2/src/ChooseParents.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Find.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/NameEdit.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/Partition.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WritePkg.py: * various: Updated cleaned up API svn: r3388 2004-08-12 Marcos Bedinelli <bedinelli@users.sourceforge.net> * src/po/pt_BR.po: Updated Brazilian-Portuguese translation svn: r3377 2004-08-12 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps2/src/po/pt_BR.po: Updated Brazilian-Portuguese translation svn: r3377 2004-08-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/WriteGedcom.py: * src/GenericFilter.py: fixed find/get_family_from_handle * src/WriteGedcom.py: fixed find/get_family_from_handle svn: r3375 2004-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/WriteGedcom.py: * src/GenericFilter.py: fixed find/get_family_from_handle * src/WriteGedcom.py: fixed find/get_family_from_handle svn: r3375 2004-08-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/GrampsDbBase.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py: * src/AddrEdit.py: setCountry -> set_country * src/RelLib.py: Add concept of PrimaryObject * src/GrampsDbBase.py: add local constants * src/ReadGedcom.py: support new API svn: r3374 2004-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/GrampsDbBase.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py: * src/AddrEdit.py: setCountry -> set_country * src/RelLib.py: Add concept of PrimaryObject * src/GrampsDbBase.py: add local constants * src/ReadGedcom.py: support new API svn: r3374 2004-08-11 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/GrampsDbBase.py: 2004-08-11 Tim Waugh <twaugh@redhat.com> * src/GrampsDbBase.py: Fixed some missed str()s. svn: r3373 2004-08-11 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/GrampsDbBase.py: 2004-08-11 Tim Waugh <twaugh@redhat.com> * src/GrampsDbBase.py: Fixed some missed str()s. svn: r3373 2004-08-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Makefile.am: * src/Makefile.am: Ship new files: GrampsDbBase.py, GrampsXMLDB.py, and GrampsGEDDB.py. svn: r3372 2004-08-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am: * src/Makefile.am: Ship new files: GrampsDbBase.py, GrampsXMLDB.py, and GrampsGEDDB.py. svn: r3372 2004-08-11 Don Allingham <don@gramps-project.org> * ChangeLog, gramps-mdk.spec, gramps.spec, src/AddSpouse.py, src/AutoComp.py, src/Calendar.py, src/ChooseParents.py, src/ColumnOrder.py, src/DbPrompter.py, src/DisplayModels.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GrampsDbBase.py, src/ImageSelect.py, src/ListModel.py, src/PedView.py, src/PlaceView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/SelectChild.py, src/SourceView.py, src/data/gramps.schemas, src/gramps_main.py: * src/RelLib.py: rework of the API * src/*.py: rework of the api svn: r3371 2004-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/AddSpouse.py, gramps2/src/AutoComp.py, gramps2/src/Calendar.py, gramps2/src/ChooseParents.py, gramps2/src/ColumnOrder.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/data/gramps.schemas, gramps2/src/gramps_main.py: * src/RelLib.py: rework of the API * src/*.py: rework of the api svn: r3371 2004-08-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ArgHandler.py, src/ChooseParents.py, src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Find.py, src/GenericFilter.py, src/GrampsBSDDB.py, src/GrampsDbBase.py, src/GrampsGEDDB.py, src/GrampsXMLDB.py, src/GraphLayout.py, src/ImageSelect.py, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/PedView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/ReadGedcom.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/SelectChild.py, src/SelectObject.py, src/SelectPerson.py, src/Sort.py, src/SourceView.py, src/Sources.py, src/SubstKeywords.py, src/Utils.py, src/Witness.py, src/WriteGedcom.py, src/WriteXML.py, src/const.py.in, src/data/Makefile.in, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Makefile.in, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WritePkg.py: * various: change try_to_find_*_from_handle to get_*_from_handle svn: r3355 2004-08-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ArgHandler.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Find.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/GraphLayout.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadGedcom.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/Sort.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/SubstKeywords.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/WriteGedcom.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in, gramps2/src/data/Makefile.in, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WritePkg.py: * various: change try_to_find_*_from_handle to get_*_from_handle svn: r3355 2004-08-07 Don Allingham <don@gramps-project.org> * src/AutoComp.py, src/Marriage.py, src/gramps.glade, src/plugins/FilterEditor.py: update svn: r3354 2004-08-07 Don Allingham <don@gramps-project.org> * gramps2/src/AutoComp.py, gramps2/src/Marriage.py, gramps2/src/gramps.glade, gramps2/src/plugins/FilterEditor.py: update svn: r3354 2004-08-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/AutoComp.py, src/GenericFilter.py, src/TransTable.py, src/Utils.py, src/plugins/FilterEditor.py, src/plugins/SoundGen.py, src/plugins/soundex.glade, src/system_filters.xml: * src/AutoComp.py: switch over entirely to ComboBox for autocompletion * src/GenericFilter.py: support ComboBox * src/TransTable.py: sort items on getting keys * src/plugins/FilterEditor.py: support ComboBox * src/plugins/SoundGen.py: support ComboBox * src/plugins/soundex.glade: support ComboBox svn: r3346 2004-08-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py, gramps2/src/GenericFilter.py, gramps2/src/TransTable.py, gramps2/src/Utils.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/soundex.glade, gramps2/src/system_filters.xml: * src/AutoComp.py: switch over entirely to ComboBox for autocompletion * src/GenericFilter.py: support ComboBox * src/TransTable.py: sort items on getting keys * src/plugins/FilterEditor.py: support ComboBox * src/plugins/SoundGen.py: support ComboBox * src/plugins/soundex.glade: support ComboBox svn: r3346 2004-08-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/AttrEdit.py, src/NameEdit.py, src/gramps.glade, src/plugins/ChangeTypes.py, src/plugins/changetype.glade: * src/AttrEdit.py: use ComboBox * src/NameEdit.py: use ComboBox * src/gramps.glade: use ComboBox * src/plugins/ChangeTypes.py: use ComboBox * src/plugins/changetype.glade: use ComboBox svn: r3333 2004-08-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AttrEdit.py, gramps2/src/NameEdit.py, gramps2/src/gramps.glade, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/changetype.glade: * src/AttrEdit.py: use ComboBox * src/NameEdit.py: use ComboBox * src/gramps.glade: use ComboBox * src/plugins/ChangeTypes.py: use ComboBox * src/plugins/changetype.glade: use ComboBox svn: r3333 2004-08-04 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Updated the Norwegian po files from the new template.po.... Can't see any new records, but the file has been changed. svn: r3327 2004-08-04 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Updated the Norwegian po files from the new template.po.... Can't see any new records, but the file has been changed. svn: r3327 2004-08-04 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/AutoComp.py, src/EditPerson.py, src/EventEdit.py, src/GrampsDbBase.py, src/ImageSelect.py, src/Marriage.py, src/ReadXML.py, src/RelLib.py, src/WriteXML.py, src/gramps.glade: * src/WriteXML.py: always write the default location for a place * src/EditPerson.py: don't for write of multimedia objects if not edited * src/ImageSelect.py: don't for write of multimedia objects if not edited * src/AutoComp.py: build ListStore for ComboBox and Entry * src/AddSpouse.py: use ComboBox * src/Marriage.py: use ComboBox * src/gramps.glade: Switch from gtk.Combo to gtk.ComboBox and gtk.ComboxEntry * src/EventEdit.py: handle autocompletion * src/RelLib.py: remove cPickle import * src/GrampsDbBase.py: fix has_handle functions svn: r3325 2004-08-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/GrampsDbBase.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/gramps.glade: * src/WriteXML.py: always write the default location for a place * src/EditPerson.py: don't for write of multimedia objects if not edited * src/ImageSelect.py: don't for write of multimedia objects if not edited * src/AutoComp.py: build ListStore for ComboBox and Entry * src/AddSpouse.py: use ComboBox * src/Marriage.py: use ComboBox * src/gramps.glade: Switch from gtk.Combo to gtk.ComboBox and gtk.ComboxEntry * src/EventEdit.py: handle autocompletion * src/RelLib.py: remove cPickle import * src/GrampsDbBase.py: fix has_handle functions svn: r3325 2004-08-01 Don Allingham <don@gramps-project.org> * src/gedcomexport.glade, src/gedcomimport.glade: added svn: r3311 2004-08-01 Don Allingham <don@gramps-project.org> * gramps2/src/gedcomexport.glade, gramps2/src/gedcomimport.glade: added svn: r3311 2004-08-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/Makefile.am, src/ReadGedcom.py, src/WriteGedcom.py, src/plugins/Makefile.am, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade, src/plugins/gedcomimport.glade: * src/WriteGedcom.py: move up from plugins directory * src/ReadGedcom.py: move up from plugins directory * src/gedcomimport.glade: move up from plugins directory * src/gedcomexport.glade: move up from plugins directory svn: r3310 2004-08-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am, gramps2/src/ReadGedcom.py, gramps2/src/WriteGedcom.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade, gramps2/src/plugins/gedcomimport.glade: * src/WriteGedcom.py: move up from plugins directory * src/ReadGedcom.py: move up from plugins directory * src/gedcomimport.glade: move up from plugins directory * src/gedcomexport.glade: move up from plugins directory svn: r3310 2004-08-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/DbPrompter.py, src/GrampsBSDDB.py, src/GrampsCfg.py, src/GrampsDbBase.py, src/GrampsGEDDB.py, src/GrampsXMLDB.py, src/PeopleModel.py, src/ReadXML.py, src/RelLib.py, src/WriteXML.py, src/const.py.in, src/data/Makefile.am, src/data/gramps.applications, src/data/gramps.keys, src/data/gramps.mime, src/data/gramps.schemas, src/data/gramps.xml, src/gramps_main.py, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py: * src/AddSpouse.py: fix gender selection * src/DbPrompter.py: support other DB formats * src/GrampsBSDDB.py: BSDDB format, derived from GrampsDbBase * src/GrampsDbBase.py: base class for database classes * src/GrampsGEDDB.py: GEDCOM format, derived from GrampsDbBase * src/GrampsXMLDB.py: XML format, derived from GrampsDbBase * src/PeopleModel.py: handle rebuilds better * src/RelLib.py: use try_to_find_person_from_handle * src/WriteXML.py: use gramps ids instead of handles * src/const.py.in: handle family relations correctly * src/gramps_main.py: remove prefix settings * src/data/gnome-mime-application-x-gramps-xml.png: new icon * src/data/gramps.applications: support for x-gramps-xml * src/data/gramps.keys: support for x-gramps-xml * src/data/gramps.mime: support for x-gramps-xml * src/data/gramps.schemas: added event format * src/data/gramps.xml: support for x-gramps-xml * src/plugins/ReadGedcom.py: start of GEDDB support * src/plugins/WriteGedcom.py: start of GEDDB support svn: r3306 2004-08-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/DbPrompter.py, gramps2/src/GrampsBSDDB.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsDbBase.py, gramps2/src/GrampsGEDDB.py, gramps2/src/GrampsXMLDB.py, gramps2/src/PeopleModel.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.applications, gramps2/src/data/gramps.keys, gramps2/src/data/gramps.mime, gramps2/src/data/gramps.schemas, gramps2/src/data/gramps.xml, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py: * src/AddSpouse.py: fix gender selection * src/DbPrompter.py: support other DB formats * src/GrampsBSDDB.py: BSDDB format, derived from GrampsDbBase * src/GrampsDbBase.py: base class for database classes * src/GrampsGEDDB.py: GEDCOM format, derived from GrampsDbBase * src/GrampsXMLDB.py: XML format, derived from GrampsDbBase * src/PeopleModel.py: handle rebuilds better * src/RelLib.py: use try_to_find_person_from_handle * src/WriteXML.py: use gramps ids instead of handles * src/const.py.in: handle family relations correctly * src/gramps_main.py: remove prefix settings * src/data/gnome-mime-application-x-gramps-xml.png: new icon * src/data/gramps.applications: support for x-gramps-xml * src/data/gramps.keys: support for x-gramps-xml * src/data/gramps.mime: support for x-gramps-xml * src/data/gramps.schemas: added event format * src/data/gramps.xml: support for x-gramps-xml * src/plugins/ReadGedcom.py: start of GEDDB support * src/plugins/WriteGedcom.py: start of GEDDB support svn: r3306 2004-07-31 Don Allingham <don@gramps-project.org> * src/Makefile.am: Added GrampsBSDDB.py svn: r3304 2004-07-31 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: Added GrampsBSDDB.py svn: r3304 2004-07-31 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps-mdk.spec, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/const.py.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: * src/const.py.in: fix relationship types svn: r3303 2004-07-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/const.py.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: * src/const.py.in: fix relationship types svn: r3303 2004-07-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/FamilyView.py, src/GrampsBSDDB.py, src/Marriage.py, src/ReadXML.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py, src/plugins/Check.py, src/plugins/ReadGedcom.py: * src/GrampsBSDDB.py: broke out support for database class to make it easier to support multiple backends in the future * src/RelLib.py: broke out support for database class to make it easier to support multiple backends in the future * src/AddSpouse.py: better support for gay unions * src/ChooseParents.py: better support for gay unions * src/FamilyView.py: better support for gay unions * src/Marriage.py: better support for gay unions * src/ReadXML.py: better support for gay unions * src/gramps.glade: better support for gay unions * src/gramps_main.py: better support for gay unions * src/Check.py: better support for gay unions * src/ReadGedcom.py: better support for gay unions svn: r3302 2004-07-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/GrampsBSDDB.py, gramps2/src/Marriage.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/ReadGedcom.py: * src/GrampsBSDDB.py: broke out support for database class to make it easier to support multiple backends in the future * src/RelLib.py: broke out support for database class to make it easier to support multiple backends in the future * src/AddSpouse.py: better support for gay unions * src/ChooseParents.py: better support for gay unions * src/FamilyView.py: better support for gay unions * src/Marriage.py: better support for gay unions * src/ReadXML.py: better support for gay unions * src/gramps.glade: better support for gay unions * src/gramps_main.py: better support for gay unions * src/Check.py: better support for gay unions * src/ReadGedcom.py: better support for gay unions svn: r3302 2004-07-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/gramps.glade, src/mergedata.glade, src/plugins/merge.glade: * src/GrampsCfg.py: Remove unneeded id_edit widget. * src/gramps.glade: Manually switch toolbar items from to ToolButtons to buttons to work around libglade bug. Remove unused id_edit widget and the label. * src/mergedata.glade: Switch button order to comply with HIG. * src/plugins/merge.glade: Switch button order to comply with HIG. svn: r3294 2004-07-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/gramps.glade, gramps2/src/mergedata.glade, gramps2/src/plugins/merge.glade: * src/GrampsCfg.py: Remove unneeded id_edit widget. * src/gramps.glade: Manually switch toolbar items from to ToolButtons to buttons to work around libglade bug. Remove unused id_edit widget and the label. * src/mergedata.glade: Switch button order to comply with HIG. * src/plugins/merge.glade: Switch button order to comply with HIG. svn: r3294 2004-07-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/Makefile.am: * src/data/Makefile.am: Uninstall everything that we install. svn: r3291 2004-07-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: * src/data/Makefile.am: Uninstall everything that we install. svn: r3291 2004-07-28 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps-mdk.spec, gramps.spec, src/AddSpouse.py, src/ArgHandler.py, src/Bookmarks.py, src/ChooseParents.py, src/DisplayModels.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Find.py, src/GenericFilter.py, src/GrampsCfg.py, src/GraphLayout.py, src/ImageSelect.py, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/PedView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/SelectChild.py, src/SelectObject.py, src/Sort.py, src/SourceView.py, src/Sources.py, src/SubstKeywords.py, src/Utils.py, src/Witness.py, src/WriteXML.py, src/calendars/Makefile.in, src/data/Makefile.in, src/data/gramps.schemas, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CountAncestors.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Makefile.in, src/plugins/Merge.py, src/plugins/Partition.py, src/plugins/PatchNames.py, src/plugins/ReadGedcom.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/ReorderIds.py, src/plugins/SimpleBookTitle.py, src/plugins/SoundGen.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py, src/plugins/rel_de.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_ru.py, src/po/Makefile.in: * src/RelLib.py, etc.: convert get_id to get_handle svn: r3290 2004-07-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/AddSpouse.py, gramps2/src/ArgHandler.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/DisplayModels.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Find.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/GraphLayout.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/Sort.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/SubstKeywords.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/WriteXML.py, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/gramps.schemas, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/Merge.py, gramps2/src/plugins/Partition.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_ru.py, gramps2/src/po/Makefile.in: * src/RelLib.py, etc.: convert get_id to get_handle svn: r3290 2004-07-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/Makefile.am: * src/data/Makefile.am: Use HUP instead of default SIGTERM. svn: r3284 2004-07-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: * src/data/Makefile.am: Use HUP instead of default SIGTERM. svn: r3284 2004-07-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/Makefile.am: * src/data/Makefile.am: Execute `pkill gconfd'. svn: r3282 2004-07-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/Makefile.am: * src/data/Makefile.am: Execute `pkill gconfd'. svn: r3282 2004-07-21 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Translated some new strings. Changed the first character to lower case on month names. svn: r3280 2004-07-21 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Translated some new strings. Changed the first character to lower case on month names. svn: r3280 2004-07-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/StartupDialog.py, src/TipOfDay.py, src/data/gramps.schemas, src/gramps.glade, src/gramps_main.py: * src/GrampsCfg.py: More re-work of gconf usage. * src/StartupDialog.py: Access keys through GrampsCfg methods. * src/TipOfDay.py: Access keys through GrampsCfg methods. * src/gramps_main.py: More re-work of gconf usage. * src/data/gramps.schemas: More re-work of gconf usage. * src/gramps.glade: Hotkey corrections. svn: r3278 2004-07-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/data/gramps.schemas, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/GrampsCfg.py: More re-work of gconf usage. * src/StartupDialog.py: Access keys through GrampsCfg methods. * src/TipOfDay.py: Access keys through GrampsCfg methods. * src/gramps_main.py: More re-work of gconf usage. * src/data/gramps.schemas: More re-work of gconf usage. * src/gramps.glade: Hotkey corrections. svn: r3278 2004-07-15 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py: Update svn: r3277 2004-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsCfg.py: Update svn: r3277 2004-07-15 Alex Roitman <shura@gramps-project.org> * src/data/Makefile.am: Update svn: r3276 2004-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/data/Makefile.am: Update svn: r3276 2004-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Report.py: * src/ArgHandler.py: Convert to new gconf usage. * src/Report.py: Convert to new gconf usage. svn: r3275 2004-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Report.py: * src/ArgHandler.py: Convert to new gconf usage. * src/Report.py: Convert to new gconf usage. svn: r3275 2004-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GrampsCfg.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/PedView.py, src/Plugins.py, src/RelLib.py, src/SelectChild.py, src/SelectObject.py, src/StartupDialog.py, src/TipOfDay.py, src/WriteXML.py, src/data/Makefile.am, src/data/gramps.schemas, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/BookReport.py, src/plugins/Desbrowser.py, src/plugins/FanChart.py, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/WebPage.py: * src/data/gramps.schemas: Cleanup. * src/data/Makefile.am: Clen up install rule. Add uninstall rule. * src/StartupDialog.py: Correct use of keys. * src/GrampsCfg.py: Correct usage of gconf. * src/DbPrompter.py: Remove unused module. * src/SelectChild.py: Remove unused module. * src/SelectObject.py: Remove unused module. * src/WriteXML.py: Remove unused module. * src/gramps_main.py: Convert to new gconf usage. * src/FamilyView.py: Convert to new gconf usage. * src/AddSpouse.py: Convert to new gconf usage. * src/ChooseParents.py: Convert to new gconf usage. * src/EditPerson.py: Convert to new gconf usage. * src/EditPlace.py: Convert to new gconf usage. * src/EditSource.py: Convert to new gconf usage. * src/EventEdit.py: Convert to new gconf usage. * src/ImageSelect.py: Convert to new gconf usage. * src/Marriage.py: Convert to new gconf usage. * src/MediaView.py: Convert to new gconf usage. * src/MergeData.py: Convert to new gconf usage. * src/PedView.py: Convert to new gconf usage. * src/Plugins.py: Convert to new gconf usage. * src/RelLib.py: Convert to new gconf usage. * src/TipOfDay.py: Convert to new gconf usage. * src/plugins/AncestorChart2.py: Remove unused module. * src/plugins/AncestorChart.py: Remove unused module. * src/plugins/BookReport.py: Remove unused module. * src/plugins/FanChart.py: Remove unused module. * src/plugins/Partition.py: Remove unused module. * src/plugins/Desbrowser.py: Convert to new gconf usage. * src/plugins/Merge.py: Convert to new gconf usage. * src/plugins/RelCalc.py: Convert to new gconf usage. * src/plugins/WebPage.py: Convert to new gconf usage. svn: r3274 2004-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/PedView.py, gramps2/src/Plugins.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/StartupDialog.py, gramps2/src/TipOfDay.py, gramps2/src/WriteXML.py, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.schemas, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/WebPage.py: * src/data/gramps.schemas: Cleanup. * src/data/Makefile.am: Clen up install rule. Add uninstall rule. * src/StartupDialog.py: Correct use of keys. * src/GrampsCfg.py: Correct usage of gconf. * src/DbPrompter.py: Remove unused module. * src/SelectChild.py: Remove unused module. * src/SelectObject.py: Remove unused module. * src/WriteXML.py: Remove unused module. * src/gramps_main.py: Convert to new gconf usage. * src/FamilyView.py: Convert to new gconf usage. * src/AddSpouse.py: Convert to new gconf usage. * src/ChooseParents.py: Convert to new gconf usage. * src/EditPerson.py: Convert to new gconf usage. * src/EditPlace.py: Convert to new gconf usage. * src/EditSource.py: Convert to new gconf usage. * src/EventEdit.py: Convert to new gconf usage. * src/ImageSelect.py: Convert to new gconf usage. * src/Marriage.py: Convert to new gconf usage. * src/MediaView.py: Convert to new gconf usage. * src/MergeData.py: Convert to new gconf usage. * src/PedView.py: Convert to new gconf usage. * src/Plugins.py: Convert to new gconf usage. * src/RelLib.py: Convert to new gconf usage. * src/TipOfDay.py: Convert to new gconf usage. * src/plugins/AncestorChart2.py: Remove unused module. * src/plugins/AncestorChart.py: Remove unused module. * src/plugins/BookReport.py: Remove unused module. * src/plugins/FanChart.py: Remove unused module. * src/plugins/Partition.py: Remove unused module. * src/plugins/Desbrowser.py: Convert to new gconf usage. * src/plugins/Merge.py: Convert to new gconf usage. * src/plugins/RelCalc.py: Convert to new gconf usage. * src/plugins/WebPage.py: Convert to new gconf usage. svn: r3274 2004-07-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/data/Makefile.am, src/data/gramps.schemas: * src/data/gramps.schemas: Add to CVS. * src/data/Makefile.am: Install schemas. * configure.in: Insert AM_GCONF_SOURCE_2 macro. svn: r3273 2004-07-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.schemas: * src/data/gramps.schemas: Add to CVS. * src/data/Makefile.am: Install schemas. * configure.in: Insert AM_GCONF_SOURCE_2 macro. svn: r3273 2004-07-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: Fix image path problem. svn: r3272 2004-07-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: Fix image path problem. svn: r3272 2004-07-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/Exporter.py: * src/Exporter.py: Fix EXPAND/FILL state of the chooser widget. * src/DbPrompter.py (SaveAsDbPrompter): Remove class. svn: r3271 2004-07-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/Exporter.py: * src/Exporter.py: Fix EXPAND/FILL state of the chooser widget. * src/DbPrompter.py (SaveAsDbPrompter): Remove class. svn: r3271 2004-07-13 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: use the correct id value svn: r3270 2004-07-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: use the correct id value svn: r3270 2004-07-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (GedcomParser.__init__): Use universal newline mode to work with Mac newlines. svn: r3269 2004-07-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (GedcomParser.__init__): Use universal newline mode to work with Mac newlines. svn: r3269 2004-07-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: * src/Exporter.py: Keep track of added extra pages. * src/plugins/WriteGedcom.py: Switch from radiobuttons to menu for the encoding choice. * src/plugins/gedcomexport.glade: Clean up interface. svn: r3267 2004-07-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade: * src/Exporter.py: Keep track of added extra pages. * src/plugins/WriteGedcom.py: Switch from radiobuttons to menu for the encoding choice. * src/plugins/gedcomexport.glade: Clean up interface. svn: r3267 2004-07-11 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/FamilyView.py, src/RelLib.py, src/WriteXML.py, src/plugins/WriteGedcom.py: * src/FamilyView.py: handle deleting of parent properly * src/plugins/WriteGedcom.py: revert to using GRAMPS ID values * src/plugins/WriteXML.py: use proper ID values * src/FamilyView.py: fix removal of parents svn: r3265 2004-07-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/FamilyView.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/plugins/WriteGedcom.py: * src/FamilyView.py: handle deleting of parent properly * src/plugins/WriteGedcom.py: revert to using GRAMPS ID values * src/plugins/WriteXML.py: use proper ID values * src/FamilyView.py: fix removal of parents svn: r3265 2004-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/WriteXML.py: * src/WriteXML.py: Add person to the export function arugments. svn: r3264 2004-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteXML.py: * src/WriteXML.py: Add person to the export function arugments. svn: r3264 2004-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/gedcomexport.glade: * src/plugins/gedcomexport.glade: Update to work with the druid. svn: r3263 2004-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/gedcomexport.glade: * src/plugins/gedcomexport.glade: Update to work with the druid. svn: r3263 2004-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Exporter.py, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: Rewrite to enable passing the options interface. * src/Exporter.py: Use options if given by the plugin. svn: r3262 2004-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Exporter.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: Rewrite to enable passing the options interface. * src/Exporter.py: Use options if given by the plugin. svn: r3262 2004-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3261 2004-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3261 2004-07-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/Exporter.py, src/plugins/WriteGedcom.py: * NEWS: Update. * src/Exporter.py: Clean up, add doc strings. * src/plugins/WriteGedcom.py: Change registration. Use command-line export for the time being (all defaults). svn: r3259 2004-07-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/Exporter.py, gramps2/src/plugins/WriteGedcom.py: * NEWS: Update. * src/Exporter.py: Clean up, add doc strings. * src/plugins/WriteGedcom.py: Change registration. Use command-line export for the time being (all defaults). svn: r3259 2004-07-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/MediaView.py: * src/AddMedia.py: Handle the new file selector * src/MediaView.py: redraw list properly svn: r3258 2004-07-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/MediaView.py: * src/AddMedia.py: Handle the new file selector * src/MediaView.py: redraw list properly svn: r3258 2004-07-09 Alex Roitman <shura@gramps-project.org> * src/Exporter.py: Update svn: r3257 2004-07-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/Exporter.py: Update svn: r3257 2004-07-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py: * src/Report.py (parse_report_options_frame): Use integer 1 and 0 instead of True and False for the pagebreak option. svn: r3256 2004-07-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py: * src/Report.py (parse_report_options_frame): Use integer 1 and 0 instead of True and False for the pagebreak option. svn: r3256 2004-07-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/Exporter.py, src/Makefile.am, src/Plugins.py, src/Utils.py, src/WriteXML.py, src/gramps_main.py: * src/gramps_main.py (on_export_activate): Switch to new Exporter. * src/WriteXML.py: Change registration. Return 1 on success and 0 when on failure. * src/Utils.py (get_new_filename): Add function. * src/DbPrompter.py (get_new_filename): Remove function. * src/Exporter.py: Add to CVS. * src/Makefile.am: Ship Exporter.py. * src/Plugins.py (register_export): Change to the new scheme. svn: r3254 2004-07-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/Exporter.py, gramps2/src/Makefile.am, gramps2/src/Plugins.py, gramps2/src/Utils.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py: * src/gramps_main.py (on_export_activate): Switch to new Exporter. * src/WriteXML.py: Change registration. Return 1 on success and 0 when on failure. * src/Utils.py (get_new_filename): Add function. * src/DbPrompter.py (get_new_filename): Remove function. * src/Exporter.py: Add to CVS. * src/Makefile.am: Ship Exporter.py. * src/Plugins.py (register_export): Change to the new scheme. svn: r3254 2004-07-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/EditPerson.py, src/ImageSelect.py, src/RelLib.py: * src/ChooseParents.py: build an exclusion list of those obviously not the parents * src/EditPerson.py: allow ID value to be edited * src/RelLib.py: Add try_to_find_from_gramps_id * src/ImageSelect.py: catch OSError svn: r3253 2004-07-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/ImageSelect.py, gramps2/src/RelLib.py: * src/ChooseParents.py: build an exclusion list of those obviously not the parents * src/EditPerson.py: allow ID value to be edited * src/RelLib.py: Add try_to_find_from_gramps_id * src/ImageSelect.py: catch OSError svn: r3253 2004-07-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/WriteXML.py, src/plugins/ReadPkg.py, src/plugins/WritePkg.py: * src/DbPrompter.py: Handle package export. * src/plugins/WritePkg.py: Register with the new scheme. * src/plugins/ReadPkg.py: Minor cleanups. * src/WriteXML.py: Minor cleanups. svn: r3249 2004-07-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/WriteXML.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/WritePkg.py: * src/DbPrompter.py: Handle package export. * src/plugins/WritePkg.py: Register with the new scheme. * src/plugins/ReadPkg.py: Minor cleanups. * src/WriteXML.py: Minor cleanups. svn: r3249 2004-07-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py: * src/DbPrompter.py (SaveAsDbPrompter.change_suggested_name): Add method; (SaveAsDbPrompter.chooser): Make dialog a class attribute. Connect handler to the filter change event; (get_new_filename): Make a module function (outside any class). svn: r3248 2004-07-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py: * src/DbPrompter.py (SaveAsDbPrompter.change_suggested_name): Add method; (SaveAsDbPrompter.chooser): Make dialog a class attribute. Connect handler to the filter change event; (get_new_filename): Make a module function (outside any class). svn: r3248 2004-07-02 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleView.py, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py: disable find old "find" function * src/gramps.glade: enable TreeView find function * src/PeopleView.py: don't unselect a row if it isn't a valid person. svn: r3247 2004-07-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py: disable find old "find" function * src/gramps.glade: enable TreeView find function * src/PeopleView.py: don't unselect a row if it isn't a valid person. svn: r3247 2004-07-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/WriteXML.py, src/gramps_main.py: * src/gramps_main.py (on_export_activate): Delegate work to DbPrompter. * src/WriteXML.py: Register with the new scheme. * src/DbPrompter.py (SaveAsDbPrompter): Add class. svn: r3246 2004-07-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py: * src/gramps_main.py (on_export_activate): Delegate work to DbPrompter. * src/WriteXML.py: Register with the new scheme. * src/DbPrompter.py (SaveAsDbPrompter): Add class. svn: r3246 2004-06-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/FamilyView.py, src/Utils.py: * src/FamilyView.py: fix reordering of children * src/ChooseParents.py: get filters working again * src/AddSpouse.py: update display after addition of person * src/Utils.py: new id generation algorithm svn: r3245 2004-06-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/Utils.py: * src/FamilyView.py: fix reordering of children * src/ChooseParents.py: get filters working again * src/AddSpouse.py: update display after addition of person * src/Utils.py: new id generation algorithm svn: r3245 2004-06-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/EditPerson.py, src/FamilyView.py, src/PeopleView.py, src/gramps_main.py: * src/ChooseParents.py: fix parent selection * src/FamilyView.py: fix update of parents after selction * src/PeopleView.py: fix update of parents after selction * src/gramps_main.py: fix update of parents after selction * src/EditPerson.py: fix person id reference svn: r3244 2004-06-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/ChooseParents.py: fix parent selection * src/FamilyView.py: fix update of parents after selction * src/PeopleView.py: fix update of parents after selction * src/gramps_main.py: fix update of parents after selction * src/EditPerson.py: fix person id reference svn: r3244 2004-06-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadXML.py, src/RelLib.py, src/plugins/ReadGedcom.py: * src/RelLib.py: gramps id fixes. * src/ReadXML.py: gramps id fixes. * src/plugins/ReadGedcom.py: gramps id fixes. svn: r3243 2004-06-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/plugins/ReadGedcom.py: * src/RelLib.py: gramps id fixes. * src/ReadXML.py: gramps id fixes. * src/plugins/ReadGedcom.py: gramps id fixes. svn: r3243 2004-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py (IndividualPage.write_urls): Add function; (IndividualPage.create_page): use write_urls(). svn: r3242 2004-06-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py (IndividualPage.write_urls): Add function; (IndividualPage.create_page): use write_urls(). svn: r3242 2004-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py, src/gramps_main.py: * src/DbPrompter.py: Add new class for new, existing, and import prompters. Enable opening any format on the startup. * src/gramps_main.py: Use new DbPrompter classes. * src/ArgHandler.py: Use new DbPrompter classes. svn: r3239 2004-06-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py, gramps2/src/gramps_main.py: * src/DbPrompter.py: Add new class for new, existing, and import prompters. Enable opening any format on the startup. * src/gramps_main.py: Use new DbPrompter classes. * src/ArgHandler.py: Use new DbPrompter classes. svn: r3239 2004-06-28 Alex Roitman <shura@gramps-project.org> * src/plugins/ReadGedcom.py: Typo svn: r3238 2004-06-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/ReadGedcom.py: Typo svn: r3238 2004-06-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/gramps_main.py: * src/DbPrompter.py: Add NewNativeDbPrompter class for setting up a native database. Enable opening any format on the startup. * src/gramps_main.py: Use NewNativeDbPrompter when opening non-native data. svn: r3237 2004-06-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/gramps_main.py: * src/DbPrompter.py: Add NewNativeDbPrompter class for setting up a native database. Enable opening any format on the startup. * src/gramps_main.py: Use NewNativeDbPrompter when opening non-native data. svn: r3237 2004-06-28 Don Allingham <don@gramps-project.org> * src/PeopleModel.py, src/PeopleView.py, src/gramps_main.py, src/plugins/WriteGedcom.py: fix import svn: r3236 2004-06-28 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteGedcom.py: fix import svn: r3236 2004-06-27 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EventEdit.py, src/FamilyView.py, src/PeopleModel.py, src/PeopleView.py, src/ReadXML.py, src/WriteXML.py, src/gramps_main.py: * src/gramps_main.py: fix import problem svn: r3234 2004-06-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/ReadXML.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py: * src/gramps_main.py: fix import problem svn: r3234 2004-06-27 Don Allingham <don@gramps-project.org> * ChangeLog, configure, gramps-mdk.spec, gramps.spec, src/AddSpouse.py, src/Bookmarks.py, src/ChooseParents.py, src/EditPerson.py, src/FamilyView.py, src/PeopleModel.py, src/PeopleView.py, src/ReadXML.py, src/RelLib.py, src/SelectChild.py, src/Utils.py, src/data/Makefile.in, src/gramps_main.py, src/plugins/ReadGedcom.py: * src/gramps_main.py: dropped New Database message. After all, it should be incredibly obvious. * src/Utils.py: create_id to generate random internal ID * src/RelLib.py: new internal ID support * src/AddSpouse.py: bug fixes * src/ChooseParents.py: bug fixes * src/PeopleModel.py: bug fixes * src/PeopleView.py: bug fixes * src/FamilyView.py: bug fixes * src/Bookmarks.py: support for new internal IDs * src/EditPerson.py: support for new internal IDs * src/plugins/ReadGedcom.py: handle new internal IDs svn: r3233 2004-06-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/AddSpouse.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/Utils.py, gramps2/src/data/Makefile.in, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py: * src/gramps_main.py: dropped New Database message. After all, it should be incredibly obvious. * src/Utils.py: create_id to generate random internal ID * src/RelLib.py: new internal ID support * src/AddSpouse.py: bug fixes * src/ChooseParents.py: bug fixes * src/PeopleModel.py: bug fixes * src/PeopleView.py: bug fixes * src/FamilyView.py: bug fixes * src/Bookmarks.py: support for new internal IDs * src/EditPerson.py: support for new internal IDs * src/plugins/ReadGedcom.py: handle new internal IDs svn: r3233 2004-06-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py (on_import_activate,on_export_activate): Add methods. * src/Plugins.py (build_import_menu,build_export_menu): Remove; (register_export): Change to the new scheme. * src/gramps.glade: Add handlers to Import and Export menus. Rename Export to Save As..., add icons. svn: r3232 2004-06-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py (on_import_activate,on_export_activate): Add methods. * src/Plugins.py (build_import_menu,build_export_menu): Remove; (register_export): Change to the new scheme. * src/gramps.glade: Add handlers to Import and Export menus. Rename Export to Save As..., add icons. svn: r3232 2004-06-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/Plugins.py, src/ReadXML.py, src/gramps_main.py, src/plugins/ReadGedcom.py, src/plugins/ReadPkg.py: * src/ArgHandler.py (handle_args): Add import callback call. * src/gramps_main.py: Use open filters, mime types, and handlers from import plugins. * src/Plugins.py: Change import plugin registration. * src/ReadXML.py: Change registration. * src/plugins/ReadGedcom.py: Change registration. * src/plugins/ReadPkg.py: Rewrite and change registration. svn: r3231 2004-06-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/Plugins.py, gramps2/src/ReadXML.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadPkg.py: * src/ArgHandler.py (handle_args): Add import callback call. * src/gramps_main.py: Use open filters, mime types, and handlers from import plugins. * src/Plugins.py: Change import plugin registration. * src/ReadXML.py: Change registration. * src/plugins/ReadGedcom.py: Change registration. * src/plugins/ReadPkg.py: Rewrite and change registration. svn: r3231 2004-06-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/ListModel.py, src/TransTable.py, src/gramps.glade, src/gramps_main.py: * src/EditPerson,py: allow reordering of event columns * src/TransTable.py: allow to be initialized with a list instead of a map * src/gramps.glade: allow reordering of event columns * src/gramps_main.py: catch program_init exception * src/ListModel.py: allow reordering of columns svn: r3230 2004-06-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/ListModel.py, gramps2/src/TransTable.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/EditPerson,py: allow reordering of event columns * src/TransTable.py: allow to be initialized with a list instead of a map * src/gramps.glade: allow reordering of event columns * src/gramps_main.py: catch program_init exception * src/ListModel.py: allow reordering of columns svn: r3230 2004-06-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps.1, doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Update. svn: r3229 2004-06-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps.1, gramps2/doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Update. svn: r3229 2004-06-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * src/plugins/WriteCD.py (PackageWriter.on_ok_clicked): Convert missing media handling to the database interface. svn: r3228 2004-06-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * src/plugins/WriteCD.py (PackageWriter.on_ok_clicked): Convert missing media handling to the database interface. svn: r3228 2004-06-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/ReadXML.py, src/RelLib.py, src/plugins/WritePkg.py: * src/ArgHandler.py (parse_args): Switch from 'tgz' to 'gpkg' for Gramps package; (handle_args): Use separate dir for all import-produced files; (cl_export): Convert media objects export to the database interface. * src/ReadXML.py (importData): Copy all local (with respect to the old XML way) media object files into <database>.images dir (created if did not previously exist). Change objects' paths accordingly; (GrampsParser.start_object): Do not modify path in the parser. This way we know that the objects are local. * src/RelLib.py (get_event_keys): Add method to GrampsDB class. * src/plugins/WritePkg.py (PackageWriter.export): Convert missing media handling to the database interface. svn: r3227 2004-06-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/plugins/WritePkg.py: * src/ArgHandler.py (parse_args): Switch from 'tgz' to 'gpkg' for Gramps package; (handle_args): Use separate dir for all import-produced files; (cl_export): Convert media objects export to the database interface. * src/ReadXML.py (importData): Copy all local (with respect to the old XML way) media object files into <database>.images dir (created if did not previously exist). Change objects' paths accordingly; (GrampsParser.start_object): Do not modify path in the parser. This way we know that the objects are local. * src/RelLib.py (get_event_keys): Add method to GrampsDB class. * src/plugins/WritePkg.py (PackageWriter.export): Convert missing media handling to the database interface. svn: r3227 2004-06-22 Don Allingham <don@gramps-project.org> * src/data/Makefile.am: add new images svn: r3226 2004-06-22 Don Allingham <don@gramps-project.org> * gramps2/src/data/Makefile.am: add new images svn: r3226 2004-06-21 Alex Roitman <shura@gramps-project.org> * src/ArgHandler.py, src/gramps_main.py, src/plugins/Summary.py: Update svn: r3225 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/ArgHandler.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Summary.py: Update svn: r3225 2004-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ArgHandler.py, src/gramps_main.py, src/plugins/Summary.py: * src/ArgHandler.py: Fixes. * src/gramps_main.py: Don't show topWindow until ArgHandler is done. * src/plugins/Summary.py: Fixes. svn: r3224 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Summary.py: * src/ArgHandler.py: Fixes. * src/gramps_main.py: Don't show topWindow until ArgHandler is done. * src/plugins/Summary.py: Fixes. svn: r3224 2004-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r3223 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r3223 2004-06-21 Alex Roitman <shura@gramps-project.org> * src/PedView.py: Fixes to context menu svn: r3222 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/PedView.py: Fixes to context menu svn: r3222 2004-06-21 Alex Roitman <shura@gramps-project.org> * src/PedView.py: Update svn: r3221 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/PedView.py: Update svn: r3221 2004-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py: Fix anchors. Switch from storing person objects to their IDs. Start on building Spouses and Siblings submenus in the context menu. svn: r3220 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Fix anchors. Switch from storing person objects to their IDs. Start on building Spouses and Siblings submenus in the context menu. svn: r3220 2004-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/data/gramps.keys, src/data/gramps.mime: * src/data/gramps.keys, src/data/mime: Add package and GEDCOM. svn: r3219 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/data/gramps.keys, gramps2/src/data/gramps.mime: * src/data/gramps.keys, src/data/mime: Add package and GEDCOM. svn: r3219 2004-06-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/ArgHandler.py, src/DbPrompter.py, src/const.py.in, src/data/Makefile.am, src/data/gramps.applications, src/data/gramps.xml, src/gramps.py, src/gramps_main.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py, src/plugins/WritePkg.py: * configure.in: Bump up the version number. * src/gramps.py: Pass complete argument string. * src/gramps_main.py: Pass popt table to gnome_init(). Always enable argument handling. (read_xml,read_pkg): Add functions. * src/const.py.in: Define popt table, add all gnome options. * src/ArgHandler.py: Add long options for gramps-specific options. Add handling for the first filename argument. Use 'gramps-xml' to denote old gramps (XML) format. * src/DbPrompter.py: Add hint for the filename. * src/plugins/ReadNative.py: Cosmetic changes. * src/plugins/ReadPkg.py: Cosmetic changes. * src/plugins/WritePkg.py: Typo. * src/data/gramps.xml: Add mime type for gramps package. * src/data/gramps.applications: Add gramps package to the list. * src/data/Makefile.am: Typo. * src/gramps_main.py: removed new database info message * src/plugins/ReadGedcom.py: Fixed typos preventing import. (i.e. set_type instead of SetType, etc.) * Release: Version 1.1.0 "And now for something completely different" released. svn: r3218 2004-06-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py, gramps2/src/const.py.in, gramps2/src/data/Makefile.am, gramps2/src/data/gramps.applications, gramps2/src/data/gramps.xml, gramps2/src/gramps.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/WritePkg.py: * configure.in: Bump up the version number. * src/gramps.py: Pass complete argument string. * src/gramps_main.py: Pass popt table to gnome_init(). Always enable argument handling. (read_xml,read_pkg): Add functions. * src/const.py.in: Define popt table, add all gnome options. * src/ArgHandler.py: Add long options for gramps-specific options. Add handling for the first filename argument. Use 'gramps-xml' to denote old gramps (XML) format. * src/DbPrompter.py: Add hint for the filename. * src/plugins/ReadNative.py: Cosmetic changes. * src/plugins/ReadPkg.py: Cosmetic changes. * src/plugins/WritePkg.py: Typo. * src/data/gramps.xml: Add mime type for gramps package. * src/data/gramps.applications: Add gramps package to the list. * src/data/Makefile.am: Typo. * src/gramps_main.py: removed new database info message * src/plugins/ReadGedcom.py: Fixed typos preventing import. (i.e. set_type instead of SetType, etc.) * Release: Version 1.1.0 "And now for something completely different" released. svn: r3218 2004-06-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/DisplayModels.py, src/PlaceView.py, src/RelLib.py, src/data/Makefile.am, src/data/Makefile.in, src/gramps_main.py: * src/DisplayModels,py: faster sorting of places * src/PlaceView,py: faster sorting of places * src/RelLib,py: faster sorting of places * src/gramp_main.py: removed new database info message svn: r3217 2004-06-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/data/Makefile.am, gramps2/src/data/Makefile.in, gramps2/src/gramps_main.py: * src/DisplayModels,py: faster sorting of places * src/PlaceView,py: faster sorting of places * src/RelLib,py: faster sorting of places * src/gramp_main.py: removed new database info message svn: r3217 2004-06-19 Jason Salaz <whatsizbucket@users.sourceforge.net> * ChangeLog, src/plugins/ReadGedcom.py: src/plugins/ReadGedcom.py: Fixed typos preventing import svn: r3216 2004-06-19 Jason Salaz <whatsizbucket@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: src/plugins/ReadGedcom.py: Fixed typos preventing import svn: r3216 2004-06-16 Don Allingham <don@gramps-project.org> * Makefile.am, Makefile.in, src/Makefile.am, src/Makefile.in, src/data/Makefile.am, src/data/Makefile.in, src/plugins/Makefile.in: update svn: r3214 2004-06-16 Don Allingham <don@gramps-project.org> * gramps2/Makefile.am, gramps2/Makefile.in, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/data/Makefile.am, gramps2/src/data/Makefile.in, gramps2/src/plugins/Makefile.in: update svn: r3214 2004-06-15 Don Allingham <don@gramps-project.org> * configure, gramps-mdk.spec, gramps.spec, src/plugins/Makefile.am: update svn: r3213 2004-06-15 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/plugins/Makefile.am: update svn: r3213 2004-06-15 Don Allingham <don@gramps-project.org> * ChangeLog, configure.in, src/FamilyView.py, src/RelLib.py: * src/RelLib.py: fix index for place map * src/FamilyView.py: include person ID's svn: r3212 2004-06-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/FamilyView.py, gramps2/src/RelLib.py: * src/RelLib.py: fix index for place map * src/FamilyView.py: include person ID's svn: r3212 2004-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update. svn: r3208 2004-06-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update. svn: r3208 2004-06-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py, src/ImageSelect.py, src/RelLib.py, src/Sources.py: * src/gramps.glade: Typos. * src/ImageSelect.py: Correctly update property editors on OK and Cancel. * src/EventEdit.py: Typo. * src/Sources.py: Set change flag on deletion of the source reference. * src/RelLib.py: Add media list into serialization and restore. svn: r3206 2004-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/RelLib.py, gramps2/src/Sources.py: * src/gramps.glade: Typos. * src/ImageSelect.py: Correctly update property editors on OK and Cancel. * src/EventEdit.py: Typo. * src/Sources.py: Set change flag on deletion of the source reference. * src/RelLib.py: Add media list into serialization and restore. svn: r3206 2004-06-12 Don Allingham <don@gramps-project.org> * ChangeLog, gramps-mdk.spec, gramps.spec, src/AddSpouse.py, src/DbPrompter.py, src/EventEdit.py, src/GrampsCfg.py, src/ImageSelect.py, src/Marriage.py, src/const.py.in, src/filters/After.py, src/filters/AltFam.py, src/filters/Before.py, src/filters/Complete.py, src/filters/Disconnected.py, src/filters/EventPlace.py, src/filters/EventType.py, src/filters/Females.py, src/filters/HavePhotos.py, src/filters/IncompleteNames.py, src/filters/Makefile.am, src/filters/Makefile.in, src/filters/Males.py, src/filters/MatchSndEx.py, src/filters/MatchSndEx2.py, src/filters/MutlipleMarriages.py, src/filters/NeverMarried.py, src/filters/NoBirthdate.py, src/filters/NoChildren.py, src/filters/RegExMatch.py, src/filters/SubString.py, src/gramps.glade, src/plugins/Merge.py, src/plugins/WritePkg.py, src/plugins/pkgexport.glade: * src/filters/*: removed * src/plugins/WritePkg.py: brought up to date svn: r3205 2004-06-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/AddSpouse.py, gramps2/src/DbPrompter.py, gramps2/src/EventEdit.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/const.py.in, gramps2/src/filters/After.py, gramps2/src/filters/AltFam.py, gramps2/src/filters/Before.py, gramps2/src/filters/Complete.py, gramps2/src/filters/Disconnected.py, gramps2/src/filters/EventPlace.py, gramps2/src/filters/EventType.py, gramps2/src/filters/Females.py, gramps2/src/filters/HavePhotos.py, gramps2/src/filters/IncompleteNames.py, gramps2/src/filters/Makefile.am, gramps2/src/filters/Makefile.in, gramps2/src/filters/Males.py, gramps2/src/filters/MatchSndEx.py, gramps2/src/filters/MatchSndEx2.py, gramps2/src/filters/MutlipleMarriages.py, gramps2/src/filters/NeverMarried.py, gramps2/src/filters/NoBirthdate.py, gramps2/src/filters/NoChildren.py, gramps2/src/filters/RegExMatch.py, gramps2/src/filters/SubString.py, gramps2/src/gramps.glade, gramps2/src/plugins/Merge.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/pkgexport.glade: * src/filters/*: removed * src/plugins/WritePkg.py: brought up to date svn: r3205 2004-06-09 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/RelLib.py, src/gramps_main.py, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: brought up to date * src/gramps_main.py: beta warning svn: r3204 2004-06-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: brought up to date * src/gramps_main.py: beta warning svn: r3204 2004-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3200 2004-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3200 2004-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py, src/ImageSelect.py, src/MediaView.py, src/ReadXML.py, src/RelLib.py, src/SelectObject.py, src/WriteXML.py, src/gramps.glade: * src/MediaView.py: Pass parent to GlobalMediaProperties; typos. * src/SelectObject.py: Typos. * src/ImageSelect.py (LocalMediaProperties.__init__, GlobalMediaProperties.__init__): Handle source tab. * src/EventEdit.py: Handle gallery tab. * src/WriteXML.py (dump_my_event): Write object references; * src/gramps.glade: Add gallery tab to Event Editor; add source tab to media property editor. * src/RelLib.py (Event): Add media_list and related methods; (ObjectRef): Inherit from SourceNote, remove unnecessary functions; (GrampsDB.get_media_attribute_types): Add method. * src/ReadXML.py (start_sourceref): Check for attribute before the object. Objects may have attributes; (start_objref): Parse media object references for Event records. svn: r3199 2004-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectObject.py, gramps2/src/WriteXML.py, gramps2/src/gramps.glade: * src/MediaView.py: Pass parent to GlobalMediaProperties; typos. * src/SelectObject.py: Typos. * src/ImageSelect.py (LocalMediaProperties.__init__, GlobalMediaProperties.__init__): Handle source tab. * src/EventEdit.py: Handle gallery tab. * src/WriteXML.py (dump_my_event): Write object references; * src/gramps.glade: Add gallery tab to Event Editor; add source tab to media property editor. * src/RelLib.py (Event): Add media_list and related methods; (ObjectRef): Inherit from SourceNote, remove unnecessary functions; (GrampsDB.get_media_attribute_types): Add method. * src/ReadXML.py (start_sourceref): Check for attribute before the object. Objects may have attributes; (start_objref): Parse media object references for Event records. svn: r3199 2004-06-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py, src/MediaView.py, src/PeopleModel.py, src/PeopleView.py, src/RelLib.py, src/SelectChild.py, src/data/tips.xml: * src/DisplayModels.py: support for Spouse column * src/MediaView.py: fix try_to_find_object_from_id * src/PeopleModel.py: support for Spouse column * src/RelLib.py: handle expanding columns svn: r3198 2004-06-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py, gramps2/src/MediaView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/data/tips.xml: * src/DisplayModels.py: support for Spouse column * src/MediaView.py: fix try_to_find_object_from_id * src/PeopleModel.py: support for Spouse column * src/RelLib.py: handle expanding columns svn: r3198 2004-05-31 Don Allingham <don@gramps-project.org> * ChangeLog, gramps-mdk.spec, gramps.spec, src/EditSource.py, src/PedView.py, src/Utils.py, src/data/Makefile.am, src/data/Makefile.in: * src/EditSource.py: try_to_find_person_from_id fix * src/PedView.py: try_to_find_person_from_id fix * src/Utils.py: try_to_find_person_from_id fix svn: r3197 2004-05-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/EditSource.py, gramps2/src/PedView.py, gramps2/src/Utils.py, gramps2/src/data/Makefile.am, gramps2/src/data/Makefile.in: * src/EditSource.py: try_to_find_person_from_id fix * src/PedView.py: try_to_find_person_from_id fix * src/Utils.py: try_to_find_person_from_id fix svn: r3197 2004-05-28 Don Allingham <don@gramps-project.org> * ChangeLog, gramps-mdk.spec, gramps.spec, src/data/Makefile.am, src/data/Makefile.in, src/data/gramps.applications, src/data/gramps.keys, src/data/gramps.mime, src/gramps.glade, src/gramps_main.py: * various: installation fixes svn: r3196 2004-05-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/data/Makefile.am, gramps2/src/data/Makefile.in, gramps2/src/data/gramps.applications, gramps2/src/data/gramps.keys, gramps2/src/data/gramps.mime, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * various: installation fixes svn: r3196 2004-05-27 Don Allingham <don@gramps-project.org> * ChangeLog, gramps-mdk.spec, gramps.sh.in, gramps.spec, src/Makefile.am, src/Makefile.in, src/calendars/Makefile.am, src/calendars/Makefile.in, src/data/Makefile.am, src/data/Makefile.in, src/data/gramps.desktop, src/data/gramps.svg, src/data/gramps.xml, src/docgen/Makefile.am, src/docgen/Makefile.in, src/gramps.desktop, src/plugins/Makefile.am, src/plugins/Makefile.in: * Makefiles: updated for installation * src/data/gnome-mime-application-x-gramps.png: new icon * src/data/gramps.svg: new icon * src/data/gramps.xml: mime information svn: r3195 2004-05-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps-mdk.spec, gramps2/gramps.sh.in, gramps2/gramps.spec, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.am, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.am, gramps2/src/data/Makefile.in, gramps2/src/data/gramps.desktop, gramps2/src/data/gramps.svg, gramps2/src/data/gramps.xml, gramps2/src/docgen/Makefile.am, gramps2/src/docgen/Makefile.in, gramps2/src/gramps.desktop, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Makefile.in: * Makefiles: updated for installation * src/data/gnome-mime-application-x-gramps.png: new icon * src/data/gramps.svg: new icon * src/data/gramps.xml: mime information svn: r3195 2004-05-26 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Update svn: r3194 2004-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Update svn: r3194 2004-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/SelectChild.py, src/SelectObject.py, src/SourceView.py, src/Sources.py, src/Utils.py, src/Witness.py, src/WriteXML.py, src/gramps_main.py: * src/RelLib.py (Transaction.__len__): Redefine length. * src/ChooseParents.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/gramps_main.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/SelectChild.py, src/SelectObject.py, src/Sources.py, src/SourceView.py, src/Utils.py, src/Witness.py, src/WriteXML.py: Switch from find_* to try_to_find_* methods. svn: r3193 2004-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/PlaceView.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py: * src/RelLib.py (Transaction.__len__): Redefine length. * src/ChooseParents.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/gramps_main.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/SelectChild.py, src/SelectObject.py, src/Sources.py, src/SourceView.py, src/Utils.py, src/Witness.py, src/WriteXML.py: Switch from find_* to try_to_find_* methods. svn: r3193 2004-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py, src/plugins/PatchNames.py, src/plugins/changetype.glade: * src/plugins/ChangeTypes.py: Correct transaction. * src/plugins/changetype.glade: HIGify dialog. * src/plugins/PatchNames.py: Correct transaction. svn: r3192 2004-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/changetype.glade: * src/plugins/ChangeTypes.py: Correct transaction. * src/plugins/changetype.glade: HIGify dialog. * src/plugins/PatchNames.py: Correct transaction. svn: r3192 2004-05-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/GraphLayout.py, src/RelLib.py, src/Relationship.py, src/Sort.py, src/SubstKeywords.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CountAncestors.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/SoundGen.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * src/RelLib.py (try_to_find_person_from_id): Remove transaction; (try_to_find_source_from_id, try_to_find_object_from_id, try_to_find_place_from_id): Add functions. * src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/WebPage.py, src/plugins/Verify.py, src/plugins/TimeLine.py, src/plugins/Summary.py, src/plugins/SoundGen.py, src/plugins/RelGraph.py, src/plugins/RelCalc.py, src/plugins/PatchNames.py, src/plugins/Merge.py, src/plugins/IndivSummary.py, src/plugins/IndivComplete.py, src/plugins/GraphViz.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py, src/plugins/FilterEditor.py, src/plugins/FanChart.py, src/plugins/FamilyGroup.py, src/plugins/EventCmp.py, src/plugins/DetDescendantReport.py, src/plugins/DetAncestralReport.py, src/plugins/DescendReport.py, src/plugins/Desbrowser.py, src/plugins/CountAncestors.py, src/plugins/Check.py, src/plugins/ChangeTypes.py, src/plugins/BookReport.py, src/plugins/Ancestors.py, src/plugins/AncestorReport.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/Relationship.py, src/Sort.py, src/GenericFilter.py, src/SubstKeywords.py, src/GraphLayout.py: Switch from find_* to try_to_find_* methods. svn: r3191 2004-05-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/GraphLayout.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/Sort.py, gramps2/src/SubstKeywords.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * src/RelLib.py (try_to_find_person_from_id): Remove transaction; (try_to_find_source_from_id, try_to_find_object_from_id, try_to_find_place_from_id): Add functions. * src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/WebPage.py, src/plugins/Verify.py, src/plugins/TimeLine.py, src/plugins/Summary.py, src/plugins/SoundGen.py, src/plugins/RelGraph.py, src/plugins/RelCalc.py, src/plugins/PatchNames.py, src/plugins/Merge.py, src/plugins/IndivSummary.py, src/plugins/IndivComplete.py, src/plugins/GraphViz.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py, src/plugins/FilterEditor.py, src/plugins/FanChart.py, src/plugins/FamilyGroup.py, src/plugins/EventCmp.py, src/plugins/DetDescendantReport.py, src/plugins/DetAncestralReport.py, src/plugins/DescendReport.py, src/plugins/Desbrowser.py, src/plugins/CountAncestors.py, src/plugins/Check.py, src/plugins/ChangeTypes.py, src/plugins/BookReport.py, src/plugins/Ancestors.py, src/plugins/AncestorReport.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/Relationship.py, src/Sort.py, src/GenericFilter.py, src/SubstKeywords.py, src/GraphLayout.py: Switch from find_* to try_to_find_* methods. svn: r3191 2004-05-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/PeopleModel.py, src/PeopleView.py: * src/PeopleModel.py: temporary fix for add person update * src/PeopleView.py: temporary fix for add person update svn: r3190 2004-05-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py: * src/PeopleModel.py: temporary fix for add person update * src/PeopleView.py: temporary fix for add person update svn: r3190 2004-05-24 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps-mdk.spec, gramps.spec, src/DbPrompter.py, src/DisplayTrace.py, src/EditPerson.py, src/EditSource.py, src/FamilyView.py, src/ImageSelect.py, src/Makefile.in, src/MediaView.py, src/PedView.py, src/PeopleModel.py, src/ReadXML.py, src/RelLib.py, src/SelectObject.py, src/Utils.py, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/gramps_main.py, src/plugins/Check.py, src/plugins/GraphViz.py, src/plugins/Makefile.in, src/plugins/ReadGedcom.py, src/plugins/WebPage.py, src/po/Makefile.in: * various: transactions are now required for commits svn: r3186 2004-05-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/DbPrompter.py, gramps2/src/DisplayTrace.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.in, gramps2/src/MediaView.py, gramps2/src/PedView.py, gramps2/src/PeopleModel.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SelectObject.py, gramps2/src/Utils.py, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WebPage.py, gramps2/src/po/Makefile.in: * various: transactions are now required for commits svn: r3186 2004-05-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py, src/gramps.glade, src/gramps_main.py, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: full support for undo svn: r3183 2004-05-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: full support for undo svn: r3183 2004-05-20 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/MediaView.py, src/RelLib.py: * src/ImageSelect.py: undo messages * src/MediaView.py: undo messages * src/RelLib.py: use db for undo status svn: r3182 2004-05-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/RelLib.py: * src/ImageSelect.py: undo messages * src/MediaView.py: undo messages * src/RelLib.py: use db for undo status svn: r3182 2004-05-19 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/LocEdit.py, src/Marriage.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/SourceView.py, src/gramps.glade, src/gramps_main.py: * various: undo messages svn: r3181 2004-05-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * various: undo messages svn: r3181 2004-05-18 Don Allingham <don@gramps-project.org> * ChangeLog, gramps-mdk.spec, gramps.spec, src/GrampsCfg.py, src/TipOfDay.py, src/const.py.in, src/data/tips.xml, src/gramps.glade, src/gramps_main.py: * src/GrampsCfg.py: added support for tip of the day * src/data/tips.xml: tip data * src/TipOfDay.py: support for tip of the day * src/gramps_main.py: support for tip of the day * src/const.py: support for tip of the day * src/gramps.glade: support for tip of the day svn: r3178 2004-05-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/GrampsCfg.py, gramps2/src/TipOfDay.py, gramps2/src/const.py.in, gramps2/src/data/tips.xml, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/GrampsCfg.py: added support for tip of the day * src/data/tips.xml: tip data * src/TipOfDay.py: support for tip of the day * src/gramps_main.py: support for tip of the day * src/const.py: support for tip of the day * src/gramps.glade: support for tip of the day svn: r3178 2004-05-17 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r3176 2004-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r3176 2004-05-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py: update svn: r3175 2004-05-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: update svn: r3175 2004-05-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReorderIds.py: * src/plugins/ReorderIds.py: Display message and return. svn: r3174 2004-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReorderIds.py: * src/plugins/ReorderIds.py: Display message and return. svn: r3174 2004-05-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/RelGraph.py: * src/plugins/RelGraph.py (_get_event_label): Typo. svn: r3173 2004-05-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RelGraph.py: * src/plugins/RelGraph.py (_get_event_label): Typo. svn: r3173 2004-05-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/RelGraph.py: * src/plugins/RelGraph.py: Menu for family options. svn: r3172 2004-05-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RelGraph.py: * src/plugins/RelGraph.py: Menu for family options. svn: r3172 2004-05-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadXML.py: * src/ReadXML.py: Typo. svn: r3171 2004-05-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py: * src/ReadXML.py: Typo. svn: r3171 2004-05-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/RTFDoc.py, src/plugins/RelGraph.py: * src/plugins/RelGraph.py (_write_graph_record): Bug fixes. * src/docgen/RTFDoc.py: Typo. svn: r3170 2004-05-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/RTFDoc.py, gramps2/src/plugins/RelGraph.py: * src/plugins/RelGraph.py (_write_graph_record): Bug fixes. * src/docgen/RTFDoc.py: Typo. svn: r3170 2004-05-15 Don Allingham <don@gramps-project.org> * src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: handle mangled temple format produced by some tools svn: r3169 2004-05-15 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: handle mangled temple format produced by some tools svn: r3169 2004-05-13 Don Allingham <don@gramps-project.org> * src/MergeData.py, src/RelLib.py, src/gramps_main.py, src/plugins/Check.py, src/plugins/Merge.py, src/plugins/PatchNames.py: Fixed merging svn: r3167 2004-05-13 Don Allingham <don@gramps-project.org> * gramps2/src/MergeData.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py: Fixed merging svn: r3167 2004-05-13 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/AddSpouse.py, src/Bookmarks.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/GedcomInfo.py, src/ImageSelect.py, src/MediaView.py, src/NameEdit.py, src/NoteEdit.py, src/PeopleView.py, src/Plugins.py, src/ReadXML.py, src/RelLib.py, src/Report.py, src/SourceView.py, src/TarFile.py, src/UrlEdit.py, src/Utils.py, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LPRDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/RTFDoc.py, src/plugins/Ancestors.py, src/plugins/DescendReport.py, src/plugins/Verify.py, src/soundex.py: pychecker fixes svn: r3166 2004-05-13 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GedcomInfo.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PeopleView.py, gramps2/src/Plugins.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/SourceView.py, gramps2/src/TarFile.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LPRDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/Verify.py, gramps2/src/soundex.py: pychecker fixes svn: r3166 2004-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/SubstKeywords.py: * src/SubstKeywords.py (__init__): Typo. svn: r3165 2004-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SubstKeywords.py: * src/SubstKeywords.py (__init__): Typo. svn: r3165 2004-05-13 Alex Roitman <shura@gramps-project.org> * src/Plugins.py: Update svn: r3164 2004-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/Plugins.py: Update svn: r3164 2004-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py: * src/Plugins.py: Do not pass parent to the reports. svn: r3163 2004-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py: * src/Plugins.py: Do not pass parent to the reports. svn: r3163 2004-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (probably_alive): Typos. svn: r3162 2004-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (probably_alive): Typos. svn: r3162 2004-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py: Use transaction for commits. svn: r3161 2004-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py: * src/plugins/ChangeTypes.py: Use transaction for commits. svn: r3161 2004-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py, src/plugins/PatchNames.py: * src/plugins/Check.py: Use transaction for commits. * src/plugins/PatchNames.py: Use transaction for commits. svn: r3160 2004-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py, gramps2/src/plugins/PatchNames.py: * src/plugins/Check.py: Use transaction for commits. * src/plugins/PatchNames.py: Use transaction for commits. svn: r3160 2004-05-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/ReadGedcom.py, src/plugins/ReorderIds.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * src/plugins/ChangeTypes.py: Remove Utils.modified() call. * src/plugins/Check.py: Remove Utils.modified() call. * src/plugins/PatchNames.py: Remove Utils.modified() call. * src/plugins/ReadGedcom.py: Remove Utils.modified() call. * src/plugins/ReorderIds.py: Remove Utils.modified() call. * src/plugins/WriteCD.py: Remove Utils.modified() call. * src/plugins/WritePkg.py: Remove Utils.modified() call. * src/plugins/Merge.py: Typo. svn: r3159 2004-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * src/plugins/ChangeTypes.py: Remove Utils.modified() call. * src/plugins/Check.py: Remove Utils.modified() call. * src/plugins/PatchNames.py: Remove Utils.modified() call. * src/plugins/ReadGedcom.py: Remove Utils.modified() call. * src/plugins/ReorderIds.py: Remove Utils.modified() call. * src/plugins/WriteCD.py: Remove Utils.modified() call. * src/plugins/WritePkg.py: Remove Utils.modified() call. * src/plugins/Merge.py: Typo. svn: r3159 2004-05-12 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/EventEdit.py, src/GrampsCfg.py, src/Plugins.py, src/RelLib.py, src/Utils.py, src/autogen.sh, src/gramps.glade, src/gramps_main.py, src/plugins.glade, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Makefile.in, src/plugins/SimpleBookTitle.py, src/plugins/WebPage.py: * src/GrampsCfg.py: remove unused options * src/gramps.glade: remove unused panels in preferences * src/Plugins.py: removed xpm images * src/EventEdit.py: get full event list * src/plugins/AncestorChart.py: remove xpm image * src/plugins/AncestorChart2.py: remove xpm image * src/plugins/AncestorReport.py: remove xpm image * src/plugins/Ancestors.py: remove xpm image * src/plugins/BookReport.py: remove xpm image * src/plugins/CustomBookText.py: remove xpm image * src/plugins/DesGraph.py: remove xpm image * src/plugins/DescendReport.py: remove xpm image * src/plugins/DetAncestralReport.py: remove xpm image * src/plugins/DetDescendantReport.py: remove xpm image * src/plugins/FamilyGroup.py: remove xpm image * src/plugins/FtmStyleAncestors.py: remove xpm image * src/plugins/FtmStyleDescendants.py: remove xpm image * src/plugins/IndivComplete.py: remove xpm image * src/plugins/IndivSummary.py: remove xpm image * src/plugins/Makefile.in: remove xpm image * src/plugins/SimpleBookTitle.py: remove xpm image * src/plugins/WebPage.py: remove xpm image * src/RelLib.py: secondary index for event names svn: r3158 2004-05-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/EventEdit.py, gramps2/src/GrampsCfg.py, gramps2/src/Plugins.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/autogen.sh, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins.glade, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/WebPage.py: * src/GrampsCfg.py: remove unused options * src/gramps.glade: remove unused panels in preferences * src/Plugins.py: removed xpm images * src/EventEdit.py: get full event list * src/plugins/AncestorChart.py: remove xpm image * src/plugins/AncestorChart2.py: remove xpm image * src/plugins/AncestorReport.py: remove xpm image * src/plugins/Ancestors.py: remove xpm image * src/plugins/BookReport.py: remove xpm image * src/plugins/CustomBookText.py: remove xpm image * src/plugins/DesGraph.py: remove xpm image * src/plugins/DescendReport.py: remove xpm image * src/plugins/DetAncestralReport.py: remove xpm image * src/plugins/DetDescendantReport.py: remove xpm image * src/plugins/FamilyGroup.py: remove xpm image * src/plugins/FtmStyleAncestors.py: remove xpm image * src/plugins/FtmStyleDescendants.py: remove xpm image * src/plugins/IndivComplete.py: remove xpm image * src/plugins/IndivSummary.py: remove xpm image * src/plugins/Makefile.in: remove xpm image * src/plugins/SimpleBookTitle.py: remove xpm image * src/plugins/WebPage.py: remove xpm image * src/RelLib.py: secondary index for event names svn: r3158 2004-05-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py, src/plugins/eventcmp.glade: * src/plugins/EventCmp.py: Remove extra code. * src/plugins/eventcmp.glade: Remove extra widgets. svn: r3157 2004-05-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/eventcmp.glade: * src/plugins/EventCmp.py: Remove extra code. * src/plugins/eventcmp.glade: Remove extra widgets. svn: r3157 2004-05-11 Alex Roitman <shura@gramps-project.org> * src/plugins/Makefile.am: Update svn: r3156 2004-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Makefile.am: Update svn: r3156 2004-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Eval.py, src/plugins/Leak.py, src/plugins/eval.glade, src/plugins/eval.py, src/plugins/leak.glade, src/plugins/leak.py: * src/plugins/Eval.py: Window management. Replaces eval.py. * src/plugins/eval.py: Remove from CVS. * src/plugins/eval.glade: Define event handler. * src/plugins/Leak.py: Window management. Replaces leak.py. * src/plugins/leak.py: Remove from CVS. * src/plugins/leak.glade: Define event handler. svn: r3155 2004-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Eval.py, gramps2/src/plugins/Leak.py, gramps2/src/plugins/eval.glade, gramps2/src/plugins/eval.py, gramps2/src/plugins/leak.glade, gramps2/src/plugins/leak.py: * src/plugins/Eval.py: Window management. Replaces eval.py. * src/plugins/eval.py: Remove from CVS. * src/plugins/eval.glade: Define event handler. * src/plugins/Leak.py: Window management. Replaces leak.py. * src/plugins/leak.py: Remove from CVS. * src/plugins/leak.glade: Define event handler. svn: r3155 2004-05-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/SoundGen.py, src/plugins/Verify.py, src/plugins/relcalc.glade, src/plugins/soundex.glade, src/plugins/soundgen.py, src/plugins/verify.glade: * src/plugins/SoundGen.py: Window management. Replaces soundgen.py. * src/plugins/soundgen.py: Remove from CVS. * src/plugins/soundex.glade: Define event handler. * src/plugins/RelCalc.py: Window management. * src/plugins/relcalc.glade: Define event handler. * src/plugins/Makefile.am: Ship SoundGen.py instead of soundgen.py. * src/plugins/Verify.py: Window management. * src/plugins/verify.glade: Define event handler. svn: r3154 2004-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Merge.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/SoundGen.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/relcalc.glade, gramps2/src/plugins/soundex.glade, gramps2/src/plugins/soundgen.py, gramps2/src/plugins/verify.glade: * src/plugins/SoundGen.py: Window management. Replaces soundgen.py. * src/plugins/soundgen.py: Remove from CVS. * src/plugins/soundex.glade: Define event handler. * src/plugins/RelCalc.py: Window management. * src/plugins/relcalc.glade: Define event handler. * src/plugins/Makefile.am: Ship SoundGen.py instead of soundgen.py. * src/plugins/Verify.py: Window management. * src/plugins/verify.glade: Define event handler. svn: r3154 2004-05-11 Alex Roitman <shura@gramps-project.org> * src/plugins/FilterEditor.py: Update svn: r3153 2004-05-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FilterEditor.py: Update svn: r3153 2004-05-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Desbrowser.py, src/plugins/EventCmp.py, src/plugins/Merge.py, src/plugins/desbrowse.glade, src/plugins/eventcmp.glade, src/plugins/merge.glade, src/plugins/summary.glade: * src/plugins/Desbrowser.py: Convert to db; window management. * src/plugins/desbrowse.glade: Define event handler. * src/plugins/EventCmp.py: Clean up window management. * src/plugins/eventcmp.glade: Define event handler. * src/plugins/Check.py: Clean up conversion to db. * src/plugins/summary.glade: Make dialog modal. * src/plugins/Merge.py: Window management. * src/plugins/merge.glade: Define event handlers. * src/plugins/ChangeTypes.py: Convert to db. svn: r3152 2004-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/desbrowse.glade, gramps2/src/plugins/eventcmp.glade, gramps2/src/plugins/merge.glade, gramps2/src/plugins/summary.glade: * src/plugins/Desbrowser.py: Convert to db; window management. * src/plugins/desbrowse.glade: Define event handler. * src/plugins/EventCmp.py: Clean up window management. * src/plugins/eventcmp.glade: Define event handler. * src/plugins/Check.py: Clean up conversion to db. * src/plugins/summary.glade: Make dialog modal. * src/plugins/Merge.py: Window management. * src/plugins/merge.glade: Define event handlers. * src/plugins/ChangeTypes.py: Convert to db. svn: r3152 2004-05-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FilterEditor.py, src/rule.glade: * src/plugins/FilterEditor.py: Clean up window management. * src/rule.glade: Define event handlers. svn: r3151 2004-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py, gramps2/src/rule.glade: * src/plugins/FilterEditor.py: Clean up window management. * src/rule.glade: Define event handlers. svn: r3151 2004-05-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/gramps_main.py, src/plugins/EventCmp.py, src/plugins/FilterEditor.py, src/plugins/PatchNames.py, src/plugins/eventcmp.glade, src/plugins/patchnames.glade, src/rule.glade: * src/Plugins.py: Pass parent class to the tools. * src/rule.glade: Define event handlers. * src/gramps_main.py: Pass parent class to the tools. * src/plugins/EventCmp.py: Window management. * src/plugins/FilterEditor.py: Window management. * src/plugins/PatchNames.py: Window management. * src/plugins/eventcmp.glade: Define event handlers. * src/plugins/patchnames.glade: Define event handlers. svn: r3150 2004-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/gramps_main.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/eventcmp.glade, gramps2/src/plugins/patchnames.glade, gramps2/src/rule.glade: * src/Plugins.py: Pass parent class to the tools. * src/rule.glade: Define event handlers. * src/gramps_main.py: Pass parent class to the tools. * src/plugins/EventCmp.py: Window management. * src/plugins/FilterEditor.py: Window management. * src/plugins/PatchNames.py: Window management. * src/plugins/eventcmp.glade: Define event handlers. * src/plugins/patchnames.glade: Define event handlers. svn: r3150 2004-05-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py: * src/DbPrompter.py: added a .grdb if not specified. svn: r3149 2004-05-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py: * src/DbPrompter.py: added a .grdb if not specified. svn: r3149 2004-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/merge.glade, src/plugins/patchnames.glade: * src/plugins/PatchNames.py: Clean up conversion to db. * src/plugins/patchnames.glade: HIGify dialog. * src/plugins/Merge.py: Convert to db. * src/plugins/merge.glade: HIGify dialogs. svn: r3148 2004-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/merge.glade, gramps2/src/plugins/patchnames.glade: * src/plugins/PatchNames.py: Clean up conversion to db. * src/plugins/patchnames.glade: HIGify dialog. * src/plugins/Merge.py: Convert to db. * src/plugins/merge.glade: HIGify dialogs. svn: r3148 2004-05-09 Alex Roitman <shura@gramps-project.org> * src/plugins/eventcmp.glade: Update svn: r3147 2004-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/eventcmp.glade: Update svn: r3147 2004-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Check.py: * src/plugins/Check.py: Clean up conversion to db. svn: r3146 2004-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Check.py: * src/plugins/Check.py: Clean up conversion to db. svn: r3146 2004-05-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/EventCmp.py, src/plugins/eventcmp.glade: * src/plugins/EventCmp.py: Convert to db. * src/plugins/eventcmp.glade: HIGify dialogs. svn: r3145 2004-05-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/eventcmp.glade: * src/plugins/EventCmp.py: Convert to db. * src/plugins/eventcmp.glade: HIGify dialogs. svn: r3145 2004-05-08 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/gramps.glade, src/gramps.py, src/gramps_main.py: * src/DbPrompter.py: handle open dialog in a clean manner * src/gramps.py: handle open dialog in a clean manner * src/gramps_main.py: handle open dialog in a clean manner * src/gramps.glade: handle open dialog in a clean manner svn: r3143 2004-05-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/gramps.glade, gramps2/src/gramps.py, gramps2/src/gramps_main.py: * src/DbPrompter.py: handle open dialog in a clean manner * src/gramps.py: handle open dialog in a clean manner * src/gramps_main.py: handle open dialog in a clean manner * src/gramps.glade: handle open dialog in a clean manner svn: r3143 2004-05-08 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Update svn: r3142 2004-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Update svn: r3142 2004-05-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py, src/plugins/Verify.py, src/plugins/soundgen.py: * src/plugins/soundgen.py: Convert to db. * src/plugins/GraphViz.py: Typo. * src/plugins/Verify.py: Convert to db. svn: r3141 2004-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/soundgen.py: * src/plugins/soundgen.py: Convert to db. * src/plugins/GraphViz.py: Typo. * src/plugins/Verify.py: Convert to db. svn: r3141 2004-05-07 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3140 2004-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3140 2004-05-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: * src/SelectPerson.py: Resolve widget naming conflict. * src/plugins/BookReport.py: Convert to db. svn: r3139 2004-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: * src/SelectPerson.py: Resolve widget naming conflict. * src/plugins/BookReport.py: Convert to db. svn: r3139 2004-05-07 Alex Roitman <shura@gramps-project.org> * src/Report.py, src/SelectPerson.py: Minor updates svn: r3138 2004-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/src/Report.py, gramps2/src/SelectPerson.py: Minor updates svn: r3138 2004-05-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Sort.py: * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. * src/Sort.py (by_date): Add function. svn: r3137 2004-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Sort.py: * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. * src/Sort.py (by_date): Add function. svn: r3137 2004-05-07 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps-mdk.spec, gramps.spec, src/GenericFilter.py, src/Makefile.am, src/Makefile.in, src/Plugins.py, src/SelectPerson.py, src/gramps_main.py, src/po/Makefile.in: fix select person again svn: r3136 2004-05-07 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/GenericFilter.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Plugins.py, gramps2/src/SelectPerson.py, gramps2/src/gramps_main.py, gramps2/src/po/Makefile.in: fix select person again svn: r3136 2004-05-07 Alex Roitman <shura@gramps-project.org> * src/SelectPerson.py, src/gramps.glade: * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. svn: r3135 2004-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/src/SelectPerson.py, gramps2/src/gramps.glade: * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. svn: r3135 2004-05-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Makefile.am, src/plugins/CountAncestors.py, src/plugins/Makefile.am, src/plugins/Summary.py, src/plugins/WebPage.py, src/plugins/count_anc.py: * src/plugins/WebPage.py: Clean up conversion to db. Switch to using Sort function. * src/plugins/CountAncestors.py: Add file, convert to db. * src/plugins/count_anc.py: Remove file. * src/plugins/Summary.py: Convert to db. * src/Makefile.am: Ship Sort.py instead of sort.py. * src/plugins/Makefile.am: Ship CountAncestors.py instead of count_anc.py. svn: r3134 2004-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.am, gramps2/src/plugins/CountAncestors.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Summary.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/count_anc.py: * src/plugins/WebPage.py: Clean up conversion to db. Switch to using Sort function. * src/plugins/CountAncestors.py: Add file, convert to db. * src/plugins/count_anc.py: Remove file. * src/plugins/Summary.py: Convert to db. * src/Makefile.am: Ship Sort.py instead of sort.py. * src/plugins/Makefile.am: Ship CountAncestors.py instead of count_anc.py. svn: r3134 2004-05-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/PeopleModel.py, src/gramps.glade, src/plugins/ReadGedcom.py: * src/ImageSelect.py: handle new file chooser svn: r3133 2004-05-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/PeopleModel.py, gramps2/src/gramps.glade, gramps2/src/plugins/ReadGedcom.py: * src/ImageSelect.py: handle new file chooser svn: r3133 2004-05-06 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r3132 2004-05-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r3132 2004-05-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/RelGraph.py: * src/plugins/RelGraph.py: Convert to db. Change coding style. Use FreeSans as a TrueType font. svn: r3131 2004-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RelGraph.py: * src/plugins/RelGraph.py: Convert to db. Change coding style. Use FreeSans as a TrueType font. svn: r3131 2004-05-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/EditPerson.py: Switch to Sort.py. * src/FamilyView.py: Switch to Sort.py. * src/RelLib.py: Remove unneeded import. * src/plugins/DescendReport.py: Switch to Sort.py. * src/plugins/GraphViz.py: Convert to db. svn: r3130 2004-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/EditPerson.py: Switch to Sort.py. * src/FamilyView.py: Switch to Sort.py. * src/RelLib.py: Remove unneeded import. * src/plugins/DescendReport.py: Switch to Sort.py. * src/plugins/GraphViz.py: Convert to db. svn: r3130 2004-05-05 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/gramps_main.py, src/plugins/ReadGedcom.py: * src/gramps_main.py: rebuild tree after importing * src/plugins/ReadGedcom.py: destroy filechooser at proper time svn: r3129 2004-05-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py: * src/gramps_main.py: rebuild tree after importing * src/plugins/ReadGedcom.py: destroy filechooser at proper time svn: r3129 2004-05-05 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/FamilyView.py, src/RelLib.py, src/plugins/DescendReport.py: * src/EditPerson.py: Switch to Sort.py. * src/FamilyView.py: Switch to Sort.py. * src/RelLib.py: Remove unneeded import. * src/plugins/DescendReport.py: Switch to Sort.py. svn: r3128 2004-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/RelLib.py, gramps2/src/plugins/DescendReport.py: * src/EditPerson.py: Switch to Sort.py. * src/FamilyView.py: Switch to Sort.py. * src/RelLib.py: Remove unneeded import. * src/plugins/DescendReport.py: Switch to Sort.py. svn: r3128 2004-05-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GraphLayout.py, src/Sort.py, src/SubstKeywords.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/DesGraph.py, src/plugins/FanChart.py, src/plugins/TimeLine.py, src/sort.py: * src/SubstKeywords.py (__init__): Convert to db. * src/plugins/AncestorChart.py: Convert to db. * src/plugins/AncestorChart2.py: Convert to db. * src/GraphLayout.py: Convert to db. * src/plugins/DesGraph.py: Convert to db. * src/plugins/FanChart.py: Convert to db. * src/Sort.py: Add converted sort.py to CVS. * src/sort.py: Remove file (obsolete). * src/plugins/TimeLine.py: Convert to db. svn: r3127 2004-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GraphLayout.py, gramps2/src/Sort.py, gramps2/src/SubstKeywords.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/TimeLine.py, gramps2/src/sort.py: * src/SubstKeywords.py (__init__): Convert to db. * src/plugins/AncestorChart.py: Convert to db. * src/plugins/AncestorChart2.py: Convert to db. * src/GraphLayout.py: Convert to db. * src/plugins/DesGraph.py: Convert to db. * src/plugins/FanChart.py: Convert to db. * src/Sort.py: Add converted sort.py to CVS. * src/sort.py: Remove file (obsolete). * src/plugins/TimeLine.py: Convert to db. svn: r3127 2004-05-04 Alex Roitman <shura@gramps-project.org> * src/plugins/IndivComplete.py: Update svn: r3126 2004-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/IndivComplete.py: Update svn: r3126 2004-05-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivSummary.py: * src/plugins/DetDescendantReport.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/DetAncestralReport.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FtmStyleDescendants.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FtmStyleAncestors.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FamilyGroup.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/IndivComplete.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/IndivSummary.py (get_xpm_image): Remove function, import it from Utils.py instead; Convert to db. svn: r3125 2004-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivSummary.py: * src/plugins/DetDescendantReport.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/DetAncestralReport.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FtmStyleDescendants.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FtmStyleAncestors.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FamilyGroup.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/IndivComplete.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/IndivSummary.py (get_xpm_image): Remove function, import it from Utils.py instead; Convert to db. svn: r3125 2004-05-04 Don Allingham <don@gramps-project.org> * src/PeopleModel.py, src/plugins/ReadGedcom.py: update for GEDCOM memory usage svn: r3123 2004-05-04 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py, gramps2/src/plugins/ReadGedcom.py: update for GEDCOM memory usage svn: r3123 2004-05-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: Convert to db interface. svn: r3122 2004-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: Convert to db interface. svn: r3122 2004-05-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py: Convert to db interface. svn: r3121 2004-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py: Convert to db interface. svn: r3121 2004-05-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Convert to db interface. * src/plugins/DetAncestralReport.py: Translate string. svn: r3120 2004-05-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Convert to db interface. * src/plugins/DetAncestralReport.py: Translate string. svn: r3120 2004-05-03 Don Allingham <don@gramps-project.org> * src/gramps_main.py: update svn: r3119 2004-05-03 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: update svn: r3119 2004-05-03 Don Allingham <don@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/Plugins.py, src/ReadXML.py, src/acconfig.h, src/gramps_main.py: * src/DbPrompter.py: 2.4 filechooser * src/gramps_main.py: 2.4 filechooser * src/ReadXML.py: 2.4 filechooser * src/Pluginsd.py: tooltip deprecation fix svn: r3118 2004-05-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/Plugins.py, gramps2/src/ReadXML.py, gramps2/src/acconfig.h, gramps2/src/gramps_main.py: * src/DbPrompter.py: 2.4 filechooser * src/gramps_main.py: 2.4 filechooser * src/ReadXML.py: 2.4 filechooser * src/Pluginsd.py: tooltip deprecation fix svn: r3118 2004-05-02 Don Allingham <don@gramps-project.org> * src/AutoComp.py, src/EditPerson.py, src/PeopleModel.py, src/PeopleView.py, src/gramps.glade, src/gramps_main.py: update svn: r3117 2004-05-02 Don Allingham <don@gramps-project.org> * gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: update svn: r3117 2004-05-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps.glade, src/gramps.py, src/gramps_main.py: * src/gramps.glade: rearranged filter apply * src/gramps.py: update to gtk.main() * src/gramps_main.py: goto active person after model built svn: r3116 2004-05-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/gramps.py, gramps2/src/gramps_main.py: * src/gramps.glade: rearranged filter apply * src/gramps.py: update to gtk.main() * src/gramps_main.py: goto active person after model built svn: r3116 2004-04-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/PeopleModel.py, src/PeopleView.py, src/gramps.glade, src/gramps_main.py: * src/GenericFilter.py: Add a generic filter that can take a parameter * src/PeopleModel.py: Support for top level visibility * src/gramps.glade: clean up filtering widgets * src/gramps_main.py: build basic filters svn: r3115 2004-04-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/GenericFilter.py: Add a generic filter that can take a parameter * src/PeopleModel.py: Support for top level visibility * src/gramps.glade: clean up filtering widgets * src/gramps_main.py: build basic filters svn: r3115 2004-04-28 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, aclocal.m4, configure, configure.in, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps-mdk.spec, gramps.spec, src/DbPrompter.py, src/DisplayModels.py, src/GenericFilter.py, src/Makefile.in, src/PeopleModel.py, src/PeopleView.py, src/RelLib.py, src/Utils.py, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/gramps.glade, src/gramps_main.py, src/plugins/Makefile.in, src/plugins/count_anc.py, src/po/Makefile.in: * src/DbPrompter.py: remove unused functions * src/DisplayModels.py: filtering support * src/GenericFilter.py: filtering support * src/PeopleModel.py: support for filtering * src/PeopleView.py: support for filtering * src/RelLib.py: filtering support * src/Utils.py: filtering support * src/gramps.glade: remove invert for filters * src/gramps_main.py: filtering support svn: r3114 2004-04-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/DbPrompter.py, gramps2/src/DisplayModels.py, gramps2/src/GenericFilter.py, gramps2/src/Makefile.in, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/count_anc.py, gramps2/src/po/Makefile.in: * src/DbPrompter.py: remove unused functions * src/DisplayModels.py: filtering support * src/GenericFilter.py: filtering support * src/PeopleModel.py: support for filtering * src/PeopleView.py: support for filtering * src/RelLib.py: filtering support * src/Utils.py: filtering support * src/gramps.glade: remove invert for filters * src/gramps_main.py: filtering support svn: r3114 2004-04-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Convert to db interface. * src/plugins/DescendReport.py: Convert to db interface. * src/plugins/DetAncestralReport.py: Convert to db interface. svn: r3110 2004-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: Convert to db interface. * src/plugins/DescendReport.py: Convert to db interface. * src/plugins/DetAncestralReport.py: Convert to db interface. svn: r3110 2004-04-26 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3109 2004-04-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3109 2004-04-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: Menu improvements. svn: r3108 2004-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Menu improvements. svn: r3108 2004-04-25 Alex Roitman <shura@gramps-project.org> * src/plugins/Ancestors.py: Update svn: r3107 2004-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Ancestors.py: Update svn: r3107 2004-04-25 Alex Roitman <shura@gramps-project.org> * src/plugins/Ancestors.py: Update svn: r3106 2004-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Ancestors.py: Update svn: r3106 2004-04-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Utils.py, src/docgen/RTFDoc.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py: * src/docgen/RTFDoc.py: Typo. * src/Utils.py (get_xpm_image): Add function. * src/plugins/AncestorReport.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/Ancestors.py (get_xpm_image): Remove function; Bring up to the database interface. svn: r3105 2004-04-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Utils.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py: * src/docgen/RTFDoc.py: Typo. * src/Utils.py (get_xpm_image): Add function. * src/plugins/AncestorReport.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/Ancestors.py (get_xpm_image): Remove function; Bring up to the database interface. svn: r3105 2004-04-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py: Typo. svn: r3104 2004-04-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py: Typo. svn: r3104 2004-04-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: Completely switch from grampslib. * src/docgen/PdfDoc.py: Typo. svn: r3103 2004-04-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: Completely switch from grampslib. * src/docgen/PdfDoc.py: Typo. svn: r3103 2004-04-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/SelectChild.py: * src/SelectChild.py (on_save_child_clicked): Corrections. svn: r3096 2004-04-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SelectChild.py: * src/SelectChild.py (on_save_child_clicked): Corrections. svn: r3096 2004-04-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/SelectChild.py: * src/ChooseParents.py: Disallow selecting self as a parent. * src/SelectChild.py: Disallow selecting self as a child. svn: r3093 2004-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/SelectChild.py: * src/ChooseParents.py: Disallow selecting self as a parent. * src/SelectChild.py: Disallow selecting self as a child. svn: r3093 2004-04-19 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, src/DbPrompter.py, src/ImageSelect.py, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/gramps.py, src/gramps_main.py, src/plugins/Makefile.in, src/po/Makefile.in: * src/DbPrompter.py: support for new GTK 2.4 file chooser svn: r3090 2004-04-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/src/DbPrompter.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/gramps.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: * src/DbPrompter.py: support for new GTK 2.4 file chooser svn: r3090 2004-04-16 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/ChooseParents.py, src/FamilyView.py, src/Marriage.py, src/PeopleModel.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py, src/plugins/Check.py: Fixes for undo svn: r3089 2004-04-16 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/PeopleModel.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py: Fixes for undo svn: r3089 2004-04-11 Don Allingham <don@gramps-project.org> * gramps-mdk.spec, gramps.spec, src/Makefile.am, src/Makefile.in, src/data/Makefile.in: update svn: r3086 2004-04-11 Don Allingham <don@gramps-project.org> * gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/data/Makefile.in: update svn: r3086 2004-04-11 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.am, src/Bookmarks.py, src/ChooseParents.py, src/GrampsParser.py, src/GrampsXML.py, src/Makefile.am, src/Makefile.in, src/MediaView.py, src/PedView.py, src/PeopleView.py, src/PlaceView.py, src/ReadXML.py, src/RelLib.py, src/SourceView.py, src/const.py.in, src/data/Makefile.am, src/data/papersize.xml, src/gramps_main.py, src/papersize.xml, src/plugins/Makefile.in, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py: * src/Bookmarks.py: use IDs instead of person references * src/ChooseParents.py: allow for NOSORT option * src/GrampsParser.py: removed * src/GrampsXML.py: removed * src/MediaView.py: allow for NOSORT option * src/PedView.py: double click to edit * src/PeopleView.py: allow for NOSORT option * src/PlaceView.py: allow for NOSORT option * src/RelLib.py: handle bookmarks in metadata * src/ReadXML.py: merge GrampsParser * src/SourceView.py: allow for NOSORT option * src/const.py.in: fix paths for xml files * src/gramps_main.py: bookmark fixes * src/papersize.xml : move to data subdirectory * src/plugins/ReadGedcom.py: fix menu string * src/plugins/ReadNative.py: fix menu string * src/plugins/ReadPkg.py: fix menu string svn: r3085 2004-04-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/MediaView.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/const.py.in, gramps2/src/data/Makefile.am, gramps2/src/data/papersize.xml, gramps2/src/gramps_main.py, gramps2/src/papersize.xml, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py: * src/Bookmarks.py: use IDs instead of person references * src/ChooseParents.py: allow for NOSORT option * src/GrampsParser.py: removed * src/GrampsXML.py: removed * src/MediaView.py: allow for NOSORT option * src/PedView.py: double click to edit * src/PeopleView.py: allow for NOSORT option * src/PlaceView.py: allow for NOSORT option * src/RelLib.py: handle bookmarks in metadata * src/ReadXML.py: merge GrampsParser * src/SourceView.py: allow for NOSORT option * src/const.py.in: fix paths for xml files * src/gramps_main.py: bookmark fixes * src/papersize.xml : move to data subdirectory * src/plugins/ReadGedcom.py: fix menu string * src/plugins/ReadNative.py: fix menu string * src/plugins/ReadPkg.py: fix menu string svn: r3085 2004-04-10 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/PeopleView.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py, src/plugins/Makefile.am: Improved error handling svn: r3083 2004-04-10 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Makefile.am: Improved error handling svn: r3083 2004-04-09 Don Allingham <don@gramps-project.org> * README, TODO, src/Makefile.am, src/Makefile.in, src/RelLib.py, src/WriteXML.py, src/const.py.in, src/gramps.glade, src/gramps.xpm, src/pedigree.xpm, src/people.xpm, src/plugins/ReadGedcom.py, src/plugins/ReadPkg.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/pafexport.glade: export/import filters svn: r3082 2004-04-09 Don Allingham <don@gramps-project.org> * gramps2/README, gramps2/TODO, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in, gramps2/src/gramps.glade, gramps2/src/gramps.xpm, gramps2/src/pedigree.xpm, gramps2/src/people.xpm, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/pafexport.glade: export/import filters svn: r3082 2004-04-08 Don Allingham <don@gramps-project.org> * ChangeLog, gramps-mdk.spec, gramps.spec, src/SelectObject.py, src/SelectPerson.py, src/choose.glade, src/const.py.in, src/dialog.glade, src/dialog.gladep, src/errdialogs.glade, src/gramps.glade, src/imagesel.glade, src/styles.glade: * src/choose.glade: merged into gramps.glade * src/styles.glade: merged into gramps.glade * src/dialog.glade: merged into gramps.glade * src/styles.glade: merged into gramps.glade * src/imagesel.glade: merged into gramps.glade * src/errdialogs.glade: merged into gramps.glade * src/gramps.glade: merged from other files svn: r3081 2004-04-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/choose.glade, gramps2/src/const.py.in, gramps2/src/dialog.glade, gramps2/src/dialog.gladep, gramps2/src/errdialogs.glade, gramps2/src/gramps.glade, gramps2/src/imagesel.glade, gramps2/src/styles.glade: * src/choose.glade: merged into gramps.glade * src/styles.glade: merged into gramps.glade * src/dialog.glade: merged into gramps.glade * src/styles.glade: merged into gramps.glade * src/imagesel.glade: merged into gramps.glade * src/errdialogs.glade: merged into gramps.glade * src/gramps.glade: merged from other files svn: r3081 2004-04-07 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py, src/plugins/ReadGedcom.py: * src/RelLib.py: add_source takes an transaction * src/ReadGedcom.py: drop add_surname svn: r3080 2004-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/plugins/ReadGedcom.py: * src/RelLib.py: add_source takes an transaction * src/ReadGedcom.py: drop add_surname svn: r3080 2004-04-07 Don Allingham <don@gramps-project.org> * ChangeLog, configure, gramps-mdk.spec, gramps.spec, src/DbPrompter.py, src/Marriage.py, src/const.py.in, src/edit_person.glade, src/edit_person.gladep, src/filelist, src/gramps.glade, src/marriage.glade, src/marriage.gladep, src/places.glade, src/places.gladep, src/preferences.glade, src/preferences.gladep, src/revision.glade, src/revision.gladep, src/select_person.glade, src/srcsel.glade, src/srcsel.gladep: * src/DbPrompter.py: remove VersionControl reference * src/Marriage.py: fix transaction handling * src/const.py.in: new glade file names * src/edit_person.glade: merged into gramps.glade * src/edit_person.gladep: removed * src/filelist: removed * src/gramps.glade: additions from old glade files * src/marriage.glade: merged into gramps.glade * src/marriage.gladep: removed * src/places.glade: merged into gramps.glade * src/places.gladep: removed * src/preferences.glade: merged into gramps.glade * src/preferences.gladep: removed * src/revision.glade: merged into gramps.glade * src/revision.gladep: removed * src/select_person.glade: merged into gramps.glade * src/srcsel.glade: merged into gramps.glade * src/srcsel.gladep: removed svn: r3079 2004-04-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/DbPrompter.py, gramps2/src/Marriage.py, gramps2/src/const.py.in, gramps2/src/edit_person.glade, gramps2/src/edit_person.gladep, gramps2/src/filelist, gramps2/src/gramps.glade, gramps2/src/marriage.glade, gramps2/src/marriage.gladep, gramps2/src/places.glade, gramps2/src/places.gladep, gramps2/src/preferences.glade, gramps2/src/preferences.gladep, gramps2/src/revision.glade, gramps2/src/revision.gladep, gramps2/src/select_person.glade, gramps2/src/srcsel.glade, gramps2/src/srcsel.gladep: * src/DbPrompter.py: remove VersionControl reference * src/Marriage.py: fix transaction handling * src/const.py.in: new glade file names * src/edit_person.glade: merged into gramps.glade * src/edit_person.gladep: removed * src/filelist: removed * src/gramps.glade: additions from old glade files * src/marriage.glade: merged into gramps.glade * src/marriage.gladep: removed * src/places.glade: merged into gramps.glade * src/places.gladep: removed * src/preferences.glade: merged into gramps.glade * src/preferences.gladep: removed * src/revision.glade: merged into gramps.glade * src/revision.gladep: removed * src/select_person.glade: merged into gramps.glade * src/srcsel.glade: merged into gramps.glade * src/srcsel.gladep: removed svn: r3079 2004-04-07 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/Makefile.am, src/Makefile.in: Remove VersionControl svn: r3078 2004-04-07 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in: Remove VersionControl svn: r3078 2004-04-06 Don Allingham <don@gramps-project.org> * ChangeLog, src/GrampsMime.py, src/VersionControl.py, src/gramps_main.py, src/plugins/ReadGedcom.py: * src/VersionControl.py: removed * src/GrampsMime.py: added mime types * src/grampslib_wrap.c: removed svn: r3077 2004-04-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsMime.py, gramps2/src/VersionControl.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py: * src/VersionControl.py: removed * src/GrampsMime.py: added mime types * src/grampslib_wrap.c: removed svn: r3077 2004-04-04 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, aclocal.m4, configure, configure.in, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps-mdk.spec, gramps.spec, gramps.spec.in, src/AddMedia.py, src/ChooseParents.py, src/EventEdit.py, src/GrampsMime.py, src/GrampsParser.py, src/ImageSelect.py, src/Makefile.am, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/PeopleView.py, src/RelImage.py, src/RelLib.py, src/SelectObject.py, src/Utils.py, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/Makefile.in, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/filters/Makefile.in, src/gramps.glade, src/gramps_main.py, src/grampslib.i, src/grampslib_wrap.c, src/plugins/AncestorReport.py, src/plugins/Makefile.in, src/po/Makefile.in: * GrampsMime.py: added mime types * grampslib_wrap.c: removed * various: more undo functionality svn: r3074 2004-04-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/gramps.spec.in, gramps2/src/AddMedia.py, gramps2/src/ChooseParents.py, gramps2/src/EventEdit.py, gramps2/src/GrampsMime.py, gramps2/src/GrampsParser.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/PeopleView.py, gramps2/src/RelImage.py, gramps2/src/RelLib.py, gramps2/src/SelectObject.py, gramps2/src/Utils.py, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/Makefile.in, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/filters/Makefile.in, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/grampslib.i, gramps2/src/grampslib_wrap.c, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: * GrampsMime.py: added mime types * grampslib_wrap.c: removed * various: more undo functionality svn: r3074 2004-03-30 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddSpouse.py, src/ChooseParents.py, src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GrampsCfg.py, src/GrampsParser.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/PeopleModel.py, src/PeopleStore.py, src/PeopleView.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/SourceView.py, src/gramps.glade, src/gramps_main.py: * various: Add undo functionality svn: r3065 2004-03-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsParser.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleStore.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * various: Add undo functionality svn: r3065 2004-03-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_it.py: * src/plugins/rel_it.py: Convert to class. svn: r3063 2004-03-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_it.py: * src/plugins/rel_it.py: Convert to class. svn: r3063 2004-03-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py (_make_default_style, print_children): Add new style for numbering children. svn: r3062 2004-03-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py (_make_default_style, print_children): Add new style for numbering children. svn: r3062 2004-03-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/EditPerson.py, src/NameEdit.py, src/RelLib.py, src/gramps.glade: * src/gramps_main.py: remove unused functions, fix history * src/FamilyView.py: improve reordering of children svn: r3059 2004-03-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/NameEdit.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade: * src/gramps_main.py: remove unused functions, fix history * src/FamilyView.py: improve reordering of children svn: r3059 2004-03-25 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/gramps_main.py: * src/gramps_main.py: remove unused functions, fix history * src/FamilyView.py: improve reordering of children svn: r3058 2004-03-25 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/gramps_main.py: * src/gramps_main.py: remove unused functions, fix history * src/FamilyView.py: improve reordering of children svn: r3058 2004-03-23 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/no.po: fixed type in header of po file svn: r3056 2004-03-23 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/no.po: fixed type in header of po file svn: r3056 2004-03-23 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Updated translation svn: r3055 2004-03-23 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Updated translation svn: r3055 2004-03-23 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/DisplayModels.py, src/FamilyView.py, src/GrampsParser.py, src/MediaView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/SelectPerson.py, src/SourceView.py, src/choose.glade, src/gramps.glade, src/gramps_main.py, src/plugins/FilterEditor.py: * src/SelectChild.py: use PersonModel * src/plugins/FilterEditor.py: use new SelectPerson svn: r3052 2004-03-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/DisplayModels.py, gramps2/src/FamilyView.py, gramps2/src/GrampsParser.py, gramps2/src/MediaView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py, gramps2/src/SelectPerson.py, gramps2/src/SourceView.py, gramps2/src/choose.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/FilterEditor.py: * src/SelectChild.py: use PersonModel * src/plugins/FilterEditor.py: use new SelectPerson svn: r3052 2004-03-23 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r3051 2004-03-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r3051 2004-03-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (add_photo): Encode filename. svn: r3049 2004-03-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (add_photo): Encode filename. svn: r3049 2004-03-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EditPerson.py (draw_lds): Don't include main family twice. svn: r3047 2004-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py (draw_lds): Don't include main family twice. svn: r3047 2004-03-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py (on_show_child_menu): Switch to id. svn: r3045 2004-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py (on_show_child_menu): Switch to id. svn: r3045 2004-03-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Fix colliding name. svn: r3044 2004-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Fix colliding name. svn: r3044 2004-03-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/DisplayModels.py: New file svn: r3041 2004-03-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DisplayModels.py: New file svn: r3041 2004-03-22 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/AddSpouse.py, src/ChooseParents.py, src/ColumnOrder.py, src/DateEdit.py, src/EditPerson.py, src/FamilyView.py, src/MediaView.py, src/PeopleModel.py, src/PeopleView.py, src/PlaceView.py, src/RelLib.py, src/SourceView.py, src/gramps_main.py, src/plugins/FilterEditor.py: Convert to new GenericTreeView models svn: r3040 2004-03-22 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/ColumnOrder.py, gramps2/src/DateEdit.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/MediaView.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py, gramps2/src/plugins/FilterEditor.py: Convert to new GenericTreeView models svn: r3040 2004-03-17 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r3026 2004-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r3026 2004-03-17 Alex Roitman <shura@gramps-project.org> * src/Date.py, src/plugins/WebPage.py: * src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py. * src/plugins/GraphViz.py (dump_index): Remove utf8 to latin conversion. Switch to FreeSans. * src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding. * src/plugins/WebPage.py: Add option for using only birth date. * src/Date.py: Switch over to lowercase function names. svn: r3025 2004-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/Date.py, gramps2/src/plugins/WebPage.py: * src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py. * src/plugins/GraphViz.py (dump_index): Remove utf8 to latin conversion. Switch to FreeSans. * src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding. * src/plugins/WebPage.py: Add option for using only birth date. * src/Date.py: Switch over to lowercase function names. svn: r3025 2004-03-17 Alex Roitman <shura@gramps-project.org> * src/docgen/Makefile.am, src/docgen/Makefile.in, src/docgen/PdfDoc.py, src/plugins/GraphViz.py: * src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py. * src/plugins/GraphViz.py (dump_index): Remove utf8 to latin conversion. Switch to FreeSans. * src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding. svn: r3024 2004-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/Makefile.am, gramps2/src/docgen/Makefile.in, gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/GraphViz.py: * src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py. * src/plugins/GraphViz.py (dump_index): Remove utf8 to latin conversion. Switch to FreeSans. * src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding. svn: r3024 2004-03-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure, configure.in, src/docgen/LPRDoc.py, src/po/da.po, src/po/da_DK.po: * src/docgen/LPRDoc.py: Typo. * src/po/da_DK.po: Remove in favor of da.po file. * src/po/da.po: Add (replaces da_DK.po). * configure.in, configure: Switch from da_DK to da in languages. svn: r3023 2004-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/configure.in, gramps2/src/docgen/LPRDoc.py, gramps2/src/po/da.po, gramps2/src/po/da_DK.po: * src/docgen/LPRDoc.py: Typo. * src/po/da_DK.po: Remove in favor of da.po file. * src/po/da.po: Add (replaces da_DK.po). * configure.in, configure: Switch from da_DK to da in languages. svn: r3023 2004-03-16 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Fixed typo svn: r3021 2004-03-16 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Fixed typo svn: r3021 2004-03-16 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Fixed typo svn: r3019 2004-03-16 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Fixed typo svn: r3019 2004-03-16 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Change function name svn: r3016 2004-03-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Change function name svn: r3016 2004-03-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (do_print): Typos. svn: r3012 2004-03-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py (do_print): Typos. svn: r3012 2004-03-12 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Update svn: r3008 2004-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Update svn: r3008 2004-03-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Add number of copies and page range selection options to a dialog. Remove all these "__" from var names. svn: r3007 2004-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Add number of copies and page range selection options to a dialog. Remove all these "__" from var names. svn: r3007 2004-03-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteFtree.py, src/plugins/WriteGedcom.py: * src/plugins/WriteFtree.py: Typo. * src/plugins/WriteGedcom.py: Typo. svn: r3005 2004-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteFtree.py: Typo. * src/plugins/WriteGedcom.py: Typo. svn: r3005 2004-03-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteFtree.py, src/plugins/WriteGedcom.py: * src/plugins/WriteFtree.py: Call probably_alive with db. * src/plugins/WriteGedcom.py: Call probably_alive with db. svn: r3004 2004-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteFtree.py: Call probably_alive with db. * src/plugins/WriteGedcom.py: Call probably_alive with db. svn: r3004 2004-03-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py, src/plugins/WebPage.py: * src/plugins/WebPage.py: Convert to ids. Call probably_alive with db as an argument. Move by_date inside the class (needs db). * src/RelLib.py: Correct probably_alive to ids. svn: r3003 2004-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: Convert to ids. Call probably_alive with db as an argument. Move by_date inside the class (needs db). * src/RelLib.py: Correct probably_alive to ids. svn: r3003 2004-03-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/plugins/FilterEditor.py, src/plugins/WebPage.py: * src/GenericFilter.py: Convert to ids. * src/plugins/FilterEditor.py: Convert to ids. * src/plugins/WebPage.py: Convert to ids. svn: r3002 2004-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/WebPage.py: * src/GenericFilter.py: Convert to ids. * src/plugins/FilterEditor.py: Convert to ids. * src/plugins/WebPage.py: Convert to ids. svn: r3002 2004-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py: Clean up mini tree. Add connecting lines. Switch from list of 2^gen strings to a dict with only used entries. Clean up generation SpinButton in the dialog. * src/plugins/WebPage.py: Link main photo to the original. Use alt strings. Mini tree for many generations. svn: r3000 2004-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: Clean up mini tree. Add connecting lines. Switch from list of 2^gen strings to a dict with only used entries. Clean up generation SpinButton in the dialog. * src/plugins/WebPage.py: Link main photo to the original. Use alt strings. Mini tree for many generations. svn: r3000 2004-03-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2999 2004-03-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2999 2004-03-10 Don Allingham <don@gramps-project.org> * src/ColumnOrder.py, src/PeopleModel.py, src/PeopleView.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py: * src/PeopleModel.py: Column reordering/selection * src/PeopleView.py: Column reordering/selection * src/RelLib.py: Column reordering/selection * src/gramps_main.py: Column reordering/selection * src/gramps.glade: Column editor * src/ColumnOrder.py: Column editor svn: r2998 2004-03-10 Don Allingham <don@gramps-project.org> * gramps2/src/ColumnOrder.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/PeopleModel.py: Column reordering/selection * src/PeopleView.py: Column reordering/selection * src/RelLib.py: Column reordering/selection * src/gramps_main.py: Column reordering/selection * src/gramps.glade: Column editor * src/ColumnOrder.py: Column editor svn: r2998 2004-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (add_photo): Enforce given image size. Add optional alt argument. svn: r2997 2004-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (add_photo): Enforce given image size. Add optional alt argument. svn: r2997 2004-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/MediaView.py: * src/MediaView.py (on_select_row): Mark translatable string; (popup_convert_to_private): Call self.load before returning. * src/ImageSelect.py (LocalMediaProperties.__init__, GlobalMediaProperties.update_info): Mark translatable string. svn: r2995 2004-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py: * src/MediaView.py (on_select_row): Mark translatable string; (popup_convert_to_private): Call self.load before returning. * src/ImageSelect.py (LocalMediaProperties.__init__, GlobalMediaProperties.update_info): Mark translatable string. svn: r2995 2004-03-10 Alex Roitman <shura@gramps-project.org> * src/plugins/AncestorChart.py: Update svn: r2993 2004-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/AncestorChart.py: Update svn: r2993 2004-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py: * src/plugins/AncestorChart.py: Add prefix (AC-) to styles. * src/plugins/AncestorChart2.py: Add prefix (AC2-) to styles. svn: r2992 2004-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart.py: Add prefix (AC-) to styles. * src/plugins/AncestorChart2.py: Add prefix (AC2-) to styles. svn: r2992 2004-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Ancestors.py: * src/plugins/Ancestors.py: Use 1 instead of gtk.True. svn: r2991 2004-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: * src/plugins/Ancestors.py: Use 1 instead of gtk.True. svn: r2991 2004-03-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Set and maintain self.brand_new_page. Use constant factor for line spacing for given font size. svn: r2989 2004-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Set and maintain self.brand_new_page. Use constant factor for line spacing for given font size. svn: r2989 2004-03-09 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2985 2004-03-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2985 2004-03-09 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/PeopleModel.py, src/PeopleView.py, src/gramps_main.py: * src/EditPerson.py: TreeView enhancements * src/PeopleModel.py: TreeView enhancements * src/PeopleView.py: TreeView enhancements * src/gramps_main.py: TreeView enhancements svn: r2984 2004-03-09 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/EditPerson.py: TreeView enhancements * src/PeopleModel.py: TreeView enhancements * src/PeopleView.py: TreeView enhancements * src/gramps_main.py: TreeView enhancements svn: r2984 2004-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Font autodetection: trying freefont, MS fonts, and then stock Gnome fonts. svn: r2981 2004-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Font autodetection: trying freefont, MS fonts, and then stock Gnome fonts. svn: r2981 2004-03-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Support for graphic reports. svn: r2980 2004-03-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Support for graphic reports. svn: r2980 2004-03-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2979 2004-03-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2979 2004-03-07 Don Allingham <don@gramps-project.org> * src/PeopleModel.py, src/PeopleView.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py: * src/PeopleModel.py: New GenericTreeView based model * src/RelLib.py: metadata/people model support * src/gramps_main.py: PeopleModel support * src/PeopleView.py: PeopleModel support svn: r2978 2004-03-07 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleModel.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/PeopleModel.py: New GenericTreeView based model * src/RelLib.py: metadata/people model support * src/gramps_main.py: PeopleModel support * src/PeopleView.py: PeopleModel support svn: r2978 2004-03-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Cell padding support. Images support (requires CVS version of gnome-python). svn: r2976 2004-03-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Cell padding support. Images support (requires CVS version of gnome-python). svn: r2976 2004-03-06 Don Allingham <don@gramps-project.org> * src/RelLib.py: fix surname list svn: r2975 2004-03-06 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py: fix surname list svn: r2975 2004-03-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: Padding in paragraphs. svn: r2974 2004-03-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: Padding in paragraphs. svn: r2974 2004-03-06 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Minor cleanups svn: r2973 2004-03-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Minor cleanups svn: r2973 2004-03-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Support for paragraph's margins and the first indent properties. Font-specific line spacing. svn: r2972 2004-03-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Support for paragraph's margins and the first indent properties. Font-specific line spacing. svn: r2972 2004-03-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: Switch to utf8 capable fonts. Enable monospace for formatted notes. svn: r2971 2004-03-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: Switch to utf8 capable fonts. Enable monospace for formatted notes. svn: r2971 2004-03-05 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Found fonts svn: r2970 2004-03-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Found fonts svn: r2970 2004-03-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: New paragraph formatting algorithm. Proper alignment support (no implementation for justify yet). svn: r2969 2004-03-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: New paragraph formatting algorithm. Proper alignment support (no implementation for justify yet). svn: r2969 2004-03-05 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Some regression because of new algorithm svn: r2968 2004-03-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Some regression because of new algorithm svn: r2968 2004-03-04 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Update svn: r2963 2004-03-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Update svn: r2963 2004-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: page breaks, paragraph leader, dirty alignment hack. svn: r2962 2004-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: page breaks, paragraph leader, dirty alignment hack. svn: r2962 2004-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Superscript support, line breaks, page breaks, paragraph leader. svn: r2961 2004-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Superscript support, line breaks, page breaks, paragraph leader. svn: r2961 2004-03-03 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Paragraph leader svn: r2960 2004-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Paragraph leader svn: r2960 2004-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Superscript support. svn: r2959 2004-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Superscript support. svn: r2959 2004-03-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Re-write using paragraph class. svn: r2958 2004-03-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Re-write using paragraph class. svn: r2958 2004-03-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2957 2004-03-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2957 2004-03-03 Don Allingham <don@gramps-project.org> * src/plugins/AncestorReport.py, src/plugins/FtmStyleAncestors.py: * src/plugins/FtmStyleAncestors.py: bring up to date with IDs * src/plugins/AncestorReport.py: bring up to date with IDs svn: r2956 2004-03-03 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/FtmStyleAncestors.py: * src/plugins/FtmStyleAncestors.py: bring up to date with IDs * src/plugins/AncestorReport.py: bring up to date with IDs svn: r2956 2004-03-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/AsciiDoc.py: * src/docgen/AsciiDoc.py: Typo. svn: r2953 2004-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/AsciiDoc.py: * src/docgen/AsciiDoc.py: Typo. svn: r2953 2004-03-02 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Update svn: r2952 2004-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Update svn: r2952 2004-03-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure, configure.in, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * configure.in, configure: Typo. * src/plugins/FtmStyleAncestors.py (endnotes): Do not add redundant references. * src/plugins/FtmStyleDescendants.py (endnotes): Do not add redundant references. * src/plugins/DetAncestralReport.py (_make_default_style): Remove unused table definition. * src/plugins/DetDescendantReport.py (_make_default_style): Remove unused table definition. svn: r2950 2004-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/configure.in, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * configure.in, configure: Typo. * src/plugins/FtmStyleAncestors.py (endnotes): Do not add redundant references. * src/plugins/FtmStyleDescendants.py (endnotes): Do not add redundant references. * src/plugins/DetAncestralReport.py (_make_default_style): Remove unused table definition. * src/plugins/DetDescendantReport.py (_make_default_style): Remove unused table definition. svn: r2950 2004-03-02 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Oops svn: r2948 2004-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Oops svn: r2948 2004-03-02 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Update svn: r2947 2004-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Update svn: r2947 2004-03-02 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Update svn: r2946 2004-03-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Update svn: r2946 2004-03-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Table support correction: transferring row to the next page. svn: r2944 2004-03-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Table support correction: transferring row to the next page. svn: r2944 2004-03-01 Don Allingham <don@gramps-project.org> * ChangeLog, src/RelLib.py: * src/gramps_main.py: remove local media concept * src/RelLib.py: remove local media concept * src/SelectObject.py: remove local media concept * src/MediaView.py: remove local media concept * src/EditSource.py: remove local media concept * src/GrampsParser.py: remove local media concept * src/AddMedia.py: remove local media concept * src/GrampsZODB.py: delete svn: r2943 2004-03-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/gramps_main.py: remove local media concept * src/RelLib.py: remove local media concept * src/SelectObject.py: remove local media concept * src/MediaView.py: remove local media concept * src/EditSource.py: remove local media concept * src/GrampsParser.py: remove local media concept * src/AddMedia.py: remove local media concept * src/GrampsZODB.py: delete svn: r2943 2004-03-01 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/EditSource.py, src/GrampsParser.py, src/GrampsZODB.py, src/MediaView.py: * src/gramps_main.py: remove local media concept * src/RelLib.py: remove local media concept * src/SelectObject.py: remove local media concept * src/MediaView.py: remove local media concept * src/EditSource.py: remove local media concept * src/GrampsParser.py: remove local media concept * src/AddMedia.py: remove local media concept * src/GrampsZODB.py: delete svn: r2942 2004-03-01 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/EditSource.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsZODB.py, gramps2/src/MediaView.py: * src/gramps_main.py: remove local media concept * src/RelLib.py: remove local media concept * src/SelectObject.py: remove local media concept * src/MediaView.py: remove local media concept * src/EditSource.py: remove local media concept * src/GrampsParser.py: remove local media concept * src/AddMedia.py: remove local media concept * src/GrampsZODB.py: delete svn: r2942 2004-03-01 Don Allingham <don@gramps-project.org> * src/RelLib.py, src/SelectObject.py, src/gramps_main.py: * src/gramps_main.py: remove local media concept * src/RelLib.py: remove local media concept * src/SelectObject.py: remove local media concept svn: r2941 2004-03-01 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py, gramps2/src/SelectObject.py, gramps2/src/gramps_main.py: * src/gramps_main.py: remove local media concept * src/RelLib.py: remove local media concept * src/SelectObject.py: remove local media concept svn: r2941 2004-03-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/AsciiDoc.py: * src/docgen/AsciiDoc.py: Correctly treat cells with span>1. svn: r2939 2004-03-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/AsciiDoc.py: * src/docgen/AsciiDoc.py: Correctly treat cells with span>1. svn: r2939 2004-02-29 Alex Roitman <shura@gramps-project.org> * src/docgen/LPRDoc.py: Some additions svn: r2938 2004-02-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/LPRDoc.py: Some additions svn: r2938 2004-02-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Add to CVS. svn: r2937 2004-02-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/LPRDoc.py: * src/docgen/LPRDoc.py: Add to CVS. svn: r2937 2004-02-29 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/RelLib.py, src/plugins/ReadGedcom.py: * src/ChooseParents.py: fix typo * src/PedView.py: build child menu with IDs * src/ReadGedcom.py: save birth/death events, handle FTM's broken "_primary" junk svn: r2936 2004-02-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/RelLib.py, gramps2/src/plugins/ReadGedcom.py: * src/ChooseParents.py: fix typo * src/PedView.py: build child menu with IDs * src/ReadGedcom.py: save birth/death events, handle FTM's broken "_primary" junk svn: r2936 2004-02-29 Alex Roitman <shura@gramps-project.org> * src/GrampsParser.py, src/PedView.py: More svn: r2935 2004-02-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsParser.py, gramps2/src/PedView.py: More svn: r2935 2004-02-29 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/ReadXML.py, src/RelLib.py, src/gramps.glade, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py: db updates svn: r2934 2004-02-29 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py: db updates svn: r2934 2004-02-29 Alex Roitman <shura@gramps-project.org> * src/FamilyView.py, src/RelLib.py: update svn: r2932 2004-02-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/RelLib.py: update svn: r2932 2004-02-29 Alex Roitman <shura@gramps-project.org> * src/FamilyView.py, src/GrampsParser.py, src/RelLib.py: Eureka svn: r2931 2004-02-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/GrampsParser.py, gramps2/src/RelLib.py: Eureka svn: r2931 2004-02-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/Marriage.py: * src/FamilyView.py: Corrections. * src/Marriage.py: Corrections. svn: r2930 2004-02-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/Marriage.py: * src/FamilyView.py: Corrections. * src/Marriage.py: Corrections. svn: r2930 2004-02-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsParser.py, src/ReadXML.py, src/RelLib.py, src/docgen/AsciiDoc.py, src/docgen/Makefile.am, src/docgen/Makefile.in: * src/docgen/AsciiDoc.py: Add to CVS. * src/Makefile.am, src/Makefile.in: Ship AsciiDoc.py. svn: r2929 2004-02-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsParser.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/docgen/AsciiDoc.py, gramps2/src/docgen/Makefile.am, gramps2/src/docgen/Makefile.in: * src/docgen/AsciiDoc.py: Add to CVS. * src/Makefile.am, src/Makefile.in: Ship AsciiDoc.py. svn: r2929 2004-02-28 Don Allingham <don@gramps-project.org> * src/EditPlace.py, src/EditSource.py, src/ImageSelect.py, src/MediaView.py, src/RelImage.py, src/Utils.py, src/gramps_main.py: Database saving svn: r2927 2004-02-28 Don Allingham <don@gramps-project.org> * gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/RelImage.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py: Database saving svn: r2927 2004-02-28 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsParser.py, src/ReadXML.py, src/RelLib.py: * src/GrampsParser.py (start_childof): Call add_parent_family_id() with three arguments, instead of a tuple. * src/ReadXML.py: Comment out renaming lost media objects for now. * src/RelLib.py (find_place_no_conflicts, find_family_no_conflicts): Use str(idVal). svn: r2926 2004-02-28 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsParser.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py: * src/GrampsParser.py (start_childof): Call add_parent_family_id() with three arguments, instead of a tuple. * src/ReadXML.py: Comment out renaming lost media objects for now. * src/RelLib.py (find_place_no_conflicts, find_family_no_conflicts): Use str(idVal). svn: r2926 2004-02-28 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddSpouse.py, src/Bookmarks.py, src/ChooseParents.py, src/DbPrompter.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/NoteEdit.py, src/PlaceView.py, src/RelLib.py, src/SourceView.py, src/Sources.py, src/gramps.glade, src/gramps_main.py, src/revision.glade: * src/gramps_main.py: switch to DB as default, remove save option * src/RelLib.py: setup DB environment better * src/DbPrompter.py: handle save/open with new DBs svn: r2924 2004-02-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/NoteEdit.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/revision.glade: * src/gramps_main.py: switch to DB as default, remove save option * src/RelLib.py: setup DB environment better * src/DbPrompter.py: handle save/open with new DBs svn: r2924 2004-02-28 Don Allingham <don@gramps-project.org> * src/plugins/IndivSummary.py: Fixed report svn: r2920 2004-02-28 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/IndivSummary.py: Fixed report svn: r2920 2004-02-28 Alex Roitman <shura@gramps-project.org> * src/Plugins.py, src/gramps_main.py, src/plugins.glade: More windows svn: r2919 2004-02-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/Plugins.py, gramps2/src/gramps_main.py, gramps2/src/plugins.glade: More windows svn: r2919 2004-02-27 Don Allingham <don@gramps-project.org> * ChangeLog: Update svn: r2918 2004-02-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: Update svn: r2918 2004-02-27 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/FamilyView.py, src/MediaView.py, src/PlaceView.py: * src/AddMedia.py: media reference fixes * src/MediaView.py: media reference fixes * src/FamilyView.py: commit child changes * src/PlaceView.py: ID fixes svn: r2917 2004-02-27 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/FamilyView.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py: * src/AddMedia.py: media reference fixes * src/MediaView.py: media reference fixes * src/FamilyView.py: commit child changes * src/PlaceView.py: ID fixes svn: r2917 2004-02-26 Alex Roitman <shura@gramps-project.org> * src/Bookmarks.py: Small fix svn: r2916 2004-02-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/Bookmarks.py: Small fix svn: r2916 2004-02-26 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/FamilyView.py, src/Marriage.py, src/PeopleView.py, src/RelLib.py: update svn: r2915 2004-02-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py: update svn: r2915 2004-02-26 Alex Roitman <shura@gramps-project.org> * src/EditPlace.py, src/LocEdit.py, src/MediaView.py, src/PlaceView.py, src/SourceView.py, src/UrlEdit.py, src/dialog.glade, src/gramps_main.py, src/places.glade: More windows updates and small fixes svn: r2914 2004-02-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPlace.py, gramps2/src/LocEdit.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/UrlEdit.py, gramps2/src/dialog.glade, gramps2/src/gramps_main.py, gramps2/src/places.glade: More windows updates and small fixes svn: r2914 2004-02-25 Alex Roitman <shura@gramps-project.org> * src/FamilyView.py, src/SelectChild.py, src/gramps.glade: More svn: r2913 2004-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/SelectChild.py, gramps2/src/gramps.glade: More svn: r2913 2004-02-25 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/GrampsParser.py, src/GrampsXML.py, src/ImageSelect.py, src/PeopleView.py: update svn: r2912 2004-02-25 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/ImageSelect.py, gramps2/src/PeopleView.py: update svn: r2912 2004-02-25 Don Allingham <don@gramps-project.org> * src/MediaView.py, src/RelLib.py, src/Utils.py, src/gramps_main.py, src/plugins/Check.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/ReadGedcom.py, src/plugins/WebPage.py: * src/plugins/WebPage.py: media reference fixes * src/plugins/ReadGedcom.py: media reference fixes * src/plugins/IndivSummary.py: media reference fixes * src/plugins/IndivComplete.py: media reference fixes * src/plugins/DetAncestralReport.py: media reference fixes * src/plugins/DetDescendantReport.py: media reference fixes * src/plugins/Check.py: media reference fixes * src/gramps_main.py: media reference fixes * src/Utils.py: gnome.vfs vs. grampslib * src/RelLib.py: single db file, media reference fixes * src/MediaView.py: media reference fixes svn: r2911 2004-02-25 Don Allingham <don@gramps-project.org> * gramps2/src/MediaView.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: media reference fixes * src/plugins/ReadGedcom.py: media reference fixes * src/plugins/IndivSummary.py: media reference fixes * src/plugins/IndivComplete.py: media reference fixes * src/plugins/DetAncestralReport.py: media reference fixes * src/plugins/DetDescendantReport.py: media reference fixes * src/plugins/Check.py: media reference fixes * src/gramps_main.py: media reference fixes * src/Utils.py: gnome.vfs vs. grampslib * src/RelLib.py: single db file, media reference fixes * src/MediaView.py: media reference fixes svn: r2911 2004-02-25 Alex Roitman <shura@gramps-project.org> * src/AddrEdit.py, src/AttrEdit.py, src/ChooseParents.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/NoteEdit.py, src/Sources.py, src/UrlEdit.py, src/Witness.py, src/gramps.glade, src/gramps_main.py: Update svn: r2910 2004-02-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/Sources.py, gramps2/src/UrlEdit.py, gramps2/src/Witness.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Update svn: r2910 2004-02-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py, src/Sources.py: * src/RelLib.py (sortbysource): Low-level implementation; (sortbyplace): Typo. * src/Sources.py (by_title): Remove function (superseded by RelLib.GrampsDB.sortbysource). svn: r2909 2004-02-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py, gramps2/src/Sources.py: * src/RelLib.py (sortbysource): Low-level implementation; (sortbyplace): Typo. * src/Sources.py (by_title): Remove function (superseded by RelLib.GrampsDB.sortbysource). svn: r2909 2004-02-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/NoteEdit.py, src/Sources.py, src/UrlEdit.py, src/Witness.py: * src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/NoteEdit.py, src/Sources.py, src/UrlEdit.py, src/Witness.py: Register windows opened for existing objects. Prevent editing same object twice. svn: r2905 2004-02-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/Sources.py, gramps2/src/UrlEdit.py, gramps2/src/Witness.py: * src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/NoteEdit.py, src/Sources.py, src/UrlEdit.py, src/Witness.py: Register windows opened for existing objects. Prevent editing same object twice. svn: r2905 2004-02-23 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/keybind.xml: Translated svn: r2900 2004-02-23 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/keybind.xml: Translated svn: r2900 2004-02-23 Alex Roitman <shura@gramps-project.org> * src/EditSource.py, src/RelLib.py, src/SourceView.py, src/Sources.py: Update svn: r2898 2004-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditSource.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/Sources.py: Update svn: r2898 2004-02-23 Alex Roitman <shura@gramps-project.org> * src/EventEdit.py, src/FamilyView.py, src/ImageSelect.py, src/Marriage.py, src/Utils.py: Update svn: r2897 2004-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/Utils.py: Update svn: r2897 2004-02-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/ImageSelect.py, src/Marriage.py: * src/EditPerson.py: Rename photo into media. * src/EditPlace.py: Rename photo into media. * src/EditSource.py: Rename photo into media. * src/ImageSelect.py: Rename photo into media. * src/Marriage.py: Rename photo into media. svn: r2896 2004-02-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py: * src/EditPerson.py: Rename photo into media. * src/EditPlace.py: Rename photo into media. * src/EditSource.py: Rename photo into media. * src/ImageSelect.py: Rename photo into media. * src/Marriage.py: Rename photo into media. svn: r2896 2004-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/po/de.po: * src/plugins/DetAncestralReport.py: Translation corrections. Change "was" to "is". * src/plugins/DetDescendantReport.py: Translation corrections. Change "was" to "is". * src/plugins/FtmStyleAncestors.py (print_more_about): Translate event names. Add description. * src/plugins/FtmStyleDescendants.py (print_more_about, print_more_about_families): Translate event names. Add description. * src/po/de.po: Change Priesterweihe to Ordination. * src/plugins/FamilyGroup.py: Translation corrections. svn: r2895 2004-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/po/de.po: * src/plugins/DetAncestralReport.py: Translation corrections. Change "was" to "is". * src/plugins/DetDescendantReport.py: Translation corrections. Change "was" to "is". * src/plugins/FtmStyleAncestors.py (print_more_about): Translate event names. Add description. * src/plugins/FtmStyleDescendants.py (print_more_about, print_more_about_families): Translate event names. Add description. * src/po/de.po: Change Priesterweihe to Ordination. * src/plugins/FamilyGroup.py: Translation corrections. svn: r2895 2004-02-22 Alex Roitman <shura@gramps-project.org> * src/AddrEdit.py, src/AttrEdit.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/NameEdit.py, src/NoteEdit.py, src/Sources.py, src/UrlEdit.py, src/Witness.py: Updates svn: r2892 2004-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/Sources.py, gramps2/src/UrlEdit.py, gramps2/src/Witness.py: Updates svn: r2892 2004-02-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py (write_person): Write images before the paragraph start; (insert_images): Don't start and end pargraphs. * src/plugins/DetAncestralReport.py: (write_person): Write images before the paragraph start; (insert_images): Don't start and end pargraphs. svn: r2890 2004-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py (write_person): Write images before the paragraph start; (insert_images): Don't start and end pargraphs. * src/plugins/DetAncestralReport.py: (write_person): Write images before the paragraph start; (insert_images): Don't start and end pargraphs. svn: r2890 2004-02-22 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/GrampsParser.py: Update svn: r2889 2004-02-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/GrampsParser.py: Update svn: r2889 2004-02-22 Don Allingham <don@gramps-project.org> * src/Bookmarks.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/GrampsParser.py, src/ImageSelect.py, src/MergeData.py, src/RelLib.py, src/WriteXML.py, src/gramps_main.py, src/plugins/ReadGedcom.py: Additional Reference fixes svn: r2888 2004-02-22 Don Allingham <don@gramps-project.org> * gramps2/src/Bookmarks.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/GrampsParser.py, gramps2/src/ImageSelect.py, gramps2/src/MergeData.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py: Additional Reference fixes svn: r2888 2004-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/ImageSelect.py, src/RelLib.py, src/Sources.py, src/gramps_main.py: * src/ImageSelect.py: Corrections. * src/RelLib.py: Corrections. * src/Sources.py: Corrections. * src/gramps_main.py: Corrections. * src/Bookmarks.py: Corrections. svn: r2886 2004-02-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/ImageSelect.py, gramps2/src/RelLib.py, gramps2/src/Sources.py, gramps2/src/gramps_main.py: * src/ImageSelect.py: Corrections. * src/RelLib.py: Corrections. * src/Sources.py: Corrections. * src/gramps_main.py: Corrections. * src/Bookmarks.py: Corrections. svn: r2886 2004-02-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EditSource.py, src/FamilyView.py, src/ImageSelect.py, src/MergeData.py, src/NoteEdit.py, src/RelLib.py, src/Sources.py, src/Witness.py, src/dialog.glade, src/gramps.glade, src/gramps_main.py: * src/EditPerson.py: Corrections. * src/EditSource.py: Use parent class. Use windows menu. * src/ImageSelect.py: Corrections. * src/Sources.py: Corrections. * src/gramps.glade: Add handlers. * src/NoteEdit.py: Corrections. * src/dialog.glade: Add handler. * src/Witness.py: Corrections. * src/RelLib.py: Include witnesses in comparing events. * src/FamilyView.py: Pass parent on to child classes. * src/AddSpouse.py: Pass parent on to EditPerson. * src/ChooseParents.py: Pass parent on to EditPerson. * src/gramps_main.py: Pass Gramps class to child classes. * src/MergeData.py: Pass parent on to EditPerson. svn: r2885 2004-02-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/MergeData.py, gramps2/src/NoteEdit.py, gramps2/src/RelLib.py, gramps2/src/Sources.py, gramps2/src/Witness.py, gramps2/src/dialog.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/EditPerson.py: Corrections. * src/EditSource.py: Use parent class. Use windows menu. * src/ImageSelect.py: Corrections. * src/Sources.py: Corrections. * src/gramps.glade: Add handlers. * src/NoteEdit.py: Corrections. * src/dialog.glade: Add handler. * src/Witness.py: Corrections. * src/RelLib.py: Include witnesses in comparing events. * src/FamilyView.py: Pass parent on to child classes. * src/AddSpouse.py: Pass parent on to EditPerson. * src/ChooseParents.py: Pass parent on to EditPerson. * src/gramps_main.py: Pass Gramps class to child classes. * src/MergeData.py: Pass parent on to EditPerson. svn: r2885 2004-02-21 Don Allingham <don@gramps-project.org> * Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, doc/gramps.1, example/Makefile.in, example/gramps/Makefile.in, gramps-mdk.spec, gramps.spec, src/AddMedia.py, src/BaseDoc.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GrampsParser.py, src/GrampsXML.py, src/ImageSelect.py, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/PedView.py, src/PeopleView.py, src/ReadXML.py, src/RelLib.py, src/Witness.py, src/WriteXML.py, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/AbiWord2Doc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/Makefile.in, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/filters/HavePhotos.py, src/filters/Makefile.in, src/gramps_main.py, src/plugins/Ancestors.py, src/plugins/Check.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Makefile.in, src/plugins/ReadGedcom.py, src/plugins/SimpleBookTitle.py, src/plugins/Summary.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py, src/po/Makefile.in: First DB pass svn: r2884 2004-02-21 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/doc/gramps.1, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/AddMedia.py, gramps2/src/BaseDoc.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/ImageSelect.py, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Witness.py, gramps2/src/WriteXML.py, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/Makefile.in, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/filters/HavePhotos.py, gramps2/src/filters/Makefile.in, gramps2/src/gramps_main.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py, gramps2/src/po/Makefile.in: First DB pass svn: r2884 2004-02-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Sources.py, src/srcsel.glade: * src/AttrEdit.py: Make non-modal, use Windows menu. * src/AddrEdit.py: Make non-modal, use Windows menu. * src/UrlEdit.py: Make non-modal, use Windows menu. * src/EventEdit.py: Properly add new event, add its id to the list. Make non-modal, use Windows menu. * src/NoteEdit.py: Make non-modal, use Windows menu. * src/ImageSelect.py: Make non-modal, use Windows menu. * src/imagesel.glade: Add handler. svn: r2883 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Sources.py, gramps2/src/srcsel.glade: * src/AttrEdit.py: Make non-modal, use Windows menu. * src/AddrEdit.py: Make non-modal, use Windows menu. * src/UrlEdit.py: Make non-modal, use Windows menu. * src/EventEdit.py: Properly add new event, add its id to the list. Make non-modal, use Windows menu. * src/NoteEdit.py: Make non-modal, use Windows menu. * src/ImageSelect.py: Make non-modal, use Windows menu. * src/imagesel.glade: Add handler. svn: r2883 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/NoteEdit.py: Update svn: r2882 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/NoteEdit.py: Update svn: r2882 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/ImageSelect.py, src/Sources.py, src/imagesel.glade: More svn: r2881 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/Sources.py, gramps2/src/imagesel.glade: More svn: r2881 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/Sources.py: Fixes svn: r2880 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/Sources.py: Fixes svn: r2880 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/EventEdit.py, src/dialog.glade: Another one svn: r2879 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/dialog.glade: Another one svn: r2879 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/EventEdit.py, src/RelLib.py: Update svn: r2878 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/RelLib.py: Update svn: r2878 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/UrlEdit.py, src/dialog.glade: Another bit svn: r2877 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/UrlEdit.py, gramps2/src/dialog.glade: Another bit svn: r2877 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/AddrEdit.py, src/AttrEdit.py, src/NameEdit.py: More svn: r2876 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/NameEdit.py: More svn: r2876 2004-02-20 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/NameEdit.py, src/Sources.py: Update svn: r2875 2004-02-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/NameEdit.py, gramps2/src/Sources.py: Update svn: r2875 2004-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameEdit.py, src/Sources.py, src/srcsel.glade: * src/srcsel.glade: Add handlers. * src/Sources.py: Make SourceInfo non-modal, use Windows menu. svn: r2874 2004-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameEdit.py, gramps2/src/Sources.py, gramps2/src/srcsel.glade: * src/srcsel.glade: Add handlers. * src/Sources.py: Make SourceInfo non-modal, use Windows menu. svn: r2874 2004-02-19 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py: Update svn: r2873 2004-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py: Update svn: r2873 2004-02-19 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/NameEdit.py: Update svn: r2872 2004-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/NameEdit.py: Update svn: r2872 2004-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/NameEdit.py, src/dialog.glade: Update svn: r2871 2004-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/NameEdit.py, gramps2/src/dialog.glade: Update svn: r2871 2004-02-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/NameEdit.py, src/gramps.glade, src/gramps_main.py: * src/EditPerson.py: Use parent class. Add/remove itself from/to the Windows menu. * src/NameEdit.py: Make non-modal. * src/gramps.glade: Add Windows menu. * src/gramps_main.py: Get Windows menu and its submenu. Pass Gramps class to the children -- first-class object editors. svn: r2870 2004-02-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/NameEdit.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/EditPerson.py: Use parent class. Add/remove itself from/to the Windows menu. * src/NameEdit.py: Make non-modal. * src/gramps.glade: Add Windows menu. * src/gramps_main.py: Get Windows menu and its submenu. Pass Gramps class to the children -- first-class object editors. svn: r2870 2004-02-19 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/PeopleView.py: * src/RelLib.py: switch to event/event_ids * src/WriteXML.py: switch to event/event_ids * src/GrampsParser.py: switch to event/event_ids * src/FamilyView.py: switch to event/event_ids * src/EventEdit.py: switch to event/event_ids * src/Marriage.py: switch to event/event_ids * src/EventEdit.py: switch to event/event_ids * src/PeopleView.py: switch to event/event_ids * src/EditPerson.py: switch to event/event_ids svn: r2869 2004-02-19 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/PeopleView.py: * src/RelLib.py: switch to event/event_ids * src/WriteXML.py: switch to event/event_ids * src/GrampsParser.py: switch to event/event_ids * src/FamilyView.py: switch to event/event_ids * src/EventEdit.py: switch to event/event_ids * src/Marriage.py: switch to event/event_ids * src/EventEdit.py: switch to event/event_ids * src/PeopleView.py: switch to event/event_ids * src/EditPerson.py: switch to event/event_ids svn: r2869 2004-02-19 Don Allingham <don@gramps-project.org> * src/EventEdit.py, src/FamilyView.py, src/GrampsParser.py, src/Marriage.py, src/RelLib.py, src/WriteXML.py: * src/RelLib.py: switch to event/event_ids * src/WriteXML.py: switch to event/event_ids * src/GrampsParser.py: switch to event/event_ids * src/FamilyView.py: switch to event/event_ids * src/EventEdit.py: switch to event/event_ids * src/Marriage.py: switch to event/event_ids svn: r2868 2004-02-19 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsParser.py, gramps2/src/Marriage.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py: * src/RelLib.py: switch to event/event_ids * src/WriteXML.py: switch to event/event_ids * src/GrampsParser.py: switch to event/event_ids * src/FamilyView.py: switch to event/event_ids * src/EventEdit.py: switch to event/event_ids * src/Marriage.py: switch to event/event_ids svn: r2868 2004-02-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure, configure.in, src/Relationship.py, src/plugins/rel_de.py, src/plugins/rel_hu.py, src/plugins/rel_ru.py: * src/Relationship.py: Factor out relationship distance computation. * src/plugins/rel_ru.py: Use self.get_distance(). * src/plugins/rel_de.py: Use self.get_distance(). * configure.in, configure: Change version. * src/plugins/rel_hu.py: Convert to class. svn: r2858 2004-02-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/configure.in, gramps2/src/Relationship.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_ru.py: * src/Relationship.py: Factor out relationship distance computation. * src/plugins/rel_ru.py: Use self.get_distance(). * src/plugins/rel_de.py: Use self.get_distance(). * configure.in, configure: Change version. * src/plugins/rel_hu.py: Convert to class. svn: r2858 2004-02-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Ancestors.py, src/plugins/rel_ru.py: Update svn: r2851 2004-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/rel_ru.py: Update svn: r2851 2004-02-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Ancestors.py: Update svn: r2850 2004-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Ancestors.py: Update svn: r2850 2004-02-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Ancestors.py: Update svn: r2849 2004-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Ancestors.py: Update svn: r2849 2004-02-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Ancestors.py: Update svn: r2848 2004-02-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Ancestors.py: Update svn: r2848 2004-02-15 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_de.py, src/plugins/rel_ru.py: Update svn: r2847 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_ru.py: Update svn: r2847 2004-02-15 Don Allingham <don@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/FamilyView.py, src/Relationship.py, src/SelectChild.py, src/gramps_main.py: get_id updates svn: r2846 2004-02-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/Relationship.py, gramps2/src/SelectChild.py, gramps2/src/gramps_main.py: get_id updates svn: r2846 2004-02-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_de.py, src/plugins/rel_ru.py: * src/plugins/rel_de.py: Implement get_parents(). svn: r2844 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_ru.py: * src/plugins/rel_de.py: Implement get_parents(). svn: r2844 2004-02-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Ancestors.py: * src/plugins/Ancestors.py: Use get_grandparents_string which is registered in Plugins (possibly from the relationship calculator). svn: r2843 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: * src/plugins/Ancestors.py: Use get_grandparents_string which is registered in Plugins (possibly from the relationship calculator). svn: r2843 2004-02-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Relationship.py, src/gramps_main.py, src/plugins/rel_ru.py: * src/Relationship.py: More corrections. * src/plugins/rel_ru.py: Corrections. * src/gramps_main.py: Corrections. svn: r2842 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Relationship.py, gramps2/src/gramps_main.py, gramps2/src/plugins/rel_ru.py: * src/Relationship.py: More corrections. * src/plugins/rel_ru.py: Corrections. * src/gramps_main.py: Corrections. svn: r2842 2004-02-15 Don Allingham <don@gramps-project.org> * ChangeLog, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, src/ChooseParents.py, src/FamilyView.py, src/PeopleView.py, src/RelLib.py, src/gramps_main.py: updates for IDs svn: r2840 2004-02-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py: updates for IDs svn: r2840 2004-02-15 Don Allingham <don@gramps-project.org> * src/Relationship.py, src/plugins/RelCalc.py: * src/plugins/RelCalc.py: Handle IDs properly * src/Relationship.py: Handle IDs properly * src/home.png: added new default person icon svn: r2838 2004-02-15 Don Allingham <don@gramps-project.org> * gramps2/src/Relationship.py, gramps2/src/plugins/RelCalc.py: * src/plugins/RelCalc.py: Handle IDs properly * src/Relationship.py: Handle IDs properly * src/home.png: added new default person icon svn: r2838 2004-02-15 Don Allingham <don@gramps-project.org> * : New default person svn: r2837 2004-02-15 Don Allingham <don@gramps-project.org> * : New default person svn: r2837 2004-02-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/SelectChild.py, src/const.py.in, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: fixed child_relations translation * src/const.py.in: fixed child_relations translation * src/SelectChild.py: fixed child_relations translation * src/TransTable.py: unicode conversion * src/ChooseParents.py: fixed child_relations translation svn: r2836 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/SelectChild.py, gramps2/src/const.py.in, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: fixed child_relations translation * src/const.py.in: fixed child_relations translation * src/SelectChild.py: fixed child_relations translation * src/TransTable.py: unicode conversion * src/ChooseParents.py: fixed child_relations translation svn: r2836 2004-02-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/gramps_main.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/RelCalc.py, src/plugins/rel_ru.py: * src/plugins/IndivComplete.py: Call doc.init() after open. * src/plugins/IndivSummary.py: Call doc.init() after open. * src/plugins/RelCalc.py: Use class of calculator. * src/plugins/rel_ru.py: Convert to class. * src/Plugins.py: Register _relcalc_class. * src/gramps_main.py: Use class of relationship calculator. svn: r2835 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/gramps_main.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/rel_ru.py: * src/plugins/IndivComplete.py: Call doc.init() after open. * src/plugins/IndivSummary.py: Call doc.init() after open. * src/plugins/RelCalc.py: Use class of calculator. * src/plugins/rel_ru.py: Convert to class. * src/Plugins.py: Register _relcalc_class. * src/gramps_main.py: Use class of relationship calculator. svn: r2835 2004-02-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WebPage.py, src/sort.py: * src/sort: Typos. svn: r2832 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py, gramps2/src/sort.py: * src/sort: Typos. svn: r2832 2004-02-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/hu/filtref.xml, src/MediaView.py, src/PlaceView.py, src/SourceView.py, src/StyleEditor.py, src/gramps_main.py, src/plugins/Check.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/WebPage.py, src/po/hu.po, src/styles.glade: * src/plugins/DetDescendantReport.py: Add style descriptions for the paragraphs. Add first entry style. Change defaults to be similar to the FTM style reports. * src/plugins/DetAncestralReport.py: Add style descriptions for the paragraphs. Add first entry style. Change defaults to be similar to the FTM style reports. * src/StyleEditor.py (draw, save_paragraph): Allow users to adjust first line indent. * src/styles.glade: Add first line indent entry. * src/plugins/Check.py (delete_empty_family): Remove families in which person is a parent, not only a child. * src/gramps_main.py (post_load): Use display_frel and display_fattr. * src/MediaView.py (key_press): Add function. * src/PlaceView.py (key_press): Add function. * src/SourceView.py (key_press): Add function. * src/plugins/WebPage.py: Add tab with index page options. * src/po/hu.po: Update * doc/gramps-manual/hu/filtref.xml: Update svn: r2831 2004-02-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/hu/filtref.xml, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/StyleEditor.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/WebPage.py, gramps2/src/po/hu.po, gramps2/src/styles.glade: * src/plugins/DetDescendantReport.py: Add style descriptions for the paragraphs. Add first entry style. Change defaults to be similar to the FTM style reports. * src/plugins/DetAncestralReport.py: Add style descriptions for the paragraphs. Add first entry style. Change defaults to be similar to the FTM style reports. * src/StyleEditor.py (draw, save_paragraph): Allow users to adjust first line indent. * src/styles.glade: Add first line indent entry. * src/plugins/Check.py (delete_empty_family): Remove families in which person is a parent, not only a child. * src/gramps_main.py (post_load): Use display_frel and display_fattr. * src/MediaView.py (key_press): Add function. * src/PlaceView.py (key_press): Add function. * src/SourceView.py (key_press): Add function. * src/plugins/WebPage.py: Add tab with index page options. * src/po/hu.po: Update * doc/gramps-manual/hu/filtref.xml: Update svn: r2831 2004-02-15 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2830 2004-02-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2830 2004-02-15 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/Marriage.py: * src/Marriage.py: fix title and places * src/FamilyView.py: fix child relations and spouse's parents svn: r2829 2004-02-15 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/Marriage.py: * src/Marriage.py: fix title and places * src/FamilyView.py: fix child relations and spouse's parents svn: r2829 2004-02-15 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2828 2004-02-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2828 2004-02-15 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/RelLib.py: * src/RelLib.py: fix syntax error * src/EditPerson.py: fix reordering of children * svn: r2827 2004-02-15 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/RelLib.py: * src/RelLib.py: fix syntax error * src/EditPerson.py: fix reordering of children * svn: r2827 2004-02-14 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/ArgHandler.py, src/AttrEdit.py, src/Bookmarks.py, src/ChooseParents.py, src/Date.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Find.py, src/GenericFilter.py, src/GrampsCfg.py, src/GrampsParser.py, src/GrampsXML.py, src/GrampsZODB.py, src/GraphLayout.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/NameEdit.py, src/NoteEdit.py, src/PedView.py, src/PeopleView.py, src/PlaceView.py, src/Plugins.py, src/ReadXML.py, src/RelLib.py, src/Relationship.py, src/Report.py, src/SelectChild.py, src/SelectObject.py, src/SelectPerson.py, src/SourceView.py, src/Sources.py, src/SubstKeywords.py, src/TransTable.py, src/UrlEdit.py, src/Utils.py, src/Witness.py, src/WriteXML.py, src/filters/After.py, src/filters/AltFam.py, src/filters/Before.py, src/filters/Complete.py, src/filters/Disconnected.py, src/filters/EventPlace.py, src/filters/EventType.py, src/filters/Females.py, src/filters/HavePhotos.py, src/filters/IncompleteNames.py, src/filters/Males.py, src/filters/MatchSndEx.py, src/filters/MatchSndEx2.py, src/filters/MutlipleMarriages.py, src/filters/NeverMarried.py, src/filters/NoBirthdate.py, src/filters/NoChildren.py, src/gramps.glade, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/Partition.py, src/plugins/PatchNames.py, src/plugins/ReadGedcom.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/ReorderIds.py, src/plugins/SimpleBookTitle.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py, src/plugins/count_anc.py, src/plugins/rel_de.py, src/plugins/rel_hu.py, src/plugins/rel_it.py, src/plugins/rel_ru.py, src/plugins/soundgen.py, src/sort.py: Move from object references to IDs svn: r2822 2004-02-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/ArgHandler.py, gramps2/src/AttrEdit.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Find.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/GrampsZODB.py, gramps2/src/GraphLayout.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/SelectObject.py, gramps2/src/SelectPerson.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/SubstKeywords.py, gramps2/src/TransTable.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/WriteXML.py, gramps2/src/filters/After.py, gramps2/src/filters/AltFam.py, gramps2/src/filters/Before.py, gramps2/src/filters/Complete.py, gramps2/src/filters/Disconnected.py, gramps2/src/filters/EventPlace.py, gramps2/src/filters/EventType.py, gramps2/src/filters/Females.py, gramps2/src/filters/HavePhotos.py, gramps2/src/filters/IncompleteNames.py, gramps2/src/filters/Males.py, gramps2/src/filters/MatchSndEx.py, gramps2/src/filters/MatchSndEx2.py, gramps2/src/filters/MutlipleMarriages.py, gramps2/src/filters/NeverMarried.py, gramps2/src/filters/NoBirthdate.py, gramps2/src/filters/NoChildren.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/Partition.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/count_anc.py, gramps2/src/plugins/rel_de.py, gramps2/src/plugins/rel_hu.py, gramps2/src/plugins/rel_it.py, gramps2/src/plugins/rel_ru.py, gramps2/src/plugins/soundgen.py, gramps2/src/sort.py: Move from object references to IDs svn: r2822 2004-02-11 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Second translation update for 1.0.0 svn: r2804 2004-02-11 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Second translation update for 1.0.0 svn: r2804 2004-02-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/getstart.xml: * doc/gramps-manual/fr/getstart.xml: Comment out old ZODB section. svn: r2802 2004-02-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/getstart.xml: * doc/gramps-manual/fr/getstart.xml: Comment out old ZODB section. svn: r2802 2004-02-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps.1, doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Typo. New date. svn: r2801 2004-02-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps.1, gramps2/doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Typo. New date. svn: r2801 2004-02-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/faq.xml: * doc/gramps-manual/fr/faq.xml: Add startup druid question. svn: r2800 2004-02-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/faq.xml: * doc/gramps-manual/fr/faq.xml: Add startup druid question. svn: r2800 2004-02-10 Sebastian Voeck <voeck@users.sourceforge.net> * src/po/de.po: Updated for 1.0.0 svn: r2799 2004-02-10 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/src/po/de.po: Updated for 1.0.0 svn: r2799 2004-02-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_ru.py: * src/plugins/rel_ru.py: Add more possible russian LANG values. svn: r2798 2004-02-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_ru.py: * src/plugins/rel_ru.py: Add more possible russian LANG values. svn: r2798 2004-02-10 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2797 2004-02-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2797 2004-02-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/nl.po: * src/po/nl.po: Translation for 1.0.0-RC. svn: r2796 2004-02-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/nl.po: * src/po/nl.po: Translation for 1.0.0-RC. svn: r2796 2004-02-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/faq.xml, doc/gramps-manual/ru/faq.xml: * doc/gramps-manual/ru/faq.xml: Add startup druid question. svn: r2795 2004-02-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/ru/faq.xml: * doc/gramps-manual/ru/faq.xml: Add startup druid question. svn: r2795 2004-02-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/faq.xml: * doc/gramps-manual/C/faq.xml: Typo. Add startup druid question. svn: r2794 2004-02-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/faq.xml: * doc/gramps-manual/C/faq.xml: Typo. Add startup druid question. svn: r2794 2004-02-09 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * src/po/ru.po: src/po/ru.po: typo svn: r2793 2004-02-09 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * gramps2/src/po/ru.po: src/po/ru.po: typo svn: r2793 2004-02-08 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2792 2004-02-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2792 2004-02-08 Don Allingham <don@gramps-project.org> * src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (GedcomParser.parse_individual): handle event description * src/ImageSelect.py: disable double click to edit in a gallery svn: r2791 2004-02-08 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (GedcomParser.parse_individual): handle event description * src/ImageSelect.py: disable double click to edit in a gallery svn: r2791 2004-02-07 Don Allingham <don@gramps-project.org> * src/ImageSelect.py: * src/ImageSelect.py: disable double click to edit in a gallery svn: r2790 2004-02-07 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py: * src/ImageSelect.py: disable double click to edit in a gallery svn: r2790 2004-02-07 Alex Roitman <shura@gramps-project.org> * src/ImageSelect.py: Update svn: r2789 2004-02-07 Alex Roitman <shura@gramps-project.org> * gramps2/src/ImageSelect.py: Update svn: r2789 2004-02-07 Alex Roitman <shura@gramps-project.org> * src/ImageSelect.py: Update svn: r2788 2004-02-07 Alex Roitman <shura@gramps-project.org> * gramps2/src/ImageSelect.py: Update svn: r2788 2004-02-06 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2787 2004-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2787 2004-02-06 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2786 2004-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2786 2004-02-06 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/Makefile.in, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/mainwin.xml: Replace &app; with GRAMPS inside the title tag. svn: r2785 2004-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/mainwin.xml: Replace &app; with GRAMPS inside the title tag. svn: r2785 2004-02-06 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/getstart.xml, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/ru/Makefile.in, doc/gramps-manual/ru/custom.xml, doc/gramps-manual/ru/getstart.xml, doc/gramps-manual/ru/gramps-manual.xml, doc/gramps-manual/ru/mainwin.xml: Change &app; in favor of GRAMPS inside the title tag. svn: r2784 2004-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/getstart.xml, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/doc/gramps-manual/ru/custom.xml, gramps2/doc/gramps-manual/ru/getstart.xml, gramps2/doc/gramps-manual/ru/gramps-manual.xml, gramps2/doc/gramps-manual/ru/mainwin.xml: Change &app; in favor of GRAMPS inside the title tag. svn: r2784 2004-02-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/ImageSelect.py, src/Marriage.py, src/gramps.glade: * src/gramps.glade: Define handler for the gallery's Edit button. * src/EditSource.py: Connect callback to the gallery's Edit button. * src/ImageSelect.py: Remember old photo list. * src/EditPlace.py: Revert photos on Cancel. * src/EditPerson.py: Revert photos on Cancel. * src/Marriage.py: Revert photos on Cancel. svn: r2783 2004-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/gramps.glade: * src/gramps.glade: Define handler for the gallery's Edit button. * src/EditSource.py: Connect callback to the gallery's Edit button. * src/ImageSelect.py: Remember old photo list. * src/EditPlace.py: Revert photos on Cancel. * src/EditPerson.py: Revert photos on Cancel. * src/Marriage.py: Revert photos on Cancel. svn: r2783 2004-02-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py, src/ImageSelect.py, src/imagesel.glade: * src/EditPlace.py: Pass window to the Gallery. * src/ImageSelect.py: Run modal dialog, using parent window. * src/imagesel.glade: Define proper button responses. svn: r2782 2004-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/ImageSelect.py, gramps2/src/imagesel.glade: * src/EditPlace.py: Pass window to the Gallery. * src/ImageSelect.py: Run modal dialog, using parent window. * src/imagesel.glade: Define proper button responses. svn: r2782 2004-02-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_ru.py: * src/plugins/rel_ru.py: Add more possible russian LANG values. svn: r2781 2004-02-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_ru.py: * src/plugins/rel_ru.py: Add more possible russian LANG values. svn: r2781 2004-02-06 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * src/po/ru.po: src/po/ru.po: Some clarifications svn: r2780 2004-02-06 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * gramps2/src/po/ru.po: src/po/ru.po: Some clarifications svn: r2780 2004-02-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/soundgen.py: * src/plugins/soundgen.py: Fall back to empty input. svn: r2779 2004-02-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/soundgen.py: * src/plugins/soundgen.py: Fall back to empty input. svn: r2779 2004-02-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Merge.py: * src/plugins/Merge.py (gen_key,name_compare): Fall back to not using soundex if the charset can't be latin-1 encoded. svn: r2778 2004-02-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Merge.py: * src/plugins/Merge.py (gen_key,name_compare): Fall back to not using soundex if the charset can't be latin-1 encoded. svn: r2778 2004-02-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/cmdline.xml: Update. * doc/gramps-manual/fr/filtref.xml: Update. * doc/gramps-manual/fr/mainwin.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. svn: r2777 2004-02-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/cmdline.xml: Update. * doc/gramps-manual/fr/filtref.xml: Update. * doc/gramps-manual/fr/mainwin.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. svn: r2777 2004-02-05 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: French Update for cvs svn: r2776 2004-02-05 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: French Update for cvs svn: r2776 2004-02-05 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Translation update for 1.0.0-RC1 (3 new strings) svn: r2775 2004-02-05 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Translation update for 1.0.0-RC1 (3 new strings) svn: r2775 2004-02-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/filtref.xml, doc/gramps-manual/ru/getstart.xml, doc/gramps-manual/ru/gramps-manual.xml, doc/gramps-manual/ru/mainwin.xml, doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/ru/filtref.xml: Update. * doc/gramps-manual/ru/getstart.xml: Update. * doc/gramps-manual/ru/gramps-manual.xml: Update. * doc/gramps-manual/ru/mainwin.xml: Update. * doc/gramps-manual/ru/usage.xml: Update. svn: r2774 2004-02-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/filtref.xml, gramps2/doc/gramps-manual/ru/getstart.xml, gramps2/doc/gramps-manual/ru/gramps-manual.xml, gramps2/doc/gramps-manual/ru/mainwin.xml, gramps2/doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/ru/filtref.xml: Update. * doc/gramps-manual/ru/getstart.xml: Update. * doc/gramps-manual/ru/gramps-manual.xml: Update. * doc/gramps-manual/ru/mainwin.xml: Update. * doc/gramps-manual/ru/usage.xml: Update. svn: r2774 2004-02-04 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: [no log message] 2004-02-04 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: [no log message] 2004-02-04 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Translated all new strings for the last month svn: r2772 2004-02-04 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Translated all new strings for the last month svn: r2772 2004-02-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/template.po: * src/po/template.po: Update translation template. svn: r2771 2004-02-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/template.po: * src/po/template.po: Update translation template. svn: r2771 2004-02-04 Egyeki Gergelly <egeri@users.sourceforge.net> * ChangeLog, src/po/hu.po: [no log message] 2004-02-04 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/po/hu.po: [no log message] 2004-02-04 Tim Waugh <twaugh@redhat.com> * ChangeLog, doc/gramps-manual/fr/filtref.xml: 2004-02-04 Tim Waugh <twaugh@redhat.com> * doc/gramps-manual/fr/filtref.xml: Fixed tag mismatch. svn: r2769 2004-02-04 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/filtref.xml: 2004-02-04 Tim Waugh <twaugh@redhat.com> * doc/gramps-manual/fr/filtref.xml: Fixed tag mismatch. svn: r2769 2004-02-04 Don Allingham <don@gramps-project.org> * ChangeLog, configure, doc/gramps-manual/Makefile.in, gramps-mdk.spec, gramps.spec, src/po/template.po: update svn: r2768 2004-02-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/doc/gramps-manual/Makefile.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec, gramps2/src/po/template.po: update svn: r2768 2004-02-04 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/ImageSelect.py, src/const.py.in: * src/FamilyView.py: new text string for "unknown" spouse * src/ImageSelect.py: integer conversions for event.x, event.y * src/const.py.in: copyright date update svn: r2767 2004-02-04 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/const.py.in: * src/FamilyView.py: new text string for "unknown" spouse * src/ImageSelect.py: integer conversions for event.x, event.y * src/const.py.in: copyright date update svn: r2767 2004-02-04 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * src/po/ru.po: src/po/ru.po: Some typos and clarifications svn: r2766 2004-02-04 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * gramps2/src/po/ru.po: src/po/ru.po: Some typos and clarifications svn: r2766 2004-02-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * doc/gramps-manual/ru/usage.xml: Update. * doc/gramps-manual/ru/filtref.xml: Update. * doc/gramps-manual/ru/gramps-manual.xml: Update. * doc/gramps-manual/ru/mainwin.xml: Update. * doc/gramps-manual/ru/figures/*.png: Update. * NEWS: Update. svn: r2765 2004-02-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * doc/gramps-manual/ru/usage.xml: Update. * doc/gramps-manual/ru/filtref.xml: Update. * doc/gramps-manual/ru/gramps-manual.xml: Update. * doc/gramps-manual/ru/mainwin.xml: Update. * doc/gramps-manual/ru/figures/*.png: Update. * NEWS: Update. svn: r2765 2004-02-04 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2764 2004-02-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2764 2004-02-04 Alex Roitman <shura@gramps-project.org> * : Update figures svn: r2763 2004-02-04 Alex Roitman <shura@gramps-project.org> * : Update figures svn: r2763 2004-02-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/fr/filtref.xml: * doc/gramps-manual/fr/filtref.xml: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. svn: r2762 2004-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/fr/filtref.xml: * doc/gramps-manual/fr/filtref.xml: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. svn: r2762 2004-02-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/gramps-manual.xml: * doc/gramps-manual/fr/gramps-manual.xml: Update. svn: r2761 2004-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/gramps-manual.xml: * doc/gramps-manual/fr/gramps-manual.xml: Update. svn: r2761 2004-02-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/faq.xml: Update. * doc/gramps-manual/fr/mainwin.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. svn: r2760 2004-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/faq.xml: Update. * doc/gramps-manual/fr/mainwin.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. svn: r2760 2004-02-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2759 2004-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2759 2004-02-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure, configure.in, doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in: * configure.in, configure: Don't ship Hungarian manual (unfinished). * doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in: Don't ship Hungarian manual. svn: r2758 2004-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/configure.in, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/Makefile.in: * configure.in, configure: Don't ship Hungarian manual (unfinished). * doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in: Don't ship Hungarian manual. svn: r2758 2004-02-03 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/ru/gramps-manual.xml: Update svn: r2757 2004-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/ru/gramps-manual.xml: Update svn: r2757 2004-02-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/ru/filtref.xml: * doc/gramps-manual/C/filtref.xml: Typo. * doc/gramps-manual/ru/filtref.xml: Update. svn: r2756 2004-02-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/ru/filtref.xml: * doc/gramps-manual/C/filtref.xml: Typo. * doc/gramps-manual/ru/filtref.xml: Update. svn: r2756 2004-02-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2755 2004-02-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2755 2004-02-03 Don Allingham <don@gramps-project.org> * src/VersionControl.py, src/WriteXML.py: * src/VersionControl.py: Call win.run to prevent exit from killing the window before the data is saved. svn: r2754 2004-02-03 Don Allingham <don@gramps-project.org> * gramps2/src/VersionControl.py, gramps2/src/WriteXML.py: * src/VersionControl.py: Call win.run to prevent exit from killing the window before the data is saved. svn: r2754 2004-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure, configure.in, doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in: * configure.in, configure: Don't ship German manual (unfinished). * doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in: Don't ship German manual. svn: r2753 2004-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/configure.in, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/Makefile.in: * configure.in, configure: Don't ship German manual (unfinished). * doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in: Don't ship German manual. svn: r2753 2004-02-02 Alex Roitman <shura@gramps-project.org> * : Update svn: r2752 2004-02-02 Alex Roitman <shura@gramps-project.org> * : Update svn: r2752 2004-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/custom.xml: * doc/gramps-manual/ru/custom.xml: Update. svn: r2751 2004-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/custom.xml: * doc/gramps-manual/ru/custom.xml: Update. svn: r2751 2004-02-02 Egyeki Gergelly <egeri@users.sourceforge.net> * ChangeLog: [no log message] 2004-02-02 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/ChangeLog: [no log message] 2004-02-02 Egyeki Gergelly <egeri@users.sourceforge.net> * src/plugins/rel_hu.py: brother-in-law, sister-in-law relations added svn: r2749 2004-02-02 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/plugins/rel_hu.py: brother-in-law, sister-in-law relations added svn: r2749 2004-02-02 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: Update svn: r2748 2004-02-02 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: Update svn: r2748 2004-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/custom.xml: * doc/gramps-manual/ru/custom.xml: Update. svn: r2747 2004-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/custom.xml: * doc/gramps-manual/ru/custom.xml: Update. svn: r2747 2004-02-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/usage.xml, doc/gramps-manual/ru/usage.xml, src/po/ru.po: * src/po/ru.po: Typo. * doc/gramps-manual/C/usage.xml: Typo. * doc/gramps-manual/ru/usage.xml: Update. svn: r2746 2004-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/usage.xml, gramps2/doc/gramps-manual/ru/usage.xml, gramps2/src/po/ru.po: * src/po/ru.po: Typo. * doc/gramps-manual/C/usage.xml: Typo. * doc/gramps-manual/ru/usage.xml: Update. svn: r2746 2004-02-02 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * src/po/ru.po: src/po/ru.po: LDS terms are translated now svn: r2745 2004-02-02 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * gramps2/src/po/ru.po: src/po/ru.po: LDS terms are translated now svn: r2745 2004-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_hu.py: * src/plugins/rel_hu.py: Typos. svn: r2744 2004-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_hu.py: * src/plugins/rel_hu.py: Typos. svn: r2744 2004-02-01 Egyeki Gergelly <egeri@users.sourceforge.net> * ChangeLog, src/plugins/rel_hu.py: [no log message] 2004-02-01 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/rel_hu.py: [no log message] 2004-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/usage.xml, src/po/ru.po: * src/po/ru.po: Typo. * doc/gramps-manual/ru/usage.xml: Update. svn: r2742 2004-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/usage.xml, gramps2/src/po/ru.po: * src/po/ru.po: Typo. * doc/gramps-manual/ru/usage.xml: Update. svn: r2742 2004-02-01 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2741 2004-02-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2741 2004-02-01 Don Allingham <don@gramps-project.org> * src/PlaceView.py, src/SourceView.py: * src/SourceView.py: handle column sorting properly * src/PlaceView.py: handle column sorting properly svn: r2740 2004-02-01 Don Allingham <don@gramps-project.org> * gramps2/src/PlaceView.py, gramps2/src/SourceView.py: * src/SourceView.py: handle column sorting properly * src/PlaceView.py: handle column sorting properly svn: r2740 2004-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: * doc/gramps-manual/fr/figures/*.png: Update figures. svn: r2739 2004-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * doc/gramps-manual/fr/figures/*.png: Update figures. svn: r2739 2004-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/faq.xml: Update. * doc/gramps-manual/fr/gramps-manual.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. svn: r2738 2004-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/faq.xml, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/faq.xml: Update. * doc/gramps-manual/fr/gramps-manual.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. svn: r2738 2004-02-01 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2737 2004-02-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2737 2004-02-01 Don Allingham <don@gramps-project.org> * src/GrampsXML.py, src/WriteXML.py, src/gramps_main.py: * src/gramps_main.py: better error messages on database write failure * src/WriteXML.py: better error messages on database write failure * src/GrampsXML.py: better error messages on database write failure * src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the model unless it has be assigned. svn: r2736 2004-02-01 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsXML.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py: * src/gramps_main.py: better error messages on database write failure * src/WriteXML.py: better error messages on database write failure * src/GrampsXML.py: better error messages on database write failure * src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the model unless it has be assigned. svn: r2736 2004-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/mainwin.xml: * doc/gramps-manual/C/mainwin.xml: Correction. svn: r2735 2004-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/mainwin.xml: * doc/gramps-manual/C/mainwin.xml: Correction. svn: r2735 2004-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py, src/plugins/SimpleBookTitle.py: * src/plugins/AncestorChart2.py: Change the tile when changing the center person. * src/plugins/SimpleBookTitle.py: Correct window title. svn: r2734 2004-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/AncestorChart2.py: Change the tile when changing the center person. * src/plugins/SimpleBookTitle.py: Correct window title. svn: r2734 2004-02-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/Witness.py, src/plugins/FamilyGroup.py: * src/Report.py: Mark translatable string. * src/Witness.py: Mark translatable string. * src/plugins/FamilyGroup.py: Mark translatable string. svn: r2733 2004-02-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/Witness.py, gramps2/src/plugins/FamilyGroup.py: * src/Report.py: Mark translatable string. * src/Witness.py: Mark translatable string. * src/plugins/FamilyGroup.py: Mark translatable string. svn: r2733 2004-01-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Ancestors.py, src/plugins/IndivComplete.py: * src/plugins/Ancestors.py: Typo. * src/plugins/IndivComplete.py: Typo. svn: r2732 2004-01-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/IndivComplete.py: * src/plugins/Ancestors.py: Typo. * src/plugins/IndivComplete.py: Typo. svn: r2732 2004-01-31 Don Allingham <don@gramps-project.org> * src/PeopleView.py: * src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the model unless it has be assigned. svn: r2731 2004-01-31 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleView.py: * src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the model unless it has be assigned. svn: r2731 2004-01-31 Don Allingham <don@gramps-project.org> * src/TransTable.py, src/plugins/Ancestors.py, src/plugins/IndivComplete.py: fix update svn: r2730 2004-01-31 Don Allingham <don@gramps-project.org> * gramps2/src/TransTable.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/IndivComplete.py: fix update svn: r2730 2004-01-31 Egyeki Gergelly <egeri@users.sourceforge.net> * ChangeLog: [no log message] 2004-01-31 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/ChangeLog: [no log message] 2004-01-31 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: Updating Hungarian translation for 1.0-RC svn: r2728 2004-01-31 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: Updating Hungarian translation for 1.0-RC svn: r2728 2004-01-31 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2727 2004-01-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2727 2004-01-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py (write_book_item): Treat unconfigured title. svn: r2726 2004-01-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py (write_book_item): Treat unconfigured title. svn: r2726 2004-01-28 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * src/po/ru.po: Spell checking and more "family" fixes :) svn: r2725 2004-01-28 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * gramps2/src/po/ru.po: Spell checking and more "family" fixes :) svn: r2725 2004-01-28 Don Allingham <don@gramps-project.org> * configure.in: version 0.99 svn: r2723 2004-01-28 Don Allingham <don@gramps-project.org> * gramps2/configure.in: version 0.99 svn: r2723 2004-01-28 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.am, Makefile.in, configure, configure.in, gramps-mdk.spec, gramps.spec: update svn: r2722 2004-01-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/gramps-mdk.spec, gramps2/gramps.spec: update svn: r2722 2004-01-28 Don Allingham <don@gramps-project.org> * gramps-mdk.spec.in: * src/docgen/PdfDoc.py: fix encoding exception * gramps-mdk.spec: Mandrake RPM spec file svn: r2721 2004-01-28 Don Allingham <don@gramps-project.org> * gramps2/gramps-mdk.spec.in: * src/docgen/PdfDoc.py: fix encoding exception * gramps-mdk.spec: Mandrake RPM spec file svn: r2721 2004-01-28 Don Allingham <don@gramps-project.org> * gramps-mdk.spec, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: fix encoding exception * gramps-mdk.spec: Mandrake RPM spec file svn: r2720 2004-01-28 Don Allingham <don@gramps-project.org> * gramps2/gramps-mdk.spec, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: fix encoding exception * gramps-mdk.spec: Mandrake RPM spec file svn: r2720 2004-01-27 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2719 2004-01-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2719 2004-01-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/ru.po: * src/po/ru.po: Minor corrections. svn: r2718 2004-01-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/ru.po: * src/po/ru.po: Minor corrections. svn: r2718 2004-01-27 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: In good french ! svn: r2717 2004-01-27 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: In good french ! svn: r2717 2004-01-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2716 2004-01-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2716 2004-01-27 Don Allingham <don@gramps-project.org> * src/grampslib_wrap.c: * src/grampslib_wrap.c: backout mime type search svn: r2715 2004-01-27 Don Allingham <don@gramps-project.org> * gramps2/src/grampslib_wrap.c: * src/grampslib_wrap.c: backout mime type search svn: r2715 2004-01-26 Egyeki Gergelly <egeri@users.sourceforge.net> * : Indexed and resized png images svn: r2714 2004-01-26 Egyeki Gergelly <egeri@users.sourceforge.net> * : Indexed and resized png images svn: r2714 2004-01-26 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/mainwin.xml: [no log message] 2004-01-26 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/mainwin.xml: [no log message] 2004-01-26 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: I hope it's the good one ;-) svn: r2712 2004-01-26 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: I hope it's the good one ;-) svn: r2712 2004-01-26 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: I hope it's the good one ;-) svn: r2711 2004-01-26 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: I hope it's the good one ;-) svn: r2711 2004-01-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/usage.xml, doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/C/usage.xml: Typos. * doc/gramps-manual/ru/usage.xml: Update. svn: r2710 2004-01-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/usage.xml, gramps2/doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/C/usage.xml: Typos. * doc/gramps-manual/ru/usage.xml: Update. svn: r2710 2004-01-26 Alex Roitman <shura@gramps-project.org> * ChangeLog: * doc/gramps-manual/C/gramps-manual.xml: Typos. * doc/gramps-manual/de/cmdline.xml: Typo and wrong encoding. * doc/gramps-manual/ru/gramps-manual.xml: Update. svn: r2709 2004-01-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * doc/gramps-manual/C/gramps-manual.xml: Typos. * doc/gramps-manual/de/cmdline.xml: Typo and wrong encoding. * doc/gramps-manual/ru/gramps-manual.xml: Update. svn: r2709 2004-01-26 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * src/po/ru.po: Some cleanups svn: r2708 2004-01-26 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * gramps2/src/po/ru.po: Some cleanups svn: r2708 2004-01-26 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/de/cmdline.xml: Typos and wrong encoding svn: r2707 2004-01-26 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/de/cmdline.xml: Typos and wrong encoding svn: r2707 2004-01-25 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/cmdline.xml: Translation svn: r2706 2004-01-25 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/cmdline.xml: Translation svn: r2706 2004-01-25 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/cmdline.xml, doc/gramps-manual/de/mainwin.xml: Started translation svn: r2705 2004-01-25 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/cmdline.xml, gramps2/doc/gramps-manual/de/mainwin.xml: Started translation svn: r2705 2004-01-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure, configure.in: * configure, configure.in: Typo. svn: r2704 2004-01-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/configure.in: * configure, configure.in: Typo. svn: r2704 2004-01-24 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/gramps-manual.xml, doc/gramps-manual/hu/mainwin.xml, doc/gramps-manual/hu/usage.xml, src/po/hu.po: [no log message] 2004-01-24 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/gramps-manual.xml, gramps2/doc/gramps-manual/hu/mainwin.xml, gramps2/doc/gramps-manual/hu/usage.xml, gramps2/src/po/hu.po: [no log message] 2004-01-24 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/filtref.xml, doc/gramps-manual/hu/gramps-manual.xml: [no log message] 2004-01-24 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/filtref.xml, gramps2/doc/gramps-manual/hu/gramps-manual.xml: [no log message] 2004-01-24 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * src/po/ru.po: * src/po/ru.po: Update Russian translation for pre-1-rc1 svn: r2701 2004-01-24 Alexander Bogdashevsky <sanderbog2@users.sourceforge.net> * gramps2/src/po/ru.po: * src/po/ru.po: Update Russian translation for pre-1-rc1 svn: r2701 2004-01-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/usage.xml: Update svn: r2700 2004-01-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/usage.xml: Update svn: r2700 2004-01-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Relationship.py: Relationship fix svn: r2699 2004-01-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Relationship.py: Relationship fix svn: r2699 2004-01-23 Alex Roitman <shura@gramps-project.org> * src/po/nl.po: Translation for 1.0.0-RC svn: r2698 2004-01-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/nl.po: Translation for 1.0.0-RC svn: r2698 2004-01-23 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: French Update for cvs svn: r2697 2004-01-23 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: French Update for cvs svn: r2697 2004-01-23 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2696 2004-01-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2696 2004-01-23 Don Allingham <don@gramps-project.org> * src/grampslib.i, src/plugins/RelCalc.py: * src/grampslib.i: same fixes as grampslib_wrap.c * src/plugins/RelCalc.py: use preferred name format svn: r2695 2004-01-23 Don Allingham <don@gramps-project.org> * gramps2/src/grampslib.i, gramps2/src/plugins/RelCalc.py: * src/grampslib.i: same fixes as grampslib_wrap.c * src/plugins/RelCalc.py: use preferred name format svn: r2695 2004-01-22 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2694 2004-01-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2694 2004-01-22 Don Allingham <don@gramps-project.org> * src/grampslib_wrap.c: * src/grampslib_wrap.c: check the known mime types before calling the gnome functions svn: r2693 2004-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/grampslib_wrap.c: * src/grampslib_wrap.c: check the known mime types before calling the gnome functions svn: r2693 2004-01-21 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Translation update for 1.0.0-RC1 svn: r2692 2004-01-21 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Translation update for 1.0.0-RC1 svn: r2692 2004-01-21 Alex Roitman <shura@gramps-project.org> * : New figure svn: r2691 2004-01-21 Alex Roitman <shura@gramps-project.org> * : New figure svn: r2691 2004-01-21 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/usage.xml: Update svn: r2690 2004-01-21 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/usage.xml: Update svn: r2690 2004-01-21 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Update svn: r2689 2004-01-21 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Update svn: r2689 2004-01-21 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation update for 1.0.0 svn: r2688 2004-01-21 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation update for 1.0.0 svn: r2688 2004-01-21 Alex Roitman <shura@gramps-project.org> * : Update svn: r2687 2004-01-21 Alex Roitman <shura@gramps-project.org> * : Update svn: r2687 2004-01-21 Alex Roitman <shura@gramps-project.org> * : Update svn: r2686 2004-01-21 Alex Roitman <shura@gramps-project.org> * : Update svn: r2686 2004-01-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/filtref.xml, doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/ru/filtref.xml: Update. * doc/gramps-manual/ru/usage.xml: Update. svn: r2685 2004-01-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/filtref.xml, gramps2/doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/ru/filtref.xml: Update. * doc/gramps-manual/ru/usage.xml: Update. svn: r2685 2004-01-21 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2684 2004-01-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2684 2004-01-21 Don Allingham <don@gramps-project.org> * src/PeopleView.py, src/gramps_main.py: * src/PeopleView.py: correctly handle disabling report/tool buttons * src/gramps_main.py: correctly handle disabling report/tool buttons svn: r2683 2004-01-21 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/PeopleView.py: correctly handle disabling report/tool buttons * src/gramps_main.py: correctly handle disabling report/tool buttons svn: r2683 2004-01-21 Don Allingham <don@gramps-project.org> * src/GenericFilter.py: update svn: r2682 2004-01-21 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py: update svn: r2682 2004-01-21 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/const.py.in, src/plugins/FilterEditor.py: update svn: r2681 2004-01-21 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/const.py.in, gramps2/src/plugins/FilterEditor.py: update svn: r2681 2004-01-20 Don Allingham <don@gramps-project.org> * ChangeLog, configure, doc/gramps-manual/Makefile.in, gramps.spec, src/Makefile.am, src/Makefile.in, src/plugins/Makefile.in: update svn: r2680 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/doc/gramps-manual/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/plugins/Makefile.in: update svn: r2680 2004-01-20 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/NameEdit.py: * src/const.py.in: handle new translation table class * src/NameEdit.py.in: handle new translation table class * src/EditPerson.py.in: handle new translation table class * src/TransTable.py: new Translation table class * src/GenericFilter.py: handle translated rule names * src/plugins/FilterEditor.py: handle translated rule names svn: r2679 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/NameEdit.py: * src/const.py.in: handle new translation table class * src/NameEdit.py.in: handle new translation table class * src/EditPerson.py.in: handle new translation table class * src/TransTable.py: new Translation table class * src/GenericFilter.py: handle translated rule names * src/plugins/FilterEditor.py: handle translated rule names svn: r2679 2004-01-20 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/plugins/FilterEditor.py: * src/const.py.in: handle new translation table class * src/TransTable.py: new Translation table class * src/GenericFilter.py: handle translated rule names * src/plugins/FilterEditor.py: handle translated rule names svn: r2678 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/plugins/FilterEditor.py: * src/const.py.in: handle new translation table class * src/TransTable.py: new Translation table class * src/GenericFilter.py: handle translated rule names * src/plugins/FilterEditor.py: handle translated rule names svn: r2678 2004-01-20 Don Allingham <don@gramps-project.org> * src/TransTable.py, src/const.py.in: * src/const.py.in: handle new translation table class * src/TransTable.py: new Translation table class svn: r2677 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/TransTable.py, gramps2/src/const.py.in: * src/const.py.in: handle new translation table class * src/TransTable.py: new Translation table class svn: r2677 2004-01-20 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: fixed some fuzzy strings svn: r2676 2004-01-20 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: fixed some fuzzy strings svn: r2676 2004-01-20 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: Updating hungarian translation for GRAMPS 1.0 svn: r2675 2004-01-20 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: Updating hungarian translation for GRAMPS 1.0 svn: r2675 2004-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py: * src/EditPlace.py (display_references): Translate event names. svn: r2674 2004-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py: * src/EditPlace.py (display_references): Translate event names. svn: r2674 2004-01-20 Sebastian Voeck <voeck@users.sourceforge.net> * src/po/de.po: Updated translation for 1.0.0-RC1 svn: r2673 2004-01-20 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/src/po/de.po: Updated translation for 1.0.0-RC1 svn: r2673 2004-01-20 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/getstart.xml, doc/gramps-manual/hu/gramps-manual.xml, doc/gramps-manual/hu/keybind.xml: [no log message] 2004-01-20 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/getstart.xml, gramps2/doc/gramps-manual/hu/gramps-manual.xml, gramps2/doc/gramps-manual/hu/keybind.xml: [no log message] 2004-01-20 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: New Update for cvs svn: r2671 2004-01-20 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: New Update for cvs svn: r2671 2004-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/PedView.py: * src/PedView.py (build_nav_menu): Ditch stock Home item. * src/FamilyView.py (build_ap_menu, build_nav_menu, build_parents_nosel_menu, build_sp_parents_nosel_menu, build_child_menu, build_spouse_menu, build_parents_menu, build_sp_parents_menu): Ditch stock Home item. svn: r2670 2004-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/PedView.py: * src/PedView.py (build_nav_menu): Ditch stock Home item. * src/FamilyView.py (build_ap_menu, build_nav_menu, build_parents_nosel_menu, build_sp_parents_nosel_menu, build_child_menu, build_spouse_menu, build_parents_menu, build_sp_parents_menu): Ditch stock Home item. svn: r2670 2004-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml, doc/gramps.1, doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. svn: r2669 2004-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps.1, gramps2/doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. svn: r2669 2004-01-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/usage.xml: * NEWS: Update. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/mainwin.xml: Update. * doc/gramps-manual/C/filtref.xml: Update. svn: r2668 2004-01-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/usage.xml: * NEWS: Update. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/mainwin.xml: Update. * doc/gramps-manual/C/filtref.xml: Update. svn: r2668 2004-01-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2667 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2667 2004-01-20 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: handle iso-8859-1 characters svn: r2666 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: handle iso-8859-1 characters svn: r2666 2004-01-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2665 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2665 2004-01-20 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/docgen/PSDrawDoc.py: * src/plugins/FilterEditor.py: handle unicode characters * src/PeopleStore.py: handle corrupt iter * src/GenericFilter.py: handle unicode * src/docgen/PSDrawDoc.py: handle iso-8859-1 characters svn: r2664 2004-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/docgen/PSDrawDoc.py: * src/plugins/FilterEditor.py: handle unicode characters * src/PeopleStore.py: handle corrupt iter * src/GenericFilter.py: handle unicode * src/docgen/PSDrawDoc.py: handle iso-8859-1 characters svn: r2664 2004-01-19 Don Allingham <don@gramps-project.org> * src/PeopleStore.py: * src/plugins/FilterEditor.py: handle unicode characters * src/PeopleStore.py: handle corrupt iter svn: r2663 2004-01-19 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleStore.py: * src/plugins/FilterEditor.py: handle unicode characters * src/PeopleStore.py: handle corrupt iter svn: r2663 2004-01-19 Don Allingham <don@gramps-project.org> * src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: handle unicode characters svn: r2662 2004-01-19 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: handle unicode characters svn: r2662 2004-01-19 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/filtref.xml, src/plugins/rel_hu.py, src/po/hu.po: [no log message] 2004-01-19 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/filtref.xml, gramps2/src/plugins/rel_hu.py, gramps2/src/po/hu.po: [no log message] 2004-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/template.po: * src/po/template.po: Update translation template. svn: r2660 2004-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/template.po: * src/po/template.po: Update translation template. svn: r2660 2004-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: Number pages starting with 1. Do not allow for mutlipage when it's a book item. svn: r2659 2004-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: Number pages starting with 1. Do not allow for mutlipage when it's a book item. svn: r2659 2004-01-19 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/usage.xml: Update svn: r2658 2004-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/usage.xml: Update svn: r2658 2004-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (parse_individual): add /Surname/ Firstname. svn: r2657 2004-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (parse_individual): add /Surname/ Firstname. svn: r2657 2004-01-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/plugins/AncestorChart2.py, src/plugins/WriteCD.py, src/plugins/book.glade: * src/plugins/AncestorChart2.py: Add hotkeys to check button labels. Add scale, compress, and title options support to the book dialog. * src/plugins/book.glade: Reduce minimum window height to 600 pixels. * src/plugins/WriteCD.py (on_ok_clicked): Correct indentation. * src/GrampsCfg.py (loadConfig, save_data): Correctly parse gconf key. svn: r2656 2004-01-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/book.glade: * src/plugins/AncestorChart2.py: Add hotkeys to check button labels. Add scale, compress, and title options support to the book dialog. * src/plugins/book.glade: Reduce minimum window height to 600 pixels. * src/plugins/WriteCD.py (on_ok_clicked): Correct indentation. * src/GrampsCfg.py (loadConfig, save_data): Correctly parse gconf key. svn: r2656 2004-01-18 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/cmdline.xml, doc/gramps-manual/hu/custom.xml, src/gramps.desktop, src/po/hu.po: [no log message] 2004-01-18 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/cmdline.xml, gramps2/doc/gramps-manual/hu/custom.xml, gramps2/src/gramps.desktop, gramps2/src/po/hu.po: [no log message] 2004-01-18 Don Allingham <don@gramps-project.org> * ChangeLog, src/plugins/Makefile.am: * src/plugins/Makefile.am: export AncestorChart2.py svn: r2654 2004-01-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am: * src/plugins/Makefile.am: export AncestorChart2.py svn: r2654 2004-01-18 Don Allingham <don@gramps-project.org> * src/plugins/AncestorChart2.py: * src/plugins/Makefile.am: export AncestorChart2.py svn: r2653 2004-01-18 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/AncestorChart2.py: * src/plugins/Makefile.am: export AncestorChart2.py svn: r2653 2004-01-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py, src/plugins/Check.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WritePkg.py: * src/gramps_main.py (save_media): Add support for default action. * src/plugins/Check.py (cleanup_missing_photos): Add support for default action. * src/plugins/WriteCD.py (on_ok_clicked): Add support for default action. * src/plugins/WritePkg.py (export): Add support for default action. * src/plugins/WriteFtree.py: Do not import unused dialog. svn: r2652 2004-01-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WritePkg.py: * src/gramps_main.py (save_media): Add support for default action. * src/plugins/Check.py (cleanup_missing_photos): Add support for default action. * src/plugins/WriteCD.py (on_ok_clicked): Add support for default action. * src/plugins/WritePkg.py (export): Add support for default action. * src/plugins/WriteFtree.py: Do not import unused dialog. svn: r2652 2004-01-17 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2651 2004-01-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2651 2004-01-17 Don Allingham <don@gramps-project.org> * src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: more multipage improvements svn: r2650 2004-01-17 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: more multipage improvements svn: r2650 2004-01-17 Egyeki Gergelly <egeri@users.sourceforge.net> * : [no log message] 2004-01-17 Egyeki Gergelly <egeri@users.sourceforge.net> * : [no log message] 2004-01-17 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/faq.xml, doc/gramps-manual/hu/getstart.xml: [no log message] 2004-01-17 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/faq.xml, gramps2/doc/gramps-manual/hu/getstart.xml: [no log message] 2004-01-17 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: Updating hu.po svn: r2647 2004-01-17 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: Updating hu.po svn: r2647 2004-01-17 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r2646 2004-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r2646 2004-01-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/QuestionDialog.py, src/ReadXML.py, src/errdialogs.glade, src/plugins/WebPage.py: * NEWS: Update. * src/errdialogs.glade: Add check button to the missing media dialog. * src/QuestionDialog.py (MissingMediaDialog.__init__): Add default action property. * src/ReadXML.py (import_data): Add support for default action. * src/plugins/WebPage.py (write_gallery): Use object ID as a file name - prevents collision between identical names coming from different dirs. svn: r2645 2004-01-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/QuestionDialog.py, gramps2/src/ReadXML.py, gramps2/src/errdialogs.glade, gramps2/src/plugins/WebPage.py: * NEWS: Update. * src/errdialogs.glade: Add check button to the missing media dialog. * src/QuestionDialog.py (MissingMediaDialog.__init__): Add default action property. * src/ReadXML.py (import_data): Add support for default action. * src/plugins/WebPage.py (write_gallery): Use object ID as a file name - prevents collision between identical names coming from different dirs. svn: r2645 2004-01-17 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2644 2004-01-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2644 2004-01-17 Don Allingham <don@gramps-project.org> * src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: first pass at multipage output svn: r2643 2004-01-17 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/AncestorChart2.py: * src/plugins/AncestorChart2.py: first pass at multipage output svn: r2643 2004-01-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/mainwin.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. * doc/gramps-manual/fr/figures/*.png: Update. svn: r2642 2004-01-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/mainwin.xml: Update. * doc/gramps-manual/fr/usage.xml: Update. * doc/gramps-manual/fr/figures/*.png: Update. svn: r2642 2004-01-16 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: Last Update for cvs svn: r2641 2004-01-16 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: Last Update for cvs svn: r2641 2004-01-15 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/hu/custom.xml, doc/gramps-manual/hu/faq.xml, doc/gramps-manual/hu/gramps-manual.xml, doc/gramps-manual/hu/mainwin.xml, doc/gramps-manual/hu/usage.xml, src/po/hu.po: [no log message] 2004-01-15 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/hu/custom.xml, gramps2/doc/gramps-manual/hu/faq.xml, gramps2/doc/gramps-manual/hu/gramps-manual.xml, gramps2/doc/gramps-manual/hu/mainwin.xml, gramps2/doc/gramps-manual/hu/usage.xml, gramps2/src/po/hu.po: [no log message] 2004-01-15 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2639 2004-01-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2639 2004-01-15 Don Allingham <don@gramps-project.org> * src/PeopleStore.py: * src/PeopleStore.py: handle unicode conversion from get_value svn: r2638 2004-01-15 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleStore.py: * src/PeopleStore.py: handle unicode conversion from get_value svn: r2638 2004-01-14 Egyeki Gergelly <egeri@users.sourceforge.net> * configure.in: [no log message] 2004-01-14 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/configure.in: [no log message] 2004-01-14 Egyeki Gergelly <egeri@users.sourceforge.net> * doc/gramps-manual/Makefile.am, doc/gramps-manual/hu/Makefile.am, doc/gramps-manual/hu/Makefile.in, doc/gramps-manual/hu/cmdline.xml, doc/gramps-manual/hu/custom.xml, doc/gramps-manual/hu/faq.xml, doc/gramps-manual/hu/filtref.xml, doc/gramps-manual/hu/getstart.xml, doc/gramps-manual/hu/gramps-manual-hu.omf, doc/gramps-manual/hu/gramps-manual.xml, doc/gramps-manual/hu/keybind.xml, doc/gramps-manual/hu/legal.xml, doc/gramps-manual/hu/mainwin.xml, doc/gramps-manual/hu/usage.xml: Adding hungarian manual svn: r2636 2004-01-14 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/hu/Makefile.am, gramps2/doc/gramps-manual/hu/Makefile.in, gramps2/doc/gramps-manual/hu/cmdline.xml, gramps2/doc/gramps-manual/hu/custom.xml, gramps2/doc/gramps-manual/hu/faq.xml, gramps2/doc/gramps-manual/hu/filtref.xml, gramps2/doc/gramps-manual/hu/getstart.xml, gramps2/doc/gramps-manual/hu/gramps-manual-hu.omf, gramps2/doc/gramps-manual/hu/gramps-manual.xml, gramps2/doc/gramps-manual/hu/keybind.xml, gramps2/doc/gramps-manual/hu/legal.xml, gramps2/doc/gramps-manual/hu/mainwin.xml, gramps2/doc/gramps-manual/hu/usage.xml: Adding hungarian manual svn: r2636 2004-01-14 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: [no log message] 2004-01-14 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: [no log message] 2004-01-13 Don Allingham <don@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/RelLib.py, src/Relationship.py, src/Report.py, src/SelectPerson.py, src/docgen/AbiWord2Doc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/SvgDrawDoc.py, src/gramps_main.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/CustomBookText.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/IndivComplete.py, src/plugins/ReadPkg.py, src/plugins/RelCalc.py, src/plugins/SimpleBookTitle.py, src/plugins/TimeLine.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/rel_de.py: * src/docgen/AbiWord2Doc.py: pychecker fixes * src/docgen/HtmlDoc.py: pychecker fixes * src/docgen/KwordDoc.py: pychecker fixes * src/docgen/LaTeXDoc.py: pychecker fixes * src/docgen/OpenOfficeDoc.py: pychecker fixes * src/docgen/OpenSpreadSheet.py: pychecker fixes * src/docgen/PSDrawDoc.py: pychecker fixes * src/docgen/PdfDoc.py: pychecker fixes * src/docgen/SvgDrawDoc.py: pychecker fixes * src/plugins/Ancestors.py: pychecker fixes * src/plugins/BookReport.py: pychecker fixes * src/plugins/CustomBookText.py: pychecker fixes * src/plugins/DescendReport.py: pychecker fixes * src/plugins/DetAncestralReport.py: pychecker fixes * src/plugins/DetDescendantReport.py: pychecker fixes * src/plugins/FtmStyleAncestors.py: pychecker fixes * src/plugins/IndivComplete.py: pychecker fixes * src/plugins/ReadPkg.py: pychecker fixes * src/plugins/RelCalc.py: pychecker fixes * src/plugins/SimpleBookTitle.py: pychecker fixes * src/plugins/TimeLine.py: pychecker fixes * src/plugins/WriteCD.py: pychecker fixes * src/plugins/WriteFtree.py: pychecker fixes * src/plugins/rel_de.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/RelLib.py: pychecker fixes * src/Report.py: pychecker fixes * src/SelectPerson.py: pychecker fixes * src/gramps_main.py: pychecker fixes svn: r2634 2004-01-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/Report.py, gramps2/src/SelectPerson.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/rel_de.py: * src/docgen/AbiWord2Doc.py: pychecker fixes * src/docgen/HtmlDoc.py: pychecker fixes * src/docgen/KwordDoc.py: pychecker fixes * src/docgen/LaTeXDoc.py: pychecker fixes * src/docgen/OpenOfficeDoc.py: pychecker fixes * src/docgen/OpenSpreadSheet.py: pychecker fixes * src/docgen/PSDrawDoc.py: pychecker fixes * src/docgen/PdfDoc.py: pychecker fixes * src/docgen/SvgDrawDoc.py: pychecker fixes * src/plugins/Ancestors.py: pychecker fixes * src/plugins/BookReport.py: pychecker fixes * src/plugins/CustomBookText.py: pychecker fixes * src/plugins/DescendReport.py: pychecker fixes * src/plugins/DetAncestralReport.py: pychecker fixes * src/plugins/DetDescendantReport.py: pychecker fixes * src/plugins/FtmStyleAncestors.py: pychecker fixes * src/plugins/IndivComplete.py: pychecker fixes * src/plugins/ReadPkg.py: pychecker fixes * src/plugins/RelCalc.py: pychecker fixes * src/plugins/SimpleBookTitle.py: pychecker fixes * src/plugins/TimeLine.py: pychecker fixes * src/plugins/WriteCD.py: pychecker fixes * src/plugins/WriteFtree.py: pychecker fixes * src/plugins/rel_de.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/RelLib.py: pychecker fixes * src/Report.py: pychecker fixes * src/SelectPerson.py: pychecker fixes * src/gramps_main.py: pychecker fixes svn: r2634 2004-01-12 Egyeki Gergelly <egeri@users.sourceforge.net> * src/plugins/rel_hu.py: updating hungarian relationship calculator svn: r2633 2004-01-12 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/plugins/rel_hu.py: updating hungarian relationship calculator svn: r2633 2004-01-12 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: updating hungarian translation svn: r2632 2004-01-12 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: updating hungarian translation svn: r2632 2004-01-12 Alex Roitman <shura@gramps-project.org> * src/PlaceView.py: Update svn: r2631 2004-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/PlaceView.py: Update svn: r2631 2004-01-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PlaceView.py, src/paper.xml: * src/PlaceView.py (on_delete_clicked): Use list's copy to avoid modifying the real EventList (closes # 875332). * src/paper.xml: Remove from CVS (superseded by papersize.xml). svn: r2630 2004-01-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PlaceView.py, gramps2/src/paper.xml: * src/PlaceView.py (on_delete_clicked): Use list's copy to avoid modifying the real EventList (closes # 875332). * src/paper.xml: Remove from CVS (superseded by papersize.xml). svn: r2630 2004-01-12 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: Fix for templates svn: r2629 2004-01-12 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: Fix for templates svn: r2629 2004-01-12 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/de/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in: update svn: r2628 2004-01-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/de/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in: update svn: r2628 2004-01-12 Don Allingham <don@gramps-project.org> * src/Makefile.am, src/RelLib.py, src/gramps_main.py: * src/Makefile.am: export papersize.xml * src/RelLib.py: Don't call setAncestor if default person is None * src/gramps_main.py: remove children out of alternate families when deleting a person, set default person to None if deleting the default person. svn: r2627 2004-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am, gramps2/src/RelLib.py, gramps2/src/gramps_main.py: * src/Makefile.am: export papersize.xml * src/RelLib.py: Don't call setAncestor if default person is None * src/gramps_main.py: remove children out of alternate families when deleting a person, set default person to None if deleting the default person. svn: r2627 2004-01-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2626 2004-01-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2626 2004-01-10 Don Allingham <don@gramps-project.org> * configure.in: * configure.in: fix gnome-python-vfs error message svn: r2625 2004-01-10 Don Allingham <don@gramps-project.org> * gramps2/configure.in: * configure.in: fix gnome-python-vfs error message svn: r2625 2004-01-10 Don Allingham <don@gramps-project.org> * ChangeLog, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/grampslib.i, src/plugins/Makefile.in, src/po/Makefile.in, src/revision.glade: update svn: r2624 2004-01-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/grampslib.i, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in, gramps2/src/revision.glade: update svn: r2624 2004-01-10 Don Allingham <don@gramps-project.org> * src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/plugins/AncestorChart2.py, src/plugins/TimeLine.py: * src/docgen/OpenOfficeDoc.py: proper handling of center_text * src/docgen/PdfDoc.py: proper handling of center_text * src/plugins/TimeLine.py: switch to using center_text instead of draw_text * src/plugins/AncestorChart2.py: switch to using center_text instead of draw_text svn: r2623 2004-01-10 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/AncestorChart2.py, gramps2/src/plugins/TimeLine.py: * src/docgen/OpenOfficeDoc.py: proper handling of center_text * src/docgen/PdfDoc.py: proper handling of center_text * src/plugins/TimeLine.py: switch to using center_text instead of draw_text * src/plugins/AncestorChart2.py: switch to using center_text instead of draw_text svn: r2623 2004-01-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2622 2004-01-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2622 2004-01-10 Don Allingham <don@gramps-project.org> * src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: allow disabling of the box shadow svn: r2621 2004-01-10 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: allow disabling of the box shadow svn: r2621 2004-01-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/get_strings: * src/get_strings: Add coding line. Remove ^L chars. svn: r2620 2004-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/get_strings: * src/get_strings: Add coding line. Remove ^L chars. svn: r2620 2004-01-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in: * src/const.py.in: Mark LDS status strings as translatable. svn: r2619 2004-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in: * src/const.py.in: Mark LDS status strings as translatable. svn: r2619 2004-01-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_de.py: * src/plugins/rel_de.py: Update possible German locale list. svn: r2618 2004-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_de.py: * src/plugins/rel_de.py: Update possible German locale list. svn: r2618 2004-01-09 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: Updating hunarian translation svn: r2617 2004-01-09 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: Updating hunarian translation svn: r2617 2004-01-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/AbiWord2Doc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: * src/docgen/PdfDoc.py: Set print_label to None. * src/docgen/KwordDoc.py: Set print_label to None. * src/docgen/HtmlDoc.py: Set print_label to None. * src/docgen/AbiWord2Doc.py: Set print_label to None. * src/docgen/RTFDoc.py: Set print_label to None. svn: r2616 2004-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/PdfDoc.py: Set print_label to None. * src/docgen/KwordDoc.py: Set print_label to None. * src/docgen/HtmlDoc.py: Set print_label to None. * src/docgen/AbiWord2Doc.py: Set print_label to None. * src/docgen/RTFDoc.py: Set print_label to None. svn: r2616 2004-01-09 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2615 2004-01-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2615 2004-01-09 Don Allingham <don@gramps-project.org> * src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: Scaleable shadow * src/docgen/OpenOfficeDoc.py: Scaleable shadow * src/docgen/KwordDoc.py (KwordDoc.close): handle KWord mime type * src/grampslib_wrap.c: handle NULL pointers svn: r2614 2004-01-09 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py: * src/docgen/PSDrawDoc.py: Scaleable shadow * src/docgen/OpenOfficeDoc.py: Scaleable shadow * src/docgen/KwordDoc.py (KwordDoc.close): handle KWord mime type * src/grampslib_wrap.c: handle NULL pointers svn: r2614 2004-01-09 Don Allingham <don@gramps-project.org> * src/docgen/KwordDoc.py, src/grampslib_wrap.c: * src/docgen/KwordDoc.py (KwordDoc.close): handle KWord mime type * src/grampslib_wrap.c: handle NULL pointers svn: r2613 2004-01-09 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/KwordDoc.py, gramps2/src/grampslib_wrap.c: * src/docgen/KwordDoc.py (KwordDoc.close): handle KWord mime type * src/grampslib_wrap.c: handle NULL pointers svn: r2613 2004-01-09 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_de.py: Update svn: r2612 2004-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/rel_de.py: Update svn: r2612 2004-01-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/plugins/rel_de.py: * src/plugins/rel_de.py: Update. svn: r2611 2004-01-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/plugins/rel_de.py: * src/plugins/rel_de.py: Update. svn: r2611 2004-01-08 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2610 2004-01-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2610 2004-01-08 Don Allingham <don@gramps-project.org> * src/BaseDoc.py, src/docgen/PdfDoc.py, src/plugins/AncestorChart2.py: * src/BaseDoc.py: Scaleable shadow * src/plugins/AncestorChart2.py: Scale to page implemented * src/docgen/PdfDoc.py: Scalable shadow svn: r2609 2004-01-08 Don Allingham <don@gramps-project.org> * gramps2/src/BaseDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/AncestorChart2.py: * src/BaseDoc.py: Scaleable shadow * src/plugins/AncestorChart2.py: Scale to page implemented * src/docgen/PdfDoc.py: Scalable shadow svn: r2609 2004-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py (delete_family_from): Remove extra "[0]". svn: r2608 2004-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py (delete_family_from): Remove extra "[0]". svn: r2608 2004-01-08 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: French Update : english still stay ! svn: r2607 2004-01-08 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: French Update : english still stay ! svn: r2607 2004-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/rel_de.py: * src/plugins/rel_de.py: Add to CVS. * src/plugins/Makefile.am: Ship rel_de.py. svn: r2606 2004-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/rel_de.py: * src/plugins/rel_de.py: Add to CVS. * src/plugins/Makefile.am: Ship rel_de.py. svn: r2606 2004-01-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2605 2004-01-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2605 2004-01-07 Don Allingham <don@gramps-project.org> * src/plugins/AncestorChart2.py: New file svn: r2604 2004-01-07 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/AncestorChart2.py: New file svn: r2604 2004-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2603 2004-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2603 2004-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Correct image insertion. * src/plugins/DetAncestralReport.py: Correct image insertion. svn: r2602 2004-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Correct image insertion. * src/plugins/DetAncestralReport.py: Correct image insertion. svn: r2602 2004-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/rel_hu.py: * src/plugins/rel_hu.py: Add to CVS. * src/plugins/Makefile.am: Ship rel_hu.py. svn: r2601 2004-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/rel_hu.py: * src/plugins/rel_hu.py: Add to CVS. * src/plugins/Makefile.am: Ship rel_hu.py. svn: r2601 2004-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py (write_note): Typo. svn: r2600 2004-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py (write_note): Typo. svn: r2600 2004-01-07 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: [no log message] 2004-01-07 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: [no log message] 2004-01-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/mainwin.xml, doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/ru/mainwin.xml: Update translation. * doc/gramps-manual/ru/usage.xml: Update translation. svn: r2598 2004-01-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/mainwin.xml, gramps2/doc/gramps-manual/ru/usage.xml: * doc/gramps-manual/ru/mainwin.xml: Update translation. * doc/gramps-manual/ru/usage.xml: Update translation. svn: r2598 2004-01-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2597 2004-01-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2597 2004-01-07 Don Allingham <don@gramps-project.org> * src/MergeData.py: * src/MergeData: Remove reference to personTable * src/RelLib.py: Remove the personTable, since it is no longer needed with the dropping of ZODB, and we don't have to worry about keeping personTable and personMap in sync. Add sort field to Name class. * src/GrampsParser.py: build the primary sort name * src/GrampsXML.py: remove personTable references * src/Find.py: don't user personTable svn: r2596 2004-01-07 Don Allingham <don@gramps-project.org> * gramps2/src/MergeData.py: * src/MergeData: Remove reference to personTable * src/RelLib.py: Remove the personTable, since it is no longer needed with the dropping of ZODB, and we don't have to worry about keeping personTable and personMap in sync. Add sort field to Name class. * src/GrampsParser.py: build the primary sort name * src/GrampsXML.py: remove personTable references * src/Find.py: don't user personTable svn: r2596 2004-01-07 Don Allingham <don@gramps-project.org> * src/Find.py, src/GrampsParser.py, src/GrampsXML.py, src/RelLib.py: * src/RelLib.py: Remove the personTable, since it is no longer needed with the dropping of ZODB, and we don't have to worry about keeping personTable and personMap in sync. Add sort field to Name class. * src/GrampsParser.py: build the primary sort name * src/GrampsXML.py: remove personTable references * src/Find.py: don't user personTable svn: r2595 2004-01-07 Don Allingham <don@gramps-project.org> * gramps2/src/Find.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/RelLib.py: * src/RelLib.py: Remove the personTable, since it is no longer needed with the dropping of ZODB, and we don't have to worry about keeping personTable and personMap in sync. Add sort field to Name class. * src/GrampsParser.py: build the primary sort name * src/GrampsXML.py: remove personTable references * src/Find.py: don't user personTable svn: r2595 2004-01-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2594 2004-01-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2594 2004-01-07 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/edit_person.glade: * src/EditPerson.py (EditPerson.__init__): use AutoCombo for name type * src/edit_person.glade: allow a name type that is not in the list * src/ImageSelect.py: make sure that description doesn't exceed the image size * src/MediaView.py: mark <local copy> for translation * src/gramps.glade: eliminate fixed size for side panel, helps with translations. svn: r2593 2004-01-07 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/edit_person.glade: * src/EditPerson.py (EditPerson.__init__): use AutoCombo for name type * src/edit_person.glade: allow a name type that is not in the list * src/ImageSelect.py: make sure that description doesn't exceed the image size * src/MediaView.py: mark <local copy> for translation * src/gramps.glade: eliminate fixed size for side panel, helps with translations. svn: r2593 2004-01-06 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: French Update for cvs svn: r2592 2004-01-06 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: French Update for cvs svn: r2592 2004-01-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: More source parsing cleanups. (parse_source_objects): Remove redundant function. svn: r2591 2004-01-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: More source parsing cleanups. (parse_source_objects): Remove redundant function. svn: r2591 2004-01-06 Don Allingham <don@gramps-project.org> * src/ImageSelect.py: update svn: r2590 2004-01-06 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py: update svn: r2590 2004-01-06 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/MediaView.py, src/gramps.glade: * src/ImageSelect.py: make sure that description doesn't exceed the image size * src/MediaView.py: mark <local copy> for translation * src/gramps.glade: eliminate fixed size for side panel, helps with translations. svn: r2589 2004-01-06 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/gramps.glade: * src/ImageSelect.py: make sure that description doesn't exceed the image size * src/MediaView.py: mark <local copy> for translation * src/gramps.glade: eliminate fixed size for side panel, helps with translations. svn: r2589 2004-01-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: More source parsing cleanups. svn: r2588 2004-01-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: More source parsing cleanups. svn: r2588 2004-01-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Revert brain-dead fix in favor of an existing handle_source() method. svn: r2587 2004-01-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Revert brain-dead fix in favor of an existing handle_source() method. svn: r2587 2004-01-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Correct level in parsing LDS ordinance source references. Support for source description-type references. svn: r2586 2004-01-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Correct level in parsing LDS ordinance source references. Support for source description-type references. svn: r2586 2004-01-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/fr.po: * src/po/fr.po: Typo (named format line parameter was translated). svn: r2585 2004-01-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/fr.po: * src/po/fr.po: Typo (named format line parameter was translated). svn: r2585 2004-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Update status. svn: r2584 2004-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Update status. svn: r2584 2004-01-02 Alex Roitman <shura@gramps-project.org> * src/PedView.py: Cleanup svn: r2583 2004-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/PedView.py: Cleanup svn: r2583 2004-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py (load_canvas): Produce generation labels based on the anchor. svn: r2582 2004-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py (load_canvas): Produce generation labels based on the anchor. svn: r2582 2004-01-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py (load_canvas): Ditch anchor button in favor of context menu items; (make_anchor_button,on_anchor_clicked): Remove functions; (on_anchor_set, on_anchor_remove): Add functions; (build_nav_menu): Add anchor-related context menut items. svn: r2581 2004-01-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py (load_canvas): Ditch anchor button in favor of context menu items; (make_anchor_button,on_anchor_clicked): Remove functions; (on_anchor_set, on_anchor_remove): Add functions; (build_nav_menu): Add anchor-related context menut items. svn: r2581 2004-01-01 Don Allingham <don@gramps-project.org> * ChangeLog, configure, gramps.spec: update svn: r2580 2004-01-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/gramps.spec: update svn: r2580 2004-01-01 Don Allingham <don@gramps-project.org> * src/PedView.py: * src/PedView.py (PedigreeView.load_canvas): switched anchor label from a label to a CanvasText svn: r2579 2004-01-01 Don Allingham <don@gramps-project.org> * gramps2/src/PedView.py: * src/PedView.py (PedigreeView.load_canvas): switched anchor label from a label to a CanvasText svn: r2579 2004-01-01 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2578 2004-01-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2578 2004-01-01 Don Allingham <don@gramps-project.org> * configure.in, gramps.spec.in, src/const.py.in, src/docgen/OpenSpreadSheet.py, src/plugins/EventCmp.py: * src/const.py.in: eliminate zipcmd * src/docgen/OpenSpreadSheet.py: eliminate the need for ZIP, use python zipfile module instead * src/plugins/EventCmp.py (DisplayChart.on_save_clicked): fix rows, double lines no longer used * configure.in: add check for vfs bindings, eliminate the check for swig and zip * gramps.spec.in (Requires): Added gnome-python2-gnomevfs dependency svn: r2577 2004-01-01 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/gramps.spec.in, gramps2/src/const.py.in, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/plugins/EventCmp.py: * src/const.py.in: eliminate zipcmd * src/docgen/OpenSpreadSheet.py: eliminate the need for ZIP, use python zipfile module instead * src/plugins/EventCmp.py (DisplayChart.on_save_clicked): fix rows, double lines no longer used * configure.in: add check for vfs bindings, eliminate the check for swig and zip * gramps.spec.in (Requires): Added gnome-python2-gnomevfs dependency svn: r2577 2004-01-01 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps-manual/de/Makefile.in, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/ru/Makefile.in, doc/gramps.1, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in, src/PaperMenu.py, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/papersize.xml, src/plugins/Makefile.in, src/po/Makefile.in: update svn: r2576 2004-01-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/de/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/doc/gramps.1, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/PaperMenu.py, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/papersize.xml, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: update svn: r2576 2004-01-01 Don Allingham <don@gramps-project.org> * src/docgen/AbiWord2Doc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: * src/docgen/PdfDoc.py: add the ability to open the document in the default viewer * src/docgen/AbiWord2Doc.py: add the ability to open the document in AbiWord * src/docgen/OpenOfficeDoc.py: fixed the search for default viewer * src/docgen/RTFDoc.py: add the ability to open the document in the default viewer * src/docgen/HtmlDoc.py: add the ability to open the document in the default viewer * src/docgen/KwordDoc.py: add comment svn: r2575 2004-01-01 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/PdfDoc.py: add the ability to open the document in the default viewer * src/docgen/AbiWord2Doc.py: add the ability to open the document in AbiWord * src/docgen/OpenOfficeDoc.py: fixed the search for default viewer * src/docgen/RTFDoc.py: add the ability to open the document in the default viewer * src/docgen/HtmlDoc.py: add the ability to open the document in the default viewer * src/docgen/KwordDoc.py: add comment svn: r2575 2004-01-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2574 2004-01-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2574 2004-01-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py (load_canvas): Add ahcnor button and label; (make_anchor_button,make_anchor_label,on_anchor_clicked): Add functions. svn: r2573 2004-01-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py (load_canvas): Add ahcnor button and label; (make_anchor_button,make_anchor_label,on_anchor_clicked): Add functions. svn: r2573 2003-12-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/RelCalc.py: * src/plugins/RelCalc.py (__init__): Skip the person when building the list. svn: r2572 2003-12-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/RelCalc.py: * src/plugins/RelCalc.py (__init__): Skip the person when building the list. svn: r2572 2003-12-30 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/usage.xml, doc/gramps-manual/ru/faq.xml, doc/gramps-manual/ru/keybind.xml: Update svn: r2571 2003-12-30 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/usage.xml, gramps2/doc/gramps-manual/ru/faq.xml, gramps2/doc/gramps-manual/ru/keybind.xml: Update svn: r2571 2003-12-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/custom.xml: Update translation. * doc/gramps-manual/fr/usage.xml: Update translation. svn: r2570 2003-12-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/usage.xml: * doc/gramps-manual/fr/custom.xml: Update translation. * doc/gramps-manual/fr/usage.xml: Update translation. svn: r2570 2003-12-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/faq.xml, doc/gramps-manual/ru/filtref.xml, doc/gramps-manual/ru/keybind.xml: * doc/gramps-manual/ru/faq.xml: Update translation. * doc/gramps-manual/ru/keybind.xml: Update translation. * doc/gramps-manual/ru/filtref.xml: Update translation. svn: r2569 2003-12-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/faq.xml, gramps2/doc/gramps-manual/ru/filtref.xml, gramps2/doc/gramps-manual/ru/keybind.xml: * doc/gramps-manual/ru/faq.xml: Update translation. * doc/gramps-manual/ru/keybind.xml: Update translation. * doc/gramps-manual/ru/filtref.xml: Update translation. svn: r2569 2003-12-29 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2568 2003-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2568 2003-12-29 Don Allingham <don@gramps-project.org> * src/Date.py: * src/Date.py: catch day changes if the date has both a start and stop part svn: r2567 2003-12-29 Don Allingham <don@gramps-project.org> * gramps2/src/Date.py: * src/Date.py: catch day changes if the date has both a start and stop part svn: r2567 2003-12-29 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2566 2003-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2566 2003-12-29 Don Allingham <don@gramps-project.org> * src/PlaceView.py, src/RelLib.py, src/SourceView.py: * src/RelLib.py: add sorting by source title, remove dependency on string module * src/PlaceView.py: do an initial sort, don't rely on "click" function * src/SourceView.py: do an initial sort, don't rely on "click" function svn: r2565 2003-12-29 Don Allingham <don@gramps-project.org> * gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py: * src/RelLib.py: add sorting by source title, remove dependency on string module * src/PlaceView.py: do an initial sort, don't rely on "click" function * src/SourceView.py: do an initial sort, don't rely on "click" function svn: r2565 2003-12-29 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2564 2003-12-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2564 2003-12-29 Don Allingham <don@gramps-project.org> * src/WriteXML.py: * src/WriteXML.py (XmlWriter.write_note): Don't use format=0, since it is the default. svn: r2563 2003-12-29 Don Allingham <don@gramps-project.org> * gramps2/src/WriteXML.py: * src/WriteXML.py (XmlWriter.write_note): Don't use format=0, since it is the default. svn: r2563 2003-12-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2562 2003-12-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2562 2003-12-27 Don Allingham <don@gramps-project.org> * src/plugins/WebPage.py: * src/plugins/WebPage.py: proper handling of links in the MiniTree svn: r2561 2003-12-27 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: proper handling of links in the MiniTree svn: r2561 2003-12-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2560 2003-12-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2560 2003-12-27 Don Allingham <don@gramps-project.org> * src/plugins/DescendReport.py: * src/plugins/DescendReport.py (_make_default_style): fix indentation levels * src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse svn: r2559 2003-12-27 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/DescendReport.py: * src/plugins/DescendReport.py (_make_default_style): fix indentation levels * src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse svn: r2559 2003-12-27 Don Allingham <don@gramps-project.org> * src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse svn: r2558 2003-12-27 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse svn: r2558 2003-12-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/cmdline.xml, doc/gramps-manual/ru/faq.xml, doc/gramps-manual/ru/mainwin.xml, src/MediaView.py: * src/MediaView.py (__init__): Translate column header. * doc/gramps-manual/ru/cmdline.xml: Update translation. * doc/gramps-manual/ru/faq.xml: Update translation. * doc/gramps-manual/ru/mainwin.xml: Update translation. svn: r2557 2003-12-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/cmdline.xml, gramps2/doc/gramps-manual/ru/faq.xml, gramps2/doc/gramps-manual/ru/mainwin.xml, gramps2/src/MediaView.py: * src/MediaView.py (__init__): Translate column header. * doc/gramps-manual/ru/cmdline.xml: Update translation. * doc/gramps-manual/ru/faq.xml: Update translation. * doc/gramps-manual/ru/mainwin.xml: Update translation. svn: r2557 2003-12-26 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2556 2003-12-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2556 2003-12-26 Don Allingham <don@gramps-project.org> * src/plugins/Check.py: * src/plugins/Check.py (CheckIntegrity.check_parent_relationships): More complete checks handling unknown genders * src/PeopleView.py: Check for null iters before removing from the tree store. svn: r2555 2003-12-26 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Check.py: * src/plugins/Check.py (CheckIntegrity.check_parent_relationships): More complete checks handling unknown genders * src/PeopleView.py: Check for null iters before removing from the tree store. svn: r2555 2003-12-25 Don Allingham <don@gramps-project.org> * src/PeopleView.py: * src/PeopleView.py: Check for null iters before removing from the tree store. svn: r2554 2003-12-25 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleView.py: * src/PeopleView.py: Check for null iters before removing from the tree store. svn: r2554 2003-12-24 Don Allingham <don@gramps-project.org> * src/po/fr.po: updated french translation svn: r2553 2003-12-24 Don Allingham <don@gramps-project.org> * gramps2/src/po/fr.po: updated french translation svn: r2553 2003-12-24 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2552 2003-12-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2552 2003-12-24 Don Allingham <don@gramps-project.org> * src/plugins/Check.py: * src/plugins/Check.py: Fixed handling of Unknown genders in family checks * src/preferences.glade: call on_object_toggled only for elements that need immediate display update * src/GrampsCfg.py: Save data on close - don't rely on on_object_toggled having been called. svn: r2551 2003-12-24 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Check.py: * src/plugins/Check.py: Fixed handling of Unknown genders in family checks * src/preferences.glade: call on_object_toggled only for elements that need immediate display update * src/GrampsCfg.py: Save data on close - don't rely on on_object_toggled having been called. svn: r2551 2003-12-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2550 2003-12-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2550 2003-12-19 Don Allingham <don@gramps-project.org> * gramps.spec, src/DisplayTrace.py: * gramps.spec: added gnome-python2-gnomevfs as a dependency * src/DisplayTrace.py: detect /etc/fedora-release, /etc/slackware-version svn: r2549 2003-12-19 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec, gramps2/src/DisplayTrace.py: * gramps.spec: added gnome-python2-gnomevfs as a dependency * src/DisplayTrace.py: detect /etc/fedora-release, /etc/slackware-version svn: r2549 2003-12-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/getstart.xml, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/keybind.xml, doc/gramps-manual/fr/mainwin.xml: * doc/gramps-manual/fr/cmdline.xml: Update translation. * doc/gramps-manual/fr/custom.xml: Update translation. * doc/gramps-manual/fr/faq.xml: Update translation. * doc/gramps-manual/fr/filtref.xml: Update translation. * doc/gramps-manual/fr/getstart.xml: Update translation. * doc/gramps-manual/fr/gramps-manual.xml: Update translation. * doc/gramps-manual/fr/keybind.xml: Update translation. * doc/gramps-manual/fr/mainwin.xml: Update translation. svn: r2548 2003-12-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/faq.xml, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/getstart.xml, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/keybind.xml, gramps2/doc/gramps-manual/fr/mainwin.xml: * doc/gramps-manual/fr/cmdline.xml: Update translation. * doc/gramps-manual/fr/custom.xml: Update translation. * doc/gramps-manual/fr/faq.xml: Update translation. * doc/gramps-manual/fr/filtref.xml: Update translation. * doc/gramps-manual/fr/getstart.xml: Update translation. * doc/gramps-manual/fr/gramps-manual.xml: Update translation. * doc/gramps-manual/fr/keybind.xml: Update translation. * doc/gramps-manual/fr/mainwin.xml: Update translation. svn: r2548 2003-12-18 Alex Roitman <shura@gramps-project.org> * ChangeLog: update svn: r2547 2003-12-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: update svn: r2547 2003-12-17 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/preferences.glade: * src/preferences.glade: call on_object_toggled only for elements that need immediate display update * src/GrampsCfg.py: Save data on close - don't rely on on_object_toggled having been called. svn: r2546 2003-12-17 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/preferences.glade: * src/preferences.glade: call on_object_toggled only for elements that need immediate display update * src/GrampsCfg.py: Save data on close - don't rely on on_object_toggled having been called. svn: r2546 2003-12-17 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/fr/gramps-manual-fr.omf: Add file svn: r2545 2003-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/fr/gramps-manual-fr.omf: Add file svn: r2545 2003-12-17 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/fr/gramps-manual-C.omf: Replace with -fr.omf svn: r2544 2003-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/fr/gramps-manual-C.omf: Replace with -fr.omf svn: r2544 2003-12-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/getstart.xml, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/keybind.xml, doc/gramps-manual/fr/mainwin.xml: * doc/gramps-manual/fr/cmdline.xml: * doc/gramps-manual/fr/faq.xml: * doc/gramps-manual/fr/filtref.xml: * doc/gramps-manual/fr/getstart.xml: * doc/gramps-manual/fr/gramps-manual.xml: * doc/gramps-manual/fr/keybind.xml: * doc/gramps-manual/fr/mainwin.xml: svn: r2543 2003-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/faq.xml, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/getstart.xml, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/keybind.xml, gramps2/doc/gramps-manual/fr/mainwin.xml: * doc/gramps-manual/fr/cmdline.xml: * doc/gramps-manual/fr/faq.xml: * doc/gramps-manual/fr/filtref.xml: * doc/gramps-manual/fr/getstart.xml: * doc/gramps-manual/fr/gramps-manual.xml: * doc/gramps-manual/fr/keybind.xml: * doc/gramps-manual/fr/mainwin.xml: svn: r2543 2003-12-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure, configure.in, doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in, doc/gramps-manual/fr/Makefile.am, doc/gramps-manual/fr/Makefile.in: Update svn: r2542 2003-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/configure.in, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/fr/Makefile.am, gramps2/doc/gramps-manual/fr/Makefile.in: Update svn: r2542 2003-12-17 Alex Roitman <shura@gramps-project.org> * : Copy C figures svn: r2541 2003-12-17 Alex Roitman <shura@gramps-project.org> * : Copy C figures svn: r2541 2003-12-17 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/fr/Makefile.am, doc/gramps-manual/fr/Makefile.in, doc/gramps-manual/fr/cmdline.xml, doc/gramps-manual/fr/custom.xml, doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/filtref.xml, doc/gramps-manual/fr/getstart.xml, doc/gramps-manual/fr/gramps-manual-C.omf, doc/gramps-manual/fr/gramps-manual.xml, doc/gramps-manual/fr/keybind.xml, doc/gramps-manual/fr/legal.xml, doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/usage.xml: Copy C sources svn: r2540 2003-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/fr/Makefile.am, gramps2/doc/gramps-manual/fr/Makefile.in, gramps2/doc/gramps-manual/fr/cmdline.xml, gramps2/doc/gramps-manual/fr/custom.xml, gramps2/doc/gramps-manual/fr/faq.xml, gramps2/doc/gramps-manual/fr/filtref.xml, gramps2/doc/gramps-manual/fr/getstart.xml, gramps2/doc/gramps-manual/fr/gramps-manual-C.omf, gramps2/doc/gramps-manual/fr/gramps-manual.xml, gramps2/doc/gramps-manual/fr/keybind.xml, gramps2/doc/gramps-manual/fr/legal.xml, gramps2/doc/gramps-manual/fr/mainwin.xml, gramps2/doc/gramps-manual/fr/usage.xml: Copy C sources svn: r2540 2003-12-17 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2539 2003-12-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2539 2003-12-17 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/FamilyView.py, src/gramps_main.py, src/revision.glade: * src/revision.glade: removed unused call (on_help_dbopen_clicked) * src/gramps_main.py: don't add places twice after an edit of a person * src/AddSpouse.py: don't add places twice after an edit of a person * src/ChooseParents.py: don't add places twice after an edit of a person * src/EditPerson.py: don't add places twice after an edit of a person * src/FamilyView.py: don't add places twice after an edit of a person svn: r2538 2003-12-17 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/gramps_main.py, gramps2/src/revision.glade: * src/revision.glade: removed unused call (on_help_dbopen_clicked) * src/gramps_main.py: don't add places twice after an edit of a person * src/AddSpouse.py: don't add places twice after an edit of a person * src/ChooseParents.py: don't add places twice after an edit of a person * src/EditPerson.py: don't add places twice after an edit of a person * src/FamilyView.py: don't add places twice after an edit of a person svn: r2538 2003-12-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NoteEdit.py: * src/NoteEdit.py: Unicode conversion from gtk.TextView. svn: r2537 2003-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NoteEdit.py: * src/NoteEdit.py: Unicode conversion from gtk.TextView. svn: r2537 2003-12-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/AutoComp.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/Report.py, src/Sources.py, src/Witness.py, src/plugins/BookReport.py, src/plugins/ChangeTypes.py, src/plugins/EventCmp.py, src/plugins/FilterEditor.py, src/plugins/SimpleBookTitle.py, src/plugins/TimeLine.py, src/plugins/WebPage.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py, src/plugins/eval.py, src/plugins/soundgen.py: * src/Sources.py: Unicode conversion from gtk.TextView. * src/Witness.py: Unicode conversion from gtk.TextView. * src/Report.py: Unicode conversion from gtk.TextView. * src/NameEdit.py: Unicode conversion from gtk.TextView. * src/Marriage.py: Unicode conversion from gtk.TextView. * src/ImageSelect.py: Unicode conversion from gtk.TextView. * src/EventEdit.py: Unicode conversion from gtk.TextView. * src/EditSource.py: Unicode conversion from gtk.TextView. * src/EditPlace.py: Unicode conversion from gtk.TextView. * src/EditPerson.py: Unicode conversion from gtk.TextView. * src/AutoComp.py: Unicode conversion from gtk.TextView. * src/AttrEdit.py: Unicode conversion from gtk.TextView. * src/AddrEdit.py: Unicode conversion from gtk.TextView. * src/plugins/BookReport.py: Unicode conversion from gtk.Entry and gtk.TextView. * src/plugins/ChangeTypes.py: Unicode conversion. * src/plugins/EventCmp.py: Unicode conversion. * src/plugins/FilterEditor.py: Unicode conversion. * src/plugins/SimpleBookTitle.py: Unicode conversion. * src/plugins/TimeLine.py: Unicode conversion. * src/plugins/WebPage.py: Unicode conversion. * src/plugins/WriteGedcom.py: Unicode conversion. * src/plugins/WritePkg.py: Unicode conversion. * src/plugins/eval.py: Unicode conversion. * src/plugins/soundgen.py: Unicode conversion. svn: r2536 2003-12-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/Report.py, gramps2/src/Sources.py, gramps2/src/Witness.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/eval.py, gramps2/src/plugins/soundgen.py: * src/Sources.py: Unicode conversion from gtk.TextView. * src/Witness.py: Unicode conversion from gtk.TextView. * src/Report.py: Unicode conversion from gtk.TextView. * src/NameEdit.py: Unicode conversion from gtk.TextView. * src/Marriage.py: Unicode conversion from gtk.TextView. * src/ImageSelect.py: Unicode conversion from gtk.TextView. * src/EventEdit.py: Unicode conversion from gtk.TextView. * src/EditSource.py: Unicode conversion from gtk.TextView. * src/EditPlace.py: Unicode conversion from gtk.TextView. * src/EditPerson.py: Unicode conversion from gtk.TextView. * src/AutoComp.py: Unicode conversion from gtk.TextView. * src/AttrEdit.py: Unicode conversion from gtk.TextView. * src/AddrEdit.py: Unicode conversion from gtk.TextView. * src/plugins/BookReport.py: Unicode conversion from gtk.Entry and gtk.TextView. * src/plugins/ChangeTypes.py: Unicode conversion. * src/plugins/EventCmp.py: Unicode conversion. * src/plugins/FilterEditor.py: Unicode conversion. * src/plugins/SimpleBookTitle.py: Unicode conversion. * src/plugins/TimeLine.py: Unicode conversion. * src/plugins/WebPage.py: Unicode conversion. * src/plugins/WriteGedcom.py: Unicode conversion. * src/plugins/WritePkg.py: Unicode conversion. * src/plugins/eval.py: Unicode conversion. * src/plugins/soundgen.py: Unicode conversion. svn: r2536 2003-12-17 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-12-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (ComprehensiveAncestorsReport.write_report): No need for separate clauses when using write_note, since output is not delayed here. (ComprehensiveAncestorsReport.long_notes): Handle pre-formatted notes on events. svn: r2535 2003-12-17 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-12-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (ComprehensiveAncestorsReport.write_report): No need for separate clauses when using write_note, since output is not delayed here. (ComprehensiveAncestorsReport.long_notes): Handle pre-formatted notes on events. svn: r2535 2003-12-17 Don Allingham <don@gramps-project.org> * ChangeLog, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/AutoComp.py, src/ChooseParents.py, src/DateEdit.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/Find.py, src/GrampsCfg.py, src/ImageSelect.py, src/LocEdit.py, src/Marriage.py, src/MergeData.py, src/NameEdit.py, src/PeopleView.py, src/PlaceView.py, src/Report.py, src/SelectChild.py, src/Sources.py, src/StartupDialog.py, src/StyleEditor.py, src/UrlEdit.py, src/Utils.py, src/VersionControl.py, src/Witness.py: * src/PlaceView.py: Make sure to add new place after edit * src/AddMedia.py: unicode conversion from gtk.Entry * src/AddSpouse.py: unicode conversion from gtk.Entry * src/AddrEdit.py: unicode conversion from gtk.Entry * src/AttrEdit.py: unicode conversion from gtk.Entry * src/AutoComp.py: unicode conversion from gtk.Entry * src/ChooseParents.py: unicode conversion from gtk.Entry * src/DateEdit.py: unicode conversion from gtk.Entry * src/EditPerson.py: unicode conversion from gtk.Entry * src/EditPlace.py: unicode conversion from gtk.Entry * src/EditSource.py: unicode conversion from gtk.Entry * src/EventEdit.py: unicode conversion from gtk.Entry * src/Find.py: unicode conversion from gtk.Entry * src/GrampsCfg.py: unicode conversion from gtk.Entry * src/ImageSelect.py: unicode conversion from gtk.Entry * src/LocEdit.py: unicode conversion from gtk.Entry * src/Marriage.py: unicode conversion from gtk.Entry * src/MergeData.py: unicode conversion from gtk.Entry * src/NameEdit.py: unicode conversion from gtk.Entry * src/PeopleView.py: unicode conversion from gtk.Entry * src/Report.py: unicode conversion from gtk.Entry * src/SelectChild.py: unicode conversion from gtk.Entry * src/Sources.py: unicode conversion from gtk.Entry * src/StartupDialog.py: unicode conversion from gtk.Entry * src/StyleEditor.py: unicode conversion from gtk.Entry * src/UrlEdit.py: unicode conversion from gtk.Entry * src/Utils.py: unicode conversion from gtk.Entry * src/VersionControl.py: unicode conversion from gtk.Entry * src/Witness.py: unicode conversion from gtk.Entry svn: r2534 2003-12-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/ChooseParents.py, gramps2/src/DateEdit.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/Find.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/MergeData.py, gramps2/src/NameEdit.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/Sources.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/VersionControl.py, gramps2/src/Witness.py: * src/PlaceView.py: Make sure to add new place after edit * src/AddMedia.py: unicode conversion from gtk.Entry * src/AddSpouse.py: unicode conversion from gtk.Entry * src/AddrEdit.py: unicode conversion from gtk.Entry * src/AttrEdit.py: unicode conversion from gtk.Entry * src/AutoComp.py: unicode conversion from gtk.Entry * src/ChooseParents.py: unicode conversion from gtk.Entry * src/DateEdit.py: unicode conversion from gtk.Entry * src/EditPerson.py: unicode conversion from gtk.Entry * src/EditPlace.py: unicode conversion from gtk.Entry * src/EditSource.py: unicode conversion from gtk.Entry * src/EventEdit.py: unicode conversion from gtk.Entry * src/Find.py: unicode conversion from gtk.Entry * src/GrampsCfg.py: unicode conversion from gtk.Entry * src/ImageSelect.py: unicode conversion from gtk.Entry * src/LocEdit.py: unicode conversion from gtk.Entry * src/Marriage.py: unicode conversion from gtk.Entry * src/MergeData.py: unicode conversion from gtk.Entry * src/NameEdit.py: unicode conversion from gtk.Entry * src/PeopleView.py: unicode conversion from gtk.Entry * src/Report.py: unicode conversion from gtk.Entry * src/SelectChild.py: unicode conversion from gtk.Entry * src/Sources.py: unicode conversion from gtk.Entry * src/StartupDialog.py: unicode conversion from gtk.Entry * src/StyleEditor.py: unicode conversion from gtk.Entry * src/UrlEdit.py: unicode conversion from gtk.Entry * src/Utils.py: unicode conversion from gtk.Entry * src/VersionControl.py: unicode conversion from gtk.Entry * src/Witness.py: unicode conversion from gtk.Entry svn: r2534 2003-12-16 Tim Waugh <twaugh@redhat.com> * ChangeLog: Fixed typo. svn: r2533 2003-12-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog: Fixed typo. svn: r2533 2003-12-16 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-12-16 Tim Waugh <twaugh@redhat.com> * src/plugins/Aneestors.py: Use write_note() when appropriate. svn: r2532 2003-12-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-12-16 Tim Waugh <twaugh@redhat.com> * src/plugins/Aneestors.py: Use write_note() when appropriate. svn: r2532 2003-12-16 Alex Roitman <shura@gramps-project.org> * src/edit_person.glade: Typo svn: r2531 2003-12-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/edit_person.glade: Typo svn: r2531 2003-12-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/mainwin.xml: * doc/gramps-manual/ru/mainwin.xml: Translation update. svn: r2530 2003-12-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/mainwin.xml: * doc/gramps-manual/ru/mainwin.xml: Translation update. svn: r2530 2003-12-16 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2529 2003-12-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2529 2003-12-16 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/plugins/ReadGedcom.py: * src/GrampsCfg.py: change the default prefixes so that they sort nicely numerically. * src/plugins/ReadGedcom.py: handle eazytree oddities. svn: r2528 2003-12-16 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/plugins/ReadGedcom.py: * src/GrampsCfg.py: change the default prefixes so that they sort nicely numerically. * src/plugins/ReadGedcom.py: handle eazytree oddities. svn: r2528 2003-12-16 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2527 2003-12-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2527 2003-12-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/ImageSelect.py, src/Marriage.py, src/imagesel.glade, src/places.glade: * src/places.glade: Add format controls for notes. * src/imagesel.glade: Add format controls for notes. * src/EditPlace.py: Add note format support. * src/ImageSelect.py: Add note format support. * src/EditPerson.py: Clean up note format support. * src/Marriage.py: Add note format support. svn: r2526 2003-12-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/imagesel.glade, gramps2/src/places.glade: * src/places.glade: Add format controls for notes. * src/imagesel.glade: Add format controls for notes. * src/EditPlace.py: Add note format support. * src/ImageSelect.py: Add note format support. * src/EditPerson.py: Clean up note format support. * src/Marriage.py: Add note format support. svn: r2526 2003-12-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/EditSource.py, src/EventEdit.py, src/NameEdit.py: * src/NameEdit.py: Add note format support. * src/AddrEdit.py: Add note format support. * src/AttrEdit.py: Add note format support. * src/EventEdit.py: Add note format support. * src/EditSource.py: Add note format support. svn: r2525 2003-12-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/NameEdit.py: * src/NameEdit.py: Add note format support. * src/AddrEdit.py: Add note format support. * src/AttrEdit.py: Add note format support. * src/EventEdit.py: Add note format support. * src/EditSource.py: Add note format support. svn: r2525 2003-12-15 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Commited updated translation. Thanks to Axel. svn: r2524 2003-12-15 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Commited updated translation. Thanks to Axel. svn: r2524 2003-12-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/Makefile.am, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/IndivComplete.py, src/plugins/WebPage.py: * src/docgen/Makefile.am: Remove AbiWordDoc.py from the list. * src/plugins/DetAncestralReport.py (write_person): Call write_note(). * src/plugins/DetDescendantReport.py (write_person): Call write_note(). * src/plugins/FtmStyleAncestors.py (print_notes): Call write_note(). * src/plugins/IndivComplete.py (write_note): Call doc.write_note(). * src/plugins/WebPage.py (write_gallery,write_notes): Call write_note(). svn: r2523 2003-12-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/Makefile.am, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/WebPage.py: * src/docgen/Makefile.am: Remove AbiWordDoc.py from the list. * src/plugins/DetAncestralReport.py (write_person): Call write_note(). * src/plugins/DetDescendantReport.py (write_person): Call write_note(). * src/plugins/FtmStyleAncestors.py (print_notes): Call write_note(). * src/plugins/IndivComplete.py (write_note): Call doc.write_note(). * src/plugins/WebPage.py (write_gallery,write_notes): Call write_note(). svn: r2523 2003-12-14 Don Allingham <don@gramps-project.org> * src/docgen/AbiWord2Doc.py, src/docgen/OpenOfficeDoc.py: update svn: r2522 2003-12-14 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/OpenOfficeDoc.py: update svn: r2522 2003-12-14 Don Allingham <don@gramps-project.org> * src/docgen/AbiWord2Doc.py, src/docgen/AbiWordDoc.py, src/docgen/OpenOfficeDoc.py: * src/docgen/AbiWordDoc.py: removed the 1.0 version of AbiWord, since GRAMPS is a GNOME 2 application, support the GNOME 2 version of AbiWord * src/docgen/OpenOfficeDoc.py: Fixed width fonts for preformatted text * src/docgen/AbiWord2Doc.py: Fixed width fonts for preformatted text svn: r2521 2003-12-14 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/AbiWordDoc.py: removed the 1.0 version of AbiWord, since GRAMPS is a GNOME 2 application, support the GNOME 2 version of AbiWord * src/docgen/OpenOfficeDoc.py: Fixed width fonts for preformatted text * src/docgen/AbiWord2Doc.py: Fixed width fonts for preformatted text svn: r2521 2003-12-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade, src/marriage.glade: * src/marriage.glade: Add format controls for notes. * src/gramps.glade: Add format controls for notes. svn: r2520 2003-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/marriage.glade: * src/marriage.glade: Add format controls for notes. * src/gramps.glade: Add format controls for notes. svn: r2520 2003-12-14 Alex Roitman <shura@gramps-project.org> * src/dialog.glade, src/edit_person.glade: Update svn: r2519 2003-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/dialog.glade, gramps2/src/edit_person.glade: Update svn: r2519 2003-12-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/dialog.glade: * src/dialog.glade: Add format controls for notes. svn: r2518 2003-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/dialog.glade: * src/dialog.glade: Add format controls for notes. svn: r2518 2003-12-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, TODO, src/ChooseParents.py, src/edit_person.glade, src/gramps.glade: * src/edit_person.glade: Correct hotkeys. * src/gramps.glade: Correct hotkey targets. * src/ChooseParents.py: Add hotkeys. svn: r2517 2003-12-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/TODO, gramps2/src/ChooseParents.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade: * src/edit_person.glade: Correct hotkeys. * src/gramps.glade: Correct hotkey targets. * src/ChooseParents.py: Add hotkeys. svn: r2517 2003-12-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/KwordDoc.py: * src/docgen/KwordDoc.py (write_note): Implement function. svn: r2516 2003-12-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/KwordDoc.py: * src/docgen/KwordDoc.py (write_note): Implement function. svn: r2516 2003-12-13 Tim Waugh <twaugh@redhat.com> * configure.in: Not 1.0.0 release yet. svn: r2515 2003-12-13 Tim Waugh <twaugh@redhat.com> * gramps2/configure.in: Not 1.0.0 release yet. svn: r2515 2003-12-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/AbiWord2Doc.py, src/docgen/AbiWordDoc.py, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py (write_note): Implement function. svn: r2514 2003-12-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py (write_note): Implement function. svn: r2514 2003-12-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/AbiWord2Doc.py, src/docgen/AbiWordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py: * src/docgen/LaTeXDoc.py (write_note): Implement function. * src/docgen/PdfDoc.py (write_note): Implement function. * src/docgen/RTFDoc.py (write_note): Implement function. * src/docgen/AbiWordDoc.py (write_note): Implement function. * src/docgen/AbiWord2Doc.py (write_note): Implement function. svn: r2513 2003-12-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py: * src/docgen/LaTeXDoc.py (write_note): Implement function. * src/docgen/PdfDoc.py (write_note): Implement function. * src/docgen/RTFDoc.py (write_note): Implement function. * src/docgen/AbiWordDoc.py (write_note): Implement function. * src/docgen/AbiWord2Doc.py (write_note): Implement function. svn: r2513 2003-12-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (write_note): Set monospace font family for a preformatted note. svn: r2512 2003-12-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (write_note): Set monospace font family for a preformatted note. svn: r2512 2003-12-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/ImageSelect.py, src/Marriage.py, src/edit_person.glade, src/gramps.glade, src/marriage.glade, src/places.glade: * src/edit_person.glade: Add from file and Add from database buttons. * src/EditPerson.py (__init__): Add handler for a new button. * src/ImageSelect.py (Gallery.on_select_photo_clicked): Add function. * src/marriage.glade: Add from file and Add from database buttons. * src/Marriage.py (__init__): Add handler for a new button. * src/gramps.glade (sourceEditor): Add from file and Add from database buttons. * src/EditSource.py (__init__): Add handler for a new button. * src/places.glade: Add from file and Add from database buttons. * src/EditPlace.py (__init__): Add handler for a new button. svn: r2511 2003-12-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/marriage.glade, gramps2/src/places.glade: * src/edit_person.glade: Add from file and Add from database buttons. * src/EditPerson.py (__init__): Add handler for a new button. * src/ImageSelect.py (Gallery.on_select_photo_clicked): Add function. * src/marriage.glade: Add from file and Add from database buttons. * src/Marriage.py (__init__): Add handler for a new button. * src/gramps.glade (sourceEditor): Add from file and Add from database buttons. * src/EditSource.py (__init__): Add handler for a new button. * src/places.glade: Add from file and Add from database buttons. * src/EditPlace.py (__init__): Add handler for a new button. svn: r2511 2003-12-12 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2510 2003-12-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2510 2003-12-12 Don Allingham <don@gramps-project.org> * src/plugins/WriteFtree.py: * src/plugins/WriteFtree.py (FtreeWriter.export): make sure that the parents are in the id_map array svn: r2509 2003-12-12 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteFtree.py: * src/plugins/WriteFtree.py (FtreeWriter.export): make sure that the parents are in the id_map array svn: r2509 2003-12-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/edit_person.glade: * src/edit_person.glade: Add tooltips and hotkeys to the radiobuttons. svn: r2508 2003-12-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/edit_person.glade: * src/edit_person.glade: Add tooltips and hotkeys to the radiobuttons. svn: r2508 2003-12-12 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2507 2003-12-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2507 2003-12-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (write_note): Use stypes for preformatted note. svn: r2506 2003-12-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (write_note): Use stypes for preformatted note. svn: r2506 2003-12-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (draw_text): Remove extra ",". svn: r2505 2003-12-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (draw_text): Remove extra ",". svn: r2505 2003-12-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py: Oops, reverting last change svn: r2504 2003-12-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: Oops, reverting last change svn: r2504 2003-12-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py: * src/GrampsCfg.py (loadConfig, on_propertybox_apply): Gracefully handle broken gnome keys for the toolbar style. svn: r2503 2003-12-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py: * src/GrampsCfg.py (loadConfig, on_propertybox_apply): Gracefully handle broken gnome keys for the toolbar style. svn: r2503 2003-12-11 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: update svn: r2502 2003-12-11 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py: update svn: r2502 2003-12-11 Alex Roitman <shura@gramps-project.org> * src/edit_person.glade: Update svn: r2501 2003-12-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/edit_person.glade: Update svn: r2501 2003-12-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/docgen/HtmlDoc.py, src/plugins/FtmStyleDescendants.py: * src/BaseDoc.py (write_note): Add function. * src/docgen/HtmlDoc.py (write_note): Implement function. * src/plugins/FtmStyleDescendants.py (print_notes): Call write_note() with the note's format. svn: r2500 2003-12-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/BaseDoc.py (write_note): Add function. * src/docgen/HtmlDoc.py (write_note): Implement function. * src/plugins/FtmStyleDescendants.py (print_notes): Call write_note() with the note's format. svn: r2500 2003-12-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Add an "Unknown" address when parsing an incorrect PHON field. svn: r2499 2003-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Add an "Unknown" address when parsing an incorrect PHON field. svn: r2499 2003-12-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2498 2003-12-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2498 2003-12-10 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: * src/GrampsCfg.py: Make sure to return "BOTH" if the gnome toolbar gconf entry is not set. Appears that this can happen on systems that don't have gnome fully installed. svn: r2497 2003-12-10 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py: * src/GrampsCfg.py: Make sure to return "BOTH" if the gnome toolbar gconf entry is not set. Appears that this can happen on systems that don't have gnome fully installed. svn: r2497 2003-12-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/RelLib.py, src/edit_person.glade: * src/edit_person.glade: Add notes format radiobuttons. * src/EditPerson.py: Support format for the person's notes. * src/RelLib.py: More support for the notes' format. svn: r2496 2003-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/RelLib.py, gramps2/src/edit_person.glade: * src/edit_person.glade: Add notes format radiobuttons. * src/EditPerson.py: Support format for the person's notes. * src/RelLib.py: More support for the notes' format. svn: r2496 2003-12-10 Tim Waugh <twaugh@redhat.com> * ChangeLog, doc/omf.make: 2003-12-10 Tim Waugh <twaugh@redhat.com> * doc/omf.make: Fixed DESTDIR support. svn: r2495 2003-12-10 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/doc/omf.make: 2003-12-10 Tim Waugh <twaugh@redhat.com> * doc/omf.make: Fixed DESTDIR support. svn: r2495 2003-12-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2494 2003-12-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2494 2003-12-10 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py (FamilyView.new_child_after_edit): call display_marriage instead of load_family. Prevents the active person from being changed. svn: r2493 2003-12-10 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py (FamilyView.new_child_after_edit): call display_marriage instead of load_family. Prevents the active person from being changed. svn: r2493 2003-12-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsParser.py, src/RelLib.py, src/WriteXML.py, src/const.py.in: * src/const.py.in: Add notes_formats list. * src/RelLib.py: Support format for the notes. * src/WriteXML.py: Support format for the notes. * src/GrampsParser.py: Support format for the notes. svn: r2492 2003-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsParser.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in: * src/const.py.in: Add notes_formats list. * src/RelLib.py: Support format for the notes. * src/WriteXML.py: Support format for the notes. * src/GrampsParser.py: Support format for the notes. svn: r2492 2003-12-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2491 2003-12-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2491 2003-12-10 Don Allingham <don@gramps-project.org> * src/Plugins.py: * src/Plugins.py (PluginDialog.__init__): catch the attribute error that is thown if gtk does not support gtk_tooltips_data.get svn: r2490 2003-12-10 Don Allingham <don@gramps-project.org> * gramps2/src/Plugins.py: * src/Plugins.py (PluginDialog.__init__): catch the attribute error that is thown if gtk does not support gtk_tooltips_data.get svn: r2490 2003-12-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py (export_data): Correct researcher's PHON field; (write_person): Correct exported PHON fields. * src/plugins/ReadGedcom.py (parse_residence): Remove PHON field since it is taken care of by parse_address() now; (parse_address): Parse PHON field, provided it immediately follows ADDR structure. svn: r2489 2003-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py (export_data): Correct researcher's PHON field; (write_person): Correct exported PHON fields. * src/plugins/ReadGedcom.py (parse_residence): Remove PHON field since it is taken care of by parse_address() now; (parse_address): Parse PHON field, provided it immediately follows ADDR structure. svn: r2489 2003-12-10 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/ru/getstart.xml: Type svn: r2488 2003-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/ru/getstart.xml: Type svn: r2488 2003-12-10 Alex Roitman <shura@gramps-project.org> * Makefile.in, TODO, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: Update svn: r2487 2003-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.in, gramps2/TODO, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: Update svn: r2487 2003-12-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/getstart.xml: * doc/gramps-manual/ru/getstart.xml: Translation update. svn: r2486 2003-12-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/getstart.xml: * doc/gramps-manual/ru/getstart.xml: Translation update. svn: r2486 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * : German screenshot svn: r2485 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * : German screenshot svn: r2485 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/getstart.xml, doc/gramps-manual/de/mainwin.xml: Translation update svn: r2484 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/getstart.xml, gramps2/doc/gramps-manual/de/mainwin.xml: Translation update svn: r2484 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * src/gramps.desktop: Added German translation svn: r2483 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/src/gramps.desktop: Added German translation svn: r2483 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/getstart.xml: Updated translation svn: r2482 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/getstart.xml: Updated translation svn: r2482 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/getstart.xml: Translation update svn: r2481 2003-12-09 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/getstart.xml: Translation update svn: r2481 2003-12-09 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, doc/gramps-manual/C/Makefile.in, gramps.spec, src/EditPerson.py, src/GrampsParser.py, src/WriteXML.py, src/places.glade: update svn: r2480 2003-12-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/gramps.spec, gramps2/src/EditPerson.py, gramps2/src/GrampsParser.py, gramps2/src/WriteXML.py, gramps2/src/places.glade: update svn: r2480 2003-12-09 Don Allingham <don@gramps-project.org> * src/AddrEdit.py, src/EditPlace.py, src/LocEdit.py, src/RelLib.py, src/dialog.glade, src/edit_person.glade: * src/edit_person.glade: Add postal code fields * src/dialog.glade: Add postal code and phone fields * src/places.glade: Add postal code * src/WriteXML.py: Add support for new place and postal code fields * src/GrampsParser.py: Add support for new place and postal code fields svn: r2479 2003-12-09 Don Allingham <don@gramps-project.org> * gramps2/src/AddrEdit.py, gramps2/src/EditPlace.py, gramps2/src/LocEdit.py, gramps2/src/RelLib.py, gramps2/src/dialog.glade, gramps2/src/edit_person.glade: * src/edit_person.glade: Add postal code fields * src/dialog.glade: Add postal code and phone fields * src/places.glade: Add postal code * src/WriteXML.py: Add support for new place and postal code fields * src/GrampsParser.py: Add support for new place and postal code fields svn: r2479 2003-12-09 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2478 2003-12-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2478 2003-12-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py (write_endnotes): Replace CallNumber with Abbreviation. * src/plugins/FtmStyleAncestors.py (write_endnotes): Replace CallNumber with Abbreviation. svn: r2477 2003-12-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py (write_endnotes): Replace CallNumber with Abbreviation. * src/plugins/FtmStyleAncestors.py (write_endnotes): Replace CallNumber with Abbreviation. svn: r2477 2003-12-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py (write_sources): Remove CallNumber export. svn: r2476 2003-12-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py (write_sources): Remove CallNumber export. svn: r2476 2003-12-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/getstart.xml, doc/gramps-manual/ru/gramps-manual.xml, src/EditSource.py, src/GrampsParser.py, src/RelLib.py, src/WriteXML.py, src/gramps.glade: * doc/gramps-manual/ru/gramps-manual.xml: Translation. * doc/gramps-manual/ru/getstart.xml: Translation. * src/RelLib.py (Source.setCallNumber, Source.CallNumber): Remove functions; (Source.callno): remove attribute. * src/WriteXML.py (write_xml_data): Remove CallNumber output. * src/GrampsParser.py (GrampsParser.stop_scallno): Remove function. * src/gramps.glade (sourceEditor): Remove Call Number widgets. * src/EditSource.py: Remove Call Number support. svn: r2475 2003-12-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/getstart.xml, gramps2/doc/gramps-manual/ru/gramps-manual.xml, gramps2/src/EditSource.py, gramps2/src/GrampsParser.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/gramps.glade: * doc/gramps-manual/ru/gramps-manual.xml: Translation. * doc/gramps-manual/ru/getstart.xml: Translation. * src/RelLib.py (Source.setCallNumber, Source.CallNumber): Remove functions; (Source.callno): remove attribute. * src/WriteXML.py (write_xml_data): Remove CallNumber output. * src/GrampsParser.py (GrampsParser.stop_scallno): Remove function. * src/gramps.glade (sourceEditor): Remove Call Number widgets. * src/EditSource.py: Remove Call Number support. svn: r2475 2003-12-09 Don Allingham <don@gramps-project.org> * configure.in: * configure.in: catch the SUSE usage of "gnome.gconf" instead of the standard "gconf" svn: r2474 2003-12-09 Don Allingham <don@gramps-project.org> * gramps2/configure.in: * configure.in: catch the SUSE usage of "gnome.gconf" instead of the standard "gconf" svn: r2474 2003-12-09 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/ru/gramps-manual-ru.omf: Update svn: r2473 2003-12-09 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/ru/gramps-manual-ru.omf: Update svn: r2473 2003-12-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, configure.in, doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in, doc/gramps-manual/de/Makefile.in, doc/gramps-manual/de/gramps-manual-de.omf: Update svn: r2472 2003-12-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure.in, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps-manual/de/Makefile.in, gramps2/doc/gramps-manual/de/gramps-manual-de.omf: Update svn: r2472 2003-12-09 Alex Roitman <shura@gramps-project.org> * : Add with -kb flag svn: r2471 2003-12-09 Alex Roitman <shura@gramps-project.org> * : Add with -kb flag svn: r2471 2003-12-09 Alex Roitman <shura@gramps-project.org> * : Remove figures. Add later with -kb. svn: r2470 2003-12-09 Alex Roitman <shura@gramps-project.org> * : Remove figures. Add later with -kb. svn: r2470 2003-12-08 Alex Roitman <shura@gramps-project.org> * : Update figures svn: r2469 2003-12-08 Alex Roitman <shura@gramps-project.org> * : Update figures svn: r2469 2003-12-08 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/Makefile.am, doc/gramps-manual/de/cmdline.xml, doc/gramps-manual/de/custom.xml, doc/gramps-manual/de/faq.xml, doc/gramps-manual/de/filtref.xml, doc/gramps-manual/de/getstart.xml, doc/gramps-manual/de/gramps-manual-de.omf, doc/gramps-manual/de/keybind.xml, doc/gramps-manual/de/legal.xml, doc/gramps-manual/de/mainwin.xml, doc/gramps-manual/de/usage.xml: Started German translation svn: r2468 2003-12-08 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/Makefile.am, gramps2/doc/gramps-manual/de/cmdline.xml, gramps2/doc/gramps-manual/de/custom.xml, gramps2/doc/gramps-manual/de/faq.xml, gramps2/doc/gramps-manual/de/filtref.xml, gramps2/doc/gramps-manual/de/getstart.xml, gramps2/doc/gramps-manual/de/gramps-manual-de.omf, gramps2/doc/gramps-manual/de/keybind.xml, gramps2/doc/gramps-manual/de/legal.xml, gramps2/doc/gramps-manual/de/mainwin.xml, gramps2/doc/gramps-manual/de/usage.xml: Started German translation svn: r2468 2003-12-08 Sebastian Voeck <voeck@users.sourceforge.net> * doc/gramps-manual/de/gramps-manual.xml: Started German translation svn: r2467 2003-12-08 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/doc/gramps-manual/de/gramps-manual.xml: Started German translation svn: r2467 2003-12-08 Alex Roitman <shura@gramps-project.org> * : Update figures svn: r2466 2003-12-08 Alex Roitman <shura@gramps-project.org> * : Update figures svn: r2466 2003-12-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/ru/Makefile.am, doc/gramps-manual/ru/Makefile.in, doc/gramps-manual/ru/cmdline.xml, doc/gramps-manual/ru/custom.xml, doc/gramps-manual/ru/faq.xml, doc/gramps-manual/ru/filtref.xml, doc/gramps-manual/ru/getstart.xml, doc/gramps-manual/ru/gramps-manual-ru.omf, doc/gramps-manual/ru/gramps-manual.xml, doc/gramps-manual/ru/keybind.xml, doc/gramps-manual/ru/legal.xml, doc/gramps-manual/ru/mainwin.xml, doc/gramps-manual/ru/usage.xml: Update svn: r2465 2003-12-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/ru/Makefile.am, gramps2/doc/gramps-manual/ru/Makefile.in, gramps2/doc/gramps-manual/ru/cmdline.xml, gramps2/doc/gramps-manual/ru/custom.xml, gramps2/doc/gramps-manual/ru/faq.xml, gramps2/doc/gramps-manual/ru/filtref.xml, gramps2/doc/gramps-manual/ru/getstart.xml, gramps2/doc/gramps-manual/ru/gramps-manual-ru.omf, gramps2/doc/gramps-manual/ru/gramps-manual.xml, gramps2/doc/gramps-manual/ru/keybind.xml, gramps2/doc/gramps-manual/ru/legal.xml, gramps2/doc/gramps-manual/ru/mainwin.xml, gramps2/doc/gramps-manual/ru/usage.xml: Update svn: r2465 2003-12-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, doc/gramps-manual/Makefile.am: Added russian translation of the manual svn: r2464 2003-12-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/doc/gramps-manual/Makefile.am: Added russian translation of the manual svn: r2464 2003-12-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/EditSource.py, src/GenericFilter.py, src/GrampsParser.py, src/RelLib.py, src/WriteXML.py, src/filters/Complete.py, src/gramps.glade, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py: * src/filters/Complete.py: Add filter matching people with the complete flag. * src/GenericFilter.py (HasCompleteRecord): Add rule matching people with the complete records. * src/RelLib.py (Source.setAbbrev, Source.getAbbrev): Add functions. * src/WriteXML.py (write_xml_data): Save abbreviation info for sources. * src/GrampsParser.py (GrampsParser.stop_sabbrev): Parse abbreviation. * src/gramps.glade (sourceEditor): Add widgets for Call Number and Abbreviation. * src/EditSource.py: Support Call Number and Abbreviation. * src/plugins/ReadGedcom.py (parse_source): Parse abbreviation. * src/plugins/WriteGedcom.py (write_sources): Export abbreviation. * NEWS: Update. svn: r2463 2003-12-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/EditSource.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsParser.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/filters/Complete.py, gramps2/src/gramps.glade, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py: * src/filters/Complete.py: Add filter matching people with the complete flag. * src/GenericFilter.py (HasCompleteRecord): Add rule matching people with the complete records. * src/RelLib.py (Source.setAbbrev, Source.getAbbrev): Add functions. * src/WriteXML.py (write_xml_data): Save abbreviation info for sources. * src/GrampsParser.py (GrampsParser.stop_sabbrev): Parse abbreviation. * src/gramps.glade (sourceEditor): Add widgets for Call Number and Abbreviation. * src/EditSource.py: Support Call Number and Abbreviation. * src/plugins/ReadGedcom.py (parse_source): Parse abbreviation. * src/plugins/WriteGedcom.py (write_sources): Export abbreviation. * NEWS: Update. svn: r2463 2003-12-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: Release svn: r2462 2003-12-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Release svn: r2462 2003-12-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: Release svn: r2461 2003-12-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Release svn: r2461 2003-12-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditSource.py: * src/EditSource.py (__init__): Markup notes label on startup. svn: r2459 2003-12-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditSource.py: * src/EditSource.py (__init__): Markup notes label on startup. svn: r2459 2003-12-07 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2458 2003-12-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2458 2003-12-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py, src/LocEdit.py, src/dialog.glade, src/places.glade: * src/EditPlace.py: Pass window to LocEdit.py. Correct apply callback. * src/LocEdit.py (__init__): Make dialog modal and transient for its parent; (on_help_clicked): Add function. * src/dialog.glade: Correct response IDs. * src/places.glade: Correct response IDs. svn: r2457 2003-12-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py, gramps2/src/LocEdit.py, gramps2/src/dialog.glade, gramps2/src/places.glade: * src/EditPlace.py: Pass window to LocEdit.py. Correct apply callback. * src/LocEdit.py (__init__): Make dialog modal and transient for its parent; (on_help_clicked): Add function. * src/dialog.glade: Correct response IDs. * src/places.glade: Correct response IDs. svn: r2457 2003-12-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2456 2003-12-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2456 2003-12-07 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py (FamilyView.really_remove_spouse): remove the corret person from the family when deleting the spouse * src/po/it.po: updated Italian translation svn: r2455 2003-12-07 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py (FamilyView.really_remove_spouse): remove the corret person from the family when deleting the spouse * src/po/it.po: updated Italian translation svn: r2455 2003-12-07 Don Allingham <don@gramps-project.org> * src/const.py.in: Added Tim Waugh in authors list svn: r2454 2003-12-07 Don Allingham <don@gramps-project.org> * gramps2/src/const.py.in: Added Tim Waugh in authors list svn: r2454 2003-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps.1, src/plugins/WriteFtree.py: * src/plugins/WriteFtree.py (on_help_clicked): Add function. * doc/gramps.1: Update. svn: r2453 2003-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps.1, gramps2/src/plugins/WriteFtree.py: * src/plugins/WriteFtree.py (on_help_clicked): Add function. * doc/gramps.1: Update. svn: r2453 2003-12-06 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/no.po: Updating no.po to reflect nb.po svn: r2452 2003-12-06 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/no.po: Updating no.po to reflect nb.po svn: r2452 2003-12-06 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po: Some small fix... svn: r2451 2003-12-06 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po: Some small fix... svn: r2451 2003-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (__init__): Remove unneeded handler. svn: r2450 2003-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (__init__): Remove unneeded handler. svn: r2450 2003-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, FAQ, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/mainwin.xml: * doc/gramps-manual/C/figures/pedigree-child-cut.png: Add figure. * doc/gramps-manual/C/mainwin.xml: Add figure. * FAQ, doc/gramps-manual/C/faq.xml: Add two questions. svn: r2449 2003-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/FAQ, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/mainwin.xml: * doc/gramps-manual/C/figures/pedigree-child-cut.png: Add figure. * doc/gramps-manual/C/mainwin.xml: Add figure. * FAQ, doc/gramps-manual/C/faq.xml: Add two questions. svn: r2449 2003-12-06 Don Allingham <don@gramps-project.org> * src/po/it.po: * src/po/it.po: updated Italian translation svn: r2448 2003-12-06 Don Allingham <don@gramps-project.org> * gramps2/src/po/it.po: * src/po/it.po: updated Italian translation svn: r2448 2003-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py: Remove references to self.presel_descendants (closes bug #854626). svn: r2447 2003-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Remove references to self.presel_descendants (closes bug #854626). svn: r2447 2003-12-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/getstart.xml, src/DbPrompter.py, src/gramps.glade: * doc/gramps-manual/C/getstart.xml: More "open a directory" stuff. * src/gramps.glade: Add Help button to opendb dialog. * src/DbPrompter.py (open_help_clicked): Add function. svn: r2446 2003-12-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/src/DbPrompter.py, gramps2/src/gramps.glade: * doc/gramps-manual/C/getstart.xml: More "open a directory" stuff. * src/gramps.glade: Add Help button to opendb dialog. * src/DbPrompter.py (open_help_clicked): Add function. svn: r2446 2003-12-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/ru.po: * src/po/ru.po: Update Russian translation for 0.98. svn: r2445 2003-12-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/ru.po: * src/po/ru.po: Update Russian translation for 0.98. svn: r2445 2003-12-05 Alex Roitman <shura@gramps-project.org> * : Update figure svn: r2444 2003-12-05 Alex Roitman <shura@gramps-project.org> * : Update figure svn: r2444 2003-12-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, TODO, gramps.desktop, src/PeopleView.py, src/gramps_main.py: * TODO: Update. * gramps.desktop: Remove in favor of src/gramps.desktop file. * src/gramps_main.py: Replace stock Home with the custom string. * src/PeopleView.py: Replace stock Home with the custom string. svn: r2443 2003-12-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/gramps.desktop, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * TODO: Update. * gramps.desktop: Remove in favor of src/gramps.desktop file. * src/gramps_main.py: Replace stock Home with the custom string. * src/PeopleView.py: Replace stock Home with the custom string. svn: r2443 2003-12-04 Sebastian Voeck <voeck@users.sourceforge.net> * src/po/de.po: Translation update svn: r2442 2003-12-04 Sebastian Voeck <voeck@users.sourceforge.net> * gramps2/src/po/de.po: Translation update svn: r2442 2003-12-04 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/getstart.xml: Update svn: r2441 2003-12-04 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/getstart.xml: Update svn: r2441 2003-12-04 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/getstart.xml: Remove ZODB support section. * doc/gramps-manual/C/usage.xml: Remove ZODB support section. svn: r2440 2003-12-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/getstart.xml: Remove ZODB support section. * doc/gramps-manual/C/usage.xml: Remove ZODB support section. svn: r2440 2003-12-04 Alex Roitman <shura@gramps-project.org> * : Add figure svn: r2439 2003-12-04 Alex Roitman <shura@gramps-project.org> * : Add figure svn: r2439 2003-12-04 Alex Roitman <shura@gramps-project.org> * : Update figure for 0.98 svn: r2438 2003-12-04 Alex Roitman <shura@gramps-project.org> * : Update figure for 0.98 svn: r2438 2003-12-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/faq.xml: Link to referenced cites. * doc/gramps-manual/C/usage.xml: Document the completeness flag. Describe new layout of book report. * doc/gramps-manual/C/mainwin.xml: Document children menu markup in Pedigree View. * NEWS: Minor corrections. svn: r2437 2003-12-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/faq.xml: Link to referenced cites. * doc/gramps-manual/C/usage.xml: Document the completeness flag. Describe new layout of book report. * doc/gramps-manual/C/mainwin.xml: Document children menu markup in Pedigree View. * NEWS: Minor corrections. svn: r2437 2003-12-03 Don Allingham <don@gramps-project.org> * configure.in, src/po/eo.po: * configure.in: added eo to languages: * src/po/eo.po: esperanto translation svn: r2436 2003-12-03 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/po/eo.po: * configure.in: added eo to languages: * src/po/eo.po: esperanto translation svn: r2436 2003-12-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (parse_source): Stop TEXT messing up the title; add ABBR to the note field (was ignored). svn: r2435 2003-12-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (parse_source): Stop TEXT messing up the title; add ABBR to the note field (was ignored). svn: r2435 2003-12-03 Egyeki Gergelly <egeri@users.sourceforge.net> * src/po/hu.po: Update Hungarian translation svn: r2434 2003-12-03 Egyeki Gergelly <egeri@users.sourceforge.net> * gramps2/src/po/hu.po: Update Hungarian translation svn: r2434 2003-12-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2433 2003-12-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2433 2003-12-03 Don Allingham <don@gramps-project.org> * src/PeopleView.py: * src/PeopleView.py (PeopleView.clear_person_tabs): initialize the model2page map with the default list, instead of clearing it. * src/gramps_main.py: update person table after edit (BUG 851637) svn: r2432 2003-12-03 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleView.py: * src/PeopleView.py (PeopleView.clear_person_tabs): initialize the model2page map with the default list, instead of clearing it. * src/gramps_main.py: update person table after edit (BUG 851637) svn: r2432 2003-12-03 Alex Roitman <shura@gramps-project.org> * AUTHORS, ChangeLog: * AUTHORS: Add Tim Waugh to the author list. svn: r2431 2003-12-03 Alex Roitman <shura@gramps-project.org> * gramps2/AUTHORS, gramps2/ChangeLog: * AUTHORS: Add Tim Waugh to the author list. svn: r2431 2003-12-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/GrampsParser.py, src/RelLib.py, src/WriteXML.py, src/edit_person.glade: * src/edit_person.glade: Add completeness check button. * src/RelLib.py (Person.setComplete, Person.getComplete): Add functions. * src/WriteXML.py (write_id): Save completeness info. * src/GrampsParser.py (GrampsParser.start_person, GrampsImportParser.start_person, GrampsImportParser.start_family): Parse completeness. * src/EditPerson.py: Add support for completeness. svn: r2430 2003-12-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsParser.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/edit_person.glade: * src/edit_person.glade: Add completeness check button. * src/RelLib.py (Person.setComplete, Person.getComplete): Add functions. * src/WriteXML.py (write_id): Save completeness info. * src/GrampsParser.py (GrampsParser.start_person, GrampsImportParser.start_person, GrampsImportParser.start_family): Parse completeness. * src/EditPerson.py: Add support for completeness. svn: r2430 2003-12-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/usage.xml, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py (on_faq_activate): Switch Help->FAQ function * src/gramps.glade: Remove FAQ window. * doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/legal.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/usage.xml: Add copyright info to header. svn: r2429 2003-12-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py (on_faq_activate): Switch Help->FAQ function * src/gramps.glade: Remove FAQ window. * doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/legal.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/usage.xml: Add copyright info to header. svn: r2429 2003-12-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.desktop: * src/gramps.desktop: Add russian strings. Set encoding line to UTF-8. svn: r2428 2003-12-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.desktop: * src/gramps.desktop: Add russian strings. Set encoding line to UTF-8. svn: r2428 2003-12-02 Donald A. Peterson <dpeterso@users.sourceforge.net> * src/gramps.desktop: extra categories for .desktop file svn: r2427 2003-12-02 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/src/gramps.desktop: extra categories for .desktop file svn: r2427 2003-12-02 Don Allingham <don@gramps-project.org> * src/gramps_main.py: * src/gramps_main.py: update person table after edit (BUG 851637) svn: r2426 2003-12-02 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: * src/gramps_main.py: update person table after edit (BUG 851637) svn: r2426 2003-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2425 2003-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2425 2003-12-02 Alex Roitman <shura@gramps-project.org> * gramps.spec.in: Add FAQ svn: r2424 2003-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/gramps.spec.in: Add FAQ svn: r2424 2003-12-02 Tim Waugh <twaugh@redhat.com> * ChangeLog, Makefile.am: 2003-12-02 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: Add more docs. * Makefile.am: No need for dist-hook. svn: r2423 2003-12-02 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/Makefile.am: 2003-12-02 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: Add more docs. * Makefile.am: No need for dist-hook. svn: r2423 2003-12-02 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: * Tue Dec 2 2003 Tim Waugh <twaugh@redhat.com> - More docs. svn: r2422 2003-12-02 Tim Waugh <twaugh@redhat.com> * gramps2/gramps.spec.in: * Tue Dec 2 2003 Tim Waugh <twaugh@redhat.com> - More docs. svn: r2422 2003-12-02 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: * Tue Dec 2 2003 Tim Waugh <twaugh@redhat.com> - Change Copyright: to License:. svn: r2421 2003-12-02 Tim Waugh <twaugh@redhat.com> * gramps2/gramps.spec.in: * Tue Dec 2 2003 Tim Waugh <twaugh@redhat.com> - Change Copyright: to License:. svn: r2421 2003-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/usage.xml, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/GrampsCfg.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/SelectChild.py, src/Sources.py, src/imagesel.glade, src/preferences.glade: * src/preferences.glade: Add Help button. * src/GrampsCfg.py (on_propertybox_help): Add function. * src/imagesel.glade: Add Help buttons. * src/ImageSelect.py (ImageSelect.on_help_imagesel_clicked, GlobalMediaProperties.on_help_clicked): Add functions. * src/AddMedia.py (on_help_imagesel_clicked): Add function. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/keybind.xml: Update. * src/AddSpouse.py: Call yelp with sect2 argument. * src/AddrEdit.py: Likewise. * src/AttrEdit.py: Likewise. * src/ChooseParents.py: Likewise. * src/EditPerson.py: Likewise. * src/EditPlace.py: Likewise. * src/EditSource.py: Likewise. * src/EventEdit.py: Likewise. * src/Marriage.py: Likewise. * src/NameEdit.py: Likewise. * src/SelectChild.py: Likewise. * src/Sources.py: Likewise. svn: r2420 2003-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/SelectChild.py, gramps2/src/Sources.py, gramps2/src/imagesel.glade, gramps2/src/preferences.glade: * src/preferences.glade: Add Help button. * src/GrampsCfg.py (on_propertybox_help): Add function. * src/imagesel.glade: Add Help buttons. * src/ImageSelect.py (ImageSelect.on_help_imagesel_clicked, GlobalMediaProperties.on_help_clicked): Add functions. * src/AddMedia.py (on_help_imagesel_clicked): Add function. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/keybind.xml: Update. * src/AddSpouse.py: Call yelp with sect2 argument. * src/AddrEdit.py: Likewise. * src/AttrEdit.py: Likewise. * src/ChooseParents.py: Likewise. * src/EditPerson.py: Likewise. * src/EditPlace.py: Likewise. * src/EditSource.py: Likewise. * src/EventEdit.py: Likewise. * src/Marriage.py: Likewise. * src/NameEdit.py: Likewise. * src/SelectChild.py: Likewise. * src/Sources.py: Likewise. svn: r2420 2003-12-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2419 2003-12-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2419 2003-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Bookmarks.py, src/gramps_main.py, src/plugins/WriteCD.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py, src/plugins/cdexport.glade, src/plugins/gedcomexport.glade, src/plugins/pkgexport.glade, src/plugins/writeftree.glade, src/revision.glade: * src/revision.glade: Add Help button. * src/gramps_main.py (on_help_dbopen_clicked): Add function. * src/plugins/gedcomexport.glade: Add Help button. * src/plugins/WriteGedcom.py (on_help_clicked): Add function. * src/plugins/pkgexport.glade: Add Help button. * src/plugins/WritePkg.py (on_help_clicked): Add function. * src/plugins/writeftree.glade: Add Help button. * src/plugins/WriteGedcom.py (on_help_clicked): Add function. * src/plugins/cdexport.glade: Add Help button. * src/plugins/WriteCD.py (on_help_clicked): Add function. * src/Bookmarks.py (draw_window): Add Help button; (help_clicked): Add function. svn: r2418 2003-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Bookmarks.py, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/cdexport.glade, gramps2/src/plugins/gedcomexport.glade, gramps2/src/plugins/pkgexport.glade, gramps2/src/plugins/writeftree.glade, gramps2/src/revision.glade: * src/revision.glade: Add Help button. * src/gramps_main.py (on_help_dbopen_clicked): Add function. * src/plugins/gedcomexport.glade: Add Help button. * src/plugins/WriteGedcom.py (on_help_clicked): Add function. * src/plugins/pkgexport.glade: Add Help button. * src/plugins/WritePkg.py (on_help_clicked): Add function. * src/plugins/writeftree.glade: Add Help button. * src/plugins/WriteGedcom.py (on_help_clicked): Add function. * src/plugins/cdexport.glade: Add Help button. * src/plugins/WriteCD.py (on_help_clicked): Add function. * src/Bookmarks.py (draw_window): Add Help button; (help_clicked): Add function. svn: r2418 2003-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py: Update svn: r2417 2003-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: Update svn: r2417 2003-12-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps.1.in, src/FamilyView.py: * src/FamilyView.py (add_child_clicked): Return tuple of two empty strings when the surname guessing is set to None (otherwise it produced traceback and did nothing). * doc/gramps-manual/C/custom.xml: Update. * doc/gramps-manual/C/gramps-manual-C.omf: Update. * doc/gramps.1.in: Update. svn: r2416 2003-12-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps.1.in, gramps2/src/FamilyView.py: * src/FamilyView.py (add_child_clicked): Return tuple of two empty strings when the surname guessing is set to None (otherwise it produced traceback and did nothing). * doc/gramps-manual/C/custom.xml: Update. * doc/gramps-manual/C/gramps-manual-C.omf: Update. * doc/gramps.1.in: Update. svn: r2416 2003-12-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, doc/xmldocs.make: 2003-12-01 Tim Waugh <twaugh@redhat.com> * doc/xmldocs.make: Fix builds for == (oops). svn: r2415 2003-12-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/doc/xmldocs.make: 2003-12-01 Tim Waugh <twaugh@redhat.com> * doc/xmldocs.make: Fix builds for == (oops). svn: r2415 2003-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/keybind.xml: Update. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/custom.xml: Update. * NEWS: typo. * doc/gramps-manual/C/keybind.xml: Update. svn: r2414 2003-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/doc/gramps-manual/C/usage.xml: * doc/gramps-manual/C/keybind.xml: Update. * doc/gramps-manual/C/usage.xml: Update. * doc/gramps-manual/C/custom.xml: Update. * NEWS: typo. * doc/gramps-manual/C/keybind.xml: Update. svn: r2414 2003-12-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, doc/xmldocs.make: 2003-12-01 Tim Waugh <twaugh@redhat.com> * doc/xmldocs.make: Clean copied XML files. Now 'make distcheck' works again. svn: r2413 2003-12-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/doc/xmldocs.make: 2003-12-01 Tim Waugh <twaugh@redhat.com> * doc/xmldocs.make: Clean copied XML files. Now 'make distcheck' works again. svn: r2413 2003-12-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/keybind.xml, src/FamilyView.py, src/PedView.py: * NEWS: Update. * src/FamilyView.py (on_child_list_button_press): Add edit person callback on Shift+click; (sp_key_press, child_key_press): Replace Ctrl+Insert with Shift+Insert for adding new people. * src/PedView.py (on_show_child_menu): Markup children with children. * doc/gramps-manual/C/keybind.xml: Update. * doc/gramps-manual/C/faq.xml: Update. * doc/gramps-manual/C/filtref.xml: Update. svn: r2412 2003-12-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/src/FamilyView.py, gramps2/src/PedView.py: * NEWS: Update. * src/FamilyView.py (on_child_list_button_press): Add edit person callback on Shift+click; (sp_key_press, child_key_press): Replace Ctrl+Insert with Shift+Insert for adding new people. * src/PedView.py (on_show_child_menu): Markup children with children. * doc/gramps-manual/C/keybind.xml: Update. * doc/gramps-manual/C/faq.xml: Update. * doc/gramps-manual/C/filtref.xml: Update. svn: r2412 2003-11-30 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation update for 0.98.0 svn: r2411 2003-11-30 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation update for 0.98.0 svn: r2411 2003-11-30 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Translated new strings svn: r2410 2003-11-30 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Translated new strings svn: r2410 2003-11-30 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation update for 0.98.0 svn: r2409 2003-11-30 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation update for 0.98.0 svn: r2409 2003-11-30 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2408 2003-11-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2408 2003-11-30 Don Allingham <don@gramps-project.org> * src/PedView.py: * src/PedView.py (PedigreeView.find_children): used italics instead of '*' to indicate children in popup menu svn: r2407 2003-11-30 Don Allingham <don@gramps-project.org> * gramps2/src/PedView.py: * src/PedView.py (PedigreeView.find_children): used italics instead of '*' to indicate children in popup menu svn: r2407 2003-11-30 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2406 2003-11-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2406 2003-11-30 Don Allingham <don@gramps-project.org> * src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py (OpenOfficeDoc.close): replace hardcoded "oowriter" with the command found by querying the mime database with the open office document type. Different distributions seem to install OOo with different names (oofice, oowriter, soffice). * src/EventEdit.py (EventEditor.__init__): add translated name to the popdown menu list if isn't already there. Prevents a parital match on other strings * src/PedView.py: add a '*' to the popup menu if the child has children svn: r2405 2003-11-30 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py (OpenOfficeDoc.close): replace hardcoded "oowriter" with the command found by querying the mime database with the open office document type. Different distributions seem to install OOo with different names (oofice, oowriter, soffice). * src/EventEdit.py (EventEditor.__init__): add translated name to the popdown menu list if isn't already there. Prevents a parital match on other strings * src/PedView.py: add a '*' to the popup menu if the child has children svn: r2405 2003-11-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/Makefile.am, doc/gramps-manual/C/faq.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/keybind.xml, doc/gramps-manual/C/mainwin.xml, src/EventEdit.py: * src/EventEdit.py (__init__): Only define translated name if the event is not empty. * doc/gramps-manual/C/gramps-manual.xml: Update manual. * doc/gramps-manual/C/mainwin.xml: Update manual. * doc/gramps-manual/C/faq.xml: Add to CVS. * doc/gramps-manual/C/keybind.xml: Add to CVS. * doc/gramps-manual/C/Makefile.am: Add new files to the distribution. svn: r2404 2003-11-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/Makefile.am, gramps2/doc/gramps-manual/C/faq.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/keybind.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/src/EventEdit.py: * src/EventEdit.py (__init__): Only define translated name if the event is not empty. * doc/gramps-manual/C/gramps-manual.xml: Update manual. * doc/gramps-manual/C/mainwin.xml: Update manual. * doc/gramps-manual/C/faq.xml: Add to CVS. * doc/gramps-manual/C/keybind.xml: Add to CVS. * doc/gramps-manual/C/Makefile.am: Add new files to the distribution. svn: r2404 2003-11-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/filters/MatchSndEx2.py, src/plugins/RelGraph.py, src/plugins/book.glade, src/po/ru.po, src/po/template.po: * src/filters/MatchSndEx2.py: Typo. * src/plugins/RelGraph.py: Typo. * src/plugins/book.glade: Remove initial text from the labels. * src/po/template.po: Updated translation template for 0.98.0. * src/po/ru.po: Russian translation for 0.98.0. svn: r2403 2003-11-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/filters/MatchSndEx2.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/book.glade, gramps2/src/po/ru.po, gramps2/src/po/template.po: * src/filters/MatchSndEx2.py: Typo. * src/plugins/RelGraph.py: Typo. * src/plugins/book.glade: Remove initial text from the labels. * src/po/template.po: Updated translation template for 0.98.0. * src/po/ru.po: Russian translation for 0.98.0. svn: r2403 2003-11-29 Don Allingham <don@gramps-project.org> * src/EventEdit.py: * src/EventEdit.py (EventEditor.__init__): add translated name to the popdown menu list if isn't already there. Prevents a parital match on other strings * src/PedView.py: add a '*' to the popup menu if the child has children svn: r2402 2003-11-29 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py: * src/EventEdit.py (EventEditor.__init__): add translated name to the popdown menu list if isn't already there. Prevents a parital match on other strings * src/PedView.py: add a '*' to the popup menu if the child has children svn: r2402 2003-11-28 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Fixed a couple of fuzzy lines svn: r2401 2003-11-28 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Fixed a couple of fuzzy lines svn: r2401 2003-11-28 Don Allingham <don@gramps-project.org> * src/PedView.py: * src/PedView.py: add a '*' to the popup menu if the child has children svn: r2400 2003-11-28 Don Allingham <don@gramps-project.org> * gramps2/src/PedView.py: * src/PedView.py: add a '*' to the popup menu if the child has children svn: r2400 2003-11-27 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, gramps.spec: ChangeLog svn: r2399 2003-11-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/gramps.spec: ChangeLog svn: r2399 2003-11-27 Don Allingham <don@gramps-project.org> * src/po/template.po: * src/po/template.po: updated translatable strings svn: r2398 2003-11-27 Don Allingham <don@gramps-project.org> * gramps2/src/po/template.po: * src/po/template.po: updated translatable strings svn: r2398 2003-11-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2397 2003-11-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2397 2003-11-27 Don Allingham <don@gramps-project.org> * src/AttrEdit.py, src/EventEdit.py: * src/AttrEdit.py: Add warning when a new attribute type is added to the database * src/EventEdit.py: Add warning when a new event type is added to the database svn: r2396 2003-11-27 Don Allingham <don@gramps-project.org> * gramps2/src/AttrEdit.py, gramps2/src/EventEdit.py: * src/AttrEdit.py: Add warning when a new attribute type is added to the database * src/EventEdit.py: Add warning when a new event type is added to the database svn: r2396 2003-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * gramps.desktop, src/gramps.desktop: Updated both the desktop files so the no and nb translations are equal in both. svn: r2395 2003-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/gramps.desktop, gramps2/src/gramps.desktop: Updated both the desktop files so the no and nb translations are equal in both. svn: r2395 2003-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * gramps.desktop: Inserting nb and no translations to the desktop file svn: r2394 2003-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/gramps.desktop: Inserting nb and no translations to the desktop file svn: r2394 2003-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Error correction svn: r2393 2003-11-26 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Error correction svn: r2393 2003-11-26 Donald A. Peterson <dpeterso@users.sourceforge.net> * ChangeLog, gramps.desktop: new .desktop file for GNOME menu system svn: r2392 2003-11-26 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/ChangeLog, gramps2/gramps.desktop: new .desktop file for GNOME menu system svn: r2392 2003-11-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py (on_faq_activate): Add function. * src/gramps.glade: Add faq window. svn: r2391 2003-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py (on_faq_activate): Add function. * src/gramps.glade: Add faq window. svn: r2391 2003-11-26 Alex Roitman <shura@gramps-project.org> * FAQ: Update svn: r2390 2003-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/FAQ: Update svn: r2390 2003-11-26 Alex Roitman <shura@gramps-project.org> * FAQ: Update svn: r2389 2003-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/FAQ: Update svn: r2389 2003-11-26 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2388 2003-11-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2388 2003-11-26 Don Allingham <don@gramps-project.org> * src/PeopleStore.py, src/PeopleView.py, src/gramps_main.py: * src/gramps_main.py: handle update_after edit properly, so that name changes will put entry in the correct category * src/PeopleView.py: cleanup * src/PeopleStore.py: delete stale iter from dictionary when no longer used. svn: r2387 2003-11-26 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleStore.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/gramps_main.py: handle update_after edit properly, so that name changes will put entry in the correct category * src/PeopleView.py: cleanup * src/PeopleStore.py: delete stale iter from dictionary when no longer used. svn: r2387 2003-11-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Marriage.py: * src/Marriage.py (__init__): Call AutoComp.AutoCombo() prior to setting text in place and temple combos. Set place text to empty string if LdsSeal is empty. Markup lds_label as bold if LdsSeal is not empty. svn: r2386 2003-11-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Marriage.py: * src/Marriage.py (__init__): Call AutoComp.AutoCombo() prior to setting text in place and temple combos. Set place text to empty string if LdsSeal is empty. Markup lds_label as bold if LdsSeal is not empty. svn: r2386 2003-11-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, FAQ, Makefile.am, Makefile.in: * FAQ: Several minor corrections. New question about bug reports. * Makefile.am, Makefile.in: Add FAQ to EXTRA_DIST. svn: r2385 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/FAQ, gramps2/Makefile.am, gramps2/Makefile.in: * FAQ: Several minor corrections. New question about bug reports. * Makefile.am, Makefile.in: Add FAQ to EXTRA_DIST. svn: r2385 2003-11-25 Donald A. Peterson <dpeterso@users.sourceforge.net> * FAQ: minor spelling corrections to the FAQ svn: r2384 2003-11-25 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/FAQ: minor spelling corrections to the FAQ svn: r2384 2003-11-25 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Updated more keyboard shortcuts, fixed some typos svn: r2383 2003-11-25 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Updated more keyboard shortcuts, fixed some typos svn: r2383 2003-11-25 Alex Roitman <shura@gramps-project.org> * FAQ: Update svn: r2382 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/FAQ: Update svn: r2382 2003-11-25 Alex Roitman <shura@gramps-project.org> * FAQ: Update svn: r2381 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/FAQ: Update svn: r2381 2003-11-25 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2380 2003-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2380 2003-11-25 Don Allingham <don@gramps-project.org> * src/Utils.py: * src/Utils.py (search_for): check for directory svn: r2379 2003-11-25 Don Allingham <don@gramps-project.org> * gramps2/src/Utils.py: * src/Utils.py (search_for): check for directory svn: r2379 2003-11-25 Donald A. Peterson <dpeterso@users.sourceforge.net> * FAQ: minor edits to the FAQ svn: r2378 2003-11-25 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/FAQ: minor edits to the FAQ svn: r2378 2003-11-25 Alex Roitman <shura@gramps-project.org> * FAQ: Update svn: r2377 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/FAQ: Update svn: r2377 2003-11-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, FAQ: * FAQ: Add a question about adding custom columns. svn: r2376 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/FAQ: * FAQ: Add a question about adding custom columns. svn: r2376 2003-11-25 Don Allingham <don@gramps-project.org> * ChangeLog, configure, gramps.spec: update svn: r2375 2003-11-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/gramps.spec: update svn: r2375 2003-11-25 Don Allingham <don@gramps-project.org> * FAQ, src/PeopleStore.py, src/RelImage.py, src/Utils.py, src/gramps.py: * src/RelImage.py: replace system call with Utils.search_for * src/Utils.py: added search_for to look for an executable in the current path * FAQ: removed question 18 (how fast is GRAMPS) * src/PeopleStore.py: set sort data for top level nodes. Allows the first and last nodes to be sorted properly. svn: r2374 2003-11-25 Don Allingham <don@gramps-project.org> * gramps2/FAQ, gramps2/src/PeopleStore.py, gramps2/src/RelImage.py, gramps2/src/Utils.py, gramps2/src/gramps.py: * src/RelImage.py: replace system call with Utils.search_for * src/Utils.py: added search_for to look for an executable in the current path * FAQ: removed question 18 (how fast is GRAMPS) * src/PeopleStore.py: set sort data for top level nodes. Allows the first and last nodes to be sorted properly. svn: r2374 2003-11-25 Alex Roitman <shura@gramps-project.org> * FAQ: Update svn: r2373 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/FAQ: Update svn: r2373 2003-11-25 Alex Roitman <shura@gramps-project.org> * FAQ: Update svn: r2372 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/FAQ: Update svn: r2372 2003-11-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, FAQ: * FAQ: Added to CVS. svn: r2371 2003-11-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/FAQ: * FAQ: Added to CVS. svn: r2371 2003-11-25 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po, src/po/no.po: Fixed some errors svn: r2370 2003-11-25 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po, gramps2/src/po/no.po: Fixed some errors svn: r2370 2003-11-24 Frode Jemtland <jemtland@users.sourceforge.net> * configure.in, src/po/no.po: Addet the no.po file, and updated the configuer.in so it would know about it. no.po is equal to nb.po. svn: r2369 2003-11-24 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/configure.in, gramps2/src/po/no.po: Addet the no.po file, and updated the configuer.in so it would know about it. no.po is equal to nb.po. svn: r2369 2003-11-24 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2368 2003-11-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2368 2003-11-24 Don Allingham <don@gramps-project.org> * src/PeopleView.py, src/dialog.glade, src/gramps_main.py: * src/gramps_main.py: just update information after an edit instead of deleting/re-enter. Caused pygtk to segfault * src/PeopleView.py: provide update person function * src/dialog.glade: remove unused callbacks svn: r2367 2003-11-24 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleView.py, gramps2/src/dialog.glade, gramps2/src/gramps_main.py: * src/gramps_main.py: just update information after an edit instead of deleting/re-enter. Caused pygtk to segfault * src/PeopleView.py: provide update person function * src/dialog.glade: remove unused callbacks svn: r2367 2003-11-23 Alex Roitman <shura@gramps-project.org> * src/WriteXML.py: Update svn: r2366 2003-11-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/WriteXML.py: Update svn: r2366 2003-11-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/WriteXML.py: * src/FamilyView.py: Do not pass the window to the ChooseParents class. * src/WriteXML.py (write_witness): Fix the name string before writing (fixes #847600). svn: r2365 2003-11-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/WriteXML.py: * src/FamilyView.py: Do not pass the window to the ChooseParents class. * src/WriteXML.py (write_witness): Fix the name string before writing (fixes #847600). svn: r2365 2003-11-23 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po: Updated some keyboard sortcuts. Cleaning out some errors. svn: r2364 2003-11-23 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po: Updated some keyboard sortcuts. Cleaning out some errors. svn: r2364 2003-11-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py: * src/ChooseParents.py (ChooseParents.__init__): Revert the dialog back to being non-modal (otherwise adding new people is impossible). svn: r2363 2003-11-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py: * src/ChooseParents.py (ChooseParents.__init__): Revert the dialog back to being non-modal (otherwise adding new people is impossible). svn: r2363 2003-11-22 Don Allingham <don@gramps-project.org> * ChangeLog, gramps.spec, src/po/Makefile.in: update svn: r2362 2003-11-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps.spec, gramps2/src/po/Makefile.in: update svn: r2362 2003-11-22 Don Allingham <don@gramps-project.org> * src/preferences.glade: * src/preferences.glade: make the title on the dialog non-expandable svn: r2361 2003-11-22 Don Allingham <don@gramps-project.org> * gramps2/src/preferences.glade: * src/preferences.glade: make the title on the dialog non-expandable svn: r2361 2003-11-21 Frode Jemtland <jemtland@users.sourceforge.net> * configure.in: Addet the Norwegian Bokm�l nb.po file to the configure.in file svn: r2360 2003-11-21 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/configure.in: Addet the Norwegian Bokm�l nb.po file to the configure.in file svn: r2360 2003-11-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/fr.po: * src/po/fr.po: Fix format line. svn: r2359 2003-11-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/fr.po: * src/po/fr.po: Fix format line. svn: r2359 2003-11-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py: Enable keyboard navigation in Family View. svn: r2358 2003-11-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py: Enable keyboard navigation in Family View. svn: r2358 2003-11-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2356 2003-11-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2356 2003-11-20 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/Relationship.py, src/gramps_main.py: * src/GrampsCfg.py: Add comment about SUSE naming of gconf * src/Relationship.py: detect a RuntimeError exception that occurs when we exceed the recursion depth limit. This occurs when a relationship loop is detected * src/gramps_main.py: handle relationship loop message svn: r2355 2003-11-20 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/Relationship.py, gramps2/src/gramps_main.py: * src/GrampsCfg.py: Add comment about SUSE naming of gconf * src/Relationship.py: detect a RuntimeError exception that occurs when we exceed the recursion depth limit. This occurs when a relationship loop is detected * src/gramps_main.py: handle relationship loop message svn: r2355 2003-11-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2354 2003-11-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2354 2003-11-19 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2353 2003-11-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2353 2003-11-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, TODO, src/EditPlace.py, src/EditSource.py, src/PlaceView.py, src/Sources.py, src/places.glade, src/srcsel.glade: * src/Sources.py: (SourceSelector.on_help_clicked, SourceEditor.on_help_clicked): Add functions. * src/srcsel.glade: Add Help buttons to dialogs. * src/places.glade: Add Help buttons to dialogs. * src/EditSource.py (on_help_clicked): Add function. * src/EditPlace.py (on_help_clicked): Add function; (__init__): Make the dialog modal and a transient for its parent; * src/PlaceView.py: Pass the window to the EditPlace class. svn: r2352 2003-11-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/TODO, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/PlaceView.py, gramps2/src/Sources.py, gramps2/src/places.glade, gramps2/src/srcsel.glade: * src/Sources.py: (SourceSelector.on_help_clicked, SourceEditor.on_help_clicked): Add functions. * src/srcsel.glade: Add Help buttons to dialogs. * src/places.glade: Add Help buttons to dialogs. * src/EditSource.py (on_help_clicked): Add function. * src/EditPlace.py (on_help_clicked): Add function; (__init__): Make the dialog modal and a transient for its parent; * src/PlaceView.py: Pass the window to the EditPlace class. svn: r2352 2003-11-19 Don Allingham <don@gramps-project.org> * src/gramps.py, src/po/Makefile.am: * src/gramps.py: handle python versions with broken setlocale() * src/po/Makefile.am: don't pass -v to msgfmt svn: r2351 2003-11-19 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.py, gramps2/src/po/Makefile.am: * src/gramps.py: handle python versions with broken setlocale() * src/po/Makefile.am: don't pass -v to msgfmt svn: r2351 2003-11-19 Tim Waugh <twaugh@redhat.com> * ChangeLog: Fix date :-) svn: r2350 2003-11-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog: Fix date :-) svn: r2350 2003-11-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ChooseParents.py, src/FamilyView.py, src/gramps.glade: * src/ChooseParents.py (ModifyParents.__init__): Make the dialog modal and a transient for its parent; (ModifyParents.on_help_clicked): Add function; (ChooseParents.__init__): Make the dialog modal and a transient for its parent; (ChooseParents.on_help_clicked): Add function. * src/FamilyView.py: Pass the window to the ChooseParents classes. svn: r2349 2003-11-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/gramps.glade: * src/ChooseParents.py (ModifyParents.__init__): Make the dialog modal and a transient for its parent; (ModifyParents.on_help_clicked): Add function; (ChooseParents.__init__): Make the dialog modal and a transient for its parent; (ChooseParents.on_help_clicked): Add function. * src/FamilyView.py: Pass the window to the ChooseParents classes. svn: r2349 2003-11-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/NameEdit.py, src/UrlEdit.py, src/gramps.glade: * src/NameEdit.py (on_help_clicked): Add function. * src/UrlEdit.py (on_help_clicked): Add function. * src/gramps.glade: Add hot keys to the family view list labels. svn: r2348 2003-11-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/NameEdit.py, gramps2/src/UrlEdit.py, gramps2/src/gramps.glade: * src/NameEdit.py (on_help_clicked): Add function. * src/UrlEdit.py (on_help_clicked): Add function. * src/gramps.glade: Add hot keys to the family view list labels. svn: r2348 2003-11-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py, src/EventEdit.py, src/Marriage.py, src/SelectChild.py, src/dialog.glade, src/edit_person.glade, src/gramps.glade, src/marriage.glade: * src/gramps.glade: Add Help buttons to dialogs. * src/AddSpouse.py (on_spouse_help_clicked): Add function. * src/SelectChild.py (on_child_help_clicked): Add function. * src/Marriage.py (on_help_clicked): Add function. * src/EditPerson.py (on_help_clicked): Add function. * src/marriage.glade: Add Help button to a dialog. * src/edit_person.glade: Add Help button to a dialog. * src/dialog.glade: Add Help buttons to dialogs. * src/AddrEdit.py (on_help_clicked): Add function. * src/AttrEdit.py (on_help_clicked): Add function. * src/EventEdit.py (on_help_clicked): Add function. svn: r2347 2003-11-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/Marriage.py, gramps2/src/SelectChild.py, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/marriage.glade: * src/gramps.glade: Add Help buttons to dialogs. * src/AddSpouse.py (on_spouse_help_clicked): Add function. * src/SelectChild.py (on_child_help_clicked): Add function. * src/Marriage.py (on_help_clicked): Add function. * src/EditPerson.py (on_help_clicked): Add function. * src/marriage.glade: Add Help button to a dialog. * src/edit_person.glade: Add Help button to a dialog. * src/dialog.glade: Add Help buttons to dialogs. * src/AddrEdit.py (on_help_clicked): Add function. * src/AttrEdit.py (on_help_clicked): Add function. * src/EventEdit.py (on_help_clicked): Add function. svn: r2347 2003-11-18 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2346 2003-11-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2346 2003-11-17 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2345 2003-11-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2345 2003-11-17 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/RelLib.py: * src/EditPerson.py: handle LDS status setting properly * src/RelLib.py: use LDS status for equality comparison svn: r2344 2003-11-17 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/RelLib.py: * src/EditPerson.py: handle LDS status setting properly * src/RelLib.py: use LDS status for equality comparison svn: r2344 2003-11-16 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2343 2003-11-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2343 2003-11-16 Don Allingham <don@gramps-project.org> * src/dialog.glade: * src/dialog.glade: fixed sizes of dialog windows. svn: r2342 2003-11-16 Don Allingham <don@gramps-project.org> * gramps2/src/dialog.glade: * src/dialog.glade: fixed sizes of dialog windows. svn: r2342 2003-11-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2341 2003-11-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2341 2003-11-14 Don Allingham <don@gramps-project.org> * src/EditPerson.py: * src/EditPerson.py: Fixed typo svn: r2340 2003-11-14 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py: * src/EditPerson.py: Fixed typo svn: r2340 2003-11-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2339 2003-11-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2339 2003-11-14 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/GrampsCfg.py, src/PeopleView.py, src/RelLib.py, src/gramps_main.py: * src/FamilyView.py: delete unused code * src/PeopleView.py: handle uncaught exception * src/RelLib.py: rebuild person table * src/gramps_main.py: rebuild display after preferences svn: r2338 2003-11-14 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py: * src/FamilyView.py: delete unused code * src/PeopleView.py: handle uncaught exception * src/RelLib.py: rebuild person table * src/gramps_main.py: rebuild display after preferences svn: r2338 2003-11-13 Frode Jemtland <jemtland@users.sourceforge.net> * src/po/nb.po: Initial commit of the translation for Norwegian Bokm�l (nb_NO) svn: r2337 2003-11-13 Frode Jemtland <jemtland@users.sourceforge.net> * gramps2/src/po/nb.po: Initial commit of the translation for Norwegian Bokm�l (nb_NO) svn: r2337 2003-11-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/Marriage.py: * src/EditPerson.py: Fix LDS tab label behavior. * src/Marriage.py: Fix LDS tab label behavior. Fix get_place for LDS (was using Utils.get_place_from_list which uses deprecated gtk.List and does not work). svn: r2336 2003-11-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/Marriage.py: * src/EditPerson.py: Fix LDS tab label behavior. * src/Marriage.py: Fix LDS tab label behavior. Fix get_place for LDS (was using Utils.get_place_from_list which uses deprecated gtk.List and does not work). svn: r2336 2003-11-13 Alex Roitman <shura@gramps-project.org> * ChangeLog: files using -kb flag). Add with -kb flag. Add charset info to the header of all templates. svn: r2335 2003-11-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: files using -kb flag). Add with -kb flag. Add charset info to the header of all templates. svn: r2335 2003-11-13 Alex Roitman <shura@gramps-project.org> * ChangeLog: * src/data/templates/blue_edge.tpkg, src/data/templates/marble.tpkg, src/data/templates/pink_marble.tpkg, src/data/templates/sepia.tpkg, src/data/templates/sky_border.tpkg: Remove from CVS (need to add binary files using -kb flag). svn: r2334 2003-11-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * src/data/templates/blue_edge.tpkg, src/data/templates/marble.tpkg, src/data/templates/pink_marble.tpkg, src/data/templates/sepia.tpkg, src/data/templates/sky_border.tpkg: Remove from CVS (need to add binary files using -kb flag). svn: r2334 2003-11-13 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2333 2003-11-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2333 2003-11-13 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: * src/GrampsCfg.py: Fixed name format selection problem svn: r2332 2003-11-13 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py: * src/GrampsCfg.py: Fixed name format selection problem svn: r2332 2003-11-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py (IndividualPage.write_normal_row): Add separators between the references (comma and space). svn: r2331 2003-11-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py (IndividualPage.write_normal_row): Add separators between the references (comma and space). svn: r2331 2003-11-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ImageSelect.py, src/docgen/HtmlDoc.py, src/imagesel.glade: * src/ImageSelect.py (GlobalMediaProperties.__init__): Find labels from XML; (redraw_attr_list): Change attribute label; (display_refs): Change references label; (on_notebook_switch_page): change notes label. * src/imagesel.glade: Set meaningful label ids, remove bold markup. * src/docgen/HtmlDoc.py (start_bold, end_bold): Add functions (closes bug #841277). * src/EditSource.py (__init__): Find labels from XML. * src/EventEdit.py: (__init__): Find labels from XML; * src/NameEdit.py: (__init__): Find labels from XML; svn: r2330 2003-11-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/imagesel.glade: * src/ImageSelect.py (GlobalMediaProperties.__init__): Find labels from XML; (redraw_attr_list): Change attribute label; (display_refs): Change references label; (on_notebook_switch_page): change notes label. * src/imagesel.glade: Set meaningful label ids, remove bold markup. * src/docgen/HtmlDoc.py (start_bold, end_bold): Add functions (closes bug #841277). * src/EditSource.py (__init__): Find labels from XML. * src/EventEdit.py: (__init__): Find labels from XML; * src/NameEdit.py: (__init__): Find labels from XML; svn: r2330 2003-11-13 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: update svn: r2329 2003-11-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: update svn: r2329 2003-11-13 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py: Change column sizes on the FamilyView to fit with the new column svn: r2328 2003-11-13 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py: Change column sizes on the FamilyView to fit with the new column svn: r2328 2003-11-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/Sources.py, src/Utils.py, src/Witness.py, src/dialog.glade, src/gramps.glade, src/marriage.glade, src/places.glade: * src/Utils.py (bold_label, unbold label): Add functions. * src/EditPerson.py (bold_label, unbold label): Remove functions; Call them from Utils in every instance. * src/ImageSelect.py (Gallery.load_images): Change label upon load. * src/Sources.py (SourceTab.redraw): Change label upon redraw. * src/AddrEdit.py (__init__): Find sources label from XML; (on_switch_page): Add function. * src/AttrEdit.py (__init__): Find sources label from XML; (on_switch_page): Add function. * src/dialog.glade: Set meaningful label ids, remove bold markup. * src/EditPlace.py (__init__): Find soucre label from XML. * src/places.glade: Set meaningful label ids, remove bold markup. * src/Marriage.py (__init__): Find soucre label from XML; (on_switch_page): Add function. * src/marriage.glade: Set meaningful label ids, remove bold markup. * src/EditSource.py (__init__): Find soucre label from XML. * src/gramps.glade: Set meaningful label ids, remove bold markup. * src/EventEdit.py: (__init__): Find soucre label from XML; (on_switch_page): Add function. * src/Witness.py (WitnessTab.redraw): Change label upon redraw. * src/NameEdit.py: (__init__): Find soucre label from XML; (on_switch_page): Add function. svn: r2327 2003-11-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/Sources.py, gramps2/src/Utils.py, gramps2/src/Witness.py, gramps2/src/dialog.glade, gramps2/src/gramps.glade, gramps2/src/marriage.glade, gramps2/src/places.glade: * src/Utils.py (bold_label, unbold label): Add functions. * src/EditPerson.py (bold_label, unbold label): Remove functions; Call them from Utils in every instance. * src/ImageSelect.py (Gallery.load_images): Change label upon load. * src/Sources.py (SourceTab.redraw): Change label upon redraw. * src/AddrEdit.py (__init__): Find sources label from XML; (on_switch_page): Add function. * src/AttrEdit.py (__init__): Find sources label from XML; (on_switch_page): Add function. * src/dialog.glade: Set meaningful label ids, remove bold markup. * src/EditPlace.py (__init__): Find soucre label from XML. * src/places.glade: Set meaningful label ids, remove bold markup. * src/Marriage.py (__init__): Find soucre label from XML; (on_switch_page): Add function. * src/marriage.glade: Set meaningful label ids, remove bold markup. * src/EditSource.py (__init__): Find soucre label from XML. * src/gramps.glade: Set meaningful label ids, remove bold markup. * src/EventEdit.py: (__init__): Find soucre label from XML; (on_switch_page): Add function. * src/Witness.py (WitnessTab.redraw): Change label upon redraw. * src/NameEdit.py: (__init__): Find soucre label from XML; (on_switch_page): Add function. svn: r2327 2003-11-12 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: 2003-11-12 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py: Fix ID sorting so that RCS versioning is useful again (broken in last WriteXML change). svn: r2326 2003-11-12 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: 2003-11-12 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py: Fix ID sorting so that RCS versioning is useful again (broken in last WriteXML change). svn: r2326 2003-11-11 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py: Update svn: r2325 2003-11-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py: Update svn: r2325 2003-11-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/edit_person.glade: * src/edit_person.glade: Set meaningful ids for all tab labels. * src/EditPerson.py (__init__): Find labels from XML, call bold_label() if contents is not empty; (bold_label, unbold label): Add functions; (redraw_*): Call bold_label or unbold_label based on contents. svn: r2324 2003-11-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/edit_person.glade: * src/edit_person.glade: Set meaningful ids for all tab labels. * src/EditPerson.py (__init__): Find labels from XML, call bold_label() if contents is not empty; (bold_label, unbold label): Add functions; (redraw_*): Call bold_label or unbold_label based on contents. svn: r2324 2003-11-10 Don Allingham <don@gramps-project.org> * ChangeLog: updateChangeLog svn: r2323 2003-11-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: updateChangeLog svn: r2323 2003-11-10 Don Allingham <don@gramps-project.org> * src/RelLib.py, src/WriteXML.py, src/plugins/WriteFtree.py: * src/plugins/WriteFtree.py: catch file open exception * src/WriteXML.py: try to handle invalid IDs * src/RelLib.py: minor organizational cleanup svn: r2322 2003-11-10 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/plugins/WriteFtree.py: * src/plugins/WriteFtree.py: catch file open exception * src/WriteXML.py: try to handle invalid IDs * src/RelLib.py: minor organizational cleanup svn: r2322 2003-11-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/edit_person.glade: * src/edit_person.glade: Set meaningful id for the Notes tab label. * src/EditPerson.py (__init__): Find notes_label from XML, call chane_notes() if note is not empty; (change_notes): Add function. svn: r2321 2003-11-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/edit_person.glade: * src/edit_person.glade: Set meaningful id for the Notes tab label. * src/EditPerson.py (__init__): Find notes_label from XML, call chane_notes() if note is not empty; (change_notes): Add function. svn: r2321 2003-11-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, TODO, src/Utils.py, src/gramps_main.py, src/plugins/ReorderIds.py: * src/gramps_main.py (back_pressed, fwd_pressed): Pass event to the build_menu functions; (build_backhistmenu, build_fwdhistmenu): Use event for popping the menu. * NEWS, TODO: catch up with the current CVS state. * src/Utils.py (history_broken, clearHistory_broken, wasHistory_broken): Add functions. * src/plugins/ReorderIds.py(__init__): Call Utils.history_broken upon reordering. * src/gramps_main.py (clear_history): Add function; (redraw_histmenu, fwd_clicked, back_clicked): Clear history if catching an exception (should be actually handled by reorder plugin, leaving here svn: r2320 2003-11-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/TODO, gramps2/src/Utils.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReorderIds.py: * src/gramps_main.py (back_pressed, fwd_pressed): Pass event to the build_menu functions; (build_backhistmenu, build_fwdhistmenu): Use event for popping the menu. * NEWS, TODO: catch up with the current CVS state. * src/Utils.py (history_broken, clearHistory_broken, wasHistory_broken): Add functions. * src/plugins/ReorderIds.py(__init__): Call Utils.history_broken upon reordering. * src/gramps_main.py (clear_history): Add function; (redraw_histmenu, fwd_clicked, back_clicked): Clear history if catching an exception (should be actually handled by reorder plugin, leaving here svn: r2320 2003-11-05 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Find.py, src/MediaView.py, src/PlaceView.py, src/SourceView.py: 2003-11-05 Tim Waugh <twaugh@redhat.com> * src/PlaceView.py (PlaceView.goto): Scroll to found item. * src/SourceView.py (SourceView.goto): Likewise. * src/MediaView.py (MediaView.goto): Likewise. * src/Find.py (FindBase.show): Have the GtkEntry widget grab focus when find dialog is displayed. svn: r2319 2003-11-05 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Find.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py: 2003-11-05 Tim Waugh <twaugh@redhat.com> * src/PlaceView.py (PlaceView.goto): Scroll to found item. * src/SourceView.py (SourceView.goto): Likewise. * src/MediaView.py (MediaView.goto): Likewise. * src/Find.py (FindBase.show): Have the GtkEntry widget grab focus when find dialog is displayed. svn: r2319 2003-11-05 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/FamilyView.py: 2003-11-05 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py, src/FamilyView.py: Fix children enumeration in family view. svn: r2318 2003-11-05 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/FamilyView.py: 2003-11-05 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py, src/FamilyView.py: Fix children enumeration in family view. svn: r2318 2003-11-05 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/FilterEditor.py: 2003-11-05 Tim Waugh <twaugh@redhat.com> * src/plugins/FilterEditor.py (ShowResults.__init__): Sort results. svn: r2317 2003-11-05 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py: 2003-11-05 Tim Waugh <twaugh@redhat.com> * src/plugins/FilterEditor.py (ShowResults.__init__): Sort results. svn: r2317 2003-11-03 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py: Standard says 'jpeg'. svn: r2316 2003-11-03 Tim Waugh <twaugh@redhat.com> * gramps2/src/plugins/WriteGedcom.py: Standard says 'jpeg'. svn: r2316 2003-11-03 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py: 2003-11-03 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py (GedcomWriter.write_families): Use frefn not prefn. svn: r2315 2003-11-03 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py: 2003-11-03 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py (GedcomWriter.write_families): Use frefn not prefn. svn: r2315 2003-11-03 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: 2003-11-03 Tim Waugh <twaugh@redhat.com> * src/plugins/gedcomexport.glade, src/plugins/WriteGedcom.py: Added support for external image references. svn: r2314 2003-11-03 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade: 2003-11-03 Tim Waugh <twaugh@redhat.com> * src/plugins/gedcomexport.glade, src/plugins/WriteGedcom.py: Added support for external image references. svn: r2314 2003-11-02 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py: handle SuSE's broken gconf configuration svn: r2313 2003-11-02 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py: handle SuSE's broken gconf configuration svn: r2313 2003-11-02 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/ArgHandler.py, src/DbPrompter.py: 2003-11-02 Tim Waugh <twaugh@redhat.com> * src/ArgHandler.py, src/DbPrompter,py: clear_database takes no additional arguments. svn: r2312 2003-11-02 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/ArgHandler.py, gramps2/src/DbPrompter.py: 2003-11-02 Tim Waugh <twaugh@redhat.com> * src/ArgHandler.py, src/DbPrompter,py: clear_database takes no additional arguments. svn: r2312 2003-11-02 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py: 2003-11-02 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py (GedcomWriter.__init__): Fixed default filename for export. svn: r2311 2003-11-02 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py: 2003-11-02 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py (GedcomWriter.__init__): Fixed default filename for export. svn: r2311 2003-11-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2310 2003-11-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2310 2003-11-02 Don Allingham <don@gramps-project.org> * src/StartupDialog.py, src/gramps.py: * src/StartupDialog.py: handle SuSE 9.0's broken handling of gconf * src/gramps.py: handle SuSE 9.0's broken handling of gconf svn: r2309 2003-11-02 Don Allingham <don@gramps-project.org> * gramps2/src/StartupDialog.py, gramps2/src/gramps.py: * src/StartupDialog.py: handle SuSE 9.0's broken handling of gconf * src/gramps.py: handle SuSE 9.0's broken handling of gconf svn: r2309 2003-11-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2308 2003-11-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2308 2003-11-01 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/plugins/WriteCD.py: * src/plugins/WriteCD.py: launch nautilus to burn:/// after exporting to a CD * src/PeopleView.py: rebuild after a filter is applied * src/DbPrompter: remove ZODB option * src/RelLib.py: remove ZODB option * src/gramps.glade: remove ZODB option * src/gramps_main.py: remove ZODB option svn: r2307 2003-11-01 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/plugins/WriteCD.py: * src/plugins/WriteCD.py: launch nautilus to burn:/// after exporting to a CD * src/PeopleView.py: rebuild after a filter is applied * src/DbPrompter: remove ZODB option * src/RelLib.py: remove ZODB option * src/gramps.glade: remove ZODB option * src/gramps_main.py: remove ZODB option svn: r2307 2003-11-01 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/PeopleView.py, src/RelLib.py, src/gramps.glade, src/gramps_main.py: * src/PeopleView.py: rebuild after a filter is applied * src/DbPrompter: remove ZODB option * src/RelLib.py: remove ZODB option * src/gramps.glade: remove ZODB option * src/gramps_main.py: remove ZODB option svn: r2306 2003-11-01 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/PeopleView.py: rebuild after a filter is applied * src/DbPrompter: remove ZODB option * src/RelLib.py: remove ZODB option * src/gramps.glade: remove ZODB option * src/gramps_main.py: remove ZODB option svn: r2306 2003-11-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/gramps_main.py: 2003-11-01 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (Gramps.delete_person_clicked): Fix removal of multiple people at once (bug #834102). svn: r2305 2003-11-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/gramps_main.py: 2003-11-01 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (Gramps.delete_person_clicked): Fix removal of multiple people at once (bug #834102). svn: r2305 2003-11-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/PeopleStore.py: 2003-11-01 Tim Waugh <twaugh@redhat.com> * src/PeopleStore.py (PeopleStore.remove): Remove surname element after last individual with that surname is removed (bug #834105). svn: r2304 2003-11-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/PeopleStore.py: 2003-11-01 Tim Waugh <twaugh@redhat.com> * src/PeopleStore.py (PeopleStore.remove): Remove surname element after last individual with that surname is removed (bug #834105). svn: r2304 2003-11-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/PeopleStore.py: 2003-11-01 Tim Waugh <twaugh@redhat.com> * src/PeopleStore.py: Fixed double-click behaviour (bug #834104). svn: r2303 2003-11-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/PeopleStore.py: 2003-11-01 Tim Waugh <twaugh@redhat.com> * src/PeopleStore.py: Fixed double-click behaviour (bug #834104). svn: r2303 2003-10-31 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Makefile.am: Removed Partition.py from Makefile.am until it is a bit more cooked. svn: r2302 2003-10-31 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am: Removed Partition.py from Makefile.am until it is a bit more cooked. svn: r2302 2003-10-31 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Makefile.am: 2003-10-31 Tim Waugh <twaugh@redhat.com> * src/plugins/Makefile.am: Add Partition.py. svn: r2301 2003-10-31 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am: 2003-10-31 Tim Waugh <twaugh@redhat.com> * src/plugins/Makefile.am: Add Partition.py. svn: r2301 2003-10-31 Tim Waugh <twaugh@redhat.com> * ChangeLog: Fixed typo svn: r2300 2003-10-31 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog: Fixed typo svn: r2300 2003-10-31 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Makefile.am: 2003-10-31 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Remove DrawDoc.py, TextDoc.py. svn: r2299 2003-10-31 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Makefile.am: 2003-10-31 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Remove DrawDoc.py, TextDoc.py. svn: r2299 2003-10-31 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2298 2003-10-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2298 2003-10-31 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/PaperMenu.py, src/Report.py: * src/plugins/WebPage.py: support for keeping track of options * src/plugins/TimeLine.py: support for keeping track of options * src/plugins/RelGraph.py: support for keeping track of options * src/plugins/IndivSummary.py: support for keeping track of options * src/plugins/IndivComplete.py: support for keeping track of options * src/plugins/GraphViz.py: support for keeping track of options * src/plugins/FtmStyleDescendants.py: support for keeping track of options * src/plugins/FtmStyleAncestors.py: support for keeping track of options * src/plugins/FanChart.py: support for keeping track of options * src/plugins/FamilyGroup.py: support for keeping track of options * src/plugins/DetAncestralReport.py: support for keeping track of options * src/plugins/Ancestors.py: support for keeping track of options * src/plugins/AncestorReport.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/Utils.py: save key on style mappings * src/GenericFilter.py: allow setting of default value for filter menu * src/PaperMenu.py: allow setting of perferred paper and orientation, GrampsCfg no longer needed * src/Report.py: keep track of options across reports svn: r2297 2003-10-31 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/PaperMenu.py, gramps2/src/Report.py: * src/plugins/WebPage.py: support for keeping track of options * src/plugins/TimeLine.py: support for keeping track of options * src/plugins/RelGraph.py: support for keeping track of options * src/plugins/IndivSummary.py: support for keeping track of options * src/plugins/IndivComplete.py: support for keeping track of options * src/plugins/GraphViz.py: support for keeping track of options * src/plugins/FtmStyleDescendants.py: support for keeping track of options * src/plugins/FtmStyleAncestors.py: support for keeping track of options * src/plugins/FanChart.py: support for keeping track of options * src/plugins/FamilyGroup.py: support for keeping track of options * src/plugins/DetAncestralReport.py: support for keeping track of options * src/plugins/Ancestors.py: support for keeping track of options * src/plugins/AncestorReport.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/Utils.py: save key on style mappings * src/GenericFilter.py: allow setting of default value for filter menu * src/PaperMenu.py: allow setting of perferred paper and orientation, GrampsCfg no longer needed * src/Report.py: keep track of options across reports svn: r2297 2003-10-31 Don Allingham <don@gramps-project.org> * src/plugins/FamilyGroup.py, src/plugins/FanChart.py: * src/plugins/WebPage.py: support for keeping track of options * src/plugins/TimeLine.py: support for keeping track of options * src/plugins/RelGraph.py: support for keeping track of options * src/plugins/IndivSummary.py: support for keeping track of options * src/plugins/IndivComplete.py: support for keeping track of options * src/plugins/GraphViz.py: support for keeping track of options * src/plugins/FtmStyleDescendants.py: support for keeping track of options * src/plugins/FtmStyleAncestors.py: support for keeping track of options * src/plugins/FanChart.py: support for keeping track of options * src/plugins/FamilyGroup.py: support for keeping track of options * src/plugins/DetAncestralReport.py: support for keeping track of options * src/plugins/Ancestors.py: support for keeping track of options * src/plugins/AncestorReport.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/Utils.py: save key on style mappings svn: r2296 2003-10-31 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py: * src/plugins/WebPage.py: support for keeping track of options * src/plugins/TimeLine.py: support for keeping track of options * src/plugins/RelGraph.py: support for keeping track of options * src/plugins/IndivSummary.py: support for keeping track of options * src/plugins/IndivComplete.py: support for keeping track of options * src/plugins/GraphViz.py: support for keeping track of options * src/plugins/FtmStyleDescendants.py: support for keeping track of options * src/plugins/FtmStyleAncestors.py: support for keeping track of options * src/plugins/FanChart.py: support for keeping track of options * src/plugins/FamilyGroup.py: support for keeping track of options * src/plugins/DetAncestralReport.py: support for keeping track of options * src/plugins/Ancestors.py: support for keeping track of options * src/plugins/AncestorReport.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/Utils.py: save key on style mappings svn: r2296 2003-10-31 Don Allingham <don@gramps-project.org> * src/Utils.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/RelGraph.py, src/plugins/TimeLine.py, src/plugins/WebPage.py: * src/plugins/WebPage.py: support for keeping track of options * src/plugins/TimeLine.py: support for keeping track of options * src/plugins/RelGraph.py: support for keeping track of options * src/plugins/IndivSummary.py: support for keeping track of options * src/plugins/IndivComplete.py: support for keeping track of options * src/plugins/GraphViz.py: support for keeping track of options * src/plugins/FtmStyleDescendants.py: support for keeping track of options * src/plugins/FtmStyleAncestors.py: support for keeping track of options * src/plugins/FanChart.py: support for keeping track of options * src/plugins/FamilyGroup.py: support for keeping track of options * src/plugins/DetAncestralReport.py: support for keeping track of options * src/plugins/Ancestors.py: support for keeping track of options * src/plugins/AncestorReport.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/Utils.py: save key on style mappings svn: r2295 2003-10-31 Don Allingham <don@gramps-project.org> * gramps2/src/Utils.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/RelGraph.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: support for keeping track of options * src/plugins/TimeLine.py: support for keeping track of options * src/plugins/RelGraph.py: support for keeping track of options * src/plugins/IndivSummary.py: support for keeping track of options * src/plugins/IndivComplete.py: support for keeping track of options * src/plugins/GraphViz.py: support for keeping track of options * src/plugins/FtmStyleDescendants.py: support for keeping track of options * src/plugins/FtmStyleAncestors.py: support for keeping track of options * src/plugins/FanChart.py: support for keeping track of options * src/plugins/FamilyGroup.py: support for keeping track of options * src/plugins/DetAncestralReport.py: support for keeping track of options * src/plugins/Ancestors.py: support for keeping track of options * src/plugins/AncestorReport.py: support for keeping track of options * src/plugins/AncestorChart.py: support for keeping track of options * src/Utils.py: save key on style mappings svn: r2295 2003-10-30 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS, src/Calendar.py, src/GenericFilter.py, src/Marriage.py, src/Sources.py, src/StyleEditor.py: pychecker fixes svn: r2294 2003-10-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/Calendar.py, gramps2/src/GenericFilter.py, gramps2/src/Marriage.py, gramps2/src/Sources.py, gramps2/src/StyleEditor.py: pychecker fixes svn: r2294 2003-10-30 Don Allingham <don@gramps-project.org> * src/DrawDoc.py, src/EditPerson.py, src/Makefile.am, src/PeopleStore.py, src/QuickAdd.py, src/SelectChild.py, src/TextDoc.py, src/gramps.glade, src/gramps_main.py, src/intl.c, src/intl.py: * src/gramps_main.py: pychecker cleanup * src/PeopleView.py: pychecker cleanup * src/PeopleStore.py: pychecker cleanup * src/EditPerson.py: pychecker cleanup * src/QuickAdd.py: remove file * src/SelectChild.py: Remove ability to add new person, since a separate function for this already exists. * src/gramps.glade: remvoe add button from select child dialog * src/Makefile.am: remove QuickAdd.py * src/intl.py: remove * src/intl.c: remove * src/TextDoc.py: remove * src/DrawDoc.py: remove svn: r2293 2003-10-30 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py, gramps2/src/EditPerson.py, gramps2/src/Makefile.am, gramps2/src/PeopleStore.py, gramps2/src/QuickAdd.py, gramps2/src/SelectChild.py, gramps2/src/TextDoc.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/intl.c, gramps2/src/intl.py: * src/gramps_main.py: pychecker cleanup * src/PeopleView.py: pychecker cleanup * src/PeopleStore.py: pychecker cleanup * src/EditPerson.py: pychecker cleanup * src/QuickAdd.py: remove file * src/SelectChild.py: Remove ability to add new person, since a separate function for this already exists. * src/gramps.glade: remvoe add button from select child dialog * src/Makefile.am: remove QuickAdd.py * src/intl.py: remove * src/intl.c: remove * src/TextDoc.py: remove * src/DrawDoc.py: remove svn: r2293 2003-10-29 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2292 2003-10-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2292 2003-10-29 Don Allingham <don@gramps-project.org> * src/edit_person.glade, src/marriage.glade: * src/marriage.glade: Added source tab and complete flag * src/edit_person.glade: Added source tab svn: r2291 2003-10-29 Don Allingham <don@gramps-project.org> * gramps2/src/edit_person.glade, gramps2/src/marriage.glade: * src/marriage.glade: Added source tab and complete flag * src/edit_person.glade: Added source tab svn: r2291 2003-10-29 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2290 2003-10-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2290 2003-10-29 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/GrampsParser.py, src/Marriage.py, src/RelLib.py, src/WriteXML.py: * src/RelLib.py: Person and Family now inherit from SourceNote * src/EditPerson.py: Added source tab to apply generic sources to a person * src/Marriage.py: Added source tab to apply generic sources to a person, add "complete" flag * src/WriteXML.py: Store source information for Family and Person, store complete flag for Family * src/GrampsParser.py: Parse source information for Family and Person, read complete flag for Famiy svn: r2289 2003-10-29 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/GrampsParser.py, gramps2/src/Marriage.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py: * src/RelLib.py: Person and Family now inherit from SourceNote * src/EditPerson.py: Added source tab to apply generic sources to a person * src/Marriage.py: Added source tab to apply generic sources to a person, add "complete" flag * src/WriteXML.py: Store source information for Family and Person, store complete flag for Family * src/GrampsParser.py: Parse source information for Family and Person, read complete flag for Famiy svn: r2289 2003-10-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2288 2003-10-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2288 2003-10-27 Don Allingham <don@gramps-project.org> * src/docgen/AbiWord2Doc.py, src/docgen/AbiWordDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/plugins/Ancestors.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/docgen/AbiWordDoc2.py: make sure that an object is an image before attempting to include in in a report * src/docgen/AbiWordDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/KwordDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/LaTeXDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/OpenOfficeDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/PdfDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/RTFDoc.py: make sure that an object is an image before attempting to include in in a report * src/plugins/Ancestors.py: make sure that an object is an image before attempting to include in in a report * src/plugins/DetAncestralReport.py: make sure that an object is an image before attempting to include in in a report * src/plugins/DetDescendantReport.py: make sure that an object is an image before attempting to include in in a report svn: r2287 2003-10-27 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/docgen/AbiWordDoc2.py: make sure that an object is an image before attempting to include in in a report * src/docgen/AbiWordDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/KwordDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/LaTeXDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/OpenOfficeDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/PdfDoc.py: make sure that an object is an image before attempting to include in in a report * src/docgen/RTFDoc.py: make sure that an object is an image before attempting to include in in a report * src/plugins/Ancestors.py: make sure that an object is an image before attempting to include in in a report * src/plugins/DetAncestralReport.py: make sure that an object is an image before attempting to include in in a report * src/plugins/DetDescendantReport.py: make sure that an object is an image before attempting to include in in a report svn: r2287 2003-10-23 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2286 2003-10-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2286 2003-10-23 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/RelLib.py: * src/GenericFilter.py: add a filter to return the path to the common ancestor(s) of two people. * src/RelLib.py: don't barf on ZODB sorting * svn: r2285 2003-10-23 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/RelLib.py: * src/GenericFilter.py: add a filter to return the path to the common ancestor(s) of two people. * src/RelLib.py: don't barf on ZODB sorting * svn: r2285 2003-10-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (GedcomParser.__init__): Build translation map of correct length. svn: r2284 2003-10-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py (GedcomParser.__init__): Build translation map of correct length. svn: r2284 2003-10-23 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2283 2003-10-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2283 2003-10-23 Don Allingham <don@gramps-project.org> * src/GrampsParser.py, src/PeopleView.py, src/RelLib.py, src/gramps_main.py: * src/GrampsParser.py: remove debugging statement * src/RelLib.py: remove debugging statement * src/gramps_main.py: If an invalid ID is found while attempting to access the history, invalidate the history list (set to empty list). This should only happen after a reordering of IDs. svn: r2282 2003-10-23 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsParser.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py: * src/GrampsParser.py: remove debugging statement * src/RelLib.py: remove debugging statement * src/gramps_main.py: If an invalid ID is found while attempting to access the history, invalidate the history list (set to empty list). This should only happen after a reordering of IDs. svn: r2282 2003-10-22 Don Allingham <don@gramps-project.org> * TestPlan.txt: More information svn: r2281 2003-10-22 Don Allingham <don@gramps-project.org> * gramps2/TestPlan.txt: More information svn: r2281 2003-10-22 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2280 2003-10-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2280 2003-10-22 Alex Roitman <shura@gramps-project.org> * configure.in, gramps.sh.in, src/DisplayTrace.py, src/po/Makefile.am: * configure.in: Detect iconv at configuration time. * src/po/Makefile.am: Invoke detected iconv in its simplest form. Minor cleanup. * gramps.sh.in: Correct paths for systems with custom datadir. * src/DisplayTrace.py: Check for LANG before including in the message. svn: r2279 2003-10-22 Alex Roitman <shura@gramps-project.org> * gramps2/configure.in, gramps2/gramps.sh.in, gramps2/src/DisplayTrace.py, gramps2/src/po/Makefile.am: * configure.in: Detect iconv at configuration time. * src/po/Makefile.am: Invoke detected iconv in its simplest form. Minor cleanup. * gramps.sh.in: Correct paths for systems with custom datadir. * src/DisplayTrace.py: Check for LANG before including in the message. svn: r2279 2003-10-22 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2278 2003-10-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2278 2003-10-22 Don Allingham <don@gramps-project.org> * TestPlan.txt: * src/PeopleStore.py: Make sure that the key is in unicode format. For some reason, python does not always seem to do the conversion for us. * TestPlan.txt: start of a test plan svn: r2277 2003-10-22 Don Allingham <don@gramps-project.org> * gramps2/TestPlan.txt: * src/PeopleStore.py: Make sure that the key is in unicode format. For some reason, python does not always seem to do the conversion for us. * TestPlan.txt: start of a test plan svn: r2277 2003-10-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py: * src/PedView.py: Correct colors so that they work with dark and high-contrast themes. svn: r2276 2003-10-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py: * src/PedView.py: Correct colors so that they work with dark and high-contrast themes. svn: r2276 2003-10-22 Don Allingham <don@gramps-project.org> * src/PeopleStore.py: * src/PeopleStore.py: Make sure that the key is in unicode format. For some reason, python does not always seem to do the conversion for us. svn: r2275 2003-10-22 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleStore.py: * src/PeopleStore.py: Make sure that the key is in unicode format. For some reason, python does not always seem to do the conversion for us. svn: r2275 2003-10-21 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MediaView.py: * src/MediaView.py: Correct behavior for right-click popup menu. svn: r2274 2003-10-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py: * src/MediaView.py: Correct behavior for right-click popup menu. svn: r2274 2003-10-21 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2273 2003-10-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2273 2003-10-21 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/ChooseParents.py, src/SelectChild.py, src/SelectPerson.py, src/gramps.glade: * src/gramps.glade: widen the ChildSelect window * src/SelectPerson.py: sort people before adding to list * src/SelectChild.py: sort people before adding to list * src/ChooseParents.py: sort people before adding to list * src/AddSpouse.py: sort people before adding to list * src/ListModel.py: sorting improvements * src/PlaceView.py: use ListModel * src/RelLib.py: sort places by name svn: r2272 2003-10-21 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/SelectChild.py, gramps2/src/SelectPerson.py, gramps2/src/gramps.glade: * src/gramps.glade: widen the ChildSelect window * src/SelectPerson.py: sort people before adding to list * src/SelectChild.py: sort people before adding to list * src/ChooseParents.py: sort people before adding to list * src/AddSpouse.py: sort people before adding to list * src/ListModel.py: sorting improvements * src/PlaceView.py: use ListModel * src/RelLib.py: sort places by name svn: r2272 2003-10-21 Don Allingham <don@gramps-project.org> * src/ListModel.py, src/RelLib.py: update svn: r2271 2003-10-21 Don Allingham <don@gramps-project.org> * gramps2/src/ListModel.py, gramps2/src/RelLib.py: update svn: r2271 2003-10-20 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/FamilyView.py, src/ImageSelect.py, src/PedView.py, src/PeopleView.py, src/PlaceView.py, src/SourceView.py, src/plugins/BookReport.py: * src/SourceView.py: Correct behavior for right-click popup menu. * src/EditPerson.py: Likewise. * src/FamilyView.py: Likewise. * src/ImageSelect.py: Likewise. * src/PedView.py: Likewise. * src/PlaceView.py: Likewise. * src/plugins/BookReport.py: Likewise. * src/PeopleView.py: Likewise. svn: r2270 2003-10-20 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/PedView.py, gramps2/src/PeopleView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/plugins/BookReport.py: * src/SourceView.py: Correct behavior for right-click popup menu. * src/EditPerson.py: Likewise. * src/FamilyView.py: Likewise. * src/ImageSelect.py: Likewise. * src/PedView.py: Likewise. * src/PlaceView.py: Likewise. * src/plugins/BookReport.py: Likewise. * src/PeopleView.py: Likewise. svn: r2270 2003-10-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MediaView.py, src/PlaceView.py, src/SourceView.py: * src/SourceView.py: Enable popup menu on right-click. * src/PlaceView.py: Likewise. * src/MediaView.py: Likewise. svn: r2269 2003-10-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py: * src/SourceView.py: Enable popup menu on right-click. * src/PlaceView.py: Likewise. * src/MediaView.py: Likewise. svn: r2269 2003-10-18 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2268 2003-10-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2268 2003-10-18 Don Allingham <don@gramps-project.org> * src/PeopleStore.py, src/PeopleView.py, src/RelLib.py: * src/RelLib.py: Add a "sortbynames" to presort keys before adding to the tables * src/PeopleView.py: Presort names before adding, delay enabling of autosorting until data has been added * src/PeopleStore.py: Add enable sort task svn: r2267 2003-10-18 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleStore.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py: * src/RelLib.py: Add a "sortbynames" to presort keys before adding to the tables * src/PeopleView.py: Presort names before adding, delay enabling of autosorting until data has been added * src/PeopleStore.py: Add enable sort task svn: r2267 2003-10-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/gramps.glade, src/gramps_main.py: (needed for Family View). Enable switching Toolbar on/off. Correct existing gconf key detection. Enable switching Toolbar on/off. * src/gramps.glade: Enable switching Toolbar on/off. svn: r2266 2003-10-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: (needed for Family View). Enable switching Toolbar on/off. Correct existing gconf key detection. Enable switching Toolbar on/off. * src/gramps.glade: Enable switching Toolbar on/off. svn: r2266 2003-10-17 Alex Roitman <shura@gramps-project.org> * src/GrampsCfg.py: Update svn: r2265 2003-10-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/GrampsCfg.py: Update svn: r2265 2003-10-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/GrampsCfg.py: * src/FamilyView.py (set_widgets): Do not connect buttons if this view is already initialized. * src/GrampsCfg.py: Set GNOME toolbar prefs as the default. Correct existing gconf key detection. svn: r2264 2003-10-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py: * src/FamilyView.py (set_widgets): Do not connect buttons if this view is already initialized. * src/GrampsCfg.py: Set GNOME toolbar prefs as the default. Correct existing gconf key detection. svn: r2264 2003-10-17 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2263 2003-10-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2263 2003-10-17 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/ListModel.py, src/PeopleStore.py: * src/FamilyView.py: fixed paths to redisplay_person_list * src/ListModel.py: convert indices to strings. Sometimes a object just doesn't work as a dictionary key * src/PeopleStore.py: modify status bar, unroll loop while adding values svn: r2262 2003-10-17 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/ListModel.py, gramps2/src/PeopleStore.py: * src/FamilyView.py: fixed paths to redisplay_person_list * src/ListModel.py: convert indices to strings. Sometimes a object just doesn't work as a dictionary key * src/PeopleStore.py: modify status bar, unroll loop while adding values svn: r2262 2003-10-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: Instant prefs. svn: r2261 2003-10-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: Instant prefs. svn: r2261 2003-10-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/gramps_main.py, src/preferences.glade: * src/GrampsCfg.py: Implement instant preferences (HIG). * src/preferences.glade: Likewise. * src/gramps_main.py (pref_callback): Update statusbar from prefs (needed for Family View). svn: r2260 2003-10-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/gramps_main.py, gramps2/src/preferences.glade: * src/GrampsCfg.py: Implement instant preferences (HIG). * src/preferences.glade: Likewise. * src/gramps_main.py (pref_callback): Update statusbar from prefs (needed for Family View). svn: r2260 2003-10-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/gramps.glade, src/gramps_main.py, src/preferences.glade: * src/gramps.glade: Correct tooltips. * src/GrampsCfg.py: Enable using four toolbar styles as well as the gnome default style. * src/preferences.glade: Add a title for the tree. HIGify toolbar styles. * src/gramps_main.py (pref_callback): Set toolbar style from prefs. svn: r2259 2003-10-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/preferences.glade: * src/gramps.glade: Correct tooltips. * src/GrampsCfg.py: Enable using four toolbar styles as well as the gnome default style. * src/preferences.glade: Add a title for the tree. HIGify toolbar styles. * src/gramps_main.py (pref_callback): Set toolbar style from prefs. svn: r2259 2003-10-15 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Makefile.am: 2003-10-15 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Add uninstall rule for grampslib.so (now 'make distcheck' passes again). svn: r2258 2003-10-15 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Makefile.am: 2003-10-15 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Add uninstall rule for grampslib.so (now 'make distcheck' passes again). svn: r2258 2003-10-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ListModel.py: * src/ListModel.py (find): Prevent traceback if the entry is not found. svn: r2257 2003-10-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ListModel.py: * src/ListModel.py (find): Prevent traceback if the entry is not found. svn: r2257 2003-10-15 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps.1, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: update svn: r2256 2003-10-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps.1, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: update svn: r2256 2003-10-15 Don Allingham <don@gramps-project.org> * src/docgen/HtmlDoc.py: * src/data/templates/Makefile.am: install blue_edge.tpkg * src/docgen/HtmlDoc.py: report error correctly on missing template svn: r2255 2003-10-15 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/HtmlDoc.py: * src/data/templates/Makefile.am: install blue_edge.tpkg * src/docgen/HtmlDoc.py: report error correctly on missing template svn: r2255 2003-10-15 Don Allingham <don@gramps-project.org> * src/data/templates/Makefile.am: * src/data/templates/Makefile.am: install blue_edge.tpkg svn: r2254 2003-10-15 Don Allingham <don@gramps-project.org> * gramps2/src/data/templates/Makefile.am: * src/data/templates/Makefile.am: install blue_edge.tpkg svn: r2254 2003-10-14 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS: update svn: r2253 2003-10-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: update svn: r2253 2003-10-14 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/ListModel.py, src/gramps.glade: * src/GrampsParser.py: handle new witness format in XML file * src/WriteXML.py: handle new witness format in XML file * src/dialog.glade: removed unused callbacks * src/gramps.glade: adjust window size * src/ListModel.py: add the ability to find an entry * src/ChooseParents.py: Select the preferred spouse of the first selected person. svn: r2252 2003-10-14 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/ListModel.py, gramps2/src/gramps.glade: * src/GrampsParser.py: handle new witness format in XML file * src/WriteXML.py: handle new witness format in XML file * src/dialog.glade: removed unused callbacks * src/gramps.glade: adjust window size * src/ListModel.py: add the ability to find an entry * src/ChooseParents.py: Select the preferred spouse of the first selected person. svn: r2252 2003-10-14 Don Allingham <don@gramps-project.org> * src/GrampsParser.py, src/WriteXML.py, src/dialog.glade: * src/GrampsParser.py: handle new witness format in XML file * src/WriteXML.py: handle new witness format in XML file * src/dialog.glade: removed unused callbacks svn: r2251 2003-10-14 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsParser.py, gramps2/src/WriteXML.py, gramps2/src/dialog.glade: * src/GrampsParser.py: handle new witness format in XML file * src/WriteXML.py: handle new witness format in XML file * src/dialog.glade: removed unused callbacks svn: r2251 2003-10-14 Alex Roitman <shura@gramps-project.org> * src/plugins.glade: Update svn: r2250 2003-10-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins.glade: Update svn: r2250 2003-10-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/Report.py, src/gramps.glade, src/plugins.glade, src/plugins/rel_ru.py: * src/plugins.glade: Switch from GtkDialog to GtkWindow (prevents it from always being on top under metacity). Remove extra button. * src/Plugins.py (PluginDialog.__init__): Provide custom labels and tooltips for reports (Generate) and tools (Run); (ReportPlugins.__init__, ToolPlugins.__init__): call PluginDialog with appropriate labels and tooltips. * src/Report.py (BareReportDialog.__init__): Change button back to OK. * src/plugins/rel_ru.py (getallancestors): Replace with existing apply_filter from Relationship.py. * src/gramps.glade: Correct tooltips in Family Views (make parents an active family). svn: r2249 2003-10-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/gramps.glade, gramps2/src/plugins.glade, gramps2/src/plugins/rel_ru.py: * src/plugins.glade: Switch from GtkDialog to GtkWindow (prevents it from always being on top under metacity). Remove extra button. * src/Plugins.py (PluginDialog.__init__): Provide custom labels and tooltips for reports (Generate) and tools (Run); (ReportPlugins.__init__, ToolPlugins.__init__): call PluginDialog with appropriate labels and tooltips. * src/Report.py (BareReportDialog.__init__): Change button back to OK. * src/plugins/rel_ru.py (getallancestors): Replace with existing apply_filter from Relationship.py. * src/gramps.glade: Correct tooltips in Family Views (make parents an active family). svn: r2249 2003-10-13 Jason Zedlitz <zedlitz@users.sourceforge.net> * src/plugins/Partition.py: initial version svn: r2248 2003-10-13 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps2/src/plugins/Partition.py: initial version svn: r2248 2003-10-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, TODO, configure, configure.in: * configure.in, configure: Change version and release numbers. * TODO: Remove completed items. svn: r2247 2003-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/configure, gramps2/configure.in: * configure.in, configure: Change version and release numbers. * TODO: Remove completed items. svn: r2247 2003-10-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/gramps_main.py: * src/gramps_main.py (edit_button_clicked): Modify edit person call to always handle currently active person in family view; (delete_person_clicked): Use single person mlist for family views; (delete_person_response): Replace Back with just setting active person to current history index (remove_from_history already places hindex in the correct place). Always call redraw_histmenu(). * src/FamilyView.py (spouse_swap): Use change_active_person() call in order to correctly build history. svn: r2246 2003-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/gramps_main.py: * src/gramps_main.py (edit_button_clicked): Modify edit person call to always handle currently active person in family view; (delete_person_clicked): Use single person mlist for family views; (delete_person_response): Replace Back with just setting active person to current history index (remove_from_history already places hindex in the correct place). Always call redraw_histmenu(). * src/FamilyView.py (spouse_swap): Use change_active_person() call in order to correctly build history. svn: r2246 2003-10-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py (new_spouse_after_edit): Rename function (used to be called spouse_after_edit); (add_spouse): Call new_spouse_after_edit. (spouse_after_edit): Add function to be called after editing existing spouse's personal data. Takes care of display issues only; (new_child_after_edit): Rename function (used to be called child_after_edit); (add_child_clicked): Call new_child_after_edit. (edit_relationship): Change callback to get consistent behavior. svn: r2245 2003-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py (new_spouse_after_edit): Rename function (used to be called spouse_after_edit); (add_spouse): Call new_spouse_after_edit. (spouse_after_edit): Add function to be called after editing existing spouse's personal data. Takes care of display issues only; (new_child_after_edit): Rename function (used to be called child_after_edit); (add_child_clicked): Call new_child_after_edit. (edit_relationship): Change callback to get consistent behavior. svn: r2245 2003-10-13 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2244 2003-10-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2244 2003-10-13 Don Allingham <don@gramps-project.org> * src/gramps_main.py: * src/gramps_main.py: enabled Add/Edit/Remove buttons for family view, perform a "back button" operation when a person is deleted. Instead of leaving no one selected, go back to the previous person. svn: r2243 2003-10-13 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: * src/gramps_main.py: enabled Add/Edit/Remove buttons for family view, perform a "back button" operation when a person is deleted. Instead of leaving no one selected, go back to the previous person. svn: r2243 2003-10-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/ArgHandler.py, src/Makefile.am, src/Makefile.in, src/gramps_main.py: and rel_it.py. * src/ArgHandler.py: Split off gramps_main into a separate file. * src/gramps_main.py: Likewise. * src/Makefile.am, src/Makefile.in: Ship src/ArgHandler.py. * NEWS: More items. svn: r2242 2003-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/ArgHandler.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/gramps_main.py: and rel_it.py. * src/ArgHandler.py: Split off gramps_main into a separate file. * src/gramps_main.py: Likewise. * src/Makefile.am, src/Makefile.in: Ship src/ArgHandler.py. * NEWS: More items. svn: r2242 2003-10-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/Makefile.in: * src/README, src/NEWS, src/ChangeLog, src/po/ChangeLog, src/AUTHORS: Remove extra files. * AUTHORS: Consolidate with src/AUTHORS. * src/plugins/Makefile.am, src/plugins/Makefile.in: Ship RelGraph.py and rel_it.py. svn: r2241 2003-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Makefile.in: * src/README, src/NEWS, src/ChangeLog, src/po/ChangeLog, src/AUTHORS: Remove extra files. * AUTHORS: Consolidate with src/AUTHORS. * src/plugins/Makefile.am, src/plugins/Makefile.in: Ship RelGraph.py and rel_it.py. svn: r2241 2003-10-13 Alex Roitman <shura@gramps-project.org> * AUTHORS, ChangeLog, src/AUTHORS, src/ChangeLog, src/NEWS, src/README, src/po/ChangeLog: * src/README, src/NEWS, src/ChangeLog, src/po/ChangeLog: Remove extra files. svn: r2240 2003-10-13 Alex Roitman <shura@gramps-project.org> * gramps2/AUTHORS, gramps2/ChangeLog, gramps2/src/AUTHORS, gramps2/src/ChangeLog, gramps2/src/NEWS, gramps2/src/README, gramps2/src/po/ChangeLog: * src/README, src/NEWS, src/ChangeLog, src/po/ChangeLog: Remove extra files. svn: r2240 2003-10-12 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS: update svn: r2239 2003-10-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: update svn: r2239 2003-10-12 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/GrampsCfg.py, src/RelLib.py, src/Utils.py, src/preferences.glade: * src/RelLib.py : support for capitalized name formats * src/EditPerson.py: eliminate capitilzing names, instead rely on the display formats * src/Utils.py: new display formats for names * src/GrampsCfg.py: eliminate name only option in status line, add support for capitalized name formats * src/preferences.glade : eliminate name only option in status line, drop capitalize in favor of expanded name format svn: r2238 2003-10-12 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/GrampsCfg.py, gramps2/src/RelLib.py, gramps2/src/Utils.py, gramps2/src/preferences.glade: * src/RelLib.py : support for capitalized name formats * src/EditPerson.py: eliminate capitilzing names, instead rely on the display formats * src/Utils.py: new display formats for names * src/GrampsCfg.py: eliminate name only option in status line, add support for capitalized name formats * src/preferences.glade : eliminate name only option in status line, drop capitalize in favor of expanded name format svn: r2238 2003-10-12 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2237 2003-10-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2237 2003-10-12 Don Allingham <don@gramps-project.org> * src/docgen/HtmlDoc.py, src/plugins/WebPage.py: * src/plugins/WebPage.py: handle page titles * src/docgen/HtmlDoc.py: handle page titles svn: r2236 2003-10-12 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/HtmlDoc.py, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: handle page titles * src/docgen/HtmlDoc.py: handle page titles svn: r2236 2003-10-12 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2235 2003-10-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2235 2003-10-12 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/gramps_main.py, src/plugins/GraphViz.py, src/preferences.glade: * src/GrampsCfg.py: eliminate name only option in status line * src/gramps_main.py: eliminate name only option in status line * src/preferences.py : eliminate name only option in status line * src/plugins/GraphViz.py: install only for python 2.2 svn: r2234 2003-10-12 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/gramps_main.py, gramps2/src/plugins/GraphViz.py, gramps2/src/preferences.glade: * src/GrampsCfg.py: eliminate name only option in status line * src/gramps_main.py: eliminate name only option in status line * src/preferences.py : eliminate name only option in status line * src/plugins/GraphViz.py: install only for python 2.2 svn: r2234 2003-10-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2233 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2233 2003-10-11 Don Allingham <don@gramps-project.org> * src/plugins/RelGraph.py: * src/plugins/rel_it.py: Italian relationship calculator added * src/plugins/RelGraph.py: Advanced relationship graph report generator svn: r2232 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/RelGraph.py: * src/plugins/rel_it.py: Italian relationship calculator added * src/plugins/RelGraph.py: Advanced relationship graph report generator svn: r2232 2003-10-11 Don Allingham <don@gramps-project.org> * src/plugins/rel_it.py: * src/plugins/rel_it.py: Italian relationship calculator added svn: r2231 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/rel_it.py: * src/plugins/rel_it.py: Italian relationship calculator added svn: r2231 2003-10-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2230 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2230 2003-10-11 Don Allingham <don@gramps-project.org> * src/docgen/HtmlDoc.py: * src/docgen/HTMLDoc.py: removed references to gnome.ui.WarningDialog svn: r2229 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/HtmlDoc.py: * src/docgen/HTMLDoc.py: removed references to gnome.ui.WarningDialog svn: r2229 2003-10-11 Jason Zedlitz <zedlitz@users.sourceforge.net> * doc/gramps.xsd: a first attempt to give a W3C's XML schema for Gramp's database files svn: r2228 2003-10-11 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps2/doc/gramps.xsd: a first attempt to give a W3C's XML schema for Gramp's database files svn: r2228 2003-10-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2227 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2227 2003-10-11 Don Allingham <don@gramps-project.org> * src/plugins/Verify.py, src/plugins/verify.glade: * src/plugins/Verify.py: add ability to disable age estimation * src/plugins/verify.glade: add ability to disable age estimation svn: r2226 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Verify.py, gramps2/src/plugins/verify.glade: * src/plugins/Verify.py: add ability to disable age estimation * src/plugins/verify.glade: add ability to disable age estimation svn: r2226 2003-10-11 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, src/Makefile.am, src/PeopleStore.py: update svn: r2225 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/Makefile.am, gramps2/src/PeopleStore.py: update svn: r2225 2003-10-11 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/PeopleView.py, src/gramps_main.py: * src/gramps_main.py: fix reference paths * src/PeopleView.py: remove gobject import * src/FamilyView.py: return name prefix/surname tuple * Makefile.am: installation path from grampslib.so svn: r2224 2003-10-11 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/gramps_main.py: fix reference paths * src/PeopleView.py: remove gobject import * src/FamilyView.py: return name prefix/surname tuple * Makefile.am: installation path from grampslib.so svn: r2224 2003-10-10 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/PeopleStore.py: 2003-10-10 Tim Waugh <twaugh@redhat.com> * src/PeopleStore.py: Fixed bug where you needed to expand the row twice before it shows the people. svn: r2223 2003-10-10 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/PeopleStore.py: 2003-10-10 Tim Waugh <twaugh@redhat.com> * src/PeopleStore.py: Fixed bug where you needed to expand the row twice before it shows the people. svn: r2223 2003-10-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, configure, configure.in, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.xml, doc/gramps.1, gramps.spec, src/gramps.glade, src/gramps_main.py: * src/gramps.glade: Remove hot keys from toolbar buttons. Add editing items under Edit menu. * src/gramps_main.py: Enable/disable new menu items. * NEWS, configure, configure.in, gramps.spec, doc/gramps.1, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch. * Version 0.9.5: the "Fix me up" release. * src/gramps_main.py (delete_person_response, merge_update): Add remove_from_history and redraw_histmenu() calls before deleting the person. * doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version. * configure.in: Fix version and release numbers for 0.9.5-1. * NEWS: Update for a 0.9.5 release. svn: r2222 2003-10-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/configure, gramps2/configure.in, gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps.1, gramps2/gramps.spec, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps.glade: Remove hot keys from toolbar buttons. Add editing items under Edit menu. * src/gramps_main.py: Enable/disable new menu items. * NEWS, configure, configure.in, gramps.spec, doc/gramps.1, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch. * Version 0.9.5: the "Fix me up" release. * src/gramps_main.py (delete_person_response, merge_update): Add remove_from_history and redraw_histmenu() calls before deleting the person. * doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version. * configure.in: Fix version and release numbers for 0.9.5-1. * NEWS: Update for a 0.9.5 release. svn: r2222 2003-10-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (init_interface, redraw_histmenu): Add accelerators to the navigation menus. svn: r2221 2003-10-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (init_interface, redraw_histmenu): Add accelerators to the navigation menus. svn: r2221 2003-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2220 2003-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2220 2003-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/sv.po: * src/po/sv.po: Typo. svn: r2219 2003-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/sv.po: * src/po/sv.po: Typo. svn: r2219 2003-10-08 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py: Update svn: r2218 2003-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py: Update svn: r2218 2003-10-08 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py: Update svn: r2217 2003-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py: Update svn: r2217 2003-10-08 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2216 2003-10-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2216 2003-10-08 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/plugins/Verify.py: * src/plugins/Verify.py: handle different calendars properly * src/FamilyView.py: fix references to add_to_person_list svn: r2215 2003-10-08 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/plugins/Verify.py: * src/plugins/Verify.py: handle different calendars properly * src/FamilyView.py: fix references to add_to_person_list svn: r2215 2003-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Verify.py: * src/plugins/FtmStyleAncestors.py (write_report): Likewise. * src/plugins/Verify.py (on_apply_clicked): Detect homosexual marriage only if the spouses' gender is known and equal. svn: r2214 2003-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Verify.py: * src/plugins/FtmStyleAncestors.py (write_report): Likewise. * src/plugins/Verify.py (on_apply_clicked): Detect homosexual marriage only if the spouses' gender is known and equal. svn: r2214 2003-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FtmStyleDescendants.py: Make static Descendant and Ancestral filters inclusive. Fixes 819390. * src/plugins/FtmStyleDescendants.py (write_report): Change from partial phrases to the complete phrases. Consider all cases (birth date/place, death date/place, gender). Closes 810904, 810905. svn: r2213 2003-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FtmStyleDescendants.py: Make static Descendant and Ancestral filters inclusive. Fixes 819390. * src/plugins/FtmStyleDescendants.py (write_report): Change from partial phrases to the complete phrases. Consider all cases (birth date/place, death date/place, gender). Closes 810904, 810905. svn: r2213 2003-10-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py (GraphVizDialog.get_report_filters): Make static Descendant and Ancestral filters inclusive. svn: r2212 2003-10-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py (GraphVizDialog.get_report_filters): Make static Descendant and Ancestral filters inclusive. svn: r2212 2003-10-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2206 2003-10-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2206 2003-10-07 Don Allingham <don@gramps-project.org> * src/plugins/WebPage.py: * src/plugins/WebPage.py: Fixed ID link so that link references are not converted to < and > * src/plugins/WriteGedcom.py: Fixed undefined reference to ref_text svn: r2205 2003-10-07 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: Fixed ID link so that link references are not converted to < and > * src/plugins/WriteGedcom.py: Fixed undefined reference to ref_text svn: r2205 2003-10-07 Don Allingham <don@gramps-project.org> * src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: Fixed undefined reference to ref_text svn: r2202 2003-10-07 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: Fixed undefined reference to ref_text svn: r2202 2003-10-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PeopleView.py, src/gramps_main.py: * src/gramps_main.py (delete_person_response): Add remove_from_history call before deleting the person. * src/PeopleView.py (remove_from_history): Add function; (row_changed) Remove extra change_active_person() call. svn: r2201 2003-10-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/gramps_main.py (delete_person_response): Add remove_from_history call before deleting the person. * src/PeopleView.py (remove_from_history): Add function; (row_changed) Remove extra change_active_person() call. svn: r2201 2003-10-06 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Makefile.am: 2003-10-06 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Ship PeopleView.py and PeopleStore.py. svn: r2200 2003-10-06 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Makefile.am: 2003-10-06 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Ship PeopleView.py and PeopleStore.py. svn: r2200 2003-10-06 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2199 2003-10-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2199 2003-10-06 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/PeopleStore.py, src/PeopleView.py, src/QuickAdd.py, src/SelectChild.py: * src/SelectChild.py: handle surname prefixes * src/FamilyView.py: handle surname prefixes * src/QuickAdd.py: handle surname prefixes * src/PeopleView.py: force a selection with a new person * src/PeopleStore.py: select correct model svn: r2198 2003-10-06 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/PeopleStore.py, gramps2/src/PeopleView.py, gramps2/src/QuickAdd.py, gramps2/src/SelectChild.py: * src/SelectChild.py: handle surname prefixes * src/FamilyView.py: handle surname prefixes * src/QuickAdd.py: handle surname prefixes * src/PeopleView.py: force a selection with a new person * src/PeopleStore.py: select correct model svn: r2198 2003-10-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PeopleView.py, src/gramps.glade, src/gramps_main.py: * src/PeopleView.py: Correct references to history in gramps_main. * src/gramps_main.py: Switch away from separate history submenu. * src/gramps.glade: Likewise. svn: r2197 2003-10-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PeopleView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/PeopleView.py: Correct references to history in gramps_main. * src/gramps_main.py: Switch away from separate history submenu. * src/gramps.glade: Likewise. svn: r2197 2003-10-05 Don Allingham <don@gramps-project.org> * src/PeopleView.py: * src/gramps_main.py: removed import of TreeModel (does not exist). svn: r2196 2003-10-05 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleView.py: * src/gramps_main.py: removed import of TreeModel (does not exist). svn: r2196 2003-10-05 Don Allingham <don@gramps-project.org> * src/gramps_main.py: * src/gramps_main.py: removed import of TreeModel (does not exist). svn: r2195 2003-10-05 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: * src/gramps_main.py: removed import of TreeModel (does not exist). svn: r2195 2003-10-05 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2194 2003-10-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2194 2003-10-05 Don Allingham <don@gramps-project.org> * src/PeopleView.py, src/gramps_main.py: * src/PeopleView.py: broken out of gramps_main.py, fixed add/delete * src/gramps_main.py: people view removed, fixed add/delete svn: r2193 2003-10-05 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleView.py, gramps2/src/gramps_main.py: * src/PeopleView.py: broken out of gramps_main.py, fixed add/delete * src/gramps_main.py: people view removed, fixed add/delete svn: r2193 2003-10-04 Jason Zedlitz <zedlitz@users.sourceforge.net> * src/calendars/.cvsignore: nice to have this here, too svn: r2192 2003-10-04 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps2/src/calendars/.cvsignore: nice to have this here, too svn: r2192 2003-10-04 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2191 2003-10-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2191 2003-10-04 Don Allingham <don@gramps-project.org> * src/PeopleStore.py, src/PeopleView.py, src/RelLib.py, src/Report.py, src/gramps_main.py: * src/PeopleView.py: broken out of gramps_main.py * src/PeopleStore.py: TreeStore wrapper for PeopleView * src/gramps_main.py: people view removed * src/RelLib.py: add surname to display info for each person, allows grouping by name * src/Report.py: Change button from Apply to "Generate report" svn: r2190 2003-10-04 Don Allingham <don@gramps-project.org> * gramps2/src/PeopleStore.py, gramps2/src/PeopleView.py, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/gramps_main.py: * src/PeopleView.py: broken out of gramps_main.py * src/PeopleStore.py: TreeStore wrapper for PeopleView * src/gramps_main.py: people view removed * src/RelLib.py: add surname to display info for each person, allows grouping by name * src/Report.py: Change button from Apply to "Generate report" svn: r2190 2003-10-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/book.glade: * src/plugins/BookReport.py (BookReportSelector.__init__): Use underline for labels. * src/plugins/book.glade: Rework the dialog's layout. svn: r2189 2003-10-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/book.glade: * src/plugins/BookReport.py (BookReportSelector.__init__): Use underline for labels. * src/plugins/book.glade: Rework the dialog's layout. svn: r2189 2003-09-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/filters/MatchSndEx2.py, src/filters/RegExMatch.py, src/filters/SubString.py: * src/filters/MatchSndEx2.py: Make consistent use of ... * src/filters/RegExMatch.py: Likewise. * src/filters/SubString.py: Likewise. svn: r2188 2003-09-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/filters/MatchSndEx2.py, gramps2/src/filters/RegExMatch.py, gramps2/src/filters/SubString.py: * src/filters/MatchSndEx2.py: Make consistent use of ... * src/filters/RegExMatch.py: Likewise. * src/filters/SubString.py: Likewise. svn: r2188 2003-09-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, TODO, src/GenericFilter.py, src/PlaceView.py, src/Plugins.py, src/gramps.glade, src/gramps_main.py, src/places.glade: * src/Plugins.py: Fix label for the tools dialog. * src/gramps.glade: Add accelerators to filter controls. * src/places.glade: Fix accelerator in Edit Plase dialog. * src/gramps_main.py: Typo. * src/PlaceView.py: Likewise. * src/GenericFilter.py: Likewise. * src/gramps_main.py: fixed delete person problem. svn: r2187 2003-09-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/src/GenericFilter.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/places.glade: * src/Plugins.py: Fix label for the tools dialog. * src/gramps.glade: Add accelerators to filter controls. * src/places.glade: Fix accelerator in Edit Plase dialog. * src/gramps_main.py: Typo. * src/PlaceView.py: Likewise. * src/GenericFilter.py: Likewise. * src/gramps_main.py: fixed delete person problem. svn: r2187 2003-09-30 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2186 2003-09-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2186 2003-09-30 Don Allingham <don@gramps-project.org> * src/gramps_main.py: * src/gramps_main.py: fixed delete person problem. svn: r2185 2003-09-30 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: * src/gramps_main.py: fixed delete person problem. svn: r2185 2003-09-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, TODO, configure.in: * TODO: Update the list with the postponed todo items. * configure.in: Increment release number. svn: r2184 2003-09-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/configure.in: * TODO: Update the list with the postponed todo items. * configure.in: Increment release number. svn: r2184 2003-09-29 Alex Roitman <shura@gramps-project.org> * ChangeLog: * Version 0.9.4: the "This used to bug me..." release. svn: r2183 2003-09-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * Version 0.9.4: the "This used to bug me..." release. svn: r2183 2003-09-29 Don Allingham <don@gramps-project.org> * src/po/Makefile.in, src/po/hu.po: update svn: r2180 2003-09-29 Don Allingham <don@gramps-project.org> * gramps2/src/po/Makefile.in, gramps2/src/po/hu.po: update svn: r2180 2003-09-28 Tim Waugh <twaugh@redhat.com> * ChangeLog, configure.in, src/po/Makefile.am: 2003-09-28 Tim Waugh <twaugh@redhat.com> * configure.in: Fetch ChangeLog from srcdir, not builddir (fixes 'make distcheck'). * src/po/Makefile.am: Fetch zh_CN.po from srcdir, not builddir (fixes 'make distcheck'). svn: r2179 2003-09-28 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/po/Makefile.am: 2003-09-28 Tim Waugh <twaugh@redhat.com> * configure.in: Fetch ChangeLog from srcdir, not builddir (fixes 'make distcheck'). * src/po/Makefile.am: Fetch zh_CN.po from srcdir, not builddir (fixes 'make distcheck'). svn: r2179 2003-09-28 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/filtref.xml: Update svn: r2178 2003-09-28 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/filtref.xml: Update svn: r2178 2003-09-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/mainwin.xml: * doc/gramps-manual/C/filtref.xml: Manual corrections. * doc/gramps-manual/C/cmdline.xml: Likewise. * doc/gramps-manual/C/mainwin.xml: Likewise. * doc/gramps-manual/C/figures/pedigree.png: Update figure. svn: r2177 2003-09-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/mainwin.xml: * doc/gramps-manual/C/filtref.xml: Manual corrections. * doc/gramps-manual/C/cmdline.xml: Likewise. * doc/gramps-manual/C/mainwin.xml: Likewise. * doc/gramps-manual/C/figures/pedigree.png: Update figure. svn: r2177 2003-09-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2176 2003-09-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2176 2003-09-27 Don Allingham <don@gramps-project.org> * src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: Fixed double printing of lines svn: r2175 2003-09-27 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: Fixed double printing of lines svn: r2175 2003-09-27 Marcos Bedinelli <bedinelli@users.sourceforge.net> * src/po/pt_BR.po: Translation update for 0.9.4 svn: r2174 2003-09-27 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps2/src/po/pt_BR.po: Translation update for 0.9.4 svn: r2174 2003-09-27 Don Allingham <don@gramps-project.org> * src/po/de.po: updated for 0.9.4 svn: r2173 2003-09-27 Don Allingham <don@gramps-project.org> * gramps2/src/po/de.po: updated for 0.9.4 svn: r2173 2003-09-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/it.po: * src/po/it.po: Italian translation. svn: r2172 2003-09-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/it.po: * src/po/it.po: Italian translation. svn: r2172 2003-09-26 Alex Roitman <shura@gramps-project.org> * ChangeLog: * doc/gramps-manual/C/figures/family-alt.png: Add figure. * doc/gramps-manual/C/figures/family.png: Update figure. * doc/gramps-manual/C/figures/places.png: Update figure. svn: r2171 2003-09-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * doc/gramps-manual/C/figures/family-alt.png: Add figure. * doc/gramps-manual/C/figures/family.png: Update figure. * doc/gramps-manual/C/figures/places.png: Update figure. svn: r2171 2003-09-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/rel_ru.py: * src/plugins/rel_ru.py: Add more possible language codes. svn: r2170 2003-09-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/rel_ru.py: * src/plugins/rel_ru.py: Add more possible language codes. svn: r2170 2003-09-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py: * src/plugins/DetAncestralReport.py: Fix translatable string. svn: r2169 2003-09-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py: * src/plugins/DetAncestralReport.py: Fix translatable string. svn: r2169 2003-09-25 Don Allingham <don@gramps-project.org> * src/po/nl.po: updated Dutch translation svn: r2168 2003-09-25 Don Allingham <don@gramps-project.org> * gramps2/src/po/nl.po: updated Dutch translation svn: r2168 2003-09-24 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2167 2003-09-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2167 2003-09-24 Don Allingham <don@gramps-project.org> * src/plugins/WriteFtree.py: * src/plugins/WriteFTree.py: increment the count properly svn: r2166 2003-09-24 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteFtree.py: * src/plugins/WriteFTree.py: increment the count properly svn: r2166 2003-09-24 Don Allingham <don@gramps-project.org> * ChangeLog, gramps.spec: ChangeLog svn: r2165 2003-09-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps.spec: ChangeLog svn: r2165 2003-09-24 Don Allingham <don@gramps-project.org> * src/EventEdit.py: * src/EventEditor.py: Fix destroy window callback * src/dialog.glade: removed unused callbacks svn: r2164 2003-09-24 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py: * src/EventEditor.py: Fix destroy window callback * src/dialog.glade: removed unused callbacks svn: r2164 2003-09-23 Don Allingham <don@gramps-project.org> * src/EventEdit.py, src/dialog.glade: * src/EventEditor.py: Fix destroy window callback * src/dialog.glade: removed unused callbacks svn: r2163 2003-09-23 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/dialog.glade: * src/EventEditor.py: Fix destroy window callback * src/dialog.glade: removed unused callbacks svn: r2163 2003-09-23 Don Allingham <don@gramps-project.org> * src/po/hu.po: update svn: r2162 2003-09-23 Don Allingham <don@gramps-project.org> * gramps2/src/po/hu.po: update svn: r2162 2003-09-23 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/usage.xml: Update svn: r2161 2003-09-23 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/usage.xml: Update svn: r2161 2003-09-23 Alex Roitman <shura@gramps-project.org> * ChangeLog: * doc/gramps-manual/C/figures/cfe-ar.png: Add figure. * doc/gramps-manual/C/figures/bookreport.png: Update figure. * doc/gramps-manual/C/figures/gedcom-export.png: Likewise. * doc/gramps-manual/C/figures/first-open.png: Likewise. * doc/gramps-manual/C/figures/mainwin.png: Likewise. * doc/gramps-manual/C/figures/side-filt.png: Likewise. * doc/gramps-manual/C/figures/sources.png: Likewise. * doc/gramps-manual/C/figures/media.png: Likewise. svn: r2160 2003-09-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * doc/gramps-manual/C/figures/cfe-ar.png: Add figure. * doc/gramps-manual/C/figures/bookreport.png: Update figure. * doc/gramps-manual/C/figures/gedcom-export.png: Likewise. * doc/gramps-manual/C/figures/first-open.png: Likewise. * doc/gramps-manual/C/figures/mainwin.png: Likewise. * doc/gramps-manual/C/figures/side-filt.png: Likewise. * doc/gramps-manual/C/figures/sources.png: Likewise. * doc/gramps-manual/C/figures/media.png: Likewise. svn: r2160 2003-09-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/latin_utf8.py: * src/latin_utf8.py (latin_to_utf8): Convert to unicode only if needed. svn: r2159 2003-09-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/latin_utf8.py: * src/latin_utf8.py (latin_to_utf8): Convert to unicode only if needed. svn: r2159 2003-09-23 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/cmdline.xml: Update svn: r2158 2003-09-23 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/cmdline.xml: Update svn: r2158 2003-09-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/Makefile.am, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/C/cmdline.xml, doc/gramps-manual/C/custom.xml, doc/gramps-manual/C/filtref.xml, doc/gramps-manual/C/getstart.xml, doc/gramps-manual/C/gramps-manual.xml, doc/gramps-manual/C/mainwin.xml, doc/gramps-manual/C/usage.xml, src/po/ru.po: * src/po/ru.po: Update Russian translation. * doc/gramps-manual/C/gramps-manual.xml: Update manual. * doc/gramps-manual/C/filtref.xml: Add file -- split appendix into a separate file. * doc/gramps-manual/C/cmdline.xml: Likewise. * doc/gramps-manual/C/getstart.xml: Likewise. * doc/gramps-manual/C/mainwin.xml: Likewise. * doc/gramps-manual/C/usage.xml: Likewise. * doc/gramps-manual/C/custom.xml: Likewise. * doc/gramps-manual/C/Makefile.am: Ship new files. * doc/gramps-manual/C/Makefile.in: Likewise. svn: r2157 2003-09-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/Makefile.am, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/C/cmdline.xml, gramps2/doc/gramps-manual/C/custom.xml, gramps2/doc/gramps-manual/C/filtref.xml, gramps2/doc/gramps-manual/C/getstart.xml, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps-manual/C/mainwin.xml, gramps2/doc/gramps-manual/C/usage.xml, gramps2/src/po/ru.po: * src/po/ru.po: Update Russian translation. * doc/gramps-manual/C/gramps-manual.xml: Update manual. * doc/gramps-manual/C/filtref.xml: Add file -- split appendix into a separate file. * doc/gramps-manual/C/cmdline.xml: Likewise. * doc/gramps-manual/C/getstart.xml: Likewise. * doc/gramps-manual/C/mainwin.xml: Likewise. * doc/gramps-manual/C/usage.xml: Likewise. * doc/gramps-manual/C/custom.xml: Likewise. * doc/gramps-manual/C/Makefile.am: Ship new files. * doc/gramps-manual/C/Makefile.in: Likewise. svn: r2157 2003-09-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml, src/plugins/book.glade: * src/plugins/book.glade: Minor improvements to the dialogs. * doc/gramps-manual/C/gramps-manual.xml: Update manual. svn: r2156 2003-09-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/src/plugins/book.glade: * src/plugins/book.glade: Minor improvements to the dialogs. * doc/gramps-manual/C/gramps-manual.xml: Update manual. svn: r2156 2003-09-22 Don Allingham <don@gramps-project.org> * ChangeLog, src/po/hu.po: update svn: r2155 2003-09-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/hu.po: update svn: r2155 2003-09-22 Don Allingham <don@gramps-project.org> * src/AddrEdit.py: * src/AddrEdit.py: Fixed OK button callback svn: r2154 2003-09-22 Don Allingham <don@gramps-project.org> * gramps2/src/AddrEdit.py: * src/AddrEdit.py: Fixed OK button callback svn: r2154 2003-09-21 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Russian translation for 0.9.4 svn: r2153 2003-09-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Russian translation for 0.9.4 svn: r2153 2003-09-20 Don Allingham <don@gramps-project.org> * ChangeLog, TODO, configure, configure.in, gramps.spec, src/EditPerson.py, src/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: update svn: r2152 2003-09-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO, gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/EditPerson.py, gramps2/src/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: update svn: r2152 2003-09-20 Don Allingham <don@gramps-project.org> * src/Date.py: * src/Date.py: Reset date if a empty text string is passed svn: r2151 2003-09-20 Don Allingham <don@gramps-project.org> * gramps2/src/Date.py: * src/Date.py: Reset date if a empty text string is passed svn: r2151 2003-09-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2150 2003-09-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2150 2003-09-20 Don Allingham <don@gramps-project.org> * src/Find.py, src/gramps_main.py, src/po/hu.po: * src/gramps_main.py: pass list of filtered people to find dialog * src/Find.py: pass list of filtered people to find dialog * src/po/hu.po: set character set to ISO-8859-2, fix typo * src/po/hu.po: Hungarian translation svn: r2149 2003-09-20 Don Allingham <don@gramps-project.org> * gramps2/src/Find.py, gramps2/src/gramps_main.py, gramps2/src/po/hu.po: * src/gramps_main.py: pass list of filtered people to find dialog * src/Find.py: pass list of filtered people to find dialog * src/po/hu.po: set character set to ISO-8859-2, fix typo * src/po/hu.po: Hungarian translation svn: r2149 2003-09-20 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation update for 0.9.4 svn: r2148 2003-09-20 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation update for 0.9.4 svn: r2148 2003-09-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2147 2003-09-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2147 2003-09-20 Don Allingham <don@gramps-project.org> * src/po/Makefile.am, src/po/zh_CN.po: * src/po/Makefile.am: added support for building zh_CN.mo * src/po/zh_CN.po: Partial Simplified Chinese translation svn: r2146 2003-09-20 Don Allingham <don@gramps-project.org> * gramps2/src/po/Makefile.am, gramps2/src/po/zh_CN.po: * src/po/Makefile.am: added support for building zh_CN.mo * src/po/zh_CN.po: Partial Simplified Chinese translation svn: r2146 2003-09-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, gramps.spec.in: 2003-09-19 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: Own %{_datadir}/gramps directory. svn: r2145 2003-09-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/gramps.spec.in: 2003-09-19 Tim Waugh <twaugh@redhat.com> * gramps.spec.in: Own %{_datadir}/gramps directory. svn: r2145 2003-09-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, gramps.spec.in, src/Makefile.am: 2003-09-19 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Fix build when builddir != srcdir. * gramps.spec.in: Ship grampslib.so. svn: r2144 2003-09-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/gramps.spec.in, gramps2/src/Makefile.am: 2003-09-19 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Fix build when builddir != srcdir. * gramps.spec.in: Ship grampslib.so. svn: r2144 2003-09-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/template.po: * src/po/template.po: Update translation template. svn: r2143 2003-09-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/template.po: * src/po/template.po: Update translation template. svn: r2143 2003-09-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, gramps.sh.in, src/Makefile.am, src/Makefile.in: * src/Makefile.am: Install grampslib under $pkglibdir/$PACKAGE * src/Makefile.in: Likewise. * gramps.sh.in: Add $pkglibdir/$PACKAGE to the $PYTHONPATH. svn: r2142 2003-09-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps.sh.in, gramps2/src/Makefile.am, gramps2/src/Makefile.in: * src/Makefile.am: Install grampslib under $pkglibdir/$PACKAGE * src/Makefile.in: Likewise. * gramps.sh.in: Add $pkglibdir/$PACKAGE to the $PYTHONPATH. svn: r2142 2003-09-18 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2141 2003-09-18 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2141 2003-09-18 Don Allingham <don@gramps-project.org> * src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Handle Legacy's method of handling separations and divorces svn: r2140 2003-09-18 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: Handle Legacy's method of handling separations and divorces svn: r2140 2003-09-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/Makefile.am, src/docgen/Makefile.in: * src/docgen/Makefile.am: Don't ship OpenDrawDoc.py anymore. * src/docgen/Makefile.in: Likewise. svn: r2139 2003-09-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/Makefile.am, gramps2/src/docgen/Makefile.in: * src/docgen/Makefile.am: Don't ship OpenDrawDoc.py anymore. * src/docgen/Makefile.in: Likewise. svn: r2139 2003-09-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade, src/gramps_main.py, src/revision.glade: * src/gramps_main.py (on_save_as_activate): Make dialog modal and transient; (on_open_activate): likewise; (on_new_clicked): pass main window to set the transient. * src/gramps.glade (fileselection dialog): Remove auto_estroy and modal. * src/revision.glade (dbopen dialog): Add modal and set responses. svn: r2138 2003-09-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/revision.glade: * src/gramps_main.py (on_save_as_activate): Make dialog modal and transient; (on_open_activate): likewise; (on_new_clicked): pass main window to set the transient. * src/gramps.glade (fileselection dialog): Remove auto_estroy and modal. * src/revision.glade (dbopen dialog): Add modal and set responses. svn: r2138 2003-09-16 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2137 2003-09-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2137 2003-09-16 Don Allingham <don@gramps-project.org> * src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: set z-index properly for paths so they appear over text, fix font for draw_text svn: r2136 2003-09-16 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: set z-index properly for paths so they appear over text, fix font for draw_text svn: r2136 2003-09-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Makefile.am, src/plugins/Makefile.in: * gramps.sh.in: Fix bashism to have a valid bourne-shell script. * src/plugins/Makefile.am: Ship writefree.glade. * src/plugins/Makefile.in: Likewise. svn: r2135 2003-09-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Makefile.in: * gramps.sh.in: Fix bashism to have a valid bourne-shell script. * src/plugins/Makefile.am: Ship writefree.glade. * src/plugins/Makefile.in: Likewise. svn: r2135 2003-09-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, gramps.sh.in: * gramps.sh.in: Fix bashism to have a valid bourn-shell script. svn: r2134 2003-09-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps.sh.in: * gramps.sh.in: Fix bashism to have a valid bourn-shell script. svn: r2134 2003-09-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, TODO, doc/gramps.1, doc/gramps.1.in, src/gramps_main.py, src/plugins/WriteFtree.py, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py (cl_setup): Define newline char. * src/plugins/WriteFtree.py: Provide command line interface. * src/gramps_main.py (handle_args): Add function. Add WFT export format; (cl_export): Add WFT format. * doc/gramps.1.in: Update man page to reflect new format option. * doc/gramps.1: Likewise. * NEWS: Likewise. * TODO: Add recently discussed items from gramps-devel. svn: r2133 2003-09-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/TODO, gramps2/doc/gramps.1, gramps2/doc/gramps.1.in, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py (cl_setup): Define newline char. * src/plugins/WriteFtree.py: Provide command line interface. * src/gramps_main.py (handle_args): Add function. Add WFT export format; (cl_export): Add WFT format. * doc/gramps.1.in: Update man page to reflect new format option. * doc/gramps.1: Likewise. * NEWS: Likewise. * TODO: Add recently discussed items from gramps-devel. svn: r2133 2003-09-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ImageSelect.py: * src/ImageSelect.py (ImageSelect.__init__): Make dialog transient for its parent; (Gallery.__init__): Accept parent_window and pass it on. svn: r2132 2003-09-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ImageSelect.py: * src/ImageSelect.py (ImageSelect.__init__): Make dialog transient for its parent; (Gallery.__init__): Accept parent_window and pass it on. svn: r2132 2003-09-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/NameEdit.py, src/NoteEdit.py, src/QuestionDialog.py, src/SelectPerson.py, src/SourceView.py, src/Sources.py, src/UrlEdit.py, src/Witness.py, src/dialog.glade, src/gramps.glade, src/imagesel.glade: * src/SourceView.py (button_press,on_add_clicked,on_delete_clicked, on_edit_clicked): Pass parent window to the child dialog. * src/Sources.py (add_src_clicked): Likewise. * src/EditSource.py (__init__): Add optional parent_window argument. Make dialog modal and transient for its parent. * src/gramps.glade (sourceEditor dialog): Delete unneeded handlers for buttons. * src/QuestionDialog.py (SaveDialog,QuestionDialog,OptionDialog, ErrorDialog,WarningDialog,MissingMediaDialog): Set transient status if parent is given. * src/EventEdit.py (__init__): Make dialog modal and transient for its parent. * src/Witness.py: Make WittnessEditor dialog modal and transient for its parent. Call SelectPerson with itself as a parent. * src/SelectPerson.py (__init__): Make dialog transient for its parent. * src/imagesel.glade: Define proper responses and delete unneeded handlers for buttons. Make gtkFileEntry modal. * src/dialog.glade (all dialogs): Define proper responses for buttons. * src/EditPerson.py (on_add_aka_clicked, on_aka_update_clicked): Call NameEdit with itself as a parent; (on_add_attr_clicked, on_update_attr_clicked): Call AttributeEditor with itself as a parent; (on_add_addr_clicked,on_update_addr_clicked): Call AddressEditor with itself as a parent; (on_add_url_clicked,on_update_url_clicked): Call UrlEditor with itself as a parent; (on_name_note_clicked, on_ldsbap_note_clicked,on_ldsendow_note_clicked, on_ldsseal_note_clicked): Call NoteEditor with itself as a parent. * src/NameEdit.py (__init__): Make dialog modal and transient for its parent. * src/AttrEdit.py (__init__): Likewise. * src/AddrEdit.py (__init__): Likewise. * src/UrlEdit.py (__init__): Likewise. * src/NoteEdit.py (__init__): Likewise. svn: r2131 2003-09-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/QuestionDialog.py, gramps2/src/SelectPerson.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/UrlEdit.py, gramps2/src/Witness.py, gramps2/src/dialog.glade, gramps2/src/gramps.glade, gramps2/src/imagesel.glade: * src/SourceView.py (button_press,on_add_clicked,on_delete_clicked, on_edit_clicked): Pass parent window to the child dialog. * src/Sources.py (add_src_clicked): Likewise. * src/EditSource.py (__init__): Add optional parent_window argument. Make dialog modal and transient for its parent. * src/gramps.glade (sourceEditor dialog): Delete unneeded handlers for buttons. * src/QuestionDialog.py (SaveDialog,QuestionDialog,OptionDialog, ErrorDialog,WarningDialog,MissingMediaDialog): Set transient status if parent is given. * src/EventEdit.py (__init__): Make dialog modal and transient for its parent. * src/Witness.py: Make WittnessEditor dialog modal and transient for its parent. Call SelectPerson with itself as a parent. * src/SelectPerson.py (__init__): Make dialog transient for its parent. * src/imagesel.glade: Define proper responses and delete unneeded handlers for buttons. Make gtkFileEntry modal. * src/dialog.glade (all dialogs): Define proper responses for buttons. * src/EditPerson.py (on_add_aka_clicked, on_aka_update_clicked): Call NameEdit with itself as a parent; (on_add_attr_clicked, on_update_attr_clicked): Call AttributeEditor with itself as a parent; (on_add_addr_clicked,on_update_addr_clicked): Call AddressEditor with itself as a parent; (on_add_url_clicked,on_update_url_clicked): Call UrlEditor with itself as a parent; (on_name_note_clicked, on_ldsbap_note_clicked,on_ldsendow_note_clicked, on_ldsseal_note_clicked): Call NoteEditor with itself as a parent. * src/NameEdit.py (__init__): Make dialog modal and transient for its parent. * src/AttrEdit.py (__init__): Likewise. * src/AddrEdit.py (__init__): Likewise. * src/UrlEdit.py (__init__): Likewise. * src/NoteEdit.py (__init__): Likewise. svn: r2131 2003-09-15 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2130 2003-09-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2130 2003-09-15 Don Allingham <don@gramps-project.org> * src/plugins/TimeLine.py: * src/plugins/TimeLine.py: call doc.init routine to build header svn: r2129 2003-09-15 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/TimeLine.py: * src/plugins/TimeLine.py: call doc.init routine to build header svn: r2129 2003-09-15 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2128 2003-09-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2128 2003-09-15 Don Allingham <don@gramps-project.org> * src/FontScale.py: * src/FontScale.py: try to handle non-ASCII characters svn: r2127 2003-09-15 Don Allingham <don@gramps-project.org> * gramps2/src/FontScale.py: * src/FontScale.py: try to handle non-ASCII characters svn: r2127 2003-09-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2126 2003-09-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2126 2003-09-14 Don Allingham <don@gramps-project.org> * src/Report.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/SvgDrawDoc.py: * src/docgen/SvgDrawDoc.py: use proper init parameters for BaseDoc * src/docgen/PSDrawDoc.py: use proper init parameters for BaseDoc * src/docgen/OpenOfficeDoc.py: handle rotation of text better * src/Report.py: Proper init sequence for BaseDoc derived reports svn: r2125 2003-09-14 Don Allingham <don@gramps-project.org> * gramps2/src/Report.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py: * src/docgen/SvgDrawDoc.py: use proper init parameters for BaseDoc * src/docgen/PSDrawDoc.py: use proper init parameters for BaseDoc * src/docgen/OpenOfficeDoc.py: handle rotation of text better * src/Report.py: Proper init sequence for BaseDoc derived reports svn: r2125 2003-09-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/plugins/FilterEditor.py, src/po/ru.po, src/po/template.po: * src/po/template.po: Update translation template. * src/po/ru.po: Update Russian translation. * src/plugins/FilterEditor.py (edit_rule): Use translated strings for identifying rule/option. * src/GenericFilter.py (save): Encode XML file as utf-8 (was iso8859-1). svn: r2124 2003-09-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/po/ru.po, gramps2/src/po/template.po: * src/po/template.po: Update translation template. * src/po/ru.po: Update Russian translation. * src/plugins/FilterEditor.py (edit_rule): Use translated strings for identifying rule/option. * src/GenericFilter.py (save): Encode XML file as utf-8 (was iso8859-1). svn: r2124 2003-09-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddrEdit.py, src/AttrEdit.py, src/EditPlace.py, src/EventEdit.py, src/Marriage.py, src/NameEdit.py, src/Sources.py, src/srcsel.glade: * src/srcsel.glade: Define proper responses for OK and Cancel buttons in both SourceSelector and SourceEditor windows. * src/Sources.py: Make both SourceSelector and SourceEditor modal and transients for their parent window. Add SourceTab window argument to SourceTab to pass to the SourceEditor. * src/AddrEdit.py: Pass window widget to the SourceTab. * src/AttrEdit.py: Likewise. * src/EditPlace.py: Likewise. * src/EventEdit.py: Likewise. * src/NameEdit.py: Likewise. * src/Marriage.py: Rename top_window to self.window. svn: r2123 2003-09-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/EditPlace.py, gramps2/src/EventEdit.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/Sources.py, gramps2/src/srcsel.glade: * src/srcsel.glade: Define proper responses for OK and Cancel buttons in both SourceSelector and SourceEditor windows. * src/Sources.py: Make both SourceSelector and SourceEditor modal and transients for their parent window. Add SourceTab window argument to SourceTab to pass to the SourceEditor. * src/AddrEdit.py: Pass window widget to the SourceTab. * src/AttrEdit.py: Likewise. * src/EditPlace.py: Likewise. * src/EventEdit.py: Likewise. * src/NameEdit.py: Likewise. * src/Marriage.py: Rename top_window to self.window. svn: r2123 2003-09-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorChart.py: * src/plugins/AncestorChart.py (AncestorChart.__init__): Call calc() after self.standalone is defined. svn: r2122 2003-09-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart.py: * src/plugins/AncestorChart.py (AncestorChart.__init__): Call calc() after self.standalone is defined. svn: r2122 2003-09-13 Don Allingham <don@gramps-project.org> * ChangeLog, gramps.spec, src/Makefile.in: update svn: r2121 2003-09-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps.spec, gramps2/src/Makefile.in: update svn: r2121 2003-09-13 Don Allingham <don@gramps-project.org> * src/plugins/Ancestors.py: * src/BaseDoc.py: add init function to BaseDoc to be called after all graphics formats are defined * src/docgen/OpenOfficeDoc.py: fix rotate_print and center_print * src/plugins/AncestorChart.py: support BaseDoc.init * src/plugins/AncestorReport.py: support BaseDoc.init * src/plugins/BookReport.py: support BaseDoc.init * src/plugins/CustomBookText.py: support BaseDoc.init * src/plugins/DesGraph.py: support BaseDoc.init * src/plugins/DescendReport.py: support BaseDoc.init * src/plugins/DetAncestralReport.py: support BaseDoc.init * src/plugins/DetDescendantReport.py: support BaseDoc.init * src/plugins/FamilyGroup.py: support BaseDoc.init * src/plugins/FanChart.py: support BaseDoc.init * src/plugins/FtmStyleAncestors.py: support BaseDoc.init * src/plugins/FtmStyleDescendants.py: support BaseDoc.init * src/plugins/SimpleBookTitle.py: support BaseDoc.init * src/plugins/Ancestors.py: support BaseDoc.init svn: r2120 2003-09-13 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Ancestors.py: * src/BaseDoc.py: add init function to BaseDoc to be called after all graphics formats are defined * src/docgen/OpenOfficeDoc.py: fix rotate_print and center_print * src/plugins/AncestorChart.py: support BaseDoc.init * src/plugins/AncestorReport.py: support BaseDoc.init * src/plugins/BookReport.py: support BaseDoc.init * src/plugins/CustomBookText.py: support BaseDoc.init * src/plugins/DesGraph.py: support BaseDoc.init * src/plugins/DescendReport.py: support BaseDoc.init * src/plugins/DetAncestralReport.py: support BaseDoc.init * src/plugins/DetDescendantReport.py: support BaseDoc.init * src/plugins/FamilyGroup.py: support BaseDoc.init * src/plugins/FanChart.py: support BaseDoc.init * src/plugins/FtmStyleAncestors.py: support BaseDoc.init * src/plugins/FtmStyleDescendants.py: support BaseDoc.init * src/plugins/SimpleBookTitle.py: support BaseDoc.init * src/plugins/Ancestors.py: support BaseDoc.init svn: r2120 2003-09-13 Don Allingham <don@gramps-project.org> * src/BaseDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/BookReport.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/SimpleBookTitle.py: * src/BaseDoc.py: add init function to BaseDoc to be called after all graphics formats are defined * src/docgen/OpenOfficeDoc.py: fix rotate_print and center_print * src/plugins/AncestorChart.py: support BaseDoc.init * src/plugins/AncestorReport.py: support BaseDoc.init * src/plugins/BookReport.py: support BaseDoc.init * src/plugins/CustomBookText.py: support BaseDoc.init * src/plugins/DesGraph.py: support BaseDoc.init * src/plugins/DescendReport.py: support BaseDoc.init * src/plugins/DetAncestralReport.py: support BaseDoc.init * src/plugins/DetDescendantReport.py: support BaseDoc.init * src/plugins/FamilyGroup.py: support BaseDoc.init * src/plugins/FanChart.py: support BaseDoc.init * src/plugins/FtmStyleAncestors.py: support BaseDoc.init * src/plugins/FtmStyleDescendants.py: support BaseDoc.init * src/plugins/SimpleBookTitle.py: support BaseDoc.init svn: r2119 2003-09-13 Don Allingham <don@gramps-project.org> * gramps2/src/BaseDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/SimpleBookTitle.py: * src/BaseDoc.py: add init function to BaseDoc to be called after all graphics formats are defined * src/docgen/OpenOfficeDoc.py: fix rotate_print and center_print * src/plugins/AncestorChart.py: support BaseDoc.init * src/plugins/AncestorReport.py: support BaseDoc.init * src/plugins/BookReport.py: support BaseDoc.init * src/plugins/CustomBookText.py: support BaseDoc.init * src/plugins/DesGraph.py: support BaseDoc.init * src/plugins/DescendReport.py: support BaseDoc.init * src/plugins/DetAncestralReport.py: support BaseDoc.init * src/plugins/DetDescendantReport.py: support BaseDoc.init * src/plugins/FamilyGroup.py: support BaseDoc.init * src/plugins/FanChart.py: support BaseDoc.init * src/plugins/FtmStyleAncestors.py: support BaseDoc.init * src/plugins/FtmStyleDescendants.py: support BaseDoc.init * src/plugins/SimpleBookTitle.py: support BaseDoc.init svn: r2119 2003-09-12 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2118 2003-09-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2118 2003-09-12 Don Allingham <don@gramps-project.org> * src/gramps_main.py, src/plugins/TimeLine.py: * src/gramps_main.py: update family view after a GEDCOM import * src/plugins/TimeLine.py: draw grid after displaying text. Fixes a problem with OpenOffice svn: r2117 2003-09-12 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/TimeLine.py: * src/gramps_main.py: update family view after a GEDCOM import * src/plugins/TimeLine.py: draw grid after displaying text. Fixes a problem with OpenOffice svn: r2117 2003-09-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2116 2003-09-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2116 2003-09-11 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: fix typo svn: r2115 2003-09-11 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: fix typo svn: r2115 2003-09-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Introduce footer. Introduce Image size option. Re-name item to Title Page (no longer simple I'm afraid). svn: r2114 2003-09-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Introduce footer. Introduce Image size option. Re-name item to Title Page (no longer simple I'm afraid). svn: r2114 2003-09-10 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Relationship.py: 2003-09-10 Tim Waugh <twaugh@redhat.com> * src/Relationship.py: Fixed typos in relationship descriptions. svn: r2113 2003-09-10 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Relationship.py: 2003-09-10 Tim Waugh <twaugh@redhat.com> * src/Relationship.py: Fixed typos in relationship descriptions. svn: r2113 2003-09-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AddMedia.py, src/MediaView.py, src/imagesel.glade, src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Add functionality to "From file". * src/AddMedia.py: Make it a modal dialog. * src/MediaView.py: Call AddMedia as modal dialog. * src/imagesel.glade: Change responses for dialog buttons. svn: r2112 2003-09-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AddMedia.py, gramps2/src/MediaView.py, gramps2/src/imagesel.glade, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Add functionality to "From file". * src/AddMedia.py: Make it a modal dialog. * src/MediaView.py: Call AddMedia as modal dialog. * src/imagesel.glade: Change responses for dialog buttons. svn: r2112 2003-09-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/SimpleBookTitle.py: (SimpleBookTitle.write_report): Insert image only if it is passed. Set empty object_id to "" (was None). * src/plugins/BookReport.py (BookReportSelector.open_book): Don't displpay person name for special items (title). svn: r2111 2003-09-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/SimpleBookTitle.py: (SimpleBookTitle.write_report): Insert image only if it is passed. Set empty object_id to "" (was None). * src/plugins/BookReport.py (BookReportSelector.open_book): Don't displpay person name for special items (title). svn: r2111 2003-09-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py (SimpleBookTitleDialog.add_user_options): Add a tab for an image, provide more controls for managing it; (remove_obj): Add function. (select_file): Add a placeholder function. (select_obj): Gracefully handle Cancel empty object (cancel). Enable Remove button on non-empty selection. svn: r2110 2003-09-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py (SimpleBookTitleDialog.add_user_options): Add a tab for an image, provide more controls for managing it; (remove_obj): Add function. (select_file): Add a placeholder function. (select_obj): Gracefully handle Cancel empty object (cancel). Enable Remove button on non-empty selection. svn: r2110 2003-09-09 Don Allingham <don@gramps-project.org> * ChangeLog, configure, gramps.spec, src/Makefile.in, src/docgen/PdfDoc.py: update svn: r2109 2003-09-09 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/docgen/PdfDoc.py: update svn: r2109 2003-09-09 Don Allingham <don@gramps-project.org> * src/GenericFilter.py: * src/GenericFilter.py: handle the possibility of missing "inclusive" settings, assuming that it is 1 if not present. svn: r2108 2003-09-09 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py: * src/GenericFilter.py: handle the possibility of missing "inclusive" settings, assuming that it is 1 if not present. svn: r2108 2003-09-08 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Makefile.am: 2003-09-08 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Ship SelectObject.py. svn: r2107 2003-09-08 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Makefile.am: 2003-09-08 Tim Waugh <twaugh@redhat.com> * src/Makefile.am: Ship SelectObject.py. svn: r2107 2003-09-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/gramps_main.py: * src/gramps_main.py (__init__): Pass parent window to DbPrompter. * src/DbPrompter.py (show): Gracefully deal with empty parent. svn: r2106 2003-09-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/gramps_main.py: * src/gramps_main.py (__init__): Pass parent window to DbPrompter. * src/DbPrompter.py (show): Gracefully deal with empty parent. svn: r2106 2003-09-08 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2105 2003-09-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2105 2003-09-08 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: handle multiple image classes defined by reportlab svn: r2104 2003-09-08 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py: handle multiple image classes defined by reportlab svn: r2104 2003-09-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/DbPrompter.py, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py (new_database_response,read_file,save_file): Pass parent window to DbPrompter. * src/DbPrompter.py (__init__): Accept optional parent argument; (show): Make the window the transient for the main window. * src/gramps.glade: Make Opendb dialog modal. svn: r2103 2003-09-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/DbPrompter.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py (new_database_response,read_file,save_file): Pass parent window to DbPrompter. * src/DbPrompter.py (__init__): Accept optional parent argument; (show): Make the window the transient for the main window. * src/gramps.glade: Make Opendb dialog modal. svn: r2103 2003-09-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Add image options. svn: r2102 2003-09-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: Add image options. svn: r2102 2003-09-08 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2101 2003-09-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2101 2003-09-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/SelectObject.py, src/choose.glade: * src/SelectObject.py: Add module. * src/choose.glade: Add select_object dialog. svn: r2100 2003-09-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SelectObject.py, gramps2/src/choose.glade: * src/SelectObject.py: Add module. * src/choose.glade: Add select_object dialog. svn: r2100 2003-09-07 Don Allingham <don@gramps-project.org> * src/const.py.in: * src/gramps_main.py: re-present the open dialog box on a failure to open a file. * src/gramps.glade: change Home button from stock version to something we can translate * src/const.py.in: Add "Alternate Marriage" as a family event type. svn: r2099 2003-09-07 Don Allingham <don@gramps-project.org> * gramps2/src/const.py.in: * src/gramps_main.py: re-present the open dialog box on a failure to open a file. * src/gramps.glade: change Home button from stock version to something we can translate * src/const.py.in: Add "Alternate Marriage" as a family event type. svn: r2099 2003-09-07 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/gramps_main.py: * src/gramps_main.py: re-present the open dialog box on a failure to open a file. * src/gramps.glade: change Home button from stock version to something we can translate svn: r2098 2003-09-07 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py: re-present the open dialog box on a failure to open a file. * src/gramps.glade: change Home button from stock version to something we can translate svn: r2098 2003-09-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (MyInteger): Fix type conversions. svn: r2097 2003-09-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (MyInteger): Fix type conversions. svn: r2097 2003-09-06 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2096 2003-09-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2096 2003-09-06 Don Allingham <don@gramps-project.org> * src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (MyPlaces): fix handling of get_text, set_text tasks. Use the default from the base class. svn: r2095 2003-09-06 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py (MyPlaces): fix handling of get_text, set_text tasks. Use the default from the base class. svn: r2095 2003-09-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in: * configure.in: Switch to the next release's version in CVS. Replace build-date with the last ChangeLog entry date in release number. svn: r2094 2003-09-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in: * configure.in: Switch to the next release's version in CVS. Replace build-date with the last ChangeLog entry date in release number. svn: r2094 2003-09-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GenericFilter.py, src/plugins/BookReport.py, src/plugins/FilterEditor.py: * src/plugins/BookReport.py (BookList.save): Write encoding. * src/plugins/FilterEditor.py (MyBoolean): Add class. (FilterEditor.edit_rule): Implement Inclusive option. * src/GenericFilter.py: Add categories and descriptions. Implement Inclusive option. svn: r2093 2003-09-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GenericFilter.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FilterEditor.py: * src/plugins/BookReport.py (BookList.save): Write encoding. * src/plugins/FilterEditor.py (MyBoolean): Add class. (FilterEditor.edit_rule): Implement Inclusive option. * src/GenericFilter.py: Add categories and descriptions. Implement Inclusive option. svn: r2093 2003-09-05 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2092 2003-09-05 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2092 2003-09-05 Don Allingham <don@gramps-project.org> * src/RelLib.py: * src/RelLib.py: backout yesterday's change svn: r2091 2003-09-05 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py: * src/RelLib.py: backout yesterday's change svn: r2091 2003-09-04 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2090 2003-09-04 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2090 2003-09-04 Don Allingham <don@gramps-project.org> * src/RelLib.py: * src/RelLib.py: select the lowest ID for the default person if the default person is not set svn: r2089 2003-09-04 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py: * src/RelLib.py: select the lowest ID for the default person if the default person is not set svn: r2089 2003-09-03 Don Allingham <don@gramps-project.org> * src/Makefile.am: Added BaseDoc.py svn: r2088 2003-09-03 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: Added BaseDoc.py svn: r2088 2003-09-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/gramps_main.py: * src/gramps_main.py: Really fix start-up view when family view style is the default. Clean up the use of views. (post_load): Select the person with the alphabetically lowest ID to be active if no home person is set. Fixes 793127. (goto_active_person): Create alpha page if it does not exist. * src/FamilyView.py (init_interface): Do not connect handlers to events if they already exist; (set_widgets): Set correct page before hiding the old one. Fixes resizing issue on applying preferences after changing Family View layout. svn: r2087 2003-09-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/gramps_main.py: * src/gramps_main.py: Really fix start-up view when family view style is the default. Clean up the use of views. (post_load): Select the person with the alphabetically lowest ID to be active if no home person is set. Fixes 793127. (goto_active_person): Create alpha page if it does not exist. * src/FamilyView.py (init_interface): Do not connect handlers to events if they already exist; (set_widgets): Set correct page before hiding the old one. Fixes resizing issue on applying preferences after changing Family View layout. svn: r2087 2003-09-03 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, configure.in, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: update svn: r2086 2003-09-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: update svn: r2086 2003-09-03 Don Allingham <don@gramps-project.org> * src/po/Makefile.am, src/revision.glade: * src/po/Makefile.am: convert .po files to unicode before running through msgfmt * src/revision.glade: make the open dialog box a bit bigger svn: r2085 2003-09-03 Don Allingham <don@gramps-project.org> * gramps2/src/po/Makefile.am, gramps2/src/revision.glade: * src/po/Makefile.am: convert .po files to unicode before running through msgfmt * src/revision.glade: make the open dialog box a bit bigger svn: r2085 2003-09-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: Really fix start-up view when family view style is the default. Clean up the use of views. svn: r2084 2003-09-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: Really fix start-up view when family view style is the default. Clean up the use of views. svn: r2084 2003-09-02 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/GraphViz.py: 2003-09-02 Tim Waugh <twaugh@redhat.com> * src/plugins/GraphViz.py: Fixed typo. svn: r2083 2003-09-02 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: 2003-09-02 Tim Waugh <twaugh@redhat.com> * src/plugins/GraphViz.py: Fixed typo. svn: r2083 2003-09-02 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/gramps_main.py: 2003-09-02 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py: Fixed start-up view when family view style is the default. svn: r2082 2003-09-02 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/gramps_main.py: 2003-09-02 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py: Fixed start-up view when family view style is the default. svn: r2082 2003-09-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (make_color): Remove the first occurence -- was defined twice; (left_print): Remove print statement. svn: r2081 2003-09-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (make_color): Remove the first occurence -- was defined twice; (left_print): Remove print statement. svn: r2081 2003-09-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2080 2003-09-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2080 2003-09-02 Don Allingham <don@gramps-project.org> * src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Fix styles svn: r2079 2003-09-02 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Fix styles svn: r2079 2003-09-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: * src/plugins/BookReport.py (BookList.save): Enable saving options which are lists; (BookParser.startElement, BookParser.endElement): Enable parsing options which are lists. svn: r2078 2003-09-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: * src/plugins/BookReport.py (BookList.save): Enable saving options which are lists; (BookParser.startElement, BookParser.endElement): Enable parsing options which are lists. svn: r2078 2003-09-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2077 2003-09-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2077 2003-09-02 Don Allingham <don@gramps-project.org> * src/docgen/PSDrawDoc.py, src/docgen/SvgDrawDoc.py: * src/docgen/PSDrawDoc.py: Change from Text/DrawDoc to BaseDoc * src/docgen/SvgDrawDoc.py: Change from Text/DrawDoc to BaseDoc svn: r2076 2003-09-02 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py: * src/docgen/PSDrawDoc.py: Change from Text/DrawDoc to BaseDoc * src/docgen/SvgDrawDoc.py: Change from Text/DrawDoc to BaseDoc svn: r2076 2003-09-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2075 2003-09-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2075 2003-09-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/BaseDoc.py, src/PaperMenu.py, src/Report.py, src/SpreadSheetDoc.py, src/StyleEditor.py, src/docgen/AbiWord2Doc.py, src/docgen/OpenSpreadSheet.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/CustomBookText.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/WebPage.py: * src/PaperMenu.py: Change from TextDoc to BaseDoc. * src/Report.py: Likewise. * src/SpreadSheetDoc.py: Likewise. * src/StyleEditor.py: Likewise. * src/docgen/OpenSpreadSheet.py: Likewise. * src/docgen/AbiWord2Doc.py: Likewise. * src/plugins/AncestorReport.py: Likewise. * src/plugins/DescendReport.py: Likewise. * src/plugins/DetAncestralReport.py: Likewise. * src/plugins/DetDescendantReport.py: Likewise. * src/plugins/EventCmp.py: Likewise. * src/plugins/FamilyGroup.py: Likewise. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/GraphViz.py: Likewise. * src/plugins/IndivComplete.py: Likewise. * src/plugins/IndivSummary.py: Likewise. * src/plugins/WebPage.py: Likewise. * src/plugins/Ancestors.py: Likewise. * src/plugins/CustomBookText.py: Likewise. * src/BaseDoc.py: Likewise. svn: r2074 2003-09-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/BaseDoc.py, gramps2/src/PaperMenu.py, gramps2/src/Report.py, gramps2/src/SpreadSheetDoc.py, gramps2/src/StyleEditor.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/WebPage.py: * src/PaperMenu.py: Change from TextDoc to BaseDoc. * src/Report.py: Likewise. * src/SpreadSheetDoc.py: Likewise. * src/StyleEditor.py: Likewise. * src/docgen/OpenSpreadSheet.py: Likewise. * src/docgen/AbiWord2Doc.py: Likewise. * src/plugins/AncestorReport.py: Likewise. * src/plugins/DescendReport.py: Likewise. * src/plugins/DetAncestralReport.py: Likewise. * src/plugins/DetDescendantReport.py: Likewise. * src/plugins/EventCmp.py: Likewise. * src/plugins/FamilyGroup.py: Likewise. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/GraphViz.py: Likewise. * src/plugins/IndivComplete.py: Likewise. * src/plugins/IndivSummary.py: Likewise. * src/plugins/WebPage.py: Likewise. * src/plugins/Ancestors.py: Likewise. * src/plugins/CustomBookText.py: Likewise. * src/BaseDoc.py: Likewise. svn: r2074 2003-09-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-09-01 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Separate paternal and maternal ancestors for easier reading. svn: r2073 2003-09-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-09-01 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Separate paternal and maternal ancestors for easier reading. svn: r2073 2003-09-01 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2072 2003-09-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2072 2003-09-01 Don Allingham <don@gramps-project.org> * src/RelLib.py: make Witness inherit from Persistent svn: r2071 2003-09-01 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py: make Witness inherit from Persistent svn: r2071 2003-09-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/docgen/Makefile.am: 2003-09-01 Tim Waugh <twaugh@redhat.com> * src/docgen/Makefile.am: Removed reference to PdfDrawDoc.py. svn: r2070 2003-09-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/docgen/Makefile.am: 2003-09-01 Tim Waugh <twaugh@redhat.com> * src/docgen/Makefile.am: Removed reference to PdfDrawDoc.py. svn: r2070 2003-09-01 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (left_print): Don't convert to cm. svn: r2069 2003-09-01 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (left_print): Don't convert to cm. svn: r2069 2003-08-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (load_selected_people): Only invoke Edit person dialog if the active person is selection in the current alpha- page; (change_alpha_page): Enable person-centered buttons only if the selection is visible in the current page; (build_people_context_menu): Enable Add bookmark and Edit/Remove only if the selection is visible in the current page. svn: r2068 2003-08-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (load_selected_people): Only invoke Edit person dialog if the active person is selection in the current alpha- page; (change_alpha_page): Enable person-centered buttons only if the selection is visible in the current page; (build_people_context_menu): Enable Add bookmark and Edit/Remove only if the selection is visible in the current page. svn: r2068 2003-08-31 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (page_break): Minor cleanup; (end_page): Was defined twice -- remove the first occurence. svn: r2067 2003-08-31 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/PdfDoc.py: * src/docgen/PdfDoc.py (page_break): Minor cleanup; (end_page): Was defined twice -- remove the first occurence. svn: r2067 2003-08-31 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2066 2003-08-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2066 2003-08-31 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/docgen/PdfDoc.py: Support drawing functions. * src/docgen/PdfDrawDoc.py: remove - all functions integrated into PdfDoc.py * src/DbPrompter.py: change title from "Save" to "Create" when opening a new database, prompt with last database saved. * src/FamilyView.py: don't add columns to the child list if it is already initialized svn: r2065 2003-08-31 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/docgen/PdfDoc.py: Support drawing functions. * src/docgen/PdfDrawDoc.py: remove - all functions integrated into PdfDoc.py * src/DbPrompter.py: change title from "Save" to "Create" when opening a new database, prompt with last database saved. * src/FamilyView.py: don't add columns to the child list if it is already initialized svn: r2065 2003-08-31 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/docgen/PdfDoc.py, src/docgen/PdfDrawDoc.py: * PdfDoc.py: Support drawing functions. * PdfDrawDoc.py: remove - all functions integrated into PdfDoc.py * DbPrompter.py: change title from "Save" to "Create" when opening a new database, prompt with last database saved. svn: r2064 2003-08-31 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/PdfDrawDoc.py: * PdfDoc.py: Support drawing functions. * PdfDrawDoc.py: remove - all functions integrated into PdfDoc.py * DbPrompter.py: change title from "Save" to "Create" when opening a new database, prompt with last database saved. svn: r2064 2003-08-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/gramps_main.py: * src/gramps_main.py: Enable context menu for an empty people view. * src/FamilyView.py: Cleanups for the case of empty database. svn: r2063 2003-08-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/gramps_main.py: * src/gramps_main.py: Enable context menu for an empty people view. * src/FamilyView.py: Cleanups for the case of empty database. svn: r2063 2003-08-30 Alex Roitman <shura@gramps-project.org> * src/plugins/TimeLine.py: Update svn: r2062 2003-08-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/TimeLine.py: Update svn: r2062 2003-08-30 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/plugins/DesGraph.py: * src/plugins/TimeLine.py: Likewise. * src/FamilyView.py: New items for context menus. svn: r2061 2003-08-30 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/plugins/DesGraph.py: * src/plugins/TimeLine.py: Likewise. * src/FamilyView.py: New items for context menus. svn: r2061 2003-08-30 Alex Roitman <shura@gramps-project.org> * src/plugins/FanChart.py, src/plugins/TimeLine.py: * src/plugins/TimeLine.py: Likewise. svn: r2060 2003-08-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FanChart.py, gramps2/src/plugins/TimeLine.py: * src/plugins/TimeLine.py: Likewise. svn: r2060 2003-08-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DesGraph.py, src/plugins/FanChart.py, src/plugins/TimeLine.py: * src/plugins/DesGraph.py: Change from TextDoc and DrawDoc to BaseDoc. * src/plugins/FanChart.py: Likewise. Enable Book item functionality. * src/plugins/TimeLine.py: Likewise. svn: r2059 2003-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/TimeLine.py: * src/plugins/DesGraph.py: Change from TextDoc and DrawDoc to BaseDoc. * src/plugins/FanChart.py: Likewise. Enable Book item functionality. * src/plugins/TimeLine.py: Likewise. svn: r2059 2003-08-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DesGraph.py: * src/plugins/DesGraph.py: Enable Book item functionality. svn: r2058 2003-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DesGraph.py: * src/plugins/DesGraph.py: Enable Book item functionality. svn: r2058 2003-08-29 Alex Roitman <shura@gramps-project.org> * src/plugins/BookReport.py: Update svn: r2057 2003-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/BookReport.py: Update svn: r2057 2003-08-29 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/docgen/LaTeXDoc.py, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/BookReport.py: * src/docgen/LaTeXDoc.py: Do not register as a book format (have to support both text and graphics). * src/plugins/AncestorChart.py: Minor code cleanup. * src/plugins/BookReport.py: Add context menus to the dialog. * src/FamilyView.py: Properly refer to gtk stock items. * src/gramps_main.py: Likewise. svn: r2056 2003-08-29 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/BookReport.py: * src/docgen/LaTeXDoc.py: Do not register as a book format (have to support both text and graphics). * src/plugins/AncestorChart.py: Minor code cleanup. * src/plugins/BookReport.py: Add context menus to the dialog. * src/FamilyView.py: Properly refer to gtk stock items. * src/gramps_main.py: Likewise. svn: r2056 2003-08-28 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2055 2003-08-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2055 2003-08-28 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py: don't add columns to family view items if they have already be added. svn: r2054 2003-08-28 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py: don't add columns to family view items if they have already be added. svn: r2054 2003-08-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2053 2003-08-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2053 2003-08-27 Don Allingham <don@gramps-project.org> * src/gramps_main.py: * src/gramps_main.py: reinitialize interface after preferences has been clicked. svn: r2052 2003-08-27 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: * src/gramps_main.py: reinitialize interface after preferences has been clicked. svn: r2052 2003-08-27 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, TODO: * NEWS: Bring up to date. * TODO: Likewise. svn: r2051 2003-08-27 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/TODO: * NEWS: Bring up to date. * TODO: Likewise. svn: r2051 2003-08-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade, src/gramps_main.py: * src/gramps.glade: Minor cleanups for the alternate family view. * src/gramps_main.py: Likewise. svn: r2050 2003-08-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps.glade: Minor cleanups for the alternate family view. * src/gramps_main.py: Likewise. svn: r2050 2003-08-26 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorChart.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/SimpleBookTitle.py: * src/plugins/AncestorChart.py: Change from TextDoc and DrawDoc to BaseDoc. Enable Book item functionality. * src/plugins/SimpleBookTitle.py: Change from TextDoc to BaseDoc. * src/plugins/BookReport.py: Likewise. * src/plugins/FtmStyleDescendants.py: Likewise. svn: r2049 2003-08-26 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/AncestorChart.py: Change from TextDoc and DrawDoc to BaseDoc. Enable Book item functionality. * src/plugins/SimpleBookTitle.py: Change from TextDoc to BaseDoc. * src/plugins/BookReport.py: Likewise. * src/plugins/FtmStyleDescendants.py: Likewise. svn: r2049 2003-08-26 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2048 2003-08-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2048 2003-08-26 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/GrampsCfg.py, src/gramps.glade, src/gramps_main.py, src/preferences.glade: * src/gramps.glade: move alternate family view tab, assign a few object names * src/FamlyView.py: handle alternate family view * src/preferences.glade: allow user to choose family view * src/GrampsCfg.py: allow user to choose family view * src/gramps_main.py: allow user to choose family view svn: r2047 2003-08-26 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/preferences.glade: * src/gramps.glade: move alternate family view tab, assign a few object names * src/FamlyView.py: handle alternate family view * src/preferences.glade: allow user to choose family view * src/GrampsCfg.py: allow user to choose family view * src/gramps_main.py: allow user to choose family view svn: r2047 2003-08-26 Alex Roitman <shura@gramps-project.org> * src/docgen/OpenOfficeDoc.py: Update svn: r2046 2003-08-26 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py: Update svn: r2046 2003-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py (open): Typos. svn: r2045 2003-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py (open): Typos. svn: r2045 2003-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (init_interface): Call PedView with self as parent; (set_buttons,change_active_person): Fix enabling the buttons. svn: r2044 2003-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (init_interface): Call PedView with self as parent; (set_buttons,change_active_person): Fix enabling the buttons. svn: r2044 2003-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PlaceView.py, src/gramps.glade: * src/gramps.glade: Add Alternative Family View tab. svn: r2043 2003-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PlaceView.py, gramps2/src/gramps.glade: * src/gramps.glade: Add Alternative Family View tab. svn: r2043 2003-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PedView.py, src/PlaceView.py, src/gramps_main.py: * src/PedView.py (PedigreeView.__init__): Add parent argument to the constructor. Connect to the handling function on button press over the canvas to enable context menu; (on_canvas_press, build_nav_menu): Add functions to enable context menu. * src/gramps_main.py (init_interface): Call PedView with self as parent. * src/PlaceView.py (merge): Change error message from people to places. svn: r2042 2003-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/gramps_main.py: * src/PedView.py (PedigreeView.__init__): Add parent argument to the constructor. Connect to the handling function on button press over the canvas to enable context menu; (on_canvas_press, build_nav_menu): Add functions to enable context menu. * src/gramps_main.py (init_interface): Call PedView with self as parent. * src/PlaceView.py (merge): Change error message from people to places. svn: r2042 2003-08-25 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (change_active_person): Cleanup with enabling/disabling add/edit/remove buttons in different views upon the active person change. svn: r2041 2003-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (change_active_person): Cleanup with enabling/disabling add/edit/remove buttons in different views upon the active person change. svn: r2041 2003-08-25 Alex Roitman <shura@gramps-project.org> * src/FamilyView.py: Update svn: r2040 2003-08-25 Alex Roitman <shura@gramps-project.org> * gramps2/src/FamilyView.py: Update svn: r2040 2003-08-25 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2039 2003-08-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2039 2003-08-25 Don Allingham <don@gramps-project.org> * src/BaseDoc.py, src/docgen/OpenOfficeDoc.py: * src/BaseDoc.py: support start_page and end_page for backwards compatibility to older versions * src/docgen/OpenOfficeDoc.py: support all graphics functionality svn: r2038 2003-08-25 Don Allingham <don@gramps-project.org> * gramps2/src/BaseDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/BaseDoc.py: support start_page and end_page for backwards compatibility to older versions * src/docgen/OpenOfficeDoc.py: support all graphics functionality svn: r2038 2003-08-25 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2037 2003-08-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2037 2003-08-25 Don Allingham <don@gramps-project.org> * src/docgen/AbiWord2Doc.py, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/PdfDoc.py, src/docgen/RTFDoc.py, src/plugins/FanChart.py: * src/plugins/FanChart.py: remove print statement * src/docgen/RTFDoc.py: change from TextDoc to BaseDoc * src/docgen/PdfDoc.py: change from TextDoc to BaseDoc * src/docgen/LaTeXDoc.py: change from TextDoc to BaseDoc * src/docgen/KwordDoc.py: change from TextDoc to BaseDoc * src/docgen/HtmlDoc.py: change from TextDoc to BaseDoc * src/docgen/AbiWordDoc.py: change from TextDoc to BaseDoc * src/docgen/AbiWord2Doc.py: change from TextDoc to BaseDoc svn: r2036 2003-08-25 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/plugins/FanChart.py: * src/plugins/FanChart.py: remove print statement * src/docgen/RTFDoc.py: change from TextDoc to BaseDoc * src/docgen/PdfDoc.py: change from TextDoc to BaseDoc * src/docgen/LaTeXDoc.py: change from TextDoc to BaseDoc * src/docgen/KwordDoc.py: change from TextDoc to BaseDoc * src/docgen/HtmlDoc.py: change from TextDoc to BaseDoc * src/docgen/AbiWordDoc.py: change from TextDoc to BaseDoc * src/docgen/AbiWord2Doc.py: change from TextDoc to BaseDoc svn: r2036 2003-08-24 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py: * src/FamilyView.py (edit_active_person, build_ap_menu, build_child_menu, build_spouse_menu, build_parents_menu, build_sp_parents_menu, edit_parents, edit_sp_parents): Add navigation portion to all context menus. svn: r2035 2003-08-24 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py: * src/FamilyView.py (edit_active_person, build_ap_menu, build_child_menu, build_spouse_menu, build_parents_menu, build_sp_parents_menu, edit_parents, edit_sp_parents): Add navigation portion to all context menus. svn: r2035 2003-08-23 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2034 2003-08-23 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2034 2003-08-23 Don Allingham <don@gramps-project.org> * src/BaseDoc.py, src/docgen/OpenOfficeDoc.py: * src/BaseDoc.py: New base clase for TextDoc/DrawDoc combination * src/docgen/OpenOffice.py: Derive from BaseDoc instead of TextDoc svn: r2033 2003-08-23 Don Allingham <don@gramps-project.org> * gramps2/src/BaseDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/BaseDoc.py: New base clase for TextDoc/DrawDoc combination * src/docgen/OpenOffice.py: Derive from BaseDoc instead of TextDoc svn: r2033 2003-08-21 Don Allingham <don@gramps-project.org> * ChangeLog, gramps.spec: update svn: r2032 2003-08-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/gramps.spec: update svn: r2032 2003-08-21 Don Allingham <don@gramps-project.org> * src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Allow truetype or postscript fonts svn: r2031 2003-08-21 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Allow truetype or postscript fonts svn: r2031 2003-08-20 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2030 2003-08-20 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2030 2003-08-20 Don Allingham <don@gramps-project.org> * src/gramps.py, src/po/template.po: * src/gramps.py: catch missing textdomain in gtk.glade for older versions of pygtk * src/po/template.po: update svn: r2029 2003-08-20 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.py, gramps2/src/po/template.po: * src/gramps.py: catch missing textdomain in gtk.glade for older versions of pygtk * src/po/template.po: update svn: r2029 2003-08-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/docgen/OpenDrawDoc.py: 2003-08-19 Tim Waugh <twaugh@redhat.com> * src/docgen/OpenDrawDoc.py: Fixed escaping. svn: r2028 2003-08-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/docgen/OpenDrawDoc.py: 2003-08-19 Tim Waugh <twaugh@redhat.com> * src/docgen/OpenDrawDoc.py: Fixed escaping. svn: r2028 2003-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: Add a limit of 20 for the Back/Forward history popup menus. Add hotkeys for these menus; (change_active_person): Fix sensitivity of Back/Forward buttons; (build_people_context_menu): Add new items to the People View's context menu (Home and Add Bookmark); (change_alpha_page): Fix context menu upon changing pages. svn: r2027 2003-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: Add a limit of 20 for the Back/Forward history popup menus. Add hotkeys for these menus; (change_active_person): Fix sensitivity of Back/Forward buttons; (build_people_context_menu): Add new items to the People View's context menu (Home and Add Bookmark); (change_alpha_page): Fix context menu upon changing pages. svn: r2027 2003-08-19 Alex Roitman <shura@gramps-project.org> * src/gramps.py: Update svn: r2026 2003-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps.py: Update svn: r2026 2003-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (build_backhistmenu,build_fwdhistmenu): Limit of 20 for the Back/Forward history menus. Add hotkeys for these menus. svn: r2025 2003-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (build_backhistmenu,build_fwdhistmenu): Limit of 20 for the Back/Forward history menus. Add hotkeys for these menus. svn: r2025 2003-08-19 Don Allingham <don@gramps-project.org> * src/gramps.glade: horizontal buttons svn: r2024 2003-08-19 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: horizontal buttons svn: r2024 2003-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r2023 2003-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r2023 2003-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: Enable context menu upon right-click in the People View with Back, svn: r2022 2003-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: Enable context menu upon right-click in the People View with Back, svn: r2022 2003-08-19 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py: Enable context menus with back and forward portions of history upon right-clicking on Back and Forward buttons. * src/gramps.glade: Add handlers for the context menus. svn: r2021 2003-08-19 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py: Enable context menus with back and forward portions of history upon right-clicking on Back and Forward buttons. * src/gramps.glade: Add handlers for the context menus. svn: r2021 2003-08-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/preferences.glade: * src/preferences.glade: Provide hotkeys for the new default view options. svn: r2020 2003-08-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/preferences.glade: * src/preferences.glade: Provide hotkeys for the new default view options. svn: r2020 2003-08-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: Better behavior for the history menu. svn: r2019 2003-08-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: Better behavior for the history menu. svn: r2019 2003-08-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py: Functional history submenu of the Go menu. svn: r2018 2003-08-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py: Functional history submenu of the Go menu. svn: r2018 2003-08-17 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/Bookmarks.py, src/Calendar.py, src/ChooseParents.py, src/Date.py, src/DbPrompter.py, src/DisplayTrace.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Filter.py, src/Find.py, src/FrenchRepublic.py, src/GenericFilter.py, src/GrampsCfg.py, src/Gregorian.py, src/Hebrew.py, src/ImageSelect.py, src/Julian.py, src/LocEdit.py, src/Makefile.am, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/NameEdit.py, src/NoteEdit.py, src/PaperMenu.py, src/PedView.py, src/PlaceView.py, src/Plugins.py, src/QuestionDialog.py, src/QuickAdd.py, src/ReadXML.py, src/RelImage.py, src/Report.py, src/SelectChild.py, src/SelectPerson.py, src/SourceView.py, src/Sources.py, src/StartupDialog.py, src/StyleEditor.py, src/UrlEdit.py, src/Utils.py, src/VersionControl.py, src/Witness.py, src/WriteXML.py, src/calendars/Islamic.py, src/calendars/Makefile.in, src/calendars/Persian.py, src/const.py.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/AbiWord2Doc.py, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/Makefile.in, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/filters/After.py, src/filters/AltFam.py, src/filters/Before.py, src/filters/Disconnected.py, src/filters/EventPlace.py, src/filters/EventType.py, src/filters/Females.py, src/filters/HavePhotos.py, src/filters/IncompleteNames.py, src/filters/Makefile.in, src/filters/Males.py, src/filters/MatchSndEx.py, src/filters/MatchSndEx2.py, src/filters/MutlipleMarriages.py, src/filters/NeverMarried.py, src/filters/NoBirthdate.py, src/filters/NoChildren.py, src/filters/RegExMatch.py, src/filters/SubString.py, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/CustomBookText.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FilterEditor.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Makefile.in, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/SimpleBookTitle.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WriteFtree.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py, src/plugins/count_anc.py, src/plugins/eval.py, src/plugins/leak.py, src/plugins/soundgen.py, src/po/Makefile.in: switch from intl to gettext svn: r2017 2003-08-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/Bookmarks.py, gramps2/src/Calendar.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayTrace.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Filter.py, gramps2/src/Find.py, gramps2/src/FrenchRepublic.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/Gregorian.py, gramps2/src/Hebrew.py, gramps2/src/ImageSelect.py, gramps2/src/Julian.py, gramps2/src/LocEdit.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PaperMenu.py, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/QuickAdd.py, gramps2/src/ReadXML.py, gramps2/src/RelImage.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/SelectPerson.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/VersionControl.py, gramps2/src/Witness.py, gramps2/src/WriteXML.py, gramps2/src/calendars/Islamic.py, gramps2/src/calendars/Makefile.in, gramps2/src/calendars/Persian.py, gramps2/src/const.py.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/Makefile.in, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/filters/After.py, gramps2/src/filters/AltFam.py, gramps2/src/filters/Before.py, gramps2/src/filters/Disconnected.py, gramps2/src/filters/EventPlace.py, gramps2/src/filters/EventType.py, gramps2/src/filters/Females.py, gramps2/src/filters/HavePhotos.py, gramps2/src/filters/IncompleteNames.py, gramps2/src/filters/Makefile.in, gramps2/src/filters/Males.py, gramps2/src/filters/MatchSndEx.py, gramps2/src/filters/MatchSndEx2.py, gramps2/src/filters/MutlipleMarriages.py, gramps2/src/filters/NeverMarried.py, gramps2/src/filters/NoBirthdate.py, gramps2/src/filters/NoChildren.py, gramps2/src/filters/RegExMatch.py, gramps2/src/filters/SubString.py, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FanChart.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/SimpleBookTitle.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/count_anc.py, gramps2/src/plugins/eval.py, gramps2/src/plugins/leak.py, gramps2/src/plugins/soundgen.py, gramps2/src/po/Makefile.in: switch from intl to gettext svn: r2017 2003-08-17 Don Allingham <don@gramps-project.org> * configure.in, src/gramps.py: * configure.in: removal of intl.c/intl22.so * src/gramps.py: handling of i18n without the use of intl * src/*.py: switch from intl to gettext svn: r2016 2003-08-17 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/gramps.py: * configure.in: removal of intl.c/intl22.so * src/gramps.py: handling of i18n without the use of intl * src/*.py: switch from intl to gettext svn: r2016 2003-08-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade, src/gramps_main.py: * src/gramps_main.py (change_active_person): Small fix for disabling back button. * src/gramps_main.py: Add enabling/disabling for the new back/fwd menu items. svn: r2015 2003-08-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py (change_active_person): Small fix for disabling back button. * src/gramps_main.py: Add enabling/disabling for the new back/fwd menu items. svn: r2015 2003-08-16 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: update svn: r2014 2003-08-16 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: update svn: r2014 2003-08-16 Don Allingham <don@gramps-project.org> * src/Makefile.am: * src/gramps.glade: New tool icon * src/gramps_main.py: handle back/fwd buttons, disabling when not appropriate * src/people48.png: new image * src/family48.png: new image * src/tools.png: new image * src/Makefile.am: added tools.png for installation svn: r2013 2003-08-16 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: * src/gramps.glade: New tool icon * src/gramps_main.py: handle back/fwd buttons, disabling when not appropriate * src/people48.png: new image * src/family48.png: new image * src/tools.png: new image * src/Makefile.am: added tools.png for installation svn: r2013 2003-08-16 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/gramps_main.py: * src/gramps.glade: New tool icon * src/gramps_main.py: handle back/fwd buttons, disabling when not appropriate * src/people48.png: new image * src/family48.png: new image * src/tools.png svn: r2012 2003-08-16 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps.glade: New tool icon * src/gramps_main.py: handle back/fwd buttons, disabling when not appropriate * src/people48.png: new image * src/family48.png: new image * src/tools.png svn: r2012 2003-08-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: Add Go menu with navigation items. Still have to work out the history menu being built at runtime. Add few shortcuts. svn: r2011 2003-08-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Add Go menu with navigation items. Still have to work out the history menu being built at runtime. Add few shortcuts. svn: r2011 2003-08-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/intl.py: * src/GrampsCfg.py: Fix toolbar prefs. * src/intl.py: Import intl22.so for both 2.2 and 2.3 python versions. svn: r2010 2003-08-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/intl.py: * src/GrampsCfg.py: Fix toolbar prefs. * src/intl.py: Import intl22.so for both 2.2 and 2.3 python versions. svn: r2010 2003-08-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/FamilyView.py, src/FrenchRepublic.py, src/SelectChild.py, src/const.py.in, src/plugins/rel_ru.py: * src/FrenchRepublic.py: Insert encoding line because non-ascii charatcers are used. This behavior is deprecated and causes warnings in python 2.3. * src/const.py.in: Likewise. * src/FamilyView.py: Likewise. * src/SelectChild.py: Likewise. * src/plugins/rel_ru.py: Likewise. svn: r2009 2003-08-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/FamilyView.py, gramps2/src/FrenchRepublic.py, gramps2/src/SelectChild.py, gramps2/src/const.py.in, gramps2/src/plugins/rel_ru.py: * src/FrenchRepublic.py: Insert encoding line because non-ascii charatcers are used. This behavior is deprecated and causes warnings in python 2.3. * src/const.py.in: Likewise. * src/FamilyView.py: Likewise. * src/SelectChild.py: Likewise. * src/plugins/rel_ru.py: Likewise. svn: r2009 2003-08-14 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Updated header info svn: r2008 2003-08-14 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Updated header info svn: r2008 2003-08-14 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Updated header info svn: r2007 2003-08-14 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Updated header info svn: r2007 2003-08-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2006 2003-08-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2006 2003-08-14 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/EditSource.py, src/gramps.py: * src/DbPrompter.py: removed #! at top of file * src/gramps.py: removed #! at top of file * src/EditSource.py: removed #! at top of file svn: r2005 2003-08-14 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/EditSource.py, gramps2/src/gramps.py: * src/DbPrompter.py: removed #! at top of file * src/gramps.py: removed #! at top of file * src/EditSource.py: removed #! at top of file svn: r2005 2003-08-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2004 2003-08-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2004 2003-08-14 Don Allingham <don@gramps-project.org> * configure.in, src/Makefile.am: * configure.in: Check for include directory of $PYTHON, not $PYTHON22. Set PYTHON_CPPFLAGS accordingly. Do not set $PYTHON22 and $P22_INCLUDES, they are not used anymore. * src/Makefile.am (GVFSINC): Remove, unused. (intl22.so, grampslib.so): Adjust to use $P22_INCLUDES. svn: r2003 2003-08-14 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/Makefile.am: * configure.in: Check for include directory of $PYTHON, not $PYTHON22. Set PYTHON_CPPFLAGS accordingly. Do not set $PYTHON22 and $P22_INCLUDES, they are not used anymore. * src/Makefile.am (GVFSINC): Remove, unused. (intl22.so, grampslib.so): Adjust to use $P22_INCLUDES. svn: r2003 2003-08-14 Don Allingham <don@gramps-project.org> * Makefile.in, configure, configure.in, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in: GNOME/python configure detection svn: r2002 2003-08-14 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in: GNOME/python configure detection svn: r2002 2003-08-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r2001 2003-08-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r2001 2003-08-14 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/gramps_main.py: * src/gramps_main.py: implement a basic history mechanism * src/gramps.glade: add back and forward buttons svn: r2000 2003-08-14 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/gramps_main.py: * src/gramps_main.py: implement a basic history mechanism * src/gramps.glade: add back and forward buttons svn: r2000 2003-08-13 Don Allingham <don@gramps-project.org> * src/DbPrompter.py: fix typo svn: r1999 2003-08-13 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py: fix typo svn: r1999 2003-08-13 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, configure, doc/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, gramps.spec, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: update svn: r1998 2003-08-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: update svn: r1998 2003-08-13 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/DbPrompter.py, src/FamilyView.py, src/ImageSelect.py, src/PedView.py, src/Report.py, src/gramps_main.py, src/imagesel.glade: * src/AddMedia.py: set title for image select dialog * src/DbPrompter.py: set default path in database file entry box * src/gramps_main.py: set default path in database file entry box * src/ImageSelect.py: set default path in image select file entry box, keep track of last directory used * src/Report.py: set default path in report file entry box * src/imagesel.glade: enlarge image select dialog box svn: r1997 2003-08-13 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/DbPrompter.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/PedView.py, gramps2/src/Report.py, gramps2/src/gramps_main.py, gramps2/src/imagesel.glade: * src/AddMedia.py: set title for image select dialog * src/DbPrompter.py: set default path in database file entry box * src/gramps_main.py: set default path in database file entry box * src/ImageSelect.py: set default path in image select file entry box, keep track of last directory used * src/Report.py: set default path in report file entry box * src/imagesel.glade: enlarge image select dialog box svn: r1997 2003-08-13 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1996 2003-08-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1996 2003-08-13 Don Allingham <don@gramps-project.org> * src/po/it.po: * src/po/it.po: updated Italian translation svn: r1995 2003-08-13 Don Allingham <don@gramps-project.org> * gramps2/src/po/it.po: * src/po/it.po: updated Italian translation svn: r1995 2003-08-12 Don Allingham <don@gramps-project.org> * ChangeLog, NEWS: update svn: r1994 2003-08-12 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: update svn: r1994 2003-08-12 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/gramps_main.py, src/preferences.glade: * src/gramps_main.py: apply the filter after a load of the database, allow default view to be set * src/GrampsCfg.py: handle the defaultview key to allow the user to choose Family or People view as the default * src/preferences.glade: defaultview settings svn: r1993 2003-08-12 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/gramps_main.py, gramps2/src/preferences.glade: * src/gramps_main.py: apply the filter after a load of the database, allow default view to be set * src/GrampsCfg.py: handle the defaultview key to allow the user to choose Family or People view as the default * src/preferences.glade: defaultview settings svn: r1993 2003-08-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, TODO: * TODO: Some nice features to implement, mostly from RFE at sf.net. svn: r1992 2003-08-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/TODO: * TODO: Some nice features to implement, mostly from RFE at sf.net. svn: r1992 2003-08-11 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Report.py, src/docgen/OpenDrawDoc.py: 2003-08-11 Tim Waugh <twaugh@redhat.com> * src/docgen/OpenDrawDoc.py: Fixed tag mismatch. Added report printing support. * src/Report.py: Report printing support added to Draw-style reports. svn: r1991 2003-08-11 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/docgen/OpenDrawDoc.py: 2003-08-11 Tim Waugh <twaugh@redhat.com> * src/docgen/OpenDrawDoc.py: Fixed tag mismatch. Added report printing support. * src/Report.py: Report printing support added to Draw-style reports. svn: r1991 2003-08-11 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-08-11 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Use Relationship.get_grandparents_string. svn: r1990 2003-08-11 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-08-11 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Use Relationship.get_grandparents_string. svn: r1990 2003-08-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1989 2003-08-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1989 2003-08-11 Don Allingham <don@gramps-project.org> * src/Relationship.py: * src/Relationship.py: add "get_grandparents_string" to return the grandparents relationship between to people. svn: r1988 2003-08-11 Don Allingham <don@gramps-project.org> * gramps2/src/Relationship.py: * src/Relationship.py: add "get_grandparents_string" to return the grandparents relationship between to people. svn: r1988 2003-08-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS: * NEWS: More new items. svn: r1987 2003-08-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS: * NEWS: More new items. svn: r1987 2003-08-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/EventEdit.py, src/FamilyView.py, src/GrampsParser.py: * configure.in: Set version to 0.9.4 (since the release is 0.CVS...). Otherwise it becomes older-version that the latest release. * src/EditPerson.py: Change const.save_fevent() calls to const.save_event(). * src/EventEdit.py: Display event name with const.display_event() (was backwards). * src/GrampsParser.py: Call const.save_event() and const.attr() when parsing XML. This should take care of prior data with standard events and attributes recorded in $LANG. * src/FamilyView.py (nameof): Translate parent's relation to a child. svn: r1986 2003-08-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsParser.py: * configure.in: Set version to 0.9.4 (since the release is 0.CVS...). Otherwise it becomes older-version that the latest release. * src/EditPerson.py: Change const.save_fevent() calls to const.save_event(). * src/EventEdit.py: Display event name with const.display_event() (was backwards). * src/GrampsParser.py: Call const.save_event() and const.attr() when parsing XML. This should take care of prior data with standard events and attributes recorded in $LANG. * src/FamilyView.py (nameof): Translate parent's relation to a child. svn: r1986 2003-08-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1985 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1985 2003-08-10 Don Allingham <don@gramps-project.org> * configure.in: * configure.in: Modernize calls to AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT. Require Autoconf >= 2.57 and Automake >= 1.6.3. Remove many superfluous AC_SUBSTs. svn: r1984 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/configure.in: * configure.in: Modernize calls to AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT. Require Autoconf >= 2.57 and Automake >= 1.6.3. Remove many superfluous AC_SUBSTs. svn: r1984 2003-08-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1983 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1983 2003-08-10 Don Allingham <don@gramps-project.org> * src/rule.glade: * src/rule.glade: eliminate unneeded label and increased size svn: r1982 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/src/rule.glade: * src/rule.glade: eliminate unneeded label and increased size svn: r1982 2003-08-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1981 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1981 2003-08-10 Don Allingham <don@gramps-project.org> * src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: handle Add/Edit of rules correctly svn: r1980 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: handle Add/Edit of rules correctly svn: r1980 2003-08-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1979 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1979 2003-08-10 Don Allingham <don@gramps-project.org> * src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: support for selecting a person from a list to get the GRAMPS ID value svn: r1978 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FilterEditor.py: * src/plugins/FilterEditor.py: support for selecting a person from a list to get the GRAMPS ID value svn: r1978 2003-08-10 Tim Waugh <twaugh@redhat.com> * ChangeLog, configure.in: 2003-08-10 Tim Waugh <twaugh@redhat.com> * configure.in: Use 0.CVS[date] for RELEASE. '-' is not allowed in RPM release strings, and prefixing with '0.' allows the final version to be version-compared as newer. svn: r1977 2003-08-10 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/configure.in: 2003-08-10 Tim Waugh <twaugh@redhat.com> * configure.in: Use 0.CVS[date] for RELEASE. '-' is not allowed in RPM release strings, and prefixing with '0.' allows the final version to be version-compared as newer. svn: r1977 2003-08-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1976 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1976 2003-08-10 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/Plugins.py, src/gramps.desktop, src/plugins/FilterEditor.py, src/rule.glade: * src/GenericFilter.py: Support for categories and descriptions for filters * src/Plugins.py: removed unused variable * src/gramps.desktop: compatible with desktop-file-validate * src/rule.glade: new add/edit filter dialog * src/plugins/FilterEditor.py: support for spin buttons and new dialog box svn: r1975 2003-08-10 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/Plugins.py, gramps2/src/gramps.desktop, gramps2/src/plugins/FilterEditor.py, gramps2/src/rule.glade: * src/GenericFilter.py: Support for categories and descriptions for filters * src/Plugins.py: removed unused variable * src/gramps.desktop: compatible with desktop-file-validate * src/rule.glade: new add/edit filter dialog * src/plugins/FilterEditor.py: support for spin buttons and new dialog box svn: r1975 2003-08-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, configure.in, src/TextDoc.py: * src/TextDoc.py (PaperStyle.set_height, PaperStyle.set_width): Add functions. Needed for setting custom size paper. * configure.in: Set RELEASE to CVS-<date> string. svn: r1974 2003-08-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/configure.in, gramps2/src/TextDoc.py: * src/TextDoc.py (PaperStyle.set_height, PaperStyle.set_width): Add functions. Needed for setting custom size paper. * configure.in: Set RELEASE to CVS-<date> string. svn: r1974 2003-08-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/IndivSummary.py: * src/plugins/FamilyGroup.py: Remove setup() call. * src/plugins/IndivSummary.py: Enable translation for an event type. * src/plugins/FtmStyleAncestors.py: Space after full stop. * src/const.py.in (display_pevent): Try translating string if not found in the _pe_e2l dictionary. Useful for translating Birth and Death events which are not in the dictionary as non-editable events. Seems harmless in the display function ; (display_fevent, display_event, display_pattr, display_fattr, display_attr, display_frel): Likewise. Might be useful in some cases and seems totally harmless. svn: r1973 2003-08-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/IndivSummary.py: * src/plugins/FamilyGroup.py: Remove setup() call. * src/plugins/IndivSummary.py: Enable translation for an event type. * src/plugins/FtmStyleAncestors.py: Space after full stop. * src/const.py.in (display_pevent): Try translating string if not found in the _pe_e2l dictionary. Useful for translating Birth and Death events which are not in the dictionary as non-editable events. Seems harmless in the display function ; (display_fevent, display_event, display_pattr, display_fattr, display_attr, display_frel): Likewise. Might be useful in some cases and seems totally harmless. svn: r1973 2003-08-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/PaperMenu.py: * src/PaperMenu.py: Add A3 size to the default size list. svn: r1972 2003-08-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/PaperMenu.py: * src/PaperMenu.py: Add A3 size to the default size list. svn: r1972 2003-08-08 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Second translation update for 0.9.3 svn: r1971 2003-08-08 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Second translation update for 0.9.3 svn: r1971 2003-08-08 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1970 2003-08-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1970 2003-08-08 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py: set menu title svn: r1969 2003-08-08 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py: set menu title svn: r1969 2003-08-07 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Translations for 0.9.3 updated after typo fix svn: r1968 2003-08-07 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Translations for 0.9.3 updated after typo fix svn: r1968 2003-08-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/template.po: * src/po/template.po: Update the translation template. svn: r1967 2003-08-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/template.po: * src/po/template.po: Update the translation template. svn: r1967 2003-08-07 Lars Lundin <lklundin@users.sourceforge.net> * ChangeLog, src/plugins/BookReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/plugins/BookReport.py: Fixed typo (containg). * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Fixed typo (death_endotes). svn: r1966 2003-08-07 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/BookReport.py: Fixed typo (containg). * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Fixed typo (death_endotes). svn: r1966 2003-08-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EditPerson.py (did_data_change): Add a unicode conversion to the surname string. svn: r1965 2003-08-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py (did_data_change): Add a unicode conversion to the surname string. svn: r1965 2003-08-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EventEdit.py, src/FamilyView.py, src/Marriage.py, src/WriteXML.py, src/const.py.in: * src/FamilyView.py (load_family): Enable translation for family relation. * src/const.py.in: Add new functions: display_event(), save_event(), display_attr(), and save_attr() which work for either personal or family events/attributes. Correct silly typo. * src/WriteXML.py (dump_my_event): Call const.save_event() before saving; (write_family_id): Call const.save_frel() before saving; (write_attribute_list): Call const.save_attr() before saving. * src/Marriage.py (redraw_event_list): Call const.display_fevent() before saving; (on_add_clicked): change const.save_fevent() to const.display_fevent(); (on_event_update_clicked): Likewise. * src/EventEdit.py (EventEditor.__init__): Call self.trans() before displaying event name. svn: r1964 2003-08-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/WriteXML.py, gramps2/src/const.py.in: * src/FamilyView.py (load_family): Enable translation for family relation. * src/const.py.in: Add new functions: display_event(), save_event(), display_attr(), and save_attr() which work for either personal or family events/attributes. Correct silly typo. * src/WriteXML.py (dump_my_event): Call const.save_event() before saving; (write_family_id): Call const.save_frel() before saving; (write_attribute_list): Call const.save_attr() before saving. * src/Marriage.py (redraw_event_list): Call const.display_fevent() before saving; (on_add_clicked): change const.save_fevent() to const.display_fevent(); (on_event_update_clicked): Likewise. * src/EventEdit.py (EventEditor.__init__): Call self.trans() before displaying event name. svn: r1964 2003-08-06 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Translations for 0.9.3 updated svn: r1963 2003-08-06 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Translations for 0.9.3 updated svn: r1963 2003-08-05 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/DrawDoc.py, src/Report.py, src/TextDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/plugins/AncestorChart.py: 2003-08-05 Tim Waugh <twaugh@redhat.com> * src/Report.py, src/TextDoc.py, src/DrawDoc.py: Adjusted the way that 'Print Report' is handled. * src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: Likewise. * src/plugins/AncestorChart.py: Undo previous change to do with printing reports. svn: r1962 2003-08-05 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/DrawDoc.py, gramps2/src/Report.py, gramps2/src/TextDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/plugins/AncestorChart.py: 2003-08-05 Tim Waugh <twaugh@redhat.com> * src/Report.py, src/TextDoc.py, src/DrawDoc.py: Adjusted the way that 'Print Report' is handled. * src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: Likewise. * src/plugins/AncestorChart.py: Undo previous change to do with printing reports. svn: r1962 2003-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WebPage.py: * src/plugins/WebPage.py (WebReportDialog.get_report_generations): Disable number of generations (was not used anyway). svn: r1961 2003-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py (WebReportDialog.get_report_generations): Disable number of generations (was not used anyway). svn: r1961 2003-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/GenericFilter.py: * src/GenericFilter.py: Fixes for existing filters (ancestors and descendants used to include the original person). Four new filters: ancestors and descendants more and less than so many generations away. * NEWS: Compile preliminary contents for the next release. svn: r1960 2003-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/GenericFilter.py: * src/GenericFilter.py: Fixes for existing filters (ancestors and descendants used to include the original person). Four new filters: ancestors and descendants more and less than so many generations away. * NEWS: Compile preliminary contents for the next release. svn: r1960 2003-08-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/GraphViz.py: * src/plugins/GraphViz.py (make_doc_menu): Add paper option to the menu. svn: r1959 2003-08-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py (make_doc_menu): Add paper option to the menu. svn: r1959 2003-08-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps_main.py: * src/gramps_main.py (save_file): Remove statusbar.set_pulse_step() call because gnome.ui.AppBar does not have such method. svn: r1958 2003-08-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: * src/gramps_main.py (save_file): Remove statusbar.set_pulse_step() call because gnome.ui.AppBar does not have such method. svn: r1958 2003-08-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/template.po: * src/po/template.po: Update the above corrections in template. svn: r1957 2003-08-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/template.po: * src/po/template.po: Update the above corrections in template. svn: r1957 2003-08-03 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/dialog.glade, src/edit_person.glade, src/gramps.glade, src/marriage.glade, src/plugins/pafexport.glade: * src/dialog.glade: Consistent tooltips. * src/gramps.glade: Likewise. * src/marriage.glade: Likewise. * src/edit_person.glade: Likewise. * src/plugins/pafexport.glade: Consistent check box label. svn: r1956 2003-08-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/marriage.glade, gramps2/src/plugins/pafexport.glade: * src/dialog.glade: Consistent tooltips. * src/gramps.glade: Likewise. * src/marriage.glade: Likewise. * src/edit_person.glade: Likewise. * src/plugins/pafexport.glade: Consistent check box label. svn: r1956 2003-08-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/ReadGedcom.py, src/plugins/cdexport.glade, src/plugins/gedcomexport.glade, src/plugins/pkgexport.glade, src/plugins/writeftree.glade: * src/plugins/writeftree.glade: Swap OK and Cancel buttons (HIG). * src/plugins/cdexport.glade: Likewise. * src/plugins/gedcomexport.glade: Likewise. * src/plugins/pkgexport.glade: Likewise. * src/plugins/ReadGedcom.py: Fix Cancel button (was destroying itself). svn: r1955 2003-08-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/cdexport.glade, gramps2/src/plugins/gedcomexport.glade, gramps2/src/plugins/pkgexport.glade, gramps2/src/plugins/writeftree.glade: * src/plugins/writeftree.glade: Swap OK and Cancel buttons (HIG). * src/plugins/cdexport.glade: Likewise. * src/plugins/gedcomexport.glade: Likewise. * src/plugins/pkgexport.glade: Likewise. * src/plugins/ReadGedcom.py: Fix Cancel button (was destroying itself). svn: r1955 2003-08-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1954 2003-08-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1954 2003-08-02 Don Allingham <don@gramps-project.org> * src/plugins/GraphViz.py: * src/plugins/GraphViz.py: toggle sensitivity on year button if based of date button selection, add new tab for page options to reduce dialog size. svn: r1953 2003-08-02 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: toggle sensitivity on year button if based of date button selection, add new tab for page options to reduce dialog size. svn: r1953 2003-08-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1952 2003-08-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1952 2003-08-02 Don Allingham <don@gramps-project.org> * src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Added option to limit dates to just years, fixed bug to prevent family nodes from being listed more than once svn: r1951 2003-08-02 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/GraphViz.py: * src/plugins/GraphViz.py: Added option to limit dates to just years, fixed bug to prevent family nodes from being listed more than once svn: r1951 2003-08-02 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1950 2003-08-02 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1950 2003-08-02 Don Allingham <don@gramps-project.org> * src/plugins/WriteFtree.py, src/plugins/writeftree.glade: * src/plugins/WriteFtree.py: add filter and data restriction support * src/plugins/writeftree.glade: interface description for Web Family Tree export filter svn: r1949 2003-08-02 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/writeftree.glade: * src/plugins/WriteFtree.py: add filter and data restriction support * src/plugins/writeftree.glade: interface description for Web Family Tree export filter svn: r1949 2003-08-01 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1948 2003-08-01 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1948 2003-08-01 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/gramps_main.py: * src/gramps_main.py: handle status bar message with autosave * src/FamilyView.py: add right-context menus in the family view svn: r1947 2003-08-01 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/gramps_main.py: * src/gramps_main.py: handle status bar message with autosave * src/FamilyView.py: add right-context menus in the family view svn: r1947 2003-08-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1946 2003-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1946 2003-08-01 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/RelLib.py: * src/RelLib.py (LdsOrd.are_equal): Correctly handle the case when the new object is None and the old is empty. (LdsOrd.isEmpty): Add function. svn: r1945 2003-08-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/RelLib.py: * src/RelLib.py (LdsOrd.are_equal): Correctly handle the case when the new object is None and the old is empty. (LdsOrd.isEmpty): Add function. svn: r1945 2003-07-31 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1944 2003-07-31 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1944 2003-07-31 Don Allingham <don@gramps-project.org> * src/Plugins.py, src/plugins/Makefile.am: * src/Plugins.py: fixed call in _textdoc.append (typo) * src/plugins/Makefile.am: Add WriteFtree.py * src/ChooseParents.py: Used EditPerson dialog instead of quick add, select added parent in list * src/gramps_main.py: eliminated importing of string, display error if no person selected when trying to export * src/ListModel.py : explicitly delete renderers and columns due to memory leak in pygtk 1.99.16 * src/PlaceView.py: explictly delete model due to above memory leak * src/plugins/pkgexport.glade: don't set height of window * src/plugins/WriteFtree.py: export to Web Family Tree svn: r1943 2003-07-31 Don Allingham <don@gramps-project.org> * gramps2/src/Plugins.py, gramps2/src/plugins/Makefile.am: * src/Plugins.py: fixed call in _textdoc.append (typo) * src/plugins/Makefile.am: Add WriteFtree.py * src/ChooseParents.py: Used EditPerson dialog instead of quick add, select added parent in list * src/gramps_main.py: eliminated importing of string, display error if no person selected when trying to export * src/ListModel.py : explicitly delete renderers and columns due to memory leak in pygtk 1.99.16 * src/PlaceView.py: explictly delete model due to above memory leak * src/plugins/pkgexport.glade: don't set height of window * src/plugins/WriteFtree.py: export to Web Family Tree svn: r1943 2003-07-31 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/ListModel.py, src/PlaceView.py, src/gramps_main.py, src/plugins/WriteFtree.py, src/plugins/pkgexport.glade: * src/ChooseParents.py: Used EditPerson dialog instead of quick add, select added parent in list * src/gramps_main.py: eliminated importing of string, display error if no person selected when trying to export * src/ListModel.py : explicitly delete renderers and columns due to memory leak in pygtk 1.99.16 * src/PlaceView.py: explictly delete model due to above memory leak * src/plugins/pkgexport.glade: don't set height of window * src/plugins/WriteFtree.py: export to Web Family Tree svn: r1942 2003-07-31 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/ListModel.py, gramps2/src/PlaceView.py, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteFtree.py, gramps2/src/plugins/pkgexport.glade: * src/ChooseParents.py: Used EditPerson dialog instead of quick add, select added parent in list * src/gramps_main.py: eliminated importing of string, display error if no person selected when trying to export * src/ListModel.py : explicitly delete renderers and columns due to memory leak in pygtk 1.99.16 * src/PlaceView.py: explictly delete model due to above memory leak * src/plugins/pkgexport.glade: don't set height of window * src/plugins/WriteFtree.py: export to Web Family Tree svn: r1942 2003-07-29 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1941 2003-07-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1941 2003-07-29 Don Allingham <don@gramps-project.org> * src/gramps_main.py: * src/gramps_main.py: handle autosave more gracefully svn: r1940 2003-07-29 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: * src/gramps_main.py: handle autosave more gracefully svn: r1940 2003-07-28 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/AncestorChart.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/plugins/AncestorChart.py: Printable hook. svn: r1939 2003-07-28 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/AncestorChart.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/plugins/AncestorChart.py: Printable hook. svn: r1939 2003-07-28 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Plugins.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/plugins/GraphViz.py: Adapt. * src/Report.py, src/TextDoc.py, src/DrawDoc.py, src/Plugins.py: More support for making printable output formats. svn: r1938 2003-07-28 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Plugins.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/plugins/GraphViz.py: Adapt. * src/Report.py, src/TextDoc.py, src/DrawDoc.py, src/Plugins.py: More support for making printable output formats. svn: r1938 2003-07-28 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/GraphViz.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/plugins/GraphViz.py: Adapt. svn: r1937 2003-07-28 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/GraphViz.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/plugins/GraphViz.py: Adapt. svn: r1937 2003-07-28 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/DrawDoc.py, src/Report.py, src/TextDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/Report.py, src/TextDoc.py, src/DrawDoc.py: More support for making printable output formats. * src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: Make these output formats printable. svn: r1936 2003-07-28 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/DrawDoc.py, gramps2/src/Report.py, gramps2/src/TextDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDrawDoc.py: 2003-07-28 Tim Waugh <twaugh@redhat.com> * src/Report.py, src/TextDoc.py, src/DrawDoc.py: More support for making printable output formats. * src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: Make these output formats printable. svn: r1936 2003-07-27 Tim Waugh <twaugh@redhat.com> * src/plugins/GraphViz.py: Run print dialog in the background. svn: r1935 2003-07-27 Tim Waugh <twaugh@redhat.com> * gramps2/src/plugins/GraphViz.py: Run print dialog in the background. svn: r1935 2003-07-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1934 2003-07-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1934 2003-07-27 Don Allingham <don@gramps-project.org> * src/GrampsParser.py: * src/GrampsParser.py: directly delete several maps to free memory svn: r1933 2003-07-27 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsParser.py: * src/GrampsParser.py: directly delete several maps to free memory svn: r1933 2003-07-27 Don Allingham <don@gramps-project.org> * ChangeLog, aclocal.m4, configure, doc/gramps-manual/C/Makefile.in, gramps.spec, src/data/templates/Makefile.in: update svn: r1932 2003-07-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/gramps.spec, gramps2/src/data/templates/Makefile.in: update svn: r1932 2003-07-27 Don Allingham <don@gramps-project.org> * src/ListModel.py, src/PlaceView.py, src/SourceView.py, src/Sources.py, src/Utils.py, src/gramps_main.py: * src/ListModel.py: set the cell renderers to a fixed size to improve performance * src/PlaceView.py: set the cell renderers to a fixed size to improve performance * src/SourceView.py: set the cell renderers to a fixed size to improve performance * src/Sources.py: set the cell renderers to a fixed size to improve performance * src/Utils.py: set the cell renderers to a fixed size to improve performance * src/gramps_main.py: prevent double loading of place_view svn: r1931 2003-07-27 Don Allingham <don@gramps-project.org> * gramps2/src/ListModel.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/Utils.py, gramps2/src/gramps_main.py: * src/ListModel.py: set the cell renderers to a fixed size to improve performance * src/PlaceView.py: set the cell renderers to a fixed size to improve performance * src/SourceView.py: set the cell renderers to a fixed size to improve performance * src/Sources.py: set the cell renderers to a fixed size to improve performance * src/Utils.py: set the cell renderers to a fixed size to improve performance * src/gramps_main.py: prevent double loading of place_view svn: r1931 2003-07-25 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Report.py, src/plugins/GraphViz.py: 2003-07-25 Tim Waugh <twaugh@redhat.com> * src/Report.py: Support for making output formats printable. * src/plugins/GraphViz.py: Make it printable. svn: r1930 2003-07-25 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/GraphViz.py: 2003-07-25 Tim Waugh <twaugh@redhat.com> * src/Report.py: Support for making output formats printable. * src/plugins/GraphViz.py: Make it printable. svn: r1930 2003-07-25 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/ReadGedcom.py: 2003-07-25 Tim Waugh <twaugh@redhat.com> * src/plugins/ReadGedcom.py: Handle ABBR in source definitions (i.e. handle the GEDCOM that our exporter writes). svn: r1929 2003-07-25 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/ReadGedcom.py: 2003-07-25 Tim Waugh <twaugh@redhat.com> * src/plugins/ReadGedcom.py: Handle ABBR in source definitions (i.e. handle the GEDCOM that our exporter writes). svn: r1929 2003-07-24 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/GenericFilter.py: 2003-07-24 Tim Waugh <twaugh@redhat.com> * src/GenericFilter.py: Several more filters which iterate over other filters. svn: r1928 2003-07-24 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/GenericFilter.py: 2003-07-24 Tim Waugh <twaugh@redhat.com> * src/GenericFilter.py: Several more filters which iterate over other filters. svn: r1928 2003-07-24 Tim Waugh <twaugh@redhat.com> * src/plugins/FilterEditor.py: 2003-07-24 Tim Waugh <twaugh@redhat.com> * src/plugins/FilterEditor.py: Fix 'edit' to do so in place. svn: r1927 2003-07-24 Tim Waugh <twaugh@redhat.com> * gramps2/src/plugins/FilterEditor.py: 2003-07-24 Tim Waugh <twaugh@redhat.com> * src/plugins/FilterEditor.py: Fix 'edit' to do so in place. svn: r1927 2003-07-24 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/FilterEditor.py: 2003-07-24 Tim Waugh <twaugh@redhat.com> * src/plugins/FilterEditor.py: Fix 'edit' to do so in place. svn: r1926 2003-07-24 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/FilterEditor.py: 2003-07-24 Tim Waugh <twaugh@redhat.com> * src/plugins/FilterEditor.py: Fix 'edit' to do so in place. svn: r1926 2003-07-23 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: 2003-07-23 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New options for excluding sources and notes for living people. svn: r1925 2003-07-23 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade: 2003-07-23 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New options for excluding sources and notes for living people. svn: r1925 2003-07-23 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-23 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: More translation bits. Include source author and publication information. svn: r1924 2003-07-23 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-23 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: More translation bits. Include source author and publication information. svn: r1924 2003-07-23 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/SelectChild.py: * src/SelectChild.py: Replace braces with parentheses in named format string parameter. svn: r1923 2003-07-23 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SelectChild.py: * src/SelectChild.py: Replace braces with parentheses in named format string parameter. svn: r1923 2003-07-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Mark translation strings. svn: r1922 2003-07-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Mark translation strings. svn: r1922 2003-07-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Mark the easy translation strings. Start tentative work on making the rest translatable. svn: r1921 2003-07-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Mark the easy translation strings. Start tentative work on making the rest translatable. svn: r1921 2003-07-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Mark the easy translation strings. svn: r1920 2003-07-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Mark the easy translation strings. svn: r1920 2003-07-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Made Person.probablyAlive() take partners into consideration if all else fails. svn: r1919 2003-07-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Made Person.probablyAlive() take partners into consideration if all else fails. svn: r1919 2003-07-22 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New option for obscuring names of living people. svn: r1918 2003-07-22 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade: 2003-07-22 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New option for obscuring names of living people. svn: r1918 2003-07-22 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1917 2003-07-22 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1917 2003-07-22 Don Allingham <don@gramps-project.org> * src/Sources.py: * src/Sources.py: sort sources by title svn: r1916 2003-07-22 Don Allingham <don@gramps-project.org> * gramps2/src/Sources.py: * src/Sources.py: sort sources by title svn: r1916 2003-07-22 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MergeData.py: * src/MergeData.py: Various merge fixes. svn: r1915 2003-07-22 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MergeData.py: * src/MergeData.py: Various merge fixes. svn: r1915 2003-07-21 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1914 2003-07-21 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1914 2003-07-21 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2003-07-21 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Made Person.probablyAlive() smarter. svn: r1913 2003-07-21 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2003-07-21 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Made Person.probablyAlive() smarter. svn: r1913 2003-07-21 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1912 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1912 2003-07-21 Don Allingham <don@gramps-project.org> * src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Header paragraphs have the keep-with-next property set svn: r1911 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Header paragraphs have the keep-with-next property set svn: r1911 2003-07-21 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1910 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1910 2003-07-21 Don Allingham <don@gramps-project.org> * src/GrampsParser.py, src/RelLib.py, src/docgen/LaTeXDoc.py: * src/GrampsParser.py: use findFamilyNoConflicts * src/RelLib.py: remove findFamilyNoConflict * src/docgen/LaTeXDoc.py: Fixed typo in latex generated comment svn: r1909 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsParser.py, gramps2/src/RelLib.py, gramps2/src/docgen/LaTeXDoc.py: * src/GrampsParser.py: use findFamilyNoConflicts * src/RelLib.py: remove findFamilyNoConflict * src/docgen/LaTeXDoc.py: Fixed typo in latex generated comment svn: r1909 2003-07-21 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1908 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1908 2003-07-21 Don Allingham <don@gramps-project.org> * src/plugins/WebPage.py: * src/plugins/WebPage.py: added mini-ancestor tree patch from Daryle C. Lewis svn: r1907 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WebPage.py: * src/plugins/WebPage.py: added mini-ancestor tree patch from Daryle C. Lewis svn: r1907 2003-07-21 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1906 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1906 2003-07-21 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/Sources.py, src/gramps.glade, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py, src/srcsel.glade: * src/plugins/ReadGedcom.py: handle sources attached to a person (not to an event), handle the PAF/FTW _MARNM extension. * src/plugins/WriteGedcom.py: Allow for multi-line PAGE information for as source. * src/gramps.glade: parent relationship editor has an indicator to mark the parents as the preferred parents for reporting and display * src/ChooseParents.py: parent relationship editor has an indicator to mark the parents as the preferred parents for reporting and display svn: r1905 2003-07-21 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/Sources.py, gramps2/src/gramps.glade, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/srcsel.glade: * src/plugins/ReadGedcom.py: handle sources attached to a person (not to an event), handle the PAF/FTW _MARNM extension. * src/plugins/WriteGedcom.py: Allow for multi-line PAGE information for as source. * src/gramps.glade: parent relationship editor has an indicator to mark the parents as the preferred parents for reporting and display * src/ChooseParents.py: parent relationship editor has an indicator to mark the parents as the preferred parents for reporting and display svn: r1905 2003-07-20 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-20 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include source notes. Adjusted default styles. svn: r1904 2003-07-20 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-20 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include source notes. Adjusted default styles. svn: r1904 2003-07-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/CustomBookText.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/SimpleBookTitle.py: * src/docgen/OpenOfficeDoc.py (_write_styles_file): Switch paragraph alignment to "start" and "end" (was "left and "right"). * src/plugins/AncestorReport.py: Change prefixed style name ("AHN-"). Needed because HTML gets confised by ":" in the class name. * src/plugins/Ancestors.py: Likewise ("AR-"). * src/plugins/DescendReport.py: Likewise ("DR-"). * src/plugins/DetAncestralReport.py: Likewise ("DAR-"). * src/plugins/DetDescendantReport.py: Likewise ("DDR-"). * src/plugins/FtmStyleAncestors.py: Likewise ("FTA-"). * src/plugins/FtmStyleDescendants.py: Likewise ("FTD-"). * src/plugins/FamilyGroup.py: Likewise ("FGR-"). * src/plugins/CustomBookText.py: Likewise ("CBT-"). * src/plugins/SimpleBookTitle.py: Likewise ("SBT-"). * src/plugins/IndivSummary.py: Likewise ("IVS-"). * src/plugins/IndivComplete.py: Likewise ("IDS-"). svn: r1903 2003-07-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/SimpleBookTitle.py: * src/docgen/OpenOfficeDoc.py (_write_styles_file): Switch paragraph alignment to "start" and "end" (was "left and "right"). * src/plugins/AncestorReport.py: Change prefixed style name ("AHN-"). Needed because HTML gets confised by ":" in the class name. * src/plugins/Ancestors.py: Likewise ("AR-"). * src/plugins/DescendReport.py: Likewise ("DR-"). * src/plugins/DetAncestralReport.py: Likewise ("DAR-"). * src/plugins/DetDescendantReport.py: Likewise ("DDR-"). * src/plugins/FtmStyleAncestors.py: Likewise ("FTA-"). * src/plugins/FtmStyleDescendants.py: Likewise ("FTD-"). * src/plugins/FamilyGroup.py: Likewise ("FGR-"). * src/plugins/CustomBookText.py: Likewise ("CBT-"). * src/plugins/SimpleBookTitle.py: Likewise ("SBT-"). * src/plugins/IndivSummary.py: Likewise ("IVS-"). * src/plugins/IndivComplete.py: Likewise ("IDS-"). svn: r1903 2003-07-18 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1902 2003-07-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1902 2003-07-18 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml, src/gramps_main.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/CustomBookText.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/SimpleBookTitle.py: * src/gramps_main.py (open_example): Fix destination name when copying files (was directory name). * doc/gramps-manual/C/gramps-manual.xml: Reflect name change for Comprehensive Ancestors Report. * src/plugins/AncestorReport.py: Prefixed style names ("AHN:"). * src/plugins/Ancestors.py: Prefixed style names ("AR:"). * src/plugins/DescendReport.py: Prefixed style names ("DR:"). * src/plugins/DetAncestralReport.py: Prefixed style names ("DAR:"). * src/plugins/DetDescendantReport.py: Prefixed style names ("DDR:"). * src/plugins/FtmStyleAncestors.py: Prefixed style names ("FTA:"). * src/plugins/FtmStyleDescendants.py: Prefixed style names ("FTD:"). * src/plugins/FamilyGroup.py: Prefixed style names ("FGR:"). * src/plugins/CustomBookText.py: Prefixed style names ("CBT:"). * src/plugins/SimpleBookTitle.py: Prefixed style names ("SBT:"). Rename "Copyright string" with "Subtitle string". * src/plugins/BookReport.py (BookReportDialog.__init__): Finally, clear the style problem. svn: r1901 2003-07-18 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/CustomBookText.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/SimpleBookTitle.py: * src/gramps_main.py (open_example): Fix destination name when copying files (was directory name). * doc/gramps-manual/C/gramps-manual.xml: Reflect name change for Comprehensive Ancestors Report. * src/plugins/AncestorReport.py: Prefixed style names ("AHN:"). * src/plugins/Ancestors.py: Prefixed style names ("AR:"). * src/plugins/DescendReport.py: Prefixed style names ("DR:"). * src/plugins/DetAncestralReport.py: Prefixed style names ("DAR:"). * src/plugins/DetDescendantReport.py: Prefixed style names ("DDR:"). * src/plugins/FtmStyleAncestors.py: Prefixed style names ("FTA:"). * src/plugins/FtmStyleDescendants.py: Prefixed style names ("FTD:"). * src/plugins/FamilyGroup.py: Prefixed style names ("FGR:"). * src/plugins/CustomBookText.py: Prefixed style names ("CBT:"). * src/plugins/SimpleBookTitle.py: Prefixed style names ("SBT:"). Rename "Copyright string" with "Subtitle string". * src/plugins/BookReport.py (BookReportDialog.__init__): Finally, clear the style problem. svn: r1901 2003-07-17 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Handle unknown genders and missing first names. svn: r1900 2003-07-17 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Handle unknown genders and missing first names. svn: r1900 2003-07-17 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Translations for 0.9.3 updated + fixed 2 typos svn: r1899 2003-07-17 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Translations for 0.9.3 updated + fixed 2 typos svn: r1899 2003-07-17 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include grandchildren's birth dates in abbreviated form. svn: r1898 2003-07-17 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include grandchildren's birth dates in abbreviated form. svn: r1898 2003-07-17 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include other names in the notes. Include birth/marriage/death descriptions. svn: r1897 2003-07-17 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include other names in the notes. Include birth/marriage/death descriptions. svn: r1897 2003-07-17 Tim Waugh <twaugh@redhat.com> * ChangeLog: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Change report name. Include addresses. Better generation headings. Include nickname. svn: r1896 2003-07-17 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Change report name. Include addresses. Better generation headings. Include nickname. svn: r1896 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Change report name. Include addresses. Better generation headings. Include nickname. svn: r1895 2003-07-17 Tim Waugh <twaugh@redhat.com> * gramps2/src/plugins/Ancestors.py: 2003-07-17 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Change report name. Include addresses. Better generation headings. Include nickname. svn: r1895 2003-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/MediaView.py, src/PlaceView.py, src/StartupDialog.py, src/gramps_main.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/book.glade, src/po/template.po: * src/gramps_main.py: Replace old "file-should-be-directory" message. * src/StartupDialog.py: Minor typos. * src/plugins/Verify.py: Likewise. * src/plugins/WebPage.py: Likewise. * src/plugins/book.glade: Likewise. * src/MediaView.py: Likewise. * src/PlaceView.py: Likewise. * src/po/template.po: Update the above corrections in template. svn: r1894 2003-07-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/StartupDialog.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/book.glade, gramps2/src/po/template.po: * src/gramps_main.py: Replace old "file-should-be-directory" message. * src/StartupDialog.py: Minor typos. * src/plugins/Verify.py: Likewise. * src/plugins/WebPage.py: Likewise. * src/plugins/book.glade: Likewise. * src/MediaView.py: Likewise. * src/PlaceView.py: Likewise. * src/po/template.po: Update the above corrections in template. svn: r1894 2003-07-17 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml, src/plugins/DescendReport.py: * src/plugins/DescendReport.py: Enable translation for "b." and "d." * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1893 2003-07-17 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/src/plugins/DescendReport.py: * src/plugins/DescendReport.py: Enable translation for "b." and "d." * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1893 2003-07-16 Donald A. Peterson <dpeterso@users.sourceforge.net> * ChangeLog, configure, src/plugins/Makefile.in: * doc/gramps-manual/C/figures/bookreport.png: * doc/gramps-manual/C/figures/cfe-df.png: * doc/gramps-manual/C/figures/edit-person-addresses.png: * doc/gramps-manual/C/figures/edit-person-attributes.png: * doc/gramps-manual/C/figures/edit-person-events.png: * doc/gramps-manual/C/figures/edit-person-gallery.png: * doc/gramps-manual/C/figures/edit-person-internet.png: * doc/gramps-manual/C/figures/edit-person-lds.png: * doc/gramps-manual/C/figures/edit-person-names.png: * doc/gramps-manual/C/figures/edit-person-notes.png: * doc/gramps-manual/C/figures/edit-person.png: * doc/gramps-manual/C/figures/edit-plc.png: * doc/gramps-manual/C/figures/edit-rel.png: * doc/gramps-manual/C/figures/edit-si.png: * doc/gramps-manual/C/figures/edit-wi.png: * doc/gramps-manual/C/figures/family.png: * doc/gramps-manual/C/figures/first-open.png: * doc/gramps-manual/C/figures/gedcom-import.png: * doc/gramps-manual/C/figures/mainwin.png: * doc/gramps-manual/C/figures/media.png: * doc/gramps-manual/C/figures/noside-nofilt.png: * doc/gramps-manual/C/figures/pedigree.png: * doc/gramps-manual/C/figures/places.png: * doc/gramps-manual/C/figures/researcher.png: * doc/gramps-manual/C/figures/side-filt.png: * doc/gramps-manual/C/figures/sources.png: HIG-ified images by scaling to the recommended max width of 510 pixels. svn: r1892 2003-07-16 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/ChangeLog, gramps2/configure, gramps2/src/plugins/Makefile.in: * doc/gramps-manual/C/figures/bookreport.png: * doc/gramps-manual/C/figures/cfe-df.png: * doc/gramps-manual/C/figures/edit-person-addresses.png: * doc/gramps-manual/C/figures/edit-person-attributes.png: * doc/gramps-manual/C/figures/edit-person-events.png: * doc/gramps-manual/C/figures/edit-person-gallery.png: * doc/gramps-manual/C/figures/edit-person-internet.png: * doc/gramps-manual/C/figures/edit-person-lds.png: * doc/gramps-manual/C/figures/edit-person-names.png: * doc/gramps-manual/C/figures/edit-person-notes.png: * doc/gramps-manual/C/figures/edit-person.png: * doc/gramps-manual/C/figures/edit-plc.png: * doc/gramps-manual/C/figures/edit-rel.png: * doc/gramps-manual/C/figures/edit-si.png: * doc/gramps-manual/C/figures/edit-wi.png: * doc/gramps-manual/C/figures/family.png: * doc/gramps-manual/C/figures/first-open.png: * doc/gramps-manual/C/figures/gedcom-import.png: * doc/gramps-manual/C/figures/mainwin.png: * doc/gramps-manual/C/figures/media.png: * doc/gramps-manual/C/figures/noside-nofilt.png: * doc/gramps-manual/C/figures/pedigree.png: * doc/gramps-manual/C/figures/places.png: * doc/gramps-manual/C/figures/researcher.png: * doc/gramps-manual/C/figures/side-filt.png: * doc/gramps-manual/C/figures/sources.png: HIG-ified images by scaling to the recommended max width of 510 pixels. svn: r1892 2003-07-16 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Translations for 0.9.3 svn: r1891 2003-07-16 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Translations for 0.9.3 svn: r1891 2003-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/gramps.glade: * src/gramps.glade: Add "..." after Merge, Edit Bookmarks, Preferences, and "Show plugin status" menu items. svn: r1890 2003-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps.glade: * src/gramps.glade: Add "..." after Merge, Edit Bookmarks, Preferences, and "Show plugin status" menu items. svn: r1890 2003-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1889 2003-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1889 2003-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml, src/GrampsCfg.py, src/preferences.glade: * src/GrampsCfg.py: Toolbar and statusbar (single word each). * src/preferences.glade: Statusbar (single word). * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1888 2003-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/src/GrampsCfg.py, gramps2/src/preferences.glade: * src/GrampsCfg.py: Toolbar and statusbar (single word each). * src/preferences.glade: Statusbar (single word). * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1888 2003-07-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/const.py.in, src/plugins/AncestorChart.py, src/plugins/DesGraph.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/po/template.po: * src/plugins/FtmStyleAncestors.py: Fix coma-sepration for endnotes. Translate "Endnotes" sub-heading. Enable pagebreak only when generation > 1 (was 0). * src/plugins/FtmStyleDescendants.py: Likewise. * src/const.py.in: Make the confidence order high to low (was l->h). * src/plugins/AncestorChart.py: Enable translation for "b." and "d." * src/plugins/DesGraph.py: Likewise. * src/po/template.po: Update the above corrections in template. svn: r1887 2003-07-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/const.py.in, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/po/template.po: * src/plugins/FtmStyleAncestors.py: Fix coma-sepration for endnotes. Translate "Endnotes" sub-heading. Enable pagebreak only when generation > 1 (was 0). * src/plugins/FtmStyleDescendants.py: Likewise. * src/const.py.in: Make the confidence order high to low (was l->h). * src/plugins/AncestorChart.py: Enable translation for "b." and "d." * src/plugins/DesGraph.py: Likewise. * src/po/template.po: Update the above corrections in template. svn: r1887 2003-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/dialog.glade, src/edit_person.glade, src/plugins/Makefile.am, src/po/template.po: * src/edit_person.glade: Add colon after "Type" label. * src/dialog.glade: Add accelerator to "Address" label of AddrEdit. * src/po/template.po: Update the above corrections in template. * src/plugins/Makefile.am: Ship CustomBookText.py svn: r1886 2003-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/plugins/Makefile.am, gramps2/src/po/template.po: * src/edit_person.glade: Add colon after "Type" label. * src/dialog.glade: Add accelerator to "Address" label of AddrEdit. * src/po/template.po: Update the above corrections in template. * src/plugins/Makefile.am: Ship CustomBookText.py svn: r1886 2003-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py, src/plugins/WriteCD.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py: * src/plugins/ReadPkg.py: Remove "..." (move this to Plugins.py). * src/plugins/ReadNative.py: Likewise. * src/plugins/ReadGedcom.py: Likewise. * src/plugins/WritePkg.py: Likewise. * src/plugins/WriteCD.py: Likewise. * src/plugins/WriteGedcom.py: Likewise. * src/Plugins.py: Add "..." at menu generation. svn: r1885 2003-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py: * src/plugins/ReadPkg.py: Remove "..." (move this to Plugins.py). * src/plugins/ReadNative.py: Likewise. * src/plugins/ReadGedcom.py: Likewise. * src/plugins/WritePkg.py: Likewise. * src/plugins/WriteCD.py: Likewise. * src/plugins/WriteGedcom.py: Likewise. * src/Plugins.py: Add "..." at menu generation. svn: r1885 2003-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/WriteCD.py, src/plugins/WriteGedcom.py, src/plugins/WritePkg.py: * src/plugins/WritePkg.py: Enable "..." in the menu item. * src/plugins/WriteCD.py: Likewise. * src/plugins/WriteGedcom.py: Likewise. svn: r1884 2003-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePkg.py: * src/plugins/WritePkg.py: Enable "..." in the menu item. * src/plugins/WriteCD.py: Likewise. * src/plugins/WriteGedcom.py: Likewise. svn: r1884 2003-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py: * src/plugins/ReadPkg.py: Enable "..." in the menu item. * src/plugins/ReadNative.py: Likewise. * src/plugins/ReadGedcom.py: Likewise. * src/Report.py: Put "Style" label in singular form (was plural). svn: r1883 2003-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py: * src/plugins/ReadPkg.py: Enable "..." in the menu item. * src/plugins/ReadNative.py: Likewise. * src/plugins/ReadGedcom.py: Likewise. * src/Report.py: Put "Style" label in singular form (was plural). svn: r1883 2003-07-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/CustomBookText.py: * src/plugins/CustomBookText.py: Add to CVS. svn: r1882 2003-07-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/CustomBookText.py: * src/plugins/CustomBookText.py: Add to CVS. svn: r1882 2003-07-14 Don Allingham <don@gramps-project.org> * configure.in: 0.9.3 release svn: r1881 2003-07-14 Don Allingham <don@gramps-project.org> * gramps2/configure.in: 0.9.3 release svn: r1881 2003-07-14 Don Allingham <don@gramps-project.org> * src/plugins/cdexport.glade: remove default size svn: r1879 2003-07-14 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/cdexport.glade: remove default size svn: r1879 2003-07-14 Donald A. Peterson <dpeterso@users.sourceforge.net> * : recovering erroneous commit of small images svn: r1878 2003-07-14 Donald A. Peterson <dpeterso@users.sourceforge.net> * : recovering erroneous commit of small images svn: r1878 2003-07-14 Donald A. Peterson <dpeterso@users.sourceforge.net> * ChangeLog, Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.in, example/gramps/Makefile.in, src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/LaTeXDoc.py, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: * src/docgen/LaTeXDoc.py: Regress UNICODE support to be only a commented line in the output rather than implemented by default since not all LaTeX installations include ucs.sty by default. svn: r1877 2003-07-14 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: * src/docgen/LaTeXDoc.py: Regress UNICODE support to be only a commented line in the output rather than implemented by default since not all LaTeX installations include ucs.sty by default. svn: r1877 2003-07-14 Don Allingham <don@gramps-project.org> * src/po/it.po: update svn: r1876 2003-07-14 Don Allingham <don@gramps-project.org> * gramps2/src/po/it.po: update svn: r1876 2003-07-13 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1875 2003-07-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1875 2003-07-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py: * src/plugins/BookReport.py (BookReportDialog.make_document): Move item initialization here (was in make_report). * src/plugins/DetDescendantReport.py: Remove empty setup(). * src/plugins/AncestorReport.py: Likewise. * src/plugins/Ancestors.py: Likewise. * src/plugins/DescendReport.py: Likewise. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/FamilyGroup.py: Likewise. * src/plugins/DetAncestralReport.py: Likewise. svn: r1874 2003-07-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py: * src/plugins/BookReport.py (BookReportDialog.make_document): Move item initialization here (was in make_report). * src/plugins/DetDescendantReport.py: Remove empty setup(). * src/plugins/AncestorReport.py: Likewise. * src/plugins/Ancestors.py: Likewise. * src/plugins/DescendReport.py: Likewise. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/FamilyGroup.py: Likewise. * src/plugins/DetAncestralReport.py: Likewise. svn: r1874 2003-07-12 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Update svn: r1873 2003-07-12 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Update svn: r1873 2003-07-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1872 2003-07-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1872 2003-07-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py: * src/Plugins.py (PluginDialog.build_tree): Remove reverse() call. svn: r1871 2003-07-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py: * src/Plugins.py (PluginDialog.build_tree): Remove reverse() call. svn: r1871 2003-07-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1870 2003-07-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1870 2003-07-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/IndivSummary.py: * src/plugins/IndivSummary.py (IndivSummary.__init__): Provide default value of 0 to newpage argument. svn: r1869 2003-07-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/IndivSummary.py: * src/plugins/IndivSummary.py (IndivSummary.__init__): Provide default value of 0 to newpage argument. svn: r1869 2003-07-11 Donald A. Peterson <dpeterso@users.sourceforge.net> * ChangeLog: Added unicode supprt to LaTeXDoc.py svn: r1868 2003-07-11 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/ChangeLog: Added unicode supprt to LaTeXDoc.py svn: r1868 2003-07-11 Donald A. Peterson <dpeterso@users.sourceforge.net> * ChangeLog: LaTeXDoc now has unicode support svn: r1867 2003-07-11 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/ChangeLog: LaTeXDoc now has unicode support svn: r1867 2003-07-11 Donald A. Peterson <dpeterso@users.sourceforge.net> * src/docgen/LaTeXDoc.py: Added UNICODE support and '&' replacement svn: r1866 2003-07-11 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/src/docgen/LaTeXDoc.py: Added UNICODE support and '&' replacement svn: r1866 2003-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1865 2003-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1865 2003-07-11 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation update for 0.9.3 svn: r1864 2003-07-11 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation update for 0.9.3 svn: r1864 2003-07-11 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/SimpleBookTitle.py: 2003-07-11 Tim Waugh <twaugh@redhat.com> * src/plugins/SimpleBookTitle.py: Define self.style_name before calling Report.BareReportDialog.__init__(). svn: r1863 2003-07-11 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/SimpleBookTitle.py: 2003-07-11 Tim Waugh <twaugh@redhat.com> * src/plugins/SimpleBookTitle.py: Define self.style_name before calling Report.BareReportDialog.__init__(). svn: r1863 2003-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/ru.po: * src/po/ru.po: Updated Russian translation for 0.9.3. svn: r1862 2003-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/ru.po: * src/po/ru.po: Updated Russian translation for 0.9.3. svn: r1862 2003-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py: * src/Report.py (BareReportDialog.build_style_menu): Initialize menu to self.style_name; (ReportDialog.__init__): Set self.style_name to "default" for standalone reports. * src/plugins/DetDescendantReport.py: Define self.style_name before calling Report.BareReportDialog.__init__(). * src/plugins/AncestorReport.py: Likewise. * src/plugins/Ancestors.py: Likewise. * src/plugins/DescendReport.py: Likewise. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/FtmStyleDescendants.py: Likewise. * src/plugins/IndivComplete.py: Likewise. * src/plugins/IndivSummary.py: Likewise. * src/plugins/FamilyGroup.py: Likewise. * src/plugins/DetAncestralReport.py: Likewise. svn: r1861 2003-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py: * src/Report.py (BareReportDialog.build_style_menu): Initialize menu to self.style_name; (ReportDialog.__init__): Set self.style_name to "default" for standalone reports. * src/plugins/DetDescendantReport.py: Define self.style_name before calling Report.BareReportDialog.__init__(). * src/plugins/AncestorReport.py: Likewise. * src/plugins/Ancestors.py: Likewise. * src/plugins/DescendReport.py: Likewise. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/FtmStyleDescendants.py: Likewise. * src/plugins/IndivComplete.py: Likewise. * src/plugins/IndivSummary.py: Likewise. * src/plugins/FamilyGroup.py: Likewise. * src/plugins/DetAncestralReport.py: Likewise. svn: r1861 2003-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1860 2003-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1860 2003-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py: * src/plugins/BookReport.py (BookReportDialog.__init__): Do not * src/plugins/FtmStyleDescendants.py (FtmDescendantReport.__init__): * src/plugins/IndivComplete.py (IndivComplete.__init__): Likewise. * src/plugins/IndivSummary.py (IndivSummary.__init__): Likewise. svn: r1859 2003-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py: * src/plugins/BookReport.py (BookReportDialog.__init__): Do not * src/plugins/FtmStyleDescendants.py (FtmDescendantReport.__init__): * src/plugins/IndivComplete.py (IndivComplete.__init__): Likewise. * src/plugins/IndivSummary.py (IndivSummary.__init__): Likewise. svn: r1859 2003-07-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/GrampsCfg.py, src/Plugins.py: * src/GrampsCfg.py (GrampsPreferences.select): Conditional get_path(). * src/Plugins.py (PluginDialog.on_node_selected): Likewise. svn: r1858 2003-07-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/GrampsCfg.py, gramps2/src/Plugins.py: * src/GrampsCfg.py (GrampsPreferences.select): Conditional get_path(). * src/Plugins.py (PluginDialog.on_node_selected): Likewise. svn: r1858 2003-07-10 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Relationship.py: 2003-07-10 Tim Waugh <twaugh@redhat.com> * src/Relationship.py: Fix '[...]teenth' relationship name typos. svn: r1857 2003-07-10 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Relationship.py: 2003-07-10 Tim Waugh <twaugh@redhat.com> * src/Relationship.py: Fix '[...]teenth' relationship name typos. svn: r1857 2003-07-10 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Draft of translations for 0.9.3 svn: r1856 2003-07-10 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Draft of translations for 0.9.3 svn: r1856 2003-07-10 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/RelLib.py: 2003-07-10 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Fix for probablyAlive(). If there is no date, but there is other information about the death, the person is not alive. svn: r1855 2003-07-10 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/RelLib.py: 2003-07-10 Tim Waugh <twaugh@redhat.com> * src/RelLib.py: Fix for probablyAlive(). If there is no date, but there is other information about the death, the person is not alive. svn: r1855 2003-07-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1854 2003-07-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: More corrections. svn: r1854 2003-07-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps.1, doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Update the date. * src/plugins/book.glade: Mark dummy strings as non-translatable. svn: r1853 2003-07-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps.1, gramps2/doc/gramps.1.in: * doc/gramps.1.in, doc/gramps.1: Update the date. * src/plugins/book.glade: Mark dummy strings as non-translatable. svn: r1853 2003-07-09 Don Allingham <don@gramps-project.org> * src/po/da_DK.po: Correct merge problem svn: r1852 2003-07-09 Don Allingham <don@gramps-project.org> * gramps2/src/po/da_DK.po: Correct merge problem svn: r1852 2003-07-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: Straighten up versioning. * doc/gramps-manual/C/gramps-manual-C.omf: Update version and date. svn: r1851 2003-07-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: Straighten up versioning. * doc/gramps-manual/C/gramps-manual-C.omf: Update version and date. svn: r1851 2003-07-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/po/ru.po: * src/po/ru.po: First draft of Russian translation for 0.9.3. svn: r1850 2003-07-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/po/ru.po: * src/po/ru.po: First draft of Russian translation for 0.9.3. svn: r1850 2003-07-09 Alex Roitman <shura@gramps-project.org> * src/plugins/book.glade, src/po/template.po: Update svn: r1849 2003-07-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/book.glade, gramps2/src/po/template.po: Update svn: r1849 2003-07-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/SelectChild.py, src/plugins/book.glade, src/po/template.po: * src/SelectChild.py: Fix typos upsetting translation. * src/plugins/book.glade: Mark dummy strins as non-translatable. * src/po/template.po: Update the above corrections in template. svn: r1848 2003-07-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/SelectChild.py, gramps2/src/plugins/book.glade, gramps2/src/po/template.po: * src/SelectChild.py: Fix typos upsetting translation. * src/plugins/book.glade: Mark dummy strins as non-translatable. * src/po/template.po: Update the above corrections in template. svn: r1848 2003-07-09 Don Allingham <don@gramps-project.org> * configure, configure.in, doc/gramps.1, gramps.spec, src/po/template.po: update svn: r1847 2003-07-09 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/doc/gramps.1, gramps2/gramps.spec, gramps2/src/po/template.po: update svn: r1847 2003-07-08 Donald A. Peterson <dpeterso@users.sourceforge.net> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml: Fixed two typos svn: r1846 2003-07-08 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml: Fixed two typos svn: r1846 2003-07-08 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r1845 2003-07-08 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r1845 2003-07-08 Alex Roitman <shura@gramps-project.org> * src/Makefile.in, src/plugins/Makefile.in: Update svn: r1844 2003-07-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/Makefile.in, gramps2/src/plugins/Makefile.in: Update svn: r1844 2003-07-08 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Update svn: r1843 2003-07-08 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Update svn: r1843 2003-07-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: * doc/gramps-manual/C/figures/bookreport.png: Add to CVS. * doc/gramps-manual/C/figures/family.png: Update screenshot. * doc/gramps-manual/C/figures/edit-wi.png: Update screenshot. svn: r1842 2003-07-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * doc/gramps-manual/C/figures/bookreport.png: Add to CVS. * doc/gramps-manual/C/figures/family.png: Update screenshot. * doc/gramps-manual/C/figures/edit-wi.png: Update screenshot. svn: r1842 2003-07-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: Update manual. svn: r1841 2003-07-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/doc/gramps-manual/C/gramps-manual.xml: * doc/gramps-manual/C/gramps-manual.xml: Update manual. svn: r1841 2003-07-08 Don Allingham <don@gramps-project.org> * ChangeLog, Makefile.in, doc/Makefile.in, doc/gramps-manual/C/Makefile.in: update svn: r1840 2003-07-08 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/Makefile.in, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in: update svn: r1840 2003-07-08 Don Allingham <don@gramps-project.org> * src/Date.py, src/EditPerson.py, src/FamilyView.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: add import of string * src/plugins/DetDescendantReport.py: add import of string * src/Date.py: compare date modes when comparing dates * src/EditPerson.py: save date strings which comparing for changes * src/FamilyView.py: Scope Person.male properly svn: r1839 2003-07-08 Don Allingham <don@gramps-project.org> * gramps2/src/Date.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetAncestralReport.py: add import of string * src/plugins/DetDescendantReport.py: add import of string * src/Date.py: compare date modes when comparing dates * src/EditPerson.py: save date strings which comparing for changes * src/FamilyView.py: Scope Person.male properly svn: r1839 2003-07-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/Makefile.am, src/plugins/Makefile.am: * src/Makefile.am: Ship SelectPerson.py and choose.glade. * src/plugins/Makefile.am: Ship SimpleBookTitle.py and book.glade. * NEWS: Some updates for upcoming release. svn: r1838 2003-07-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/Makefile.am, gramps2/src/plugins/Makefile.am: * src/Makefile.am: Ship SelectPerson.py and choose.glade. * src/plugins/Makefile.am: Ship SimpleBookTitle.py and book.glade. * NEWS: Some updates for upcoming release. svn: r1838 2003-07-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/SimpleBookTitle.py: Fix styles in book. Switch to tuple of options. * src/plugins/AncestorReport.py: Fix styles in book. * src/plugins/Ancestors.py: Fix styles in book. * src/plugins/DescendReport.py: Fix styles in book. * src/plugins/FtmStyleAncestors.py: Fix styles in book. * src/plugins/FtmStyleDescendants.py: Fix styles in book. * src/plugins/IndivComplete.py: Switch to tuple of options. * src/plugins/IndivSummary.py: Switch to tuple of options. * src/plugins/SimpleBookTitle.py: Fix styles in book. * src/plugins/FamilyGroup.py: Fix styles in book. * src/plugins/DetAncestralReport.py: Fix styles in book. svn: r1837 2003-07-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/SimpleBookTitle.py: Fix styles in book. Switch to tuple of options. * src/plugins/AncestorReport.py: Fix styles in book. * src/plugins/Ancestors.py: Fix styles in book. * src/plugins/DescendReport.py: Fix styles in book. * src/plugins/FtmStyleAncestors.py: Fix styles in book. * src/plugins/FtmStyleDescendants.py: Fix styles in book. * src/plugins/IndivComplete.py: Switch to tuple of options. * src/plugins/IndivSummary.py: Switch to tuple of options. * src/plugins/SimpleBookTitle.py: Fix styles in book. * src/plugins/FamilyGroup.py: Fix styles in book. * src/plugins/DetAncestralReport.py: Fix styles in book. svn: r1837 2003-07-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Enable book functionality. svn: r1836 2003-07-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py: Enable book functionality. svn: r1836 2003-07-07 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py: 2003-07-07 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date construction logic to handle datestrs. svn: r1835 2003-07-07 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py: 2003-07-07 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date construction logic to handle datestrs. svn: r1835 2003-07-07 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py: 2003-07-07 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py: Fix GEDCOM export. svn: r1834 2003-07-07 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py: 2003-07-07 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py: Fix GEDCOM export. svn: r1834 2003-07-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/DetAncestralReport.py: Check whether family exists before accessing it. * src/plugins/DetAncestralReport.py: Enable book functionality. svn: r1833 2003-07-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/DetAncestralReport.py: Check whether family exists before accessing it. * src/plugins/DetAncestralReport.py: Enable book functionality. svn: r1833 2003-07-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1832 2003-07-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1832 2003-07-07 Don Allingham <don@gramps-project.org> * gramps.sh.in: * gramps.sh.in: Don't override an existing PYTHONPATH environment variable svn: r1831 2003-07-07 Don Allingham <don@gramps-project.org> * gramps2/gramps.sh.in: * gramps.sh.in: Don't override an existing PYTHONPATH environment variable svn: r1831 2003-07-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: Enable book functionality. Check whether family exists before accessing it. svn: r1830 2003-07-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FamilyGroup.py: * src/plugins/FamilyGroup.py: Enable book functionality. Check whether family exists before accessing it. svn: r1830 2003-07-06 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/BookReport.py, src/plugins/DescendReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/SimpleBookTitle.py: * src/plugins/BookReport.py: Make a list of options from a tuple. * src/plugins/AncestorReport.py: Register options as a tuple. * src/plugins/Ancestors.py: Register options as a tuple. * src/plugins/DescendReport.py: Register options as a tuple. * src/plugins/FtmStyleAncestors.py: Register options as a tuple. * src/plugins/FtmStyleDescendants.py: Register options as a tuple. * src/plugins/IndivComplete.py: Register options as a tuple. * src/plugins/IndivSummary.py: Register options as a tuple. * src/plugins/SimpleBookTitle.py: Register options as a tuple. svn: r1829 2003-07-06 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/BookReport.py: Make a list of options from a tuple. * src/plugins/AncestorReport.py: Register options as a tuple. * src/plugins/Ancestors.py: Register options as a tuple. * src/plugins/DescendReport.py: Register options as a tuple. * src/plugins/FtmStyleAncestors.py: Register options as a tuple. * src/plugins/FtmStyleDescendants.py: Register options as a tuple. * src/plugins/IndivComplete.py: Register options as a tuple. * src/plugins/IndivSummary.py: Register options as a tuple. * src/plugins/SimpleBookTitle.py: Register options as a tuple. svn: r1829 2003-07-06 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1828 2003-07-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1828 2003-07-06 Don Allingham <don@gramps-project.org> * src/dialog.glade: * src/dialog.glade: witness changes svn: r1827 2003-07-06 Don Allingham <don@gramps-project.org> * gramps2/src/dialog.glade: * src/dialog.glade: witness changes svn: r1827 2003-07-06 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1826 2003-07-06 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1826 2003-07-06 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/plugins/ReorderIds.py: * src/ImageSelect.py: eliminate recursive error loop when a thumbnail cannot be created. * src/plugins/ReorderIds.py: handle IDs better when reordering svn: r1825 2003-07-06 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/plugins/ReorderIds.py: * src/ImageSelect.py: eliminate recursive error loop when a thumbnail cannot be created. * src/plugins/ReorderIds.py: handle IDs better when reordering svn: r1825 2003-07-05 Alex Roitman <shura@gramps-project.org> * src/plugins/BookReport.py, src/plugins/SimpleBookTitle.py: Minor corrections svn: r1824 2003-07-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/BookReport.py, gramps2/src/plugins/SimpleBookTitle.py: Minor corrections svn: r1824 2003-07-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/Ancestors.py, src/plugins/IndivComplete.py: * src/plugins/Ancestors.py: Enable book functionality. svn: r1823 2003-07-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py, gramps2/src/plugins/IndivComplete.py: * src/plugins/Ancestors.py: Enable book functionality. svn: r1823 2003-07-05 Alex Roitman <shura@gramps-project.org> * src/plugins/AncestorReport.py, src/plugins/BookReport.py: Update svn: r1822 2003-07-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/BookReport.py: Update svn: r1822 2003-07-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/AncestorReport.py, src/plugins/DescendReport.py, src/plugins/IndivComplete.py, src/plugins/SimpleBookTitle.py: Add special treatment for Title entries (no central person displayed). Change type to Title (was Text). * src/plugins/IndivComplete.py: Use filter number in configurator. Move get_report_filters out of dialogs classes so that it can be shared between both dialogs and the write_book_item(). * src/plugins/DescendReport.py: Enable book functionality. * src/plugins/AncestorReport.py: Enable book functionality. svn: r1821 2003-07-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/SimpleBookTitle.py: Add special treatment for Title entries (no central person displayed). Change type to Title (was Text). * src/plugins/IndivComplete.py: Use filter number in configurator. Move get_report_filters out of dialogs classes so that it can be shared between both dialogs and the write_book_item(). * src/plugins/DescendReport.py: Enable book functionality. * src/plugins/AncestorReport.py: Enable book functionality. svn: r1821 2003-07-05 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/SimpleBookTitle.py: * src/plugins/BookReport.py (BookReportSelector.__init__): Enable translation for interface strings, * src/plugins/BookReport.py (BookReportDialog.get_stylesheet_savefile): Add this function to form sane filename for the output. * src/plugins/SimpleBookTitle.py: Add configurable title and copyright. svn: r1820 2003-07-05 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/BookReport.py (BookReportSelector.__init__): Enable translation for interface strings, * src/plugins/BookReport.py (BookReportDialog.get_stylesheet_savefile): Add this function to form sane filename for the output. * src/plugins/SimpleBookTitle.py: Add configurable title and copyright. svn: r1820 2003-07-04 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-07-04 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Really fixed text style for '(no photo)'. svn: r1819 2003-07-04 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-07-04 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Really fixed text style for '(no photo)'. svn: r1819 2003-07-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1818 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1818 2003-07-03 Don Allingham <don@gramps-project.org> * src/Witness.py: * src/Witness.py: integrate SelectPerson svn: r1817 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/src/Witness.py: * src/Witness.py: integrate SelectPerson svn: r1817 2003-07-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1816 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1816 2003-07-03 Don Allingham <don@gramps-project.org> * src/SourceView.py: * src/SourceView.py: Speed up redraw performance svn: r1815 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/src/SourceView.py: * src/SourceView.py: Speed up redraw performance svn: r1815 2003-07-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1814 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1814 2003-07-03 Don Allingham <don@gramps-project.org> * src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: handle surnames containing a slash svn: r1813 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: handle surnames containing a slash svn: r1813 2003-07-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1812 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1812 2003-07-03 Don Allingham <don@gramps-project.org> * src/AddSpouse.py: * src/AddSpouse.py: handle adding of new person callback correctly svn: r1811 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py: * src/AddSpouse.py: handle adding of new person callback correctly svn: r1811 2003-07-03 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1810 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1810 2003-07-03 Don Allingham <don@gramps-project.org> * src/plugins/ReadGedcom.py: * src/plugins/ReadGedcocm.py: Fix callback parameters svn: r1809 2003-07-03 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcocm.py: Fix callback parameters svn: r1809 2003-07-01 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/EditPerson.py: 2003-07-01 Tim Waugh <twaugh@redhat.com> * src/EditPerson.py: Don't guess gender if it has already been set. svn: r1808 2003-07-01 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/EditPerson.py: 2003-07-01 Tim Waugh <twaugh@redhat.com> * src/EditPerson.py: Don't guess gender if it has already been set. svn: r1808 2003-06-30 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Makefile.am, src/plugins/Makefile.in: 2003-06-30 Tim Waugh <twaugh@redhat.com> * src/plugins/Makefile.am: Ship FanChart.py. svn: r1807 2003-06-30 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Makefile.in: 2003-06-30 Tim Waugh <twaugh@redhat.com> * src/plugins/Makefile.am: Ship FanChart.py. svn: r1807 2003-06-30 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-30 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (generation): Report on the correct number of generations (was out by one). Fixed text style for '(no photo)'. svn: r1806 2003-06-30 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-30 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (generation): Report on the correct number of generations (was out by one). Fixed text style for '(no photo)'. svn: r1806 2003-06-30 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1805 2003-06-30 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1805 2003-06-30 Don Allingham <don@gramps-project.org> * src/Plugins.py, src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py, src/plugins/BookReport.py: * src/DisplayTrace.py: identify more linux versions * src/gramps_main.py: fix callbacks for reports * src/plugins/ReorderIds.py: handle integers larger that 32bit * src/Plugins.py: keep a separate lists for formats that support the book format * src/docgen/PdfDoc.py: register as a format supporting books * src/docgen/OpenOfficeDoc.py: register as a format supporting books * src/plugins/BookReport.py: Support different lists for books svn: r1804 2003-06-30 Don Allingham <don@gramps-project.org> * gramps2/src/Plugins.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/BookReport.py: * src/DisplayTrace.py: identify more linux versions * src/gramps_main.py: fix callbacks for reports * src/plugins/ReorderIds.py: handle integers larger that 32bit * src/Plugins.py: keep a separate lists for formats that support the book format * src/docgen/PdfDoc.py: register as a format supporting books * src/docgen/OpenOfficeDoc.py: register as a format supporting books * src/plugins/BookReport.py: Support different lists for books svn: r1804 2003-06-30 Don Allingham <don@gramps-project.org> * src/DisplayTrace.py, src/gramps_main.py, src/plugins/ReorderIds.py: * src/DisplayTrace.py: identify more linux versions svn: r1803 2003-06-30 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTrace.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReorderIds.py: * src/DisplayTrace.py: identify more linux versions svn: r1803 2003-06-29 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1802 2003-06-29 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1802 2003-06-29 Don Allingham <don@gramps-project.org> * src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py: handle missing "endnotes" svn: r1801 2003-06-29 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py: handle missing "endnotes" svn: r1801 2003-06-28 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WriteGedcom.py: 2003-06-28 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py: Convert line end string to chosen encoding (prevents traceback). svn: r1800 2003-06-28 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WriteGedcom.py: 2003-06-28 Tim Waugh <twaugh@redhat.com> * src/plugins/WriteGedcom.py: Convert line end string to chosen encoding (prevents traceback). svn: r1800 2003-06-28 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1799 2003-06-28 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1799 2003-06-28 Don Allingham <don@gramps-project.org> * src/GedcomInfo.py, src/data/gedcom.xml, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: support different end of line characters * src/GedcomInfo.py: support different end of line characters * src/data/gedcom.xml: indicate cr-lf for Windows based tools svn: r1798 2003-06-28 Don Allingham <don@gramps-project.org> * gramps2/src/GedcomInfo.py, gramps2/src/data/gedcom.xml, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: support different end of line characters * src/GedcomInfo.py: support different end of line characters * src/data/gedcom.xml: indicate cr-lf for Windows based tools svn: r1798 2003-06-27 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/PlaceView.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/PlaceView.py: Fix removal of unreferenced places. svn: r1797 2003-06-27 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/PlaceView.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/PlaceView.py: Fix removal of unreferenced places. svn: r1797 2003-06-27 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WebPage.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/plugins/WebPage.py: Make source links work. svn: r1796 2003-06-27 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/plugins/WebPage.py: Make source links work. svn: r1796 2003-06-27 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/EditPerson.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/EditPerson.py: Place keys are unicode. svn: r1795 2003-06-27 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/EditPerson.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/EditPerson.py: Place keys are unicode. svn: r1795 2003-06-27 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include source reference notes. Made source citation optional. Adjusted styles. svn: r1794 2003-06-27 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-27 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include source reference notes. Made source citation optional. Adjusted styles. svn: r1794 2003-06-27 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1793 2003-06-27 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1793 2003-06-27 Don Allingham <don@gramps-project.org> * src/plugins/IndivSummary.py: * src/plugins/IndivComplete.py: make compatible with BookReport * src/plugins/IndivSummary.py: changed style names to use colon qualifiers svn: r1792 2003-06-27 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/IndivSummary.py: * src/plugins/IndivComplete.py: make compatible with BookReport * src/plugins/IndivSummary.py: changed style names to use colon qualifiers svn: r1792 2003-06-27 Don Allingham <don@gramps-project.org> * src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: make compatible with BookReport svn: r1791 2003-06-27 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/IndivComplete.py: * src/plugins/IndivComplete.py: make compatible with BookReport svn: r1791 2003-06-27 Don Allingham <don@gramps-project.org> * src/plugins/Makefile.am: Added bookreport.py svn: r1790 2003-06-27 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Makefile.am: Added bookreport.py svn: r1790 2003-06-26 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/WebPage.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/WebPage.py: Fix gendex creation. svn: r1789 2003-06-26 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/WebPage.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/WebPage.py: Fix gendex creation. svn: r1789 2003-06-26 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/ImgManip.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/ImgManip.py: Seems to need the SIGCHLD handler resetting here to prevent EINTR causing traceback. svn: r1788 2003-06-26 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/ImgManip.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/ImgManip.py: Seems to need the SIGCHLD handler resetting here to prevent EINTR causing traceback. svn: r1788 2003-06-26 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Cite sources. svn: r1787 2003-06-26 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Cite sources. svn: r1787 2003-06-26 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1786 2003-06-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1786 2003-06-26 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include notes for principal names. svn: r1785 2003-06-26 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Include notes for principal names. svn: r1785 2003-06-26 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Briefly list children from other marriages. Make extra table cells for other spouses. svn: r1784 2003-06-26 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-26 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Briefly list children from other marriages. Make extra table cells for other spouses. svn: r1784 2003-06-26 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1783 2003-06-26 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1783 2003-06-26 Don Allingham <don@gramps-project.org> * src/gramps_main.py, src/latin_utf8.py, src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: removed unused variable * src/latin_utf8.py: explicity state iso-8859-1 to unicode translation * src/gramps_main.py: handle clearing of tabs better, eliminating spurious tabs being added on a complete rebuild of the tabs. svn: r1782 2003-06-26 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/latin_utf8.py, gramps2/src/plugins/ReadGedcom.py: * src/plugins/ReadGedcom.py: removed unused variable * src/latin_utf8.py: explicity state iso-8859-1 to unicode translation * src/gramps_main.py: handle clearing of tabs better, eliminating spurious tabs being added on a complete rebuild of the tabs. svn: r1782 2003-06-25 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Corrections to translation svn: r1781 2003-06-25 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Corrections to translation svn: r1781 2003-06-25 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-25 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Handle page break option. svn: r1780 2003-06-25 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-25 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Handle page break option. svn: r1780 2003-06-25 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/Date.py: 2003-06-25 Tim Waugh <twaugh@redhat.com> * src/Date.py: Make sure range is 0 when it should be. Dates compare differently if only one is a range. svn: r1779 2003-06-25 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/Date.py: 2003-06-25 Tim Waugh <twaugh@redhat.com> * src/Date.py: Make sure range is 0 when it should be. Dates compare differently if only one is a range. svn: r1779 2003-06-25 Don Allingham <don@gramps-project.org> * src/Report.py: remove string module svn: r1778 2003-06-25 Don Allingham <don@gramps-project.org> * gramps2/src/Report.py: remove string module svn: r1778 2003-06-25 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1777 2003-06-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1777 2003-06-25 Don Allingham <don@gramps-project.org> * src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: new page title for book svn: r1776 2003-06-25 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/SimpleBookTitle.py: * src/plugins/SimpleBookTitle.py: new page title for book svn: r1776 2003-06-25 Don Allingham <don@gramps-project.org> * ChangeLog, src/gramps_main.py: update svn: r1775 2003-06-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/src/gramps_main.py: update svn: r1775 2003-06-25 Don Allingham <don@gramps-project.org> * src/docgen/PdfDoc.py, src/plugins/BookReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivSummary.py: * src/docgen/PdfDoc.py: handle page break * src/plugins/BookReport.py: move book report to its own category, handle page break properly * src/plugins/FtmStyleAncestors.py: handle book improvements * src/plugins/FtmStyleDescendants.py: handle book improvements * src/plugins/IndivSummary.py: handle book improvements, rename document styles svn: r1774 2003-06-25 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivSummary.py: * src/docgen/PdfDoc.py: handle page break * src/plugins/BookReport.py: move book report to its own category, handle page break properly * src/plugins/FtmStyleAncestors.py: handle book improvements * src/plugins/FtmStyleDescendants.py: handle book improvements * src/plugins/IndivSummary.py: handle book improvements, rename document styles svn: r1774 2003-06-25 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1773 2003-06-25 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1773 2003-06-24 Don Allingham <don@gramps-project.org> * src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: * src/plugins/WriteGedcom.py: Allow iso-8859-1 (ANSI) encoding * src/plugins/gedcomexport.glade: Allow iso-8859-1 (ANSI) encoding svn: r1772 2003-06-24 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade: * src/plugins/WriteGedcom.py: Allow iso-8859-1 (ANSI) encoding * src/plugins/gedcomexport.glade: Allow iso-8859-1 (ANSI) encoding svn: r1772 2003-06-24 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1771 2003-06-24 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1771 2003-06-24 Don Allingham <don@gramps-project.org> * src/SubstKeywords.py: * src/SubstKeywords.py: Fixed typo on getName svn: r1770 2003-06-24 Don Allingham <don@gramps-project.org> * gramps2/src/SubstKeywords.py: * src/SubstKeywords.py: Fixed typo on getName svn: r1770 2003-06-24 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/EditPerson.py, src/GrampsParser.py, src/RelLib.py, src/edit_person.glade: 2003-06-24 Tim Waugh <twaugh@redhat.com> * src/GrampsParser.py: Use access methods rather than poking directly. * src/RelLib.py: Keep statistics on gender distribution among first names so that it can be used for guessing. * src/edit_person.glade: More event handlers. * src/EditPerson.py: Guess gender when appropriate. svn: r1769 2003-06-24 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/GrampsParser.py, gramps2/src/RelLib.py, gramps2/src/edit_person.glade: 2003-06-24 Tim Waugh <twaugh@redhat.com> * src/GrampsParser.py: Use access methods rather than poking directly. * src/RelLib.py: Keep statistics on gender distribution among first names so that it can be used for guessing. * src/edit_person.glade: More event handlers. * src/EditPerson.py: Guess gender when appropriate. svn: r1769 2003-06-23 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/NoteEdit.py: 2003-06-23 Tim Waugh <twaugh@redhat.com> * src/NoteEdit.py: Use automatic scrolling policy, to fix scrolling. svn: r1768 2003-06-23 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/NoteEdit.py: 2003-06-23 Tim Waugh <twaugh@redhat.com> * src/NoteEdit.py: Use automatic scrolling policy, to fix scrolling. svn: r1768 2003-06-21 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-21 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Better handling of missing photos. svn: r1767 2003-06-21 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-21 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py: Better handling of missing photos. svn: r1767 2003-06-21 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-21 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (event_info): Better handling of strings. svn: r1766 2003-06-21 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-21 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (event_info): Better handling of strings. svn: r1766 2003-06-21 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/plugins/Ancestors.py: 2003-06-21 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (person_name): Handle titles and suffices. svn: r1765 2003-06-21 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/plugins/Ancestors.py: 2003-06-21 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (person_name): Handle titles and suffices. svn: r1765 2003-06-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, Makefile.am, doc/Makefile.am, doc/omf.make, doc/xmldocs.make: 2003-06-19 Tim Waugh <twaugh@redhat.com> * Makefile.am, doc/Makefile.am, doc/omf.make, doc/xmldocs.make: Fixes so that 'make distcheck' succeeds. svn: r1764 2003-06-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/Makefile.am, gramps2/doc/Makefile.am, gramps2/doc/omf.make, gramps2/doc/xmldocs.make: 2003-06-19 Tim Waugh <twaugh@redhat.com> * Makefile.am, doc/Makefile.am, doc/omf.make, doc/xmldocs.make: Fixes so that 'make distcheck' succeeds. svn: r1764 2003-06-19 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/WriteXML.py: 2003-06-19 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py (write_xml_data): Use a stable order for writing elements in XML. This makes it useful to do revision control (RFE 748165). svn: r1763 2003-06-19 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/WriteXML.py: 2003-06-19 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py (write_xml_data): Use a stable order for writing elements in XML. This makes it useful to do revision control (RFE 748165). svn: r1763 2003-06-19 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1762 2003-06-19 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1762 2003-06-19 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py: keep focus on correct family after a new child is added * src/plugins/WriteGedcom.py: catch filter exceptions * src/GenericFilter.py: eliminate loop detection svn: r1761 2003-06-19 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py: keep focus on correct family after a new child is added * src/plugins/WriteGedcom.py: catch filter exceptions * src/GenericFilter.py: eliminate loop detection svn: r1761 2003-06-18 Don Allingham <don@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py: keep focus on correct family after a new child is added * src/plugins/WriteGedcom.py: catch filter exceptions * src/GenericFilter.py: eliminate loop detection svn: r1760 2003-06-18 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py: keep focus on correct family after a new child is added * src/plugins/WriteGedcom.py: catch filter exceptions * src/GenericFilter.py: eliminate loop detection svn: r1760 2003-06-18 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/FamilyView.py: 2003-06-18 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (add_child_clicked): No reason to assume children are female. svn: r1759 2003-06-18 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/FamilyView.py: 2003-06-18 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (add_child_clicked): No reason to assume children are female. svn: r1759 2003-06-18 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: catch filter exceptions * src/GenericFilter.py: eliminate loop detection svn: r1758 2003-06-18 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/plugins/WriteGedcom.py: * src/plugins/WriteGedcom.py: catch filter exceptions * src/GenericFilter.py: eliminate loop detection svn: r1758 2003-06-17 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1757 2003-06-17 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1757 2003-06-17 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/RelLib.py, src/SelectChild.py: * src/gramps.glade: Add a dialog to allow a child's relationships to his/her parents to be altered. * src/FamilyView.py: Add popup menu for childlist to allow the enabling of the new child relationship editor dialog * src/SelectChild.py: Child relationship editor * src/RelLib.py: Allow for altering of relationships of the AltFamilyList svn: r1756 2003-06-17 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/RelLib.py, gramps2/src/SelectChild.py: * src/gramps.glade: Add a dialog to allow a child's relationships to his/her parents to be altered. * src/FamilyView.py: Add popup menu for childlist to allow the enabling of the new child relationship editor dialog * src/SelectChild.py: Child relationship editor * src/RelLib.py: Allow for altering of relationships of the AltFamilyList svn: r1756 2003-06-17 Don Allingham <don@gramps-project.org> * src/gramps.glade: * src/gramps.glade: Add a dialog to allow a child's relationships to his/her parents to be altered. svn: r1755 2003-06-17 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: * src/gramps.glade: Add a dialog to allow a child's relationships to his/her parents to be altered. svn: r1755 2003-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, NEWS, src/PedView.py: * src/PedView.py (DispBox.__init__): Conditional display of "b." and "d." strings depending on the availability of the appropriate date. * NEWS: Start new section for 0.9.3 release. svn: r1754 2003-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/NEWS, gramps2/src/PedView.py: * src/PedView.py (DispBox.__init__): Conditional display of "b." and "d." strings depending on the availability of the appropriate date. * NEWS: Start new section for 0.9.3 release. svn: r1754 2003-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: Remove options_dialog function as it is not nedded anymore. * src/plugins/BookReport.py: Add lots of doc strings. svn: r1753 2003-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: Remove options_dialog function as it is not nedded anymore. * src/plugins/BookReport.py: Add lots of doc strings. svn: r1753 2003-06-16 Tim Waugh <twaugh@redhat.com> * ChangeLog, src/FamilyView.py: 2003-06-16 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (north_american): Fixed traceback when adding a new child in the family view. svn: r1752 2003-06-16 Tim Waugh <twaugh@redhat.com> * gramps2/ChangeLog, gramps2/src/FamilyView.py: 2003-06-16 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (north_american): Fixed traceback when adding a new child in the family view. svn: r1752 2003-06-16 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Remove options_dialog function -- it is not nedded anymore. svn: r1751 2003-06-16 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Remove options_dialog function -- it is not nedded anymore. svn: r1751 2003-06-16 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/EditPerson.py, src/ListModel.py, src/Makefile.am, src/Makefile.in, src/Plugins.py, src/ReadXML.py, src/Relationship.py, src/Report.py, src/StartupDialog.py, src/StyleEditor.py, src/VersionControl.py, src/docgen/AbiWord2Doc.py, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/gramps_main.py, src/plugins/Check.py, src/plugins/GraphViz.py, src/plugins/Makefile.in, src/plugins/ReorderIds.py: pychecker fixes svn: r1750 2003-06-16 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/ListModel.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Plugins.py, gramps2/src/ReadXML.py, gramps2/src/Relationship.py, gramps2/src/Report.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/VersionControl.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/ReorderIds.py: pychecker fixes svn: r1750 2003-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/AutoComp.py: * src/AutoComp.py (AutoCombo.timer_callback): Fix autocompletion so that the typed portion of the text is always visible. svn: r1749 2003-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/AutoComp.py: * src/AutoComp.py (AutoCombo.timer_callback): Fix autocompletion so that the typed portion of the text is always visible. svn: r1749 2003-06-15 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1748 2003-06-15 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1748 2003-06-15 Don Allingham <don@gramps-project.org> * src/config.glade: No longer needed svn: r1747 2003-06-15 Don Allingham <don@gramps-project.org> * gramps2/src/config.glade: No longer needed svn: r1747 2003-06-15 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/SelectChild.py, src/gramps.glade: * src/gramps.glade: added select/edit buttions to family view * src/SelectChild.py: change title from Add Children to Add Child to Family * src/FamilyView: add support for adding spouse/child with full Edit Person window, along with old method of adding via selectors svn: r1746 2003-06-15 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/SelectChild.py, gramps2/src/gramps.glade: * src/gramps.glade: added select/edit buttions to family view * src/SelectChild.py: change title from Add Children to Add Child to Family * src/FamilyView: add support for adding spouse/child with full Edit Person window, along with old method of adding via selectors svn: r1746 2003-06-15 Alex Roitman <shura@gramps-project.org> * src/plugins/IndivComplete.py: Update svn: r1745 2003-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/IndivComplete.py: Update svn: r1745 2003-06-15 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/StyleEditor.py, src/TextDoc.py, src/Utils.py: * src/Utils.py: Provide a locale-aware string formatting conversion into C-locale string (for saving floats in XML) * src/StyleEditor.py (draw): Call locale.str instead of str. * src/TextDoc.py (StyleSheetList.save): Call gformat instead of '%f'. svn: r1744 2003-06-15 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/StyleEditor.py, gramps2/src/TextDoc.py, gramps2/src/Utils.py: * src/Utils.py: Provide a locale-aware string formatting conversion into C-locale string (for saving floats in XML) * src/StyleEditor.py (draw): Call locale.str instead of str. * src/TextDoc.py (StyleSheetList.save): Call gformat instead of '%f'. svn: r1744 2003-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/StyleEditor.py, src/TextDoc.py: * src/plugins/IndivComplete.py (write_fact): Enable translation for the event name; * (get_stylesheet_savefile): Change the name of xml file (and, consequently, the target filename) -- was confused with family group. * src/StyleEditor.py (save_paragraph): Call gfloat instead of float. * src/TextDoc.py (SheetParser.startElement): Likewise. svn: r1743 2003-06-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/StyleEditor.py, gramps2/src/TextDoc.py: * src/plugins/IndivComplete.py (write_fact): Enable translation for the event name; * (get_stylesheet_savefile): Change the name of xml file (and, consequently, the target filename) -- was confused with family group. * src/StyleEditor.py (save_paragraph): Call gfloat instead of float. * src/TextDoc.py (SheetParser.startElement): Likewise. svn: r1743 2003-06-14 Don Allingham <don@gramps-project.org> * src/Utils.py: Fixed typo svn: r1742 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/Utils.py: Fixed typo svn: r1742 2003-06-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1741 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1741 2003-06-14 Don Allingham <don@gramps-project.org> * src/PaperMenu.py, src/TextDoc.py, src/Utils.py: * src/Utils.py: provide a locale independant floating point conversion utility * src/TextDoc.py: call new gfloat utility instead of float * src/PaperMenu.py: call new gfloat utility instead of float svn: r1740 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/PaperMenu.py, gramps2/src/TextDoc.py, gramps2/src/Utils.py: * src/Utils.py: provide a locale independant floating point conversion utility * src/TextDoc.py: call new gfloat utility instead of float * src/PaperMenu.py: call new gfloat utility instead of float svn: r1740 2003-06-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1739 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1739 2003-06-14 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/gramps_main.py, src/preferences.glade: * src/preferences.glade: Don't immediately show preferences dialog * src/GrampsCfg.py: Handle new callback for preferences dialog * src/gramps_main.py: Pass update_display instead of full_update to loadConfig to prevent the displaying of multiple entries on the display. svn: r1738 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/gramps_main.py, gramps2/src/preferences.glade: * src/preferences.glade: Don't immediately show preferences dialog * src/GrampsCfg.py: Handle new callback for preferences dialog * src/gramps_main.py: Pass update_display instead of full_update to loadConfig to prevent the displaying of multiple entries on the display. svn: r1738 2003-06-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1737 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1737 2003-06-14 Don Allingham <don@gramps-project.org> * src/plugins/Ancestors.py: * Ancestors.py (AncestorsReport.__init__): Define Photo and Entry cell styles. svn: r1736 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Ancestors.py: * Ancestors.py (AncestorsReport.__init__): Define Photo and Entry cell styles. svn: r1736 2003-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/IndivComplete.py: Update svn: r1735 2003-06-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/IndivComplete.py: Update svn: r1735 2003-06-14 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py: * src/EditPerson.py (did_data_change): When checking name type, compare translated strings (otherwise they always differ). svn: r1734 2003-06-14 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py: * src/EditPerson.py (did_data_change): When checking name type, compare translated strings (otherwise they always differ). svn: r1734 2003-06-14 Don Allingham <don@gramps-project.org> * src/docgen/RTFDoc.py: removed extra '}' svn: r1733 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/RTFDoc.py: removed extra '}' svn: r1733 2003-06-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1732 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1732 2003-06-14 Don Allingham <don@gramps-project.org> * src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: add support for superscripts svn: r1731 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/RTFDoc.py: * src/docgen/RTFDoc.py: add support for superscripts svn: r1731 2003-06-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1730 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1730 2003-06-14 Don Allingham <don@gramps-project.org> * src/docgen/KwordDoc.py: * src/docgen/KwordDoc.py: add support for superscripts svn: r1729 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/KwordDoc.py: * src/docgen/KwordDoc.py: add support for superscripts svn: r1729 2003-06-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1728 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1728 2003-06-14 Don Allingham <don@gramps-project.org> * src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenDrawDoc.py: add support for superscripts * src/docgen/OpenOfficeDoc.py: add support for superscripts * src/plugins/Ancestors.py: New Ancestors report added svn: r1727 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenDrawDoc.py: add support for superscripts * src/docgen/OpenOfficeDoc.py: add support for superscripts * src/plugins/Ancestors.py: New Ancestors report added svn: r1727 2003-06-14 Don Allingham <don@gramps-project.org> * src/plugins/Ancestors.py: * src/plugins/Ancestors.py: New Ancestors report added svn: r1726 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Ancestors.py: * src/plugins/Ancestors.py: New Ancestors report added svn: r1726 2003-06-14 Don Allingham <don@gramps-project.org> * src/plugins/Makefile.am: Add Ancestors.py svn: r1725 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Makefile.am: Add Ancestors.py svn: r1725 2003-06-14 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1724 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1724 2003-06-14 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/EditPlace.py: * src/EditPerson.py: Removed the conflict of using pmap for two seperate purposes - mapping places to iterators and places to keys. The place to key map is now pdmap * src/EditPlace.py: Handle drag and drop with places * src/EditPerson.py: Handle exchange of perferred name and selected name in the alternate name list svn: r1723 2003-06-14 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/EditPlace.py: * src/EditPerson.py: Removed the conflict of using pmap for two seperate purposes - mapping places to iterators and places to keys. The place to key map is now pdmap * src/EditPlace.py: Handle drag and drop with places * src/EditPerson.py: Handle exchange of perferred name and selected name in the alternate name list svn: r1723 2003-06-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPerson.py, src/const.py.in, src/plugins/IndivComplete.py: * src/const.py.in: Add InverseNameTypesMap. * src/plugins/IndivComplete.py: Use InverseNameTypesMap for alternate names. * src/EditPerson.py (on_name_select_row): Display translated name type. svn: r1722 2003-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPerson.py, gramps2/src/const.py.in, gramps2/src/plugins/IndivComplete.py: * src/const.py.in: Add InverseNameTypesMap. * src/plugins/IndivComplete.py: Use InverseNameTypesMap for alternate names. * src/EditPerson.py (on_name_select_row): Display translated name type. svn: r1722 2003-06-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py, src/plugins/FtmStyleDescendants.py: * src/docgen/HtmlDoc.py: Properly build style declaration. * src/plugins/FtmStyleDescendants.py: Setup before opening. svn: r1721 2003-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/HtmlDoc.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/docgen/HtmlDoc.py: Properly build style declaration. * src/plugins/FtmStyleDescendants.py: Setup before opening. svn: r1721 2003-06-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Escape special XML characters. svn: r1720 2003-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Escape special XML characters. svn: r1720 2003-06-13 Don Allingham <don@gramps-project.org> * src/EditPerson.py: * src/EditPerson.py: Removed the conflict of using pmap for two seperate purposes - mapping places to iterators and places to keys. The place to key map is now pdmap svn: r1719 2003-06-13 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py: * src/EditPerson.py: Removed the conflict of using pmap for two seperate purposes - mapping places to iterators and places to keys. The place to key map is now pdmap svn: r1719 2003-06-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Surround images by paragraph tags when inside the table cell. svn: r1718 2003-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Surround images by paragraph tags when inside the table cell. svn: r1718 2003-06-13 Don Allingham <don@gramps-project.org> * ChangeLog, configure, gramps.spec, src/EditPerson.py, src/Makefile.in, src/docgen/Makefile.am, src/docgen/Makefile.in: update svn: r1717 2003-06-13 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog, gramps2/configure, gramps2/gramps.spec, gramps2/src/EditPerson.py, gramps2/src/Makefile.in, gramps2/src/docgen/Makefile.am, gramps2/src/docgen/Makefile.in: update svn: r1717 2003-06-13 Don Allingham <don@gramps-project.org> * src/DrawDoc.py, src/docgen/OpenDrawDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/FanChart.py: * src/DrawDoc.py: support for drawing wedges and rotated text * src/docgen/PSDrawDoc.py: postscipt support for wedges and rotated text * src/docgen/PdfDrawDoc.py: PDF support for wedges and rotated text * src/docgen/SvgDrawDoc.py: SVG support for wedges and rotated text * src/docgen/OpenDrawDoc.py: OpenOffice support for wedges and rotated text * src/plugins/FanChart.py: Fan chart report * src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules to be more efficient and to properly handle loop detection. * src/RelLib.py: Added the getValidDeath and getValidBirth methods to the Person class * src/plugins/WebPage.py: Handle filter errors * src/docgen/OpenOfficeDoc.py: pass non-unicode names to zipfile svn: r1716 2003-06-13 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/plugins/FanChart.py: * src/DrawDoc.py: support for drawing wedges and rotated text * src/docgen/PSDrawDoc.py: postscipt support for wedges and rotated text * src/docgen/PdfDrawDoc.py: PDF support for wedges and rotated text * src/docgen/SvgDrawDoc.py: SVG support for wedges and rotated text * src/docgen/OpenDrawDoc.py: OpenOffice support for wedges and rotated text * src/plugins/FanChart.py: Fan chart report * src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules to be more efficient and to properly handle loop detection. * src/RelLib.py: Added the getValidDeath and getValidBirth methods to the Person class * src/plugins/WebPage.py: Handle filter errors * src/docgen/OpenOfficeDoc.py: pass non-unicode names to zipfile svn: r1716 2003-06-13 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/KwordDoc.py: * src/docgen/KwordDoc.py (write_text): Replace & with & in text. Closes gramps-bugs-649228, finally. (start_table): close FRAMESET tag conditionally. This prevents closing it twice (both in end_cell and start_table). Closes 753151. svn: r1715 2003-06-13 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/KwordDoc.py: * src/docgen/KwordDoc.py (write_text): Replace & with & in text. Closes gramps-bugs-649228, finally. (start_table): close FRAMESET tag conditionally. This prevents closing it twice (both in end_cell and start_table). Closes 753151. svn: r1715 2003-06-12 Alex Roitman <shura@gramps-project.org> * src/docgen/OpenOfficeDoc.py: Typo svn: r1714 2003-06-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py: Typo svn: r1714 2003-06-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Fix typo. Prevent images from being copied more than once. svn: r1713 2003-06-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/OpenOfficeDoc.py: * src/docgen/OpenOfficeDoc.py: Fix typo. Prevent images from being copied more than once. svn: r1713 2003-06-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py: * src/EditPlace.py: Add url_edit_callback() and pass it on to UrlEdit when clicked on Add or Edit in Place's Url list. svn: r1712 2003-06-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py: * src/EditPlace.py: Add url_edit_callback() and pass it on to UrlEdit when clicked on Add or Edit in Place's Url list. svn: r1712 2003-06-12 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/EditPlace.py: * src/EditPlace.py (on_switch_page): Fix page numbers to enable proper loading of gallery and references. svn: r1711 2003-06-12 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/EditPlace.py: * src/EditPlace.py (on_switch_page): Fix page numbers to enable proper loading of gallery and references. svn: r1711 2003-06-12 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/RelLib.py, src/docgen/OpenOfficeDoc.py, src/plugins/WebPage.py: * src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules to be more efficient and to properly handle loop detection. * src/RelLib.py: Added the getValidDeath and getValidBirth methods to the Person class svn: r1710 2003-06-12 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/RelLib.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/WebPage.py: * src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules to be more efficient and to properly handle loop detection. * src/RelLib.py: Added the getValidDeath and getValidBirth methods to the Person class svn: r1710 2003-06-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py: * src/plugins/BookReport.py (Book.pop_item): Add missing return statement. * src/plugins/BookReport.py (BookReportSelector.open_book): Add a warning if the database for the book is not the same as current. svn: r1709 2003-06-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py: * src/plugins/BookReport.py (Book.pop_item): Add missing return statement. * src/plugins/BookReport.py (BookReportSelector.open_book): Add a warning if the database for the book is not the same as current. svn: r1709 2003-06-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (add_photo): Fix typo in image reference. svn: r1708 2003-06-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/docgen/HtmlDoc.py: * src/docgen/HtmlDoc.py (add_photo): Fix typo in image reference. svn: r1708 2003-06-11 Alex Roitman <shura@gramps-project.org> * src/Plugins.py: Typo svn: r1707 2003-06-11 Alex Roitman <shura@gramps-project.org> * gramps2/src/Plugins.py: Typo svn: r1707 2003-06-11 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/plugins/BookReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/book.glade: * src/Plugins.py: Add more values for book item registration. * src/plugins/FtmStyleDescendants.py: Comply with book changes. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/BookReport.py: Rewrite most of the code using new classes: BookItem, Book, BookList, BookParser, BookListDisplay. Add open/save/edit functionality. * src/plugins/book.glade: Add new dialog for BookListDisplay. Also add a text entry field for saving book and new buttons: Open, Edit, Save. svn: r1706 2003-06-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/book.glade: * src/Plugins.py: Add more values for book item registration. * src/plugins/FtmStyleDescendants.py: Comply with book changes. * src/plugins/FtmStyleAncestors.py: Likewise. * src/plugins/BookReport.py: Rewrite most of the code using new classes: BookItem, Book, BookList, BookParser, BookListDisplay. Add open/save/edit functionality. * src/plugins/book.glade: Add new dialog for BookListDisplay. Also add a text entry field for saving book and new buttons: Open, Edit, Save. svn: r1706 2003-06-11 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1705 2003-06-11 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1705 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1704 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1704 2003-06-11 Don Allingham <don@gramps-project.org> * src/const.py.in: * src/const.py.in: Updated LDS temple list svn: r1703 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/const.py.in: * src/const.py.in: Updated LDS temple list svn: r1703 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1702 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1702 2003-06-11 Don Allingham <don@gramps-project.org> * src/Plugins.py: * src/select_person.glade: select person interface * src/Plugins.py: Catch the LANG environment variable not being set when determining which relationship calculator to use svn: r1701 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/Plugins.py: * src/select_person.glade: select person interface * src/Plugins.py: Catch the LANG environment variable not being set when determining which relationship calculator to use svn: r1701 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1700 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1700 2003-06-11 Don Allingham <don@gramps-project.org> * src/dialog.glade, src/edit_person.glade, src/gramps.glade, src/imagesel.glade, src/marriage.glade, src/mergedata.glade, src/places.glade, src/rule.glade, src/select_person.glade, src/srcsel.glade, src/styles.glade: * src/styles.glade - scrolling fix * src/dialog.glade - scrolling fix * src/edit_person.glade - scrolling fix * src/gramps.glade - scrolling fix * src/imagesel.glade - scrolling fix * src/marriage.glade - scrolling fix * src/mergedata.glade - scrolling fix * src/places.glade - scrolling fix * src/rule.glade - scrolling fix * src/srcsel.glade - scrolling fix svn: r1699 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/imagesel.glade, gramps2/src/marriage.glade, gramps2/src/mergedata.glade, gramps2/src/places.glade, gramps2/src/rule.glade, gramps2/src/select_person.glade, gramps2/src/srcsel.glade, gramps2/src/styles.glade: * src/styles.glade - scrolling fix * src/dialog.glade - scrolling fix * src/edit_person.glade - scrolling fix * src/gramps.glade - scrolling fix * src/imagesel.glade - scrolling fix * src/marriage.glade - scrolling fix * src/mergedata.glade - scrolling fix * src/places.glade - scrolling fix * src/rule.glade - scrolling fix * src/srcsel.glade - scrolling fix svn: r1699 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1698 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1698 2003-06-11 Don Allingham <don@gramps-project.org> * src/AddrEdit.py, src/EditPerson.py, src/NameEdit.py, src/UrlEdit.py: * src/EditPerson.py: Support for keeping track of names, addresses, and urls after they are edited * src/NameEdit.py: Support for keeping track of names after they are edited * src/AddrEdit.py: Support for keeping track of names after they are edited * src/UrlEdit.py: Support for keeping track of names after they are edited svn: r1697 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/AddrEdit.py, gramps2/src/EditPerson.py, gramps2/src/NameEdit.py, gramps2/src/UrlEdit.py: * src/EditPerson.py: Support for keeping track of names, addresses, and urls after they are edited * src/NameEdit.py: Support for keeping track of names after they are edited * src/AddrEdit.py: Support for keeping track of names after they are edited * src/UrlEdit.py: Support for keeping track of names after they are edited svn: r1697 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1696 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1696 2003-06-11 Don Allingham <don@gramps-project.org> * src/DrawDoc.py: * src/DrawDoc.py: support centered text svn: r1695 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py: * src/DrawDoc.py: support centered text svn: r1695 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1694 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1694 2003-06-11 Don Allingham <don@gramps-project.org> * src/StartupDialog.py: * src/docgen/PdfDrawDoc.py: Support for rotated text and wedges * src/docgen/PSDrawDoc.py: Support for rotated text and wedges * src/StartupDialog.py: Attempt to seed the researcher name from the name entry in the passwd file svn: r1693 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/StartupDialog.py: * src/docgen/PdfDrawDoc.py: Support for rotated text and wedges * src/docgen/PSDrawDoc.py: Support for rotated text and wedges * src/StartupDialog.py: Attempt to seed the researcher name from the name entry in the passwd file svn: r1693 2003-06-11 Don Allingham <don@gramps-project.org> * src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: * src/docgen/PdfDrawDoc.py: Support for rotated text and wedges * src/docgen/PSDrawDoc.py: Support for rotated text and wedges svn: r1692 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDrawDoc.py: * src/docgen/PdfDrawDoc.py: Support for rotated text and wedges * src/docgen/PSDrawDoc.py: Support for rotated text and wedges svn: r1692 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1691 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1691 2003-06-11 Don Allingham <don@gramps-project.org> * src/AttrEdit.py, src/EditPerson.py, src/EventEdit.py, src/ImageSelect.py, src/ListModel.py, src/Marriage.py: * src/ListModel.py: Be able to select based off an iter * src/ImageSelect.py: Support keeping selecting attributes after they are edited * src/EventEdit.py: Support keeping selecting events after they are edited * src/AttrEdit.py: Support keeping selecting attributes after they are edited * src/Marriage.py: Support keeping track of events and attributes after they are edited. * src/EditPerson.py: Support keeping track of events and attributes after they are edited. svn: r1690 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/Marriage.py: * src/ListModel.py: Be able to select based off an iter * src/ImageSelect.py: Support keeping selecting attributes after they are edited * src/EventEdit.py: Support keeping selecting events after they are edited * src/AttrEdit.py: Support keeping selecting attributes after they are edited * src/Marriage.py: Support keeping track of events and attributes after they are edited. * src/EditPerson.py: Support keeping track of events and attributes after they are edited. svn: r1690 2003-06-11 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1689 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1689 2003-06-11 Don Allingham <don@gramps-project.org> * src/Date.py: * src/Date.py: Handle date ranges in the form of xxxx - xxxx svn: r1688 2003-06-11 Don Allingham <don@gramps-project.org> * gramps2/src/Date.py: * src/Date.py: Handle date ranges in the form of xxxx - xxxx svn: r1688 2003-06-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1687 2003-06-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1687 2003-06-10 Don Allingham <don@gramps-project.org> * src/gramps.py: * src/gramps.py: Add SIGCHLD handler svn: r1686 2003-06-10 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.py: * src/gramps.py: Add SIGCHLD handler svn: r1686 2003-06-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1685 2003-06-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1685 2003-06-10 Don Allingham <don@gramps-project.org> * gramps.spec.in, src/gramps.desktop: * gramps.spec.in: Add gramps icon to correct location on install * src/gramps.desktop: Add startup notification (egg timer) svn: r1684 2003-06-10 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec.in, gramps2/src/gramps.desktop: * gramps.spec.in: Add gramps icon to correct location on install * src/gramps.desktop: Add startup notification (egg timer) svn: r1684 2003-06-10 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1683 2003-06-10 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1683 2003-06-10 Don Allingham <don@gramps-project.org> * src/gramps.glade: * src/gramps.glade: Make the select spouse dialog not modal. * src/TextDoc.py: Added name property to style sheets * src/StyleEditor.py: Add name property to edited style sheets * src/RelLib.py: Fix for witness event under ZODB * src/docgen/OpenDrawDoc.py: change name to OpenOffice.org * src/docgen/OpenOfficeDoc.py: change name to OpenOffice.org svn: r1682 2003-06-10 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: * src/gramps.glade: Make the select spouse dialog not modal. * src/TextDoc.py: Added name property to style sheets * src/StyleEditor.py: Add name property to edited style sheets * src/RelLib.py: Fix for witness event under ZODB * src/docgen/OpenDrawDoc.py: change name to OpenOffice.org * src/docgen/OpenOfficeDoc.py: change name to OpenOffice.org svn: r1682 2003-06-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py: Further work on option handling. Start parse/save cycle. svn: r1681 2003-06-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py: Further work on option handling. Start parse/save cycle. svn: r1681 2003-06-10 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/ReadXML.py, src/plugins/Check.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: * src/ReadXML.py, src/plugins/Check.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: Proper use of dialog.run() in file selector for missing media files. svn: r1680 2003-06-10 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/ReadXML.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: * src/ReadXML.py, src/plugins/Check.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py: Proper use of dialog.run() in file selector for missing media files. svn: r1680 2003-06-09 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py: Minor update svn: r1679 2003-06-09 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py: Minor update svn: r1679 2003-06-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/plugins/BookReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/Plugins.py: Register book items with options and style instead of the functions get_options and get_style. * src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py: Change from functions to values, accordingly. Also switch to a proper use of dialog.run(). svn: r1678 2003-06-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/Plugins.py: Register book items with options and style instead of the functions get_options and get_style. * src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py: Change from functions to values, accordingly. Also switch to a proper use of dialog.run(). svn: r1678 2003-06-09 Don Allingham <don@gramps-project.org> * src/RelLib.py, src/StyleEditor.py, src/TextDoc.py, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py: * src/TextDoc.py: Added name property to style sheets * src/StyleEditor.py: Add name property to edited style sheets * src/RelLib.py: Fix for witness event under ZODB * src/docgen/OpenDrawDoc.py: change name to OpenOffice.org * src/docgen/OpenOfficeDoc.py: change name to OpenOffice.org svn: r1677 2003-06-09 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py, gramps2/src/StyleEditor.py, gramps2/src/TextDoc.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py: * src/TextDoc.py: Added name property to style sheets * src/StyleEditor.py: Add name property to edited style sheets * src/RelLib.py: Fix for witness event under ZODB * src/docgen/OpenDrawDoc.py: change name to OpenOffice.org * src/docgen/OpenOfficeDoc.py: change name to OpenOffice.org svn: r1677 2003-06-09 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/plugins/BookReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/book.glade: * src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: Minor fixes. * src/plugins/book.glade: Add Open and Save buttons. * src/plugins/FtmStyleAncestors.py: Enable book item functionality. svn: r1676 2003-06-09 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/book.glade: * src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: Minor fixes. * src/plugins/book.glade: Add Open and Save buttons. * src/plugins/FtmStyleAncestors.py: Enable book item functionality. svn: r1676 2003-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1675 2003-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1675 2003-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: * src/Report.py: De-uglify center_person frame. * src/plugins/BookReport.py: Add a center person column to a book * src/plugins/FtmStyleDescendants.py: Get the style right. svn: r1674 2003-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/Report.py: De-uglify center_person frame. * src/plugins/BookReport.py: Add a center person column to a book * src/plugins/FtmStyleDescendants.py: Get the style right. svn: r1674 2003-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Report.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: * src/Report.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: Fix changing center person -- only remember change if OK was clicked. svn: r1673 2003-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Report.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/Report.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: Fix changing center person -- only remember change if OK was clicked. svn: r1673 2003-06-08 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1672 2003-06-08 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1672 2003-06-07 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/Plugins.py, src/Report.py, src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: * src/Report.py: Clean up the split into BareReportDialog and ReportDialog classes. * src/Plugins.py: Enable book item registration. * src/plugins/BookReport.py: lots of changes -- trying to get it work. * src/plugins/FtmStyleDescendants.py: book item functionality. svn: r1671 2003-06-07 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/Report.py: Clean up the split into BareReportDialog and ReportDialog classes. * src/Plugins.py: Enable book item registration. * src/plugins/BookReport.py: lots of changes -- trying to get it work. * src/plugins/FtmStyleDescendants.py: book item functionality. svn: r1671 2003-06-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1670 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1670 2003-06-07 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/EditPerson.py: * src/EditPerson.py: Allow a default gender to be specified if a new person is being added * src/AddSpouse.py: All EditPerson dialog instead of QuickAdd svn: r1669 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/EditPerson.py: * src/EditPerson.py: Allow a default gender to be specified if a new person is being added * src/AddSpouse.py: All EditPerson dialog instead of QuickAdd svn: r1669 2003-06-07 Don Allingham <don@gramps-project.org> * ChangeLog: update svn: r1668 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: update svn: r1668 2003-06-07 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/Marriage.py: * src/FamilyView.py: Call marriage editor with callback to update the family view * src/Marriage.py: Call the family view callback after saving to update the display with changed marriage information svn: r1667 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/Marriage.py: * src/FamilyView.py: Call marriage editor with callback to update the family view * src/Marriage.py: Call the family view callback after saving to update the display with changed marriage information svn: r1667 2003-06-07 Don Allingham <don@gramps-project.org> * ChangeLog: Update svn: r1666 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: Update svn: r1666 2003-06-07 Don Allingham <don@gramps-project.org> * src/EditPerson.py: * src/EditPerson Don't reset date value after a page switch svn: r1665 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py: * src/EditPerson Don't reset date value after a page switch svn: r1665 2003-06-07 Don Allingham <don@gramps-project.org> * ChangeLog: Update svn: r1664 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: Update svn: r1664 2003-06-07 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/RelLib.py: * src/ImageSelect.py Fixed typo in on_drag_begin * src/RelLib.py Check for the existance of the witness member of an Event. ZODB stores an object, so elements read in from old databases may not have the element, which can cause a traceback. * src/AutoComp.py Don't build popdown lists if the number of elements exceeds 250. Otherwise, the menus will become unusable, and just consume tons of memory. * src/VersionControl.py Sort revision numbers based on numerical value instead of ASCII value. * src/VersionControl.py Check return values of all subprocesses svn: r1663 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/RelLib.py: * src/ImageSelect.py Fixed typo in on_drag_begin * src/RelLib.py Check for the existance of the witness member of an Event. ZODB stores an object, so elements read in from old databases may not have the element, which can cause a traceback. * src/AutoComp.py Don't build popdown lists if the number of elements exceeds 250. Otherwise, the menus will become unusable, and just consume tons of memory. * src/VersionControl.py Sort revision numbers based on numerical value instead of ASCII value. * src/VersionControl.py Check return values of all subprocesses svn: r1663 2003-06-07 Don Allingham <don@gramps-project.org> * src/AutoComp.py: * src/AutoComp.py Don't build popdown lists if the number of elements exceeds 250. Otherwise, the menus will become unusable, and just consume tons of memory. * src/VersionControl.py Sort revision numbers based on numerical value instead of ASCII value. * src/VersionControl.py Check return values of all subprocesses svn: r1662 2003-06-07 Don Allingham <don@gramps-project.org> * gramps2/src/AutoComp.py: * src/AutoComp.py Don't build popdown lists if the number of elements exceeds 250. Otherwise, the menus will become unusable, and just consume tons of memory. * src/VersionControl.py Sort revision numbers based on numerical value instead of ASCII value. * src/VersionControl.py Check return values of all subprocesses svn: r1662 2003-06-05 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: New for CVS svn: r1661 2003-06-05 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: New for CVS svn: r1661 2003-06-05 Don Allingham <don@gramps-project.org> * src/VersionControl.py: Fixed file handling of subprocesses svn: r1660 2003-06-05 Don Allingham <don@gramps-project.org> * gramps2/src/VersionControl.py: Fixed file handling of subprocesses svn: r1660 2003-06-05 Don Allingham <don@gramps-project.org> * src/VersionControl.py: * src/VersionControl.py Sort revision numbers based on numerical value instead of ASCII value. * src/VersionControl.py Check return values of all subprocesses svn: r1659 2003-06-05 Don Allingham <don@gramps-project.org> * gramps2/src/VersionControl.py: * src/VersionControl.py Sort revision numbers based on numerical value instead of ASCII value. * src/VersionControl.py Check return values of all subprocesses svn: r1659 2003-06-04 Don Allingham <don@gramps-project.org> * gramps/src/plugins/FilterEditor.py: Fixed apply on test svn: r1658 2003-06-04 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1657 2003-06-04 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1657 2003-06-04 Alex Roitman <shura@gramps-project.org> * src/Report.py, src/plugins/BookReport.py: * src/Report.py: Split ReportDialog into BareReportDialog and its subclass of ReportDialog. BareReportDialog has nothing to do with the paper, format, filename, etc. * src/plugins/BookReport.py: Make ReportOptionsDialog a sublcass of Report.BareReportDialog. svn: r1656 2003-06-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/Report.py, gramps2/src/plugins/BookReport.py: * src/Report.py: Split ReportDialog into BareReportDialog and its subclass of ReportDialog. BareReportDialog has nothing to do with the paper, format, filename, etc. * src/plugins/BookReport.py: Make ReportOptionsDialog a sublcass of Report.BareReportDialog. svn: r1656 2003-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1655 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1655 2003-06-03 Alex Roitman <shura@gramps-project.org> * src/plugins/desbrowse.glade, src/plugins/summary.glade: * src/plugins/summary.glade, src/plugins/desbrowse.glade: Removed unnecessary buttonbox in the action area of a dialog -- this gets rid of annoying GTK warnings. svn: r1654 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/desbrowse.glade, gramps2/src/plugins/summary.glade: * src/plugins/summary.glade, src/plugins/desbrowse.glade: Removed unnecessary buttonbox in the action area of a dialog -- this gets rid of annoying GTK warnings. svn: r1654 2003-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1653 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1653 2003-06-03 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py, src/RelImage.py, src/WriteXML.py, src/gramps_main.py, src/plugins/Check.py, src/plugins/WebPage.py: * src/ReadXML.py (import_data), src/WriteXML.py (export_data), src/RelImage.py (import_media_object), src/gramps_main.py (open_example), src/plugins/Check.py (cleanup_missing_photos), src/plugins/WebPage.py (write_gallery): Change shutil.copy() calls to first call shutil.copyfile() and then try setting up bits. svn: r1652 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py, gramps2/src/RelImage.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/WebPage.py: * src/ReadXML.py (import_data), src/WriteXML.py (export_data), src/RelImage.py (import_media_object), src/gramps_main.py (open_example), src/plugins/Check.py (cleanup_missing_photos), src/plugins/WebPage.py (write_gallery): Change shutil.copy() calls to first call shutil.copyfile() and then try setting up bits. svn: r1652 2003-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1651 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1651 2003-06-03 Alex Roitman <shura@gramps-project.org> * src/Plugins.py, src/plugins.glade: * src/Plugins.py (on_apply_clicked): Do not destroy dialog window. (on_ok_clicked): Added. Destory the dialog and do on_apply_clicked(). * src/plugins.glade: Added tooltips to Apply and OK buttons. * src/plugins/FtmStyleAncestor.py (apply_filter): Fixed generation condition. * src/plugins/FtmStyleDescendants.py (write_report): Do not print children if the current generation is the last. * src/plugins/DetDescendantReport.py (filter): Make it apply_filter, clean up and make shorter, modify numbering algorithm so that no gaps occur in people's indices. svn: r1650 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/Plugins.py, gramps2/src/plugins.glade: * src/Plugins.py (on_apply_clicked): Do not destroy dialog window. (on_ok_clicked): Added. Destory the dialog and do on_apply_clicked(). * src/plugins.glade: Added tooltips to Apply and OK buttons. * src/plugins/FtmStyleAncestor.py (apply_filter): Fixed generation condition. * src/plugins/FtmStyleDescendants.py (write_report): Do not print children if the current generation is the last. * src/plugins/DetDescendantReport.py (filter): Make it apply_filter, clean up and make shorter, modify numbering algorithm so that no gaps occur in people's indices. svn: r1650 2003-06-03 Alex Roitman <shura@gramps-project.org> * src/plugins/DetDescendantReport.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleAncestor.py (apply_filter): Fixed generation condition. * src/plugins/FtmStyleDescendants.py (write_report): Do not print children if the current generation is the last. * src/plugins/DetDescendantReport.py (filter): Make it apply_filter, clean up and make shorter, modify numbering algorithm so that no gaps occur in people's indices. svn: r1649 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleAncestor.py (apply_filter): Fixed generation condition. * src/plugins/FtmStyleDescendants.py (write_report): Do not print children if the current generation is the last. * src/plugins/DetDescendantReport.py (filter): Make it apply_filter, clean up and make shorter, modify numbering algorithm so that no gaps occur in people's indices. svn: r1649 2003-06-03 Don Allingham <don@gramps-project.org> * ChangeLog: [no log message] 2003-06-03 Don Allingham <don@gramps-project.org> * gramps2/ChangeLog: [no log message] 2003-06-03 Don Allingham <don@gramps-project.org> * src/VersionControl.py: Fixed version control interface so that the underlying code does not expect a CList. svn: r1647 2003-06-03 Don Allingham <don@gramps-project.org> * gramps2/src/VersionControl.py: Fixed version control interface so that the underlying code does not expect a CList. svn: r1647 2003-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1646 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1646 2003-06-03 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleAncestor.py (print_more_about,print_notes): Change to regular name instead of formal name. * src/plugins/FtmStyleDescendants.py (print_more_about): Likewise. * src/plugins/FtmStyleDescendants.py (print_children): Table name includes only family id. svn: r1645 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleAncestor.py (print_more_about,print_notes): Change to regular name instead of formal name. * src/plugins/FtmStyleDescendants.py (print_more_about): Likewise. * src/plugins/FtmStyleDescendants.py (print_children): Table name includes only family id. svn: r1645 2003-06-03 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1644 2003-06-03 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1644 2003-06-03 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/DrawDoc.py, src/EventEdit.py, src/FamilyView.py, src/ListModel.py, src/NameEdit.py, src/UrlEdit.py, src/docgen/AbiWord2Doc.py, src/docgen/Makefile.am, src/docgen/PdfDrawDoc.py: Fixed spouse selection when family changes svn: r1643 2003-06-03 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/DrawDoc.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/ListModel.py, gramps2/src/NameEdit.py, gramps2/src/UrlEdit.py, gramps2/src/docgen/AbiWord2Doc.py, gramps2/src/docgen/Makefile.am, gramps2/src/docgen/PdfDrawDoc.py: Fixed spouse selection when family changes svn: r1643 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1642 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1642 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py: * src/DetAncestralReport.py (write_death): Proper checks for valid day * src/DetDescendantReport.py (write_death): Likewise. svn: r1641 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py: * src/DetAncestralReport.py (write_death): Proper checks for valid day * src/DetDescendantReport.py (write_death): Likewise. svn: r1641 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1640 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1640 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/FamilyView.py: * src/FamilyView.py (load_family): Select the first spouse in the list. svn: r1639 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/FamilyView.py: * src/FamilyView.py (load_family): Select the first spouse in the list. svn: r1639 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1638 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1638 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py (print_children): End children's table only if it was started. svn: r1637 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/FtmStyleDescendants.py (print_children): End children's table only if it was started. svn: r1637 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/DetDescendantReport.py: Typo svn: r1636 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetDescendantReport.py: Typo svn: r1636 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1635 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1635 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py (write_mate): Swap mate and person variables, clear code a bit. (make_report, add+user_options): Allow same set of options as the detailed ancestral report. svn: r1634 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetDescendantReport.py: * src/plugins/DetDescendantReport.py (write_mate): Swap mate and person variables, clear code a bit. (make_report, add+user_options): Allow same set of options as the detailed ancestral report. svn: r1634 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1633 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1633 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/BookReport.py: * src/plugins/BookReport.py (ReportOptionsDialog.on_change_clicked): Deal with Cancel button pressed. svn: r1632 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/BookReport.py: * src/plugins/BookReport.py (ReportOptionsDialog.on_change_clicked): Deal with Cancel button pressed. svn: r1632 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1631 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1631 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/DetAncestralReport.py: * src/plugins/DetAncestralReport.py (write_marriage): Consider missing case of spouse and no-date-no-place for marriage. svn: r1630 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetAncestralReport.py: * src/plugins/DetAncestralReport.py (write_marriage): Consider missing case of spouse and no-date-no-place for marriage. svn: r1630 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/DetAncestralReport.py: * src/plugins/DetAncestralReport.py (write_marriage): svn: r1629 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetAncestralReport.py: * src/plugins/DetAncestralReport.py (write_marriage): svn: r1629 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1628 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1628 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/ListModel.py, src/SelectPerson.py, src/choose.glade, src/plugins/BookReport.py, src/plugins/book.glade: * src/plugins/BookReport.py: Added to CVS. * src/plugins/book.glade: Likewise. * src/ListModel.py: (insert, get_data): Added new methods. * src/SelectPerson.py: Added to CVS. * src/choose.glade: Likewise. svn: r1627 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/ListModel.py, gramps2/src/SelectPerson.py, gramps2/src/choose.glade, gramps2/src/plugins/BookReport.py, gramps2/src/plugins/book.glade: * src/plugins/BookReport.py: Added to CVS. * src/plugins/book.glade: Likewise. * src/ListModel.py: (insert, get_data): Added new methods. * src/SelectPerson.py: Added to CVS. * src/choose.glade: Likewise. svn: r1627 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog, src/WriteXML.py, src/plugins/Check.py: * src/plugins/Check.py (build_report): Fixing typos. * src/WriteXML.py (exportData): Likewise. svn: r1626 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog, gramps2/src/WriteXML.py, gramps2/src/plugins/Check.py: * src/plugins/Check.py (build_report): Fixing typos. * src/WriteXML.py (exportData): Likewise. svn: r1626 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: Update svn: r1625 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Update svn: r1625 2003-06-02 Alex Roitman <shura@gramps-project.org> * ChangeLog: * src/plugins/DetDescendantReport.py (DetDescendantReport.write_marriage): Missing value for the format line parameter * src/plugins/FtmStyleDescendants.py (FtmDescendantReport.print_more_about): Print regular name in the header of the "More About" dialog. Also add missing endnotes value. (FtmDescendantReport.print_parents): Fix a typo in a format line value. svn: r1624 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * src/plugins/DetDescendantReport.py (DetDescendantReport.write_marriage): Missing value for the format line parameter * src/plugins/FtmStyleDescendants.py (FtmDescendantReport.print_more_about): Print regular name in the header of the "More About" dialog. Also add missing endnotes value. (FtmDescendantReport.print_parents): Fix a typo in a format line value. svn: r1624 2003-06-02 Alex Roitman <shura@gramps-project.org> * src/plugins/DetDescendantReport.py, src/plugins/FtmStyleDescendants.py: * src/plugins/DetDescendantReport.py (DetDescendantReport.write_marriage): Missing value for the format line parameter * src/plugins/FtmStyleDescendants.py (FtmDescendantReport.print_more_about): Print regular name in the header of the "More About" dialog. Also add missing endnotes value. (FtmDescendantReport.print_parents): Fix a typo in a format line value. svn: r1623 2003-06-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FtmStyleDescendants.py: * src/plugins/DetDescendantReport.py (DetDescendantReport.write_marriage): Missing value for the format line parameter * src/plugins/FtmStyleDescendants.py (FtmDescendantReport.print_more_about): Print regular name in the header of the "More About" dialog. Also add missing endnotes value. (FtmDescendantReport.print_parents): Fix a typo in a format line value. svn: r1623 2003-06-01 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/ChooseParents.py: Center selection in list after a quick add svn: r1622 2003-06-01 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py: Center selection in list after a quick add svn: r1622 2003-06-01 Don Allingham <don@gramps-project.org> * src/DrawDoc.py, src/ListModel.py, src/SelectChild.py, src/docgen/PdfDrawDoc.py: Center list after a quick person add svn: r1621 2003-06-01 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py, gramps2/src/ListModel.py, gramps2/src/SelectChild.py, gramps2/src/docgen/PdfDrawDoc.py: Center list after a quick person add svn: r1621 2003-06-01 Don Allingham <don@gramps-project.org> * src/po/pt_BR.po: Fixed missing newline svn: r1620 2003-06-01 Don Allingham <don@gramps-project.org> * gramps2/src/po/pt_BR.po: Fixed missing newline svn: r1620 2003-06-01 Don Allingham <don@gramps-project.org> * src/po/pl.po: Updated Polish distribution svn: r1619 2003-06-01 Don Allingham <don@gramps-project.org> * gramps2/src/po/pl.po: Updated Polish distribution svn: r1619 2003-06-01 Don Allingham <don@gramps-project.org> * src/po/da_DK.po: updated version svn: r1618 2003-06-01 Don Allingham <don@gramps-project.org> * gramps2/src/po/da_DK.po: updated version svn: r1618 2003-06-01 Don Allingham <don@gramps-project.org> * src/po/da_DK.po: fixed missing quotes svn: r1617 2003-06-01 Don Allingham <don@gramps-project.org> * gramps2/src/po/da_DK.po: fixed missing quotes svn: r1617 2003-06-01 Don Allingham <don@gramps-project.org> * configure.in: 0.9.2 release svn: r1616 2003-06-01 Don Allingham <don@gramps-project.org> * gramps2/configure.in: 0.9.2 release svn: r1616 2003-06-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: * ChangeLog: trying out clcommit svn: r1615 2003-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: * ChangeLog: trying out clcommit svn: r1615 2003-06-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: *ChangeLog: trying out clcommit svn: r1614 2003-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: *ChangeLog: trying out clcommit svn: r1614 2003-06-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Switching to tabs svn: r1613 2003-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Switching to tabs svn: r1613 2003-06-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Switching back to uncompressed ChangeLog svn: r1612 2003-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Switching back to uncompressed ChangeLog svn: r1612 2003-06-01 Alex Roitman <shura@gramps-project.org> * ChangeLog: Removing placeholder -- replaced by gzipped ChangeLog svn: r1611 2003-06-01 Alex Roitman <shura@gramps-project.org> * gramps2/ChangeLog: Removing placeholder -- replaced by gzipped ChangeLog svn: r1611 2003-05-31 Alex Roitman <shura@gramps-project.org> * : Replace placeholder with real ChangeLog svn: r1610 2003-05-31 Alex Roitman <shura@gramps-project.org> * : Replace placeholder with real ChangeLog svn: r1610 2003-05-31 Marcos Bedinelli <bedinelli@users.sourceforge.net> * src/po/pt_BR.po: Brazilian-Portuguese translation for GRAMPS 2 - ver 0.9.2 svn: r1609 2003-05-31 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps2/src/po/pt_BR.po: Brazilian-Portuguese translation for GRAMPS 2 - ver 0.9.2 svn: r1609 2003-05-31 Don Allingham <don@gramps-project.org> * src/DrawDoc.py, src/Report.py, src/docgen/PdfDrawDoc.py: Handle formats without an extension type svn: r1608 2003-05-31 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py, gramps2/src/Report.py, gramps2/src/docgen/PdfDrawDoc.py: Handle formats without an extension type svn: r1608 2003-05-30 Lars Lundin <lklundin@users.sourceforge.net> * src/po/da_DK.po: Translated strings for 0.9.2 svn: r1607 2003-05-30 Lars Lundin <lklundin@users.sourceforge.net> * gramps2/src/po/da_DK.po: Translated strings for 0.9.2 svn: r1607 2003-05-30 Don Allingham <don@gramps-project.org> * Makefile.in, configure, configure.in, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps.1, gramps.spec, gramps.spec.in: 0.9.2-rc1 setup svn: r1606 2003-05-30 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps.1, gramps2/gramps.spec, gramps2/gramps.spec.in: 0.9.2-rc1 setup svn: r1606 2003-05-30 Don Allingham <don@gramps-project.org> * src/ListModel.py, src/gramps.glade: Sort list models correctly, C-Q short cut svn: r1605 2003-05-30 Don Allingham <don@gramps-project.org> * gramps2/src/ListModel.py, gramps2/src/gramps.glade: Sort list models correctly, C-Q short cut svn: r1605 2003-05-30 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_ru.py: Added more generations svn: r1604 2003-05-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/rel_ru.py: Added more generations svn: r1604 2003-05-29 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Mention new FTM-style reports svn: r1603 2003-05-29 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Mention new FTM-style reports svn: r1603 2003-05-28 Don Allingham <don@gramps-project.org> * src/Makefile.in, src/calendars/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in, src/po/template.po: Template update svn: r1602 2003-05-28 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in, gramps2/src/po/template.po: Template update svn: r1602 2003-05-28 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/MediaView.py, src/StartupDialog.py, src/const.py.in, src/edit_person.glade, src/plugins/FtmStyleAncestors.py: Fixed typos for translations svn: r1601 2003-05-28 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/MediaView.py, gramps2/src/StartupDialog.py, gramps2/src/const.py.in, gramps2/src/edit_person.glade, gramps2/src/plugins/FtmStyleAncestors.py: Fixed typos for translations svn: r1601 2003-05-28 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation update for 0.9.2 svn: r1600 2003-05-28 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation update for 0.9.2 svn: r1600 2003-05-27 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps.spec, gramps.spec.in: Restore $RPM_OPT_FLAGS to make line in %build section svn: r1599 2003-05-27 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/gramps.spec, gramps2/gramps.spec.in: Restore $RPM_OPT_FLAGS to make line in %build section svn: r1599 2003-05-27 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps.spec, gramps.spec.in: Remove % from configure/makeinstall comments near top to avoid premature expansion svn: r1598 2003-05-27 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/gramps.spec, gramps2/gramps.spec.in: Remove % from configure/makeinstall comments near top to avoid premature expansion svn: r1598 2003-05-27 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Russian translation for 0.9.2 svn: r1597 2003-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Russian translation for 0.9.2 svn: r1597 2003-05-27 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/po/template.po: Typo svn: r1596 2003-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/po/template.po: Typo svn: r1596 2003-05-27 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/po/template.po: Removing redundant strings svn: r1595 2003-05-27 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/po/template.po: Removing redundant strings svn: r1595 2003-05-27 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/ImageSelect.py: Image gallery handling - use EXPOSE to draw initial window, make sure images don't go over the edge svn: r1594 2003-05-27 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/ImageSelect.py: Image gallery handling - use EXPOSE to draw initial window, make sure images don't go over the edge svn: r1594 2003-05-27 Don Allingham <don@gramps-project.org> * src/po/template.po: translation strings for 0.9.2 svn: r1593 2003-05-27 Don Allingham <don@gramps-project.org> * gramps2/src/po/template.po: translation strings for 0.9.2 svn: r1593 2003-05-27 Don Allingham <don@gramps-project.org> * src/Calendar.py: Calendar/Date unicode fix svn: r1592 2003-05-27 Don Allingham <don@gramps-project.org> * gramps2/src/Calendar.py: Calendar/Date unicode fix svn: r1592 2003-05-24 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/FamilyView.py, src/PedView.py, src/plugins/Makefile.am, src/plugins/eval.py, src/po/ru.po, src/po/template.po: Translation cleanups svn: r1591 2003-05-24 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/PedView.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/eval.py, gramps2/src/po/ru.po, gramps2/src/po/template.po: Translation cleanups svn: r1591 2003-05-23 Alex Roitman <shura@gramps-project.org> * src/Calendar.py: Return month in unicode svn: r1590 2003-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/Calendar.py: Return month in unicode svn: r1590 2003-05-23 Alex Roitman <shura@gramps-project.org> * src/plugins/Makefile.am: Minor updates svn: r1589 2003-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Makefile.am: Minor updates svn: r1589 2003-05-23 Alex Roitman <shura@gramps-project.org> * src/plugins/eval.py, src/po/ru.po: Minor updates svn: r1588 2003-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/eval.py, gramps2/src/po/ru.po: Minor updates svn: r1588 2003-05-23 Alex Roitman <shura@gramps-project.org> * src/soundex.py: Added new soundex rule svn: r1587 2003-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/soundex.py: Added new soundex rule svn: r1587 2003-05-23 Alex Roitman <shura@gramps-project.org> * src/po/template.po: Update svn: r1586 2003-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/template.po: Update svn: r1586 2003-05-23 Alex Roitman <shura@gramps-project.org> * src/plugins/leak.py, src/po/template.po: Translation template update svn: r1585 2003-05-23 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/leak.py, gramps2/src/po/template.po: Translation template update svn: r1585 2003-05-23 Don Allingham <don@gramps-project.org> * src/Makefile.in, src/plugins/Makefile.am, src/po/template.po: Updated translation template svn: r1584 2003-05-23 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.in, gramps2/src/plugins/Makefile.am, gramps2/src/po/template.po: Updated translation template svn: r1584 2003-05-23 Don Allingham <don@gramps-project.org> * src/Errors.py, src/GenericFilter.py, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/TimeLine.py, src/plugins/WebPage.py: Catch loops in filters svn: r1583 2003-05-23 Don Allingham <don@gramps-project.org> * gramps2/src/Errors.py, gramps2/src/GenericFilter.py, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WebPage.py: Catch loops in filters svn: r1583 2003-05-23 Don Allingham <don@gramps-project.org> * src/Calendar.py, src/Date.py, src/Errors.py: Fixed date handling with invalid strings svn: r1582 2003-05-23 Don Allingham <don@gramps-project.org> * gramps2/src/Calendar.py, gramps2/src/Date.py, gramps2/src/Errors.py: Fixed date handling with invalid strings svn: r1582 2003-05-23 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/Marriage.py: Sort places in pulldown menus svn: r1581 2003-05-23 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/Marriage.py: Sort places in pulldown menus svn: r1581 2003-05-23 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Fixed loading of places and goto person switching back to first page svn: r1580 2003-05-23 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Fixed loading of places and goto person switching back to first page svn: r1580 2003-05-22 Alex Roitman <shura@gramps-project.org> * : Indexed images svn: r1579 2003-05-22 Alex Roitman <shura@gramps-project.org> * : Indexed images svn: r1579 2003-05-22 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: New shots svn: r1578 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: New shots svn: r1578 2003-05-22 Alex Roitman <shura@gramps-project.org> * : New shots svn: r1577 2003-05-22 Alex Roitman <shura@gramps-project.org> * : New shots svn: r1577 2003-05-22 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.xml: Docs update svn: r1576 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps-manual/C/gramps-manual.xml: Docs update svn: r1576 2003-05-22 Alex Roitman <shura@gramps-project.org> * doc/xmldocs.make: Back to 1.2 svn: r1575 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/doc/xmldocs.make: Back to 1.2 svn: r1575 2003-05-22 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/EventEdit.py: Retracting date warnings svn: r1574 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/EventEdit.py: Retracting date warnings svn: r1574 2003-05-22 Alex Roitman <shura@gramps-project.org> * src/AddSpouse.py, src/gramps.glade: Similar list speed-ups in AddSpouse svn: r1573 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/gramps.glade: Similar list speed-ups in AddSpouse svn: r1573 2003-05-22 Alex Roitman <shura@gramps-project.org> * NEWS: Update svn: r1572 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS: Update svn: r1572 2003-05-22 Alex Roitman <shura@gramps-project.org> * src/EditPerson.py, src/EventEdit.py: Warning if non-date text is entered into date fields svn: r1571 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/EventEdit.py: Warning if non-date text is entered into date fields svn: r1571 2003-05-22 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Pass the correct object to apply_filter when apply is clicked svn: r1570 2003-05-22 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Pass the correct object to apply_filter when apply is clicked svn: r1570 2003-05-22 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Segfault on changing tab with filter applied svn: r1569 2003-05-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Segfault on changing tab with filter applied svn: r1569 2003-05-21 Alex Roitman <shura@gramps-project.org> * NEWS, TODO, doc/gramps.1.in, src/gramps_main.py: Updates svn: r1568 2003-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS, gramps2/TODO, gramps2/doc/gramps.1.in, gramps2/src/gramps_main.py: Updates svn: r1568 2003-05-21 Don Allingham <don@gramps-project.org> * src/SelectChild.py: Select child list improvements svn: r1567 2003-05-21 Don Allingham <don@gramps-project.org> * gramps2/src/SelectChild.py: Select child list improvements svn: r1567 2003-05-21 Alex Roitman <shura@gramps-project.org> * src/ChooseParents.py, src/gramps.glade: Redraw optimizations svn: r1566 2003-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/gramps.glade: Redraw optimizations svn: r1566 2003-05-21 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/gramps.glade: Don't connect models until loaded svn: r1565 2003-05-21 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/gramps.glade: Don't connect models until loaded svn: r1565 2003-05-21 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py, src/gramps_main.py, src/plugins/Check.py, src/plugins/Summary.py, src/plugins/WriteCD.py: Finishing command line options svn: r1564 2003-05-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/WriteCD.py: Finishing command line options svn: r1564 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * configure.in, doc/gramps-manual/C/gramps-manual.xml, doc/gramps.1, doc/omf.make, doc/omf.make.in, doc/xmldocs.make, doc/xmldocs.make.in: Revert bonehead doc/*.make.in mess svn: r1563 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/configure.in, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/gramps.1, gramps2/doc/omf.make, gramps2/doc/omf.make.in, gramps2/doc/xmldocs.make, gramps2/doc/xmldocs.make.in: Revert bonehead doc/*.make.in mess svn: r1563 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps.spec.in: Added BuildRequires dependency on rpm>4.1 svn: r1562 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/gramps.spec.in: Added BuildRequires dependency on rpm>4.1 svn: r1562 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * doc/Makefile.am, doc/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/omf.make, doc/xmldocs.make: New makefiles generated by configure using token substitution svn: r1561 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/doc/Makefile.am, gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/omf.make, gramps2/doc/xmldocs.make: New makefiles generated by configure using token substitution svn: r1561 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps.spec.in: Using internal macros for compilation, and a much cleaner %files section svn: r1560 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/gramps.spec.in: Using internal macros for compilation, and a much cleaner %files section svn: r1560 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * Makefile.am, src/Makefile.am, src/calendars/Makefile.am, src/data/Makefile.am, src/data/templates/Makefile.am, src/docgen/Makefile.am, src/filters/Makefile.am, src/plugins/Makefile.am, src/po/Makefile.am: * Added new targets "trans" and "pycheck" to top-level Makefile * Python verification (pychecker) removed from check-local target to become part of the pycheck target heiarchy. Each subdir now has a GRAMPS_PY_MODPATH variable that indicates a colon-separated path for the PYTHONPATH environment to allow module importing to work. svn: r1559 2003-05-21 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/Makefile.am, gramps2/src/Makefile.am, gramps2/src/calendars/Makefile.am, gramps2/src/data/Makefile.am, gramps2/src/data/templates/Makefile.am, gramps2/src/docgen/Makefile.am, gramps2/src/filters/Makefile.am, gramps2/src/plugins/Makefile.am, gramps2/src/po/Makefile.am: * Added new targets "trans" and "pycheck" to top-level Makefile * Python verification (pychecker) removed from check-local target to become part of the pycheck target heiarchy. Each subdir now has a GRAMPS_PY_MODPATH variable that indicates a colon-separated path for the PYTHONPATH environment to allow module importing to work. svn: r1559 2003-05-20 Donald A. Peterson <dpeterso@users.sourceforge.net> * configure.in: Configure now sets variables in the doc/omf.mak and doc/xmldocs.make files svn: r1558 2003-05-20 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/configure.in: Configure now sets variables in the doc/omf.mak and doc/xmldocs.make files svn: r1558 2003-05-20 Donald A. Peterson <dpeterso@users.sourceforge.net> * doc/omf.make.in, doc/xmldocs.make.in: Added *.in files for documentation makes svn: r1557 2003-05-20 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps2/doc/omf.make.in, gramps2/doc/xmldocs.make.in: Added *.in files for documentation makes svn: r1557 2003-05-20 Don Allingham <don@gramps-project.org> * Makefile.in, NEWS, configure, doc/gramps.1, gramps.spec, src/Makefile.in, src/docgen/AbiWordDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/IndivSummary.py: Support for AbiWord 1.9 or greater (table support) svn: r1556 2003-05-20 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/NEWS, gramps2/configure, gramps2/doc/gramps.1, gramps2/gramps.spec, gramps2/src/Makefile.in, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/IndivSummary.py: Support for AbiWord 1.9 or greater (table support) svn: r1556 2003-05-20 Alex Roitman <shura@gramps-project.org> * INSTALL, NEWS, README: Updates svn: r1555 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/INSTALL, gramps2/NEWS, gramps2/README: Updates svn: r1555 2003-05-20 Alex Roitman <shura@gramps-project.org> * src/plugins/ReadGedcom.py: Minor cleanup svn: r1554 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/ReadGedcom.py: Minor cleanup svn: r1554 2003-05-20 Alex Roitman <shura@gramps-project.org> * src/plugins/WriteGedcom.py: Wrong level (3 instead of 2) for NOTE and SOUR in address/place svn: r1553 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/WriteGedcom.py: Wrong level (3 instead of 2) for NOTE and SOUR in address/place svn: r1553 2003-05-20 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py, src/plugins/WriteCD.py, src/plugins/WriteGedcom.py: Command line imports: gedcom and iso svn: r1552 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WriteGedcom.py: Command line imports: gedcom and iso svn: r1552 2003-05-20 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Unknown option handling svn: r1551 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Unknown option handling svn: r1551 2003-05-20 Alex Roitman <shura@gramps-project.org> * doc/gramps.1.in: Examples in man page svn: r1550 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps.1.in: Examples in man page svn: r1550 2003-05-20 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Command line export-> default to gramps svn: r1549 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Command line export-> default to gramps svn: r1549 2003-05-20 Alex Roitman <shura@gramps-project.org> * README, src/MediaView.py, src/RelImage.py: Check whether pil or convert exist svn: r1548 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/README, gramps2/src/MediaView.py, gramps2/src/RelImage.py: Check whether pil or convert exist svn: r1548 2003-05-20 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Correction svn: r1547 2003-05-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Correction svn: r1547 2003-05-19 Alex Roitman <shura@gramps-project.org> * doc/gramps.1.in: New man page svn: r1546 2003-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps.1.in: New man page svn: r1546 2003-05-19 Alex Roitman <shura@gramps-project.org> * src/plugins/ReadGedcom.py: Command-line import from gedcom: cleanup svn: r1545 2003-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/ReadGedcom.py: Command-line import from gedcom: cleanup svn: r1545 2003-05-19 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py, src/plugins/ReadGedcom.py: Command-line import from gedcom: cleanup svn: r1544 2003-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py: Command-line import from gedcom: cleanup svn: r1544 2003-05-19 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Prompt to save on Open and Open Example svn: r1543 2003-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Prompt to save on Open and Open Example svn: r1543 2003-05-19 Alex Roitman <shura@gramps-project.org> * Makefile.am: Removing obsolete data-hooks svn: r1542 2003-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am: Removing obsolete data-hooks svn: r1542 2003-05-19 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py, src/plugins/Check.py: Command line: check action svn: r1541 2003-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py: Command line: check action svn: r1541 2003-05-19 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Command line: import cleanup and some exports svn: r1540 2003-05-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Command line: import cleanup and some exports svn: r1540 2003-05-18 Don Allingham <don@gramps-project.org> * src/Makefile.am: Remove grampslib.so (from James Treacy) svn: r1539 2003-05-18 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: Remove grampslib.so (from James Treacy) svn: r1539 2003-05-18 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Command-line import svn: r1538 2003-05-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Command-line import svn: r1538 2003-05-18 Don Allingham <don@gramps-project.org> * NEWS, src/FamilyView.py, src/PedView.py, src/QuickAdd.py, src/SelectChild.py, src/gramps.glade, src/gramps_main.py: Shift-click to edit spouse, re-implemented family name guessing svn: r1537 2003-05-18 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/src/FamilyView.py, gramps2/src/PedView.py, gramps2/src/QuickAdd.py, gramps2/src/SelectChild.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Shift-click to edit spouse, re-implemented family name guessing svn: r1537 2003-05-17 Alex Roitman <shura@gramps-project.org> * src/StartupDialog.py, src/const.py.in, src/gramps.py, src/gramps_main.py: Command line parameters svn: r1536 2003-05-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/StartupDialog.py, gramps2/src/const.py.in, gramps2/src/gramps.py, gramps2/src/gramps_main.py: Command line parameters svn: r1536 2003-05-17 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/ImageSelect.py, src/MediaView.py, src/const.py.in: Icons for drag and drop svn: r1535 2003-05-17 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/const.py.in: Icons for drag and drop svn: r1535 2003-05-16 Don Allingham <don@gramps-project.org> * src/Errors.py, src/QuestionDialog.py, src/Report.py, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/FamilyGroup.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/ReadGedcom.py, src/plugins/TimeLine.py: Change file extentions in reports when different filetype is chosen svn: r1534 2003-05-16 Don Allingham <don@gramps-project.org> * gramps2/src/Errors.py, gramps2/src/QuestionDialog.py, gramps2/src/Report.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FtmStyleAncestors.py, gramps2/src/plugins/FtmStyleDescendants.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/TimeLine.py: Change file extentions in reports when different filetype is chosen svn: r1534 2003-05-15 Alex Roitman <shura@gramps-project.org> * src/ImgManip.py: Case change for decoder svn: r1533 2003-05-15 Alex Roitman <shura@gramps-project.org> * gramps2/src/ImgManip.py: Case change for decoder svn: r1533 2003-05-15 Don Allingham <don@gramps-project.org> * gramps.spec, src/StartupDialog.py: initial values in gconf for first time startup svn: r1532 2003-05-15 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec, gramps2/src/StartupDialog.py: initial values in gconf for first time startup svn: r1532 2003-05-14 Don Allingham <don@gramps-project.org> * src/plugins/WriteCD.py: WriteCD merges svn: r1531 2003-05-14 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteCD.py: WriteCD merges svn: r1531 2003-05-14 Alex Roitman <shura@gramps-project.org> * NEWS, TODO: Update svn: r1530 2003-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS, gramps2/TODO: Update svn: r1530 2003-05-14 Alex Roitman <shura@gramps-project.org> * src/plugins/WriteCD.py, src/plugins/WritePkg.py: More missing media handling svn: r1529 2003-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/WritePkg.py: More missing media handling svn: r1529 2003-05-14 Don Allingham <don@gramps-project.org> * src/plugins/WriteCD.py, src/plugins/cdexport.glade: CD Writer svn: r1528 2003-05-14 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WriteCD.py, gramps2/src/plugins/cdexport.glade: CD Writer svn: r1528 2003-05-14 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py: Fix missing files on check & repair svn: r1527 2003-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Check.py: Fix missing files on check & repair svn: r1527 2003-05-14 Don Allingham <don@gramps-project.org> * src/plugins/eval.glade, src/plugins/eval.py: Handle stdout svn: r1526 2003-05-14 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/eval.glade, gramps2/src/plugins/eval.py: Handle stdout svn: r1526 2003-05-14 Alex Roitman <shura@gramps-project.org> * src/plugins/Check.py: Typos svn: r1525 2003-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Check.py: Typos svn: r1525 2003-05-14 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Ask user if missing media files on Save As svn: r1524 2003-05-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Ask user if missing media files on Save As svn: r1524 2003-05-13 Don Allingham <don@gramps-project.org> * src/EventEdit.py, src/Marriage.py, src/const.py, src/const.py.in: Default marriage event patch from adl, remove const.py since it is autogenerated svn: r1523 2003-05-13 Don Allingham <don@gramps-project.org> * gramps2/src/EventEdit.py, gramps2/src/Marriage.py, gramps2/src/const.py, gramps2/src/const.py.in: Default marriage event patch from adl, remove const.py since it is autogenerated svn: r1523 2003-05-13 Alex Roitman <shura@gramps-project.org> * NEWS, TODO: Update svn: r1522 2003-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/NEWS, gramps2/TODO: Update svn: r1522 2003-05-13 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py: Typo svn: r1521 2003-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py: Typo svn: r1521 2003-05-13 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py, src/errdialogs.glade: Wording cleanup svn: r1520 2003-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py, gramps2/src/errdialogs.glade: Wording cleanup svn: r1520 2003-05-13 Alex Roitman <shura@gramps-project.org> * src/QuestionDialog.py, src/ReadXML.py, src/errdialogs.glade: User input when files are lost on Import svn: r1519 2003-05-13 Alex Roitman <shura@gramps-project.org> * gramps2/src/QuestionDialog.py, gramps2/src/ReadXML.py, gramps2/src/errdialogs.glade: User input when files are lost on Import svn: r1519 2003-05-13 Don Allingham <don@gramps-project.org> * src/plugins/eval.glade, src/plugins/eval.py, src/plugins/leak.glade, src/plugins/leak.py: Debug tools svn: r1518 2003-05-13 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/eval.glade, gramps2/src/plugins/eval.py, gramps2/src/plugins/leak.glade, gramps2/src/plugins/leak.py: Debug tools svn: r1518 2003-05-13 Don Allingham <don@gramps-project.org> * src/StartupDialog.py, src/const.py: Fixed startup dialog svn: r1517 2003-05-13 Don Allingham <don@gramps-project.org> * gramps2/src/StartupDialog.py, gramps2/src/const.py: Fixed startup dialog svn: r1517 2003-05-12 Don Allingham <don@gramps-project.org> * src/StartupDialog.py: Fixed hard coded path svn: r1516 2003-05-12 Don Allingham <don@gramps-project.org> * gramps2/src/StartupDialog.py: Fixed hard coded path svn: r1516 2003-05-12 Don Allingham <don@gramps-project.org> * src/AUTHORS, src/GrampsParser.py, src/Marriage.py, src/PedView.py, src/ReadXML.py, src/StartupDialog.py, src/const.py, src/gramps_main.py: Fixed marriage problem and startup dialog svn: r1515 2003-05-12 Don Allingham <don@gramps-project.org> * gramps2/src/AUTHORS, gramps2/src/GrampsParser.py, gramps2/src/Marriage.py, gramps2/src/PedView.py, gramps2/src/ReadXML.py, gramps2/src/StartupDialog.py, gramps2/src/const.py, gramps2/src/gramps_main.py: Fixed marriage problem and startup dialog svn: r1515 2003-05-12 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Handle media files on Save As... svn: r1514 2003-05-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Handle media files on Save As... svn: r1514 2003-05-10 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleDescendants.py: Minor cleanups svn: r1513 2003-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleDescendants.py: Minor cleanups svn: r1513 2003-05-10 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleDescendants.py: Almost done svn: r1512 2003-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleDescendants.py: Almost done svn: r1512 2003-05-10 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py: Minor correction svn: r1511 2003-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py: Minor correction svn: r1511 2003-05-10 Alex Roitman <shura@gramps-project.org> * src/Utils.py: Roman numbers svn: r1510 2003-05-10 Alex Roitman <shura@gramps-project.org> * gramps2/src/Utils.py: Roman numbers svn: r1510 2003-05-09 Don Allingham <don@gramps-project.org> * src/EditPlace.py, src/places.glade: Handle edit buttons on place editor svn: r1509 2003-05-09 Don Allingham <don@gramps-project.org> * gramps2/src/EditPlace.py, gramps2/src/places.glade: Handle edit buttons on place editor svn: r1509 2003-05-09 Don Allingham <don@gramps-project.org> * src/EditPlace.py: Fixed missing edit buttons svn: r1508 2003-05-09 Don Allingham <don@gramps-project.org> * gramps2/src/EditPlace.py: Fixed missing edit buttons svn: r1508 2003-05-08 Don Allingham <don@gramps-project.org> * src/EditPlace.py, src/Marriage.py, src/PlaceView.py, src/marriage.glade, src/places.glade: Fixed missing button events svn: r1507 2003-05-08 Don Allingham <don@gramps-project.org> * gramps2/src/EditPlace.py, gramps2/src/Marriage.py, gramps2/src/PlaceView.py, gramps2/src/marriage.glade, gramps2/src/places.glade: Fixed missing button events svn: r1507 2003-05-08 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/RelLib.py, src/gramps_main.py: Handle image imports that are abandoned svn: r1506 2003-05-08 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py: Handle image imports that are abandoned svn: r1506 2003-05-08 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleDescendants.py: Initial mock-up, needs work svn: r1505 2003-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleDescendants.py: Initial mock-up, needs work svn: r1505 2003-05-08 Alex Roitman <shura@gramps-project.org> * src/plugins/FtmStyleAncestors.py: Minor corrections svn: r1504 2003-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/FtmStyleAncestors.py: Minor corrections svn: r1504 2003-05-08 Alex Roitman <shura@gramps-project.org> * src/docgen/HtmlDoc.py, src/docgen/LaTeXDoc.py: Superscripts in HTML and LaTeX svn: r1503 2003-05-08 Alex Roitman <shura@gramps-project.org> * gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/LaTeXDoc.py: Superscripts in HTML and LaTeX svn: r1503 2003-05-07 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py: Remove object and refs if media file is lost svn: r1502 2003-05-07 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py: Remove object and refs if media file is lost svn: r1502 2003-05-07 Don Allingham <don@gramps-project.org> * src/GrampsParser.py, src/RelLib.py: Fixed the place and family references on import svn: r1501 2003-05-07 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsParser.py, gramps2/src/RelLib.py: Fixed the place and family references on import svn: r1501 2003-05-06 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py: Reincarnation of Imports svn: r1500 2003-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py: Reincarnation of Imports svn: r1500 2003-05-06 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py: Reverse sorting of MediaFileMap keys svn: r1499 2003-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py: Reverse sorting of MediaFileMap keys svn: r1499 2003-05-06 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py: More Import cleanups svn: r1498 2003-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py: More Import cleanups svn: r1498 2003-05-06 Don Allingham <don@gramps-project.org> * src/GrampsParser.py, src/ReadXML.py, src/RelLib.py, src/plugins/ReadPkg.py: preserve full path for photos after import svn: r1497 2003-05-06 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsParser.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/plugins/ReadPkg.py: preserve full path for photos after import svn: r1497 2003-05-06 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Patch for tabs from Billy Earney svn: r1496 2003-05-06 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Patch for tabs from Billy Earney svn: r1496 2003-05-06 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Imports from GRAMPS db and package svn: r1495 2003-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Imports from GRAMPS db and package svn: r1495 2003-05-06 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py, src/plugins/ReadNative.py, src/plugins/ReadPkg.py: Import from database svn: r1494 2003-05-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReadPkg.py: Import from database svn: r1494 2003-05-06 Don Allingham <don@gramps-project.org> * src/gramps.glade: Fixed relationshp calculation svn: r1493 2003-05-06 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade: Fixed relationshp calculation svn: r1493 2003-05-05 Alex Roitman <shura@gramps-project.org> * src/ReadXML.py, src/plugins/ReadPkg.py: Import from GRAMPS package svn: r1492 2003-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/ReadXML.py, gramps2/src/plugins/ReadPkg.py: Import from GRAMPS package svn: r1492 2003-05-05 Alex Roitman <shura@gramps-project.org> * src/RelLib.py: Typos svn: r1491 2003-05-05 Alex Roitman <shura@gramps-project.org> * gramps2/src/RelLib.py: Typos svn: r1491 2003-05-05 Don Allingham <don@gramps-project.org> * src/GrampsParser.py, src/GrampsXML.py, src/RelLib.py, src/gramps_main.py, src/plugins/ReadNative.py: Gramps IMPORTING svn: r1490 2003-05-05 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadNative.py: Gramps IMPORTING svn: r1490 2003-05-03 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Handle redraw of the display after a tool is run svn: r1489 2003-05-03 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Handle redraw of the display after a tool is run svn: r1489 2003-05-03 Don Allingham <don@gramps-project.org> * src/TarFile.py: provide a default temp file name svn: r1488 2003-05-03 Don Allingham <don@gramps-project.org> * gramps2/src/TarFile.py: provide a default temp file name svn: r1488 2003-05-02 Don Allingham <don@gramps-project.org> * TODO, src/docgen/AbiWordDoc.py, src/docgen/PdfDoc.py, src/plugins/FtmStyleAncestors.py: Family Tree Maker style ancestor report svn: r1487 2003-05-02 Don Allingham <don@gramps-project.org> * gramps2/TODO, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/FtmStyleAncestors.py: Family Tree Maker style ancestor report svn: r1487 2003-05-02 Alex Roitman <shura@gramps-project.org> * src/WriteXML.py: Fix for export-to-gramps problem svn: r1486 2003-05-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/WriteXML.py: Fix for export-to-gramps problem svn: r1486 2003-05-01 Don Allingham <don@gramps-project.org> * src/TextDoc.py, src/docgen/PdfDoc.py, src/plugins/count_anc.py: Fixed title in count_anc.py, added superscript for TextDoc svn: r1485 2003-05-01 Don Allingham <don@gramps-project.org> * gramps2/src/TextDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/plugins/count_anc.py: Fixed title in count_anc.py, added superscript for TextDoc svn: r1485 2003-04-30 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Correction: bind relationship function _after_ the plugins are loaded svn: r1484 2003-04-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Correction: bind relationship function _after_ the plugins are loaded svn: r1484 2003-04-30 Alex Roitman <shura@gramps-project.org> * src/plugins/rel_ru.py: Now I got it right! svn: r1483 2003-04-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/rel_ru.py: Now I got it right! svn: r1483 2003-04-30 Alex Roitman <shura@gramps-project.org> * src/Relationship.py, src/plugins/rel_ru.py: Corrections svn: r1482 2003-04-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/Relationship.py, gramps2/src/plugins/rel_ru.py: Corrections svn: r1482 2003-04-30 Don Allingham <don@gramps-project.org> * src/FamilyView.py: Don't print b. and d. if not used svn: r1481 2003-04-30 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: Don't print b. and d. if not used svn: r1481 2003-04-30 Alex Roitman <shura@gramps-project.org> * src/Plugins.py: Few typos svn: r1480 2003-04-30 Alex Roitman <shura@gramps-project.org> * gramps2/src/Plugins.py: Few typos svn: r1480 2003-04-30 Don Allingham <don@gramps-project.org> * NEWS, src/Plugins.py, src/Relationship.py, src/docgen/PdfDoc.py, src/gramps_main.py, src/plugins/RelCalc.py: Relcal changes for plugins svn: r1479 2003-04-30 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/src/Plugins.py, gramps2/src/Relationship.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/gramps_main.py, gramps2/src/plugins/RelCalc.py: Relcal changes for plugins svn: r1479 2003-04-28 Alex Roitman <shura@gramps-project.org> * src/Plugins.py: Minor typo svn: r1478 2003-04-28 Alex Roitman <shura@gramps-project.org> * gramps2/src/Plugins.py: Minor typo svn: r1478 2003-04-26 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/PlaceView.py, src/RelLib.py, src/edit_person.glade: Limit the number of characters in the description and source lists on the edit window Prevent place duplication svn: r1477 2003-04-26 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/PlaceView.py, gramps2/src/RelLib.py, gramps2/src/edit_person.glade: Limit the number of characters in the description and source lists on the edit window Prevent place duplication svn: r1477 2003-04-23 Don Allingham <don@gramps-project.org> * src/Find.py: Raise FIND window on CTRL-F svn: r1476 2003-04-23 Don Allingham <don@gramps-project.org> * gramps2/src/Find.py: Raise FIND window on CTRL-F svn: r1476 2003-04-23 Don Allingham <don@gramps-project.org> * src/Find.py: Handle backwards find svn: r1475 2003-04-23 Don Allingham <don@gramps-project.org> * gramps2/src/Find.py: Handle backwards find svn: r1475 2003-04-22 Don Allingham <don@gramps-project.org> * src/Find.py, src/gramps_main.py: Fixed Find from popping up multiple windows. svn: r1474 2003-04-22 Don Allingham <don@gramps-project.org> * gramps2/src/Find.py, gramps2/src/gramps_main.py: Fixed Find from popping up multiple windows. svn: r1474 2003-04-22 Don Allingham <don@gramps-project.org> * src/Plugins.py: Fixed redundant entries in report/tool dialogs after a reload of plugins svn: r1473 2003-04-22 Don Allingham <don@gramps-project.org> * gramps2/src/Plugins.py: Fixed redundant entries in report/tool dialogs after a reload of plugins svn: r1473 2003-04-22 Don Allingham <don@gramps-project.org> * src/Plugins.py, src/config.glade: Reload problem fix for plugins svn: r1472 2003-04-22 Don Allingham <don@gramps-project.org> * gramps2/src/Plugins.py, gramps2/src/config.glade: Reload problem fix for plugins svn: r1472 2003-04-21 Alex Roitman <shura@gramps-project.org> * src/plugins/DetAncestralReport.py: Format line typo svn: r1471 2003-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/DetAncestralReport.py: Format line typo svn: r1471 2003-04-21 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Male-female bug, 725016 svn: r1470 2003-04-21 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Male-female bug, 725016 svn: r1470 2003-04-20 Don Allingham <don@gramps-project.org> * NEWS: Update NEWS file svn: r1468 2003-04-20 Don Allingham <don@gramps-project.org> * gramps2/NEWS: Update NEWS file svn: r1468 2003-04-20 Don Allingham <don@gramps-project.org> * example/Makefile.in, example/gramps/Makefile.in: Commited Makefile.in files for the example directories svn: r1467 2003-04-20 Don Allingham <don@gramps-project.org> * gramps2/example/Makefile.in, gramps2/example/gramps/Makefile.in: Commited Makefile.in files for the example directories svn: r1467 2003-04-20 Don Allingham <don@gramps-project.org> * configure.in, src/AutoComp.py, src/ChooseParents.py, src/EditPerson.py, src/PedView.py, src/ReadXML.py, src/RelLib.py, src/Sources.py, src/WriteXML.py: Bug fixes svn: r1466 2003-04-20 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/AutoComp.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/PedView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/Sources.py, gramps2/src/WriteXML.py: Bug fixes svn: r1466 2003-04-19 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Corrections svn: r1465 2003-04-19 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Corrections svn: r1465 2003-04-18 Unknown <schandl@gramps-project.org> * src/po/de.po: German translation svn: r1464 2003-04-18 Unknown <schandl@gramps-project.org> * gramps2/src/po/de.po: German translation svn: r1464 2003-04-18 Don Allingham <don@gramps-project.org> * src/po/template.po: Make sure only cvs committed files are in template.po svn: r1463 2003-04-18 Don Allingham <don@gramps-project.org> * gramps2/src/po/template.po: Make sure only cvs committed files are in template.po svn: r1463 2003-04-18 Don Allingham <don@gramps-project.org> * NEWS, src/Plugins.py, src/QuestionDialog.py, src/Report.py, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/AncestorChart.py, src/plugins/TimeLine.py, src/plugins/WriteGedcom.py, src/po/template.po: Reports handle file extensions and check for existing file. svn: r1462 2003-04-18 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/Report.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/po/template.po: Reports handle file extensions and check for existing file. svn: r1462 2003-04-18 Alex Roitman <shura@gramps-project.org> * src/po/Makefile.in: Removing *.mo files svn: r1461 2003-04-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/Makefile.in: Removing *.mo files svn: r1461 2003-04-17 Alex Roitman <shura@gramps-project.org> * Makefile.am, Makefile.in, configure, configure.in, omf-install/Makefile.am, omf-install/Makefile.in, omf-install/extending-gramps-C.omf, omf-install/gramps-manual-C.omf: Removing omf-install svn: r1460 2003-04-17 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am, gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/omf-install/Makefile.am, gramps2/omf-install/Makefile.in, gramps2/omf-install/extending-gramps-C.omf, gramps2/omf-install/gramps-manual-C.omf: Removing omf-install svn: r1460 2003-04-17 Alex Roitman <shura@gramps-project.org> * src/const.py, src/const.py.in: Name correction svn: r1459 2003-04-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py, gramps2/src/const.py.in: Name correction svn: r1459 2003-04-17 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Russian translation for 0.9.1 svn: r1458 2003-04-17 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Russian translation for 0.9.1 svn: r1458 2003-04-16 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation updates svn: r1457 2003-04-16 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation updates svn: r1457 2003-04-16 Unknown <schandl@gramps-project.org> * src/po/de.po: German translation svn: r1456 2003-04-16 Unknown <schandl@gramps-project.org> * gramps2/src/po/de.po: German translation svn: r1456 2003-04-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py, src/po/template.po: Typo svn: r1455 2003-04-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py, gramps2/src/po/template.po: Typo svn: r1455 2003-04-16 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py, src/po/ru.po, src/po/template.po: Enable gender-aware translations for Verify.py svn: r1454 2003-04-16 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py, gramps2/src/po/ru.po, gramps2/src/po/template.po: Enable gender-aware translations for Verify.py svn: r1454 2003-04-16 Don Allingham <don@gramps-project.org> * src/plugins/patchnames.glade, src/po/template.po: Translation clean up svn: r1453 2003-04-16 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/patchnames.glade, gramps2/src/po/template.po: Translation clean up svn: r1453 2003-04-16 Don Allingham <don@gramps-project.org> * src/gramps_main.py, src/plugins/Check.py, src/plugins/PatchNames.py, src/plugins/patchnames.glade: Allow the user to select the entries to be modified. svn: r1452 2003-04-16 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/patchnames.glade: Allow the user to select the entries to be modified. svn: r1452 2003-04-16 Don Allingham <don@gramps-project.org> * src/plugins/verify.glade: Get rid of "activatible widget" warning svn: r1451 2003-04-16 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/verify.glade: Get rid of "activatible widget" warning svn: r1451 2003-04-14 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py, src/po/template.po: More Verify.py corrections svn: r1450 2003-04-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py, gramps2/src/po/template.po: More Verify.py corrections svn: r1450 2003-04-14 Unknown <schandl@gramps-project.org> * src/plugins/Verify.py, src/po/de.po: Typo and German translation svn: r1449 2003-04-14 Unknown <schandl@gramps-project.org> * gramps2/src/plugins/Verify.py, gramps2/src/po/de.po: Typo and German translation svn: r1449 2003-04-14 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Update svn: r1448 2003-04-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Update svn: r1448 2003-04-14 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py, src/po/template.po: Correcting Verify.py messages svn: r1447 2003-04-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py, gramps2/src/po/template.po: Correcting Verify.py messages svn: r1447 2003-04-14 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Minor correction svn: r1446 2003-04-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Minor correction svn: r1446 2003-04-14 Alex Roitman <shura@gramps-project.org> * src/plugins/Verify.py: Enable translations svn: r1445 2003-04-14 Alex Roitman <shura@gramps-project.org> * gramps2/src/plugins/Verify.py: Enable translations svn: r1445 2003-04-12 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Translation update for 0.9.0 svn: r1444 2003-04-12 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Translation update for 0.9.0 svn: r1444 2003-04-11 Unknown <schandl@gramps-project.org> * src/plugins/RelCalc.py, src/po/de.po: German translation and typo fix svn: r1443 2003-04-11 Unknown <schandl@gramps-project.org> * gramps2/src/plugins/RelCalc.py, gramps2/src/po/de.po: German translation and typo fix svn: r1443 2003-04-11 Don Allingham <don@gramps-project.org> * src/edit_person.glade, src/po/template.po: Updated translations svn: r1442 2003-04-11 Don Allingham <don@gramps-project.org> * gramps2/src/edit_person.glade, gramps2/src/po/template.po: Updated translations svn: r1442 2003-04-11 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/plugins/verify.glade: Button fixes for Verify svn: r1441 2003-04-11 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/plugins/verify.glade: Button fixes for Verify svn: r1441 2003-04-10 Don Allingham <don@gramps-project.org> * gramps.spec.in, src/errdialogs.glade, src/gramps.glade, src/po/template.po, src/preferences.glade: Translation updates svn: r1440 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec.in, gramps2/src/errdialogs.glade, gramps2/src/gramps.glade, gramps2/src/po/template.po, gramps2/src/preferences.glade: Translation updates svn: r1440 2003-04-10 Unknown <schandl@gramps-project.org> * src/po/de.po: German translation svn: r1439 2003-04-10 Unknown <schandl@gramps-project.org> * gramps2/src/po/de.po: German translation svn: r1439 2003-04-10 Don Allingham <don@gramps-project.org> * gramps.spec.in: install options svn: r1438 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec.in: install options svn: r1438 2003-04-10 Don Allingham <don@gramps-project.org> * gramps.spec.in: Add figures director svn: r1437 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec.in: Add figures director svn: r1437 2003-04-10 Don Allingham <don@gramps-project.org> * configure, gramps.spec.in: install gramps.xml in RPM svn: r1436 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/gramps.spec.in: install gramps.xml in RPM svn: r1436 2003-04-10 Don Allingham <don@gramps-project.org> * src/po/template.po: Home Person changes svn: r1435 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/src/po/template.po: Home Person changes svn: r1435 2003-04-10 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/po/Makefile.am: msgfmt does not use -c svn: r1434 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/po/Makefile.am: msgfmt does not use -c svn: r1434 2003-04-10 Don Allingham <don@gramps-project.org> * configure.in, src/gramps_main.py, src/po/template.po: Fix configure file to not include extending-gramps svn: r1433 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/gramps_main.py, gramps2/src/po/template.po: Fix configure file to not include extending-gramps svn: r1433 2003-04-10 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/Relationship.py, src/gramps_main.py, src/po/cs.po, src/po/da_DK.po, src/po/es.po, src/po/fr.po, src/po/it.po, src/po/nl.po, src/po/pl.po, src/po/pt_BR.po, src/po/ro.po, src/po/ru.po, src/po/sv.po, src/po/template.po: Translation changes svn: r1432 2003-04-10 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/Relationship.py, gramps2/src/gramps_main.py, gramps2/src/po/cs.po, gramps2/src/po/da_DK.po, gramps2/src/po/es.po, gramps2/src/po/fr.po, gramps2/src/po/it.po, gramps2/src/po/nl.po, gramps2/src/po/pl.po, gramps2/src/po/pt_BR.po, gramps2/src/po/ro.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po: Translation changes svn: r1432 2003-04-09 Unknown <schandl@gramps-project.org> * src/ImageSelect.py, src/PlaceView.py, src/config.glade, src/gramps_main.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/po/de.po: German translation and several typo fixes svn: r1431 2003-04-09 Unknown <schandl@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/PlaceView.py, gramps2/src/config.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/po/de.po: German translation and several typo fixes svn: r1431 2003-04-09 Don Allingham <don@gramps-project.org> * src/Find.py, src/GrampsCfg.py, src/ImageSelect.py, src/Report.py, src/TarFile.py, src/gramps_main.py: Pychecker cleanup svn: r1430 2003-04-09 Don Allingham <don@gramps-project.org> * gramps2/src/Find.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/Report.py, gramps2/src/TarFile.py, gramps2/src/gramps_main.py: Pychecker cleanup svn: r1430 2003-04-09 Don Allingham <don@gramps-project.org> * src/po/pl.po: New Polish translation svn: r1429 2003-04-09 Don Allingham <don@gramps-project.org> * gramps2/src/po/pl.po: New Polish translation svn: r1429 2003-04-06 Don Allingham <don@gramps-project.org> * configure, configure.in: configure.in checks for pygtk svn: r1428 2003-04-06 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in: configure.in checks for pygtk svn: r1428 2003-04-06 Don Allingham <don@gramps-project.org> * src/gramps.py, src/gramps_main.py, src/intl.py: gtk.glade.bindtextdomain svn: r1427 2003-04-06 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.py, gramps2/src/gramps_main.py, gramps2/src/intl.py: gtk.glade.bindtextdomain svn: r1427 2003-04-06 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Corrections svn: r1426 2003-04-06 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Corrections svn: r1426 2003-04-05 Don Allingham <don@gramps-project.org> * aclocal.m4, configure, src/const.py, src/const.py.in, src/gramps.glade, src/gramps_main.py, src/po/Makefile.am, src/po/Makefile.in, src/po/template.po: translation fixes svn: r1425 2003-04-05 Don Allingham <don@gramps-project.org> * gramps2/aclocal.m4, gramps2/configure, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/po/Makefile.am, gramps2/src/po/Makefile.in, gramps2/src/po/template.po: translation fixes svn: r1425 2003-04-04 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Update svn: r1424 2003-04-04 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Update svn: r1424 2003-04-04 Don Allingham <don@gramps-project.org> * Makefile.in, aclocal.m4, configure, example/gramps/data.gramps, src/AutoComp.py, src/EditPerson.py, src/Find.py, src/ListModel.py, src/Makefile.in, src/MediaView.py, src/PedView.py, src/PlaceView.py, src/QuestionDialog.py, src/RelLib.py, src/Relationship.py, src/SourceView.py, src/Utils.py, src/errdialogs.glade, src/gramps.glade, src/gramps.py, src/gramps_main.py, src/intl.py, src/po/template.po: Find support svn: r1423 2003-04-04 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/example/gramps/data.gramps, gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/Find.py, gramps2/src/ListModel.py, gramps2/src/Makefile.in, gramps2/src/MediaView.py, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/QuestionDialog.py, gramps2/src/RelLib.py, gramps2/src/Relationship.py, gramps2/src/SourceView.py, gramps2/src/Utils.py, gramps2/src/errdialogs.glade, gramps2/src/gramps.glade, gramps2/src/gramps.py, gramps2/src/gramps_main.py, gramps2/src/intl.py, gramps2/src/po/template.po: Find support svn: r1423 2003-04-04 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Added Help subsection svn: r1422 2003-04-04 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Added Help subsection svn: r1422 2003-04-02 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: First proof by Rikke svn: r1421 2003-04-02 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: First proof by Rikke svn: r1421 2003-04-02 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Corrections svn: r1420 2003-04-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Corrections svn: r1420 2003-04-02 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Updated for 0.9.1 svn: r1419 2003-04-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Updated for 0.9.1 svn: r1419 2003-04-01 Alex Roitman <shura@gramps-project.org> * src/gramps_main.py: Typos svn: r1418 2003-04-01 Alex Roitman <shura@gramps-project.org> * gramps2/src/gramps_main.py: Typos svn: r1418 2003-04-01 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/po/template.po: Replace GNOME menu items svn: r1417 2003-04-01 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/po/template.po: Replace GNOME menu items svn: r1417 2003-03-31 Alex Roitman <shura@gramps-project.org> * Makefile.am, Makefile.in, aclocal.m4, configure, doc/gramps-manual/C/Makefile.in, doc/xmldocs.make, src/Makefile.in: Changing docs installation dir svn: r1416 2003-03-31 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am, gramps2/Makefile.in, gramps2/aclocal.m4, gramps2/configure, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/xmldocs.make, gramps2/src/Makefile.in: Changing docs installation dir svn: r1416 2003-03-31 Don Allingham <don@gramps-project.org> * Makefile.am, Makefile.in, configure, configure.in, doc/Makefile.in, doc/extending-gramps/C/Makefile.in, doc/extending-gramps/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, example/Makefile.am, example/gedcom/sample.ged, example/gramps/Makefile.am, omf-install/Makefile.in, src/Makefile.in, src/calendars/Makefile.in, src/const.py, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: Fixed example database svn: r1415 2003-03-31 Don Allingham <don@gramps-project.org> * gramps2/Makefile.am, gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/extending-gramps/C/Makefile.in, gramps2/doc/extending-gramps/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/example/Makefile.am, gramps2/example/gedcom/sample.ged, gramps2/example/gramps/Makefile.am, gramps2/omf-install/Makefile.in, gramps2/src/Makefile.in, gramps2/src/calendars/Makefile.in, gramps2/src/const.py, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: Fixed example database svn: r1415 2003-03-31 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Fixed example file loading svn: r1414 2003-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Fixed example file loading svn: r1414 2003-03-31 Don Allingham <don@gramps-project.org> * src/Makefile.in, src/ansel_utf8.py, src/calendars/Makefile.in, src/const.py, src/const.py.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/gramps.glade, src/gramps_main.py, src/plugins/Makefile.in, src/plugins/ReadGedcom.py, src/plugins/gedcomimport.glade, src/po/Makefile.in: Example database menu item svn: r1413 2003-03-31 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.in, gramps2/src/ansel_utf8.py, gramps2/src/calendars/Makefile.in, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/gedcomimport.glade, gramps2/src/po/Makefile.in: Example database menu item svn: r1413 2003-03-30 Alex Roitman <shura@gramps-project.org> * : dialog update svn: r1412 2003-03-30 Alex Roitman <shura@gramps-project.org> * : dialog update svn: r1412 2003-03-28 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Minor cleanups svn: r1411 2003-03-28 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Minor cleanups svn: r1411 2003-03-28 Alex Roitman <shura@gramps-project.org> * gramps.spec.in: Modify doc path svn: r1410 2003-03-28 Alex Roitman <shura@gramps-project.org> * gramps2/gramps.spec.in: Modify doc path svn: r1410 2003-03-28 Don Allingham <don@gramps-project.org> * gramps.spec: install manual for RPM svn: r1409 2003-03-28 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec: install manual for RPM svn: r1409 2003-03-28 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/ReadXML.py, src/gramps_main.py, src/po/nl.po: filename clean up svn: r1408 2003-03-28 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/ReadXML.py, gramps2/src/gramps_main.py, gramps2/src/po/nl.po: filename clean up svn: r1408 2003-03-27 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual.xml: Minor correction for Define filter dialog svn: r1407 2003-03-27 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual.xml: Minor correction for Define filter dialog svn: r1407 2003-03-27 Alex Roitman <shura@gramps-project.org> * doc/Makefile.in, doc/gramps-manual/C/gramps-manual/index.html, doc/gramps-manual/C/gramps-manual/ln7.html, doc/gramps-manual/C/gramps-manual/t1.html, doc/gramps-manual/C/gramps-manual/x129.html, doc/gramps-manual/C/gramps-manual/x28.html, doc/gramps-manual/C/gramps-manual/x41.html, doc/gramps-manual/C/gramps-manual/x84.html, doc/gramps-manual/Makefile.in, doc/gramps.sgml, doc/sgmldocs.make: Removing obsolete docs svn: r1406 2003-03-27 Alex Roitman <shura@gramps-project.org> * gramps2/doc/Makefile.in, gramps2/doc/gramps-manual/C/gramps-manual/index.html, gramps2/doc/gramps-manual/C/gramps-manual/ln7.html, gramps2/doc/gramps-manual/C/gramps-manual/t1.html, gramps2/doc/gramps-manual/C/gramps-manual/x129.html, gramps2/doc/gramps-manual/C/gramps-manual/x28.html, gramps2/doc/gramps-manual/C/gramps-manual/x41.html, gramps2/doc/gramps-manual/C/gramps-manual/x84.html, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps.sgml, gramps2/doc/sgmldocs.make: Removing obsolete docs svn: r1406 2003-03-27 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/Makefile.in, doc/gramps-manual/C/gramps-manual.sgml, doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml, doc/gramps-manual/C/index.html: Removing obsolete docs svn: r1405 2003-03-27 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/C/gramps-manual.sgml, gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml, gramps2/doc/gramps-manual/C/index.html: Removing obsolete docs svn: r1405 2003-03-27 Alex Roitman <shura@gramps-project.org> * Makefile.am, configure.in, doc/Makefile.am, doc/gramps-manual/C/Makefile.am, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.xml, doc/omf.make, doc/xmldocs.make, gramps.spec.in: Corrections to properly install GNOME2 docs svn: r1404 2003-03-27 Alex Roitman <shura@gramps-project.org> * gramps2/Makefile.am, gramps2/configure.in, gramps2/doc/Makefile.am, gramps2/doc/gramps-manual/C/Makefile.am, gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps-manual/C/gramps-manual.xml, gramps2/doc/omf.make, gramps2/doc/xmldocs.make, gramps2/gramps.spec.in: Corrections to properly install GNOME2 docs svn: r1404 2003-03-27 Alex Roitman <shura@gramps-project.org> * COPYING-DOCS: GNOME2 compliance svn: r1403 2003-03-27 Alex Roitman <shura@gramps-project.org> * gramps2/COPYING-DOCS: GNOME2 compliance svn: r1403 2003-03-27 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/gramps.glade, src/gramps_main.py: Sidebar/tab handling svn: r1402 2003-03-27 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Sidebar/tab handling svn: r1402 2003-03-26 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/Plugins.py, src/edit_person.glade, src/intl.py: Detect intl library successful loading svn: r1401 2003-03-26 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/Plugins.py, gramps2/src/edit_person.glade, gramps2/src/intl.py: Detect intl library successful loading svn: r1401 2003-03-26 Don Allingham <don@gramps-project.org> * src/MediaView.py, src/PlaceView.py, src/SourceView.py, src/gramps_main.py: Translate list headers svn: r1400 2003-03-26 Don Allingham <don@gramps-project.org> * gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py: Translate list headers svn: r1400 2003-03-25 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.xml: Minor typo svn: r1399 2003-03-25 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.xml: Minor typo svn: r1399 2003-03-25 Alex Roitman <shura@gramps-project.org> * : adding figure with -kb svn: r1398 2003-03-25 Alex Roitman <shura@gramps-project.org> * : adding figure with -kb svn: r1398 2003-03-25 Alex Roitman <shura@gramps-project.org> * : removing figure added without -kb svn: r1397 2003-03-25 Alex Roitman <shura@gramps-project.org> * : removing figure added without -kb svn: r1397 2003-03-25 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/plugins/FilterEditor.py, src/rule.glade: Filter editor fixes svn: r1396 2003-03-25 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/rule.glade: Filter editor fixes svn: r1396 2003-03-25 Alex Roitman <shura@gramps-project.org> * : Define filter dialog svn: r1395 2003-03-25 Alex Roitman <shura@gramps-project.org> * : Define filter dialog svn: r1395 2003-03-24 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Done with Custom Filter Editor svn: r1394 2003-03-24 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Done with Custom Filter Editor svn: r1394 2003-03-24 Unknown <schandl@gramps-project.org> * src/po/de.po: Some more German translations svn: r1393 2003-03-24 Unknown <schandl@gramps-project.org> * gramps2/src/po/de.po: Some more German translations svn: r1393 2003-03-24 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Changes related to the corrected edit-si.png svn: r1392 2003-03-24 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Changes related to the corrected edit-si.png svn: r1392 2003-03-24 Alex Roitman <shura@gramps-project.org> * : Corrected figure: new button added svn: r1391 2003-03-24 Alex Roitman <shura@gramps-project.org> * : Corrected figure: new button added svn: r1391 2003-03-24 Don Allingham <don@gramps-project.org> * configure, configure.in, doc/gramps.1, gramps.spec, src/const.py: 0.9.1-pre1 setup svn: r1390 2003-03-24 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/doc/gramps.1, gramps2/gramps.spec, gramps2/src/const.py: 0.9.1-pre1 setup svn: r1390 2003-03-24 Don Allingham <don@gramps-project.org> * src/AutoComp.py, src/EditSource.py, src/Sources.py, src/const.py, src/const.py.in, src/gramps.glade, src/po/template.po, src/srcsel.glade: Source improvements svn: r1389 2003-03-24 Don Allingham <don@gramps-project.org> * gramps2/src/AutoComp.py, gramps2/src/EditSource.py, gramps2/src/Sources.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/gramps.glade, gramps2/src/po/template.po, gramps2/src/srcsel.glade: Source improvements svn: r1389 2003-03-23 Don Allingham <don@gramps-project.org> * src/po/template.po: New translation file for typo fix svn: r1388 2003-03-23 Don Allingham <don@gramps-project.org> * gramps2/src/po/template.po: New translation file for typo fix svn: r1388 2003-03-23 Don Allingham <don@gramps-project.org> * src/preferences.glade: Fixed typo svn: r1387 2003-03-23 Don Allingham <don@gramps-project.org> * gramps2/src/preferences.glade: Fixed typo svn: r1387 2003-03-23 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Almost done with the first draft svn: r1386 2003-03-23 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Almost done with the first draft svn: r1386 2003-03-23 Don Allingham <don@gramps-project.org> * src/docgen/HtmlDoc.py, src/plugins/WebPage.py: Fixed templates for HTML reports svn: r1385 2003-03-23 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/HtmlDoc.py, gramps2/src/plugins/WebPage.py: Fixed templates for HTML reports svn: r1385 2003-03-23 Don Allingham <don@gramps-project.org> * src/.cvsignore, src/FamilyView.py, src/MediaView.py, src/PlaceView.py, src/Report.py, src/SourceView.py, src/gramps.gladep, src/gramps_main.py, src/plugins/.cvsignore, src/po/template.po: Accessibility for dialogs svn: r1384 2003-03-23 Don Allingham <don@gramps-project.org> * gramps2/src/.cvsignore, gramps2/src/FamilyView.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/Report.py, gramps2/src/SourceView.py, gramps2/src/gramps.gladep, gramps2/src/gramps_main.py, gramps2/src/plugins/.cvsignore, gramps2/src/po/template.po: Accessibility for dialogs svn: r1384 2003-03-23 Don Allingham <don@gramps-project.org> * configure, src/Find.py, src/Makefile.in, src/Report.py, src/gramps.glade, src/gramps_main.py: Fixed HTML options svn: r1383 2003-03-23 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/src/Find.py, gramps2/src/Makefile.in, gramps2/src/Report.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Fixed HTML options svn: r1383 2003-03-22 Alex Roitman <shura@gramps-project.org> * src/const.py, src/const.py.in: Fixing typo svn: r1382 2003-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py, gramps2/src/const.py.in: Fixing typo svn: r1382 2003-03-22 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Done with Tools svn: r1381 2003-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Done with Tools svn: r1381 2003-03-22 Don Allingham <don@gramps-project.org> * example/gramps/data.gramps, src/AttrEdit.py, src/AutoComp.py, src/Bookmarks.py, src/GrampsCfg.py, src/Makefile.am, src/Relationship.py, src/edit_person.glade, src/gramps_main.py, src/plugins/Check.py, src/plugins/Merge.py, src/plugins/relcalc.glade, src/plugins/soundex.glade, src/plugins/soundgen.py, src/preferences.glade: Merge fixes, option to display relationship to the home person in the status bar. svn: r1380 2003-03-22 Don Allingham <don@gramps-project.org> * gramps2/example/gramps/data.gramps, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/Bookmarks.py, gramps2/src/GrampsCfg.py, gramps2/src/Makefile.am, gramps2/src/Relationship.py, gramps2/src/edit_person.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/relcalc.glade, gramps2/src/plugins/soundex.glade, gramps2/src/plugins/soundgen.py, gramps2/src/preferences.glade: Merge fixes, option to display relationship to the home person in the status bar. svn: r1380 2003-03-22 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Started Tools svn: r1379 2003-03-22 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Started Tools svn: r1379 2003-03-22 Alex Roitman <shura@gramps-project.org> * : Adding more new figures svn: r1378 2003-03-22 Alex Roitman <shura@gramps-project.org> * : Adding more new figures svn: r1378 2003-03-21 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Finished Reports svn: r1377 2003-03-21 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Finished Reports svn: r1377 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Adding new figures with -kb flag svn: r1376 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Adding new figures with -kb flag svn: r1376 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Removing figs -- need to add with -kb svn: r1375 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Removing figs -- need to add with -kb svn: r1375 2003-03-21 Don Allingham <don@gramps-project.org> * src/GedcomInfo.py, src/GenericFilter.py, src/MediaView.py, src/gramps_main.py, src/po/template.po: Message for place displays svn: r1374 2003-03-21 Don Allingham <don@gramps-project.org> * gramps2/src/GedcomInfo.py, gramps2/src/GenericFilter.py, gramps2/src/MediaView.py, gramps2/src/gramps_main.py, gramps2/src/po/template.po: Message for place displays svn: r1374 2003-03-21 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/EditPerson.py, src/ReadXML.py, src/edit_person.glade, src/gramps_main.py, src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: Fixed sorting svn: r1373 2003-03-21 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/EditPerson.py, gramps2/src/ReadXML.py, gramps2/src/edit_person.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade: Fixed sorting svn: r1373 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Adding new figures svn: r1372 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Adding new figures svn: r1372 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Removing old figures svn: r1371 2003-03-21 Alex Roitman <shura@gramps-project.org> * : Removing old figures svn: r1371 2003-03-21 Jeffrey C. Ollie <jcollie@users.sourceforge.net> * src/mergedata.glade: Change the grouping of the radio buttons so that they are grouped horizontally, rather than vertically. Also, get rid of the frames to get closer to Gnome HIG compliance, but I'm sure that there will be more changes needed for full compliance. svn: r1370 2003-03-21 Jeffrey C. Ollie <jcollie@users.sourceforge.net> * gramps2/src/mergedata.glade: Change the grouping of the radio buttons so that they are grouped horizontally, rather than vertically. Also, get rid of the frames to get closer to Gnome HIG compliance, but I'm sure that there will be more changes needed for full compliance. svn: r1370 2003-03-21 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Half-way into reports svn: r1369 2003-03-21 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Half-way into reports svn: r1369 2003-03-20 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Finished navigation svn: r1368 2003-03-20 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Finished navigation svn: r1368 2003-03-20 Don Allingham <don@gramps-project.org> * configure.in, src/po/nl.po: nl translation update svn: r1367 2003-03-20 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/po/nl.po: nl translation update svn: r1367 2003-03-20 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Finally done with editing svn: r1366 2003-03-20 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Finally done with editing svn: r1366 2003-03-20 Alex Roitman <shura@gramps-project.org> * src/const.py, src/const.py.in: Minor typo svn: r1365 2003-03-20 Alex Roitman <shura@gramps-project.org> * gramps2/src/const.py, gramps2/src/const.py.in: Minor typo svn: r1365 2003-03-20 Don Allingham <don@gramps-project.org> * src/Date.py, src/PlaceView.py, src/Witness.py, src/gramps_main.py: Faster load times for places svn: r1364 2003-03-20 Don Allingham <don@gramps-project.org> * gramps2/src/Date.py, gramps2/src/PlaceView.py, gramps2/src/Witness.py, gramps2/src/gramps_main.py: Faster load times for places svn: r1364 2003-03-20 Don Allingham <don@gramps-project.org> * src/StartupDialog.py, src/Witness.py, src/config.glade, src/const.py, src/const.py.in: Witness editor fixes, documentation and translation list fixes svn: r1363 2003-03-20 Don Allingham <don@gramps-project.org> * gramps2/src/StartupDialog.py, gramps2/src/Witness.py, gramps2/src/config.glade, gramps2/src/const.py, gramps2/src/const.py.in: Witness editor fixes, documentation and translation list fixes svn: r1363 2003-03-19 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Done with editing except for the Witness Editor svn: r1362 2003-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Done with editing except for the Witness Editor svn: r1362 2003-03-19 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: More editing done svn: r1361 2003-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: More editing done svn: r1361 2003-03-19 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Almost done with the editing svn: r1360 2003-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Almost done with the editing svn: r1360 2003-03-19 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Working down the editing svn: r1359 2003-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Working down the editing svn: r1359 2003-03-19 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/QuestionDialog.py, src/errdialogs.glade, src/gramps.glade, src/gramps_main.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/PatchNames.py, src/plugins/RelCalc.py, src/plugins/Summary.py, src/plugins/Verify.py, src/plugins/WritePkg.py, src/plugins/merge.glade, src/plugins/pkgexport.glade, src/plugins/relcalc.glade, src/plugins/summary.glade, src/plugins/verify.glade: HIG improvements svn: r1358 2003-03-19 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/QuestionDialog.py, gramps2/src/errdialogs.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/merge.glade, gramps2/src/plugins/pkgexport.glade, gramps2/src/plugins/relcalc.glade, gramps2/src/plugins/summary.glade, gramps2/src/plugins/verify.glade: HIG improvements svn: r1358 2003-03-19 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Better structure for editing svn: r1357 2003-03-19 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Better structure for editing svn: r1357 2003-03-18 Don Allingham <don@gramps-project.org> * src/const.py, src/plugins/Makefile.am, src/plugins/Makefile.in: removed readgecom.glade svn: r1356 2003-03-18 Don Allingham <don@gramps-project.org> * gramps2/src/const.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Makefile.in: removed readgecom.glade svn: r1356 2003-03-17 Don Allingham <don@gramps-project.org> * src/gramps_main.py, src/plugins/ChangeTypes.py, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py, src/plugins/changetype.glade, src/plugins/gedcomexport.glade, src/plugins/gedcomimport.glade, src/plugins/patchnames.glade, src/plugins/readgedcom.glade, src/plugins/soundex.glade, src/plugins/soundgen.py: HIG changes svn: r1355 2003-03-17 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/changetype.glade, gramps2/src/plugins/gedcomexport.glade, gramps2/src/plugins/gedcomimport.glade, gramps2/src/plugins/patchnames.glade, gramps2/src/plugins/readgedcom.glade, gramps2/src/plugins/soundex.glade, gramps2/src/plugins/soundgen.py: HIG changes svn: r1355 2003-03-17 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Typos svn: r1354 2003-03-17 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Typos svn: r1354 2003-03-17 Don Allingham <don@gramps-project.org> * configure, configure.in, src/GrampsCfg.py, src/Marriage.py, src/gramps_main.py: Updates to people list occur only on active display svn: r1353 2003-03-17 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/src/GrampsCfg.py, gramps2/src/Marriage.py, gramps2/src/gramps_main.py: Updates to people list occur only on active display svn: r1353 2003-03-15 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.html, doc/gramps-manual/C/gramps.xml: Done with Edit Person svn: r1352 2003-03-15 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.html, gramps2/doc/gramps-manual/C/gramps.xml: Done with Edit Person svn: r1352 2003-03-15 Don Allingham <don@gramps-project.org> * src/po/nl.po: Dutch translation svn: r1351 2003-03-15 Don Allingham <don@gramps-project.org> * gramps2/src/po/nl.po: Dutch translation svn: r1351 2003-03-15 Don Allingham <don@gramps-project.org> * src/Makefile.in, src/RelLib.py, src/const.py, src/const.py.in, src/gramps.glade, src/gramps_main.py: Faster initial display svn: r1350 2003-03-15 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.in, gramps2/src/RelLib.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Faster initial display svn: r1350 2003-03-14 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.xml: Started on Editing svn: r1349 2003-03-14 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.xml: Started on Editing svn: r1349 2003-03-14 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/NoteEdit.py, src/RelLib.py, src/gramps_main.py, src/po/template.po: Hide main window until it is completely initialized. svn: r1348 2003-03-14 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/NoteEdit.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py, gramps2/src/po/template.po: Hide main window until it is completely initialized. svn: r1348 2003-03-13 Unknown <schandl@gramps-project.org> * src/FamilyView.py, src/PlaceView.py, src/RelImage.py, src/po/de.po: Typos and German translation svn: r1347 2003-03-13 Unknown <schandl@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/PlaceView.py, gramps2/src/RelImage.py, gramps2/src/po/de.po: Typos and German translation svn: r1347 2003-03-12 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.xml: More cleanups svn: r1346 2003-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.xml: More cleanups svn: r1346 2003-03-12 Don Allingham <don@gramps-project.org> * src/gramps_main.py, src/plugins/PatchNames.py, src/plugins/patchnames.glade, src/system_filters.xml: Patch names improvements svn: r1345 2003-03-12 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/patchnames.glade, gramps2/src/system_filters.xml: Patch names improvements svn: r1345 2003-03-12 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.xml: Minor cleanups svn: r1344 2003-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.xml: Minor cleanups svn: r1344 2003-03-12 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/legal.xml: Initial upload svn: r1343 2003-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/legal.xml: Initial upload svn: r1343 2003-03-12 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.xml: It now parses into a bearable HTML! svn: r1342 2003-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.xml: It now parses into a bearable HTML! svn: r1342 2003-03-12 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual-C.txt, doc/gramps-manual/C/gramps.xml: Removing plain text version in favor of XML svn: r1341 2003-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual-C.txt, gramps2/doc/gramps-manual/C/gramps.xml: Removing plain text version in favor of XML svn: r1341 2003-03-12 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/gramps_main.py, src/plugins/Desbrowser.py, src/plugins/EventCmp.py, src/plugins/FilterEditor.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/ReadGedcom.py, src/plugins/TimeLine.py, src/plugins/desbrowse.glade, src/plugins/eventcmp.glade, src/plugins/merge.glade, src/rule.glade: Faster loading of pages, Improvements to filters svn: r1340 2003-03-12 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/desbrowse.glade, gramps2/src/plugins/eventcmp.glade, gramps2/src/plugins/merge.glade, gramps2/src/rule.glade: Faster loading of pages, Improvements to filters svn: r1340 2003-03-12 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.xml: A little advance svn: r1339 2003-03-12 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.xml: A little advance svn: r1339 2003-03-11 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps.xml: New manual in XML format svn: r1338 2003-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps.xml: New manual in XML format svn: r1338 2003-03-11 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual-C.txt: Further cleanup and some Usage svn: r1337 2003-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual-C.txt: Further cleanup and some Usage svn: r1337 2003-03-11 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual-C.txt: Cleanup of into, getting_started, and main window svn: r1336 2003-03-11 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual-C.txt: Cleanup of into, getting_started, and main window svn: r1336 2003-03-10 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual-C.txt: First correction svn: r1335 2003-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual-C.txt: First correction svn: r1335 2003-03-10 Alex Roitman <shura@gramps-project.org> * doc/gramps-manual/C/gramps-manual-C.txt: A little more than the outline svn: r1334 2003-03-10 Alex Roitman <shura@gramps-project.org> * gramps2/doc/gramps-manual/C/gramps-manual-C.txt: A little more than the outline svn: r1334 2003-03-08 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/Makefile.am, src/Makefile.in, src/Marriage.py, src/calendars/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/gramps.py, src/gramps_main.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Makefile.in, src/plugins/TimeLine.py, src/plugins/WebPage.py, src/po/template.po: Bug fixes from pychecker svn: r1333 2003-03-08 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/calendars/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/gramps.py, gramps2/src/gramps_main.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/TimeLine.py, gramps2/src/plugins/WebPage.py, gramps2/src/po/template.po: Bug fixes from pychecker svn: r1333 2003-03-08 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/RelLib.py, src/Report.py, src/StyleEditor.py, src/TextDoc.py, src/plugins/WebPage.py, src/po/template.po, src/styles.glade: Paragraph editor enhancements - styles have descriptions svn: r1332 2003-03-08 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/StyleEditor.py, gramps2/src/TextDoc.py, gramps2/src/plugins/WebPage.py, gramps2/src/po/template.po, gramps2/src/styles.glade: Paragraph editor enhancements - styles have descriptions svn: r1332 2003-03-08 Don Allingham <don@gramps-project.org> * src/Witness.py: Witness support svn: r1331 2003-03-08 Don Allingham <don@gramps-project.org> * gramps2/src/Witness.py: Witness support svn: r1331 2003-03-07 Don Allingham <don@gramps-project.org> * src/GrampsZODB.py: Qualify Person with RelLIb svn: r1330 2003-03-07 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsZODB.py: Qualify Person with RelLIb svn: r1330 2003-03-07 Don Allingham <don@gramps-project.org> * src/plugins/Makefile.am: Removed FullFamily svn: r1329 2003-03-07 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Makefile.am: Removed FullFamily svn: r1329 2003-03-07 Don Allingham <don@gramps-project.org> * src/DbPrompter.py, src/GenericFilter.py, src/Makefile.am, src/Makefile.in, src/MergeData.py, src/Plugins.py, src/StyleEditor.py, src/VersionControl.py, src/calendars/Makefile.am, src/config.glade, src/const.py, src/dialog.glade, src/docgen/Makefile.am, src/edit_person.glade, src/errdialogs.glade, src/filters/Makefile.am, src/gramps.glade, src/gramps_main.py, src/marriage.glade, src/mergedata.glade, src/places.glade, src/plugins.glade, src/plugins/FilterEditor.py, src/plugins/Makefile.am, src/po/template.po, src/preferences.glade, src/revision.glade, src/rule.glade, src/srcsel.glade, src/styles.glade: Title handling svn: r1328 2003-03-07 Don Allingham <don@gramps-project.org> * gramps2/src/DbPrompter.py, gramps2/src/GenericFilter.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/MergeData.py, gramps2/src/Plugins.py, gramps2/src/StyleEditor.py, gramps2/src/VersionControl.py, gramps2/src/calendars/Makefile.am, gramps2/src/config.glade, gramps2/src/const.py, gramps2/src/dialog.glade, gramps2/src/docgen/Makefile.am, gramps2/src/edit_person.glade, gramps2/src/errdialogs.glade, gramps2/src/filters/Makefile.am, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/marriage.glade, gramps2/src/mergedata.glade, gramps2/src/places.glade, gramps2/src/plugins.glade, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/Makefile.am, gramps2/src/po/template.po, gramps2/src/preferences.glade, gramps2/src/revision.glade, gramps2/src/rule.glade, gramps2/src/srcsel.glade, gramps2/src/styles.glade: Title handling svn: r1328 2003-03-06 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/ChooseParents.py, src/DbPrompter.py, src/DisplayTrace.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/ImageSelect.py, src/LocEdit.py, src/Marriage.py, src/NameEdit.py, src/Plugins.py, src/QuickAdd.py, src/Report.py, src/SelectChild.py, src/Sources.py, src/UrlEdit.py, src/Utils.py, src/dialog.glade, src/edit_person.glade, src/gramps.glade, src/gramps_main.py, src/imagesel.glade, src/marriage.glade, src/places.glade, src/plugins.glade, src/po/template.po, src/revision.glade, src/srcsel.glade: Window title strings svn: r1327 2003-03-06 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayTrace.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/ImageSelect.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/Plugins.py, gramps2/src/QuickAdd.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/Sources.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/imagesel.glade, gramps2/src/marriage.glade, gramps2/src/places.glade, gramps2/src/plugins.glade, gramps2/src/po/template.po, gramps2/src/revision.glade, gramps2/src/srcsel.glade: Window title strings svn: r1327 2003-03-06 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/Marriage.py, src/dialog.glade, src/edit_person.glade: title fixes in dialog boxes svn: r1326 2003-03-06 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/Marriage.py, gramps2/src/dialog.glade, gramps2/src/edit_person.glade: title fixes in dialog boxes svn: r1326 2003-03-05 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/ChooseParents.py, src/DbPrompter.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/LocEdit.py, src/Marriage.py, src/NameEdit.py, src/Plugins.py, src/QuickAdd.py, src/SelectChild.py, src/Sources.py, src/StyleEditor.py, src/UrlEdit.py, src/Utils.py, src/VersionControl.py, src/dialog.glade, src/edit_person.glade, src/gramps.glade, src/marriage.glade, src/places.glade, src/plugins.glade, src/po/ro.po, src/po/template.po, src/preferences.glade, src/revision.glade, src/srcsel.glade, src/styles.glade: Translation strings svn: r1325 2003-03-05 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/ChooseParents.py, gramps2/src/DbPrompter.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/Plugins.py, gramps2/src/QuickAdd.py, gramps2/src/SelectChild.py, gramps2/src/Sources.py, gramps2/src/StyleEditor.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/VersionControl.py, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/marriage.glade, gramps2/src/places.glade, gramps2/src/plugins.glade, gramps2/src/po/ro.po, gramps2/src/po/template.po, gramps2/src/preferences.glade, gramps2/src/revision.glade, gramps2/src/srcsel.glade, gramps2/src/styles.glade: Translation strings svn: r1325 2003-03-04 Don Allingham <don@gramps-project.org> * src/StyleEditor.py, src/TextDoc.py, src/config.glade, src/revision.glade, src/styles.glade: Style editor improvements svn: r1324 2003-03-04 Don Allingham <don@gramps-project.org> * gramps2/src/StyleEditor.py, gramps2/src/TextDoc.py, gramps2/src/config.glade, gramps2/src/revision.glade, gramps2/src/styles.glade: Style editor improvements svn: r1324 2003-03-03 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EventEdit.py, src/FamilyView.py, src/ImageSelect.py, src/Marriage.py, src/NameEdit.py, src/Report.py, src/SelectChild.py, src/Sources.py, src/dialog.glade, src/edit_person.glade, src/gramps.glade, src/gramps_main.py, src/imagesel.glade, src/marriage.glade, src/mergedata.glade, src/places.glade, src/plugins.glade, src/po/ro.po, src/revision.glade, src/srcsel.glade, src/styles.glade: Interface compliance changes svn: r1323 2003-03-03 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/ChooseParents.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/Sources.py, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/imagesel.glade, gramps2/src/marriage.glade, gramps2/src/mergedata.glade, gramps2/src/places.glade, gramps2/src/plugins.glade, gramps2/src/po/ro.po, gramps2/src/revision.glade, gramps2/src/srcsel.glade, gramps2/src/styles.glade: Interface compliance changes svn: r1323 2003-02-28 Don Allingham <don@gramps-project.org> * NEWS, configure, configure.in, gramps.spec, src/EditPerson.py, src/const.py, src/edit_person.glade, src/errdialogs.glade, src/gramps.glade, src/preferences.glade: Edit Person changes svn: r1322 2003-02-28 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/EditPerson.py, gramps2/src/const.py, gramps2/src/edit_person.glade, gramps2/src/errdialogs.glade, gramps2/src/gramps.glade, gramps2/src/preferences.glade: Edit Person changes svn: r1322 2003-02-28 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/.cvsignore, gramps/src/Makefile.am, gramps/src/Makefile.in, gramps/src/data/.cvsignore, gramps/src/data/Makefile.in, gramps/src/data/templates/Makefile.am, gramps/src/data/templates/Makefile.in, gramps/src/docgen/.cvsignore, gramps/src/docgen/Makefile.am, gramps/src/docgen/Makefile.in, gramps/src/filters/.cvsignore, gramps/src/filters/Makefile.am, gramps/src/filters/Makefile.in, gramps/src/gramps_main.py, gramps/src/plugins/.cvsignore, gramps/src/plugins/Makefile.am, gramps/src/plugins/Makefile.in, gramps/src/po/Makefile.in: Removed wildcards from Makefiles for better POSIX-compliant portability svn: r1321 2003-02-27 Don Allingham <don@gramps-project.org> * src/Marriage.py, src/ReadXML.py: Dialog improvements svn: r1320 2003-02-27 Don Allingham <don@gramps-project.org> * gramps2/src/Marriage.py, gramps2/src/ReadXML.py: Dialog improvements svn: r1320 2003-02-27 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/FamilyView.py, src/QuestionDialog.py, src/RelImage.py, src/errdialogs.glade, src/gramps.py, src/gramps_main.py: HIG improvements svn: r1319 2003-02-27 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/QuestionDialog.py, gramps2/src/RelImage.py, gramps2/src/errdialogs.glade, gramps2/src/gramps.py, gramps2/src/gramps_main.py: HIG improvements svn: r1319 2003-02-26 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/Report.py, src/const.py, src/gramps.glade, src/gramps_main.py: HIG compliance (or at least the start of) svn: r1318 2003-02-26 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/Report.py, gramps2/src/const.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: HIG compliance (or at least the start of) svn: r1318 2003-02-25 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: Update for 0.9.0-1 svn: r1317 2003-02-25 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: Update for 0.9.0-1 svn: r1317 2003-02-24 Laurent Protois <protois@users.sourceforge.net> * src/po/fr.po: french up to date translation svn: r1316 2003-02-24 Laurent Protois <protois@users.sourceforge.net> * gramps2/src/po/fr.po: french up to date translation svn: r1316 2003-02-24 Don Allingham <don@gramps-project.org> * src/po/ro.po: Romanian translation svn: r1315 2003-02-24 Don Allingham <don@gramps-project.org> * gramps2/src/po/ro.po: Romanian translation svn: r1315 2003-02-24 Don Allingham <don@gramps-project.org> * NEWS, src/AddMedia.py, src/Bookmarks.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GrampsParser.py, src/GrampsZODB.py, src/ImageSelect.py, src/ListModel.py, src/Marriage.py, src/MediaView.py, src/PaperMenu.py, src/PlaceView.py, src/QuestionDialog.py, src/ReadXML.py, src/RelImage.py, src/RelLib.py, src/Report.py, src/SourceView.py, src/Sources.py, src/StyleEditor.py, src/TarFile.py, src/Utils.py, src/WriteXML.py, src/const.py, src/const.py.in, src/dialog.glade, src/docgen/HtmlDoc.py, src/edit_person.glade, src/errdialogs.glade, src/gramps.desktop, src/gramps.glade, src/gramps_main.py, src/imagesel.glade, src/marriage.glade, src/mergedata.glade, src/places.glade, src/plugins.glade, src/plugins/Desbrowser.py, src/plugins/IndivComplete.py, src/plugins/TimeLine.py, src/preferences.glade, src/revision.glade, src/rule.glade, src/sort.py, src/srcsel.glade, src/styles.glade: Updated dialogs svn: r1314 2003-02-24 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/src/AddMedia.py, gramps2/src/Bookmarks.py, gramps2/src/EditPerson.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsZODB.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/PaperMenu.py, gramps2/src/PlaceView.py, gramps2/src/QuestionDialog.py, gramps2/src/ReadXML.py, gramps2/src/RelImage.py, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/StyleEditor.py, gramps2/src/TarFile.py, gramps2/src/Utils.py, gramps2/src/WriteXML.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/dialog.glade, gramps2/src/docgen/HtmlDoc.py, gramps2/src/edit_person.glade, gramps2/src/errdialogs.glade, gramps2/src/gramps.desktop, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/imagesel.glade, gramps2/src/marriage.glade, gramps2/src/mergedata.glade, gramps2/src/places.glade, gramps2/src/plugins.glade, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/TimeLine.py, gramps2/src/preferences.glade, gramps2/src/revision.glade, gramps2/src/rule.glade, gramps2/src/sort.py, gramps2/src/srcsel.glade, gramps2/src/styles.glade: Updated dialogs svn: r1314 2003-02-18 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Russian translatio for 0.9.0, update svn: r1313 2003-02-18 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Russian translatio for 0.9.0, update svn: r1313 2003-02-17 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/doc/gramps.1, gramps/gramps.spec, gramps/gramps.spec.in, gramps/src/const.py, gramps/src/const.py.in, gramps/src/po/Makefile.in: Patch-release for 0.8.1 svn: r1312 2003-02-15 Don Allingham <don@gramps-project.org> * NEWS: Updated the NEWS file svn: r1311 2003-02-15 Don Allingham <don@gramps-project.org> * gramps2/NEWS: Updated the NEWS file svn: r1311 2003-02-15 Don Allingham <don@gramps-project.org> * configure.in, src/const.py, src/const.py.in, src/plugins/ChangeTypes.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/Merge.py, src/plugins/Verify.py, src/plugins/merge.glade, src/plugins/soundgen.py, src/plugins/verify.glade: Plugin clean up svn: r1310 2003-02-15 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/merge.glade, gramps2/src/plugins/soundgen.py, gramps2/src/plugins/verify.glade: Plugin clean up svn: r1310 2003-02-15 Unknown <schandl@gramps-project.org> * src/po/de.po: Update of German translation svn: r1309 2003-02-15 Unknown <schandl@gramps-project.org> * gramps2/src/po/de.po: Update of German translation svn: r1309 2003-02-14 Marcos Bedinelli <bedinelli@users.sourceforge.net> * src/po/pt_BR.po: Brazilian-Portuguese translation for GRAMPS 2 svn: r1308 2003-02-14 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps2/src/po/pt_BR.po: Brazilian-Portuguese translation for GRAMPS 2 svn: r1308 2003-02-14 Don Allingham <don@gramps-project.org> * src/data/fdl.txt: Added GNU Free Documentation License for those who want to use it for their GEDCOM files svn: r1307 2003-02-14 Don Allingham <don@gramps-project.org> * gramps2/src/data/fdl.txt: Added GNU Free Documentation License for those who want to use it for their GEDCOM files svn: r1307 2003-02-14 Don Allingham <don@gramps-project.org> * src/const.py, src/const.py.in, src/gramps_main.py: Translator names in credits svn: r1306 2003-02-14 Don Allingham <don@gramps-project.org> * gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/gramps_main.py: Translator names in credits svn: r1306 2003-02-14 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/PedView.py, src/gramps_main.py: Clear displays after a new database is created. svn: r1305 2003-02-14 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/PedView.py, gramps2/src/gramps_main.py: Clear displays after a new database is created. svn: r1305 2003-02-14 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/po/template.po: Fixed typo svn: r1304 2003-02-14 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/po/template.po: Fixed typo svn: r1304 2003-02-13 Unknown <schandl@gramps-project.org> * src/po/de.po: Update of German translation svn: r1303 2003-02-13 Unknown <schandl@gramps-project.org> * gramps2/src/po/de.po: Update of German translation svn: r1303 2003-02-13 Marcos Bedinelli <bedinelli@users.sourceforge.net> * src/po/pt_BR.po: Brazilian-Portuguese translation for GRAMPS 2 (updated Glade strings) svn: r1302 2003-02-13 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps2/src/po/pt_BR.po: Brazilian-Portuguese translation for GRAMPS 2 (updated Glade strings) svn: r1302 2003-02-13 Don Allingham <don@gramps-project.org> * src/get_strings, src/gramps.glade, src/gramps.py, src/gramps_main.py, src/plugins/TimeLine.py, src/po/template.po: updated strings, called gnome.init svn: r1301 2003-02-13 Don Allingham <don@gramps-project.org> * gramps2/src/get_strings, gramps2/src/gramps.glade, gramps2/src/gramps.py, gramps2/src/gramps_main.py, gramps2/src/plugins/TimeLine.py, gramps2/src/po/template.po: updated strings, called gnome.init svn: r1301 2003-02-12 Unknown <schandl@gramps-project.org> * src/gramps.glade, src/po/de.po: German translation and fixing typo svn: r1300 2003-02-12 Unknown <schandl@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/po/de.po: German translation and fixing typo svn: r1300 2003-02-12 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Updated translation for 0.9.0 - more work is needed svn: r1299 2003-02-12 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Updated translation for 0.9.0 - more work is needed svn: r1299 2003-02-12 Don Allingham <don@gramps-project.org> * src/const.py, src/const.py.in, src/get_strings, src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade, src/po/template.po: Fixed broken parsing of glade files svn: r1298 2003-02-12 Don Allingham <don@gramps-project.org> * gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/get_strings, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/gedcomexport.glade, gramps2/src/po/template.po: Fixed broken parsing of glade files svn: r1298 2003-02-10 Don Allingham <don@gramps-project.org> * src/FamilyView.py: Fixed syntax error svn: r1297 2003-02-10 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: Fixed syntax error svn: r1297 2003-02-10 Don Allingham <don@gramps-project.org> * src/PedView.py: Handle gtk.TextView API change svn: r1296 2003-02-10 Don Allingham <don@gramps-project.org> * gramps2/src/PedView.py: Handle gtk.TextView API change svn: r1296 2003-02-10 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/Report.py, src/plugins/ReadGedcom.py: Catch the change in API for gtk.TextBuffer svn: r1295 2003-02-10 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/Report.py, gramps2/src/plugins/ReadGedcom.py: Catch the change in API for gtk.TextBuffer svn: r1295 2003-02-09 Don Allingham <don@gramps-project.org> * src/FamilyView.py: Fixed child removal problem svn: r1294 2003-02-09 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: Fixed child removal problem svn: r1294 2003-02-09 Don Allingham <don@gramps-project.org> * gramps/src/SelectChild.py, gramps/src/gramps_main.py, gramps/src/plugins/Merge.py, gramps/src/plugins/WriteGedcom.py: Fixed removal of child svn: r1293 2003-02-08 Don Allingham <don@gramps-project.org> * src/ImgManip.py: Fixed string problem svn: r1292 2003-02-08 Don Allingham <don@gramps-project.org> * gramps2/src/ImgManip.py: Fixed string problem svn: r1292 2003-02-08 Don Allingham <don@gramps-project.org> * src/plugins/TimeLine.py: Timeline report svn: r1291 2003-02-08 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/TimeLine.py: Timeline report svn: r1291 2003-02-08 Don Allingham <don@gramps-project.org> * src/DrawDoc.py, src/docgen/OpenDrawDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/SvgDrawDoc.py, src/po/es.po: Drawing improvements svn: r1290 2003-02-08 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/po/es.po: Drawing improvements svn: r1290 2003-02-08 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/MediaView.py, src/Utils.py: Image handling improvements svn: r1289 2003-02-08 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/Utils.py: Image handling improvements svn: r1289 2003-02-08 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/Plugins.py, src/docgen/OpenDrawDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py, src/plugins.glade, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/GraphViz.py, src/plugins/IndivSummary.py: Report updates svn: r1288 2003-02-08 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/Plugins.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/plugins.glade, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivSummary.py: Report updates svn: r1288 2003-02-06 Marcos Bedinelli <bedinelli@users.sourceforge.net> * src/po/pt_BR.po: Brazilian-Portuguese translation for version 0.9.0 svn: r1287 2003-02-06 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps2/src/po/pt_BR.po: Brazilian-Portuguese translation for version 0.9.0 svn: r1287 2003-02-05 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/ImageSelect.py, src/MediaView.py, src/ansel_utf8.py, src/const.py, src/const.py.in, src/docgen/PSDrawDoc.py, src/edit_person.glade, src/plugins/DescendReport.py, src/plugins/ReadNative.py: Image fixes svn: r1286 2003-02-05 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/ansel_utf8.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/edit_person.glade, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/ReadNative.py: Image fixes svn: r1286 2003-02-04 Jens Arvidsson <jensa@users.sourceforge.net> * src/po/sv.po: Swedish translation for version 0.9 svn: r1285 2003-02-04 Jens Arvidsson <jensa@users.sourceforge.net> * gramps2/src/po/sv.po: Swedish translation for version 0.9 svn: r1285 2003-02-03 Don Allingham <don@gramps-project.org> * src/DrawDoc.py, src/FamilyView.py, src/GenericFilter.py, src/ImageSelect.py, src/PlaceView.py, src/RelImage.py, src/Report.py, src/Utils.py, src/const.py, src/const.py.in, src/docgen/OpenDrawDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/SvgDrawDoc.py, src/po/template.po: Image handling fixes svn: r1284 2003-02-03 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/ImageSelect.py, gramps2/src/PlaceView.py, gramps2/src/RelImage.py, gramps2/src/Report.py, gramps2/src/Utils.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/po/template.po: Image handling fixes svn: r1284 2003-02-03 Don Allingham <don@gramps-project.org> * src/plugins/Check.py: Fixed check display dialog box svn: r1283 2003-02-03 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/Check.py: Fixed check display dialog box svn: r1283 2003-02-02 Unknown <schandl@gramps-project.org> * src/po/de.po: Update of German translation for version 0.9 svn: r1282 2003-02-02 Unknown <schandl@gramps-project.org> * gramps2/src/po/de.po: Update of German translation for version 0.9 svn: r1282 2003-02-02 Alex Roitman <shura@gramps-project.org> * src/po/ru.po: Russian translation for 0.9.0 svn: r1281 2003-02-02 Alex Roitman <shura@gramps-project.org> * gramps2/src/po/ru.po: Russian translation for 0.9.0 svn: r1281 2003-01-31 Don Allingham <don@gramps-project.org> * : new icon svn: r1280 2003-01-31 Don Allingham <don@gramps-project.org> * : new icon svn: r1280 2003-01-31 Don Allingham <don@gramps-project.org> * src/Makefile.am, src/Makefile.in: Makefile update svn: r1279 2003-01-31 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am, gramps2/src/Makefile.in: Makefile update svn: r1279 2003-01-31 Don Allingham <don@gramps-project.org> * src/po/template.po: Translation updates svn: r1278 2003-01-31 Don Allingham <don@gramps-project.org> * gramps2/src/po/template.po: Translation updates svn: r1278 2003-01-31 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/DrawDoc.py, src/const.py, src/docgen/OpenDrawDoc.py, src/docgen/PSDrawDoc.py, src/plugins/AncestorChart.py, src/plugins/DesGraph.py: Drawdoc cleanup svn: r1277 2003-01-31 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/DrawDoc.py, gramps2/src/const.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/DesGraph.py: Drawdoc cleanup svn: r1277 2003-01-29 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/StyleEditor.py: Pychecker fixes svn: r1276 2003-01-29 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/StyleEditor.py: Pychecker fixes svn: r1276 2003-01-29 Don Allingham <don@gramps-project.org> * src/Errors.py, src/GenericFilter.py, src/Report.py, src/StyleEditor.py, src/TextDoc.py, src/docgen/KwordDoc.py, src/docgen/OpenOfficeDoc.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py: Report error exceptions svn: r1275 2003-01-29 Don Allingham <don@gramps-project.org> * gramps2/src/Errors.py, gramps2/src/GenericFilter.py, gramps2/src/Report.py, gramps2/src/StyleEditor.py, gramps2/src/TextDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py: Report error exceptions svn: r1275 2003-01-29 Don Allingham <don@gramps-project.org> * src/docgen/HtmlDoc.py, src/docgen/PSDrawDoc.py, src/plugins/WebPage.py: keyword substituion in HTML documents svn: r1274 2003-01-29 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/plugins/WebPage.py: keyword substituion in HTML documents svn: r1274 2003-01-27 Don Allingham <don@gramps-project.org> * src/plugins/GraphViz.py: UTF-8 to Latin-1 translation from Alexandre Duret-Lutz svn: r1273 2003-01-27 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/GraphViz.py: UTF-8 to Latin-1 translation from Alexandre Duret-Lutz svn: r1273 2003-01-26 Don Allingham <don@gramps-project.org> * src/Sources.py, src/ansel_utf8.py, src/plugins/WriteGedcom.py: Ansel coding fixes svn: r1272 2003-01-26 Don Allingham <don@gramps-project.org> * gramps2/src/Sources.py, gramps2/src/ansel_utf8.py, gramps2/src/plugins/WriteGedcom.py: Ansel coding fixes svn: r1272 2003-01-24 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/Errors.py, src/GrampsCfg.py, src/RelLib.py, src/plugins/ReadGedcom.py, src/preferences.glade: Capitalize last names svn: r1271 2003-01-24 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/Errors.py, gramps2/src/GrampsCfg.py, gramps2/src/RelLib.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/preferences.glade: Capitalize last names svn: r1271 2003-01-23 Bruce DeGrasse <bdegrasse1@users.sourceforge.net> * gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/DetDescendantReport.py: Fix translation problems svn: r1270 2003-01-22 Don Allingham <don@gramps-project.org> * src/docgen/OpenOfficeDoc.py: tempfile fixes svn: r1269 2003-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenOfficeDoc.py: tempfile fixes svn: r1269 2003-01-22 Don Allingham <don@gramps-project.org> * src/docgen/OpenDrawDoc.py: Fix temporary file handling svn: r1268 2003-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenDrawDoc.py: Fix temporary file handling svn: r1268 2003-01-22 Don Allingham <don@gramps-project.org> * src/FamilyView.py: Delete empty, unknown spouse svn: r1267 2003-01-22 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py: Delete empty, unknown spouse svn: r1267 2003-01-20 Don Allingham <don@gramps-project.org> * configure.in: Updated to rc4 svn: r1266 2003-01-20 Don Allingham <don@gramps-project.org> * gramps2/configure.in: Updated to rc4 svn: r1266 2003-01-20 Don Allingham <don@gramps-project.org> * gramps/src/GedcomInfo.py, gramps/src/WriteXML.py, gramps/src/data/gedcom.xml, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Fixed ISO date format svn: r1265 2003-01-20 Don Allingham <don@gramps-project.org> * src/Date.py: Fixed ISO Date format svn: r1264 2003-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/Date.py: Fixed ISO Date format svn: r1264 2003-01-20 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/const.py: Update to rc3 svn: r1263 2003-01-20 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/const.py: Update to rc3 svn: r1263 2003-01-20 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/config.glade, src/const.py.in, src/dialog.glade, src/edit_person.glade, src/gramps.glade, src/imagesel.glade, src/marriage.glade, src/mergedata.glade, src/places.glade, src/plugins.glade, src/po/template.po, src/preferences.glade, src/revision.glade, src/rule.glade, src/srcsel.glade, src/styles.glade, src/trace.glade: ChooseParents improvements svn: r1262 2003-01-20 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/config.glade, gramps2/src/const.py.in, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/imagesel.glade, gramps2/src/marriage.glade, gramps2/src/mergedata.glade, gramps2/src/places.glade, gramps2/src/plugins.glade, gramps2/src/po/template.po, gramps2/src/preferences.glade, gramps2/src/revision.glade, gramps2/src/rule.glade, gramps2/src/srcsel.glade, gramps2/src/styles.glade, gramps2/src/trace.glade: ChooseParents improvements svn: r1262 2003-01-19 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/Report.py: Converted ChooseParents to use ListModel svn: r1261 2003-01-19 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/Report.py: Converted ChooseParents to use ListModel svn: r1261 2003-01-19 Don Allingham <don@gramps-project.org> * src/plugins/WebPage.py: Changed write_text to write_raw when generating a table <from graybeard@optusnet.com.au> svn: r1260 2003-01-19 Don Allingham <don@gramps-project.org> * gramps2/src/plugins/WebPage.py: Changed write_text to write_raw when generating a table <from graybeard@optusnet.com.au> svn: r1260 2003-01-19 Don Allingham <don@gramps-project.org> * src/Report.py, src/plugins/WebPage.py, src/sort.py: Fixed several webpage and report generation problems svn: r1259 2003-01-19 Don Allingham <don@gramps-project.org> * gramps2/src/Report.py, gramps2/src/plugins/WebPage.py, gramps2/src/sort.py: Fixed several webpage and report generation problems svn: r1259 2003-01-19 Don Allingham <don@gramps-project.org> * src/Calendar.py, src/Date.py, src/Errors.py, src/FamilyView.py, src/GrampsCfg.py, src/PedView.py, src/ReadXML.py, src/RelLib.py, src/ansel_utf8.py, src/gramps_main.py, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py, src/plugins/WriteGedcom.py, src/sort.py: ansel/utf8 encodings svn: r1258 2003-01-19 Don Allingham <don@gramps-project.org> * gramps2/src/Calendar.py, gramps2/src/Date.py, gramps2/src/Errors.py, gramps2/src/FamilyView.py, gramps2/src/GrampsCfg.py, gramps2/src/PedView.py, gramps2/src/ReadXML.py, gramps2/src/RelLib.py, gramps2/src/ansel_utf8.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/sort.py: ansel/utf8 encodings svn: r1258 2003-01-16 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/HACKING, gramps/README: Moved INSTALL to HACKING since INSTALL can be overwritten by autotools (namely autoreconf -vfi) svn: r1257 2003-01-15 Don Allingham <don@gramps-project.org> * src/DrawDoc.py, src/Plugins.py, src/Report.py, src/SpreadSheetDoc.py, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/DescendReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/PatchNames.py, src/plugins/ReadGedcom.py, src/plugins/WebPage.py, src/plugins/WriteGedcom.py, src/plugins/WritePafPalm.py: Import fixes/pychecker fixes svn: r1256 2003-01-15 Don Allingham <don@gramps-project.org> * gramps2/src/DrawDoc.py, gramps2/src/Plugins.py, gramps2/src/Report.py, gramps2/src/SpreadSheetDoc.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePafPalm.py: Import fixes/pychecker fixes svn: r1256 2003-01-13 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/EditPerson.py, src/FamilyView.py, src/Marriage.py, src/const.py, src/const.py.in: Event reordering for marriage svn: r1255 2003-01-13 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/Marriage.py, gramps2/src/const.py, gramps2/src/const.py.in: Event reordering for marriage svn: r1255 2003-01-12 Don Allingham <don@gramps-project.org> * src/LocEdit.py, src/StyleEditor.py, src/TarFile.py, src/TextDoc.py, src/gramps_main.py: pychecker cleanup svn: r1254 2003-01-12 Don Allingham <don@gramps-project.org> * gramps2/src/LocEdit.py, gramps2/src/StyleEditor.py, gramps2/src/TarFile.py, gramps2/src/TextDoc.py, gramps2/src/gramps_main.py: pychecker cleanup svn: r1254 2003-01-11 Don Allingham <don@gramps-project.org> * src/gramps_main.py, src/plugins/GraphViz.py: Graphviz index problem, scroll window on person list svn: r1253 2003-01-11 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/GraphViz.py: Graphviz index problem, scroll window on person list svn: r1253 2003-01-10 Don Allingham <don@gramps-project.org> * src/gramps_main.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Desbrowser.py, src/plugins/FilterEditor.py, src/plugins/PatchNames.py, src/plugins/RelCalc.py, src/plugins/Summary.py, src/plugins/Verify.py, src/plugins/WritePkg.py, src/plugins/count_anc.py, src/plugins/soundgen.py: Pychecker fixes, gnome.url.show to gnome.url_show svn: r1252 2003-01-10 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/count_anc.py, gramps2/src/plugins/soundgen.py: Pychecker fixes, gnome.url.show to gnome.url_show svn: r1252 2003-01-10 Don Allingham <don@gramps-project.org> * src/filters/AltFam.py, src/filters/Females.py, src/filters/IncompleteNames.py, src/filters/Males.py, src/plugins/ReadGedcom.py: Pychecker fixes svn: r1251 2003-01-10 Don Allingham <don@gramps-project.org> * gramps2/src/filters/AltFam.py, gramps2/src/filters/Females.py, gramps2/src/filters/IncompleteNames.py, gramps2/src/filters/Males.py, gramps2/src/plugins/ReadGedcom.py: Pychecker fixes svn: r1251 2003-01-10 Don Allingham <don@gramps-project.org> * configure.in, src/AddSpouse.py, src/AttrEdit.py, src/Bookmarks.py, src/Calendar.py, src/ChooseParents.py, src/Date.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/FrenchRepublic.py, src/GenericFilter.py, src/GrampsCfg.py, src/GrampsParser.py, src/GrampsXML.py, src/Hebrew.py, src/ImageSelect.py, src/ImgManip.py, src/ListModel.py, src/LocEdit.py, src/Marriage.py, src/MediaView.py, src/NameEdit.py, src/NoteEdit.py, src/PedView.py, src/PlaceView.py, src/Plugins.py, src/QuestionDialog.py, src/ReadXML.py, src/RelImage.py, src/SelectChild.py, src/SourceView.py, src/Sources.py, src/StartupDialog.py, src/StyleEditor.py, src/UrlEdit.py, src/Utils.py, src/WriteXML.py, src/ansel_utf8.py, src/calendars/Islamic.py, src/calendars/Persian.py, src/gramps_main.py, src/plugins/GraphViz.py, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py: pychecker fixes, GEDCOM import/export improvements, calendar improvements svn: r1250 2003-01-10 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/AddSpouse.py, gramps2/src/AttrEdit.py, gramps2/src/Bookmarks.py, gramps2/src/Calendar.py, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/FrenchRepublic.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/Hebrew.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/ListModel.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/ReadXML.py, gramps2/src/RelImage.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/WriteXML.py, gramps2/src/ansel_utf8.py, gramps2/src/calendars/Islamic.py, gramps2/src/calendars/Persian.py, gramps2/src/gramps_main.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py: pychecker fixes, GEDCOM import/export improvements, calendar improvements svn: r1250 2003-01-09 Don Allingham <don@gramps-project.org> * src/calendars/Makefile.in: Makefile.in svn: r1249 2003-01-09 Don Allingham <don@gramps-project.org> * gramps2/src/calendars/Makefile.in: Makefile.in svn: r1249 2003-01-09 Don Allingham <don@gramps-project.org> * src/const.py, src/const.py.in: Updated const.py.in for calendar directory svn: r1248 2003-01-09 Don Allingham <don@gramps-project.org> * gramps2/src/const.py, gramps2/src/const.py.in: Updated const.py.in for calendar directory svn: r1248 2003-01-09 Don Allingham <don@gramps-project.org> * configure, configure.in, src/Calendar.py, src/Date.py, src/FrenchRepublic.py, src/Gregorian.py, src/Hebrew.py, src/Julian.py, src/Makefile.am, src/Makefile.in, src/gramps_main.py: Calendar updates svn: r1247 2003-01-09 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/src/Calendar.py, gramps2/src/Date.py, gramps2/src/FrenchRepublic.py, gramps2/src/Gregorian.py, gramps2/src/Hebrew.py, gramps2/src/Julian.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/gramps_main.py: Calendar updates svn: r1247 2003-01-09 Don Allingham <don@gramps-project.org> * src/calendars/Islamic.py, src/calendars/Makefile.am, src/calendars/Persian.py: New calendars svn: r1246 2003-01-09 Don Allingham <don@gramps-project.org> * gramps2/src/calendars/Islamic.py, gramps2/src/calendars/Makefile.am, gramps2/src/calendars/Persian.py: New calendars svn: r1246 2003-01-08 Don Allingham <don@gramps-project.org> * src/EditPerson.py: Added drag-begin tasks svn: r1245 2003-01-08 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py: Added drag-begin tasks svn: r1245 2003-01-08 Don Allingham <don@gramps-project.org> * src/Calendar.py: Calendar entry code fix svn: r1244 2003-01-08 Don Allingham <don@gramps-project.org> * gramps2/src/Calendar.py: Calendar entry code fix svn: r1244 2003-01-08 Don Allingham <don@gramps-project.org> * src/GedcomInfo.py, src/ListModel.py, src/data/gedcom.xml, src/gramps_main.py, src/plugins/WriteGedcom.py: Unselect selected person on goto_active_person, apply Alexandre Duret-Lutz's GEDCOM patches svn: r1243 2003-01-08 Don Allingham <don@gramps-project.org> * gramps2/src/GedcomInfo.py, gramps2/src/ListModel.py, gramps2/src/data/gedcom.xml, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteGedcom.py: Unselect selected person on goto_active_person, apply Alexandre Duret-Lutz's GEDCOM patches svn: r1243 2003-01-07 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/const.py: Release candidate svn: r1242 2003-01-07 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/const.py: Release candidate svn: r1242 2003-01-07 Don Allingham <don@gramps-project.org> * src/Calendar.py, src/Date.py, src/GrampsCfg.py: Calendar formats added svn: r1241 2003-01-07 Don Allingham <don@gramps-project.org> * gramps2/src/Calendar.py, gramps2/src/Date.py, gramps2/src/GrampsCfg.py: Calendar formats added svn: r1241 2003-01-06 Don Allingham <don@gramps-project.org> * src/docgen/OpenDrawDoc.py, src/plugins/AncestorChart.py: Convert OpenDrawDoc to use zipfile svn: r1240 2003-01-06 Don Allingham <don@gramps-project.org> * gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/plugins/AncestorChart.py: Convert OpenDrawDoc to use zipfile svn: r1240 2003-01-06 Don Allingham <don@gramps-project.org> * src/AutoComp.py, src/EditPerson.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsParser.py, src/ImageSelect.py, src/ListModel.py, src/Report.py, src/TextDoc.py, src/WriteXML.py, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py, src/gramps_main.py: OpenOffice fixes, calendar format fixes svn: r1239 2003-01-06 Don Allingham <don@gramps-project.org> * gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsParser.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/Report.py, gramps2/src/TextDoc.py, gramps2/src/WriteXML.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/gramps_main.py: OpenOffice fixes, calendar format fixes svn: r1239 2003-01-03 Don Allingham <don@gramps-project.org> * src/GedcomInfo.py, src/data/gedcom.xml, src/plugins/WebPage.py, src/plugins/WriteGedcom.py: GEDCOM improvements for GENEWEB from Alexandre Duret-Lutz svn: r1238 2003-01-03 Don Allingham <don@gramps-project.org> * gramps2/src/GedcomInfo.py, gramps2/src/data/gedcom.xml, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteGedcom.py: GEDCOM improvements for GENEWEB from Alexandre Duret-Lutz svn: r1238 2003-01-03 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Handle unknown gender svn: r1237 2003-01-03 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPlace.py, gramps/src/ImageSelect.py, gramps/src/Sources.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/docgen/HtmlDoc.py, gramps/src/imagesel.glade, gramps/src/places.glade, gramps/src/plugins/WebPage.py: Double click merges svn: r1236 2003-01-02 Don Allingham <don@gramps-project.org> * src/Calendar.py, src/Date.py, src/DateEdit.py, src/EditPerson.py, src/EventEdit.py, src/FamilyView.py, src/GrampsParser.py, src/ListModel.py, src/ReadXML.py, src/WriteXML.py, src/gramps_main.py, src/latin_utf8.py, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py: Calendar enhancements svn: r1235 2003-01-02 Don Allingham <don@gramps-project.org> * gramps2/src/Calendar.py, gramps2/src/Date.py, gramps2/src/DateEdit.py, gramps2/src/EditPerson.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/GrampsParser.py, gramps2/src/ListModel.py, gramps2/src/ReadXML.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py, gramps2/src/latin_utf8.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py: Calendar enhancements svn: r1235 2002-12-31 Don Allingham <don@gramps-project.org> * NEWS, configure, configure.in, gramps.spec, src/Calendar.py, src/const.py: Updated for calendar handling svn: r1234 2002-12-31 Don Allingham <don@gramps-project.org> * gramps2/NEWS, gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/Calendar.py, gramps2/src/const.py: Updated for calendar handling svn: r1234 2002-12-30 Don Allingham <don@gramps-project.org> * src/Calendar.py, src/Date.py, src/DisplayTrace.py, src/EventEdit.py, src/gramps_main.py, src/latin_utf8.py, src/plugins/WriteGedcom.py: Date handling improvements (calendar conversions) svn: r1233 2002-12-30 Don Allingham <don@gramps-project.org> * gramps2/src/Calendar.py, gramps2/src/Date.py, gramps2/src/DisplayTrace.py, gramps2/src/EventEdit.py, gramps2/src/gramps_main.py, gramps2/src/latin_utf8.py, gramps2/src/plugins/WriteGedcom.py: Date handling improvements (calendar conversions) svn: r1233 2002-12-29 Don Allingham <don@gramps-project.org> * src/Date.py, src/ListModel.py, src/gramps_main.py, src/plugins/WriteGedcom.py: Dynamically find pages svn: r1232 2002-12-29 Don Allingham <don@gramps-project.org> * gramps2/src/Date.py, gramps2/src/ListModel.py, gramps2/src/gramps_main.py, gramps2/src/plugins/WriteGedcom.py: Dynamically find pages svn: r1232 2002-12-25 Don Allingham <don@gramps-project.org> * src/gramps.glade, src/gramps_main.py, src/sort.py: Dynamic create of person list pages svn: r1231 2002-12-25 Don Allingham <don@gramps-project.org> * gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/sort.py: Dynamic create of person list pages svn: r1231 2002-12-24 Don Allingham <don@gramps-project.org> * src/ListModel.py, src/docgen/HtmlDoc.py, src/gramps.glade, src/gramps_main.py, src/plugins/Desbrowser.py, src/plugins/WebPage.py: Support for natural find svn: r1230 2002-12-24 Don Allingham <don@gramps-project.org> * gramps2/src/ListModel.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/WebPage.py: Support for natural find svn: r1230 2002-12-20 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: french translation fixes svn: r1229 2002-12-20 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: fixes bug for cvs svn: r1228 2002-12-20 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: Reports bug fixes svn: r1227 2002-12-19 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: little fixes for 0.8.1 svn: r1226 2002-12-17 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/pl.po: Polish Translation svn: r1225 2002-12-17 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/PlaceView.py: Hold onto iconlists to keep from crashing while program is active svn: r1224 2002-12-17 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/PlaceView.py: Hold onto iconlists to keep from crashing while program is active svn: r1224 2002-12-14 Don Allingham <don@gramps-project.org> * configure, gramps.spec, src/EditPerson.py, src/EditPlace.py, src/FamilyView.py, src/ListModel.py, src/Makefile.in, src/Marriage.py, src/PlaceView.py, src/const.py, src/gramps_main.py, src/plugins/Summary.py, src/plugins/WriteGedcom.py, src/plugins/count_anc.py, src/plugins/summary.glade: Gedcom export, complete_rebuild fix, merge support svn: r1223 2002-12-14 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/gramps.spec, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/FamilyView.py, gramps2/src/ListModel.py, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/PlaceView.py, gramps2/src/const.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/count_anc.py, gramps2/src/plugins/summary.glade: Gedcom export, complete_rebuild fix, merge support svn: r1223 2002-12-12 Don Allingham <don@gramps-project.org> * src/Makefile.am: Add grampslib_wrap.c svn: r1222 2002-12-12 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am: Add grampslib_wrap.c svn: r1222 2002-12-12 Don Allingham <don@gramps-project.org> * configure.in, src/po/pl.po: Pre7 release svn: r1221 2002-12-12 Don Allingham <don@gramps-project.org> * gramps2/configure.in, gramps2/src/po/pl.po: Pre7 release svn: r1221 2002-12-11 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/DisplayTrace.py, src/ImageSelect.py, src/ListModel.py, src/MediaView.py, src/RelLib.py, src/gramps_main.py, src/imagesel.glade: Improved reporting for traceback dialog, attempts to determine the distribution svn: r1220 2002-12-11 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/DisplayTrace.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/MediaView.py, gramps2/src/RelLib.py, gramps2/src/gramps_main.py, gramps2/src/imagesel.glade: Improved reporting for traceback dialog, attempts to determine the distribution svn: r1220 2002-12-06 Don Allingham <don@gramps-project.org> * src/ListModel.py, src/gramps_main.py: List sorting svn: r1219 2002-12-06 Don Allingham <don@gramps-project.org> * gramps2/src/ListModel.py, gramps2/src/gramps_main.py: List sorting svn: r1219 2002-12-04 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/Makefile.in, gramps/src/po/fr.po: 0.8.1 updated translation svn: r1218 2002-12-04 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/GedcomInfo.py, src/GrampsParser.py, src/ListModel.py, src/RelLib.py, src/WriteXML.py, src/data/gedcom.xml, src/dialog.glade, src/edit_person.glade, src/gramps_main.py, src/plugins/ReadGedcom.py, src/plugins/WriteGedcom.py, src/sort.py: Surname prefix support svn: r1217 2002-12-04 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/GedcomInfo.py, gramps2/src/GrampsParser.py, gramps2/src/ListModel.py, gramps2/src/RelLib.py, gramps2/src/WriteXML.py, gramps2/src/data/gedcom.xml, gramps2/src/dialog.glade, gramps2/src/edit_person.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/sort.py: Surname prefix support svn: r1217 2002-12-01 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/src/Bookmarks.py, gramps/src/RelLib.py, gramps/src/SubstKeywords.py, gramps/src/docgen/HtmlDoc.py, gramps/src/docgen/KwordDoc.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/docgen/PSDrawDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/WriteGedcom.py, gramps/src/po/es.po: Bookmark fixes, document generators handling of &, >, and <, bump up version svn: r1216 2002-12-01 Don Allingham <don@gramps-project.org> * gramps.sh.in, src/docgen/PSDrawDoc.py, src/docgen/SvgDrawDoc.py, src/gramps_main.py, src/sort.py: Surname prefix support, landscape support for SVG and PS svn: r1215 2002-12-01 Don Allingham <don@gramps-project.org> * gramps2/gramps.sh.in, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/gramps_main.py, gramps2/src/sort.py: Surname prefix support, landscape support for SVG and PS svn: r1215 2002-11-29 Don Allingham <don@gramps-project.org> * src/EditPlace.py, src/ImageSelect.py: Trying to handle gnome_canvas bug svn: r1214 2002-11-29 Don Allingham <don@gramps-project.org> * gramps2/src/EditPlace.py, gramps2/src/ImageSelect.py: Trying to handle gnome_canvas bug svn: r1214 2002-11-29 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps/src/po/pt_BR.po: Updated Brazilian-Portuguese translation for GRAMPS 0.8.1 svn: r1213 2002-11-28 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/AttrEdit.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/FamilyView.py, src/ImageSelect.py, src/MergeData.py, src/Report.py, src/SelectChild.py, src/SubstKeywords.py, src/gramps.glade, src/latin_ansel.py, src/plugins/DesGraph.py, src/plugins/ReadGedcom.py, src/plugins/WebPage.py: scope fixes svn: r1212 2002-11-28 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/AttrEdit.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/MergeData.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/SubstKeywords.py, gramps2/src/gramps.glade, gramps2/src/latin_ansel.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/WebPage.py: scope fixes svn: r1212 2002-11-27 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/ChooseParents.py, src/FamilyView.py, src/gramps.glade: Fixed sensitivity of entries, fix relationship display in FamilyView, EditSource reference list, add spouse selection svn: r1211 2002-11-27 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/ChooseParents.py, gramps2/src/FamilyView.py, gramps2/src/gramps.glade: Fixed sensitivity of entries, fix relationship display in FamilyView, EditSource reference list, add spouse selection svn: r1211 2002-11-27 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/AutoComp.py, src/Bookmarks.py, src/ChooseParents.py, src/DateEdit.py, src/DbPrompter.py, src/DisplayTrace.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Filter.py, src/Find.py, src/GenericFilter.py, src/GrampsCfg.py, src/ImageSelect.py, src/ImgManip.py, src/ListModel.py, src/LocEdit.py, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/NameEdit.py, src/NoteEdit.py, src/PaperMenu.py, src/PedView.py, src/PlaceView.py, src/Plugins.py, src/QuestionDialog.py, src/QuickAdd.py, src/RelImage.py, src/Report.py, src/SelectChild.py, src/SourceView.py, src/Sources.py, src/StartupDialog.py, src/StyleEditor.py, src/UrlEdit.py, src/Utils.py, src/VersionControl.py, src/gramps.py, src/gramps_main.py: Removed unneeded pygtk calls svn: r1210 2002-11-27 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/DateEdit.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayTrace.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Filter.py, gramps2/src/Find.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/ListModel.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PaperMenu.py, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/QuickAdd.py, gramps2/src/RelImage.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/VersionControl.py, gramps2/src/gramps.py, gramps2/src/gramps_main.py: Removed unneeded pygtk calls svn: r1210 2002-11-26 Jens Arvidsson <jensa@users.sourceforge.net> * gramps/src/po/sv.po: Update to 0.8.1. Miscellaneous error corrections. svn: r1209 2002-11-26 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for GRAMPS 0.8.1 svn: r1208 2002-11-26 Don Allingham <don@gramps-project.org> * src/Sources.py: Added sources.py, missing from CVS svn: r1207 2002-11-26 Don Allingham <don@gramps-project.org> * gramps2/src/Sources.py: Added sources.py, missing from CVS svn: r1207 2002-11-26 Lars Lundin <lklundin@users.sourceforge.net> * gramps/src/po/da_DK.po: Translation from msgmerge of da_DK.po & template.po in current CVS svn: r1206 2002-11-26 Don Allingham <don@gramps-project.org> * configure, configure.in, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/AutoComp.py, src/Bookmarks.py, src/ChooseParents.py, src/DateEdit.py, src/DbPrompter.py, src/DisplayTrace.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Filter.py, src/Find.py, src/GenericFilter.py, src/GrampsCfg.py, src/ImageSelect.py, src/ImgManip.py, src/ListModel.py, src/LocEdit.py, src/Makefile.am, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/NameEdit.py, src/NoteEdit.py, src/PaperMenu.py, src/PedView.py, src/PlaceView.py, src/Plugins.py, src/QuestionDialog.py, src/QuickAdd.py, src/RelImage.py, src/Report.py, src/SelectChild.py, src/SourceView.py, src/StartupDialog.py, src/StyleEditor.py, src/UrlEdit.py, src/Utils.py, src/VersionControl.py, src/const.py, src/const.py.in, src/gramps.py, src/gramps_main.py, src/grampslib_wrap.c, src/intl.py, src/papersize.xml: use pygtk.require to determine database svn: r1205 2002-11-26 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/Bookmarks.py, gramps2/src/ChooseParents.py, gramps2/src/DateEdit.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayTrace.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Filter.py, gramps2/src/Find.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/ListModel.py, gramps2/src/LocEdit.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PaperMenu.py, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/QuickAdd.py, gramps2/src/RelImage.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/SourceView.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/VersionControl.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/gramps.py, gramps2/src/gramps_main.py, gramps2/src/grampslib_wrap.c, gramps2/src/intl.py, gramps2/src/papersize.xml: use pygtk.require to determine database svn: r1205 2002-11-25 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/AutoComp.py, src/Date.py, src/DbPrompter.py, src/DisplayTrace.py, src/Filter.py, src/Find.py, src/GenericFilter.py, src/ImageSelect.py, src/ListModel.py, src/LocEdit.py, src/Marriage.py, src/NameEdit.py, src/VersionControl.py, src/bad.xpm, src/caution.xpm, src/const.py, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/filters/After.py, src/filters/Before.py, src/filters/Disconnected.py, src/filters/EventPlace.py, src/filters/EventType.py, src/filters/Females.py, src/filters/HavePhotos.py, src/filters/IncompleteNames.py, src/filters/Males.py, src/filters/MatchSndEx.py, src/filters/MatchSndEx2.py, src/filters/MutlipleMarriages.py, src/filters/NeverMarried.py, src/filters/NoBirthdate.py, src/filters/NoChildren.py, src/filters/RegExMatch.py, src/filters/SubString.py, src/good.xpm, src/gramps.py, src/imagesel.glade, src/intl.c, src/marriage.glade, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/FamilyGroup.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/PatchNames.py, src/plugins/ReadNative.py, src/plugins/ReorderIds.py, src/plugins/Summary.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteGedcom.py, src/plugins/WritePafPalm.py, src/plugins/WritePkg.py, src/plugins/count_anc.py, src/plugins/soundgen.py: UTF-8 support for translations, clean up gettext, improved gallery handling svn: r1204 2002-11-25 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/Date.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayTrace.py, gramps2/src/Filter.py, gramps2/src/Find.py, gramps2/src/GenericFilter.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/LocEdit.py, gramps2/src/Marriage.py, gramps2/src/NameEdit.py, gramps2/src/VersionControl.py, gramps2/src/bad.xpm, gramps2/src/caution.xpm, gramps2/src/const.py, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/filters/After.py, gramps2/src/filters/Before.py, gramps2/src/filters/Disconnected.py, gramps2/src/filters/EventPlace.py, gramps2/src/filters/EventType.py, gramps2/src/filters/Females.py, gramps2/src/filters/HavePhotos.py, gramps2/src/filters/IncompleteNames.py, gramps2/src/filters/Males.py, gramps2/src/filters/MatchSndEx.py, gramps2/src/filters/MatchSndEx2.py, gramps2/src/filters/MutlipleMarriages.py, gramps2/src/filters/NeverMarried.py, gramps2/src/filters/NoBirthdate.py, gramps2/src/filters/NoChildren.py, gramps2/src/filters/RegExMatch.py, gramps2/src/filters/SubString.py, gramps2/src/good.xpm, gramps2/src/gramps.py, gramps2/src/imagesel.glade, gramps2/src/intl.c, gramps2/src/marriage.glade, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePafPalm.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/count_anc.py, gramps2/src/plugins/soundgen.py: UTF-8 support for translations, clean up gettext, improved gallery handling svn: r1204 2002-11-24 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Updated German translation for GRAMPS 0.8.1 svn: r1203 2002-11-24 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/Marriage.py, gramps/src/build_po, gramps/src/dialog.glade, gramps/src/docgen/OpenDrawDoc.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/marriage.glade, gramps/src/po/template.po, gramps/src/srcsel.glade: OpenOffice fix for spaces in filenames, translation extraction improvements svn: r1202 2002-11-21 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: trying to fix translation svn: r1201 2002-11-21 Don Allingham <don@gramps-project.org> * src/const.py.in: New images for date "LEDs" svn: r1200 2002-11-21 Don Allingham <don@gramps-project.org> * gramps2/src/const.py.in: New images for date "LEDs" svn: r1200 2002-11-21 Don Allingham <don@gramps-project.org> * src/AddrEdit.py, src/EditPerson.py, src/FamilyView.py, src/ListModel.py, src/Marriage.py, src/const.py, src/marriage.glade: Improved editor handling for marriage and person edits svn: r1199 2002-11-21 Don Allingham <don@gramps-project.org> * gramps2/src/AddrEdit.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/ListModel.py, gramps2/src/Marriage.py, gramps2/src/const.py, gramps2/src/marriage.glade: Improved editor handling for marriage and person edits svn: r1199 2002-11-19 Bruce DeGrasse <bdegrasse1@users.sourceforge.net> * gramps/src/plugins/DetAncestralReport.py: Update Date and Place Text svn: r1198 2002-11-19 Bruce DeGrasse <bdegrasse1@users.sourceforge.net> * gramps/src/plugins/DetDescendantReport.py: Update Date and Place Text svn: r1197 2002-11-19 Bruce DeGrasse <bdegrasse1@users.sourceforge.net> * gramps/src/plugins/DetAncestralReport.py: Update Date and Place text svn: r1196 2002-11-19 Don Allingham <don@gramps-project.org> * src/RelLib.py, src/const.py.in, src/fam.xpm: Fix bookmark handling svn: r1195 2002-11-19 Don Allingham <don@gramps-project.org> * gramps2/src/RelLib.py, gramps2/src/const.py.in, gramps2/src/fam.xpm: Fix bookmark handling svn: r1195 2002-11-19 Don Allingham <don@gramps-project.org> * src/DisplayTrace.py, src/GedcomInfo.py, src/GenericFilter.py, src/ListModel.py, src/PaperMenu.py, src/Report.py, src/const.py, src/papersize.xml, src/plugins/RelCalc.py, src/plugins/relcalc.glade: removal of u2l, papersizes read from XML file svn: r1194 2002-11-19 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTrace.py, gramps2/src/GedcomInfo.py, gramps2/src/GenericFilter.py, gramps2/src/ListModel.py, gramps2/src/PaperMenu.py, gramps2/src/Report.py, gramps2/src/const.py, gramps2/src/papersize.xml, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/relcalc.glade: removal of u2l, papersizes read from XML file svn: r1194 2002-11-18 Don Allingham <don@gramps-project.org> * gramps/src/TextDoc.py: Check for file:// prefix on XML names for SAX parsers svn: r1193 2002-11-17 Don Allingham <don@gramps-project.org> * gramps/src/DisplayTrace.py, gramps/src/EditPerson.py, gramps/src/EditSource.py: Better traceback handling svn: r1192 2002-11-17 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/ListModel.py, src/const.py, src/gramps_main.py: Delay attaching ListStore to TreeView until after names have been loaded. svn: r1191 2002-11-17 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/ListModel.py, gramps2/src/const.py, gramps2/src/gramps_main.py: Delay attaching ListStore to TreeView until after names have been loaded. svn: r1191 2002-11-16 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/MergeData.py, src/gramps_main.py, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/merge.glade, src/plugins/relcalc.glade: Updates to relationship calculator, disabling menus, saving sidebar/filters svn: r1190 2002-11-16 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/MergeData.py, gramps2/src/gramps_main.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/merge.glade, gramps2/src/plugins/relcalc.glade: Updates to relationship calculator, disabling menus, saving sidebar/filters svn: r1190 2002-11-15 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/FamilyView.py, src/ListModel.py, src/QuickAdd.py, src/SelectChild.py, src/edit_person.glade, src/filters/AltFam.py, src/gramps.glade, src/gramps_main.py, src/plugins/EventCmp.py, src/revision.glade: EditPerson fixes, list model enhancements svn: r1189 2002-11-15 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/ListModel.py, gramps2/src/QuickAdd.py, gramps2/src/SelectChild.py, gramps2/src/edit_person.glade, gramps2/src/filters/AltFam.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins/EventCmp.py, gramps2/src/revision.glade: EditPerson fixes, list model enhancements svn: r1189 2002-11-14 Don Allingham <don@gramps-project.org> * src/GenericFilter.py, src/GrampsCfg.py, src/ListModel.py, src/plugins/FilterEditor.py, src/rule.glade: ListModel improvements, GenericFilter moved to GNOME 2 svn: r1188 2002-11-14 Don Allingham <don@gramps-project.org> * gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/ListModel.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/rule.glade: ListModel improvements, GenericFilter moved to GNOME 2 svn: r1188 2002-11-13 Don Allingham <don@gramps-project.org> * gramps/src/docgen/LaTeXDoc.py, gramps/src/plugins/WriteGedcom.py: Patches from ADL svn: r1187 2002-11-12 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: fixed translation for cvs svn: r1186 2002-11-12 Don Allingham <don@gramps-project.org> * src/GrampsCfg.py, src/ImageSelect.py, src/Utils.py, src/const.py, src/const.py.in, src/plugins/WriteGedcom.py: Added ability to use natilus theme icons. Set default path for writing GEDCOM files. svn: r1185 2002-11-12 Don Allingham <don@gramps-project.org> * gramps2/src/GrampsCfg.py, gramps2/src/ImageSelect.py, gramps2/src/Utils.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/plugins/WriteGedcom.py: Added ability to use natilus theme icons. Set default path for writing GEDCOM files. svn: r1185 2002-11-12 Don Allingham <don@gramps-project.org> * : Icons are no longer needed, because the nautlus theme is read svn: r1184 2002-11-12 Don Allingham <don@gramps-project.org> * : Icons are no longer needed, because the nautlus theme is read svn: r1184 2002-11-11 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Updated German translation svn: r1183 2002-11-11 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in: Makefile fix for Polish translation svn: r1182 2002-11-11 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.spec, gramps/src/Makefile.in, gramps/src/const.py, gramps/src/po/template.po: Added Polish Translation svn: r1181 2002-11-11 Don Allingham <don@gramps-project.org> * gramps/configure.in: UPdated version number svn: r1180 2002-11-11 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/docgen/LaTeXDoc.py, gramps/src/plugins/Check.py: Patches from Alexandre Duret-Lutz svn: r1179 2002-11-10 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Fixes for sidebar value saving and apply_filter fixes svn: r1178 2002-11-10 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Fixes for sidebar value saving and apply_filter fixes svn: r1178 2002-11-10 Don Allingham <don@gramps-project.org> * src/const.py.in: Updated configuration for 0.9.0-pre4 svn: r1177 2002-11-10 Don Allingham <don@gramps-project.org> * gramps2/src/const.py.in: Updated configuration for 0.9.0-pre4 svn: r1177 2002-11-10 Don Allingham <don@gramps-project.org> * src/ListModel.py, src/gramps.glade: Fixed sorting on people tabs svn: r1176 2002-11-10 Don Allingham <don@gramps-project.org> * gramps2/src/ListModel.py, gramps2/src/gramps.glade: Fixed sorting on people tabs svn: r1176 2002-11-10 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Warning message svn: r1175 2002-11-10 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Warning message svn: r1175 2002-11-10 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/ListModel.py, src/const.py, src/const.py.in, src/gramps.glade, src/gramps_main.py: Tabbed pages in the person list svn: r1174 2002-11-10 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/ListModel.py, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Tabbed pages in the person list svn: r1174 2002-11-09 Don Allingham <don@gramps-project.org> * gramps.spec.in, src/EditPerson.py, src/FamilyView.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/PlaceView.py, src/QuestionDialog.py, src/RelLib.py, src/SourceView.py, src/gramps_main.py, src/plugins/ReadGedcom.py: GEDCOM/ANSEL handing, improved list access svn: r1173 2002-11-09 Don Allingham <don@gramps-project.org> * gramps2/gramps.spec.in, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/QuestionDialog.py, gramps2/src/RelLib.py, gramps2/src/SourceView.py, gramps2/src/gramps_main.py, gramps2/src/plugins/ReadGedcom.py: GEDCOM/ANSEL handing, improved list access svn: r1173 2002-11-09 Don Allingham <don@gramps-project.org> * src/ansel_utf8.py: Ansel to Unicode translation svn: r1172 2002-11-09 Don Allingham <don@gramps-project.org> * gramps2/src/ansel_utf8.py: Ansel to Unicode translation svn: r1172 2002-11-08 Don Allingham <don@gramps-project.org> * Makefile.am, Makefile.in, configure, configure.in, doc/Makefile.in, doc/extending-gramps/C/Makefile.in, doc/extending-gramps/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps.1, gramps.spec, gramps.spec.in, omf-install/Makefile.am, omf-install/Makefile.in, src/Makefile.am, src/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: Updated configure scripts svn: r1171 2002-11-08 Don Allingham <don@gramps-project.org> * gramps2/Makefile.am, gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/extending-gramps/C/Makefile.in, gramps2/doc/extending-gramps/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps.1, gramps2/gramps.spec, gramps2/gramps.spec.in, gramps2/omf-install/Makefile.am, gramps2/omf-install/Makefile.in, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: Updated configure scripts svn: r1171 2002-11-08 Don Allingham <don@gramps-project.org> * configure, configure.in, gramps.spec, src/ImageSelect.py, src/const.py: Updated configure script svn: r1170 2002-11-08 Don Allingham <don@gramps-project.org> * gramps2/configure, gramps2/configure.in, gramps2/gramps.spec, gramps2/src/ImageSelect.py, gramps2/src/const.py: Updated configure script svn: r1170 2002-11-08 Don Allingham <don@gramps-project.org> * src/EditPerson.py, src/ImageSelect.py, src/ListModel.py, src/SelectChild.py, src/edit_person.glade, src/gramps.glade, src/mergedata.glade, src/plugins/EventCmp.py, src/plugins/Merge.py, src/plugins/eventcmp.glade: Gallery drag/drop functionality svn: r1169 2002-11-08 Don Allingham <don@gramps-project.org> * gramps2/src/EditPerson.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/SelectChild.py, gramps2/src/edit_person.glade, gramps2/src/gramps.glade, gramps2/src/mergedata.glade, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/eventcmp.glade: Gallery drag/drop functionality svn: r1169 2002-11-08 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py: Fixed spouse display problems svn: r1168 2002-11-07 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.spec: patchlevel 3 release svn: r1167 2002-11-05 Don Allingham <don@gramps-project.org> * gramps/src/latin_utf8.py: Removed the 'replace' option on encoding. Caused exception svn: r1166 2002-11-05 Don Allingham <don@gramps-project.org> * src/ImageSelect.py, src/MediaView.py, src/Utils.py, src/plugins/EventCmp.py, src/soundex.py: Media gallery improvements svn: r1165 2002-11-05 Don Allingham <don@gramps-project.org> * gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/Utils.py, gramps2/src/plugins/EventCmp.py, gramps2/src/soundex.py: Media gallery improvements svn: r1165 2002-11-04 Unknown <schandl@gramps-project.org> * gramps/src/plugins/GraphViz.py, gramps/src/po/de.po: Typo in GraphViz.py and updated German translation svn: r1164 2002-11-04 Don Allingham <don@gramps-project.org> * Makefile.in, configure, configure.in, doc/Makefile.in, doc/extending-gramps/C/Makefile.in, doc/extending-gramps/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, doc/gramps.1, gramps.spec, omf-install/Makefile.in, src/GrampsCfg.py, src/preferences.glade: Preferences updates - removal of options that no longer apply svn: r1163 2002-11-04 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/extending-gramps/C/Makefile.in, gramps2/doc/extending-gramps/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps.1, gramps2/gramps.spec, gramps2/omf-install/Makefile.in, gramps2/src/GrampsCfg.py, gramps2/src/preferences.glade: Preferences updates - removal of options that no longer apply svn: r1163 2002-11-04 Don Allingham <don@gramps-project.org> * src/AddSpouse.py, src/GrampsCfg.py, src/QuestionDialog.py, src/Sorter.py, src/Sources.py, src/WriteXML.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/Merge.py, src/plugins/PatchNames.py: Removed Sorter.py svn: r1162 2002-11-04 Don Allingham <don@gramps-project.org> * gramps2/src/AddSpouse.py, gramps2/src/GrampsCfg.py, gramps2/src/QuestionDialog.py, gramps2/src/Sorter.py, gramps2/src/Sources.py, gramps2/src/WriteXML.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py: Removed Sorter.py svn: r1162 2002-11-03 Don Allingham <don@gramps-project.org> * src/Makefile.am, src/Makefile.in, src/Plugins.py, src/const.py, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins.glade, src/plugins/Makefile.in, src/plugins/ReadGedcom.py, src/po/Makefile.in: GEDCOM importing working, Plugin dialog working svn: r1161 2002-11-03 Don Allingham <don@gramps-project.org> * gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Plugins.py, gramps2/src/const.py, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins.glade, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/ReadGedcom.py, gramps2/src/po/Makefile.in: GEDCOM importing working, Plugin dialog working svn: r1161 2002-11-02 Don Allingham <don@gramps-project.org> * src/AutoComp.py, src/EditPerson.py, src/FamilyView.py, src/ImageSelect.py, src/ListModel.py, src/NoteEdit.py, src/SelectChild.py, src/Utils.py, src/gramps.glade, src/gramps_main.py, src/plugins.glade: Pre02 for gramps-0.9.0 svn: r1160 2002-11-02 Don Allingham <don@gramps-project.org> * gramps2/src/AutoComp.py, gramps2/src/EditPerson.py, gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/NoteEdit.py, gramps2/src/SelectChild.py, gramps2/src/Utils.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/plugins.glade: Pre02 for gramps-0.9.0 svn: r1160 2002-11-02 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/RelLib.py, gramps/src/Utils.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivComplete.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py: HasCommonANcestorWith patch from Alexandre Duret-Lutz svn: r1159 2002-11-02 Don Allingham <don@gramps-project.org> * gramps/src/const.py, gramps/src/data/gedcom.xml, gramps/src/plugins/WriteGedcom.py, gramps/src/po/template.po: GEDCOM fixes from Alexandre Duret-Lutz svn: r1158 2002-10-29 Don Allingham <don@gramps-project.org> * Makefile.in, src/AutoComp.py: AutoComp fixes svn: r1157 2002-10-29 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/src/AutoComp.py: AutoComp fixes svn: r1157 2002-10-29 Don Allingham <don@gramps-project.org> * Makefile.in, configure, configure.in, doc/Makefile.in, doc/extending-gramps/C/Makefile.in, doc/extending-gramps/Makefile.in, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/Makefile.in, omf-install/Makefile.in, src/AutoComp.py, src/Makefile.am, src/Makefile.in, src/data/Makefile.in, src/data/templates/Makefile.in, src/docgen/Makefile.in, src/filters/Makefile.in, src/plugins/Makefile.in, src/po/Makefile.in: Fixed configure script to use pkg-config svn: r1156 2002-10-29 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.in, gramps2/doc/extending-gramps/C/Makefile.in, gramps2/doc/extending-gramps/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/Makefile.in, gramps2/omf-install/Makefile.in, gramps2/src/AutoComp.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/data/Makefile.in, gramps2/src/data/templates/Makefile.in, gramps2/src/docgen/Makefile.in, gramps2/src/filters/Makefile.in, gramps2/src/plugins/Makefile.in, gramps2/src/po/Makefile.in: Fixed configure script to use pkg-config svn: r1156 2002-10-28 Don Allingham <don@gramps-project.org> * src/DisplayTrace.py, src/EditSource.py, src/FamilyView.py, src/GenericFilter.py, src/GrampsCfg.py, src/GraphLayout.py, src/ImageSelect.py, src/Report.py, src/SourceView.py, src/StyleEditor.py, src/Utils.py, src/gramps.glade, src/grampslib.i, src/plugins/Desbrowser.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py, src/plugins/WriteGedcom.py, src/styles.glade: GTK translation updates svn: r1155 2002-10-28 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTrace.py, gramps2/src/EditSource.py, gramps2/src/FamilyView.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/GraphLayout.py, gramps2/src/ImageSelect.py, gramps2/src/Report.py, gramps2/src/SourceView.py, gramps2/src/StyleEditor.py, gramps2/src/Utils.py, gramps2/src/gramps.glade, gramps2/src/grampslib.i, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/styles.glade: GTK translation updates svn: r1155 2002-10-27 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: Fixed alternate calendar date format svn: r1154 2002-10-27 Don Allingham <don@gramps-project.org> * src/DisplayTrace.py, src/gramps_main.py: Clean up of unused functions svn: r1153 2002-10-27 Don Allingham <don@gramps-project.org> * gramps2/src/DisplayTrace.py, gramps2/src/gramps_main.py: Clean up of unused functions svn: r1153 2002-10-27 Don Allingham <don@gramps-project.org> * src/gramps_main.py: Removal of unused functions svn: r1152 2002-10-27 Don Allingham <don@gramps-project.org> * gramps2/src/gramps_main.py: Removal of unused functions svn: r1152 2002-10-27 Don Allingham <don@gramps-project.org> * src/ChooseParents.py, src/ImageSelect.py, src/MediaView.py, src/gramps.glade, src/gramps_main.py: Improvements to media view and parent selection svn: r1151 2002-10-27 Don Allingham <don@gramps-project.org> * gramps2/src/ChooseParents.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py: Improvements to media view and parent selection svn: r1151 2002-10-26 Jens Arvidsson <jensa@users.sourceforge.net> * gramps/src/po/sv.po: New translator: Jens Arvidsson\nMainly Translation of new messages since version 0.7.2. svn: r1150 2002-10-26 Don Allingham <don@gramps-project.org> * gramps/src/GraphLayout.py: Patch to prevent overlaps from Billy Earney svn: r1149 2002-10-25 Don Allingham <don@gramps-project.org> * src/FamilyView.py, src/ImageSelect.py, src/ListModel.py, src/Makefile.am, src/Makefile.in, src/MediaView.py, src/Utils.py, src/gramps.glade, src/gramps_main.py, src/grampslib.i, src/imagesel.glade: Added MIME support via the new grampslib C module. svn: r1148 2002-10-25 Don Allingham <don@gramps-project.org> * gramps2/src/FamilyView.py, gramps2/src/ImageSelect.py, gramps2/src/ListModel.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/MediaView.py, gramps2/src/Utils.py, gramps2/src/gramps.glade, gramps2/src/gramps_main.py, gramps2/src/grampslib.i, gramps2/src/imagesel.glade: Added MIME support via the new grampslib C module. svn: r1148 2002-10-25 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/Report.py: Added 'file://' prefix to parser file names - thanks to Jay Treacy svn: r1147 2002-10-21 Don Allingham <don@gramps-project.org> * src/AddMedia.py, src/EditPerson.py, src/EditPlace.py, src/ImageSelect.py, src/MediaView.py, src/PlaceView.py, src/QuestionDialog.py, src/ReadXML.py, src/RelImage.py, src/RelLib.py, src/Report.py, src/WriteXML.py, src/gramps_main.py: Fixed place editing svn: r1146 2002-10-21 Don Allingham <don@gramps-project.org> * gramps2/src/AddMedia.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/ImageSelect.py, gramps2/src/MediaView.py, gramps2/src/PlaceView.py, gramps2/src/QuestionDialog.py, gramps2/src/ReadXML.py, gramps2/src/RelImage.py, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/WriteXML.py, gramps2/src/gramps_main.py: Fixed place editing svn: r1146 2002-10-20 Don Allingham <don@gramps-project.org> * Makefile.in, src/EditSource.py, src/Makefile.in, src/gramps.glade, src/gramps.gladep: Fixed EditSource, rearranged buttons on FamilyView svn: r1145 2002-10-20 Don Allingham <don@gramps-project.org> * gramps2/Makefile.in, gramps2/src/EditSource.py, gramps2/src/Makefile.in, gramps2/src/gramps.glade, gramps2/src/gramps.gladep: Fixed EditSource, rearranged buttons on FamilyView svn: r1145 2002-10-20 Don Allingham <don@gramps-project.org> * example/gedcom/sample.ged, omf-install/Makefile.am, omf-install/Makefile.in, omf-install/extending-gramps-C.omf, omf-install/gramps-manual-C.omf: Initial revision svn: r1141 2002-10-20 Don Allingham <don@gramps-project.org> * gramps2/example/gedcom/sample.ged, gramps2/omf-install/Makefile.am, gramps2/omf-install/Makefile.in, gramps2/omf-install/extending-gramps-C.omf, gramps2/omf-install/gramps-manual-C.omf: Initial revision svn: r1141 2002-10-20 Don Allingham <don@gramps-project.org> * .cvsignore, AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.comm, Makefile.in, NEWS, README, TODO, aclocal.m4, autogen.sh, configure, configure.in, doc/Makefile.am, doc/Makefile.in, doc/extending-gramps/C/Makefile.am, doc/extending-gramps/C/Makefile.in, doc/extending-gramps/C/extending-gramps-C.omf, doc/extending-gramps/C/extending-gramps.sgml, doc/extending-gramps/C/extending-gramps/index.html, doc/extending-gramps/C/extending-gramps/ln7.html, doc/extending-gramps/C/extending-gramps/t1.html, doc/extending-gramps/C/extending-gramps/x131.html, doc/extending-gramps/C/extending-gramps/x162.html, doc/extending-gramps/C/extending-gramps/x177.html, doc/extending-gramps/C/extending-gramps/x57.html, doc/extending-gramps/C/extending-gramps/x83.html, doc/extending-gramps/C/index.html, doc/extending-gramps/C/omf_timestamp, doc/extending-gramps/Makefile.am, doc/extending-gramps/Makefile.in, doc/gramps-manual/C/Makefile.am, doc/gramps-manual/C/Makefile.in, doc/gramps-manual/C/gramps-manual-C.omf, doc/gramps-manual/C/gramps-manual.sgml, doc/gramps-manual/C/gramps-manual/index.html, doc/gramps-manual/C/gramps-manual/ln7.html, doc/gramps-manual/C/gramps-manual/t1.html, doc/gramps-manual/C/gramps-manual/x129.html, doc/gramps-manual/C/gramps-manual/x28.html, doc/gramps-manual/C/gramps-manual/x41.html, doc/gramps-manual/C/gramps-manual/x84.html, doc/gramps-manual/C/index.html, doc/gramps-manual/C/omf_timestamp, doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in, doc/gramps.1, doc/gramps.1.in, doc/gramps.dtd, doc/gramps.sgml, doc/sgmldocs.make, gramps.sh.in, gramps.spec, gramps.spec.in, install-sh, py-compile, src/.cvsignore, src/AUTHORS, src/AddMedia.py, src/AddSpouse.py, src/AddrEdit.py, src/AttrEdit.py, src/AutoComp.py, src/Bookmarks.py, src/Calendar.py, src/ChangeLog, src/ChooseParents.py, src/Date.py, src/DateEdit.py, src/DbPrompter.py, src/DisplayTrace.py, src/DrawDoc.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/Filter.py, src/Find.py, src/FontScale.py, src/GedcomInfo.py, src/GenericFilter.py, src/GrampsCfg.py, src/GrampsParser.py, src/GrampsXML.py, src/GrampsZODB.py, src/GraphLayout.py, src/ImageSelect.py, src/ImgManip.py, src/LocEdit.py, src/Makefile.am, src/Makefile.in, src/Marriage.py, src/MediaView.py, src/MergeData.py, src/NEWS, src/NameEdit.py, src/NoteEdit.py, src/PaperMenu.py, src/PedView.py, src/PlaceView.py, src/Plugins.py, src/QuestionDialog.py, src/QuickAdd.py, src/README, src/ReadXML.py, src/RelImage.py, src/RelLib.py, src/Report.py, src/SelectChild.py, src/Sorter.py, src/SourceView.py, src/Sources.py, src/SpreadSheetDoc.py, src/StartupDialog.py, src/StyleEditor.py, src/SubstKeywords.py, src/TarFile.py, src/TextDoc.py, src/UrlEdit.py, src/Utils.py, src/VersionControl.py, src/WriteXML.py, src/acconfig.h, src/autogen.sh, src/bad.xpm, src/build_po, src/caution.xpm, src/config.glade, src/const.py, src/const.py.in, src/data/.cvsignore, src/data/Makefile.am, src/data/Makefile.in, src/data/gedcom.xml, src/data/templates/Makefile.am, src/data/templates/Makefile.in, src/data/templates/templates.xml, src/dialog.glade, src/dialog.gladep, src/docgen/.cvsignore, src/docgen/AbiWordDoc.py, src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py, src/docgen/LaTeXDoc.py, src/docgen/Makefile.am, src/docgen/Makefile.in, src/docgen/OpenDrawDoc.py, src/docgen/OpenOfficeDoc.py, src/docgen/OpenSpreadSheet.py, src/docgen/PSDrawDoc.py, src/docgen/PdfDoc.py, src/docgen/PdfDrawDoc.py, src/docgen/RTFDoc.py, src/docgen/SvgDrawDoc.py, src/edit_person.glade, src/edit_person.gladep, src/fam.xpm, src/filelist, src/filters/.cvsignore, src/filters/After.py, src/filters/AltFam.py, src/filters/Before.py, src/filters/Disconnected.py, src/filters/EventPlace.py, src/filters/EventType.py, src/filters/Females.py, src/filters/HavePhotos.py, src/filters/IncompleteNames.py, src/filters/Makefile.am, src/filters/Makefile.in, src/filters/Males.py, src/filters/MatchSndEx.py, src/filters/MatchSndEx2.py, src/filters/MutlipleMarriages.py, src/filters/NeverMarried.py, src/filters/NoBirthdate.py, src/filters/NoChildren.py, src/filters/RegExMatch.py, src/filters/SubString.py, src/get_strings, src/good.xpm, src/gramps.desktop, src/gramps.glade, src/gramps.gladep, src/gramps.py, src/gramps.xpm, src/gramps_main.py, src/imagesel.glade, src/intl.c, src/intl.py, src/latin_ansel.py, src/latin_utf8.py, src/marriage.glade, src/marriage.gladep, src/mergedata.glade, src/paper.xml, src/pedigree.xpm, src/people.xpm, src/places.glade, src/places.gladep, src/plugins.glade, src/plugins.gladep, src/plugins/.cvsignore, src/plugins/AncestorChart.py, src/plugins/AncestorReport.py, src/plugins/ChangeTypes.py, src/plugins/Check.py, src/plugins/DesGraph.py, src/plugins/Desbrowser.py, src/plugins/DescendReport.py, src/plugins/DetAncestralReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FilterEditor.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Makefile.am, src/plugins/Makefile.in, src/plugins/Merge.py, src/plugins/PatchNames.py, src/plugins/ReadGedcom.py, src/plugins/ReadNative.py, src/plugins/RelCalc.py, src/plugins/ReorderIds.py, src/plugins/Summary.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteGedcom.py, src/plugins/WritePafPalm.py, src/plugins/WritePkg.py, src/plugins/changetype.glade, src/plugins/count_anc.py, src/plugins/desbrowse.glade, src/plugins/eventcmp.glade, src/plugins/gedcomexport.glade, src/plugins/gedcomimport.glade, src/plugins/merge.glade, src/plugins/pafexport.glade, src/plugins/patchnames.glade, src/plugins/pkgexport.glade, src/plugins/readgedcom.glade, src/plugins/relcalc.glade, src/plugins/soundex.glade, src/plugins/soundgen.py, src/plugins/summary.glade, src/plugins/verify.glade, src/po/ChangeLog, src/po/Makefile.am, src/po/Makefile.in, src/po/POTFILES.in, src/po/cs.po, src/po/da_DK.po, src/po/de.po, src/po/es.po, src/po/fr.po, src/po/it.po, src/po/pt_BR.po, src/po/ru.po, src/po/sv.po, src/po/template.po, src/preferences.glade, src/preferences.gladep, src/revision.glade, src/revision.gladep, src/rule.glade, src/sort.py, src/soundex.py, src/srcsel.glade, src/srcsel.gladep, src/styles.glade, src/system_filters.xml, src/trace.glade: Initial revision svn: r1140 2002-10-20 Don Allingham <don@gramps-project.org> * gramps2/.cvsignore, gramps2/AUTHORS, gramps2/COPYING, gramps2/ChangeLog, gramps2/INSTALL, gramps2/Makefile.am, gramps2/Makefile.comm, gramps2/Makefile.in, gramps2/NEWS, gramps2/README, gramps2/TODO, gramps2/aclocal.m4, gramps2/autogen.sh, gramps2/configure, gramps2/configure.in, gramps2/doc/Makefile.am, gramps2/doc/Makefile.in, gramps2/doc/extending-gramps/C/Makefile.am, gramps2/doc/extending-gramps/C/Makefile.in, gramps2/doc/extending-gramps/C/extending-gramps-C.omf, gramps2/doc/extending-gramps/C/extending-gramps.sgml, gramps2/doc/extending-gramps/C/extending-gramps/index.html, gramps2/doc/extending-gramps/C/extending-gramps/ln7.html, gramps2/doc/extending-gramps/C/extending-gramps/t1.html, gramps2/doc/extending-gramps/C/extending-gramps/x131.html, gramps2/doc/extending-gramps/C/extending-gramps/x162.html, gramps2/doc/extending-gramps/C/extending-gramps/x177.html, gramps2/doc/extending-gramps/C/extending-gramps/x57.html, gramps2/doc/extending-gramps/C/extending-gramps/x83.html, gramps2/doc/extending-gramps/C/index.html, gramps2/doc/extending-gramps/C/omf_timestamp, gramps2/doc/extending-gramps/Makefile.am, gramps2/doc/extending-gramps/Makefile.in, gramps2/doc/gramps-manual/C/Makefile.am, gramps2/doc/gramps-manual/C/Makefile.in, gramps2/doc/gramps-manual/C/gramps-manual-C.omf, gramps2/doc/gramps-manual/C/gramps-manual.sgml, gramps2/doc/gramps-manual/C/gramps-manual/index.html, gramps2/doc/gramps-manual/C/gramps-manual/ln7.html, gramps2/doc/gramps-manual/C/gramps-manual/t1.html, gramps2/doc/gramps-manual/C/gramps-manual/x129.html, gramps2/doc/gramps-manual/C/gramps-manual/x28.html, gramps2/doc/gramps-manual/C/gramps-manual/x41.html, gramps2/doc/gramps-manual/C/gramps-manual/x84.html, gramps2/doc/gramps-manual/C/index.html, gramps2/doc/gramps-manual/C/omf_timestamp, gramps2/doc/gramps-manual/Makefile.am, gramps2/doc/gramps-manual/Makefile.in, gramps2/doc/gramps.1, gramps2/doc/gramps.1.in, gramps2/doc/gramps.dtd, gramps2/doc/gramps.sgml, gramps2/doc/sgmldocs.make, gramps2/gramps.sh.in, gramps2/gramps.spec, gramps2/gramps.spec.in, gramps2/install-sh, gramps2/py-compile, gramps2/src/.cvsignore, gramps2/src/AUTHORS, gramps2/src/AddMedia.py, gramps2/src/AddSpouse.py, gramps2/src/AddrEdit.py, gramps2/src/AttrEdit.py, gramps2/src/AutoComp.py, gramps2/src/Bookmarks.py, gramps2/src/Calendar.py, gramps2/src/ChangeLog, gramps2/src/ChooseParents.py, gramps2/src/Date.py, gramps2/src/DateEdit.py, gramps2/src/DbPrompter.py, gramps2/src/DisplayTrace.py, gramps2/src/DrawDoc.py, gramps2/src/EditPerson.py, gramps2/src/EditPlace.py, gramps2/src/EditSource.py, gramps2/src/EventEdit.py, gramps2/src/FamilyView.py, gramps2/src/Filter.py, gramps2/src/Find.py, gramps2/src/FontScale.py, gramps2/src/GedcomInfo.py, gramps2/src/GenericFilter.py, gramps2/src/GrampsCfg.py, gramps2/src/GrampsParser.py, gramps2/src/GrampsXML.py, gramps2/src/GrampsZODB.py, gramps2/src/GraphLayout.py, gramps2/src/ImageSelect.py, gramps2/src/ImgManip.py, gramps2/src/LocEdit.py, gramps2/src/Makefile.am, gramps2/src/Makefile.in, gramps2/src/Marriage.py, gramps2/src/MediaView.py, gramps2/src/MergeData.py, gramps2/src/NEWS, gramps2/src/NameEdit.py, gramps2/src/NoteEdit.py, gramps2/src/PaperMenu.py, gramps2/src/PedView.py, gramps2/src/PlaceView.py, gramps2/src/Plugins.py, gramps2/src/QuestionDialog.py, gramps2/src/QuickAdd.py, gramps2/src/README, gramps2/src/ReadXML.py, gramps2/src/RelImage.py, gramps2/src/RelLib.py, gramps2/src/Report.py, gramps2/src/SelectChild.py, gramps2/src/Sorter.py, gramps2/src/SourceView.py, gramps2/src/Sources.py, gramps2/src/SpreadSheetDoc.py, gramps2/src/StartupDialog.py, gramps2/src/StyleEditor.py, gramps2/src/SubstKeywords.py, gramps2/src/TarFile.py, gramps2/src/TextDoc.py, gramps2/src/UrlEdit.py, gramps2/src/Utils.py, gramps2/src/VersionControl.py, gramps2/src/WriteXML.py, gramps2/src/acconfig.h, gramps2/src/autogen.sh, gramps2/src/bad.xpm, gramps2/src/build_po, gramps2/src/caution.xpm, gramps2/src/config.glade, gramps2/src/const.py, gramps2/src/const.py.in, gramps2/src/data/.cvsignore, gramps2/src/data/Makefile.am, gramps2/src/data/Makefile.in, gramps2/src/data/gedcom.xml, gramps2/src/data/templates/Makefile.am, gramps2/src/data/templates/Makefile.in, gramps2/src/data/templates/templates.xml, gramps2/src/dialog.glade, gramps2/src/dialog.gladep, gramps2/src/docgen/.cvsignore, gramps2/src/docgen/AbiWordDoc.py, gramps2/src/docgen/HtmlDoc.py, gramps2/src/docgen/KwordDoc.py, gramps2/src/docgen/LaTeXDoc.py, gramps2/src/docgen/Makefile.am, gramps2/src/docgen/Makefile.in, gramps2/src/docgen/OpenDrawDoc.py, gramps2/src/docgen/OpenOfficeDoc.py, gramps2/src/docgen/OpenSpreadSheet.py, gramps2/src/docgen/PSDrawDoc.py, gramps2/src/docgen/PdfDoc.py, gramps2/src/docgen/PdfDrawDoc.py, gramps2/src/docgen/RTFDoc.py, gramps2/src/docgen/SvgDrawDoc.py, gramps2/src/edit_person.glade, gramps2/src/edit_person.gladep, gramps2/src/fam.xpm, gramps2/src/filelist, gramps2/src/filters/.cvsignore, gramps2/src/filters/After.py, gramps2/src/filters/AltFam.py, gramps2/src/filters/Before.py, gramps2/src/filters/Disconnected.py, gramps2/src/filters/EventPlace.py, gramps2/src/filters/EventType.py, gramps2/src/filters/Females.py, gramps2/src/filters/HavePhotos.py, gramps2/src/filters/IncompleteNames.py, gramps2/src/filters/Makefile.am, gramps2/src/filters/Makefile.in, gramps2/src/filters/Males.py, gramps2/src/filters/MatchSndEx.py, gramps2/src/filters/MatchSndEx2.py, gramps2/src/filters/MutlipleMarriages.py, gramps2/src/filters/NeverMarried.py, gramps2/src/filters/NoBirthdate.py, gramps2/src/filters/NoChildren.py, gramps2/src/filters/RegExMatch.py, gramps2/src/filters/SubString.py, gramps2/src/get_strings, gramps2/src/good.xpm, gramps2/src/gramps.desktop, gramps2/src/gramps.glade, gramps2/src/gramps.gladep, gramps2/src/gramps.py, gramps2/src/gramps.xpm, gramps2/src/gramps_main.py, gramps2/src/imagesel.glade, gramps2/src/intl.c, gramps2/src/intl.py, gramps2/src/latin_ansel.py, gramps2/src/latin_utf8.py, gramps2/src/marriage.glade, gramps2/src/marriage.gladep, gramps2/src/mergedata.glade, gramps2/src/paper.xml, gramps2/src/pedigree.xpm, gramps2/src/people.xpm, gramps2/src/places.glade, gramps2/src/places.gladep, gramps2/src/plugins.glade, gramps2/src/plugins.gladep, gramps2/src/plugins/.cvsignore, gramps2/src/plugins/AncestorChart.py, gramps2/src/plugins/AncestorReport.py, gramps2/src/plugins/ChangeTypes.py, gramps2/src/plugins/Check.py, gramps2/src/plugins/DesGraph.py, gramps2/src/plugins/Desbrowser.py, gramps2/src/plugins/DescendReport.py, gramps2/src/plugins/DetAncestralReport.py, gramps2/src/plugins/DetDescendantReport.py, gramps2/src/plugins/EventCmp.py, gramps2/src/plugins/FamilyGroup.py, gramps2/src/plugins/FilterEditor.py, gramps2/src/plugins/GraphViz.py, gramps2/src/plugins/IndivComplete.py, gramps2/src/plugins/IndivSummary.py, gramps2/src/plugins/Makefile.am, gramps2/src/plugins/Makefile.in, gramps2/src/plugins/Merge.py, gramps2/src/plugins/PatchNames.py, gramps2/src/plugins/ReadGedcom.py, gramps2/src/plugins/ReadNative.py, gramps2/src/plugins/RelCalc.py, gramps2/src/plugins/ReorderIds.py, gramps2/src/plugins/Summary.py, gramps2/src/plugins/Verify.py, gramps2/src/plugins/WebPage.py, gramps2/src/plugins/WriteGedcom.py, gramps2/src/plugins/WritePafPalm.py, gramps2/src/plugins/WritePkg.py, gramps2/src/plugins/changetype.glade, gramps2/src/plugins/count_anc.py, gramps2/src/plugins/desbrowse.glade, gramps2/src/plugins/eventcmp.glade, gramps2/src/plugins/gedcomexport.glade, gramps2/src/plugins/gedcomimport.glade, gramps2/src/plugins/merge.glade, gramps2/src/plugins/pafexport.glade, gramps2/src/plugins/patchnames.glade, gramps2/src/plugins/pkgexport.glade, gramps2/src/plugins/readgedcom.glade, gramps2/src/plugins/relcalc.glade, gramps2/src/plugins/soundex.glade, gramps2/src/plugins/soundgen.py, gramps2/src/plugins/summary.glade, gramps2/src/plugins/verify.glade, gramps2/src/po/ChangeLog, gramps2/src/po/Makefile.am, gramps2/src/po/Makefile.in, gramps2/src/po/POTFILES.in, gramps2/src/po/cs.po, gramps2/src/po/da_DK.po, gramps2/src/po/de.po, gramps2/src/po/es.po, gramps2/src/po/fr.po, gramps2/src/po/it.po, gramps2/src/po/pt_BR.po, gramps2/src/po/ru.po, gramps2/src/po/sv.po, gramps2/src/po/template.po, gramps2/src/preferences.glade, gramps2/src/preferences.gladep, gramps2/src/revision.glade, gramps2/src/revision.gladep, gramps2/src/rule.glade, gramps2/src/sort.py, gramps2/src/soundex.py, gramps2/src/srcsel.glade, gramps2/src/srcsel.gladep, gramps2/src/styles.glade, gramps2/src/system_filters.xml, gramps2/src/trace.glade: Initial revision svn: r1140 2002-10-14 Don Allingham <don@gramps-project.org> * gramps/TODO, gramps/configure, gramps/gramps.spec, gramps/src/ChooseParents.py, gramps/src/ImgManip.py, gramps/src/TextDoc.py, gramps/src/const.py, gramps/src/docgen/RTFDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/DescendReport.py: Updated bug checks svn: r1138 2002-09-17 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fixed deleting of a family svn: r1137 2002-09-12 Don Allingham <don@gramps-project.org> * gramps/src/docgen/HtmlDoc.py, gramps/src/docgen/LaTeXDoc.py, gramps/src/docgen/NroffDoc.py, gramps/src/docgen/PdfDoc.py, gramps/src/docgen/RTFDoc.py: Updates from Gary Shao svn: r1136 2002-09-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/gramps-manual/C/gramps-manual-C.omf: * Added new/missing XML elements * <seriesid> relation element added for scrollkeeper 0.3.X compatability (Thanks to James Treacy at deb.org!) svn: r1135 2002-09-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/extending-gramps/C/extending-gramps-C.omf: * Added extra/missing XML elements. * <seriesid> generated for scrollkeeper 0.3.x series (Thanks James!) svn: r1134 2002-09-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/Makefile.am: Removed intllibs libraries from the tarball package; they should still get built for the rpm, though. svn: r1133 2002-09-08 Don Allingham <don@gramps-project.org> * gramps/configure.in: changed version number svn: r1132 2002-09-08 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/Capitalize.py, gramps/src/plugins/WriteGedcom.py: WriteGedcom fixes, capitalize filter svn: r1131 2002-09-08 Don Allingham <don@gramps-project.org> * gramps/src/GrampsCfg.py, gramps/src/plugins/ReadGedcom.py: Fixed set_int/sync problem in GrampsCfg, caught BadGEDCOM exception. svn: r1130 2002-09-04 Don Allingham <don@gramps-project.org> * gramps/gramps.spec, gramps/src/GrampsCfg.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/plugins/GraphViz.py: Hopefully removed *.so files from the building of the tarball, added GraphViz patches from Alexandre Duret-Lutz. svn: r1129 2002-08-26 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/src/plugins/DesGraph.py, gramps/src/plugins/WebPage.py: Python 2.1 has a bug with Person being used as an index to a dictionary. Switched to using the ID instead. svn: r1128 2002-08-25 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed typo svn: r1127 2002-08-21 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: Fixed mrel/frel adoption checking svn: r1126 2002-08-21 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Date comparison fix svn: r1125 2002-08-20 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/RelLib.py, gramps/src/Sources.py: Fixes for bad date detection ZODB source display svn: r1123 2002-08-19 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/configure, gramps/gramps.spec, gramps/src/const.py: Ready for 0.8.0 release svn: r1122 2002-08-19 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Translation for 0.8.0 svn: r1121 2002-08-19 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.spec, gramps/src/Date.py, gramps/src/const.py, gramps/src/po/fr.po, gramps/src/po/it.po: UPdate for 0.8.0 release svn: r1120 2002-08-18 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadNative.py: Provide progress bar svn: r1119 2002-08-07 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/INSTALL, gramps/README: A little more information moving/reorganizing between the documents svn: r1118 2002-08-07 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EventEdit.py, gramps/src/ImageSelect.py, gramps/src/PlaceView.py, gramps/src/Sources.py, gramps/src/places.glade: Source Reference fixes svn: r1117 2002-08-07 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps/src/po/pt_BR.po: Brazilian-Portuguese translation for GRAMPS 0.8.0 svn: r1116 2002-08-07 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/INSTALL, gramps/README: Corrected outdated documentation info and links. svn: r1115 2002-08-06 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/gramps.spec: Updated svn: r1114 2002-08-05 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translation for GRAMPS 0.8.0 svn: r1113 2002-08-05 Lars Lundin <lklundin@users.sourceforge.net> * gramps/src/po/da_DK.po: Translation from msgmerge of da_DK.po & template.po in template.po announced 05 Aug 2002 svn: r1112 2002-08-05 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Updated template.po file for 0.8.0 svn: r1111 2002-08-05 Don Allingham <don@gramps-project.org> * gramps/src/PlaceView.py: Fixed deleting a place with a reference svn: r1110 2002-08-05 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/ReadXML.py, gramps/src/Sources.py: Check for None as value for update function svn: r1109 2002-08-05 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py: Image fix for Mandrake - skip using imlib svn: r1108 2002-08-04 Don Allingham <don@gramps-project.org> * gramps/configure.in: Updated to RC4 svn: r1107 2002-08-04 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed GEDCOM parsing of Julian dates svn: r1106 2002-08-03 Don Allingham <don@gramps-project.org> * gramps/src/ImgManip.py, gramps/src/docgen/RTFDoc.py: Handle scaling of data using Imagick svn: r1105 2002-08-03 Don Allingham <don@gramps-project.org> * gramps/src/gramps.py, gramps/src/gramps_main.py, gramps/src/latin_utf8.py, gramps/src/plugins/ReadGedcom.py: ReadGedcom importing improvements svn: r1104 2002-08-01 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/PlaceView.py: Remember image location svn: r1103 2002-07-30 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.spec, gramps/src/EditPerson.py, gramps/src/Makefile.in, gramps/src/config.glade, gramps/src/const.py, gramps/src/plugins/ReadGedcom.py: Update for 0.8.0-rc3 svn: r1102 2002-07-28 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py: Handle deleting of images svn: r1101 2002-07-27 Don Allingham <don@gramps-project.org> * gramps/gramps.sh.in, gramps/src/Makefile.in, gramps/src/latin_utf8.py: Updated GRAMPS shell script to build LD_PRELOAD variable correctly svn: r1100 2002-07-26 Don Allingham <don@gramps-project.org> * gramps/configure.in: Update for RC2 svn: r1099 2002-07-25 Don Allingham <don@gramps-project.org> * gramps/src/config.glade: Removed images svn: r1098 2002-07-25 Don Allingham <don@gramps-project.org> * gramps/src/StartupDialog.py: Added GdkImlib importing svn: r1097 2002-07-25 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fix list sorting problem after deleting a person svn: r1096 2002-07-24 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/doc/gramps.1, gramps/src/const.py: Update for release candidate svn: r1094 2002-07-24 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/autogen.sh: Added hook to ensure py-compile script is executable. Updated autmoake ftp URL's to point to correct location at ftp.gnu.org svn: r1093 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/py-compile: Made executable svn: r1092 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.spec, gramps/src/const.py: Versions again svn: r1091 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.spec, gramps/src/const.py: More version number fun svn: r1090 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/doc/gramps.1, gramps/gramps.spec: Changes for version number handling svn: r1089 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Updated version number svn: r1088 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Updated version number svn: r1087 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/configure, gramps/configure.in, gramps/gramps.spec: Update for 0.8.0 release candidate 1 svn: r1086 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Update version svn: r1085 2002-07-23 Don Allingham <don@gramps-project.org> * gramps/src/latin_utf8.py: Try to handle UTF8 errors better. svn: r1084 2002-07-19 Lars Lundin <lklundin@users.sourceforge.net> * gramps/src/po/da_DK.po: Translation from msgmerge of da_DK.po & template.po in snap20020717 svn: r1083 2002-07-18 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Updated German translation svn: r1082 2002-07-18 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: New snapshot svn: r1080 2002-07-15 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Updated German translations svn: r1079 2002-07-14 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/aclocal.m4, gramps/configure, gramps/doc/Makefile.in, gramps/doc/extending-gramps/C/Makefile.in, gramps/doc/extending-gramps/Makefile.in, gramps/doc/gramps-manual/C/Makefile.in, gramps/doc/gramps-manual/Makefile.in, gramps/gramps.spec: Update for .in files svn: r1078 2002-07-13 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in, gramps/src/data/Makefile.in, gramps/src/data/templates/Makefile.in, gramps/src/docgen/Makefile.in, gramps/src/filters/Makefile.in, gramps/src/plugins/Makefile.in, gramps/src/po/Makefile.in, gramps/src/po/template.po: New Czech translation svn: r1077 2002-07-12 Don Allingham <don@gramps-project.org> * gramps/configure.in: Added cs to the languages svn: r1076 2002-07-12 Don Allingham <don@gramps-project.org> * gramps/src/po/cs.po: Czech language svn: r1075 2002-07-11 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py: Handle 'name' not being initialized. svn: r1074 2002-07-09 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: update for last cvs svn: r1073 2002-07-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/FamilyGroup.py: Check for empty person in dump_parent svn: r1072 2002-07-06 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russan tranlsation svn: r1071 2002-07-03 Don Allingham <don@gramps-project.org> * : Removed locale directory. Files will be installed directly. svn: r1070 2002-07-03 Don Allingham <don@gramps-project.org> * gramps/src/GrampsXML.py, gramps/src/GrampsZODB.py, gramps/src/RelLib.py, gramps/src/const.py, gramps/src/plugins/Check.py: Improved checking svn: r1069 2002-07-03 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/gramps.spec.in: Added automake and autoconf version dependencies for building svn: r1068 2002-07-03 Don Allingham <don@gramps-project.org> * gramps/src/const.py.in: Fixed xmlFile and zodbFile svn: r1067 2002-07-02 Don Allingham <don@gramps-project.org> * gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/DetDescendantReport.py, gramps/src/plugins/WebPage.py: Fixed report bugs svn: r1066 2002-07-02 Don Allingham <don@gramps-project.org> * gramps/src/EditSource.py, gramps/src/EventEdit.py, gramps/src/Plugins.py, gramps/src/SubstKeywords.py, gramps/src/const.py, gramps/src/docgen/HtmlDoc.py, gramps/src/docgen/PSDrawDoc.py, gramps/src/docgen/PdfDoc.py, gramps/src/docgen/PdfDrawDoc.py, gramps/src/filters/SubString.py, gramps/src/plugins/AncestorReport.py: Fixed missing zodbFile and xmlFile constants svn: r1065 2002-07-01 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/Makefile.am, gramps/Makefile.comm.in, gramps/gramps.spec.in: More Makefile overhaul svn: r1064 2002-07-01 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/AUTHORS, gramps/ChangeLog, gramps/INSTALL, gramps/Makefile.in, gramps/README, gramps/aclocal.m4, gramps/autogen.sh, gramps/configure, gramps/configure.in, gramps/doc/Makefile.am, gramps/doc/Makefile.in, gramps/doc/extending-gramps/C/Makefile.am, gramps/doc/extending-gramps/C/Makefile.in, gramps/doc/extending-gramps/C/extending-gramps-C.omf, gramps/doc/extending-gramps/Makefile.am, gramps/doc/extending-gramps/Makefile.in, gramps/doc/gramps-manual/Makefile.am, gramps/doc/gramps-manual/Makefile.in, gramps/doc/gramps.1, gramps/doc/gramps.1.in, gramps/doc/sgmldocs.make, gramps/gramps.spec, gramps/omf-install/Makefile.am, gramps/omf-install/Makefile.in, gramps/py-compile, gramps/src/Makefile.am, gramps/src/Makefile.in, gramps/src/const.py, gramps/src/const.py.in, gramps/src/data/Makefile.am, gramps/src/data/Makefile.in, gramps/src/data/templates/Makefile.am, gramps/src/data/templates/Makefile.in, gramps/src/docgen/Makefile.am, gramps/src/docgen/Makefile.in, gramps/src/filters/Makefile.am, gramps/src/filters/Makefile.in, gramps/src/plugins/Makefile.am, gramps/src/plugins/Makefile.in, gramps/src/po/Makefile.am, gramps/src/po/Makefile.in: Vastly overhauled Makefile heirarchy to conform to GNU automake/autoconf technique. svn: r1063 2002-07-01 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/gramps-manual/C/Makefile.am, gramps/doc/gramps-manual/C/Makefile.in, gramps/doc/gramps-manual/C/gramps-manual-C.omf, gramps/doc/gramps-manual/C/gramps-manual.sgml: * New Makefile structure * screengrabs moved from "images" to "figures" to conform with GNOME guidelines * gramps-manual removed since that is now generated in the make process and not needed in a developer's release. svn: r1062 2002-06-30 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/GedcomInfo.py, gramps/src/QuestionDialog.py, gramps/src/ReadXML.py, gramps/src/latin_utf8.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/ReadGedcom.py: GEDCOM import improvements svn: r1061 2002-06-29 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py, gramps/src/PlaceView.py, gramps/src/WriteXML.py, gramps/src/po/it.po: Fixed mergine and name types svn: r1060 2002-06-29 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed attempt to import ANSEL svn: r1059 2002-06-29 Don Allingham <don@gramps-project.org> * gramps/src/plugins/DetDescendantReport.py: Added Bruce DeGrasse's Detail Descendant Report svn: r1058 2002-06-26 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/Makefile.in: removed setting of executable bit on certain .py files. It wasn't needed svn: r1057 2002-06-26 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/AttrEdit.py, gramps/src/EditPerson.py, gramps/src/GrampsXML.py, gramps/src/RelLib.py, gramps/src/latin_ansel.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Speed improvements for GEDCOM export svn: r1056 2002-06-25 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/Makefile.in, gramps/src/TextDoc.py, gramps/src/gramps_main.py: Better traceback checking, improved documentation svn: r1055 2002-06-24 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Russian translation for snap20020622 svn: r1054 2002-06-24 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translation of snap20020622 - part 2 svn: r1053 2002-06-23 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translation for snap20020622 - part 1 svn: r1052 2002-06-23 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Updated version svn: r1050 2002-06-22 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/Bookmarks.py, gramps/src/Calendar.py, gramps/src/ChooseParents.py, gramps/src/Date.py, gramps/src/DateEdit.py: Improved the documenation. svn: r1048 2002-06-21 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/po/template.po: Updated template file svn: r1047 2002-06-21 Don Allingham <don@gramps-project.org> * gramps/src/AddrEdit.py, gramps/src/AttrEdit.py, gramps/src/AutoComp.py, gramps/src/ChooseParents.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EventEdit.py, gramps/src/Marriage.py, gramps/src/NameEdit.py, gramps/src/Report.py, gramps/src/Sorter.py, gramps/src/Sources.py, gramps/src/StyleEditor.py, gramps/src/const.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py: Code clean up, fixed the elusive AutoComp failure. svn: r1046 2002-06-20 Don Allingham <don@gramps-project.org> * gramps/src/GrampsCfg.py, gramps/src/ListColors.py, gramps/src/Sorter.py, gramps/src/StyleEditor.py: Removed ListColors, and incorporated it into Sorter svn: r1045 2002-06-20 Don Allingham <don@gramps-project.org> * gramps/src/Sorter.py: Fixed revision keyword for CVS svn: r1044 2002-06-20 Don Allingham <don@gramps-project.org> * gramps/src/Sorter.py: Updated the comments in the code svn: r1043 2002-06-20 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/ChooseParents.py, gramps/src/gramps.glade: Sorting in ChooseParents dialog svn: r1042 2002-06-18 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/RelLib.py, gramps/src/SubstKeywords.py: Updated documentation svn: r1041 2002-06-18 Don Allingham <don@gramps-project.org> * gramps/src/SubstKeywords.py: Cleaned up SubstKeyword svn: r1040 2002-06-18 Don Allingham <don@gramps-project.org> * gramps/src/SubstKeywords.py, gramps/src/Utils.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/DesGraph.py: Centralized handling of keyword substitutions in reports svn: r1039 2002-06-18 Don Allingham <don@gramps-project.org> * gramps/src/Marriage.py, gramps/src/marriage.glade: Marriage editor udated for primary source/confidence svn: r1038 2002-06-18 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/RelLib.py, gramps/src/plugins/AncestorChart.py: Added marriage information to the AncestorChart svn: r1037 2002-06-18 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/WriteXML.py: LDS visible tab working better svn: r1036 2002-06-18 Don Allingham <don@gramps-project.org> * gramps/src/QuickAdd.py, gramps/src/gramps_main.py: Fixed handling of multiple marriages and add a new person in the AddSpouse dialog svn: r1035 2002-06-17 Don Allingham <don@gramps-project.org> * gramps/src/AddrEdit.py, gramps/src/AttrEdit.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/NameEdit.py, gramps/src/Sources.py, gramps/src/dialog.glade: Tabs for sources and notes in the editors svn: r1034 2002-06-16 Don Allingham <don@gramps-project.org> * gramps/src/Sources.py: Fix source extracting colormap svn: r1033 2002-06-16 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/MediaView.py, gramps/src/PlaceView.py, gramps/src/RelLib.py, gramps/src/Sorter.py, gramps/src/SourceView.py, gramps/src/gramps_main.py: Extract colormap from the passed clist, not the top level window. svn: r1032 2002-06-16 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Sources.py, gramps/src/srcsel.glade: Sorting on source references svn: r1031 2002-06-16 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/WriteXML.py: Display primary source on event list window svn: r1030 2002-06-15 Don Allingham <don@gramps-project.org> * gramps/src/MediaView.py: Fixed syntax error svn: r1029 2002-06-15 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/MediaView.py, gramps/src/MergeData.py, gramps/src/SelectChild.py, gramps/src/SourceView.py: Better looping control svn: r1028 2002-06-14 Don Allingham <don@gramps-project.org> * gramps/src/ChooseParents.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/ImageSelect.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/plugins/ReadGedcom.py: Remove getting values from maps. Use the key lists instead svn: r1027 2002-06-13 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Better handling of notes svn: r1026 2002-06-13 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: [no log message] 2002-06-11 Don Allingham <don@gramps-project.org> * gramps/src/DisplayTrace.py, gramps/src/plugins/ReadGedcom.py: Added DisplayTrace class to warn on tracebacks svn: r1024 2002-06-10 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/Find.py, gramps/src/Marriage.py, gramps/src/Plugins.py, gramps/src/docgen/KwordDoc.py, gramps/src/docgen/PSDrawDoc.py, gramps/src/filters/After.py, gramps/src/filters/Before.py, gramps/src/filters/Disconnected.py, gramps/src/filters/EventPlace.py, gramps/src/filters/MatchSndEx.py, gramps/src/filters/MatchSndEx2.py, gramps/src/gramps.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/Check.py, gramps/src/plugins/DesGraph.py, gramps/src/plugins/Desbrowser.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/Merge.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ReadNative.py, gramps/src/plugins/ReorderIds.py, gramps/src/plugins/Summary.py, gramps/src/plugins/Verify.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/WritePkg.py, gramps/src/plugins/count_anc.py: Updates svn: r1023 2002-06-04 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/Find.py, gramps/src/GenericFilter.py, gramps/src/RelLib.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/ReadGedcom.py: ReadGedcom patch from Mark Lewis, Filter update for event match problem, improved Find for ZODB svn: r1022 2002-06-01 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Added unique_note to the SourceRef, thanks to a patch from Mark Lewis. svn: r1021 2002-06-01 Don Allingham <don@gramps-project.org> * gramps/src/Sorter.py, gramps/src/gramps_main.py: Fix initial sort value svn: r1020 2002-06-01 Don Allingham <don@gramps-project.org> * gramps/src/Sorter.py: CList sorter svn: r1018 2002-06-01 Don Allingham <don@gramps-project.org> * : Updated translations svn: r1017 2002-05-31 Don Allingham <don@gramps-project.org> * gramps/src/MediaView.py, gramps/src/PlaceView.py, gramps/src/SourceView.py, gramps/src/const.py, gramps/src/gramps_main.py: Update for common sorting svn: r1016 2002-05-31 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/Check.py, gramps/src/plugins/ReorderIds.py: Fix reordering task for ZODB support svn: r1015 2002-05-30 Don Allingham <don@gramps-project.org> * gramps/src/ListColors.py, gramps/src/gramps_main.py, gramps/src/plugins/Check.py: Handle list colors for python 2, fix broken family links svn: r1014 2002-05-30 Laurent Protois <protois@users.sourceforge.net> * gramps/src/po/fr.po: Updates french translation (there was an ambiguity in translated text) svn: r1013 2002-05-29 Don Allingham <don@gramps-project.org> * gramps/src/GrampsZODB.py, gramps/src/MergeData.py, gramps/src/RelLib.py, gramps/src/gramps_main.py: Merge updates for ZODB, surnames saved as a PersistentList so that ZODB sees the changes svn: r1012 2002-05-28 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py: Fixed level problem with GEDCOM import, fixed ZODB detection svn: r1011 2002-05-28 Don Allingham <don@gramps-project.org> * gramps/src/PedView.py, gramps/src/PlaceView.py: Pychecker fixes svn: r1010 2002-05-28 Don Allingham <don@gramps-project.org> * gramps/src/DateEdit.py, gramps/src/EventEdit.py, gramps/src/GrampsZODB.py, gramps/src/RelLib.py, gramps/src/gramps_main.py: Pychecker fixes, rename of ZODB keys svn: r1009 2002-05-27 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/SourceView.py: Pychecker fixes svn: r1008 2002-05-25 Don Allingham <don@gramps-project.org> * gramps/src/GrampsZODB.py: Use more standard names for the ZODB hash entries svn: r1006 2002-05-25 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/GrampsZODB.py, gramps/src/RelLib.py: Import from XML builds placeTable properly svn: r1005 2002-05-25 Don Allingham <don@gramps-project.org> * gramps/src/GrampsZODB.py, gramps/src/RelLib.py, gramps/src/SourceView.py, gramps/src/plugins/ReadGedcom.py: Handling of the SourceTable svn: r1004 2002-05-24 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Remove perisistent lists svn: r1003 2002-05-24 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Build display table properly after reading in svn: r1002 2002-05-19 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Handle REFN too large to fit into an integer svn: r1001 2002-05-19 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/GrampsZODB.py, gramps/src/PlaceView.py, gramps/src/RelLib.py, gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py: Enhanced handling of changes svn: r1000 2002-05-19 Don Allingham <don@gramps-project.org> * gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/GraphViz.py: Fixed several reported bugs svn: r999 2002-05-18 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/GrampsZODB.py, gramps/src/Marriage.py, gramps/src/PlaceView.py, gramps/src/SourceView.py, gramps/src/gramps_main.py: Updates for ZODB svn: r998 2002-05-18 Don Allingham <don@gramps-project.org> * gramps/src/GrampsXML.py, gramps/src/RelLib.py, gramps/src/gramps_main.py, gramps/src/plugins/ReadNative.py: Fixes for ZODB mode svn: r997 2002-05-18 Don Allingham <don@gramps-project.org> * gramps/src/GrampsXML.py: XML database interface svn: r996 2002-05-18 Don Allingham <don@gramps-project.org> * gramps/src/GrampsZODB.py: ZODB database interface svn: r995 2002-05-18 Don Allingham <don@gramps-project.org> * gramps/src/DbPrompter.py, gramps/src/EditPerson.py, gramps/src/MediaView.py, gramps/src/NameEdit.py, gramps/src/PlaceView.py, gramps/src/QuickAdd.py, gramps/src/RelLib.py, gramps/src/SelectChild.py, gramps/src/SourceView.py, gramps/src/Utils.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/Merge.py, gramps/src/plugins/ReadGedcom.py, gramps/src/sort.py: First pass at ZODB support svn: r994 2002-05-17 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py: Changed setMainFamily to setMainParents svn: r993 2002-05-15 Don Allingham <don@gramps-project.org> * gramps/src/TarFile.py: Filename patch from Robert J. Clark svn: r992 2002-05-15 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Fix gendex generation svn: r991 2002-05-14 Don Allingham <don@gramps-project.org> * gramps/src/docgen/HtmlDoc.py, gramps/src/plugins/WebPage.py: Allow the extension to be specified for web pages svn: r990 2002-05-14 Don Allingham <don@gramps-project.org> * gramps/src/Report.py, gramps/src/plugins/WebPage.py: GENDEX index generation svn: r989 2002-05-14 Don Allingham <don@gramps-project.org> * gramps/src/plugins/GraphViz.py: Handle Mother relationship better svn: r988 2002-05-13 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: [no log message] 2002-05-12 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py: Avoid infinite recursion in search for spouses of descendents svn: r986 2002-05-12 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/Report.py, gramps/src/plugins/WebPage.py: Check for None as a spouse in filter, use tabs for options in reports svn: r985 2002-05-11 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Use '*' instead of '#' for character substitution svn: r984 2002-05-11 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py: Fixed REFN generation, Added decendants/spouses filter svn: r983 2002-05-11 Lars Lundin <lklundin@users.sourceforge.net> * gramps/src/po/da_DK.po: Fixed an ambiguity (and a typo). svn: r982 2002-05-09 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/Report.py, gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py: Webpage and REFN enhancements svn: r981 2002-05-09 Don Allingham <don@gramps-project.org> * gramps/src/SelectChild.py, gramps/src/gramps_main.py: Adding new child does not add duplicate to person list svn: r980 2002-05-09 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Fixed forward referencing a note if FTW import svn: r979 2002-05-08 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/const.py: Select a newly added person in the AddSpouse dialog svn: r978 2002-05-07 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/gramps.spec: Fixed installing of document generators svn: r977 2002-05-07 Don Allingham <don@gramps-project.org> * gramps/src/Plugins.py: Fixed clicking on label. svn: r975 2002-05-07 Don Allingham <don@gramps-project.org> * gramps/src/EditSource.py, gramps/src/SelectChild.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/ReadGedcom.py, gramps/src/po/fr.po, gramps/src/po/it.po, gramps/src/po/sv.po: Final updates for 0.7.3 - translations and pychecker fixes svn: r974 2002-05-07 Lars Lundin <lklundin@users.sourceforge.net> * gramps/src/po/da_DK.po: Fixed a single typo. svn: r973 2002-05-06 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps/src/po/pt_BR.po: Brazilian-Portuguese translation for 0.7.3 svn: r972 2002-05-06 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Correcting incorrect identifier translations (thanks to Lars) svn: r971 2002-05-06 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Final Russian Translation for 0.7.3 svn: r970 2002-05-06 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Final Russian Translation for 0.7.3 svn: r969 2002-05-06 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Final Russian Translation for 0.7.3 svn: r968 2002-05-06 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Final Russian Translation for 0.7.3 svn: r967 2002-05-06 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Final Russian Translation for 0.7.3 svn: r966 2002-05-06 Lars Lundin <lklundin@users.sourceforge.net> * gramps/src/po/da_DK.po: Added the obsolete strings (and testing cvs commit via ssh). svn: r965 2002-05-06 Lars Lundin <lklundin@users.sourceforge.net> * gramps/src/po/da_DK.po: Changed two translations. svn: r964 2002-05-06 Don Allingham <don@gramps-project.org> * gramps/src/po/da_DK.po: Updated danish translation svn: r963 2002-05-06 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/const.py: 0.7.3 release svn: r962 2002-05-05 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Russian Translation for 0.7.3 svn: r961 2002-05-05 Don Allingham <don@gramps-project.org> * gramps/src/po/da_DK.po: Danish translation added svn: r960 2002-05-05 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed handling of AFT in dates in non-English environments svn: r959 2002-05-04 Don Allingham <don@gramps-project.org> * gramps/src/docgen/LaTeXDoc.py: Escape the '#' mark svn: r958 2002-05-04 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/latin_ansel.py: translation parsing problem, ansel decoding svn: r957 2002-05-03 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Final (?) German translation for 0.7.3 svn: r956 2002-05-03 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/gramps.glade, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/ReadGedcom.py: [no log message] 2002-05-03 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed hanging problem if 0 TRLR line is not present svn: r954 2002-05-02 Don Allingham <don@gramps-project.org> * gramps/src/Report.py: Fixed unicode translation problem svn: r953 2002-05-02 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Russian Translation for 0.7.3 - first draft svn: r952 2002-05-01 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Updated translation svn: r950 2002-05-01 Don Allingham <don@gramps-project.org> * gramps/src/plugins/IndivComplete.py: Report that produces a more complete report on individuals and can operate on more that a single individual svn: r949 2002-05-01 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/ImgManip.py, gramps/src/RelLib.py, gramps/src/docgen/AbiWordDoc.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/latin_ansel.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/gedcomimport.glade: updated support for readonly files svn: r948 2002-05-01 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in: Changed LANG to TRANSLATIONS to prevent defining the LANG environment variable svn: r947 2002-04-29 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Russian Translation for snap-20020414 svn: r946 2002-04-28 Unknown <schandl@gramps-project.org> * gramps/src/gramps.glade, gramps/src/po/de.po: Typo fixed and new German translation svn: r945 2002-04-27 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Updated translations svn: r944 2002-04-25 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/MediaView.py, gramps/src/PlaceView.py, gramps/src/QuestionDialog.py, gramps/src/SourceView.py, gramps/src/Utils.py, gramps/src/gramps_main.py: Removal of GnomeQuestionDialogs svn: r943 2002-04-24 Don Allingham <don@gramps-project.org> * gramps/gramps.spec, gramps/src/RelLib.py, gramps/src/gramps.py, gramps/src/intl.py, gramps/src/plugins/ReadGedcom.py: Spec file update, GEDCOM note work around for FTM bug svn: r942 2002-04-24 Don Allingham <don@gramps-project.org> * gramps/src/QuestionDialog.py: New Question dialog - get away from the confusion Yes/No questions svn: r941 2002-04-21 Don Allingham <don@gramps-project.org> * gramps/src/DbPrompter.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/GenericFilter.py, gramps/src/Report.py, gramps/src/Sources.py, gramps/src/TextDoc.py, gramps/src/data/templates/templates.xml, gramps/src/docgen/HtmlDoc.py, gramps/src/gramps.glade, gramps/src/places.glade, gramps/src/plugins/WebPage.py, gramps/src/sort.py: General cleaup svn: r940 2002-04-21 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Switched import styles on Calendar svn: r939 2002-04-18 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/Makefile.in, gramps/configure, gramps/configure.in, gramps/doc/extending-gramps/C/Makefile.in, gramps/doc/gramps-manual/C/Makefile.in, gramps/doc/gramps-manual/C/gramps-manual.sgml: * HTML documentation no longer built by default * "make install" only installs .sgml and .png files * Added --enable-html option to configure if separate HTML docs desired * Added "html" and "install-html" targets to documentation Makefiles svn: r938 2002-04-18 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/README: Fixed GNOMEDIR path description svn: r937 2002-04-18 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/gramps_main.py: * Help files (manual and writing extensions) are now determined from a search in the GNOME help path. (GNOMEDIR environment variable) rather than a hard-coded/expected path. * We now look for the master .sgml file rather than an html file. svn: r936 2002-04-18 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/README: Added instructions for generating/locating HTML documentation. svn: r935 2002-04-18 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/data/Makefile.in: Set permissions on installed files, don't try installing CVS dir. svn: r934 2002-04-18 Don Allingham <don@gramps-project.org> * gramps/TODO, gramps/gramps.spec, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GenericFilter.py, gramps/src/Report.py, gramps/src/TarFile.py, gramps/src/build_po, gramps/src/data/Makefile.in, gramps/src/data/templates/templates.xml, gramps/src/docgen/HtmlDoc.py, gramps/src/get_strings, gramps/src/gramps.py, gramps/src/plugins/WebPage.py, gramps/src/po/template.po: Filtering improvements, web template improvements svn: r933 2002-04-15 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated template.po and Russian translation for 0.7.3-snap20020414 svn: r932 2002-04-15 Unknown <schandl@gramps-project.org> * gramps/src/plugins/FilterEditor.py: Typo fixed svn: r931 2002-04-15 Jeffrey C. Ollie <jcollie@users.sourceforge.net> * gramps/src/filters/Makefile.in: Moved installation directory back to "filters" and don't install *.glade files svn: r930 2002-04-15 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po, gramps/src/po/template.po: Updated template.po and Russian translation for 0.7.3-snap20020414 svn: r929 2002-04-15 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020414 svn: r928 2002-04-15 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Russian translation for 0.7.3-snap20020414 svn: r927 2002-04-15 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Preparation for a snapshot svn: r925 2002-04-14 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/Plugins.py, gramps/src/Report.py, gramps/src/plugins/FilterEditor.py: Filter problems reported by Bernd Schandl svn: r924 2002-04-14 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/AddSpouse.py, gramps/src/AddrEdit.py, gramps/src/AutoComp.py, gramps/src/Bookmarks.py, gramps/src/ChooseParents.py, gramps/src/Date.py, gramps/src/DateEdit.py, gramps/src/DbPrompter.py, gramps/src/DrawDoc.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/Find.py, gramps/src/NameEdit.py, gramps/src/UrlEdit.py, gramps/src/const.py, gramps/src/dialog.glade, gramps/src/get_strings, gramps/src/marriage.glade, gramps/src/po/template.po: General clean up svn: r923 2002-04-14 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translation for CVS version of April 14 2002 svn: r922 2002-04-13 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/intl.c, gramps/src/plugins.glade: Don't try to translation a null string svn: r921 2002-04-13 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/plugins/FilterEditor.py, gramps/src/plugins/WebPage.py: Two column index page for Web Page generation svn: r920 2002-04-13 Jeffrey C. Ollie <jcollie@users.sourceforge.net> * gramps/src/GenericFilter.py, gramps/src/const.py, gramps/src/plugins/FilterEditor.py, gramps/src/rule.glade: * Fixes bug with reloading filters after they get edited. * Adds logical operations XOR and 'Exactly one rule must match' * XOR has no GUI yet, pending 'basic/advanced' preference * Ability to invert the sense of the filter. * What should be speed improvements by passing bound methods to the builtin filter function * Changes to the XML input/output to support new functonality * Changes to UI to support new functionality svn: r919 2002-04-13 Alex Roitman <shura@gramps-project.org> * gramps/src/po/template.po: Updated template svn: r918 2002-04-12 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020406 svn: r917 2002-04-11 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020406 svn: r916 2002-04-10 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020406 svn: r915 2002-04-10 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020406 svn: r914 2002-04-10 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020406 svn: r913 2002-04-10 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020406 svn: r912 2002-04-10 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Updated Russian translation for 0.7.3-snap20020406 svn: r911 2002-04-10 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/Report.py, gramps/src/const.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FilterEditor.py, gramps/src/plugins/WriteGedcom.py: Patches from Jeff Ollie for filters svn: r910 2002-04-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/gramps-manual/C/Makefile.in: Remove stylesheet-images when makeing clean svn: r909 2002-04-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/gramps-manual/C/Makefile.in: db2tml output goes to temporary dir first svn: r908 2002-04-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/plugins/Makefile.in: Set proper permission bits upon INSTALLATION svn: r907 2002-04-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/Makefile.in, gramps/src/docgen/Makefile.in, gramps/src/filters/Makefile.in: Set proper bits on files when INSTALLing svn: r906 2002-04-09 Don Allingham <don@gramps-project.org> * gramps/src/plugins/GraphViz.py: Patches from Jeff Ollie for colorization and dashed lines svn: r905 2002-04-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/extending-gramps/C/Makefile.in, gramps/doc/gramps-manual/C/Makefile.in: Set proper bits upon INSTALL svn: r904 2002-04-09 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Strip out control characters, handle // names better svn: r903 2002-04-09 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/extending-gramps/C/Makefile.in, gramps/doc/gramps-manual/C/Makefile.in: Modified (better?) makefile svn: r902 2002-04-09 Alex Roitman <shura@gramps-project.org> * : Updated Russian translation svn: r901 2002-04-09 Alex Roitman <shura@gramps-project.org> * gramps/src/po/ru.po: Update Russian translation svn: r900 2002-04-08 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GenericFilter.py, gramps/src/GrampsCfg.py, gramps/src/Plugins.py, gramps/src/gramps.py, gramps/src/intl.py, gramps/src/plugins.glade, gramps/src/plugins/FilterEditor.py, gramps/src/rule.glade: Logic operations for filters. svn: r899 2002-04-07 Unknown <schandl@gramps-project.org> * gramps/src/plugins/GraphViz.py, gramps/src/po/de.po: German translation for snap20020406 and typo in src/plugins/GraphViz.py svn: r898 2002-04-06 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Updated translation file svn: r896 2002-04-06 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/GenericFilter.py, gramps/src/RelLib.py, gramps/src/Report.py, gramps/src/const.py, gramps/src/docgen/HtmlDoc.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FilterEditor.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/eventcmp.glade, gramps/src/po/template.po, gramps/src/rule.glade: Updated custom filter editor svn: r895 2002-04-05 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/GenericFilter.py, gramps/src/rule.glade: Generic filtering improvements svn: r894 2002-04-05 Don Allingham <don@gramps-project.org> * gramps/src/Plugins.py, gramps/src/plugins.glade: Fix image in tool display svn: r893 2002-04-05 Don Allingham <don@gramps-project.org> * gramps/src/GenericFilter.py, gramps/src/ImageSelect.py, gramps/src/Makefile.in, gramps/src/const.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/FilterEditor.py, gramps/src/plugins/WriteGedcom.py, gramps/src/po/ru.po, gramps/src/rule.glade: Added Russian translation and custom filter editor svn: r892 2002-04-04 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/gramps-manual/C/Makefile.in: -c catalog switch no longer needed if gnome-doc-tools is properly installed svn: r891 2002-04-04 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/extending-gramps/C/Makefile.in: -c catalog switch no longer needed if gnome-doc-tools are properly installed svn: r890 2002-04-04 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/configure: Add check for gnome-doc-tools DTD to ensure db2html success svn: r889 2002-04-04 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/configure.in: If db2html is found, further check to ensure that the gnome-doc-tools DTD can be found as well before allowing docs to be created via 'make' svn: r888 2002-03-31 Don Allingham <don@gramps-project.org> * gramps/src/const.py: New tag svn: r886 2002-03-31 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/AutoComp.py, gramps/src/ChooseParents.py, gramps/src/DbPrompter.py, gramps/src/Find.py, gramps/src/Report.py, gramps/src/Utils.py, gramps/src/const.py, gramps/src/docgen/AbiWordDoc.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/docgen/PdfDrawDoc.py, gramps/src/docgen/RTFDoc.py, gramps/src/docgen/SvgDrawDoc.py, gramps/src/plugins/DesGraph.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WritePkg.py, gramps/src/plugins/count_anc.py, gramps/src/plugins/soundgen.py: Pychecker cleanup svn: r885 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/configure: New configure script for new MAKE structure and docbook tests svn: r884 2002-03-30 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py: Clean up handing of merged families svn: r883 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/configure.in: Adjust for new Make heirchy and add db2html check svn: r882 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/Makefile.comm.in, gramps/Makefile.in, gramps/src/Makefile.in, gramps/src/docgen/Makefile.in, gramps/src/filters/Makefile.in, gramps/src/plugins/Makefile.in: New Makefile structure svn: r881 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/extending-gramps/C/extending-gramps/authors.html, gramps/doc/extending-gramps/C/extending-gramps/commontasks.html, gramps/doc/extending-gramps/C/extending-gramps/index.html, gramps/doc/extending-gramps/C/extending-gramps/license.html, gramps/doc/extending-gramps/C/extending-gramps/ln7.html, gramps/doc/extending-gramps/C/extending-gramps/writingexportfilters .html, gramps/doc/extending-gramps/C/extending-gramps/writingfilters.html, gramps/doc/extending-gramps/C/extending-gramps/writingimportfilters .html, gramps/doc/extending-gramps/C/extending-gramps/writingreports.html, gramps/doc/extending-gramps/C/extending-gramps/writingtools.html, gramps/doc/gramps-manual/C/gramps-manual/authors.html, gramps/doc/gramps-manual/C/gramps-manual/bookmarks.html, gramps/doc/gramps-manual/C/gramps-manual/editpersondata.html, gramps/doc/gramps-manual/C/gramps-manual/familyview.html, gramps/doc/gramps-manual/C/gramps-manual/firsttime.html, gramps/doc/gramps-manual/C/gramps-manual/genreports.html, gramps/doc/gramps-manual/C/gramps-manual/gettingstarted.html, gramps/doc/gramps-manual/C/gramps-manual/index.html, gramps/doc/gramps-manual/C/gramps-manual/license.html, gramps/doc/gramps-manual/C/gramps-manual/ln7.html, gramps/doc/gramps-manual/C/gramps-manual/mediaview.html, gramps/doc/gramps-manual/C/gramps-manual/pedigreeview.html, gramps/doc/gramps-manual/C/gramps-manual/personlist.html, gramps/doc/gramps-manual/C/gramps-manual/placelist.html, gramps/doc/gramps-manual/C/gramps-manual/prefs.html, gramps/doc/gramps-manual/C/gramps-manual/revisoncontrol.html, gramps/doc/gramps-manual/C/gramps-manual/runtools.html, gramps/doc/gramps-manual/C/gramps-manual/sourcelist.html: Remove HTML from CVS since it is now regenerated by MAKE svn: r880 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/extending-gramps/C/extending-gramps.sgml: New id tags for a happy db2html svn: r879 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/extending-gramps/C/Makefile.in, gramps/doc/gramps-manual/C/Makefile.in: New makefile structure svn: r878 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/doc/gramps-manual/C/gramps-manual.sgml: reference new image names for happy db2html svn: r877 2002-03-30 Donald A. Peterson <dpeterso@users.sourceforge.net> * : new image names to keep db2html happy svn: r876 2002-03-29 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/gramps.glade: Disable OK button if no one selected svn: r875 2002-03-29 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fixed unknown spouse with multiple marriages svn: r874 2002-03-29 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Choose spouse if not defined svn: r873 2002-03-29 Don Allingham <don@gramps-project.org> * gramps/src/Report.py, gramps/src/plugins/GraphViz.py: Tooltip addtion to report template svn: r872 2002-03-29 Don Allingham <don@gramps-project.org> * gramps/src/ChooseParents.py, gramps/src/Report.py, gramps/src/plugins/GraphViz.py: GraphViz enhancements from Jeff Ollie svn: r871 2002-03-29 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed child->family link svn: r870 2002-03-28 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed Note handing svn: r869 2002-03-28 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: break links svn: r868 2002-03-28 Don Allingham <don@gramps-project.org> * gramps/src/po/es.po, gramps/src/po/sv.po: Fixed swedish and spanish translations svn: r867 2002-03-28 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py, gramps/src/RelLib.py: Break shared note links after finished reading GEDCOM svn: r866 2002-03-28 Don Allingham <don@gramps-project.org> * gramps/src/ChooseParents.py, gramps/src/RelLib.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Go to the newly added person in the choose parents dialog svn: r865 2002-03-28 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Make sure we select the first if none selected svn: r864 2002-03-28 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Bug fixes for family view svn: r863 2002-03-27 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/RelLib.py: Debug svn: r862 2002-03-27 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/gramps.glade: New tooltips for Child buttons in Family view. 'Children' is now 'Child' for consistent button labelling. svn: r861 2002-03-26 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade: Better tooltips svn: r860 2002-03-26 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Better spouse handling svn: r859 2002-03-26 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/ChooseParents.py, gramps/src/QuickAdd.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Better handing of parents/spouses in family view. svn: r858 2002-03-24 Don Allingham <don@gramps-project.org> * gramps/src/ChooseParents.py, gramps/src/EditPerson.py, gramps/src/MergeData.py, gramps/src/PedView.py, gramps/src/RelLib.py, gramps/src/SelectChild.py, gramps/src/WriteXML.py, gramps/src/filters/AltFam.py, gramps/src/filters/Disconnected.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/Check.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/Graph.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/RelCalc.py, gramps/src/plugins/Summary.py, gramps/src/plugins/Verify.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/WritePafPalm.py, gramps/src/plugins/count_anc.py: MainFamily to MainParents svn: r857 2002-03-24 Don Allingham <don@gramps-project.org> * gramps/src/PedView.py, gramps/src/RelLib.py: Fixed Pedigree View for new preferred family concept svn: r856 2002-03-24 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Concept of a preferred set of parents svn: r855 2002-03-24 Don Allingham <don@gramps-project.org> * gramps/src/ChooseParents.py, gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/SelectChild.py, gramps/src/filters/AltFam.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Better handling of perferred spouse, and rework of parents svn: r854 2002-03-22 Don Allingham <don@gramps-project.org> * gramps/src/AddrEdit.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Find.py, gramps/src/MediaView.py, gramps/src/PlaceView.py, gramps/src/SourceView.py, gramps/src/dialog.glade, gramps/src/gramps.py, gramps/src/gramps_main.py: Additional Find dialog boxes svn: r853 2002-03-21 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/DateEdit.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsCfg.py, gramps/src/RelImage.py, gramps/src/Report.py, gramps/src/const.py, gramps/src/docgen/HtmlDoc.py, gramps/src/gramps.xpm, gramps/src/gramps_main.py, gramps/src/plugins.glade, gramps/src/plugins/WebPage.py: Built in web page templates, Date indicators svn: r852 2002-03-17 Don Allingham <don@gramps-project.org> * : New images for manual svn: r850 2002-03-17 Don Allingham <don@gramps-project.org> * : New image svn: r849 2002-03-17 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/doc/gramps-manual/C/gramps-manual/genreports.html, gramps/doc/gramps-manual/C/gramps-manual/index.html, gramps/doc/gramps-manual/C/gramps-manual/prefs.html, gramps/doc/gramps-manual/C/gramps-manual/runtools.html, gramps/src/po/it.po: Final changes for 0.7.2 svn: r848 2002-03-17 Don Allingham <don@gramps-project.org> * : New image for documentation svn: r847 2002-03-17 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Update for 0.7.2 svn: r846 2002-03-17 Don Allingham <don@gramps-project.org> * gramps/TODO, gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/doc/gramps-manual/C/gramps-manual/bookmarks.html, gramps/doc/gramps-manual/C/gramps-manual/editpersondata.html, gramps/doc/gramps-manual/C/gramps-manual/familyview.html, gramps/doc/gramps-manual/C/gramps-manual/firsttime.html, gramps/doc/gramps-manual/C/gramps-manual/genreports.html, gramps/doc/gramps-manual/C/gramps-manual/gettingstarted.html, gramps/doc/gramps-manual/C/gramps-manual/mediaview.html, gramps/doc/gramps-manual/C/gramps-manual/pedigreeview.html, gramps/doc/gramps-manual/C/gramps-manual/personlist.html, gramps/doc/gramps-manual/C/gramps-manual/placelist.html, gramps/doc/gramps-manual/C/gramps-manual/prefs.html, gramps/doc/gramps-manual/C/gramps-manual/revisoncontrol.html, gramps/doc/gramps-manual/C/gramps-manual/runtools.html, gramps/doc/gramps-manual/C/gramps-manual/sourcelist.html, gramps/src/const.py, gramps/src/po/fr.po, gramps/src/po/sv.po: Start of documentation cleanup svn: r845 2002-03-16 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/Bookmarks.py, gramps/src/ChooseParents.py, gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Marriage.py, gramps/src/MediaView.py, gramps/src/MergeData.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/Report.py, gramps/src/VersionControl.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/DesGraph.py: Pychecker cleanup, improved icons for reports svn: r844 2002-03-16 Don Allingham <don@gramps-project.org> * gramps/src/plugins/Merge.py, gramps/src/po/it.po: Italian translation update, merge recursion fix svn: r843 2002-03-15 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/NameEdit.py, gramps/src/docgen/PdfDoc.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/WebPage.py: Fixed autocompletion of Death Place, Fixed name swapping, fixed PDF document generator conversion of x,y widths, Added new images to report dialogs svn: r842 2002-03-15 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Final German translation for 0.7.2 svn: r841 2002-03-15 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps/src/po/pt_BR.po: Brazilian-Portuguese translation for 0.7.2 svn: r840 2002-03-15 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/NameEdit.py, gramps/src/Report.py, gramps/src/docgen/KwordDoc.py, gramps/src/po/template.po: New Kword interface supporting tables, allow alternate name to be swapped with primary name svn: r839 2002-03-14 Don Allingham <don@gramps-project.org> * gramps/src/Marriage.py, gramps/src/po/fr.po: Updated french translation, bug fix in Marriage.py svn: r838 2002-03-13 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translation for 0.7.2 svn: r837 2002-03-13 Don Allingham <don@gramps-project.org> * gramps/src/Report.py, gramps/src/po/template.po: Translations issues svn: r836 2002-03-12 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translations for snapshot snap20020312 svn: r835 2002-03-12 Don Allingham <don@gramps-project.org> * gramps/src/build_po, gramps/src/po/template.po: Updated messages for translation svn: r832 2002-03-12 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Updated version number svn: r831 2002-03-12 Don Allingham <don@gramps-project.org> * gramps/src/Bookmarks.py, gramps/src/Find.py, gramps/src/GrampsCfg.py, gramps/src/intl.py: Reverse the entry order in the plugin display svn: r830 2002-03-10 Don Allingham <don@gramps-project.org> * gramps/src/NoteEdit.py, gramps/src/editnote.glade: Dropped glade edit note in favor of directly building. Eliminates several small files. svn: r829 2002-03-10 Don Allingham <don@gramps-project.org> * gramps/src/Bookmarks.py, gramps/src/Find.py, gramps/src/bookmarks.glade, gramps/src/find.glade, gramps/src/gramps_main.py: Simplified bookmarks and searching - glade no longer needed svn: r828 2002-03-10 Don Allingham <don@gramps-project.org> * : [no log message] 2002-03-09 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translations for snapshot snap20020305 svn: r826 2002-03-09 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps/src/po/pt_BR.po: Brazilian translation for snap20020226 svn: r825 2002-03-09 Don Allingham <don@gramps-project.org> * gramps/src/Plugins.py, gramps/src/const.py, gramps/src/plugins.glade, gramps/src/plugstat.glade: Added inheritance to plugin dialogs svn: r824 2002-03-08 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Makefile.in, gramps/src/Plugins.py, gramps/src/plugins.glade: Autocompletion and transation bug fixes svn: r823 2002-03-07 Marcos Bedinelli <bedinelli@users.sourceforge.net> * gramps/src/po/pt_BR.po: Brazilian-Portuguese translation svn: r822 2002-03-06 Don Allingham <don@gramps-project.org> * : Fixed example files svn: r821 2002-03-06 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/gramps.desktop: Cleanup of example files and glade files svn: r820 2002-03-06 Don Allingham <don@gramps-project.org> * gramps/example/gedcom/sample2.ged: No longer of any use. svn: r819 2002-03-06 Don Allingham <don@gramps-project.org> * gramps/example/gedcom/sample.ged, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/NameEdit.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/po/template.po: Snapshot changes svn: r817 2002-03-06 Don Allingham <don@gramps-project.org> * gramps/src/TextDoc.py: Handling of SAX exceptions svn: r816 2002-03-05 Don Allingham <don@gramps-project.org> * gramps/src/NameEdit.py, gramps/src/const.py: Fixed name type properties svn: r815 2002-03-05 Don Allingham <don@gramps-project.org> * gramps/src/EventEdit.py: Autocomplete svn: r814 2002-03-05 Don Allingham <don@gramps-project.org> * gramps/src/ListColors.py, gramps/src/gramps_main.py: Fix color allocation svn: r813 2002-03-04 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ReadNative.py, gramps/src/plugins/gedcomimport.glade, gramps/src/plugins/grampsimport.glade: Removed intermediate window in importing svn: r812 2002-03-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/plugins/ReadGedcom.py: Better handling of FTM gedcom svn: r811 2002-03-02 Don Allingham <don@gramps-project.org> * gramps/src/docgen/SvgDrawDoc.py: Added Scalable Vector Graphics svn: r810 2002-03-01 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/NameEdit.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py: Added name types to alternate names svn: r809 2002-03-01 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Faster resolving of references svn: r808 2002-02-28 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translations for snap20020226 svn: r807 2002-02-28 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: new template svn: r806 2002-02-28 Don Allingham <don@gramps-project.org> * gramps/src/docgen/PdfDoc.py, gramps/src/docgen/PdfDrawDoc.py, gramps/src/plugins/ReadGedcom.py: Better handling of REFNs on GEDCOM import, translation of exceptions svn: r805 2002-02-27 Don Allingham <don@gramps-project.org> * gramps/src/const.py, gramps/src/po/template.po, gramps/src/preferences.glade: snapshot update svn: r803 2002-02-27 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in, gramps/src/RelLib.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py: REFN changes for GEDCOM import svn: r802 2002-02-26 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Saving notes of birth/death events svn: r801 2002-02-26 Don Allingham <don@gramps-project.org> * gramps/src/DbPrompter.py, gramps/src/Plugins.py, gramps/src/const.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/docgen/PdfDoc.py, gramps/src/docgen/PdfDrawDoc.py, gramps/src/docgen/RTFDoc.py, gramps/src/plugins/ReadGedcom.py: handle things if no document generators are available svn: r800 2002-02-24 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Handle place names a bit better svn: r799 2002-02-24 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Assign a title to a place that does not have a title. svn: r798 2002-02-24 Don Allingham <don@gramps-project.org> * gramps/src/Plugins.py, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugstat.glade: Plugin information is stored for display later instead of being dumped to the terminal window svn: r797 2002-02-23 Don Allingham <don@gramps-project.org> * gramps/src/DbPrompter.py, gramps/src/RelLib.py, gramps/src/Report.py, gramps/src/docgen/HtmlDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/WebPage.py: Web page enhancements svn: r796 2002-02-23 Don Allingham <don@gramps-project.org> * gramps/src/GrampsCfg.py: Added "No default format" in preferences menu svn: r795 2002-02-23 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/GrampsCfg.py, gramps/src/RelLib.py: Debug information for dates and preferences svn: r794 2002-02-23 Don Allingham <don@gramps-project.org> * gramps/src/GrampsCfg.py, gramps/src/preferences.glade: Switched from GtkTree to GtkCTree svn: r793 2002-02-23 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py, gramps/src/gramps.py: Error checking for PIL thumbnail svn: r792 2002-02-22 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: More gramps_main cleanup svn: r791 2002-02-22 Don Allingham <don@gramps-project.org> * gramps/src/gramps.py, gramps/src/gramps_main.py: Cleanup of Gramps class implement svn: r790 2002-02-22 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/AddSpouse.py, gramps/src/AddrEdit.py, gramps/src/AttrEdit.py, gramps/src/Bookmarks.py, gramps/src/ChooseParents.py, gramps/src/Config.py, gramps/src/DrawDoc.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/EventEdit.py, gramps/src/Find.py, gramps/src/GrampsCfg.py, gramps/src/GrampsParser.py, gramps/src/ImageSelect.py, gramps/src/LocEdit.py, gramps/src/Marriage.py, gramps/src/MediaView.py, gramps/src/MergeData.py, gramps/src/NameEdit.py, gramps/src/NoteEdit.py, gramps/src/PaperMenu.py, gramps/src/PedView.py, gramps/src/PlaceView.py, gramps/src/Plugins.py, gramps/src/RelImage.py, gramps/src/Report.py, gramps/src/SelectChild.py, gramps/src/SourceView.py, gramps/src/Sources.py, gramps/src/StartupDialog.py, gramps/src/StyleEditor.py, gramps/src/TextDoc.py, gramps/src/UrlEdit.py, gramps/src/Utils.py, gramps/src/VersionControl.py, gramps/src/WriteXML.py, gramps/src/docgen/HtmlDoc.py, gramps/src/docgen/KwordDoc.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/filters/RegExMatch.py, gramps/src/filters/SubString.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/Check.py, gramps/src/plugins/DesGraph.py, gramps/src/plugins/Desbrowser.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/Graph.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ReadNative.py, gramps/src/plugins/RelCalc.py, gramps/src/plugins/ReorderIds.py, gramps/src/plugins/Summary.py, gramps/src/plugins/Verify.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/WritePafPalm.py, gramps/src/plugins/WritePkg.py, gramps/src/plugins/count_anc.py, gramps/src/plugins/soundgen.py, gramps/src/utils.py: Converted gramps_main.py to a class, replace utils.py with Utils.py and Config.py with GrampsCfg.py (for pychecker) svn: r789 2002-02-21 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/gramps_main.py, gramps/src/preferences.glade: Graphical output format can be selected, RelDataBase renamed to GrampsDB svn: r788 2002-02-21 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Plugins.py, gramps/src/Report.py, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/preferences.glade: Output format preferences in config dialog is now dynamic svn: r787 2002-02-19 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/docgen/LaTeXDoc.py: text size and alignment styles accounted for svn: r786 2002-02-19 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/plugins/IndivSummary.py: Children of individual are now a longlist cell rather than normal cell svn: r785 2002-02-19 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/docgen/LaTeXDoc.py: Catches longlist cellstyle for p vs. l format svn: r784 2002-02-19 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/TextDoc.py: Added longlist to TableCellStyle attributes svn: r783 2002-02-19 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/EditPerson.py: Fixed typo in comment svn: r782 2002-02-19 Unknown <schandl@gramps-project.org> * gramps/src/config.glade, gramps/src/po/de.po, gramps/src/po/template.po: Typo in src/config.glade corrected; new German translation svn: r781 2002-02-19 Don Allingham <don@gramps-project.org> * gramps/src/StartupDialog.py: Fix problem of the startup wizard always displaying svn: r780 2002-02-19 Don Allingham <don@gramps-project.org> * gramps/src/Filter.py, gramps/src/filters/After.py, gramps/src/filters/Before.py, gramps/src/filters/EventPlace.py, gramps/src/filters/EventType.py, gramps/src/filters/MatchSndEx.py, gramps/src/filters/MatchSndEx2.py, gramps/src/filters/RegExMatch.py, gramps/src/filters/SubString.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Dynamic qualifier menu for filters svn: r779 2002-02-18 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/docgen/LaTeXDoc.py: Fixed incorrect translation-tagged strings svn: r778 2002-02-16 Don Allingham <don@gramps-project.org> * gramps/src/po/fr.po, gramps/src/po/template.po: Updated translations svn: r776 2002-02-16 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/mergedata.glade: Fixed merging svn: r775 2002-02-14 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/Marriage.py, gramps/src/SelectChild.py, gramps/src/gramps_main.py: LDS uses AutoComp for marriages now svn: r774 2002-02-14 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/EditPerson.glade, gramps/src/SelectChild.py: Fixed update after adding additional data to a new child svn: r773 2002-02-14 Don Allingham <don@gramps-project.org> * gramps/src/TextDoc.py: Catch OSError in addition to IOError on attempting to load the xml file svn: r772 2002-02-13 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/WritePkg.py: Fixed gedcom and gramps exporting svn: r771 2002-02-12 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Find.py, gramps/src/SelectChild.py, gramps/src/plugins/ReadGedcom.py: New GtkCombo drop down that dynamically changes the pop down strings svn: r770 2002-02-12 Don Allingham <don@gramps-project.org> * gramps/src/Report.py: Catch the redraw event for setting output notebook svn: r769 2002-02-11 Don Allingham <don@gramps-project.org> * gramps/src/ImgManip.py, gramps/src/po/template.po: New template file svn: r767 2002-02-11 Don Allingham <don@gramps-project.org> * gramps/src/GraphLayout.py, gramps/src/ImgManip.py, gramps/src/RelLib.py, gramps/src/docgen/AbiWordDoc.py, gramps/src/docgen/PdfDoc.py: Abiword can now do tables, but without lines. svn: r766 2002-02-10 Unknown <schandl@gramps-project.org> * gramps/src/plugins/Summary.py: Correcting typo about images and media objects svn: r765 2002-02-09 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/docgen/OpenOfficeDoc.py: Broke memory loops on creating a new database, fixing memory allocation problems in python 1.5.2. svn: r764 2002-02-08 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/docgen/OpenOfficeDoc.py: Fix image scaling svn: r763 2002-02-07 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/Plugins.py: Plugins can now add attributes to the image attribute pulldown menu svn: r762 2002-02-07 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/docgen/LaTeXDoc.py: images now incorporated svn: r761 2002-02-07 Don Allingham <don@gramps-project.org> * gramps/src/ImgManip.py: Simplified image handling svn: r760 2002-02-07 Don Allingham <don@gramps-project.org> * gramps/src/ImgManip.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/docgen/PdfDoc.py: Better image handing/conversion svn: r759 2002-02-06 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/docgen/LaTeXDoc.py: forced tables flush left, cell styles implemented svn: r758 2002-02-06 Don Allingham <don@gramps-project.org> * gramps/src/ImgManip.py: Scaling functions svn: r757 2002-02-06 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/ImgManip.py: EPS support for images svn: r756 2002-02-06 Don Allingham <don@gramps-project.org> * gramps/src/PlaceView.py, gramps/src/config.glade, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/preferences.glade: Minor fixes to place view, better resolution for OpenOffice svn: r755 2002-02-05 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Marriage.py, gramps/src/PlaceView.py, gramps/src/gramps_main.py: Speed up place accesses svn: r754 2002-02-05 Don Allingham <don@gramps-project.org> * gramps/src/preferences.glade: Added labels to notebook tab svn: r753 2002-02-05 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Plugins.py, gramps/src/Report.py, gramps/src/dialog.glade: Improved place handing svn: r752 2002-02-05 Don Allingham <don@gramps-project.org> * gramps/src/Report.py: Hold off on print quality svn: r751 2002-02-05 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Report.py, gramps/src/get_strings: Faster loading of EditPerson window svn: r750 2002-02-05 Donald A. Peterson <dpeterso@users.sourceforge.net> * gramps/src/docgen/LaTeXDoc.py: First pass at incorporating tables/styles into LaTeX document style svn: r749 2002-02-03 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Makefile.in, gramps/src/Report.py, gramps/src/build_po, gramps/src/get_strings, gramps/src/plugins/WebPage.py, gramps/src/plugins/ancestorgraph.glade, gramps/src/plugins/basicreport.glade, gramps/src/plugins/changetype.glade, gramps/src/plugins/desbrowse.glade, gramps/src/plugins/eventcmp.glade, gramps/src/plugins/gedcomimport.glade, gramps/src/plugins/grampsimport.glade, gramps/src/plugins/merge.glade, gramps/src/plugins/patchnames.glade, gramps/src/plugins/pkgexport.glade, gramps/src/plugins/relcalc.glade, gramps/src/plugins/soundex.glade, gramps/src/plugins/summary.glade, gramps/src/plugins/verify.glade, gramps/src/plugins/webpage.glade, gramps/src/po/template.po, gramps/src/preferences.glade: New translation methodology svn: r748 2002-02-03 Don Allingham <don@gramps-project.org> * gramps/src/config.glade, gramps/src/const.py, gramps/src/plugins/RelCalc.py, gramps/src/preferences.glade: Fixed translation problems svn: r747 2002-02-03 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: German translation updates for snapshot snap20020202 svn: r746 2002-02-02 David Hampton <hampton@employees.org> * gramps/src/docgen/.cvsignore: Add .cvsignore file. svn: r745 2002-02-02 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/config.glade, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/plugins/RelCalc.py, gramps/src/po/template.po, gramps/src/preferences.glade: New template file, fixes to glade window headers svn: r743 2002-02-02 Don Allingham <don@gramps-project.org> * gramps/src/latin_ansel.py: Ignore control characters on import svn: r742 2002-02-02 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/ImgManip.py, gramps/src/RelImage.py, gramps/src/StartupDialog.py, gramps/src/docgen/AbiWordDoc.py, gramps/src/docgen/HtmlDoc.py, gramps/src/docgen/KwordDoc.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/docgen/PdfDoc.py, gramps/src/docgen/RTFDoc.py, gramps/src/filters/Makefile.in, gramps/src/plugins/Makefile.in, gramps/src/plugins/WebPage.py, gramps/src/po/fr.po: Abstracted out the use of Imagick vs. PIL svn: r741 2002-02-01 Don Allingham <don@gramps-project.org> * gramps/src/docgen/Makefile.in: Fixed installation problem of trying to install non-existant glade files svn: r740 2002-01-31 Don Allingham <don@gramps-project.org> * gramps/src/StartupDialog.py, gramps/src/const.py, gramps/src/gramps.py: Detection of need to rerun startup svn: r739 2002-01-31 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/StartupDialog.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/docgen/PdfDoc.py: Collect more information at startup svn: r738 2002-01-29 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/src/docgen/Makefile.in: docgen directory fixes to makefiles and configure svn: r737 2002-01-29 Don Allingham <don@gramps-project.org> * gramps/src/docgen/LaTeXDoc.py: Added a bit of documentation. svn: r736 2002-01-29 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py: Removed FindDoc - no longer needed with the new plugin system for document generators svn: r735 2002-01-29 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/src/AbiWordDoc.py, gramps/src/HtmlDoc.py, gramps/src/KwordDoc.py, gramps/src/LaTeXDoc.py, gramps/src/OpenDrawDoc.py, gramps/src/OpenOfficeDoc.py, gramps/src/OpenSpreadSheet.py, gramps/src/PdfDoc.py, gramps/src/PdfDrawDoc.py, gramps/src/RTFDoc.py: Clean up after move to docgen directory svn: r734 2002-01-29 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/Plugins.py, gramps/src/Report.py, gramps/src/TextDoc.py, gramps/src/const.py, gramps/src/docgen/AbiWordDoc.py, gramps/src/docgen/HtmlDoc.py, gramps/src/docgen/KwordDoc.py, gramps/src/docgen/LaTeXDoc.py, gramps/src/docgen/OpenDrawDoc.py, gramps/src/docgen/OpenOfficeDoc.py, gramps/src/docgen/OpenSpreadSheet.py, gramps/src/docgen/PSDrawDoc.py, gramps/src/docgen/PdfDoc.py, gramps/src/docgen/PdfDrawDoc.py, gramps/src/docgen/RTFDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py: New plugin system for document generators svn: r733 2002-01-27 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Getting ready for 0.7.1 svn: r731 2002-01-27 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/const.py: Getting ready for 0.7.1 svn: r730 2002-01-27 Don Allingham <don@gramps-project.org> * gramps/src/po/es.po, gramps/src/po/it.po, gramps/src/po/sv.po: New translations svn: r729 2002-01-26 Unknown <schandl@gramps-project.org> * : Final (?) German translation vor Gramps 0.7.1 (compiled filed) svn: r728 2002-01-26 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Final (?) German translation vor Gramps 0.7.1 svn: r727 2002-01-26 Don Allingham <don@gramps-project.org> * gramps/src/po/it.po: 0.7.1 Italian translation svn: r726 2002-01-25 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/HtmlDoc.py, gramps/src/RelLib.py, gramps/src/StartupDialog.py, gramps/src/gramps.py, gramps/src/gramps_main.py: Proper handling of startup wizard svn: r725 2002-01-24 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Some more steps towards Gramps 0.7.1 svn: r724 2002-01-24 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/WriteXML.py, gramps/src/gramps_main.py: fixed some reading/writing problems svn: r723 2002-01-24 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/const.py, gramps/src/po/template.po: Preparation for 0.7.1 svn: r721 2002-01-24 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py: Catch exception of reportlab is not loaded svn: r720 2002-01-24 Unknown <schandl@gramps-project.org> * gramps/src/po/de.po: Some changes preparing for Gramps 0.7.1 svn: r719 2002-01-23 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Added display patch from Don Peterson, and fixed '?' date in Oct 9, ? format. svn: r718 2002-01-23 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: New template svn: r716 2002-01-23 Don Allingham <don@gramps-project.org> * gramps/doc/gramps.dtd, gramps/src/const.py: New DTD and rev id update svn: r715 2002-01-23 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fix childlist sorting svn: r714 2002-01-22 Don Allingham <don@gramps-project.org> * gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/src/AbiWordDoc.py, gramps/src/FindDoc.py, gramps/src/ImageSelect.py, gramps/src/OpenOfficeDoc.py, gramps/src/PedView.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/gramps.glade, gramps/src/imagesel.glade, gramps/src/marriage.glade, gramps/src/mergedata.glade: Window titles, bug fixes in Doc interfaces, spelling fixes svn: r713 2002-01-20 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: New template file svn: r711 2002-01-20 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/bookmarks.glade, gramps/src/config.glade, gramps/src/dialog.glade, gramps/src/editnote.glade, gramps/src/find.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade, gramps/src/places.glade, gramps/src/plugins.glade, gramps/src/preferences.glade, gramps/src/revision.glade, gramps/src/srcsel.glade, gramps/src/styles.glade: New headers svn: r710 2002-01-20 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in: Added italian translation svn: r708 2002-01-20 Don Allingham <don@gramps-project.org> * : Italian translation svn: r707 2002-01-19 Don Allingham <don@gramps-project.org> * gramps/src/po/it.po: Italian Translation svn: r706 2002-01-19 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/preferences.glade: New preferences dialog, with user extentions svn: r705 2002-01-18 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade: Added tooltips provided by Don Peterson svn: r704 2002-01-18 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/const.py, gramps/src/preferences.glade: New preferences dialog svn: r703 2002-01-17 Don Allingham <don@gramps-project.org> * gramps/src/SelectChild.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Added warning if running as root. svn: r702 2002-01-15 Don Allingham <don@gramps-project.org> * gramps/src/Report.py, gramps/src/gramps.glade, gramps/src/plugins/WebPage.py: Fixed format menu in report dialog svn: r701 2002-01-15 Don Allingham <don@gramps-project.org> * gramps/src/SelectChild.py, gramps/src/const.py, gramps/src/gramps.glade: Edit child from add new child dialog svn: r699 2002-01-15 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.py, gramps/src/Find.py, gramps/src/OpenOfficeDoc.py, gramps/src/RelImage.py, gramps/src/SelectChild.py, gramps/src/const.py, gramps/src/gramps.glade: Fixed OpenOfficeDoc formating problem (cnv not defined) svn: r698 2002-01-12 Don Allingham <don@gramps-project.org> * gramps/src/plugins/DetAncestralReport.py, gramps/src/po/template.po: Updated template file svn: r696 2002-01-12 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/Find.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/DetAncestralReport.py: Fixed autocompletion, WriteXML is now a class svn: r695 2002-01-12 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py: Cleanup svn: r694 2002-01-12 Don Allingham <don@gramps-project.org> * gramps/src/AutoComp.py, gramps/src/EditPerson.glade: Removed drop down entry for surnames in the EditPerson dialog, created a generic autocompletion class, and converted WriteXML to a class. svn: r693 2002-01-09 Don Allingham <don@gramps-project.org> * gramps/src/MediaView.py, gramps/src/RelImage.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DesGraph.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/WebPage.py, gramps/src/utils.py: More robust error checking svn: r692 2002-01-08 Don Allingham <don@gramps-project.org> * gramps/src/Report.py, gramps/src/plugins/WebPage.py: Generate the report dialog progress window svn: r691 2002-01-08 Don Allingham <don@gramps-project.org> * gramps/src/Report.py: Added ability to create abitrary frames svn: r690 2002-01-08 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py, gramps/src/Report.py, gramps/src/plugins/Merge.py, gramps/src/plugins/WebPage.py: Fixed WebPage dialog box svn: r689 2002-01-08 Don Allingham <don@gramps-project.org> * gramps/src/Report.py: Allows the user to add Gtk widgets with the add_option task svn: r688 2002-01-08 Don Allingham <don@gramps-project.org> * gramps/src/Report.py: Fixed uninitialized self.target_fileentry svn: r687 2002-01-07 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py: Only add a reference to the reference list once. svn: r686 2002-01-06 Don Allingham <don@gramps-project.org> * gramps/src/SelectChild.py: Fixed icelandic seeding of last names (changed from surname to first name) svn: r685 2002-01-06 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/Config.py, gramps/src/HtmlDoc.py, gramps/src/OpenOfficeDoc.py, gramps/src/SelectChild.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py: Autoseeding of children names svn: r683 2002-01-06 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: Fixed importData f.close problem svn: r682 2002-01-06 Don Allingham <don@gramps-project.org> * gramps/src/GraphLayout.py: Graph layout routines svn: r681 2002-01-06 Don Allingham <don@gramps-project.org> * gramps/src/Find.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Fixed read/write gedcom bugs svn: r680 2002-01-05 Don Allingham <don@gramps-project.org> * gramps/README, gramps/src/DrawDoc.py, gramps/src/HtmlDoc.py, gramps/src/PdfDrawDoc.py, gramps/src/Plugins.py, gramps/src/Report.py, gramps/src/StyleEditor.py, gramps/src/TextDoc.py, gramps/src/plugins.glade, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DesGraph.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Summary.py, gramps/src/plugins/WebPage.py, gramps/src/utils.py: New Descendant Graph report, along with various report enhancements svn: r679 2002-01-03 Don Allingham <don@gramps-project.org> * gramps/README: Added Marco Molteni's note on building for FreeBSD svn: r678 2002-01-03 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/ImageSelect.py, gramps/src/MediaView.py, gramps/src/RelImage.py, gramps/src/gramps.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/ReadGedcom.py: Fixed local flag not being set on image import svn: r677 2002-01-02 Don Allingham <don@gramps-project.org> * gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/RelCalc.py: Renamed the categories for reports svn: r676 2002-01-01 Don Allingham <don@gramps-project.org> * gramps/src/const.py, gramps/src/plugins/RelCalc.py, gramps/src/po/template.po: Update relationship calculator strings svn: r674 2002-01-01 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Made the autosave recovery message a bit more clear. svn: r673 2002-01-01 Don Allingham <don@gramps-project.org> * gramps/src/AddrEdit.py, gramps/src/Config.py, gramps/src/ImageSelect.py, gramps/src/RelImage.py, gramps/src/config.glade, gramps/src/gramps_main.py: Autosave and thumbnail improvements svn: r672 2001-12-30 David Hampton <hampton@employees.org> * gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/config.glade: Add preference to enable LDS tab. svn: r671 2001-12-29 Don Allingham <don@gramps-project.org> * gramps/src/FontScale.py, gramps/src/OpenDrawDoc.py, gramps/src/gramps.py: Better fix for locale vs. XML battle svn: r670 2001-12-28 Don Allingham <don@gramps-project.org> * gramps/src/FontScale.py, gramps/src/OpenDrawDoc.py, gramps/src/gramps.py, gramps/src/mergedata.glade, gramps/src/plugins/AncestorChart.py, gramps/src/utils.py: Try to get around python truncating floating point numbers in some locales svn: r669 2001-12-28 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EventEdit.py, gramps/src/MergeData.py, gramps/src/VersionControl.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/dialog.glade, gramps/src/filters/EventPlace.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/revision.glade, gramps/src/utils.py: First attempt at autosave svn: r668 2001-12-27 Don Allingham <don@gramps-project.org> * gramps/src/PlaceView.py: Fixed sort_dir vs. sort_direct svn: r667 2001-12-27 Don Allingham <don@gramps-project.org> * gramps/src/intl.c: Python 2.2 support svn: r666 2001-12-26 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed partial "NOTE" top level entry svn: r665 2001-12-26 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Fixed building of paths for shutil.copy svn: r664 2001-12-25 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Fixed missing quote on long/lat svn: r663 2001-12-25 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Catch shutil.copy error svn: r662 2001-12-24 Don Allingham <don@gramps-project.org> * gramps/gramps.sh.in: Changed LIB_PRELOAD to LD_PRELOAD to fix the Mandrake problem svn: r661 2001-12-23 David Hampton <hampton@employees.org> * gramps/src/Report.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py: Tweak the report classes init calls. svn: r659 2001-12-23 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Fixed typo svn: r658 2001-12-23 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/TODO, gramps/gramps.spec, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Preparation for 0.7.0 release svn: r657 2001-12-23 Don Allingham <don@gramps-project.org> * gramps/src/po/fr.po: Translations svn: r656 2001-12-23 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py: Fixed call to delete_empty_family svn: r655 2001-12-23 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: Fixed format string in write_org svn: r654 2001-12-23 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: on_nophotos_toggled missing self as an argument svn: r653 2001-12-22 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py, gramps/src/po/de.po: Better handling of CONC lines. svn: r652 2001-12-21 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/po/template.po: New translations svn: r651 2001-12-21 David Hampton <hampton@employees.org> * gramps/src/HtmlDoc.py, gramps/src/TextDoc.py, gramps/src/plugins/WebPage.py: Speed up generation of web pages. svn: r650 2001-12-20 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Fixed removing of alternate families. svn: r649 2001-12-20 David Hampton <hampton@employees.org> * gramps/src/.cvsignore: Ignore another generated file. svn: r648 2001-12-20 David Hampton <hampton@employees.org> * gramps/src/Report.py: Clip at 100%, not at 100 calls. svn: r647 2001-12-20 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/MergeData.py, gramps/src/RelLib.py, gramps/src/gramps_main.py, gramps/src/plugins/Check.py, gramps/src/plugins/WriteGedcom.py: Make merge and check handle empty families correctly svn: r646 2001-12-20 David Hampton <hampton@employees.org> * gramps/src/po/template.po: New strings. svn: r645 2001-12-20 Don Allingham <don@gramps-project.org> * gramps/src/SelectChild.py: Simplify Conditionals svn: r644 2001-12-20 Don Allingham <don@gramps-project.org> * gramps/src/SelectChild.py: Fixed building existing child list. svn: r643 2001-12-19 David Hampton <hampton@employees.org> * gramps/src/Report.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/FamilyGroup.py: Add tooltip support for the "extra" menu and textbox. svn: r642 2001-12-19 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: CLosed gzip'd file svn: r641 2001-12-19 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: removed .closed check - does not apply to gzip interface svn: r640 2001-12-19 David Hampton <hampton@employees.org> * gramps/src/Report.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/basicreport.glade, gramps/src/plugins/webpage.glade: Show report frames being used, instead of hiding frames that aren't being used. It makes for a much cleaner opening of the dialog window. svn: r639 2001-12-19 David Hampton <hampton@employees.org> * gramps/TODO: Remove a couple of things I noticed were done. svn: r638 2001-12-19 David Hampton <hampton@employees.org> * gramps/src/Report.py, gramps/src/TextDoc.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/ancestorchart.glade, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/basicreport.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/graphviz.glade, gramps/src/plugins/indsum.glade, gramps/src/plugins/webpage.glade, gramps/src/utils.py: Rewrite the reports to be a set of base classes and subclasses. svn: r637 2001-12-19 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Updated translation template svn: r636 2001-12-19 Don Allingham <don@gramps-project.org> * gramps/src/GedcomInfo.py, gramps/src/data/gedcom.xml: Start of Pro-Gen GEDCOM support svn: r635 2001-12-19 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.sh.in, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/MediaView.py, gramps/src/RelImage.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/marriage.glade, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/RelCalc.py, gramps/src/plugins/WriteGedcom.py: LDS support for marriages svn: r634 2001-12-18 David Hampton <hampton@employees.org> * gramps/src/TextDoc.py: Don't complain if report style files don't exist. svn: r633 2001-12-18 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/WriteXML.py: LDS ordinance places support svn: r632 2001-12-18 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/RelCalc.py: GEDCOM improvements, enhanced LDS svn: r631 2001-12-18 David Hampton <hampton@employees.org> * gramps/src/Date.py: Fix problem reading old dates when language is non-english. svn: r630 2001-12-18 David Hampton <hampton@employees.org> * gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/Graph.py, gramps/src/plugins/indsum.glade: Mark some words for translation. svn: r629 2001-12-16 Don Allingham <don@gramps-project.org> * gramps/src/plugins/RelCalc.py, gramps/src/plugins/relcalc.glade, gramps/src/po/de.po: Enhanced Relationship Calculator svn: r628 2001-12-16 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py, gramps/src/plugins/RelCalc.py: Fixed relationship calculator svn: r627 2001-12-16 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Fixed setLdsEndowment svn: r626 2001-12-16 David Hampton <hampton@employees.org> * gramps/src/plugins/WebPage.py: Create images directory if necessary. svn: r625 2001-12-16 Don Allingham <don@gramps-project.org> * gramps/src/Calendar.py, gramps/src/Date.py, gramps/src/gramps_main.py: Cleanup svn: r624 2001-12-16 David Hampton <hampton@employees.org> * gramps/src/Date.py, gramps/src/RelLib.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/WritePafPalm.py: Consolidate all definitions of probably_alive() into one. svn: r623 2001-12-16 David Hampton <hampton@employees.org> * gramps/src/Date.py, gramps/src/MergeData.py, gramps/src/SelectChild.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/Merge.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/WritePafPalm.py: Clean up some date related problems. svn: r622 2001-12-16 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/AddMedia.py, gramps/src/AddSpouse.py, gramps/src/AddrEdit.py, gramps/src/AttrEdit.py, gramps/src/Calendar.py, gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/Find.py, gramps/src/MediaView.py, gramps/src/PlaceView.py, gramps/src/config.glade, gramps/src/find.glade, gramps/src/gramps.desktop, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/ReadGedcom.py, gramps/src/po/template.po, gramps/src/sort.py: GEDCOM improvements, Find improvements svn: r621 2001-12-15 David Hampton <hampton@employees.org> * gramps/src/EditPerson.py, gramps/src/utils.py: Prevent erroneous place definitions from being added. svn: r620 2001-12-15 David Hampton <hampton@employees.org> * gramps/src/gramps_main.py: Always clear database when loading a new file. svn: r619 2001-12-15 David Hampton <hampton@employees.org> * gramps/src/RelLib.py: Eliminate some redundant work. svn: r618 2001-12-14 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed unicode translations svn: r617 2001-12-14 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/Date.py, gramps/src/config.glade: Fixed add new person in AddSpouse dialog, fixed a couple of date problems, Fixed choose parents dialog. svn: r616 2001-12-14 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Better handling of date exceptions svn: r615 2001-12-13 Don Allingham <don@gramps-project.org> * gramps/src/PedView.py: Fix change active person svn: r614 2001-12-13 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/PlaceView.py, gramps/src/gramps.py, gramps/src/imagesel.glade, gramps/src/marriage.glade: Added navigation buttons for lists, Fixed translation problem svn: r613 2001-12-12 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Find.py, gramps/src/config.glade: Autocompletion is now optional svn: r612 2001-12-12 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Find.py, gramps/src/config.glade, gramps/src/find.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py: Improved the find dialog svn: r611 2001-12-10 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.glade: Fixed language translation problem in Date.py svn: r610 2001-12-09 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/AddSpouse.py, gramps/src/AddrEdit.py, gramps/src/Bookmarks.py, gramps/src/Calendar.py, gramps/src/ChooseParents.py, gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/MediaView.py, gramps/src/Plugins.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/gramps.py, gramps/src/gramps_main.py, gramps/src/plugins/WriteGedcom.py, gramps/src/soundex.py, gramps/src/utils.py: Code cleanup svn: r609 2001-12-05 Don Allingham <don@gramps-project.org> * gramps/configure.in, gramps/gramps.spec, gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/GedcomInfo.py, gramps/src/Marriage.py, gramps/src/const.py, gramps/src/data/Makefile.in, gramps/src/data/gedcom.xml, gramps/src/plugins/EventCmp.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py, gramps/src/sort.py: Updates for dynamic GEDCOM, and drag/drop svn: r608 2001-12-05 David Hampton <hampton@employees.org> * gramps/src/Date.py, gramps/src/GrampsParser.py: Fix date problems (ranges, non-english settings) reading from data file. svn: r607 2001-12-04 David Hampton <hampton@employees.org> * gramps/src/Date.py: Fix problem reading non-english XML files. svn: r606 2001-12-02 David Hampton <hampton@employees.org> * gramps/src/EditPerson.glade: Fix tooltips. svn: r605 2001-12-02 David Hampton <hampton@employees.org> * gramps/src/gramps.glade: Swap parent locations in child selection boxes for consistency. svn: r604 2001-12-02 David Hampton <hampton@employees.org> * gramps/src/SelectChild.py: Fix problem adding child to single parent family. svn: r603 2001-12-01 Don Allingham <don@gramps-project.org> * gramps/src/const.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Import/Export GEDCOM with LDS ordinances svn: r602 2001-12-01 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/marriage.glade: autocompletion of LDS temple sites svn: r601 2001-12-01 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/plugins/ReadGedcom.py: Fixed date handling for GEDCOM svn: r600 2001-11-30 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/MediaView.py: Handling of drag/drop on media view, make sure to popup global properties editor if necessary. svn: r599 2001-11-30 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/MediaView.py: Fixed several small bugs with saving config values svn: r598 2001-11-30 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/const.py, gramps/src/utils.py: Added LDS temple codes svn: r597 2001-11-30 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/ImageSelect.py, gramps/src/MediaView.py, gramps/src/RelImage.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/plugins/WriteGedcom.py: LDS handling added, bugs in media config/references fixed svn: r596 2001-11-29 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed year handling svn: r595 2001-11-29 Don Allingham <don@gramps-project.org> * gramps/gramps.spec, gramps/src/Config.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/ImageSelect.py, gramps/src/MediaView.py, gramps/src/config.glade, gramps/src/plugins/WriteGedcom.py: Better imaging handling per Brian Hefferan's requests svn: r594 2001-11-29 David Hampton <hampton@employees.org> * gramps/src/gramps.glade: Swap sections for father and mother. svn: r593 2001-11-28 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/MediaView.py, gramps/src/WriteXML.py, gramps/src/gramps.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/Check.py, gramps/src/plugins/Desbrowser.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/WriteGedcom.py: Clean up from pychecker. svn: r592 2001-11-28 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/RelLib.py, gramps/src/const.py, gramps/src/latin_utf8.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ReadNative.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/gedcomexport.glade: Enhanced support for GEDCOM writing. svn: r591 2001-11-27 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/GrampsParser.py, gramps/src/gramps_main.py, gramps/src/plugins/WriteGedcom.py, gramps/src/sort.py: Fixed unicode problem with dates svn: r590 2001-11-27 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed string.join in combining string segments svn: r589 2001-11-27 Don Allingham <don@gramps-project.org> * gramps/src/ChooseParents.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Fixed choose parents dialog with non-english languages svn: r588 2001-11-27 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/GrampsParser.py, gramps/src/ReadXML.py: Date fixes. svn: r587 2001-11-26 David Hampton <hampton@employees.org> * gramps/src/utils.py: In a place name combo, don't drop down the place list when the user hits <return>. svn: r586 2001-11-26 Don Allingham <don@gramps-project.org> * gramps/src/intl.py: New intl.py svn: r585 2001-11-26 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/gramps.spec, gramps/src/Date.py, gramps/src/Makefile.in, gramps/src/intl.c, gramps/src/plugins/WriteGedcom.py: Handling of intlxx.so better. svn: r584 2001-11-25 David Hampton <hampton@employees.org> * gramps/src/EventEdit.py: Could not create new events. svn: r583 2001-11-25 David Hampton <hampton@employees.org> * gramps/src/sort.py: Fix child sorting for new data format. svn: r582 2001-11-25 Don Allingham <don@gramps-project.org> * gramps/src/Calendar.py, gramps/src/Date.py, gramps/src/plugins/ReadGedcom.py: GEDCOM import of alternate dates svn: r581 2001-11-24 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/EditPerson.py, gramps/src/OpenOfficeDoc.py, gramps/src/RelImage.py, gramps/src/const.py, gramps/src/plugins/Merge.py: Fix in Merge.py for list handling svn: r580 2001-11-24 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EventEdit.py, gramps/src/TextDoc.py, gramps/src/plugins/Summary.py: Better calendar handling, XML parsing in TextDoc svn: r579 2001-11-23 Don Allingham <don@gramps-project.org> * gramps/src/Calendar.py, gramps/src/Date.py: More calendar work svn: r578 2001-11-22 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed parsing of alternate calendars (set calendar before setting value) svn: r577 2001-11-22 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EventEdit.py, gramps/src/GrampsParser.py, gramps/src/HtmlDoc.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/dialog.glade: First attempt at alternate calendars svn: r576 2001-11-21 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Date.py, gramps/src/EditPerson.glade, gramps/src/EventEdit.py, gramps/src/GrampsParser.py, gramps/src/ReadXML.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/dialog.glade, gramps/src/plugins/ReadGedcom.py: New date format in XML files svn: r575 2001-11-19 Don Allingham <don@gramps-project.org> * gramps/src/po/fr.po: Updated French translation svn: r574 2001-11-18 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: updated for 0.6.2 svn: r573 2001-11-18 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Better handling of bad path names for read open svn: r572 2001-11-18 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/gramps_main.py, gramps/src/plugins/WriteGedcom.py: Fix date handling with "ABT" in non-english languages svn: r571 2001-11-18 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/plugins/WriteGedcom.py: Fixed add spouse/family view update problem svn: r570 2001-11-18 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/const.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Improved GEDCOM svn: r569 2001-11-16 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Enhanced GEDCOM parsing svn: r568 2001-11-13 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/GrampsParser.py, gramps/src/HtmlDoc.py, gramps/src/KwordDoc.py, gramps/src/LaTeXDoc.py, gramps/src/OpenOfficeDoc.py, gramps/src/PdfDoc.py, gramps/src/RTFDoc.py, gramps/src/ReadXML.py, gramps/src/TextDoc.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/WebPage.py: Updated to allow photo positioning svn: r567 2001-11-13 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/MediaView.py, gramps/src/const.py: Fixed GdkImlib problem with XPM data for some versions of python 2.X svn: r566 2001-11-11 Don Allingham <don@gramps-project.org> * gramps/NEWS: Updated NEWS for 0.6.1 svn: r564 2001-11-11 Don Allingham <don@gramps-project.org> * gramps/gramps.spec, gramps/src/po/es.po: Updated Spanish translation svn: r563 2001-11-11 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Updated version to 0.6.1 svn: r562 2001-11-11 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade: Fixed swapped family and pedigree views svn: r561 2001-11-11 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/gramps.spec: Don't install example files svn: r559 2001-11-11 Don Allingham <don@gramps-project.org> * gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/doc/gramps-manual/C/gramps-manual/authors.html, gramps/doc/gramps-manual/C/gramps-manual/bookmarks.html, gramps/doc/gramps-manual/C/gramps-manual/editpersondata.html, gramps/doc/gramps-manual/C/gramps-manual/familyview.html, gramps/doc/gramps-manual/C/gramps-manual/firsttime.html, gramps/doc/gramps-manual/C/gramps-manual/genreports.html, gramps/doc/gramps-manual/C/gramps-manual/gettingstarted.html, gramps/doc/gramps-manual/C/gramps-manual/index.html, gramps/doc/gramps-manual/C/gramps-manual/license.html, gramps/doc/gramps-manual/C/gramps-manual/ln7.html, gramps/doc/gramps-manual/C/gramps-manual/mediaview.html, gramps/doc/gramps-manual/C/gramps-manual/pedigreeview.html, gramps/doc/gramps-manual/C/gramps-manual/personlist.html, gramps/doc/gramps-manual/C/gramps-manual/placelist.html, gramps/doc/gramps-manual/C/gramps-manual/prefs.html, gramps/doc/gramps-manual/C/gramps-manual/revisoncontrol.html, gramps/doc/gramps-manual/C/gramps-manual/runtools.html, gramps/doc/gramps-manual/C/gramps-manual/sourcelist.html, gramps/gramps.spec, gramps/src/EditPerson.py, gramps/src/SourceView.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/imagesel.glade, gramps/src/plugins/merge.glade, gramps/src/po/de.po, gramps/src/po/es.po, gramps/src/po/fr.po, gramps/src/po/sv.po: Getting ready for 0.6.0 svn: r558 2001-11-08 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Latest translation file svn: r557 2001-11-08 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/PlaceView.py, gramps/src/RelImage.py, gramps/src/SourceView.py, gramps/src/gramps.glade, gramps/src/plugins/ReadGedcom.py: Don't reimport a file that has already been imported svn: r556 2001-11-07 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade: Changed "Description" to "Title" on the media view svn: r555 2001-11-06 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/Config.py, gramps/src/ImageSelect.py, gramps/src/MediaView.py, gramps/src/PlaceView.py, gramps/src/SourceView.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade: Remember last sort column, handle photo descriptions better svn: r554 2001-11-05 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Improved gedcom reading svn: r553 2001-11-05 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: GEDCOM parsing/writing fixes svn: r552 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Fixed gedcom generation of RESI svn: r551 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Changed topWindow.question to GnomeQuestionDialog svn: r550 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/NameEdit.py, gramps/src/Sources.py, gramps/src/gramps.glade: Fixed source selection svn: r549 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/gramps.spec, gramps/src/Makefile.in: Install png files svn: r548 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/gramps.spec: RPM fixes svn: r547 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Go to more of a binary only RPM svn: r546 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Go to more of a binary only RPM svn: r545 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/gramps_main.py: Sort by gender svn: r544 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade: Handle large descriptions better svn: r543 2001-11-04 Don Allingham <don@gramps-project.org> * gramps/src/dialog.glade, gramps/src/places.glade, gramps/src/plugins/Merge.py, gramps/src/po/template.po: Changed Religious Parish to Church Parish, double click to merge plugin svn: r542 2001-11-03 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Filter.py, gramps/src/Find.py, gramps/src/FindDoc.py, gramps/src/LocEdit.py, gramps/src/MediaView.py, gramps/src/MergeData.py, gramps/src/NameEdit.py, gramps/src/PlaceView.py, gramps/src/SourceView.py, gramps/src/Sources.py, gramps/src/VersionControl.py, gramps/src/const.py, gramps/src/find.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/revision.glade, gramps/src/srcsel.glade, gramps/src/utils.py: Broke glade files up into smaller chunks, sort and double click added to all main views. svn: r541 2001-11-02 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/AddrEdit.py, gramps/src/AttrEdit.py, gramps/src/ChooseParents.py, gramps/src/Config.py, gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/EventEdit.py, gramps/src/GrampsParser.py, gramps/src/HtmlDoc.py, gramps/src/ImageSelect.py, gramps/src/ListColors.py, gramps/src/LocEdit.py, gramps/src/Marriage.py, gramps/src/MediaView.py, gramps/src/MergeData.py, gramps/src/NameEdit.py, gramps/src/NoteEdit.py, gramps/src/PaperMenu.py, gramps/src/PedView.py, gramps/src/PlaceView.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/RelImage.py, gramps/src/RelLib.py, gramps/src/SelectChild.py, gramps/src/SourceView.py, gramps/src/Sources.py, gramps/src/UrlEdit.py, gramps/src/VersionControl.py, gramps/src/const.py, gramps/src/gramps.py, gramps/src/gramps_main.py, gramps/src/plugins/WebPage.py, gramps/src/sort.py, gramps/src/utils.py: pychecker fixes, minor bugs in image handing svn: r540 2001-11-02 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/AttrEdit.py, gramps/src/Bookmarks.py, gramps/src/ChooseParents.py, gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/Filter.py, gramps/src/GrampsParser.py, gramps/src/ImageSelect.py, gramps/src/KwordDoc.py, gramps/src/LaTeXDoc.py, gramps/src/LocEdit.py, gramps/src/MergeData.py, gramps/src/PdfDoc.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/SelectChild.py, gramps/src/VersionControl.py, gramps/src/filters/AltFam.py, gramps/src/filters/Before.py, gramps/src/filters/EventPlace.py, gramps/src/filters/EventType.py, gramps/src/filters/Females.py, gramps/src/filters/HavePhotos.py, gramps/src/filters/Males.py, gramps/src/filters/MutlipleMarriages.py, gramps/src/filters/NeverMarried.py, gramps/src/filters/NoBirthdate.py, gramps/src/filters/NoChildren.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/Merge.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/Summary.py, gramps/src/plugins/WriteGedcom.py, gramps/src/po/de.po: Fixes based off of pychecker results svn: r539 2001-11-02 David Hampton <hampton@employees.org> * gramps/src/Config.py, gramps/src/ListColors.py, gramps/src/RelLib.py, gramps/src/config.glade, gramps/src/gramps_main.py: In the family mode view, color direct ancestors of the home person. svn: r538 2001-11-01 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/GrampsParser.py, gramps/src/LocEdit.py, gramps/src/MediaView.py, gramps/src/PlaceView.py, gramps/src/RelLib.py, gramps/src/SourceView.py, gramps/src/WriteXML.py, gramps/src/dialog.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/places.glade: Added parishes to places, fixed several things from pychecker svn: r537 2001-11-01 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py, gramps/src/TextDoc.py, gramps/src/imagesel.glade, gramps/src/plugins/WebPage.py: Gallery generation in WebPage.py svn: r536 2001-11-01 Don Allingham <don@gramps-project.org> * gramps/src/MediaView.py, gramps/src/gramps_main.py: Media view broken out of gramps_main.py svn: r535 2001-11-01 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed date comparison where one date is not in a valid date format svn: r534 2001-11-01 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/SourceView.py, gramps/src/gramps_main.py: Date fixes, date and place handing in EditPerson, and breaking SourceView out of gramps_main svn: r533 2001-11-01 David Hampton <hampton@employees.org> * gramps/src/AttrEdit.py: Highlight attribute type when creating a new attribute. Allows the user to start typing and auto-complete immediately. svn: r532 2001-11-01 David Hampton <hampton@employees.org> * gramps/src/AddSpouse.py, gramps/src/ChooseParents.py, gramps/src/EditPerson.py, gramps/src/NameEdit.py, gramps/src/SelectChild.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/utils.py: Consolidate all logic for setting up a 'surname' combo box. svn: r531 2001-10-31 Don Allingham <don@gramps-project.org> * gramps/src/PlaceView.py: changed p_sort_* to sort_* svn: r530 2001-10-31 Don Allingham <don@gramps-project.org> * gramps/src/PlaceView.py: PlaceView stuff broken out of gramps_main svn: r529 2001-10-31 Don Allingham <don@gramps-project.org> * gramps/src/PedView.py, gramps/src/gramps_main.py: Broke PedView out of gramps_main.py svn: r528 2001-10-30 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/ReorderIds.py: Fixed EventCmp handling of files, sort on place fields svn: r527 2001-10-30 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/plugins/ReorderIds.py: New logo for about box, reorder ids preserves integer, added David Hampton to author's list svn: r526 2001-10-30 David Hampton <hampton@employees.org> * gramps/src/AddSpouse.py, gramps/src/gramps.glade: Auto complete surname in the 'Add Spouse' dialog. svn: r525 2001-10-30 David Hampton <hampton@employees.org> * gramps/src/EditPerson.py, gramps/src/utils.py: When adding a birth or death event, the place was getting entered twice; once when closing the 'Event Edit' dialog, and then again when closing the 'Edit Person' dialog. Updating the birth and death combo boxes after closing the 'Event Edit' window solves this problem, and also makes new places show up immediately in their lists. svn: r524 2001-10-30 David Hampton <hampton@employees.org> * gramps/src/VersionControl.py, gramps/src/gramps.glade: Tweak revision control comment dialog. svn: r523 2001-10-30 David Hampton <hampton@employees.org> * gramps/src/Config.py, gramps/src/config.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py: Added alternating colors the child list, like in the person list. Move the index number in the child list to the first column, and add an item to the preferences so that the user can make it visible. svn: r522 2001-10-30 David Hampton <hampton@employees.org> * gramps/src/ChooseParents.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Add last name completion to the 'add person' dialog within the 'Choose Parents' dialog. When new people are added this way, make sure the main people list gets updated. svn: r521 2001-10-30 David Hampton <hampton@employees.org> * gramps/src/EventEdit.py: Start with the event type selected. This lets the user just start typing, instead of having to first select the existing event type. svn: r520 2001-10-30 David Hampton <hampton@employees.org> * gramps/src/gramps_main.py: Don't forget to quit after the 'save on exit' question. svn: r519 2001-10-30 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/const.py, gramps/src/gramps_main.py: Handle changes to the EditPerson main image svn: r518 2001-10-30 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/gramps_main.py, gramps/src/plugins/DetAncestralReport.py: Hide the merge menu entry when not needed svn: r517 2001-10-29 Don Allingham <don@gramps-project.org> * gramps/NEWS: Updated news file. svn: r516 2001-10-29 Don Allingham <don@gramps-project.org> * gramps/src/plugins/eventcmp.glade, gramps/src/po/template.po: new template.po, gnome-ified dialog for event comparison window svn: r515 2001-10-28 Don Allingham <don@gramps-project.org> * gramps/src/Filter.py, gramps/src/OpenSpreadSheet.py, gramps/src/TextDoc.py, gramps/src/filters/After.py, gramps/src/filters/Before.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/eventcmp.glade, gramps/src/plugins/merge.glade: Improved text, enhanced event comparison to load/save complex filters svn: r514 2001-10-27 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/RelCalc.py, gramps/src/plugins/ReorderIds.py, gramps/src/plugins/changetype.glade, gramps/src/plugins/relcalc.glade, gramps/src/plugins/soundex.glade, gramps/src/plugins/soundgen.py: Updated several more plugins, more flexibility in ID naming svn: r513 2001-10-27 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/Plugins.py, gramps/src/filters/After.py, gramps/src/filters/Before.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Fixed date filters, allow for a reload plugin functionality svn: r512 2001-10-27 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/ImageSelect.py, gramps/src/MergeData.py, gramps/src/gramps_main.py, gramps/src/imagesel.glade: Fixed for place merging, make local copy of image svn: r511 2001-10-26 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py, gramps/src/RelLib.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Fixed editing the active person svn: r510 2001-10-26 Don Allingham <don@gramps-project.org> * gramps/src/imagesel.glade: Fixed spelling svn: r509 2001-10-25 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py: Clean up of some of the merging svn: r508 2001-10-25 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py, gramps/src/gramps_main.py, gramps/src/mergedata.glade, gramps/src/plugins/Check.py, gramps/src/plugins/Merge.py, gramps/src/plugins/merge.glade: New merge handling svn: r507 2001-10-24 David Hampton <hampton@employees.org> * gramps/src/ChooseParents.py: Fix/tweak ChooseParents dialog. svn: r506 2001-10-24 Don Allingham <don@gramps-project.org> * gramps/src/MergeData.py, gramps/src/OpenDrawDoc.py, gramps/src/RelLib.py, gramps/src/SelectChild.py, gramps/src/const.py, gramps/src/filters/EventPlace.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/mergedata.glade, gramps/src/plugins/ReadGedcom.py: Improved merge ability svn: r505 2001-10-21 Don Allingham <don@gramps-project.org> * gramps/src/plugins/Desbrowser.py, gramps/src/plugins/Merge.py, gramps/src/plugins/merge.glade: Enhanced several plugins svn: r504 2001-10-20 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/VersionControl.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade, gramps/src/utils.py: Delete media objects added, revision control shows who the committer is. svn: r503 2001-10-20 Don Allingham <don@gramps-project.org> * gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Summary.py: Fixed several reports due to the changes in media objects svn: r502 2001-10-20 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/RelLib.py, gramps/src/config.glade, gramps/src/gramps_main.py, gramps/src/sort.py: Fixed sort.by_birthdate and added the ability to provide a template for IDs svn: r501 2001-10-20 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py: Fixed GIF handling with PIL svn: r500 2001-10-20 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/RelImage.py: Gif file import temporary hack svn: r499 2001-10-20 Don Allingham <don@gramps-project.org> * gramps/src/EventEdit.py, gramps/src/ImageSelect.py, gramps/src/RelImage.py: Fixed unintialized event in EventEditor, and fixe thumbnails for drag and drop svn: r498 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/VersionControl.py: Fixed missing RevisionComment class svn: r497 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py: Fixed date handling svn: r496 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/RelImage.py, gramps/src/RelLib.py: Fixed SaveDate when date is None svn: r495 2001-10-19 David Hampton <hampton@employees.org> * gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Marriage.py: Pass new place information from an EditPerson window to an EventEdit window. svn: r494 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/utils.py: URL drag/drop svn: r493 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py: Set local flag for drag/drop images from web svn: r492 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/RelImage.py: Added url drag and drop svn: r491 2001-10-19 David Hampton <hampton@employees.org> * gramps/src/AddSpouse.py, gramps/src/AttrEdit.py, gramps/src/ChooseParents.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EventEdit.py, gramps/src/Marriage.py, gramps/src/NameEdit.py, gramps/src/SelectChild.py, gramps/src/Sources.py, gramps/src/dialog.glade, gramps/src/gramps.glade, gramps/src/marriage.glade, gramps/src/utils.py: Add autocompletion to combo boxes svn: r490 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py: Remove the Make Primary button svn: r489 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Revision handling improvements svn: r488 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py, gramps/src/plugins/webpage.glade: Status window for web page writing progress, speed improvements svn: r487 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: Profiling code svn: r486 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Event date handling fixes, and setting a photo list added svn: r485 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py: Drag and drop reordering of images svn: r484 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py: Speed improvements to the HTML document interface svn: r483 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/utils.py: Speed ups to the comma/decimal handing problem svn: r482 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Slight speed ups in the parser svn: r481 2001-10-19 Don Allingham <don@gramps-project.org> * gramps/src/ChooseParents.py: Added ChooseParents dialog interface svn: r480 2001-10-18 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/ImageSelect.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/places.glade: Checking for deleting sources and places, added listing of where sources and places are used. svn: r479 2001-10-17 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/ImageSelect.py, gramps/src/VersionControl.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/utils.py: More general code clean up svn: r478 2001-10-16 Don Allingham <don@gramps-project.org> * gramps/src/AddSpouse.py: Broke spouse selection into its own class svn: r477 2001-10-16 Don Allingham <don@gramps-project.org> * gramps/src/AddMedia.py, gramps/src/EditPlace.py, gramps/src/SelectChild.py, gramps/src/gramps_main.py, gramps/src/utils.py: Converted several dialogs from gramps_main into objects, and placed them in AddMedia.py and SelectChild.py svn: r476 2001-10-16 Don Allingham <don@gramps-project.org> * gramps/src/Bookmarks.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/Find.py, gramps/src/GrampsParser.py, gramps/src/LocEdit.py, gramps/src/VersionControl.py, gramps/src/WriteXML.py, gramps/src/gramps_main.py: Cleaned up more code, broke LocationEditor into its own file svn: r475 2001-10-15 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Fixed path stripping in WriteXML svn: r474 2001-10-15 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/ImageSelect.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade: Added editing media object properites svn: r473 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WritePkg.py: Fixed writing a gramps package svn: r472 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Fixed fileroot in WriteXML svn: r471 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/TODO, gramps/src/EditPerson.py, gramps/src/RelLib.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/sort.py: Added David's birth order changing svn: r470 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py: Birth/death editable on the main page svn: r469 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/plugins/WebPage.py: srcreflist bug fixes in WebPage svn: r468 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/EventEdit.py: Fixed EventEdit crash when passed a None event (for adding a new event) svn: r467 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/Sources.py: More cleanup of code svn: r466 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/AddrEdit.py, gramps/src/AttrEdit.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/EventEdit.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/NameEdit.py, gramps/src/NoteEdit.py, gramps/src/UrlEdit.py, gramps/src/VersionControl.py: More cleanup of code svn: r465 2001-10-14 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/AddrEdit.py, gramps/src/AttrEdit.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EventEdit.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/NameEdit.py, gramps/src/NoteEdit.py, gramps/src/RelLib.py, gramps/src/UrlEdit.py, gramps/src/imagesel.glade, gramps/src/marriage.glade, gramps/src/places.glade, gramps/src/utils.py: Broke the Editors into separate classes svn: r464 2001-10-13 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: GEDCOM import correctly combines identical places svn: r463 2001-10-12 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed some GEDCOM import with photos svn: r462 2001-10-12 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed some GEDCOM import with photos svn: r461 2001-10-11 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: no message svn: r460 2001-10-11 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed object reference privacy in XML reading svn: r459 2001-10-11 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/WriteXML.py, gramps/src/imagesel.glade: Fixed attribute XML svn: r458 2001-10-11 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py: Some basic media object editing svn: r457 2001-10-11 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/ImageSelect.py, gramps/src/RelImage.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade, gramps/src/utils.py: Some basic media object editing svn: r456 2001-10-11 Don Allingham <don@gramps-project.org> * gramps/src/ImageSelect.py, gramps/src/WriteXML.py, gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py: Fixed GEDCOM import of images svn: r455 2001-10-10 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/marriage.glade: Drag and drop svn: r454 2001-10-09 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/GrampsParser.py, gramps/src/ImageSelect.py, gramps/src/Marriage.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade: Start of gallery improvements svn: r453 2001-10-08 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/latin_ansel.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Improved ANSEL support svn: r452 2001-10-07 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/WriteXML.py: Added attributes to photos. svn: r451 2001-10-06 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Bookmarks.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/Marriage.py, gramps/src/Sources.py, gramps/src/gramps_main.py, gramps/src/utils.py: Fixed the EditPerson dialog so that it does not convert females to unknown. svn: r450 2001-10-06 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/plugins/WriteGedcom.py: Don't allow the birth/death event namese modifiedimpos svn: r449 2001-10-06 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/TarFile.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/dialog.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/latin_ansel.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py, gramps/src/utils.py: Faster GEDCOM imports, source lists svn: r448 2001-10-04 Don Allingham <don@gramps-project.org> * gramps/src/data/.cvsignore: no message svn: r447 2001-10-04 Don Allingham <don@gramps-project.org> * gramps/src/KwordDoc.py, gramps/src/TarFile.py, gramps/src/WriteXML.py, gramps/src/plugins/WritePkg.py, gramps/src/plugins/pkgexport.glade: Added package generation export filter svn: r446 2001-10-04 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/ImageSelect.py, gramps/src/config.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py: Prompt for a comment on revision control save svn: r445 2001-10-04 Don Allingham <don@gramps-project.org> * gramps/src/VersionControl.py: Added new files that I forgot to add svn: r444 2001-10-04 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/Marriage.py, gramps/src/WriteXML.py: David Hampton's changes to remove duplicate code in WriteXML and to condense gallery code svn: r443 2001-10-04 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/dialog.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/plugins/ReadGedcom.py: Revision control support svn: r442 2001-10-02 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/gramps.spec: Final checkins for 0.5.1 svn: r440 2001-10-01 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/htmlreport.glade, gramps/src/po/fr.po, gramps/src/po/sv.po: Final translations svn: r439 2001-09-29 Don Allingham <don@gramps-project.org> * gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/doc/gramps-manual/C/gramps-manual/authors.html, gramps/doc/gramps-manual/C/gramps-manual/bookmarks.html, gramps/doc/gramps-manual/C/gramps-manual/editpersondata.html, gramps/doc/gramps-manual/C/gramps-manual/familyview.html, gramps/doc/gramps-manual/C/gramps-manual/firsttime.html, gramps/doc/gramps-manual/C/gramps-manual/genreports.html, gramps/doc/gramps-manual/C/gramps-manual/gettingstarted.html, gramps/doc/gramps-manual/C/gramps-manual/index.html, gramps/doc/gramps-manual/C/gramps-manual/license.html, gramps/doc/gramps-manual/C/gramps-manual/ln7.html, gramps/doc/gramps-manual/C/gramps-manual/pedegreeview.html, gramps/doc/gramps-manual/C/gramps-manual/pedigreeview.html, gramps/doc/gramps-manual/C/gramps-manual/personlist.html, gramps/doc/gramps-manual/C/gramps-manual/placelist.html, gramps/doc/gramps-manual/C/gramps-manual/prefs.html, gramps/doc/gramps-manual/C/gramps-manual/runtools.html, gramps/doc/gramps-manual/C/gramps-manual/sourcelist.html, gramps/src/po/es.po: Updated documenation svn: r438 2001-09-28 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/po/template.po: latests template.po svn: r437 2001-09-28 Don Allingham <don@gramps-project.org> * gramps/src/po/de.po: New German translation svn: r436 2001-09-28 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/po/de.po: Better handling of characters in XML parsing svn: r435 2001-09-27 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/Marriage.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/plugins/gedcomexport.glade, gramps/src/plugins/pafexport.glade, gramps/src/plugins/webpage.glade: Add person from choose parents dialog svn: r434 2001-09-27 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: no message svn: r433 2001-09-27 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/plugins/WritePafPalm.py, gramps/src/plugins/pafexport.glade: export module for PAF for PalmOS svn: r432 2001-09-26 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fixed for place deletion svn: r431 2001-09-25 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/gedcomexport.glade: Export progress window svn: r430 2001-09-25 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Fixed gedcom read/write for URL and RESI problems svn: r429 2001-09-25 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: Error message for missing SAX parser svn: r428 2001-09-25 Don Allingham <don@gramps-project.org> * gramps/configure.in, gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/src/EditPlace.py, gramps/src/Makefile.in: improved configure, handing of photos better in the place gallery svn: r427 2001-09-24 Don Allingham <don@gramps-project.org> * gramps/src/.cvsignore, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/Find.py, gramps/src/Marriage.py, gramps/src/Sources.py, gramps/src/StyleEditor.py, gramps/src/bookmarks.glade, gramps/src/config.glade, gramps/src/dialog.glade, gramps/src/editnote.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade, gramps/src/latin_ansel.py, gramps/src/marriage.glade, gramps/src/places.glade, gramps/src/plugins.glade, gramps/src/plugins/Merge.py, gramps/src/styles.glade: David Hampton's merges for dialogs, fix merge traceback svn: r426 2001-09-23 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/plugins/ReadGedcom.py: Fixed gedcom import of bad lines, handled place names better svn: r425 2001-09-23 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py: Fixed gedcom export/import for long titles svn: r424 2001-09-23 Don Allingham <don@gramps-project.org> * gramps/src/po/es.po: Updated translations svn: r423 2001-09-23 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py, gramps/src/WriteXML.py, gramps/src/plugins/WriteGedcom.py, gramps/src/po/fr.po: Fixed deletection of missing zlib.so, and generation of sources for exporting GEDCOM svn: r422 2001-09-23 Don Allingham <don@gramps-project.org> * gramps/src/const.py: updated version number svn: r421 2001-09-21 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/gramps_main.py: no message svn: r420 2001-09-21 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/config.glade: no message svn: r419 2001-09-21 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/gramps.spec, gramps/src/plugins/GraphViz.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/RelCalc.py: Fixed some translation problems svn: r418 2001-09-20 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/gramps_main.py: a new entered person will become active in the person list svn: r417 2001-09-18 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/src/gramps_main.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/sort.py: Ready for 0.5.0 release svn: r415 2001-09-18 Don Allingham <don@gramps-project.org> * gramps/NEWS: Added spanish translation note svn: r414 2001-09-18 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade: Fixed Pedigree svn: r413 2001-09-18 Don Allingham <don@gramps-project.org> * gramps/src/po/de.po, gramps/src/po/es.po, gramps/src/po/sv.po: Fixed Pedigree svn: r412 2001-09-18 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in: Added Spanish as a translation svn: r411 2001-09-18 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/po/es.po, gramps/src/po/sv.po: no message svn: r410 2001-09-17 Don Allingham <don@gramps-project.org> * gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/src/WriteXML.py, gramps/src/gramps_main.py: Fixed delete place problem when no references are used. svn: r409 2001-09-16 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/po/de.po: Cleanup in location saving. Don't write locations if they are empty svn: r408 2001-09-16 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: no message svn: r407 2001-09-16 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: no message svn: r406 2001-09-15 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/gramps.spec, gramps/src/EditPerson.glade, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py: files updated for 0.5.0 svn: r405 2001-09-14 Don Allingham <don@gramps-project.org> * gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/doc/gramps-manual/C/gramps-manual/bookmarks.html, gramps/doc/gramps-manual/C/gramps-manual/bugs.html, gramps/doc/gramps-manual/C/gramps-manual/genreports.html, gramps/doc/gramps-manual/C/gramps-manual/pedegreeview.html, gramps/doc/gramps-manual/C/gramps-manual/placelist.html, gramps/doc/gramps-manual/C/gramps-manual/prefs.html, gramps/doc/gramps-manual/C/gramps-manual/runtools.html, gramps/doc/gramps-manual/C/gramps-manual/sourcelist.html, gramps/doc/gramps.dtd, gramps/src/GrampsParser.py, gramps/src/WriteXML.py: Documentation changes, DTD changes svn: r404 2001-09-13 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/po/template.po: Added navigation buttons on pedegree window svn: r403 2001-09-13 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/plugins/Verify.py: fixed some mistakes with strings/integers svn: r402 2001-09-12 Don Allingham <don@gramps-project.org> * gramps/src/PdfDoc.py, gramps/src/plugins/FamilyGroup.py: Fixed line wrapping in tables svn: r401 2001-09-10 Don Allingham <don@gramps-project.org> * gramps/src/Filter.py, gramps/src/gramps_main.py, gramps/src/plugins/EventCmp.py: Fixes for Event Comparison tool svn: r400 2001-09-10 Don Allingham <don@gramps-project.org> * gramps/src/Marriage.py: Fixed images in Marriage boxes svn: r399 2001-09-10 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/plugins/ReadGedcom.py, gramps/src/po/de.po: Fixed parsing of addresses svn: r398 2001-09-09 Don Allingham <don@gramps-project.org> * gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/doc/gramps-manual/C/gramps-manual/editpersondata.html, gramps/doc/gramps-manual/C/gramps-manual/familyview.html, gramps/doc/gramps-manual/C/gramps-manual/index.html, gramps/doc/gramps-manual/C/gramps-manual/personlist.html, gramps/doc/gramps-manual/C/gramps-manual/x112.html, gramps/doc/gramps-manual/C/gramps-manual/x124.html: no message svn: r397 2001-09-09 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Fixed Web Page events svn: r396 2001-09-08 Don Allingham <don@gramps-project.org> * gramps/.cvsignore, gramps/src/.cvsignore, gramps/src/EditPerson.glade, gramps/src/RelLib.py, gramps/src/filters/.cvsignore, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/.cvsignore, gramps/src/plugins/ReadGedcom.py, gramps/src/utils.py: Patches from David Hamption - .cvsignore addtions and sorting svn: r395 2001-09-08 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/places.glade: Remove HRef instances svn: r394 2001-09-08 Don Allingham <don@gramps-project.org> * gramps/src/const.py: GEDCOM fixes svn: r393 2001-09-08 Don Allingham <don@gramps-project.org> * gramps/src/Find.py, gramps/src/const.py, gramps/src/plugins/DetAncestralReport.py, gramps/src/plugins/ReadGedcom.py, gramps/src/sort.py: GEDCOM fixes svn: r392 2001-09-08 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/WebPage.py: Places sorted, fixed several problems in Web Site generation svn: r391 2001-09-07 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/gramps.glade: Set default size for the find box svn: r390 2001-09-07 Don Allingham <don@gramps-project.org> * gramps/src/EditPlace.py, gramps/src/Find.py, gramps/src/RelLib.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/webpage.glade: Documentation updates svn: r389 2001-09-06 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/Find.py, gramps/src/places.glade: Assign some URL to the HRef widgets svn: r388 2001-09-06 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/gramps.glade, gramps/src/places.glade: Assign some URL to the HRef widgets svn: r387 2001-09-05 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: New template.po svn: r386 2001-09-05 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade: New template.po, spacing fix in window svn: r385 2001-09-05 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/configure, gramps/configure.in, gramps/doc/extending-gramps/C/extending-gramps.sgml, gramps/doc/extending-gramps/C/extending-gramps/authors.html, gramps/doc/extending-gramps/C/extending-gramps/commontasks.html, gramps/doc/extending-gramps/C/extending-gramps/index.html, gramps/doc/extending-gramps/C/extending-gramps/license.html, gramps/doc/extending-gramps/C/extending-gramps/ln7.html, gramps/doc/extending-gramps/C/extending-gramps/writingexportfilters .html, gramps/doc/extending-gramps/C/extending-gramps/writingfilters.html, gramps/doc/extending-gramps/C/extending-gramps/writingimportfilters .html, gramps/doc/extending-gramps/C/extending-gramps/writingreports.html, gramps/doc/extending-gramps/C/extending-gramps/writingtools.html, gramps/doc/gramps-manual/C/gramps-manual.sgml, gramps/doc/gramps-manual/C/gramps-manual/authors.html, gramps/doc/gramps-manual/C/gramps-manual/bookmarks.html, gramps/doc/gramps-manual/C/gramps-manual/bugs.html, gramps/doc/gramps-manual/C/gramps-manual/familyview.html, gramps/doc/gramps-manual/C/gramps-manual/firsttime.html, gramps/doc/gramps-manual/C/gramps-manual/genreports.html, gramps/doc/gramps-manual/C/gramps-manual/gettingstarted.html, gramps/doc/gramps-manual/C/gramps-manual/index.html, gramps/doc/gramps-manual/C/gramps-manual/license.html, gramps/doc/gramps-manual/C/gramps-manual/ln7.html, gramps/doc/gramps-manual/C/gramps-manual/pedegreeview.html, gramps/doc/gramps-manual/C/gramps-manual/personlist.html, gramps/doc/gramps-manual/C/gramps-manual/placelist.html, gramps/doc/gramps-manual/C/gramps-manual/prefs.html, gramps/doc/gramps-manual/C/gramps-manual/runtools.html, gramps/doc/gramps-manual/C/gramps-manual/sourcelist.html, gramps/doc/gramps-manual/C/gramps-manual/x112.html, gramps/doc/gramps-manual/C/gramps-manual/x124.html, gramps/src/Find.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/po/fr.po: Added documentation and Find functionality svn: r384 2001-09-03 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py: Updated configure script to check for gnome support in libglade, Fixed place names svn: r383 2001-09-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/Marriage.py: Fixed thumbnail problem svn: r382 2001-09-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/RelImage.py, gramps/src/imagesel.glade: Fixed thumbnail problem svn: r381 2001-09-03 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/utils.py: Fixed data value in photo popup menu svn: r380 2001-09-02 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/gramps_main.py: New pedegree window is now the default svn: r379 2001-09-02 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Fixed lists_changed flag for events. svn: r378 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/Bookmarks.py: Fix adding a person when no bookmarks exist svn: r377 2001-09-01 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/plugins/Verify.py, gramps/src/plugins/verify.glade: new - tool to verify the database svn: r376 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: border colors on canvas svn: r375 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/Bookmarks.py, gramps/src/EditPerson.py, gramps/src/Filter.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/const.py, gramps/src/gramps_main.py: Pychecker cleanup svn: r374 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Navigation in the new pedegree window, along with messages. svn: r373 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/Plugins.py, gramps/src/gramps_main.py: Fixed namespace problem in EditPerson.py for get_place_from_list, and DOC to DOCSTRING in Plugins svn: r372 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/Plugins.py, gramps/src/RelImage.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Bug fixes svn: r371 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/utils.py: included intl svn: r370 2001-09-01 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Navigation on the new pedegree form svn: r369 2001-08-31 Don Allingham <don@gramps-project.org> * gramps/src/Researcher.py: Integrated into RelLib.py svn: r368 2001-08-31 Don Allingham <don@gramps-project.org> * gramps/src/Bookmarks.py, gramps/src/Config.py, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/EditSource.py, gramps/src/Filter.py, gramps/src/FindDoc.py, gramps/src/FontScale.py, gramps/src/GrampsParser.py, gramps/src/LaTeXDoc.py, gramps/src/Marriage.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/RelImage.py, gramps/src/RelLib.py, gramps/src/StyleEditor.py, gramps/src/WriteXML.py, gramps/src/filters/After.py, gramps/src/filters/AltFam.py, gramps/src/filters/Before.py, gramps/src/filters/Disconnected.py, gramps/src/filters/EventPlace.py, gramps/src/filters/EventType.py, gramps/src/filters/Females.py, gramps/src/filters/HavePhotos.py, gramps/src/filters/IncompleteNames.py, gramps/src/filters/Males.py, gramps/src/filters/MatchSndEx.py, gramps/src/filters/MatchSndEx2.py, gramps/src/filters/MutlipleMarriages.py, gramps/src/filters/NeverMarried.py, gramps/src/filters/NoBirthdate.py, gramps/src/filters/NoChildren.py, gramps/src/filters/RegExMatch.py, gramps/src/filters/SubString.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/Check.py, gramps/src/plugins/Desbrowser.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ReadNative.py, gramps/src/plugins/RelCalc.py, gramps/src/plugins/ReorderIds.py, gramps/src/plugins/Summary.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/count_anc.py, gramps/src/plugins/soundgen.py, gramps/src/utils.py: Elimination of redundant code, new registering method for plugins svn: r367 2001-08-26 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/WriteXML.py: problem with sources for a place svn: r366 2001-08-25 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/gramps_main.py: new pedegree improvements svn: r365 2001-08-25 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: Fixed file open issue with gzip svn: r364 2001-08-25 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/places.glade: Experimental pedegree replacement svn: r363 2001-08-23 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/ReadXML.py, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Added the ability to add a new person as the spouse svn: r362 2001-08-23 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/plugins/FamilyGroup.py: fixed some problems with Place objects svn: r361 2001-08-23 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/FindDoc.py: LaTeXDoc can handle tables now svn: r360 2001-08-23 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/LaTeXDoc.py: added (a little bit) support for tables svn: r359 2001-08-22 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py, gramps/src/WriteXML.py: Fixed syntax error generated by WriteXML with alternate locations for a place, have ReadXML return a better message on encountering a syntax error. svn: r358 2001-08-22 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/config.glade, gramps/src/fam.xpm, gramps/src/gramps.glade, gramps/src/people.xpm, gramps/src/plugins/patchnames.glade: New icons svn: r357 2001-08-21 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/places.glade: Clean up of ":" in the code svn: r356 2001-08-21 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in: configure script update svn: r355 2001-08-21 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/src/EditPlace.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/places.glade: Places now have source support, and the ability to delete places svn: r354 2001-08-21 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: handle XML entities correctly in place objects svn: r353 2001-08-20 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Don't display new alternate names after an edit if hide_altnames is true. svn: r352 2001-08-20 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Check for empty place object svn: r351 2001-08-20 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/RelLib.py, gramps/src/dialog.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/places.glade: Place objects fully functional svn: r350 2001-08-19 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditPlace.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/places.glade, gramps/src/sort.py: Place object URLs working svn: r349 2001-08-19 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/plugins/ReadGedcom.py: added support for some CONT/CONC lines svn: r348 2001-08-19 Don Allingham <don@gramps-project.org> * gramps/src/filters/EventPlace.py, gramps/src/places.glade, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py: Update filters and plugins for new place objects svn: r347 2001-08-18 Don Allingham <don@gramps-project.org> * gramps/src/EditPlace.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/earth.xpm, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/places.glade: Start of editing of place objects svn: r346 2001-08-18 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed parsing of location information svn: r345 2001-08-18 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: ul2 to u2l syntax error svn: r344 2001-08-18 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed unicode handling of place objects svn: r343 2001-08-18 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/gramps.glade: added picture for "place"-button svn: r342 2001-08-18 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/src/pixmaps/earth.xpm: picture for "place"-button svn: r341 2001-08-18 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/gramps_main.py: Display place information svn: r340 2001-08-18 Don Allingham <don@gramps-project.org> * gramps/src/Marriage.py: Check for null place svn: r339 2001-08-17 Don Allingham <don@gramps-project.org> * gramps/src/Sources.py, gramps/src/const.py: Increased the version number svn: r338 2001-08-16 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/marriage.glade, gramps/src/sort.py: Initial support for place objects svn: r337 2001-08-14 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fixed child attaching to the family svn: r336 2001-08-13 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/gramps_main.py, gramps/src/plugins/Check.py: 0.4.1 patches svn: r334 2001-08-13 Don Allingham <don@gramps-project.org> * gramps/src/plugins/DetAncestralReport.py: Detailed Ancestral Report svn: r333 2001-08-13 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/gramps.spec, gramps/src/const.py, gramps/src/gramps_main.py: Father/mother swap fixes svn: r332 2001-08-12 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/patchnames.glade: Changed name extraction svn: r331 2001-08-12 Don Allingham <don@gramps-project.org> * gramps/src/filters/MatchSndEx.py, gramps/src/gramps_main.py: Fixed soundex filter svn: r330 2001-08-12 Jason Zedlitz <zedlitz@users.sourceforge.net> * gramps/README: added text about problems with Pyhton2.0 svn: r329 2001-08-12 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fixed delete person svn: r328 2001-08-12 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fixed apply_fiter to simplify it svn: r327 2001-08-11 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/PdfDrawDoc.py, gramps/src/gramps_main.py: Faster updates svn: r326 2001-08-11 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/Check.py: Dynamic Report and Tool menus svn: r325 2001-08-11 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Handle single parent family entry better svn: r324 2001-08-11 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Removed the spurious ":" in the event name display svn: r323 2001-08-11 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Set self.name to None in stop_aka. Prevents notes from getting corrupted. svn: r322 2001-08-10 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/Config.py, gramps/src/DrawDoc.py, gramps/src/EditPerson.py, gramps/src/EditSource.py, gramps/src/GrampsParser.py, gramps/src/HtmlDoc.py, gramps/src/KwordDoc.py, gramps/src/ListColors.py, gramps/src/Marriage.py, gramps/src/OpenDrawDoc.py, gramps/src/Plugins.py, gramps/src/RTFDoc.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/SpreadSheetDoc.py, gramps/src/StyleEditor.py, gramps/src/TextDoc.py, gramps/src/WriteXML.py, gramps/src/gramps_main.py, gramps/src/latin_ansel.py, gramps/src/utils.py: pychecker fixes svn: r321 2001-08-09 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/NEWS, gramps/src/Filter.py, gramps/src/Plugins.py, gramps/src/const.py, gramps/src/po/de.po: 0.4.0 release svn: r319 2001-08-09 Don Allingham <don@gramps-project.org> * gramps/doc/gramps.dtd: XML document description svn: r318 2001-08-08 Don Allingham <don@gramps-project.org> * gramps/src/plugins/count_anc.py: Fixed 1 record detection svn: r317 2001-08-08 Don Allingham <don@gramps-project.org> * gramps/src/po/sv.po: 0.4.0 svn: r316 2001-08-08 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: family type defaults to "" if type not specified svn: r315 2001-08-08 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Fix centering on default person after load svn: r314 2001-08-08 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Write only mrel and frel if not empty svn: r313 2001-08-08 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fix mrel and frel on read if only one is present svn: r312 2001-08-08 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Fixed photo paths svn: r311 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py, gramps/src/po/template.po: Closing in on 0.4.0 svn: r310 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/example/gramps/data.gramps: no message svn: r309 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/example/gramps/data.gramps: [no log message] 2001-08-07 Don Allingham <don@gramps-project.org> * : no message svn: r307 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReorderIds.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/gedcomexport.glade: Reordering gramps's ids and privacy fixes for gedcom export svn: r306 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: fixed translation of attributes on a GEDCOM write svn: r305 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py, gramps/src/gramps_main.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/webpage.glade: Fixes for WebPage generation and image handling svn: r304 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/Graph.py: Relationship graph plugin svn: r303 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: strip off leading directory path if image file is in a subdirectory svn: r302 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Added Foster and None to the valid child/parent relationships svn: r301 2001-08-07 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Added "Foster" to the child relationships svn: r300 2001-08-06 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/GrampsParser.py, gramps/src/gramps_main.py: Improved sort, fixed minor bugs svn: r299 2001-08-06 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed setRelationship svn: r298 2001-08-06 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/po/de.po, gramps/src/sort.py: Fast sorting svn: r297 2001-08-05 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: fixed problem with addresses in XML svn: r296 2001-08-05 Don Allingham <don@gramps-project.org> * gramps/src/plugins/count_anc.py: Ancestor count report svn: r295 2001-08-05 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/Check.py, gramps/src/plugins/summary.glade: Improved integrity check, fix parent lists when no active parents svn: r294 2001-08-05 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Marriage.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/po/sv.po: Fixed notes, sources being saved properly svn: r293 2001-08-05 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Allow sources to be edited before events,etc are saved. svn: r292 2001-08-04 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Renamed duplicate function name = svn: r291 2001-08-04 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: 0.4.0 release svn: r290 2001-08-03 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Ready for 0.4.0 svn: r289 2001-08-03 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Marriage.py, gramps/src/marriage.glade: Warn on changed data in the marriage editor before closing svn: r288 2001-08-03 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: Fixed the read only tuple problem correctly this time. svn: r287 2001-08-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Fixed window manager delete so that it queries before going down svn: r286 2001-08-03 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: Fixed DATE generation in a SOUR statement svn: r285 2001-08-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py: Warn on modified edit window when canceling or closing svn: r284 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Support multiple NAME tags per person svn: r283 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py: Removed ":" from labels to make translations easier svn: r282 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/sort.py: Fixed parent/child relationships on deletion of spouse svn: r281 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py: Fixed problem with parents svn: r280 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/Marriage.py, gramps/src/gramps_main.py, gramps/src/plugins/Check.py: Fixed problem with parents svn: r279 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/plugins/summary.glade: Better sizing of the window svn: r278 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/po/de.po, gramps/src/po/sv.po: Better filtering of children, fix traceback in on_save_parents svn: r277 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: no message svn: r276 2001-08-02 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Fix street widget reference, fix Address Editor text string. svn: r275 2001-08-01 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Fixed getMarriage and getDivorce svn: r274 2001-08-01 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Removed childlist and fixed indentation for address and attribute svn: r273 2001-07-31 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: no message svn: r272 2001-07-31 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/dialog.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/plugins/Merge.py, gramps/src/plugins/ReadGedcom.py: Fix child relationship bugs with multiple languages, add support for new editing in marriage window. svn: r271 2001-07-30 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Added <!DOCTYPE...> for the gramps.dtd to the generated XML svn: r270 2001-07-30 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py, gramps/src/TextDoc.py: removed debug statements, fixed tables in PDF format svn: r269 2001-07-30 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/EditPerson.py, gramps/src/PdfDoc.py, gramps/src/TextDoc.py, gramps/src/WriteXML.py: Fixed truncation of PDF tables svn: r268 2001-07-30 Don Allingham <don@gramps-project.org> * gramps/src/WriteXML.py: Fixed </attribute> spacing svn: r267 2001-07-29 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.py, gramps/src/ReadXML.py, gramps/src/RelImage.py, gramps/src/WriteXML.py, gramps/src/config.glade: XML improvements, photo handling better (no thumbnail for main edit personapage p svn: r266 2001-07-29 Don Allingham <don@gramps-project.org> * gramps/src/Sources.py, gramps/src/WriteXML.py: Improved XML formatting svn: r265 2001-07-29 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/gramps_main.py: Improved Edit Person window, support for private records and confidence levels svn: r264 2001-07-28 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Sources.py: Fix tracebacks related to incorrect attribute task and null source_ref svn: r263 2001-07-27 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Sources.py: Source handling with new edit person dialog svn: r262 2001-07-26 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py: Ability to abandon edited events svn: r261 2001-07-26 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/RelLib.py: Ability to abandon edited events svn: r260 2001-07-26 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py: New event editing abilities svn: r259 2001-07-26 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: Export bug fixes svn: r258 2001-07-26 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade: Better hot-key support svn: r257 2001-07-26 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Don't try to set the active parents relationship if active_parents is None svn: r256 2001-07-17 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fix NAME without a // svn: r255 2001-07-17 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fix PAF5.1 leading garbage svn: r254 2001-07-17 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Get around the junk at the beginning of a PAF file file svn: r253 2001-07-16 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed family relationships on GEDCOM import svn: r252 2001-07-16 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: XML changes svn: r251 2001-07-15 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/po/fr.po: Better support for same sex parents and support for double clicking in the pedegree view svn: r250 2001-07-14 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in: Support for fr and de language types svn: r249 2001-07-14 Don Allingham <don@gramps-project.org> * gramps/src/po/fr.po: no message svn: r248 2001-07-14 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Marriage.py, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/plugins/ReadGedcom.py: Started the support families with parents of the same sex. svn: r247 2001-07-14 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/TODO, gramps/src/gramps.glade, gramps/src/gramps_main.py: Multiple selection in Add Children box svn: r246 2001-07-13 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: default person no longer forces an integer ID svn: r245 2001-07-13 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Fix integer/string problem in RelLib svn: r244 2001-07-13 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/EditSource.py, gramps/src/Marriage.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/gramps_main.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/Merge.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/WriteGedcom.py: Allow for ID values to be strings svn: r243 2001-07-13 Don Allingham <don@gramps-project.org> * gramps/src/Config.py: Fixed reading of color values svn: r242 2001-07-13 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Date.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/ListColors.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/Summary.py, gramps/src/plugins/WebPage.py: Bug fixes, new child/parent relationship handling, remembering places svn: r241 2001-07-12 Don Allingham <don@gramps-project.org> * gramps/src/po/fr.po: French translation svn: r240 2001-07-08 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Config.py, gramps/src/const.py: Fixed config box setting problems svn: r239 2001-07-08 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/const.py: Fixed None comparison for dates svn: r238 2001-07-07 Don Allingham <don@gramps-project.org> * gramps/src/Marriage.py: import gnome.mime svn: r237 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/NEWS: Updated for 0.3.2 release svn: r236 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: 0.3.2 release svn: r235 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/src/plugins/soundgen.py: imported intl module svn: r234 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Added SourceParagraph style svn: r233 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/src/po/de.po, gramps/src/po/sv.po: 0.3.2 translation svn: r232 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Fixed local source links svn: r231 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Fixed table formatting svn: r230 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/src/po/de.po, gramps/src/po/template.po: New translations svn: r229 2001-07-06 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/WebPage.py, gramps/src/plugins/soundgen.py, gramps/src/po/sv.po, gramps/src/sort.py: Faster sorting and improved web page generation svn: r228 2001-07-04 Unknown <uid51380@gramps-project.org> * gramps/src/HtmlDoc.py, gramps/src/plugins/WebPage.py: Improved Webpage format svn: r227 2001-07-04 Unknown <uid51380@gramps-project.org> * gramps/src/GrampsParser.py: Fix dropping of nicknames svn: r226 2001-07-04 Unknown <uid51380@gramps-project.org> * gramps/src/latin_ansel.py, gramps/src/plugins/ReadGedcom.py: Fixed ansel encoding (assuming that illegal ANSEL characters are latin), and fixed event name handling. svn: r225 2001-07-04 Unknown <uid51380@gramps-project.org> * gramps/src/GrampsParser.py: Removed more debugging statements svn: r224 2001-07-04 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Removed debugging statement svn: r223 2001-07-03 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed dropping of notes svn: r222 2001-07-03 Don Allingham <don@gramps-project.org> * gramps/src/Marriage.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/gramps_main.py: Fixed translation messages svn: r221 2001-07-03 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: [no log message] 2001-07-03 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Translation of family events svn: r219 2001-07-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/RelLib.py, gramps/src/const.py: Translation of family events svn: r218 2001-07-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditSource.py, gramps/src/Marriage.py, gramps/src/const.py, gramps/src/filters/EventType.py, gramps/src/filters/HavePhotos.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade, gramps/src/marriage.glade, gramps/src/plugins/Check.py, gramps/src/plugins/Summary.py, gramps/src/plugins/htmlreport.glade, gramps/src/plugins/webpage.glade: Changed references of "photo" to "image", allowed family and personal event names to be translated. svn: r217 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py, gramps/src/plugins/webpage.glade: Option to include link back to index page svn: r216 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in: Improved python testing svn: r215 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/config.glade: HTML default directory added svn: r214 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: load default directory from Config svn: r213 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/src/plugins/webpage.glade: set entry name svn: r212 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: no message svn: r211 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/src/Plugins.py: remove unused gnome.help import svn: r210 2001-07-01 Don Allingham <don@gramps-project.org> * gramps/src/Config.py: Translate date format strings svn: r209 2001-06-30 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed importing of family photos svn: r208 2001-06-30 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Removed gnome.help import statement (no longer used) svn: r207 2001-06-30 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Date.py, gramps/src/const.py: New date formats svn: r206 2001-06-30 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Check for null event svn: r205 2001-06-30 Don Allingham <don@gramps-project.org> * gramps/src/po/de.po: New translations svn: r204 2001-06-30 Don Allingham <don@gramps-project.org> * gramps/src/Config.py: Make sure directories end in "/" for Gnome, and save new values in global config values svn: r203 2001-06-29 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade, gramps/src/po/de.po, gramps/src/po/sv.po, gramps/src/po/template.po: Fixed "Pedegree" to "Pedigree" svn: r202 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/plugins/Summary.py: Fixed integer/string ordering problem svn: r201 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/po/template.po: Translation template file svn: r200 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/NEWS: no message svn: r199 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/plugins/Summary.py: Better translation support svn: r198 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/plugins/webpage.glade: Changed history id svn: r197 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Default report directory added, better translations svn: r196 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py: Default report directory added svn: r195 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: Solved PyXML SAX1 vs. SAX2 problem? svn: r194 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Don't automagically create marriage/divorce entries svn: r193 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/TextDoc.py: Maybe solved the PyXML/python1/2 problem? svn: r192 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Changed error message for closing a database, and set up default database directory svn: r191 2001-06-28 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/config.glade: Added support for default directories. svn: r190 2001-06-26 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed handling of random text svn: r189 2001-06-26 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fixed type in start_sources, changed exception to catch only KeyError (which hid the problem) svn: r188 2001-06-25 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Updated version number svn: r187 2001-06-25 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Import StyleEditor svn: r186 2001-06-24 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: version 0.3.1 svn: r184 2001-06-24 Don Allingham <don@gramps-project.org> * gramps/src/plugins/eventcmp.glade: Removed the "Do Nothing" button svn: r183 2001-06-23 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Adapted GEDCOM reader to BROSKEEP svn: r182 2001-06-23 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/soundgen.py, gramps/src/po/de.po, gramps/src/po/sv.po, gramps/src/styles.glade: Translation updates, and a date error svn: r181 2001-06-23 Don Allingham <don@gramps-project.org> * gramps/src/latin_ansel.py: better error message when an unknown character is found svn: r180 2001-06-22 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Fixed call to mk_thumb svn: r179 2001-06-22 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Fixed the selectedIcon problem. svn: r178 2001-06-22 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Handle date formats in the form of dddd/dddd (keep as text), and handle addresses in families for GEDCOM import svn: r177 2001-06-22 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/GrampsParser.py: Handle XXXX/XXXX svn: r176 2001-06-21 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Fix syntax error svn: r175 2001-06-21 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Try to trap a bug svn: r174 2001-06-21 Don Allingham <don@gramps-project.org> * gramps/configure.in, gramps/src/DrawDoc.py, gramps/src/GrampsParser.py, gramps/src/ReadXML.py, gramps/src/TextDoc.py: Try to deal with _xmlplus module if present instead of xml svn: r173 2001-06-21 Don Allingham <don@gramps-project.org> * gramps/configure.in: Fixed configure script svn: r172 2001-06-21 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Fixed typo svn: r171 2001-06-21 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/gramps.sh.in, gramps/src/Config.py, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/OpenDrawDoc.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/latin_utf8.py, gramps/src/plugins/ReadGedcom.py: Fixed unicode mapping problem with python 2.0 svn: r170 2001-06-20 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WebPage.py: Added notes section svn: r169 2001-06-20 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py: Better picture scaling svn: r168 2001-06-19 Don Allingham <don@gramps-project.org> * gramps/src/plugins/webpage.glade: Better web site generation svn: r167 2001-06-19 Don Allingham <don@gramps-project.org> * gramps/src/TextDoc.py: Better image sizing svn: r166 2001-06-19 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py: Don't attempt to set a name of it isn't intialized svn: r165 2001-06-19 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Date.py, gramps/src/GrampsParser.py, gramps/src/HtmlDoc.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/TextDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/gedcomexport.glade: XML parsing speed improvements and HTML web site generation svn: r164 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/NEWS: 0.3.0 notes svn: r163 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/Makefile.in, gramps/gramps.spec, gramps/src/RelImage.py: Fixed installation problems and protection problems svn: r162 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/ListColors.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py: Minor cleaup for 0.3.0 release svn: r161 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/Makefile.in: Make install dir svn: r160 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/po/de.po: Start of the German translation svn: r159 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/po/sv.po: Updated for 0.3.0 svn: r158 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/utils.py: Minor cleanup svn: r157 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/RTFDoc.py, gramps/src/RelImage.py: Remove the print statement svn: r156 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/ListColors.py: Tighten the ListColors add task svn: r155 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Tighten the apply_filter, remove redundant call svn: r154 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: Adapted for the two GrampsParsers svn: r153 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/GrampsParser.py: Remove a few layers of function call to speed things up a bit svn: r152 2001-06-17 Don Allingham <don@gramps-project.org> * gramps/src/Config.py: Start a layer of abstraction around some of the config stuff svn: r151 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: Additional error checking for file access problems svn: r150 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/RTFDoc.py: Fixed calcuation of table cell width svn: r149 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/PdfDoc.py: Fixed table sizes so they don't exceed page width svn: r148 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py, gramps/src/plugins/AncestorChart.py: Fixed callback, if callback is none. svn: r147 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py, gramps/src/RelLib.py: Fixed source_ref problem with events svn: r146 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/KwordDoc.py, gramps/src/plugins/HtmlReport.py: Fixed syntax error svn: r145 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/plugins/ReadGedcom.py: Notes and sources for names svn: r144 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/StyleEditor.py, gramps/src/TextDoc.py, gramps/src/styles.glade: Delete style implemented svn: r143 2001-06-16 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py: Support for notes and sources for names svn: r142 2001-06-15 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed the "in" to "==" problem svn: r141 2001-06-15 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Checking for write errors svn: r140 2001-06-15 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed "in", changed to == svn: r139 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/FontScale.py: Determine font width svn: r138 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/TextDoc.py: Fixed saving of underline property svn: r137 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/DrawDoc.py: Deleted obsolete function svn: r136 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/plugins/AncestorChart.py, gramps/src/plugins/ancestorchart.glade: Customizable output svn: r135 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/plugins/AncestorGraph.py: Removed the AncestorGraph report svn: r134 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/Makefile.in: Fixed installation of examples svn: r133 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed custom events svn: r132 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/plugins/Merge.py: Fixed messages svn: r131 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/DrawDoc.py, gramps/src/OpenDrawDoc.py, gramps/src/PdfDrawDoc.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/ancestorchart.glade: Start of style support svn: r130 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/TextDoc.py: Fixed formating for floating points svn: r129 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py: Fixed error message svn: r128 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/gramps.glade: Added "Invert" tooltip svn: r127 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py: DrawDoc style support svn: r126 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade: Better note/source handling svn: r125 2001-06-14 Don Allingham <don@gramps-project.org> * gramps/src/config.glade: Better description svn: r124 2001-06-13 Don Allingham <don@gramps-project.org> * gramps/Makefile.in: Copy examples to the correct directory svn: r123 2001-06-12 Don Allingham <don@gramps-project.org> * : Set default person svn: r122 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/Makefile.in: install of example files svn: r121 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/gramps.spec, gramps/src/GrampsParser.py, gramps/src/ReadXML.py, gramps/src/TextDoc.py, gramps/src/latin_utf8.py: Better handing of python2 and SAX svn: r120 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/PdfDoc.py: Fixed ReportLab's desire to always use A4 when using the SimpleBaseDoc svn: r119 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/plugins/OldReadGedcom.py: Replaced by the new GEDCOM reader svn: r118 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/plugins/IndivSummary.py: Photo size now in centimeters svn: r117 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/ReadXML.py: EncodedFile no longer used svn: r116 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py: RTF now has table support svn: r115 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/OpenOfficeDoc.py, gramps/src/PdfDoc.py, gramps/src/RTFDoc.py: Images now specified in centimeters instead of pixels svn: r114 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py: image support svn: r113 2001-06-12 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py: Image size now specified in centimeters instead of pixels svn: r112 2001-06-11 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py, gramps/src/RTFDoc.py: Added RTF support svn: r111 2001-06-10 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Marriage.py, gramps/src/config.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/plugins/ReadGedcom.py: Fix inline notes svn: r110 2001-06-10 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/LaTeXDoc.py, gramps/src/OpenOfficeDoc.py, gramps/src/PdfDoc.py, gramps/src/RelImage.py: Python Imaging LIbrary fixes svn: r109 2001-06-09 Don Allingham <don@gramps-project.org> * gramps/src/LaTeXDoc.py: Better handling of "bullet" items svn: r108 2001-06-09 Don Allingham <don@gramps-project.org> * gramps/src/KwordDoc.py: Basic functionality svn: r107 2001-06-09 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py: Remove debugging statements svn: r106 2001-06-08 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/HtmlDoc.py, gramps/src/KwordDoc.py, gramps/src/OpenOfficeDoc.py, gramps/src/PdfDoc.py, gramps/src/TextDoc.py, gramps/src/plugins/AncestorReport.py: Changed leading text for a paragraph to be more general. Better KWord support. svn: r105 2001-06-08 Don Allingham <don@gramps-project.org> * gramps/src/OpenOfficeDoc.py, gramps/src/plugins/AncestorReport.py: Fixed spacing svn: r104 2001-06-08 Don Allingham <don@gramps-project.org> * gramps/src/KwordDoc.py: Start of KWord (KOffice) support svn: r103 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/filters/Males.py: Filter for males svn: r102 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py: Disable styles for LaTeX and change xml file name svn: r101 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/indsum.glade: Disable styles for LaTeX svn: r100 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py: Support for LaTeX and KWord svn: r99 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/TextDoc.py: Support for header level (needed for LaTeX) svn: r98 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/LaTeXDoc.py: Added support for LaTeX svn: r97 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/HtmlDoc.py, gramps/src/OpenOfficeDoc.py: Fixed python's changing of "." to "," for internationized formats svn: r96 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/plugins/IndivSummary.py: Allow for a family to not have a listed spouse. svn: r95 2001-06-07 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/HtmlDoc.py, gramps/src/StyleEditor.py, gramps/src/TextDoc.py, gramps/src/bookmarks.glade, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorGraph.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/ancestorchart.glade, gramps/src/plugins/ancestorgraph.glade, gramps/src/plugins/htmlreport.glade, gramps/src/plugins/merge.glade, gramps/src/po/sv.po, gramps/src/styles.glade, gramps/src/utils.py: Report cleanup. svn: r94 2001-06-06 Unknown <uid51380@gramps-project.org> * gramps/src/GrampsParser.py: Fixed utf8 parsing for python 2.0 svn: r93 2001-06-05 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/FindDoc.py, gramps/src/HtmlDoc.py, gramps/src/OpenOfficeDoc.py, gramps/src/StyleEditor.py, gramps/src/TextDoc.py, gramps/src/const.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/indsum.glade, gramps/src/styles.glade: Support user defined styles svn: r92 2001-06-05 Don Allingham <don@gramps-project.org> * gramps/src/FindDoc.py, gramps/src/HtmlDoc.py, gramps/src/config.glade, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/indsum.glade: Better handling of output format types, including user's preference svn: r91 2001-06-04 Don Allingham <don@gramps-project.org> * : Ready for release svn: r90 2001-06-04 Don Allingham <don@gramps-project.org> * gramps/src/filters/Makefile.in, gramps/src/plugins/Makefile.in: Installation fixes svn: r89 2001-06-04 Don Allingham <don@gramps-project.org> * gramps/gramps.spec, gramps/src/const.py: Version number upgrades svn: r88 2001-06-04 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/doc/gramps.sgml, gramps/gramps.spec, gramps/py-compile, gramps/src/Date.py, gramps/src/po/sv.po: Preparing for 0.2.0 svn: r87 2001-06-04 Don Allingham <don@gramps-project.org> * : Example files svn: r86 2001-06-04 Don Allingham <don@gramps-project.org> * gramps/example/gedcom/sample.ged, gramps/example/gedcom/sample2.ged: Sample gedcom files svn: r85 2001-06-03 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/plugins/ReadGedcom.py: Better date range parsing, and handling of adopted children on GEDCOM import svn: r84 2001-06-03 Don Allingham <don@gramps-project.org> * gramps/src/filters/AltFam.py: Filter for adopted or other type of family relationships svn: r83 2001-06-03 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Sources.py, gramps/src/gramps.glade, gramps/src/marriage.glade, gramps/src/plugins/ReadGedcom.py, gramps/src/po/sv.po: Added source and note edit buttons on EditPerson page. svn: r82 2001-06-03 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Fixed dropping of some fields for an individual svn: r81 2001-06-03 Don Allingham <don@gramps-project.org> * gramps/src/plugins/WriteGedcom.py: Changed getSource to getSourceRef, missed on upgrade to new source interface svn: r80 2001-06-02 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/Makefile.in, gramps/src/Marriage.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/WriteXML.py, gramps/src/const.py, gramps/src/editnote.glade, gramps/src/gramps_main.py, gramps/src/marriage.glade: Better handling of sources svn: r79 2001-06-02 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/config.glade, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/imagesel.glade, gramps/src/marriage.glade, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/ancestorchart.glade, gramps/src/plugins/ancestorgraph.glade, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/changetype.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/eventcmp.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/gedcomexport.glade, gramps/src/plugins/gedcomimport.glade, gramps/src/plugins/graphviz.glade, gramps/src/plugins/htmlreport.glade, gramps/src/plugins/indsum.glade, gramps/src/plugins/merge.glade, gramps/src/plugins/soundex.glade: Clean up text for translation purposes. svn: r78 2001-06-02 Don Allingham <don@gramps-project.org> * gramps/doc/gramps.1, gramps/doc/gramps.sgml: Updated documentation svn: r77 2001-06-01 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py: Handle the status bar if the active_person is None svn: r76 2001-06-01 Don Allingham <don@gramps-project.org> * gramps/doc/gramps.sgml: updated documentation svn: r75 2001-06-01 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py, gramps/src/plugins/ReadGedcom.py: Handling images better. svn: r74 2001-05-31 Don Allingham <don@gramps-project.org> * gramps/src/gramps_main.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/gedcomimport.glade: Improved the GEDCOM import svn: r73 2001-05-31 Don Allingham <don@gramps-project.org> * gramps/src/marriage.glade: Fixed modal problem on dialog box svn: r72 2001-05-31 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/EditSource.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/OpenOfficeDoc.py, gramps/src/PdfDoc.py, gramps/src/RelImage.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/WriteXML.py, gramps/src/gramps.glade, gramps/src/gramps_main.py: Image thumbnails, source bug fixes svn: r71 2001-05-31 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.py, gramps/src/EditSource.py, gramps/src/OpenOfficeDoc.py, gramps/src/RelImage.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/ReadGedcom.py: Fixed paper/output settings, problems with images with spaces, understand FTW gedcom svn: r70 2001-05-31 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py: Check for image load failure svn: r69 2001-05-31 Don Allingham <don@gramps-project.org> * gramps/src/EditSource.py: Source editor routines svn: r68 2001-05-30 Don Allingham <don@gramps-project.org> * gramps/src/plugins/OldReadGedcom.py: New Gedcom reader svn: r67 2001-05-30 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/Date.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/PaperMenu.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/Sources.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/latin_utf8.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/familygroup.glade: Support for notes and sources in more data elements, new GEDCOM parser svn: r66 2001-05-26 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Updated for 0.1.5 svn: r64 2001-05-26 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/GrampsParser.py: Fixed date save format, fixed parsing of embedded URL's svn: r63 2001-05-26 Don Allingham <don@gramps-project.org> * gramps/src/PdfDoc.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorReport.py: Fixed report problems and handling of the active spouse svn: r62 2001-05-26 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/src/Date.py, gramps/src/OpenOfficeDoc.py, gramps/src/PdfDoc.py, gramps/src/PdfDrawDoc.py, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorGraph.py, gramps/src/plugins/DescendReport.py: Improved date format, minor reporting bugs, family view edit button fixes. svn: r61 2001-05-25 Don Allingham <don@gramps-project.org> * gramps/src/Config.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/GrampsParser.py, gramps/src/Marriage.py, gramps/src/OpenOfficeDoc.py, gramps/src/PdfDoc.py, gramps/src/RelLib.py, gramps/src/WriteXML.py, gramps/src/config.glade, gramps/src/const.py, gramps/src/gramps_main.py, gramps/src/marriage.glade, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/eventcmp.glade, gramps/src/plugins/gedcomimport.glade, gramps/src/plugins/merge.glade, gramps/src/plugins/soundex.glade, gramps/src/po/sv.po: Added support for marriage types, along with more translation information svn: r60 2001-05-24 Don Allingham <don@gramps-project.org> * gramps/src/gramps.py: Removed attempt to pop up an error box when dying. svn: r59 2001-05-24 Don Allingham <don@gramps-project.org> * gramps/src/Filter.py: Fixed mapping of internationalized filters svn: r58 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/configure: Support for autodetection of python include paths svn: r57 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.glade, gramps/src/filters/NoBirthdate.py, gramps/src/gramps.glade, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/Desbrowser.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/ancestorchart.glade, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/merge.glade: String changes for translation purposes svn: r56 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/ListColors.py: Don't attempt to change colors under Python 2.0, to prevent tripping a PyGTK bug svn: r55 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/ReadXML.py, gramps/src/WriteXML.py: Moved to a single date for addresses instead of start/stop dates svn: r54 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/RelLib.py: Use single date instead of start and stop dates (now that ranges are supported) svn: r53 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/RelImage.py: Use python imaging library to do file conversions/scaling if present svn: r52 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/EditPerson.py, gramps/src/OpenOfficeDoc.py: Use the python image library to do image conversions if it is present svn: r51 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/PdfDoc.py: Added the ability to add images if the python imaging library is installed svn: r50 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Fixed image display, so images are not shown in the gallery svn: r49 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/configure.in: Detect python include path svn: r48 2001-05-23 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in: Understands Python include paths now svn: r47 2001-05-22 Don Allingham <don@gramps-project.org> * gramps/src/PdfDoc.py, gramps/src/PdfDrawDoc.py: PDF report generation support svn: r46 2001-05-22 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/HtmlDoc.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/build_po, gramps/src/gramps.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/Desbrowser.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Merge.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ReadNative.py, gramps/src/plugins/RelCalc.py, gramps/src/plugins/Summary.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/ancestorchart.glade, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/indsum.glade: Internationalization fixes, support for PDF generation svn: r45 2001-05-21 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/EditPerson.py, gramps/src/Filter.py, gramps/src/GrampsParser.py, gramps/src/OpenOfficeDoc.py, gramps/src/TextDoc.py, gramps/src/build_po, gramps/src/const.py, gramps/src/filters/After.py, gramps/src/filters/Before.py, gramps/src/filters/Disconnected.py, gramps/src/filters/EventPlace.py, gramps/src/filters/EventType.py, gramps/src/filters/Females.py, gramps/src/filters/HavePhotos.py, gramps/src/filters/IncompleteNames.py, gramps/src/filters/MatchSndEx.py, gramps/src/filters/MatchSndEx2.py, gramps/src/filters/MutlipleMarriages.py, gramps/src/filters/NeverMarried.py, gramps/src/filters/NoBirthdate.py, gramps/src/filters/NoChildren.py, gramps/src/filters/RegExMatch.py, gramps/src/filters/SubString.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorGraph.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/Check.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/IndivSummary.py: Adapted the filters for internationalization, fixed minor bugs in report generators svn: r44 2001-05-21 Don Allingham <don@gramps-project.org> * gramps/src/plugins/HtmlReport.py: Fixed date range error svn: r43 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/plugins/Merge.py: Fixed merge problem with date ranges svn: r42 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Get intl.so installed svn: r41 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/filters/Makefile.in, gramps/src/plugins/Makefile.in: Fixed makefile installs svn: r40 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/NEWS, gramps/gramps.spec: Updated for new release svn: r39 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/Makefile.in: Fixed install of .py files (hopefully) svn: r38 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/gramps.desktop: Added Swedish support svn: r37 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/plugins/AncestorReport.py: Handle file open failure svn: r35 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py: Fixed filename on open svn: r34 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Removed *.sxd line svn: r33 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/const.py: Moved to 0.1.4 svn: r32 2001-05-19 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py, gramps/src/GrampsParser.py, gramps/src/PaperMenu.py, gramps/src/TextDoc.py, gramps/src/plugins/ReadGedcom.py: Fixed GEDCOM inline note import bug, sped up XML parsing svn: r31 2001-05-18 Don Allingham <don@gramps-project.org> * gramps/src/data/Makefile.in: Currently nothing to make svn: r30 2001-05-18 Don Allingham <don@gramps-project.org> * gramps/src/AbiWordDoc.py: Start of photo support svn: r29 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/gramps.spec: Changed version number for 0.1.4 release svn: r28 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/HtmlDoc.py, gramps/src/OpenOffice.py, gramps/src/OpenOfficeDoc.py, gramps/src/TextDoc.py, gramps/src/WriteXML.py, gramps/src/build_po, gramps/src/plugins/EventCmp.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/eventcmp.glade: Improved documenatation generators, fixed GEDCOM note read problem svn: r27 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Added valid and empty checks svn: r26 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/OpenDrawDoc.py: Clean up svn: r25 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/OpenSpreadSheet.py, gramps/src/SpreadSheetDoc.py: Added Spreadsheet generation capability svn: r24 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/GrampsParser.py, gramps/src/ReadXML.py, gramps/src/latin_utf8.py: Tried to allow the parser to work under Python 2.X and SAX2 svn: r23 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/data/chart.sxd, gramps/src/data/table.html, gramps/src/data/table.sxc: No longer needed. Functionality had been replaced by new classes. svn: r22 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/plugins/AncestorReport.py: Fixed spelling of Ahnentafel svn: r21 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed numerical printing of partial dates, fixed entryCode change after adding range support svn: r20 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed date ranges when using a non-English language svn: r19 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed incorrect saving of date format when not using the English language. svn: r18 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/po/sv.po: New swedish translation svn: r17 2001-05-17 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Internationalization support for month names svn: r16 2001-05-16 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Fixed handling of "before" dates, fixed numerical date handling svn: r15 2001-05-16 Don Allingham <don@gramps-project.org> * gramps/src/plugins/DescendReport.py: Added the import of AbiWordDoc svn: r14 2001-05-15 Don Allingham <don@gramps-project.org> * gramps/src/Date.py, gramps/src/DrawDoc.py, gramps/src/EditPerson.py, gramps/src/HtmlDoc.py, gramps/src/Marriage.py, gramps/src/OpenDrawDoc.py, gramps/src/ReadXML.py, gramps/src/RelLib.py, gramps/src/gramps_main.py, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ancestorchart.glade, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/indsum.glade: Added non standard date support, and improved report generation svn: r13 2001-05-15 Don Allingham <don@gramps-project.org> * gramps/src/EditPerson.py: Added definition for "_", and imported intl for internationalization svn: r12 2001-05-14 Don Allingham <don@gramps-project.org> * gramps/src/plugins/ReadGedcom.py: Catch invalid date exceptions, and continue on svn: r11 2001-05-14 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Backed out exception handing. Pass up to next level svn: r10 2001-05-14 Don Allingham <don@gramps-project.org> * gramps/src/Date.py: Catch invalid date exceptions svn: r9 2001-05-13 Don Allingham <don@gramps-project.org> * gramps/configure, gramps/configure.in, gramps/src/Date.py, gramps/src/Makefile.in, gramps/src/OpenOfficeDoc.py, gramps/src/data/Makefile.in, gramps/src/filters/Makefile.in, gramps/src/plugins/Makefile.in: Clean up the installation process. svn: r8 2001-05-13 Don Allingham <don@gramps-project.org> * gramps/src/data/indsum.sxw: Removed indsum.sxw, since it is no longer needed svn: r7 2001-05-13 Don Allingham <don@gramps-project.org> * gramps/NEWS: Test of CVS svn: r6 2001-05-13 Don Allingham <don@gramps-project.org> * gramps/COPYING, gramps/Makefile.in, gramps/NEWS, gramps/README, gramps/TODO, gramps/configure, gramps/configure.in, gramps/doc/gramps.sgml, gramps/gramps.sh.in, gramps/gramps.spec, gramps/install-sh, gramps/py-compile, gramps/src/AbiWordDoc.py, gramps/src/Bookmarks.py, gramps/src/Config.py, gramps/src/Date.py, gramps/src/EditPerson.glade, gramps/src/EditPerson.py, gramps/src/Filter.py, gramps/src/GrampsParser.py, gramps/src/ListColors.py, gramps/src/Makefile.in, gramps/src/Marriage.py, gramps/src/OpenOffice.py, gramps/src/OpenOfficeDoc.py, gramps/src/PaperMenu.py, gramps/src/Plugins.py, gramps/src/ReadXML.py, gramps/src/RelImage.py, gramps/src/RelLib.py, gramps/src/Researcher.py, gramps/src/Sources.py, gramps/src/TextDoc.py, gramps/src/WriteXML.py, gramps/src/bookmarks.glade, gramps/src/build_po, gramps/src/config.glade, gramps/src/const.py, gramps/src/data/Makefile.in, gramps/src/data/chart.sxd, gramps/src/data/indsum.sxw, gramps/src/data/table.html, gramps/src/data/table.sxc, gramps/src/fam.xpm, gramps/src/filters/After.py, gramps/src/filters/Before.py, gramps/src/filters/Disconnected.py, gramps/src/filters/EventPlace.py, gramps/src/filters/EventType.py, gramps/src/filters/Females.py, gramps/src/filters/HavePhotos.py, gramps/src/filters/IncompleteNames.py, gramps/src/filters/Makefile.in, gramps/src/filters/MatchSndEx.py, gramps/src/filters/MatchSndEx2.py, gramps/src/filters/MutlipleMarriages.py, gramps/src/filters/NeverMarried.py, gramps/src/filters/NoBirthdate.py, gramps/src/filters/NoChildren.py, gramps/src/filters/RegExMatch.py, gramps/src/filters/SubString.py, gramps/src/get_strings, gramps/src/gramps.desktop, gramps/src/gramps.glade, gramps/src/gramps.py, gramps/src/gramps.xpm, gramps/src/gramps_main.py, gramps/src/imagesel.glade, gramps/src/intl.c, gramps/src/latin_ansel.py, gramps/src/latin_utf8.py, gramps/src/marriage.glade, gramps/src/new.strings, gramps/src/pedegree.xpm, gramps/src/pixmaps/fam.xpm, gramps/src/pixmaps/pedegree.xpm, gramps/src/pixmaps/relativity.xpm, gramps/src/plugins.glade, gramps/src/plugins/AncestorChart.py, gramps/src/plugins/AncestorGraph.py, gramps/src/plugins/AncestorReport.py, gramps/src/plugins/ChangeTypes.py, gramps/src/plugins/Check.py, gramps/src/plugins/Desbrowser.py, gramps/src/plugins/DescendReport.py, gramps/src/plugins/EventCmp.py, gramps/src/plugins/FamilyGroup.py, gramps/src/plugins/GraphViz.py, gramps/src/plugins/HtmlReport.py, gramps/src/plugins/IndivSummary.py, gramps/src/plugins/Makefile.in, gramps/src/plugins/Merge.py, gramps/src/plugins/PatchNames.py, gramps/src/plugins/ReadGedcom.py, gramps/src/plugins/ReadNative.py, gramps/src/plugins/RelCalc.py, gramps/src/plugins/Summary.py, gramps/src/plugins/WriteGedcom.py, gramps/src/plugins/ancestorchart.glade, gramps/src/plugins/ancestorgraph.glade, gramps/src/plugins/ancestorreport.glade, gramps/src/plugins/changetype.glade, gramps/src/plugins/desbrowse.glade, gramps/src/plugins/desreport.glade, gramps/src/plugins/eventcmp.glade, gramps/src/plugins/familygroup.glade, gramps/src/plugins/gedcomexport.glade, gramps/src/plugins/gedcomimport.glade, gramps/src/plugins/grampsimport.glade, gramps/src/plugins/graphviz.glade, gramps/src/plugins/htmlreport.glade, gramps/src/plugins/indsum.glade, gramps/src/plugins/merge.glade, gramps/src/plugins/readgedcom.glade, gramps/src/plugins/relcalc.glade, gramps/src/plugins/soundex.glade, gramps/src/plugins/soundgen.py, gramps/src/plugins/summary.glade, gramps/src/po/sv.po, gramps/src/sort.py, gramps/src/soundex.py, gramps/src/utils.py: Initial revision svn: r3 2001-04-21 Don Allingham <don@gramps-project.org> * CVSROOT/checkoutlist, CVSROOT/commitinfo, CVSROOT/config, CVSROOT/cvswrappers, CVSROOT/editinfo, CVSROOT/loginfo, CVSROOT/modules, CVSROOT/notify, CVSROOT/rcsinfo, CVSROOT/taginfo, CVSROOT/verifymsg: initial checkin svn: r2 2001-04-21 Don Allingham <don@gramps-project.org> * New repository initialized by cvs2svn. svn: r1