summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-232-0/+10
* QWidgetWindow: handle ShortcutOverride eventsBradley T. Hughes2012-05-221-0/+1
* 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-194-213/+6
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-26/+0
* QIcon: move back to QtGuiOlivier Goffart2012-05-1813-2768/+10
* Fix backingstore crash with QAxWidgetsMiikka Heikkinen2012-05-182-5/+4
* Remove src/widgets/kernel/x11.pri.Robin Burchell2012-05-171-4/+0
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-115-39/+39
* Keep object name of QWidgetWindow in sync with the widget.Friedemann Kleint2012-05-103-10/+14
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1012-74/+74
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-0912-74/+74
* | 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-092-11/+19
* | Improve widget geometry.Friedemann Kleint2012-05-094-19/+79
* | QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-093-58/+34
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0710-16/+16
|/
* Don't flush WA_DontShowOnScreen widgets.Morten Johan Sorvig2012-05-041-0/+4
* 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
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-022-14/+14
* | Widgets: No longer use deprecated QPixmap::grabWindow(),grabWidget().Friedemann Kleint2012-05-011-2/+3
* | 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
* | Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-252-2/+2
* | Fix compilation with Q_DECL_OVERRIDEOlivier Goffart2012-04-201-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-181-1/+1
* | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1719-111/+98
|\|
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1611-229/+149
| |\
| * | QLayoutItem - make controlTypes a virtual function.Thorbjørn Lund Martsum2012-04-134-13/+21
| * | Make QBoxLayout::insertItem() public.Jason McDonald2012-04-121-3/+1
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-126/+102
| |\ \
| * | | Removed QApplication overloads used solely for documentation.Marcel Krems2012-04-092-21/+0
| * | | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-2/+2
| * | | Merge master into api_changesKent Hansen2012-03-272-23/+9
| |\ \ \
| * | | | Make QWidget::mapTo/mapFrom() take const pointers.Jason McDonald2012-03-262-6/+6
| * | | | Make QWidget::isEnabledTo() and isVisibleTo() to take const pointers.Jason McDonald2012-03-262-5/+4
| * | | | Make QGridLayout::getItemPosition() const.Jason McDonald2012-03-262-5/+5
| * | | | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-236-50/+98
| |\ \ \ \
| | * \ \ \ Merge master into api_changesKent Hansen2012-03-236-50/+98
| | |\ \ \ \
| * | | | | | Remove QWorkspace.Debao Zhang2012-03-231-3/+1
| |/ / / / /
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-223-36/+19
| * | | | | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-8/+0
| * | | | | QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-203-6/+2
| * | | | | Merge master into api_changesKent Hansen2012-03-191-2/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into api_changesKent Hansen2012-03-165-17/+36
| |\ \ \ \ \ \