summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: work around input method cursor position bugPaul Olav Tvete2013-11-141-0/+20
* QTimeZone: add member-swapMarc Mutz2013-11-142-1/+11
* Android: Initialize mWindowStateBogDan Vatra2013-11-143-9/+4
* Fix jerky animations in Qt Quick for iOS.Gunnar Sletta2013-11-141-0/+2
* QOpenGLTexture: mark (QImage) ctor explicitMarc Mutz2013-11-141-1/+1
* QOpenGLTexture: mark (Target) ctor explicitMarc Mutz2013-11-141-1/+1
* QOpenGLPixelTransferOptions: declare as shared, add move assignment operatorMarc Mutz2013-11-141-0/+10
* Android: fix crash on exitPaul Olav Tvete2013-11-141-1/+1
* iOS: Enable clipping of subviews when QWindow has child windowsTor Arne Vestbø2013-11-141-0/+16
* iOS: Remove background color for UIWindow and UIViewController's root viewTor Arne Vestbø2013-11-142-12/+0
* iOS: Get rid of separate release pool for QIOSScreenTor Arne Vestbø2013-11-141-4/+0
* iOS: Tie QIOSContext FBOs to corresponding QPlatformWindow, not QWindowTor Arne Vestbø2013-11-144-8/+13
* iOS: Handle key window as part of QWindow activationTor Arne Vestbø2013-11-142-1/+3
* iOS: Flesh out device-pixel-ratio handling in QIOSWindowTor Arne Vestbø2013-11-142-12/+11
* Fully expand entities to ensure deep or widely nested ones fail parsingMitch Curtis2013-11-141-26/+36
* 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
* Cocoa: fix a crash in QCocoaFileDialogHelperLiang Qi2013-11-081-1/+1
* qfeatures.txt: add section about XML schemaPeter Hartmann2013-11-071-0/+7
* Dialogs: provide the StandardButton->ButtonRole mapping in QPAShawn Rutledge2013-11-073-41/+64
* Android: Allow modules to specify permissions/featuresEskil Abrahamsen Blomfeldt2013-11-071-0/+2