- 15 Oct, 2017 - 1 commit
-
- 12 Oct, 2017 - 1 commit
-
-
Nico Vertriest authored
Change-Id: I4d40d5b5b16cba2a49349c39a5b7938e2503f48c Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io> Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-
- 06 Oct, 2017 - 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: I7a727a54d15a9628909062d07d14c1a17c4f6256
-
Jake Petroules authored
-
- 04 Oct, 2017 - 1 commit
-
-
Morten Johan Sørvig authored
32-bit support has been deprecated for some time, and several breaking changes have gone into the 5.10 branch. Make the current state official: Qt 5.10 and higher will not support 32-bit mode. Qt 5.9 LTS will continue to do so. Change-Id: Iaea4f3499054093984ad70cb60b837fb506ca16e Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 28 Sep, 2017 - 1 commit
-
-
Jake Petroules authored
Change-Id: I10c8b5da4334cb3cb44af14a8c3bb1fd06a60eda
-
- 25 Sep, 2017 - 1 commit
-
-
Topi Reinio authored
Change-Id: Ied8ae1a13533b637849c2c772b99e78d5309d709 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 22 Sep, 2017 - 1 commit
-
-
Venugopal Shivashankar authored
Added another tech. preview module to the list. Change-Id: I147531a7271754d3e6420df839528637ae99087a Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 20 Sep, 2017 - 1 commit
-
-
Gatis Paeglis authored
What we had initially: connect(slider, &QSlider::valueChanged, lcd, static_cast<void (QLCDNumber::*)(int)>(&QLCDNumber::display)); was more complex than string-based solution: connect(slider, SIGNAL(valueChanged(int)), lcd, SLOT(display(int))); But since Qt 5.7 we have qOverload/QOverload: connect(slider, &QSlider::valueChanged, lcd, QOverload<int>::of(&QLCDNumber::display)); connect(slider, &QSlider::valueChanged, lcd, qOverload<int>(&QLCDNumber::display)); Which is not complex at all, just a bit different to what Qt developers are used to. Task-number: QTBUG-63297 Change-Id: I49f7bf228812ceadc38c601d8a711fd250216b52 Reviewed-by:
Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 06 Sep, 2017 - 1 commit
-
-
Venugopal Shivashankar authored
Change-Id: Ia315ddb2f26e470330fdaf361e429f0cdb0e9b04 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 05 Sep, 2017 - 1 commit
-
-
Jani Heikkinen authored
Change-Id: I73135f29d5ef8114c8b5b5804144acc8d347299d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 30 Aug, 2017 - 1 commit
-
-
Nico Vertriest authored
- new example having options open, save, save as, print. - updated tutorial Change-Id: I1dd716904cd25695b568b23c1ba283bc0dc588a5 Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@qt.io>
-
- 23 Aug, 2017 - 1 commit
-
-
Leena Miettinen authored
Change-Id: Ia719dd9ec2bddf162f3a174b02dba0a422e7bb70 Reviewed-by:
Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 15 Aug, 2017 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I3d9287ed19127348768a3c9bca688b403f8aec0d
-
- 11 Aug, 2017 - 1 commit
-
-
Thomas Hartmann authored
* Added a startup animation for the dashboard * The glow is pulsating * Tachomemter and speedometer change their color Change-Id: Id0f7826409c3109dfef371ae1bf9bee9930ea905 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
- 08 Aug, 2017 - 2 commits
-
-
Eskil Abrahamsen Blomfeldt authored
The information in this list is severely outdated. Qt depends on FC_LCD_FILTER, which was introduced in FC 2.6, which was released in 2008. Change-Id: I5a74a3d60106f613033361814c4f183fb56484be Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Eskil Abrahamsen Blomfeldt authored
After 347832d7593e2369f8597bbd06213b80b3087433, where color font support was added, we now only support Freetype 2.2 and higher. Change-Id: I395ed622bfa208a25567b15f04a163aeb648f9fc Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 24 Jul, 2017 - 1 commit
-
-
Leena Miettinen authored
Task-number: QTBUG-61929 Change-Id: I41434533be3b2c9df41c1c075b78e8c183f0fdf4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Laszlo Agocs <laszlo.agocs@qt.io>
-
- 19 Jul, 2017 - 1 commit
-
-
Tarja Sundqvist authored
Documentation page reference-overview.html#platform-reference is missing Qt for INTEGRITY. Add it to the list. Update also the linked page title. Change-Id: Ia25295cfb47a40dfdaa172c81764c6c4caa66d86 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 17 Jul, 2017 - 2 commits
-
-
Kai Koehne authored
We're not very consistent in the naming, but IMO there's one Qt toolkit, with different modules. Change-Id: I3ec037cac54ddff808f0e57a357152494a49dcab Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Leena Miettinen authored
This is done automatically in Qt, but developers must take care when they set the deployment target and SDK version manually. Change-Id: Ib03e209d472b9f1dc0cd0396d230b852c533a517 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 14 Jul, 2017 - 1 commit
-
-
Simon Hausmann authored
Task-number: QTBUG-15602 Change-Id: I2f1cdf020dca59b27afea4b2e28792084d85e184 Reviewed-by:
Kavindra Palaraja <kavindra.d+qt@gmail.com> Reviewed-by:
Robin Burchell <robin.burchell@crimson.no>
-
- 10 Jul, 2017 - 2 commits
-
-
Berthold Krevert authored
Change-Id: I47bbdf2bcac7e09e9d86ff12626dcc38b183e34e Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tarja Sundqvist authored
Supported Platforms page (http://doc.qt.io/qt-5/supported-platforms.html ) needs to contains a link to the Supported Target Devices page in Qt for Device Creation documentation. Task-number: QTBUG-61828 Change-Id: I1f42d3efd7359fe8da81241c9b1e4ae59240500b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 05 Jul, 2017 - 3 commits
-
-
Venugopal Shivashankar authored
Task-number: QTBUG-61056 Change-Id: I6c795dd34487b16e85174e5be7884ba24f01efea Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
Thomas Hartmann authored
This example shows how to split logic from declarative the QML and how to design an application using Qt Quick Designer. Change-Id: I9c20aa26fcc269530036a4f67aed5a84ba1aa1fd Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io> Reviewed-by:
Petref Saraci <petref.saraci@qt.io>
-
Tarja Sundqvist authored
Qt for Integrity supports also 32-bit and 64-bit Windows 10 host. Change-Id: I5e33296b90fab6c7d3114d2cfa8b292fb3814e3d Reviewed-by:
Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 04 Jul, 2017 - 1 commit
-
-
Kevin Funk authored
Change-Id: I1c75064af631d405f83bca2e7f72a3bdda5b7cbc Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 03 Jul, 2017 - 2 commits
-
-
Oliver Wolff authored
We had to revert the merge of libEGL and libGLESv2 due to BC issues with the change, so by default we no longer ship QtANGLE but the other 2 libraries. Additionally we now mention, that the default/packaged version of Qt will use dynamic opengl and give -opengl dynamic as an example inside the configure documentation. This partly reverts 7853e8e5 Change-Id: Icbf61403cd338809204fc36c6e761b03c3acd829 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Nico Vertriest authored
Change-Id: Icd08d1546c49c7b00d2afc2c0b9b20f56bcb9bb5 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 30 Jun, 2017 - 2 commits
-
-
Liang Qi authored
Change-Id: I7073c2d8891be9c99dd8e63e76da37fec2747685
-
Oswald Buddenhagen authored
Change-Id: I986772542e4a6a4365d95704fd14e919553bac39
-
- 27 Jun, 2017 - 1 commit
-
-
Topi Reinio authored
- Mention the use of Windows 10 Creators Update in CI - Replace openSUSE 42.1 with 42.2 - Update CI-tested compiler on Ubuntu - Drop macOS 10.10, add 10.13, and mention Xcode versions - Drop iOS 8,9 and support for 32-bit targets. Add iOS 11 - Add tvOS and watchOS (as technology preview) - Added all Darwin platforms under a dedicated section - Mention Qt for Device Creation/Boot2Qt configurations - Add Windows7-x86_64 as a host configuration for QNX - UWP: Add MSVC2017 as a CI-tested compiler - Use 'x86, x86_64, armv7' etc. consistently to describe platform architecture. Merge 'Mobile Platforms' section with desktop platforms as most of them are not restricted to any specific segment. Keep 'Embedded Platforms' as a separate section still. Change-Id: Iafe76dd8f95a9fd8c9ba3fd0a077d7087df1c258 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 23 Jun, 2017 - 2 commits
-
-
Topi Reinio authored
Now that the release date is known, mark the end-of-support date for Qt 5.9. Also, remove information for Qt 5.4, which reaches its end of support just around the release of Qt 5.9.1. Change-Id: I5def9be3b22b0bba9b74b512bdfb6c237bdda8b2 Reviewed-by:
Akseli Salovaara <akseli.salovaara@qt.io>
-
Antti Kokko authored
Change-Id: If07235457730ac2b7353dd6f48202de6dcf86bd0 Reviewed-by:
Alex Blasche <alexander.blasche@qt.io>
-
- 22 Jun, 2017 - 1 commit
-
-
Kai Koehne authored
Change-Id: I63abe8225a376357f963b20f89b25aa2fd503f03 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 21 Jun, 2017 - 1 commit
-
-
Thomas Hartmann authored
This a a demo of s simple digital instrument cluster. The demo comes with two skins. By default the demo will use the so called hybrid skin. If the argument "sports" is provided the application will use the sports skin instead. To be able to preview the custom components in the Qt Quick Designer the option: Tools > Options > Qt Quick > Qt Quick Designer > Use QML emulation layer which is built by the selected has to be enabled in Qt Creator. Change-Id: I7d06220062e1fffd6c6849c962bd4f6592d051de Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
- 20 Jun, 2017 - 1 commit
-
-
Kai Koehne authored
Change-Id: Ia4052902be5de936fcffd8ac5bd762d5ed7ed7e7 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-
- 19 Jun, 2017 - 1 commit
-
-
Kai Koehne authored
Change-Id: Ife14b8aea004a5f23a67edf4157ea4e3dcdb14f8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 14 Jun, 2017 - 1 commit
-
-
Tarja Sundqvist authored
Some .png files related to the Integrity documentation have a file extension written with the capital letters. It does not work in Linux environment. Also, vas-galcore.PNG is not used at all in the Integrity documentation so the file needs to be removed. Change-Id: I56db691de19a36b6d2c7c826ab9419ef0e1390cb Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-