- 17 Mar, 2014 9 commits
-
-
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 19 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>
-
Alessandro Portale authored
...more links to come... Change-Id: Ic500f38995bf515eda80c0720d1fdd7718e5ff54 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Ulf Hermann authored
Change-Id: I860cddcea23692fd8c9b69b849e7b1fb50e9113d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kimmo Leppälä authored
With the latest Android SDK Tools installed deployment to Android Virtual Device failed since the format of "android list avd" changed to include device tag information. Task-number: QTCREATORBUG-11658 Change-Id: I72a2427dedfaf0cd7638b9805c545fda0bd6598e Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Kimmo Leppälä <kimmo.leppala@digia.com>
-
Christian Stenger authored
Change-Id: I994379476ab52df75a4a34a8e0db025ee2f3df70 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- 13 Mar, 2014 12 commits
-
-
Robert Loehning authored
Command line information appears in Version Control view, not in the dialog anymore. Task-number: QTCREATORBUG-10531 Change-Id: Ib3a501e32d6105a78d8e4f4f1ad019de22e3ef3b Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Kai Koehne authored
Change-Id: Icdc458b7deab5903fd997051947224f9c8d26945 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Ulf Hermann authored
Otherwise we throw away important parts of the output. Change-Id: I7ab6989c19660bcbb53d6ff61eda62878044ded2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11719 Change-Id: Ib24dd7bf644bbebca3d9a694ec2b98709cfd6cf2 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Nikolai Kosjar authored
As the name function name suggests, true should be returned if the declaration should be processed. Otherwise false. Change-Id: I8d266d99c579b331fee8772bde47aa1a466dae9c Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...since it's aligned away anyway. Change-Id: Id8a3c6feeb53f5d6f4f4338ea9031d7c57f312d0 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikolai Kosjar authored
Change-Id: I24b6f6d698051d1ccfe3f0d83078c26d8de193fb Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Fawzi Mohamed authored
Correctly collect qml files when the language is not specified. Change-Id: Ieebfc543108ddb716479ac4524ef14063dd225ea Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Joerg Bornemann authored
Change-Id: I5550395cfff2031b938a022f9ec01817e7248864 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Joerg Bornemann authored
A simple line edit to display or change the arguments that are passed to windeployqt. Task-number: QTCREATORBUG-11693 Change-Id: I059f5c2af3fce17f9f8463ecfa2af91f21ffe6d8 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Kai Koehne authored
Not sure what this code path did originally, but since at least Qt 4.8.0 examples, demos manifest files are only in doc. Change-Id: I6edf1f712fc06d290edf0fe978a6635966084e60 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Kai Koehne authored
Remove fallback file, and rather use the examples-manifest.xml, demos-manifest.xml files that are part of Qt 4.8.0 or newer. Change-Id: I6291bd01b75b891a5ddab7fb01cdfc29ed8bec34 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-