profile/ivi/qtbase.git
2012-05-10 Konstantin... fix QString::isRightToLeft() for SMP code points
2012-05-10 Stephen KellyMake the qt5_use_modules public API.
2012-05-10 Friedemann... Keep object name of QWidgetWindow in sync with the...
2012-05-10 Morten Johan... Compile.
2012-05-10 Friedemann... Fix deprecation warnings in QtGui, QtPlatformSupport.
2012-05-10 Bjoern BreitmeyerFix for windows platform plugin to work with WINCE.
2012-05-10 Stephen KellyAdd underscore to internal implementation detail variables.
2012-05-10 Stephen KellyInclude the VERSION_STRING in CMake config files.
2012-05-10 Stephen KellyRemove the HAVE_DECLARATIVE define.
2012-05-10 Friedemann... Fix warnings in evdevkeyboard-plugin.
2012-05-10 Andreas HolzammerChange Wince functions definition
2012-05-10 Lars KnollCorrectly parse json documents with a leading BOM
2012-05-10 Casper van... QDoc: Generate images inline for \inlineimage
2012-05-10 Martin Smithqdoc: Removed some obsolete ifdefs
2012-05-10 Friedemann... Fix warnings about unused variable d.
2012-05-10 Bradley T.... Compile with -qtnamespace on Windows
2012-05-10 Albert Astals CidXShaping drag and drop fixes
2012-05-10 Martin Smithqdoc: Fixed a qdoc error problem
2012-05-10 Simon HausmannAvoid trying to load libthai again and again if it...
2012-05-10 Konstantin... move the default text breaking algorithm impl from...
2012-05-10 Konstantin... add some useful methods to QUnicodeTables::
2012-05-10 Marius Storm... Merge "Merge branch 'docs-refactoring' into master...
2012-05-10 hjkgettingStarted, part 3-5: sanitize parameter names...
2012-05-10 Marius Storm... Merge branch 'docs-refactoring' into master
2012-05-10 Marius Storm... Don't add C-style copyright headers to qmake project...
2012-05-10 Bradley T.... qpa: Remove QPlatformDialogHelper::deleteNativeDialog()
2012-05-10 Bradley T.... qpa: Clean up QPlatformDialogHelper API
2012-05-10 Thiago MacieiraFix a crash when parsing a URL with username and port...
2012-05-10 Jędrzej NowackiFix test case dependency in tst_exceptionsafety.
2012-05-10 Eskil Abrahamsen... Don't ignore default font's font capitalization in...
2012-05-10 Shane KearnsFix a QSslSocket test expectation on ubuntu 11.10
2012-05-09 Michael BrasserRemove QAbstractDeclarativeData::objectNameChanged.
2012-05-09 Casper van... Doc: Move some remaining files over for modularization.
2012-05-09 Martin Smithqdoc: Fixed three qdoc error problems
2012-05-09 Casper van... QDoc: Remove generateQmlDesc and use generateApiDesc...
2012-05-09 Stephen KellyRemove garbage.
2012-05-09 Aron RosenbergFix various NTLM/Digest multi-threading and usage issues
2012-05-09 Alexis MenardFix qDecodeDataUrl for already percentage encoded content.
2012-05-09 Martin Smithqdoc: Fixed a qdoc error problem
2012-05-09 Samuel RødalCompile fix for kms plugin.
2012-05-09 Laszlo AgocsEnable float coords in evdevtouch
2012-05-09 Casper van... QDoc: Use node name for page DITA title when name argum...
2012-05-09 hjkgettingStarted: sanitize parameter names and compile...
2012-05-09 Friedemann... Windows: Disable Non-modal native file dialogs.
2012-05-09 Bradley T.... QPA: Cleanup native dialog modal execution
2012-05-09 Bradley T.... Make sure QWidgetPrivate::hide_sys() really hides
2012-05-09 Bradley T.... Don't handle window events after Qt::WA_DontShowOnScree...
2012-05-09 Friedemann... No longer use deprecated methods for plugin loading.
2012-05-09 Friedemann... Improve widget geometry.
2012-05-09 Stephen KellyUse bool for the template argument.
2012-05-09 Eskil Abrahamsen... Avoid assert in QTextLayout for certain strings
2012-05-09 David FaureEnsure qstring.h compiles with QT_NO_CAST_FROM_BYTEARRAY
2012-05-09 David FaureFix QUrl::StripTrailingSlash for the case of no path...
2012-05-09 Casper van... Doc: Add "make docs" targets for libraries.
2012-05-09 Casper van... Doc: Modularize QtTest documentation.
2012-05-09 Casper van... Doc: Modularize QtPrintSupport documentation.
2012-05-09 Casper van... Doc: Modularize QtOpenGL documentation.
2012-05-09 Casper van... Doc: Modularize QtWidgets documentation.
2012-05-09 Casper van... Doc: Modularize QtGui documentation.
2012-05-09 Casper van... Doc: Modularize QtDBus documentation and add missing...
2012-05-09 Casper van... Doc: Modularize QtConcurrent documentation.
2012-05-09 Casper van... Doc: Fix typo in QtNetwork qdocconf.
2012-05-09 Casper van... Doc: Modularize QtNetwork documentation.
2012-05-09 Marius Storm... Properly implement a 'make docs' target for subdirs...
2012-05-09 Girish RamakrishnanFix qpa legacy headers installation
2012-05-09 Marc MutzQtDBus: add member-swap to shared classes
2012-05-09 Konstantin... QTextEngine: simplify the code a bit
2012-05-09 Martin Smithqdoc: Fixed qdoc error messages
2012-05-09 Lars KnollRemove qplatformdrag.h dependency in qguiapplication_p.h
2012-05-09 Lars KnollDivehi is written right to left
2012-05-09 Friedemann... QPA: Add a themeHint for the animations.
2012-05-09 Shane KearnsConnect bearer engines to manager with QueuedConnection
2012-05-09 Shane KearnsAvoid emitting finished() before user can connect the...
2012-05-09 Jędrzej NowackiBump moc revision after introducing QMetaType::SChar.
2012-05-08 Bradley T.... Don't leak native dialog resources
2012-05-08 Samuel RødalAdded QScreen::refreshRate() to get the vertical refres...
2012-05-08 Girish RamakrishnanFix qpa files installation
2012-05-08 Frederik GladhornFix typo
2012-05-08 stocktonAdd 'FullScreen' into QKeySequence::StandardKey
2012-05-08 Jędrzej NowackiIntroduce a new built-in type: signed char.
2012-05-08 Konstantin... QTextEngine: drop unused leftovers
2012-05-08 Konstantin... fix glyph's CMAP index might be corrupted
2012-05-08 Ali AkhtarzadaAdd assignment operator for QJsonValueRef
2012-05-08 Casper van... QDoc: Remove the unused \expire command.
2012-05-08 Stephen KellyDon't attempt to ask cmake to find the glib dependencies.
2012-05-08 Richard MooreThe \enum should use the enum name not the flags.
2012-05-08 Rohan McGovernRevert "QtPrintSupport: Remove remaining LPR specific...
2012-05-07 John LaytQtPrintSupport: Remove remaining LPR specific code
2012-05-07 Girish RamakrishnanExpose QPA API under qpa/*
2012-05-07 Robin BurchellRemove definitions of INV_EPS and M_SQRT2.
2012-05-07 David FaureQMimeType performance fix: don't reload from XML files...
2012-05-07 kbFix typo in name of included header
2012-05-07 Stephen KellyRename setResizeMode to setSectionResizeMode.
2012-05-07 Friedemann... Windows: Fix helper routine for formatting errors.
2012-05-07 Friedemann... QFactoryLoader: Add API for supporting the metadata...
2012-05-07 Friedemann... Fix MSVC warnings about inconsistent DLL linkage.
2012-05-07 Samuel RødalFixed QOpenGLBuffer::map and unmap implementations.
2012-05-07 Samuel RødalAdded clarification to platform screen documentation.
2012-05-07 Debao ZhangQArrayData: Suppress MSVC warnning.
2012-05-07 Thiago MacieiraAdd some extra tests to tst_QString to ensure the encod...
next