summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-012-3/+5
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-012-11/+11
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-313-35/+6
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-317-99/+10
* Remove QIconEngineV2 and fold it into QIconEngineLars Knoll2012-01-319-271/+67
* Avoid non-standard indentation of license headers.Jason McDonald2012-01-303-117/+117
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-304-103/+22
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3079-79/+79
* QWidgets to use QGuiApplication focus object change notificationsPekka Vuorela2012-01-273-22/+18
* Introduce QGuiApplicationPrivate::windowForWidget.Friedemann Kleint2012-01-251-3/+15
* Widgets: Enable Windows styles on Windows.Friedemann Kleint2012-01-251-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2526-26/+0
* Make coordinates float based where it makes sense.Lars Knoll2012-01-251-5/+5
* Update contact information in license headers.Jason McDonald2012-01-2379-79/+79
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-191-2/+2
* QWidget editors to return correct value for Qt::ImEnabledPekka Vuorela2012-01-191-0/+2
* Move keyboardInput data back to QApplicationPekka Vuorela2012-01-172-0/+25
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-34/+1
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-0/+2
* Remove QAccessibleEventFrederik Gladhorn2012-01-122-22/+0
* Introduce a QVariant themeHint() to QPlatformTheme.Friedemann Kleint2012-01-111-15/+4
* Fix QWidget::saveGeometry().Friedemann Kleint2012-01-101-0/+3
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-1/+18
* Update year in Nokia copyright headers.Jason McDonald2012-01-103-3/+3
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-104-0/+26
* Fix constness of QShortcut::context()Stephen Kelly2012-01-092-3/+3
* Remove unused touch-related code in QApplicationPrivate headerLaszlo Agocs2012-01-091-156/+0
* Remove docs for removed functions.Frederik Gladhorn2012-01-091-91/+0
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-1/+1
* Remove qdoc for code that no longer exists.Frederik Gladhorn2012-01-061-27/+0
* Remove docs for functions that no longer exist.Frederik Gladhorn2012-01-061-382/+0
* Removed QApplication::setInputContext()Pekka Vuorela2012-01-054-15/+16
* Avoid redefining the lastWindowClosed() signal.Robin Burchell2012-01-051-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-0576-76/+76
* QApplication: Remove unused variable causing a compiler warning.Friedemann Kleint2012-01-051-3/+0
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-10/+17
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-021-14/+0
* Enable Mac style on Mac OS X.Morten Johan Sorvig2011-12-222-10/+2
* Remove declaration which is exported from QtGui.Stephen Kelly2011-12-192-2/+1
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-191-1/+1
* Remove widget attribute orientation values from Qt:: enum.Robin Burchell2011-12-181-39/+0
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-142-4/+649
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-142-101/+43
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-122-16/+7
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-3/+1
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-102-10/+3
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-091-2/+3
* Extend touch events.Laszlo Agocs2011-12-094-11/+14
* qtbase: Remove QSound.Friedemann Kleint2011-12-074-558/+0
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-012-6/+4