summaryrefslogtreecommitdiff
path: root/src/controls/TextArea.qml
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix Controls 1 types linking to Controls 2"Topi Reinio2016-06-221-1/+0
* Fix Controls 1 types linking to Controls 2v5.7.0-rc1v5.7.05.7.0Mitch Curtis2016-05-261-0/+1
* TextArea: disable selectByMouse on iOSRichard Moe Gustavsen2016-04-261-1/+1
* Unify license header usageAntti Kokko2016-02-041-12/+15
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-291-1/+0
|\
| * TextEdit: don't clear selection from EditMenuRichard Moe Gustavsen2015-06-171-1/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-191-12/+19
|\ \ | |/
| * Fix text selection handles to float on topJ-P Nurmi2015-04-161-12/+19
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-171-13/+13
|\ \ | |/
| * Doc: Fix qml method signaturesCaroline Chao2015-03-131-13/+13
* | Merge remote-tracking branch 'origin/5.5' into devJ-P Nurmi2015-03-111-1/+1
|\ \ | |/
| * Doc: Fix qtdoc warningsCaroline Chao2015-03-061-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-03-061-1/+1
|\ \ | |/
| * Merge Extras' styling system into Controls'.Mitch Curtis2015-03-021-1/+1
* | TextArea: add editingFinished signalLiang Qi2015-03-031-1/+12
|/
* Controls: update license headersJ-P Nurmi2015-02-111-28/+24
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-111-1/+1
|\
| * Let the cursor handle be visible regardless of selectionJ-P Nurmi2014-11-071-1/+1
* | Fix text selection on desktopJ-P Nurmi2014-11-111-3/+3
|/
* TextArea: Make selection persistentGabriel de Dietrich2014-10-311-0/+1
* Make the cursor and selection handle delegates private for nowJ-P Nurmi2014-10-301-3/+3
* 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
* Fix TextField & TextArea mouse cursor shapeJ-P Nurmi2014-10-171-1/+3
* TextArea: ensure selection handles are visible when inside the flickableRichard Moe Gustavsen2014-10-171-4/+14
* add support for setting cursor delegate through styleRichard Moe Gustavsen2014-10-061-0/+1
* EditMenu: let menu property be a component to lazy load itRichard Moe Gustavsen2014-09-241-3/+4
* Add EditMenu to input controlsRichard Moe Gustavsen2014-09-231-0/+20
* Merge remote-tracking branch 'origin/5.3' into 5.4J-P Nurmi2014-09-181-1/+1
|\
| * Revert "TextField/Area: soft dependency to inputMethodHints"J-P Nurmi2014-09-051-1/+1
* | TextSingleton: implement API for getting current item with selectionRichard Moe Gustavsen2014-09-111-0/+1
* | TextSelection: improve logic that sync handles with selectionRichard Moe Gustavsen2014-09-111-9/+7
* | TextArea: don't reparent handles out of editor on iOSRichard Moe Gustavsen2014-09-081-2/+2
* | TextHandle: let handles only be visible when there is a selectionRichard Moe Gustavsen2014-09-081-3/+2
* | TextHandle: take parent into account when positioning the handlesRichard Moe Gustavsen2014-09-081-4/+14
* | Text handles: fix input method commitsJ-P Nurmi2014-07-251-2/+0
* | TextArea: let style specify the default text marginJ-P Nurmi2014-07-241-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-091-2/+8
|\ \ | |/
| * TextField/Area: soft dependency to inputMethodHintsJ-P Nurmi2014-07-021-1/+1
| * Doc: Added images and missing snippetsVenu2014-06-271-1/+7
* | TextField/AreaStyle: add styleData.activated() signal for handlesJ-P Nurmi2014-07-011-0/+2
* | Add TextField/Area::inputMethodComposingJ-P Nurmi2014-07-011-0/+12
* | TextArea: fix the handles to honor selectByMouseJ-P Nurmi2014-06-301-3/+5
* | TextField & TextArea: add support for selection handlesJ-P Nurmi2014-06-161-13/+120
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-041-6/+1
|\ \ | |/
| * Fix TextArea's fontJ-P Nurmi2014-06-041-6/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-1/+6
|\ \ | |/
| * Fixed QML binding loop warning.Jason Erb2014-05-151-1/+6
* | Expose cursorRectangle for TextField & TextAreaJ-P Nurmi2014-05-151-0/+8
* | Add missing TextArea::contentWidth and contentHeightJ-P Nurmi2014-04-151-0/+14
|/