- Mar 23, 2012
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-7182 Change-Id: I153788664067445cece3c7ecf46cf8217539251d Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
If the node is a component it is not present as an item. Task-number: QTCREATORBUG-7176 Change-Id: I426e2e8bfdf9e0eced566c60e2721d3630ef554a Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- Mar 22, 2012
-
-
hjk authored
Change-Id: Ic20897a565c37d45d1521c8934ae0c4759fdef01 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Insert child items in sorted order if the "Sort Members and Classes Alphabetically" is set in Locals And Expressions. Change-Id: Ib21803326ec3f35c9541c08d876c4a38c0202a9f Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6501 Change-Id: Idfe050486db2d486e895bf6670cad3084871c44a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Aurindam Jana authored
Change-Id: I644207f5e8b149364e73abf7512240e918260072 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Set a parent when creating QtMessageLogItem. Change-Id: I8faf76059dcc517794a4eb3d202bc14cd1632ca8 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Mar 21, 2012
-
-
Aurindam Jana authored
Incase of global object, query the children only when needed as the response takes a lot of time. Remove cached requests when switching stack frames so that stale responses are not parsed. Change-Id: I70887773952ecaa61da21077ffec321fd5fabbb1 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
The data response was incorrectly parsed for watched expressions. This patch fixes the parsing. It also fixes removal and readdition of a watched expression. Change-Id: I1a9e2db3d4963d7fe12ed468ae5466a106011487 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
hjk authored
For the record: I still like the 2.4 one better, but this is progress. Change-Id: I56de3c5806d476e72d57dcf5dc2e1746a8f10f83 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
The new target setup jumps to project mode which doesn't have a help side bar, so it would always jump to help mode for opening the documentation. Change-Id: I83343950d53d230a176b1603ca729e4802972f6e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Mar 20, 2012
-
-
hjk authored
Change-Id: I054230bb910bdb400bd2494a449993bdb0bbf011 Reviewed-by:
hjk <qthjk@ovi.com>
-
Flex Ferrum authored
Now Qt Creator does not warn about lambda declaration with not empty parameters list. Task-number: QTCREATORBUG-6243 Change-Id: I07121a80fbca98c36820d1d8bb1be6e82ab96b12 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Aurindam Jana authored
QWidget::mousePressEvent() closes the widget if the position is not within the rect. A subsequent call to update() amounts to accessing potentially corrupt memory. Hence call update() before calling QWidget::mousePressEvent(). Change-Id: I850471d3a1dfdb0a4f0541a69fd2f239dbf8b5fa Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Stenger authored
Change-Id: Ib481931d637c8df04f1b2bd87bbd759d5f299e9c Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Mar 19, 2012
-
-
Orgad Shaneh authored
If a usable engine was found, there is no reason to display errors set by another engines Task-number: QTCREATORBUG-7150 Change-Id: I50cec27a127a0af34b5287c389df6ce6a797bb3e Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Change-Id: I4ea618fecb8901038b9be716fa8e7e54fa3cd931 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-7144 Change-Id: I204062de55e241ea7954f0e3bce123973028e076 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Molkentin authored
Change-Id: I521b43a5348599609c7d34c4bc1ad471e640bc44 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Kai Koehne authored
E.g. when we detect that the port is in use, we have to stop the noDebugOutputTimer. Change-Id: Idb3f4b91f78c55ab849e55c908e58abf052c3d00 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Since we directly called beginConnection in connectionStartupFailed we got a stack overflow over time. Instead, only try to connect every 3 seconds. Also remove special logic for mixed debugging: They should behave the same (except maybe where you're breaking inside QQmlDebugServer, but that's a corner case). Change-Id: Idf2f55e3d905a01065c123c708b50dbb88388d1f Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- Mar 16, 2012
-
-
kh1 authored
Obviously it helps to add the search term even if it does not contain special characters. Change-Id: If32e3e0b8b64fde99a3247dd6eee29928995591f Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
kh1 authored
Task-number: QTCREATORBUG-6212 We need to escape special characters that are used inside the search engine as field delimiter. As soon as the search engine proccesses the search string it will remove the character and we might end up with an invalid string, forcing it to throw an exception thats not catched. Change-Id: I8b66c87c3137a1f175ead5df85c7f53fdcb5193e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
We now temporily switch to insert mode instead. Completely blocking would break quickfixes in fakevim, as it keeps the texteditor in overwrite mode most of the time. Change-Id: Ibc492c80bf02fd2a203a607edc6966c338854a9f Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
hjk authored
Change-Id: I335ce9427f4c7abea84e109323869226c07e7f7c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Eike Ziller authored
The image viewer is not able to save, so we should not ask. Task-number: QTCREATORBUG-5966 Change-Id: I947520d7450704abda8395e8aaae56dfe7842328 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Change-Id: I7331ef9a9342347bd9610e9b2df6d671ed057fa7 Task-number: QTCREATORBUG-7135 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Change-Id: I5303814f38deba238120e57ebaad765ab089704c Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I702f9fc32310b01021bf3389c9c8cb88d9a1738a Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
It was a very stupid idea to call QApplication::processEvents(); here to avoid hickups. The processEvents() forces the whole designDocumentController managment to be be reentrant which it clearly is not (and should not be). The reason is simply that resetView is called from there. Adding a "flag" for the processEvents is also not a reasonable option. This was just very bad style. So I remove it. Task-number: QTCREATORBUG-7120 Change-Id: I111cf9421f63b9ce44488f0d274624ff48777cef Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
David Schulz authored
Happen when trying to synchronize a return type in an inapropriate AST. Task-number:QTCREATORBUG-7073 Change-Id: I6621a3d5539f96c0db9e0d20423dba9a7def98fc Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Mar 15, 2012
-
-
Christiaan Janssen authored
This patch should not be applied back to the master branch, since the issues are already fixed by b7304e2f. Task-number: QTCREATORBUG-7091 Change-Id: I6f0b7752f3446b412c5bd9ae6e3d7e1847472e56 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-7108 Change-Id: Id6d40f1985a1e96fd69549c5ced1b37c33f0642c Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-7115 Change-Id: I001cf9421f63b9ce44a88f0d274624ff48777ced Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Robert Loehning authored
Change-Id: I873606e5a5cd92c0987bc89bd2bfa085a384b797 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Thomas Hartmann authored
In the case of cancel currentItem is null. Change-Id: I337bcf9e1873e9f6525c898c7275ec594f9baeb6 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Aurindam Jana authored
Connect to Qml Debug Server for Run In Terminal. Task-number: QTCREATORBUG-7057 Change-Id: Ieb166e4fc74cad2ef7a3774e0156cdbf07e8dc56 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Francois Ferrand authored
- When applying filter, always show items which were already in project. - Store the filter string in settings. Change-Id: I5b726ed0bde49d8ac48d4f2f4589b194fc557a95 Reviewed-by: Thorbjørn Lindeijer Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Instantly stop the engine if e.g. the port is blocked. If we let it running until the user closes the dialog, the timeout for automatic connects would be triggered, and we'd get yet another dialog afterwards telling the user that the connection failed. Change-Id: Ifd0e9d743f3b8f4ba853be032d9527559ef6004e Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Francois Ferrand authored
Fix indentation of auto-completed Doxygen comments, as well as auto- leading characters from the block, to make it work with both spaces and tabs. Change-Id: I6c1c1665675cc25e01983e6d39b472f1b1c9683e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-