aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Silence compiler warnings in qaccessiblequickitem.h.Friedemann Kleint2013-01-141-9/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1029-29/+29
* make use of qtHaveModule()Oswald Buddenhagen2013-01-102-2/+2
* Accessibility: Work with QQuickWindowFrederik Gladhorn2013-01-044-29/+37
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-231-0/+1
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-195-0/+12
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-193-41/+59
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-1/+0
* Add PLUGIN_CLASS_NAME to qtdeclarative pluginsMiikka Heikkinen2012-12-114-0/+4
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-292-10/+10
* make module compile with -no-guiTasuku Suzuki2012-11-223-3/+3
* Accessibility: add stepSize to value interface.Frederik Gladhorn2012-11-152-0/+6
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-082-3/+3
* adjust to qt_plugin.prf changes, part 2Oswald Buddenhagen2012-11-015-19/+0
* adjust to qt_plugin.prf changes, part 1Oswald Buddenhagen2012-10-294-0/+5
* Remove interim compatibility measuresAlan Alpert2012-10-165-46/+46
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2329-697/+697
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-112-4/+0
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-254-5/+2
* QQuickCanvas renamesAlan Alpert2012-07-172-16/+16
* Fix warnings about multiple rules for install_targets.Friedemann Kleint2012-07-101-7/+0
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-041-1/+1
* remove stale references to QTDIR_buildOswald Buddenhagen2012-06-293-6/+4
* build system cleanupsOswald Buddenhagen2012-06-262-2/+2
* don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
* Fix compilation for QT_NO_ACCESSIBILITYTasuku Suzuki2012-06-091-1/+3
* Changes for "App on Top"Simjees Abraham2012-06-054-13/+24
* Accessible plugin build: Do not install before make installAnselmo L. S. Melo2012-06-051-1/+3
* Debugger: Clearing the ObjectReferenceHashSimjees Abraham2012-05-301-0/+3
* Debugger: Modified response for "destroyObject" message.Simjees Abraham2012-05-292-7/+8
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-1/+1
* Debugger : Handling destruction of multiple elements.Simjees Abraham2012-05-242-10/+12
* Replace (un)checkAction with toggleAction (2/3)Jan-Arve Saether2012-05-221-8/+2
* Accessibility: Implement invisible and checkable stateJan-Arve Saether2012-05-221-1/+4
* Debugger: Response for DESTROY_OBJECT request sent correctlySimjees Abraham2012-05-212-2/+25
* Accessibility: Do not look for the "text" property as a last resort.Jan-Arve Saether2012-05-161-5/+0
* Inspector:Modified Apply changes on Save for unsync. changesSimjees Abraham2012-05-144-3/+85
* QmlDebugging: make sure that all data is sent on closeChristiaan Janssen2012-05-081-0/+5
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-042-2/+2
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-261-3/+3
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-256-443/+149
* QmlInspectorPlugin: AbstractViewInspectorAurindam Jana2012-04-243-16/+0
* Do not use deprecated APIOlivier Goffart2012-04-241-6/+6
* Debugger: Display selected item name in inspectorSimjees Abraham2012-04-197-10/+102
* Debugger: Changes made for selection using Inspect ToolSimjees Abraham2012-04-192-14/+23
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-1/+0
* Debugger: Code cleanup for Inspect ToolSimjees Abraham2012-04-162-23/+16
* QPointer used instead of QWeakPointerSimjees Abraham2012-04-164-17/+16
* Debugger: Fix bug in Inspect ToolSimjees Abraham2012-04-135-47/+72
* Debugger: Fix bugs in inspection toolSimjees Abraham2012-04-123-13/+47