Commit Graph

23878 Commits

Author SHA1 Message Date
Doug Blank
42a14b6aae CLI prompt: don't default to yes for truly dangerous 2016-04-17 08:26:46 -04:00
Doug Blank
bae1417021 Remove DictionaryDB 2016-04-17 07:46:20 -04:00
Doug Blank
2a93a1b023 Tree Manager: adjust column order, add tooltip text
* move database type column
* adjust sizes of columns to fit 800px
* add tooltip text on New to show backend type to create
2016-04-17 07:18:54 -04:00
Doug Blank
cc650da616 InMemoryDB: load last, set has_changed = False 2016-04-17 00:31:05 -04:00
Paul Franklin
084830c743 Merge pull request #117 from sam-m888/moveHolidaysToData
7921 Move holidays.xml.in to data [refactor]
2016-04-17 04:01:50 +00:00
Doug Blank
a605bf451f Replace dictionarydb with inmemorydb, a sqlite :memory: db 2016-04-16 23:47:29 -04:00
Doug Blank
cd5905dfdb data.gramps: add mediapath 2016-04-16 23:04:39 -04:00
Doug Blank
12655fc22e 9386: Slow exit of Gramps GUI 2016-04-16 21:00:31 -04:00
Doug Blank
f09c32181a DB-API: fix version 2016-04-16 18:25:46 -04:00
John Ralls
8fd4f7ff8e Bug 8563: Gramps reports that it can't find dictionaries.
Turns out it was really that enchant couldn't find its backend because
an environment variable wasn't set.
2016-04-16 15:08:24 -07:00
Doug Blank
1e228b2193 clidbman: restore accidently deleted code 2016-04-16 17:38:01 -04:00
Sam Manzi
001a95fcf8 Fix typo as per ~47490 2016-04-17 06:09:43 +10:00
Paul Franklin
7accf755d5 typo 2016-04-16 11:40:06 -07:00
Doug Blank
eafe35e4af DbManager: add database type column 2016-04-16 14:38:38 -04:00
Paul Franklin
9c045c63c9 add the "living people" option to the three Graphviz reports 2016-04-16 10:54:26 -07:00
Paul Franklin
269f9e7626 8128: GtkDialog mapped without a transient parent -- partial 2016-04-16 10:48:48 -07:00
Leonhaeuser
5628198bb2 update German translation 2016-04-16 11:11:42 +02:00
Doug Blank
880588e635 Fixes for DictionaryDB and InMemoryDB 2016-04-16 04:13:27 -04:00
Doug Blank
f0e27af884 DB-API: get_family_handles(sort_handles) add given to sort order 2016-04-16 03:53:16 -04:00
Doug Blank
ac1ccfa2b4 9385: gramps -L changes Last Accessed time/date 2016-04-16 03:40:52 -04:00
Doug Blank
516bba4180 CLI: add regular expression patterns to -t, -l, and -L 2016-04-16 03:03:57 -04:00
Doug Blank
67a6e0cf79 gramps -r PATTERN: make no be the default 2016-04-16 02:53:36 -04:00
Sam Manzi
8694c7fcc7 7921 Move holidays.xml.in to data [refactor] 2016-04-16 16:38:43 +10:00
Doug Blank
887490ea5b DB-API: missing BEGIN TRANSACTION for batch mode 2016-04-16 02:32:02 -04:00
Sam Manzi
98ee53aa17 Remove duplicate import/rename method 2016-04-16 09:08:14 +10:00
Sam Manzi
4342b319e3 Merge pull request #102 from SNoiraud/bug5449
5449: Pedigree view crashes if you happen to choose a child as ancestor
2016-04-16 07:19:01 +10:00
Paul Franklin
284d907960 center the book report Available Books dialog 2016-04-15 10:30:34 -07:00
Doug Blank
91ab6e80ca DB-API in-memory replacement for DictionaryDB 2016-04-15 09:46:45 -04:00
Doug Blank
684788f2fd DictionaryDB: use backup on load from file, if available 2016-04-15 09:45:41 -04:00
Doug Blank
ce33e7509c DB-API: separate dbapi init from sql init 2016-04-15 08:54:18 -04:00
SNoiraud
9a995b9e30 5449: Pedigree view crashes : changed the name and solved the notrelated glade problem. 2016-04-15 13:50:30 +02:00
Paul Franklin
29a5d9dbe7 add deferred translation to "living people" report option 2016-04-15 00:29:37 -07:00
Doug Blank
67b7805de3 Updated docstring for -t, -l, and -L 2016-04-14 21:03:38 -04:00
Doug Blank
d71f9494b8 Move GRAMPS_RESOURCE default into grampsapp.main() 2016-04-14 20:58:27 -04:00
Doug Blank
dd55b367ce Add optional list of trees to command-line args: -t -l -L 2016-04-14 20:42:40 -04:00
Doug Blank
dbd00b2a32 Merge pull request #114 from sam-m888/pylint-invalid-all-object-E0604
Pylint (E0604) __all__, must contain only strings
2016-04-12 22:24:10 -04:00
Sam Manzi
8c1ebd8020 __all__, must contain only strings 2016-04-13 12:01:32 +10:00
Doug Blank
dc486bc79f Merge pull request #112 from sam-m888/fixNonecomparisons
Don't use equality to check None
2016-04-12 20:04:06 -04:00
Sam Manzi
71ddd02459 Don't use equality to check None (2/2) 2016-04-13 09:54:23 +10:00
Sam Manzi
31b10acf97 Don't use equality to check None 2016-04-13 09:51:30 +10:00
Doug Blank
5842a0e10b Merge pull request #110 from sam-m888/FixImportDuplicates
Fix some duplicate imports etc...
2016-04-12 19:15:42 -04:00
Sam Manzi
289d3b9267 Fix some duplicate imports etc... 2016-04-13 08:42:19 +10:00
Ross Gammon
b7ac194949 7763: Remove unused jhtmlarea Files 2016-04-13 07:48:20 +10:00
Ross Gammon
decefda7e5 7763: Remove remaining Sourceless Javascript Files 2016-04-13 07:42:18 +10:00
Paul Franklin
7f41373f07 8649: Familygroup report: Add filter option 2016-04-11 19:22:37 -07:00
Douglas S. Blank
6b86b154fb add sorted family handles to DB-API 2016-04-11 19:13:49 -07:00
Doug Blank
7dc9379909 Merge pull request #109 from sam-m888/8153SupportCustomEventonGEDCOMexport
8153 GEDCOM 5.5.1 Support Custom Event on export
2016-04-11 20:28:54 -04:00
SNoiraud
a472ec4e08 5449: Pedigree view crashes : add examples for testing loops. 2016-04-11 10:06:20 +02:00
Doug Blank
0cd4ee879a DictionaryDB: add missing items to make it completely implement API 2016-04-10 19:22:06 -04:00
SNoiraud
02d0e858c0 0005449: Pedigree view crashes ... : add help to glade file. 2016-04-10 22:22:28 +02:00