Josip
28b1db78e0
9335: Gramps has experienced an unexpected error
2016-03-28 14:52:58 -07:00
SNoiraud
ba55d47143
9345: Error when trying to create narrative report (residence event)
2016-03-28 14:49:21 +02:00
SNoiraud
f290814ea3
9347: Places index + Media index are incorrectly sorted
2016-03-28 14:47:40 +02:00
romjerome
105dfb9ad5
9315: [Regression]: Filter set by default on selector is ignored
...
'Show all' button status and first load
2016-03-28 09:24:10 +02:00
Sam Manzi
361634ecaa
Merge pull request #107 from tecknicaltom/test_filters1
...
Initial batch of tests of filter rules
2016-03-28 16:19:11 +11:00
Tom Samstag
ebbbe6b436
Initial batch of tests of filter rules
...
After finding a bug in a filter that caused it to return incomplete
results in master (not yet patched), I decided to develop tests for the
filter rules. This first batch is all listed person filter rules that
either take no parameters or take a single ID parameter. I originally
wanted to use the smaller data.gramps instead of example.gramps, but
there were more unrepresented edge cases that wouldn't allow for testing
all filters (e.g. disconnected individuals).
All test values are based on what Gramps currently returns, with some
efforts made to try to verify the results. If the example.gramps file
changes, these tests will likely have to be updated. I tried to
cross-version validate them with v4.1, but the implementation of
DictionaryDb is too incomplete and many tests fail for unrelated
reasons.
2016-03-27 14:11:49 -07:00
Doug Blank
162d26d4dc
9331: Empty handle, bsddb backend and place
2016-03-25 09:22:58 -04:00
Paul Franklin
e787fac396
9321: Cannot exclude living people from descendant reports
2016-03-24 13:13:56 -07:00
Paul Franklin
8ed5a281d5
9321: Cannot exclude living people from descendant reports
2016-03-24 13:11:57 -07:00
Paul Franklin
da0b478421
center the Book dialog (in the whole screen)
2016-03-24 12:16:15 -07:00
Paul Franklin
17b2fe1cba
5176: Reports ignore "Private" flag and "Living People"
2016-03-24 09:37:47 -07:00
Paul Franklin
c23093d6f8
add a few more parents to a few more dialogs
2016-03-22 21:04:22 -07:00
Doug Blank
2b6a96afbd
Merge pull request #106 from tecknicaltom/filtering_filters
...
add a filter to the tree of rule filters
2016-03-22 16:39:31 -04:00
Paul Franklin
7b33bb1718
remove unneeded Icelandic directives
2016-03-22 11:58:19 -07:00
Paul Franklin
d2acfdf48e
9320: D.A.R. has ? for locations when [private data is excluded]
2016-03-21 16:52:50 -07:00
Paul Franklin
5032a1e189
add Windows Python header files for 32-bit and 64-bit machines
2016-03-20 23:04:23 -07:00
SNoiraud
0c67821171
8602: Age in the event family view column is wrong. better solution.
2016-03-20 13:38:39 +01:00
SNoiraud
d414f33d01
9278: Crash when dragging multiple media items to clipboard
2016-03-19 23:46:00 +01:00
SNoiraud
32be137dd8
9316: Unable to build narrated web site
2016-03-19 23:13:14 +01:00
romjerome
6fabb04bbe
9151: [Regression] vCal Export File format invalid
...
Do not encode text anymore (patch by Serge)
Fix an invalid RRULE for annual recurence
TODO: maybe try to update to VCalendar 2.0 (iCal)?
2016-03-16 11:19:15 +01:00
Nemeséri Lajos
5eeda60b60
Update Hungarian translation
2016-03-16 11:10:53 +01:00
Paul Franklin
cbc8cc38a9
9294: Error occurs for Complete Individual Report -- complete database
2016-03-14 17:24:07 -07:00
Tom Samstag
b96645084a
add a filter to the tree of rule filters
...
I can never remember which category filters are in when making a new
rule. This change adds a filter entry above the treeview. As you type,
filters that do not contain the search text (case insensitively) are
made not visible. Categories are always visible, but will no longer
expand if all of their child nodes are hidden.
2016-03-14 00:05:13 -07:00
Paul Franklin
d7480aa0ff
add standard Windows Python header file, for now
2016-03-08 07:57:12 -08:00
Doug Blank
096615a465
Merge pull request #105 from DaAwesomeP/master
...
Use new Travis container and Apt addon
2016-03-08 05:49:22 -06:00
֍ DaAwesomeP ֎
8d3ab52904
Use new Travis container and Apt addon
2016-03-07 23:01:13 -06:00
Paul Franklin
c007cdd82c
clarify these old files are not for the current Windows AIO package
2016-03-07 14:53:43 -08:00
romjerome
6c1ba0f23f
9006 9111 9274: fix scrolling in persons view after typing some letter
...
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'
Thank you schnitker for report, investigations and patch
2016-03-07 15:06:53 +01:00
romjerome
79c193f74b
9242: multiple lines on firstname can corrupt ODT file
...
fix gramps XML file via import/export but do not know the cause
2016-03-07 15:05:19 +01:00
SNoiraud
1cfd71001c
9293: Narrative Web report further stops in error.
2016-03-06 13:04:51 +01:00
SNoiraud
7f5d4fb10f
Geography : 9207: geography view Location could not convert string to float.
2016-03-06 11:51:29 +01:00
Doug Blank
651aac6afa
Merge pull request #104 from tecknicaltom/fix_export_preview
...
fix some crashes in export preview
2016-03-04 06:27:12 -06:00
Doug Blank
c4fac4aad8
9288: Error still when creating a Narrative Website Report
2016-03-03 16:50:29 -06:00
Sam Manzi
b1cf276104
Add pypi classifier for Natural Language :: Icelandic
2016-03-03 19:26:39 +11:00
Tom Samstag
4b32841dd4
fix some crashes in export preview
...
These issues were all found while trying to use the "Calculate Previews"
feature of the export wizard.
gen/proxy/referencedbyselection.py: ProxyDbBase need not define the
writable functions (add_*, commit_*, del_*) in its __tables. ProxyDbBase
doesn't have methods for add_person, etc, so this was causing an
AttributeError
gen/proxy/referencedbyselection.py: Add some handle checks to prevent
lookups on None handles
gen/proxy/proxybase.py: remove redundant test
2016-03-03 00:11:17 -08:00
Sam Manzi
4960f859ed
8294 Recognise Ghostscript on 64bit ms-windows
2016-03-03 15:28:38 +11:00
Doug Blank
8d08b62c8d
9284: Narrative Report with BSDDB, additional fixes and test
2016-03-02 09:13:35 -06:00
Doug Blank
7dca404669
9284: Narrative Report with BSDDB
2016-03-02 08:36:02 -06:00
Matti Niemelä
f218ab0cd7
Update Finnish translation
2016-03-02 13:47:01 +01:00
Doug Blank
8c35de5642
Travis: python3-coverage does not exist
2016-03-01 07:33:48 -05:00
Doug Blank
70de5e8899
Travis: attempt to use coverage
2016-03-01 07:26:11 -05:00
Paul Franklin
cc13810673
make setup.py typeout more accurate
2016-02-29 17:25:16 -08:00
Doug Blank
d03d99ccce
Travis: working, but without coverage
2016-02-28 18:32:21 -05:00
Doug Blank
40af708cab
Travis: try to find right nosetests
2016-02-28 18:25:19 -05:00
Doug Blank
689eaf2603
Travis: cleanup, include pyicu
2016-02-28 18:20:37 -05:00
Doug Blank
14c65f8de6
Travis: use pip, which should be new pip
2016-02-28 18:06:17 -05:00
Doug Blank
7448e2f1e0
Travis: use python, which is 3.4
2016-02-28 18:02:06 -05:00
Doug Blank
6a9129c7b9
Travis: try Python 3.4
2016-02-28 17:55:37 -05:00
Doug Blank
400825207a
Add pillow, coverage, pip3, and codecov via alternative methods
2016-02-28 17:51:45 -05:00
Doug Blank
89cb62f3e2
Add pillow, coverage, pip3, and codecov via alternative methods
2016-02-28 16:48:36 -05:00