summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge two Q_GLOBAL_STATICS into another and solve memory leakThiago Macieira2015-09-153-26/+30
* And move the creation of connections to the threadThiago Macieira2015-09-1512-352/+520
* And move the sending of other types of D-Bus messages to the threadThiago Macieira2015-09-153-12/+15
* Move the sending of the D-Bus messages with reply to the threadThiago Macieira2015-09-153-8/+18
* Remove superfluous code in QDBusConnectionPrivate::sendWithReplyThiago Macieira2015-09-151-6/+0
* Simplify some code in QDBusConnectionPrivate::sendWithReplyAsyncThiago Macieira2015-09-151-24/+11
* Use a dedicated thread for handling incoming libdbus-1 eventsThiago Macieira2015-09-155-70/+50
* Implement the blocking QtDBus call in terms of the non-blocking oneThiago Macieira2015-09-157-88/+35
* Make QDBusConnectionPrivate::send return boolThiago Macieira2015-09-152-14/+7
* Use a signal for updating the dispatch statusThiago Macieira2015-09-152-11/+4
* Use QDBusConnectionPrivate* when QDBusServer receives a new connectionThiago Macieira2015-09-155-17/+34
* Use QDBusServiceWatcher in QDBusAbstractInterface to track the ownerThiago Macieira2015-09-152-28/+19
* Fix deadlock if the last reference is dropped during deliveryThiago Macieira2015-09-153-18/+3
* Polish the Icons example.Friedemann Kleint2015-09-1411-313/+533
* winrt: Move EGL surface to window.Samuel Nevala2015-09-143-21/+44
* Fix QMAKE_CXX/CROSS_COMPILE verification with ccacheBenoît Thébaudeau2015-09-141-2/+7
* QAbstractSocket: Consolidate error reportingKai Koehne2015-09-148-188/+133
* WinRT: Display error message when configuring with -no-openglMaurice Kalinowski2015-09-141-0/+8
* QImage: Inline constScanLine call in pixel()Ulf Hermann2015-09-141-1/+1
* winrt: Remove unnecessary assert from window.Samuel Nevala2015-09-131-2/+0
* winrt: Fix capabilities query.Samuel Nevala2015-09-131-2/+2
* WinRT: Deployqt version/copyright information to dllsOliver Wolff2015-09-133-1/+3
* Do not install example sources when using vc(x)projOliver Wolff2015-09-131-0/+2
* Add a qt_version_tag symbol to QtCore that uses ELF versionsThiago Macieira2015-09-132-1/+64
* Add a linker version script to Qt librariesThiago Macieira2015-09-135-0/+26
* QNetworkInterface: get a friendlier (but not too friendly) nameThiago Macieira2015-09-132-1/+20
* Use the actual iphlpapi.dll and its headersThiago Macieira2015-09-133-293/+23
* Autotest: Make tst_QNetworkInterface::interfaceFromXXX data-drivenThiago Macieira2015-09-131-20/+28
* Declare QNetworkAddressEntry and QNetworkInterface as metatypesThiago Macieira2015-09-132-1/+3
* Add a delimiter before "TracerPid"Thiago Macieira2015-09-131-1/+1
* Fix typo in local variable nameNobuaki Sukegawa2015-09-131-2/+2
* QImage: Use d->height directly for checking dimensions on pixel()Ulf Hermann2015-09-111-1/+1
* Change the CPU feature status word to be 64-bit instead of 32-bitThiago Macieira2015-09-112-25/+46
* qdoc: Allow linking to QML signals with their proper nameTopi Reinio2015-09-111-2/+6
* iOS: filter out iWatch devices when running auto testsRichard Moe Gustavsen2015-09-112-2/+2
* Re-add systray.qdoc and images.Friedemann Kleint2015-09-113-0/+179
* Fix qdoc warnings of QRgba64.Friedemann Kleint2015-09-111-1/+63
* Fix some doc warnings.Friedemann Kleint2015-09-116-13/+6
* Fix QT_NO_ACCESSIBILITY build on linuxLiang Qi2015-09-111-0/+2
* Fix QT_NO_ACCESSIBILITY build on OS XLiang Qi2015-09-117-6/+26
* Update QPA handleExtendedKeyEvent to return the accepted state of the eventTor Arne Vestbø2015-09-102-6/+6
* CoreText: Respect Qt::AA_Use96Dpi flag when creating CT fontsTor Arne Vestbø2015-09-091-10/+6
* iOS: Restore mirror mode using [UIScreen mainScreen] instead of nilTor Arne Vestbø2015-09-091-1/+1
* Deduplicate some code in QWindowSystemInterfaceTor Arne Vestbø2015-09-091-41/+38
* Notify when the primary screen changesAleix Pol2015-09-089-8/+76
* Doc: Make QSignalBlocker more discoverableSze Howe Koh2015-09-081-2/+2
* QMacStyle: Fix splitter handle background on 10.10 or laterGabriel de Dietrich2015-09-071-16/+11
* QMacStyle: Call subElementRect() on proxy style for SE_TabBarTabTextGabriel de Dietrich2015-09-071-1/+1
* Fix some qdoc warnings.Friedemann Kleint2015-09-077-18/+22
* Fix macro in qthread_winAndrew Knight2015-09-071-1/+1