summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-302-0/+134
* Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-302-0/+48
* Add conversion between QVariantHash and QJsonObjectAllan Sandfeld Jensen2014-10-303-1/+49
* moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-282-7/+26
* moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-281-1/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2710-34/+75
|\
| * Fix doc about the list of supported codecsAlexander Volkov2014-10-241-4/+3
| * Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+2
| * Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-242-3/+18
| * Doc: QFileDevice and QFile::setPermissions do not manipulate ACLsLeena Miettinen2014-10-242-2/+15
| * Add missing since info to ShareOpenGLContexts docsLaszlo Agocs2014-10-231-1/+2
| * Fix software OpenGL DLL name in the enum docsLaszlo Agocs2014-10-231-1/+1
| * Doc: Fix description of QTranslator::translate()Kai Koehne2014-10-231-0/+5
| * Q{Sequential,Associative}Iterable: fix const_iterator assignmentMarc Mutz2014-10-231-8/+12
| * Improve QLoggingCategory's detailed description.Mitch Curtis2014-10-221-10/+13
| * Fix badly laid out docs for AA_UseHighDpiPixmapsLaszlo Agocs2014-10-221-5/+4
* | Add Q_DECL_RELAXED_CONSTEXPR macroOlivier Goffart2014-10-242-1/+25
* | QObject: use QDebugStateSaver in the QDebug operator<<Olivier Goffart2014-10-241-3/+5
* | Fix spelling errors in method names in QStorageInfo.Jeff Tranter2014-10-223-9/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2021-73/+109
|\|
| * logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-2/+3
| * Add a hint on application window positioning with QProcess::starthjk2014-10-201-0/+7
| * Doc: removed unnecessary textLeena Miettinen2014-10-201-2/+2
| * QEasingCurve: fix mem leak in operator>>Marc Mutz2014-10-191-0/+2
| * qdatetime.h: include correct headerMarc Mutz2014-10-191-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-1/+2
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-1/+2
| | |\
| | | * Initialize QFileSystemMetaData::size_ data memberGiuseppe D'Angelo2014-10-131-1/+2
| * | | Fix QAbstractListModel's detailed description.Mitch Curtis2014-10-171-2/+2
| * | | Android: Improve cache logic in findClass()Christian Strømme2014-10-171-30/+35
| * | | Move Qt Core examples under a common subdirectoryTopi Reinio2014-10-172-16/+13
| * | | Fix undefined behavior in QLoggingRegistry::defaultCategoryFilter()Marc Mutz2014-10-171-3/+5
| * | | Export QFSFileEngine symbolsKai Koehne2014-10-171-1/+1
| * | | QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-171-0/+8
| * | | QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-152-6/+4
| * | | Avoid sleeping 100ms in QProcessPrivate::drainOutputPipes()Oswald Buddenhagen2014-10-151-1/+1
| * | | Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-142-2/+2
| |/ /
| * | QSettings: undo unintentional change of config dir on non-XDG platforms.David Faure2014-10-121-1/+10
| * | Fix patching of installation dateKai Koehne2014-10-101-2/+3
| * | Android: Support QSysInfo::productVersion()Eskil Abrahamsen Blomfeldt2014-10-101-1/+3
| * | Gcc 4.5.* build fix.Tomasz Olszak2014-10-101-2/+5
* | | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-175-5/+31
* | | Don't dereference pointers on QArrayData deallocationUlf Hermann2014-10-171-1/+2
* | | Do Q_CHECK_PTR on all results of QArrayData::allocate()Ulf Hermann2014-10-172-2/+9
* | | Make QRingBuffer::ungetChar() not leave empty array in buffer listAlex Trotsenko2014-10-131-2/+6
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0947-852/+248
|\| |
| * | Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-3/+3
| * | Don't stream QStringLiterals into QDebugMarc Mutz2014-10-091-1/+1
| * | QFactoryLoader: de-duplicate two QStringLiteralsMarc Mutz2014-10-091-4/+8
| * | Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-092-7/+7