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 |
|
Gerald Britton
|
b12dd97e71
|
Bug 3079: sort event crashes with dbstate not passed to options
svn: r12750
|
2009-07-01 14:43:27 +00:00 |
|
Benny Malengier
|
9d417e2cd6
|
Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils
improve import strategy
svn: r12680
|
2009-06-19 15:23:58 +00:00 |
|
Brian Matherly
|
187539cb72
|
Implement availability of the DestinationOption.
svn: r12671
|
2009-06-16 03:12:41 +00:00 |
|
Gerald Britton
|
078207d9fa
|
_Tool.py: Pythonic style change in try...except...else
svn: r12611
|
2009-06-02 14:46:25 +00:00 |
|
Benny Malengier
|
8dd7adc607
|
part 2 basedoc: move BaseDoc.py to /gen/plug/docgen and add /gen/plug/docbackend
that was missing in part 1
Still to come: makefiles and splitting new basedoc.py in small files
svn: r12591
|
2009-05-29 22:25:44 +00:00 |
|
Gerald Britton
|
5eb7e18dc6
|
Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
svn: r12572
|
2009-05-26 20:48:09 +00:00 |
|
Gerald Britton
|
fc90d5fce2
|
Bug 3018: remove calls to keys() dictionary method where possible
svn: r12562
|
2009-05-22 18:43:40 +00:00 |
|
Gerald Britton
|
5c9d8ab7ff
|
Bug 3011: change old-style classes to new-style classes
svn: r12561
|
2009-05-21 20:58:12 +00:00 |
|
Gerald Britton
|
021b754939
|
Bug 3011: change old-style classes to new-style classes
svn: r12559
|
2009-05-21 17:19:50 +00:00 |
|