profile/ivi/qtbase.git
2012-03-23 Thiago MacieiraRemove detection for MMX support and related technology
2012-03-23 João AbecasisFallback implementation of Q_ALIGNOF
2012-03-23 Jędrzej NowackiAdd test cases to tst_QByteArray
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Debao ZhangRemove QWorkspace.
2012-03-23 Debao ZhangCleanup Q3* items
2012-03-23 Thiago MacieiraMove the UTF-8 data into a separate .cpp so I can use...
2012-03-23 Marc Mutztst_qsslsocket*: don't inherit from QSharedPointer
2012-03-23 Marc Mutztst_qsharedpointer: don't inherit from QSharedPointer
2012-03-23 Marc MutzQDirIterator: don't inherit from QDir
2012-03-23 Marc MutzQtDBus: don't inherit from QString, QVariant
2012-03-23 Marc Mutztst_qnetworkreply: don't inherit from QSharedPointer
2012-03-23 Martin PeterssonQLocalSocket: remove double buffer on qlocalsocket_unix
2012-03-23 Tasuku SuzukiCheck if Qt::ImEnabled is true before handling im event...
2012-03-23 Morten Johan... Cocoa: Add window fullscreen button on OS X Lion.
2012-03-23 Morten Johan... Add QPA readme.
2012-03-23 Lars KnollRewrite QMap to use a RB tree
2012-03-23 Bradley T.... configure: Fix x86_64 detection
2012-03-23 Thiago MacieiraFix udev building after commit 7a169fb52a2d57ec6b3b8e61...
2012-03-23 Pekka VuorelaDeprecate QInputMethodEvent::setTentativeCommitString()
2012-03-22 Thiago MacieiraWhitespace fix for brace in qstring.cpp
2012-03-22 Thiago MacieiraQuick optimisations to QString: no const-ref for QLatin1XXX
2012-03-22 Robin BurchellUse the same ifdef-based debugging as the other engines.
2012-03-22 Pekka VuorelaFixed QLineEdit to emit selectionChanged
2012-03-22 Miikka HeikkinenFix QPrinter test in Windows
2012-03-22 Donald CarrDeprecate QApplication::setGraphicsSystem
2012-03-22 Lars KnollMake QLocalePrivate::updateSystemLocale() reset the...
2012-03-22 Thiago MacieiraMake QLocale not depend on being friends with the globa...
2012-03-22 Thiago MacieiraRemove the workaround for GCC 3.3 on IRIX
2012-03-22 Girish RamakrishnanMake architecture detection more robust.
2012-03-22 Thiago MacieiraFix compilation on ARM with C++11: narrowing conversion
2012-03-22 Thiago MacieiraFix the build of qt-freetype with -system-zlib
2012-03-22 Thiago MacieiraFix the build of -qt-freetype
2012-03-22 Thiago MacieiraFix compilation: std::min is in <algorithm>
2012-03-22 Thiago MacieiraSave the pkg-config settings in config.status
2012-03-22 Thiago MacieiraAdd a non-implicit virtual destructor for QDashStroker
2012-03-22 Thiago MacieiraAdd qpair.h to the HEADERS list
2012-03-22 Thiago MacieiraRemove the false information that IA-64 supports SSE2
2012-03-22 Oswald Buddenhagensupport relative Sysroot specification in qt.conf
2012-03-22 Oswald Buddenhagenmake unspecified/empty HostPrefix fall back to Prefix
2012-03-22 aavitMore UTF8 fix of raster autotest
2012-03-22 Samuel RødalFixed QScreen::name() return value on xcb.
2012-03-22 David FaureFix assert in libdbus-1 from tst_qdbusmarshall.
2012-03-22 Shane KearnsAdd configure bootstrap generated files to .gitignore
2012-03-22 Shane KearnsAllow autobound UDP sockets to send to IPv4 and IPv6
2012-03-22 Damir TatalovicMIPS DSP configure detection and initial blend optimiza...
2012-03-22 David FaureQStandardPaths: implement displayName() on all platforms.
2012-03-22 Lars KnollSignificantly speed up insertion into QJsonObject/Array
2012-03-22 Donald CarrRemove legacy font cache from 3rdparty
2012-03-22 Thiago MacieiraFix cross-compilation that uses fontconfig / freetype
2012-03-22 Thiago MacieiraFix the bsymbolic_functions test and improve the error...
2012-03-22 Thiago MacieiraUpdate the Linux-ICC mkspec
2012-03-22 Thiago MacieiraMake tst_qmovie work in shadow builds
2012-03-22 Marc MutzQPointer: some optimisations
2012-03-22 Kevin KrammerMake QNX virtual keyboard handling main event loop...
2012-03-22 Joerg BornemannFix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_...
2012-03-22 Sean HarmerAdd x86_64 to CONFIG on Mac OSX only when not cross...
2012-03-22 Sean HarmerSet absolute_library_soname on mac only when not cross...
2012-03-22 Mark BrandQSql*Model: add SQL syntax helper
2012-03-22 Mark BrandQSqlTM/QSqlRTM: improve style and readability
2012-03-22 Mark BrandQSqlRTM: fix whitespace
2012-03-22 Samuel RødalFixed QInputMethod API to use isVisible() instead of...
2012-03-22 Pekka VuorelaFocusAboutToChange event to be send before focus changes
2012-03-22 Stephen KellyRemove obsolete methods which forward to the base class.
2012-03-22 Stephen KellyRemove non-const version of QTreeWidget method.
2012-03-22 Stephen KellyRemove obsolete internal functions.
2012-03-22 Donald CarrCorrectly export GL graphics engine for use in plugins
2012-03-22 David FaureMake comment() work in the C locale too.
2012-03-22 David FaureReturn all expected paths in QStandardPaths::standardLo...
2012-03-22 Xizhi ZhuDon't do anything if setting the same proxy factory.
2012-03-22 Teemu KatajistoCocoa: fix setting color with alpha channel value for...
2012-03-22 Honglei ZhangUpdate QtXmlPatterns module name in documentation
2012-03-22 Kevin KrammerNeed to check new rotation against initial rotation...
2012-03-22 Jędrzej NowackiReserve more space for built-in types in id space.
2012-03-22 Samuel RødalGot rid of Map / Unmap events in favor of Expose event.
2012-03-22 Stephen KellyList QtPrintSupport as a dependency of QtPlatformSupport.
2012-03-22 Kai KoehneShow correct origin of Q_ASSERT in Windows dialog
2012-03-22 Debao ZhangRemove redundant \since 5.0
2012-03-22 Kurt KorbatitsFixed path in qobject unittest
2012-03-22 Kurt KorbatitsChanged installTestHelperApp() to use relative paths...
2012-03-22 Sergio MartinsUse delete[] instead of delete.
2012-03-22 Kent HansenRemove support for meta-object revisions < 7
2012-03-21 Kurt KorbatitsAdded extra tests to json benchmark
2012-03-21 Jerome PasionQDoc: updating manual to use "type".
2012-03-21 Casper van... qdoc: Disable generation of .pageindex file.
2012-03-21 Kevin KrammerUse main thread event loop for navigator event processing
2012-03-21 Stephen KellyChange the parameter name of signals to be consistent.
2012-03-21 Kent HansenQMetaMethod::typeName() should return "void" if the...
2012-03-21 Kent HansenFix QMetaObject::normalizedType() for "void" argument
2012-03-21 Frederik GladhornRemove Q_WS_X11
2012-03-21 Kent HansenUse the new QMetaMethod API in testlib
2012-03-21 Pekka VuorelaFix QWidgetTextController issue when used with QtQuick1...
2012-03-21 Robin BurchellFix directories never being unwatched after deletion...
2012-03-21 Bradley T.... Cocoa: improve mouse button tracking warnings
2012-03-21 Morten Johan... Cocoa: Improve window activation handling.
2012-03-21 Debao ZhangQLatin1String: Suppress MSVC warnning.
2012-03-21 Jerome PasionQDoc: Changing "element" string to "type".
2012-03-21 Oswald Buddenhagenpermit explicitly empty qt.conf entries
2012-03-21 Giuseppe D... QRegularExpression: add QObject::findChildren overload
next