Commit Graph

1158 Commits

Author SHA1 Message Date
lklundin
b9958fe62b 7794: Typo in error message 2014-06-10 11:57:13 +02:00
Paul Franklin
5454e8c19b improve plugin warning 2014-06-08 13:02:21 -07:00
Paul Franklin
ce8aa53270 7678 typo 2014-06-08 12:58:46 -07:00
Jérôme Rapinat
5cfa4a015f 7678: some gir modules were not called 2014-06-07 13:26:08 +02:00
Jérôme Rapinat
6982d37427 7678: some fixes around gettext and messages handling 2014-06-07 13:06:00 +02:00
Paul Franklin
fa338e85a4 7784 "IndexError: list index out of range" on [initial CLI "gramps -t"] 2014-06-05 08:01:57 -07:00
Jérôme Rapinat
6bf8a734cf 7678: typo, missing self argument on fallback for personpos_at_angle() 2014-06-04 12:13:27 +02:00
Jérôme Rapinat
c8ab33fa27 7678: typo, set_border_width was set twice on CLIVbox() 2014-06-03 21:18:32 +02:00
Nick Hall
786a8f86f3 Prevent removing idle process after it has finished 2014-06-03 14:51:19 +01:00
Jérôme Rapinat
620dca433f 7766: Fan Chart views crash with self.maxperiod = self.minperiod 2014-06-03 10:34:38 +02:00
Nick Hall
02b017c402 7711: Fix tree views in python3 2014-06-02 19:48:02 +01:00
Ondrej Krc
d81071a00e Git Merge Request #10: Update Slovak date handler 2014-05-30 10:15:58 +02:00
Nick Hall
f104408968 7712: Cherry-pick [321821] and [2dd0c9] from master. 2014-05-27 15:25:30 +01:00
noirauds
340aabe210 BUG #0007744 : years are displayed as floating numbers 2014-05-25 11:17:35 +02:00
Nick Hall
a02f76c97f Fix for python3 2014-05-24 22:22:05 +01:00
Jérôme Rapinat
07372cf3be bump to '4.0.5' 2014-05-22 10:17:59 +02:00
Jérôme Rapinat
2506d06100 make official '4.0.4' release 2014-05-22 10:15:18 +02:00
noirauds
56efd58004 Geography: Bug #007722 : segfault in cairo.SurfaceImage.create_from_png 2014-05-20 21:34:15 +02:00
Nick Hall
928e32d030 7152: Fix error when importing database from the CLI 2014-05-20 13:27:13 +01:00
Jérôme Rapinat
806cfa696b 7706: typo, 'val' not defined on gui.viewmanager 2014-05-17 15:36:01 +02:00
Jérôme Rapinat
4bfbb4e7ca 7648: [Unit test] database dir and environment; https://gramps-project.org/bugs/view.php?id=7648#c36301 ; works on jralls' config, not yet on mine 2014-05-17 15:19:31 +02:00
Nick Hall
3e514a9798 7710: Fix crash in fan chart view when scrolling 2014-05-17 01:16:50 +01:00
Nick Hall
a2dcbebd35 Fix list size in check tool 2014-05-16 23:01:49 +01:00
Nick Hall
16ed48e46d Fix resizing of widgets in dialogs
Conflicts:
	gramps/gui/glade/tipofday.glade
2014-05-16 22:14:27 +01:00
Jérôme Rapinat
969efacc33 7705: 'uni_to_gui' not called on gui.viewmanager 2014-05-16 16:29:35 +02:00
Bob Igo aka human-being
11eed32fef 7699: update and run again tools.sh; it outputs two DB files for human inspection 2014-05-16 11:49:01 +02:00
Paul Franklin
c9f80fcd7b typo (unused import) 2014-05-14 11:55:42 -07:00
Paul Franklin
5aa3a419ea 5690: Can create multiple events with same Gramps-ID 2014-05-13 14:17:15 -07:00
Jérôme Rapinat
69ff7d3e26 7657: 7648: SyntaxError with python3 on 'gramps.cli.test.cli_test' 2014-05-13 18:26:20 +02:00
Jérôme Rapinat
ceb58e9b88 7659: SyntaxError with python3 on 'gramps.gen.db.test.grampsdbtestbase' 2014-05-13 18:04:39 +02:00
John Ralls
b198082790 7519: "Family Tree Directory Path" with accented characters
Take 2.

(cherry picked from commit b39902eab6e927a90fbce9a721d95b35f28065bd)
2014-05-12 07:30:52 -07:00
John Ralls
8b0b29c9c2 7666: ANSEL GEDCOM import messes up foreign characters
Make the ansel code strings bytestrings.
2014-05-12 07:30:01 -07:00
Paul Franklin
cb1b04ac3c 5690: Can create multiple events with same Gramps-ID 2014-05-11 10:34:45 -07:00
Jérôme Rapinat
788ff005cb 7570: descendants browser doesn't expand under Ubuntu 14.04 2014-05-11 15:51:42 +02:00
Pitxyoki
aa9d6adfd2 7671: Typo on Portuguese translation for 'third grandson/daughter' 2014-05-09 12:18:46 +02:00
Jérôme Rapinat
5230f89a5a typo for calling conv_to_unicode on libdjango; thank you pylint 2014-05-08 17:30:53 +02:00
Human
0910e60235 7258 7665: NameError: global name 'conv_to_unicode' is not defined 2014-05-08 16:03:12 +02:00
Jérôme Rapinat
b03ce38514 7649: [Unit test] gramps type, encoding and to_struct(); specific to python2 2014-05-07 20:43:54 +02:00
Jérôme Rapinat
e4f7982479 7663: readonly/readwrite and 'create_id' method into 'gen/db/test/db_test.py', no more 'create_id' in the DB code 2014-05-04 17:44:00 +02:00
Paul Franklin
753eec3960 7582: Cannot remove a primary object having a new created backreference
This removes the create_id method from gen/db/write.py, since
after a recent "from __future__ import unicode_literals" (there)
it started producing unicode.  Instead the create_id method in
gen/utils/id.py is used, as its code is essentially identical,
in use in many other places -- and does not produce unicode.
2014-05-03 15:15:52 -07:00
Paul Franklin
5180925a46 use a standard string, not a unique string 2014-05-03 15:15:52 -07:00
Jérôme Rapinat
af445f1635 7648 7258: typo, io module called twice 2014-05-01 18:20:54 +02:00
Jérôme Rapinat
89907dced1 7628: Relationship calculator not displaying data 2014-04-30 20:08:51 +02:00
John Ralls
0b1a944eb9 7646: [Unit test] typo on 'gramps.gen.utils.file.py'
Replace the call with ensuring that dirname is unicode; since
TMP_DIR is guaranteed to be, os.path.join() willl return a unicode so
further conversion is unnecessary.

(cherry picked from commit 4327f6952b)
2014-04-30 07:38:28 -07:00
Jérôme Rapinat
e1e18cb6f7 Revert "7638: Better support for locales falling back into U.S. English at startup"
This reverts commit 021426fc8d.
2014-04-30 09:55:54 +02:00
Jérôme Rapinat
021426fc8d 7638: Better support for locales falling back into U.S. English at startup 2014-04-30 09:53:36 +02:00
Josip
39d1ecc030 7628: Relationship calculator not displaying data 2014-04-29 16:52:27 +02:00
Jérôme Rapinat
bfa2e78131 7630: Unable to edit citations on association 2014-04-26 09:03:41 +02:00
Paul Franklin
e95fc02804 fix deferred translation of dates and places, add name-format option 2014-04-25 07:55:48 -07:00
Paul Franklin
1b028fbc4a 7258 typos 2014-04-24 08:37:31 -07:00