aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/qml
Commit message (Expand)AuthorAgeFilesLines
* examples/texteditor: remove use of Material styleSamuli Piippo2022-09-141-3/+0
* TextEditor example: use the ColorDialog from qt quick dialogsOliver Eftevaag2022-08-251-10/+20
* texteditor: fix out-dated code snippetMitch Curtis2022-08-251-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-142-98/+4
* Update the text editor to use the MessageDialog in qt quick dialogsOliver Eftevaag2022-05-111-6/+7
* TextEditor: Clean up example and use quick dialogsOliver Eftevaag2021-09-291-75/+117
* Example: Drop "2" against "Qt Quick Controls" textVenugopal Shivashankar2020-11-171-1/+1
* Fix examples' usages of stylesMitch Curtis2020-09-101-3/+0
* Remove all version numbers from QML importsMitch Curtis2020-08-262-11/+11
* Support Markdown in the TextEditor example, including local pathsShawn Rutledge2020-08-101-2/+8
* TextEditor: Add modified handlingFriedemann Kleint2019-08-211-2/+17
* Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-022-6/+6
* Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-242-4/+24
* Welcome to 2017J-P Nurmi2017-01-092-2/+2
* texteditor: fix selectedNameFilter usageJ-P Nurmi2016-10-041-2/+2
* Platform: add experimental StandardPathsJ-P Nurmi2016-09-131-0/+2
* texteditor: add mnemonicsJ-P Nurmi2016-09-121-12/+12
* texteditor: use RoundButtonJ-P Nurmi2016-09-051-16/+1
* texteditor/touch: highlight the floating editor buttonJ-P Nurmi2016-08-271-2/+1
* texteditor/touch: elide the title when it doesn't fitJ-P Nurmi2016-08-261-3/+1
* texteditor/touch: simplify the toolbarJ-P Nurmi2016-08-261-72/+66
* texteditor: remove outdated todo-commentsJ-P Nurmi2016-08-262-4/+0
* texteditor: add touch UIMitch Curtis2016-08-242-14/+302
* texteditor: cleanup the commented out universal importJ-P Nurmi2016-08-161-1/+0
* FileDialog: add missing selectedNameFilter-propertyJ-P Nurmi2016-08-141-0/+2
* FileDialog: replace file(s)Selected() with declarative propertiesJ-P Nurmi2016-08-141-2/+2
* FontDialog: replace fontSelected() with a declarative propertyJ-P Nurmi2016-08-141-1/+1
* ColorDialog: replace colorSelected() with a declarative propertyJ-P Nurmi2016-08-141-1/+1
* texteditor: enable persistent selectionJ-P Nurmi2016-08-131-0/+1
* texteditor: use "brush" icon for text color and "A" for fontMitch Curtis2016-08-121-15/+15
* texteditor: use a wrapping Flow for the toolbarJ-P Nurmi2016-08-121-35/+36
* Platform: add MenuSeparator for convenience and consistencyJ-P Nurmi2016-08-121-3/+1
* texteditor: replace setFileUrl() with load()J-P Nurmi2016-08-121-3/+5
* texteditor: add fileName & fileTypeJ-P Nurmi2016-08-121-2/+2
* texteditor: simplify saveAs() - let FileDialog handle the suffixJ-P Nurmi2016-08-121-2/+2
* texteditor: fix the file dialog name filtersJ-P Nurmi2016-08-121-1/+1
* Add Text Editor exampleMitch Curtis2016-08-111-0/+437