aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tracing: port to QtQuickControls2Ulf Hermann2019-07-059-200/+183
* 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-04148-1661/+991
|\
| * More Utils::toSet/toListhjk2019-07-0445-98/+118
| * 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-0430-1215/+3
| * ClangPchManager: Don't update system PCH if no system include file changedMarco Bubke2019-07-046-32/+119
| * Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-0420-217/+359
| * Utils: Add logging category to SynchronousProcessNikolai Kosjar2019-07-041-7/+19
| * 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
| * algorithm.h: Fix compilation with Qt 5.13.1Friedemann Kleint2019-07-031-2/+2
| * Fix compilation with Qt 5.13hjk2019-07-031-4/+4
| * QmlDesigner: Fix shortcut overrideHenning Gruendl2019-07-032-0/+30
| * QmlDebug: Queue the socket error and disconnect signalsUlf Hermann2019-07-031-4/+13
| * 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
| * clangsupport: Fix compiler warning about initialization re-orderingChristian Kandeler2019-07-021-2/+2
| * Utils: Add toSet/toList functionshjk2019-07-0213-23/+53
| * 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
| * CMake build: Fix building with CMakeCristian Adam2019-07-012-3/+6
| * 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-045-8/+5
* | 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
* | Tracing: Restrict category tooltip to label textUlf Hermann2019-07-011-1/+1
* | ProjectExplorer: Reduce ProjectExplorer::configureAsExampleProject()hjk2019-07-018-30/+20
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-2891-494/+1234
|\|
| * Project import: Fix focus issueChristian Kandeler2019-06-273-5/+10
| * Clang: Add reset to ModifiedTimeCheckerMarco Bubke2019-06-277-179/+178