summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bumpv2.8.0tqtc/v2.8.0Eike Ziller2013-07-102-3/+3
* Fix build of Designer plugin against Qt 5 stable.Friedemann Kleint2013-07-101-1/+1
* C++: Introduce caches to Clone* classesNikolai Kosjar2013-07-093-1/+33
* Debugger: Don't use classnames as part of inameshjk2013-07-091-1/+1
* Debugger: Make autotest work with LLDB 179.5hjk2013-07-091-1/+3
* ProjectExplorer: Fix build dependenciesDaniel Teske2013-07-092-4/+13
* Adapt qbs files to qbs.fileinfo renaming.Christian Kandeler2013-07-095-4/+4
* Debugger: Disable build-in LLDB formatters for old LLDBhjk2013-07-091-0/+5
* Debugger: Remove spaces from template argumentshjk2013-07-091-2/+2
* Valgrind: Guard against missing loggerhjk2013-07-091-0/+1
* Debugger: Fix std::string display with GDBhjk2013-07-091-1/+2
* Debugger: Fix std::string display with old LLDB (179.5)hjk2013-07-091-4/+6
* Qbs: Clear build system related tasks before reparsing qbsTobias Hunger2013-07-091-0/+4
* Qbs: Fallback to filename as project name if qbs parsing failsTobias Hunger2013-07-091-1/+4
* Qbs: Fix qbs install stepTobias Hunger2013-07-091-1/+1
* Debugger: Fix "Show in separate window" for string-like classeshjk2013-07-091-6/+4
* Debugger: Fix display of default-initialized QStringRefhjk2013-07-092-2/+9
* Debugger: Fix libc++ std::{unique,shared}_ptr dumpershjk2013-07-092-3/+40
* Debugger: Split <complex.h> auto test into GDB/LLDB specifichjk2013-07-091-1/+13
* Debugger: Add facility to check float values in auto testshjk2013-07-091-13/+39
* Debugger: Align dummy member names in anon structshjk2013-07-081-1/+1
* Debugger: Fix inames of array items with LLDBhjk2013-07-081-2/+1
* qbs updates.Christian Kandeler2013-07-084-1/+3
* Qbs: Fix QbsRunConfiguration setupTobias Hunger2013-07-081-2/+2
* Qbs: Do not export symbolsTobias Hunger2013-07-082-2/+2
* Debugger: Improve hash "unsalting" in auto testshjk2013-07-081-12/+25
* Squish: Avoid false positive warningsChristian Stenger2013-07-082-5/+6
* C++: fix scope matching for templates in FindUsagesErik Verbruggen2013-07-082-2/+40
* Progress summary: Forward click to "current" progress details.Eike Ziller2013-07-082-1/+18
* Debugger: Fix LLDB display of std::array with "complex" contenthjk2013-07-083-4/+32
* Progressbar: Fix uninitialized variableEike Ziller2013-07-081-1/+2
* AndroidSettingsWidget: Don't show a message box for wrong settingsDaniel Teske2013-07-082-52/+97
* Squish: Fix tst_simple_analyze on WindowsRobert Loehning2013-07-082-1/+11
* Don't return negative numbers in sdktoolKai Koehne2013-07-089-19/+19
* Squish: Removed pointless progressBarWait()Robert Loehning2013-07-081-1/+0
* Git: Fix crash on checkout branchOrgad Shaneh2013-07-081-1/+1
* Remove pointless project property forwardings in pluginspec.qbs.Christian Kandeler2013-07-081-15/+6
* CppRewriter: Treat libc++'s std::__1:: as std:: for debugger displayhjk2013-07-082-0/+8
* Git: Reorder reset typesOrgad Shaneh2013-07-061-1/+1
* Git: Remove wrong assertionsOrgad Shaneh2013-07-061-4/+2
* Debugger: Fix LLDB QMap dumperhjk2013-07-051-1/+3
* Debugger: Make LLDB dumpers more robusthjk2013-07-051-9/+14
* Debugger: LLDB dumper for std::__1::vectorhjk2013-07-051-0/+18
* Debugger: Display unsigned hex values in watchhandler tooltip.Friedemann Kleint2013-07-051-0/+7
* EnvironmentAspect: Fix various aspects broken in the refactoringDaniel Teske2013-07-055-10/+14
* Fixes generated RSA private key in OpenSSL format with no crypt optionMichal Klocek2013-07-051-0/+4
* Debugger: Fix std::string display when using libc++hjk2013-07-051-9/+22
* Fix debugger watch data tooltip.Friedemann Kleint2013-07-051-2/+3
* Fix jumping to wrong line after double click in left viewjkobus2013-07-052-14/+74
* Debugger: Fix QSet dumperhjk2013-07-052-39/+31