summaryrefslogtreecommitdiff
path: root/src/controls/SpinBox.qml
Commit message (Expand)AuthorAgeFilesLines
* Disable hover on touchJ-P Nurmi2015-02-041-3/+3
* Make the cursor and selection handle delegates private for nowJ-P Nurmi2014-10-301-2/+2
* Revert "SpinBox: hide VKB when appropriate"Samuel Nevala2014-10-241-2/+0
* SpinBox: hide VKB when appropriateJ-P Nurmi2014-10-201-0/+2
* EditMenu: let menu property be a component to lazy load itRichard Moe Gustavsen2014-09-241-3/+2
* Add EditMenu to input controlsRichard Moe Gustavsen2014-09-231-0/+10
* SpinBox: add support for selection handlesJ-P Nurmi2014-07-181-11/+17
* Add SpinBox::inputMethodComposingJ-P Nurmi2014-07-181-0/+12
* SpinBox: revert back to querying font via style panelJ-P Nurmi2014-07-171-1/+1
* Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-171-2/+2
|\
| * SpinBox: don't force active focus when tapping the buttons on touchJ-P Nurmi2014-07-141-2/+2
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-091-1/+12
|\ \ | |/
| * Fix SpinBox mouse cursorJ-P Nurmi2014-07-081-1/+10
| * Doc: Added images and missing snippetsVenu2014-06-271-0/+2
* | Add SpinBoxStyle::fontJ-P Nurmi2014-07-081-1/+1
* | SpinBox: let style panel specify a fontJ-P Nurmi2014-06-131-0/+1
|/
* Docs: fix \since tagsJ-P Nurmi2014-04-081-2/+2
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-071-1/+1
* Set numerical input hint on SpinBoxJens Bache-Wiig2014-03-201-0/+1
* Doc: Append handler names to \qmlsignal documentationSze Howe Koh2014-03-181-0/+2
* Set baselineOffset on Styles/Base correctlyJan Arve Saether2014-02-261-0/+3
* Controls: Fixed support for Keys attached property on controls allowing text ...Liang Qi2014-01-221-0/+2
* SpinBox: fix selection behaviorJ-P Nurmi2013-12-121-3/+5
* SpinBox: add editingFinished signalLiang Qi2013-11-221-1/+14
* SpinBox: get active focus when up or down was pressedLiang Qi2013-11-151-0/+5
* Expose renderType to SpinBox and TextFieldJens Bache-Wiig2013-10-211-1/+1
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-261-1/+1
* Add text alignment property to SpinBox and SpinBoxStyleJens Bache-Wiig2013-09-261-2/+19
* Merge branch 'stable' into devGabriel de Dietrich2013-09-181-2/+3
|\
| * Fix incorrect spinbox validation at startupJens Bache-Wiig2013-09-101-2/+3
* | Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-2/+2
* | Be bit more clever with when we clip.Gunnar Sletta2013-08-031-1/+1
|/
* Expose hovered to our controls and document it consistentlyJens Bache-Wiig2013-06-061-3/+8
* Docs: fix missing/leftover docs, types, tags...J-P Nurmi2013-05-301-4/+13
* Consistent use of "hovered" and style API conventionsJens Bache-Wiig2013-05-291-1/+1
* Rename controlState to styleDataJ-P Nurmi2013-05-271-1/+1
* Improve size hints for SpinBox and TextFieldJens Bache-Wiig2013-05-271-1/+1
* Enable padding as a grouped propertyJens Bache-Wiig2013-05-241-4/+4
* Make QQuickSettings::style a property with a notifier signalJ-P Nurmi2013-05-241-1/+1
* Refactor and clean up public style APIJens Bache-Wiig2013-05-081-23/+19
* Doc: correct for compliancy with Writing GuidelinesNico Vertriest2013-05-071-0/+1
* Add basic mouse wheel support to SpinBoxJens Bache-Wiig2013-05-031-0/+6
* SpinBox: implement the validator in C++J-P Nurmi2013-04-221-86/+45
* Remove hard dependency on widgetsJens Bache-Wiig2013-04-151-2/+1
* SpinBox: enable focus on the internal TextInputJ-P Nurmi2013-04-111-0/+1
* Cleanup the superfluous \internal tags that are no longer neededJ-P Nurmi2013-04-081-6/+0
* Doc: minor language editsNico Vertriest2013-04-051-9/+9
* Support QQuickItem.activeFocusOnTab in QtQuick.ControlsLiang Qi2013-03-191-0/+2
* Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao2013-03-141-1/+1
* Fix initialization value of SpinBoxJens Bache-Wiig2013-03-071-2/+8