Commit Graph

39 Commits

Author SHA1 Message Date
Doug Blank
99282aa715 3272: Proposal for updating config settings
svn: r13346
2009-10-08 01:12:51 +00:00
Gerald Britton
bebba4b366 Bug 0003063: gtk.Tooltips is deprecated -- second batch of updates
svn: r13340
2009-10-07 20:01:39 +00:00
Gerald Britton
941fff23ae Tweaks to use inplace arithmetic
svn: r13191
2009-09-10 18:49:48 +00:00
Raphael Ackermann
d6559f9044 0003064: Remove check for libglade in configure
Removed all references to gtk.glade & libglade

svn: r12951
2009-08-10 21:25:13 +00:00
Raphael Ackermann
f6409fe94f fixed typos
svn: r12924
2009-08-08 19:10:36 +00:00
Benny Malengier
30d15df800 missing gettext import
svn: r12801
2009-07-15 15:39:07 +00:00
Gerald Britton
d022d0187b Replace locale.strcoll with locale.strxfmt for performance and Python 3.0 compliance
svn: r12739
2009-06-30 14:05:57 +00:00
Benny Malengier
a3f59f2717 2712: middle click copy paste not working in notes
svn: r12652
2009-06-11 12:51:00 +00:00
Gerald Britton
c2d9f55164 Bug 3018: simplified logic in monitoredwidgets.py
svn: r12585
2009-05-28 16:14:38 +00:00
Gerald Britton
c3578b2ccf Bug 3018: restored keys() to monitoredwidgets
svn: r12582
2009-05-28 13:26:42 +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
021b754939 Bug 3011: change old-style classes to new-style classes
svn: r12559
2009-05-21 17:19:50 +00:00
Gerald Britton
21e96b0616 Bug 2888 - minor edits and cleanup
svn: r12529
2009-05-15 18:12:10 +00:00
Doug Blank
3a2da55b29 Bug 2707: reverting linkbox change from r10763
svn: r12011
2009-02-16 13:38:07 +00:00
Benny Malengier
ead6d60e1a 2674: smaller edit family window - Part 1
svn: r11879
2009-02-05 21:25:05 +00:00
Benny Malengier
829d78b611 New mapservice plugin structure, as a general solution to #2659
*    configure.in
 *    src/DataViews/PlaceView.py
 *    src/Config/_GrampsConfigKeys.py
 *    src/gen/plug/_manager.py
 *    src/plugins/mapservices
 *    src/plugins/mapservices/googlemap.py
 *    src/plugins/mapservices/openstreetmap.py
 *    src/plugins/lib/Makefile.am
 *    src/plugins/lib/libmapservice.py
 *    src/plugins/Makefile.am
 *    src/widgets/menutoolbuttonaction.py
 *    src/widgets/Makefile.am
 *    src/PageView.py
 *    po/POTFILES.in


svn: r11811
2009-02-02 21:55:22 +00:00
Benny Malengier
059a0deb02 2642: Add or move the entry 'Patronymic' from the Name Editor to 'Prefered Names' area
svn: r11753
2009-01-28 18:13:29 +00:00
Doug Blank
b8b97924a6 Added ellipses if the birth/death lines are too long
svn: r11575
2009-01-05 22:39:40 +00:00
Gerald Britton
882199f1c2 Replace dict.has_key(x) with x in dict for performance gain
svn: r10874
2008-07-17 18:10:32 +00:00
Gerald Britton
4982292774 Code optimizations wrt handling of None - bug 2212
svn: r10811
2008-06-16 15:01:46 +00:00
Zsolt Foldvari
47095b4e98 Change private method name to reflect the type of emitting object.
svn: r10810
2008-06-16 12:05:01 +00:00
Zsolt Foldvari
4c1569d30f Remove 'test' action from UI XML.
svn: r10793
2008-06-07 21:00:02 +00:00
Zsolt Foldvari
367e3b73a7 Update according to changes in r10763.
svn: r10783
2008-06-02 20:49:34 +00:00
Zsolt Foldvari
12369d04a8 Few changes in the 'widgets' package.
* introducing __all__ in modules, so __init__ imports only public objects;
  * MultiTypeComboEntry renamed to ValidatedComboEntry and different data
    type support implemented;
  * ShortlistComboEntry introduced;
  * ValueAction and ValueToolItem introduced;
  * ComboToolAction and ComboToolItem are removed, ValueAction and
    ToolComboEntry are implemented instead;


svn: r10763
2008-05-27 19:53:25 +00:00
Zsolt Foldvari
998908175f Issue #0002175: Change type() expressions to isinstance() expressions.
Patch from Gerald Britton <gerald.britton@gmail.com>


svn: r10762
2008-05-25 19:55:47 +00:00
Zsolt Foldvari
373fb6c82f Using recommended absolut import for modules in the same package instead.
svn: r10722
2008-05-15 10:58:18 +00:00
Zsolt Foldvari
66fcb45429 The active text of the widget was not set when new item was selected from
the combo box.


svn: r10721
2008-05-15 10:54:47 +00:00
Zsolt Foldvari
364b17edde Fix logger name.
svn: r10719
2008-05-14 13:12:12 +00:00
Zsolt Foldvari
1019bfa2df Import directly from other modules in the same package. Documentation.
svn: r10718
2008-05-14 12:59:55 +00:00
Zsolt Foldvari
c67fec4d9e Fix 'make install' and 'make gramps.pot' problems arising from the recent
reorganisation of GrampsWidgets.py to the widgets package.


svn: r10717
2008-05-14 12:24:35 +00:00
Zsolt Foldvari
3aa6246dfb Several small functionality fixes. Documentation.
svn: r10716
2008-05-14 11:48:37 +00:00
Zsolt Foldvari
30ab5de58d Remove "The Gramps Developers" as copyright holder.
svn: r10711
2008-05-12 12:03:18 +00:00
Zsolt Foldvari
86e5b28c8c Fix missing gettext import.
svn: r10707
2008-05-11 20:09:46 +00:00
Zsolt Foldvari
c6203b282b Reorganize custom widgets into a new 'widgets' package.
4. Blow up 'grampswidgets' module into several smaller modules.
Also move 'objectentry' module out from 'widgets' to src/, otherwise there
would be circular dependency between the 'Editors' and 'widgets' packages.


svn: r10703
2008-05-11 16:22:14 +00:00
Zsolt Foldvari
0326a2d9ca Fix logger name.
svn: r10699
2008-05-09 13:18:10 +00:00
Zsolt Foldvari
b8d75d85e1 Move the combo box toolbar widgets out from StyledTextEditor using new design.
svn: r10698
2008-05-09 12:50:04 +00:00
Zsolt Foldvari
55bc655c30 Reorganize custom widgets into a new 'widgets' package.
2. Update Makefiles


svn: r10695
2008-05-08 19:49:50 +00:00
Zsolt Foldvari
05b39c5c15 Reorganize custom widgets into a new 'widgets' package.
1. moving existing widget modules under src/widgets/


svn: r10694
2008-05-08 19:40:56 +00:00