summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Revert "fix build for MSVC 2010"Joerg Bornemann2014-05-151-2/+2
* | | Remove friends of QEvent.Friedemann Kleint2014-05-182-6/+1
* | | Remove friend class QETWidget.Friedemann Kleint2014-05-162-2/+0
* | | Windows: Use WinAPI CommandLineToArgvW() to create argv from command line.Friedemann Kleint2014-05-152-14/+54
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-2/+8
|\| |
| * | QPpsObject compile added for QNX platformNedim Hadzic2014-05-131-2/+8
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-133-5/+5
|\| |
| * | Doc: removed references to QtSharedMemory.Nico Vertriest2014-05-061-5/+3
| * | Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-0/+1
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-031-0/+1
| |\|
| | * Add a comment about not obvious code in VariantData.Jędrzej Nowacki2014-05-021-0/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-065-107/+97
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-1/+1
| |\|
| | * Un-export QSignalBlocker: it's all inlineThiago Macieira2014-04-251-1/+1
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-252-5/+14
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-5/+14
| | |\|
| | | * Doc: recommend using QLocale for loading translationsLeena Miettinen2014-04-161-0/+6
| | | * docs: Q_CLASSINFO is used in a couple more places besides ActiveQtShawn Rutledge2014-04-141-5/+8
| * | | Document that the connection stay active when objects used in a lambda are de...Olivier Goffart2014-04-251-0/+4
| |/ /
| * / Unite the documentation for qmath.h functionsAllan Sandfeld Jensen2014-04-152-101/+78
| |/
* | Removed unused function stringSize() in qmetaobject.cpp.Ivan Komissarov2014-04-281-5/+0
* | Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-2/+9