Sam Manzi
fd47f8d146
Merge pull request #342 from sam-m888/pycycleCheck
...
Remove hidden character from front of shebang line
2017-01-30 08:43:20 +11:00
Sam Manzi
1a113ae0fd
Remove hidden character from front of shebang line
...
Found by [pycycle --verbose --source gramps]
Once corrected pycycle reports:
Project successfully transformed to AST, checking imports for cycles..
No worries, no cycles here!
2017-01-30 08:24:35 +11:00
Nick Hall
544e3dbcc4
Use correct parent window for export filter progress
2017-01-27 18:17:50 +00:00
vantu5z
5fead50446
update Russian translation
2017-01-27 14:18:27 -03:00
Nick Hall
c3c8a632de
6085: Remove import from the gui module
2017-01-27 16:20:49 +00:00
Nick Hall
dfdb11bfc9
6085: Remove import from the cli module
2017-01-27 15:36:48 +00:00
Nick Hall
36d68f089f
Fix missing filter parameter
2017-01-27 14:24:06 +00:00
Nick Hall
68fbebe7d1
Add filter progress to reports
...
Previously, these reports did not show progress of the main
filter loop.
2017-01-26 22:41:08 +00:00
Nick Hall
2f2b619762
Add filter progress to sort events tool
2017-01-26 22:36:54 +00:00
Nick Hall
1e54054953
Add filter progress to export assistant
2017-01-26 22:12:32 +00:00
Nick Hall
4912cc08e4
6085: Convert filters to use the User class
...
The filter apply method can now be passed a User instance
instead of a progress callback.
The prepare progress will no longer be displayed without the main
filter progress.
2017-01-26 19:00:03 +00:00
Sam Manzi
2cb8c2801a
Merge pull request #326 from prculley/progen_prog
...
Progen import fixes and testing
2017-01-26 15:58:29 +11:00
Sam Manzi
f10ce1c368
Merge pull request #333 from sam-m888/9911addcustomcolorstohourglassgraph
...
9911: Provide an option for custom colors in Hourglass graph
2017-01-26 15:39:23 +11:00
prculley
a879144cc7
Add Progen import test files
2017-01-25 17:35:52 -06:00
prculley
86263712a9
Fix Progen import for several issues
...
- Files not closed
- Note text set to 'list' instead of 'str' types
- Address structure elements set to 'None' instead of ''
- Long text strings losing characters and getting corrupted
2017-01-25 17:35:50 -06:00
prculley
d3279c1382
Fix Progen import to use 'Status Bar' progress indicator
2017-01-25 17:35:47 -06:00
Matti Niemelä
fdeb604d1f
update finnish translation
2017-01-25 14:52:09 +01:00
romjerome
26038164ec
9904: revert ee150c1
...
TODO: need a solution for recursive iteration and private records
2017-01-25 14:41:54 +01:00
Sam Manzi
4c010a94e4
Merge pull request #329 from prculley/exportgedcom
...
Improve progress indications for Gedcom export
2017-01-25 16:07:11 +11:00
romjerome
f094346742
update french translation
2017-01-24 17:05:34 +01:00
romjerome
ed0be5f17d
update translation template
2017-01-24 17:00:44 +01:00
romjerome
963acb56e0
9908: Custom Family Relations not shown in the filter siderbar
2017-01-24 16:58:54 +01:00
romjerome
ee150c101a
9904: Errors printing graphical report ancestor tree
2017-01-24 16:55:59 +01:00
Paul Culley
8739412351
Merge branch 'master' into exportgedcom
2017-01-24 07:57:01 -06:00
Nick Hall
db81851195
Merge pull request #335 from Nick-Hall/bug9897
...
9897: Create serialize module
2017-01-22 16:06:04 +00:00
Nick Hall
5068aa1b85
Fix unit test
...
The bug that caused this to pass previously has now been fixed.
2017-01-22 01:14:14 +00:00
Nick Hall
fe1fa8b505
Remove remaining to_struct calls
2017-01-22 00:52:14 +00:00
Nick Hall
41bcfefd67
Remove to_struct and from_struct methods
2017-01-22 00:52:06 +00:00
Nick Hall
4c2464cb49
Create serialize module
2017-01-21 23:09:23 +00:00
Nick Hall
c7bbc01b20
Create the schema within a transaction
2017-01-21 20:52:48 +00:00
vantu5z
3b06bf10dd
update Russian translation
2017-01-21 09:12:22 -03:00
Sam Manzi
88e98fcd92
Merge pull request #331 from prculley/bug9886
...
bug 9886; fix citation tree view quick report right click
2017-01-20 17:33:04 +11:00
Agnès Charrel-Berthillier
6a51ac55db
9911: Provide an option for custom colors in Hourglass graph
2017-01-20 17:15:29 +11:00
prculley
3ac49dcb2c
bug 9886; fix citation tree view quick report right click
...
Another HandleError issue; Also, the Quick report that started was
actually the wrong one, due to a typo in the quickview.gpr.py.
I also rediscovered the bug 6352; and its relationship to quickreports.
2017-01-18 09:47:33 -06:00
Paul Franklin
f59c7c16bd
9795: remember the last location of windows [media manager]
2017-01-18 06:14:22 -08:00
Paul Franklin
16f56fbbea
9795: remember the last location of windows [bookmarks]
2017-01-18 06:11:40 -08:00
prculley
1b01e9d74e
Fix Check&Repair 'Cross table duplicates' Progress parent
2017-01-17 12:14:11 -06:00
prculley
ffdef3276c
bug 9898: fix Merge Place has wrong label
2017-01-17 11:27:42 -06:00
prculley
efcdcd7434
Fix ManagedWindow _present method name (incorrectly named __present)
2017-01-17 10:59:15 -06:00
prculley
e7e1976222
Add set_text method to updatecallback to allow progress text changes
2017-01-17 10:33:55 -06:00
prculley
8fa6fad67a
Fix Gedcom export to have a more detailed progress indication
2017-01-17 10:31:23 -06:00
prculley
a937d151af
fix export assistant to show textual progress steps and first step
2017-01-17 08:51:29 -06:00
prculley
a860a9d80b
Fix export assistant, proper parent for popup progress and dialog
2017-01-17 08:49:21 -06:00
prculley
99b7fc8815
Fix updatecallback to show first progress step
2017-01-17 08:42:22 -06:00
prculley
04b7888817
change __rebuild_search to use status bar progress
2017-01-16 23:21:05 +00:00
prculley
2574202a46
add uistate to models
2017-01-16 23:21:05 +00:00
prculley
e24faddabb
bug 9876; fix for two progress bars occupy the same space
...
Moves the popup progress on tree views with filters to the main
window status bar.
2017-01-16 23:21:04 +00:00
prculley
52846b8e68
bug 9877; fix performace with people tree view and some filters
...
When using deep relationship filters on the person tree view with a
large tree, the tree redraw can take a long time (hours). The
DeepRelationshipPathBetween 'prepare' method was getting called for
every person in the preceding filter. And that it also ran through
every person in the db within the prepare method. Resulting in time
as a square function of number of people.
Change view code so that 'prepare' method is called once, and 'apply'
method is called once with list of handles to scan, rather than both
called once per handle.
2017-01-16 23:14:05 +00:00
Paul Franklin
0c03ec2fc1
tweak UndoHistory to remove redundant show_all()
2017-01-16 09:30:23 -08:00
Paul Franklin
1aeea6a6e8
tweak EditTagList (to be a better ManagedWindow, I know a little more)
2017-01-16 09:28:35 -08:00