summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * QCoreTextFontDatabase: release CTFontDescriptorRef references in dtorTim Blechmann2015-01-071-0/+2
| | * iOS: Raise window level instead of hiding statusbar during VKB scrollTor Arne Vestbø2015-01-072-8/+17
| | * Fix crash if PAC script retrieval returns a null CFData instanceDaniel Molkentin2015-01-071-1/+4
| | * Fix possible crash when passing an invalid PAC URLDaniel Molkentin2015-01-071-0/+4
| | * Fix crash on Mac OS if PAC URL contains non-URL legal charsDaniel Molkentin2015-01-071-1/+5
| | * Remove redundant codeAndy Shaw2015-01-071-5/+0
| | * Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-072-2/+16
| | * Windows: Remove check for minimum/maximum size constraints.Friedemann Kleint2015-01-071-14/+0
| | * Windows: Release mouse capture when window is blocked by modal window.Friedemann Kleint2015-01-071-0/+2
| | * Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-071-10/+68
| | * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-061-0/+3
| | * Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-062-13/+13
| | * Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
| | * Give ICC-as-Clang a Q_CC_CLANG version number tooThiago Macieira2015-01-061-0/+4
| | * iOS: Remove QIOSKeyboardListener self-change assert/guardTor Arne Vestbø2015-01-061-2/+0
| | * Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-062-2/+2
| | * Re-enable constexpr for ICC 15Thiago Macieira2015-01-061-0/+1
| | * Fix change-of-sign warnings with ICCThiago Macieira2015-01-061-3/+3
| | * JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-061-3/+3
| | * Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48
| | * Fix a memleak in QAssociativeIterable::value()Marc Mutz2015-01-042-16/+39
| | * Link against QMAKE_LIBS_EXECINFO when using backtrace(3).Raphael Kubo da Costa2015-01-031-0/+3
| | * Doc: fix the type listed for the functions in QAtomicIntegerThiago Macieira2015-01-022-91/+91
| | * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-5/+4
| | * QODBC: fix converted string values empty SQLServer 2012Maximilian Hrabowski2014-12-301-1/+11
| | * Added timezone support for datetime fields in PSQLJulien Blanc2014-12-301-26/+17
* | | Implement the unaligned byteswap functions using the aligned onesThiago Macieira2015-01-211-191/+63
* | | QSslEllipticCurve: add fromLongNameGiuseppe D'Angelo2015-01-216-0/+43
* | | Haiku: Add implementation for QStandardPathsTobias Koenig2015-01-212-0/+227
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-205-0/+15
* | | MSVC: Silence warning about right shift by too large amountKai Koehne2015-01-201-7/+3
* | | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-203-20/+19
* | | QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-201-1/+3
* | | 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
|/ /
* | 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-182-0/+20
* | QTcpServerPrivate: move class definition to the separate headerAlex Trotsenko2015-01-184-39/+118
* | Add elliptic curve support to QSslAndré Klitzing2015-01-189-9/+167
* | QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-173-1/+147
* | Introducing QPlatformHardwareCompositor.Gunnar Sletta2015-01-175-1/+189
* | qdoc: Fixed broken links for abstract QML typesMartin Smith2015-01-173-16/+11
* | 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-171-1/+5
* | 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-171-5/+11