- 19 Mar, 2012 7 commits
-
-
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>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-7107 Task-number: QTCREATORBUG-7106 Task-number: QTCREATORBUG-7109 Change-Id: I89d760464baa5216e7f34fe82f9bf97714119520 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.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>
-
- 16 Mar, 2012 12 commits
-
-
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>
-
Leena Miettinen authored
Change-Id: I3fd949a1b99422749aabb2548b2b57cd67b4971b Reviewed-by:
Casper van Donderen <casper.vandonderen@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>
-
Yuchen Deng authored
Use lighter color of vertical line, from the overall look is more consistent. At least, the current design did not feel very comfortable. Change-Id: I92d1513d475b1aadfc5ac58fc33f4ba84e6a8478 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.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>
-
- 15 Mar, 2012 14 commits
-
-
hjk authored
Change-Id: I6512841797aa055630a984bc4bd75d6869ed2bf6 Reviewed-by:
hjk <qthjk@ovi.com>
-
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>
-
Leena Miettinen authored
Update screenshots Change-Id: Ic33998c6e9b91490d877ae94d349b4c6aeae5c85 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Thomas Hartmann authored
Change-Id: I8a30d94040fa6fffe318c98782120123093d6666 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-7115 Change-Id: I001cf9421f63b9ce44a88f0d274624ff48777ced Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
Change-Id: I920d763524f77b20518d26a46a11a3a3b0a131bd Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Robert Loehning authored
Change-Id: I873606e5a5cd92c0987bc89bd2bfa085a384b797 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Change-Id: I5fa9c0b1aa900361b346d35e4f5c4c26658f8b14 Reviewed-by:
hjk <qthjk@ovi.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>
-
- 14 Mar, 2012 7 commits
-
-
hjk authored
Task-number: QTCREATORBUG-6863 Change-Id: I94c0701a3ef0ebf6e166f3a65ccafef146549641 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Molkentin authored
Change-Id: Ic3cf63e25036bd78232973d88495fd54d77e5b89 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Daniel Molkentin authored
Change-Id: I967dbfa89dd192ef47ee14dd15ed702c66f263c5 Reviewed-by:
Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Leena Miettinen authored
Change-Id: I6c977f96964dda75861eebf1fd716f0f700e52f4 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Daniel Teske authored
Change-Id: I997632288ece8db4a1ea8e08ab7d654f4eba04ca Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Alessandro Portale authored
These changed have been reverted in Qt 4.8.1 (and 4.8.0 for Symbian). Task-number: QTCREATORBUG-6883 Change-Id: I66e30fe242ffab56f9966a37a152ec2d5c863847 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Make breakpoint non-pending when the breakpoint is accepted by the v8 debugger. Change-Id: Id67ce764ef6be9279d3fcc0f34734e5ac9541425 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-