summaryrefslogtreecommitdiff
path: root/src/plugins/qmljsinspector/qmljslivetextpreview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge QML inspector into debugger pluginKai Koehne2012-05-091-752/+0
* Don't add singleton model manager to object pool.Eike Ziller2012-05-041-8/+1
* QmlJS: Remove 'qmljsprivateapi.h' headerKai Koehne2012-04-241-1/+0
* QmlJSInspector: Fix line lengthKai Koehne2012-04-171-74/+141
* QmlJSInspector: Fix whitespace issuesKai Koehne2012-04-171-55/+55
* QmlJSInspector: Remove dependency to QmlJSEditorKai Koehne2012-04-161-28/+34
* QmlJSInspector: Query Objects IterativelyAurindam Jana2012-03-221-4/+25
* QmlEngineDebugClient: Simplify the client and utility classesAurindam Jana2012-03-221-7/+10
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-4/+4
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-2/+2
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* QmlJSInspector: Renamed Observer to InspectorThorbjørn Lindeijer2011-05-311-9/+9
* QmlLivePreview: removing and inserting animations and transitionsChristiaan Janssen2011-05-241-2/+2
* rewrite editor info bar handlingOswald Buddenhagen2011-05-121-11/+20
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlDebugger: adding slots to items in Live PreviewChristiaan Janssen2011-05-051-1/+1
* Fix more krazy warnings.Friedemann Kleint2011-04-191-2/+2
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-4/+4
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-1/+1
* QmlJsLiveTextPreview: adjusted ast offsets for objectbindingsChristiaan Janssen2011-01-201-0/+11
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlDebugger: removed "Reload" button on live preview errorChristiaan Janssen2010-12-151-1/+1
* | QmlObserver: Apply changes to file also if not in Debug modeKai Koehne2010-11-241-6/+0
* | Exported Header cleanup: QmlJSEditorFriedemann Kleint2010-11-021-4/+4
|/
* QmlObserver: showing a warning when changes cannot be synchronizedChristiaan Janssen2010-09-221-31/+7
* QmlInspector: tooltips in qmldebug modeChristiaan Janssen2010-09-081-9/+1
* QML Inspector: Remove check for files being in projectLasse Holmstedt2010-08-311-6/+0
* Qml Debugger: fix the fact that the selection rectangle is not updated.Olivier Goffart2010-08-301-0/+1
* qml debugger: Use a hash table to store the debugIdOlivier Goffart2010-08-301-58/+24
* qmljsdelta: Fix updating property on UiObjectBindingOlivier Goffart2010-08-271-4/+6
* QmlInspector: Added reparenting of items in the Qml Live Preview. Reviewed ...Christiaan Janssen2010-08-261-0/+6
* QML Inspector: Don't update debug id's when not debuggingLasse Holmstedt2010-08-241-1/+12
* Qml Debugger: Enable debugging qml+cpp standalone applicationsLasse Holmstedt2010-08-241-2/+24
* QML Debugger: request objects from all contextsOlivier Goffart2010-08-201-19/+25
* QML Debugger refactoringLasse Holmstedt2010-08-131-23/+55
* Added settings class to QML InspectorLasse Holmstedt2010-08-121-2/+2
* QML Observer: Refresh debug id's when new objects are createdLasse Holmstedt2010-08-061-0/+8
* QML JS Inspector: Improve warning messagesLasse Holmstedt2010-08-051-23/+89
* QML JS Inspector: Added method to clear component cacheLasse Holmstedt2010-08-051-1/+3
* QmlJs Live preview: Fixed a bug that lead an object to be associated with 2 d...Olivier Goffart2010-08-031-1/+1
* QML Observer: Changed warning message to mention reloadingLasse Holmstedt2010-08-021-2/+3
* Qml JS Live Preview: Show warnings when running Live PreviewLasse Holmstedt2010-07-301-1/+55
* QmlJS Live Preview: Fixed highlighting from text editor-> qml observerLasse Holmstedt2010-07-271-10/+17
* QmlJS Live Preview: Implemented "Apply changes from Qml File" buttonLasse Holmstedt2010-07-271-11/+30