aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Add danish (da) translation for Qt Creator 4.0scootergrisen2017-04-252-1/+40870
* Debugger: Pass Qt type info version to the debugger protocolDavid Schulz2017-02-231-2/+2
* Welcome: Update the Tutorials tab contentsLeena Miettinen2017-02-135-37/+37
* GDB: Fix printing of flag enumsOrgad Shaneh2017-02-131-0/+18
* Debugger: Fix extremely slow enum name resolvingOrgad Shaneh2017-02-081-3/+5
* Debugger: Fix int casting for bitfieldsOrgad Shaneh2017-02-081-0/+2
* Update Russian translationhjk2017-01-271-1/+1
* Update Polish translationsJarek Kobus2017-01-121-1751/+3416
* QtQuick Wizards: Update available Qt versionsEike Ziller2017-01-092-0/+26
* Clang: Fix tagging of slots with CONFIG+=no_keywordsNikolai Kosjar2017-01-031-1/+1
* Debugger: Fix QObject property extraction in namespaced Qt buildshjk2016-12-162-2/+6
* Debugger: Fix pointer arithmetic in dumper frameworkhjk2016-12-142-3/+14
* Dumper: Re-add Dumper.templateArgument()Orgad Shaneh2016-12-131-0/+3
* Debugger: Remove unused createBitfieldValue functionhjk2016-12-071-14/+0
* Debugger: Fix environment passing with LLDBhjk2016-12-071-11/+3
* Dumper: Fix QObject detection when using procedure linkage tablesChristian Stenger2016-12-022-2/+9
* Debugger: Allow QObject property extraction without debug infohjk2016-12-023-12/+52
* Debugger: Switch on QObject name display by defaulthjk2016-12-023-85/+51
* Debugger: Fix QObject parent pointer displayhjk2016-12-021-1/+1
* Debugger: Add dumper support for libc++'s std::weak_ptrhjk2016-12-011-0/+3
* Debugger: Make QStandardItem dumper work without debug infohjk2016-12-012-2/+38
* Dumper: Fix std::once_flag dumper when using libc++Christian Stenger2016-12-011-0/+2
* Debugger: Make {boost,std}::shared_ptr display more compacthjk2016-12-012-29/+11
* Debugger: Add dumper for std::once_flaghjk2016-12-011-0/+6
* Debugger: Fix MSVC python dumper for std::vectorDavid Schulz2016-11-301-21/+8
* Debugger: Add a dumper for std::weak_ptrhjk2016-11-301-0/+7
* Fix string in German translationRobert Loehning2016-11-301-1/+1
* Debugger: Always display bald pointers as dereferencablehjk2016-11-291-0/+1
* Debugger: Fix MSVC python dumper for std::listDavid Schulz2016-11-291-7/+6
* Debugger: Raise exception for invalid memoryDavid Schulz2016-11-251-1/+4
* Debugger: Add a dumper test for shared_ptr<ThingWithVTable>hjk2016-11-251-14/+13
* Debugger: Make QStandardItem test pass without debuginfohjk2016-11-241-0/+4
* Debugger: Better fix to extract Qt namespace with GDBChristian Kandeler2016-11-241-0/+3
* Debugger: Simplify dumping of paired itemshjk2016-11-243-60/+21
* Debugger: Add a QStandardItem dumperhjk2016-11-242-21/+31
* Debugger: Fix std::deque python dumper for msvcDavid Schulz2016-11-241-1/+32
* Debugger: Create reference types for arrays and pointersDavid Schulz2016-11-241-6/+3
* Debugger: Robustify QRegExp dumperhjk2016-11-231-1/+5
* Debugger: Do not print warning for auto paddingDavid Schulz2016-11-231-1/+1
* QmlDesigner: Fix manual puppet buildThomas Hartmann2016-11-221-1/+1
* QmlDesigner: Fix compilationNikolai Kosjar2016-11-221-1/+1
* QmlDesigner: fix import check againTim Jenssen2016-11-221-21/+26
* QmlDesigner: fix endless loop in check import codeTim Jenssen2016-11-211-2/+10
* Debugger: Fake contents of empty base classes with LLDBhjk2016-11-211-2/+17
* Debugger: Detect base classes in cdbbridgeDavid Schulz2016-11-211-0/+1
* Debugger: Add libc++ std::{deque,stack} dumpershjk2016-11-181-0/+19
* Debugger: Fix QFiniteStack dumper and add missing auto testhjk2016-11-181-3/+2
* Debugger: Make QV4 dumper test pass with Qt 5.8.0hjk2016-11-182-37/+70
* Debugger: Also support boost 1.55 unordered_mapshjk2016-11-182-16/+35
* Debugger: Detect msvc virtual function pointer tableDavid Schulz2016-11-181-20/+21