Commit Graph

20559 Commits

Author SHA1 Message Date
Nick Hall
a86b39d078 Improve check to prevent overwriting const.py
svn: r20910
2012-12-31 16:41:00 +00:00
Benny Malengier
b2b4b39d03 6258: Error during start of Gramps for certain LANG values
svn: r20909
2012-12-31 15:00:47 +00:00
Doug Blank
dc18499c7e Add timestamp to downloads
svn: r20906
2012-12-31 14:58:09 +00:00
Jérôme Rapinat
62e56c09ac 6112: use get_indices method on TreePath for "old" Gtk version (e.g, 3.6.1)
svn: r20904
2012-12-31 13:41:55 +00:00
Benny Malengier
a2b941140c 6205: Gtk.CALENDAR needs a migration to new GI/GTK3 API
svn: r20897
2012-12-30 23:21:17 +00:00
Doug Blank
6841776261 Added addons-url to config and Preferences; currently set to old URL, but will update in a couple of days when new addons URL comes on-line
svn: r20894
2012-12-30 21:59:00 +00:00
Benny Malengier
34c7d6baee Fix divisionbyzero in python3
svn: r20889
2012-12-30 17:32:52 +00:00
Benny Malengier
97fbe91426 6205: Gtk.CALENDAR needs a migration to new GI/GTK3 API
Also: don't expand the calendar more than needed to show it.


svn: r20886
2012-12-30 15:42:06 +00:00
Jérôme Rapinat
b08cdbe36c avoid specific case with decimal comparison
svn: r20883
2012-12-30 15:29:23 +00:00
Benny Malengier
59d54b9ba5 More version strings
svn: r20881
2012-12-30 15:14:58 +00:00
Jérôme Rapinat
6a78da4b25 typo
svn: r20878
2012-12-30 10:04:18 +00:00
Nick Hall
43b6e62d2d Update translation code to use LOCALE_DIR
svn: r20876
2012-12-29 17:52:17 +00:00
Gary Burton
1096342cb5 Set the correct number of update callbacks. Bug #6219.
svn: r20874
2012-12-29 17:18:54 +00:00
Nick Hall
7bff2f915f Fix structure of build directory for locale files
svn: r20872
2012-12-29 00:25:01 +00:00
Benny Malengier
ffbac653e0 6112: Cannot install addons via dialog
svn: r20870
2012-12-28 20:33:30 +00:00
Nick Hall
9cfc5f4863 Fix error in Norwegian (nb) translation
svn: r20867
2012-12-28 19:59:21 +00:00
Nick Hall
f055e2748e Add LOCALE_DIR. Remove PREFIXDIR and SYSCONFDIR.
svn: r20866
2012-12-28 19:59:07 +00:00
Benny Malengier
af456e12b7 6208: Cannot iterate on attributes when trying to paginate via cairodoc
At same time, fix deprecated cairocontext


svn: r20864
2012-12-28 17:22:10 +00:00
Benny Malengier
91abba9d20 6123: Index into undohistory, correct fail on older gobject
svn: r20860
2012-12-28 13:01:49 +00:00
Benny Malengier
5fb66f3918 Improve hover handling on displaytabs
svn: r20857
2012-12-28 10:27:12 +00:00
Jérôme Rapinat
d64e11dc1d spacing, tab (fr) and paths for files (en, fr)
svn: r20856
2012-12-28 09:44:04 +00:00
John Ralls
c0e7bb1cdc Restore PangoCairo and FontConfig to Graphviz requirements
svn: r20854
2012-12-27 20:49:19 +00:00
Benny Malengier
a4239f83d3 correct wrong function call
svn: r20852
2012-12-27 17:51:20 +00:00
Benny Malengier
51a53ccebd Fix crash on callback after clean_up in gallerytab
svn: r20849
2012-12-26 23:19:07 +00:00
Benny Malengier
2e86a12c39 bug 1772: follow cursor to completely resolve bug
svn: r20847
2012-12-26 22:39:58 +00:00
Benny Malengier
28c25286ad bug 1772, correct event handling
svn: r20845
2012-12-26 22:22:21 +00:00
Benny Malengier
e434d618a1 1. context menu on displaytabs showing
2. partially do bug 1772O


svn: r20843
2012-12-26 22:15:41 +00:00
Benny Malengier
57dccb292b 1567: beautify Relation Ship Graph, remove - if no date of birth or death
svn: r20841
2012-12-26 18:19:51 +00:00
Benny Malengier
8a8bf7c72e GTK3 conversion in tools
svn: r20839
2012-12-24 12:35:53 +00:00
Benny Malengier
44e33f0ad6 rows_reoredered patch not yet in GTK
svn: r20834
2012-12-23 14:09:57 +00:00
Fedik
2787429b8a small translation and uptades
svn: r20831
2012-12-23 13:34:53 +00:00
John Ralls
08010776aa Mods for Gtk3, setup.py
svn: r20829
2012-12-23 06:11:43 +00:00
Jérôme Rapinat
29a170b678 spacing, tab (fr) and VERSION (en, fr)
svn: r20826
2012-12-22 19:49:57 +00:00
Jérôme Rapinat
424fe3bd5b merge from 4.0.0 to trunk
svn: r20824
2012-12-22 18:07:18 +00:00
Benny Malengier
261df75bea Convert validated masked entry to normal gtk.entry with icon
Working background color change on error


svn: r20822
2012-12-22 13:24:39 +00:00
Benny Malengier
66cdba1d8d rows_reordered is present again in GTK 3.8
svn: r20819
2012-12-22 09:23:56 +00:00
Doug Blank
8fa4de8f9a Someone optimized some code incorrectly; lines at bottom of calendar where placed off the page
svn: r20815
2012-12-21 18:57:18 +00:00
Doug Blank
163545089c If you try to lookup an object too early, you might find that the tbl is still a dict; this protects such early lookups from crashing
svn: r20813
2012-12-21 18:25:37 +00:00
Jérôme Rapinat
99a1729794 do not need to check untranslated and fuzzy strings because they have not been reviewed yet; warning this script uses tab for the bloc indentation...
svn: r20805
2012-12-20 17:42:29 +00:00
Benny Malengier
1d9aeb81d0 On translation error, allow build to continue after asking user
svn: r20803
2012-12-20 16:40:49 +00:00
Jérôme Rapinat
d0d2c59cd5 common date handler for Norwegian Bokmål and Norwegian Nynorsk
svn: r20800
2012-12-20 13:46:36 +00:00
Benny Malengier
d682510c42 6227: libhtml handles strings differently in python2.x and python3.x
svn: r20796
2012-12-19 09:42:52 +00:00
Tim G L Lyons
55d9ef2dbf 0006009: Media objects attached to Marriage events and Sources are not included in Narrative Web Site
* restructure the families index so families are indexed under both spouses, and the family name is normalised
* separate out Families section in individual and families pages so individual page links to the family page and family page links to both people
* normalise links to families so the link is only displayed if the family page is present, and the gid is included when appropriate
* remove highlighting of media subregions except in the media pages (it was confusing and not very well implemented)
* include people whose surname is absent in the individual, surname and families indexes
* html_escape names and surnames
* always display media thumbnails for first image in Gallery list (in some cases they were suppressed if they had been displayed at the top of the page)
* change partner and parent columns in families index to improve the layout of the HTML and put the comma between multiple partners in the right place
* use event description (where present) instead of just event type in back references
* fix bug in the way obj_dict and bkref_dict were initialised

svn: r20795
2012-12-18 22:55:56 +00:00
Benny Malengier
eb52e2f3de 6224: Can't select with ot without media when taking backup
svn: r20793
2012-12-18 16:22:26 +00:00
Benny Malengier
f39e82c9b3 6215: Descendant Fanchart error on duplicate children
svn: r20792
2012-12-18 15:01:50 +00:00
Benny Malengier
ef023ffdb3 6227: libhtml handles strings differently in python2.x and python3.x
svn: r20791
2012-12-18 14:05:46 +00:00
Benny Malengier
0e01b5919e 6231: WARNING: configmanager.py: line 309: WARNING: ignoring key with wrong type
'behavior.autoload'


svn: r20789
2012-12-18 11:50:02 +00:00
Benny Malengier
100eeec905 fix wrong print_exc usage, see bug 6223
svn: r20788
2012-12-18 11:17:47 +00:00
Benny Malengier
0f35aa4aa3 update readme for correct gtkspell support
svn: r20787
2012-12-18 11:11:36 +00:00
Benny Malengier
aa5e2f0847 python 3 support, keys should be list if we want to iterate and delete
svn: r20786
2012-12-18 10:49:09 +00:00