- 28 Nov, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Iafbfcd5f116fc21d3519c63cae152ea6497c3ea4
-
- 05 Nov, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
the CI obtains them from the qt5 super repo nowadays. Change-Id: I07ca9907ddf15527804027070f38a9156b93ca6d Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-
- 19 Jul, 2016 - 1 commit
-
-
BogDan Vatra authored
Should be reverted when https://github.com/android-ndk/ndk/issues/34 is fixed Change-Id: Idcc951ff432dbadd57a09851bcb7486b019b3426 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- 17 Jun, 2016 - 1 commit
-
-
Sze Howe Koh authored
See http://comments.gmane.org/gmane.comp.lib.qt.devel/25771 Change-Id: I7eb1329e7215b99664b7c59f692de5858858a846 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- 09 Jun, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: I315e9fde41e59ec5ad8ec98ad979904af0cbda02
-
- 23 May, 2016 - 1 commit
-
-
Christian Strømme authored
Change-Id: Id11e8627d0ed9b594281f21958bbf7f3f8cdea52 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
- 19 May, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I663eafe5e63dd4980a364d7bdfd4d4a15cf8b91d
-
- 12 May, 2016 - 1 commit
-
-
Topi Reinio authored
Examples in binary packages now directly match the install path. Change-Id: I7a98d68cbc0623e86bb9dcfb3cadd1adc9631ebf Task-number: QTBUG-52953 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- 28 Apr, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ic4ac40d6f946f9edcf68041820c95ae95db33eb9 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
- 29 Mar, 2016 - 1 commit
-
-
Edward Welbourne authored
Subjects a *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce -force Change-Id: Ief67f8ca4dfc44655af62e70c10cb623acf83642 Reviewed-by:
Topi Reiniö <topi.reinio@theqtcompany.com>
-
- 22 Mar, 2016 - 4 commits
-
-
Marc Mutz authored
Added explicit where it was missing. This is not a source- incompatible change, because code that breaks by this is a bug. Let's not have this sitting around in an LTS. This change only affects C++11. Change-Id: I01ef7f6c26c8087e8516c9d66067060a6ed7c020 Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
Marc Mutz authored
By making the destructor (usually the first non-inline, non-pure, virtual function, and therefore the trigger for most compilers to emit the vtable and type_info structures for the class in that TU) out-of-line, vtables and, more importantly, type_info strucures for the class are pinned to a single TU. This prevents false negative dynamic_cast and catch evaluation. Since it is already exported, users of the class are unaffected by the change, but since it's public API, and the dtors may have been de-virtualized and inlined into application code, we need to avoid adding code to the out-of-line dtor until Qt 6. Task-number: QTBUG-45582 Change-Id: I60273f7352be0d5a45a94828647d61f0ec9f1d79 Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
Marc Mutz authored
... or equivalent. QtBase 5.6 headers already compile that way, so let the other modules follow suit. Change-Id: I26201944b21d83f78c9e1c75cbd55334cd16359f Task-number: QTBUG-45291 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Edward Welbourne authored
Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce Change-Id: I3ab25a8abccb130e4b419be6007e743f45f86fa2 Reviewed-by:
Topi Reiniö <topi.reinio@theqtcompany.com>
-
- 17 Mar, 2016 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I4214c81ba18f149c2945dd1d87e374f89ec00665
-
- 25 Feb, 2016 - 2 commits
-
-
Oswald Buddenhagen authored
this fixes static builds by ensuring that all dependencies are exported. no actual effect in this module. Change-Id: Ie4e6968b9a10fd20895393d4f7f5b490c7e8119d Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Christian Strømme authored
Change-Id: Ibb50ac81d3ea84e0c66e17a1400fc119f24917ab Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 08 Feb, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I83ffa03d1111068ea0b2746a8e2247ba6de629e7
-
- 18 Dec, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I71a51bc01dd387b30542a773e85dae4c4daf44c0 Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
- 21 Oct, 2015 - 1 commit
-
-
Topi Reinio authored
The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix the install path with the repository name. Task-number: QTBUG-48736 Change-Id: I4bc22773d7528fa6ffbb128b70c6708eceffcced Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
- 21 Aug, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I8ddff668f1bbdaa032b365dac93b116cc86a3707
-
- 19 Aug, 2015 - 1 commit
-
- 13 Aug, 2015 - 1 commit
-
-
Thiago Macieira authored
LGPLv3 refers to it but does not include it in its body. Change-Id: Ib056b47dde3341ef9a52ffff13eed18cf3504738 Reviewed-by:
Lars Knoll <lars.knoll@theqtcompany.com>
-
- 09 Aug, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I511a4d0098913e0081c491f75d997a5aa6c85214
-
- 03 Aug, 2015 - 1 commit
-
-
Samuel Gaist authored
Task-number: QTBUG-44114 Change-Id: I0a43a2da13fdcd3d18caf87628a7f13f4685ecc6 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- 29 Jun, 2015 - 2 commits
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I6ab9e89b0a89d5843da5eb43b62b5d32dc8c9ac7
-
Oswald Buddenhagen authored
Change-Id: If2bb90a0a69ee915c267ff850799f858ff140f34
-
- 08 Jun, 2015 - 1 commit
-
-
Christian Strømme authored
Change-Id: Ieb4e08de7677f51031e16e7a21beab6f93f08d1e Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 20 Apr, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I8991adb646448b6c75ca8dc497b0d19734c4861d
-
- 19 Mar, 2015 - 1 commit
-
-
Christian Strømme authored
This makes it clear that the functions are going away. Change-Id: Ia93d3be4b70541bdf3bf800ebb85ad88d44b475d Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 17 Mar, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I110c2737eab4b310ebcc6c245808fc032db61677
-
- 06 Mar, 2015 - 1 commit
-
-
Sergio Ahumada authored
this change amends 4eb51def Change-Id: I4bcbee03ba4ba44ad05db0b7bd38c208ff9d4e5a Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com> Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
- 03 Mar, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ifd8c88ba8084f0141238d0cefcf0a3aebba43edd
-
- 02 Mar, 2015 - 1 commit
-
-
Christian Strømme authored
The templated comparison overloads could cause build errors due to overload resolution being ambiguous; since implicit conversion from jni object types to QAndroidJniObject is allowed the operator could end up competing with built in types. To avoid that we get this ambiguity both arguments of the operators will now require a QAndroidJniObject, this effectively disables the templated operators unless called directly. Since the templated operator overloads does not export any symbols and are still callable, we retain both SC* and BC. *Code that is written after this change, that would otherwise be affected by this bug, will of course not be able to move back to an older version. Task-number: QTBUG-43453 Change-Id: Icc774c432d078aeb7eb80ccbd0c25196af5f5a51 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 24 Feb, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ibcb3c61d72122e656e59cc7d9b139d58d2d45ad4
-
- 17 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Change-Id: I8fc57754926b441c8d6cb81e25ea09a5eb3029a5 Reviewed-by:
Sergio Ahumada <sahumada@texla.cl>
-
- 13 Feb, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: I34c07ac0a2c0c01501f0cd095542e266ef456607
-
- 12 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Id0bb1fd5a9d695520753a280bb1ad5ba1ccc6026 Reviewed-by:
Sergio Ahumada <sahumada@texla.cl>
-
- 22 Jan, 2015 - 1 commit
-
-
Christian Strømme authored
Makes sure that all template specializations are available and that they pass a minimal call test. This is a follow-up to 211e92a6 and d57cef73 . Change-Id: I8fa37f1a2ec12441343d2e4d257f2e5c12ad426b Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 16 Jan, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I18abcd802451d438d9cfa90bfde4f68dfd411089
-