aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Support Markdown in the TextEditor example, including local pathsShawn Rutledge2020-08-117-6/+193
* clang-tidy: fix cppcoreguidelines-pro-type-member-initMitch Curtis2019-12-121-1/+0
* Run optipng on all imagesMitch Curtis2019-11-041-0/+0
* texteditor: update links in html fileMitch Curtis2019-10-241-8/+7
* Doc: Replace the "Qt Quick Controls 2" instancesVenugopal Shivashankar2019-08-221-2/+2
* TextEditor: Add modified handlingFriedemann Kleint2019-08-213-2/+39
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-052-6/+6
|\
| * Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-022-6/+6
* | Doc: Update \titles with "Controls 2" in itVenugopal Shivashankar2018-12-041-1/+2
|/
* Doc: Ensure all links to 'Qt Quick Controls' lead to controls 2Venugopal Shivashankar2018-10-291-0/+1
* Add missing includesJ-P Nurmi2017-02-241-0/+1
* Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-244-10/+40
* Welcome to 2017J-P Nurmi2017-01-096-6/+6
* texteditor: fix selectedNameFilter usageJ-P Nurmi2016-10-041-2/+2
* Doc: Update the image and example's descriptionVenugopal Shivashankar2016-09-154-12/+67
* 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: allow passing -touch as a command line argumentJ-P Nurmi2016-09-051-2/+9
* 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-249-18/+351
* 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-122-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-123-29/+10
* texteditor: add fileName & fileTypeJ-P Nurmi2016-08-123-22/+22
* texteditor: cosmetic cleanupJ-P Nurmi2016-08-123-6/+5
* texteditor: fix, unify and cleanup the settersJ-P Nurmi2016-08-121-9/+1
* texteditor: remove uninitialized/duplicate pointer memberJ-P Nurmi2016-08-122-20/+25
* texteditor: re-order the property accessorsJ-P Nurmi2016-08-122-172/+189
* texteditor: simplify saveAs() - let FileDialog handle the suffixJ-P Nurmi2016-08-123-26/+12
* texteditor: fix the file dialog name filtersJ-P Nurmi2016-08-121-1/+1
* Add Text Editor exampleMitch Curtis2016-08-1112-0/+1211