- 24 Jan, 2012 2 commits
-
-
David Schulz authored
During the start of the remote analyzer you can choose the network connection to the remote analyzer. If you cancel this selection now the progressbar is set to canceled, and will disapear after a certain amount of time. Task-number: QTCREATORBUG-6014 Change-Id: I944f27adec11200d417266183e3d371606c89112 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Change-Id: I021074a78d90929b4e83b8aff9db1ae7995e8c6a Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Jan, 2012 16 commits
-
-
Leandro Melo authored
Should have gone in the previous fix commit... Change-Id: Ibca55cbd6fd58caee7d61f5e8f8c37f67391c597 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Daniel Teske authored
Used on the mac. Change-Id: I6d96d9c706b1f4b94482f31cd87c4db48792b062 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Friedemann Kleint authored
Change-Id: I407b2cf2e1d6efa627724e893ea425bb653cdc7a Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Leandro Melo authored
Througout the initial review the singleton was transformed into an ordinary class, but a error was introduced: The "reference" file was incorrectly assumed to be the editors file, which is wrong, since it should be the declaration file. Change-Id: Iad3e25a690fa8bd07a18184b24b10f8dea965332 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Kai Koehne authored
Fix regression introduced in 9e8f935a while at the same time decoupling the 'useServerStartScript' setting from whether the engine uses requestRemoteSetup, or not. Task-number: QTCREATORBUG-6841 Change-Id: I0850ec60e0f45ac66ba6736bcb9f75fdf73c1d23 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Change-Id: I2257ffc837d69f37251ef7a4ba9a18afe5378767 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: I0e8cd904d6b5a89d7134f2b61e6bc549668792e0 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Fawzi Mohamed authored
mostly uses original whitespace (for easier merging) Change-Id: Ic3ced878f2ab77f86a06c4135636e659716588c2 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Kai Koehne authored
Fix gcc error: taking address of temporary Change-Id: I24e9be4a5e351f61b151a502bb3ca3d52473f41d Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Eike Ziller authored
Change-Id: I7f9c2d27fb4e38866443d066f5c8a4946aaa1b17 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Daniel Teske authored
Reported on irc Change-Id: I67aa0aac481b64401ae8918b94438ae442389c28 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Leandro Melo authored
Change-Id: I22dfa74f8f10a601103b179eb037604d5a747077 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
The action should only be enabled in the QML editor context. Task-number: QTCREATORBUG-6709 Change-Id: I7d34f3eebb674d07e41fad5d6027d2ce37db9161 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
David Schulz authored
if cancel button is pressed in the progress bar Task-number: QTCREATORBUG-4644 Change-Id: I651af0a88a96d40e794bd2c63150276eef12131f Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
This patch introduces a priority-based mechanism when searching for certains symbols in the snapshot. The priority corresponds to how similar the file path from the "reference" symbol is to the file path from the "candidate" symbol. This solves a variety of issues when matching "equivalent" symbols but that are in another file/project, such as when following a function declaration, a forward class declaration, or adding a definition through a quickfix. There's now a symbol finder which will compute the "best" search order and cache the most recent results. A consequence is that following symbols in some cases is slower, but not apparently significatly. Note: The "find" functions were moved from the Snapshot to the new SymbolFinder class. Task-number: QTCREATORBUG-6697 Task-number: QTCREATORBUG-6792 Change-Id: Ia518f014275fec1f4d0cb3224bd4e06a9df6d557 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Nikolai Kosjar authored
Change-Id: I03a3d020336dab4d2f1f85c77138d8df6246c174 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 20 Jan, 2012 14 commits
-
-
hjk authored
Change-Id: I5bb5aae496cc1d8b53bf4911d651a10ab52ca924 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christiaan Janssen authored
Change-Id: Ie180ecc8d336bca1713edd5eb5fff0681c641b9d Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Teske authored
Change-Id: I114a30b2278e375cde27fd4be3e8f6791c387400 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Christian Kandeler authored
There is no reason to bother the user with the protocol-internal strings. Change-Id: I7ebec9147b2d00cfdc779920d9ceb18e26c59755 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: I7b4b5e25aba9f2de9cbfde0f4553685cd4e01346 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
- Add missing tr() - Fix potential crash constructing QString(0). Change-Id: Ie35c047800a60410ca0886f8e50be1670c8375e9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Bojan Petrovic authored
https://bugreports.qt.nokia.com//browse/QTCREATORBUG-5520 Change-Id: Ifb163adb2609e17cdbc3df1e90b7e583c75fac49 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
Change-Id: If9c8c58f1b86fe8b32f24240bd256b5bb8790c6c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christiaan Janssen authored
Change-Id: I1a99c3508de733d98eb99f41419eccfdca030fe0 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Tobias Hunger authored
Change-Id: I8f314486a50f9b7015572615d2306d5c7e2f1670 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-5474 Change-Id: I6a2e872ac64a6ae57ff1ee9618937f0752fbb4ed Reviewed-by:
David Schulz <david.schulz@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Hugues Delorme authored
URL and email addresses are recognized in log and annotate editors so the user can interact with as it is usually done with VCS change identifiers. The design of "text cursor handlers" opens the path for further support of other contents like bug id of the form "QTCREATORBUG-XXXX". Change-Id: I88f553cf8ac90678ace52144ba0b43604279a234 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Oliver Wolff authored
Change-Id: I8af36be42a8c129f1f3b19ea1b30b12497c0cdc7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Aurindam Jana authored
Change-Id: I3120e1485cd81beb48d7a2cc1f6395708cb0e722 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- 19 Jan, 2012 8 commits
-
-
Tobias Hunger authored
Change-Id: Ifa168b95d290bfae5c342981c4e4556d6f6913eb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: Iec8b37812faca5584d268712181ffeca98ef6e8a Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Change-Id: I9c8132b4af2d1664622e4574e0c442a96b88c778 Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Change-Id: Ib0e0a2bbf0fa7d109a3910d0814ec9edef130dc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Change-Id: Iaa45ff106f5f71a2c7f4729c64c281921b855f80 Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
This can happen e.g. inside the QmlEngine as part of a QmlCppEngine. Change-Id: Id649086b3febe91e73d4784f3abb7f6d7a0d0d50 Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
Change-Id: I0b42953b7bce6b594387777691aca4c2683a5828 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Daniel Teske authored
Change-Id: I23765629a2c95c65f3ff3dc5c948d3386aeb962e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-