Commit Graph

24397 Commits

Author SHA1 Message Date
SNoiraud
5140e97dbd 8128: GtkDialog mapped without a transient parent (*.gpr.py) 2016-08-10 16:24:55 +02:00
Paul Franklin
f9e9f1be67 8128: GtkDialog mapped without a transient parent 2016-08-09 18:51:45 -07:00
Paul Franklin
3edab6e2e6 8128: GtkDialog mapped without a transient parent 2016-08-09 13:48:57 -07:00
lcc
a8b0037fab 5496: Option for text [DDR] to report by branch 2016-08-08 15:32:31 -07:00
SNoiraud
1a6752f9d9 9596: Some events are not shown in familymaps page. 2016-08-08 11:36:57 +02:00
Paul Franklin
2e3a4fd55f increase pylint score 2016-08-06 16:13:30 -07:00
Paul Franklin
94f0c9ee90 8128: GtkDialog mapped without a transient parent 2016-08-06 16:11:27 -07:00
romjerome
db23dce2d2 9608: remove old debug bloc (rev 586bd2fc)
special cases generating AttributeError
2016-08-06 11:53:37 +02:00
Paul Franklin
1caffd5cc4 remove dead code
Don commented out these lines in db0d291b74 on 26 January
2007, so I think it's safe to assume they won't be missed
2016-08-04 18:41:08 -07:00
Paul Franklin
da8f99bab7 8128: GtkDialog mapped without a transient parent 2016-08-04 08:54:34 -07:00
Paul Culley
76a6e8a502 Merge pull request #204 from prculley/Medi2
Gedcom import media improvements part 2
2016-08-04 11:03:44 -05:00
Paul Franklin
f9dbfd9dbd 8128: GtkDialog mapped without a transient parent 2016-08-03 18:16:48 -07:00
SNoiraud
675ae1a8d4 8128: GtkDialog mapped without a transient parent 2016-08-03 22:42:45 +02:00
Paul Franklin
2a7907c6c1 Merge pull request #215 from prculley/dialog
Bug 8128 for libgedcom; Ensure no popup under CLI for warning
2016-08-03 20:24:05 +00:00
prculley
ce93e0505f Ensure no popup under CLI for warning 2016-08-03 11:56:08 -05:00
SNoiraud
e7e46cb067 Geography: Avoid crash is OsmGps not initialized 2016-08-03 14:32:16 +02:00
SNoiraud
30050d403d 8128: GtkDialog mapped without a transient parent (Geography) 2016-08-03 14:23:32 +02:00
vantu5z
75a5cd588d Update russian translation 2016-08-03 13:08:27 +03:00
Paul Franklin
ab32d53575 Merge pull request #214 from prculley/dialog
Bug 8128 for importgedcom and libgedcom; dialog parent=
2016-08-03 02:44:19 +00:00
prculley
f43452e844 Bug 8128 for importgedcom and libgedcom; dialog parent= 2016-08-02 18:42:13 -05:00
Paul Franklin
eeaaac060e better handle an unlikely error in the Complete Individual report 2016-08-01 16:30:46 -07:00
Paul Franklin
d9ec7d5e2a 8128: GtkDialog mapped without a transient parent 2016-08-01 12:16:58 -07:00
Paul Franklin
b40c92465a 8128: GtkDialog mapped without a transient parent
In the process of searching for uses of ErrorDialog which
did not have a "parent" argument, I stumbled on this module
-- and noticed something different in it.

Benny changed the original "ErrorDialog" calls to a
"ERROR = ErrorDialog" variant in
9a2fd50642
on 30 January 2011, "to allow a QML interface" (which by the
way has subsequently been removed from the mainline gramps
code).

In the same commit, in cli/clidbman.py, he added an
_errordialog function and an "ERROR = _errordialog" line,
evidently so all DB errors, no matter whether in GUI or CLI
code, could be changed to things like:

ERROR(_("Could not rename family tree"), str(msg))

But then in 16 February 2011 MDNauta, in
7c1b26d969
changed the generic ERROR to either DbManager.ERROR or else
CLIDbManager.ERROR, depending on whether it was in GUI code
or CLI code.

Which of course defeated the purpose of the change to the
generic call, so I have changed it back to the original
ErrorDialog call, directly.

The decision was made even easier by noticing lots of
more-recent error-handling code which used the ErrorDialog
form as opposed to Benny's variant.
2016-07-31 18:32:33 -07:00
Paul Franklin
ea82fc981d 8128: GtkDialog mapped without a transient parent 2016-07-30 17:01:34 -07:00
Paul Franklin
bedf94056b new gramps.pot template for master 2016-07-29 23:33:22 -07:00
Paul Franklin
b17f9c343a slightly generalize the running-master warning message 2016-07-29 23:31:06 -07:00
prculley
069cf4c880 Gedcom import media improvements part 2 2016-07-27 10:33:56 -05:00
kulath
4f1eed7170 2092: Problems when no database is open. Partial fix. Inactivate
inappropriate main menu items when there is no database, ensure uniform
main window title and implement a close button on the Family Trees menu.
2016-07-26 19:23:01 +01:00
Nick Hall
85b0b654bf 9427: Add new argument to IsEnclosedByRule 2016-07-26 18:37:56 +01:00
SNoiraud
480819dde8 9598: Geography : Add a message to clarify things in geoplaces 2016-07-26 10:01:34 +02:00
SNoiraud
92f7631fe3 Narrativeweb : place title must agree the references.place-auto configuration 2016-07-26 09:37:41 +02:00
Paul Franklin
a512c9d5eb improve pylint score on some CLI files
cli/arghandler.py went from 8.30 to 9.52
cli/argparser.py went from 8.43 to 9.74
cli/grampscli.py went from 7.99 to 9.29
cli/plug/__init__.py went from 7.63 to 9.69
2016-07-25 12:56:56 -07:00
vantu5z
6efe71d303 Update russian translation 2016-07-25 12:56:27 +03:00
Paul Franklin
164dbca04a clarify possible development use of "meta" 2016-07-23 15:03:06 -07:00
Paul Franklin
f1b5e5eb07 move comment lines higher, to keep out of gramps.pot
The problem is that "nearby" comments are put into the
gramps.pot template, to aid the translator, but these
comments are referring to an untranslated string, which
then confuses the translator, who wonders if the string
flagged for translation should be translated after all.

The solution is to move the comment futher away, so it
is no longer "nearby" the translated string.

http://gramps.1791082.n4.nabble.com/Fw-Translation-question-td4676138.html
2016-07-23 14:56:44 -07:00
Paul Franklin
c6d4eee407 increase pylint score by 2.11 2016-07-22 19:27:57 -07:00
Paul Franklin
b6d8223192 8128: GtkDialog mapped without a transient parent 2016-07-22 19:26:24 -07:00
Kaj Mikkelsen
66ca203a32 update Danish translation in master 2016-07-22 11:08:14 -07:00
Doug Blank
64ece7f978 Removed unused dbapi.rebuild_gender_stats()
Thanks to Paul F. for finding this.
2016-07-22 07:18:01 -04:00
Doug Blank
22afe47966 DB-API: remove duplicate indexing calls 2016-07-21 07:46:55 -04:00
Paul Franklin
d94fd873be new gramps.pot translation template for master 2016-07-20 22:34:16 -07:00
Paul Franklin
7fe4b6a079 his name is spelled "d'Aboville" and not "D'Aboville" 2016-07-20 22:33:10 -07:00
Doug Blank
c817554dbf 9588: DB-API import loses researcher and bookmarks 2016-07-21 00:07:51 -04:00
Doug Blank
894e74d127 9554: example.gramps map has different value, and should return correct type 2016-07-19 21:11:18 -04:00
Paul Franklin
919f127aed add some docstrings to the DDR, to make pylint slightly happier 2016-07-19 15:16:01 -07:00
Craig J. Anderson
72daa89abc Enhance the Descendant Report and Detailed Descendant Report
This fulfills both feature request 5902 and feature request 8297.

It adds the D'Aboville numbering system and the Henry
numbering system to the Descendant Report, as requested.

It also adds the Modified Henry numbering system to both reports.
2016-07-19 15:12:33 -07:00
Doug Blank
ac211252bb 9554: import-to-export of example.gramps map has different value 2016-07-17 08:23:35 -04:00
Matti Niemelä
fb404c2a04 update Finnish holidays 2016-07-16 20:26:55 -07:00
Paul Franklin
e3dc568092 Revert "update Finnish holidays"
This reverts commit 47e7025d06.
2016-07-16 20:15:11 -07:00
Matti Niemelä
47e7025d06 update Finnish holidays 2016-07-16 20:06:42 -07:00