summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: Fix compilation of qarraydata unit testTobias Koenig2015-01-141-1/+1
* Haiku: Make remaining auto tests compile on HaikuTobias Koenig2015-01-147-7/+7
* Haiku: Make examples compile on HaikuTobias Koenig2015-01-143-3/+3
* 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-132-0/+27
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-1312-35/+151
* 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-138-7/+132
* Remove unnecessary call to strlenJędrzej Nowacki2015-01-131-1/+0
* QOpenGLWindow example: Remove unused codeKai Koehne2015-01-131-2/+1
* 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-134-4/+152
* QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-133-9/+2
* remove dead codeJoerg Bornemann2015-01-131-17/+3
* use QSet<T> instead of QHash<T, void*>Joerg Bornemann2015-01-131-10/+10
* WinRT: Refactor icon specification usageMaurice Kalinowski2015-01-139-6/+24
* moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-136-1/+113
* 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
* Clean up ltcg.prf with variables, including a new static modeThiago Macieira2015-01-114-18/+35
* Let qmake find the number of processors onlineThiago Macieira2015-01-112-8/+39
* Do the same for qDebug of QByteArray and QLatin1StringThiago Macieira2015-01-113-3/+73
* QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-119-8/+182
* Prettify the per-compiler setting of Makefile.win32Thiago Macieira2015-01-111-21/+13
* Remove support for MSVC mkspecs that don't exist anymoreThiago Macieira2015-01-111-1/+1
* Support threaded OpenGL on linux again.Gunnar Sletta2015-01-102-0/+9
* Fix a couple of bugs in the QOpenGLWindow exampleJørgen Lind2015-01-103-12/+18
* 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
* QPen: mark copy/move/swap as nothrowMarc Mutz2015-01-102-7/+7
* Remove qSwap specialization from Q_DECLARE_SHAREDMarc Mutz2015-01-101-2/+0
* QUnicodeTables: mark all functions as nothrowMarc Mutz2015-01-103-36/+36
* QModelIndex: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-101-13/+13
* QRingBuffer: retrieve pointer to data more carefullyAlex Trotsenko2015-01-091-1/+1
* eglfs: Update screen destruction to follow the new approachLaszlo Agocs2015-01-093-2/+13
* moc: Work around 'unused variable' MSVC warningKai Koehne2015-01-091-1/+2
* MSVC: Disable compiler warning 4996 for debug buildsKai Koehne2015-01-091-1/+1
* Get rid of QT_NO_QWARNING_MACROKai Koehne2015-01-092-3/+2
* Add QtInfoMsgKai Koehne2015-01-0923-63/+462
* QStandardPaths: add AppConfigLocation.David Faure2015-01-0910-14/+78