Commit Graph

22887 Commits

Author SHA1 Message Date
Doug Blank
ae11d8b484 Alternative DBs: touch meta_data.db to record last access time 2015-05-15 06:42:13 -04:00
Doug Blank
b1d07b8e70 Merge branch 'master' into geps/gep-032-database-backend 2015-05-15 06:20:18 -04:00
Matti Niemelä
36bb4471a3 updated Finnish translation (for trunk-master) 2015-05-15 00:42:07 -07:00
Paul Franklin
578cdf6c79 8413: Finnish Date format settings does nothing
The corresponding fi.po, with month inflections, is from:
Matti Niemelä <matti.u.niemela@gmail.com>
2015-05-15 00:37:37 -07:00
Doug Blank
c2fb186edc Added missing bookmark count methods to djangodb and dictionarydb 2015-05-14 23:15:30 -04:00
Doug Blank
b6fb46b760 Database plugin type support reset_system, to reset modules 2015-05-14 22:52:57 -04:00
Doug Blank
c1345ca64c Removed hardcoded database backend types 2015-05-14 22:35:50 -04:00
Doug Blank
00d958aaed Merge branch 'master' into geps/gep-032-database-backend 2015-05-14 21:33:40 -04:00
Nick Hall
d7719962fd 8427: Add new IsEnclosedBy rule 2015-05-14 23:47:03 +01:00
Nick Hall
2b90e90987 Remove deprecated rules hint setting 2015-05-14 23:12:47 +01:00
Doug Blank
d4688589d8 Merge branch 'master' into geps/gep-032-database-backend 2015-05-14 15:15:24 -04:00
Doug Blank
b2606fb6d3 Gramps 4.2 addons URL from github 2015-05-14 15:12:56 -04:00
Nick Hall
cde99b6f24 Remove deprecated resize mode 2015-05-14 18:54:27 +01:00
Doug Blank
37e7ead1e2 Fixed About dialog to show proper BSDDB version 2015-05-14 12:48:55 -04:00
Doug Blank
ad83d84778 DjangoDb: send proper object-add signal on new objects 2015-05-14 12:43:24 -04:00
Doug Blank
74330122bd Basic infrastructure for Undo/Redo 2015-05-14 12:30:30 -04:00
Doug Blank
6e0b8ccf86 DictionaryDb: emit add after actually adding (fixed typo) 2015-05-14 11:51:56 -04:00
Doug Blank
06d0db3b6a DictionaryDb: emit add after actually adding 2015-05-14 11:49:58 -04:00
Doug Blank
c01e9860bf Merge branch 'master' into geps/gep-032-database-backend 2015-05-14 11:07:27 -04:00
Doug Blank
47a3a7ad0f Reworked backend Cursors; don't emit changes when changing in batch mode 2015-05-14 09:07:10 -04:00
Doug Blank
28c609d4c7 Hack to reset modules on subsequent uses of Django databases 2015-05-14 07:01:47 -04:00
Doug Blank
ca88f37bb6 Database backends: bsddb, django, and dictionary 2015-05-14 06:31:59 -04:00
Paul Franklin
74e90431c0 8109: fixes for Japanese date parser 2015-05-14 00:33:58 -07:00
Paul Franklin
3d9d9e2851 fix numeric date parser pathological case 2015-05-14 00:31:18 -07:00
Doug Blank
73886e9232 DictionaryDb: implement delete 2015-05-13 22:55:23 -04:00
Doug Blank
e7dc1a7bc4 Moved key maps to dbconst 2015-05-13 22:01:47 -04:00
Doug Blank
5115cd13e4 DictionaryDb: now reads/writes on open/close 2015-05-13 21:29:07 -04:00
Doug Blank
fbbd9d9c6e DictionaryDb: adding missing functions, bringing up to date 2015-05-13 19:26:14 -04:00
Doug Blank
6bff90419e Loads tree based on id in database.txt 2015-05-13 12:36:17 -04:00
Doug Blank
16a5665e3e Added Django and Dictionary plugins, to be developed 2015-05-13 08:09:30 -04:00
Doug Blank
f7474ddade Merge branch 'master' into geps/gep-032-database-backend 2015-05-13 07:41:26 -04:00
Doug Blank
35a38bc2bd DbDjango: added load() for delayed init 2015-05-13 07:29:16 -04:00
Doug Blank
81ebdd97cc Database backend writes its plugin id in database.txt 2015-05-12 23:08:54 -04:00
Doug Blank
7a7696224d Merge branch 'master' into geps/gep-032-database-backend 2015-05-12 22:18:17 -04:00
Doug Blank
ad1babbd4c DbDjango: added missing methods 2015-05-12 22:10:40 -04:00
Doug Blank
af0b308b1e Only BSDDB plugin needs bsddb3; back/restore moved to db 2015-05-12 22:03:10 -04:00
Doug Blank
432a05c64b Merge branch 'master' into geps/gep-032-database-backend 2015-05-12 19:16:34 -04:00
Doug Blank
2dd365f8bc Moved make_database to DbState 2015-05-12 19:09:17 -04:00
Nick Hall
f0bfce68c2 Add a title preview to the place editors 2015-05-12 23:00:20 +01:00
Doug Blank
242abf9f69 Database backend as a plugin: this set of changes moves most or
all of Bsddb from gramps.gen.db to gramps.plugins.database. The
id of the plugin is 'bsddb' which can be loaded using the
make_database(id, dbstate) API (for now).

Next step is to add an identifying text in the directory to
indicate which database backend to use.
2015-05-12 16:30:46 -04:00
Nick Hall
0eb027a095 Update required gtk version in glade files 2015-05-12 21:21:28 +01:00
Nick Hall
d8946d75ac Hide place title field in place editor
Add option in preferences to display legacy title field.  Hide by default.
2015-05-12 21:00:25 +01:00
Bernard Banko
9e468c7cd8 modified: po/sl.po 2015-05-11 20:20:41 -07:00
Doug Blank
f74f4942d5 DbDjango: method to checkpoint modules, to allow reloading Django 2015-05-11 21:17:57 -04:00
Doug Blank
b615fcb93c DbDjango: Removed debugging code 2015-05-11 18:24:03 -04:00
Doug Blank
aabd158944 DbDjango: use Gramps signals; to update, delete and add;
tag change from tuple to list--must match exactly:
[] does not match ()
2015-05-11 16:53:43 -04:00
Doug Blank
3a38f21eb7 DbDjango: return a default person 2015-05-11 13:04:43 -04:00
Doug Blank
89e20b90b7 Webapp: added databases directory; changed semantics of save_cache;
working signals, for the most part
2015-05-11 12:36:35 -04:00
Doug Blank
03b78a0884 DbDjango database works read-only in Gtk Gramps
These changes add most of what is necessary to use DbDjango as
a full database to Gtk Gramps.
2015-05-10 22:43:51 -04:00
Doug Blank
ccbab78fbc Allow database-changed signal to work with more general databases 2015-05-10 22:42:30 -04:00