profile/ivi/qtbase.git
2012-09-02 Jiang JiangcheckForCodecs is not used when QT_LOCALE_IS_UTF8 is...
2012-09-01 Rohan McGovernAdd a task number to ctest_testcase insignification
2012-09-01 Holger Hans... mips: Autodetect MIPS DSP rev1 and rev2 instructionset
2012-09-01 Frederik GladhornFind qdoc indexes in relative paths.
2012-09-01 Frederik GladhornUse QString() instead of "".
2012-09-01 Frederik GladhornDon't reference widgets/widgets in example doc.
2012-09-01 Casper van... Doc: Fix docbuild when not using -developer-build.
2012-09-01 Frederik GladhornFix address book example.
2012-09-01 Frederik GladhornFix graphicsview docs.
2012-09-01 Samuel RødalMoved gui example documentation to the proper location.
2012-08-31 Kim Motoyoshi... Doc: Fix some documentation issues.
2012-08-31 Kim Motoyoshi... Doc: Add documentation for deprecated function.
2012-08-31 Kim Motoyoshi... Doc: Fix wording in \brief section.
2012-08-31 Kim Motoyoshi... Doc: Remove documentation for removed function.
2012-08-31 Kim Motoyoshi... Moved snippets from widgets to gui so that they are...
2012-08-31 Jing Baiadd macro wrap for QXmlStream related code
2012-08-31 Casper van... QDoc: Write SHA1 of .qhp to file.
2012-08-31 J-P Nurmiauto tests: updated for new QStyle pure virtuals
2012-08-31 J-P NurmiQXxxStyle: override standardIcon() & layoutSpacing()
2012-08-31 J-P NurmiQStyle: make standardIcon() & layoutSpacing() virtual
2012-08-31 Sergio Ahumadatest: Mark tst_QFile::writeLargeDataBlock() unstable...
2012-08-31 Stephen KellyDon't set empty CMAKE_TOOLCHAIN_FILE or CMAKE_BUILD_TYPE
2012-08-31 aavitDoc: More fixes of qdoc-reported doc errors
2012-08-31 aavitDoc: Fixes for several doc errors
2012-08-31 Jeremy LainéMake QGraphicsView respect scrollbar policies
2012-08-31 Thiago MacieiraUse pkg-config to search for all XCB dependencies
2012-08-31 Lukas GeyerForce QT_NO_ICONV on win32:!win32-msvc*
2012-08-31 Jason BarronUse the right getter for the QScreen::primaryOrientatio...
2012-08-31 Friedemann... Fix updating of drag icons.
2012-08-31 Thiago MacieiraFix the name of the arguments of qAtan2 to match std...
2012-08-31 Stephen KellyMove the creation of the MODULE_DEFINES variable above...
2012-08-31 Stephen KellyReport a FATAL_ERROR if trying to use Qt 5 with CMake...
2012-08-30 Sergio AhumadaAdd missing QT_{BEGIN,END}_NAMESPACE
2012-08-30 Sergio AhumadaHeader contains `signals' - use `Q_SIGNALS' instead!
2012-08-30 Mitch CurtisDocument the purpose of QDateTimeParser::cachedDay.
2012-08-30 Casper van... Doc: Simplify qtbase qdocconfs.
2012-08-30 aavitDoc: Fix various errors
2012-08-30 aavitFix QScreen::grabWindow() on Windows
2012-08-30 Jonathan LiuFix MinGW-w64 TDM64-GCC 4.6.1 compilation
2012-08-30 Friedemann... MSVC/OpenGL: Fix warnings about macro redefinition..
2012-08-30 aavitDoc: Fix misc. documentation errors
2012-08-30 João AbecasisImprove performance of QArrayData::Grow autotest
2012-08-30 Jason BarronMake plugintest util work on Windows.
2012-08-30 James TurnerAvoid a warning from the QNX QPA plugin.
2012-08-30 Mark BrandQSqlQueryModel: suppress insert and remove signals...
2012-08-30 Mark BrandQSqlQueryModel: fix nested beginResetModel/endResetModel
2012-08-30 Mark Branddocs: remove \reimp from non-virtual methods
2012-08-30 Friedemann... Fix static plugins for classes in namespaces.
2012-08-30 Titta HeikkalaEnsure that printer orientation is preserved
2012-08-30 Kai KoehneLogging: Remove mutex for OutputDebugString
2012-08-30 Kevin FunkMake tests/auto/corelib compile on Windows CE
2012-08-30 Rohan McGovernTemporarily mark ctest testcases as insignificant on...
2012-08-30 Marc Mutzdist/changes-5.0.0: note that QtConcurrent is a separat...
2012-08-30 Fabian BumbergerFixes possible memory leak in QContiguousCache
2012-08-30 Marc MutzQVarLengthArray: C++11-ify insert/erase signatures
2012-08-30 Marc MutzQString::append: add (const QChar*, int len) overload
2012-08-29 Richard MooreDocument how to remove a QGraphicsEffect.
2012-08-29 Thierry BastianFixed the QTreeView expansion/collpasing when animated
2012-08-29 Samuel RødalMade QImage::fill(uint pixel) for RGB888 accept QRgb...
2012-08-29 Samuel RødalAdded OpenGL example and documentation.
2012-08-29 Andy ShawEnsure child items are updated even if the parent item...
2012-08-29 Jason BarronDocument obsolete functions in QImage to silence qdoc...
2012-08-29 Jason BarronFix mistake in docs. Return type should be QSurfaceFormat
2012-08-29 Brendan LongAdd support for explicit TLS 1.1 and 1.2
2012-08-29 Thomas McGuireBlackberry: Fix QFileSystemEngine::tempPath()
2012-08-29 Marc MutzSSL: remove unneeded volatile qualifications
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()
next