Commit Graph

250 Commits

Author SHA1 Message Date
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
Benny Malengier
306671f9af 3715: Plugin manager load/reload does not unload earlier versions of plugins
svn: r14861
2010-03-18 22:27:45 +00:00
Benny Malengier
fbf86b4c2f 3706: GRAMPS plugins selecting a local path produces an error
svn: r14848
2010-03-16 08:54:35 +00:00
Benny Malengier
585e0fa85d 3709: Typos and grammar mistakes
svn: r14841
2010-03-15 22:11:25 +00:00
Peter Landgren
9d4734403b Add message if addon has wrong version.
svn: r14710
2010-03-09 12:49:25 +00:00
Doug Blank
bd56197fcd Used module desc rather than plugin desc
svn: r14704
2010-03-09 01:21:53 +00:00
Doug Blank
953db778f2 Removed specific gramps version number in message
svn: r14654
2010-03-06 23:26:50 +00:00
Nick Hall
a2e54ea390 3603: Make family option in reports default to the active family
svn: r14554
2010-03-01 19:20:13 +00:00
Peter Landgren
f97e6622e4 Better support for non-ASCII filenames in Windows.
svn: r14382
2010-02-15 11:11:08 +00:00
Doug Blank
8abe461bb9 Fix for bad open on tarfile
svn: r14306
2010-02-10 22:11:48 +00:00
Doug Blank
56e25bdc7a Added an optional message area to Progressmeter; addon updates uses this to report back status
svn: r14301
2010-02-10 15:43:05 +00:00
Doug Blank
f5fe747716 Renamed for_gramps to gramps_target_version; added newplugin function to work on additional register style
svn: r14137
2010-01-25 23:58:42 +00:00
Doug Blank
7fefcaead5 Install plugins from wiki, Part 2. Last remaining part is to give feedback and check for proper plugin version
svn: r14123
2010-01-25 03:20: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
1b8706eaf1 Plugin Manager part 3: can now install plugins
svn: r14090
2010-01-18 04:09:04 +00:00
Doug Blank
9e3ebf46b4 Plugin Manager, part 2 of 3: updates trunk for using 3.2 manual, Plugin Manager gets addon list from wiki
svn: r14088
2010-01-17 21:45:37 +00:00
Doug Blank
b66e96b8d9 Plugin Manager refinements, part 1: refactored plugin lists, renamed Plugin Status to Plugin Manager, added functionality on loaded plugin page
svn: r14086
2010-01-17 16:24:56 +00:00
Brian Matherly
c5f54d0cfc Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.
svn: r14072
2010-01-14 04:08:04 +00:00
Doug Blank
29e2b12172 Fix for activating a notepad that hasn't been shown yet can crash python
svn: r14031
2010-01-11 16:11:30 +00:00
Nick Hall
b503fa2e25 Extend history functionality (back/forward) and active-changed signals to all primary objects
svn: r14023
2010-01-10 19:19:33 +00:00
Doug Blank
141100fdbf Fixing defaultdict optimization so that it works
svn: r14022
2010-01-10 17:20:08 +00:00
Doug Blank
746e934937 Support for additional notebook pages in Tool manager
svn: r14013
2010-01-10 04:05:20 +00:00
Gerald Britton
2b12f3df07 Use defaultdict type where possible for minor performance gain and source code simplification
svn: r14011
2010-01-09 19:54:32 +00:00
Doug Blank
427b24a34d Allow notebook to expand; remove unneeded table (leftover?)
svn: r13987
2010-01-07 14:57:37 +00:00
Doug Blank
aecdc5ea62 Changed Apply to more generic Execute; Added return value for results tab textbuffer
svn: r13984
2010-01-07 14:13:38 +00:00
Gary Burton
b7b9947cb5 Make sure a family is selected.
svn: r13970
2010-01-04 20:18:37 +00:00
Nick Hall
6872ce1b33 3498: Fix bug and enable show all checkbox in selector
svn: r13969
2010-01-04 18:44:51 +00:00
Nick Hall
c7cebc637f 3432: Fix family selection in report options
svn: r13968
2010-01-04 14:15:07 +00:00
Brian Matherly
bbe2b6da0c move src/Editors/* to src/gui/editors as part of GEP008
svn: r13807
2009-12-15 05:56:12 +00:00
Brian Matherly
baa13df670 Move src/Selectors to src/gui/selectors. Rename files to lower case in conformance with the Gramps coding style.
svn: r13806
2009-12-15 03:45:09 +00:00
Brian Matherly
0001133eb8 move src/widgets/* to src/gui/widgets as part of GEP008
svn: r13791
2009-12-14 03:20:19 +00:00
Doug Blank
c78d7f6759 RuntimeWarning: missing handler 'on_delete_event'
svn: r13760
2009-12-11 13:04:50 +00:00
Doug Blank
98ec7731e7 Used the gramps way of editing files
svn: r13489
2009-11-03 12:01:33 +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
Nick Hall
200bacb1f5 Add extra sections to Complete Individual Report
svn: r13481
2009-11-02 14:57:34 +00:00
Doug Blank
d920e3479a Looks like this is needed
svn: r13435
2009-10-28 01:16:21 +00:00
Benny Malengier
d25cdc3958 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Improvements: gen.plug only depends on gen, relationship default is moved
to Relationship.py, and config for hidden to a gui.pluginmanager


svn: r13405
2009-10-25 13:52:29 +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
Gerald Britton
764f5d846d Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates
svn: r13367
2009-10-13 19:11:19 +00:00
Gerald Britton
0ab22f3d76 Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates
svn: r13366
2009-10-13 18:56:14 +00:00
Gerald Britton
2b5c94331d Bug 0003063: gtk.Tooltips is deprecated -- last batch of updates
svn: r13357
2009-10-08 20:55:42 +00:00
Gerald Britton
4b77831f0f Exploit new iter_<objects> methods
svn: r13209
2009-09-15 19:37:23 +00:00
Gerald Britton
966d2bcd42 Use new iter_objects methods
svn: r13203
2009-09-14 20:50:25 +00:00
Peter Landgren
34442f5853 Fix of issue 3213.
svn: r13196
2009-09-12 10:00:17 +00:00
Gerald Britton
941fff23ae Tweaks to use inplace arithmetic
svn: r13191
2009-09-10 18:49:48 +00:00
Peter Landgren
d0d2dd4a58 String must be unicode for truncation to work for non ascii characters.
svn: r13174
2009-09-08 09:59:11 +00:00
Raphael Ackermann
65f72560d1 pep8 fixes
fixing typos


svn: r12934
2009-08-09 17:09:32 +00:00
Gerald Britton
b601f4bdf2 Replace get_family_handles with iter_family_handles
svn: r12776
2009-07-08 16:11:20 +00:00
Gerald Britton
f7454de7fd Implement iter_people_handles methods and begin to use them
svn: r12760
2009-07-03 20:23:41 +00:00