summaryrefslogtreecommitdiff
path: root/src/controls/Private
Commit message (Expand)AuthorAgeFilesLines
* Menu: Separate dismiss and destroy actionsGabriel de Dietrich2015-03-272-6/+13
* Menus: Ignore non-visible menu popups on key navigationGabriel de Dietrich2015-03-241-1/+1
* Disable hover on touchJ-P Nurmi2015-02-0411-9/+22
* Fix asynchronous loading of Calendar.Mitch Curtis2015-02-021-3/+26
* Increase size of Base style Calendar previous/next month button icon.Mitch Curtis2015-01-281-2/+3
* Add qsTr() to text: in EditMenu_base.qmlAlbert Astals Cid2015-01-211-3/+3
* Let style plugins bundle resourcesJ-P Nurmi2015-01-151-1/+20
* iOS: only show menu if the control got active focusRichard Moe Gustavsen2014-12-081-0/+1
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-272-4/+4
|\
| * Only make scrollbars non-interactive on mobile devices.Jan Arve Saether2014-11-241-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-113-2/+4
| |\
| * | Fix text selection on desktopJ-P Nurmi2014-11-111-3/+3
* | | Fix Spinbox missing value change if minimumValue is setFilippo Cucchetto2014-11-251-1/+3
| |/ |/|
* | Let the cursor handle be visible regardless of selectionJ-P Nurmi2014-11-072-2/+2
* | Correct sizing of combobox itemsMarco Martin2014-11-041-0/+2
|/
* EditMenu iOS: don't show menu item 'select' when input field is emptyRichard Moe Gustavsen2014-10-301-1/+1
* EditMenu iOS: show edit menu upon pressnhold on empty input fieldRichard Moe Gustavsen2014-10-301-1/+2
* Revert "qquickrangemodel: don't emit signals before component is completed"J-P Nurmi2014-10-303-36/+16
* Make the cursor and selection handle delegates private for nowJ-P Nurmi2014-10-301-2/+1
* text input: fix disabling of action logic when there is a menu assignedJ-P Nurmi2014-10-291-2/+2
* TextInput: disable activation logic when there is a menu assignedRichard Moe Gustavsen2014-10-271-0/+4
* EditMenu shown for TextArea/Field on active focus gain.Samuel Nevala2014-10-241-1/+2
* Fix TextField & TextArea mouse cursor shapeJ-P Nurmi2014-10-174-8/+7
* BasicButton: handle mnemonicsJ-P Nurmi2014-10-161-0/+4
* AbstractCheckable: handle mnemonicJ-P Nurmi2014-10-161-0/+10
* qquickrangemodel: don't emit signals before component is completedRichard Moe Gustavsen2014-10-133-16/+36
* Android: check the minimum required SDK version (11)J-P Nurmi2014-10-131-1/+5
* QQuickRenderControl is now in public headersv5.4.0-beta1Oleg Shparber2014-10-111-1/+1
* add support for setting cursor delegate through styleRichard Moe Gustavsen2014-10-061-0/+1
* ToolBar: add support for a stylable menu buttonJ-P Nurmi2014-09-303-0/+127
* qquickmenu: add support for providing a target rect to __popup()Richard Moe Gustavsen2014-09-303-10/+8
* EditMenu: let menu property be a component to lazy load itRichard Moe Gustavsen2014-09-243-34/+61
* EditMenu: add base implementation for desktopRichard Moe Gustavsen2014-09-234-1/+109
* Add EditMenu to input controlsRichard Moe Gustavsen2014-09-231-0/+10
* Default to Text.QtRendering on mobile platformsJ-P Nurmi2014-09-192-0/+11
* SpinBox: intermediate values outside the range are invalid.Mitch Curtis2014-09-191-4/+8
* Add iOS style stub (NOTE: cherry-pick of faa5f59)J-P Nurmi2014-09-181-0/+2
* StackViewSlideDelegate: change default slide animationRichard Moe Gustavsen2014-09-181-4/+8
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-1/+1
|\
| * Doc: .*Style attachment correctionDavid Fries2014-09-051-1/+1
* | Add new private control 'EditMenu'Richard Moe Gustavsen2014-09-114-0/+247
* | TextSingleton: implement API for getting current item with selectionRichard Moe Gustavsen2014-09-112-1/+25
* | TextSelection: improve logic that sync handles with selectionRichard Moe Gustavsen2014-09-111-9/+7
* | Fallback to the Base style when no Android SDK is availableJ-P Nurmi2014-09-101-1/+1
* | TextHandle: let handles only be visible when there is a selectionRichard Moe Gustavsen2014-09-081-2/+1
* | Texthandle: prevent flickables from stealing dragRichard Moe Gustavsen2014-09-081-5/+1
* | TextHandle: clear selection when handle clickedRichard Moe Gustavsen2014-09-081-1/+14
* | TextHandle: take parent into account when positioning the handlesRichard Moe Gustavsen2014-09-081-5/+10
* | TextHandle: only commit IM upon starting a dragRichard Moe Gustavsen2014-09-081-1/+1
* | TextHandle: fix mapping of touch position to handle positionRichard Moe Gustavsen2014-09-081-1/+5