summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-05522-523/+523
* QApplication: Remove unused variable causing a compiler warning.Friedemann Kleint2012-01-051-3/+0
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-10/+17
* QLineEdit to use Qt::ImhSensitiveData input hint on password echo modesPekka Vuorela2012-01-031-2/+2
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-021-14/+0
* Replace a pseudo-virtual slot with a virtual method.Stephen Kelly2011-12-272-3/+2
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-1/+1
* Enable Mac style on Mac OS X.Morten Johan Sorvig2011-12-2213-318/+406
* Convert macros to functions.Stephen Kelly2011-12-211-2/+3
* Port to list(APPEND)Stephen Kelly2011-12-211-1/+1
* Fix style in cmake macros files.Stephen Kelly2011-12-211-20/+19
* Connect to the moved signals in the header view.Stephen Kelly2011-12-211-0/+8
* Fix whitespace consistency.Stephen Kelly2011-12-211-4/+4
* Add missing connections.Stephen Kelly2011-12-201-0/+8
* Adapt from input context mousehandler to input panel in QLineEditPekka Vuorela2011-12-201-7/+6
* Remove input context action support from editorsPekka Vuorela2011-12-202-25/+0
* Adapt from QInputContext interface to QInputPanelPekka Vuorela2011-12-201-18/+14
* Remove declaration which is exported from QtGui.Stephen Kelly2011-12-192-2/+1
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-192-23/+0
* Change a slot into a virtual method.Stephen Kelly2011-12-193-15/+9
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-191-1/+1
* Remove widget attribute orientation values from Qt:: enum.Robin Burchell2011-12-181-39/+0
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-1617-6610/+4
* QHeaderView - remove stupid ifThorbjørn Lund Martsum2011-12-151-2/+1
* QHeaderView - no big update work if updates are disabledThorbjørn Lund Martsum2011-12-151-0/+5
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-1411-219/+875
* QHeaderView::ResizeToContents slow hide fixThorbjørn Lund Martsum2011-12-141-1/+7
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-142-101/+43
* Fix Memory leak related to Content MenuDebao Zhang2011-12-131-1/+1
* Add the .exe suffix to executables on Windows.Stephen Kelly2011-12-121-1/+1
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-122-16/+7
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-122-3/+74
* Fix TextInput test failures.Andrew den Exter2011-12-121-0/+2
* Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-12-121-2/+6
* Make it easier to select words at the start of a line.Andrew den Exter2011-12-121-12/+22
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-3/+1
* Silence -Woverloaded-virtual warnings in QFileDialogBradley T. Hughes2011-12-124-15/+14
* Clean up includes in QStringListModel.Stephen Kelly2011-12-122-1/+3
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-102-10/+3
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-093-9/+10
* Extend touch events.Laszlo Agocs2011-12-096-15/+20
* Forward the contents of the parents argument through this proxy.Stephen Kelly2011-12-092-16/+49
* Notify about moves in the source model more efficiently.Stephen Kelly2011-12-092-18/+123
* Remove the backwards compatibility signal emissions when moving items.Stephen Kelly2011-12-086-10/+47
* Merge QColorDialog::getColor() overloads.Robin Burchell2011-12-082-37/+3
* Create a class to contain accessibilty enums.Frederik Gladhorn2011-12-082-51/+51
* qtbase: Remove QSound.Friedemann Kleint2011-12-075-748/+0
* Use VERBATIM where needed in macros.Stephen Kelly2011-12-071-1/+1
* Port to CMakeParseArguments from a custom rolled macro.Stephen Kelly2011-12-061-17/+9
* Now that qt5_automoc doesn't exist, this macro is not needed.Stephen Kelly2011-12-061-2/+0