summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Session: Remove projectContainsFileTobias Hunger2017-12-083-9/+3
* Session: Get rid of cache of all project file namesTobias Hunger2017-12-085-33/+39
* Project: Make Project::file take a std::function to match filesTobias Hunger2017-12-085-28/+40
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-0838-92/+109
* KitManager: Check availableCreationIds before asking for displayNameUlf Hermann2017-12-081-2/+4
* Clang: Plugins: Put settings into the TabWidgetIvan Donchevskii2017-12-072-29/+3
* Move line/column label functionality into single placeEike Ziller2017-12-072-25/+47
* Rename LineColumnLabelEike Ziller2017-12-071-7/+7
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-0712-21/+122
|\
| * Nim: Fix debugger start of nim projectsChristian Stenger2017-12-061-0/+3
| * ApplicationOutputPane: Add missing handling of runControl being nullptrRobert Loehning2017-12-051-1/+2
| * QmakeDesktopRunConfiguration: Add correct entry to PATH on windowsTobias Hunger2017-12-051-2/+6
| * QmlDesigner: Add support for timeline itemsThomas Hartmann2017-12-054-1/+48
| * Git: Show success message on pushOrgad Shaneh2017-12-051-1/+2
| * TextEditor: fix animate navigation within fileDavid Schulz2017-12-011-14/+9
| * QbsProjectManager: Set the default working directory in the run configChristian Kandeler2017-11-301-2/+7
| * winrt: Add runnable to run configurationOliver Wolff2017-11-292-0/+45
* | Debugger: Merge EngineSetup and InferiorSetup start phaseshjk2017-12-0616-219/+90
* | QNX: Don't return display names for devices we don't supportUlf Hermann2017-12-061-1/+1
* | Welcome: Use https-linksRobert Loehning2017-12-061-2/+2
* | ProjectTree: Sort includes to shut up codemodelTobias Hunger2017-12-061-15/+15
* | Session: Sort includesTobias Hunger2017-12-061-7/+7
* | Clang: Plugins: Make default settings emptyIvan Donchevskii2017-12-061-3/+2
* | UnitTests: Cleanup SymbolQuery testMarco Bubke2017-12-052-4/+4
* | QmlJs: prevent "copy" icon in outline drag and dropMarco Benelli2017-12-052-0/+6
* | Git: Gerritpushdialog: Fix draft push for older GerritsAlessandro Portale2017-12-031-1/+1
* | QmlProjectManager: Fix warning about unused lambda captureTobias Hunger2017-12-011-1/+1
* | Debugger: detect cdb in non default install rootsDavid Schulz2017-12-011-13/+28
* | QmlProjectManager: Drop support for QtQuick1Ulf Hermann2017-11-305-98/+21
* | Add "Rename" to file system viewEike Ziller2017-11-306-10/+142
* | SettingsAccessor: Add setters to VersionUpgraderTobias Hunger2017-11-301-39/+18
* | Introduce a ChannelProvider run workerhjk2017-11-304-49/+215
* | Clang: Store the database in user resourcesMarco Bubke2017-11-293-1/+9
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-2912-11/+43
|\ \ | |/
| * Qmake: Set up environment for initial project parsingTobias Hunger2017-11-285-5/+20
| * BuildConfiguration: Fix caching of environmentTobias Hunger2017-11-283-2/+13
| * fix some missing breaks in switchesNikolay Shalakin2017-11-281-0/+1
| * avoid crash during Android Virtual Device Manager launchNikolay Shalakin2017-11-281-1/+1
| * python scanner: fix "oct" and "chr" highlightNikolay Shalakin2017-11-271-1/+1
| * ProjectExplorer: Fix build failure on windowsTobias Hunger2017-11-271-0/+1
| * Clang: Fix future reporting on backend crashNikolai Kosjar2017-11-271-2/+6
* | Clang: Move QLocalServer in ConnectionClientMarco Bubke2017-11-285-23/+42
* | TextEditor: Implement highlighting of function definitionsHugo Holgersson2017-11-285-5/+20
* | Nim: WS-only fixTobias Hunger2017-11-281-3/+3
* | Debugger: modernize cdb detectionDavid Schulz2017-11-281-14/+16
* | AutoTest: Limit search for test tree items to respective rootChristian Stenger2017-11-289-26/+66
* | RemoteLinux: Restrict remote custom exe runconfig to remote casehjk2017-11-271-0/+1
* | QmakeAndroidSupport: Fix warningsTobias Hunger2017-11-271-2/+2
* | ClangRefactoring: Fix warning about missing overrideTobias Hunger2017-11-271-1/+1
* | TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-2724-127/+90