summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Redefinition of QVariant::Type.Jędrzej Nowacki2011-11-291-60/+58
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-293-4/+2
* Remove obsolete QMetaObject::activate() overloads.Bradley T. Hughes2011-11-292-27/+2
* Fix documentation for QVariant::Type enum.Jędrzej Nowacki2011-11-281-1/+1
* Fix linking of the QObject test under Windows.Friedemann Kleint2011-11-281-2/+2
* Fixed QUnifiedTimer cleanup.Kim Motoyoshi Kalland2011-11-281-2/+2
* Make QBasicAtomicPointer work with T=const (int|any type) on WindowsJan-Arve Saether2011-11-251-4/+4
* QMetaTypeInterface: Fix warning about multiple default ConstructorsFriedemann Kleint2011-11-251-1/+1
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-254-13/+71
* New QObject connection syntaxOlivier Goffart2011-11-255-10/+624
* Change the return value of QObject::connectOlivier Goffart2011-11-255-61/+183
* Add a parents parameter to layoutChange signals.Stephen Kelly2011-11-242-4/+12
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-242-10/+12
* Fix QT_DEPRECATED_SINCE on windows.Olivier Goffart2011-11-231-2/+7
* Added build system support for installing tests.Rohan McGovern2011-11-232-1/+12
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-222-31/+69
* Add spaces for string concatenation to work around C++11 source incompatibility.hjk2011-11-211-1/+1
* Add a roles argument to the dataChanged signal.Stephen Kelly2011-11-212-2/+7
* Add Q_ENUMS and Q_FLAGS to enumeration InputMethodQuery and flag InputMethodQ...Joona Petrell2011-11-211-2/+3
* Give better error message when using unsupported lookbehinds in QRegExpKjell Rune Skaaraas2011-11-181-0/+4
* Fix QFile::copy() returning false but error() being NoErrorxiechyong2011-11-181-1/+4
* Build fix for WINCE to qfilesystemengine_win.cppjaanttil2011-11-181-1/+0
* adding a getter cubicBezierSpline() to QEasingCurveThomas Hartmann2011-11-182-0/+13
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-181-0/+7
* Document new input method hints introduced in Qt 5Joona Petrell2011-11-181-0/+6
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-11-182-1/+7
* fix doc typoOswald Buddenhagen2011-11-181-1/+1
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+1
* Fix tst_Moc::oldStyleCastsOlivier Goffart2011-11-171-2/+2
* Reimplement some QMetaType methods.Jędrzej Nowacki2011-11-171-369/+205
* Reimplement QMetaType::typeName.Jędrzej Nowacki2011-11-171-97/+35
* Fix Qt namespace compilation.Toby Tomkins2011-11-161-0/+4
* Hide QVariant helper classes in a namespace.Jędrzej Nowacki2011-11-151-0/+2
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-158-29/+82
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-151-0/+58
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-1/+30
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-1/+2
* Don't use deprecated functions on Mac OS XBradley T. Hughes2011-11-142-7/+7
* Add a -force-asserts option to configureHarald Fernengel2011-11-111-3/+3
* Prefer organizationDomain or CFBundleIdentifier for settings fileChris Meyer2011-11-111-0/+44
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* Removed include to qdatastream.h from qmetatype.hOlivier Goffart2011-11-101-4/+2
* Fix Q_STATIC_ASSERT on MacJoão Abecasis2011-11-101-1/+1
* Updated Qt::InputMethodQuery documentationPekka Vuorela2011-11-101-7/+22
* Add isDebugBuild() query function to QLibraryInfoaavit2011-11-102-16/+21
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-092-9/+5
* QVariant: Fix MSVC compiler warning about unused variable null.Friedemann Kleint2011-11-091-2/+1
* [optimization] QVariants comparisonJędrzej Nowacki2011-11-091-2/+2
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-093-2/+8
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-093-413/+345