.. |
tests
|
Example for nested layouts
|
2007-08-17 14:36:48 +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
|
Add methods to set/get a layout's animator. The various layout implementations need small changes to make use of an animator if set. Add an update() method to Layout to trigger re-layouting.
|
2007-08-17 07:02:24 +00:00 |
layout.h
|
Add methods to set/get a layout's animator. The various layout implementations need small changes to make use of an animator if set. Add an update() method to Layout to trigger re-layouting.
|
2007-08-17 07:02:24 +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
|
When updating a Widget's geometry, pass the geometry in the Widget's co-ordinates to layout()->setGeometry() rather than the parent widget's co-ordinates. Call updateGeometry() inside setGeometry().
|
2007-08-17 16:28:54 +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 |