- 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.
-
- Nov 26, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Task-number: 2481
-
Tobias Hunger authored
Reviewed-by: dt
-
- Nov 24, 2010
-
-
Jarek Kobus authored
Task: QTCREATORBUG-1297 RevBy: dt <qtc-committer@nokia.com>
-
Christian Kandeler authored
Reviewed-by: dt
-
- Nov 23, 2010
-
-
Tobias Hunger authored
Fix default names of project configuration objects on upgrades from pre 2.0 creators. Task-number: QTCREATORBUG-3143
-
- Nov 18, 2010
-
-
dt authored
-
Christian Kandeler authored
It was a quick fix for 2.1, but we want a real solution. (See QTCREATORBUG-3073.)
-
dt authored
Task-Nr: QTCREATORBUG-3014 Task-Nr: QTCREATORBUG-2821
-
- Nov 17, 2010
-
-
Oswald Buddenhagen authored
- command argument quoting changes - environment expansion changes - substitution of ${SOURCE,BUILD}DIR with %{{source,build}Dir} - VariableManger syntax change ${} => %{}
-
Oswald Buddenhagen authored
do not inject SOURCEDIR and BUILDDIR into the environment of build steps and run configurations any more. instead, all custom executable paths, argument lists and working directories now support the %{sourceDir} and %{buildDir} macros. this approach is more elegant and more scalable.
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
Oswald Buddenhagen authored
instead of being os-agnostic, interpret the os-native expansion style, so it is consistent with proper (shell) command lines. don't interpret quotes, as this function is meant for expanding isolated filepaths, where nobody would expect quoting. instead, use the windows style of simply not doing an expansion if a referenced variable is not found, which should be good enough - it's rather unlikely that something which happens to be an expansion of an existing variable is actually not meant to be one.
-
- Nov 15, 2010
- Nov 12, 2010
-
-
dt authored
Since all the debuggers are implemented in the debuggerplugin, that's a natural place to put the action.
-
dt authored
-
dt authored
Disable/Enable them correctly and give them the correct context. Task-Nr: QTCREATORBUG-3078
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Nov 11, 2010
-
-
Oswald Buddenhagen authored
-
Christian Kandeler authored
They don't support that currently, so we should not offer it. Quick fix for 2.1 release. Debuggers should be fixed instead. Reviewed-by: dt
-
con authored
Introduces a ICore::userInterfaceLanguage method, which centralizes the previous qApp property hack for help and designer integration. Reviewed-by: Friedemann Kleint
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
Tobias Hunger authored
Krazy was complaining about those.
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
Friedemann Kleint authored
-
con authored
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
Friedemann Kleint authored
Acked-By: dt
-
dt authored
Use the same code that is used for figuring out a good directory for adding new files. Task-Nr: QTCREATORBUG-2682
-
Friedemann Kleint authored
-
- Oct 28, 2010
-
-
Francois Ferrand authored
scrolling. Allow Ctrl+Home/Ctrl+End to scroll to the beginning/end of buffer. Merge-request: 202 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Oct 27, 2010
-
-
con authored
This was broken in case of no targets page being used, and using the project name variable in default values for wizard parameters in the page following the intro page (like it is done in the hello world wizard). Reviewed-by: Friedemann Kleint
-
- Oct 26, 2010
-
-
dt authored
-