summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext
Commit message (Expand)AuthorAgeFilesLines
* Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-2/+2
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-6/+6
* 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
* 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
* | 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
* | use INSTALLS instead of DEPLOYMENTJoerg Bornemann2015-06-031-1/+1
|/
* Updated BSD licensed file headersJani Heikkinen2015-02-1513-39/+39
* Update copyright headersJani Heikkinen2015-02-1117-92/+92
* 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-152-2/+2
* | 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-262-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1817-17/+17
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-212-2/+2
* clean up example project files, mostly wrt QT+=widgetsOswald Buddenhagen2012-12-174-10/+10
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-171-2/+0
* QtBase: Doc: Fix Links to designer manual.David Schulz2012-12-101-3/+2
* Fix memory leak. PrinterDialog is not deleted when close itMontel Laurent2012-11-301-4/+5