- 27 Apr, 2011 16 commits
-
-
Kai Koehne authored
Don't add QMLJSDEBUGGER_PATH to the list of customer qmake arguments when importing a built on the target page. Task-number: QTCREATORBUG-4694 Reviewed-by: dt
-
Kai Koehne authored
Get rid of custom logic to handle shadow builds (which didn't work anyway if the qml files are from a different directory than expected). Instead, just search for the file name in the list of files from the project. Reviewed-by: Christiaan Janssen
-
dt_ authored
Task-Nr: QTCREATORBUG-4695
-
dt_ authored
If the user has enabled "Reload unmodified" then on remove the unmodified editors are closed. Otherwise the user is asked as before. Also modify the message to indicate if the change was triggred externally.
-
dt_ authored
Platform specific now.
-
Leena Miettinen authored
-
con authored
It was starting X11 and a xterm... Task-number: QTCREATORBUG-4683
-
dt_ authored
Task-Nr: QTCREATORBUG-4649
-
dt_ authored
-
dt_ authored
Task-Nr: QTCREATORBUG-4658
-
dt_ authored
Reviewed-By: Friedemann Kleint
-
Thomas Hartmann authored
A new extra component plugin.
-
con authored
Conflicts: src/plugins/projectexplorer/gcctoolchain.cpp src/plugins/projectexplorer/target.cpp src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-4703
-
con authored
The right-click event that is handled by the extra text area for the marker menu needs to be accepted, so it's not propagated further as a context menu event. Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Set up UI elements before they are used. No crash since the elements are guarded by QTC_ASSERTs, but annoying output. (cherry picked from commit 1df46042)
-
- 26 Apr, 2011 23 commits
-
-
Christian Kandeler authored
Pointer was left dangling when a deploy configuration was removed.
-
Christiaan Janssen authored
Reviewed-by: Friedemann Kleint
-
Christian Kamm authored
(cherry picked from commit a03de5f7)
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kamm authored
-
Thomas Hartmann authored
WebView object contains a QIcon property ("reload.icon"), which fails to be streamed from the puppet (client) to Qt Creator (server). The QIcon is created by a 'KIconEngine' in the KDE case. which isn't found on the QtCreator side. This leads operator>> in qicon.cpp to not read anything from the buffer at all ... leading to all following properties being invalid, since read from the wrong bytes in the stream. Solution: Since QIcon leads to problems and we have no current use case for a QIcon property in Bauhaus we just ignore properties of type QIcon. Reviewed-by: Marco Bubke Task-number: QTCREATORBUG-4596
-
Friedemann Kleint authored
Store hash directly, do not keep QSettings objects around.
-
Christian Kandeler authored
-
Christian Kandeler authored
-
con authored
Broke with IContext refactoring.
-
Christian Kandeler authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
New warning in GCC 4.6.0. Plenty of other cases.
-
con authored
-
con authored
Task-number: QTCREATORBUG-4655
-
Sergey Belyashov authored
-
con authored
Moving the implementation to core plugin.
-
con authored
Removes the dependencies to project explorer and text editor plugins and moves unrelated code to its own file.
-
con authored
-
Oswald Buddenhagen authored
the regexp would match twice at the end, and thus insert a stray quote. so use a discrete loop instead. fixed the same thing in proparser/ioutils before ... Task-number: QTCREATORBUG-4291
-
Kai Koehne authored
Make the file search case insensitive on Windows, in case the projects directory has a different capitalization than what we store in the user settings. Reviewed-by: Robert Loehning
-
con authored
-
- 21 Apr, 2011 1 commit
-
-
Robert Loehning authored
Reviewed-by: ossi
-