- 08 Oct, 2010 40 commits
-
-
Kai Koehne authored
Separate QmlObserver button + submodes from the general Preview & Reload functionality. Task-number: QTCREATORBUG-2163 Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
The Outline is only updated (with a delay) if the current text is syntactically valid. Prevent the outline from changing the text underneath via drag&drop if the outline model is 'behind'. Reviewed-by: Christian Kamm
-
Kai Koehne authored
Make sure that the 'artifical' URL of the item created actually is absolute (starts with a file:///). Otherwise an Assert will be hit when the imports include e.g. a .js file, and the Engine tries to load it. Task-number: QTCREATORBUG-2644 Reviewed-by: Olivier Goffart
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
The specified images in the resources weren't part of the qmlobserver, and therefore 'tinting' then resulted in QPainter errors. Task-number: QTCREATORBUG-2562 Reviewed-by: Lasse Holmstedt
-
Kai Koehne authored
Don't try to disconnect from the proxy if you haven't been connected before, e.g. because the QmlJSObserverService is missing. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
We disabled it because it should be considered experimental ... but this creates problems with the debugger setup (Observer pane doesn't show up even if the plugin is activated). Carsten Owerfeldt agreed with this.
-
Tobias Hunger authored
Fix ignoring temporary files when saving a session. This could crash when opening a session and saving it again if not all open editors were actually shown to the user.
-
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
-