Sometime, in the most general case, the message is a warning, and not an error.
Two cases:
* linker returning a message like this: 'filename: warning: description'
* uic returns messages like this: 'Warning: description'
Change-Id: I2babe1de2753ea8b2871419f1b1405eb7ae73d48
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Now that we are iterating all the files in the project (instead of stopping at
the first success), we need a cache to make the switching fast enough on big
projects.
Change-Id: Ib7d63c93b3303c534ca53856d96333a822046ced
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
In case multiple files have the same name (in a complex project), find
the file with the most common path instead of the first one.
Change-Id: I75495dabe7ba8f5142d6b52e7c07d54d5d6f54bd
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
Prevent user from overriding the file to launch through the run configuration
dialog. The old logic was broken (main file was always the editor), and
arbitrary files can now be previewed conveniently with
Tools->External->Qt Quick->Preview.
Task-number: QTCREATORBUG-6683
Change-Id: Icee1d11e5063ca634e835bb57ffc77bf973ee93f
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
We want to stay in sync with upstream, therefore just disable the
warnings.
Change-Id: Ia49e3e5581dfe8719b622524f2484d19952b5b7b
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Shortcut was being interpreted as Shift+O instead of Ctrl+Shift+O.
Task-number: QTCREATORBUG-6747
Change-Id: I7d5fbc24df3af821e5aec5b4009954ebaab074ff
Reviewed-by: hjk <qthjk@ovi.com>
analyzerconstants is part of the analyzerbase plugin.
This fix building the valgrind tests.
Change-Id: I298fd08b456bd49bbeb12df4f2bb878e8452f76d
Reviewed-by: hjk <qthjk@ovi.com>
To me, forward slashes still look strange on Windows.
Change-Id: I68926de965f94963ccfe71e2040cb0c75c0d05ac
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Remove BreakpointByFunction capability as it is not supported
by the v8debugservice.
Change-Id: I60e3d0d6f5669f83fa621cd99f25512cad3dbb96
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
for gdb under Vista an newer Windows versions
fixes skipping a breakpoint in the first lines in these versions
Change-Id: I611ef0244cb7ceca9e86ed35220ab3200cc55c45
Reviewed-by: hjk <qthjk@ovi.com>
Color reduction should optional, and not done if image
quality deteriorates.
Change-Id: I3e64cc74d9138388fcfe18cabadfdac770a6d6e8
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
The ':' text item in Detail.qml was visible in RangeDetails
and SelectionRangeDetails. Looked like an irritating text
rendering artifact on the left of the Deatil labels.
I assume that the Text Item was of no use and removing it is
fine.
Change-Id: Ic9c4eec495219b288d18d2179197ffaf01e00afe
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
With the keyboard, when pressing return on the form template, we arrived
directly to the summary page, jumping over the class details page.
Change-Id: I4b54e77b01553b12cb8446d802f74ea5a265dddd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Set the function name in the break parameters when the breakpoint
is hit.
Change-Id: I40d13f273808f7ea44a7fd8c41284ee7f476d286
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Handle the case where debug break is due to interrupt
and not due to hitting a breakpoint.
Change-Id: I080ef779558432f9285fb94aaed548ecf476fb91
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This reverts most of 12f7a439d. It was a bad idea.
Task-number: QTCREATORBUG-6752
Change-Id: I048749a9dc888f36045f641de8fd2a1e3ae5d979
Reviewed-by: hjk <qthjk@ovi.com>