Doug Blank
3a10b36866
* 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 18:43:04 +00:00
Espen Berg
2f63b477cb
Updated Norwegian translation
...
svn: r9527
2007-12-17 14:30:22 +00:00
Doug Blank
ca186628c7
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 05:09:34 +00:00
Brian Matherly
f5393d7d3a
Properly initialize Filter option.
...
svn: r9525
2007-12-17 04:12:01 +00:00
Doug Blank
c3471430b0
Removed margins from write_common
...
svn: r9524
2007-12-17 03:59:50 +00:00
Doug Blank
a163da2218
* 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-17 03:44:13 +00:00
Doug Blank
4ba6f344a7
* 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 18:27:43 +00:00
Doug Blank
671726bf60
* 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 17:35:16 +00:00
Doug Blank
15b2843d93
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 17:03:25 +00:00
Doug Blank
0ff1e21c46
Fix for allowing cancel to work
...
svn: r9519
2007-12-16 15:28:33 +00:00
Brian Matherly
3e9e629f56
Remove unnecessary code in Graphviz report dialog.
...
svn: r9518
2007-12-16 04:47:09 +00:00
Brian Matherly
0b5dd35b23
Delete reports that have been unsupported for > 1 year.
...
svn: r9517
2007-12-16 04:33:30 +00:00
Brian Matherly
a579d61dbc
Fix application launch for PDFDoc.
...
svn: r9516
2007-12-16 04:17:46 +00:00
Brian Matherly
4860b1e422
Add Generic GraphViz options to the GraphVis report dialog for use by all graphviz related reports.
...
svn: r9515
2007-12-16 03:51:02 +00:00
Brian Matherly
71be179625
Fix TextOption and EnumeratedListOption in MenuOptions.py.
...
svn: r9514
2007-12-16 03:48:59 +00:00
Gary Burton
253990ff81
* 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 23:54:52 +00:00
Gary Burton
2eaaa8369e
2007-12-15 Gary Burton <gary.burton@zen.co.uk>
...
* src/Editors/_EditFamily.py: emit family-update signal #1416
svn: r9512
2007-12-15 21:56:34 +00:00
Doug Blank
8712649b7d
* 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 17:09:44 +00:00
Doug Blank
95c3645f13
* 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 15:49:53 +00:00
Doug Blank
19deae4720
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-15 15:16:33 +00:00
Benny Malengier
00511a133f
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 22:18:19 +00:00
Jérôme Rapinat
662c35f10f
svn: r9506
2007-12-14 16:28:56 +00:00
Zdeněk Hataš
0cf5866281
reencoded holidays.xml to utf-8, added czech national holidays.
...
svn: r9504
2007-12-14 13:57:49 +00:00
Jérôme Rapinat
fb2978a45a
/src/_RelationView typo
...
svn: r9503
2007-12-14 13:01:49 +00:00
Jérôme Rapinat
1a5515c50f
/po/fr.po update
...
svn: r9502
2007-12-14 12:59:56 +00:00
James G Sack
91824d8f2f
fix #1439 failed to skip subordinates under NOTE
...
svn: r9501
2007-12-14 08:54:40 +00:00
James G Sack
cc81822eb0
added Gedcom read testing util and 1st try at testing
...
svn: r9500
2007-12-14 08:27:52 +00:00
James G Sack
726bb4e8b8
add simple logging feature for test modules
...
svn: r9499
2007-12-14 07:34:10 +00:00
Brian Matherly
6bf7737025
Fix MenuToolOptions.
...
svn: r9498
2007-12-13 05:31:13 +00:00
Doug Blank
6d3e7465d3
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 02:22:06 +00:00
Brian Matherly
05575ad026
Refactor various aspects of the report system.
...
svn: r9496
2007-12-13 01:52:03 +00:00
Zdeněk Hataš
20e2ecfe50
Translation update and minor fixes.
...
svn: r9495
2007-12-12 21:44:25 +00:00
Doug Blank
270706d35f
Added another test
...
svn: r9494
2007-12-12 16:35:58 +00:00
Doug Blank
9871fcf645
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 16:24:40 +00:00
Zdeněk Hataš
734b05fd44
Translation update
...
svn: r9492
2007-12-12 11:48:45 +00:00
Doug Blank
f141905e0b
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-12 03:59:18 +00:00
Peter Landgren
74989cfec2
Updates for name display
...
svn: r9490
2007-12-11 16:02:37 +00:00
Doug Blank
747ccb04cf
Removed title() case business
...
svn: r9489
2007-12-11 14:35:57 +00:00
Doug Blank
84748d6950
Removed duplicate entries
...
svn: r9487
2007-12-11 03:37:40 +00:00
Doug Blank
0aba9e8e2b
* 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 02:49:58 +00:00
Doug Blank
10d24dd35f
* 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-11 00:04:38 +00:00
Doug Blank
1663cd245b
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 23:09:48 +00:00
Benny Malengier
13f46f0890
Update TODO
...
svn: r9482
2007-12-10 21:46:17 +00:00
Benny Malengier
283678e47e
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 21:44:09 +00:00
Doug Blank
87ee404c3b
Gave Ed a middle name, fixed error in %codes
...
svn: r9480
2007-12-10 14:20:22 +00:00
Zdeněk Hataš
7c2e374f46
new czech Datehandler
...
svn: r9479
2007-12-10 13:13:47 +00:00
Zdeněk Hataš
62301615b9
Datehandler for czech language added.
...
svn: r9478
2007-12-10 13:10:13 +00:00
Doug Blank
631f3cba6e
Gave Ed a Paronymic, GIVEN bug, column name change
...
svn: r9477
2007-12-10 04:52:26 +00:00
Doug Blank
a297361898
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-10 01:51:39 +00:00
Benny Malengier
30e224ff35
* 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 22:27:24 +00:00