aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clang: Compile fix for older clangChristian Stenger2018-08-162-11/+17
* Clang: Improve LLVM_CXXFLAGSIvan Donchevskii2018-08-161-0/+35
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-15517-65059/+75564
|\
| * Fix hiding file system view's bread crumbEike Ziller2018-08-152-3/+10
| * TextEditor: Fix compile on macOSChristian Stenger2018-08-151-0/+2
| * Valgrind: Fix heob check if executable existsHannes Domani2018-08-141-1/+2
| * GenericHighlighter: check text color against backgroundDavid Schulz2018-08-141-1/+41
| * Fix Botan build on macOSEike Ziller2018-08-132-2/+6
| * Botan: Fix compile if documentation tools are presentChristian Stenger2018-08-132-2/+3
| * Update qbs submoduleChristian Kandeler2018-08-101-0/+0
| * SSH: Use Botan2Christian Kandeler2018-08-10499-65031/+75444
| * Fix wrong color of line/column labelEike Ziller2018-08-091-1/+2
| * ProjectExplorer: reduce amount of concurrent running vcvars.bat scriptsDavid Schulz2018-08-091-2/+15
| * Debugger: Fix parsing of server command line optionhjk2018-08-091-1/+1
| * Clang: Fix resource directory pathIvan Donchevskii2018-08-082-10/+7
| * Clang: Fix the include paths order for libclangIvan Donchevskii2018-08-081-1/+1
| * AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-079-9/+26
| * QbsProjectManager: Adapt to cpp.cxxLanguageVersion type changeChristian Kandeler2018-08-071-10/+16
* | Debugger: add option to disable task entries for exceptionsDavid Schulz2018-08-158-14/+70
* | ProjectExplorer: Fix compileChristian Stenger2018-08-151-0/+1
* | FakeVim: Alias C-w C-h/j/k/l to C-w h/j/k/lhjk2018-08-151-4/+4
* | Add optional system include to compiler option builderMarco Bubke2018-08-147-15/+38
* | Clang: Don't parse system headersMarco Bubke2018-08-141-2/+2
* | ClangRefactoring: Integrate generated filesMarco Bubke2018-08-1410-30/+112
* | Clang: Fix possible nullptr accessChristian Stenger2018-08-141-1/+1
* | Clang: Add button to generate compile_commands.jsonIvan Donchevskii2018-08-138-73/+246
* | Clang: Fix anonymous namespaces spellingIvan Donchevskii2018-08-131-1/+4
* | Debugger: Tighten Perspective interfacehjk2018-08-138-68/+53
* | Fix color of labels and combo boxes in debugger toolbarEike Ziller2018-08-131-0/+4
* | Fix qbs build when no llvm is presentChristian Kandeler2018-08-105-60/+11
* | Core: Fix compile with namespaced QtChristian Stenger2018-08-091-0/+2
* | ProjectExplorer: Autodetect clang-cl shipped with Qt CreatorIvan Donchevskii2018-08-092-7/+32
* | ProjectExplorer: Autodetect Clang shipped with Qt CreatorIvan Donchevskii2018-08-093-3/+34
* | Clang: Fix MSVC buildIvan Donchevskii2018-08-091-0/+8
* | Show the right actions in the menu item locator filterEike Ziller2018-08-094-1/+51
* | MenuBarFilter: Do not access menu bar and actions from non-UI threadEike Ziller2018-08-092-12/+13
* | Fix focus handling when leaving locatorEike Ziller2018-08-092-8/+34
* | Fix context of Locator inputEike Ziller2018-08-0913-16/+66
* | AutoTest: Fix usage of line widgetChristian Stenger2018-08-091-6/+10
* | AutoTest: Small refactoringChristian Stenger2018-08-092-15/+12
* | Core: ModernizeAlessandro Portale2018-08-08152-701/+624
* | Clang: Use the same format for the current document filter and the symbol out...Ivan Donchevskii2018-08-081-11/+4
* | Clang: Reuse full type qualification from tooltipsIvan Donchevskii2018-08-083-28/+27
* | Clang: Provide include directory only for libclangIvan Donchevskii2018-08-088-51/+37
* | Clang: Add GeneratedFilesMarco Bubke2018-08-084-3/+129
* | ClangRefactoring: Move generated files to own messagesMarco Bubke2018-08-0826-34/+331
* | ClangRefactoring: Add project part queueMarco Bubke2018-08-083-2/+197
* | Debugger: Use decimal offset in disassembler viewOrgad Shaneh2018-08-081-2/+2
* | Extensionsystem: ModernizeAlessandro Portale2018-08-088-50/+42
* | QmlDesigner: Fix clazy warningThomas Hartmann2018-08-0813-28/+13