..
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
SVN_SILENT: style fixes
2007-09-13 17:04:04 +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
- missing license header
2007-09-13 05:40:37 +00:00
freelayout.h
- missing license header
2007-09-13 05:40:37 +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
SVN_SILENT: style fixes
2007-09-13 17:04:04 +00:00
layout.h
SVN_SILENT: style fixes
2007-09-13 17:04:04 +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
prevent crashing on exit; layout must not be deleted before the applets which are managed by it.
2007-09-13 19:47:14 +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
growing tired of being asked about how to get at the font used in widgets, here's a cute little accessor that provides the answer for now and gives us a way to support font settings in the future much in the way qwidget itself does.
2007-09-13 19:33:44 +00:00
widget.h
growing tired of being asked about how to get at the font used in widgets, here's a cute little accessor that provides the answer for now and gives us a way to support font settings in the future much in the way qwidget itself does.
2007-09-13 19:33:44 +00:00