- Aug 05, 2009
-
-
con authored
It works, except that the code model doesn't get the rvct include directories and defines yet. And you need to have everything for rvct set up in your environment.
-
con authored
So now we use the values of the system environment as a backup for build environment and system includes.
-
mae authored
-
mae authored
-
con authored
Task-number: 258468
-
con authored
-
Andy Shaw authored
-
Andy Shaw authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
Alessandro Portale authored
-
- Aug 04, 2009
-
-
Oswald Buddenhagen authored
they were added to facilitate .prf exclusion from the project tree, but that should be handled differently already.
-
Oswald Buddenhagen authored
that way they are auto-inherited by nested parsers, and it's the right thing to do anyway.
-
Oswald Buddenhagen authored
almost too simple to be right, given the TODO ...
-
Oswald Buddenhagen authored
- parse .qmake.cache, remove workaround for not doing it - look for the mkspecs in all the places qmake would do - use the passed in properties instead of QLibraryInfo to find the qt data dir - fix loading of generic features from within os-specific ones with the same name - add multiple inclusion guard for features (including what seems to be a bug in qmake ...) - misc cleanups and beautifications
-
Oswald Buddenhagen authored
to be able to share the option object among evaluators, it is passed by pointer. only field_sep stays static and becomes a string - that's effectively just a cache to avoid repeated construction.
-
con authored
-
con authored
-
con authored
-
Robert Loehning authored
Reviewed-by: dt
-
Daniel Molkentin authored
-
con authored
-
con authored
Fix the use of appendPlainText for automatic scrolling.
-
con authored
Reviewed-by: Daniel Molkentin
-
Roberto Raggi authored
-
con authored
-
- Aug 03, 2009
-
-
mae authored
paragraph, even when it has several lines.
-
Thiago Macieira authored
-
Thiago Macieira authored
Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
-
- Jul 31, 2009
-
-
Friedemann Kleint authored
-
con authored
And adapt the device selection list.
-
Friedemann Kleint authored
-
Daniel Molkentin authored
-
Denis Dzyubenko authored
There is not much sense to have Ok and Cancel button that just close the dialog, so instead there should be a Close button and a button to switch to the currently selected session. Reviewed-by: dt
-
Erik Verbruggen authored
-
Maurice Kalinowski authored
check for errorstring of the correct variable
-
Maurice Kalinowski authored
- cannot list and does not need any preferences, as there is only one server
-
Maurice Kalinowski authored
after fetching a codesnippet, we should switch to edit mode and open the editor
-