summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-173-27/+82
* Stabilize tst_qabstractitemview.Friedemann Kleint2013-11-161-33/+106
* 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
* Remove QTRY_ macro from tst_qabstractitemview.Friedemann Kleint2013-11-151-13/+2
* QFormLayout: Avoid assertion with negative spacings.Jan Arve Saether2013-11-152-1/+15
* 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-142-9/+25
* Move MaxKeyCount from QKeySequenceEditPrivate to QKeySequencePrivateMarc Mutz2013-11-143-6/+8
* Mark tst_qgl as insignificant in angle buildSimo Fält2013-11-121-0/+1
* 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-098-7/+35
* 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-085-10/+9
* QSslConfiguration: rename [get]session() to [get]sessionTicket()Peter Hartmann2013-11-086-20/+20
* 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
* Doc: Added some Qt Quick examples to manifest-meta.qdocconfGeir Vattekar2013-11-081-1/+14
* Prevent clang from warning about unused variablesKai Koehne2013-11-081-0/+3
* QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-082-12/+129
* Fix QVariant::canConvert with longlongOlivier Goffart2013-11-082-3/+28
* Revert "Fix setVisible() of QWidget has no effect in QTreeWidgetItem"Friedemann Kleint2013-11-082-36/+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-072-0/+15
* add/remove window only when the window is shown/hiddenBogDan Vatra2013-11-071-3/+5
* Windows: Do not set transient parent on popups.Friedemann Kleint2013-11-071-0/+2
* Add a warning message when a WM_DESTROY not triggered by Qt is received.Friedemann Kleint2013-11-072-2/+9