aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Fix combobox for font familyThomas Hartmann2017-06-231-3/+26
* Update Polish translationsJarek Kobus2017-06-151-1822/+2324
* Fix internal C++ code model dumpersOrgad Shaneh2017-06-131-25/+28
* Update Russian translationSergey Belyashov2017-06-081-1577/+2088
* qt5QtQuick2-bundle.json: add missing modules and versionsJ-P Nurmi2017-06-081-0/+51
* Dumper: Fix type of lvalue for bitfields on GDBOrgad Shaneh2017-06-071-1/+1
* Dumper: Do not use None for bitposOrgad Shaneh2017-06-061-1/+1
* Use virtual keyboard with Boot2Qdb plugin alsoKari Oikarinen2017-05-312-2/+2
* Debugger: Fix unnamed typedef resolutionOrgad Shaneh2017-05-301-1/+1
* Dumper: Introduce Value.__sub__Orgad Shaneh2017-05-291-0/+8
* QML application wizards: Add code to bail out on load errorsFriedemann Kleint2017-05-163-0/+6
* Debugger: Fix display of pointers as arrayshjk2017-05-161-1/+1
* remove executable permission from .ts fileOswald Buddenhagen2017-05-121-0/+0
* Dumper: Put object address for pointer also when it is not dereferencedOrgad Shaneh2017-05-121-1/+1
* Debugger: Fix swapped object/original addressesOrgad Shaneh2017-05-091-2/+8
* 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