Commit Graph

9327 Commits

Author SHA1 Message Date
Michiel Nauta
3fff5e38b8 make context info work for person merge
svn: r16525
2011-02-01 12:06:25 +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
Benny Malengier
2d052d69cf 4352: more memory leak problems
Fix some memory leak problems in guioptions


svn: r16521
2011-01-31 20:39:41 +00:00
Peter Landgren
7716c7cbdd Issue 4425: Abbreviation algorithm does not work for all languages.
svn: r16518
2011-01-31 19:40:27 +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
Zdeněk Hataš
e213db183c month inflection added to DateDisplay
svn: r16514
2011-01-31 12:32:36 +00:00
Gary Burton
375b843abb Make create_buttons method protected rather than private because it is overridden by BackRefList class. Bug #4576
svn: r16506
2011-01-30 16:43:36 +00:00
Benny Malengier
79d03159f3 Commit experimental QML interface, python gramps.py --qml to run
This is not part of Makefile system at the moment. Just proof of concept to see what can be done


svn: r16505
2011-01-30 16:39:28 +00:00
Benny Malengier
9a2fd50642 Changes to allow a QML interface:
* a const to launch it
 * fix an error in obtaining dbname
 * refractor pieces to allow reuse


svn: r16504
2011-01-30 16:28:54 +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
Zdeněk Hataš
9b24451db1 various updates to reflect current handler features, cleanup
svn: r16501
2011-01-29 07:59:44 +00:00
Serge Noiraud
55385c32c6 GeoView : Now using NavigationView
svn: r16500
2011-01-28 22:02:02 +00:00
Serge Noiraud
004466dd4d GeoView : issue 4547 : restoring images in 22x22 and 48x48
svn: r16499
2011-01-28 22:00:02 +00:00
Jérôme Rapinat
2b24b1210d typo
svn: r16497
2011-01-28 15:33:20 +00:00
Jérôme Rapinat
f8727e812e 4089: Month names (by embar)
svn: r16493
2011-01-28 09:53:06 +00:00
Jérôme Rapinat
68485876f0 4491 4492: integer list for matching tag and confidence levels
svn: r16491
2011-01-28 09:07:48 +00:00
Jérôme Rapinat
0c5424dcde 4491: Matching source and quality level(s)
svn: r16490
2011-01-28 09:03:32 +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
3522a63c46 Removing graphic files that are no longer needed. Serge and Rob do not see a need for them... Benny Malengier agrees.
svn: r16486
2011-01-27 13:02:32 +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
Nick Hall
8ca49163a8 Allow GrampsBars to shrink for smaller screen sizes
svn: r16483
2011-01-26 22:58:02 +00:00
Rob G. Healey
ec8b5f940d Added const.WEBSTUFF_DIR for Serge in working with GeoView.
svn: r16482
2011-01-26 21:07:27 +00:00
Gerald Britton
cc5b37c8bc Remove unneeded line continuations and tidy up
svn: r16481
2011-01-26 20:10:22 +00:00
Serge Noiraud
bfa5309cd7 src/gui/editors/displaytabs/Makefile.am : typo : MOSTLYcLEANFILES instead of MOSTLYCLEANFILES
svn: r16480
2011-01-26 19:45:55 +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
Gary Burton
4136785746 Remove the need to explicitly call _set_size(). This was due to the multisurname tab size request and reference occurring in _local_init causing the window height to be sized to accomodate the tab. Moving this code to _post_init allows the window to size correctly accordinging to the height settings stored in gramps.ini
svn: r16470
2011-01-25 17:56:40 +00:00
Benny Malengier
c2e353a72b 4383: Error while attempt to edit family
2521: Problem with erroneous birth date in using the family editor.
We show validation error on date > next year, and don't crash on large year anymore



svn: r16468
2011-01-25 12:45:49 +00:00
Benny Malengier
01a8117ebd GEPS 008: File Organization : about dialog in gui + pylint fixes + real modal
svn: r16464
2011-01-24 21:50:06 +00:00
Gerald Britton
ef03bdc476 Remove redundant line continuations
svn: r16462
2011-01-24 20:14:35 +00:00
Benny Malengier
4313de6f72 Fix bug in bsddb 4.7 by moving the NOSYNC setting before env open
svn: r16460
2011-01-24 19:34:59 +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
Gerald Britton
0b0913bac1 Remove unneeded line continuations
svn: r16450
2011-01-23 23:01:50 +00:00
Benny Malengier
4e261e9bf8 Still write to log synchronously, don't flush
svn: r16449
2011-01-23 21:54:56 +00:00
Benny Malengier
abbc3b98db Allow easy experimenting with QML
svn: r16448
2011-01-23 21:29:31 +00:00
Benny Malengier
18bb7615c3 same as previous commit, allow bsddb3 use
svn: r16447
2011-01-23 21:27:34 +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
92f3ec3dfe Make sure surnames are saved in a way that makes sense:
* no empty surnames if more than one
 * one primary surname
Clean up whitespace


svn: r16444
2011-01-22 19:55:59 +00:00