We want to carry over all mac-specific code paths
to Qt 5. WS_MAC is no longer set; OS_MAC is.
This change is compatible with Qt 4 builds since
OS_MAC is set whenever WS_MAC is. (OS_MAC would
also be set for the theoretical X11/Mac platform,
but that's anyway not a supported configuration
for Creator)
Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Add support for using of available theme icons (QIcon::fromTheme) for
Text fields' Qt Quick Toolbar at Qml Text Editor.
Qml Designer's icons are not changed as it has its own (dark) style.
Change-Id: If42798e24c62fb43a77a7ef3eaaf77a87920ed22
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Never use the combined QmlCppEngine if the primary engine is already
the QmlEngine.
Change-Id: Ic87816bbe67fdf4ab004a41db601e33383c570dc
Reviewed-by: hjk <qthjk@ovi.com>
The partition for /tmp only has a size of 4MB on Harmattan, so uploading
any somewhat bigger project will fail.
Task-number: QTCREATORBUG-6859
Change-Id: Ia90e9cf7d28c52a97185de02ad075374c12c2e60
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
The "ProjectName-build" is more common, and certainly does not cause
conflict.
Not all of the directories have to be called "qtcreator-build"
Change-Id: Iee671f6091756c09be4ab1192faf244f74cac034
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
when trying to debug a 64bit application under windows.
Task-number: QTCREATORBUG-2521
Change-Id: I38922a6bed09640ce88184e6913a9fbb1d7433de
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This saves one function call compared to the instance()->currentProject()
pattern and is typically less to type on the caller site.
Change-Id: I65568f30205fc90e2aaca7e8e7f0192241df8c85
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
The JS profiler doesn't use column information. This can produce
undesired side effects when changing the selection from the
QML pane if the signal bounces back.
Change-Id: I76d8c97c53b0c4800f855054cdb5ff5e8d034d65
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
When compiling the statistics the animation frames are supposed to
be skipped. The skip was missing in the event level computation,
which produced wrong results at the end.
Change-Id: I5aedc037bacd83cf89f778e08aa39a800c6d30ed
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This mainly serves two purposes:
(a) it saves a function call in ICore::instance()->foo() vs ICore::foo() at runtime
(b) it saves typing and reduces line noise when reading
It's also (mostly) source compatible, as ICore::instance()->foo() remains compilable.
Change-Id: Icf7be0bce17fefe3560473534a8991ff79cbecc3
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
on the last text postion
Task-number: QTCREATORBUG-5757
Change-Id: Icc1714a29e5eb74e7d6db413285232a2042f95f2
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This reverts commit 496ed22159.
Turns out that the code is used by a QPropertyAnimation.
Change-Id: Ia389710ff9e6f90f898f79cecf075fdf0a4ed6a5
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This fixes the issue pointed below and the general case
int which superfluous asterisks are generated.
Task-number: QTCREATORBUG-6823
Change-Id: I1c8659fb5734609d90cfad052804943b8b99d5df
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>