- 05 Aug, 2010 29 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Reviewed-by: Roberto Raggi
-
mae authored
Block selection was "broken" when using tabs, or rather incomplete: It treated tabs as normal characters, which has shown to be unexpected by people using tabs in code. The new implementation has a vastly improved find scope as well. In addition, creating a blog selection with mouse or keyboard feels a lot more solid now, as the actual selection is detached from possible valid cursor positions. Task-number: QTCREATORBUG-1541
-
ck authored
Reviewed-by: kh1
-
ck authored
-
Roberto Raggi authored
-
kh1 authored
-
Olivier Goffart authored
Apparently creator uses the kate highlighter file to find the mumetype of a file. But kate annotate qml file with text/x-qml instead of application/x-qml that we expect
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
see 576642a7 for details
-
Lasse Holmstedt authored
This one should be called when a component is changed and components using it need to be reloaded.
-
Lasse Holmstedt authored
-
Leandro Melo authored
To catch cases of invalid code like this: struct A : B {}; struct B : A {}; Reviewed-by: Roberto Raggi
-
ck authored
-
ck authored
Reviewed-by: kh1
-
Thomas Hartmann authored
Do not use scaled on null pixmaps
-
Thomas Hartmann authored
* Proper implementation using a timer * We also do a revision check now * The RefactorMarker is only shown for types that we support
-
Thomas Hartmann authored
isAvailable() returns true if a Quick ToolBar is available for that node
-
Bill King authored
-
Bill King authored
Details: No mocables in source file, no need for #include then.
-
- 04 Aug, 2010 11 commits
-
-
Olivier Goffart authored
Qml Debugger: When we pause, notify creator that we paused, so it does not get in an inconsistant state
-
Olivier Goffart authored
-
ck authored
Reviewed-by: kh1
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Leandro Melo authored
Task-number: QTCREATORBUG-1886
-
ck authored
This will give an additional hint to users that they can and should adapt the Debian template files. Reviewed-by: kh1
-
kh1 authored
Reviewed-by: ck
-
Tobias Hunger authored
* Pass the correct task to the taskhandler when a task is selected in a filtered list of the taskwindow. Task-number: QTCREATORBUG-1950
-
Tobias Hunger authored
* Add a way to have a null-task which is invalid for evaluation
-
Tobias Hunger authored
* Fix off-by-one error when showing compile output of a task
-