summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qlineedit.Friedemann Kleint2012-02-242-18/+34
* Remove unused toolTip member variable (qt3 leftover)David Faure2012-02-241-6/+0
* Fix conflict between QMainWindow::restoreState() and QWidget::setStylesheet()Debao Zhang2012-02-231-1/+2
* QMenuBar: Clean up Q_WS_WINDebao Zhang2012-02-231-5/+1
* Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-221-2/+0
* Merge overloads.Richard Moore2012-02-222-28/+1
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-212-3/+3
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-202-0/+2
* Adding hasHeightForWidth as a virtual Widget funcionThorbjørn Lund Martsum2012-02-183-9/+14
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-171-1/+1
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-1/+3
* Clean up qguifunctions_wince includes.Andreas Holzammer2012-02-102-6/+0
* Fix compilation of Menubar for Windows CE.Andreas Holzammer2012-02-083-4/+7
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-0712-33/+33
* Fix compilation with QT_NO_PRINTER.Andreas Holzammer2012-02-073-0/+6
* Fix include of resource file.Andreas Holzammer2012-02-071-2/+2
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-051-2/+2
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-021-0/+4
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-027-18/+18
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-013-11/+7
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-0113-25/+25
* Remove many deprecated methodsLars Knoll2012-01-312-23/+1
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-318-265/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30149-149/+149
* QSizeGrip: Fix Windows.Friedemann Kleint2012-01-272-27/+23
* Send text selection changes for accessibility.Frederik Gladhorn2012-01-261-0/+3
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2551-51/+0
* Update contact information in license headers.Jason McDonald2012-01-23149-149/+149
* Fix cursor disappearance in QLineEdit on Mac when deleting all textPasi Matilainen2012-01-201-1/+1
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-192-7/+7
* Delete src/widgets/platforms/macMorten Johan Sorvig2012-01-173-19/+0
* Make QFtp private.Jonas M. Gastal2012-01-121-3/+2
* Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-1/+1
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-112-4/+0
* Platform style hints: Introduce keyboard repeat rate.Friedemann Kleint2012-01-101-10/+2
* Remove docs for removed functions.Frederik Gladhorn2012-01-091-56/+0
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-071-1/+2
* Fix documentation.Frederik Gladhorn2012-01-062-40/+0
* Remove qdoc for code that no longer exists.Frederik Gladhorn2012-01-062-174/+0
* Removed Qt::ImhMultiLinePekka Vuorela2012-01-051-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-05149-149/+149
* QLineEdit to use Qt::ImhSensitiveData input hint on password echo modesPekka Vuorela2012-01-031-2/+2
* 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
* 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
* Fix Memory leak related to Content MenuDebao Zhang2011-12-131-1/+1
* 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