- Dec 01, 2010
-
-
Rhys Weatherley authored
-
Rhys Weatherley authored
-
Rhys Weatherley authored
*.vert and *.frag are now for desktop shaders *.vsh and *.fsh are now for ES shaders File/New gives the user the choice which to create
-
- Nov 30, 2010
-
-
Marco Bubke authored
-
Marco Bubke authored
Because the order of the commands can be changed the reparenting was changed. Now there is a command with the exact order of child items so it should be much more correct.
-
Marco Bubke authored
The QmlJS Parser is checking the source file so we don't need to use the QmlEngine anymore.
-
Marco Bubke authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3222
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
Roberto Raggi authored
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-3160 Reviewed-by: con
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
Roberto Raggi authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
hjk authored
-
hjk authored
-
hjk authored
-
con authored
Use the editor's displayName for the window title. Also there were missing change signal emissions in setDisplayName implementations. Moves the actual handling of the window title from Session to EditorManager (so it now is also done for the hypothetical case of no project explorer plugin). Task-number: QTCREATORBUG-3207
-
con authored
We didn't watch the symbolic link itself before, only the final link target. We are watching the symbolic link and the final link target now. Ugly hack: We need to work around QTBUG-15522. The inotify and kqueue based file system watcher engines (Linux + Mac) don't report changes to symbolic links. The workaround is to use the polling engine *only for the links themselves*. The only way to force the use of the polling engine is by using the auto test hook in QFileSystemWatcher.
-
Christiaan Janssen authored
Reviewed-by: hjk
-
Christiaan Janssen authored
Reviewed-by: hjk
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3225
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Kai Koehne authored
Regression introduced by dcd1876d.
-
- Nov 29, 2010
-
-
Rhys Weatherley authored
"xyz", "st", and "rgb" are more likely to be what the user wants than things like "aaar" and "abbb", so sort the completion list to move common swizzles to the top.
-
kh1 authored
-
Roberto Raggi authored
-
dt authored
Reviewed-By: Jens Bache-Wiig
-
Arvid Ephraim Picciani authored
can now pluginto any host via ssh. define QTC_LLDB_GUEST=/some/script in the env where script is a wrapper that does ssh, or whatever you need
-