Add GL_BGR to the list of defined GL constants, right next to GL_BGRA
[profile/ivi/qtbase.git] / src /
2012-02-21 Simon HausmannAdd GL_BGR to the list of defined GL constants, right...
2012-02-21 Oswald Buddenhagenregenerate unicode tables after rittk's patches
2012-02-21 Konstantin Rittoptimize QString::toLower()/toUpper() for special cases...
2012-02-21 Konstantin Rittoptimize QString::toLower()/toUpper() for special cases...
2012-02-21 Konstantin Rittoptimize QString::toCaseFolded()
2012-02-21 Konstantin Rittoptimize handling of surrogate pairs in toLower()/toUpper()
2012-02-21 Konstantin Rittreplace 'const QChar &' with 'QChar ' where appropriate
2012-02-21 Bradley T. HughesMove QSysInfo out of qglobal.h and into a separate...
2012-02-21 Marc MutzQEasingCurve: implement copy assignment operator inline
2012-02-21 Shane KearnsTest for QT_NO_SSL instead of QT_NO_OPENSSL
2012-02-21 Shane KearnsMake https requests fail fast when configured without...
2012-02-21 Marc MutzQEasingCurve: simplify and fix copy constructor
2012-02-21 Marc MutzQHash: more robust use of qDebug()
2012-02-21 Marc MutzQEasingCurve: implement move constructor
2012-02-21 Marc MutzQEasingCurve: implement move-assignment operator
2012-02-21 Marc MutzQEasingCurve: add member-swap
2012-02-21 Marc MutzQEasingCurve: mark as Q_MOVABLE_TYPE
2012-02-21 Tor Arne VestbøUse requested window format to match rest of the patch...
2012-02-21 Harald FernengelRename Q_MUTEX_LINUX to QT_LINUX_FUTEX
2012-02-21 Friedemann Kleintmoc: Fix loading of plugins in release mode.
2012-02-21 Friedemann KleintStreamline QPalette initialization code.
2012-02-21 Friedemann KleintUse new plugin system for Input Context plugins.
2012-02-21 Thorbjørn Lund MartsumQHeaderView - create a union to save some space.
2012-02-21 Thorbjørn Lund MartsumQHeaderview - many sections removed performance boost.
2012-02-21 Bradley T. HughesRemove qMacVersion()
2012-02-20 Richard MooreRemove many unneeded virtuals.
2012-02-20 Richard Mooreconvert length functions in QDom from uint to int.
2012-02-20 Richard MooreMerge overloads.
2012-02-20 Andreas HolzammerInclude qt_windows.h for Windows CE.
2012-02-20 Xizhi ZhuMerges several overloaded functions in QCoreApplication.
2012-02-20 Shane KearnsWindows - fix connecting to a socket using IPv4 mapped...
2012-02-20 Friedemann KleintRemove QPlatformIntegration/QPlatformTheme from QGuiApp...
2012-02-20 Jan-Arve SaetherRemove QAccessibleInterface::relationTo().
2012-02-20 Kent HansenPort QDBusAdaptorConnector meta-object to revision 6
2012-02-20 Kent HansenRemove unused QtDBus meta-object extensions
2012-02-20 Marc MutzQPoint/QPointF: inline manhattanLength(); QLineF: inlin...
2012-02-20 Bradley T. HughesMove QTypeInfo out of qglobal.h and into a separate...
2012-02-20 Samuel RødalAdded note in QPlatformWindow::setGeometry() docs about...
2012-02-20 Marc Mutzuic: use QStringLiteral() instead of QString::fromUtf8...
2012-02-20 Joerg Bornemannfix QProcess for Windows XP
2012-02-20 Jan-Arve SaetherRemove QAccessibleInterface::navigate()
2012-02-20 Harald FernengelUse standard unix mutexes on LSB
2012-02-20 Kent HansenMove QMetaMethod::parameterTypes() implementation to...
2012-02-20 Kent HansenPort QSignalEventGenerator meta-object to revision 6
2012-02-20 Kent HansenUse QMetaMethod::isValid() to check method validity
2012-02-20 Kent HansenAdd QMetaMethod::isValid() function
2012-02-20 Kent HansenFix typo in QByteArray(QConstByteArrayData) constructor
2012-02-20 Kent HansenDon't call metaObject() several times
2012-02-20 Kent HansenSmall moc cleanup: Pass lists by const reference
2012-02-20 Kent Hansenmoc: Get rid of implicit conversions to const char *
2012-02-20 Kent HansenMinuscule moc cleanup: Don't declare i in function...
2012-02-20 Jonathan LiuFix compilation with MinGW-w64
2012-02-20 Bradley T. HughesRename Q_PROCESSOR_POWERPC to Q_PROCESSOR_POWER
2012-02-20 Holger Hans Peter... qwidget_p.h: Remove DontSetCompositionMode from the...
2012-02-20 Holger Hans Peter... qpa: Verify that the platform returns a WId that is...
2012-02-20 Richard MooreRemove dead method.
2012-02-20 Jason McDonaldtestlib: Report one test result per benchmark test.
2012-02-20 Jason McDonaldtestlib: make XPASS output slightly less confusing.
2012-02-20 Andrew den ExterRemove unnecessary image height adjustments from layout.
2012-02-18 David FaureImport QMimeType / QMimeDatabase into QtCore.
2012-02-18 Gunnar SlettaIntroduced QWindow::isExposed().
2012-02-18 Thorbjørn Lund MartsumAdding hasHeightForWidth as a virtual Widget funcion
2012-02-18 Andrew ChristianAdded error reporting to QJsonParser
2012-02-18 Marc MutzQEasingCurve: return QVector for cubic spline represent...
2012-02-18 Richard MooreTrivial doc fix
2012-02-18 Bradley T. HughesDocument Q_PROCESSOR_* macros
2012-02-17 Friedemann KleintFix qclipboard autotest on Windows.
2012-02-17 Shane KearnsFix error handling in QHostInfo windows backend
2012-02-17 Friedemann KleintWindows: Fix QWindow-test.
2012-02-17 Rick Stocktonqnamespace.qdoc: Add doco for new values of Qt::MouseButton
2012-02-17 Stephen KellyOnly define QT_NAMESPACE if it is used.
2012-02-17 David FaureEnsure that Qt public headers compile with strict flags
2012-02-17 Rafael RoquettoQProcess documentation typo fix and improvement.
2012-02-17 Simon A. EugsterMention QT_NO_STL in the QString documentation
2012-02-17 David FaureNo need to stat with QFile::exists before QFile::open...
2012-02-17 Shane KearnsRemove unnecessary locking from QNetworkProxy constructor
2012-02-17 Friedemann KleintFix warnings about missing file.
2012-02-17 Shane KearnsFix handling of urls containing username/password in...
2012-02-17 Shane KearnsFix incorrect use of QObject::disconnect in synchronous...
2012-02-17 Shane KearnsUpdate documentation to show NTLMv2 is supported
2012-02-17 Marc MutzQSize/QSizeF: add const versions of scale()/transpose()
2012-02-17 Friedemann KleintFix another typo in the evdev keyboard plugin.
2012-02-17 Friedemann KleintWidgets: Remove obsolete QGuiPlatformPlugin.
2012-02-17 Friedemann KleintQt 5 plugin system: Fix handling of namespaced plugin...
2012-02-17 Samuel RødalFixed API in QWindow: visible() -> isVisible().
2012-02-17 Jeremy KatzQStandardPaths implementation configured using JSON
2012-02-17 Kai KoehneWindows: Fix compilation with -qtnamespace
2012-02-17 Bradley T. HughesRemove unused config.tests from config.tests/mac/*
2012-02-17 Friedemann KleintAdd palette() and further hints to QtGui/QPlatformTheme.
2012-02-17 Friedemann KleintPlugin loader: Output offending plugin name in warning.
2012-02-17 Lars KnollConvert jpeg plugin to new format
2012-02-17 Lars KnollConvert ico plugin to new format.
2012-02-17 Lars KnollConvert GIF plugin to the new format
2012-02-17 Rafael RoquettoEnables QProcess back on QNX.
2012-02-17 Lincoln RamsayStatic plugins don't break QFactoryLoader::keys()
2012-02-17 Friedemann KleintFix naming of plugins for QPA plugins and use new plugi...
2012-02-17 Bradley T. HughesRemove usages of QT_ARCH and QT_ARCH_* from qtbase
2012-02-17 Andy ShawSome small doc fixes, typos and removal of one incorrec...
2012-02-17 Jiang JiangDon't render glyph with FT with fetchMetricsOnly
2012-02-17 Andy ShawEnsure that QSqlDatabase::database() is still thread...
next