Commit Graph

18507 Commits

Author SHA1 Message Date
John Ralls
a5949b6ce8 Update gramps.bundle to add rungramps.py to the bundle
svn: r17344
2011-04-29 21:26:56 +00:00
John Ralls
d0265cebaf Bug #4302: Language settings are wrong when an english variant is first
Rewrote the launcher in python with much improved language handling; 
renamed it to rungramps.py, and replaced launcher.sh with a minimal 
shell launcher.

Any english selection will now have $LANG set to "C", while $LC_ALL will 
be set to whatever english variant the user selected (and en_US if she 
specified just "en"). For languages other than English, $LC_ALL will be 
set to xx_XX if the language selection had no region (e.g., if the 
language selection is de, $LANG will be de and $LC_ALL will be de_DE. 
$LANG will be truncated if the language selection has a region that 
Gramps doesn't support, but does support the bare language (e.g., if the 
language selection is de_DE, $LANG will be de because there is no de_DE 
translation. Gettext is smart enough to get this right without the help, 
but the check is necessary to ensure that we don't skip over a supported 
generic language.

The language settings can now be overridden for gramps by using the 
defaults system.


svn: r17342
2011-04-29 21:21:33 +00:00
Nick Hall
35628aa699 Hide navigation the plugin selector when only the default plugin is loaded
svn: r17341
2011-04-29 20:55:53 +00:00
Doug Blank
390c71e6d0 4841: Crash when exporting in sqlite database
svn: r17338
2011-04-29 14:01:56 +00:00
Doug Blank
d2f21b2b74 4871: The Reference Gramplet in all Views, bottom panel: The Type is not translated.
svn: r17336
2011-04-29 12:40:16 +00:00
Rob G. Healey
5093902494 Fixed a typo, thanks Peter Landgren.
svn: r17335
2011-04-29 09:09:57 +00:00
Nick Hall
e4348092c3 Cosmetic improvements to details gramplets
svn: r17333
2011-04-28 22:06:44 +00:00
Michiel Nauta
5d2ae80184 Update ProGen import to new name structure
svn: r17330
2011-04-28 19:16:27 +00:00
Nick Hall
0c5851b913 Better column alignment and handling of attributes
svn: r17329
2011-04-28 17:28:56 +00:00
Rob G. Healey
e1e8fa21d9 Added convertDialog, fixed several errors, and removed the delete converted image function as it was not working anyways.
svn: r17326
2011-04-28 16:17:21 +00:00
Serge Noiraud
d76db89d16 geography : icons not correctly selected due to the sort key. cleaning.
svn: r17324
2011-04-28 15:40:46 +00:00
Rob G. Healey
e29540ccfe Fixed an issue with media full path. Thank you Peter Landgren...
svn: r17323
2011-04-28 15:22:22 +00:00
Jérôme Rapinat
c8b9101232 re-enable translation for labels on ChangedSince filter rule
svn: r17322
2011-04-28 14:39:53 +00:00
Nick Hall
01c89915ab Increase size of configuration dialog window
svn: r17319
2011-04-28 14:35:51 +00:00
Peter Landgren
acf85c4586 Fix of issue 4840, tooltip not shown translated.
svn: r17317
2011-04-28 11:08:01 +00:00
Serge Noiraud
c8f06d4038 geography : animate : sometimes, the last marker is not animated.
svn: r17315
2011-04-28 09:59:07 +00:00
Zdeněk Hataš
ac134e1550 czech translation update
svn: r17313
2011-04-28 09:25:03 +00:00
Serge Noiraud
42e7d781b7 geography : setting Id on all files.
svn: r17311
2011-04-28 08:43:37 +00:00
Serge Noiraud
cd725c79bb geography : try to solve the svn Id field.
svn: r17310
2011-04-28 08:28:13 +00:00
Serge Noiraud
3117b8ade6 geography : issue 4866 : geoperson animation : rounding problem.
svn: r17309
2011-04-28 07:46:10 +00:00
Rob G. Healey
d26db60d21 Fixed an error in the Save function.
svn: r17305
2011-04-28 00:47:43 +00:00
Rob G. Healey
e6d6fd03e3 Added more code to the convert2Jpeg function.
svn: r17304
2011-04-27 23:24:26 +00:00
Nick Hall
743806ee13 4435: Change WhatsNext gramplet to work with tags (based on a patch by Reinhard Mueller)
svn: r17300
2011-04-27 20:35:23 +00:00
Peter Landgren
3ffcbed1b2 Fix so that tool tips for lat/long can be translated.
svn: r17297
2011-04-27 19:07:36 +00:00
Serge Noiraud
24af34a84b geography : osmgpsmap must be >= 0.7.0
svn: r17291
2011-04-27 10:37:05 +00:00
Peter Landgren
c8b4d59ddb Fixed so that Replace '%(map)s' by => works in translation.
svn: r17289
2011-04-27 06:28:41 +00:00
Rob G. Healey
8e9ffb2eb3 Fixed typo... Thank you Peter L.
svn: r17287
2011-04-26 23:06:14 +00:00
Michiel Nauta
711ec274ba Fix methodcall on nonetype object
svn: r17283
2011-04-26 20:19:18 +00:00
Michiel Nauta
dd1958ba82 4114: use stdin/stdout/stderr; plugins
svn: r17278
2011-04-26 17:45:56 +00:00
Jérôme Rapinat
780219fbea geps025, update image references (Makefile)
svn: r17277
2011-04-26 16:22:24 +00:00
Serge Noiraud
ea1e1c2fc1 geography : avoid multiple translation and fix a bug with variable referenced before assignment
svn: r17274
2011-04-26 14:16:03 +00:00
Rob G. Healey
a2822d3fdf Fixed an error in getting gettext to work and some cleanup too.
svn: r17271
2011-04-26 06:03:09 +00:00
Rob G. Healey
665f991b36 Removed registry of Edit Image Exif Metadata from its own file into gramplet.gpr.py
svn: r17267
2011-04-26 02:39:04 +00:00
Rob G. Healey
0b723299f5 Updated Gramps README file for pyexiv2.
svn: r17264
2011-04-26 01:39:54 +00:00
Nick Hall
5065f3ae25 Add default GrampsBar gramplets for new geography views
svn: r17263
2011-04-25 23:06:33 +00:00
Rob G. Healey
201c78e6c2 Adding 'Edit Image Exif Metadata' into trunk
svn: r17261
2011-04-25 22:49:41 +00:00
Serge Noiraud
9db980b00e geography : bug when we changed the map in the events and places map.
svn: r17257
2011-04-25 21:14:00 +00:00
Serge Noiraud
199e3a7bab geography : missing icons after merge.
svn: r17255
2011-04-25 19:37:51 +00:00
Serge Noiraud
ae71bd812f geography : display a message is no osmgpsmap library available.
svn: r17254
2011-04-25 13:49:36 +00:00
Serge Noiraud
74c112f684 Including geps-025 in trunk for new geography based on osmgpsmap.
svn: r17253
2011-04-25 13:32:10 +00:00
Vassilii Khachaturov
f843bc4da9 RU: No more fuzzies
svn: r17244
2011-04-24 15:35:28 +00:00
Jérôme Rapinat
ab738361ed merge french translation from branch33
svn: r17243
2011-04-24 12:59:27 +00:00
Vassilii Khachaturov
899b7245e8 RU: more fuzzies translated
svn: r17241
2011-04-24 11:23:32 +00:00
Vassilii Khachaturov
6af3477475 RU: fuzzies cleanup
svn: r17240
2011-04-24 09:41:48 +00:00
Jérôme Rapinat
da5f49d175 typo
svn: r17235
2011-04-24 07:05:08 +00:00
Brian Matherly
f3cc4a4b05 0004821: get_family_from_gramps_id(fid) broken on initialize_family (gui/plug/_guioptions.py)
svn: r17233
2011-04-24 02:54:26 +00:00
Michiel Nauta
b6471586d4 3614: Undo gives wrong text in menu of what it will do; uncontroversial patch part
svn: r17225
2011-04-23 14:17:53 +00:00
Michiel Nauta
0e40cc3fee 4047: Cannot modify a mother on a family editor without father
svn: r17219
2011-04-23 08:53:25 +00:00
Rob G. Healey
75dbd70108 Added pyexiv2 to the README file as asked to by Benny.
svn: r17217
2011-04-23 06:45:33 +00:00
Doug Blank
c8ec736e9e Limit gramplets showing on Gramplet View, and made add list faster
svn: r17214
2011-04-23 02:30:48 +00:00