Commit Graph

20227 Commits

Author SHA1 Message Date
Doug Blank
bb9e1d2f52 7075: backport fix on [db79b0] 2014-01-22 15:58:24 +01:00
Jérôme Rapinat
68e8759a65 7361: Do not save column order if there is not at least one column 2014-01-22 14:42:04 +01:00
Mirko Leonhaeuser
fc8404d9bc update German translation 2014-01-21 21:38:37 +01:00
Jérôme Rapinat
f12304adb7 5775: rebuild template (one new string) and make french translation more consistent 2014-01-21 20:55:08 +01:00
Theophraste
39e03dbcca 5775: ID reorder tool doesn't update citation IDs
Applied the patch by the original submitter, tested manually
with shared and not shared citations on a big DB.
2014-01-21 21:21:22 +02:00
Vassilii Khachaturov
71b3de2e7b RU: translation update - back-merge from gramps40 2014-01-21 17:31:47 +02:00
Jérôme Rapinat
569b7482f2 7404: update docstring 2014-01-21 15:39:26 +01:00
Jérôme Rapinat
c4186b916a 7361: Keep at least one column on views 2014-01-21 11:17:48 +01:00
Vassilii Khachaturov
aa9deb6a3d 7360: disable cal switch along with OK button
As proposed by Jérôme.
2014-01-21 10:11:55 +02:00
Mirko Leonhaeuser
50c5cd9a9a update German translation 2014-01-20 21:44:03 +01:00
Vassilii Khachaturov
8b30ade6a4 NEWS: HTTPS on gramps project web 2014-01-19 18:49:29 +02:00
Vassilii Khachaturov
ecdccaf351 7360: Calendar conversion broken in date editor
1) using a new field self.validated_date instead of self.date
that collided with the switch_calendar callback
2) provide for the Date.set failure possibility in
switch_calendar, and do no field conversion if it throws,
just switch the calendar (thanks to Nick for finding)
2014-01-19 18:36:25 +02:00
Jérôme Rapinat
8bc6336e27 7397: cannot focus on newyear field for edition 2014-01-17 19:14:58 +01:00
Benny Malengier
f25ce97653 7157: better support for objects having citations as subobjects 2014-01-15 09:36:47 +01:00
Mirko Leonhaeuser
3c67dea703 update German translation 2014-01-13 16:12:09 +01:00
Jérôme Rapinat
195eb00f34 7342: New event types; www.gramps-project.org/wiki/index.php?title=Custom_Event_Types ; sub-menu on selector 2014-01-08 18:24:24 +01:00
Nick Hall
6618cdcfb2 Enhance event type selector to use sub-menus 2014-01-06 21:49:33 +00:00
Nick Hall
6b98ad9319 Add custom types to selection widgets 2014-01-06 19:57:14 +00:00
Jérôme Rapinat
6da6c61c7c Update template (one new string for CSV export); update french translation 2014-01-06 17:41:22 +01:00
Jérôme Rapinat
57e408ada5 5024: add 'Last Change' column on selectors, when missing 2014-01-06 17:09:45 +01:00
Mirko Leonhaeuser
d538fe6ebc update German translation 2014-01-02 13:25:46 +01:00
Nick Hall
c0770988c6 7340: Performance improvement in ancestor filter 2013-12-31 17:43:47 +00:00
Vassilii Khachaturov
fe71887ad1 NEWS: svn->git transition is definitely noteworthy 2013-12-30 11:49:02 +02:00
Vassilii Khachaturov
e2b1a6e568 initial draft of some NEWS items for 3.4.7 2013-12-30 11:47:50 +02:00
Vassilii Khachaturov
429c18af6a 6380: GEDCOM export error for family _UID
Applying patch from 2013-12-24 by Enno Borgsteede,
fixing attribute processing on the path that handled _UID
and adding another extension, _FSFTID.
2013-12-30 10:42:01 +02:00
Nick Hall
eb44633c42 7333: Reduce number of columns in LDS temple selector 2013-12-26 17:36:38 +00:00
Vassilii Khachaturov
dd2a5c4a35 7327: clean up file open/lock/close code
In preparation for fixing the bug, discovered minor glitches
in the open/lock/close logic on error paths. Using the RAII syntax
for xml_file and removing redundant unlock-before-close.
2013-12-26 18:45:18 +02:00
Vassilii Khachaturov
e4df103e39 file header comment - +(C) -RCS kwd 2013-12-26 17:35:12 +02:00
Vassilii Khachaturov
b22ae317ae 6955: warn on non-primary surnames not exported 2013-12-26 17:35:11 +02:00
Jérôme Rapinat
d8b2349a6c #7317: DateEdit statusbar and invalid dates; new strings (help links to manual for person and name editors; update template and french translation 2013-12-22 15:33:06 +01:00
Vassilii Khachaturov
6b0b9f209f 7317: DateEdit statusbar to report invalid dates
Add/remove an explanatory prompt on the statusbar along
with disabling/enabling the "OK" button when the date
is invalid.
2013-12-21 22:45:42 +02:00
Vassilii Khachaturov
0c80c5eeea 7317: DateEdit statusbar to report invalid dates
add the status bar to the date editor dialog
2013-12-21 22:43:11 +02:00
Vassilii Khachaturov
86b0a3800a add specific help links for person/name editor 2013-12-19 19:33:12 +02:00
Jérôme Rapinat
0fc8b6b1c4 7147 7001: Merge person dialog does not properly adjust context section after expand 2013-12-17 15:14:35 +01:00
Vassilii Khachaturov
6caf08659e 7229: change active person upon a bookmark select
Follow-up for review w/Nick Hall:
rm redundant call to goto_handle in NavigationView.jump
2013-12-16 21:42:12 +02:00
Vassilii Khachaturov
d98e63d0e0 7229: change active person upon a bookmark select
Rename goto_handle to change_active in ListBookmarks and
derived classes, in line with [fff1f2].
2013-12-15 16:33:56 +02:00
Vassilii Khachaturov
fff1f21ab3 7229: change active person upon a bookmark select
NavigationView: register self.change_active, not
self.goto_handle as the callback when initializing self.bookmarks,
as suggested by Nick Hall.
2013-12-15 16:27:22 +02:00
Vassilii Khachaturov
c7c0b2c6bd 7229: change active person upon a bookmark select
Revert [88d2a2]. See 7229:33418.
2013-12-15 15:38:49 +02:00
Vassilii Khachaturov
10954921ef 6921: Use "Bat Mitzvah" as the en_US event name
p3/3: related msgid changes in the POT
2013-12-14 17:00:48 +02:00
Vassilii Khachaturov
4f86a36090 6921: Use "Bat Mitzvah" as the en_US event name
p2/3: related msgid changes in the translaion DBs
See also
http://www.gramps-project.org/wiki/index.php?title=Coding_for_translation#Changing_translated_text_message_in_the_source_code
2013-12-14 16:59:11 +02:00
Vassilii Khachaturov
0021e8cec2 6921: Use "Bat Mitzvah" as the en_US event name
p1/3: actual change in the code. Note that the abbreviation
also has to be changed accordingly.
2013-12-14 16:58:42 +02:00
Vassilii Khachaturov
c32160b254 7300: "Add citation" missing in pop-up menu 2013-12-14 16:27:23 +02:00
Vassilii Khachaturov
2eca306acf 7290: use simpler math in image_dpi 2013-12-14 16:06:59 +02:00
Vassilii Khachaturov
2f5e221711 7290: align warning with the image_dpi fix logic 2013-12-14 16:01:06 +02:00
Vassilii Khachaturov
36f84e1d0d 7290: image_dpi default calc based on gtk.gdk 2013-12-14 14:19:14 +02:00
Vassilii Khachaturov
161ce3b66e 7290: ImgManip.image_dpi shouldn't return None
always return a sensible default, even if we couldn't read the DPI
Use the data from Matthias Basler for ODF docgen code, as
that is the only user of image_dpi anyway.
2013-12-12 18:40:04 +02:00
Vassilii Khachaturov
460e631e5b 7288/7290 refactor out crop_percentage_to_pixel
trivial wrapper for crop_percentage_to_subpixel
2013-12-12 18:25:10 +02:00
Vassilii Khachaturov
a8a38ff87d 7288/7290 refactor out crop_percentage_to_subpixel 2013-12-12 17:58:14 +02:00
Vassilii Khachaturov
0d61bb01ab 7288/7290: refactor fix from matthiasbasler
Cluster DPI-aware code together
More precise comment
2013-12-12 17:28:59 +02:00
Vassilii Khachaturov
08814624b6 rm relict RCS kwd 2013-12-12 17:04:48 +02:00