- 31 Mar, 2011 16 commits
-
-
Christian Kandeler authored
-
hjk authored
Reviewed-by: con
-
Tobias Hunger authored
Take debugger into account when generating an Id. This fixes issues with creator switching to the wrong tool chain when loading a project Task-number: QTCREATORBUG-4295 Reviewed-by: dt
-
Tobias Hunger authored
Allow the SDK to provide default debuggers for any ABI. Task-number: QTCREATORBUG-4292 Task-number: QTCREATORBUG-4299 Reviewed-by: Christian Kandeler
-
Tobias Hunger authored
Reviewed-by: Christian Kandeler Done-with: Friedemann Kleimt
-
Tobias Hunger authored
It makes no sense to clone these! Task-number: QTCREATORBUG-4256 Reviewed-by: Christian Kandeler
-
Thomas Hartmann authored
The stack trace from 4282 indicates that in fact currentState is invalid. We should check for this. Reviewed-by: Kai Koehne Task-number: QTCREATORBUG-4282
-
con authored
-
Thomas Hartmann authored
The problem was that the transaction was commited outside of the try {} catch {} block (RAII) 1. I extended to the try block arround the fxObjectNode.setVariantProperty() to avoid similar bugs 2. I force a commit of the transaction before leaving the try block result: If anything is wrong with the entered expression an exception is thrown (like before) but now is is catched and we show a messagebox. Reviewed-by: Kai Koehne Task-number: QTCREATORBUG-4312
-
hjk authored
Reviewed-By: Tobias Hunger
-
hjk authored
Reviewed-By: Tobias Hunger
-
hjk authored
Reviewed-By: Tobias Hunger
-
con authored
Wouldn't work if there also was a non-ctrl shortcut for the same key. Task-number: QTCREATORBUG-3928 Reviewed-by: hjk
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-
Friedemann Kleint authored
-
Friedemann Kleint authored
preferably (there was a bug when source file of the same name existed in several folders of the project). Task-number: QTCREATORBUG-1880 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
- 30 Mar, 2011 24 commits
-
-
Alessandro Portale authored
Just to make sure that users get the latest and greates fixes for their projcts.
-
Alessandro Portale authored
The first parameter of qmake's replace function is a regular expression. So it needs to be escaped once for the qmake parser, and then for the regular expression.
-
Alessandro Portale authored
When building with MinGW and sh.exe is in the path, we should/can not use xcopy in our deployment code. This patch detects the presence of sh.exe and adjusts the behavior accordingly. 'cp -r' is used directly instead of $(COPY_DIR), because the fix for QTBUG-17315 is not yet in a released Qt version. 'mkdir -p' is used directly instead of $(MKDIR), because the QMAKE_MKDIR for win32-g++ (in case of QMAKE_SH) does not have the '-p'. A least not til Qt 4.7.3. Task-Number: QTCREATORBUG-3094 Reviewed-by: Oswald Buddenhagen
-
hjk authored
Reviewed-by: Alessandro Portale
-
Christian Kandeler authored
In particular, the desktop icon created by the mobile wizards will be found. Task-number: QTCREATORBUG-4174
-
Jarek Kobus authored
-
Friedemann Kleint authored
-
Tobias Hunger authored
Fix the upgrade from GCCE and WINSCW from Qt version to tool chain. Task-number: QTCREATORBUG-4204 Reviewed-by: dt
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-
Olivier Goffart authored
QStringBuilder also works with QByteArray now. Which means some of the implicit conversions do not work anymore
-
Christian Kandeler authored
Addendum to 8839031e.
-
hjk authored
And TcfEngine etc. Reviewed-by: Friedemann Kleint
-
hjk authored
Reviewed-By: Friedemann Kleint
-
hjk authored
Reviewed-by: Friedemann Kleint
-
con authored
Qt's implementation for the Mac system configuration doesn't handle automatic proxy configurations. Qt Creator now also looks at the http_proxy environment variable on Mac as a workaround. Task-number: QTCREATORBUG-4190 Reviewed-by: Daniel Molkentin
-
con authored
It was showing up 'somewhere' depending on platform. Task-number: QTCREATORBUG-4270 Reviewed-by: Robert Loehning
-
Kai Koehne authored
Reviewed-by: hjk
-
Kai Koehne authored
Don't check for end of string (does contain LF in case of qttestlib). Also don't check prefix for asserts, cause qttestlib extends these. Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
Task-number: QTCREATORBUG-4257
-
Thomas Hartmann authored
Duplicate ids for not handled 100% correctly in the property editor and in the navigator. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Since the buffer for copy and paste has no proper representation in the project managment QmlJs::Check cannot handle components. For now we just turn of Check for this case, since we check the final document anyway. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Avoid recursion if item is not movable. Reviewed-by: Kai Koehne Task-Nr: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4284
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
editorsClosed() is not emitted when open fails and thus the file was not removed from FormEditorStack. Add a connection from destroy to ensure the editor is removed. Happens when loading a session whose files no longer exists. Task-number: QTCREATORBUG-4266 Reviewed-by: dt
-