summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/textedit
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-3/+10
* examples: Use QOverload to select overloaded signals and slotsAlexander Volkov2016-12-221-5/+3
* Examples: Remove a redundant virtual specifier for overridersAlexander Volkov2016-11-251-1/+1
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-1/+1
* Unify license header usage.Jani Heikkinen2016-03-291-5/+5
* Updated license headersJani Heikkinen2016-01-213-48/+99
* TextEdit example: fix build when clipboard is disabled.Rafael Roquetto2015-10-192-2/+4
* Polish rich text example.Friedemann Kleint2015-08-313-221/+196
* Update copyright headersJani Heikkinen2015-02-114-27/+27
* Update license headers and add new license filesMatti Paaso2014-09-243-57/+33
* Changed font-family to Times New RomanTomi Korpipää2014-09-191-1/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+3
|\
| * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-0/+3
* | Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-151-1/+1
* | Use the new unified toolbar implementation in examples on OS X.Jake Petroules2014-05-121-0/+4
|/
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Do not attempt to save a file in the resourcesGiuseppe D'Angelo2013-08-271-2/+3
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-3/+3
* Compile fix when QT_NO_PRINTDIALOG is definedPaul Olav Tvete2013-02-261-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-184-4/+4
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* clean up example project files, mostly wrt QT+=widgetsOswald Buddenhagen2012-12-171-3/+3
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-171-2/+0
* QtBase: Doc: Fix Links to designer manual.David Schulz2012-12-101-3/+2
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+3
* Add \brief to the examples.Eike Ziller2012-11-291-1/+1
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* QtBase: examples/widgets/richtext code styleDavid Schulz2012-11-243-56/+70