summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QComboBox: simplify codeGiuseppe D'Angelo2015-01-161-7/+6
* qtest_widgets.h: add support for pretty-printing QSizePolicyMarc Mutz2015-01-162-0/+101
* 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-161-21/+14
* 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
* Haiku: Make network module compile on HaikuTobias Koenig2015-01-141-0/+5
* Reduce excessive painting caused by transient scrollbarsJ-P Nurmi2015-01-141-1/+1
* QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+4
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-135-2/+14
* Add QWheelEvent::sourceShawn Rutledge2015-01-1310-19/+83
* Make QStyleHints usable in QMLJ-P Nurmi2015-01-132-18/+69
* Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-136-7/+70
* ANGLE: Disable MSVC warning 4996 for debug buildsKai Koehne2015-01-131-1/+2
* Avoid double cache lookup in QHostInfoCacheJędrzej Nowacki2015-01-131-2/+1
* Support QMetaType::equals()Alex Blasche2015-01-133-4/+62
* QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-131-7/+0
* moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-132-1/+7
* qdoc: qdoc's 'square bracket' parameters were evaluated too earlyMartin Smith2015-01-127-28/+72
* Add D-Bus types marshalling for Linux tray icon supportMarco Martin2015-01-122-0/+244
* QFileSystemEntry: Replace manual seek in string with lastIndexOf()Orgad Shaneh2015-01-111-7/+1
* Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-117-26/+18
* Do the same for qDebug of QByteArray and QLatin1StringThiago Macieira2015-01-112-3/+51
* QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-115-4/+111
* Support threaded OpenGL on linux again.Gunnar Sletta2015-01-102-0/+9
* Haiku: Make corelib compile on HaikuTobias Koenig2015-01-105-2/+13
* Android: Don't assume native window decoration in QDockWidgetKai Pastor2015-01-101-1/+1
* QWindowsVistaStyle: Draw PE_PanelItemViewItem for non-item view widgets.Friedemann Kleint2015-01-101-9/+10
* QHash: clean up class definitionMarc Mutz2015-01-102-26/+26
* QtCore: mark some operations nothrowMarc Mutz2015-01-1019-68/+72