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
Tim G L Lyons
61e6a0a1c0
Update src/gen/proxy/* for citations
...
svn: r18485
2011-11-22 14:59:18 +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
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
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
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
Tim G L Lyons
7ebf8de20a
Implement drag and drop for citations
...
svn: r18438
2011-11-12 22:34:18 +00:00
Nick Hall
c4c64557d5
Enhance Citation gramplets to show the sources and citations in a tree
...
svn: r18437
2011-11-12 19:28:54 +00:00
Rob G. Healey
c2880e0c37
Nick Hall said that this file is no longer needed for the bottom bar gramplets.
...
svn: r18434
2011-11-12 04:09:57 +00:00
Tim G L Lyons
f8f510d5f1
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-11 17:12:43 +00:00
Tim G L Lyons
b4f434357f
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 17:39:17 +00:00
Tim G L Lyons
ee77b6882e
Update comments in _CitationSidebarFilter.py, as the problem mentioned had been resolved
...
svn: r18416
2011-11-08 17:26:04 +00:00
Tim G L Lyons
6ee1af893f
[ImportGedcom] libgedcom upgraded for citations
...
svn: r18415
2011-11-08 17:13:59 +00:00
Tim G L Lyons
e4383f0b46
ExportGedcom upgraded for citations
...
svn: r18408
2011-11-07 15:49:47 +00:00
Tim G L Lyons
3adb1b7ffa
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-05 19:07:58 +00:00
Jérôme Rapinat
886e89cd30
5308 5320 5342 5301 better ATK support, GtkBuilder for gtk+ 2.16
...
svn: r18397
2011-11-01 13:42:38 +00:00
Jérôme Rapinat
2b0b029a8e
5338: Family Descendant Chart text errors; english locale -> gen.ggettext
...
svn: r18395
2011-11-01 13:25:30 +00:00
Tim G L Lyons
4169661302
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-11-01 11:10:18 +00:00
Paul Franklin
35254e50d2
added/replaced SVN "Id" property
...
svn: r18393
2011-10-31 16:46:50 +00:00
Paul Franklin
6a651d80e7
malformed SVN "Id" line
...
svn: r18392
2011-10-31 15:33:09 +00:00
Paul Franklin
bb0b9de18b
malformed SVN "Id" line
...
svn: r18391
2011-10-31 15:27:48 +00:00
Jérôme Rapinat
64bbc22485
5338: Family Descendant Chart text errors
...
svn: r18389
2011-10-31 09:54:23 +00:00
Brian Matherly
93ec059b3d
Remove ErrorDialog and WarningDialog from reports. Replace with User.warn() and User.notify_error().
...
svn: r18388
2011-10-31 02:40:19 +00:00
Brian Matherly
366daad079
Fix crash in ODF styled text output.
...
svn: r18387
2011-10-31 02:33:06 +00:00
Zdeněk Hataš
a05af07153
czech translation update
...
svn: r18386
2011-10-30 09:06:37 +00:00
Brian Matherly
789e59ba50
Cleanup Timeline Report and improve handling of data with no dates.
...
svn: r18385
2011-10-30 05:26:08 +00:00
Brian Matherly
8d8b66f722
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-30 05:15:32 +00:00
Brian Matherly
0c6765f1f5
Fix Type in narrative web progress.
...
svn: r18383
2011-10-29 15:53:14 +00:00
Doug Blank
4109dbf95e
Working on names
...
svn: r18382
2011-10-29 13:58:41 +00:00
Doug Blank
c76da10e9d
Added media functions and other missing functions
...
svn: r18381
2011-10-29 13:45:57 +00:00
Jérôme Rapinat
71ddee0b2a
5308 5309 5312 5320 5301 better ATK support
...
svn: r18380
2011-10-29 09:45:20 +00:00
Zdeněk Hataš
5dc3faf8be
czech translation update
...
svn: r18379
2011-10-29 08:47:19 +00:00
Brian Matherly
0b8ea1202d
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-29 05:02:33 +00:00
Jérôme Rapinat
d2f31ae81b
5337: Maps View crash when tiles' storage path is not existent, call ErrorDialog
...
svn: r18377
2011-10-28 07:43:11 +00:00
Nick Hall
020dae3d72
Set maximum for default GrampsBar size
...
svn: r18375
2011-10-27 09:07:53 +00:00
Nick Hall
e1ae74e952
Replace netbook mode with sizing proportional to screen size
...
svn: r18374
2011-10-26 18:28:32 +00:00
Nick Hall
594bc9257f
5321: Tidy up code for the children tab in the family editor
...
svn: r18372
2011-10-25 21:31:32 +00:00
Mirko Leonhäuser
cec721c95c
updated german translation
...
svn: r18370
2011-10-25 20:18:46 +00:00
Jérôme Rapinat
e80cd823c8
5331: Deprecated http://gazetteer.openstreetmap.org/namefinder/
...
svn: r18369
2011-10-25 08:16:34 +00:00
Jérôme Rapinat
effbde51a8
5310 5314: missing tags and date fields
...
svn: r18367
2011-10-24 10:26:09 +00:00
Paul Franklin
22b0f8476c
5031: Some reports should not register the page orientation to non-default (Landscape)
...
svn: r18366
2011-10-23 20:38:22 +00:00
Paul Franklin
ca94331a70
5323: Cannot run sort events in gramps 3.4 SVN
...
svn: r18365
2011-10-23 17:01:53 +00:00
Jérôme Rapinat
f455cb269c
5293: wording improvements
...
svn: r18364
2011-10-23 07:51:22 +00:00
Jérôme Rapinat
571dbc66b2
5264: missing noteref on person reference
...
svn: r18363
2011-10-23 07:13:45 +00:00
Paul Franklin
ba60ec4c07
missing or malformed SVN "Id" line
...
svn: r18361
2011-10-23 03:13:50 +00:00
Nick Hall
e27d9e04fe
5322: Fix error when dragging an alternative location onto the clipboard
...
svn: r18360
2011-10-22 22:50:46 +00:00
Paul Franklin
4997134564
corrected SVN "Id" property
...
svn: r18357
2011-10-22 15:10:59 +00:00
John Ralls
9c046f38a0
Remove _HasSource.py from src/Filters/Rules/Source/Makefile.am -- moved to Rules/Citation in r18339
...
svn: r18356
2011-10-20 19:07:08 +00:00