summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-2/+1
| * QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-121-1/+1
| * Mac: disable transient scrollbar animations for non-QScrollBarsJ-P Nurmi2012-12-113-8/+12
| * QApplication docs: restore console mode -snippetJ-P Nurmi2012-12-112-14/+25
| * QScrollBar::initStyleOption(): fix QStyle::State_On handlingJ-P Nurmi2012-12-111-1/+1
| * QGraphicsView - fix rubberband to expand on wheel eventThorbjørn Lund Martsum2012-12-111-4/+4
| * QGraphicsView - move rubberband-handling into a private functionThorbjørn Lund Martsum2012-12-112-48/+55
| * Remove QT_DLL and QT_NODLL defines.Stephen Kelly2012-12-111-2/+2
| * QGraphicsView - add const to a not modified local variableThorbjørn Lund Martsum2012-12-111-1/+1
| * QGraphicsView - remove reference to avoid weird code.Thorbjørn Lund Martsum2012-12-111-1/+1
| * Hardcoded url for Mac Os X Aqua QTBUG-28500Nico Vertriest2012-12-111-2/+2
| * Hardcoded url Item View Classes QTBUG-28500Nico Vertriest2012-12-111-3/+0
| * QtBase: Doc: Fix Links to designer manual.David Schulz2012-12-101-1/+1
| * Compile with QT_NO_CURSOR.Volker Krause2012-12-071-0/+2
| * Fix typos and style in QToolBar documentationDavid Gil2012-12-071-15/+15
| * Mac: Missing update when hovering from one scrollbar to anotherGabriel de Dietrich2012-12-061-3/+3
| * Mac: Transient scrollbars should overlap in the corner on 10.8Gabriel de Dietrich2012-12-061-1/+9
| * Mac: Animated expanding scrollbars on 10.8Gabriel de Dietrich2012-12-062-29/+76
| * Mac: Cleaner transient scrollbar renderingGabriel de Dietrich2012-12-061-14/+7
| * Docs: fix QStyle related warningsJ-P Nurmi2012-12-065-20/+21
| * QtWidgets docs: use WinVista screenshots instead of obsolescent WinXPJ-P Nurmi2012-12-0621-45/+45
| * export only 'host_bins' to pkg-config, rather than a random selection of toolsOswald Buddenhagen2012-12-061-7/+1
| * doc: Fix Graphics View example docsEskil Abrahamsen Blomfeldt2012-12-061-1/+12
| * compile with QT_NO_TOOLTIPMontel Laurent2012-12-051-0/+3
| * Fix typos and style in QSplitter documentationDavid Gil2012-12-051-18/+17
| * properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
| * Moved the mainwindow examples from qtdocGunnar Sletta2012-12-042-0/+15
| * Fix linking of itemviews and graphicsview examplesChristian Stenger2012-12-043-1/+28
| * Clear focus of GraphicsItem focus scopes and their children.Andrew den Exter2012-12-041-3/+9
| * Compile with QT_NO_GESTURES.Volker Krause2012-12-031-1/+1
| * Merge branch 'master' into stableOswald Buddenhagen2012-12-031-0/+2
| |\
| | * Compile with QT_NO_COLORDIALOG.Volker Krause2012-12-031-0/+2
| * | Tag dialog examples and create dialog examples groupGunnar Sletta2012-12-032-0/+17
| * | Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-2/+2
| |/
* | QAbstractItemView - allow deselect in single selection mode.Thorbjørn Lund Martsum2013-01-021-1/+19
* | Fix typo in QWidget::setLayout() documentation.Mitch Curtis2012-12-211-1/+1
* | QMessageBox: Add property 'textInteractionFlags'.Friedemann Kleint2012-12-202-0/+28
* | Deactivating an inactive panel no longer causes unwanted deactivation.Andreas Aardal Hanssen2012-12-171-10/+14
* | Add new signal: QGraphicsScene::focusItemChanged().Andreas Aardal Hanssen2012-12-173-7/+47
* | Make sure panels always gain focus when activated or tab is pressed.Andreas Aardal Hanssen2012-12-171-2/+31
* | Remove some dead code from QLabel::paintEvent()Andy Shaw2012-12-111-14/+0
* | Repair QGraphicsWidget focus chain when used with ItemIsPanel.Andreas Aardal Hanssen2012-12-073-78/+96
|/
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-023-5/+23
* Move gestures overview from qtdoc to qtbase; mention Qt QuickShawn Rutledge2012-12-014-9/+225
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-018-70/+127
* QWidget windows have fullscreen button by default; manual test for itShawn Rutledge2012-12-012-2/+3
* Renamed the keyboard-focus doc to make clear it's about WidgetsShawn Rutledge2012-12-014-4/+5
* Mac: Fix small button metrics, menu indicator alignmentGabriel de Dietrich2012-12-011-2/+6
* WINCE: Fix renameing of resource filesAndreas Holzammer2012-12-011-2/+2
* QGraphicsView - fix rubberband to stay right on scrollThorbjørn Lund Martsum2012-12-011-1/+1