plasma-framework/widgets
Percy Leonhardt f1855dd6b2 Fixed wrong calculation of width
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=700938
2007-08-16 20:37:29 +00:00
..
tests Add layout test 2007-08-05 23:05:57 +00:00
boxlayout.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
boxlayout.h copyright cleanups: 2007-08-06 11:20:02 +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 Fixed wrong calculation of width 2007-08-16 20:37:29 +00:00
hboxlayout.h copyright cleanups: 2007-08-06 11:20:02 +00:00
icon_p.h use QIcon in the public API 2007-08-10 22:24:49 +00:00
icon.cpp Reimplement sizeHint() in Plasma::Icon, otherwise an invalid size hint gets returned. 2007-08-14 06:59:36 +00:00
icon.h Reimplement sizeHint() in Plasma::Icon, otherwise an invalid size hint gets returned. 2007-08-14 06:59:36 +00:00
label.cpp Make all plasma/widgets inherit Plasma::Widget now. Holding off on committing change for icon as I have a massive patch for the new text drawing 2007-08-03 16:00:10 +00:00
label.h copyright cleanups: 2007-08-06 11:20:02 +00:00
layout.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
layout.h copyright cleanups: 2007-08-06 11:20:02 +00:00
layoutanimator.cpp Add LayoutAnimator class. This provides a way to animate changes in layouts. eg. Fading in new items, fading out removed items, moving and resizing items smoothly as the layout changes. The layouts themselves need some small changes to make use of this class, and the client code must create the animator, attach it to the layout and choose the animation effects to use. 2007-08-16 15:56:00 +00:00
layoutanimator.h Add LayoutAnimator class. This provides a way to animate changes in layouts. eg. Fading in new items, fading out removed items, moving and resizing items smoothly as the layout changes. The layouts themselves need some small changes to make use of this class, and the client code must create the animator, attach it to the layout and choose the animation effects to use. 2007-08-16 15:56:00 +00:00
layoutitem.cpp 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
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 Fix LineEdit::geometry(). Returned ectangle should be in parent coordinates. 2007-08-12 13:13:06 +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 Fix the starting position of VBoxLayout. 2007-08-08 20:37:59 +00:00
vboxlayout.h copyright cleanups: 2007-08-06 11:20:02 +00:00
widget.cpp Add LayoutAnimator class. This provides a way to animate changes in layouts. eg. Fading in new items, fading out removed items, moving and resizing items smoothly as the layout changes. The layouts themselves need some small changes to make use of this class, and the client code must create the animator, attach it to the layout and choose the animation effects to use. 2007-08-16 15:56:00 +00:00
widget.h Add LayoutAnimator class. This provides a way to animate changes in layouts. eg. Fading in new items, fading out removed items, moving and resizing items smoothly as the layout changes. The layouts themselves need some small changes to make use of this class, and the client code must create the animator, attach it to the layout and choose the animation effects to use. 2007-08-16 15:56:00 +00:00