aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement conditional configuration includes2.0Karsten Heimrich2016-11-1410-43/+195
* Fix build with VS 2013, the file does not exist and is not neededKarsten Heimrich2016-11-091-3/+0
* Doc: Visual Studio must be restarted after setting QTDIRLeena Miettinen2016-11-071-1/+2
* Fix project import from .pro fileKarsten Heimrich2016-10-132-13/+24
* Use book style for dialog titlesKarsten Heimrich2016-10-122-4/+4
* qtprojectlib: Rename resource key to reflect name changeKarsten Heimrich2016-10-125-16/+14
* qtvstools: Add missing resource stringsKarsten Heimrich2016-10-122-2/+11
* qtprojectlib: Remove not existing Resource stringsKarsten Heimrich2016-10-121-18/+0
* qtprojectlib: Edit text that is visible to usersLeena Miettinen2016-10-111-36/+36
* qtvstools: Remove not existing Resource strings, reuse existingKarsten Heimrich2016-10-113-343/+3
* qtvstools: Edit strings that are visible to usersLeena Miettinen2016-10-111-72/+72
* Fix UI text capitalization and punctuationLeena Miettinen2016-10-117-46/+46
* Fix building documentation with either static or dynamic QtKarsten Heimrich2016-10-105-4/+11
* Update README file on how to build the documentationKarsten Heimrich2016-10-101-0/+12
* Get rid of the help folderKarsten Heimrich2016-09-2211-1939/+0
* Doc: Update Qt VS Tools docs to version 2.0Leena Miettinen2016-09-2229-6/+1428
* Fix some broken resource stringsKarsten Heimrich2016-09-222-2/+5
* Print message if the environment overwrites QMAKESPECKarsten Heimrich2016-09-133-11/+28
* Fix crash while switching the projects Qt versionKarsten Heimrich2016-09-132-1/+12
* Fix %40QMAKE_SUBSYSTEM_SUFFIX%40 issue while switching QT versionsKarsten Heimrich2016-09-131-0/+9
* Fix opening Project settings dialog without Qt versionKarsten Heimrich2016-09-092-1/+3
* Fix import of qmake based projectKarsten Heimrich2016-09-091-0/+1
* QML classifier: Add settings option to enable/disable classifierKarsten Heimrich2016-09-095-2/+71
* QML classifier: Put QML in front of the display nameKarsten Heimrich2016-09-091-7/+7
* QML classifier: Simplify and merge common codeKarsten Heimrich2016-09-091-60/+21
* QML classifier: Rename State propertyKarsten Heimrich2016-09-092-11/+9
* QML classifier: Fix long multi-line comment token parsingKarsten Heimrich2016-09-071-0/+1
* QML classifier: Fix string format definition colorKarsten Heimrich2016-09-071-2/+2
* Fix warning CS1717: Assignment made to same variableKarsten Heimrich2016-09-061-8/+8
* Make Qml classifier code compileKarsten Heimrich2016-09-0612-8/+27
* Change licenseKarsten Heimrich2016-09-068-48/+136
* Import QML classifierKarsten Heimrich2016-09-068-0/+1043
* Implement basic Qt Help System supportKarsten Heimrich2016-09-069-8/+626
* Update .gitignore file with auto generated data from Visual StudioKarsten Heimrich2016-09-051-0/+246
* Minor update to the build informationKarsten Heimrich2016-09-051-1/+3
* Fix wrong description about Qt project settings locationKarsten Heimrich2016-08-251-1/+1
* Fix: Add Qt Class Dialog - Black text on dark backgroundKarsten Heimrich2016-08-242-14/+33
* Fix CA2000: Call Dispose before all object references are out of scope.Karsten Heimrich2016-08-184-88/+100
* Fix failing calls to lupdate and lrelease with spaces in pathKarsten Heimrich2016-08-181-2/+2
* Remove some superfluous casts and null checks (IsTranslationFile checks it)Karsten Heimrich2016-08-181-10/+4
* Remove QProcess, move StartExternalQtApplication into TranslationKarsten Heimrich2016-08-184-157/+86
* Minor formatting/style changes, no functional changeKarsten Heimrich2016-08-1811-24/+34
* Fix 'safeprojectname' always empty until wizard finishedKarsten Heimrich2016-08-171-4/+3
* Use Regex to validate identifiers rather then the VCLanguageManager.Karsten Heimrich2016-08-171-1/+4
* Make sure we generate lower-case file names if the user set the option.Karsten Heimrich2016-08-173-3/+5
* Make sure the .def file matches the one we add to the project.Karsten Heimrich2016-08-172-4/+4
* Fix ActivQt server wizard, midl does not support spaces in project name.Karsten Heimrich2016-08-171-1/+6
* Add missing 'Filter' section to project templates.Karsten Heimrich2016-08-172-0/+8
* Move 'Filters' class into its own source file.Karsten Heimrich2016-08-173-70/+106
* Fix "Could not start Linguist", evaluation order is importantKarsten Heimrich2016-08-151-1/+1