summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-12123-324/+327
* Core: Pimpl IDocumentOrgad Shaneh2015-01-122-45/+89
* TreeModel: Add good old ModelTest's codehjk2015-01-121-9/+576
* cmake: Fix finding corresponding source directory from build directoryTom Deblauwe2015-01-111-4/+22
* Update qbs submodule and do the necessary adjustments.Christian Kandeler2015-01-095-3/+80
* TreeModel: Add function to remove all children of an itemhjk2015-01-092-0/+12
* TreeModel: Make debug help code less intrusivehjk2015-01-092-21/+21
* Utils: Add TreeModel iteration facilityhjk2015-01-092-3/+203
* Android: Preserve settings on upgrading the qt sdk on windowsDaniel Teske2015-01-093-12/+10
* ResourceEditor: Use open with menu from document manager.David Schulz2015-01-093-20/+16
* Help: Fix qbs build.Christian Kandeler2015-01-091-1/+1
* ProjectExplorer: Use Utils::TreeModel for AddNewModelhjk2015-01-087-315/+85
* Suppress "file outside the project" warning when there is no projectOrgad Shaneh2015-01-081-1/+4
* Help index filter optimizationsEike Ziller2015-01-085-61/+114
* Merge branch 'master' of ssh://codereview.qt-project.org/qt-creator/qt-creatorEike Ziller2015-01-082-1/+3
|\
| * Revert "don't LoadPostFiles in build_pass reader"Kai Koehne2015-01-081-1/+1
| * Timeline: Fix qbs build.Christian Kandeler2015-01-081-0/+2
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-01-0834-58/+259
|\ \ | |/ |/|
| * Fix a few memory leaksAki Koskinen2015-01-074-0/+8
| * Prevent using an invalidated referenceAki Koskinen2015-01-071-1/+2
| * Abi: Correctly set ABI information for the BSDs in hostAbi().Raphael Kubo da Costa2015-01-071-0/+10
| * CppTools: Check for valid active targetNikolai Kosjar2015-01-061-6/+12
| * Theming: Use a lighter color for splitters in the dark themeOrgad Shaneh2015-01-061-1/+4
| * ProjectExplorer: Add missing "return"s in MsvcToolChainOrgad Shaneh2015-01-051-4/+2
| * buildoutputparser: Respect $QTC_PREFIX.Raphael Kubo da Costa2015-01-051-1/+1
| * ClearCase: Fix not detecting that a file is already checked outKnut Petter Svendsen2015-01-051-0/+9
| * TextEditor: Adapt include guard to file renameOrgad Shaneh2015-01-051-3/+3
| * ClearCase: Set focus on Ok buttonKnut Petter Svendsen2015-01-031-0/+3
| * Enforce prefixes "a/" and "b/" when doing git diffThiago Macieira2015-01-021-0/+1
| * Update qbs submodule.Christian Kandeler2014-12-191-0/+0
| * Adapt bugtracker URLEike Ziller2014-12-196-6/+6
| * prune some more qt4 vestiges from project filesOswald Buddenhagen2014-12-181-1/+1
| * CppEditor: Updating local uses before matching quick fixesNikolai Kosjar2014-12-171-1/+2
| * CppEditor: make convert from/to pointer aware of autoJoerg Bornemann2014-12-172-11/+108
| * iossim: Fix compilation against SDKs earlier than 10.9Eike Ziller2014-12-161-2/+2
| * ClangCodeModel: Ignore child diagnostics of type 'note' and 'ignored'Nikolai Kosjar2014-12-161-0/+6
| * CMake: Fix syntax highlighting for cmake filesDaniel Teske2014-12-153-1/+16
| * CppEditor: Fix comment continuationNikolai Kosjar2014-12-152-6/+60
| * CppTools: Do not append '/' to fallback header pathsNikolai Kosjar2014-12-153-13/+3
| * Update qbs submodule.Christian Kandeler2014-12-121-0/+0
* | ProjectExplorer: Remove some unneded declarationshjk2015-01-081-6/+0
* | ProjectExplorer: Use Utils::TreeModel for ToolChainModelhjk2015-01-072-252/+105
* | Welcome: Fix compilation with QQuickWindowEike Ziller2015-01-071-1/+1
* | Remove what's this button from Plugin Error dialogKai Koehne2015-01-071-0/+2
* | Fix build for MSVCKai Koehne2015-01-071-1/+1
* | CppTools: Fix hanging test on OSXChristian Stenger2015-01-071-1/+2
* | Further string fixesRobert Loehning2015-01-072-6/+6
* | Locator BaseFileFilter: Iterator based API for list of filesEike Ziller2015-01-077-46/+147
* | Debugger: Display debugger type in debugger configuration detail pagehjk2015-01-071-21/+18
* | TextEditor: Highlight and animate matching parenthesis for generic highlighterMaksim Klimov2015-01-072-0/+22