summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \
| * | | | | | | Fix warning about unused parameter.Stephen Kelly2012-03-141-0/+1
| * | | | | | | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-125-90/+14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-085-21/+90
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0512-167/+167
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Implements QStackedLayout's hfw-related methods.Debao Zhang2012-03-052-0/+34
* | | | | | | | | | | Add QPlatformWindow::setWindowModified(bool)Bradley T. Hughes2012-04-173-10/+21
* | | | | | | | | | | Add QPlatformWindow::windowEvent()Bradley T. Hughes2012-04-171-0/+2
* | | | | | | | | | | doc: Mark all qpa classes as internalGirish Ramakrishnan2012-04-161-9/+27
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | widgets: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-152-2/+13
* | | | | | | | | | Remove hasDirtyFromPreviousSync from backingstore.Girish Ramakrishnan2012-04-122-9/+2
* | | | | | | | | | remove references to qws from backingstoreGirish Ramakrishnan2012-04-122-56/+1
* | | | | | | | | | Remove redundant platformNativeInterface()Girish Ramakrishnan2012-04-122-8/+0
* | | | | | | | | | Remove QWidget::setWindowHandleGirish Ramakrishnan2012-04-121-1/+0
* | | | | | | | | | Remove Qt 5 to-do comment that will not be addressed.Jason McDonald2012-04-121-1/+0
* | | | | | | | | | Propagate window state changes to QWidget.Friedemann Kleint2012-04-111-3/+31
* | | | | | | | | | QWidget: allow modal top-levels to have WA_DontShowOnScreenBradley T. Hughes2012-04-111-7/+22
* | | | | | | | | | Implement window modality in QtGuiBradley T. Hughes2012-04-114-144/+82
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix warnings about unused variables.Friedemann Kleint2012-04-032-7/+4
* | | | | | | | | Documentation cleanupDebao Zhang2012-03-311-19/+0
* | | | | | | | | Fix QWheelEvent::angleDelta() returning QPoint().Marcel Krems2012-03-301-1/+1
* | | | | | | | | Plug memory leak when gestures are grabbed but never triggeredAndy Shaw2012-03-301-93/+91
* | | | | | | | | Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-272-6/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-21/+1