summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Start on rvct support.con2009-08-0512-23/+241
* If no mwc path is set explicitly, still don't destroy working environment.con2009-08-051-20/+34
* fix alt-tab navigation in the original splitmae2009-08-051-0/+2
* fix occasionally broken link to the modified state of the editormae2009-08-052-6/+12
* Searching in files takes open editors into account now.con2009-08-056-20/+100
* Some dependency declaration cleanup.con2009-08-051-4/+2
* Fixes: Link error on Windows, this slot should not be thereAndy Shaw2009-08-051-1/+0
* Fixes: Compile on WindowsAndy Shaw2009-08-051-1/+1
* Fixes compilationdt2009-08-052-4/+4
* Disable the browse button if the shadow build checkbox is disabled.dt2009-08-052-2/+7
* fix compile the proper wayOswald Buddenhagen2009-08-051-2/+3
* don't hang in .qmake.cache search when build dir does not existOswald Buddenhagen2009-08-051-2/+1
* Change the apppereanve slightly for environment widgets.dt2009-08-052-51/+30
* Fix wrong importing of old settings overwritting a release configurationdt2009-08-051-1/+1
* Fixed build problem by removing the private.Erik Verbruggen2009-08-051-1/+1
* The parser needs to a valid AST when the parsing method returns `true'.Roberto Raggi2009-08-051-6/+3
* Using QDir::toNativeSeparatorsAlessandro Portale2009-08-051-2/+2
* remove seemingly superfluous path normalizationsOswald Buddenhagen2009-08-041-6/+4
* don't report prf inclusions to derived classesOswald Buddenhagen2009-08-041-1/+8
* move include recursion check to evaluateFile() where it belongsOswald Buddenhagen2009-08-041-14/+16
* move qmake property hash to option objectOswald Buddenhagen2009-08-043-10/+4
* complain about querying non-existing propertiesOswald Buddenhagen2009-08-041-3/+5
* rely on the properties passed into the evaluatorOswald Buddenhagen2009-08-041-29/+1
* inject QT_VERSION into the evaluatorOswald Buddenhagen2009-08-042-1/+1
* improved high-level qmake compatOswald Buddenhagen2009-08-043-62/+190
* look only for mkspec features for the current target platformOswald Buddenhagen2009-08-041-10/+25
* micro-optimizationsOswald Buddenhagen2009-08-041-11/+11
* fixEnvVariables => expandEnvVars overloadOswald Buddenhagen2009-08-041-11/+10
* set the current work dir even for pri filesOswald Buddenhagen2009-08-041-12/+11
* make the qmake option object a proper memberOswald Buddenhagen2009-08-044-91/+98
* make Option a nested class of ProFileEvaluatorOswald Buddenhagen2009-08-044-166/+92
* shuffle code aroundOswald Buddenhagen2009-08-042-165/+169
* inline trivial functionsOswald Buddenhagen2009-08-042-15/+5
* remove remainders of a fairly useless set of assertsOswald Buddenhagen2009-08-042-7/+0
* don't push top level pro file twice on stackOswald Buddenhagen2009-08-041-6/+6
* get rid of m_origfileOswald Buddenhagen2009-08-041-5/+2
* initialize TARGET properly instead of fixing it laterOswald Buddenhagen2009-08-041-3/+5
* refactor pre, post and CONFIG feature inclusionOswald Buddenhagen2009-08-041-32/+26
* plug memory leakOswald Buddenhagen2009-08-041-7/+7
* Fix adding of endlines to application output.con2009-08-041-4/+7
* Debug output from TRK might have windows style line endingscon2009-08-041-2/+2
* Handle application output that comes over TRK.con2009-08-042-0/+7
* Enabled edit actions for application output windowRobert Loehning2009-08-042-17/+79
* Honor QTCREATOR_NO_CODE_INDEXER, supress include scanning.Daniel Molkentin2009-08-041-9/+11
* Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.Erik Verbruggen2009-08-049-89/+12
* Nicer output.con2009-08-041-2/+2
* Superfluous new lines in application output.con2009-08-041-7/+19
* Show the user the device name in application output.con2009-08-045-3/+16
* Made `Rename Symbol under Cursor' a command/action.Roberto Raggi2009-08-045-14/+22
* Stop scanning string literals when the current character is a newline.Roberto Raggi2009-08-041-1/+4