- Oct 08, 2010
-
-
Christian Kandeler authored
An added or removed deployment setting for an executable can change whether it's runnable or not. Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
We currently use buildDir in one place and workingDir in another, which breaks projects that have DESTDIR set. Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
... so disable the respective widgets if the active build configuration has a Fremantle toolchain. Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Otherwise, we clutter the output window with potentially confusing messages. Reviewed-by: kh1
-
Thomas Hartmann authored
The Quick ToolBar now also gets enabled by hovering on an item defintion. It is shown 1 second after the tooltip. Reviewed-by: Christian Kamm
-
Thomas Hartmann authored
The document path is now taken into account when opening a document. Also we use released() instead of pressed() Task-number: QTCREATORBUG-2621 Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
QtWebKit/WebView is now fully supported Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
QtQuick 1.0 does not belong anywhere Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
TextEdit and TextInput were ignored Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
- Report errors correctly. - Do not pass empty target argument to qmake - Give 'make' a longer timeout and change timeout checking to trigger after last output line was obtained from process - Make build log dialog non-modal and ensure it pops up on failure even if a different Qt version was selected in-between - Disable Rebuild-button while build is running. Reviewed-by:
Kai Köhne <kai.koehne@nokia.com> Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
hjk authored
Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2634
-
Friedemann Kleint authored
No longer change iname to obtain sorting. Reviewed-by: hjk
-
Friedemann Kleint authored
Reviewed-by: hjk
-
hjk authored
-
hjk authored
Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2655
-
Tobias Hunger authored
String update as suggested by Leena.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
Use native pathes in qmake arguments.
-
Tobias Hunger authored
Bring the submit to the front when asking whether the change should get committed or not. This is useful when e.g. closing creator while a submiteditor is open somewhere (but not visible).
-
Tobias Hunger authored
Do not save temporary editors in the session. Chances are high that files opened in those editors are not around when the session is reopened. Task-number: QTCREATORBUG-2422
-
Tobias Hunger authored
When checking for a difference and being asked to handle untracked files: Actually consider the presence of untracked files a change. Fixes git commit editor not coming up when there were no changes, only additions of new files.
-
Tobias Hunger authored
This breaks too much on windows. Reviewed-by: dt
-
hjk authored
Reviewed-by: Alessandro Portale
-
hjk authored
-
hjk authored
Reviewed-by: Leandro Melo Task-number: QTCREATORBUG-2665
-
hjk authored
-
con authored
The action manager was reading the settings before the navigation panels had their commands registered. Task-number: QTCREATORBUG-2005 Reviewed-by: hjk
-
con authored
Missing conversion back to the codec. This fixes it only for Utf8 encoded files. It was only happening for non-regexp searches. Task-number: QTCREATORBUG-65 Reviewed-by: Robert Loehning
-
con authored
Reviewed-by: Leena Miettinen
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
This is the name that other components will refer to it by. For instance, MouseArea has a 'drag' property with type 'QDeclarativeDrag', since QDeclarativeDrag was only exported as Qt.Drag and QtQuick.Drag, the type lookup didn't manage to resolve the name. (cherry picked from commit b53ba612)
-