plasma-framework/tests
David Edmundson 1a4c1d7eeb Fix Button minimumWidth property
Plasma's Button has an extra property "minimumWidth" which is an extra
hint not in QQC to say "what is the size to exactly fit the contents".

(it's a bit confusing, as we can perfectly handle a button below it's
"minmimum" size)

This should be based on the size the contents want to be (the
implicitWidth), not how small the contents can go (which with is pretty
meaningless when our button can elide)

It got broken at some point recently.

BUG: 353584
Change-Id: I637898c3abf98183bbae30d8f15c4d72801a3650
REVIEW: 125698
2015-10-19 11:30:19 +01:00
..
components Fix Button minimumWidth property 2015-10-19 11:30:19 +01:00
dpi Don't install dpitest app 2015-02-17 18:40:49 +01:00
kplugins fix build 2014-05-19 18:29:41 +02:00
testengine SVN_SILENT made messages (.desktop file) - always resolve ours 2015-08-28 10:20:30 +00:00
CMakeLists.txt this is more an example than a test 2014-05-16 18:11:08 +02:00
dialog_fullscreen.qml Dialog Test: Add a test for making the dialog fullscreen 2014-08-28 16:29:00 +02:00
dialog_minWidthHeightRepositioning.qml Update the size in two ways 2014-09-18 17:25:48 +02:00
dialog_positioning2.qml Dialog Positioning Test2: Simplify the code 2014-08-28 14:59:10 +02:00
dialog_positioning_parentrotated.qml Consider visualParent rotation in popupPosition 2015-04-02 15:59:14 +02:00
dialog_positioning.qml Dialog positioning test: Set the correct height 2014-08-27 18:16:24 +02:00
dialog_resizeWithParent.qml queue change of minimum/maximum size 2014-09-30 16:34:21 +02:00
dialog_sizeMoreThanMin.qml don't update the minimum size when not visible 2014-09-23 17:05:09 +02:00
dialog_tooltip.qml Dialog: Add a manual test for tooltips 2014-09-16 15:47:35 +02:00
dialog_visualParentChange.qml Dialog: Add a test to test visualParent changes 2014-08-27 18:16:24 +02:00
dialog.qml Add a couple of manual tests 2014-07-16 17:02:01 +02:00
testborders.qml Use QtQuick components for the options 2014-11-04 11:55:07 +01:00
tooltip-icons.qml dd test case 2014-10-15 15:45:29 +02:00
tooltip.qml Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea 2015-10-02 23:23:14 +09:00