summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/textedit
Commit message (Expand)AuthorAgeFilesLines
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-108/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Brush up the text edit exampleFriedemann Kleint2021-05-182-82/+67
* Add missing PNG file to CMakeLists.txt of richtext/textedit exampleJoerg Bornemann2021-05-142-0/+4
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-075-0/+19
* Port example away from deprecated QTextCharFormat APIVolker Hilsheimer2021-04-231-1/+1
* Support the markdown underline extensionShawn Rutledge2020-11-071-4/+6
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-272-0/+8
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-192-2/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-101-1/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-12/+12
* CMake: Regenerate examplesAlexandru Croitor2020-07-092-2/+10
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Get rid of QTextCodec in the textedit exampleLars Knoll2020-05-141-10/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-6/+6
|\|
| * examples: Fix build for configurations that do not have printsupportOliver Wolff2020-03-051-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-5/+5
|\|
| * Markdown importer: use Unicode decodingGiuseppe D'Angelo2020-02-031-4/+4
| * Examples: fix compile without printsupportChristian Ehrlicher2020-01-311-1/+1
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-112-2/+170
|\ \
| * | Regenerate examplesAlexandru Croitor2020-02-042-2/+170
* | | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-101-1/+1
|/ /
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-171-2/+2
|\|
| * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-2/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-6/+6
|\|
| * Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-6/+6
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-2/+2
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-1/+2
* | Fix linking of examplesSimon Hausmann2019-06-121-1/+1
* | Allow to build examples as standalone projectKevin Funk2019-06-051-75/+25
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0313-19/+261
|\|
| * Fix heading level in style combobox in TextEdit exampleShawn Rutledge2019-05-061-2/+2
| * TextEdit example: add indent/unindent featureShawn Rutledge2019-05-067-0/+55
| * Add task list checkbox manipulation features to the TextEdit exampleShawn Rutledge2019-05-027-9/+61
| * Render markdown task lists (checkboxes instead of bullets) in QTextEditShawn Rutledge2019-05-021-0/+6
| * TextEdit example: add Markdown as a supported formatShawn Rutledge2019-05-022-4/+125
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-164-3/+3
|\|
| * Examples: replace deprecated QComboBox functionsChristian Ehrlicher2019-03-041-2/+2
| * Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-231-1/+1
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-093-0/+0
| |\
| | * Update the floppy disk icon (save) to be physically correctThiago Macieira2018-11-063-0/+0
* | | CMake: Add widgets examplesTobias Hunger2019-03-261-0/+75
|/ /
* | Make the textedit example use dark text on light background on macOSMorten Johan Sørvig2018-09-251-0/+8
* | textedit example: Fix disabled Cut/Copy menu itemsGabriel de Dietrich2018-04-101-0/+2
* | preserve HTML heading level in QTextBlockFormat; demonstrate in exampleShawn Rutledge2018-03-022-49/+95
|/