Commit Graph

20200 Commits

Author SHA1 Message Date
Mirko Leonhäuser
c04373b5dd updated german translation
svn: r22992
2013-09-01 12:08:52 +00:00
Vassilii Khachaturov
e5d995517a 6960: fix merging citations batch tool; sources
Back-port from gramps40 of r22971.

svn: r22972
2013-08-30 23:06:06 +00:00
Nick Hall
4ee02a80af Fix regular expressions in sidebar filters
svn: r22966
2013-08-30 20:33:09 +00:00
Vassilii Khachaturov
6da4a00375 6960: Error merging citations
Back-port my work on this bug from gramps40.
Unfortunately, the tests on gramps34 still fail (they pass
on gramps40/trunk), but the repro steps marked by Nick
in the bug succeed, so I shall stop here :)

svn: r22965
2013-08-30 19:41:29 +00:00
Nick Hall
b0d5343d24 6874: Use shorter names in add gramplet list. Remove old attributes gramplet.
svn: r22957
2013-08-30 18:08:49 +00:00
Nick Hall
563591b031 6786: Invoke editor on double-click in backlinks gramplet
svn: r22954
2013-08-30 16:05:33 +00:00
John Ralls
449d1366b1 [r22949]Bug 7017 GUI stuck when external viewer launched
Use a Glib timeout event to poll the open process and handle
any error returns

svn: r22952
2013-08-30 00:01:46 +00:00
Vassilii Khachaturov
00d233a3c5 Add missing imports, obsolete __main__ checks
svn: r22943
2013-08-29 18:59:43 +00:00
Vassilii Khachaturov
3600d3f3c4 Back-port Nick's fix r22772
convert XML to use citations

svn: r22942
2013-08-29 18:53:02 +00:00
Tim G L Lyons
18786ae646 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: r22939
2013-08-29 18:05:25 +00:00
Vassilii Khachaturov
0877cdbf54 6960: Error merging citations
Error merging citations containing objects with citations.
Fixed.

svn: r22936
2013-08-29 15:28:35 +00:00
Vassilii Khachaturov
fe80daa608 ignore tags
svn: r22935
2013-08-29 15:28:24 +00:00
Nick Hall
b0a4f75106 4735: Check for updates in a separate thread
svn: r22924
2013-08-28 23:32:30 +00:00
Vassilii Khachaturov
314cf24850 future division - align with gramps40/trunk
Trying to help 7007 investigation

svn: r22920
2013-08-28 15:48:49 +00:00
Doug Blank
0993059ff7 7020: Date filtering fails to work on Family Events in 3.4.6 or 4.0.2; typo, missing 'not'
svn: r22918
2013-08-28 11:57:25 +00:00
Mirko Leonhäuser
d4249ad745 updated german translation
svn: r22906
2013-08-22 17:19:36 +00:00
Nick Hall
537b3d7af8 Add date validation to filters
svn: r22903
2013-08-22 17:12:27 +00:00
Paul Franklin
d40325339b add and enable Greek date handler (from Zissis Papadopoulos)
svn: r22895
2013-08-21 16:54:41 +00:00
Vassilii Khachaturov
baae86787c 6953: remove "undo history warning" under CLI
To remove the meaningless "undo history warning" when a BatchTool
is run from cli (e.g., "check"), we add to BatchTool constructor
an extra argument to get the uistate, and only produce the GUI
warning if there is GUI.

svn: r22894
2013-08-21 14:41:12 +00:00
Peter Landgren
192e32cdf4 Update with new text for rules.
svn: r22893
2013-08-21 14:35:24 +00:00
Jérôme Rapinat
9430fbc478 Enable Ukrainian date handler
svn: r22889
2013-08-21 06:56:24 +00:00
Vassilii Khachaturov
ee8bc7aaad 6871: workaround the gtk RTL bug in MultiTreeView
Best of both worlds brought to you by Nick and Vassilii :-)

svn: r22886
2013-08-20 21:39:47 +00:00
Nick Hall
22d4c1dd2c 6871: Remove vertical grid lines for RTL display
svn: r22881
2013-08-20 16:05:49 +00:00
Nick Hall
024629c2e1 Fix bug introduced in r22837
svn: r22879
2013-08-19 22:14:11 +00:00
John Ralls
da460a4b97 Bug 7002: Gramps crashes when environment varable LANG is not set to C
Force $LANG to have UTF-8 suffix.

svn: r22878
2013-08-19 21:23:17 +00:00
Vassilii Khachaturov
6b9ea867ee 6863: Failed to open file with Gramps 3.4.5
Use the write_version method rather than reinvent it...

svn: r22867
2013-08-14 20:43:49 +00:00
Jérôme Rapinat
e75ec08061 update Lithuanian translation (contribution by Mindaugas Baranauskas); merge back from 4.0
svn: r22865
2013-08-14 10:11:47 +00:00
Nick Hall
626463d7ea Fix bug in note filters
svn: r22860
2013-08-13 18:39:18 +00:00
Nick Hall
d988af9d10 6995: Fix bug in event citation filter
svn: r22857
2013-08-13 18:23:26 +00:00
Nick Hall
0e743ad106 Automatic update for old rules using regular expressions
svn: r22853
2013-08-11 14:12:16 +00:00
John Ralls
6fe5c23a7f Remove superfluous goocanvas module; provided by gtk-osx.
svn: r22850
2013-08-10 21:09:30 +00:00
John Ralls
8d7ffeb74c Add new Quartz Input Method to bundle
svn: r22849
2013-08-10 21:07:15 +00:00
Paul Franklin
02152e3abb give the graphvizdialog's format_str a more-unique name
(to help distinguish it from the name displayer's format_str)


svn: r22844
2013-08-10 18:37:25 +00:00
Nick Hall
ffab79499d Backport regular expression enhancements from gramps40
svn: r22837
2013-08-09 21:35:05 +00:00
Peter Landgren
8921c21160 Some Swedish updates.
svn: r22824
2013-08-09 12:50:52 +00:00
Nick Hall
05a4e2d07a 6950: Update makefile for new rule
svn: r22817
2013-08-08 12:40:37 +00:00
Nick Hall
2099882e67 6950: Add new rule for events with places matching filter
svn: r22814
2013-08-07 23:25:09 +00:00
Vassilii Khachaturov
18ba120115 Rename PSDrawDoc to PsDoc, reduce .py file count.
Follow-up to code review, see the bug# 6883.

svn: r22808
2013-08-06 19:57:52 +00:00
Vassilii Khachaturov
19ca766ee4 Finish the refactoring.
PdfDoc now also uses CairoDocgen.

svn: r22805
2013-08-06 17:10:19 +00:00
Vassilii Khachaturov
e726cbf72f Refactoring PSDrawDoc and PdfDoc common base
Split PSDrawDoc into CairoDocgen and PSDrawDoc with overrides only.
PdfDoc still not refactored.

svn: r22804
2013-08-06 17:10:08 +00:00
Vassilii Khachaturov
2acb205ed0 6883: non-Western fonts broken in PS reports
Replace PSDrawDoc with an almost identical twin of PdfDoc.
runtest.sh now aware that the new backend produces text reports.

svn: r22803
2013-08-06 17:09:56 +00:00
Nick Hall
91a9126876 6969: Connect to switch-page signal after the initial gramplets have been added
svn: r22799
2013-08-05 18:35:11 +00:00
Paul Franklin
9d8d0247d8 remove superfluous untranslsted strings from _Date_ar.py
svn: r22798
2013-08-04 19:16:05 +00:00
Paul Franklin
1a004a5290 add clarifying comment to _Date_el.py
svn: r22797
2013-08-04 19:12:29 +00:00
Paul Franklin
cd73c7af93 added SVN properties to _Date_el.py
svn: r22796
2013-08-04 18:26:11 +00:00
Paul Franklin
2a2d356972 add Greek date handler, by Zissis Papadopoulos, for further testing
svn: r22795
2013-08-04 17:50:31 +00:00
Vassilii Khachaturov
145d7de6d4 Back-port Nick's fix from trunk
RunAllTests only discovered files in the last seen directory.
It now discovers more, but they're broken (fix to the tests not
back-ported yet).

svn: r22790
2013-08-01 14:06:43 +00:00
Vassilii Khachaturov
3a77392cbb 6663: RecentFiles.do_save() doesn't do XML escape
As John Ralls suggested, wrapped the path/db name in a CDATA
section upon writeout.

In DisplayState, instead of escaping _, tell gtk to ignore
the underline; add logging to help seeing ignored files.

svn: r22773
2013-07-30 14:57:55 +00:00
Vassilii Khachaturov
e93edb9ad2 6957: VCF export/import should support [x-]gender
Added support for exporting X-GENDER
and importing X-GENDER/GENDER fields.

Tested with impex.sh round-trip (see the bug for details)
and via logger observation.

svn: r22762
2013-07-29 07:57:32 +00:00
Nick Hall
920af00bfe Revert two files committed in error
svn: r22749
2013-07-28 14:21:01 +00:00