summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated QPixmap::grabWindow(),grabWidget().Debao Zhang2012-05-231-3/+4
* move inputMethodQuery() to public in subclasses of QWidgetTasuku Suzuki2012-05-233-3/+4
* Fixed QLineEdit::inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-05-231-1/+1
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-233-0/+14
* QWidgetWindow: handle ShortcutOverride eventsBradley T. Hughes2012-05-221-0/+1
* QCssParser: Remove temporary structure storing QIcon data.Friedemann Kleint2012-05-211-18/+5
* Don't create QBackingStore for QDesktopWidgetGirish Ramakrishnan2012-05-211-1/+1
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-211-2/+2
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-197-231/+120
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-26/+0
* QIcon: move back to QtGuiOlivier Goffart2012-05-1825-2780/+22
* Fix backingstore crash with QAxWidgetsMiikka Heikkinen2012-05-182-5/+4
* Remove src/widgets/kernel/x11.pri.Robin Burchell2012-05-172-5/+0
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-161-0/+13
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-161-0/+1
* Properly quote all variables which are paths.Stephen Kelly2012-05-161-1/+1
* Restore the QEvent::d pointer to null after we're done using itThiago Macieira2012-05-151-1/+4
* Enable Gtk file iconsFrederik Gladhorn2012-05-152-5/+5
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-1148-232/+234
* Keep object name of QWidgetWindow in sync with the widget.Friedemann Kleint2012-05-103-10/+14
* Compile.Morten Johan Sorvig2012-05-101-0/+1
* Fix warnings about unused variable d.Friedemann Kleint2012-05-101-1/+0
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-10722-513/+31041
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-10722-513/+31041
| |\
| | * Don't add C-style copyright headers to qmake project filesMarius Storm-Olsen2012-05-101-40/+0
| | * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-09117-0/+9452
| | * Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
| | * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-09604-513/+21626
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-103-8/+7
* | | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-104-15/+15
|/ /
* | QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-097-32/+7
* | Make sure QWidgetPrivate::hide_sys() really hidesBradley T. Hughes2012-05-091-11/+9
* | Don't handle window events after Qt::WA_DontShowOnScreen is setBradley T. Hughes2012-05-091-0/+6
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-093-18/+29
* | Improve widget geometry.Friedemann Kleint2012-05-094-19/+79
* | Remove qplatformdrag.h dependency in qguiapplication_p.hLars Knoll2012-05-092-0/+2
* | QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-093-58/+34
* | Don't leak native dialog resourcesBradley T. Hughes2012-05-094-15/+14
* | Fix typoFrederik Gladhorn2012-05-081-1/+1
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0728-36/+36
* | Fix typo in name of included headerkb2012-05-071-1/+1
* | Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-073-13/+24
|/
* Load resources in in QTextDocument correctlyLars Knoll2012-05-042-2/+2
* Don't flush WA_DontShowOnScreen widgets.Morten Johan Sorvig2012-05-041-0/+4
* Windows: Fix Vista style for use with QProxyStyle.Friedemann Kleint2012-05-043-3/+17
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-035-49/+20
|\
| * Move QGestureEventPrivate's content to the main classThiago Macieira2012-04-235-49/+20
* | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-0312-47/+47
* | Windows: Fix a crash in Vista style.Friedemann Kleint2012-05-021-1/+2