Jérôme Rapinat
5d117e5610
5993: RegEx in Filter "person has name" can not handle non-ASCII characters (patch by Benny)
...
svn: r20393
2012-09-15 13:29:50 +00:00
Serge Noiraud
07623a6cf1
Geography : bugs #06044 and #05975 : detection of multiple places with same title
...
svn: r20391
2012-09-15 07:54:07 +00:00
Benny Malengier
f1f1f7cbbe
5992: Crash when using a not allowed string as regex in Person with name filter
...
svn: r20364
2012-09-11 09:28:55 +00:00
Benny Malengier
03855427b7
Feature: all drop on family father/mother to set
...
svn: r20360
2012-09-10 20:13:32 +00:00
Benny Malengier
2f28174eb0
Bugfix: The new hascitation filter does not show in the list
...
svn: r20356
2012-09-10 11:25:40 +00:00
Julio Sánchez
aaa0b1966e
Fix error in plural cousins (same generation) relationship string generation
...
svn: r20342
2012-09-06 12:54:54 +00:00
Julio Sánchez
eee0f0283a
Reworked rel_es.py as evolution of some uncompleted code for 3.2 that never made it to svn
...
svn: r20339
2012-09-06 09:57:57 +00:00
Peter Landgren
d6a9ca5260
Fixed a typo.
...
svn: r20326
2012-09-04 14:40:51 +00:00
Benny Malengier
482d291a4e
6014: Citation view crash
...
svn: r20323
2012-09-04 11:35:16 +00:00
Peter Landgren
6ffdacc185
Fix graphviz 2.28.0 and multiple pages.
...
svn: r20316
2012-09-03 08:46:20 +00:00
Benny Malengier
9dff627eb4
Fix crash in fanchart on 8 (max) generations)
...
svn: r20290
2012-08-30 13:16:06 +00:00
Jérôme Rapinat
069c1c1ced
#5991 : typo on docstrings
...
svn: r20277
2012-08-28 17:41:05 +00:00
Jérôme Rapinat
1e7df24ec1
#5914 #5991 : crash with person filter and references proxy; missing proxy support for bookmarked citations
...
svn: r20276
2012-08-28 17:38:33 +00:00
Benny Malengier
4c28d1c74c
6003: Not all sourcebase objects have the same source filters
...
svn: r20270
2012-08-27 09:21:10 +00:00
Jérôme Rapinat
ac5d1a68d3
bump to 3.4.2
...
svn: r20261
2012-08-24 16:49:26 +00:00
Benny Malengier
a2191b7bbe
5756: First names are sometimes displayed incorrectly in Ancestry View
...
svn: r20248
2012-08-22 11:31:00 +00:00
Doug Blank
72e22023a0
5990: order of families not preserved across XML export-import
...
svn: r20244
2012-08-21 18:33:37 +00:00
Doug Blank
4943108b46
5990: order of families not preserved across XML export-import
...
svn: r20238
2012-08-21 12:37:49 +00:00
Peter Landgren
653ce7c2fc
Issue 5964, UTF16reader returned str, shoul be unicode.
...
svn: r20200
2012-08-11 08:40:44 +00:00
Craig J. Anderson
bbab6e160d
fix for:
...
http://www.gramps-project.org/bugs/view.php?id=5960
http://www.gramps-project.org/bugs/view.php?id=5958
errors when a person is unknown in the database.
svn: r20170
2012-08-01 18:46:40 +00:00
Andre Marcelo Varenga
46f9993461
update pt_BR translation
...
svn: r20134
2012-07-30 02:59:45 +00:00
Craig J. Anderson
a9a742a6db
Fix for error
...
http://www.gramps-project.org/bugs/view.php?id=5221#c24809
svn: r20126
2012-07-29 00:33:21 +00:00
Jérôme Rapinat
13e320213a
5914: Cannot save bookmarked citations into Gramps XML file format
...
svn: r20047
2012-07-22 05:29:03 +00:00
Jérôme Rapinat
a712fe504f
remove "PluginManagerGramplet" references (see rev20028)
...
svn: r20030
2012-07-19 05:45:49 +00:00
Doug Blank
5de065c703
Removed unneeded plugin, now that this is built into Gramps
...
svn: r20028
2012-07-18 17:25:46 +00:00
Doug Blank
1366d3abc6
5708: Confusing results with statistic gramplet and filter
...
svn: r20026
2012-07-18 05:45:47 +00:00
Doug Blank
bc381bd39a
4538: security - information disclosure: export with 'restrict data on living people'on leaks first names when patronymic is present
...
svn: r20024
2012-07-18 05:18:02 +00:00
Doug Blank
d6cb6934fe
5443: Maximum number of generations (fixed slightly different types, such as int to long)
...
svn: r20023
2012-07-18 05:10:25 +00:00
Craig J. Anderson
76e1edbd82
Backed out a change I made in parameters in commit 19862
...
svn: r20017
2012-07-17 01:30:10 +00:00
Craig J. Anderson
5efff27bf4
Paul found a strange error. Using the book report.
...
when a self._user.begin_progress is started, it must
be finished in the same method. If not, the progress
box will not go away.
svn: r20016
2012-07-17 00:24:09 +00:00
Tim G L Lyons
b377893a73
0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Setup logging in gramps.py before anything else; for Windows divert stderr/stdout to a log file; use logging instead of print for errors or warnings.
...
svn: r20013
2012-07-16 22:54:43 +00:00
Tim G L Lyons
91586b708c
0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Change warning print statements to logging.
...
svn: r20010
2012-07-16 17:53:43 +00:00
Paul Franklin
babbc8d031
5696: clicking the "home" icon should report if no default person has been set
...
svn: r19999
2012-07-14 14:05:00 +00:00
Tim G L Lyons
df36baafc8
0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Change to logging.warning and logging.info.
...
svn: r19993
2012-07-12 22:13:58 +00:00
Tim G L Lyons
e8a8c866f2
0005735: Custom Source filter missing. Citation filter was not using 'page' and source filter was not using 'Abbreviation'.
...
svn: r19979
2012-07-10 19:33:41 +00:00
Doug Blank
f8b0cde0bd
5905: Links (other than internet) in Notes don't work in NAVWEB; don't crash and handle Family
...
svn: r19974
2012-07-10 17:04:15 +00:00
Paul Franklin
15696d64a8
5765: table-lines out of order in complete-individual-report in LaTeX
...
(patch by Harald Rosemann <rosemann@imkt.uni-hannover.de>)
svn: r19953
2012-07-05 13:54:01 +00:00
Craig J. Anderson
c8c78e5044
small error fixes to these reports when run in a book report
...
svn: r19933
2012-06-28 15:41:55 +00:00
Jérôme Rapinat
095e869101
5881: data_item ignored on citation object
...
svn: r19932
2012-06-28 14:11:20 +00:00
Craig J. Anderson
9500e4489c
fix for 5851
...
svn: r19893
2012-06-21 20:39:55 +00:00
Jérôme Rapinat
ec5e8ae6ca
5794: Birthday list report has invalid code
...
svn: r19890
2012-06-21 09:19:58 +00:00
Craig J. Anderson
7d61da0bfe
Error 5851 (part 2)
...
svn: r19867
2012-06-18 20:19:08 +00:00
Craig J. Anderson
19a19adaa9
Fix for error 5851 in trunk and 3.4.
...
'&' and '<' give Pango warnings and does not display properly in
(most) Graphical reports.
svn: r19865
2012-06-18 18:06:37 +00:00
Peter Landgren
1e0946784c
Found a new untranslated word.
...
svn: r19864
2012-06-18 17:58:28 +00:00
Peter Landgren
25007d13ca
Found an untranslated word.
...
svn: r19854
2012-06-17 17:19:21 +00:00
Serge Noiraud
a5f44c2a14
Geography : performance issue with a lot of places.
...
svn: r19847
2012-06-16 09:16:55 +00:00
Tim G L Lyons
2a9c9dd07f
0005781: Errors with Merge Citations. Amended so it checks whether the first citation processed for a particular page/volume/confidence/date (as applicable) has notes.
...
svn: r19762
2012-06-05 18:19:13 +00:00
John Ralls
7bf5c1147e
Accept control-click as an alternative for right-click when the Gdk
...
backend is Quartz.
This is a standard behavior on Macs, since they often have single-button
mice or trackpads.
svn: r19753
2012-06-04 00:55:10 +00:00
John Ralls
c78eeb5b51
[Bug 5825] Error in SessionLog
...
locale.nl_info isn't supported, but we can use an ISO8601-like format
without localization.
svn: r19751
2012-06-03 21:56:02 +00:00
Craig J. Anderson
3f5f656b25
reverse out the changes made by fix 5733. This is fix is worse than
...
the origional. going to fix another way.
svn: r19749
2012-06-03 21:02:00 +00:00
Michiel Nauta
729823612e
5809: Multisurname editor impossibly narrow
...
svn: r19747
2012-06-03 20:11:39 +00:00
Nick Hall
d3250c7177
5827: Add missing comma in media view default gramplets list
...
svn: r19745
2012-06-03 15:05:48 +00:00
Craig J. Anderson
7be5724892
fixed error 5733. Text was not scaling up/down in odt reports.
...
svn: r19730
2012-05-31 18:30:21 +00:00
Paul Franklin
7c7bdaac9b
permit only one argument to user.warn and user.notify_error
...
since second arguments are optional in both ErrorDialog and
WarningDialog (so some errors and warnings have only one)
svn: r19674
2012-05-27 14:44:37 +00:00
Jérôme Rapinat
76cdb1be6c
add key for vietnamese into _LANG_MAP (lang selector on some textual reports)
...
svn: r19660
2012-05-26 17:38:34 +00:00
Jérôme Rapinat
5f000ec3f1
5705: Wrong detection of error (burial before death) when checking data
...
svn: r19657
2012-05-26 09:02:08 +00:00
Nick Hall
06a4af4fce
5752: Store tag names as unicode
...
svn: r19630
2012-05-23 13:21:22 +00:00
Paul Franklin
5bbc2e1c24
5718: crashes on startup
...
svn: r19625
2012-05-22 16:38:58 +00:00
Paul Franklin
741467ef33
5755: some report "custom paper" sizes are saved incorrectly
...
svn: r19622
2012-05-22 15:51:28 +00:00
Paul Franklin
fa901ca5a5
5727: some PDF book reports have extra blank pages between them
...
svn: r19620
2012-05-22 15:07:20 +00:00
Stéphane Charette
ee98c3c550
bump gramps34 branch version to 3.4.1
...
svn: r19618
2012-05-22 08:31:31 +00:00
Doug Blank
fb7679bac5
5279: i can't export my database
...
svn: r19593
2012-05-19 17:26:25 +00:00
Michiel Nauta
79a70dac69
Add warning on db env opening failure
...
svn: r19550
2012-05-17 09:52:55 +00:00
Serge Noiraud
bed34d0614
Geography : wrong autozoom when we click on the map.
...
svn: r19462
2012-05-07 12:25:48 +00:00
Michiel Nauta
0a2acf41bf
5676: Crashed when verifying data
...
svn: r19450
2012-05-06 09:46:29 +00:00
Craig J. Anderson
6d982b9481
simple update to help with book report messages display to console
...
svn: r19439
2012-05-04 18:18:16 +00:00
Craig J. Anderson
0aa97cd674
proper fix so evens work within the display format
...
svn: r19437
2012-05-04 18:05:45 +00:00
Craig J. Anderson
8c4af875fb
fixed a crash when you add the descendant_chart to a book report. In
...
the 'include' tab, you can select a 'family chart' option for the
title which should not be there. When ran it will crash.
svn: r19431
2012-05-03 14:08:02 +00:00
Michiel Nauta
049ffb1e42
5691: narrative web site regression: blank line
...
svn: r19394
2012-04-28 19:54:04 +00:00
Doug Blank
6becb4f632
Addons were looking in trunk instead of gramps34
...
svn: r19366
2012-04-20 02:46:03 +00:00
Tim G L Lyons
52079fb398
0005687: Can't delete a note, which is a citation.
...
svn: r19362
2012-04-19 18:39:25 +00:00
Jérôme Rapinat
c2ef5944c5
some strings were not translated (patch by MathieuMD), see devel mailing list; need to generate a new 'gramps.pot'
...
svn: r19355
2012-04-19 05:28:52 +00:00
Nick Hall
1a16fe577f
5655: Fix warnings when tags have duplicate names
...
svn: r19343
2012-04-16 16:20:10 +00:00
Gary Burton
b8e8f97ab0
Fix crash when copying family objects to the clipboard
...
svn: r19338
2012-04-15 20:42:40 +00:00
Serge Noiraud
27cd29b0c9
Geography : same as for trunk from vassilii : fix l10n call when wrong osmgpsmap version reported
...
(parameters should be substituted only AFTER _() is called)
svn: r19333
2012-04-15 07:04:58 +00:00
Michiel Nauta
75d54125db
5466: On import and Check and Repair need to check references to absent objects
...
svn: r19327
2012-04-14 12:19:00 +00:00
John Ralls
df068471bb
Load a menu accelerator map named gramps.accel if such a file exists in const.DATA_DIR
...
svn: r19319
2012-04-13 19:55:56 +00:00
Jérôme Rapinat
5c3cece884
5654: write all files into one directory for years and months, level issue with NavWeb, patched by MD Nauta
...
svn: r19315
2012-04-13 16:08:49 +00:00
Tim G L Lyons
2bf73bee01
ImportGrdb does not support the latest database format. Adopted suggested solution that the "file association with grdb files perhaps remains but that the importer gives a message to use old version 3.0 to upgrade these old files".
...
svn: r19310
2012-04-13 10:35:55 +00:00
Michiel Nauta
250a3eb343
5595: DBError when rebuilding reference maps while Event view row is selected
...
svn: r19270
2012-04-07 20:34:24 +00:00
Nick Hall
04f34f6059
5206: Remember size of FilterEditor and EditFilter windows
...
svn: r19265
2012-04-07 19:01:53 +00:00
Michiel Nauta
96dcf2f0c1
is_equal called on handle
...
svn: r19261
2012-04-07 11:26:45 +00:00
Tim G L Lyons
c29763c6f2
0005667: Merging notes with citation references fails (also merge media)
...
svn: r19251
2012-04-06 17:15:34 +00:00
Tim G L Lyons
d1105720f4
0005656: Error during citation merging. get_confidence_level should be set_confidence_level - the classic single character fix!!
...
svn: r19231
2012-04-04 18:14:55 +00:00
Jérôme Rapinat
6f886ec485
5654#c23595, #5193 : should not try to copy a style sheet if 'No style sheet' value is set
...
svn: r19207
2012-04-03 08:47:08 +00:00
Gary Burton
0a317dbf38
Use replacement refresh_objects method instead of remove_invalid_objects which no longer exists
...
svn: r19203
2012-04-01 19:25:12 +00:00
Jérôme Rapinat
4dabf58a6b
improvements on french date handler (by Mathieu MD)
...
svn: r19199
2012-04-01 15:00:39 +00:00
Jérôme Rapinat
da79d145e2
5081: check and use unfilterd persons on __is_living (by MD Nauta)
...
svn: r19123
2012-03-23 16:11:20 +00:00
Tim G L Lyons
1ab0f4276d
GEDCOM import: IdMapper can sometimes be passed @F2002@ and sometimes F2002. These were not mapping to the same swapped Gramps Id.(Partly a consequence of revision 19053).
...
svn: r19094
2012-03-19 16:04:31 +00:00
Rob G. Healey
99185e213a
Bug#0002738: NarrativeWeb: strange behaviour with alphabet navigation when used with narrow browser window --> has now been fixed.
...
svn: r19088
2012-03-19 06:36:27 +00:00
Rob G. Healey
65764aef8f
Fixed bug in the navigation menu and the calendar day items.
...
svn: r19087
2012-03-19 04:33:52 +00:00
Rob G. Healey
f8f747fad6
Bug#0005274: Narweb - Web Link, showing Url -- has been fixed as requested.
...
svn: r19085
2012-03-19 02:49:40 +00:00
John Ralls
a226f070c7
Bug 5429: Fix typo in MacTransUtils.py
...
svn: r19083
2012-03-18 20:13:00 +00:00
Benny Malengier
f8042298e1
5617: local variable for mother on 'plugins/views/geoperson.py
...
svn: r19076
2012-03-17 14:09:11 +00:00
Michiel Nauta
7d904317b5
5632: Objects with references to missing tags not fixed by Check and Repair
...
svn: r19065
2012-03-14 20:04:57 +00:00
Michiel Nauta
e9847395da
5629: Citations with reference to missing note/media not fixed by Check and Repair
...
svn: r19057
2012-03-13 21:39:23 +00:00
Tim G L Lyons
8c59cddc52
0005608: GEDCOM import ignores leading 0's in INDI ID's
...
svn: r19055
2012-03-13 17:45:26 +00:00
Tim G L Lyons
9c4f7b7e0a
0005620: Export name types to GEDCOM. Patch extended following testing against various GEDCOM files from the internet.
...
svn: r19053
2012-03-13 17:09:08 +00:00
John Ralls
a89bc54a25
[Bug #5610 ] Can't launch external viewer due to PATH set by Gramps
...
startup script
Hard-code the path to /usr/bin/open in gui/utils.py. Since this is an
Apple-only utility and Apple-proprietary, there's no legitimate reason
to use a different one.
svn: r19022
2012-03-06 19:08:29 +00:00
Jérôme Rapinat
3475e213f0
5554: 'importgedcom.glade' into plugins.import folder
...
svn: r19020
2012-03-06 16:19:47 +00:00