This reverts commit eb5edae8eb.
Because we get crashes with QQuickWidget
Change-Id: I63546f4c59e382019cb8524e32071dc9ad8fd171
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This reverts commit 7d43664958.
Because we get crashes for QQuickWidget
Change-Id: Id3ff197bf5452abefad07dbadb4f7a509f117dfb
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
We want only count the compiler commands to get a reliable progress bar.
Change-Id: I99ce26cba857bdd143892d9e9e6d86b7278d63f9
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
The debugger is stopping the alive commands so the puppet is restarted.
Change-Id: I80e8f0ea4d47dd49e15f41471410dded33355579
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
There is no reason why for qbs the plugin should be built on OS X only,
when the qmake build has no such restriction.
Change-Id: I8486ac20b6708c542b2920e946446ba382e0b75c
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Fix warnings about const argument in virtual method signature:
src\plugins\ios\iosrunfactories.h:70:
warning: C4373: 'Ios::Internal::IosRunConfigurationFactory::doCreate':
virtual function overrides
'ProjectExplorer::IRunConfigurationFactory::doCreate', previous versions
of the compiler did not override when parameters only differed by
const/volatile qualifiers
This apparently was missed in 93304df038
Change-Id: I3402b6b4899d963dc8270e959de0e8dcbb0c15b1
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
putting file specific log categories in anonymous namespace
avoid the possibility of nameclashes.
Change-Id: I17a07015ffe1c539824fcfcbc2296335d9225dd1
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
SortedTimelineModel only works with perfectly nested ranges. Specify
what that means so that we don't stumble over it for the (n+1)th time.
Change-Id: I77f276ba9152fb023d875d0f326e7d646945d3a7
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Refactor code a bit. Now DiffEditorController has a pointer
to DiffEditorReloader.
Change-Id: I224579127f112923bc665cd59717b0c4d833981b
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Add all the missing bits and actually use the filename for sorting.
Change-Id: Icc2a07d297fe17423aa23bf58a602dfa0dcf5a87
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Don't accidentally reuse the EventViewItem class from the events view,
drop the column number as it's always -1, and actually use the file name
for sorting instead of random junk. Also add all the missing bits
necessary for sorting all tables by any column and drop the hash string
as it's useless.
Change-Id: I26dcdd229f1f1ef18f68edcb6edfb0427a2e2e6f
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Remove left-over references to Find and Locator plugins.
Change-Id: Ica0d9c4eff0c7da6c92e4ef7d74ef3874c8dfb20
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
... when macros are used in function definition
Task-number: QTCREATORBUG-12314
Change-Id: I811f93cde3dffa75fb71684569706f284939d7f5
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Quite a few things have changed and the documentation should describe
them correctly.
Change-Id: I21a1f81022f21500c069b641744a37eef9eaa6b9
Task-number: QTCREATORBUG-12590
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Since the path must have correct case (for case sensitive file systems),
we should only take into account if the "file name" part of the search
string is all lowercase or not.
Change-Id: I6bd49f7ac37cbdd39b995a75f1b81083c9df74d3
Task-number: QTCREATORBUG-10843
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
-can be used for referencing Qt Creator's pages from other
QDoc projects.
Change-Id: Ifdb82a8995976580876523f5bd6efb688bdfb9b1
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
In TranslationUnit, the "normal" lines are based on utf16char offsets,
but the preprocessor lines were based on byte/latin1 offsets.
The preprocessor lines are now based on utf16char offsets, too.
Task-number: QTCREATORBUG-7356
Change-Id: I3c41d1dcee8e9e487210f36da806b0229d3f4cd0
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
...from the semantic info before trying to use it.
Just after opening a file and using Follow Symbol the semantic document
might not be yet calculated.
Change-Id: I62deaf86415a2e2b0d7f1285f90bdcd9b5925a2e
Reviewed-by: Nikita Baryshnikov <nib952051@gmail.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Instead of having two lists of paths, now only one list is used where
both include paths and framework paths can be mixed. This reflects the
way the compiler is invoked, and retains the (correct) search order.
Task-number: QTCREATORBUG-11599
Change-Id: I373953e3e305df5b7a0d10920e12d146584adf9f
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
When getting debugger finished after a device disconnect it might
re-enable the 'Start Debugging' button although debugging is
not possible.
Task-number: QTCREATORBUG-12585
Change-Id: I8901b440bb3e90e5f29cdeba2f6629d157c2e335
Reviewed-by: hjk <hjk121@nokiamail.com>