aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove standalone BauhausKai Koehne2011-03-1531-1664/+0
* It's 2011 now.con2011-01-1210-10/+10
* Merge branch '2.1'con2010-12-179-63/+99
|\
| * License headers.con2010-12-1710-70/+110
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-11-233-2/+0
|\|
| * Bauhaus: Remove invalid image fileKai Koehne2010-11-223-2/+0
* | Merge remote branch 'origin/2.1'Friedemann Kleint2010-09-2931-5752/+0
|\|
| * QML Observer: Build together on runtime with debugging toolsLasse Holmstedt2010-09-2927-5304/+0
| * Compile qmldump with debugging helpersLasse Holmstedt2010-09-294-448/+0
* | Remove qmldom and qmlmetatype as unused and deprecatedLasse Holmstedt2010-09-294-293/+0
|/
* QmlObserver: Fix typo in commentKai Koehne2010-09-281-1/+1
* QmlObserver: Fix runtime warningKai Koehne2010-09-281-1/+1
* QmlObserver: Fix assert on exit (Windows)Kai Koehne2010-09-281-0/+3
* QmlJSDebugger: Change namespace from QmlObserver to QmlJSDebuggerKai Koehne2010-09-222-5/+5
* QmlJSDebuggerLib: Place all classes in QmlObserver namespaceKai Koehne2010-09-161-2/+2
* QmlJSDebugger: Replace namespace QmlViewer with QmlObserverKai Koehne2010-09-162-3/+3
* QmlJSDebugger: Rename QDDesignServer to QDObserverServiceKai Koehne2010-09-161-3/+3
* QmlJsDebugger: Replace QDDesignView by QDViewObserverKai Koehne2010-09-152-16/+18
* Qml: Write qmldump errors to 'General messages'.Christian Kamm2010-09-152-0/+3
* QmlInspector: Added pause and step animations optionChristiaan Janssen2010-09-072-3/+35
* QmlObserver: Disable "Observer" mode when no debugging client is attachedKai Koehne2010-09-031-0/+3
* QmlObserver: Remove toolbar and make crumblepath an overlayKai Koehne2010-09-033-41/+34
* QmlObserver: Allow changing the animation speed / pausing it via menuKai Koehne2010-09-032-10/+70
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* QmlJS: Fix running qmldump on plugins that require a specific uri.Christian Kamm2010-08-251-13/+12
* Qml Debugger: Code style and cleanupLasse Holmstedt2010-08-241-1/+1
* Qml Debugger: Enable debugging qml+cpp standalone applicationsLasse Holmstedt2010-08-242-7/+4
* Truned qmldump into an .app, and suppress its dock icon.Erik Verbruggen2010-08-242-2/+32
* qmlobserver: fix the Qt.quit() in -framelessOlivier Goffart2010-08-161-1/+1
* qmlobserver: hide the toolbar and the crumble path with the -framelessOlivier Goffart2010-08-161-17/+23
* qmlobserver: fix crash in -framelessOlivier Goffart2010-08-161-1/+2
* Fix link error of qmlobserver by adjusting build orderAlessandro Portale2010-08-061-1/+2
* Added private header checkLasse Holmstedt2010-08-061-1/+1
* Fix compilation of QML ObserverLasse Holmstedt2010-08-061-1/+1
* QML Observer: reverted hack, fixed compilation for ibmakeLasse Holmstedt2010-08-051-6/+4
* Moved CrumblePath to UtilsLasse Holmstedt2010-07-303-5/+18
* QML Observer: Don't use the custom style on macLasse Holmstedt2010-07-301-6/+8
* QML Observer: Remove compiler warningLasse Holmstedt2010-07-301-0/+1
* QML Observer: Made toolbar and crumble path look betterLasse Holmstedt2010-07-304-3/+41
* Compile fix for QmlObserverLasse Holmstedt2010-07-291-0/+9
* Remove src/tools/qml/qmlobserver/qdeclarativedesignview.h as it is now in qml...Olivier Goffart2010-07-291-137/+0
* Refactored QmlJS Live Preview into a libraryLasse Holmstedt2010-07-2974-8385/+8
* QML JS Debugger: support the debugger statementOlivier Goffart2010-07-292-4/+18
* QML Observer: Fixed issues with resizing and changed splitter to widgetLasse Holmstedt2010-07-282-15/+14
* QML Observer: fix possible crashLasse Holmstedt2010-07-281-3/+1
* Applied 07321dfceed41c1851781841e03c4148da47e41e to qmlobserverLasse Holmstedt2010-07-282-57/+50
* Qml JS Debugger: If the exact line number is not known, fallback to the funct...Olivier Goffart2010-07-281-1/+4
* added missing license headersLasse Holmstedt2010-07-282-0/+58
* Added crumble path to QML observer for showing the current contextLasse Holmstedt2010-07-2817-23/+365
* Adjust border rects close to screen borders so that they are visibleLasse Holmstedt2010-07-284-3/+29