summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Forward the methods of Scope.Roberto Raggi2010-08-112-0/+135
* The method enclosingSymbol() should always return a ScopedSymbol.Roberto Raggi2010-08-112-2/+2
* Added warning(), error, and fatal() to Parser.cppRoberto Raggi2010-08-113-38/+72
* Some cleanup in the diagnostic client.Roberto Raggi2010-08-113-61/+40
* fakevim: Fix mark interpretion for d'a etc.hjk2010-08-111-0/+4
* Compile fix.Alessandro Portale2010-08-111-1/+1
* Fix crash on close in sidebar/bookmarks viewKai Koehne2010-08-113-3/+15
* Compile on Windowsdt2010-08-112-2/+3
* fakevim: improve selection interaction with main text editorhjk2010-08-115-7/+67
* Remove qml from OTHER_FILESdt2010-08-111-3/+1
* Add QML folder in project tree, show files theredt2010-08-1116-35/+499
* Potential crash fixdt2010-08-111-1/+2
* fakevim: fix indentation of first line after >iB and >ibhjk2010-08-111-1/+3
* debugger: show all dockwidgets in the views menu, even if disabled.hjk2010-08-113-20/+24
* qmljsinspector: give the context path dock widget a namehjk2010-08-111-0/+1
* debugger: cleanup gdb command queue when inferior setup failedhjk2010-08-113-23/+49
* debugger: remove unused DebuggerPlugin::stateChanged(int) signalhjk2010-08-112-6/+0
* Maemo: Progress report also for debugging.ck2010-08-103-1/+10
* QmlOutline: Add support UiArrayBinding, UiObjectBindingKai Koehne2010-08-102-11/+102
* QmlJSOutline: Show the type icons again in the outlineKai Koehne2010-08-101-14/+16
* Maemo: Improve progress reporting of remote process start and shutdown.ck2010-08-106-6/+24
* Maemo: Better reporting of mount errors.ck2010-08-103-19/+45
* Maemo: Encapsulate remote mount functionality in its own class.ck2010-08-107-260/+502
* Maemo: Put mount specification class into its own set of source files.ck2010-08-107-40/+120
* Designer: Add 'Switch Source/Form' action.Friedemann Kleint2010-08-102-2/+72
* Push the function scope as soon as we're done processing the core-declarator.Roberto Raggi2010-08-102-4/+8
* New implementation of CPlusPlus::FindUsagesRoberto Raggi2010-08-106-250/+2005
* QmlOutline: Also show 'name', 'target' in addition to 'id'Kai Koehne2010-08-102-14/+37
* QmlJS: Fix typo in new indenter.Christian Kamm2010-08-101-1/+1
* Compile Windows.Friedemann Kleint2010-08-101-2/+2
* Debugger[TCF Trk]: Start on TCF Trk 4.0.5Friedemann Kleint2010-08-103-14/+41
* QML Debugger: fix the fact that the qmlobserver would only run once.Olivier Goffart2010-08-103-4/+10
* QmlOutline: Show id beside type nameKai Koehne2010-08-104-7/+93
* QmlOutline: Move QmlOutlineTreeView into it's own fileKai Koehne2010-08-105-22/+45
* QmlOutline: Store relative path instead of pointer in mimetypeKai Koehne2010-08-101-8/+21
* QmlJS: Introduce a new indenter that works similarly to the new C++ one.Christian Kamm2010-08-107-11/+1674
* QmlJS: Adjust scanner to treat ++ and -- as a single delimiter token.Christian Kamm2010-08-101-0/+10
* Fix for compiling utils library statically.Christian Kamm2010-08-102-1/+6
* Generic highlighter: Fix lookup by definition name during mime type registrat...Leandro Melo2010-08-101-2/+2
* Quiten debug messagesTobias Hunger2010-08-101-7/+2
* Consistently use $$PWD instead of pathes in .pri fileTobias Hunger2010-08-101-9/+9
* Fix Build-/DeployConfiguration mixupTobias Hunger2010-08-101-4/+4
* Ignore empty chunks.Roberto Raggi2010-08-101-1/+3
* Renamed CollectTypes.Roberto Raggi2010-08-101-3/+3
* Get rid of the old deprecated indenter.Roberto Raggi2010-08-1016-1707/+0
* debugger: get rid of the private header dependencyOlivier Goffart2010-08-107-680/+1
* No hardcoded QMLINSPECTOR_PATH in the qml app .pro file.Alessandro Portale2010-08-094-8/+6
* Highlight the enumerators using the Static `char format'.Roberto Raggi2010-08-097-11/+106
* Annotate EnumSpecifierASTs with the Enum symbols.Roberto Raggi2010-08-092-0/+5
* Mark the virtual destructors.Roberto Raggi2010-08-092-2/+58