summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Nim: Add Nimble test run configurationFilippo Cucchetto2019-11-103-7/+41
* ProjectExplorer: Simplify FlatModel::data()Christian Kandeler2019-11-071-73/+54
* LayoutBuilder: Allow for more compact code at calling sitesChristian Kandeler2019-11-0713-52/+34
* TextEditor: Allow explicitly passing the text format for tool tipsEike Ziller2019-11-066-11/+63
* TextEditor: Do not change the text format for tool tipsEike Ziller2019-11-068-42/+98
* QMakePM: Ensure output from cumulative parser is always properly markedChristian Kandeler2019-11-061-1/+2
* ProjectExplorer: Add new RL78 architectureDenis Shienkov2019-11-052-0/+11
* Baremetal: Fix compile for gcc 5.3Christian Stenger2019-11-051-3/+3
* Baremetal: Fix compile for gcc 5.3Christian Stenger2019-11-051-1/+1
* Utils: Fix detection of DLL or EXE file/product version on WindowsDenis Shienkov2019-11-051-2/+8
* Nim: Fix compileChristian Stenger2019-11-054-25/+18
* Nim: Add support for the nimble build systemFilippo Cucchetto2019-11-0441-26/+2195
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-0442-144/+199
|\
| * Highlighter: clarify 'Update Definitions' actionDavid Schulz2019-11-045-10/+40
| * LanguageClient: Fix some bugprone-branch-cloneNikolai Kosjar2019-11-042-10/+10
| * Bump version -> 4.11.0-rc1Eike Ziller2019-11-043-9/+9
| * Update litehtmlEike Ziller2019-11-042-62/+66
| * Simplify RPATHs for qmake buildEike Ziller2019-11-0413-25/+30
| * 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
| * Doc: Update info about editing Qt resource filesLeena Miettinen2019-11-017-3/+3
* | QmakeProjectManager: Improve renaming functionalityChristian Kandeler2019-11-044-43/+76
* | ProjectExplorer: Remove unused Target::{is,set}Enabledhjk2019-11-042-24/+0
* | BareMetal: Remove QLatin1Char and QLatin1String macrosDenis Shienkov2019-11-0410-229/+226
* | BareMetal: Minimize dependency from GDB engineDenis Shienkov2019-11-0432-753/+1021
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-01170-524/+2590
|\ \ | |/
| * CppTools: Fix code model for Clang buildsCristian Adam2019-11-011-1/+6
| * Doc: Remove links to example filesLeena Miettinen2019-11-012-7/+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
| * Doc: Update info about Easing Curve Editor and Curve EditorLeena Miettinen2019-11-014-14/+14
| * Doc: Describe changes in editing keyframesLeena Miettinen2019-11-012-3/+6
| * 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
| * QmlDesigner: MoveGizmo improvements in 3D edit viewMiikka Heikkinen2019-11-015-82/+237