plasma-framework/widgets
Andreas Aardal Hanssen 1cf7d7c0f6 Enable DeviceCoordinateCacheMode by default. Overload update() to give
it invalidate-like behavior, and remove invalidate(). Revert last change
to analogclock, cached behavior is now enabled for all applets. If you
want to disable caching, call setCachePaintMode(NoCacheMode) from your
applet's constructor.


svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=710764
2007-09-10 20:44:24 +00:00
..
tests This breaks the existing Plasma applet API, see the contentSize() 2007-09-01 12:34:22 +00:00
boxlayout.cpp Move duplicated animation starting code into Layout::startAnimation() which layout subclasses can call at the end of their setGeometry() implementation to start the layout animator's timer. 2007-09-03 00:52:29 +00:00
boxlayout.h This breaks the existing Plasma applet API, see the contentSize() 2007-09-01 12:34:22 +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
flowlayout.cpp Move duplicated animation starting code into Layout::startAnimation() which layout subclasses can call at the end of their setGeometry() implementation to start the layout animator's timer. 2007-09-03 00:52:29 +00:00
flowlayout.h This breaks the existing Plasma applet API, see the contentSize() 2007-09-01 12:34:22 +00:00
freelayout.cpp Add FreeLayout layout, which resizes its children to their sizeHint() whenever it is invalidated. Useful for desktop-like workspaces so that widgets can be agnostic of whether they are being used in a panel or a 'constraint free' area. 2007-09-10 20:38:59 +00:00
freelayout.h Add FreeLayout layout, which resizes its children to their sizeHint() whenever it is invalidated. Useful for desktop-like workspaces so that widgets can be agnostic of whether they are being used in a panel or a 'constraint free' area. 2007-09-10 20:38:59 +00:00
hboxlayout.h This breaks the existing Plasma applet API, see the contentSize() 2007-09-01 12:34:22 +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 use QtModule/QFoo for public headers 2007-09-03 17:16:40 +00:00
layout.cpp Correct the layout invalidation logic. As with Qt, when a layout is invalidated it finds its top-level layout and causes that to be updated. Calling Widget::updageGeometry() causes the parent widget's layout to be invalidated. 2007-09-07 16:15:46 +00:00
layout.h Move duplicated animation starting code into Layout::startAnimation() which layout subclasses can call at the end of their setGeometry() implementation to start the layout animator's timer. 2007-09-03 00:52:29 +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 slots -> Q_SLOTS 2007-09-01 15:02:09 +00:00
layoutitem.cpp Fix crash when layout argument is null. 2007-08-31 17:24:03 +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 - More Q_PROPERTY additions 2007-09-02 17:49:34 +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 use QtModule/QFoo for public headers 2007-09-03 17:16:40 +00:00
vboxlayout.h This breaks the existing Plasma applet API, see the contentSize() 2007-09-01 12:34:22 +00:00
widget.cpp Enable DeviceCoordinateCacheMode by default. Overload update() to give 2007-09-10 20:44:24 +00:00
widget.h Enable DeviceCoordinateCacheMode by default. Overload update() to give 2007-09-10 20:44:24 +00:00