- 13 May, 2016 1 commit
-
-
Christian Kandeler authored
While we have not encountered issues so far with using the default values, it seems more correct to set the version so that e.g. on Unix a library's soname contains the actual Qt Creator major version etc. For good measure, also set the compatibility version on OS X. Change-Id: I956c473e0b440fc87ffe1aaf99af626da733b5fb Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 11 May, 2016 1 commit
-
-
Eike Ziller authored
Change-Id: I0c5d80719ae8ca134e1be32e48618b5a9043be09 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 26 Apr, 2016 1 commit
-
-
David Schulz authored
Replacing all occurrences of win32-msvc* with msvc. Task-number: QTCREATORBUG-16118 Change-Id: I46bd54628bffb04c24bca587fd9dd7684e888f1a Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- 22 Apr, 2016 1 commit
-
-
Eike Ziller authored
It can be helpful, is not much effort, and parts did not restrict the install target to non-OS X already. Change-Id: I3501f37f089e981cf3f72d9250c9b9161d1565d6 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 21 Apr, 2016 1 commit
-
-
Eike Ziller authored
Change-Id: I87873a70a4b73130758529c4cd125ec422db7e7e Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 30 Mar, 2016 1 commit
-
-
David Schulz authored
Change-Id: Ie8f7806fd40af9da5c60f851ef6db5226199bfc0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 17 Mar, 2016 1 commit
-
-
hjk authored
This is an opt-in trade-off between type safety and user code convenience. QT_NO_CAST_FROM_ASCII is highly beneficial to avoid unintended conversions from 8 bit data with potentially "unsuitable" encodings to QString. However, it has the undesirable side-effect to require user code to wrap character and string literals in QLatin1Char(...) and QLatin1String(...) or use similar construction, cluttering the code significantly. QT_RESTRICTED_CAST_FROM_ASCII macro works almost as QT_NO_CAST_FROM_ASCII, except that it enables the QChar(char) constructor and adds an additional QString(const char (&ch)[N]) constructor that matches C++ string literals, but no arbitrary character pointers. This avoids a significant share of the need to clutter the user code by only a slight relaxation of the type-safety. Change-Id: I64e0430bb1352edcedf7e19ee25c16408727084c Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 08 Mar, 2016 1 commit
-
-
Eike Ziller authored
Change-Id: If3aaffb25f71082194e21c4ce00119957a33d363 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 17 Dec, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: Ife40ba930964b56122e4ff03ff8cb6077720edcb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 15 Dec, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: Ie9cfae74f7566a171de5fd281c8b2f7885f5a5b2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 04 Dec, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: Ibca6fcaf2eeb997179fc9dda0f1dc94dd333d973 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 30 Oct, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I57f643b0400c945f2bfe3513ef23a9eccc083100 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 30 Sep, 2015 1 commit
-
-
Eike Ziller authored
This is useful for compiling and packaging plugins separately from Qt Creator, where we want to keep the structure of the compilation result the same as, but separately from, the Qt Creator build directory. Change-Id: I307f119fc7901e00790ec85bfb01cc3ba5fa6e85 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 22 Sep, 2015 1 commit
-
-
Eike Ziller authored
Define variables in qtcreator.pri for the various install locations, instead of hardcoding the paths everywhere where they are needed. Change-Id: Ia34de711a7f2be317272ede023e2a8b9cdcc30fe Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 24 Aug, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I6f47ca6b9cd2058b3ad3fd1a815a296461777808 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 07 Aug, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: Ibb3790fe4b4bfcbd808f611ce9fa2f0427022a4a Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 10 Jul, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I3176d21a40001779bf6c19b05a3f9ff068695a8e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 09 Jul, 2015 2 commits
-
-
Eike Ziller authored
Change-Id: I9f8d177d34cc277fdea51da5224fbc4c7ee8a589 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I036c806af47f07e60408a90d3a4e181a6773f866 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 16 Jun, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I4a9cde2300b1cc14feadaa6240fefebc57fd0e19 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 15 May, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: Icba0aa76b9db40c46c026177637c5ea92593c4c0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 01 Apr, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: Ie12f7ab510b6d9857772df9f36c99e72b8766520
-
- 16 Mar, 2015 1 commit
-
-
Orgad Shaneh authored
Some environments include the project directory by default, and some don't (e.g. qbs). In order to avoid compilation errors on the environments that don't, unconditionally exclude the project directory. Change-Id: I8552a269735b42efff1839fb18ce863eed711b7a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 12 Mar, 2015 1 commit
-
-
Eike Ziller authored
To get the msvc2013 runtime installer Change-Id: Id2c8fe8464bbd1d7ab30d265439360f8111e8b62 Task-number: QTCREATORBUG-14130 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 11 Mar, 2015 1 commit
-
-
Kai Koehne authored
Change-Id: I286a88f3c767e8a6d5b213cc00d976449c2b3170 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 25 Feb, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I360a64f44258b7af6443db41163fd385102b2c60 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 18 Feb, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I5ae9ff3bbda235781b490889be292af7812e720e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 12 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\algorithm(1119) : warning C4996: 'std::_Transform1': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\algorithm(1100) : see declaration of 'std::_Transform1' d:\projects\qt-creator\qt-creator\src\libs\utils\algorithm.h(249) : see reference to function template instantiation '_OutIt std::transform<QList<T>::const_iterator,Utils::`anonymous-namespace'::QSetInsertIterator<Container>,F>(_InIt,_InIt,_OutIt,_Fn1)' being compiled with [ _OutIt=Utils::`anonymous-namespace'::QSetInsertIterator<QSet<QString>>, T=QString, Container=QSet<QString>, F=std::tr1::function<QString (const QString &)>, _InIt=QList<QString>::const_iterator, _Fn1=std::tr1::function<QString (const QString &)> ] d:\projects\qt-creator\qt-creator\src\libs\utils\algorithm.h(317) : see reference to function template instantiation 'C Utils::TransformImpl<C,SC>::call<F>(const SC &,F)' being compiled with [ C=QSet<QString>, SC=QStringList, F=std::tr1::function<QString (const QString &)> ] D:\Projects\qt-creator\qt-creator\src\libs\utils\codegeneration.cpp(113) : see reference to function template instantiation 'QSet<T> Utils::transform<QSet,QStringList,std::tr1::function<_Fty>>(const SC &,F)' being compiled with [ T=QString, _Fty=QString (const QString &), SC=QStringList, F=std::tr1::function<QString (const QString &)> ] Change-Id: Iaf7c5fcdfbf5961b92c30b1d37b18e5476f6b7e1 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 11 Dec, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I44f6026c98e6d05ccf42cb634e6b95fa5a724a62 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 01 Dec, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: Ieacb686c9c241159054543e2501d0354a63c1853 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 28 Nov, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: I4c4a77b22cbc46b2970c89ed4b50f0c6338eb575 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 28 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: If2233d241e83f82400e4e910e405eabebf887d58 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 16 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I77f0a248c934e19f89c590577269d2fea537ae00 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 16 Sep, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I4262a5ff65f72e11f2bff0f7edae802aba9b1082 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 15 Sep, 2014 1 commit
-
-
Oswald Buddenhagen authored
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Sep, 2014 1 commit
-
-
Christian Kandeler authored
Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 02 Sep, 2014 1 commit
-
-
Eike Ziller authored
OSX: Move libraries from PlugIns/ to Frameworks/ other: move QmlDesigner plugins to plugins directory Change-Id: Ia266a3514ce6a496061daa044b3781daae0bc272 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 29 Aug, 2014 1 commit
-
-
Christian Kandeler authored
Replace all* remaining deprecated Qt 4 functions with their Qt 5 counterparts. This means we no longer need to define the QT_DISABLE_DEPRECATED_BEFORE macro. This patch is relatively small because most source-compatible changes of this kind have been done before. * The one exception is the QmlDesigner, which uses QWeakPointer in a deprecated way all over the place. Change-Id: Id4b839c6685f3b5bdf2b89137f95231758ec53c7 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 26 Aug, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I71bee691a2b9bad7dbdb4ca9c0a938d4313305f7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 19 Aug, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: Ieba84f1c8ff1d33af3a6939a10de06848091963e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-