Commit Graph

3446 Commits

Author SHA1 Message Date
Gerald Britton a8375c02df Rearrange comments for added clarity
svn: r16601
2011-02-11 14:03:02 +00:00
Doug Blank 82d4f8cb54 4362: [XML] Cannot import url styled text on note
svn: r16600
2011-02-11 13:35:21 +00:00
Gerald Britton 6bfc9224d8 In method cleanup_empty_objects, replace dispatch dictionary with tuple
svn: r16598
2011-02-10 17:46:21 +00:00
Gerald Britton fd81aef58b Tweak replacing a list with a set
svn: r16597
2011-02-10 17:44:10 +00:00
Craig J. Anderson baaa890efc added 'raise ReportError' if the person/family is not in the database (cli mostly)
svn: r16596
2011-02-10 14:41:46 +00:00
Craig J. Anderson 74c7fbed87 fixed 4602
fixed 4623
various code clean up


svn: r16595
2011-02-10 03:55:34 +00:00
Michiel Nauta 1231b1cac8 4590: Error on access of LDS editor when sealed to family has been removed.
svn: r16592
2011-02-09 16:03:52 +00:00
Rob G. Healey fc9001632d 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 09:07:49 +00:00
Rob G. Healey aa04f08668 Bug#4601: More w3c compliance fixes in person_link() and SurnameListPages.
svn: r16586
2011-02-07 07:06:25 +00:00
Jérôme Rapinat 7028619387 4612: 'elf' instead of 'self' (fixed by Harald Rosemann)
svn: r16585
2011-02-06 13:08:45 +00:00
Gerald Britton bfc6e84e07 Bug 4287: Fix Html.attr property for self-closing tags (e.g. <img ... />)
svn: r16582
2011-02-05 18:59:44 +00:00
Jérôme Rapinat ded1c7ea29 4597: crash when switching into Geography view from Places view
svn: r16564
2011-02-04 07:33:28 +00:00
Rob G. Healey 3ec04c6edd Bug#4601 -- W3C Validation part#1; cleanup of the core pages has been done.
svn: r16563
2011-02-04 03:41:16 +00:00
Serge Noiraud 6d0135760f GeoView : Resizing problem : desactivate the possibility to have bars.
svn: r16559
2011-02-03 19:17:06 +00:00
Rob G. Healey 14fd1d0df6 Fixed navigation menus in Nebraska style sheet.
svn: r16558
2011-02-03 18:42:40 +00:00
Gerald Britton bdde8f08fe Port fix in branch for missing PUBLIC keyword in DOCTYPE to trunk
svn: r16553
2011-02-03 15:43:23 +00:00
Jérôme Rapinat 1dec96a00f 4326: improve context description
svn: r16552
2011-02-03 10:31:37 +00:00
Jérôme Rapinat 859f75ead8 4326: improve context description
svn: r16550
2011-02-03 08:43:59 +00:00
Rob G. Healey 924b6e03f6 Removed MarriageReport elements from this style sheet.
svn: r16549
2011-02-03 04:35:57 +00:00
Rob G. Healey 7a57179544 Changed the name of the navigation menus style sheet to confirm to current naming scheme.
svn: r16548
2011-02-03 04:34:13 +00:00
Jérôme Rapinat c67d02847b 4326: typos (by PaulFranklin); part I
svn: r16543
2011-02-02 18:33:16 +00:00
Serge Noiraud 6fc3d13d8e GeoView : Better management of sidebar and bottombar. Navigation correctly initialized.
svn: r16538
2011-02-01 22:41:53 +00:00
Jérôme Rapinat 4bd49bf19e 3782: Cannot set max generation > 15; use the same value as DAR and pedigree gramplet
svn: r16531
2011-02-01 15:00:41 +00:00
Jérôme Rapinat 9b574f4a73 4425: event type abbreviations; do not split string; new template; update french translation
svn: r16529
2011-02-01 13:56:01 +00:00
Benny Malengier 6d596ad987 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 21:54:58 +00:00
Serge Noiraud 28610b1ae3 GeoView : add timeout to avoid multiple resize.
svn: r16522
2011-01-31 20:41:43 +00:00
Serge Noiraud 253edfa45e GeoView : restrict gtk to 2.12 : VBox and set_allocation
svn: r16517
2011-01-31 19:05:49 +00:00
Michiel Nauta 3e97bb9003 sort_as and display_as of a name was ignored on import if only one is specified.
svn: r16516
2011-01-31 18:59:46 +00:00
Michiel Nauta 2d3ecfb22f Fix errormessage on import of duplicate namemap value.
svn: r16515
2011-01-31 18:44:45 +00:00
Serge Noiraud 9d79439ead GeoView : adapt geoview to svn 16501.
svn: r16503
2011-01-30 12:16:53 +00:00
Nick Hall 116d26e69f Add extra GrampsBar functionality.
svn: r16502
2011-01-30 03:02:38 +00:00
Serge Noiraud 55385c32c6 GeoView : Now using NavigationView
svn: r16500
2011-01-28 22:02:02 +00:00
Jérôme Rapinat 2b24b1210d typo
svn: r16497
2011-01-28 15:33:20 +00:00
Serge Noiraud 4501c0b6bd GeoView : issue 4547 : applying const.WEBSTUFF_DIR
svn: r16488
2011-01-27 19:07:40 +00:00
Rob G. Healey d0083b4777 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 15:34:52 +00:00
Rob G. Healey 6d551c94a1 Cleanup of this file was needed. Alphabetized files and removed extra whitespace.
svn: r16485
2011-01-26 23:37:11 +00:00
Gerald Britton cc5b37c8bc Remove unneeded line continuations and tidy up
svn: r16481
2011-01-26 20:10:22 +00:00
Nick Hall 1ef88b3eac Fix image layout problems
svn: r16479
2011-01-26 19:42:01 +00:00
Nick Hall df8a2a7bf3 Clear bottombar gramplets when no active person is set
svn: r16478
2011-01-26 18:52:18 +00:00
Doug Blank 6c3894b40c Added missing STABLE
svn: r16476
2011-01-26 12:51:57 +00:00
Gerald Britton adf976821f Remove unneeded line continuations and tidy up
svn: r16472
2011-01-25 18:47:12 +00:00
Gerald Britton ef03bdc476 Remove redundant line continuations
svn: r16462
2011-01-24 20:14:35 +00:00
Gerald Britton 7c3bcc5f06 Remove redundant line continuations
svn: r16459
2011-01-24 18:55:52 +00:00
Gerald Britton fe5887626c Remove unnecessary line continuations and tidy up a bit
svn: r16458
2011-01-24 16:27:23 +00:00
Jérôme Rapinat c84e1286d8 4557: do not need XML_DATA macro
svn: r16457
2011-01-24 14:41:31 +00:00
Jérôme Rapinat 3b98ce3c4e 4557: do not need XML_DATA macro
svn: r16456
2011-01-24 14:28:45 +00:00
Jérôme Rapinat 25976c8e29 4557: do not need XML_DATA macro
svn: r16455
2011-01-24 14:27:31 +00:00
Benny Malengier b3beba53d8 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 21:25:51 +00:00
Jérôme Rapinat 551b70a8f3 4557: holidays.xml copied twice (by Josip)
svn: r16445
2011-01-23 08:30:10 +00:00
Benny Malengier 710726f259 correct tab errors given by tabnanny
svn: r16439
2011-01-22 16:47:26 +00:00