- 25 Sep, 2012 8 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>
-
Thomas Hartmann authored
Attaching a second RewriterView is not allowed. Change-Id: I54055b36f86cd1cff0313edfd405c128c5783705 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
We have to process events to ensure that the correct data is actually delivered by qmlpuppet. Change-Id: I5a8b18d20ced5c7b9279868c53fbee698a752b74 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Image does not exist have a revision 1.1. Change-Id: I012cf4e3636239665b45369717fba8c3c61c0352 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-7919 Change-Id: I12307c3fb6c20424c8b5aaf564a031924c755d25 Reviewed-by:
hjk <qthjk@ovi.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 17 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>
-
Nikolai Kosjar authored
Adapt the *.pro and *.qbp files to build unconditionally since the ifdefs are already inlined in the functions. Change-Id: I492f39600222a6174d4e16546bfa5a289965e8cb Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Hartmann authored
This header file is not needed and was moved by recent refactoring. Change-Id: I0899de93be4e6f03c42d94e128feaa203a12063d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Testing basic states for Qt Quick 2.0. Change-Id: I86b4dbaffa3ec340eb175a1cd687eef465d87efe Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Basic test for Qt Quick 2.0. This time using Rectangle (different prototype chain). Change-Id: I5500fa5d1a6e2d049404944be81f0b5657cefe3c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kamm authored
Change-Id: I7f843fa96e33671ecb135b9db6f68d9f2cbf2fac Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
This function was broken for Item. Change-Id: I772a2fd1b63933ba1134c824eb245b78d0270d9d Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Id98be8ec130eb5adfcbd490600369e8353f168b8 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>
-
Marco Bubke authored
The 4.8 Version of QDataStream is the lowest common denominator. temporaryOutDataStream.setVersion(QDataStream::Qt_4_8); Change-Id: I4aa681473b6349bd3e859f49d7233ff4a6d2911b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I85378c0a2884a7c8886482f38bad24210ef33d69 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Iaa7a744ecf13e011addc573a381ea523d2d50a55 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
David Schulz authored
Adjusted makefiles and patches. squashed some changes from orgad: https://codereview.qt-project.org/#change,35419 Change-Id: I380e0199f1dca971b6018f6501e87070ee79fc76 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Thiago Macieira authored
This signal must be ignored. QProcess and QTcpSocket routinely generate it and they have code to set this signal to ignored. Changing it in the crash handler is a bad idea. Change-Id: Ic8c020a0767ff0c5160d0ae470214de7fc569d5f Reviewed-by:
Robin Burchell <robin+qt@viroteck.net> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 23 Sep, 2012 1 commit
-
-
Thiago Macieira authored
These functions are only present on debug builds, on Linux. So don't call them unless this is a debug build, on Linux. Change-Id: I180c4a15fbfec15c585e4a8819a43065dba1e90c Reviewed-by:
hjk <qthjk@ovi.com>
-
- 21 Sep, 2012 4 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>
-
Nikolai Kosjar authored
Use case: You're working with a debug version of Qt Creator and you're interested in getting a backtrace displayed as soon as Qt Creator crashes without searching for the core file, starting your debugger, ... Once a 'serious signal' (currently SIGILL, SIGFPE, SIGSEGV, SIGBUS, SIGPIPE) is delivered, a popup displays the following debug information: - Qt Creator version (same as in the about dialog) - Kernel version (uname -a) - GNU/Linux Distribution (/etc/lsb-release) - Backtrace (by gdb) Please note that this crash handler is built and used only in debug mode on GNU/Linux. It's solely meant as a convenience tool for the developer. In contrast to the breakpad integration, this crash handler operates 'offline'. There is no network i/o involved. Change-Id: Idcfb1bf1ad68942615ecfe0dffc0d03154455049 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
hjk <qthjk@ovi.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>
-
Christian Kandeler authored
Was broken by f1962c9b. Change-Id: I27ba26497b787829c444f3b7760f7b1fd1d198f8 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 20 Sep, 2012 8 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>
-
Christian Kandeler authored
Change-Id: I1c30c49bc3e5d000a97591e300f23fe55698adfe Reviewed-by:
Joerg Bornemann <joerg.bornemann@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>
-
Christian Kamm authored
Empty lists would have a single null entry, instead of being null entirely. Change-Id: I5114cf1e0ecdbcde5631511ad03a8d559668ea80 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Sep, 2012 2 commits
-
-
Eike Ziller authored
Conflicts: qtcreator.qbp src/libs/QtcLibrary.qbs src/plugins/QtcPlugin.qbs src/tools/QtcTool.qbs Change-Id: I3acea26888febe8f96d2131932266ed88b9f55f5
-
Christian Kandeler authored
Change-Id: I023ba83f3dfc8ba51a6dda6236d0156358a2e592 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-