summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Move a bit closer to Qt Creator coding stylewip/boostbuildprojectmanagerhjk2015-07-0115-210/+184
* Add Boost.Build Project Manager plug-inMateusz Loskot2015-07-0140-0/+6051
* QmlProfiler: remove bogus commentUlf Hermann2015-06-301-1/+0
* QmlProfiler: Remove extra clear() from loadData()Ulf Hermann2015-06-302-2/+0
* QmlProfiler: coding styleUlf Hermann2015-06-301-2/+1
* QmlProfiler: Remove unused parameter to events relatives viewUlf Hermann2015-06-262-6/+3
* QmlProfilerTool: Don't check for pre 4.7.4 qt versions anymoreDaniel Teske2015-06-241-17/+0
* Debugger: Remove some unused parameterhjk2015-06-221-1/+1
* Debugger: Retrieve threads info for coredumpOrgad Shaneh2015-06-221-5/+0
* Beautifier: Consistently use qt5 connection styleLorenz Haas2015-06-226-11/+14
* Beautifier: Avoid raw loops wherever applicableLorenz Haas2015-06-225-22/+13
* Add icons for static fields and functions.Alexander Izmailov2015-06-221-0/+6
* Android: Pull the right libc.so from device.BogDan Vatra2015-06-222-4/+10
* Git: Fix Stash & Pop for synchronous actionsOrgad Shaneh2015-06-221-4/+5
* CppEditor: Cleanup settings in InsertVirtualMethodsOrgad Shaneh2015-06-221-161/+98
* C++: Rename semanticRehighlight to recalculateSemanticInfoDetachedNikolai Kosjar2015-06-228-10/+10
* Core: Reduce use of Id::fromUniqueIdentifier in the Infobarhjk2015-06-222-19/+8
* Debugger: Do not try to load unreadable extra dumpers fileOrgad Shaneh2015-06-222-2/+2
* Core: Make Id(int) constructor less accessiblehjk2015-06-193-3/+6
* Analyzer: Remove one level of indirection when creating RunControlshjk2015-06-193-18/+6
* Core: Remove unused Id::registerIdhjk2015-06-192-17/+0
* QmlDesigner: avoid uninitialized warningNikita Baryshnikov2015-06-191-4/+6
* Valgrind: Remove one use of AnalyzerStartParameters::useStartupProjecthjk2015-06-191-1/+0
* Analyzer: Remove AnalyzerStartParameter::useStartupProjecthjk2015-06-193-12/+4
* Valgrind: Start custom actions more directlyhjk2015-06-197-29/+43
* TextEditor: Remove unused variable.David Schulz2015-06-191-1/+0
* Analyzer: Merge AnalyzerAction::useStartupProject and ::toolStarterhjk2015-06-184-19/+21
* QmlProfiler: Drop redundant checks for useStartupProjectUlf Hermann2015-06-181-6/+0
* Analyzer: Add prepare step to tool starting.Ulf Hermann2015-06-185-18/+19
* SubversionPlugin: Introduce member initialization.Jarek Kobus2015-06-183-59/+31
* Valgrind: Reshuffle plugin setuphjk2015-06-182-43/+23
* FakeVimPlugin: Introduce member initialization.Jarek Kobus2015-06-183-124/+72
* CvsPlugin: Introduce member initialization.Jarek Kobus2015-06-182-66/+31
* QmlProfiler: Always try to connect immediately if we know the portUlf Hermann2015-06-181-3/+3
* QmlProfiler: Remove some dead code.Ulf Hermann2015-06-181-4/+1
* Analyzer: Move tool startup code closer to the action setuphjk2015-06-188-100/+58
* CppEditor: Add a missing includeOrgad Shaneh2015-06-181-0/+1
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-178-32/+24
* CPaster: Introduce override.Friedemann Kleint2015-06-1710-60/+60
* CppTools: Fix misdetection of virtual function overloadsOrgad Shaneh2015-06-172-0/+31
* CPaster: Introduce member initialization.Friedemann Kleint2015-06-1716-72/+27
* CppEditor: Offer to insert "override" for InsertVirtualMethodsNikolai Kosjar2015-06-171-26/+209
* JsonWizard: Explicitly set required/preferred features on kits pageTobias Hunger2015-06-173-5/+116
* CppEditor: Extract reading/writing settings for InsertVirtualMethodsDialogNikolai Kosjar2015-06-171-43/+60
* QtVersion: Add features for major/minor/patchlevel of Qt versionTobias Hunger2015-06-173-10/+19
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-06-1711-14/+47
|\
| * support Visual Studio 2015Joerg Bornemann2015-06-157-8/+33
| * Valgrind: Fix possible crashesChristian Stenger2015-06-152-6/+4
| * Adapt to qbs' libexec infrastructure.Christian Kandeler2015-06-032-0/+10
* | Analyzer: Replace StartMode with a useStartupProject booleanhjk2015-06-1720-61/+38