Commit Graph

23529 Commits

Author SHA1 Message Date
romjerome
3aa2b6688e 9006 9111 9274: fix scrolling in persons view after typing some letter
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'

Thank you schnitker for report, investigations and patch
2016-03-07 14:50:55 +01:00
SNoiraud
2bbe278f41 9293: Narrative Web report further stops in error. 2016-03-06 13:16:23 +01:00
SNoiraud
037f8607e0 Geography : 9207: incomplete patch. 2016-03-06 11:28:24 +01:00
SNoiraud
97fbbfa31c Geography : 9207: geography view Location could not convert string to float 2016-03-06 10:42:34 +01:00
Matti Niemelä
5fe4ab64a9 Update Finnish translation 2016-03-02 13:45:03 +01:00
Paul Franklin
4bbee3539b make setup.py typeout more accurate 2016-02-29 16:41:11 -08:00
Bernard Banko
8744da91c3 update Slovenian translation 2016-02-28 10:57:14 -08:00
Leonhaeuser
68b35f73fb update German translation 2016-02-27 18:32:33 +01:00
romjerome
af58730c15 Fix corrupted comments 2016-02-25 07:33:37 +01:00
romjerome
9784e43b79 avoid EOL styles mixup
compilation issue under Windows OS
2016-02-24 09:18:11 +01:00
SNoiraud
cc1726f799 0743: Searching in people view when surnames are collapsed 2016-02-23 11:09:35 +01:00
Sveinn í Felli
7a114ac493 Update Icelandic translation 2016-02-21 14:40:19 +01:00
Sveinn í Felli
179f793685 Add dates and relationships handlers for Icelandic 2016-02-21 14:36:39 +01:00
Zdeněk Hataš
8a2161fa47 czech translation update 2016-02-19 10:14:06 +01:00
Sveinn í Felli
cd45753c07 Update Icelandic translation 2016-02-17 16:20:03 +01:00
Nick Hall
d335a6dd80 Rename EnclosedBy gramplet back to Locations 2016-02-12 17:39:07 +00:00
Nick Hall
382635796b Fix error when changing database in new locations gramplets 2016-02-11 19:38:38 +00:00
SNoiraud
c163bfc18e 9094: Double-clicking on a source causes exception : better solution. 2016-02-10 17:40:25 +01:00
John Ralls
37a4d19a92 Fix comment about getting the right encoding for stdout. 2016-02-09 11:20:13 -08:00
John Ralls
a7306150a2 Bug 9178: Error loading Participants add-on in French locale
Restores setting the stdout encoding to sys.getdefaultencoding() in a
way that works with Python3 (thanks to Jack O'Connor on stackoverflow)
and in a place that sets it for the loggers, too.
2016-02-09 11:06:50 -08:00
Zdeněk Hataš
e7db5c9db5 czech translation update 2016-02-09 14:55:00 +01:00
John Ralls
54e8ea0e39 Bug 9159: Date format does not match system.
Make US English a special-case locale with en_GB the default if the locale
is en_XX where XX != US.

Note that untranslated languages will still end up using the 'C' locale.
2016-02-08 13:12:31 -08:00
Nick Hall
36da63b33e Enhance the Locations gramplet
Create a new "Encloses" gramplet to the display places that the
active place encloses. Rename existing gramplet to "Enclosed By".
2016-02-08 19:27:53 +00:00
SNoiraud
a112f8f3fa 2060: Individuals with incomplete names, not updated when name completed 2016-01-31 12:09:20 +01:00
SNoiraud
91d23b3594 6873 : Children gramplet in Family view does not get updated when a birth/death events are added to a child 2016-01-31 11:29:01 +01:00
SNoiraud
425fe632f3 5417 : Non-image media objects don't appear in the main window gallery. 2016-01-31 10:53:07 +01:00
SNoiraud
b7b61e3cf0 9136: Pressing tab stops at element in gui places 2016-01-30 15:32:13 +01:00
SNoiraud
e79e325b28 9094: Double-clicking on a source in the citation gramplet causes exception 2016-01-28 19:51:09 +01:00
SNoiraud
638cd571d4 9200: "Find text in record" filter crash 2016-01-27 12:57:23 +01:00
SNoiraud
f031abd7c9 9153 : vCard Export does not work 2016-01-27 10:53:13 +01:00
SNoiraud
07d3bb80ac 7619 : Notes used in the "To Do" gramplet are found by the Remove Unused Objects tool 2016-01-25 10:55:26 +01:00
Fedik
d90b34a883 Ukrainian translation: update translation, a bit 2016-01-24 15:25:04 +02:00
Fedik
ea9b4eba01 Ukrainian translation: update from template 2016-01-24 14:24:09 +02:00
Luigi Toscano
675633f055 Merge pull request #92 from sebschub/maintenance/gramps42
Finish translation: ending ";" in keywords of desktop entry
2016-01-24 12:04:40 +01:00
Doug Blank
9ec04d86a5 Remove django from testing 2016-01-23 18:30:24 -05:00
Doug Blank
a09a014285 Use built-in python3; exclude user_test 2016-01-23 18:22:18 -05:00
John Ralls
299cf15f1e Tell Travis to use python 3.3 VirtualEnv instead of system python.
Should fix travis failures when installing get-pip.
2016-01-23 10:49:29 -08:00
Peter Landgren
4d30398948 Partial update of Swdish translation. 2016-01-22 13:59:08 -08:00
Marek Szuba
5072cdb844 Only consider the values of LC_ALL, LANG, and LANGUAGE, in that order, when choosing the default locale.
Default arguments of locale.getdefaultlocale() consider the value
of LC_CTYPE in addition to the three aforementioned all-category
variables, which under certain conditions (LC_CTYPE set, LC_ALL and
the rest of LC_FOO unset) would result in the locale set in LC_CTYPE
(which should only affect interpretation of byte sequences as
characters) spilling over to other locale categories handled by the
GrampsLocale object. The most visible effect of that spill was that
with LC_ALL, LANG, LANGUAGE and LC_MESSAGES unset but LC_CTYPE set,
Gramps would start using the wrong UI language.
2016-01-22 13:46:33 -08:00
John Ralls
c21687134c Bug 9191: Unable to select Unicode UTF-8 encoding on command line
Make the option descriptions line up when the value is shorter than 10
characters. Also make the value and description headings line up with the
list and put "Available values are:" first.
2016-01-22 13:46:33 -08:00
Sebastian Schubert
56ff535968 Finish translation: ending ";" in keywords of desktop entry 2016-01-22 10:26:21 +01:00
Ivan Komaritsyn
5711548e60 update Russian translation 2016-01-18 11:04:17 -08:00
John Ralls
ee00bc8881 Fix err undefined exception. 2016-01-18 09:15:32 -08:00
Zdeněk Hataš
6f8e7b4694 czech translation update 2016-01-18 11:53:35 +01:00
Leonhaeuser
569f751b79 update German translation 2016-01-17 13:29:04 +01:00
romjerome
c7bfce5066 9121 9146 9162: Cannot import gedcom generated by RootsMagic
custom place details ignoring PlaceName()
2016-01-16 15:13:53 +01:00
Doug Blank
a9b42e8a3d 9166: People sorted by surname view now crashes
Fixed issue by surrounding gramplet load code in try/except.
2016-01-14 07:15:50 -05:00
SNoiraud
61e08dd723 8950 : Narrative web : html elements emitted in different order 2016-01-14 09:40:12 +01:00
Luigi Toscano
54e4ee8856 Italian translation: updates and fixes 2016-01-11 01:41:36 +01:00
Luigi Toscano
fed79f99d6 Merge the current it.po with the last template 2016-01-11 01:29:34 +01:00