summaryrefslogtreecommitdiff
path: root/src/plugins/qmljsinspector/qmljslivetextpreview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlJsDelta: moved to the QMLJS libraryOlivier Goffart2010-07-211-25/+31
* QmlJsDelta: move to the QmlJs namspaceOlivier Goffart2010-07-211-0/+1
* QmlJsDelta: refactor to split the stuff specific to the QML Live Preview outOlivier Goffart2010-07-211-4/+137
* add missing licence headerOlivier Goffart2010-07-201-0/+29
* Qml Live Preview: lazily create QmlJSLiveTextPreviewOlivier Goffart2010-07-201-6/+0
* Qml Live Preview: Update the QmlJSLiveTextPreview When the document is reloaded.Olivier Goffart2010-07-201-8/+22
* Qml Live Preview: Match debug Id for new created objects.Olivier Goffart2010-07-191-4/+64
* QML Live Preview: Find the debug ids of the root nodesOlivier Goffart2010-07-191-10/+35
* QML Live Preview: avoid to crash if ast->qualifiedTypeNameId->name is nullOlivier Goffart2010-07-191-4/+2
* QmlJsDelta: When coputing the debug ids, we need to do it on the original doc...Olivier Goffart2010-07-161-2/+5
* changing QmlJsLivePreview to work with multiple documentsLasse Holmstedt2010-07-161-64/+57
* QmlJsDelta: attempt to keep the ast node in syncOlivier Goffart2010-07-161-0/+1