summaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Dumpers: Fix operator + for pointersOrgad Shaneh2017-05-082-1/+14
* QmlDesigner: Add flag to check for designerThomas Hartmann2017-05-042-0/+7
* Flat Dark theme: make "changed variable" color in watch window readableMitch Curtis2017-05-031-1/+1
* Debugger: Improve handling of static members in shared objectshjk2017-05-021-0/+6
* Debugger: Add a dumper for QLazilyAllocatedhjk2017-04-261-0/+10
* Debugger: Add a boost::variant dumperhjk2017-04-263-1/+18
* Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-04-252-1/+40870
|\
| * Add danish (da) translation for Qt Creator 4.0scootergrisen2017-04-252-1/+40870
* | Debugger: Extract printing of dereferenced pointers into methodhjk2017-04-251-11/+18
* | Debugger: Catch some exceptions related to optimized out valueshjk2017-04-251-1/+4
* | Debugger: Add a workaround for bad gcc debug info generationhjk2017-04-202-3/+9
* | QmlDesigner.PropertyEditor: Disable line edit if color is transparentThomas Hartmann2017-04-191-1/+5
* | QmlDesigner: Show expression in UrlChooserThomas Hartmann2017-04-191-1/+7
* | Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-195-5/+5
* | Debugger: Add a qfloat16 dumperhjk2017-04-191-0/+22
* | Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-143-7/+7
* | Debugger: Check presence of current working directory explicitlyhjk2017-04-101-1/+4
* | Debugger: Optimize python output handlingDavid Schulz2017-04-101-1/+1
* | Debugger: Pass uninitialized variables to the python dumpersDavid Schulz2017-04-102-2/+5
* | Debugger: Remove unused Dumper.Type.field functionhjk2017-04-051-21/+0
* | Debugger: Catch memory read exceptions in getJumpAddressDavid Schulz2017-04-041-1/+4
* | Debugger: Make readRawMemory exception more detailedDavid Schulz2017-04-041-1/+1
* | Debugger: Fix QFlags dumper for cdbDavid Schulz2017-03-301-3/+3
* | Debugger: Use native value for pointer dereferenceDavid Schulz2017-03-283-6/+38
* | Debugger: Cache reference to an unresolvables type as structDavid Schulz2017-03-271-8/+8
* | Debugger: Add dumper for Utf8StringDavid Schulz2017-03-271-0/+4
* | QmlDesigner: Fix drag and dropThomas Hartmann2017-03-241-5/+1
* | QmlDesigner: Fix warningThomas Hartmann2017-03-231-1/+1
* | Debugger: Add exceptions for array type namesDavid Schulz2017-03-221-1/+3
* | Debugger: Fix QHostAddress padding for MinGWDavid Schulz2017-03-221-1/+1
* | Dumper: Remove unused functionOrgad Shaneh2017-03-212-8/+3
* | AutoTest: Add missing CMake build system to wizardChristian Stenger2017-03-212-2/+76
* | Debugger: Adjust offset for QFile dumperDavid Schulz2017-03-211-2/+10
* | Debugger: Fix QObject detection on WindowsDavid Schulz2017-03-212-23/+38
* | AutoTest: Reduce auto test wizard to useful partsChristian Stenger2017-03-2112-226/+33
* | QmlDesigner: Unite the bounding rectangle with actual sizeThomas Hartmann2017-03-171-0/+2
* | Dumper: Comment out unused functionChristian Stenger2017-03-161-14/+14
* | Dumper: Fix missing importChristian Stenger2017-03-161-1/+2
* | Debugger: Make QObject connections a bit better accessiblehjk2017-03-162-18/+54
* | Debugger: Simplify Qt namespace guessing codehjk2017-03-152-24/+8
* | Debugger: Use gdb provided hooks to track loaded shared objectshjk2017-03-151-48/+63
* | Debugger: Check also for Qt5Core(d).dll on WindowsDavid Schulz2017-03-141-2/+9
* | QmlDesigner: Add support for high dpi to form editor and puppetThomas Hartmann2017-03-131-1/+7
* | QmlDesigner: introduce a real Theme classTim Jenssen2017-03-0926-80/+108
* | Debugger: Use a named tuple for Dumper.Fieldhjk2017-03-093-243/+180
* | Debugger: Do not lookup types when accessing the type nameDavid Schulz2017-03-081-1/+1
* | Debugger: Optimize QObject::staticMetaObject lookupDavid Schulz2017-03-074-6/+16
* | Debugger: Fix double and (unsigned) long long alignmentDavid Schulz2017-03-031-1/+2
* | Debugger: Adjust offset in QGraphicsPolygonItem dumperDavid Schulz2017-03-031-1/+6
* | Debugger: Fallback to read raw memoryDavid Schulz2017-03-031-2/+6