summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Also print the class name in the QObject::killTimer error msg.Erik Verbruggen2014-08-271-1/+2
* Android: Avoid caching the same class twice.Christian Strømme2014-08-261-5/+4
* BlackBerry PlayBook build fixesSérgio Martins2014-08-261-1/+1
* 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
* Android: Refactor exception checking in qjni.Christian Strømme2014-07-071-19/+16
* 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
|/ /
* | Update the QSignalBlocker docs to show actual behaviorThiago Macieira2014-05-301-1/+1
* | WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+2
* | 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
* | QPpsObject compile added for QNX platformNedim Hadzic2014-05-131-2/+8
* | 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/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
|/
* fix build for MSVC 2010Joerg Bornemann2014-04-071-2/+2
* Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-031-2/+2
* Android: Stop ART from complaining about missing thread names.Christian Strømme2014-04-031-1/+10
* QEvent: document and check when registerEventTypes() returns -1Marc Mutz2014-03-291-0/+3
* Reduce clang compilation time of tst_qmetatype by ~2%Jędrzej Nowacki2014-03-281-35/+7
* WinRT: Prevent GUI dispatcher lookup from non-GUI threadAndrew Knight2014-03-251-0/+6
* Fix some documentation errors.Friedemann Kleint2014-03-242-5/+3
* QNX: Fix crash in bb_selectFabian Bumberger2014-03-211-2/+2
* Setting QT_NO_DEBUG should not remove symbolsLars Knoll2014-03-212-4/+0
* Android: Check for exception before calling NewGlobalRef().Christian Strømme2014-03-201-2/+14
* Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+2
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-152-0/+6
* BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-142-0/+51
* BlackBerry: Improve platform specific documentationBernd Weimer2014-03-141-0/+9
* Don't show evaluation popup for unsupported evaluationKai Koehne2014-03-141-2/+0
* Window change notification QQuickWidgetPaul Olav Tvete2014-03-062-0/+3
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-4/+4
* QAssociative/SequentialIterable: add missing \since 5.2J-P Nurmi2014-02-251-4/+4
* QJNI: optimize QSharedPointer creationMarc Mutz2014-02-241-1/+1