aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite to show $(QTDIR) environment or errors immediatelyKarsten Heimrich2016-11-222-95/+47
* Fix: Environment variables are not saved/restored after VS restartKarsten Heimrich2016-11-182-9/+28
* Merge remote-tracking branch 'origin/2.0' into devAlex Blasche2016-11-1610-34/+182
|\
| * Implement conditional configuration includes2.0Karsten Heimrich2016-11-149-31/+182
| * Fix build with VS 2013, the file does not exist and is not neededKarsten Heimrich2016-11-091-3/+0
* | Use https and show message if no file was foundKarsten Heimrich2016-11-151-2/+12
* | Cleanup the Windows Form Designer generated code regionKarsten Heimrich2016-11-152-20/+16
* | Remove repeated 'Module' word in function callKarsten Heimrich2016-11-149-10/+10
* | Fix expression will always be trueKarsten Heimrich2016-11-148-25/+11
* | Fix virtual member call in constructorKarsten Heimrich2016-11-148-15/+57
* | Code change: Rewrite to use property syntax, remove unused codeKarsten Heimrich2016-11-144-126/+52
* | Code change: Use property syntax where possibleKarsten Heimrich2016-11-144-78/+12
* | Remove unused function and code that could never be reachedKarsten Heimrich2016-11-141-14/+0
* | Compress code with some useful Linq constructsKarsten Heimrich2016-11-141-38/+10
* | Refactor function and remove duplicated codeKarsten Heimrich2016-11-142-32/+8
* | Fix expression will always be falseKarsten Heimrich2016-11-145-11/+2
* | Code change: Remove superfluous method and value checkKarsten Heimrich2016-11-141-13/+4
* | Code change: Comment unused types and modulesKarsten Heimrich2016-11-142-5/+5
* | Code change: Remove dead or unused code, classesKarsten Heimrich2016-11-0932-1137/+1
* | Style change: Remove all hand-added #region/ #endregionKarsten Heimrich2016-11-099-66/+0
* | Refactor: Move types into matching filesKarsten Heimrich2016-11-0983-1159/+2493
* | Style change: Second round, use implicitly typed local variablesKarsten Heimrich2016-11-0817-74/+73
* | Code change: Remove redundant codeKarsten Heimrich2016-11-0845-352/+353
* | Style change: Remove redundant braces, add missing bracesKarsten Heimrich2016-11-0817-248/+230
* | Style change: Use implicitly typed local variablesKarsten Heimrich2016-11-0240-375/+370
* | Style change: Use string.Empty where possibleKarsten Heimrich2016-11-0220-54/+54
* | Behavior change: Helper tools are expected at the root pathKarsten Heimrich2016-11-021-13/+3
* | Code change: Minor simplification to string handlingKarsten Heimrich2016-11-024-15/+8
* | Merge remote-tracking branch 'origin/2.0' into devJoerg Bornemann2016-10-3125-530/+205
|\|
| * 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-104-0/+11
| * Doc: Update Qt VS Tools docs to version 2.0Leena Miettinen2016-09-224-39/+3
| * 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
* | Merge remote-tracking branch 'origin/2.0' into devSimon Hausmann2016-09-1228-24/+1843
|\|
| * 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