Nick Hall
745bf7d96f
Fix bug listing gramplets already in gramplet bar
...
svn: r23040
2013-09-05 22:46:46 +00:00
Vassilii Khachaturov
3f32fbcab0
add __main__ for stand-alone test runs
...
svn: r23038
2013-09-05 08:32:00 +00:00
Vassilii Khachaturov
2a6e1a2f1e
rm obsolete utility pre-gramps40 file
...
svn: r23037
2013-09-05 08:31:49 +00:00
John Ralls
0ddc83fb52
[r23030]Bug 7040: 4.0.2 svn 23029M fails to start catastrophically
...
svn: r23031
2013-09-04 14:06:00 +00:00
Doug Blank
d88b3dd0d0
7034 and 6965: missing method
...
svn: r23027
2013-09-04 10:39:26 +00:00
Jérôme Rapinat
15cf8de5e5
update french translation
...
svn: r23026
2013-09-04 09:05:43 +00:00
Doug Blank
7bd8ff1f5d
7034: probably_alive() failing when no birth-death dates specified; 6965: Probably Alive fails when birth date is a range
...
svn: r23022
2013-09-04 02:49:34 +00:00
John Ralls
a45839799d
[r20136]Change grampslocale logger to use __name__ instead of 'grampslocale'
...
Attempt to suppress 'No handler for logger grampslocale' messages by enrolling the logger in the module hierarchy.
svn: r23020
2013-09-03 23:31:20 +00:00
John Ralls
c31b633134
[r23015]Simplify display_url to just use htmlview or webbrowser
...
svn: r23019
2013-09-03 23:31:07 +00:00
John Ralls
793e937963
[r23014]Avoid bogus rel-calc translation error message in C locale
...
svn: r23018
2013-09-03 23:30:53 +00:00
John Ralls
ad3ccbdfa9
[r23013]minor cleanup
...
svn: r23017
2013-09-03 23:30:37 +00:00
John Ralls
f088797e9f
[r23011]Bug 7036: [Win32]Setting LANG crashes Gramps
...
Also fixes Bug 6919: No automatic language selection in Windows
Thanks to Helge Herz.
svn: r23012
2013-09-03 17:44:14 +00:00
John Ralls
4b7c9361e0
[r23009]Bug 7017: Consolidate run_file into open_file_with_default_application
...
svn: r23010
2013-09-03 16:36:00 +00:00
Jérôme Rapinat
7eb5e86acb
update french translation
...
svn: r23000
2013-09-01 15:44:41 +00:00
Jérôme Rapinat
8655414c18
update template
...
svn: r22999
2013-09-01 15:31:58 +00:00
Doug Blank
2f48b52031
Webapp: update empty.sql to latest db design
...
svn: r22996
2013-09-01 13:04:06 +00:00
Doug Blank
0592f41f2b
Webapp: search refinements
...
svn: r22994
2013-09-01 12:32:44 +00:00
Mirko Leonhäuser
c8bcf58315
updated german translation
...
svn: r22991
2013-09-01 12:01:52 +00:00
Doug Blank
78db437ce7
Webapp: use cuni for python3 compatibility
...
svn: r22990
2013-09-01 11:42:43 +00:00
Doug Blank
c771b25cb5
Use cuni rather than unicode
...
svn: r22987
2013-09-01 11:20:14 +00:00
Doug Blank
124eed0ac7
7025: issue with python3 and unicode string
...
svn: r22985
2013-09-01 11:05:02 +00:00
Vassilii Khachaturov
c8bae282e0
clean up tmp test files in the end
...
reapply from trunk
svn: r22984
2013-09-01 07:39:30 +00:00
John Ralls
e6766f5ba1
[r22981]Fix misguided change to poll_external signature
...
svn: r22982
2013-09-01 04:34:29 +00:00
Doug Blank
824b11fd48
7025: 4.0.2 svn 22976M fails to start catastrophically
...
svn: r22979
2013-09-01 02:34:16 +00:00
Doug Blank
3a7b78e74f
Webapp: put .distinct() last to remove duplicate matches in queries
...
svn: r22978
2013-09-01 02:12:13 +00:00
Doug Blank
8cc04c5598
Webapp changes to properly show unicode data in html
...
svn: r22976
2013-08-31 13:46:31 +00:00
Nick Hall
ad40ffe102
Remove tagging code introduced in error
...
svn: r22973
2013-08-31 10:15:36 +00:00
Vassilii Khachaturov
314bbe6ca0
6960: Error merging citations
...
Reapply from trunk these commits:
commit 1594f61ea2dbd9eddb44a800c26f170ff5702491
Author: vassilii <vassilii@4ae1f11a-8b86-4847-b8af-ab372f36d1fd>
Date: Fri Aug 30 22:33:58 2013 +0000
6960: Bless Source with an IndirectCitationBase
git-svn-id: svn+ssh://svn.code.sf.net/p/gramps/code/trunk@22970
4ae1f11a-8b86-4847-b8af-ab372f36d1fd
commit 6ec4b56d6530bd98638cb66365e6205d057f48ca
Author: vassilii <vassilii@4ae1f11a-8b86-4847-b8af-ab372f36d1fd>
Date: Fri Aug 30 22:03:14 2013 +0000
6960: mergecitations has broken copy of MCQ
The MergeCitations batch tool had a cut-and-pasted code
replicating MergeCitationQuery logic. Naturally, it diverged :-)
Removed MergeCitations.Merge and use MergeCitationQuery instead.
git-svn-id: svn+ssh://svn.code.sf.net/p/gramps/code/trunk@22969
4ae1f11a-8b86-4847-b8af-ab372f36d1fd
svn: r22971
2013-08-30 22:43:57 +00:00
Nick Hall
21fd8f2cfb
Fix regular expressions in sidebar filters
...
svn: r22967
2013-08-30 20:34:01 +00:00
Vassilii Khachaturov
8c3e4701d9
Finish merging bug# 6960 fix from trunk
...
I don't know why git diff didn't pick up citation.py :(
svn: r22963
2013-08-30 19:14:58 +00:00
Vassilii Khachaturov
d9eab10013
6960: Error merging citations
...
Merge back to gramps40 my work on the bug fix.
svn: r22962
2013-08-30 19:00:39 +00:00
Vassilii Khachaturov
dacf5f4d3b
flags HAS_CLIMERGE and HAS_EXPORTRAW to skip tests
...
Reapply from trunk my commit r22948
svn: r22961
2013-08-30 19:00:23 +00:00
Nick Hall
a474703187
6874: Use shorter names in add gramplet list. Remove old attributes gramplet.
...
svn: r22958
2013-08-30 18:09:35 +00:00
Nick Hall
d1c0be81f8
6786: Invoke editor on double-click in backlinks gramplet
...
svn: r22955
2013-08-30 16:06:31 +00:00
John Ralls
1dc39d8c1c
[r22949]Bug 7017 GUI stuck when external viewer launched
...
subprocess.checked_call seems to wait on the process that xdg-open
starts, but subprocess.wait doesn't.
svn: r22951
2013-08-29 23:31:33 +00:00
John Ralls
649c105536
[r22842]Clean up some leftovers from 22841
...
svn: r22950
2013-08-29 23:31:26 +00:00
Doug Blank
0880f52c44
Fix dbdjango to be up to date with bsddb of gramps40: added checksum for Media; SourceAttribute and CitationAttribute gained a private flag; all primary objects got tags
...
svn: r22946
2013-08-29 19:14:52 +00:00
Tim G L Lyons
1a1420b61d
0006849: citationtreeview with search bar only searches in sources, not citation data
...
0006848: citationtreeview corrupts when search bar open and edit occurs
0006829: Searching into source/citation selector disallows to select all related citations, only matching rows
by fixing treebasemodel so it properly deals with secondary objects, and also citationtreemodel so it adds secondary odes even when the parent is not present.
svn: r22940
2013-08-29 18:06:12 +00:00
Vassilii Khachaturov
ca929cfb2f
6960: error merging citations
...
merge_ref_test still fails...
svn: r22937
2013-08-29 16:20:29 +00:00
Vassilii Khachaturov
0e3c01d6aa
Back-merge the UT for gui.user as well
...
svn: r22934
2013-08-29 12:54:10 +00:00
Vassilii Khachaturov
207ed2434c
7021: pass ArgHandler.user to import_new_db
...
reapply r22929 from trunk
svn: r22933
2013-08-29 12:44:55 +00:00
Vassilii Khachaturov
0afdb2e361
7016: new cmdline switches -y/--yes and -q/--quiet
...
reapply r22916 from trunk
testing on gramps40: UT
svn: r22932
2013-08-29 12:41:31 +00:00
Vassilii Khachaturov
4bfb2e082c
7013: Impl. User.prompt based on QuestionDialog2
...
Reapply r22914 from trunk
Unit tests pass
svn: r22931
2013-08-29 12:35:18 +00:00
Doug Blank
3bec0ee5aa
languages was set to a list; should be a :-separated string
...
svn: r22928
2013-08-29 01:19:58 +00:00
Doug Blank
92ef108c94
Move css, javascript and web images to data so that they can be found by webapp
...
svn: r22927
2013-08-28 23:51:42 +00:00
Nick Hall
322185b339
4735: Check for updates in a separate thread
...
svn: r22925
2013-08-28 23:34:20 +00:00
Doug Blank
26c3aa31d7
Changes for webapp to work with gramps40
...
svn: r22923
2013-08-28 23:08:21 +00:00
Doug Blank
196ad8feb7
7020: Date filtering fails to work on Family Events in 3.4.6 or 4.0.2; typo, missing 'not'; changed date before and after max to be 9999
...
svn: r22917
2013-08-28 11:52:48 +00:00
Vassilii Khachaturov
68ed5a2838
7009: endless exception loop starting w/o DISPLAY
...
constfunc.has_display() was using check_init(),
which, on Gtk3, was happy to initalize even that the display was N/A.
Amended the test with an attempt to actually get the Gdk default display.
svn: r22909
2013-08-22 22:39:31 +00:00
Vassilii Khachaturov
405db681a6
7009: endless exception loop starting w/o DISPLAY
...
Building testing ground for the bug investigation,
after reading the grampsgui.py code...
svn: r22908
2013-08-22 22:39:17 +00:00