aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib
Commit message (Expand)AuthorAgeFilesLines
* Implement conditional configuration includes2.0Karsten Heimrich2016-11-141-2/+1
* Fix project import from .pro fileKarsten Heimrich2016-10-132-13/+24
* Use book style for dialog titlesKarsten Heimrich2016-10-121-3/+3
* qtprojectlib: Rename resource key to reflect name changeKarsten Heimrich2016-10-125-16/+14
* qtprojectlib: Remove not existing Resource stringsKarsten Heimrich2016-10-121-18/+0
* qtprojectlib: Edit text that is visible to usersLeena Miettinen2016-10-111-36/+36
* Print message if the environment overwrites QMAKESPECKarsten Heimrich2016-09-133-11/+28
* Fix crash while switching the projects Qt versionKarsten Heimrich2016-09-131-1/+6
* 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-091-0/+2
* Fix import of qmake based projectKarsten Heimrich2016-09-091-0/+1
* QML classifier: Add settings option to enable/disable classifierKarsten Heimrich2016-09-092-0/+37
* Implement basic Qt Help System supportKarsten Heimrich2016-09-061-0/+10
* Remove QProcess, move StartExternalQtApplication into TranslationKarsten Heimrich2016-08-183-151/+0
* Minor formatting/style changes, no functional changeKarsten Heimrich2016-08-182-4/+8
* Make sure the .def file matches the one we add to the project.Karsten Heimrich2016-08-171-3/+3
* Move 'Filters' class into its own source file.Karsten Heimrich2016-08-173-70/+106
* Change Version number: 1.0.0 -> 2.0.0Karsten Heimrich2016-08-091-2/+2
* Remove unused methods.Karsten Heimrich2016-08-041-38/+0
* Fix newly created project parsing, disable VC code model usage.Karsten Heimrich2016-08-031-0/+5
* Add missing CompilerToolWrapper::RuntimeLibrary property and use it.Karsten Heimrich2016-08-032-18/+28
* Remove unused using, include reference and function.Karsten Heimrich2016-08-031-14/+0
* Refactor default editor related code into single classKarsten Heimrich2016-08-021-0/+12
* Remove remaining Add-in referencesKarsten Heimrich2016-07-284-7/+7
* Rewrite to be more correct on whitespace, commented code etc...Karsten Heimrich2016-07-251-30/+43
* Fix loading embedded resource imagesKarsten Heimrich2016-07-251-6/+4
* Fix warning CA1811, CA1804, CA1823, CA1801 and CA1812Karsten Heimrich2016-07-156-190/+2
* Fix RECS0091: Use 'var' keyword where appropriateKarsten Heimrich2016-07-1521-628/+628
* Set the code analysis rule set to the maximum possibleKarsten Heimrich2016-07-151-0/+1
* Move our defines into the .targets file as wellKarsten Heimrich2016-07-151-2/+2
* Fix IDE0001: C# Name can be simplifiedKarsten Heimrich2016-07-156-13/+13
* Fix IDE0003: Remove redundant 'this' qualificationKarsten Heimrich2016-07-156-200/+200
* Fix RECS0164: Redundant explicit delegate declarationKarsten Heimrich2016-07-154-13/+13
* Move IsModuleInstalled(...) into QtModuleInfo and reuseKarsten Heimrich2016-07-153-61/+16
* Remove unsued functionsKarsten Heimrich2016-07-151-66/+0
* Remove now superfluous Project, Class and Item creation related codeKarsten Heimrich2016-07-152-493/+0
* Refactor project files to support VS2013 and VS2015Karsten Heimrich2016-07-131-10/+3
* Fix CA2002: Do not lock on objects with weak identity.Karsten Heimrich2016-07-071-1/+2
* Fix warning CA1060 and CA2101.Karsten Heimrich2016-07-071-3/+12
* Fix CA1065: Do not raise exceptions in unexpected locations.Karsten Heimrich2016-07-071-7/+4
* Fix warning CA1060, CA1401 and CA2101.Karsten Heimrich2016-07-071-10/+2
* Fix CA1001: Types that own disposable fields should be disposable.Karsten Heimrich2016-07-071-2/+26
* Fix CA2202: Do not dispose objects multiple times.Karsten Heimrich2016-07-071-10/+16
* Fix ArgumentNullException thrown while 'project' is null.Karsten Heimrich2016-06-241-1/+1
* Copy QtProjectLib into src directory.Karsten Heimrich2016-06-1435-0/+12402