- Oct 18, 2013
-
-
Tobias Hunger authored
qmakeProperty and qtVersion call that implicitly already. Change-Id: If4596740b9da02ef662b9831019f19c4d679cd39 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Those are owned by the DeployConfiguration and we should not copy those settings since we may belong to a different DeployConfiguration. Change-Id: Ibb80eb808c8e0f790b35e38bb3dfcf357cf579d2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Add a "OK" button to the message box informing about a failure to find any project file in the freshly checked out directory. That way the user has a way to close the message box on Mac. Task-number: QTCREATORBUG-10429 Change-Id: I9e1a4a2f368982dea2b0060f3f35dcb97d8936a3 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Kandeler authored
Remove timeout check (part of DeviceProcess now), react to the DeviceProcess' error() signal, remove unneeded members, improve messages. What's left is a light-weight wrapper around DeviceProcess suitable for run controls. Removal would result in identical boiler-plate code in several places. Change-Id: Ib306369df8dbf72dddb8ca305d256870a121dd63 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
This reverts commit 5be56c07 except for its tests. While it fixed the problem described in the bug report, it also introduced regressions. For now, we use a hard limit. Change-Id: I19a85be454e3d7969371707e3eb1c3d42a16ecee Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Christian Kandeler authored
People do not expect directories to be created as a side effect of opening a project. Task-number: QBS-304 Change-Id: I820a1311d534a4a76a4660588c4e9d71cc03f153 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Those return a invalid QVariant, so handle that explicitly. Change-Id: I50726552aeb76d21032c119c5ea2db48e6d88e8b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Invalid Ids are used to for "No Debugger", so do not try to fix those values. Change-Id: I141f969524e1faffa66a22c2a08ef18ec4d7fc23 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Otherwise, qmake properties can be wrongly read as empty. Change-Id: If63a306664758c01529b437fca30f5222b75f02f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This is a low level method which is not useful for normal usage. Change-Id: I5fd1c019856a8a84299f5b11c159ea6b0f5131a9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Change-Id: Ie1aa0547281d9a1ab31f00e44c4e09dd96c60543 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Also rename/change highestAvailablePlatform to highestAvailableSdk. This fixes a bug reported on irc, where the lists for sdk and ndk were different and the highestAvailablePlatform was not available as in the sdk. Change-Id: I17fec9e8ce1913e933ddcf8eaa21d6bb6e14c5be Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
The available platforms in the ndk might not be the same as in the sdk. This patch is renames everything using the ndk platform list to ndkPlatforms, except the highestAvailablePlatform which wrongly uses the ndk platform list. Change-Id: I02d9b68bbc27b0c748281678fe654d5f4244578d Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
besdtMatch finds a ndk version that is at most the targetApi passed into it. Since we are passing in the fallback and lowest possible api level that qt supports, the function would return at most the lowest supported version. That's not very useful and cannot have worked, so simpy return the fallback version directly. Change-Id: I5e4757639099af4d207f928b0335d28efd75a02b Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Eike Ziller authored
The snapshots at the moment of search were held as long as the corresponding search result panel was kept, to allow mapping of the old symbol to the corresponding symbol in the new snapshot. Now we just save the file name and ID of the old symbol. Change-Id: Iaf3c9ca27ec2b788f142bd0dd6b86e34e66d5c8b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
... use the current kit name instead (in case it was renamed since saving the project). Task-number: QTCREATORBUG-10401 Change-Id: If329d3441eb27a4322cb346849e4b73296d5bf88 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Eike Ziller authored
Open external webpages in external browser. Task-number: QTCREATORBUG-8433 Change-Id: I760f6c5705046a6f8b7ebec3cd7b32253738e0df Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
David Schulz authored
Change-Id: I88493d24a13b67b0768664db0504ce62d0a101aa Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
Change-Id: I6184eaede3b89933d4ac54a18004319409e72347 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: I1e4283a5727db976d999d4cf4c7e444de8592566 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Eike Ziller authored
Since the changed signal was moved from the editor to the document, we now need to set up all the connections in the setupDocumentSignals. Otherwise split editors, which get a different document after creation, do no longer set up the right connections. Task-number: QTCREATORBUG-10301 Change-Id: Ifc7b426abf87ab73ea37379c1a55e5af2005fc43 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 17, 2013
-
-
hluk authored
Change-Id: I4e9d8c6780ce4241e6bcbcca6fd7f5b792fa03f1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This is a hack for now. Task-number: QTCREATORBUG-10410 Change-Id: I1f6cdc31614231b81588b100a5a03a4308013774 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-10410 Change-Id: I76f6b430c277b6b7750c1c0b0de71e689dfea7de Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Paths passed to Qt Creator API must be cleaned. Make sure that the file path that is opened from stack view and when stepping etc, is cleaned. Task-number: QTCREATORBUG-10119 Change-Id: Iaac9b15e76cf8dff514889f201c4f65330145d16 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Iee0989bd3581f3b61eb975d58bc1c9e119e27d89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I1fd01d46127b2a1dc351c789c9ba537515baba0b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: I9fe92f4e1e91e7a4a80a34e802d0d6b8d92b77e4 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Instead of actual file. In case currentFile is a directory, it is cleared, and project top level is used instead. This leads to unexpected results. This patch corrects repository resolution in stash dialog when opened inside a submodule. Task-number: QTCREATORBUG-10397 Change-Id: I070cc7f9cbebe3be800dbbb9569cf73f540a6d14 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I173752a41da7b34d64cb7e3e423992be464fc73b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Change-Id: I653231939a9495395cbe36de26b67e1535d2169e Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
David Schulz authored
Change the preprocessor popup to a dialog. Save the additional preprocessor directives to the session instead of the .pro.user file. Change-Id: I0d08c5684cfb21e822cde0a965c9cf14e5d6d47d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10290 Change-Id: I83a3ccef58ab1a4c2a486f20620a11e318c146ca Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Christian Kandeler authored
Change-Id: Id698999406f84412ef9341756fc4343b5e5adcac Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-10366 Change-Id: I6d5af5e7a59f3867141c8d7f098128d3db532ee5 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Change-Id: Idd9773c9f5165ac8a378ee109bf270641a2b3749 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Przemyslaw Gorszkowski authored
This is the first phase of fixing bug QTCREATORBUG-10320. This change resolves typedefs of template parameters(and resolves problem with endless loop). The next step will be matching appropriate template specialization (this is needed to solve problem with missing code completion). Missing matching: template specialization with the same parameters, e.g.: template <class T1, class T2, class T3> class T { }; template <class T1, class T2> class T<T1, T2, T2> { }; Task-number: QTCREATORBUG-10320 Change-Id: Icb6b539c021b2a67a66db9011a2e627f7d96526b Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
Do not trust kits with an invalid id, as there is no way those could have ended up being saved out by creator. Safe all other kits that were constructed using Kit(const QVariantMap &). This new constructor uses the code that used to be in fromMap(...), with some simplifications. Remove fromMap(...) method from kit as it is no longer used. Change-Id: Iac28ea9b85670e03088a4b7c5283af6b4b70c0fc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I1f4283a5727db976d999d4cf4c7e444de8592566 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Christian Kandeler authored
We cannot technically enforce a remote process to actually terminate, but we don't want the associated DeviceProcess to "hang" forever. Therefore, we now a) check whether the kill operation reports an error and b) start a timer after starting the kill operation. If the kill operation either "officially" fails or does not have the desired effect of actually terminating the process within a given time frame, we set the DeviceProcess to "finished" manually. This is the same thing that already happens when the connection gets lost, where we also report the DeviceProcess as finished, even though the remote process might still be running. Change-Id: I5620f90453463c64d3a84abd30f1ec7eec9d492d Reviewed-by:
David Schulz <david.schulz@digia.com>
-