aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljsoutline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Editors: Support dragging from outline viewsEike Ziller2014-09-301-0/+5
* | QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidgethjk2014-08-261-2/+2
* | QmlJSEditor: General editor related code consolidationhjk2014-08-211-1/+1
* | TreeViewFind -> ItemViewFindDaniel Teske2014-08-111-2/+2
|/
* Add search functionality to outline panesEike Ziller2014-06-131-1/+2
* qmljseditor: remove unused qdebug importsFawzi Mohamed2014-06-111-1/+0
* OutlineViews: Make behavior consistent with other viewsDaniel Teske2014-04-161-4/+9
* QmlJSEditor: Remove functions from widget that delegate to documentEike Ziller2014-02-101-3/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-3/+2
* QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditorhjk2013-06-071-2/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | QmlJSEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-031-2/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* Set focus to the editor after selection change in outlineDavid Schulz2012-01-181-0/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-2/+2
* QmlJsEditor: Add copyright headerKai Koehne2011-02-181-0/+33
* Outline: Double click should jump to text even in non-sync modeKai Koehne2010-12-201-18/+26
* Exported Header cleanup: QmlJSEditorFriedemann Kleint2010-11-021-0/+1
* UI text - fix capitalizationLeena Miettinen2010-09-281-1/+1
* QmlOutline: Prevent warnings about invalid offset for 'setPosition'Kai Koehne2010-09-141-1/+6
* QmlOutline: Update selection if filter is toggledKai Koehne2010-09-031-0/+1
* QmlOutline: Ensure that element is always selectedKai Koehne2010-09-031-2/+10
* QmlOutline: Don't scroll to (horizontal) center when auto-selectingKai Koehne2010-08-251-1/+1
* QmlOutline: Cut down update times considerablyKai Koehne2010-08-251-1/+6
* QmlOutline: Make sure that currently selected item is always visibleKai Koehne2010-08-241-1/+1
* QmlOutline: Replace WeakPointer by normal oneKai Koehne2010-08-161-7/+8
* QmlOutline: Center cursorKai Koehne2010-08-161-0/+1
* QmlOutline: Show id/name/property values only if filter is activeKai Koehne2010-08-121-0/+12
* QmlOutline: Show non-leaf bindings even when filter is activeKai Koehne2010-08-121-2/+2
* QmlOutline: Move QmlOutlineTreeView into it's own fileKai Koehne2010-08-101-12/+1
* QmlOutline: Treat grouped property items as propertiesKai Koehne2010-07-221-2/+1
* QmlOutline: Fix issues when 'filter bindings' is activatedKai Koehne2010-07-211-0/+1
* Qml Outline: Support rearrangement of the items via drag&dropKai Koehne2010-07-211-0/+5
* Show horizontal scrollbar in navigator views (if needed)Kai Koehne2010-07-161-1/+0
* QmlJSOutline: Store the filter settings when switching filesKai Koehne2010-07-161-7/+26
* Utils::NavigationTreeView is created - as a base class for any Navigation Wid...Denis Mingulov2010-07-161-6/+1