aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Issues pane: Show the right number of issues on the pane buttonChristian Kandeler2019-07-053-5/+25
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-0488-250/+451
|\
| * More Utils::toSet/toListhjk2019-07-0441-87/+101
| * QmakeProjectManager: Take "executable" CONFIG value into accountChristian Kandeler2019-07-043-7/+11
| * StudioWelcome: Add get() to ProjectModelThomas Hartmann2019-07-041-0/+5
| * Clang: Remove old codeMarco Bubke2019-07-044-63/+3
| * QtOutputFormatter: Support relative file:// linksAndre Hartmann2019-07-031-1/+17
| * BareMetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
| * Use more toList/toSet to avoid deprecation warningshjk2019-07-036-17/+22
| * Clang: Fix typo in function nameNikolai Kosjar2019-07-032-3/+3
| * QmlDesigner: Fix shortcut overrideHenning Gruendl2019-07-032-0/+30
| * QmlDesigner: Hide the cursor when dragging in SpinBoxThomas Hartmann2019-07-032-0/+26
| * QmlDesigner: Use backspace on macOSThomas Hartmann2019-07-031-1/+7
| * QmlDesigner: Extend support for custom property editorThomas Hartmann2019-07-021-8/+37
| * Utils: Add toSet/toList functionshjk2019-07-028-13/+18
| * PE: Fix tool tip of invalid toolchainChristian Stenger2019-07-021-1/+1
| * ProjectExplorer: Add tests for GCC 9 output parsingChristian Kandeler2019-07-021-0/+109
| * Git: Correctly handle aborting pull commandsAndre Hartmann2019-07-022-4/+7
| * VCS: FakeVim: Ensure log editor is handled as readonlyChristian Stenger2019-07-022-1/+4
| * Git: Fix popping of branch-stash after checkoutOrgad Shaneh2019-07-015-23/+34
| * Core: Work around upstream introduction of std::hash<QString>hjk2019-07-011-0/+2
| * QmlDesigner: Remove some unused membersChristian Kandeler2019-07-013-7/+0
| * ProjectExplorer: Do not emit notifications from Kit::copyFrom()Christian Kandeler2019-07-011-2/+0
| * ToolTipWatchItem: Fix column mappingMichael Weghorn2019-07-011-6/+6
| * ProjectExplorer: Prevent inadvertant "configure" in target setup pageChristian Kandeler2019-07-011-1/+3
| * QmlDesigner.MetaInfo: Add font to value typesThomas Hartmann2019-06-281-2/+2
| * Project Explorer: Fix number of argumentRobert Loehning2019-06-281-1/+1
* | ProjectExplorer: Promote CMakeToolChainData to a global structurehjk2019-07-0410-94/+86
* | Use QComboBox::currentTextChanged instead of currentIndexChangedAlessandro Portale2019-07-043-5/+3
* | ProjectExplorer: Allow users to schedule a runChristian Kandeler2019-07-043-6/+26
* | QmlProfiler: deleteLater() the debug message and engine control clientsUlf Hermann2019-07-031-10/+18
* | Let users configure the number of recent files shownChristian Kandeler2019-07-035-128/+177
* | ProjectExplorer: Rename one ToolChainFactory::autoDetect overloadhjk2019-07-027-13/+13
* | ProjectExplorer: Remove now unused code in MinGW toolchain detectionhjk2019-07-021-2/+0
* | Qbs: Inline qbsbuildstepwidget.uihjk2019-07-015-378/+162
* | DocumentManager: Fix off-by-one error in max number of recent filesChristian Kandeler2019-07-011-2/+2
* | ProjectExplorer: Reduce ProjectExplorer::configureAsExampleProject()hjk2019-07-018-30/+20
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-2849-99/+271
|\|
| * Project import: Fix focus issueChristian Kandeler2019-06-273-5/+10
| * Fix build with mingw 5.3Christian Kandeler2019-06-271-3/+3
| * Fix lupdate issuesEike Ziller2019-06-274-19/+31
| * VCS: Add seconds to timestamp in output windowOrgad Shaneh2019-06-261-1/+1
| * ClangTools: Show hint when disabling "Build the project before analysis."Nikolai Kosjar2019-06-264-1/+31
| * CppTools: Ignore -f[no-]keep-inline-dllexportNikolai Kosjar2019-06-261-1/+8
| * CppEditor: Add another sanity check to ParseContextModelNikolai Kosjar2019-06-261-1/+3
| * PerfProfiler: Connect the updateRunActions() signal earlierUlf Hermann2019-06-251-3/+3
| * VCS: Do not use monospace font in output windowOrgad Shaneh2019-06-251-7/+0
| * CppTools: Handle not only "-std=X" but also "--std=X"Nikolai Kosjar2019-06-251-1/+1
| * Project Explorer: Fix UI textLeena Miettinen2019-06-256-15/+15
| * qmake Project Manager: Fix UI textLeena Miettinen2019-06-252-2/+2