Commit Graph

500 Commits

Author SHA1 Message Date
Doug Blank
2fc5096d23 CSS and web resources are now a plugin
svn: r15711
2010-08-12 05:26:45 +00:00
Rob G. Healey
264d6145be NarrativeWeb: changed the name of the navigation menus stylesheet to match other stylesheet naming.
svn: r15708
2010-08-12 02:26:26 +00:00
Doug Blank
961c1e4ca9 Forgot to include navigation web pages
svn: r15707
2010-08-11 21:33:12 +00:00
Doug Blank
864c79e446 First step in breaking up NarrativeWeb into plugins; please test
svn: r15704
2010-08-11 14:11:35 +00:00
Doug Blank
0199cd7da5 Enhanced GENERAL plugins for flexible API: added data and process to GENERAL plugindata, more details at http://www.gramps-project.org/wiki/index.php?title=Addons_development#General_Plugins
svn: r15701
2010-08-11 05:42:46 +00:00
Doug Blank
abd7b09450 Added _%s_ for surrounding name parts, such as _Call_
svn: r15700
2010-08-10 15:37:12 +00:00
Doug Blank
f55cd42926 Allow GENERAL plugins to have category, and more flexibility
svn: r15699
2010-08-10 13:14:09 +00:00
Doug Blank
791ab064f8 Renamed GrampsCursor to BsddbBaseCursor
svn: r15689
2010-08-08 22:06:54 +00:00
Doug Blank
db09dcc6bf Added a new method to work around gramps' use of show_all: hidden_widgets
svn: r15681
2010-08-03 00:57:50 +00:00
Doug Blank
e4bb905303 Added is_type('Name'), is_burial(), and is_baptism()
svn: r15670
2010-07-31 15:17:23 +00:00
Doug Blank
0f310e78a4 Show errors on invalid plugin load
svn: r15653
2010-07-28 15:03:37 +00:00
Doug Blank
3e28ee67ec 2059: need a way to compare and merge all objects, by MD Nauta
svn: r15645
2010-07-22 02:16:32 +00:00
Nick Hall
7f83fc7fcb Tidy up navigation sidebar code
svn: r15621
2010-07-06 14:30:38 +00:00
Peter Landgren
8900ce7f6d Fix of issue 4078, note.get() unicode now.
svn: r15599
2010-06-28 07:45:05 +00:00
Gerald Britton
da1abaa31d Optimize by replacing multiple calls to .write methods with one call where possible
svn: r15558
2010-06-11 14:29:44 +00:00
Doug Blank
3989ef284f Follow StyledText links to include other objects, too
svn: r15520
2010-06-01 17:10:00 +00:00
Doug Blank
c5d11d3218 Added filter editor for person and note filters, and removed unneeded reference filters
svn: r15518
2010-05-31 14:50:34 +00:00
Doug Blank
943cfd07e2 4037: get_full_path method of gen.lib.url uses undefined variable
svn: r15517
2010-05-31 12:56:19 +00:00
Doug Blank
41a4ff748d Protection from null objects
svn: r15504
2010-05-30 11:35:45 +00:00
Doug Blank
ba2d5d503d Protection from null family
svn: r15501
2010-05-30 04:03:05 +00:00
Doug Blank
34c7efe804 New proxy that traces forward references
svn: r15499
2010-05-29 20:17:06 +00:00
Doug Blank
8a25a77c9f Removed .get_base_db() method as there was already basedb for the same purpose
svn: r15484
2010-05-25 23:29:37 +00:00
Gerald Britton
2604ee39fa Use itertools ifilter and imap to simplify some operations
svn: r15480
2010-05-25 18:31:31 +00:00
Doug Blank
a69337b6c6 method for getting base database, if a proxy
svn: r15465
2010-05-23 15:44:51 +00:00
Doug Blank
ed3c144a79 Apparently we don't need these two methods (see Gerald in mailing list, 05/23/2010)
svn: r15461
2010-05-23 15:36:15 +00:00
Doug Blank
cdeb47ad3b Proxies should report that they are read-only
svn: r15457
2010-05-23 14:55:20 +00:00
Doug Blank
4ce41d4656 3986: Interface for running code not associated with a plugin type: this passes dbstate and uistate to a load_on_reg function/class if a library has it, and it is marked as load_on_reg
svn: r15454
2010-05-23 11:44:13 +00:00
Doug Blank
8ca80428a5 added methods that protect living data from leaking out: get_person_handles, iter_person_handles, and iter_people
svn: r15453
2010-05-23 05:10:11 +00:00
Doug Blank
1e3b765bd4 iter_people method was incorrectly returning handles and people objects; should be just people to match gen.db interface
svn: r15451
2010-05-23 04:40:58 +00:00
Gerald Britton
6369bb0286 Minor edit
svn: r15428
2010-05-20 18:32:36 +00:00
Gerald Britton
cd8ded4b37 Updates to undo/redo logic:
1. Replace single transaction list with separate undo/redo deques
2. Update UndoHistory GUI to work with new queue setup
3. Add test to txn.py for empty transaction list


svn: r15427
2010-05-20 18:32:08 +00:00
Doug Blank
d2d983f10a Try to reload first; if fails, then not in path (addon), and try new import
svn: r15403
2010-05-13 13:02:52 +00:00
Doug Blank
2df0322aef 3958: Extremely slow gedcom import
svn: r15400
2010-05-13 11:08:20 +00:00
Doug Blank
cda97348e8 3878: Private option and filter on Exporter
svn: r15383
2010-05-10 00:00:15 +00:00
Doug Blank
19089b6f51 Typo in handling tags
svn: r15361
2010-05-08 15:19:23 +00:00
Doug Blank
2f603d2592 Fixing issues with get_privacy on non-existent objects which were probably filted out by a living proxy
svn: r15354
2010-05-07 23:45:54 +00:00
Doug Blank
6db2110937 Forces the unloading of loaded plugins to load new versions
svn: r15350
2010-05-07 19:46:07 +00:00
Doug Blank
40b8c2d9a2 3914: Add a new markup for creating links to URLs and for gramps objects
svn: r15340
2010-05-06 15:54:33 +00:00
Brian Matherly
ecbde74066 Repair duplicated file contents resulting from 0003796 (Make export available when no GUI available).
svn: r15332
2010-05-06 03:40:30 +00:00
Jérôme Rapinat
e2e3065cfb merge fix on branch rev15295
svn: r15327
2010-05-05 11:47:18 +00:00
Peter Landgren
757a2a683d Fix of included files.
svn: r15312
2010-05-03 16:31:12 +00:00
Peter Landgren
d838145fdb Fix of included files.
svn: r15310
2010-05-03 16:17:42 +00:00
Peter Landgren
ab8bdc2a19 Information in file was doubled/tripled.
svn: r15306
2010-05-03 12:38:30 +00:00
Doug Blank
652a1f132b 3911: Crash because of syntax error in name format
svn: r15302
2010-05-03 01:07:24 +00:00
Doug Blank
12918718f9 3879: Allow multiple versions of a plugin
svn: r15299
2010-05-01 21:30:15 +00:00
Brian Matherly
df32be43de 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
svn: r15294
2010-05-01 04:12:42 +00:00
Gerald Britton
72e19bb7a9 Updates to undo/redo logic -- part 1
svn: r15277
2010-04-23 19:02:24 +00:00
Doug Blank
40f88a9e7d 3851: NarWeb Associations don't show unless Include Private is checked
svn: r15192
2010-04-17 20:07:52 +00:00
Benny Malengier
56c85f0255 3815: Notes with html show verbatim in narrative web
svn: r15169
2010-04-16 20:59:10 +00:00
Doug Blank
3e7ae3aeb5 Protect from unknown types---just mark as unknown
svn: r15162
2010-04-16 15:35:40 +00:00