- Aug 24, 2010
-
-
Tobias Hunger authored
* Now that there is a generic way to rename configurations: Remove individual renaming methods from all over the codebase Reviewed-by: dt
-
Tobias Hunger authored
* Add a rename button for Build-, Deploy- and RunConfigurations. Reviewed-by: dt
-
Friedemann Kleint authored
...which subclasses DebuggerRunner and does not call DebuggerPlugin::startDebugger(), which connects the engine, leading to strange malfunctions. Move functionality to DebuggerRunner::start() to make it self-contained. Add object names to engines for easier debugging. Reviewed-by: hjk
-
Tobias Hunger authored
Reviewed-by: dt
-
Christian Kandeler authored
- Always use remote mounts for Fremantle. - Always use SFTP for Harmattan. - Never use SFTP deployment for non-packaging case (and get rid of the corresponding code). - Fix the order of sub-steps. Reviewed-by: kh1
-
Kai Koehne authored
Use same delay as in cppeditor. Hopefully prevents the Outline to be updated while typing.
-
Kai Koehne authored
-
Jarek Kobus authored
Task-number: QTCREATORBUG-125
-
Leandro Melo authored
-
Jarek Kobus authored
Task-number: QTCREATORBUG-125
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
hjk authored
-
Olivier Goffart authored
Discovered with change b7fd293098 in Qt master
-
Friedemann Kleint authored
by making operator== non-inline. Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Remove method declaration. This is a remainder of merge ef1e52df.
-
- Aug 23, 2010
-
-
Alessandro Portale authored
-
Alessandro Portale authored
Less readable, but perhaps more robust.
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Kai Koehne authored
Merge latest changes of master into merge :) Conflicts: doc/qtcreator.qdoc
-
Jarek Kobus authored
Since it will not work for pri files. The code is prepared to work with pri files. However, currently it will work only in case the pro file which includes the pri file lays in the same dir. After the QTBUG-13057 is done it will be just a matter of changing the apropriate variable name in librarydetailscontroller.cpp to make it working properly. Task-number: QTCREATORBUG-125
-
Kai Koehne authored
Conflicts: doc/qtcreator.qdoc doc/qtcreator.qdocconf share/qtcreator/gdbmacros/dumper.py share/qtcreator/gdbmacros/gdbmacros.py src/plugins/debugger/debuggermanager.cpp src/plugins/debugger/gdb/attachgdbadapter.cpp src/plugins/debugger/gdb/gdbengine.cpp src/plugins/debugger/watchhandler.cpp src/plugins/mercurial/mercurialjobrunner.h src/plugins/qmljseditor/qmljseditor.cpp src/plugins/qmljseditor/qmljseditor.pro src/plugins/qmljseditor/qmljseditorplugin.cpp src/plugins/qmljseditor/qmljseditorplugin.h src/plugins/qmljseditor/qmljspreviewrunner.cpp src/plugins/qmljseditor/qmljspreviewrunner.h src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp src/plugins/qt4projectmanager/qt-maemo/qemuruntimemanager.cpp src/plugins/qt4projectmanager/qt4projectmanager.pro src/plugins/qt4projectmanager/qtversionmanager.h src/plugins/qt4projectmanager/wizards/targetsetuppage.cpp src/plugins/qt4projectmanager/wizards/targetsetuppage.h
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
to be used for the promoted widgets dialog. See also 00e954ca817f89958a8a8777d93d3843252dc88c in Qt 4.8. Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com> Task-number: QTCREATORBUG-163
-
kh1 authored
Task-number: QTCREATORBUG-2130
-
Friedemann Kleint authored
Remove some unused leftovers from DebuggerOuputWindow.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1642
-
Alessandro Portale authored
Task-Number: QTCREATORBUG-1997
-
Kai Koehne authored
Fix typo in commit c2a618ae.
-
Kai Koehne authored
Qt change f5c5e20ab20f016c0735 optimizes the calculation of the children's bounding rect by taking the parent bounding rect into account. This led to a recursion in the QuickDesigner Form Editor, because LayerItem::boundingRect() is defined as the children's bounding rect. Break the cycle by setting ItemClipsChildrenToShape to false. (cherry picked from commit 2067cfcf)
-
Thorbjørn Lindeijer authored
Due to the wrong enumerators being used, it was impossible to define custom shortcuts for these actions. Reviewed-by: mae Task-number: QTCREATORBUG-2139
-
Kai Koehne authored
Remove unimplemented NOTIFY signals. Furthermore the signals must be declared in the same class as the Q_PROPERTY (not in a base class): Fix this in filefilteritems.h.
-
Friedemann Kleint authored
-