- 25 Sep, 2012 2 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>
-
- 24 Sep, 2012 2 commits
-
-
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 1 commit
-
-
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>
-
- 20 Sep, 2012 3 commits
-
-
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>
-
- 11 Sep, 2012 1 commit
-
-
Marco Bubke authored
Change-Id: I3c3455f411f18322a062f144e98461691d12ada8 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 06 Sep, 2012 2 commits
-
-
Marco Bubke authored
Explicit code is more readable than some short magic. Yes, that is not cool, but in the end more maintainable. ;-) Change-Id: Iac2f4e2dc3c4d7aa4d9be1f1e9d7dc3231d4d375 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Fixing typo caused during refactoring. Change-Id: Ibd0499bf9a77b9f754b92bbf0123506528331efe Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 05 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Namely: - path list separator - executable suffix - file name case sensitivity All of these are duplicated in various places in the current Creator code. Change-Id: I86eb4662fa3c2071759bd728cae1aaf7111ae686 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 04 Sep, 2012 3 commits
-
-
Marco Bubke authored
Change-Id: I5ea1eb67a0f3c919a05e142b669b7aa2fcec025d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I9d3bc10f770e4dedbef14bb98ea918e8cfcab5d4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I354fa0127732ac83a6cf33c9f19ff29897db8df4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 03 Sep, 2012 2 commits
-
-
Marco Bubke authored
The context node of the model node don't belongs to model because it has dependencies. Change-Id: Ia67a055a4beac33477485d05574134ffe4dc6ae1 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Marco Bubke authored
Change-Id: Ibe3352dff9d620656ca4279d67e1e622a3e4dd41 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 30 Aug, 2012 1 commit
-
-
Marco Bubke authored
Change-Id: I66340a32e7627432b8a0f7b1fc8e71486303c6a3 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Aug, 2012 2 commits
-
-
Marco Bubke authored
Change-Id: Id56143ee936cf07d38df59e4badec00a3a570c26 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Marco Bubke authored
Change-Id: I5fb2faca0b7322908ae7abb7633627b113035dbc Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 22 Aug, 2012 1 commit
-
-
Alessandro Portale authored
Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 06 Aug, 2012 1 commit
-
-
hjk authored
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 23 May, 2012 1 commit
-
-
Thiago Macieira authored
ICC complained: src/plugins/qmldesigner/designercore/include/propertycontainer.h(52): warning #1098: the qualifier on this friend declaration is ignored friend CORESHARED_EXPORT QDataStream &QmlDesigner::operator<<(QDataStream &stream, const PropertyContainer &propertyContainer); ^ The solution is to simply remove the namespace qualifier when the class is already inside that namespace. Change-Id: I2256ebe072b3f8db5288f72acb1388eabcb8325c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 04 May, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: Iffca99867b25500fc77bbcf1e17a50a7cc4cf832 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 17 Apr, 2012 1 commit
-
-
Thomas Hartmann authored
There can be holes in the prototype chain. This can lead to a type being its own prototype. Task-number: QTCREATORBUG-7300 Change-Id: I10c76decdf3d6490d468ad9dd1ea65f0cbacdfbb Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 07 Mar, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: I0bf982b508a237e5b1e6ba3279cb589bae1b1c1d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 06 Mar, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: Id353ab140a46e06ffc3abf667ab3b234e749e17c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 14 Feb, 2012 1 commit
-
-
Thomas Hartmann authored
Removing some comments... Change-Id: I48dddaf72caea84df883dc9f2f42f2c7eff1c0ce Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 10 Feb, 2012 1 commit
-
-
Thomas Hartmann authored
This avoids an infinite recursion. For some reason "" might be a proper prototype in some cases. Change-Id: Ib3af9d0ff2fbf87b2ba20a79e8b456831e7a940f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 18 Nov, 2011 1 commit
-
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-6558 Change-Id: I5e5719c7764df350f4e466b8f1e90bdeed872b3d Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 08 Nov, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I15a36c3f918c0ee16f30bc8366df505e0afac949 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 21 Oct, 2011 1 commit
-
-
Thomas Hartmann authored
In the case of "." imports we loose the package name. This patches "maps back" to QtQuick by default or maps to <cpp> if the package name is empty. Change-Id: Ibe8d782541d109049f3480c7dfd15de69d75da38 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 13 Oct, 2011 1 commit
-
-
Thomas Hartmann authored
Now the items are properly sorted in the layout. Change-Id: Ib1d65ef5a67e618f3e42841c92a5f1fce310d67c Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 12 Oct, 2011 2 commits
-
-
Thomas Hartmann authored
Change-Id: If02d4ae2c5c3dddd877fef80af6eebcd10914b5a Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
And switch all existing dynamic_casts to value_casts. Change-Id: I93b89358e4802080f40b332074c64f4e91a2bc4c Reviewed-on: http://codereview.qt-project.org/6311 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-