- 25 Sep, 2012 4 commits
-
-
Marco Bubke authored
Change-Id: Ice3c6ce1bb0d16d4ffbc33557b12fa147ac6058c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: If024515cf43668569b625719f77cc30545453c59 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kandeler authored
These are: - QInputDialog::getInteger() [-> getInt()] - QKeySequence::operator QString() [-> toString()] - QRegion::intersect() [-> intersected()] - qVariantCanConvert() [-> QVariant::canConvert()] Plus some left-over occurrences of qFindChild() and QAbstractItemModel::reset() that were missed by the respective earlier patches. All deprecated features still left are not trivially replaceable, i.e. the code using them cannot be made to compile with both Qt 4 and Qt 5. Change-Id: I32541681bbf66b0fef78f5c7025521f9ff84f463 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
This use case is deprecated in Qt 5. Use QPointer instead. Change-Id: Id6c32542032656d7cb31cf838d93a680ab9e9327 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 24 Sep, 2012 6 commits
-
-
Peter Kümmel authored
Without the const QVariant can't be constructed inline. Change-Id: I80ff9eb677361dca2fd104ef85facf7b69e580d7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Peter Kümmel authored
- show cross and native in gui - add missing compilers Change-Id: Id48579d4e5dae3a68ed92c0cd2f41309e4f96753 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Peter Kümmel authored
The cmake wizard proposes also ninja if ninja support is available Ninja must be in PATH, but it is only called once, so it doesn't hurt. Task-number: QTCREATORBUG-7720 Change-Id: If3c9c7ae55e6990fa16b031fc2998a8d8d9ed17a Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
De-pimpl qmljstoolssettings, no need to pimpl a simple pointer. Add using namespace TextEditor. Remove direct instance access. Change-Id: I6b07d209a387d31735b95bc35e60a49a3ace7ca2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Thomas Hartmann authored
This function was broken for Item. Change-Id: I772a2fd1b63933ba1134c824eb245b78d0270d9d Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We do not need to support import Qt 4.7 anymore. Change-Id: I34588117cdd54be17621a6fe102c98f105bc240e Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 21 Sep, 2012 2 commits
-
-
Christian Kandeler authored
They are deprecated in Qt 5. Use fromLatin1() and toLatin1() instead. In Qt 5, these always do the same thing as their "Ascii" counterparts. The same goes for Qt 4, provided QTextCodec::setCodecForCStrings has not been set, which it hasn't. Change-Id: I04edeb376762b6671eff8156094f0d5e2cb8e1ea Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Kandeler authored
They are deprecated in Qt 5. Call std::memset and std::memcpy instead. Change-Id: I53c22283208b4d6fdfcba870c3b141f3c02001bd Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 20 Sep, 2012 6 commits
-
-
Christian Kandeler authored
These are deprecated in Qt 5 and can be trivially rewritten using a construct compatible with Qt 4 as well. Change-Id: I9cb9ab8b7b4ee75c7510ec2648b69dd204c87da4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
Fixing a regression in the meta info system. We follow now Qthe Declarative1StateOperation convention (note the 1). Since this data is provided by Qt Creator it is independent from any Qt version. (4.8/5.1) Also the type comparison was broken in NodeMetaInfo for <cpp> types. PackageName() does retrieve the package name of the cpp type which might be different from the one used in qualfiedTypeName(). Change-Id: I5cdae37c2024cdc89824e68168c16e2050051d06 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
A regression was triggered by testGradientsRewriter(). Trailing "0" are not nice. Change-Id: I0243ee8250c98cd5742b79af0d0cfef74357b074 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
On Windows the exectuable is in either the debug/ or release/ subdirectory. Change-Id: Ic4a155a5d0cd5024c3d8aedf86e8def094a2a84e Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Christian Kandeler authored
Change-Id: Ie49bdf576a6d3543aef6df133b27c8827775c935 Rationale: a) It is conceptually cleaner to do the changes to the model in between calls to beginResetModel() and endResetModel, respectively. b) The function is deprecated in Qt 5, for exactly that reason. Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
qVariantvalue() is deprecated in Qt 5. qvariant_cast() does the same thing and works in Qt 4 and Qt 5. Change-Id: I922329d3a47fe394669f5d97a25f0825d3d2dea5 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Sep, 2012 15 commits
-
-
Christian Kandeler authored
Change-Id: I023ba83f3dfc8ba51a6dda6236d0156358a2e592 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7873 Change-Id: Ief2ea0b7748eb003306fa2b6928dfded1e00ef43 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I16d9cd129701e605256da93b5ecb3c03b65b2e45 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This is to prevent throwing out tool chains the SDK wants to register. Change-Id: Ia49552bcffd98cf4579784047f9a425b2279b83f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I9ac0988cd312e032e4d5e2ad03aba309ff7cbef9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Change-Id: Ic109cb574986eeec39057d81ebb35de7639bfdcb Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7884 Change-Id: I40525b2d35e7c5a806d4047bd5b503937798da0b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7893 Change-Id: I80870916081bc3b7464417173b74020aed40d485 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Christian Kamm authored
This time in the 'new' expression. Changed it to make new C(1, abc...) and new C{1, abc} work. Change-Id: I7232798fd083b653ee04ef9ede386d6536133e16 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: I94eab64442a89571dd0323f76cacda89cf39e309 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kamm authored
Change-Id: Ib784df9e17ff2fe6bb249dcf8c2fee7310340f50 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
So class C { C() : _x{12}, _y({12}) {} }; now parses correctly. Change-Id: I4281dcb0541a86b550e74630cad6ae0a59fef1b4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
The qbs build of this plugin is constantly being broken by its maintainers. Due to its convoluted structure, it's hard for others to keep the qbs files up to date, so we give up on that for now. We can re-enable it later if and when there is more consideration for qbs. (This patch also contains one last build fix.) Change-Id: I37f8bea3ee65cb62857e7d6649eab4e6d129eb5b Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Tobias Hunger authored
and not from Nokia/toolchains.xml. This makes sure the SDK settings and the personal settings pathes differ in prefix only. Change-Id: Ib3a742d28258e86912cb820ff6c9d0c1b44c1763 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
and not from Nokia/qtversion.xml. This is so that the personal and the SDK settings only differ in the prefix. Change-Id: I145ffea19275b03429478b01d135b95655867252 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 18 Sep, 2012 7 commits
-
-
Tobias Hunger authored
Change-Id: I997873592da6de71d351bcfff0bfefc646a93b83 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Change-Id: I5ac2e6346b9a0e18fb3ea115f5ebd723e06e512f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
The ctor creates a m_stepList, which we need thus delete in fromMap. Likely the m_stepList could simply be initialized with null in the ctor. Change-Id: I3fdb31b135b4b6ea528e0666117b63c2b39764cf Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Prevent dialog showing "No executable" when canceling the prompt for the executable when pressing 'Run' / 'Debug' on a library project. Introduce new LocalApplicationRunControl::ensureConfigured() to ensure the configuration is complete and detect cancel via empty/non-null strings. Change-Id: I9bd4a296e7c995d26d6ad265519e7ebd3f98d6fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
David Schulz authored
and no extension is now handled as a plain text file. Task-number: QTCREATORBUG-7591 Change-Id: I21471315cb6144f27c374e0919fd16e62f7d8f2a Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-512 Change-Id: I09a52bcf98e0f2c0bc2e68df4821f94714873580 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Eike Ziller authored
Deregistering the old documentation must be delayed till the help engine is set up, because otherwise the list of registered namespaces is empty. Task-number: QTCREATORBUG-4605 Change-Id: I08288129fe24a80b7af090c3aa5dd13395bc6093 Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-