summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Git: Replace msysGit with Git for Windows in commentsOrgad Shaneh2016-11-292-3/+3
* Debugger: Use better approximation for sizeof(double)hjk2016-11-291-1/+1
* Debugger: Force direct engine shutdown on GDB crashhjk2016-11-291-1/+3
* Debugger: Allow repeated editing of watchershjk2016-11-291-1/+1
* Android: Fix android app startupVikas Pachdha2016-11-281-107/+133
* ClearCase: Re-slot annotateVersionOrgad Shaneh2016-11-281-1/+1
* QmlDesigner: Fix debug messageThomas Hartmann2016-11-281-1/+1
* Fix accessing temporary copies via QStringRefFriedemann Kleint2016-11-283-4/+6
* Cmake: Don't take QStringRefs of a temporary QStringUlf Hermann2016-11-281-1/+2
* QmlDesigner: Synchronize parent if component is completedThomas Hartmann2016-11-251-0/+1
* iOS: Add C toolchainVikas Pachdha2016-11-253-83/+143
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-2511-24/+27
* Raise version dialog if it already is openEike Ziller2016-11-251-1/+4
* Debugger: Disable "Select Widget to Add into Expression Evaluator"hjk2016-11-251-3/+4
* Add missing break in COFF parserFriedemann Kleint2016-11-251-0/+1
* Debugger: Do not attempt to update registers when not stoppedhjk2016-11-251-0/+3
* Fix showing/hiding context lines spinbox in diff editorJarek Kobus2016-11-252-10/+9
* Avoid resizing of document dropdownEike Ziller2016-11-241-0/+1
* QmlDesigner: Fix delegate for images in tree viewThomas Hartmann2016-11-242-25/+25
* Clang: Soft assert valid instrinsics dirNikolai Kosjar2016-11-241-1/+1
* QmlProfiler: Don't test for default kit in attach dialog testUlf Hermann2016-11-241-3/+0
* Don't save context chunksJarek Kobus2016-11-241-0/+3
* Fix SideBySide diff editor iconJarek Kobus2016-11-241-1/+1
* QbsProjectManager: Fix potential crashChristian Kandeler2016-11-241-4/+4
* UpdateInfo: Inherit environment when checking updatesMartin Kampas2016-11-241-1/+1
* Clear the uniqueId of diff editor when savingJarek Kobus2016-11-243-0/+7
* Abi: Handle MSVC2017 in relevant placesFriedemann Kleint2016-11-242-2/+10
* Make skipOpeningBigTextFile() public and use it in Diff EditorJarek Kobus2016-11-233-1/+10
* QbsProjectManager: Fix precompiled header collectionChristian Kandeler2016-11-231-5/+60
* Clang: Fix removing text marks on line deletionNikolai Kosjar2016-11-233-6/+33
* Clang: Fix initial document parse with modified contentNikolai Kosjar2016-11-236-19/+49
* Debugger: Show position in separately displayed text in tooltiphjk2016-11-231-1/+25
* Clang: Clean up clangbackendipcintegration.cppNikolai Kosjar2016-11-231-34/+25
* Clang: Do not print AliveMessage by defaultNikolai Kosjar2016-11-232-1/+21
* Reuse existing controller when requesting existing diff editorJarek Kobus2016-11-221-6/+9
* Export currentPerspective() from debugger windowFilipe Azevedo2016-11-222-0/+6
* Clang: Work around libclang not accepting not existing unsaved filesNikolai Kosjar2016-11-229-18/+173
* CppTools: Fix propagating unsaved filesNikolai Kosjar2016-11-222-8/+4
* QmlDesigner: Enforce Qt Quick importThomas Hartmann2016-11-211-4/+13
* Merge "Merge remote-tracking branch 'origin/4.1' into 4.2" into 4.2Eike Ziller2016-11-212-25/+60
|\
| * Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-11-212-25/+60
| |\
| | * Qbs: filter out -arch compiler flags from platformCompiler/LinkerFlagsJake Petroules2016-11-141-2/+21
| | * QbsProjectManager: Fix compile with gcc 4.8Christian Stenger2016-11-141-1/+1
| | * Qbs: don't set cpp.linkerNameJake Petroules2016-11-112-5/+0
| | * Qbs: fix Xcode SDK detection (take 2)Jake Petroules2016-11-111-20/+36
| | * QbsProjectManager: Fix missing includeChristian Stenger2016-11-111-0/+1
| | * Qbs: fix Xcode SDK detectionJake Petroules2016-11-102-16/+16
* | | QmlDesigner: Setting the current path does not make senseThomas Hartmann2016-11-211-1/+0
* | | QmlDesigner: hide tabwidget for one central widgetTim Jenssen2016-11-211-0/+1
|/ /
* | Add support for Visual Studio 15.0 (MSVC2017)Friedemann Kleint2016-11-214-105/+151