To clarify that it points to the executable not a directory
Task-number: QTCREATORBUG-10680
Change-Id: I78b13033e21425b8f1662b63316687c13c7755a0
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Update code model if e.g. the Qt version in the active kit changes.
Task-number: QTCREATORBUG-10656
Change-Id: I4263833c23c2b00035d15faa9725adbb734f8366
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
I'm not sure how the cancel button gets that accelerator, but the
default button should not have a accelarator anyway.
Task-number: QTCREATORBUG-10608
Change-Id: I18899bfa039a82f0cbb2cf6ae0ed21a9f0e619d8
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
The index files are now fetched from qt5/qtbase/doc.
Removed the qt.index file that came from Q 4.
When building the docs with Qt 4, no links will
be generated automatically.
Change-Id: I0786745f218e4c854e08012664629a7697dcadf3
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This reverts commit 9ce63df00e0c06388a7cdcc90d1dc30d39bbbad4
Change-Id: I1291e8460a56187893c342e6f1beef7be57767a9
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Qt Creator does not have publishing wizards anymore.
Left a short description in the IDE Overview topic and
removed all other information and links.
Change-Id: I3c49648779a19036d200e1dec4f46116197c18e7
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Check the dimensions of the window being painted to before actually
painting the events and skip invisible ones.
Some primitive profiling using QTime shows that the average time taken
per event in TimelineRenderer::paint() is approximately halved by this
patch when profiling the QML widget gallery example and expanding all
categories in the timeline.
drawSelectionBoxes() is not optimized because the number of selection
boxes is expected to be so small that the overhead of the check might
outweigh the performance gains of skipping events.
Task-number: QTCREATORBUG-9982
Change-Id: I42e533c11e3a17f9d63b61ce5e4192c8f40e1be9
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
::initializePage() is called multiple times, so those should be done
in the ctor
Task-number: QTCREATORBUG-10643
Change-Id: Ic684bfc6f4352c39d42789abab1c29b6402185d0
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
QFuture limits the signals that are emitted for progress. A disabled
step takes so little time that its progress information is lost.
Since technically a disabled step never finishes, counting them in the
progress was dubious anyway.
Task-number: QTCREATORBUG-10606
Change-Id: I1860c65242282e8e2890f4977c487a6e6dcfbf2d
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Allows to kill and interrupt remote processes with the pid.
Change-Id: I22befc04dafbe2a7f132bddb3e17a2b48579ef3c
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
Calling fromLocal8Bit() for literals is wrong, since that depends
ont the user's environment. We use latin1 strings exclusively in Qt.
Change-Id: I0cd0986787ea630425773672d3a892fbd0f0a77a
Reviewed-by: hjk <hjk121@nokiamail.com>
Returning a generic QWidget* here was introduced to prevent people
from accidentally using static methods via instance()-> . Anyhow,
it also breaks code completions for signals and slots.
Change-Id: I2933d5686c1a7e325c6c08c376fbe65ca657c365
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
The Qt Quick application wizards were combined into
one wizard and the wizard for importing existing QML
projects was removed.
Change-Id: I2761c0065541a54bb3efe970ed9481352adc9fec
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
These causing warnings when applying translation patches.
Change-Id: Id260369ac59b4218bf5b8391eb547aec58ffd3f5
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
For some reason gradient stops end up in the navigator model.
This should be fixed for 3.1.
Change-Id: Ic447a6907409e4e9776cfd164a49bb6194cc4cab
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
At least theoretically, on our side. Practically the output
seems to arrive all with ldb.SBProcess.eBroadcastBitSTDOUT
from LLDB.
Change-Id: I61cfb1e01193c57e06aebeaa8defa11809e24c50
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
disconnectClientSignals only disconnects signals of objects that are
deleted directly afterwards. As deleting a QObject automatically
disconnects its signals it's unnecessary to explicitly do that before.
However, if QmlProfilerClientManager is deleted from the destructor of
QmlProfilerTool, receivers of those signals may have already been
deleted. This can lead to crashes.
Task-number: QTCREATORBUG-10634
Change-Id: I1e5ce7a6ac4b331fa423987e3a8faa3584b991d2
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Following matches are likely to be merges, and not the branch that the
first commit originated from.
Change-Id: I80a442bf9f7bc7f5859a1f4c3d3e167d55b28241
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
The remaining patches are currently not actively used, and unlikely
to be used again in the future.
Change-Id: Ie2cc47d5076f5e28b8182c0ff06621f576c81d34
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
Reviewed-by: Rainer Keller <rainer.keller@digia.com>