summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement the unaligned byteswap functions using the aligned onesThiago Macieira2015-01-211-191/+63
* Remove duplicated NAN/INF logic from tst_qstringAllan Sandfeld Jensen2015-01-211-72/+3
* QSslEllipticCurve: add fromLongNameGiuseppe D'Angelo2015-01-217-0/+73
* Haiku: Add implementation for QStandardPathsTobias Koenig2015-01-212-0/+227
* Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-206-0/+32
* MSVC: Silence warning about right shift by too large amountKai Koehne2015-01-201-7/+3
* QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-204-21/+20
* QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-202-1/+34
* Android: Fix canonical form of nonexistent pathsEskil Abrahamsen Blomfeldt2015-01-191-0/+20
* QToolBox: remove redundant QAbstractButton::text() from paintEvent()Maks Naumov2015-01-191-1/+0
* MSVC: Disable warning C4996 for freetypeKai Koehne2015-01-191-1/+3
* WinRT: Disable compiler warning 4996 for debug buildsKai Koehne2015-01-191-1/+1
* Add QDebug support for NSObject and a few selected CoreFoundation typesTor Arne Vestbø2015-01-182-0/+110
* Add qHash() overload for QSetMarc Mutz2015-01-183-0/+65
* QTcpServerPrivate: move class definition to the separate headerAlex Trotsenko2015-01-184-39/+118
* Add elliptic curve support to QSslAndré Klitzing2015-01-1823-12/+223
* QNX: Rename qcc-base-qnx-armv7le.conf mkspec.Rafael Roquetto2015-01-184-4/+4
* QNX: Remove deprecated armv7le mkspecs.Rafael Roquetto2015-01-186-117/+0
* QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-173-1/+147
* Introducing QPlatformHardwareCompositor.Gunnar Sletta2015-01-175-1/+189
* Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-1710-16/+15
* qdoc: Fixed broken links for abstract QML typesMartin Smith2015-01-173-16/+11
* tst_qitemdelegate: remove more duplication.David Faure2015-01-171-12/+1
* tst_QSizePolicy::getSetCheck: separate data generation from testMarc Mutz2015-01-171-9/+68
* Fix qaccessibilitymac test (title vs. description)Boris Dušek2015-01-171-3/+7
* Introducing QPlatformGraphicsBufferJørgen Lind2015-01-179-6/+740
* Fix bugs generating PDF on CocoaJames Turner2015-01-172-3/+67
* QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-172-1/+42
* Improve performance of path clipping in rasterizerAllan Sandfeld Jensen2015-01-171-17/+43
* QOpenGLTexture: better document the depth/stencil featuresGiuseppe D'Angelo2015-01-171-0/+12
* QColorDialog: Fix build with QT_SMALL_COLORDIALOGSérgio Martins2015-01-171-70/+17
* QProgressDialog: don't require setValue(0) to be called.David Faure2015-01-172-11/+50
* QHash: only fetch qt_qhash_seed when detaching from a null QHashMarc Mutz2015-01-171-2/+2
* Remove Q_C_CALLBACKSThiago Macieira2015-01-174-31/+1
* update bundled sqlite to 3.8.7.4Mark Brand2015-01-163-3772/+6766
* Make transparency test actually test transparencyLaszlo Agocs2015-01-161-1/+1
* QComboBox: simplify codeGiuseppe D'Angelo2015-01-161-7/+6
* Rename QML debug macro to Qt naming stylePasi Petäjäjärvi2015-01-162-2/+2
* qtest_widgets.h: add support for pretty-printing QSizePolicyMarc Mutz2015-01-163-0/+151
* QVariant: attempt to work around an ICE on linux-arm-gnueabi-g++ (Ubuntu 11.1...Marc Mutz2015-01-161-3/+1
* Don't call static members with objectThiago Macieira2015-01-161-3/+3
* Add QTimeZone::{systemTimeZone,utc}Thiago Macieira2015-01-163-5/+28
* Fix forkfd build when O_CLOEXEC isn't defined.Thiago Macieira2015-01-162-3/+3
* Fix assignment within a Q_ASSERTHolger Hans Peter Freyther2015-01-161-1/+1
* Update QFileSelector to use QSysInfo betterThiago Macieira2015-01-168-31/+51
* Fix compilation of manual Open GL tests with Dynamic GL.Friedemann Kleint2015-01-152-7/+10
* eglfs: Split kms integration into multiple filesLaszlo Agocs2015-01-159-901/+1245
* eglfs: Fix hardware cursor with kmsLaszlo Agocs2015-01-151-1/+5
* Do not build kms platform plugin by defaultLaszlo Agocs2015-01-151-4/+0
* Avoid warning about QString from char in xcbLaszlo Agocs2015-01-151-1/+1