plasma-framework/widgets
2007-11-19 03:30:24 +00:00
..
tests Not necessary 2007-09-22 15:45:42 +00:00
borderlayout.cpp introduce per-side margins to layouts. you can still just call setMargin(qreal) if you wish, but now this is much more useful for, say, panels. 2007-11-19 03:30:24 +00:00
borderlayout.h Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:45:12 +00:00
boxlayout.cpp introduce per-side margins to layouts. you can still just call setMargin(qreal) if you wish, but now this is much more useful for, say, panels. 2007-11-19 03:30:24 +00:00
boxlayout.h SVN_SILENT: more licensing updates ... all done with this now i think =) 2007-09-14 20:17:11 +00:00
checkbox.cpp don't change our state unless the mouse was release inside of the widget 2007-11-10 23:58: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 SVN_SILENT: not necessary to add endl; 2007-11-15 18:46:43 +00:00
flash.h Fix size when put in layouts. 2007-10-15 08:54:06 +00:00
flowlayout.cpp introduce per-side margins to layouts. you can still just call setMargin(qreal) if you wish, but now this is much more useful for, say, panels. 2007-11-19 03:30:24 +00:00
flowlayout.h add support for fixed-size columns. default behavious remains to average item widths. 2007-11-06 02:46:01 +00:00
freelayout.cpp always use the parent's geometry when available and stop keeping track of our own geometry in FreeLayout 2007-11-17 18:53:16 +00:00
freelayout.h apidocs fix, and use a better macro name for the include guard 2007-09-26 10:37:08 +00:00
hboxlayout.h SVN_SILENT: more licensing updates ... all done with this now i think =) 2007-09-14 20:17:11 +00:00
icon_p.h Add method to set where we want to put the icon.Usefull for applet 2007-11-10 15:16:33 +00:00
icon.cpp Do not use space for text if there is none set 2007-11-15 06:59:25 +00:00
icon.h fix comment 2007-11-10 16:06:22 +00:00
label.cpp add updadeGeometry for methods that need to update the geometry of the 2007-11-09 19:28:28 +00:00
label.h * fix heightForWidth 2007-11-04 05:34:10 +00:00
layout.cpp introduce per-side margins to layouts. you can still just call setMargin(qreal) if you wish, but now this is much more useful for, say, panels. 2007-11-19 03:30:24 +00:00
layout.h introduce per-side margins to layouts. you can still just call setMargin(qreal) if you wish, but now this is much more useful for, say, panels. 2007-11-19 03:30:24 +00:00
layoutanimator.cpp get rid of the crash for now 2007-11-18 16:24:38 +00:00
layoutanimator.h slots -> Q_SLOTS 2007-09-01 15:02:09 +00:00
layoutitem.cpp items were getting added to the same layout more than once. now that the desktop actually knows what its layout is, this screws things up pretty badly. so fix that. 2007-11-11 09:22:17 +00:00
layoutitem.h when an item is added to the layout, give it a chance to react. in the case of Widget, we're going to set the movable state of the QGraphicsItem. the result: items move, or don't, based on whether or not they are in a layout. finally, you can't just move shit around in the panel. 2007-10-24 06:54:26 +00:00
lineedit.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
lineedit.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
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
nodelayout.cpp Argument verification 2007-10-14 10:57:14 +00:00
nodelayout.h NodeLayout: 2007-10-13 13:29:21 +00:00
progressbar.cpp Add 'or later' to the license for the progressbar widget in plasmalibs. 2007-11-08 09:52:18 +00:00
progressbar.h Add 'or later' to the license for the progressbar widget in plasmalibs. 2007-11-08 09:52:18 +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 don't change our state unless the mouse was release inside of the widget 2007-11-10 23:58: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 SVN_SILENT: more licensing updates ... all done with this now i think =) 2007-09-14 20:17:11 +00:00
signalplotter.h SVN_SILENT: more licensing updates ... all done with this now i think =) 2007-09-14 20:17:11 +00:00
vboxlayout.h SVN_SILENT: more licensing updates ... all done with this now i think =) 2007-09-14 20:17:11 +00:00
widget.cpp remove items that are removed from us from our layout, as well 2007-11-17 21:32:21 +00:00
widget.h get rid of reparent() as that is completely superceded by addChild, and catch when children items no longer belong to us. 2007-10-29 23:10:45 +00:00