summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/WinRT
Commit message (Collapse)AuthorAgeFilesLines
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-271-6/+0
| | | | | | | | | After commit be9a56e5e3ced5d0d668fa24e4c65ae928f2e25a in qtbase, this is not needed anymore. Instead the resource system injects the plugin entry point with a reference to all resources. Change-Id: Ieb67edec480eba18cdad29f39b262cfb8839bf8a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-1925-1023/+0
| | | | | | Task-number: QTBUG-57288 Change-Id: Ic57422aab1232e4309a1a4e6d2101f46e7e7ee32 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Unify license header usageAntti Kokko2016-02-0447-564/+705
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I3c851bc24da89f6300b94199387d1adf16ca4f48 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* WinRT: fix style loading from plugin/libraryJochen Seemann2015-04-071-1/+1
| | | | | | | | | | | | qt_quick_controls_style_path doesn't store the complete path to the style dir on WinRT. Since f0c227f8a9a5c5e3ed83f86702626092457175aa, m_name (="WinRT") is not appended anymore. Also, m_path is not set when loading style from a plugin/library. Task-number: QTBUG-44880 Change-Id: I4e5c6503984e70cb9ad74e57e0f1c5a63211f510 Reviewed-by: Andrew Knight <qt@panimo.net> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
* Controls: update license headersJ-P Nurmi2015-02-1147-1395/+1260
| | | | | | | Change-Id: I77e7a218a958d76ac7ef7780f4be52a81f76fa6b Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
* Make WinRT style use qt_quick_controls_style_init()J-P Nurmi2015-01-205-4/+65
| | | | | Change-Id: Ib78ef26e5bda1a5a3047368e8bde67f1d23bcd01 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
* WinRT: fix ToolButtonStyleJ-P Nurmi2015-01-082-2/+2
| | | | | | Change-Id: I3a504e7f9e9f5a1c2f7b7a6c2e1b71e94a49d3f3 Reviewed-by: Jochen Seemann <seemann.jochen@gmail.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Add WinRT style stubJochen Seemann2014-09-3049-0/+2043
The goal is to have a QtQC style for WinRT with Qt 5.5. It includes two separate styles: for Windows 8.1 (PC) and Windows Phone 8.1 (Phone). This commit doesn't change anything, but makes it easy to add the control styles gradually. Change-Id: I0e34666622cda0a16e71d02cef1d19d3eb2483c1 Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>