Nick Hall
df8a2a7bf3
Clear bottombar gramplets when no active person is set
...
svn: r16478
2011-01-26 18:52:18 +00:00
Gerald Britton
adf976821f
Remove unneeded line continuations and tidy up
...
svn: r16472
2011-01-25 18:47:12 +00:00
Nick Hall
d08ae3e0e3
Update details tab when name format is changed
...
svn: r16423
2011-01-21 15:09:14 +00:00
Jérôme Rapinat
92a77413a0
add gettext for translation strings
...
svn: r16411
2011-01-18 18:02:25 +00:00
Jérôme Rapinat
0e821e7bba
add 'megabyte' context
...
svn: r16395
2011-01-17 09:43:50 +00:00
Nick Hall
5508719070
Add tooltips to bottombar gramplets
...
svn: r16370
2011-01-12 18:09:35 +00:00
Nick Hall
e44dfa291e
Implement Gramps bottombar
...
svn: r16360
2011-01-11 01:21:38 +00:00
Jérôme Rapinat
2aa713856c
#4331 : enable translation
...
svn: r16248
2010-12-05 17:23:16 +00:00
Doug Blank
915dfc3913
4331: Display Media size before quick backup, in stats gramplet, and summary report
...
svn: r16247
2010-12-05 05:54:33 +00:00
Doug Blank
34bf782e6b
4395: Crash on selecting Gramplets
...
svn: r16216
2010-11-19 14:36:51 +00:00
Doug Blank
12e174b7f3
3366: Assistant for new users
...
svn: r15674
2010-07-31 17:19:37 +00:00
Doug Blank
5e632304dc
4012: Improvement for "What's next" report
...
svn: r15479
2010-05-25 13:21:06 +00:00
Doug Blank
f72178b4df
4012: Improvement for "What's next" report
...
svn: r15475
2010-05-25 10:06:53 +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
Doug Blank
d5056554a0
Fixes for configuring gramplets
...
svn: r15215
2010-04-18 13:42:46 +00:00
Doug Blank
1dd85ced01
Fixed error in losing options on config of this gramplet
...
svn: r15214
2010-04-18 12:59:40 +00:00
Doug Blank
d42b3f870c
Fixed error in losing options on config of this gramplet
...
svn: r15212
2010-04-18 12:55:43 +00:00
Peter Landgren
345dacc135
Fixed a typo.
...
svn: r14696
2010-03-08 12:08:21 +00:00
Doug Blank
3ae0224e1a
Removed Django import/export and CalcEstimateDates (moved to addons)
...
svn: r14685
2010-03-07 21:42:03 +00:00
Doug Blank
4442a33f96
Speed-up for right-click menu
...
svn: r14681
2010-03-07 20:57:46 +00:00
Doug Blank
8efe5a27d6
Added FAQs with links from user list and wiki
...
svn: r14664
2010-03-07 16:07:13 +00:00
Doug Blank
98ebcb9697
Added comments for gramplets
...
svn: r14661
2010-03-07 15:00:11 +00:00
Doug Blank
dcfb25abc4
Trunk is now version 3.3.0
...
svn: r14653
2010-03-06 22:47:25 +00:00
Rob G. Healey
36a91b6cb9
Changed some formatted strings to named variables for 'make distcheck' to work properly.
...
svn: r14483
2010-02-25 15:52:32 +00:00
Peter Landgren
fa43495264
PluginManagerGramplet.py was missing.
...
svn: r14392
2010-02-15 15:09:28 +00:00
Doug Blank
991d477417
Typo
...
svn: r14355
2010-02-13 17:45:55 +00:00
Doug Blank
cf03374f70
Updates to gramplets with options
...
svn: r14346
2010-02-13 03:21:38 +00:00
Doug Blank
c17fd3c53f
Added on_load/on_save for data options
...
svn: r14343
2010-02-12 21:24:04 +00:00
Doug Blank
452213d4cc
Allow to work with new active signals
...
svn: r14332
2010-02-12 12:07:16 +00:00
Doug Blank
843fb89ba0
Plugins required to be correct version
...
svn: r14300
2010-02-10 12:13:47 +00:00
Doug Blank
1bc7a15a27
Fixed some optimized reference copy errors
...
svn: r14148
2010-01-27 12:07:25 +00:00
Gerald Britton
8f0582df8a
Use built-in functions to replace for loops:
...
Old code:
for x in y:
f(x)
New Code:
map(f, y)
Also use defaultdict instead of simple dict when advantageous and use list comprehensions
instead of for loops where map() could be used but requires lambdas.
svn: r14135
2010-01-25 17:45:21 +00:00
Gerald Britton
1f2469b09f
Simplify with built-in functions where possible. e.g.
...
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)
These changes reduce source code size and complexity and produce some minor performance gains
svn: r14104
2010-01-21 18:42:53 +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
943dbc97b4
Added a yield occasionaly in main
...
svn: r14083
2010-01-16 23:02:10 +00:00
Doug Blank
f446b66e34
Make main a generator
...
svn: r14082
2010-01-16 23:00:26 +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
Jérôme Rapinat
9ccdb167cd
Do not need to translate variables
...
svn: r14041
2010-01-12 10:51:36 +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
Jérôme Rapinat
7aef74eaca
3485: A better message for date validator on AgeOnDate Gramplet.
...
svn: r13950
2010-01-01 08:43:29 +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
Jérôme Rapinat
bbdf6d80cc
3485: A better message for date validator on AgeOnDate Gramplet.
...
svn: r13939
2009-12-29 16:56:27 +00:00
Doug Blank
302781a6b3
Event types know how to abbreviate themselves
...
svn: r13898
2009-12-23 19:35:18 +00:00
Doug Blank
699dcb13fe
Fixed svn Id property
...
svn: r13881
2009-12-21 13:43:50 +00:00
Doug Blank
3a8b4d7e40
Moved fallback functions from Db to gen.utils
...
svn: r13876
2009-12-21 05:58:55 +00:00
Gary Burton
4392fa3120
Fix wrong calls to get_type
...
svn: r13852
2009-12-19 16:08:44 +00:00
Doug Blank
cb721e6ad3
Moved DeepConnections.py HeadlineNewsGramplet.py NoteGramplet.py PythonGramplet.py to gramps-addons
...
svn: r13808
2009-12-15 15:19:49 +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
0001133eb8
move src/widgets/* to src/gui/widgets as part of GEP008
...
svn: r13791
2009-12-14 03:20:19 +00:00
Doug Blank
ec24ff86fb
Added options for font sizes and count
...
svn: r13772
2009-12-12 04:18:04 +00:00