Commit Graph

10696 Commits

Author SHA1 Message Date
Rob G. Healey
aa60900487 Added boundary limits for the Google Family Markers Map pages.
svn: r18524
2011-11-28 04:57:43 +00:00
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
Paul Franklin
0c6834c365 add .pdf to filename, if needed
svn: r18521
2011-11-28 04:21:35 +00:00
Paul Franklin
f05ce32f6f typo in 18378
svn: r18520
2011-11-27 23:45:40 +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
Paul Franklin
f602306aa7 change string syntax
svn: r18518
2011-11-27 20:19:44 +00:00
Paul Franklin
8a11029b30 mark some strings to be translated
svn: r18517
2011-11-27 20:00:17 +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
Rob G. Healey
eed628e2dc Change the boolean state of self.__create_thumbs_only to False at start.
svn: r18515
2011-11-27 17:19:21 +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
Paul Franklin
54746c1590 typo
svn: r18512
2011-11-26 18:00:07 +00:00
Doug Blank
4f55109d73 Prevent continuation on no active person
svn: r18511
2011-11-26 17:35:04 +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
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
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
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
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
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
Rob G. Healey
0b66814874 Made USA holidays more consistent to all of the holidays-- Holiday Name value type offset.
svn: r18430
2011-11-10 08:43:17 +00:00
Jérôme Rapinat
9e991bdb12 5361: Add Japanese holidays (contribution by MathieuMD)
svn: r18427
2011-11-10 05:20:21 +00:00
Jérôme Rapinat
1a47bb5287 5187: Plugins twice in plugin list; more descriptive as suggested by Paul F.
svn: r18419
2011-11-09 12:20:08 +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
Jérôme Rapinat
5aac8af130 5187: Plugins twice in plugin list (use book description)
svn: r18414
2011-11-08 10:16:44 +00:00
Rob G. Healey
162aa685c4 Resolved the sizing issue related to this gramplet.
svn: r18412
2011-11-08 05:58:42 +00:00
Paul Franklin
d9be4226af better syntax
svn: r18411
2011-11-08 04:01:18 +00:00
Tim G L Lyons
e4383f0b46 ExportGedcom upgraded for citations
svn: r18408
2011-11-07 15:49:47 +00:00
Jérôme Rapinat
37d7927a8f 5187: Plugins twice in plugin list
svn: r18407
2011-11-07 08:41:45 +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
Serge Noiraud
655c3f7206 odfbackend : #0005278 : no need to escape color, highlight color.
svn: r18402
2011-11-05 09:38:19 +00:00
Paul Franklin
e1f7943f1e clarify error typeout
svn: r18401
2011-11-04 16:04:51 +00:00
Rob G. Healey
54b8b1d616 Minor changes to all three of these. Cleanup work.
svn: r18400
2011-11-03 17:03:45 +00:00
Serge Noiraud
6264b9c146 Geography : #0005337 : change the tiles cache directory doesn't work.
svn: r18399
2011-11-02 17:15:20 +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
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
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
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
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
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
Paul Franklin
abf6fbc45b 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=16419

So since mk_blue_marble.py is not needed anymore I am deleting it.


svn: r18352
2011-10-20 14:58:40 +00:00
Doug Blank
fd04480052 5266: Christening dates displayed as Birth dates in Family editor
svn: r18349
2011-10-18 21:10:35 +00:00
Gary Burton
6ab9ac059d Add SVN Id
svn: r18348
2011-10-18 20:59:32 +00:00
Gary Burton
08dfc15bd9 Add gramps header
svn: r18347
2011-10-18 20:50:36 +00:00
Doug Blank
1096069ad1 Not needed
svn: r18346
2011-10-18 19:07:18 +00:00
Paul Franklin
1a4f9cdca7 added GPLv2 and SVN Id line
svn: r18345
2011-10-18 18:14:07 +00:00
Paul Franklin
44eabae65c added GPLv2 and Id line
svn: r18344
2011-10-18 17:05:55 +00:00
Tim G L Lyons
2c89d2e0b2 Fix merge citations for repositories
svn: r18343
2011-10-18 16:38:18 +00:00
Doug Blank
22d91dfd6c Working on editing person
svn: r18342
2011-10-18 01:56:14 +00:00
Jérôme Rapinat
dcf5fe856f 3145: improve image subsection, bug with filtered objects (patch by Robert Cheramy)
svn: r18341
2011-10-17 14:20:53 +00:00
Doug Blank
d582966fab Added missing methods
svn: r18340
2011-10-17 04:27:24 +00:00
Tim G L Lyons
5e0c4d074a 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 21:09:49 +00:00
Paul Franklin
331c135235 5128: Python files with no SVN "Id" property (& added MIME text/plain if none)
svn: r18338
2011-10-16 20:21:22 +00:00
Paul Franklin
1e97578d54 added svn:mime-type text/plain and svn:keywords Id peoperties
svn: r18337
2011-10-16 19:55:56 +00:00
Doug Blank
d853e2886d Working on providing good error feedback
svn: r18336
2011-10-16 17:30:51 +00:00
Doug Blank
ae5e389bd7 New page for browsing data
svn: r18335
2011-10-16 17:05:35 +00:00
Doug Blank
f00b6374a0 Breadcrumbs on all pages; refactor menus and views
svn: r18334
2011-10-16 17:00:32 +00:00
Doug Blank
9e6bd3c4ba Messages; fixes throughout
svn: r18333
2011-10-16 03:58:56 +00:00
Doug Blank
7b4b4136bf Importing from webpage--- need to report error and status
svn: r18332
2011-10-16 01:46:28 +00:00
Tim G L Lyons
f35cb08aff Upgrade repository (because addresses can have sources)
svn: r18331
2011-10-15 21:48:57 +00:00
Doug Blank
e0bf2acbc6 Moved src/web to src/webapp
svn: r18330
2011-10-15 20:35:07 +00:00
Doug Blank
d2eac17b4f Moved src/web to src/webapp
svn: r18329
2011-10-15 20:30:34 +00:00
Doug Blank
0b1649b0f4 Move src/web to src/webapp to make it more clear what this dir is for
svn: r18327
2011-10-15 20:21:48 +00:00
Doug Blank
f492515494 Export from webapp is complete; working on import into webapp
svn: r18326
2011-10-15 20:12:11 +00:00
Doug Blank
382336e9b5 Missing return self on unserialize for convienience and consistency
svn: r18325
2011-10-15 20:09:20 +00:00
Paul Franklin
eeb48f1850 5124: filter-rule file has semi-DOS format
svn: r18324
2011-10-15 16:22:05 +00:00
Doug Blank
d829ca51fa Return self from unserialize as convienience and to match other objects
svn: r18323
2011-10-15 15:02:51 +00:00
Doug Blank
e3f5f4e9c9 Working on running all reports/import/export from the web
svn: r18322
2011-10-15 14:31:09 +00:00
Tim G L Lyons
73c35130ab Diagnostic print during rebuild reference map
svn: r18321
2011-10-14 23:13:21 +00:00
Doug Blank
8fd1b37d86 Clean up of transactions; fixed bug on reference to events; removed clean_cache; GEDCOM import works
svn: r18320
2011-10-14 14:43:59 +00:00
Doug Blank
6693cbe240 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 11:42:07 +00:00
Doug Blank
62d2031d31 Cleanup of django code for import; need to fix import, not correct in linking to objects
svn: r18318
2011-10-14 03:03:09 +00:00
Paul Franklin
02eb64ce7d 5300: make gramps.py more BSD-friendly
svn: r18317
2011-10-13 18:17:08 +00:00
Jérôme Rapinat
0259a143a0 can died at same year as max_alive
svn: r18316
2011-10-13 16:11:06 +00:00
Jérôme Rapinat
7c06699fb8 5293: use correct method with precision set; try to avoid age greater than max alive (user preferences)
svn: r18315
2011-10-13 14:52:52 +00:00
Doug Blank
b07514e0d1 Copy deepcopy fix to src/web (thanks P. Franklin); removed workaround
svn: r18314
2011-10-13 10:32:27 +00:00
Paul Franklin
9b90430c29 4952: Several grammar mistakes -- partial fix, remainder were by Jerome R.
svn: r18313
2011-10-13 05:46:13 +00:00
Doug Blank
c05992c0df Import error
svn: r18312
2011-10-13 02:58:34 +00:00
Doug Blank
fd34323139 Edit names sorta working again
svn: r18311
2011-10-13 02:33:20 +00:00
Doug Blank
38308df518 Adjust colors of table
svn: r18310
2011-10-13 01:29:46 +00:00
Doug Blank
e487a32a1f Use const.VERSION
svn: r18309
2011-10-13 00:47:13 +00:00
Doug Blank
df4f26e117 Settings for server; added version, and refined user page
svn: r18308
2011-10-13 00:41:27 +00:00
Doug Blank
f7afdc9f6e Changes to keep up with current css in trunk
svn: r18307
2011-10-13 00:13:00 +00:00
Doug Blank
5001870f8d Python 2.6.4 could not deepcopy the name_display
svn: r18306
2011-10-12 23:10:41 +00:00
Doug Blank
ef7f9ea0bf Corrections to find 404 error items
svn: r18305
2011-10-12 21:48:34 +00:00
Doug Blank
9364b9bc85 Run report as a valid user; use username as part of tmp name
svn: r18304
2011-10-12 20:55:26 +00:00
Doug Blank
f1ac71ac6c Python 2.6.4 could not deepcopy the name_display
svn: r18303
2011-10-12 20:20:12 +00:00
Doug Blank
9cd2754e19 Keep gtk out of includes, if possible
svn: r18302
2011-10-12 20:18:48 +00:00
Doug Blank
c40c604da8 Fixes for running on server
svn: r18301
2011-10-12 18:48:58 +00:00
Doug Blank
ed449273c8 Accidently added; removed
svn: r18300
2011-10-12 17:15:21 +00:00
Doug Blank
a533cc4e6e Changes for Tag and Report views; Reports can be run from the website
svn: r18299
2011-10-12 16:32:31 +00:00
Jérôme Rapinat
1bc8f8a79c 5293: age='unknown' for after/after and before/before dates (age calculation)
svn: r18298
2011-10-12 16:30:18 +00:00
Doug Blank
1740803a58 Changes for Tag and Report views; Reports can be run from the website
svn: r18297
2011-10-12 16:28:26 +00:00
Jérôme Rapinat
a2e000a04d 5297: typo; self.update() was missing
svn: r18295
2011-10-12 14:49:59 +00:00
Jérôme Rapinat
6dbab99330 5293: return year only with 'about' calculation
svn: r18294
2011-10-12 14:42:54 +00:00
Doug Blank
d03186f36b Changes to search new surname table
svn: r18293
2011-10-12 12:34:23 +00:00
Doug Blank
4ce6dc3788 Should not call _LOG.error (reported by P. Franklin)
svn: r18291
2011-10-12 11:24:21 +00:00
Jérôme Rapinat
0cd782cd5f 5293: at least/at most for ages at death (DAR/DDR)
svn: r18290
2011-10-12 07:15:39 +00:00
Doug Blank
2ed489a858 Gramps Django exports to GEDCOM
svn: r18289
2011-10-12 02:52:04 +00:00
Doug Blank
f47691367c Added rebuild_cache; use base64 string to encode/decode
svn: r18288
2011-10-12 01:17:29 +00:00
Doug Blank
17f1796f1c added cache to objects; added birth/death_ref_index
svn: r18287
2011-10-11 23:42:33 +00:00
Doug Blank
bdc643366d Added return on unserialize; added create for all classes
svn: r18286
2011-10-11 23:39:10 +00:00
Rob G. Healey
2aad276c80 Referenced Sources has been added to class RepositoryPage().
svn: r18284
2011-10-11 02:17:42 +00:00
Rob G. Healey
55b297d1fb Completed some work on RepositoryPage, some work on Navigation menus...
svn: r18283
2011-10-10 20:41:25 +00:00
Paul Franklin
a9f824773a 5240: Failure on start of gramps.py by missing locale.LC_MESSAGE
svn: r18282
2011-10-10 19:35:04 +00:00
Doug Blank
57772e71e6 Changes to allow all reports to run from Django-based backend
svn: r18281
2011-10-10 16:34:39 +00:00
Paul Franklin
98d1fff55c typo
svn: r18280
2011-10-10 16:33:04 +00:00
Paul Franklin
81200951a7 typo
svn: r18279
2011-10-10 16:30:22 +00:00
Doug Blank
f3d74f5dfe Typo: menu not defined
svn: r18278
2011-10-10 15:57:40 +00:00
Doug Blank
552602da8b Added include_in_listing handling to ignore packages
svn: r18276
2011-10-10 12:27:14 +00:00
Rob G. Healey
663a7279ca Created same fix from Gramps33 for Source Pages.
svn: r18274
2011-10-10 05:34:38 +00:00
Doug Blank
4037105e4f Another fix for idempotent export/import round trip
svn: r18272
2011-10-10 01:16:32 +00:00
Doug Blank
5b37466905 allow flag to get_person_handles; update example
svn: r18271
2011-10-10 00:42:34 +00:00
Doug Blank
c9130274d8 do_reg_plugins() requires at least a dbstate
svn: r18270
2011-10-10 00:40:22 +00:00
Doug Blank
4aa7b0710e 4365: Import/Export Gramps XML is not idempotent
svn: r18265
2011-10-09 16:16:10 +00:00
Peter Landgren
9ec1291fd3 Issue 5275, missed the case when lat or long was missing.
svn: r18263
2011-10-08 16:23:48 +00:00
Peter Landgren
06bd6096a4 Issue 5275, problem when lat/long has wrong format in place view.
svn: r18262
2011-10-08 14:23:00 +00:00
Jérôme Rapinat
e7580e774c 5285: Add a blank entry on countries list (same as Calendar)
svn: r18260
2011-10-08 11:28:08 +00:00
Jérôme Rapinat
d9a42299a2 5285: Add a blank entry on countries list
svn: r18256
2011-10-07 10:22:46 +00:00
Rob G. Healey
d9cbb4f6cb Fixed problem in creating Google Family Links page
svn: r18254
2011-10-07 05:52:47 +00:00
Peter Landgren
95c5872126 Fix of issue 5282, white spaces should be kept.
svn: r18252
2011-10-06 16:48:36 +00:00
Rob G. Healey
b028d4c0e1 Fixed a crash in creating the family map page, and some little changes in comments.
svn: r18251
2011-10-06 07:56:49 +00:00
Paul Franklin
2f4a370ea7 typo in 3165 patch -- caught by lcc
svn: r18250
2011-10-04 18:00:13 +00:00
Paul Franklin
fc68033c3a 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 22:51:19 +00:00
Paul Franklin
630751d98b 5259: Detailed Descendant Report, incorrect number sequence and printing of duplicates -- patch from Matt Keenan (matt.keenan@gmail.com)
svn: r18247
2011-10-03 19:35:00 +00:00
Paul Franklin
cf636e380f 5252: Descendend Report traceback referencing NoneType person -- patch from Matt Keenan (matt.keenan@gmail.com)
svn: r18246
2011-10-03 19:33:23 +00:00
Tim G L Lyons
14c4b6a463 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-03 17:19:23 +00:00
John Ralls
315d41790d Add mergecitations.glade to Makefile.am so that it gets installed
svn: r18244
2011-10-02 23:47:52 +00:00
John Ralls
36f45b392a Add MergeCitations.py to Makefile.am so that it gets installed
svn: r18243
2011-10-02 23:15:34 +00:00
John Ralls
d98def8b4f Some more autotools fixups for Citations
svn: r18242
2011-10-02 22:59:15 +00:00
Tim G L Lyons
0626445d38 Add missing new Filters/Rules/Citation SUBDIRS directory.
svn: r18241
2011-10-02 22:18:21 +00:00
John Ralls
59e8941495 Fix typo in src/gui/editors/displaytabs/Makefile.am
svn: r18240
2011-10-02 21:26:06 +00:00
Jérôme Rapinat
9ec57d9bec 3145: Improve image subsection selection; patch for gtk < 2.22 (by Robert Cheramy)
svn: r18239
2011-10-02 08:06:40 +00:00
Rob G. Healey
78685cb16f Tr- erote the display_relationships() on class IndividualPage.
svn: r18233
2011-10-02 01:53:12 +00:00
Tim G L Lyons
8c36ed6a8e 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 21:34:21 +00:00
Tim G L Lyons
afefdb09a7 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 18:00:58 +00:00
Zdeněk Hataš
88cbf1b68a czech translation update
missing holiday added to holidays list

svn: r18214
2011-09-28 18:14:16 +00:00
Jérôme Rapinat
af1f95dbd7 3145: Improve image subsection selection (contribution by Robert Cheramy)
svn: r18212
2011-09-27 06:28:27 +00:00
Tim G L Lyons
a906c98439 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 19:53:18 +00:00
Tim G L Lyons
a4f9e6834d change 'PopulateGramplet' to update the displays on exit
svn: r18210
2011-09-26 19:48:34 +00:00
Tim G L Lyons
66e4d8e1f8 * fix comparison for confidence level in citation filter
svn: r18209
2011-09-26 18:22:32 +00:00
Rob G. Healey
6501d21159 Remoed the global use of place_handle_list, and place_lat_long. Soe cleanup and also pep8 work.
svn: r18201
2011-09-24 09:49:59 +00:00
Michiel Nauta
2d8dd3d3a5 4927: Narrated Web test - layout
svn: r18198
2011-09-24 07:51:40 +00:00
Tim G L Lyons
ecee884729 Fix confidence entry in citation filter
svn: r18197
2011-09-23 19:46:23 +00:00
Michiel Nauta
604fc5ec28 4937: Clipboard - unable to added second source
svn: r18191
2011-09-21 19:13:34 +00:00
Michiel Nauta
7de51cbca9 5246: NarWeb crash when using Family Links option for maps with a place with invalid lat/long
svn: r18189
2011-09-21 13:44:56 +00:00
Michiel Nauta
a4b5f8c1c9 5029: Attributes in websites; again, Nebraska en Visually stylesheets
svn: r18187
2011-09-21 12:21:20 +00:00
Paul Franklin
8d195f112b 5233: Detailed Descendant report, Only show spouse reference if spouse in main report -- patch from Matt Keenan <matt.keenan@gmail.com>
svn: r18186
2011-09-21 05:55:51 +00:00
Paul Franklin
6c3a07da3b 5221: Duplicate Families in Descendant Report -- patch from Matt Keenan <matt.keenan@gmail.com>
svn: r18185
2011-09-21 05:50:51 +00:00
Paul Franklin
3ed68aed28 5221: Duplicate Families in Descendant Report
svn: r18184
2011-09-21 05:40:03 +00:00
Rob G. Healey
19eb347b4a Fixed two errors that caused crashes. Changed variable thumbpreview to inc_thumbnails.
svn: r18183
2011-09-21 03:34:11 +00:00
Tim G L Lyons
5719832f36 Citation filters
svn: r18182
2011-09-20 22:05:41 +00:00
Paul Franklin
08470002b5 5155: Complete Individual Report always tries to include images
svn: r18181
2011-09-20 19:59:11 +00:00
Paul Franklin
9dce82ac00 typo
svn: r18180
2011-09-20 18:34:54 +00:00
Jérôme Rapinat
300728ec48 update list to 3.4 number ...
svn: r18178
2011-09-20 14:22:07 +00:00
Jérôme Rapinat
ebe91fd07b 5244: Add IsRelatedWith Filter
svn: r18174
2011-09-19 08:41:11 +00:00
Rob G. Healey
7cb8c66272 Changed the name of the Horizontal and Vertical menus style sheets.
svn: r18173
2011-09-19 05:17:50 +00:00
Rob G. Healey
a4ee67d53f Fixed Family Attributes and Family LDS Ordinance. Thank you Michiel Nauta.
svn: r18172
2011-09-19 02:26:07 +00:00
Tim G L Lyons
21e402fc6f * Updated signal handlers to deal with citation tree model and secondary nodes
* Fix for citation selector.

svn: r18171
2011-09-18 19:49:18 +00:00
Craig J. Anderson
530d6216b6 didn't see that I had modified this file for something else.
backed out the one line change.


svn: r18169
2011-09-15 00:27:40 +00:00
Craig J. Anderson
dd92bf6e1a fixes:
http://www.gramps-project.org/bugs/view.php?id=5175
put in a valid email address



svn: r18168
2011-09-15 00:19:26 +00:00
Michiel Nauta
44f0c6e98b 5063: again, rewritten Mainz stylesheet
svn: r18160
2011-09-13 21:49:03 +00:00
Rob G. Healey
04cb1db273 Brought Family LDS section with IndividualPage's: Families section.
svn: r18159
2011-09-13 18:04:29 +00:00
Rob G. Healey
11de3759f7 Bug#5029-- Attributes in Websites; Moved Family ttributes into IndidivudalPage: Families: Attributes.
svn: r18158
2011-09-13 03:26:38 +00:00
Brian Matherly
269df644df Patch from Matt Keenan <matt.keenan@gmail.com> - 0005217: Number of text reports crashing during deepcopy() for Python <2.7
svn: r18156
2011-09-12 02:40:13 +00:00
Michiel Nauta
77654ffc82 5227: NarWeb, multiple persons are not seperated by comma
svn: r18152
2011-09-11 20:26:45 +00:00
Michiel Nauta
29d693ed49 5226: again, husband and wife links
svn: r18148
2011-09-11 10:55:11 +00:00
Michiel Nauta
dc00fa980d 5226: NarWeb, family events don't list persons on event page and event list page
svn: r18146
2011-09-11 10:32:37 +00:00
Michiel Nauta
716c959e23 5225: again, place page title
svn: r18144
2011-09-11 08:09:01 +00:00
Rob G. Healey
fa5a5f4c0d Fixed the last row's emptyCols for ThumbnailPreviewPage().
svn: r18139
2011-09-10 06:17:14 +00:00
Michiel Nauta
83d9ac4994 5225: NarWeb, map page title misses and event page title is strange
svn: r18137
2011-09-09 22:02:18 +00:00
Michiel Nauta
25457c6c1e 5224: NarWeb, associations table appends 1 to person name
svn: r18135
2011-09-09 21:08:37 +00:00
Michiel Nauta
2c52c8cc42 5223: NarWeb, first image thumbnail description errors
svn: r18133
2011-09-09 20:26:23 +00:00
Michiel Nauta
5bf9b8217e 4305: again for mimeless images
svn: r18131
2011-09-09 19:31:17 +00:00
Michiel Nauta
c0f3cf1084 5209: Narrated Web Site - Mainz - Year At A Glance - Rendering Error
svn: r18129
2011-09-09 19:09:06 +00:00
Rob G. Healey
a6a49cf526 Finished off creating the last row if it is incomplete in Thumbnail Preview Grid page?
svn: r18127
2011-09-09 08:34:12 +00:00
Rob G. Healey
d435c31d9e Cleanup of ColumnPartner, and removed section MarriageReport.
svn: r18125
2011-09-08 10:03:03 +00:00
Rob G. Healey
87460f0788 Cleanup of class PlaceListPage()
svn: r18124
2011-09-08 09:47:53 +00:00
Rob G. Healey
1f290c934d Simplified the listing of the class FamilyListPage(), so that a couple is only shown once in the list.
svn: r18123
2011-09-08 09:23:10 +00:00
Rob G. Healey
09e9e253fa Consolidated many occurences of ColumnRowLabel into one...
svn: r18122
2011-09-08 09:21:22 +00:00
Jérôme Rapinat
7966ecd52f 4400: add chinese date handler for testing (not enabled on Makefile.am, see __init__.py and DateHandler.py)
svn: r18120
2011-09-07 12:40:20 +00:00
Brian Matherly
4b3e119faa Patch by Adam Stein <adam@csh.rit.edu > - 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 02:54:19 +00:00
Brian Matherly
c4d4762c30 Patch from Matt Keenan <matt.keenan@gmail.com> - 0005149: Provide Name Format option for some text reports
svn: r18118
2011-09-07 02:49:08 +00:00
Rob G. Healey
147f74c3b1 Some cleanup work
svn: r18117
2011-09-07 01:35:45 +00:00
Nick Hall
b5ff4c9aea 5012: Move custom rule configuration file into the version directory and provide upgrade from previous version
svn: r18115
2011-09-06 14:43:03 +00:00
Rob G. Healey
ec1018973d Bug#5165; fixed filename of Thumbnail Page in class ThumbnailPreview(). Thank you, Jerome Rapinat.
svn: r18113
2011-09-04 23:29:20 +00:00
Tim G L Lyons
c474e5e638 * 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 22:19:15 +00:00
Jérôme Rapinat
897e85aa51 4973: Gramps doesn't handle locale setting failure very well; testing (Tim's patch)
svn: r18109
2011-09-03 15:44:06 +00:00
Peter Landgren
5c7f6751af Fix of first issue in 5194.
svn: r18105
2011-09-03 11:26:15 +00:00
Nick Hall
6004f5ee22 5112: Fix error when moving empty surname row
svn: r18102
2011-09-02 20:10:13 +00:00
Tim G L Lyons
bb854ec772 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 10:40:53 +00:00
Brian Matherly
24900750a9 Patch from Nick Hall - 0005193: Web Calendar report gives an error for the default style sheet.
svn: r18099
2011-09-02 02:03:39 +00:00
Brian Matherly
eb85361c7e Patch by Adam Stein <adam@csh.rit.edu > - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - add image cropping to Cairo documents
svn: r18097
2011-09-02 01:32:03 +00:00
Tim G L Lyons
bad963e150 Modifications to upgrade code as suggested by Michiel Nauta; many thanks for his advice.
svn: r18096
2011-09-01 22:07:04 +00:00
Tim G L Lyons
29cc4ee6e9 * 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 18:13:42 +00:00
Rob G. Healey
85e803f5f6 Added the missing thumbnails on the preview page. Added option to create the family pages or not?
svn: r18094
2011-09-01 04:51:13 +00:00
Rob G. Healey
ed18bf59bf Fixed hyperlink to the Thumbnail Preview page. Thank you, Jerome Rapinat
svn: r18093
2011-09-01 02:43:17 +00:00
Rob G. Healey
95a292f344 Finished working on the thumbnail preview page and updated the style sheets with the necessary style elements.
svn: r18091
2011-08-31 02:06:59 +00:00
Rob G. Healey
cde4bb16d5 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 19:16:33 +00:00
Nick Hall
ec1f15e94b 5191: Remove family heading when the active person has no families
svn: r18089
2011-08-30 18:35:52 +00:00
Nick Hall
afef197a57 Update Gramps XML Import/Export to support Citations
svn: r18086
2011-08-30 12:34:46 +00:00
Tim G L Lyons
5a3cef062c * 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-30 10:40:30 +00:00
Michiel Nauta
319db30436 5151: Latin American surname guessing fails
svn: r18083
2011-08-29 19:06:20 +00:00
Rob G. Healey
97077b5146 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 09:04:02 +00:00
Rob G. Healey
87a6c03c8f Cleanup of FamilyPage(), format_family_events(), and display_event_row().
svn: r18081
2011-08-29 07:02:17 +00:00
Rob G. Healey
a9dc79c730 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-29 05:06:37 +00:00
Michiel Nauta
bcbe23ebbb 3963: Webreport, Individual's side, bug in event's note
svn: r18078
2011-08-27 10:08:24 +00:00
Michiel Nauta
d79eaa2b93 3893: [NarWeb] Narrated Website does not export all sources
svn: r18076
2011-08-27 10:01:30 +00:00
Michiel Nauta
a7bfa88f3b 4523: WebCal generates wrong path slash -\ instead of /
svn: r18074
2011-08-27 09:51:58 +00:00
Michiel Nauta
41dfd5e55e 4486: Validate webpages again, single parent families
svn: r18072
2011-08-27 09:43:08 +00:00
Rob G. Healey
94799a83ca Fixed FamilyPage()...
svn: r18071
2011-08-27 02:53:09 +00:00
Rob G. Healey
c942a8bee6 Added event.get_media_list() and Notes, urls, source references, and media to FamilyPage.
svn: r18070
2011-08-27 00:26:33 +00:00
Tim G L Lyons
d3dcbb1c12 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 23:18:11 +00:00
Rob G. Healey
860d946652 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-26 05:34:47 +00:00
Michiel Nauta
cb500359fb 4486: NarrativeWeb does not validate
svn: r18064
2011-08-25 20:47:36 +00:00
Rob G. Healey
a2e4669a3a Removed ColumnMedia from FamilyListPage, and Benny said it would take a huge hit on bandwidth and load timing.
svn: r18061
2011-08-24 07:12:54 +00:00
Rob G. Healey
a9cff60f04 Added class FamilyListPage, remove global variable _individuallist, and added some error catching. I am stuck on class FamilyPage...
svn: r18060
2011-08-24 05:52:11 +00:00
Kees Bakker
d04efcfb7e Bugfix for 5146 and 5106 - ImportProGen fails on Windows because some files
must be read as "binary".


svn: r18056
2011-08-23 19:48:33 +00:00
Kees Bakker
abaf5cd4f6 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 19:46:11 +00:00
Tim G L Lyons
165625715d 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 16:54:03 +00:00
Rob G. Healey
6befeb2c3b Cleanup of alphabet navigation bar's title
svn: r18053
2011-08-23 07:21:43 +00:00
Michiel Nauta
02d05a3d4b Updated Rob's stylesheets from r18045
svn: r18052
2011-08-21 19:34:27 +00:00
Rob G. Healey
699d742688 Added style sheet for upcoming Web Thumbnail Gallery
svn: r18051
2011-08-21 08:27:06 +00:00
Michiel Nauta
142d868ba1 4305: p element in W3 compliance
svn: r18048
2011-08-19 19:10:49 +00:00
Brian Matherly
b0b919d148 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-19 01:57:43 +00:00
Rob G. Healey
3b30d1dee6 Added style sheet elements for the upcoming FamilyListPage() coming in NarrativeWeb... Already discussed these elements with Michael Nauta.
svn: r18045
2011-08-18 00:43:55 +00:00
Rob G. Healey
a3fd13e185 Fixed issue with creating the Media object's Date object from image Exif metadata.
svn: r18044
2011-08-18 00:29:22 +00:00
Rob G. Healey
f90367ad86 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-17 07:08:31 +00:00
Michiel Nauta
41d3ab4d58 5159: Import of xml file with note linking to duplicate object points to original object
svn: r18038
2011-08-16 20:31:30 +00:00
Michiel Nauta
9dd5465216 5140: Import of Gramps XML file with cross table duplicate handles crashes
svn: r18036
2011-08-16 20:06:43 +00:00
Brian Matherly
603238aeb0 0004605: Multiple improvements for LaTeX output (patch from Harald Rosemann)
svn: r18035
2011-08-14 14:12:53 +00:00
Rob G. Healey
fe4df17781 Adjusted dtyle sheet elements for Family Map pages.
svn: r18033
2011-08-11 23:14:01 +00:00
Rob G. Healey
545d61353e Code cleanup: Fixed and cleanup of event_box and entry combo.
svn: r18032
2011-08-11 21:50:54 +00:00
Michiel Nauta
be5cd168a7 Use correct thumbnail for unthumbnailable images, see bug 5017
svn: r18028
2011-08-11 20:00:46 +00:00
Rob G. Healey
199786a53c Little bits of cleanup in the javascript code for place maps.
svn: r18027
2011-08-11 09:28:24 +00:00
Serge Noiraud
49dd772d3c Geography : first try to solve bug 5053.
svn: r18026
2011-08-11 07:55:39 +00:00
Rob G. Healey
823d3b4034 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-11 07:02:30 +00:00
Rob G. Healey
86334caef3 Fixed issue in adding the media object's date field.
svn: r18023
2011-08-10 20:48:10 +00:00
Michiel Nauta
6cbe9e31b5 5145: attempted deletion stopped
svn: r18020
2011-08-09 20:34:21 +00:00
Jérôme Rapinat
15d3beba04 more confort for small screen
svn: r18017
2011-08-09 16:14:52 +00:00
Rob G. Healey
68a47bd01f 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-09 07:41:50 +00:00
Rob G. Healey
36aa9f3c86 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 23:59:06 +00:00
Michiel Nauta
b46a74df36 5109: Error when merging duplicate records
svn: r18012
2011-08-08 21:04:03 +00:00
Jérôme Rapinat
2176d10611 openstreet_jsc not initialized on body according to htmlconst
svn: r18011
2011-08-08 16:14:20 +00:00
Jérôme Rapinat
fd47b5f5f5 Enable Japanese support
svn: r18009
2011-08-08 07:10:34 +00:00
Serge Noiraud
c3cf0dac3e Geoview : after removing mapstraction, make didn't work.
svn: r18000
2011-08-07 10:58:42 +00:00
Rob G. Healey
709dfffe32 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 23:19:20 +00:00
Rob G. Healey
f629aac17a Fixed a couple of small little things.
svn: r17997
2011-08-06 20:50:43 +00:00
Serge Noiraud
80fd27c2bc GeoView : removing all the old files ( mapstraction directory )
svn: r17996
2011-08-06 19:56:41 +00:00
Rob G. Healey
9bc77650e7 Removed unnecessary function that was missed from earlier commits.
svn: r17995
2011-08-06 17:15:46 +00:00
Rob G. Healey
6ac9bbdf2c Fixed placement of button on Google-Markers. Fixed navigation menu title within hyperlink.
svn: r17993
2011-08-06 08:27:40 +00:00
Rob G. Healey
4027c75d52 Attempt at getting zoomlevel correct in displaying a larger map section based on Family Map.
svn: r17992
2011-08-06 00:38:08 +00:00
Rob G. Healey
eaec14898b Fixed and enhanced the Google Maps, OpenStreetMaps will be next
svn: r17991
2011-08-05 07:15:08 +00:00
Rob G. Healey
e6a22dd95c Finally have all pieces working once again...
svn: r17987
2011-08-02 09:10:49 +00:00
Jérôme Rapinat
13446491b2 5120: 'Export view' to odt file crashs (patch by PaulFranklin)
svn: r17986
2011-08-02 06:02:27 +00:00
Nick Hall
e26c5325e0 New citation editor
svn: r17983
2011-08-01 22:49:19 +00:00
Brian Matherly
2b9afdf45d Patch by Adam Stein <adam@csh.rit.edu > - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - make links clickable in LaTeX.
svn: r17982
2011-07-31 20:44:44 +00:00
Rob G. Healey
6b0472d333 Removed blue-marker.png image because Serge has plenty of marker images for GeoView and Geography.
svn: r17980
2011-07-30 06:07:00 +00:00
Nick Hall
570f5e53a3 Remove code that was adding duplicate nodes to the model
svn: r17979
2011-07-29 18:47:20 +00:00
Tim G L Lyons
61944d7a49 Fixed missing column_header and 'self' in citationmodel
svn: r17978
2011-07-29 10:51:26 +00:00
Tim G L Lyons
f9df3503b2 Added svn properties and improved some code layout (mainly long lines).
svn: r17977
2011-07-29 10:31:41 +00:00
Rob G. Healey
5eb58e76bf Beginning steps for Google/ Family Map Options.
svn: r17976
2011-07-28 16:10:37 +00:00
Rob G. Healey
6e6da970b5 Adding blue marker as a secondary marker for NarrativeWeb's PlaceMap and FamilyMap.
svn: r17975
2011-07-28 14:44:10 +00:00
Rob G. Healey
9d8ee10359 More work being done on FamilyMap with OpenStreetMap.
svn: r17974
2011-07-28 14:16:34 +00:00
Nick Hall
763bea26ec Allow selection of two different object types in selectors
svn: r17973
2011-07-27 18:53:17 +00:00
Rob G. Healey
9f1cbc9ffc 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 03:57:41 +00:00
Brian Matherly
9bc3d725cb Patch by Adam Stein <adam@csh.rit.edu > - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports"
svn: r17971
2011-07-27 03:26:12 +00:00
Jérôme Rapinat
030d675b72 typo
svn: r17969
2011-07-26 09:24:51 +00:00
Jérôme Rapinat
c278b158e8 make OpenStreetMap and Marker layers working together
svn: r17968
2011-07-26 08:44:22 +00:00
Rob G. Healey
249d4bd55b Removedall unnecessary style sheet elements.
svn: r17967
2011-07-26 07:05:32 +00:00
Rob G. Healey
888e464700 Added extra features to OpenStreetMap in Place Maps.
svn: r17966
2011-07-26 05:12:15 +00:00
Nick Hall
59c793608c Introduce experimental netbook mode for small screen sizes
svn: r17965
2011-07-25 22:47:57 +00:00
Nick Hall
871508b7f3 Correct column heading
svn: r17963
2011-07-24 23:47:17 +00:00
Nick Hall
7b743e61af Improve layout of citation tree view
svn: r17962
2011-07-24 23:42:05 +00:00
Nick Hall
6df8226f11 Add width and height configuration settings
svn: r17961
2011-07-24 23:38:49 +00:00
Tim G L Lyons
9ff46d9eab 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 18:30:28 +00:00
Jérôme Rapinat
390410f2ca try to add support for OpenStreetMap; overview controler
svn: r17958
2011-07-24 14:57:43 +00:00
Jérôme Rapinat
2f743336e8 try to add support for OpenStreetMap; switcher support
svn: r17957
2011-07-24 14:51:48 +00:00
Jérôme Rapinat
d20c2b49fc try to add support for OpenStreetMap; better naming
svn: r17956
2011-07-24 14:45:04 +00:00
Jérôme Rapinat
abe77ef759 try to add support for OpenStreetMap; cleanup
svn: r17955
2011-07-24 14:42:23 +00:00
Jérôme Rapinat
de95dd72e0 try to add support for OpenStreetMap; same init() name as Google (body onload)
svn: r17954
2011-07-24 13:38:12 +00:00
Jérôme Rapinat
569c9f790d try to add support for OpenStreetMap's marker and layer
svn: r17953
2011-07-24 13:25:47 +00:00
Jérôme Rapinat
17a863b4cc try to add OpenLayers.js support for OpenStreetMap
svn: r17952
2011-07-24 12:54:58 +00:00
Jérôme Rapinat
5a6ddb8b60 use main url for OpenLayers.js
svn: r17951
2011-07-24 12:38:00 +00:00
Jérôme Rapinat
490492bd55 try to add OpenLayers.js support for OpenStreetMap
svn: r17950
2011-07-24 12:31:55 +00:00
Rob G. Healey
efc97de594 Fixed missing longitude/ latitude variables for openstreetmap. Thank Jerome Rapinet.
svn: r17949
2011-07-24 09:06:51 +00:00
Jérôme Rapinat
3c15b42e98 minor improvements after rev17946
svn: r17948
2011-07-23 10:31:38 +00:00
Rob G. Healey
12148e7dbb Feature request#4754; Updated Creative Commons's icon for web pages such as NarrativeWeb and WebCal.
svn: r17947
2011-07-23 06:16:55 +00:00
Rob G. Healey
2b222cb92a Added OpenStreetMap and GoogleMap javascript code into the library for easier processing and usability. Updated NarrativeWeb as needed.
svn: r17946
2011-07-23 06:06:27 +00:00
Rob G. Healey
a232e644a3 Fixed the proper timing for the Edit and Delete buttons to be sensitive.
svn: r17943
2011-07-21 09:09:05 +00:00
Rob G. Healey
bdb27312b7 Forgot to remove mapstraction.css ad add narrative-maps.css
svn: r17941
2011-07-20 05:42:41 +00:00
Rob G. Healey
146653eb3f Fixed an error in saving Altitude. Some cleanup of code
svn: r17940
2011-07-20 01:53:04 +00:00
Rob G. Healey
aa8369263c 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 07:32:54 +00:00
Rob G. Healey
531bf3a78f Finished up with Family Map Pages' map. Fixed the Place Maps' tab options.
svn: r17938
2011-07-19 06:12:44 +00:00
Rob G. Healey
f8d698aecb 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-18 22:09:00 +00:00
Rob G. Healey
b082ee8d55 Updated Family Map pages to use the latest google v3 javascript map builder.
svn: r17935
2011-07-16 07:06:48 +00:00
Rob G. Healey
fd1ddece33 Great big cleanup.
svn: r17934
2011-07-16 00:04:46 +00:00
Michiel Nauta
49feac90fa 4861: Relationship view doesn't show marriage if no spouse
svn: r17932
2011-07-15 17:14:02 +00:00
Nick Hall
9a1b8ec128 Remove set_has_data calls
svn: r17931
2011-07-15 14:57:35 +00:00
Rob G. Healey
d4492760a6 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 21:32:01 +00:00
Rob G. Healey
88f97a0501 Enabled the marker for the place in the place map. Click on a marker and watch...
svn: r17927
2011-07-14 09:26:32 +00:00
Rob G. Healey
473c809e39 Feature request#5026 -- fixed mistakes added in last commit.
svn: r17926
2011-07-14 08:06:36 +00:00
Rob G. Healey
e2b4233aec Feature request#5026: Ability to select another map provider than Google on NarrativeWeb report; thank you Jerome Rapinet.
svn: r17925
2011-07-13 22:53:03 +00:00
Michiel Nauta
a1185b4d67 4907: Do not create links to AddressBookPage on Main Nav Menu if addrlist is empty
svn: r17921
2011-07-12 21:17:50 +00:00
Michiel Nauta
1cf4315a63 5063: Mainz stylesheet bugs: align subtables and fix source ref links
svn: r17919
2011-07-12 20:48:31 +00:00
Rob G. Healey
feaa957620 Added functionality to allow user to changed the media object's title within my addon.
svn: r17918
2011-07-12 04:15:50 +00:00
Brian Matherly
bb6ad450e3 Patch by Adam Stein <adam@csh.rit.edu > - Partial completion of "0002513: Using section/region on media_ref as thumbnail on reports"
svn: r17917
2011-07-12 03:30:58 +00:00
Rob G. Healey
c9f0f2c8d7 Removed the convert GPS functionality as this is not a GPS Conversion script.
svn: r17916
2011-07-12 02:02:01 +00:00
Rob G. Healey
af2cf6c331 Fixed many errors in save, copy, clear. Added changes made by Nick Hall-- using libmetadata.
svn: r17915
2011-07-12 00:03:21 +00:00
Michiel Nauta
a2b617201d 5063: Mainz stylesheet bugs
svn: r17913
2011-07-10 19:01:30 +00:00
Nick Hall
7f02492f0f Move metadata treeview into a new library file
svn: r17912
2011-07-10 18:32:12 +00:00
Rob G. Healey
3085c2ada2 Fixed an crashing error in Save and Copy functions.
svn: r17911
2011-07-09 20:36:00 +00:00
Rob G. Healey
9ff5fd9039 Moved tag_label to before func in TAGS_. Modified column lengths to attempt to better view the displaying area.
svn: r17910
2011-07-09 19:07:52 +00:00
Rob G. Healey
b09102b184 Modified valid PIL.Image file types to match file types in valid exiv2 types.
svn: r17909
2011-07-09 10:18:16 +00:00
Rob G. Healey
cd6418d90c 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-09 08:13:13 +00:00
Jérôme Rapinat
bc69af84af typo on docstring
svn: r17905
2011-07-08 15:50:55 +00:00
Rob G. Healey
9c8e67ca9d Fixed some layout things.
svn: r17903
2011-07-07 19:32:32 +00:00
Rob G. Healey
2514f1dc77 Removed a duplicate function. Removed some set.size_requests as possible without destroying the layout of the Edit window.
svn: r17902
2011-07-07 19:19:30 +00:00
Peter Landgren
dc469aed0b Fix of issue 5045 and 5073, double progress bars ic now one.
svn: r17900
2011-07-07 08:29:50 +00:00
Rob G. Healey
3c89080193 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 05:45:07 +00:00
Doug Blank
768fe26346 Refactored statusbar width
svn: r17898
2011-07-07 02:37:52 +00:00
Nick Hall
58eb8627e9 4809: Add an option to restore a GrampsBar to its default gramplets
svn: r17897
2011-07-06 22:31:03 +00:00
Rob G. Healey
58657454f5 Clean up of import section, added node category -- thanks Nick Hall. Cleanup of code.
svn: r17894
2011-07-05 21:20:44 +00:00
Nick Hall
e305834f5a Update Metadata Viewer gramplet to use a tree view
svn: r17892
2011-07-02 17:29:59 +00:00
Nick Hall
59f4dc3fe9 5069: Fix bug preventing info objects being added to a root node of a tree
svn: r17891
2011-07-02 14:05:57 +00:00
Michiel Nauta
5bbe4fc56e 5059: Reordering Gramps IDs fails
svn: r17886
2011-07-01 11:44:26 +00:00
Michiel Nauta
cb3d1f8ce5 5054: ID format conversion creates duplicates
svn: r17884
2011-07-01 11:22:37 +00:00
Rob G. Healey
abf4584921 Cleanup of some def variables.
svn: r17879
2011-07-01 06:13:58 +00:00
Rob G. Healey
0f735d1941 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-07-01 05:25:11 +00:00
Nick Hall
29e5f4a326 Enhance sources gramplets to show sources of child objects
svn: r17875
2011-06-30 21:30:40 +00:00
Nick Hall
f34d60ad9d 5055: Issue warning when attempting to edit media reference when media object is already being edited
svn: r17873
2011-06-30 20:41:15 +00:00
Rob G. Healey
ce508eb8a3 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 15:39:41 +00:00
Brian Matherly
d25248ccb8 0004705: Book Report does not work from CLI (Patch from Paul Franklin).
svn: r17870
2011-06-30 02:47:48 +00:00
Rob G. Healey
ab8c2d8693 Fixed an error in convert_file().
svn: r17869
2011-06-30 02:16:47 +00:00
Rob G. Healey
191790e1bd Fixed list of compatible PIL.Image convertible image types.
svn: r17868
2011-06-30 00:30:53 +00:00
Rob G. Healey
2ae741bcc4 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 08:31:37 +00:00
Rob G. Healey
8fe8b7e82f Fixed GPS Coordinates. Fixed Converting image files. Fixed media object.set_path(). Fixed media object_set_date_object(). Some cleanup.
svn: r17863
2011-06-29 05:03:03 +00:00
John Ralls
ee5d62701e 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 23:05:53 +00:00
Michiel Nauta
2a10453af0 5046: GEDCOM import fails on aka name
svn: r17838
2011-06-27 15:20:56 +00:00
Jérôme Rapinat
5341b4d132 5023: Textual reports are crashing with HTML format without stylesheet set
svn: r17837
2011-06-27 07:37:32 +00:00
Jérôme Rapinat
dfd17224ad 5032: Report selection logic
svn: r17835
2011-06-27 07:17:20 +00:00
Michiel Nauta
dff684cad0 Hardened thumbnailer for errors such as bug 5017
svn: r17830
2011-06-25 11:56:13 +00:00
Brian Matherly
a7cf957319 0004977: feature request: sorted "Available Items" in Book Report (Patch from Paul Franklin)
svn: r17826
2011-06-22 12:14:52 +00:00
Rob G. Healey
37431956f1 Fixed error in strip_metadata() that crashed when clearing the viewing area.
svn: r17825
2011-06-22 06:22:41 +00:00
Rob G. Healey
9403a64c12 Removed the use of the del/ rm command to delete a file. Thank you, Brian Matterly.
svn: r17824
2011-06-21 00:29:52 +00:00
Michiel Nauta
951e38ca71 5022: Layout in website 3.0
svn: r17822
2011-06-20 21:38:52 +00:00
Michiel Nauta
2238392330 4808: Latitude and Longitude in the web report
svn: r17820
2011-06-20 21:34:03 +00:00
Michiel Nauta
902fa56b26 5027: After export to XML and Import into new DB all surnames become primary
svn: r17818
2011-06-20 15:25:28 +00:00
Rob G. Healey
e2e399799c 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-20 06:31:22 +00:00
Peter Landgren
4750ab4816 Endnotes improvment, see issue 4997 & 4998.
svn: r17809
2011-06-19 11:47:22 +00:00
Brian Matherly
8d71cee996 0005018: CLI report claims to ignore pre-existing "note" option (Patch from Paul Franklin)
svn: r17807
2011-06-19 02:50:25 +00:00
Rob G. Healey
5460d4880f Added error trapping, adjusted size of Edit Window, fixed errors and some cleanup.
svn: r17804
2011-06-17 06:54:03 +00:00
Jérôme Rapinat
072fbd2ada Add Danish DateHandler (contribution by Chris Darnell)
svn: r17800
2011-06-16 11:16:27 +00:00
Doug Blank
9177ad1690 5000: feature request: make GRAMPSHOME's parent tree if needed, by PFranklin
svn: r17798
2011-06-16 10:42:08 +00:00
Brian Matherly
0b236b179e Clarify some command line report options.
svn: r17795
2011-06-15 12:18:38 +00:00
Jérôme Rapinat
b8c0aaf572 4934: Menu items on SimpleTable and ScratchPad ignore translation strings for object class
svn: r17793
2011-06-15 11:56:15 +00:00
Benny Malengier
ee14f249f3 5002: control n and p to move between categories not working
svn: r17791
2011-06-15 08:35:42 +00:00
Benny Malengier
89575e7208 src/gui/views/navigationview.py
svn: r17784
2011-06-14 21:12:10 +00:00
Benny Malengier
fb0e7e007f 5004: hot key for bottombar and filter sidebar
svn: r17782
2011-06-14 21:01:59 +00:00
Benny Malengier
df971e431d 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 20:34:39 +00:00
Jérôme Rapinat
33fa065bb5 4934: context for translators
svn: r17776
2011-06-14 13:59:13 +00:00
Michiel Nauta
7ff20332ac 4856: Gedcom import of empty note leads to invalid database
svn: r17766
2011-06-13 08:25:31 +00:00
Peter Landgren
a7cc6381ae Fix of issue 4992, same value in both lat and long.
svn: r17762
2011-06-12 18:42:45 +00:00
Nick Hall
a45d8fdd09 Display partial dates as invalid
svn: r17760
2011-06-12 13:10:18 +00:00
Nick Hall
916186039f Bug fix
svn: r17759
2011-06-12 13:04:16 +00:00
Michiel Nauta
f86751865c 4316: [NarWeb] Missing document.png
svn: r17742
2011-06-10 17:05:45 +00:00
Rob G. Healey
dda9c5eaf6 pylint score cleanup...
svn: r17740
2011-06-10 06:47:04 +00:00
Rob G. Healey
6d58e4db96 Disabled 'content-changed' signal which at least allows me to enter the date without it crashing.
svn: r17739
2011-06-10 04:25:08 +00:00
Rob G. Healey
f3df3d4ece Nick Hall created a patch which adds bet6ter date validation, and Latitude/ Longitude validation.
svn: r17738
2011-06-10 02:12:07 +00:00
Nick Hall
6c3013d764 Fix error when date and time are empty
svn: r17736
2011-06-09 22:35:44 +00:00
Nick Hall
cdcc030bf0 Tidy up date/time functionality
svn: r17735
2011-06-09 17:16:17 +00:00
Peter Landgren
d66d7cdc9c Fix so that date, if any, in source reference is printed.
svn: r17734
2011-06-09 14:26:23 +00:00
Peter Landgren
9c7fd12d56 Fix so that date, if any, in source reference is printed.
svn: r17733
2011-06-09 14:25:46 +00:00
Rob G. Healey
b17dd8fe3e Code refinement provided by Gerald Britton.
svn: r17728
2011-06-09 06:32:22 +00:00
Rob G. Healey
1d1c177acd Tweak'd the _format_datetime() function.
svn: r17726
2011-06-09 03:41:30 +00:00
Rob G. Healey
a5632c38d5 Added patch to fix the 'Modified' and 'Original' date/ time fields. Thank you Nick Hall.
svn: r17725
2011-06-09 03:27:43 +00:00
Gary Burton
ae30ba66ad Improve alignment of gallery objects and their text labels
svn: r17721
2011-06-08 19:51:58 +00:00
Michiel Nauta
4e76a47c53 Preserve import handle when family tree is empty
svn: r17715
2011-06-08 15:22:23 +00:00
Rob G. Healey
679b3a86ee Fixed an error in 'converting Latitude/ Longitude' in save_metadata().
svn: r17714
2011-06-08 05:06:51 +00:00
Rob G. Healey
da6423d184 Fixed a failure to save...
svn: r17713
2011-06-08 02:48:47 +00:00
Rob G. Healey
ba55888eff 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-08 00:29:14 +00:00
Nick Hall
deebab7a01 4969: Prevent a view being changed whilst a view change is already in progress
svn: r17710
2011-06-07 22:49:18 +00:00
John Ralls
2044a2ef72 Move Mac localization settings inside Gramps.
svn: r17707
2011-06-07 16:29:19 +00:00
Serge Noiraud
2d24d68753 Geography : The first click on button 1 ( left ) gives a zoom after changing map view.
svn: r17704
2011-06-07 06:09:43 +00:00
Rob G. Healey
5b2b2eead3 Fixed an error in thumbnail_view(). Thank you, Helge Privat
svn: r17703
2011-06-07 01:53:30 +00:00
Nick Hall
ffe9ecd8fd 4974: Fix formatting of dates before 1900
svn: r17702
2011-06-06 22:33:15 +00:00
Michiel Nauta
dc36a4b9c2 Add comment clarifying use of modal during tag assignment/reÃmoval
svn: r17699
2011-06-06 20:19:38 +00:00
Gary Burton
b864727d03 Bug #4825. Ensure that button is still clickable
svn: r17695
2011-06-06 16:07:32 +00:00
Brian Matherly
b07992a213 Add support for paper margins from CLI.
svn: r17693
2011-06-06 03:12:16 +00:00
Brian Matherly
bb17fd2af0 Add support for lists on the command line.
svn: r17691
2011-06-06 02:06:18 +00:00
Doug Blank
8f71da793c 4964: Gramps crashed during web report generation with person place maps
svn: r17687
2011-06-04 14:00:24 +00:00
Doug Blank
17e7d64524 4964: Gramps crashed during web report generation with person place maps
svn: r17685
2011-06-04 13:55:55 +00:00
Rob G. Healey
1c0a62d501 Added GPSAltitude, GPSAltitudeRef, GPSTimeStamp...
svn: r17681
2011-06-04 00:07:34 +00:00
Michiel Nauta
fa6bd1a56f Make InfoDialog non modal
svn: r17679
2011-06-03 15:32:48 +00:00
Michiel Nauta
0a12d3a3ad Fix merge advice on import to merge places with identical ids
svn: r17677
2011-06-03 15:20:44 +00:00
Michiel Nauta
1567978f9d 4959: Errors raised by Organize Tags window related to tag removal
svn: r17675
2011-06-03 12:11:18 +00:00