Commit Graph

1194 Commits

Author SHA1 Message Date
Nick Hall
41f3475681 9742: Rewrite find_next_*_gramps_id methods
Use has_gramps_id rather than table maps.
2016-10-16 18:43:25 +01:00
Nick Hall
c9ae621d61 Remove get_transaction_class method 2016-10-15 23:15:21 +01:00
Nick Hall
22c93d8c87 Remove redundant Environment class 2016-10-15 23:07:19 +01:00
Nick Hall
5c28d739ea 9743: Tidy up has_*_gramps_id methods
Renamed from has_gramps_id_for_* methods.
2016-10-14 23:31:20 +01:00
Nick Hall
46257a4e5c 9742: Rewrite get_*_from_gramps_id methods
Use _get_raw_*_from_id_data methods rather than table maps.
2016-10-14 21:14:52 +01:00
Nick Hall
2babfd2e8b 9742: Tidy up has_*_handle methods
Rename has_handle_for_* methods to has_*_handle methods.
2016-10-14 18:36:07 +01:00
Nick Hall
8548f16ae2 9742: Tidy up get_raw_*_data methods
Remove protected methods.
Avoid the use of table maps.
2016-10-14 18:01:42 +01:00
Nick Hall
a158c9cba8 9746: Remove duplicate columns in person table 2016-10-13 23:46:19 +01:00
Nick Hall
736b057706 9745: Remove name columns from the family table
The same information can be obtained using a join to the person
table.
2016-10-13 21:39:01 +01:00
Nick Hall
2993d59c2e 9749: Move experimental Select API code into a branch 2016-10-12 21:46:52 +01:00
Paul Franklin
ce4d4ca31d 9739: Wrong parsing Numeric date format for cs_CZ locale 2016-10-12 13:16:49 -07:00
Paul Franklin
c4bd81a2d6 increase pylint score from 7.13 to 9.68 2016-10-02 19:08:21 -07:00
Doug Blank
0c03bb906e 9540: DBAPI: HandleError is not raised by the DBAPI interface 2016-09-26 11:03:37 -04:00
Doug Blank
68bd1e9038 DB-API: make autobackup configurable
Via command line:

  gramps --config=database:autobackup:1    ## True
  gramps --config=database:autobackup:0    ## True

Or by editing gramps.ini.
2016-09-24 06:55:41 -04:00
Doug Blank
0ce1a91dec DB-API: ignore errors on secondary field lookups 2016-09-23 19:35:11 -04:00
Doug Blank
3b0e04fb78 9538: gramps.gen.dbstate.DbState.make_database doesn't handle 'else' branch 2016-09-23 17:07:12 -04:00
Doug Blank
ae06d046c5 9710: where documentation 2016-09-23 07:04:05 -04:00
Doug Blank
c6fa40d389 Protection from family_handle being None 2016-09-22 16:25:53 -04:00
Doug Blank
899765beb6 Revert "Take care of possibly missing family"
This reverts commit cb1a8e85b6.
2016-09-22 13:58:46 -04:00
Doug Blank
cb1a8e85b6 Take care of possibly missing family 2016-09-22 12:22:03 -04:00
Doug Blank
140c02340c DB-API: Getting a handle that doesn't exist now raises error, like BSDDB 2016-09-22 11:58:05 -04:00
Paul Franklin
b03579428b enable the main window to remember its position on the screen
The genealogy -- as it were -- of this patch started with
https://gramps-project.org/bugs/view.php?id=5357 which was a
feature request for the clipboard to remember its location
on the screen, its placement, its position.

The p.r. https://github.com/gramps-project/gramps/pull/58
was a prototype implementation, but it also had the main
window remembering its location.  Then p.r. 58 turned into
https://github.com/gramps-project/gramps/pull/60/ -- but
later both of those were closed, never committed.

Since I really wanted the main window to be able to remember
its position, I have extracted the relevant code.  I also
modified it along the way, e.g. renaming some variables.

So all the credit should go to Sam Manzi, the originator of
those two pull requests, and thus the code in this commit.

However, any problems are due to me, my changes -- not Sam.
2016-09-19 13:42:03 -07:00
SNoiraud
3e1a0187e3 9688: Remove Unused Objects tool reports linked notes as unused. 2016-09-19 19:39:32 +02:00
Paul Franklin
2a5f58bd50 ask for a little help, if appropriate 2016-09-17 18:20:30 -07:00
Paul Franklin
2ffe1d141f remove temporary debugging flags 2016-09-10 15:44:07 -07:00
Paul Franklin
2226781a98 clarify new Graphviz backend option 2016-09-04 12:52:08 -07:00
SNoiraud
73563e4f31 3712: orthogonal routing for Relationship Graph 2016-09-04 09:58:02 +02:00
Paul Franklin
c8c475cdda emable deferred translation of Span ages 2016-09-03 09:20:30 -07:00
Paul Franklin
4917628f9e sort custom filter names with German-umlaut chars correctly 2016-09-01 19:05:54 -07:00
Paul Franklin
5a8245956c Merge pull request #224 from prculley/movetst
Copy data.gramps to test directory and point db_test at it
2016-08-31 15:25:32 +00:00
prculley
e3b482dd57 Make copy of example.gramps to tests dir and point test modules to it 2016-08-30 11:46:55 -05:00
Paul Franklin
f389df59c4 improve pylint score (to over 9.00) 2016-08-29 20:21:56 -07:00
Paul Franklin
a7e47bba3a 9663: Sort User Filters on sidebar by name [also implements 8756] 2016-08-29 20:19:49 -07:00
Doug Blank
4b5e1e9702 Removed skip-check-xref and skip-import-additions from generic API 2016-08-25 07:00:04 -04:00
Sam Manzi
4a4cd11790 Merge pull request #220 from prculley/fax
Fixes for the PHON, FAX, EMAIL and WWW Gedcom tags to support Gedcom v5.5.1.
2016-08-25 13:08:03 +10:00
prculley
2059823748 Fixes for the PHON, FAX, EMAIL and WWW Gedcom tags to support Gedcom v5.5.1. 2016-08-23 13:49:48 -05:00
prculley
30a6f4267b Add GUI and CLI config option to allow easy setting 2016-08-21 15:00:19 -05:00
SNoiraud
bb75e6eea8 9341: _deeprelationshippath filter rule, addition of filter rules and classname 2016-08-21 16:14:12 +02:00
Paul Franklin
7b3d7f263a make it clear that consistency is needed 2016-08-12 18:49:13 -07:00
SNoiraud
5140e97dbd 8128: GtkDialog mapped without a transient parent (*.gpr.py) 2016-08-10 16:24:55 +02:00
Paul Franklin
f9e9f1be67 8128: GtkDialog mapped without a transient parent 2016-08-09 18:51:45 -07:00
Paul Franklin
3edab6e2e6 8128: GtkDialog mapped without a transient parent 2016-08-09 13:48:57 -07:00
Paul Franklin
da8f99bab7 8128: GtkDialog mapped without a transient parent 2016-08-04 08:54:34 -07:00
Paul Franklin
f9dbfd9dbd 8128: GtkDialog mapped without a transient parent 2016-08-03 18:16:48 -07:00
Paul Franklin
eeaaac060e better handle an unlikely error in the Complete Individual report 2016-08-01 16:30:46 -07:00
Paul Franklin
d9ec7d5e2a 8128: GtkDialog mapped without a transient parent 2016-08-01 12:16:58 -07:00
Doug Blank
c817554dbf 9588: DB-API import loses researcher and bookmarks 2016-07-21 00:07:51 -04:00
Doug Blank
f419dc9a8b Removed some executable settings on sources files (prevented tests from running) 2016-07-16 16:44:08 -04:00
SNoiraud
86b52ed60b 2016: Website reports should accept any StyleSheet 2016-07-15 16:18:30 +02:00
Nick Hall
00dba4727b Convert gen.User into an abstract base class 2016-07-14 18:55:34 +01:00