summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unused Mac OS X code from QtWidgetsBradley T. Hughes2012-05-025-2171/+0
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-022-14/+14
* | Fix warning about narrowing inside {}Olivier Goffart2012-05-011-2/+2
* | Widgets: No longer use deprecated QPixmap::grabWindow(),grabWidget().Friedemann Kleint2012-05-012-6/+17
* | Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-4/+2
* | Make QGtkStyle work on Qt 5.Morten Johan Sorvig2012-04-303-10/+25
* | Remove old Qt4 to-do comment.Jason McDonald2012-04-271-3/+1
* | Windows: Fix warning about retrieving the handle from non-toplevels.Friedemann Kleint2012-04-271-2/+3
* | Windows/Vista style: Fix painting of QGroupBox.Friedemann Kleint2012-04-271-16/+29
* | Respect the DontUseNativeDialog flag.Christoph Schleifenbaum2012-04-273-15/+13
* | Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-32/+9
* | Remove deprecated conversion from QKeySequence to QStringOlivier Goffart2012-04-261-1/+1
* | Don't use the QRegExp methods that modify the object [QtWidgets]Thiago Macieira2012-04-251-1/+2
* | Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-254-7/+7
* | Fix unmatched double quote characterJonathan Liu2012-04-231-1/+1
* | Fix compilation with Q_DECL_OVERRIDEOlivier Goffart2012-04-201-1/+1
* | Change coreservices -> iosIan Dean2012-04-191-1/+1
* | Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-1/+2
* | Fix some unsigned comparison warnings.Stephen Kelly2012-04-182-2/+2
* | Only send progress bar updates when visible.Frederik Gladhorn2012-04-171-2/+4
* | Add some missing \internal for accessibilityJan-Arve Saether2012-04-171-0/+1
* | Fix out of bounds use of QVector API.Stephen Kelly2012-04-172-6/+7