Commit Graph

23369 Commits

Author SHA1 Message Date
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
SNoiraud 38f66a2f58 9163 : Narrative web : "errno: 1, operation is not permitted" when creating archive. 2016-01-09 10:20:32 +01:00
Josip cf7edc6844 9122: Complete Report about person (whole database) - PDF - crash 2016-01-08 20:53:52 -08:00
John Ralls a01fc6d442 Release gramps-4.2.2 2016-01-07 12:00:55 -08:00
romjerome 266f67f12b bump to 4.2.3 2016-01-06 17:55:10 +01:00
romjerome 62ce43aa5d Make official '4.2.2' release v4.2.2 2016-01-06 17:44:13 +01:00
romjerome e543bfd310 Update NEWS 2016-01-06 17:28:09 +01:00
romjerome 4c0c769bcd Avoid false/positive for 'msgfmt --check-format' 2016-01-06 17:12:53 +01:00
Peter Landgren 51f3e4928d Update Swedish translation 2016-01-06 16:14:15 +01:00
Doug Blank fda0c4a91c 9155: Do not create an additional database access 2016-01-06 15:51:00 +01:00
romjerome 9c8389f4ef 9155: Unhandled AttributeError when db.get_tag_from_handle returns None 2016-01-06 14:49:34 +01:00