summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better naming.kh12010-08-252-5/+5
* Make next/ previous button work for external help.kh12010-08-253-34/+100
* Better naming.kh12010-08-251-11/+11
* QmlOutline: Don't scroll to (horizontal) center when auto-selectingKai Koehne2010-08-251-1/+1
* Set added item as current item. Much more intuitive.Alessandro Portale2010-08-251-9/+14
* debugger: make boost::optional dumper work for referenceshjk2010-08-252-1/+10
* Make sure that the last added uri is in edit modeAlessandro Portale2010-08-251-0/+1
* Added an example to the URI labelAlessandro Portale2010-08-251-1/+1
* Fixed layout, took error label outside of splitter.Alessandro Portale2010-08-251-12/+14
* C++: Fix indenting of QML_* macros.Christian Kamm2010-08-252-0/+3
* QmlJS: The Script type is no longer implicitly available.Christian Kamm2010-08-251-5/+0
* qmlobserver: workaround crash if an item has an infinite scaleOlivier Goffart2010-08-251-2/+5
* TextEditor: Fix extra selection for snippets to match the editable area.Christian Kamm2010-08-252-4/+7
* Moving the "Qml standalone" wizards from qmlpm to qt4pmAlessandro Portale2010-08-2515-36/+33
* debugger: add dumper for boost::optionalhjk2010-08-253-0/+53
* QmlJS: Fix running qmldump on plugins that require a specific uri.Christian Kamm2010-08-255-23/+47
* QmlOutline: Cut down update times considerablyKai Koehne2010-08-254-169/+146
* Set id of buildstepslist in fromMap() asapTobias Hunger2010-08-251-1/+5
* QmlOutline: Always reset viewsKai Koehne2010-08-251-0/+3
* Fixed German translation of new git menusRobert Loehning2010-08-251-4/+4
* Change the shortcut for ui form previewJarek Kobus2010-08-255-7/+7
* Fix context menu for the QML virtual folder.dt2010-08-252-5/+36
* Fix File/New in the deployment folders.dt2010-08-2512-25/+127
* Fix hangs on trying to cdUp through not longer existing directoriesdt2010-08-251-7/+16
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-2515-43/+45
* Add navigation menus to the back and forth history buttons.kh12010-08-252-7/+107
* Debugger UI: Don't write QML settings if QML debugging is disabledLasse Holmstedt2010-08-251-10/+14
* doc: Fixed URL in GettingStartedWelcomePageWidgetRobert Loehning2010-08-251-1/+1
* Debugger UI: Fix crash if QML plugin is not presentLasse Holmstedt2010-08-251-2/+5
* Debugger: Fixed missing variable initLasse Holmstedt2010-08-251-0/+1
* Fix warning about suggested parenthesesOlivier Goffart2010-08-251-1/+1
* Maemo: Some adaptations for Harmattan.Christian Kandeler2010-08-253-7/+7
* Debugger UI: Don't check "C++" language if active project is .qmlprojectLasse Holmstedt2010-08-251-1/+10
* Debugger UI: create initial settings for mainwindowLasse Holmstedt2010-08-251-0/+10
* QML Observer & Inspector: Improved toolbarsLasse Holmstedt2010-08-254-54/+154
* debugger: don't test the gcc RVO bug too oftenhjk2010-08-251-2/+2
* Version and checksum checking of stub files. (Ui pending).Alessandro Portale2010-08-242-32/+123
* ssh: Avoid warnings from MSVCRobert Loehning2010-08-241-2/+2
* Setup debug and release build configurations againTobias Hunger2010-08-241-5/+4
* Properly detect Qt versions of directoriesTobias Hunger2010-08-241-3/+7
* Fix indentionTobias Hunger2010-08-241-5/+5
* qmlobserver: Remove the changed() hack to get new object.Olivier Goffart2010-08-248-82/+0
* QmlDebugger: use another way for detecting new objectsOlivier Goffart2010-08-245-4/+25
* compileOlivier Goffart2010-08-242-4/+0
* Qml Debugger: Code style and cleanupLasse Holmstedt2010-08-2416-190/+169
* QML Inspector: Renamed Design Mode to Observer ModeLasse Holmstedt2010-08-248-14/+14
* QML Inspector: Don't update debug id's when not debuggingLasse Holmstedt2010-08-244-13/+44
* Debugger: Remove "Change language automatically"Lasse Holmstedt2010-08-245-39/+3
* QML Inspector: combined pause & play actions into one buttonLasse Holmstedt2010-08-244-54/+62
* Qml Debugger: Enable debugging qml+cpp standalone applicationsLasse Holmstedt2010-08-2435-417/+2212