summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-154-9/+9
* Cleanup QtWidgets (tools) examplesChristian Ehrlicher2019-09-1160-376/+426
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-10/+0
* Deprecate QStringViewLiteralMarc Mutz2019-08-101-1/+1
* examples: port away from Java-style iteratorsMarc Mutz2019-05-231-5/+2
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-1/+1
* Plug and paint example: Fix -Wweak-tablesJesus Fernandez2019-04-291-3/+3
* QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-2/+2
* Fix some deprecation warnings in examplesFriedemann Kleint2019-02-062-4/+4
* Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-075-15/+18
* Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-037-70/+76
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-047-2/+441
|\
| * Codecs example: Add a dialog for showing common C++ encodingsFriedemann Kleint2018-11-307-2/+441
* | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-053-6/+6
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-071-1/+1
|\
| * Examples: Fix minor bug in Tree Model Completer ExamplePaul Wicking2018-08-301-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-3/+3
|\|
| * Doc: Synchronize documentation with code snippetPaul Wicking2018-08-011-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-079-114/+108
|\|
| * Examples: Cleanup and modernize Plug&PaintAndre Hartmann2018-06-069-99/+91
| * Doc: Update connect syntax Plugandpaint ExampleNico Vertriest2018-06-053-16/+18
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-4/+4
|\|
| * Doc: Modify connect statements Echoplugin ExampleNico Vertriest2018-05-161-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-102-4/+7
|\|
| * Doc: Update connect syntax in I18n Widgets ExampleNico Vertriest2018-04-092-4/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-182-24/+35
|\|
| * regularexpression example: Add raw string literal displayFriedemann Kleint2018-03-172-24/+35
* | Examples: fix superfluous ';' in undo exampleChristian Ehrlicher2018-03-121-1/+1
|/
* Fix typosJarek Kobus2018-02-131-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2011-0/+13
|\
| * qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-1211-0/+13
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-8/+8
|\|
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-083-8/+8
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-2/+10
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-2/+10
| |\
| | * regularexpression example: Fix compilation with clipboard disabledFriedemann Kleint2017-09-281-2/+10
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-7/+94
|\|
| * Regular Expression Example: Add context menuFriedemann Kleint2017-07-191-7/+94
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-5/+3
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-4/+5
|\
| * Example: migrate treemodelcompleter example to use QRegularExpressionSamuel Gaist2017-03-071-4/+5
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-163-36/+38
|\|
| * Example: migrate the codecs example to use QRegularExpressionSamuel Gaist2017-02-151-3/+4
| * Example: migrate settingseditor example to use QRegularExpressionSamuel Gaist2017-02-152-33/+34
* | QRegularExpression example: Handle empty patternsFriedemann Kleint2017-02-092-41/+58
|/
* examples: Use QOverload to select overloaded signals and slotsAlexander Volkov2016-12-223-8/+6
* remove bogus qtConfig(simulator_and_device) conditionOswald Buddenhagen2016-10-161-1/+1
* remove bogus xcode variable referenceOswald Buddenhagen2016-10-161-1/+1