Commit Graph

19064 Commits

Author SHA1 Message Date
Rob G. Healey
c8367703f5 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 04:46:20 +00:00
Rob G. Healey
606bd5d59d 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 04:42:44 +00:00
Tim G L Lyons
d561e4bd61 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 23:43:54 +00:00
Tim G L Lyons
26cb74474b Removal of redundant SourceRef and related modules. Minor consequent changes.
svn: r18516
2011-11-27 17:49:25 +00:00
Tim G L Lyons
bafe7870c7 Make flat sources view available
svn: r18514
2011-11-26 18:40:08 +00:00
Tim G L Lyons
a48553ed90 Update DetAncestralReport, DetDescendantReport, IndivComplete and endnotes for citations.
svn: r18513
2011-11-26 18:35:30 +00:00
Jérôme Rapinat
78050489d2 no translation environment on 'MetadataViewer.py' module
svn: r18509
2011-11-26 12:07:12 +00:00
Jérôme Rapinat
1a6bd6446e no translation environment on 'user.py' modules
svn: r18508
2011-11-26 12:05:23 +00:00
Jérôme Rapinat
2963347e0e ignore debug tools for translations
svn: r18505
2011-11-26 11:57:42 +00:00
Jérôme Rapinat
763b3b3557 5395: run po/test/po_test.py
svn: r18504
2011-11-26 11:45:55 +00:00
Jérôme Rapinat
5f6b303d74 5395: update translation references
svn: r18503
2011-11-26 11:23:22 +00:00
Rob G. Healey
c6e6383466 Moved location of 'Drop Markers' button to bottom of the map instead of top.
svn: r18501
2011-11-26 03:12:05 +00:00
Rob G. Healey
a7619cbd2e Removed irrevalent code that I forgot to remember from NarrativeWeb.
svn: r18500
2011-11-26 02:51:06 +00:00
Tim G L Lyons
99d42f6091 Updates to NarrativeWeb and _bibliography for citations.
svn: r18499
2011-11-25 17:29:30 +00:00
Tim G L Lyons
6cb761b010 Merged trunk r18398 through r18497 into geps023.
Conflicts resolved in:
    NarrativeWeb.py


svn: r18498
2011-11-24 18:15:53 +00:00
Tim G L Lyons
f0bb1205f3 Tidy up some comments
svn: r18497
2011-11-24 14:54:29 +00:00
Paul Franklin
421ab45a3d 5389: GVFamilyLine.py has some incorrect help hints
svn: r18496
2011-11-24 00:40:16 +00:00
Paul Franklin
8485b57ba3 4646: reports cannot be run from the command line in a non-GUI environment -- partial fix
svn: r18495
2011-11-23 20:19:19 +00:00
Michiel Nauta
bc33f7146a 5335: Failure loading Geni.com GedCom into Gramps 3.3.1
svn: r18493
2011-11-23 18:29:35 +00:00
Zdeněk Hataš
6c25603105 typo
svn: r18492
2011-11-23 12:07:27 +00:00
Zdeněk Hataš
f77831d602 czech translation update
svn: r18490
2011-11-23 11:57:46 +00:00
Tim G L Lyons
14954cdd91 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 22:32:36 +00:00
Tim G L Lyons
4de5a54136 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 20:43:27 +00:00
Mirko Leonhäuser
3d7381093c updated german translation
svn: r18487
2011-11-22 18:39:38 +00:00
Tim G L Lyons
61e6a0a1c0 Update src/gen/proxy/* for citations
svn: r18485
2011-11-22 14:59:18 +00:00
Rob G. Healey
a52ab113f7 Fixed errors created by my last commit# 18480.
svn: r18484
2011-11-22 11:18:07 +00:00
Jérôme Rapinat
7b2ea14225 typo
svn: r18482
2011-11-22 07:48:09 +00:00
Rob G. Healey
e527a0bb82 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 05:31:15 +00:00
Rob G. Healey
ff41ecc5cb 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-22 05:30:29 +00:00
Jérôme Rapinat
47b1a9c796 reuse tooltip string for gid on event object
svn: r18478
2011-11-21 15:25:42 +00:00
Jérôme Rapinat
fb2e585278 5351: Focus on eventref and sourecref editors (patches by Michiel, MathieuMD); consistent editeventref.glade file and accessibilty improvement #5301 (romjerome)
svn: r18472
2011-11-21 10:45:19 +00:00
Paul Franklin
a76cea3fae typo
svn: r18470
2011-11-20 17:52:13 +00:00
Tim G L Lyons
9f29350da4 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 17:42:04 +00:00
Michiel Nauta
32b5905aea 5368: Loading familytree with downgraded Berkeley db should generate expressive error
svn: r18467
2011-11-20 09:33:31 +00:00
Rob G. Healey
7240d64278 Fixed a typo that was causing a crash.
svn: r18466
2011-11-20 07:32:03 +00:00
Mirko Leonhäuser
4ebd6cfc1a updated german translation
svn: r18464
2011-11-19 00:16:59 +00:00
Paul Franklin
4ec64538c3 5353: CLI tools ignore an option if remembered as non-default
svn: r18463
2011-11-18 19:43:18 +00:00
Paul Franklin
db106e70f6 5347: Verify.py should test for old age but no death
svn: r18462
2011-11-18 19:35:47 +00:00
Jérôme Rapinat
ff2269dc0e typo
svn: r18461
2011-11-18 11:33:14 +00:00
Tim G L Lyons
8f69e88555 Diagnostic print for assertion error in Tool/Family Tree Processing/Merge Citations
svn: r18459
2011-11-17 20:53:10 +00:00
Michiel Nauta
a7ce1af962 5291: JPG is not imported
svn: r18457
2011-11-16 17:58:58 +00:00
Peter Landgren
4c7c5f6be2 Swedish update.
svn: r18453
2011-11-16 09:18:31 +00:00
Mirko Leonhäuser
b32d603552 updated german translation
svn: r18451
2011-11-15 18:13:44 +00:00
Peter Landgren
fdbaa83376 Include translation of export optioins in headlines.
svn: r18449
2011-11-15 17:42:19 +00:00
Tim G L Lyons
4a69d45fe6 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 12:08:43 +00:00
Rob G. Healey
a73075f881 Fixed a handle variable in display_spouse() which was preventing the spouse's name to be hyperlinked.
svn: r18445
2011-11-15 04:11:13 +00:00
Rob G. Healey
55fade7700 Fixed a missing variable in display_spouse().
svn: r18444
2011-11-15 03:16:48 +00:00
Tim G L Lyons
4ad5681ee3 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 23:57:08 +00:00
Michiel Nauta
9edcdbe426 5350: Focus on the "Quick Filter" is lost after clicking on "Find"
svn: r18441
2011-11-14 22:00:42 +00:00
Zdeněk Hataš
daf75624e1 czech translation update
svn: r18439
2011-11-14 09:47:15 +00:00