summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Dumper: Fix std::once_flag dumper when using libc++Christian Stenger2016-12-011-0/+2
* Doc: Describe Model Editor zooming commandsLeena Miettinen2016-12-011-4/+7
* Debugger: Make {boost,std}::shared_ptr display more compacthjk2016-12-013-51/+18
* Debugger: Add dumper for std::once_flaghjk2016-12-012-0/+13
* Doc: Describe and link to Qt Quick Controls 2Leena Miettinen2016-11-301-45/+68
* Debugger: Split related settingshjk2016-11-303-3/+4
* Debugger: Fix MSVC python dumper for std::vectorDavid Schulz2016-11-301-21/+8
* Debugger: Add a dumper for std::weak_ptrhjk2016-11-302-2/+19
* Debugger: Consolidate watcher insertion code pathshjk2016-11-301-18/+4
* Fix string in German translationRobert Loehning2016-11-301-1/+1
* QmlJS: Fix crash in QML reformatterThomas Hartmann2016-11-301-0/+9
* CppEditor: Fix MSVC warningOrgad Shaneh2016-11-301-1/+1
* Debugger: Keep watchers alphabetically orderedhjk2016-11-303-11/+8
* Android: Change polling pid script to fix permission denied issuesv4.2.0-rc1Vikas Pachdha2016-11-291-1/+2
* Git: Replace msysGit with Git for Windows in commentsOrgad Shaneh2016-11-292-3/+3
* Doc: Replace msysGit with Git for WindowsOrgad Shaneh2016-11-293-4/+4
* Debugger: Use better approximation for sizeof(double)hjk2016-11-291-1/+1
* Update change logEike Ziller2016-11-291-2/+6
* Debugger: Always display bald pointers as dereferencablehjk2016-11-291-0/+1
* Doc: Fix a typo: changed > changesLeena Miettinen2016-11-291-1/+1
* Debugger: Force direct engine shutdown on GDB crashhjk2016-11-291-1/+3
* Debugger: Allow repeated editing of watchershjk2016-11-291-1/+1
* Debugger: Fix MSVC python dumper for std::listDavid Schulz2016-11-291-7/+6
* README.md: Fix rendering of supported platform listNikolai Kosjar2016-11-291-3/+3
* README.md: Add section for getting LLVM/ClangNikolai Kosjar2016-11-291-32/+65
* SSH: Fix typo in key generator that leads to a crashChristian Kandeler2016-11-281-1/+1
* Doc: write QML type names as they appear in the UILeena Miettinen2016-11-282-20/+23
* Doc: Re-work clang documentationNikolai Kosjar2016-11-285-77/+52
* Doc: Fix ambiguous linksLeena Miettinen2016-11-287-31/+32
* Android: Fix android app startupVikas Pachdha2016-11-281-107/+133
* Debugger: Expanding symbol before getting the number of childrenDavid Schulz2016-11-281-0/+2
* Debugger: Do not add values for indices out of boundsDavid Schulz2016-11-281-0/+6
* ClearCase: Re-slot annotateVersionOrgad Shaneh2016-11-281-1/+1
* QmlDesigner: Fix debug messageThomas Hartmann2016-11-281-1/+1
* Fix accessing temporary copies via QStringRefFriedemann Kleint2016-11-283-4/+6
* Cmake: Don't take QStringRefs of a temporary QStringUlf Hermann2016-11-281-1/+2
* Doc: Update info on Debugger optionsLeena Miettinen2016-11-251-3/+8
* QmlDesigner: Synchronize parent if component is completedThomas Hartmann2016-11-251-0/+1
* Update qbs submoduleChristian Kandeler2016-11-251-0/+0
* iOS: Add C toolchainVikas Pachdha2016-11-253-83/+143
* Doc: Describe Choose Folder command in File System context-menuLeena Miettinen2016-11-251-0/+2
* Debugger: Raise exception for invalid memoryDavid Schulz2016-11-251-1/+4
* Debugger: Add a dumper test for shared_ptr<ThingWithVTable>hjk2016-11-252-14/+33
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-2511-24/+27
* Raise version dialog if it already is openEike Ziller2016-11-251-1/+4
* Debugger: Disable "Select Widget to Add into Expression Evaluator"hjk2016-11-251-3/+4
* Add missing break in COFF parserFriedemann Kleint2016-11-251-0/+1
* tst_dumpers: Restore compilation with MSVCKevin Funk2016-11-251-1/+1
* Debugger: Do not attempt to update registers when not stoppedhjk2016-11-251-0/+3
* Fix showing/hiding context lines spinbox in diff editorJarek Kobus2016-11-252-10/+9