summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sanitize qt rpath handling, in particular on macOswald Buddenhagen2015-09-176-27/+27
* simplify qt rpath codeOswald Buddenhagen2015-09-173-15/+5
* remove dead code re QTLIBOswald Buddenhagen2015-09-171-4/+0
* remove boundschecker exclusion hackOswald Buddenhagen2015-09-171-12/+0
* fix relative rpaths on linuxOswald Buddenhagen2015-09-171-1/+3
* don't pretend that non-mac supports relative QMAKE_SONAME_PREFIXOswald Buddenhagen2015-09-171-1/+1
* remove some mac multiarch vestigesOswald Buddenhagen2015-09-172-28/+3
* Fix QImageReader::size() to return correct size for .ico files.Serge Lysenko2015-09-172-13/+13
* Serialize the capitalization value of QFontAndy Shaw2015-09-155-4/+17
* Diaglib: Output QGuiApplication::focusObject() in focus changes, too.Friedemann Kleint2015-09-151-2/+7
* Android: Always queue calls from Qt to Android.Christian Strømme2015-09-151-5/+7
* Document QGuiApplication::primaryScreen propertyAleix Pol2015-09-151-18/+13
* Use the proper macro to detect the compiler as part of the NDKAleix Pol2015-09-151-1/+1
* Fix QT_NO_ACCESSIBILITY build on windowsLiang Qi2015-09-151-0/+2
* Add a method to detect when the state-machine can exit.Erik Verbruggen2015-09-152-0/+9
* Replace direct QPA access in tst_qguiappliction with testlib wrapperTor Arne Vestbø2015-09-152-4/+10
* Remove QGraphicsView autotest that doesn't test anythingTor Arne Vestbø2015-09-151-9/+0
* Merge two more QDBusConnectionPrivate members into a unionThiago Macieira2015-09-152-15/+18
* tst_QDBusAbstractAdaptor: fix reception of signals from P2P connectionThiago Macieira2015-09-151-1/+1
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-153-51/+40
* Bypass connectSignal() for receiving the NameOwnerChanged signalThiago Macieira2015-09-151-6/+17
* Make QDBusConnectionPrivate::getNameOwnerNoCache work in our threadThiago Macieira2015-09-151-3/+15
* Use the new QDBusConnectionPrivate::shouldWatchService functionThiago Macieira2015-09-151-3/+1
* QDBusServiceWatcher: Move the logic to QDBusConnectionPrivateThiago Macieira2015-09-155-37/+184
* Remove the event callbacks in QDBusConnectionPrivateThiago Macieira2015-09-153-149/+19
* 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