Nick Hall
4e604b249b
Update tagging to work with new transaction code
...
svn: r16690
2011-02-21 19:26:07 +00:00
Benny Malengier
752d594571
4198: Person view does not remove a row correctly when two people are merged.
...
This patch improves on the context changes:
* avoid use of transaction_xx methods
* force an abort in case of unclean transaction
Backward compatibility is broken to achieve this.
svn: r16680
2011-02-20 10:52:06 +00:00
Michiel Nauta
756bd836a0
4657: The "sort as" name is ignored
...
svn: r16673
2011-02-19 14:06:21 +00:00
Doug Blank
a5e292e489
4588: FAQ-gramplet looks very strange when translated to Swedish.
...
svn: r16662
2011-02-18 02:48:49 +00:00
Doug Blank
74ba4baca2
4635: Localized FAQ gramplet incorrectly generates links to the wiki
...
svn: r16661
2011-02-18 02:22:22 +00:00
Michiel Nauta
1dc05b526a
Typo in string text
...
svn: r16653
2011-02-17 18:52:48 +00:00
Gerald Britton
e7464b7f32
Simplifications and tweaks
...
svn: r16648
2011-02-17 15:58:19 +00:00
Gerald Britton
a19e65073c
Use built-in map function to simplify some list comprehensions
...
svn: r16636
2011-02-16 20:06:40 +00:00
Michiel Nauta
7c1b26d969
4650: Error raised when family tree created with name that already exists
...
svn: r16631
2011-02-16 18:38:01 +00:00
Gerald Britton
a0727582af
Simplify make_gui_option with table-driven logic
...
svn: r16623
2011-02-15 16:43:43 +00:00
Nick Hall
a5dc64899a
Add LocationBox widget
...
svn: r16622
2011-02-15 16:35:25 +00:00
Nick Hall
dc505e7671
Add children bottombar gramplets
...
svn: r16621
2011-02-15 13:06:05 +00:00
Nick Hall
84a1c79fc2
4647: Fix ListModel so that it uses the correct sort column
...
svn: r16620
2011-02-15 11:12:57 +00:00
Doug Blank
e975c97896
4304: PedigreeGramplet and memory management; attempted fix
...
svn: r16603
2011-02-11 14:19:29 +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
Gerald Britton
38143d7ac4
simplifications in plugin update code
...
svn: r16590
2011-02-08 21:27:23 +00:00
Gary Burton
5ad2680205
Redraw selectors on toggling sort order. Bug #4518
...
svn: r16579
2011-02-05 16:56:03 +00:00
Nick Hall
577fb388c5
Add new gramplets from a context menu rather than a dialog
...
svn: r16572
2011-02-04 23:11:24 +00:00
Nick Hall
ef77b17f72
Fix bug where first gramplet added was not made active
...
svn: r16571
2011-02-04 18:47:58 +00:00
Nick Hall
0708e27ee5
Set default wrap mode for tabbed gramplets
...
svn: r16570
2011-02-04 17:55:03 +00:00
Nick Hall
cfa0851118
Fix tab labels for gramplet configuration
...
svn: r16560
2011-02-03 19:36:47 +00:00
Nick Hall
d094f2e218
Add configurable GrampsBar gramplets to the Configure View dialog
...
svn: r16554
2011-02-03 18:14:32 +00:00
Nick Hall
a3cea6e172
4591: Do not allow less than a single column in the Gramplet view
...
svn: r16547
2011-02-02 22:09:56 +00:00
Gary Burton
7a1b5075b3
Fix crash running Note gramplet in side and bottom bars when using object linking functionality
...
svn: r16545
2011-02-02 21:57:27 +00:00
Nick Hall
8ae0129157
Allow remove_gramplet to remove a detached gramplet
...
svn: r16544
2011-02-02 19:56:04 +00:00
Jérôme Rapinat
c67d02847b
4326: typos (by PaulFranklin); part I
...
svn: r16543
2011-02-02 18:33:16 +00:00
Nick Hall
ea8792aeb2
Display a dummy tab when a GrampsBar is empty
...
svn: r16542
2011-02-02 17:32:13 +00:00
Serge Noiraud
fbb5de3371
GeoView : icons are no more visible in gtk : revert svn 16487
...
svn: r16535
2011-02-01 19:34:42 +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
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
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
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
Nick Hall
116d26e69f
Add extra GrampsBar functionality.
...
svn: r16502
2011-01-30 03:02:38 +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
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
Nick Hall
8ca49163a8
Allow GrampsBars to shrink for smaller screen sizes
...
svn: r16483
2011-01-26 22:58:02 +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
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
Benny Malengier
18bb7615c3
same as previous commit, allow bsddb3 use
...
svn: r16447
2011-01-23 21:27:34 +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
Benny Malengier
0f15f446e9
remove whitespace
...
svn: r16443
2011-01-22 19:54:01 +00:00
Benny Malengier
710726f259
correct tab errors given by tabnanny
...
svn: r16439
2011-01-22 16:47:26 +00:00
Benny Malengier
a877138bcb
Mult surname interface changes:
...
* buttons on line of label
* configurable height surname table
svn: r16435
2011-01-22 15:07:29 +00:00
Benny Malengier
2667c4262f
4336: Generate a set of filters matching Alternate names, Nickname attribute and a NameType() selector
...
svn: r16420
2011-01-21 12:10:10 +00:00
Jérôme Rapinat
e2fcc1d9d0
Avoid quote warnings during '$ make distcheck'
...
svn: r16414
2011-01-19 16:16:21 +00:00
Nick Hall
9fe3d1fb8b
Combine the sidebar and bottombar functionality into a single class
...
svn: r16412
2011-01-19 14:40:39 +00:00
Jérôme Rapinat
0e821e7bba
add 'megabyte' context
...
svn: r16395
2011-01-17 09:43:50 +00:00