prculley
813361179f
bug 9875; fix up export dialog to show progress bar
...
Originally the progress bar and associated text was shown on the
summary page, but it was never seen since it was shown during the
Gtk assistant 'prepare' stage, before the page was shown.
2017-01-09 21:41:54 +00:00
prculley
1a6db46ffa
bug9873; fix Check & Repair for dbapi
2017-01-09 21:35:21 +00:00
prculley
ba7eff6e67
bug 8128; Fix common error/warn dialogs to deal with modal parent
...
Unmanaged dialogs are often called for errors, warnings, info etc.
On Windows, If called from a modal parent window, they can be a bit
confusing, since the parent window appears to still be active. This
fix makes the parent window non-modal for the duration of the dialog,
and then returns it to its original state.
2017-01-09 20:59:38 +00:00
prculley
cea4d15d7d
bug 9855; fix db undo/redo operation to delay signal emission
...
Certain multiple commit transactions can leave the db in an inconsistent
state in between commits. If signals are emitted at each commit, GUI
elements can see the inconsistent state and report errors. This fix
delays the signal emission until all the commits are complete, presuming
that the db is consistent before and after the complete transaction.
2017-01-09 20:38:32 +00:00
arnaullv
7e90144db3
Update Catalan translation
2017-01-09 19:28:04 +00:00
Nick Hall
b8495e7436
Revert "fix warnings on import order (pylint)"
...
This reverts commit 86c4301cb9
.
2017-01-09 19:02:49 +00:00
Nick Hall
7a7101e71c
Rename method missed in previous commit
...
See 7f24aca813
.
2017-01-09 18:41:34 +00:00
romjerome
86c4301cb9
fix warnings on import order (pylint)
2017-01-09 10:14:53 +01:00
système
8a8807c670
PR#284 9824: try to fix some remaining errors and warnings raised by pylint
2017-01-09 10:14:53 +01:00
erikdrgm
c4c1059c50
updated dutch translation
2017-01-08 20:04:36 +01:00
Luigi Toscano
53542ea3d5
Refresh it.po using the current pot template
2017-01-08 16:25:49 +01:00
Łukasz Rymarczyk
5099b421e0
1885 3526: explanation for 'f' and 'm' letters on tests
2017-01-07 10:04:48 +01:00
romjerome
f5365202cc
7276: typos
2017-01-07 09:45:24 +01:00
romjerome
ec1360076e
7276; fix some punctuation marks for french
2017-01-07 09:41:42 +01:00
Matti Niemelä
c43c0b72d2
update finnish translation
2017-01-07 09:25:25 +01:00
prculley
b7155b47ed
Fix the debug module (profiling code) for current python libraries
2017-01-05 21:31:10 +00:00
Zdeněk Hataš
40fbdae481
czech translation update
2017-01-05 12:57:32 +01:00
romjerome
30a657b69e
update french translation
2017-01-05 09:36:09 +01:00
romjerome
43d1f8ce04
update translation strings template
2017-01-05 09:16:50 +01:00
romjerome
2a1234c45c
9243 9824: fix some warnings (pylint)
...
score from 8.91 to 9.56
2017-01-05 09:15:20 +01:00
vantu5z
b974750621
update Russian translation
2017-01-04 12:41:14 +03:00
arnaullv
56280fa418
Update Catalan translations
2017-01-03 21:50:36 +00:00
système
e267893470
7004: Only Event and Family Editors are checking if data_has_changed
...
tidy up and consistency between editors on save()
2017-01-03 21:37:45 +00:00
Nick Hall
49321133e0
9878: Update note text before closing
...
The object must be updated so that changes can be detected.
2017-01-03 21:25:31 +00:00
Paul Franklin
e95fe692ba
fix file chooser's deprecation warnings in import dialog
2017-01-03 12:46:31 -08:00
Paul Franklin
1991d194fa
9795: remember the last location of windows [import dialog, part 2]
2017-01-03 12:45:01 -08:00
Paul Franklin
d2b200c121
9795: remember the last location of windows [import dialog, part 1]
2017-01-03 12:43:04 -08:00
Paul Franklin
998c5f4bee
9795: remember the last location of windows [FTM]
2017-01-02 18:55:04 -08:00
Paul Franklin
4f11e97b8d
Merge branch 'prculley-bug9872'
2017-01-02 18:34:38 -08:00
Sam Manzi
5acf75d696
Feature 9243: Increase relationship.py to show relationships
...
beyond 20th generation
2017-01-02 19:27:20 +00:00
Paul Franklin
5e10faf779
tweak git_revision (VERSION has no newline, so git_revision shouldn't)
2017-01-02 10:03:17 -08:00
système
b774ed8f32
9841: Support tag on EventRef Editor
2017-01-02 15:57:54 +00:00
Zdeněk Hataš
f6e854d98d
czech translation update
2017-01-02 13:38:59 +01:00
Paul Franklin
5666441e75
Merge branch 'bug9872' of git://github.com/prculley/gramps into prculley-bug9872
2017-01-01 21:49:50 -08:00
Tom Samstag
b6f9fbca9a
remove gramps.gen.simple.by_date
...
The function was deprecated in 8b39b80
(2012-11-15) but the deprecated
comment was somehow removed in 3ef1c02
(2013-11-12). The function won't
work anymore due to cmp not existing in python 3.
2017-01-01 11:46:04 -08:00
Paul Franklin
e343d55044
fix typo (and test if Travis build still breaks, after PR312)
2017-01-01 09:44:53 -08:00
prculley
b06c101a8a
Fix test_exports to ignore changes in Gedcom Copyright year
2017-01-01 17:24:41 +00:00
système
2588e61a96
Happy new year!
2017-01-01 10:40:29 +01:00
Paul Franklin
6d1631dbfe
9862: ancestor tree doesn't use replacements
2016-12-31 17:26:01 -08:00
prculley
7406c6ecf4
bug 9872: fix Windows issue; Book dialogs don't stay on top
...
They are pushed to background if background window tooltip appears.
Also, The book list display was not popping up above the dialog
(no transient parent).
2016-12-31 14:31:13 -06:00
prculley
3bca0e8184
Add call to ManagedWindow.close() to dbman
...
This is an update to "bug 8128; Fix 'Info' popup from Manage Family
Trees' dialog for parent"
2016-12-31 14:29:55 +00:00
Sam Manzi
dde84ed8bc
Merge pull request #306 from sam-m888/ChangeConfigKeysForAddons
...
Change config keys to mention addon
2016-12-30 13:38:26 +11:00
Sam Manzi
043ebaba65
Change config keys to mention addon
...
Renaming config keys to make their use clearer
2016-12-30 13:23:24 +11:00
Sam Manzi
08eb715da2
Merge pull request #304 from sam-m888/ChangeWordingAddonRestart
...
Restart addon message change wording
2016-12-30 08:44:32 +11:00
Sam Manzi
af240c9b53
Restart addon message change wording
...
As not all addons are Views.
2016-12-30 08:21:30 +11:00
prculley
f92903b1f7
bug 9854; Error dialog can become hidden behind merge dialog
2016-12-29 19:35:45 +00:00
prculley
34d6ddada0
Bug 7928; Make merging people with complex families more friendly
...
If families are complex, skip the family merge with a warning message
rather than abort the persons merge
2016-12-29 19:35:27 +00:00
prculley
a09d5471cf
bug 8128; Fix 'Info' popup from Manage Family Trees' dialog for parent
2016-12-29 19:06:48 +00:00
Sam Manzi
908201a80d
Merge pull request #302 from prculley/bug8128_gw
...
bug 8128; Fix transient parent for popup 'Gramps Warnings'
2016-12-29 08:14:25 +11:00
prculley
01b7490c8c
bug 8128; Fix transient parent for popup 'Gramps Warnings'
2016-12-28 09:06:37 -06:00