profile/ivi/qtbase.git
2012-08-29 Marc MutzQNativeWifiEnginePlugin: replace a volatile bool with...
2012-08-29 Marc MutzQDnsLookupRunnable: replace a volatile bool with an...
2012-08-29 Marc MutzQHostInfo: replace a volatile bool with an atomic int
2012-08-29 Frederik GladhornExclude the examples/widgets/doc dir for all but widgets.
2012-08-29 Sergio Ahumadatest: Mark tst_qtextboundaryfinder::generateDataFromFil...
2012-08-29 Frederik GladhornLet qdoc respect excludedirs for examples.
2012-08-29 João AbecasisDon't do path conversions on isEmpty()
2012-08-29 João AbecasisUse QString for user-visible strings
2012-08-29 Jon TrulsonRevert "Fix transformation in eglfs backingstore"
2012-08-29 Jing Baiwrap the implementation with NO_SETTINGS macro
2012-08-29 Mark Branddocumentation: grammar nitpick
2012-08-29 Christoph SchleifenbaumDrawing fix for overlay scrollbars on Mac.
2012-08-29 Thiago Macieiraqplatformclipboard.h does not need qplatformdefs.h...
2012-08-29 Lukas GeyerUse qualified name for QT_MOC_EXPORT_PLUGIN()
2012-08-29 Konstantin... Harfbuzz: fix build with NO_OPENTYPE macro defined
2012-08-29 Lukas GeyerPlugin metadata is now updated in setFileName(), not...
2012-08-29 Denis DzyubenkoRemoved extra detach calls from QJsonArray::takeAt
2012-08-28 James TurnerFix missing cleanup of native Cocoa menus.
2012-08-28 Frederik GladhornFix warning when compliling with -Wconversion.
2012-08-28 Frederik GladhornFix doc errors.
2012-08-28 Frederik GladhornMove address book example images to proper location.
2012-08-28 Frederik GladhornAdd missing examples from doc repo.
2012-08-28 Frederik Gladhorndoc: fix links
2012-08-28 Frederik GladhornFix qdoc link.
2012-08-28 Giuseppe D... QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS...
2012-08-28 Stephen KellyDon't attempt to test DBus on QNX.
2012-08-28 Stephen KellyForward the CMAKE_TOOLCHAIN_FILE to tests.
2012-08-28 Frederik GladhornFind example images for widget docs.
2012-08-28 Frederik Gladhorndoc: remove links to Qt Designer
2012-08-28 Frederik GladhornAdd graphicsview documentation overview.
2012-08-28 Frederik GladhornFix qdoc errors in PrinterInfo.
2012-08-28 Oswald Buddenhagenbeautify string operations
2012-08-28 Oswald Buddenhagenmicro-optimize: use POD-initializable lists of variable...
2012-08-28 Oswald Buddenhagenremove unused checkMultipleDefinition()
2012-08-28 Oswald Buddenhagenremove dead variable assignments
2012-08-28 Oswald Buddenhagende-duplicate code
2012-08-28 Peter Kümmelcmake: use .exe suffix only on Windows
2012-08-28 Stephen KellyFix CMake file INSTALLS with debug_and_release configur...
2012-08-28 Stephen KellyAdd automatic metatype registration for invokable methods.
2012-08-28 Stephen KellyAdd automatic metatype registration for Q_PROPERTY...
2012-08-28 Mitch CurtisHandle invalid dates properly for QDataStream versions...
2012-08-28 Friedemann... Fix some warnings in tests.
2012-08-27 Miikka HeikkinenRemove automatic drive letter lowercasing from Option... v5.0.0-beta1
2012-08-27 Stephen KellyDeprecate qWaitForWindowShown QWidget* overload since...
2012-08-27 Stephen KellyMake it possible to use static builds of Qt with CMake.
2012-08-27 Peter Kümmelcmake: define QT_NO_DEBUG in client release builds
2012-08-27 Stephen KellyAdd some error checking to the qt5_use_modules function.
2012-08-27 Stephen KellyFix plugin docs regarding location of json files.
2012-08-27 Frederik Gladhorndoc: key -> uicontrol
2012-08-27 Marc Mutzqcompilerdetection.h: set Q_DECL_OVERRIDE/Q_DECL_FINAL...
2012-08-27 Eskil Abrahamsen... Make letter spacing APIs in QTextFormat more consistent
2012-08-27 Sean HarmerQNX: Enable pre-compiled header support for QNX
2012-08-27 Sean HarmerEnable symbol visibility support on QNX
2012-08-27 Frederik GladhornRemove mentioning of Phonon.
2012-08-27 Frederik Gladhorndoc: clean up model view overview links
2012-08-27 Jani HonkonenFix limitting shortcuts to keypad only
2012-08-26 Peter KümmelUpdate Q_PLUGIN_METADATA docu.
2012-08-26 Marc MutzQMetaTypeId: optimize qt_metatype_id() in special cases
2012-08-26 Marc MutzQMetaTypeId: optimize qt_metatype_id()
2012-08-26 Marc MutzQSlotObjectBase: make 'impl' and 'ref' private
2012-08-26 Marc MutzQSlotObjectBase: make Operation enum protected
2012-08-26 Marc MutzQSlotObjectBase: remove misleading comment
2012-08-26 Marc Mutzmoc: test slots marked final/override in various ways
2012-08-26 Marc Mutzmoc: parse classes that use Q_DECL_FINAL|final|sealed
2012-08-26 Marc Mutzsyncqt: parse classes that use Q_DECL_FINAL|final|sealed
2012-08-26 Marc MutzQtGlobal: document Q_DECL_FINAL and Q_DECL_OVERRIDE
2012-08-26 Marc MutzQtGlobal: remove Q_DECL_FINAL_CLASS
2012-08-26 Marc MutzQVariant: make the HasIsNullMethod check work across...
2012-08-26 Marc Mutzqcompilerdetection.h: add MSVC 2012 features
2012-08-26 Marc Mutzqcompilerdetection.h: stream-line MSVC feature detection
2012-08-26 Thiago MacieiraSmall optimisation to recursive mutexes
2012-08-26 Michael BrasserblockSignals should block QML signal emission.
2012-08-26 David FaureQUrl: port thread-safety autotest from Qt4.
2012-08-26 Marc MutzQFileSystemModel: remove incorrect #ifndef
2012-08-25 Marc MutzHarfBuzz: fix unused parameter / variable warnings
2012-08-25 Markku HeikkilaFix infinite recursion while dragging toolbar of QMainW...
2012-08-25 Shawn Rutledgeexplain specifically how to make a transparent window
2012-08-25 Christoph SchleifenbaumOSX: Drag and Drop QMimeData.
2012-08-25 Eskil Abrahamsen... doc: Fix doc warnings for qtextlayout.cpp
2012-08-25 Eskil Abrahamsen... doc: Fix several text-related qdoc warnings
2012-08-25 Oswald Buddenhagenfilter standard paths from mysql_config & pg_config
2012-08-25 Thiago MacieiraSplit the futexFlags() function in two: a hot and a...
2012-08-25 Thiago MacieiraMark mutex locking and unlocking functions with noexcept
2012-08-25 Thiago MacieiraAdd a way for QtDBus to force a call to dbus_shutdown
2012-08-25 Thiago MacieiraPrint some debugging from QDBusConnection when disconne...
2012-08-25 J-P NurmiDo not build qpa/gui dependant plugins in no-gui mode
2012-08-25 J-P Nurmisrc.pro: remove redundant & incorrect platformsupport...
2012-08-25 Thiago MacieiraUse nanosleep instead of pthread_cond_timedwait for...
2012-08-24 Frederik GladhornImprove docs.
2012-08-24 Thiago MacieiraDon't define QT_NO_ICONV on Windows: that comes from...
2012-08-24 Thiago MacieiraAdd qiterator.h to tools.pri
2012-08-24 Marc MutzQDBusMetaType: #if -> #ifdef QT_BOOTSTRAPPED
2012-08-24 Marc Mutzqdbus_loadLibDBus: remove unneeded volatile qualification
2012-08-24 Frederik GladhornFix doc: qglcolormap is not the opengl module
2012-08-24 Kent Hansenfbbackingstore: Don't overload inherited virtual function
2012-08-23 Olivier GoffartTest for quadratic behaviour when rendering long line...
2012-08-23 Olivier GoffartFix performence problem while shaping a lines with...
2012-08-23 Olivier GoffartSpeed up QTextEngine::setBoundary
2012-08-23 Olivier GoffartSpeed up QTextEngine::resolveAdditionalFormats
2012-08-23 Eskil Abrahamsen... doc: Fix some qdoc warnings
next