aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revamp Qt Windows Extras examplesAndre de la Rocha2017-11-015-39/+56
| | | | | | | | Use nullptr, member initialization, new connect syntax, QStringLiteral, etc. Change-Id: I1404701fcc227f8133bc22548ea1cee02eab4ed9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Michael Winkelmann <michael.winkelmann@qt.io>
* Directly link to functions available from Windows 7 onwardsFriedemann Kleint2017-09-285-125/+22
| | | | | | Change-Id: I8033100c34c703e6119e4b1f322b795b0cc1ff4a Reviewed-by: Andre de la Rocha <andre.rocha@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Clean up code checking the Windows versionFriedemann Kleint2017-09-282-3/+4
| | | | | | | | Use QOperatingSystemVersion or remove code for version < Windows 7. Change-Id: I080778255f1427d79bceb77a2fa39728c538ec40 Reviewed-by: Andre de la Rocha <andre.rocha@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-269-9/+9
| | | | | Change-Id: Ia07741ad7ee5174c03b12d6880e00d279a6d4eae Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Bump versionFrederik Gladhorn2017-09-041-1/+1
| | | | Change-Id: I2c8bccebf1450869137870b14b58b59eebd23834
* Merge remote-tracking branch 'origin/5.9' into devv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1Liang Qi2017-08-152-1/+25
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I26b1b6de8dc0798d707cb8adce8530238a4d1d98
| * QWinJumpList: Fix typo in macro checkFriedemann Kleint2017-07-031-1/+1
| | | | | | | | | | | | Task-number: QTBUG-61740 Change-Id: Iffc1f1d95d7562c20c272495aa2ba92e4ac7aa0e Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
| * Bump versionOswald Buddenhagen2017-06-301-1/+1
| | | | | | | | Change-Id: I814c5179994fb0dc0925e93ff411beaeaaa9b329
| * Add changes file for 5.9.1v5.9.1Friedemann Kleint2017-06-161-0/+24
| | | | | | | | | | Change-Id: Id2a0420cd1e49ea993c953337529a0d8e2051492 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-074-2/+47
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-2/+47
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I9d0194df6bda533c8b9855f87e5ae2ad39ebca87
| | * Bump versionOswald Buddenhagen2017-05-101-1/+1
| | | | | | | | | | | | Change-Id: Ie91db87c0f651a391e4106085602620ddbaf9609
| | * Add changes file for 5.9.0v5.9.0-rc2v5.9.0-rc1v5.9.0-beta4v5.9.0Friedemann Kleint2017-05-051-0/+22
| | | | | | | | | | | | | | | Change-Id: I25401b88d528f8aa977e46624ed8679d894f7a47 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
| | * Migrate to QRegularExpressionv5.9.0-beta3v5.9.0-beta2v5.9.0-beta1Samuel Gaist2017-03-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This patch updates the code base to use QRegularExpression in the place of the deprecated QRegExp class. Change-Id: I884282c3ee59db8742b7883a7815a55b529029a0 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-102-1/+23
| | |\ | | | | | | | | | | | | Change-Id: Ie39cbcc4e877ac0ad1ae1ee2acbf3f58a2905299
| | | * Merge remote-tracking branch 'origin/5.8.0' into 5.85.8Liang Qi2017-01-261-0/+22
| | | |\ | | | | | | | | | | | | | | | Change-Id: Ic21f3af29379f83a968e85f20086afd97cff637d
| | | | * Add changes file for 5.8.0v5.8.0-rc1v5.8.0Friedemann Kleint2016-12-011-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I85da1009586b782ecf4b6014a64e1a03fb276e21 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
| | | * | Fix build of the QML import with -no-openglFriedemann Kleint2017-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add -luser32 in that case. Task-number: QTBUG-58415 Change-Id: I052dac8b44409f60b461e93f463d0e4854718a57 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* | | | | QWinTaskBarButton: Fix evaluation of progress bar for large valuesPavel Geiger2017-06-071-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Change order of evaluation so the division is done first Change-Id: I1ce5ae28e1dafa065bf6b6854477cef9ec5b5b25 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* / / / Bump versionOswald Buddenhagen2017-02-021-1/+1
|/ / / | | | | | | | | | Change-Id: I8538cabb21344b04cfd30bea96b2cc479e38bdf7
* | | Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-2524-34/+66
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf src/imports/winextras/qquickjumplist.cpp Change-Id: I2272b873c872bbabf7e274a478e3d16b92cdb434
| * | Update .gitignoreFriedemann Kleint2017-01-241-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | Add wrapper.bat files and remove some suffixes and directories that are not relevant on Windows. Change-Id: I9190e0e504090b0bd4d5dd060260e6bf4a3c815f Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
| * | Bump versionOswald Buddenhagen2017-01-031-1/+1
| |/ | | | | | | Change-Id: I18cc4af6ff2b49e12f545da20412c3d6dcc46fdf
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2615-19/+50
| |\ | | | | | | | | | | | | | | | | | | Conflicts: examples/winextras/musicplayer/main.cpp Change-Id: I3838d6c802e4e95d4f8985f61d8b24692b2ec916
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-6/+0
| | |\ | | | | | | | | | | | | Change-Id: I2094fa1eba64108d4deaf26c9f20c68939e3dc5d
| | | * remove dependencies from sync.profileOswald Buddenhagen2016-11-061-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: I080afda6eecd7af34d9cefd97dfd76913a636f62 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
| | * | Add changes file for 5.7.1v5.7.1Jani Heikkinen2016-10-241-0/+24
| | | | | | | | | | | | | | | | | | | | Change-Id: I4b90aa3568e18cf4dfe9de21d91b6fed955a4ee2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-1613-13/+26
| | |\| | | | | | | | | | | | | Change-Id: Iecb2c1d98cc8fc731351e56814a6f4b4cb98458f
| | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+24
| | | |\ | | | | | | | | | | | | | | | Change-Id: I7093397bef460288e17e46b2351b3924bc263cd9
| | | | * Add changelog for Qt 5.6.2 releasev5.6.2Friedemann Kleint2016-09-021-0/+24
| | | |/ | | | | | | | | | | | | | | | | Change-Id: Ia28041f8a0aa4f017e3885b6c51fd3fea5ee8db1 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
| | | * Clean up Qt logos in player examplesFriedemann Kleint2016-08-0512-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused images and resource files. Add new logo .ico files. Task-number: QTBUG-55137 Change-Id: I75148b1965fee4bbd7157c5fdb89d04666b2c89d Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
| * | | Eradicate Q_FOREACH loops and mark the libraries as Q_FOREACH-freev5.8.0-beta1Marc Mutz2016-09-058-10/+16
| | | | | | | | | | | | | | | | | | | | Change-Id: I4dbad7ab4c9f467b2e2fd90eff44e1c4a58d43e2 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* | | | Remove foreach from tests and examplesFriedemann Kleint2016-12-222-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace by range based for loops. Amends change 13604e3fcc12a536d228f415ce65ca1c86b7015b. Change-Id: Ie0712c6fd1743bc7ca8345de58b49a08e1f69653 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* | | | Use member initializationFriedemann Kleint2016-12-017-45/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use initialization in structs and remove unneeded constructors. Change-Id: Ieb0efbf6fe12bdbe871fff95fae289e7be9c8c0c Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* | | | Bump versionOswald Buddenhagen2016-08-291-1/+1
|/ / / | | | | | | | | | Change-Id: Ia1abfbffc80675653fc4cd8912e2a00acbfbba74
* | | Improve robustness of QML plugin loadingv5.8.0-alpha1Simon Hausmann2016-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use a variable that expands to the latest plugin version instead of hard-coding the string. Change-Id: Ica08496d3a9a357db32d0cd1e0abc8503c575c2e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | | Adjust to qtConfig() changes in qtbaseLars Knoll2016-08-193-3/+3
| | | | | | | | | | | | | | | | | | Change-Id: Ia72129947858da59a05a7114a5b35514e443909f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-027-52/+255
|\| | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Id7890339704dcb0670fd67e66973cea0b643cab1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-016-50/+237
| |\| | | | | | | | | | Change-Id: I85afc39028bdbdca089efca59290f231bc413e7c
| | * Polish and extend the image extractor exampleFriedemann Kleint2016-07-142-46/+233
| | | | | | | | | | | | | | | | | | | | | | | | - Use QCommandLineParser. - Add an option to extract shell icons via SHGetFileInfo(). Change-Id: I9d1040a7311c205b9c16e4e406996278a53e5f53 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
| | * Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"Sze Howe Koh2016-06-174-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | See http://comments.gmane.org/gmane.comp.lib.qt.devel/25771 Change-Id: I2ac64535c87bb511ee9bbb09320d4640a7a79f25 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
| * | Bump versionOswald Buddenhagen2016-07-281-1/+1
| | | | | | | | | | | | Change-Id: I0c14fa24f819a00fb4ea72eec6a35774e7d7b051
| * | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-2/+18
| |\ \ | | | | | | | | | | | | Change-Id: I437556c11665dd736cfe81857e79671417222e3d
| | * | Mention license change in 5.7.0 changelog.v5.7.0Friedemann Kleint2016-06-081-2/+18
| |/ / | | | | | | | | | | | | | | | | | | Task-number: QTBUG-53913 Change-Id: I573f5efb7864ecb23e3c727c6c795c9651b71b83 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | | Polish the player example.Friedemann Kleint2016-05-315-73/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Port it to use URLs and mime types. - Introduce QCommandLineParser. - Resize according to screen size. - Add some bells and whistles, set window file paths, always display duration and file name, handle drop. Change-Id: I75aa101d32cfde0c0c75a0686a50c2d7d5dce827 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* | | Increase API level to 0x600 (Windows Vista).Friedemann Kleint2016-05-256-150/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Directly link against dwmapi which should be present on Windows Vista and remove duplicated header constants. Only the functions for iconic live preview which are present on Windows 7 onwards are still dynamically resolved. Similarly, shell32 can now be directly linked, leaving SetCurrentProcessExplicitAppUserModelID() present on Windows 7 onwards. Task-number: QTBUG-51673 Change-Id: I54b6827d4582318542729fa43f73f2c4e41ec71f Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-246-1/+50
|\| | | | | | | | | | | Change-Id: Ia50eff53661f7d699f7f2bc3710cc6643b9f434f
| * | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-rc1Liang Qi2016-05-195-1/+28
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I80957f4153719692cf2deede03ad09634c702fea
| | * Bump versionOswald Buddenhagen2016-05-191-1/+1
| | | | | | | | | | | | Change-Id: I457fa602921df64c0c2c232d0c429330ceaacf69
| | * Doc: Remove repository name from examplesinstallpathv5.6.1-1v5.6.1Topi Reinio2016-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Examples in binary packages now directly match the install path. Change-Id: Ia9f4392083975236936aef867650c9f95855909f Task-number: QTBUG-52953 Reviewed-by: Antti Kokko <antti.kokko@qt.io>