- 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
-
- Oct 25, 2010
-
-
con authored
Reviewed-by: dt
-
con authored
Reviewed-by: Joerg Bornemann
-
Tobias Hunger authored
-
Tobias Hunger authored
Improve the delegate used to paint the tasks inside the taskwindow. * Limit maximum size of the area used to paint the filename. * Fix glitch where the filename is painted over the line number * Reduce size of gradients painted, use clipping instead. Task-number: QTCREATORBUG-2757
-
- Oct 21, 2010
-
-
Oswald Buddenhagen authored
Reviewed-by: hunger
-
- Oct 19, 2010
-
-
con authored
The heuristics depended on pro files appearing before pri files in the list, but now the list is alphabetically sorted. Leading to deployment.pri being selected by default for mobile projects. Task-number: QTCREATORBUG-2792 Reviewed-by: Friedemann Kleint
-
con authored
Task-number: QTCREATORBUG-1956 Reviewed-by: Joerg Bornemann
-
- Oct 18, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-