summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-2/+12
* Fix user defined conversions to numeric typesLars Knoll2014-09-101-2/+1
* Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-102-0/+2
* Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1
* Use expiry_date field to check for evaluation timespanKai Koehne2014-09-051-2/+4
* Fix headercheck failure introduced by 67c83f329e7fb6fbf5d8e402f42Thiago Macieira2014-08-301-0/+4
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-285-3/+25
* Tighten Q_OS_WINRT ifdefs in qfunctions_winrt.hAndrew Knight2014-08-211-3/+4
* Debug logging support for QNativeGestureEventShawn Rutledge2014-08-211-0/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-192-7/+11
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-122-7/+11
| |\
| | * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-4/+8
| | * Android: Fix recursion bug in callStaticMethod()Christian Strømme2014-08-061-3/+3
* | | QMimeData: replace an inefficient QList with a QVectorMarc Mutz2014-08-151-1/+2
* | | Remove redundant code from QMetaProperty.Jędrzej Nowacki2014-08-141-9/+1
* | | winrt: Fix deadlock in thread dispatcher accessAndrew Knight2014-08-131-6/+8
* | | Fix error reported by address sanitizerOlivier Goffart2014-08-121-6/+12
|/ /
* | winrt: Fix core dispatcher lookupAndrew Knight2014-08-111-19/+33
* | QObject: fix valgrind warning when disconnectingOlivier Goffart2014-08-092-5/+14
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | winrt: Handle dispatcher thread changeAndrew Knight2014-08-071-18/+21
* | Android: Really suspend apps that are put in the backgroundBogDan Vatra2014-07-311-1/+1
* | Doc: update QCoreApplication to be clear that we don't support text UIThiago Macieira2014-07-141-2/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-19/+16
|\|
| * Android: Refactor exception checking in qjni.Christian Strømme2014-07-071-19/+16
* | QObject: don't hold mutex when copying arguments in a QueuedConnectionOlivier Goffart2014-07-071-4/+25
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-015-18/+54
|\|
| * Don't compare the target methods for SlotObject connectionsThiago Macieira2014-06-291-1/+1
| * Print the reason why SetWindowsHookEx failed.Sérgio Martins2014-06-231-1/+3
| * Attempt to fix intel compiler build error.Jędrzej Nowacki2014-06-191-1/+1
| * QEventDispatcherWin32: Use a shared class name for the message window.Friedemann Kleint2014-06-191-9/+45
| * Merge "Merge tag 'v5.3.0' into HEAD" into refs/staging/stableSergio Ahumada2014-06-111-3/+3
| |\
| | * Merge tag 'v5.3.0' into HEADOswald Buddenhagen2014-06-111-3/+3
| | |\
| | | * Update Copyright year in commercial nag screensv5.3.0Kai Koehne2014-05-141-3/+3
| * | | Android: Use exceptionCheck() function.Christian Strømme2014-06-051-3/+1
| |/ /
* | | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-262-0/+85
* | | winrt: Refactor timer callbacksAndrew Knight2014-06-251-135/+115
* | | winrt: Add convenience method for waiting on an async callAndrew Knight2014-06-251-0/+78
* | | winrt: Add convenience macros for returning from HRESULT callsAndrew Knight2014-06-251-1/+16
* | | Make VectorBoolElements static properties const.Jędrzej Nowacki2014-06-252-4/+4
* | | Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-2/+24
* | | Fix references to platform-specific handlers in QMimeData documentation.Friedemann Kleint2014-06-181-1/+1
* | | Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-162-3/+35
* | | Remove unused UserEventRegistrationBitFieldSizeShawn Rutledge2014-06-131-1/+0
* | | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-052-1/+3
|\| |
| * | Update the QSignalBlocker docs to show actual behaviorThiago Macieira2014-05-301-1/+1
| * | WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+2
* | | QTimer: add convenience singleShot methods for functorsDario Freddi2014-05-282-4/+245
* | | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-223-15/+14
|\| |
| * | Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-192-13/+12