summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Replace "Mac" with the \macos macroLeena Miettinen2016-11-251-1/+1
* Debugger: Use int instead of bool in test code that can be Chjk2016-11-241-1/+1
* Clang: Partial fix for highlighting off output argumentsMarco Bubke2016-11-243-0/+20
* Debugger: Skip dumper tests automatically depending on build environmenthjk2016-11-241-9/+22
* 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
* Doc: Edit the information about using BazaarLeena Miettinen2016-11-241-16/+4
* Doc: Describe the Import Existing Build menu item in Projects modeLeena Miettinen2016-11-242-0/+3
* Debugger: Simplify dumping of paired itemshjk2016-11-243-60/+21
* Doc: Link to common VCS functions from the Mercurial docsLeena Miettinen2016-11-241-1/+3
* Doc: Editing info on PerforceLeena Miettinen2016-11-241-20/+25
* Avoid resizing of document dropdownEike Ziller2016-11-241-0/+1
* QmlDesigner: Fix delegate for images in tree viewThomas Hartmann2016-11-242-25/+25