aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Project import: Fix focus issueChristian Kandeler2019-06-273-5/+10
* Clang: Add reset to ModifiedTimeCheckerMarco Bubke2019-06-277-179/+178
* Clang: Watch only PCH sourcesMarco Bubke2019-06-276-15/+18
* Clang: Update ModifiedTimeChecker in SymbolIndexerMarco Bubke2019-06-274-4/+8
* Clang: Watch directories instead of filesMarco Bubke2019-06-2723-235/+782
* 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
* ClangRefactoring: Clear input files after collecting symbolsMarco Bubke2019-06-262-1/+7
* 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
* LanguageServerProtocol: Fix compilation warningsCristian Adam2019-06-251-3/+2
* 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
* Remote Linux: Use double quotes for emphasis in UI textLeena Miettinen2019-06-251-2/+2
* ClangTools: Hint to "Build the project before starting" optionNikolai Kosjar2019-06-251-0/+10
* AutoTest: Limit condition for test execution to LinuxChristian Stenger2019-06-251-2/+3