aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquicktextarea.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTheme: rename themeFont() and themePalette()J-P Nurmi2018-05-221-2/+2
* Non-QQuickControls: fix background resizingJ-P Nurmi2018-05-081-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-071-11/+1
|\
| * Templates: use C++11 default member initializationJ-P Nurmi2018-05-041-11/+1
* | TextArea: add support for background insetsJ-P Nurmi2018-05-021-20/+190
* | Add missing implicitBackground{Width|Height} to non-QQuickControlsJ-P Nurmi2018-05-021-0/+74
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-141-0/+1
|\|
| * Fix background size regression caused by deferred executionJ-P Nurmi2018-04-091-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-061-1/+4
|\|
| * TextArea: fix background parentJ-P Nurmi2018-04-051-1/+4
* | Add QQuickTheme::ScopeJ-P Nurmi2018-03-151-2/+2
* | QQuickTextArea: add placeholderTextColor propertyYulong Bai2018-02-211-0/+24
* | Move QQuickControlPrivate::themeFont|Palette() to QQuickThemeJ-P Nurmi2018-02-151-2/+2
|/
* Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-101-1/+10
|\
| * Fix deferred executionJ-P Nurmi2017-12-211-1/+10
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-12-151-3/+22
|\|
| * TextArea: use deferred executionJ-P Nurmi2017-12-131-3/+22
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-11-061-8/+8
|\|
| * Re-order all revisioned members and add explanatory commentsJ-P Nurmi2017-11-061-8/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-09-111-7/+17
|\|
| * Fix font inheritanceJ-P Nurmi2017-09-111-6/+8
| * Fix a crash with ScrollView + TextAreaJ-P Nurmi2017-08-291-1/+8
* | Make use of QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-08-311-13/+19
* | Fix accessibility-related performance regressionsJ-P Nurmi2017-08-311-2/+2
* | Accessibility: cleanup and fix the attached property handlingJ-P Nurmi2017-05-311-14/+10
* | Doc: add the Qt version to "\since QtQuick.Controls 2.3"J-P Nurmi2017-05-311-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-301-4/+4
|\|
| * Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-301-4/+4
* | Add support for propagating palettesJ-P Nurmi2017-05-261-0/+74
* | Cleanup and unify font handlingJ-P Nurmi2017-05-101-9/+22
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-2/+4
|\
| * Editors: fix mouse cursorJ-P Nurmi2017-02-081-2/+4
* | Port from QT_NO_ACCESSIBILITY to QT_CONFIG(accessibility)J-P Nurmi2017-02-241-7/+7
* | Port from QT_NO_CURSOR to QT_CONFIG(cursor)J-P Nurmi2017-02-241-1/+1
* | Cancel incubation of replaced/destroyed delegatesJ-P Nurmi2017-02-101-12/+1
* | Add "hover support" configure featureJ-P Nurmi2017-02-061-2/+30
* | Make TextArea work out of the box inside ScrollViewJ-P Nurmi2017-01-271-5/+12
* | Cleanup QQuickTextAreaJ-P Nurmi2017-01-191-80/+73
* | Re-format constructorsJ-P Nurmi2017-01-191-4/+4
* | QtQuickControls2: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-1/+1
|/
* Welcome to 2017J-P Nurmi2017-01-091-1/+1
* QQuickXxxPrivate::deleteDelegate(): don't store null pointersJ-P Nurmi2017-01-061-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-021-1/+1
|\
| * Doc: revise brief descriptionsJ-P Nurmi2016-11-021-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-311-4/+4
|\|
| * Doc: fix review findings for TextAreaJ-P Nurmi2016-10-281-4/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-191-18/+2
|\|
| * Share Control::focusReason notes with TextArea and TextFieldMitch Curtis2016-10-131-15/+1
| * Share Control::background notes with TextArea and TextFieldMitch Curtis2016-10-131-3/+1
* | Make hoverEnabled propagate to childrenJ-P Nurmi2016-10-171-5/+35