summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Remove factories from object pool when destroying themUlf Hermann2016-05-112-2/+2
* Beautifier: tr()-FixesTakumi ASAKI2016-05-111-5/+5
* QmlProfiler: Add data stream operators for QmlEventUlf Hermann2016-05-104-1/+254
* QmlProfiler: Provide stream operators for QmlEventType and QmlNoteUlf Hermann2016-05-108-2/+147
* QmlProfiler: rename qmlprofilereventlocation.h to qmleventlocation.hUlf Hermann2016-05-1014-14/+15
* QmlProfiler: Add some Q_DECLARE_METATYPEUlf Hermann2016-05-104-0/+11
* QmlDesigner: Fix compile with Qt5.5Christian Stenger2016-05-101-1/+1
* QmlDesigner: modernize codeTim Jenssen2016-05-102-33/+18
* QmlDesigner: improve warning widget codeTim Jenssen2016-05-104-31/+47
* QmlDesigner: move RewriterError to an extra fileTim Jenssen2016-05-1010-116/+186
* QmlProfiler: Reset the zoom control only when we're finished loadingUlf Hermann2016-05-103-10/+9
* QmlProfiler: Make QmlEvent Q_MOVABLE_TYPEUlf Hermann2016-05-101-0/+4
* Valgrind: Split MemCheck and CallGrind factorieshjk2016-05-1011-86/+117
* Git: Use numerous formRobert Loehning2016-05-101-2/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-0919-66/+118
|\
| * Debugger: Enforce use of target-async for Android gdbserverhjk2016-05-095-3/+14
| * QmlDesigner: Support QtQuick 2.7Alessandro Portale2016-05-091-1/+1
| * QtSupport: Update feature set for Qt 5.7Alessandro Portale2016-05-092-0/+8
| * Don't wait too much to connect.BogDan Vatra2016-05-091-3/+8
| * AutoTest: Fix parsing of Qt tests when using developerbuildChristian Stenger2016-05-041-19/+26
| * Make local custom executables run independent of device selectionhjk2016-05-045-5/+23
| * AutoTest: Fix reparsing of header files...Christian Stenger2016-05-041-25/+24
| * OS X: Fix regression for opening projects from FinderEike Ziller2016-05-041-0/+7
| * QbsProjectManager: Use IDE_LIBRARY_BASENAME to locate qbs' plugins.Christian Kandeler2016-05-041-1/+5
| * Clang Static Analyzer: Re-enable for all project managers and tool chainsNikolai Kosjar2016-05-041-8/+1
| * Git: Suppress failure message on grepOrgad Shaneh2016-05-041-1/+1
* | QmlProfiler: Avoid zero-sized arraysUlf Hermann2016-05-091-5/+6
* | Debugger: Fresh icons for QtQuick "App on Top" and "Select"Alessandro Portale2016-05-097-6/+12
* | QmlProfiler: Add a QmlTypedEvent and extend QmlEventUlf Hermann2016-05-0913-156/+537
* | Git: Fetch completion refs asynchronouslyOrgad Shaneh2016-05-093-11/+20
* | VcsBaseClient: Make some functions constOrgad Shaneh2016-05-082-4/+4
* | ProjectExplorerPluginPrivate: Initialize bool m_shuttingDownAlessandro Portale2016-05-061-1/+1
* | QmlProfiler: Rename QmlEvent::startTime to "timestamp"Ulf Hermann2016-05-0612-56/+55
* | QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-0633-105/+90
* | QmlProfiler: Move notes into the notes modelUlf Hermann2016-05-066-37/+32
* | BareMetal: Fix broken remote setupAlexander Drozdov2016-05-051-3/+2
* | QmlDesigner: fix showing a new component in item library view with vcsTim Jenssen2016-05-041-13/+13
* | ProjectExplorer: Use a better "Run" icon for the menuAlessandro Portale2016-05-041-2/+2
* | Debugger: Display separate icons for toolbar and menuAlessandro Portale2016-05-043-23/+49
* | QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-0428-452/+540
* | Core: Use a consistent initial directory in open/save/locatorOrgad Shaneh2016-05-042-14/+6
* | QmlProfiler: Fix windows buildAlessandro Portale2016-05-031-1/+1
* | QmlProfiler: remove unused members from statistics relatives modelUlf Hermann2016-05-032-6/+1
* | Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-0341-303/+997
* | CodeAssist: Remove unrelated member from ProcessorRunner.David Schulz2016-05-033-36/+15
* | Target: Clean up names to follow form used almost everywhere elseTobias Hunger2016-05-032-46/+46
* | Target: Sort forward declarationsTobias Hunger2016-05-031-5/+5
* | Project: Sort forward declarationsTobias Hunger2016-05-031-4/+4
* | AutoTest: tr()-FixesTakumi ASAKI2016-05-033-9/+10
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-0351-171/+287
|\ \ | |/