summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext
Commit message (Expand)AuthorAgeFilesLines
* 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-132-6/+6
|\|
| * Markdown importer: use Unicode decodingGiuseppe D'Angelo2020-02-031-4/+4
| * Examples: fix compile without printsupportChristian Ehrlicher2020-01-312-2/+2
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-115-8/+190
|\ \
| * | Regenerate examplesAlexandru Croitor2020-02-045-8/+190
* | | QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-1/+1
* | | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-102-2/+2
|/ /
* | 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-144-6/+6
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-124-4/+8
* | Fix linking of examplesSimon Hausmann2019-06-124-4/+4
* | Allow to build examples as standalone projectKevin Funk2019-06-054-119/+98
* | 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-168-34/+40
|\|
| * Examples: replace deprecated QComboBox functionsChristian Ehrlicher2019-03-041-2/+2
| * Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-233-22/+23
| * Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-063-10/+15
| * 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-265-0/+139
|/ /
* | Make the textedit example use dark text on light background on macOSMorten Johan Sørvig2018-09-251-0/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-242-4/+4
|\|
| * Doc: Update connect syntax Order Form ExampleNico Vertriest2018-05-162-4/+4
* | textedit example: Fix disabled Cut/Copy menu itemsGabriel de Dietrich2018-04-101-0/+2
* | Examples: replace QDate::longMonthName()/longDayName()Christian Ehrlicher2018-03-271-3/+3
* | 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-124-0/+4
* Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-302-5/+15
* Doc: updated QSyntaxHighlighter documentation and use QRegularExpressionSamuel Gaist2017-04-122-22/+22
* 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-152-2/+2
* QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-7/+0
* Unify license header usage.Jani Heikkinen2016-03-2914-44/+174
* 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
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1