summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fixed mouse grabbing preventing popups from being closed.Samuel Rødal2012-06-211-1/+3
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-206-47/+5
* plastique: Use QPlatformTheme::DialogButtonBoxButtonsHaveIconsGirish Ramakrishnan2012-06-201-3/+6
* Remove dead codeGirish Ramakrishnan2012-06-201-4/+0
* Fix QWidgetWindow sending duplicate drag-drop eventsJames Turner2012-06-201-1/+1
* Mac: Fix rendering of non-int sized fonts.Eike Ziller2012-06-202-17/+24
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-201-12/+12
|\
| * fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
| * automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+1
| * clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
| * auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
| * move QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_config.prfOswald Buddenhagen2012-06-191-0/+7
| * auto-generate module prisOswald Buddenhagen2012-06-191-4/+2
| * 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
* | Accessibility: Do not automatically add controllersFrederik Gladhorn2012-06-201-19/+0
* | Windows: Fix MinGW warnings.Friedemann Kleint2012-06-202-7/+11
|/
* 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