Commit Graph

23160 Commits

Author SHA1 Message Date
Jérôme Rapinat
a37e3b1210 8645: add GobjectIntrospection dependency
Fix Lintian issue: 'python-script-but-no-python-dep'
2015-06-25 20:14:23 +02:00
Nick Hall
18aca697c9 8643: Workaround for excessive height of rule editor window
The height of the Gtk.Box containing the rule name and description
labels is calculated incorrectly.  The parent widget seems to
think that the label text is wrapped onto many lines.

This workaround sets a minimum label width which makes the problem
less apparent.
2015-06-24 22:05:46 +01:00
Nick Hall
842d1490be Tidy up and remove redundant code 2015-06-24 22:05:46 +01:00
Nick Hall
4aa97cff03 Merge pull request #39 from elderamevans/patch-1
Add Trujillo Peru to LDS temple codes
2015-06-24 21:35:48 +01:00
elderamevans
510916e1ee Trujillo Peru
https://github.com/FamilySearch/temple-codes/blob/master/temples.xml
e4150c986b
2015-06-24 10:49:36 -06:00
Fedik
254dffd0cd Update Ukrainian translation 2015-06-23 21:11:37 +03:00
Josip
d0c8fd056b Set parent of ProgressMeter 2015-06-20 03:57:54 +02:00
Josip
97ced02208 set remove unused objects dialog transient parent 2015-06-20 01:47:41 +02:00
Jérôme Rapinat
63a0f4b27a Update DEBIAN stuff
For more recent environments; python3, pybuild
2015-06-19 16:19:27 +02:00
kulath
c9d7b00c0c 0008537: Gedcom import crashes. Fix problem when matching places with
the same name which are enclosed by different places.
2015-06-18 22:54:45 +01:00
Leonhaeuser
2898d122cc update German translation 2015-06-18 21:46:47 +02:00
Enno Borgsteede
41cfe9f4c9 0008639: check buttons misaligned in remove unused objects dialog 2015-06-18 19:16:53 +01:00
Nick Hall
8d6ffbeaec Remove executable permission from gedcom file 2015-06-18 14:18:36 +01:00
Nick Hall
16870116e6 Remove executable permission from python code 2015-06-18 14:12:37 +01:00
Nick Hall
7e2e5a6ec0 Remove executable permission from png files 2015-06-18 13:42:13 +01:00
Doug Blank
933baf8d2e WIP webapp: largley working again
1. Changed personform.model.gender_type to personform.model.gender_type_id
(no idea why this was needed)

2. Take care of cache default, and Tag save
2015-06-17 11:29:38 -04:00
Doug Blank
87983a0aa7 WIP webapp: two changes to make work with Django 1.6:
1. Forms no longer allow and pass keywords to models. So, we catch
   the keyword (save_cache) set it to the instance, and use that.

2. In templates, apparently not able to pass form.model.item. Will
   need to be able to get access to it in render().
2015-06-17 09:03:32 -04:00
Doug Blank
11f294160d 8537: Gedcom import crashes; kulath patch 2015-06-17 08:00:39 -04:00
Doug Blank
92e084fcf7 8614: addresses pickleupgrade.txt issue, by kulath 2015-06-17 06:34:16 -04:00
Doug Blank
f49bef24d6 webapp: removed legacy PNG code; update test runner for Django 1.7 2015-06-16 11:03:11 -04:00
Doug Blank
5a71d8f3bc 7603: tab font of gramplet 'details' not like other gramplets 2015-06-16 07:53:31 -04:00
Lajos Nemeséri
ec020e8e3b Update Hungarian translation 2015-06-16 08:16:49 +02:00
Doug Blank
8797caa2db Merge pull request #35 from RossGammon/8047-resourcepath
8047 - Add new --resourcepath option to setup.py
2015-06-15 17:46:16 -04:00
Ross Gammon
602fa041d6 8047 - Update INSTALL file to document --resourcepath option 2015-06-15 22:35:32 +02:00
Ross Gammon
019c78285a 8047 - add resource path option to setup.py
With this additional option to setup.py, a path to where the
resource-path will be installed can be supplied. This is needed
when building Gramps out of the source tree, otherwise the temporary
location is stored in the resource-path file and Gramps cannot find
it resources.
2015-06-15 22:03:10 +02:00
Doug Blank
5950c7711a SimpleAccess: sort by surname; fixes crash in python3 2015-06-14 22:02:40 -04:00
Doug Blank
f1984dad87 Merge pull request #34 from RossGammon/packagermode
Remove setup.py --enable-package-mode option text from INSTALL
2015-06-14 13:06:12 -04:00
Doug Blank
4c47a396a8 8634: DB-API Database backend doesn't compute inverse filters correctly 2015-06-14 09:56:58 -04:00
Doug Blank
8b4c5c4ebe undoredo: added missing item 2015-06-13 21:35:56 -04:00
Doug Blank
9eef80afb0 undoredo: changes to work with general backend 2015-06-13 19:33:57 -04:00
Nick Hall
edae9faaec Validate place name language 2015-06-13 18:45:38 +01:00
Ross Gammon
d82ce1e9a5 Remove setup.py --enable-package-mode option text from INSTALL
This option is not used anymore and reports an error if used.
2015-06-13 16:52:49 +02:00
Jérôme Rapinat
8058cea0ca Merge NEWS (releases on 41 branch) 2015-06-12 16:48:18 +02:00
Hivernat Emmanuel
b346dce2b3 7347: fix a bug 'on mouse over' event 2015-06-12 16:36:49 +02:00
Josip
7ea583bedd 8625: Cannot open Citation references from Clip Board 2015-06-12 16:23:25 +02:00
Leonhaeuser
64c9c08744 update German translation 2015-06-10 23:05:58 +02:00
Doug Blank
156006567a DbState: added import_from_filename 2015-06-10 06:49:50 -04:00
Jérôme Rapinat
5e23fa5fcb Remove one remaining context argument 2015-06-08 19:28:43 +02:00
Zdeněk Hataš
80fb5916cd czech translation update 2015-06-07 22:13:40 +02:00
Jérôme Rapinat
6f3bec036e Remove context into glade file
Gramps (python) is not ready for supporting msgctxt for now
2015-06-07 20:22:00 +02:00
Jérôme Rapinat
2e214a1248 update template 2015-06-07 20:20:11 +02:00
Jérôme Rapinat
c7afce1592 Update translation references 2015-06-07 20:17:26 +02:00
Jérôme Rapinat
123e376aba Remove some unicode stuff for python3 2015-06-07 19:45:47 +02:00
Jérôme Rapinat
6b3aee848d 2531: Short cut keys does not work in 'Change Event Types' dialog 2015-06-07 19:23:03 +02:00
Jérôme Rapinat
1195448f14 7476: letter as custom paper size generated a ValueError 2015-06-07 19:19:07 +02:00
Zdeněk Hataš
47cdc1e54d date handler fix 2015-06-07 10:54:21 +02:00
Zdeněk Hataš
bfb7f1536b translation and dateparser fix 2015-06-07 10:39:50 +02:00
Doug Blank
2f0496d0a3 8621: Recursion Filter error 2015-06-06 19:56:34 -04:00
SNoiraud
abf785be5e Geography : bug 8612 and 8616 : gtk 3.16 introspection problem and change for new place structure. 2015-06-06 19:04:17 +02:00
Zdeněk Hataš
2a7bf82cf5 czech translation update 2015-06-06 17:04:58 +02:00