plasma-framework/declarativeimports/plasmacomponents
Sebastian Gottfried db1d3d37e9 Plasma QML components: fix internal anchoring in Button and ToolButton
There is a bug in the tool button and button components resulting in
layout breakage if one clears and sets the text property of the
component when not visible, see the attached screenshot.

I have tried to solve the issue without changing the existing
anchoring system, but without success. The only working solution
was to put the icon and the label item into Row item. That way I was
able to fix the bug and even get rid of the ugly explicit
non-declarative anchor assignments.

I have also removed the preferredWidth property of the label item,
that one always evaluated to paintedWidth, anyway.

REVIEW: 107813
2012-12-19 16:07:50 +01:00
..
platformcomponents/touch QML Plasma Components: fix a bug in scrollbar anchoring 2012-12-09 18:43:29 +01:00
qml Plasma QML components: fix internal anchoring in Button and ToolButton 2012-12-19 16:07:50 +01:00
CMakeLists.txt remove the kdialog based querydialog 2012-11-30 00:03:49 +01:00
enums.cpp a couple of enums more 2011-10-27 22:52:16 +02:00
enums.h a couple of enums more 2011-10-27 22:52:16 +02:00
fullscreensheet.cpp fully working 2012-03-01 15:03:45 +01:00
fullscreensheet.h fully working 2012-03-01 15:03:45 +01:00
fullscreenwindow.cpp add missing /, now it finds platform specific qml properly 2012-11-19 18:09:51 +01:00
fullscreenwindow.h emit clickedOutside when it should 2012-08-08 17:50:21 +02:00
Mainpage.dox Create Mainpage.dox for kde-runtime plasma sub-projects 2012-12-14 16:15:44 +01:00
plasmacomponentsplugin.cpp remove the kdialog based querydialog 2012-11-30 00:03:49 +01:00
plasmacomponentsplugin.h fix connect to destroyed, should solve crashes 2012-03-28 14:11:43 +02:00
qmenu.cpp avoid potential infinite recursions 2012-09-21 14:23:41 +02:00
qmenu.h showMenu(int,int) becomes open(int,int) 2012-08-14 23:11:16 +02:00
qmenuitem.cpp qmenu bindings with the QtComponents api 2011-10-28 18:57:34 +02:00
qmenuitem.h more docs 2012-10-03 20:18:38 +02:00
qrangemodel_p.h move rangemodel in a components plugin 2011-09-13 21:21:29 +02:00
qrangemodel.cpp don't use bindings but a connection 2012-07-31 10:36:25 +02:00
qrangemodel.h export some enums 2011-10-27 22:33:51 +02:00