- 22 Mar, 2011 1 commit
-
-
Pawel Polanski authored
Reviewed-by: Daniel Teske
-
- 18 Mar, 2011 1 commit
-
-
Oswald Buddenhagen authored
-
- 01 Mar, 2011 1 commit
-
-
Primrose Mbanefo authored
-
- 25 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 10 Feb, 2011 7 commits
-
-
Oswald Buddenhagen authored
if the exact evalution fails (possibly because of a parser error), then still use the cumulative evaluation to construct the project tree. only the target information won't be updated and the code model will be left in the dark. todo: the errors are dumped only to the (unnumbered) "general messages" output pane, which makes them practically invisible. Task-number: QTCREATORBUG-3093
-
Oswald Buddenhagen authored
it would collect global values instead.
-
Oswald Buddenhagen authored
special-casing it makes no sense, as all other values from the project would be mismatched and thus worthless for code validation anyway.
-
Oswald Buddenhagen authored
the node updater would check if the cumulative and exact evalutor returned the same project type and would discard the cumulative one if they didn't. this was pointless, as a) it would practically never happen and b) it would be without much consequence anyway.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
... otherwise oldValues equals newValues. the signal is currently not connected anyway, but whatever.
-
Oswald Buddenhagen authored
-
- 21 Jan, 2011 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-2166
-
- 20 Jan, 2011 1 commit
-
-
Roberto Raggi authored
-
- 19 Jan, 2011 1 commit
-
-
dt authored
The build actions are disabled if the buildconfiguration is disabled. The deploy and run actions are disabled if deploying or running invokes building automatically. Qt4BuildConfigurations are disabled while parsing. Task-Nr: QTCREATORBUG-2576
-
- 12 Jan, 2011 2 commits
- 05 Jan, 2011 1 commit
-
-
hjk authored
-
- 04 Jan, 2011 1 commit
-
-
Christian Kamm authored
-
- 17 Dec, 2010 2 commits
-
-
con authored
-
Pawel Polanski authored
-
- 16 Dec, 2010 3 commits
-
-
Christian Kandeler authored
The proper fix would be to support the QMAKE_SUBSTITUTES variable.
-
Kai Koehne authored
Guard access to pointer, which happens to be 0. The regression was most likely introduced by 057591e0.
-
Roberto Raggi authored
-
- 14 Dec, 2010 1 commit
-
-
Pawel Polanski authored
-
- 08 Dec, 2010 1 commit
-
-
hjk authored
-
- 06 Dec, 2010 1 commit
-
-
dt authored
On a change to the deployment folder, we need to run qmake again to recreate the pkg file, we do that by setting a flag on all qmakesteps for symbian and saving/restoring that flag. Reviewed-By: hunger Task-Nr: QTCREATORBUG-3062
-
- 02 Dec, 2010 1 commit
-
-
Christian Kandeler authored
For larger projects, it doesn't make much sense without mentioning the respective project file.
-
- 01 Dec, 2010 1 commit
-
-
con authored
promptReadOnlyFile: EditorManager-->FileManager fileFilters: EditorManager-->MimeDataBase saveFile & saveFileAs --> IFile based
-
- 22 Nov, 2010 2 commits
-
-
dt authored
-
dt authored
Ignore folders from cumulative parse, we are recursively enumerating all the files from those folders and add watchers for them, that's too dangerous if we get the foldrs wrong and enumerate the whole project tree multiple times. Task-Nr: QTCREATORBUG-3104 Reviewed-By: con Reviewed-By: Alessandro Portale
-
- 18 Nov, 2010 2 commits
- 08 Nov, 2010 1 commit
-
-
Christian Kandeler authored
Normally, we print a debug message about INSTALLS += var with var.files being empty. Don't do this if var.CONFIG contains "no_check_exist".
-
- 04 Nov, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-3001
-
- 03 Nov, 2010 1 commit
-
-
Tobias Hunger authored
Krazy was complaining about those.
-
- 02 Nov, 2010 1 commit
-
-
dt authored
-
- 28 Oct, 2010 2 commits
-
-
dt authored
Initial patch and idea by hunger. Reviewed-By: hunger
-
Christian Kandeler authored
Instead, utilize the newly added INSTALLS information of Qt4ProFileNode. Task-number: QTCREATORBUG-2679
-
- 27 Oct, 2010 1 commit
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2679 Reviewed-by: dt
-
- 25 Oct, 2010 1 commit
-
-
dt authored
Might, or might not fix Task-Nr: QTCREATORBUG-2361
-