Nick Hall
03a93790c0
4880: Ensure image rectangle is updated when editing a media reference from the gallery
...
svn: r17378
2011-05-02 18:42:51 +00:00
Michiel Nauta
0e40cc3fee
4047: Cannot modify a mother on a family editor without father
...
svn: r17219
2011-04-23 08:53:25 +00:00
Nick Hall
50486bb909
3649: Relative media paths used when creating new media objetcs by drag-and-drop
...
svn: r17087
2011-04-09 16:25:35 +00:00
Vassilii Khachaturov
4a03503c98
4796: 'Primary' string needs l10n context
...
CR: Benny
* Created two strings with l10n context instead of the old one,
'Role|Primary' and 'Name|Primary'.
* While testing, GUI started showing the context when not localized, fixed
that with appropriate sgettext instead of gettext in surnametab.py.
* While at it, changed also changed 'Family' in the Role context to 'Role|Family'.
* ru.po: major translations in the area of name and name formats.
The new Primary[...] and Patronymic[...] concept along with Notpatronymic
still don't fit well when translated :-(
svn: r16986
2011-03-30 14:43:34 +00:00
Michiel Nauta
47a64d2864
4794: Error adding new repository via source dialog
...
svn: r16973
2011-03-29 17:42:05 +00:00
Vassilii Khachaturov
db634e8a19
minor docstring update
...
svn: r16781
2011-03-08 06:44:35 +00:00
Michiel Nauta
a7906886af
undo revision 16673
...
svn: r16742
2011-03-02 11:31:57 +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
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
Jérôme Rapinat
c67d02847b
4326: typos (by PaulFranklin); part I
...
svn: r16543
2011-02-02 18:33:16 +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
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
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
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
a877138bcb
Mult surname interface changes:
...
* buttons on line of label
* configurable height surname table
svn: r16435
2011-01-22 15:07:29 +00:00
Doug Blank
938498cb37
Added workaround to allow EditPerson window to be smaller than 500 px
...
svn: r16206
2010-11-18 12:38:38 +00:00
Benny Malengier
864b3b6ef7
4376: A different Edit Person dialog
...
svn: r16196
2010-11-16 20:12:26 +00:00
Benny Malengier
20f1b22cef
4352: more memory leak problems - reporef
...
svn: r16154
2010-11-07 08:43:04 +00:00
Benny Malengier
7280e888f3
more compact edit person dialog
...
svn: r16143
2010-11-05 10:43:55 +00:00
Benny Malengier
c47079ba37
4343: Error message at close of address entry
...
svn: r16121
2010-11-02 20:04:46 +00:00
Benny Malengier
0e3e420c38
4341: Error when adding a new place
...
svn: r16119
2010-11-02 18:57:13 +00:00
Benny Malengier
11411b4885
4340: Error when adding source reference
...
svn: r16111
2010-11-02 13:19:27 +00:00
Benny Malengier
443fae3890
4333: memory leak in 3.2
...
svn: r16105
2010-11-01 20:48:29 +00:00
Benny Malengier
8a206495e9
4333: memory leak in 3.2
...
svn: r16094
2010-10-31 08:55:56 +00:00
Benny Malengier
e59b7276b4
4333: memory leak in 3.2
...
svn: r16091
2010-10-31 08:36:03 +00:00
Benny Malengier
1fee4971f4
4333: memory leak in 3.2
...
svn: r16089
2010-10-31 07:33:17 +00:00
Benny Malengier
5084294a1e
Various fixes for GEP21 and locality
...
* narweb and webcal works again
* proxy filters work
* locality upgrade in repository
* fix progress on upgrade
svn: r16074
2010-10-28 19:56:46 +00:00
Benny Malengier
60d95d6be7
4325: Error with 'More Name Details' if window is already opened
...
svn: r16073
2010-10-28 17:59:16 +00:00
Nick Hall
9df5336fde
GEPS 006: Add Locality to Address and GEDCOM Import/Export
...
svn: r16071
2010-10-28 17:55:15 +00:00
Benny Malengier
ad10304bce
horizontal lines where ugly. In line with Gnome HIG I have put the bold sections in again instead.
...
Added tooltips and moved pushbuttons to the right as that is visually more pleasing to me
svn: r16067
2010-10-27 21:07:49 +00:00
Benny Malengier
f96145f2fc
GUI cleanup on editmediaref
...
svn: r16065
2010-10-27 20:28:09 +00:00
Nick Hall
298827d843
GEPS 006: Add Locality field to Location
...
svn: r16063
2010-10-27 18:13:53 +00:00
Benny Malengier
7a31069cc7
GUI cleanup for family editor
...
svn: r16049
2010-10-25 19:08:32 +00:00
Benny Malengier
289974a519
different order for edit person
...
svn: r16048
2010-10-25 18:07:59 +00:00
Benny Malengier
209b34f359
various fixes and additions for GEP 021'
...
svn: r16043
2010-10-24 21:38:56 +00:00
Benny Malengier
2fa5470b34
allow adding people from family editor and relview
...
svn: r16042
2010-10-24 20:21:37 +00:00
Nick Hall
17339c6798
Fix import of ValidationError
...
svn: r16037
2010-10-24 17:46:18 +00:00
Nick Hall
7f0e1752c1
Correct typo
...
svn: r16036
2010-10-24 17:37:23 +00:00
Benny Malengier
e109e3d743
Merged geps21 branch, changes r15866-16034, into trunk
...
svn: r16035
2010-10-24 14:43:47 +00:00
Nick Hall
c3e527b4fb
GEPS 011: Tagging - Extended to Family, Note and Media objects
...
svn: r16025
2010-10-22 23:22:33 +00:00
Benny Malengier
7b66d246b8
improvement in GUI on expand of displaytabs
...
svn: r16011
2010-10-18 18:44:49 +00:00
Benny Malengier
ac5693c97f
add toggle btn for primary to surname table
...
svn: r16010
2010-10-18 18:33:18 +00:00
Benny Malengier
3cfbd2482d
Add origin type selector with autocompletion to surname table
...
svn: r16009
2010-10-18 15:49:39 +00:00
Benny Malengier
ada8c30955
usibility tweak on surname columns
...
svn: r16008
2010-10-18 13:32:19 +00:00
Benny Malengier
4e595d0cf3
improve tab movement on surname table
...
svn: r16002
2010-10-16 08:06:14 +00:00