plasma-framework/widgets
Aaron J. Seigo 777b8083f8 * moves the idea of margins up to LayoutItem, allowing any LayoutItem to have a margin
* moves the idea of the size of the item up to LayoutItem, as both Widget and Layout implemented it separately
* provides a way in LayoutItem to adjust a rect within an item to its margins (that is what LayoutItem::topLeft() is there for)
* fix several bugs, both painting and sizing, in LineEdit
* Applet sets margins now based on the existence of setDrawBackground


svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=776380
2008-02-17 23:02:46 +00:00
..
tests * consolidate geometry() and setGeometry() from the layouts into Layout 2007-11-19 23:45:56 +00:00
checkbox.cpp Add a generic tooltip widget to Plasma::Widget and implement it in the tasks applet. 2007-12-21 05:33:17 +00:00
checkbox.h updated -> dataUpdated to make it really clear what's going on. there are too many update* methods, esp in applets where there is update() and updated()... a painful change, but it will only get worse if it happens any later. 2007-11-06 07:20:08 +00:00
CMakeLists.txt Add layout test 2007-08-05 23:05:57 +00:00
flash.cpp Introduce QGraphicsItem::CacheMode in place of Widget::CachePaintMode. 2008-02-15 06:51:37 +00:00
flash.h more layouting love; 2007-11-20 01:19:59 +00:00
icon_p.h -less magic numbers on calculation of the position of IconAction 2008-01-20 20:07:22 +00:00
icon.cpp Fix IconAction animation 2008-02-15 11:39:10 +00:00
icon.h implement activated() slot for Plasma::Icon 2008-01-11 20:30:25 +00:00
label.cpp update() 2007-12-20 23:50:11 +00:00
label.h Fix wording so it does not result in false positives. 2007-11-25 13:28:25 +00:00
lineedit.cpp various geometry fixes (though somewhat depends on monday's big layout fix commit) 2008-02-13 01:48:18 +00:00
lineedit.h various geometry fixes (though somewhat depends on monday's big layout fix commit) 2008-02-13 01:48:18 +00:00
meter.cpp updated -> dataUpdated to make it really clear what's going on. there are too many update* methods, esp in applets where there is update() and updated()... a painful change, but it will only get worse if it happens any later. 2007-11-06 07:20:08 +00:00
meter.h updated -> dataUpdated to make it really clear what's going on. there are too many update* methods, esp in applets where there is update() and updated()... a painful change, but it will only get worse if it happens any later. 2007-11-06 07:20:08 +00:00
progressbar.cpp Fix wording so it does not result in false positives. 2007-11-25 13:28:25 +00:00
progressbar.h Fix wording so it does not result in false positives. 2007-11-25 13:28:25 +00:00
pushbutton.cpp better button mouse interaction; patch by Jason Stubbs 2007-11-15 03:35:12 +00:00
pushbutton.h better button mouse interaction; patch by Jason Stubbs 2007-11-15 03:35:12 +00:00
radiobutton.cpp Add a generic tooltip widget to Plasma::Widget and implement it in the tasks applet. 2007-12-21 05:33:17 +00:00
radiobutton.h updated -> dataUpdated to make it really clear what's going on. there are too many update* methods, esp in applets where there is update() and updated()... a painful change, but it will only get worse if it happens any later. 2007-11-06 07:20:08 +00:00
rectangle.cpp SVN_SILENT: more licensing updates ... all done with this now i think =) 2007-09-14 20:17:11 +00:00
rectangle.h SVN_SILENT: more licensing updates ... all done with this now i think =) 2007-09-14 20:17:11 +00:00
signalplotter.cpp The signalplotter needs to know when it is resized. Otherwise the plots are too short for the current width. 2008-01-06 12:49:32 +00:00
signalplotter.h The signalplotter needs to know when it is resized. Otherwise the plots are too short for the current width. 2008-01-06 12:49:32 +00:00
tooltip_p.h recalculate all the margin sizes when the plasma theme changes 2008-02-08 20:50:55 +00:00
tooltip.cpp Call QWidget::resizeEvent() so that we get our layout recalculated. This 2008-02-17 07:47:52 +00:00
widget.cpp * moves the idea of margins up to LayoutItem, allowing any LayoutItem to have a margin 2008-02-17 23:02:46 +00:00
widget.h * moves the idea of margins up to LayoutItem, allowing any LayoutItem to have a margin 2008-02-17 23:02:46 +00:00