summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-0510-15/+15
* Avoid string-based lookup of signalsKent Hansen2012-06-051-2/+3
* Correctly locate files with relative pathsLars Knoll2012-06-051-0/+2
* Fix parent-children relationship of QWidgetWindowsDebao Zhang2012-06-041-4/+5
* QWidgetWindow: Fix handleExposeEvent()Debao Zhang2012-06-041-1/+1
* QtWidgets: Make QWidgetWindow disappear when its associate QWidget hidesDebao Zhang2012-06-041-3/+2
* Implement QWidgetPrivate::setWindowIcon_sys()Corentin Jabot2012-06-023-9/+7
* Fix QApplicationPrivate::pickMouseReceiver() crashDebao Zhang2012-06-011-1/+1
* Dispatch tablet events to widgetsLaszlo Agocs2012-06-013-60/+38
* Remove unused isGLWidget variable.Kim Motoyoshi Kalland2012-06-012-2/+0
* Fix QFileDialog crash on show with the GTK style.Morten Johan Sorvig2012-06-011-0/+4
* Remove all references to X11 session managementDonald Carr2012-06-011-2/+0
* Fix compilation for QT_NO_CONTEXTMENU in QtWidgetsTasuku Suzuki2012-05-302-0/+6
* Remove QUpdateEvent from the public headersLars Knoll2012-05-301-0/+19
* Fix Qt 5 todo issues for QSizePolicy.Jan-Arve Saether2012-05-303-60/+68
* Fix some painting issues with native widgetsMiikka Heikkinen2012-05-294-5/+17
* QWidget::grab: Add a default value for the QRect parameter.Friedemann Kleint2012-05-292-5/+3
* QWidget::grab(): Do not call adjustSize() unconditionally.Friedemann Kleint2012-05-291-8/+5
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-2921-72/+92
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-281-1/+1
* Fix compiler warnings when simply including qgraphicsscene.hSimon Hausmann2012-05-271-1/+2
* Fix To-Do's in QGraphicsScene.Gatis Paeglis2012-05-262-154/+22
* Fix Qt 5 to-do's in QGraphicsProxyWidgetGatis Paeglis2012-05-265-74/+50
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-263-5/+5
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-252-22/+23
* QStatusBar::showMessage will always take new timeoutJiewen Wang2012-05-251-2/+0
* Fix warnings about unused variables.Friedemann Kleint2012-05-251-1/+1
* QTBUG-16850: QLineEdit::setSelection removes blank charactersTarja Sundqvist2012-05-251-1/+1
* Fix comments to refer to the root, not the top level.Stephen Kelly2012-05-251-2/+2
* Fix some spelling errors.Stephen Kelly2012-05-251-8/+8
* QtWidgets: Fix QT_FLUSH_UPDATE for Windows.Friedemann Kleint2012-05-241-10/+22
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-242-19/+2
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-232-4/+3
* 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