summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux: Add a crash handler providing a backtrace for debug builds.Nikolai Kosjar2012-09-2118-2/+1226
* Do not use qMemSet and qMemCopy.Christian Kandeler2012-09-214-20/+28
* Fix qbs build.Christian Kandeler2012-09-211-3/+2
* Do not use qFindChild() and qFindChildren().Christian Kandeler2012-09-202-8/+8
* Fix merge artifact in qbs file.Christian Kandeler2012-09-201-1/+2
* QmlDesigner: fix regression uncovered by testsThomas Hartmann2012-09-203-5/+14
* QmlDesigner: fix regression in string rewritingThomas Hartmann2012-09-201-2/+6
* Test.QmlDesigner: fix for windowsThomas Hartmann2012-09-201-2/+13
* Do not use QAbstractItemModel::reset().Christian Kandeler2012-09-2026-45/+85
* Replace qVariantValue() with qvariant_cast().Christian Kandeler2012-09-2010-16/+16
* Fix bug with expression list parsing.Christian Kamm2012-09-201-3/+2
* Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-19104-2030/+2560
|\
| * Debugger: Add missing continue to simple testDavid Schulz2012-09-191-0/+1
| * Qt4Project: Fix updating of problem label on kit changesDaniel Teske2012-09-191-0/+2
| * Qt4 MakeStep Config Widget: Fix signal connectionDaniel Teske2012-09-191-1/+1
| * ToolChains: Accept autodetected duplicatesTobias Hunger2012-09-191-1/+1
| * Handle autodetection sources as identifiers for Qt versionsTobias Hunger2012-09-191-4/+17
| * Squish: Added new test cases/suite for welcome pageChristian Stenger2012-09-1910-7/+387
| * Fix building without svg (Qt 5)Eike Ziller2012-09-191-1/+2
| * Issues Pane: Fix badge number on clearing tasks of unknown typeDaniel Teske2012-09-193-0/+10
| * Fix lone warning iconTobias Hunger2012-09-191-1/+1
| * C++: Fix memory leak in preprocessor.Nikolai Kosjar2012-09-191-0/+2
| * ToolChains: Read SDK settings from Nokia/qtcreator/toolchains.xmlTobias Hunger2012-09-191-1/+1
| * QtVersion: Get SDK settings from Nokia/qtcreator/qtversion.xmlTobias Hunger2012-09-191-3/+3
| * Added more resource editor improvements and fixed wording.Konstantin Tokarev2012-09-181-1/+3
| * Cleanup wince QtTobias Hunger2012-09-182-8/+2
| * Doc: memcheck requires a debug buildLeena Miettinen2012-09-181-5/+6
| * BuildConfiguration::cloneSteps Add self clone checkDaniel Teske2012-09-181-0/+2
| * DeployConfiguration: fix memory leakDaniel Teske2012-09-181-0/+1
| * Fix error handling for custom executables.Friedemann Kleint2012-09-187-49/+127
| * Editor: Fix: "Open File With..." with empty FileDavid Schulz2012-09-182-3/+6
| * Doc: creating scratch buffers that use temporary filesLeena Miettinen2012-09-181-1/+9
| * Fixes: Qt Creator documentation is accumulatedEike Ziller2012-09-182-11/+22
| * Fix qbs build for Qt 5.Christian Kandeler2012-09-1719-27/+29
| * Doc: new Compile Output pane functionality and buttonLeena Miettinen2012-09-172-0/+5
| * Editor: Fix leaving block caret.David Schulz2012-09-171-0/+1
| * Doc: playing and pausing movies in image viewerLeena Miettinen2012-09-172-0/+2
| * Fix warningsOrgad Shaneh2012-09-176-1779/+1783
| * Fix build with MinGW 4.4Orgad Shaneh2012-09-172-4/+3
| * Doc: debugger commands in the Application Output dialogLeena Miettinen2012-09-172-0/+3
| * Doc: building single files or subprojectsLeena Miettinen2012-09-141-0/+4
| * Doc: update screenshotLeena Miettinen2012-09-141-0/+0
| * Doc: updated changed fieldnamesLeena Miettinen2012-09-142-2/+3
| * Doc: replace "targets" with "devices" or "target platforms"Leena Miettinen2012-09-1419-61/+54
| * IdCache: Use delete[] for memory qstrdup allocatedDaniel Teske2012-09-131-1/+1
| * Make IOutputPane behaviour more granularDaniel Teske2012-09-1319-61/+69
| * QmlProfiler: Fix EXPORT macro logicKai Koehne2012-09-132-4/+4
* | Replace some Q_OS_* constructs with their HostOsInfo equivalents.Christian Kandeler2012-09-193-24/+22
* | Tests.QmlDesigner: adding some QApplication::processEvents();Thomas Hartmann2012-09-192-0/+41
* | Tests.QmlDesigner: remove QSkip for working testsThomas Hartmann2012-09-191-1/+0