- 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
-
hjk authored
-
Roberto Raggi authored
-
hjk authored
Makes QSharedPointer & Co. work with gdb 7.2
-
hjk authored
python print gdb.parse_and_eval("ob.d_ptr.d.children\").type.template_argument(0) creates consistent "RuntimeError: No type named myns::QObject." with stock 7.2
-
con authored
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-3160 Reviewed-by: con
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
Roberto Raggi authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Friedemann Kleint authored
Some more value fixing/support double-quoted commands in extension. Functionality for printing command help.
-
hjk authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
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
-