summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix warning found by clang:Thiago Macieira2012-12-311-1/+1
* Remove unused function _q_qgraphicsItemSetFlagThiago Macieira2012-12-291-18/+0
* Fix warnings reported by Clang in QtWidgetThiago Macieira2012-12-291-1/+1
* Fixed typo 'collasping' in QTreeView documentationThorbjørn Lindeijer2012-12-281-1/+1
* Mac: Bring back proper layout in QMessageBoxGabriel de Dietrich2012-12-242-16/+16
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-5/+5
* Fix some typosSergio Ahumada2012-12-212-2/+2
* Mac: fix transient QScrollBar flashingJ-P Nurmi2012-12-201-1/+1
* Style animations: fix QCommonStylePrivate::stopAnimation()J-P Nurmi2012-12-201-1/+3
* Mac: Ignore ScrollBarAlwaysOn policy for transient scrollbarsGabriel de Dietrich2012-12-191-11/+14
* Mac: New rendering for disclose triangle, get proper color when selectedGabriel de Dietrich2012-12-192-16/+27
* Check for gtk_adjustment_configure as this is not always implementedAndy Shaw2012-12-191-1/+3
* Accessibility indexes are no longer 1-based.Frederik Gladhorn2012-12-181-5/+5
* Fix focusproxy-relayed crash in QGraphicsItem destructor.Andreas Aardal Hanssen2012-12-171-0/+1
* Accessibility: Activate in QGuiApp instead of QApp.Frederik Gladhorn2012-12-161-4/+0
* Call QAccessible::updateAccessibility when caret moves in QTextEditJosé Millán Soto2012-12-163-1/+16
* Remove unused private member.Frederik Gladhorn2012-12-141-2/+0
* add missing include when Q_NO_USING_KEYWORD is definedJing Bai2012-12-141-0/+3
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-31/+8
* Fix QGtkPainter::reset() to reset the clip rectJ-P Nurmi2012-12-131-0/+1
* 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