Nick Hall
|
da75a38762
|
5326: Revert r18842
svn: r18848
|
2012-02-10 19:57:57 +00:00 |
|
Nick Hall
|
3767c1d1e4
|
5326: Add Alphabetical Index and Table of Contents generation for pdf reports
svn: r18842
|
2012-02-10 14:53:58 +00:00 |
|
Tim G L Lyons
|
c833073ba6
|
GEPS023: merge branch (changes 17960-18546) into trunk
svn: r18548
|
2011-12-04 17:09:17 +00:00 |
|
Tim G L Lyons
|
f0bb1205f3
|
Tidy up some comments
svn: r18497
|
2011-11-24 14:54:29 +00:00 |
|
Tim G L Lyons
|
4a69d45fe6
|
Upgraded Source and Citation reference Quick Views to work with citations (actually, for citationtreeview, this is a source_or_citation reference, to avoid having to change the way listview calls the pop up menu items).
Also minimal changes to SimpleAccess and SimpleTable to support these references views.
svn: r18447
|
2011-11-15 12:08:43 +00:00 |
|
Doug Blank
|
552602da8b
|
Added include_in_listing handling to ignore packages
svn: r18276
|
2011-10-10 12:27:14 +00:00 |
|
Doug Blank
|
4ec351710d
|
Removed title_id from gramplets; not needed
svn: r17197
|
2011-04-22 01:44:20 +00:00 |
|
Doug Blank
|
e2c6a9cdb4
|
#4795 Gramplet titles now appear in current language, not the language used at time of creation; also added properties for gramplet navtype and orientation preferences
svn: r16985
|
2011-03-30 13:48:46 +00:00 |
|
Gerald Britton
|
a19e65073c
|
Use built-in map function to simplify some list comprehensions
svn: r16636
|
2011-02-16 20:06:40 +00:00 |
|
Doug Blank
|
00bd583120
|
Undo of 16304; found a less intrusive method
svn: r16310
|
2010-12-23 22:41:08 +00:00 |
|
Doug Blank
|
26fef46c35
|
Add new selection class option to reports so that reports can reuse a common proxy/filter selection framework
svn: r16304
|
2010-12-21 13:58:28 +00:00 |
|
Peter Landgren
|
1d8a776cd3
|
Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk.
svn: r15959
|
2010-10-09 12:33:47 +00:00 |
|
Doug Blank
|
7c110d15b8
|
Added plugin.depends_on = ['plugin_id', ...] for plugin.load_on_reg plugins
svn: r15816
|
2010-08-25 13:30:59 +00:00 |
|
Doug Blank
|
2fc5096d23
|
CSS and web resources are now a plugin
svn: r15711
|
2010-08-12 05:26:45 +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
|
f55cd42926
|
Allow GENERAL plugins to have category, and more flexibility
svn: r15699
|
2010-08-10 13:14:09 +00:00 |
|
Nick Hall
|
7f83fc7fcb
|
Tidy up navigation sidebar code
svn: r15621
|
2010-07-06 14:30:38 +00:00 |
|
Doug Blank
|
12918718f9
|
3879: Allow multiple versions of a plugin
svn: r15299
|
2010-05-01 21:30:15 +00:00 |
|
Nick Hall
|
6ae2f1c81e
|
GEPS 019: Improved sidebar which allows sidebar plugins
svn: r15029
|
2010-04-04 18:16:03 +00:00 |
|
Benny Malengier
|
aad74b8bb8
|
3690: Do not need to use underscore on text for file formats (import/export)
svn: r14889
|
2010-03-21 10:33:08 +00:00 |
|
Peter Landgren
|
877359d727
|
Better support for non ascii in path under Windows.
svn: r14411
|
2010-02-18 14:54:19 +00:00 |
|
Doug Blank
|
06bc6a8a8f
|
Every plugin needs a gramps_target_version for 3.2+
svn: r14341
|
2010-02-12 20:23:05 +00:00 |
|
Doug Blank
|
f342323d6a
|
Fixed 2-point versions; did allow any 2-point less that gramps to load-- now must match 1-point parts (3.2)
svn: r14318
|
2010-02-11 13:45:51 +00:00 |
|
Doug Blank
|
49823df7fe
|
Allow 2-point versions <= gramps version; added ERROR to print statements
svn: r14315
|
2010-02-11 13:26:28 +00:00 |
|
Doug Blank
|
843fb89ba0
|
Plugins required to be correct version
svn: r14300
|
2010-02-10 12:13:47 +00:00 |
|
Benny Malengier
|
1a5f1720c0
|
Allow plugins to register their icons, new icons for geoview
svn: r14289
|
2010-02-09 00:07:43 +00:00 |
|
Doug Blank
|
1cfeea3701
|
Renamed for_gramps to gramps_target_version
svn: r14136
|
2010-01-25 23:56:45 +00:00 |
|
Doug Blank
|
6fd1c70dfd
|
Added a make_environment function for evaluating gpr.py envs
svn: r14122
|
2010-01-25 03:18:34 +00:00 |
|
Doug Blank
|
62a2d1672c
|
Support for plugin.for_gramps = '3.2' in registry
svn: r14121
|
2010-01-24 23:36:25 +00:00 |
|
Doug Blank
|
1830a44505
|
Had to allow links now that plugins is a dir inside gramps32 to allow flexibility in addons
svn: r14115
|
2010-01-24 15:24:36 +00:00 |
|
Brian Matherly
|
f04880ec09
|
Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
svn: r14091
|
2010-01-18 04:42:17 +00:00 |
|
Doug Blank
|
205b3beadd
|
Enabled Quickviews on all list views; enabled References Quickview for all views
svn: r13947
|
2009-12-31 14:59:44 +00:00 |
|
Doug Blank
|
7fbdff5e0d
|
3352: Confusion in creating multiple views of same type and selecting them; see tracker for more details
svn: r13705
|
2009-12-05 04:38:31 +00:00 |
|
Peter Landgren
|
33686fcf18
|
First update for consistent use of Gramps. See issue 3355.
svn: r13610
|
2009-11-17 20:14:53 +00:00 |
|
Benny Malengier
|
47158f47ac
|
allow forcing a view to be first in category
svn: r13590
|
2009-11-15 13:49:27 +00:00 |
|
Benny Malengier
|
19522ec975
|
GEPS 014: Plugin registration and management
Also views are now plugins belonging to view category
svn: r13528
|
2009-11-08 16:41:49 +00:00 |
|
Doug Blank
|
aee3e932e1
|
Added fpath and help_url for plugins
svn: r13500
|
2009-11-05 11:57:19 +00:00 |
|
Doug Blank
|
8143ef6c18
|
Added localized gettext for registration code
svn: r13490
|
2009-11-03 13:42:37 +00:00 |
|
Doug Blank
|
822586d8a5
|
Added plugin.fpath to keep track of path; added edit button in plugin window
svn: r13484
|
2009-11-03 01:39:47 +00:00 |
|
Doug Blank
|
ba897a8e0f
|
Added __file__ to plugin registration environment (to retrieve addon translations)
svn: r13477
|
2009-11-01 14:30:56 +00:00 |
|
Benny Malengier
|
ffd61918c4
|
fix svn properties
svn: r13472
|
2009-10-31 08:15:10 +00:00 |
|
Doug Blank
|
975e639dd1
|
Phase 1 conversion of gramplets to new plugin system
svn: r13406
|
2009-10-25 14:42:47 +00:00 |
|
Benny Malengier
|
79b6708163
|
03292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Part 2: update plugin status: show registered, allow hide/unhide of
plugins
svn: r13403
|
2009-10-24 20:27:10 +00:00 |
|
Benny Malengier
|
ed619cfdd6
|
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
|
2009-10-24 13:53:20 +00:00 |
|