- 18 Mar, 2014 6 commits
-
-
David Kaspar authored
Change-Id: I39a04cc76896674e8df743cdc85a9f09c4857907 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
El Mehdi Fekari authored
Task-number: QTCREATORBUG-10485 Change-Id: I02081a45ce789992f22f79dc0fc3a60fe7ce439f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Erik Verbruggen authored
The flags used by the project explorer to interrogate the toolchain for compiler-defined #defines always indicate a C++ file. So, this will always include a #define for __cplusplus. When editing C code with the clang code model, this results in extern "C" linkage specifications, which result in warnings or errors. The proper fix is described in QTCREATORBUG-11709, but is too big to be done within the 3.1 timeframe. Task-number: QTCREATORBUG-11501 Change-Id: Id9e261fa8d429fead4a2cd5fd7398aa6e1e8c13d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Especially for mixed debugging getting the ID explicitly gives hints which part of the combined engine fails. Change-Id: Iab4b54d6e9fb8d4afd3df0855861511bc06454c1 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
Change-Id: Ide277128d30c4dcc5c396441ebd6e40aa3fc8b51 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
Lorenz Haas authored
Avoid that QDir::home() is potentially called twice. Change-Id: I9fca53f800be74f05d941cf9baa34eecb6c899cb Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 17 Mar, 2014 19 commits
-
-
Robert Loehning authored
Change-Id: I1184b15a8b225430b59e0abb35cd9395cb7d1850 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Robert Loehning authored
The button actually reads "Do Not Show Again". Change-Id: I9e8599d26f1fe4ce73af739833dcec1ed8cc9a07 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Thomas Hartmann authored
If there is no enum value fall back to the instanced value. Change-Id: Idd4654d6e9fb8d4afd3df0855861511bc06454c1 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Thomas Hartmann authored
The control has to use the new enum api. Change-Id: I73e86ac1c4f2c3fe4373b12968ac86fbbaee64aa Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Thomas Hartmann authored
They have to use the new enum api. Change-Id: Ib4ac7d56512007cb19fd7e6a65413198a9d90719 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
El Mehdi Fekari authored
In order to use the correct mkspec in the qmake step, the qt version mkspec needs to be explicitly listed in the QnxToolChain suggested mkspec list (Otherwise the first one found in list will be used). That is currently broken due to the following issues: * The mkspec for BB armle-v7 target has been recently changed to blackberry-armle-v7-qcc, which was not listed in the QnxToolChain suggested mkspec list. * The Qt4 for BB armle-v7 uses the "default" mkspec which is a copy of the "blackberry-armv7le-qcc" mkspec. The mkspec name should be explicit in order to be found and used. Task-number: QTCREATORBUG-11674 Change-Id: Idb53d22e7c4b746b23dd3a65c42d00dca5c27d0c Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
Robert Loehning authored
Looking at the screenshots, fails might be timing issues. Change-Id: Ia17b766e332370b3392161d79c774d94f3c1b790 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
Since Qt Creator 3.1 will be released before Qt 5.3, bumping the version number and enforcing to rebuild the puppet creates a huge hurdle for end users. Change-Id: Ic85a2ed315cf67b7d47bdfa492e6c5d2adf719d9 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Thomas Hartmann authored
Older puppets crashes if we send enumerations so we convert them before. This patch has to be reverted in master. Change-Id: Id33e776616ea6e74c7b14799e3aed130c39f8fed Hotfix: 3.1 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Ulf Hermann authored
Without this, a trace will change if you save and then reload it. Change-Id: I78bc6c58df2eb79305c069a5e45f62f9bf58c4ce Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Topi Reinio authored
Because the Qt Creator documentation depends on Qt reference docs for linking, qdoc will generate a collision page for index.html as it exists in both. This change prevents linking to the collision page in the navigation links by using the page title as the link target instead of the file name. Task-number: QTCREATORBUG-11035 Change-Id: I5638e09b60543dc2068b0e4a269f8f72d4655b48 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Nikolai Kosjar authored
...so we can easily check if the bug is in (lib)clang itself. Change-Id: Id6dfd8014efc1c7704265b99697f19ab990286a7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...so we can rehighlight if it's requested by the editor. This is e.g. necessary if the font size changes. Task-number: QTCREATORBUG-11502 Change-Id: I608921899fc37fcf1394db9ff041e6b378196bdd Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...in order to be able to full-rehighlight on the next turn. The following sequence was problematic: 1. recalculateSemanticInfoDetached(true) * e.g. triggered by opening the document 2. recalculateSemanticInfoDetached(false) * e.g. triggered by moving the cursor * cancels 1. and leads to incompletely parsed/checked document - OK 3. startHighlighting() * triggered by 1.; starts highlighting on incomplete document - OK 4. startHighlighting() * gets a completely parsed/checked document - OK * not forced, so just compare revisions; they are the same, so skip/return - a partly highlighted document is left behind. Task-number: QTCREATORBUG-11367 Change-Id: Ic56e00e862ec4a1ffa197b2fc8b48be56a3562de Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
e.g. changing cursor position or editing text. CPPEditorWidget::updateUses() does not depend on the highlighter, but only on the semantic info update. Task-number: QTCREATORBUG-11367 Change-Id: Ia9f5ed7c2adc6899995a5d966a20e45b2f87d9e3 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Robert Loehning authored
Change-Id: I7f1ae5f9b483a97266358d71c545b157e743e853 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Ulf Hermann authored
The timeout signal doesn't contain the QML port but we might know it if we've explicitly set it. The previous logic makes no sense at all. Change-Id: I820255e492e919ee916a5f859d7809a6c5233399 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Kai Koehne authored
Change-Id: If040844310105970f645f413cfc005abdb95994c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Ulf Hermann authored
Most of the time the port is not announced on stdout but on stderr. Change-Id: If72bb7f65dcfe7e697de2545d33e99ddb6363ecf Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 14 Mar, 2014 15 commits
-
-
Friedemann Kleint authored
Change-Id: I2a3aadeaebca04ebacc7f199fb953098113c92b8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Fawzi Mohamed authored
update iossim to be based on version 1.9.0, so that we can support the new Xcode 5.1. Keep the old version around and use it with older Xcode. Task-number: QTCREATORBUG-11714 Change-Id: I4ad9f922f22367c8371b3be68eae5b6dfdf4df5c Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Ulf Hermann authored
contentWidth has to be updated before contentX as the WheelArea underneath will clamp its horizontal value to its bounds on change and thus break the update to contentX if contentWidth is growing. As contentX is automatically updated by changes to contentWidth it's generally a good idea to prevent any reactions to that with a recursion guard. When updating contentWidth before contentX this becomes necessary for correct operation. Task-number: QTCREATORBUG-11699 Change-Id: I34fff7a55e93745d658e8cbb5ac3d430a42770e8 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Friedemann Kleint authored
Change-Id: Ibe184979568f5ba2d4635cf36c9206cf56d87bac Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Frantisek Vacek authored
We cannot set -qmljsdebugger arg in bar-descriptor.xml file since it can be done in DeployStep only. QTC architecture do not allows this. Current approach modifies already deployed MANIFEST.MF on the device. This patch has nothing to do with QML analyzer for pure QNX, it's purely for BlackBerry. Task-number: QTCREATORBUG-10520 Change-Id: I89e83c6ff70a7a35344ff7e3fe573fc19e797ccb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I251a859ca63bf932cb0d22ef11b5492b75ebcadd Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Leena Miettinen authored
The Qt Simulator is no longer mentioned in the docs. Change-Id: I8730e45c75f2e69dadc053ebfa205aa7b6eef5fd Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Leena Miettinen authored
Replace with "Qt distributions" or "installers" or rewrite in some other way. Remove references to installing Qt 4 SDK, because it is no longer available for downloading. Change-Id: I291f82702e21d953f2efbb0e634d6454b4bc17b9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Jarek Kobus authored
Change-Id: Iaac415d25ebfac507df73fc4b3977425df521979 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Kai Koehne authored
0x520000 is minor version 20. Use QT_VERSION_CHECK to avoid such stupid errors. Change-Id: I4408c0796b015f509ca9cfa8535dfdaf1603acae Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-11713 Change-Id: Ic8721235a6db34803585d69f5bb8c2b2439e04eb Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Daniel Teske authored
Change-Id: Iea72f2cb02b6b983cb90d4dd09c5e0fc1f8c0c3f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Stenger authored
Change-Id: I8a9d2e9e0027f60a9801ba9a20aab1c5e2991bdb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
If you trigger a fatal signal e.g. dividing by 0, you'll get a message with an "F/" prefix. That should be red, too, just like "E/" and "W/". Change-Id: I8bef7ebf4e8c7d7ac3794750306073043852634b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Alessandro Portale authored
Change-Id: Iec39fd4a44671c284e7442f40a1c3156a299437e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-