summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* QmlDesigner.PropertyEditor: Fix left padding for SpinBoxThomas Hartmann2014-08-011-1/+0
| | | | | | | | We use left padding instead of a prefix. Task-number: QTCREATORBUG-12781 Change-Id: I0c89e3592ad0ca9c498d33930ef2742ec970f8bb Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlDesigner.PropertyEditor: remove remaining transactions from controlsThomas Hartmann2014-01-021-8/+0
| | | | | | | | | Since there are issues with transaction we play safe. Task-number: QTCREATORBUG-11134 Change-Id: I2144f81f14046317d967d6644befeb74e8d27eb8 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner.PropertyEditor: cleanup of unused codeThomas Hartmann2013-10-231-4/+0
| | | | | Change-Id: Ia62b8cc0889ed6ccb83cada5718b75c5205fa2a6 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.PropertyEditor: moving the color logic into componentThomas Hartmann2013-10-231-32/+4
| | | | | Change-Id: I3d90618f5826cf77cc9813fd3b31fbfdbd5b50e7 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.PropertyEditor: adding functionality to SpinBoxThomas Hartmann2013-10-231-1/+33
| | | | | | | * Adding blue highlight for modified values Change-Id: I8d68dc2e23a7c1c3d2055a5be13d7f57e94860ed Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.PropertyEditor: Also style SliderSpinBoxThomas Hartmann2013-10-091-52/+1
| | | | | | | | Moving the spin box style into its own component so it can be shared. Change-Id: I7e838a487c89106590e87eac6c725f68ce9c50f9 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Some initial styling for qmldesignerJens Bache-Wiig2013-10-011-3/+61
| | | | | | | This makes the controls fit a bit better into creator. Change-Id: I61dcd3a2db07281c437ef17604aef862d88876b9 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.PropertyEditor: disabling slider in SliderSpinBoxThomas Hartmann2013-09-201-1/+1
| | | | | | | This just looks broken atm. Change-Id: Id7064fa92e3bbfeac693cf500ec268090e641ea4 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.PropertyEditor: remove print statementsThomas Hartmann2013-09-191-2/+0
| | | | | | | Some cleanup of print statements. Change-Id: I9f1d83c988e2658c2e85f58a891c07047f4d64c1 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner.PropertyEditor: initial prototype for QtQuick 2Thomas Hartmann2013-09-171-0/+90
Change-Id: I85eac02934cd5f7f2f4664b9642c55bb3a23aa1e Reviewed-by: Marco Bubke <marco.bubke@digia.com>