summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Fix some bugprone-branch-cloneNikolai Kosjar2019-11-042-10/+10
* Update litehtmlEike Ziller2019-11-042-62/+66
* Simplify RPATHs for qmake buildEike Ziller2019-11-048-17/+28
* AutoTest: Correct states handling when parsing boost testsChristian Stenger2019-11-041-7/+13
* ProjectExplorer: Export findFileInSession()hjk2019-11-043-6/+8
* QtSupport: Do not pass empty file names to file system engineChristian Stenger2019-11-041-3/+3
* Python: remove reference to out of scope variableDavid Schulz2019-11-041-1/+1
* Python: cache the module path for executableDavid Schulz2019-11-041-3/+11
* QmlDesigner: Fix warning for unused variableChristian Stenger2019-11-041-1/+1
* PerfProfiler: Disable failing testsChristian Stenger2019-11-041-2/+2
* CMake Build: Do not add test qrc file in normal plugin buildCristian Adam2019-11-011-2/+2
* CppTools: Fix code model for Clang buildsCristian Adam2019-11-011-1/+6
* Debugger: Fix timeout handlingChristian Stenger2019-11-011-1/+1
* CppTools: SimplifyNikolai Kosjar2019-11-016-31/+18
* Target setup page: Fix some glitchesChristian Kandeler2019-11-016-6/+50
* ProjectExplorer: SimplifyNikolai Kosjar2019-11-017-20/+5
* CMake build: Fix false detection of mocable fileOrgad Shaneh2019-11-011-3/+4
* Debugger: Fix a bugprone-branch-cloneNikolai Kosjar2019-11-011-3/+0
* CppEditor: SimplifyNikolai Kosjar2019-11-014-30/+7
* CMake: SimplifyNikolai Kosjar2019-11-012-3/+1
* Utils: SimplifyNikolai Kosjar2019-11-016-38/+16
* Core: SimplifyNikolai Kosjar2019-11-012-12/+6
* Help: Fix a readability-simplify-boolean-exprNikolai Kosjar2019-11-011-6/+3
* McuSupport: Detect GNU Toolchain for Arm a bit betterAlessandro Portale2019-11-011-6/+21
* Debugger: Fix conditional operator with identical true and false expressionshjk2019-11-011-9/+8
* ClassView: Fix a readability-simplify-boolean-exprNikolai Kosjar2019-11-011-5/+1
* QmlDesigner: Fix usage of transactionThomas Hartmann2019-11-011-2/+3
* ProjectExplorer: Fix a bugprone-argument-commentNikolai Kosjar2019-11-011-1/+1
* ProjectExplorer: Fix a bugprone-suspicious-missing-commaNikolai Kosjar2019-11-011-1/+1
* PluginManager is not moc'ed automaticallyv4.11.0-beta2Michael Winkelmann2019-10-311-1/+3
* McuSupport: Add path to shipped clang to build environmentAlessandro Portale2019-10-311-0/+1
* McuSupport: Enable and preselect usage of the shipped JOM (on Windows)Alessandro Portale2019-10-312-4/+7
* QmlDesigner Ignore design mode switchAleksei German2019-10-315-6/+21
* ProjectExplorer: Correct updating targetsChristian Stenger2019-10-311-0/+4
* ClangTools: Fix using correct run settingsNikolai Kosjar2019-10-311-0/+1
* ClangTools: Fix state of the "Apply Fixits" buttonNikolai Kosjar2019-10-313-7/+9
* ClangTools: Fix uninitialized variableNikolai Kosjar2019-10-311-1/+1
* ClangTools: Fix a bugprone-parent-virtual-callNikolai Kosjar2019-10-311-1/+1
* Display the current frame in a dedicated controlKnud Dollereder2019-10-316-6/+31
* Target setup page: Un-queue another connection to kit managerChristian Kandeler2019-10-311-2/+1
* McuSupport: Add Segger Jlink path to kit environmentAlessandro Portale2019-10-301-0/+1
* McuSupport: Rename "NXP EVKB-IMXRT1050 SDK" to "NXP i.MXRT SDK"Alessandro Portale2019-10-301-2/+2
* McuSupport: Change "MCU board:" => "Target:" in options pageAlessandro Portale2019-10-301-1/+1
* Debugger: prefer cdb for msvc targetsDavid Schulz2019-10-302-0/+6
* Python: Check for changes before applyingChristian Stenger2019-10-302-0/+9
* QmlDesigner: Append forced nodes also if filter is inactiveThomas Hartmann2019-10-301-6/+7
* QmlDesigner: Avoid reflection when setting values from puppetThomas Hartmann2019-10-302-2/+5
* Toolchains: Better out-of-the-box support for the Intel C++ compilerChristian Kandeler2019-10-301-3/+7
* Debugger: adjust resetting the symbol server after cdb updateDavid Schulz2019-10-301-8/+11
* Python: detect virtual environments for documents and projectsDavid Schulz2019-10-304-6/+79