summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Dumper: Fix handling of bitfields for MinGWChristian Stenger2018-11-121-1/+2
* Increase QT_DISABLE_DEPRECATED_BEFORE to 5.9Orgad Shaneh2018-11-122-2/+2
* ClangFormat: Fix crash on exitIvan Donchevskii2018-11-121-2/+3
* C++: Add some missing overrides in BindOrgad Shaneh2018-11-121-0/+7
* Debugger: Remove unused function declarationsOrgad Shaneh2018-11-122-3/+0
* Remove unneeded member initializersOrgad Shaneh2018-11-125-6/+6
* Debugger: Fix MSVC warningOrgad Shaneh2018-11-121-1/+1
* GenericHighlighter: Update from KSyntaxHighlightingOrgad Shaneh2018-11-129-323/+1193
* Fix typoRobert Loehning2018-11-091-1/+1
* macOS: Fix that Preferences do not work with german translationEike Ziller2018-11-091-0/+1
* Macros: Disambiguate short cutChristian Stenger2018-11-091-2/+2
* Debugger: Simplify codehjk2018-11-093-20/+7
* Debugger: Code cosmeticshjk2018-11-091-40/+0
* Debugger: Move some constants to more local scopeshjk2018-11-092-6/+2
* Debugger: Remove some dead code in lldbbridge.pyhjk2018-11-091-6/+0
* Update qbs submoduleChristian Kandeler2018-11-091-0/+0
* Debugger: Ignore bogus signal number on QNXhjk2018-11-091-0/+2
* Update Russian translationSergey Belyashov2018-11-091-45/+27
* Debugger: Use the toolbar version of start debug icon on the toolbarAlessandro Portale2018-11-091-1/+1
* ClangFormat: Fix unused static function warningOrgad Shaneh2018-11-091-0/+2
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-0920-60/+72
* ClangFormat: Add missing file to .qbsIvan Donchevskii2018-11-091-0/+1
* Work around crash when dragging text from tool tipEike Ziller2018-11-091-1/+9
* ProjectExplorer: Whitelist -Bprefix for header path searchNikolai Kosjar2018-11-091-1/+2
* Squish: Test initialized refs to smart pointers in tst_memberoperatorRobert Loehning2018-11-081-0/+2
* [Debugger] Add dumpers for QEvent and QKeyEventAlexandru Croitor2018-11-081-0/+111
* [Debugger] Fix bitfield values to show up correctly using lldbengineAlexandru Croitor2018-11-082-3/+7
* Clang: Add BuildDependenciesStorageMarco Bubke2018-11-0821-187/+242
* ClangFormat: Synchronize with C++ code style settingsIvan Donchevskii2018-11-089-70/+254
* Fix iconsThomas Hartmann2018-11-087-0/+0
* Debugger: Fix LLDB start with complex command lineshjk2018-11-082-10/+16
* ClangFormat: Fix text indentation after inserted snippetIvan Donchevskii2018-11-081-12/+14
* Squish: Adapt tst_memberoperator to CCM changesChristian Stenger2018-11-082-34/+77
* Callgrind: Avoid an extra call to QDir::entryList()Orgad Shaneh2018-11-081-3/+3
* Clang: Fix crash when removing diagnostic configNikolai Kosjar2018-11-083-0/+9
* Clang: Fix reading inconsistent settingsNikolai Kosjar2018-11-081-0/+6
* ClangTools: Fix using clang options of diagnostic configNikolai Kosjar2018-11-081-1/+2
* Clang: Refactor FilePathIdMarco Bubke2018-11-0837-410/+443
* QmlDesigner: Change name of internal propertyThomas Hartmann2018-11-082-6/+6
* Update documentation to Qt Quick 2.0Thomas Hartmann2018-11-081-2/+2
* Fix infinite recursion in highlight processorDaniel Levin2018-11-083-0/+26
* AutoTest: Move signal emissionChristian Stenger2018-11-081-1/+1
* AutoTest: Fix outputparserChristian Stenger2018-11-089-16/+33
* Debugger: Use a QPointer for the thread switcherhjk2018-11-072-9/+21
* Debugger: Split expressions and locals and anchor Registers to LocalsOrgad Shaneh2018-11-071-2/+2
* Debugger: Fix conflict of "Start and Break on Main" and "Step Over"Eike Ziller2018-11-071-1/+4
* Update German translationRobert Loehning2018-11-071-1175/+1579
* Doc: Update language server infoLeena Miettinen2018-11-072-14/+21
* Debugger: Silence breakpoint state transition warninghjk2018-11-071-2/+3
* CompilationDatabase: Speed up parsing project fileIvan Donchevskii2018-11-074-55/+90