"README.md" did not exist on "e453be26fc4836ded18041addcd47daf4e192556"
- Oct 11, 2010
-
-
con authored
Also some const correctness.
-
con authored
Moving the logic out of BaseTextDocument for use at other places.
-
kh1 authored
Task-number: QTCREATORBUG-2694 Reviewed-by: ck
-
Friedemann Kleint authored
setError() on them instead (should there be any from a session mixup). Give the session engine watcher capabilities and ensure 'Remove watch item' is enabled for the session engine by checking the debugger state. Reviewed-by: hjk
-
hjk authored
Reviewed-by: Kornelia Poenitz
-
hjk authored
There was not updated cached state within the marker object. Reviewed-by: Friedemann Kleint Task: QTCREATORBUG-2544
-
hjk authored
Reviewed-by: Kornelia Poenitz
-
kh1 authored
Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
- Oct 08, 2010
-
-
Christian Kandeler authored
Reviewed-by: hjk
-
hjk authored
It hurts me. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-808
-
Tim Jenssen authored
-
Leena Miettinen authored
Reviewed-by: Alessandro Portale
-
Kai Koehne authored
It only works together with qmlobserver. Making it disabled for .pro file based projects would require some infrastructure. Reviewed-by: Christiaan Janssen
-
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
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
QtWebKit/WebView is now fully supported Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
QtQuick 1.0 does not belong anywhere 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>
-
Friedemann Kleint authored
No longer change iname to obtain sorting. Reviewed-by: hjk
-
Kai Koehne authored
-
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.
-