summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-281-1/+2
* Make input events work for widgets on waylandJørgen Lind2011-11-283-4/+4
* Remove the QApplicationBase defineBradley T. Hughes2011-11-252-17/+15
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-241-12/+0
* Remove virtual child integers.Frederik Gladhorn2011-11-231-2/+0
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-221-72/+8
* Pass all key events through the shortcutmapLars Knoll2011-11-211-4/+0
* qtbase: Warnings fixes.Friedemann Kleint2011-11-182-1/+1
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-112-10/+97
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-102-4/+4
* Widgets: Remove dialog functionality from QGuiPlatformPlugin.Friedemann Kleint2011-11-091-17/+0
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-091-0/+4
* Bump QCoreApplicationPrivate::app_compile_version to 0x050000Bradley T. Hughes2011-11-071-6/+2
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-043-6/+10