summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+1
* move moc, rcc and uic CONFIG additions to the respective qt modulesOswald Buddenhagen2012-06-191-1/+1
* remove last traces of qbase.pri, qt_targets.pri and qt_installs.priOswald Buddenhagen2012-06-191-1/+1
* Clean up a partially scrolled QRollEffect widgetMiikka Heikkinen2012-06-181-1/+1
* Fix: Widgets that become top-level widgets may crash the applicationBerthold Krevert2012-06-152-3/+6
* Do not redefine NIN_KEYSELECT if already definedJonathan Liu2012-06-151-1/+4
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-141-4/+11
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-06-141-1/+6
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-141-71/+27
* QtWidgets: Fix warnings about deprecated QGraphicsView functions.Friedemann Kleint2012-06-144-5/+5
* AbstractItemView editorForIndex/indexForEditor speedupABBAPOH2012-06-131-0/+8
* Send key events to pop-up widget in case there is one.Friedemann Kleint2012-06-133-4/+10
* Fix Qt5 To-Do's in QGraphicsItemGatis Paeglis2012-06-122-59/+21
* Fix QTreeView header re-ordering bug on Mac OS.Chris Meyer2012-06-121-0/+7
* QWizard/Win: Handle hit testing correctly for Vista styleJonathan Liu2012-06-121-39/+50
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-1/+1
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-1212-22/+22
* Deprecate QMainWindow::unifiedTitleAndToolBarOnMacChristoph Schleifenbaum2012-06-111-21/+2
* QWizard/Win: Drag window on Vista with only left mouse buttonJonathan Liu2012-06-091-1/+1
* QWidget::destroy(): Release mouse and keyboard grab.Friedemann Kleint2012-06-091-0/+4
* Remove QFactoryInterface from style pluginsLars Knoll2012-06-083-23/+10
* Remove unused variable inSetParentGirish Ramakrishnan2012-06-082-5/+0
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-06-081-0/+1
* Fix a crash when calling effectiveWinId() on parentless widgets.Friedemann Kleint2012-06-082-23/+9
* Remove widgets lib dependency on platformsupport.Frederik Gladhorn2012-06-081-2/+4
* 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