summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Qmake: Do not use qmake -r for Qt5Tobias Hunger2016-04-254-60/+186
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-2525-112/+70
* RemoteLinux: Improve API for retrieving ports and fifosUlf Hermann2016-04-254-23/+33
* RemoteLinux: Add support for perf profilerUlf Hermann2016-04-254-3/+92
* QmakePM: Add QtWebEngine to modules listOrgad Shaneh2016-04-251-0/+8
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-2261-154/+355
|\
| * Update qbs submodule.Christian Kandeler2016-04-221-0/+0
| * Clang: Classify *.{moc,qdoc} as CXXSourceNikolai Kosjar2016-04-223-0/+6
| * Fix creator build when icc on Windows is used.David Schulz2016-04-221-1/+1
| * ClangStaticAnalyzer: Tests: Add simple-libraryNikolai Kosjar2016-04-226-0/+38
| * Show shortcuts in tool tips of debugger tool bar actionsEike Ziller2016-04-221-6/+6
| * Debugger: Fix updating of disabled/enabled state of breakpointsChristian Stenger2016-04-221-0/+1
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-2132-68/+113
| * Style: Set PM_SmallIconSize to 16x16Alessandro Portale2016-04-211-0/+3
| * Debugger: Guard DebuggerPlugin::m_currentEngine with QPointerhjk2016-04-211-1/+1
| * Debugger: Use symbolFile for binary validationhjk2016-04-211-7/+10
| * ClangStaticAnalyzer: Revert to DummyRunConfigurationUlf Hermann2016-04-212-5/+39
| * Icons: Additionally add lower resolutions to QIcons in HighDPI modeAlessandro Portale2016-04-211-6/+9
| * Debugger: Fix decision between exec-run and continue.Christian Kandeler2016-04-211-4/+3
| * QmlDesigner: Add TreeView to item libraryThomas Hartmann2016-04-211-0/+13
| * Debugger: Switch meaning of inferior.executable and a symbol filehjk2016-04-214-19/+20
| * AutoTest: Avoid accessing nullptr documentChristian Stenger2016-04-211-0/+3
| * AutoTest: Cancel current parse if we start a full parseChristian Stenger2016-04-211-0/+3
| * QmlProject: Set environment when creating a runnableTobias Hunger2016-04-211-0/+1
| * Clang: Do not use run configuration for determining toolchain typeNikolai Kosjar2016-04-211-13/+2
| * ClangStaticAnalyzer: Set run control display nameUlf Hermann2016-04-211-0/+1
| * Debugger: Avoid soft assert on closeChristian Stenger2016-04-211-2/+4
| * ClangStaticAnalyzer: Determine target ABI from toolchainUlf Hermann2016-04-211-1/+1
| * Debugger: Avoid crash in plugin unit testChristian Stenger2016-04-202-2/+18
| * Clang: Fix SOFT ASSERT: "!m_functionName.isEmpty()"Nikolai Kosjar2016-04-202-4/+15
| * C++: Fix expensive parsing of declarationsNikolai Kosjar2016-04-201-18/+47
* | Clarify the meaning of the Environment field in the Kits widget.Christian Kandeler2016-04-221-1/+1
* | Use function objects for IRunConfigurationAspect::createConfigurationWidgethjk2016-04-229-34/+17
* | RemoteLinux: Allow killing processes by IDUlf Hermann2016-04-224-6/+49
* | CMake: Fix typoRobert Loehning2016-04-221-1/+1
* | Fix compiler warnings on windows.David Schulz2016-04-2212-35/+43
* | Support make install also on OS XEike Ziller2016-04-227-25/+35
* | RemoteLinux: Prepare for other kinds of analyzersUlf Hermann2016-04-214-38/+42
* | FakeVim: Modernizehjk2016-04-213-564/+555
* | qmljs: coding style.Marco Benelli2016-04-212-4/+5
* | QmakeStep: Use nullptrTobias Hunger2016-04-201-4/+4
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-2056-492/+449
|\ \ | |/
| * Editor: Check if text codec pointer is valid.David Schulz2016-04-201-7/+8
| * iOS: Better error messages for starting service and transferring app.Eike Ziller2016-04-191-218/+218
| * iOS: Qt 5.7 changed the CONFIG values for device vs simulator buildsv4.0.0-rc1Eike Ziller2016-04-181-2/+3
| * ProjectExplorerSettings: Do not reset options to defaultsTobias Hunger2016-04-181-30/+28
| * Debugger: Fix "jumping" status labelAlessandro Portale2016-04-181-1/+1
| * C++: Fix accessing invalid file id of SymbolNikolai Kosjar2016-04-181-2/+2
| * Core: Set "Flat" as default themeAlessandro Portale2016-04-181-1/+1
| * AutoTest: Fix marking for removal for second level itemsChristian Stenger2016-04-181-1/+1