plasma-framework/widgets
Robert Knight d1aba23cd2 Return 0 for the expanding directions of an icon. At present icons have a fixed size.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=706934
2007-08-31 15:21:30 +00:00
..
tests Example for nested layouts 2007-08-17 14:36:48 +00:00
boxlayout.cpp Merged HBoxLayout and VBoxLayout into BoxLayout to avoid duplicate code. 2007-08-30 23:44:08 +00:00
boxlayout.h Merged HBoxLayout and VBoxLayout into BoxLayout to avoid duplicate code. 2007-08-30 23:44:08 +00:00
checkbox.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
checkbox.h copyright cleanups: 2007-08-06 11:20:02 +00:00
CMakeLists.txt Add layout test 2007-08-05 23:05:57 +00:00
flash.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
flash.h copyright cleanups: 2007-08-06 11:20:02 +00:00
hboxlayout.cpp Merged HBoxLayout and VBoxLayout into BoxLayout to avoid duplicate code. 2007-08-30 23:44:08 +00:00
hboxlayout.h Merged HBoxLayout and VBoxLayout into BoxLayout to avoid duplicate code. 2007-08-30 23:44:08 +00:00
icon_p.h use QIcon in the public API 2007-08-10 22:24:49 +00:00
icon.cpp Return 0 for the expanding directions of an icon. At present icons have a fixed size. 2007-08-31 15:21:30 +00:00
icon.h Return 0 for the expanding directions of an icon. At present icons have a fixed size. 2007-08-31 15:21:30 +00:00
label.cpp That'll teach me not to test the build before committing :) 2007-08-17 18:57:28 +00:00
label.h copyright cleanups: 2007-08-06 11:20:02 +00:00
layout.cpp Default implementations of minimumSize() , maximumSize() in Layout and correct implementations of minimumSize() , maximumSize() in Widget to match equivalents in QLayout , QWidget. 2007-08-22 20:13:24 +00:00
layout.h Default implementations of minimumSize() , maximumSize() in Layout and correct implementations of minimumSize() , maximumSize() in Widget to match equivalents in QLayout , QWidget. 2007-08-22 20:13:24 +00:00
layoutanimator.cpp Add auto-deletion functionality into LayoutAnimator which can be used to delete the item when its removal animation finishes. Emit a signal when the state of an item in the animator changes. Avoid repeatedly setting an item's geometry with the NoEffect effect. Added a DeadState into which items transition after their removal animation finishes or if they have not been added to the animator. When inserting an item with a fade in effect set the opacity to 0 if the item is a widget. 2007-08-31 15:19:02 +00:00
layoutanimator.h Add auto-deletion functionality into LayoutAnimator which can be used to delete the item when its removal animation finishes. Emit a signal when the state of an item in the animator changes. Avoid repeatedly setting an item's geometry with the NoEffect effect. Added a DeadState into which items transition after their removal animation finishes or if they have not been added to the animator. When inserting an item with a fade in effect set the opacity to 0 if the item is a widget. 2007-08-31 15:19:02 +00:00
layoutitem.cpp Remove use of k_funcinfo 2007-08-20 21:33:48 +00:00
layoutitem.h Optimization. Avoid calling prepareGeometryChange() if the new and old geometry have the same size. Added a graphicsItem() method to LayoutItem which returns the associated graphics item (if any). Needed for effects during layouting. 2007-08-13 09:01:00 +00:00
lineedit.cpp Lineedits should display when zoomed out. 2007-08-28 19:02:38 +00:00
lineedit.h copyright cleanups: 2007-08-06 11:20:02 +00:00
pushbutton.cpp Fix the push button size hint. Make PushButton::boundingRect() side-effect free. 2007-08-13 06:32:31 +00:00
pushbutton.h Fix the push button size hint. Make PushButton::boundingRect() side-effect free. 2007-08-13 06:32:31 +00:00
radiobutton.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
radiobutton.h copyright cleanups: 2007-08-06 11:20:02 +00:00
rectangle.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
rectangle.h fixed dpointer 2007-08-15 19:53:46 +00:00
signalplotter.cpp Added a signalplotter to plasma. 2007-08-13 15:15:19 +00:00
signalplotter.h Added a signalplotter to plasma. 2007-08-13 15:15:19 +00:00
vboxlayout.cpp Merged HBoxLayout and VBoxLayout into BoxLayout to avoid duplicate code. 2007-08-30 23:44:08 +00:00
vboxlayout.h Merged HBoxLayout and VBoxLayout into BoxLayout to avoid duplicate code. 2007-08-30 23:44:08 +00:00
widget.cpp Make other widgets paint when zoomed out. (These 3 commits are just 2007-08-28 19:12:13 +00:00
widget.h Implement the same sizeHint() logic in Plasma::Widget as QWidget. It returns the layout's sizeHint() if there is a layout or an invalid QSizeF otherwise. Implement sizeHint() in Plasma::Applet. It returns the same as contentSize() if there is no border or the content size hint plus the border size otherwise. Many of the applets need changes for setGeometry() to work properly on them. Fix various warnings. 2007-08-17 15:05:01 +00:00