Add missing namespace macros
[profile/ivi/qtbase.git] / src /
2012-07-31 Lars KnollSmall doc fixes about the list of supported codecs.
2012-07-31 Lars KnollDo not preload any codecs anymore when using ICU
2012-07-31 Lars KnollAdd a factory method to QIsciiCodec and fix the names
2012-07-31 Lars KnollUse ICU instead of iconv/windows codecs for the locale
2012-07-31 Lars KnollMake codecForLocale atomic
2012-07-31 Lars KnollICU code page conversion support
2012-07-31 Lars KnollRename some codecs to be in line with ICU
2012-07-31 Lars KnollDisable iconv on utf-8 based platforms
2012-07-31 Lars KnollLazily initialize iconv in the iconv codec
2012-07-31 Lars KnollUse utf-8 as the locale codec where it makes sense
2012-07-31 Lars KnollRemove encoding detection according to LANG
2012-07-31 Lars KnollMove the text codec list to qcoreglobaldata.
2012-07-30 Martin PeterssonQtNetwork: Better detection of connection failures...
2012-07-30 Marc MutzQUrl: document that setIdnWhitelist isn't thread-safe
2012-07-30 Martin Smithqdoc: Added safety checks to findUnambiguousTarget()
2012-07-30 Jeremy Katzfix QEventLoop qdoc errors
2012-07-29 Kevin KrammerQNX: Reduce dependency on QtWidgets
2012-07-28 Laszlo AgocsSend the native scancode in evdevkeyboard
2012-07-28 Mitch CurtisDocument QEvent::EnterEditFocus and QEvent::LeaveEditFo...
2012-07-28 Jeremy Katzremoved duplicated docs in android qsharedmemory and...
2012-07-28 Stephen KellySpecialize QTypeInfo for QUrlTwoFlags to mark it PRIMITIVE.
2012-07-28 Stephen KellyMark the QFlag and QIncompatibleFlag as primitive.
2012-07-27 David FaureQDebug: Add getter/setter for auto-insert-spaces.
2012-07-27 David FaureQDebug: adjust documentation of space(), nospace()...
2012-07-27 Mitch CurtisCorrect method name referred to in QFont's detailed...
2012-07-27 Martin Smithqdoc: Updated qdoc manual and qdoc guide
2012-07-27 Volker KrauseFix crash in QVariant::canConvert().
2012-07-27 Jeremy Katzfix QVariant qdoc error - mark const QVariant::data_ptr...
2012-07-27 Jeremy KatzFix QUrlQuery qdoc errors
2012-07-27 Jędrzej NowackiIntroduce QTypeInfoMerger.
2012-07-27 Stephen KellyImplement implicit constructors for built-in classes.
2012-07-27 Mitch CurtisDescribe an example usage of stretch in QSizePolicy...
2012-07-27 Morten Johan SorvigAdd QCocoaAutoReleasePool to QCocoaMenu::setText
2012-07-27 Jeremy Katzfix QMimeDatabase qdoc errors
2012-07-26 Marc MutzQtNetwork: unbreak QT_NO_SSL build
2012-07-26 Jeremy KatzFix several QUrl qdoc errors
2012-07-26 Andrew den ExterFix position of mouse events generated from touch events.
2012-07-26 Friedemann KleintFix MSVC 64bit warnings about truncation from size_t...
2012-07-26 Marc MutzQMetaTypeId2::IsBuiltIn: (new) template meta-function...
2012-07-26 Marc MutzQFileInfo: remove synchronisation macro
2012-07-26 Lars KnollFixup the plugin documentation
2012-07-26 Martin Smithqdoc: Changed \qmlclass to \qmltype, added \instantiates
2012-07-26 Casper van DonderenRevert "QDoc: Allow '0' to be used as 2nd arg for ...
2012-07-26 Frederik SchwarzerFix some typos.
2012-07-25 Marc MutzQtNetwork: use nullary version of qRegisterMetaType...
2012-07-25 Ali AkhtarzadaAdded note to QTransform::isRotating
2012-07-25 Stephen KellyMake the operator| for QUrl with QIncompatibleFlag...
2012-07-25 Stephen KellyDe-inline QItemEditorCreatorBase destructor.
2012-07-25 Gatis PaeglisRemove Qt5 to-do remark
2012-07-25 Marc MutzQObject: add a macro for conveniently setting the objec...
2012-07-25 Laszlo AgocsDisable tty keyboard in kms
2012-07-25 Laszlo AgocsFix keyboard input in kms
2012-07-25 Laszlo AgocsUpdate only dirty areas in kms backingstore
2012-07-25 Stephen KellyCreate IMPORTED CMake targets for executables.
2012-07-25 Casper van DonderenQDoc: Introduce a setting to include index nodes in...
2012-07-25 Mitch CurtisAdd ISO 8601 specification link to corelib's external...
2012-07-25 Marc MutzQtWidgets: use nullary version of qRegisterMetaType...
2012-07-25 David FaureAdd QSignalSpy::wait() method.
2012-07-25 Friedemann KleintDeprecate the qWaitForWindowShown(QWindow *) method.
2012-07-24 Martin Smithqdoc: Fixed incorrect href attribute values in qdoc
2012-07-24 Ali AkhtarzadaFix typo in QMdiArea docs
2012-07-24 Mitch CurtisDocument emission of commitDataRequest() signal in...
2012-07-24 Mitch CurtisCorrect reference to nonexistent Qt::QA_Window flag...
2012-07-24 Uli SchlachterQXcbWindow::setMask(): Check for SHAPE extension
2012-07-24 Uli SchlachterReimplement QXcbWindow::setMask() with xcb
2012-07-24 Mitch CurtisFix error in sample code on the Layout Management page.
2012-07-24 Mitch CurtisRemove references to nonexistent QLocale::setDefaultLoc...
2012-07-24 Marc MutzQtOpenGL: use nullary version of qRegisterMetaType...
2012-07-24 Stephen KellyMake sure that unknown types use the handler for unknow...
2012-07-24 Stephen KellyMake qRegisterMetaType constexpr for built-in types.
2012-07-24 Kevin OttensQNX: Remove mouse events synthetized from touch events
2012-07-24 Marc MutzQtDBus: use qMetaTypeId<T>() instead of qRegisterMetaTy...
2012-07-24 David FaureQAbstractNativeEventFilter: document return value
2012-07-24 Stephen KellyRemove obsolete or commented use of Q_DECLARE_METATYPE.
2012-07-24 Stephen KellyRemove obsolete TODO.
2012-07-24 Kevin OttensPropagate synthesized mouse events in parallel (lock...
2012-07-24 Marc MutzQAbstractItemView: don't qRegisterMetaType<QModelIndex>
2012-07-24 Thomas McGuireProvide access to (dis)connectNotify() from other objects.
2012-07-23 Marc MutzQtConcurrentFilter: remove unused typedef (GCC 4.8...
2012-07-23 David FaureRemove winEventFilter, replaced with installNativeEvent...
2012-07-23 Mitch CurtisCorrect QDomDocument documentation re deletion of inter...
2012-07-23 Mitch CurtisFix q_check_ptr typo in QtGlobal documentation.
2012-07-23 Mitch CurtisReplace Q_REGISTER_METATYPE in QAbstractSocket::stateCh...
2012-07-23 Mitch CurtisCorrect QLineEdit::inputMask documentation.
2012-07-23 Giuseppe D'AngeloMore qHash(T, uint) support
2012-07-23 Lars KnollMove the windows locale codec into it's own file
2012-07-23 Laszlo AgocsAdd basic backingstore implementation to kms
2012-07-23 Mitch CurtisClarify ambiguous sentence in QVariant::toBool() docume...
2012-07-23 Jan-Arve SaetherIf the GL driver is singlebuffered, reflect that in...
2012-07-23 Jan-Arve SaetherIf swapBehavior is TripleBuffer, set WGL_DOUBLE_BUFFER_...
2012-07-23 Friedemann KleintWindowSystemInterface::sendWindowSystemEvents(): Remove...
2012-07-23 Sean HarmerImprove the loading performance of QLibrary
2012-07-23 Sean HarmerXCB: Record the OpenGL profile in the format
2012-07-23 Sean HarmerQNX: Use new native event filtering api
2012-07-23 Marc MutzQPaintBuffer: use the nullary version of qRegisterMetaT...
2012-07-23 Marc MutzQStyleFactory: remove unused typedef (GCC 4.8 warning)
2012-07-23 Stephen KellyCreate CMake files conditionally on the internal_module...
2012-07-23 James TurnerQTBUG-26296, dock widget moving
2012-07-21 Kai KoehneLogging: Simplify message handler logic for windows
2012-07-21 Sean HarmerImprove performance of QLibrary::load()
next