Petr Hejl
71ad26a243
0009634: Wrongly translated strings in CS
2016-08-18 16:46:33 +02:00
SNoiraud
4e150e5aba
Narrativeweb : ancestortree.css link incorrect when use into a CMS.
2016-08-15 21:56:00 +02:00
SNoiraud
1cbb0f990f
Narrativeweb : some dates are incorrect in tar archive.
2016-08-15 21:15:55 +02:00
SNoiraud
87e5279642
8250: Gramps crashes when closed while exporting
2016-08-15 10:22:13 +02:00
Doug Blank
ed4c9fa148
9632: Gramps 5.0.0 crashes when I select a report 'Open with default viewer'
2016-08-14 08:12:21 -04:00
Paul Franklin
7b3d7f263a
make it clear that consistency is needed
2016-08-12 18:49:13 -07:00
Doug Blank
2f142e8966
9522: events gramplet in family view error: 'FamilyEvents' object has no attribute 'cached_start_date'
2016-08-12 21:45:48 -04:00
Paul Franklin
50f49781b0
tweak AsciiDoc backend
2016-08-12 14:04:14 -07:00
Paul Franklin
4f8559f365
Merge pull request #210 from kulath/bug9515
...
Bug9515
2016-08-11 23:39:58 +00:00
SNoiraud
d89e79b218
9624: When I try to edit a place on the map, the process stops with an error.
2016-08-11 15:34:05 +02:00
Zdeněk Hataš
4f037efecb
czech translation update
2016-08-11 14:18:12 +02:00
SNoiraud
e5f02d5f5d
9624: Geography <- bug 8128 GtkDialog mapped without a transient parent
2016-08-11 12:48:43 +02:00
Doug Blank
2ecf517aba
Remove trailing whitespace
2016-08-10 17:56:48 -04:00
SNoiraud
e7e865f596
8128: GtkDialog mapped without a transient parent
2016-08-10 20:00:37 +02:00
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
kulath
c217eaae4d
Replace %s with ? as requested by Doug Blank.
2016-08-01 23:29:46 +01:00
Paul Franklin
d9ec7d5e2a
8128: GtkDialog mapped without a transient parent
2016-08-01 12:16:58 -07:00
kulath
fcf1c1d13b
Improve pylint to 10.0
2016-08-01 17:37:26 +01:00
kulath
3461316067
0009515: DBAPI:
...
gramps.plugins.database.dbapi_support.sqlite.Sqlite.try_execute ignores
errors Check if the table 'person' exists to determine whether the
database is new.
2016-08-01 16:34:46 +01: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