summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* OutputParser: Allow to flush pending tasks.Tobias Hunger2013-05-0613-69/+93
* Make test bench for IOutputParser tests more stableTobias Hunger2013-05-062-30/+44
* Task: Add clear methodTobias Hunger2013-05-062-0/+12
* QmlProfilerEngine: Use local variables within scopeAurindam Jana2013-05-061-3/+3
* QmlProfilerEngine: Remove unused local variablesAurindam Jana2013-05-061-3/+0
* Debugger: Fix display of frame addresses with LLDBhjk2013-05-061-1/+1
* Fix indentationOrgad Shaneh2013-05-0615-51/+51
* FakeVim: Emulate insert mode more preciselyhluk2013-05-062-50/+94
* FakeVim: Allow upper case letters in <nop>hluk2013-05-061-1/+1
* Git: Improve LogChangeWidgetOrgad Shaneh2013-05-045-14/+22
* Git: Implement "Fixup previous commit"Orgad Shaneh2013-05-0411-27/+117
* Git: Use StashGuard inside RebaseManagerOrgad Shaneh2013-05-043-9/+21
* Git: Allow reviewers specification in Push to Gerrit dialogOrgad Shaneh2013-05-044-5/+49
* Debugger: Add basic diassembly display to LLDB enginehjk2013-05-032-6/+43
* Qt4PM: Reduce priority of qmake parser in makestep parser chainTobias Hunger2013-05-031-1/+2
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-05-0318-59/+101
|\
| * Remove StatusDisplay.qml from qbs build systemTobias Hunger2013-05-031-1/+0
| * Git: Use consistent ordering for Merge Tool dialogOrgad Shaneh2013-05-021-4/+5
| * UicCodeModelSupport: Make the code not so eager to run uic processesDaniel Teske2013-05-025-15/+47
| * WelcomePage: Show demos in the examples viewThomas Hartmann2013-05-021-1/+1
| * Fix crashOrgad Shaneh2013-05-012-11/+0
| * QmlDesigner.SubComponentManager: We have to use importPathsThomas Hartmann2013-04-301-10/+2
| * QmlDesigner.MetaInfo: avoid endless recusion into "." propertiesThomas Hartmann2013-04-301-9/+15
| * Android: Speed up project opening by caching the sdk versionDaniel Teske2013-04-304-2/+28
| * QmlDesigner.MetaInfo: updating metainfo for controlsThomas Hartmann2013-04-301-5/+1
| * Editor: Fix crash on switching sessions.David Schulz2013-04-301-1/+2
| * ClearCase: Fix checking if a directory is managedKnut Petter Svendsen2013-04-304-83/+197
* | C++: fix possible null-pointer derefs.Erik Verbruggen2013-05-031-3/+3
* | QbsProject: use CFLAGS in addition to CXXFLAGSSergey Shambir2013-05-021-2/+6
* | QbsProject: simplified C++ codemodel interaction.Sergey Shambir2013-05-021-28/+12
* | Qbs: Use proper function signature for virtual functionsOrgad Shaneh2013-05-022-6/+6
* | Git: Pass CommitData by referenceOrgad Shaneh2013-05-024-21/+21
* | Git: Add commit type to CommitDataOrgad Shaneh2013-05-028-23/+23
* | Git: Simplify editor code a bitOrgad Shaneh2013-05-024-6/+10
* | Handle Qmake errors when running make in a qmake projectTobias Hunger2013-05-021-0/+2
* | Debugger: Add LLDB event handling for mixed debugger and user eventshjk2013-05-022-84/+92
* | GccParser: Fix parsing of header files without extensionTobias Hunger2013-05-021-1/+32
* | CppEditor: Tests: Remove superfluous reference to CppEditorSupportNikolai Kosjar2013-05-023-24/+8
* | CppEditor: simplified Objective-C status checkSergey Shambir2013-05-021-1/+1
* | C++: fix highlighting type when there is using Namespace::ClassPrzemyslaw Gorszkowski2013-05-026-4/+106
* | FakeVim: Break edit block only after a changehluk2013-05-021-33/+38
* | FakeVim: Window movement with <C-W> and :onlyhluk2013-05-023-69/+75
* | edit note should also be disabled when a note is not editableJesper K. Pedersen2013-05-021-0/+1
* | GenericProject: simplified C++ codemodel interaction.Sergey Shambir2013-05-021-9/+2
* | AutotoolsProject: simplified C++ codemodel interaction.Sergey Shambir2013-05-021-40/+15
* | Qt4Project: simplified C++ codemodel interaction.Sergey Shambir2013-05-021-26/+13
* | CMake: simplified C++ codemodel interaction.Sergey Shambir2013-05-021-44/+24
* | Remove code duplication in open editors windowEike Ziller2013-05-022-55/+37
* | Android: Make cleanPackageName automatically correct more errorsDaniel Teske2013-05-021-0/+44
* | Fix wrong unsplit icons when splitting without open documentsEike Ziller2013-05-021-1/+1