- Nov 30, 2010
-
-
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
-
Arvid Ephraim Picciani authored
-
hjk authored
Mis-merge?
-
Kai Koehne authored
There are probably very little use cases where you want to start from a clean environment, and there is no such thing as a Build Environment (although we magically add some toolchain settings to the environment).
-
Kai Koehne authored
Task-number: QTCREATORBUG-2600
-
Kai Koehne authored
-
Kai Koehne authored
-
hjk authored
Only useful for the compiled dumpers, and I have not used it for a while.
-
hjk authored
-
hjk authored
Reviewed-by: Thorbjorn Lindeijer Task-number: QTCREATORBUG-3072
-
hjk authored
-
Christian Kamm authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
These sanity checks are needed
-
Thomas Hartmann authored
The creation of property pages is now delayed
-
Roberto Raggi authored
Well, it's not very advanced but it is probably good enough for now.
-
Rhys Weatherley authored
-
- Nov 28, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-3211
-
- Nov 26, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
Tobias Hunger authored
Reviewed-by: dt
-
Arvid Ephraim Picciani authored
preventing access to functions while inferior is running, is the job of the gui
-
Tobias Hunger authored
Pass on license file information from Qt Creator's environment to the build environment if that is needed (RVCT compilers).
-
Arvid Ephraim Picciani authored
since right now there is no way to differ between 'default true' and 'user true' in creator settings
-
Roberto Raggi authored
-
Arvid Ephraim Picciani authored
-