- 25 Sep, 2012 5 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 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 9 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>
-
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
We do not need to support import Qt 4.7 anymore. Change-Id: I34588117cdd54be17621a6fe102c98f105bc240e Reviewed-by:
Marco Bubke <marco.bubke@digia.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 3 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>
-
- 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 14 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>
-
Christian Kamm authored
As a postfix expression. Change-Id: I65cae0571080a9fb699af61c661328ef06f97890 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
This will fix a couple more places where brace-init-lists and pack expansions are allowed but are not currently accepted by the parser. For example: foo(abc...); now parses correctly. Change-Id: I93710cef35154fea8437329f3174e4a2d56637b8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Change-Id: Iab707d855f98982697365f9a4cd7832877e64d17 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: Ic99ca897e7a3b9c82cf8c5093a90bf9c88dbb0ed Reviewed-by:
hjk <qthjk@ovi.com>
-