summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Doc: Synchronize documentation with code snippetPaul Wicking2018-08-021-3/+3
* sub-attaq example: Fix crash with software Open GLFriedemann Kleint2018-03-151-2/+7
* examples: Add localserver feature check for localfortune examplesFrank Richter2018-01-271-1/+5
* hellogles3 example: Fix start-up crash when using dynamic GLFriedemann Kleint2018-01-261-2/+2
* Revamp QtConcurrent examples to C++11Michael Winkelmann2017-11-075-48/+57
* regularexpression example: Fix compilation with clipboard disabledFriedemann Kleint2017-09-281-2/+10
* Revamp SQL examples to C++11Michael Winkelmann2017-09-1430-146/+171
* Hello GL2 example: Fix exit crashFriedemann Kleint2017-09-051-0/+2
* OpenGL examples: Introduce QCommandLineParserFriedemann Kleint2017-09-056-12/+82
* examples: fix compile without opengl supportPeter Seiderer2017-08-291-1/+2
* Regular Expression Example: Add context menuFriedemann Kleint2017-07-191-7/+94
* Examples: Remove remains of winceFriedemann Kleint2017-07-1413-65/+16
* pathstroke example: Add Q_FALLTHROUGH to unmarked fallthrough seen by GCC 7Friedemann Kleint2017-07-091-0/+1
* Remove WinCE-specific sipdialog exampleFriedemann Kleint2017-07-055-404/+0
* Doc: Add list with widgets examples using layoutsNico Vertriest2017-07-0310-0/+10
* doc: cleanup raster window exampleGatis Paeglis2017-07-031-8/+3
* Convert features.wizard to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-1/+5
* Convert features.statustip to QT_CONFIGStephan Binner2017-06-291-2/+2
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-2810-10/+10
* Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-3012-24/+69
* Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-2/+2
* Add some missing breaks in switch statementsMarc Mutz2017-05-101-0/+2
* Remove some more register keywordsMarc Mutz2017-05-061-1/+1
* examples: fix compile without gui modulePeter Seiderer2017-05-052-2/+2
* Update rasterwindow example to not create() in the constructorTor Arne Vestbø2017-04-211-4/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-183-31/+32
|\
| * Doc: updated QSyntaxHighlighter documentation and use QRegularExpressionSamuel Gaist2017-04-123-31/+32
* | examples: remove some unneeded QStringRef::toString() callsMarc Mutz2017-04-073-12/+12
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-273-11/+11
|\|
| * Build examples and tests only if their requirements are metUlf Hermann2017-03-223-11/+11
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-5/+6
|\|
| * Example: migrate treemodelcompleter example to use QRegularExpressionSamuel Gaist2017-03-071-4/+5
| * Example: fix memory leak in relationnaltablemodel exampleSamuel Gaist2017-03-071-1/+1
| * Fix building of various examples and tools with -no-feature-processUlf Hermann2017-03-062-3/+2
* | Fix computegles31 examplePaolo Angelelli2017-03-083-48/+82
* | Replace outdated BSD license textKai Koehne2017-03-038-16/+96
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-1/+0
|\|
| * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-221-1/+0
* | make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-231-0/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-167-51/+54
|\|
| * Example: migrate flightinfo to QRegularExpressionSamuel Gaist2017-02-151-3/+3
| * Example: migrate grabber to use QRegularExpressionSamuel Gaist2017-02-151-4/+5
| * Example: migrate the arthur code sample to use QRegularExpressionSamuel Gaist2017-02-151-5/+4
| * 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
| * Example: migrate stylesheet example to use QRegularExpressionSamuel Gaist2017-02-151-3/+4
* | macOS: Make QMacNativeWidget example more usableTor Arne Vestbø2017-02-121-3/+2
* | QRegularExpression example: Handle empty patternsFriedemann Kleint2017-02-092-41/+58
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-1/+0
|\|
| * QXmlStream{Reader,Writer} don't need QtXmlThiago Macieira2017-01-311-1/+0