Commit Graph

21909 Commits

Author SHA1 Message Date
Josip
a8d78e3edc 7434: Media viewer list crashes during start if one try to select an entry where the media isn't available 2014-03-08 21:34:36 +01:00
Josip
06e6a76e03 7435: Media Editor error if Path value was changed to a non existing file
fix media path
2014-03-08 21:29:41 +01:00
Espen Berg
b87bdf7294 Some more update of Norwegian bokmål 2014-03-08 21:29:33 +01:00
Espen Berg
dd206b0030 Merge branch 'maintenance/gramps40' of ssh://git.code.sf.net/p/gramps/source into gramps40 2014-03-08 21:24:53 +01:00
Espen Berg
94bb9c41b4 Some more update of Norwegian bokmål 2014-03-08 21:24:26 +01:00
Josip
fe8d5bb9cd 7435: Media Editor error if Path value was changed to a non existing file 2014-03-08 17:32:19 +01:00
Jérôme Rapinat
c4a7b4c064 4220: update samples; http://sourceforge.net/p/gramps/source/merge-requests/2/ 2014-03-08 16:44:15 +01:00
John Ralls
b299ac2e6e Bug 6538: Collation variants do not work properly
If ICU is available, inspect the environment for $COLLATION and on
a Mac also check the AppleCollationOrder default. Pass the results
to a special ICU Locale used for sorting.

(cherry picked from commit 49cdfe3283)
2014-03-07 16:29:49 -08:00
John Ralls
9766d81bb8 Convert two common plugin errors from unhandled exceptions to warnings.
Missing translation for the current primary locale.
Import failure because of some missing dependency.

Note that these handlers can be overridded in the module itself; this is just a fallback.

(cherry picked from commit 80c58f46d3)
2014-03-07 16:29:49 -08:00
Espen Berg
05de040e82 Some more revision of Norwegian bokmål 2014-03-07 22:20:23 +01:00
John Ralls
1be36fdef9 Bug 6696: sort failure using key=glocale.sort_key
Correct the call with a lambda.
2014-03-07 12:39:58 -08:00
Jérôme Rapinat
31583b923f update template and french translation 2014-03-07 14:56:30 +01:00
John Ralls
76017ac269 Bug 7026: misleading diagnostics when locale resources aren't built
This problem is from setup.py test, so ensure that there's a 'build'
directory before running test.
2014-03-06 15:40:25 -08:00
Espen Berg
8578e39c12 Merge branch 'maintenance/gramps40' of ssh://git.code.sf.net/p/gramps/source into gramps40 2014-03-06 22:24:34 +01:00
Espen Berg
f82edf8973 Some more update of Norwegian bokmål 2014-03-06 22:24:06 +01:00
John Ralls
89e394a690 Move the icu missing warning to after setting up the log handler.
(cherry picked from commit 6eb76c8af59ee15f618b44c0755bbdde4f72e222)
2014-03-06 11:25:15 -08:00
Espen Berg
bd23fce194 Merge branch 'maintenance/gramps40' of ssh://git.code.sf.net/p/gramps/source into gramps40 2014-03-06 18:08:20 +01:00
Espen Berg
6b2e26b8de Some update of nb.po 2014-03-05 21:41:06 +01:00
kulath
ec4c6c4cfc 6194: Database corrupted - TypeError: unhashable type: 'list'
A couple of minor changes missed off the previous commit (427ee2d)
2014-03-05 18:03:54 +00:00
Mirko Leonhaeuser
447046060f update German translation 2014-03-04 23:15:57 +01:00
Espen Berg
afe59cfa99 Some update of nb.po 2014-03-04 19:52:06 +01:00
John Ralls
a5179d2460 Bug 7377 - Ver 4.0.2 starts in East Asian Language
Because there is no en.po for Gramps, so the C gettext called from
GtkBuilder skips to the next translation in the list. Fix makes sure
that there is no next translation.
2014-03-04 09:56:14 -08:00
kulath
427ee2d0fd 6194: Database corrupted - TypeError: unhashable type: 'list'
Fixed upgrade to deal with sourceref in media references in Sources.
Also fixed Check and Repair to repair previously broken databases.
2014-03-04 17:39:16 +00:00
Paul Franklin
f3d993be38 partly revert 7470: Upgrade to db version 17 fails in Python3 due to use of iteritems 2014-03-01 16:44:52 -08:00
Nick Hall
0618abf89c 7342: Update column order in editor event tabs 2014-02-28 17:09:04 +00:00
Nick Hall
24a8e72c2a 7342: Split details column in events gramplet 2014-02-28 15:58:06 +00:00
Nick Hall
522296fbc2 7342: Update default columns in event view
Add main participant.
Change order to be consistent with selector.
2014-02-28 15:48:07 +00:00
Nick Hall
1614ea952e 7342: Better column order in event selector 2014-02-28 15:45:20 +00:00
Nick Hall
d54e57ee8d Add author column to source selector 2014-02-28 12:20:22 +00:00
John Ralls
97d1809ac7 Remove no longer needed icu repo 2014-02-26 22:02:28 -08:00
Paul Franklin
dc810fc483 7276: translate some punctuation marks -- partial 2014-02-26 10:22:13 -08:00
John Ralls
c503efa849 Move icu module to gtk-osx-unsupported.modules 2014-02-25 15:19:08 -08:00
Mirko Leonhaeuser
e9ffd48787 update German translation 2014-02-25 22:42:49 +01:00
Vassilii Khachaturov
4182ac0c47 7097: EditNote hangs initially on misspelled note
Disable undo during the initial note text population,
so as to avoid bombardment with gtkspell-... tags for the
misspelled text.
2014-02-25 15:44:27 +02:00
TonyG
a6d491df59 7498: List in Unused Objects dialog has limited space 2014-02-24 10:30:23 +01:00
John Ralls
37b589c7dc Bug 7377 Ver 4.0.2 starts in East Asian Language
Revert "GrampsLocale: Don't set  to 'C' if LANG is en_US"

This reverts commit bdd336f38e.

It turns out that Gtk's having an 'en' translation isn't the only reason
for doing this: GtkBuilder uses $LANGUAGE too, and will look for an english
translation of strings in our Glade files. Since there's no en.po or
en_US.po, it will go to the next language in the list and produce confusing
results.
2014-02-20 14:03:47 -08:00
John Ralls
62a19e4cd9 Better fix for bug 7122. 2014-02-20 14:03:47 -08:00
John Ralls
608aca8e65 Fix up grampslocale logging a bit.
Send log messages "up the chain", make maclocale a sub-log of grampslocale.
2014-02-20 14:03:47 -08:00
Jérôme Rapinat
daa26b012b New strings for Geography (#7240) and Webkit 2014-02-20 16:13:54 +01:00
Paul Franklin
9b96baf643 don't warn, WebKit is not in Mac or Windows bundles 2014-02-19 19:16:33 -08:00
noirauds
16fecf125b Geography : Adding bookmarks (follow bug 7240) 2014-02-19 23:13:20 +01:00
Benny Malengier
32c312f7d9 remove stale part of install file 2014-02-19 22:02:42 +01:00
Jérôme Rapinat
62ab0dfdab 7484: Selection lists in Attribute Editor have limited space 2014-02-19 18:46:22 +01:00
Jérôme Rapinat
22ef7a0df3 566 7477: Translate 'New Style' and 'Default' on StyleEditor; update template for translation strings 2014-02-19 15:17:25 +01:00
Vassilii Khachaturov
ee9151b117 7097: add UndoableStyledBuffer.undo_disabled
Refactoring away the coupling between Spell and StyleTextEditor
innards:

1) add a context manager UndoableStyledBuffer.undo_disabled
2) add a forwarding to it as StyleTextEditor.undo_disabled
3) use that in Spell.__real_set_active_spellcheck
2014-02-19 16:01:43 +02:00
Vassilii Khachaturov
c81ff4bf63 7097: attaching spell checker isn't undoable
Quick-and-dirty fix removing the hang. Needs to be refactored
in order not to expose the knowledge of StyleTextEditor's
innards to Spell.
2014-02-19 16:01:36 +02:00
Vassilii Khachaturov
ef10274f4e 7097: spell.py hangs on a note for tens of secods
shave off ~15s out of 40s of the hang
2014-02-19 16:01:29 +02:00
John Ralls
73c743593b Mark osmgpsmap for version 1.0.1, matching master 2014-02-18 16:47:51 -08:00
John Ralls
2866b80f24 Mark osmgpsmap for non-srcdir builds
It uses built headers, but Makefile isn't smart enough to find them in a non-srcdir build.
2014-02-18 16:46:12 -08:00
John Ralls
d512f0a0d3 Bug 6784 GraphView fails to load.
Also 7168, 7169, and 7428.
Graphview won't load if libgoocanvas isn't in the bundle. D'oh.
2014-02-18 16:46:12 -08:00