summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add QQnxNativeInterface::nativeResourceForContextArvid Nilsson2013-11-203-0/+13
* | | Keep the dockwidget with the mouse when moving to another screenAndy Shaw2013-11-201-1/+11
* | | When we get a WindowBlocked event then reset the qt_button_down valueAndy Shaw2013-11-201-1/+3
* | | Bump Qt version to 5.2.1Sergio Ahumada2013-11-201-2/+2
* | | Doc: Q_REVISION/Q_INVOKABLE are added to declaration not definition.Sérgio Martins2013-11-191-2/+2
* | | Clear focus from active widget when windowcontainer gets focus.Gunnar Sletta2013-11-191-0/+5
* | | XCB: do not assume that sizeof(long)==4Alberto Mardegan2013-11-192-8/+8
* | | Remove the GLES 2 dependency for eglfs and kmsJorgen Lind2013-11-199-11/+31
* | | Widgets: Never revoke focus by click on focused widget.Christoph Schleifenbaum2013-11-181-0/+10
* | | Windows: Fix bug where windows stopped painting after a restore.Sérgio Martins2013-11-181-0/+2
|/ /
* | QHeaderView - do not ignore -1 as minimum section sizeThorbjørn Martsum2013-11-171-1/+1
* | QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-171-5/+44
* | Improve interaction between QPlatformTheme and QPlatformIntegration hinting.Michael Brasser2013-11-151-1/+27
* | Don't accept wheel events if sendEvent() returns false.Sérgio Martins2013-11-151-2/+3
* | QFormLayout: Avoid assertion with negative spacings.Jan Arve Saether2013-11-151-1/+1
* | Avoid compiler warning about alignment for MSVC2013 (x64)Jan Arve Saether2013-11-152-4/+12
* | QKeySequenceEdit: add to qfeatures.txtMarc Mutz2013-11-141-0/+6
* | QKeySequenceEdit: simplify clear()Marc Mutz2013-11-141-9/+1
* | Move MaxKeyCount from QKeySequenceEditPrivate to QKeySequencePrivateMarc Mutz2013-11-143-6/+8
|/
* Refactor QQnxWindowFabian Bumberger2013-11-1113-485/+191
* Request the glyph at the right subpixel offsetGunnar Sletta2013-11-101-1/+1
* Force FT font engine to load the right glyph metricsGunnar Sletta2013-11-101-0/+12
* Remove a boolean trap in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-102-9/+19
* QKeySequenceEdit: give nested line edit an objectNameMarc Mutz2013-11-101-0/+1
* QKeySequenceEdit: make setKeySequence a slotMarc Mutz2013-11-101-1/+1
* Document the BC break of viewportSizeHint() in itemviewsGiuseppe D'Angelo2013-11-097-5/+29
* Android native message dialogBogDan Vatra2013-11-0915-11/+848
* Avoid signed integer overflow by making an addition a subtractionThiago Macieira2013-11-091-1/+1
* QTimeZone - Fix Windows Transitionsunknown2013-11-091-63/+89
* QTimeZone - Fix Mac TransistionsJohn Layt2013-11-091-19/+38
* Move QTreeView::accessibleTree2Index to the private classGiuseppe D'Angelo2013-11-083-11/+17
* QHeaderView - remove confusing boolThorbjørn Martsum2013-11-082-7/+2
* QSslConfiguration: rename [get]session() to [get]sessionTicket()Peter Hartmann2013-11-085-18/+18
* iOS: Send expose event when a window changes the geometry.Maciej Kujalowicz2013-11-081-0/+1
* Remove disused version of QPlatformMessageDialogHelper::clicked signalShawn Rutledge2013-11-081-1/+0
* Fix QFileDialog::getSaveFilename() with a given default nameShawn Rutledge2013-11-081-9/+10
* Doc: Move threading overviews from qtbase.git to qtdoc.gitSze Howe Koh2013-11-085-1073/+1
* Prevent clang from warning about unused variablesKai Koehne2013-11-081-0/+3
* QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-12/+45
* Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-0/+2
* Revert "Fix setVisible() of QWidget has no effect in QTreeWidgetItem"Friedemann Kleint2013-11-081-2/+1
* NSUrlConnection backend for QNetworkAccessManagerMorten Johan Sørvig2013-11-084-2/+558
* Prevent a crash in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-081-1/+5
* Cocoa File Dialog: Remove sandbox-ufriendly file system watcherGabriel de Dietrich2013-11-081-44/+49
* Fix potential BC break in QColorDialog.Friedemann Kleint2013-11-083-47/+61
* Fix potential BC break in QTabBar.Friedemann Kleint2013-11-082-18/+6
* iOS: Cancel any active touches when destroying a QIOSWindowTor Arne Vestbø2013-11-081-1/+13
* iOS: Detect/handle cancellation of subset of touch pointsTor Arne Vestbø2013-11-081-3/+9
* iOS: Rename QIOSWindow's backing view from EAGLView to QUIViewTor Arne Vestbø2013-11-082-7/+9
* iOS: Rename m_requestedGeometry to m_normalGeometryTor Arne Vestbø2013-11-082-4/+4