QMenuBar: fix qdoc warnings
[profile/ivi/qtbase.git] / src / corelib /
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 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 Jeremy Katzfix QMimeDatabase qdoc errors
2012-07-26 Jeremy KatzFix several QUrl qdoc errors
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-25 Stephen KellyMake the operator| for QUrl with QIncompatibleFlag...
2012-07-25 Marc MutzQObject: add a macro for conveniently setting the objec...
2012-07-25 Stephen KellyCreate IMPORTED CMake targets for executables.
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-24 Mitch CurtisRemove references to nonexistent QLocale::setDefaultLoc...
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 David FaureQAbstractNativeEventFilter: document return value
2012-07-24 Thomas McGuireProvide access to (dis)connectNotify() from other objects.
2012-07-23 David FaureRemove winEventFilter, replaced with installNativeEvent...
2012-07-23 Mitch CurtisFix q_check_ptr typo in QtGlobal 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 Mitch CurtisClarify ambiguous sentence in QVariant::toBool() docume...
2012-07-23 Sean HarmerImprove the loading performance of QLibrary
2012-07-23 Sean HarmerQNX: Use new native event filtering api
2012-07-21 Kai KoehneLogging: Simplify message handler logic for windows
2012-07-21 Sean HarmerImprove performance of QLibrary::load()
2012-07-20 Marc MutzQFlags: complete constexpr'ifcation
2012-07-20 David FaureProvide public API for native event filtering, moved...
2012-07-20 Sergio AhumadaDoc: Fix QUrl::isLocalFile documentation
2012-07-20 Lars KnollFixed most qdoc errors for the json classes.
2012-07-19 Stephen KellyRemove Q_UNUSED for the metaObject.
2012-07-19 Jeremy Katzfix "No such ..." doc error for QString::toHtmlEscaped
2012-07-19 Jeremy Katzfix "No such ..." in qmargins
2012-07-19 Jeremy Katzfix "No such ..." doc error for Qt::WindowType WindowOv...
2012-07-19 Jeremy Katzfix "No such ..." error in qnamespace.qdoc
2012-07-19 Jeremy Katzfix "No such ..." doc error for QMetaType::typeName()
2012-07-19 Jeremy Katzfix "No such ..." in doc for QMetaEnum::keysToValue()
2012-07-19 Jeremy Katzfix "No such ..." doc error in QBasicTimer::start()
2012-07-19 Jeremy Katzfix "No such ..." for QMimaeDatabase::mimeTypeForFile()
2012-07-19 Jeremy Katzfix "No such ..." for QObject::connect(...,functor...
2012-07-19 Jeremy Katzfix "No such ..." documentation errors in QAbstractItem...
2012-07-18 Marc Mutzqmetaobject_p.h: don't (incorrectly) fwd-declare QVarLe...
2012-07-18 Stephen KellyMake the QIncompatibleFlag constexpr.
2012-07-17 Friedemann KleintWindows: Do not return short path names for QDir::tempP...
2012-07-17 Jeremy KatzTypo in QWaitCondition::wait() doc: lcokedReadWriteLock
2012-07-17 Jeremy KatzCorrect documentation for Void metatype value, define...
2012-07-17 Jeremy KatzAdd new metatypes to QMetaType::Type enum for docs
2012-07-17 Jeremy KatzRemove Qt3Support enums for q{dir,filedevice,settings...
2012-07-17 Jeremy KatzRemove documentation of previously deleted Accessibilit...
2012-07-17 Jeremy KatzRemove documentation of Qt3Support enums in qcoreevent.cpp
2012-07-17 Sergio MartinsNormalize signal/slots.
2012-07-16 Marc MutzQStateMachine: mark a ctor as explicit
2012-07-16 Jeremy Katzundocument enums as part of Qt3Support removal
2012-07-16 Jeremy KatzAdd gui/ to qtcore.qdocconf to pick up enums in Qt...
2012-07-16 Jeremy KatzUndocument Qt::AnchorAttribute
2012-07-16 David FaureFix applicationName() being empty in QApplication.
2012-07-16 Kent Hansenstatemachine: Move RestorePolicy enum to QState class
2012-07-16 Kent HansenAdd QStateMachine constructor that takes a ChildMode
2012-07-13 Stephen KellyOnly create the Qt5::WinMain target if it doesn't exist...
2012-07-13 Kent Hansenstatemachine: Micro-optimization for signal transition...
2012-07-13 Kent Hansenstatemachine: Use new Qt5 api for obtaining method...
2012-07-13 Kent Hansenstatemachine: Make signal transition registration threa...
2012-07-13 Kent Hansenstatemachine: Fix signal transition handling in multi...
2012-07-13 Kent Hansenstatemachine: Small refactoring of transition registration
2012-07-13 Kent Hansenstatemachine: Fix dynamic transition registration edge...
2012-07-13 Kent Hansenstatemachine: Avoid warning when setting up signal...
2012-07-13 Kent Hansenstatemachine: Set correct signal index when signal...
2012-07-13 Marc Mutzdoc/snippets: normalize signals/slots
2012-07-12 Stephen KellyMake it possible to connect to QAbstract{State,Transtio...
2012-07-12 Stephen KellyMake it possible to use new syntax to connect to model...
2012-07-12 Stephen KellyCreate a way to inform moc about private signals.
2012-07-12 Kent Hansenstatemachine: Fix state entry bug for parallel state...
2012-07-12 Kent Hansenstatemachine: Move invariant code out of loop body
2012-07-12 Jan-Arve SaetherEnable modularization of translation files.
2012-07-12 Tasuku Suzukiremove QT_NO_SIGNALMAPPER from features
2012-07-12 Robin Burchellandroid: fix build mistake from earlier mkspec naming
2012-07-12 Thiago MacieiraFix static plugin loading.
2012-07-11 Mitch CurtisWrite qHash functions for QDate, QTime and QDateTime.
2012-07-11 Mitch CurtisAdd unary operator+ to QPoint and QPointF.
2012-07-11 Thiago MacieiraPut the ICU libraries in LIBS_PRIVATE
2012-07-11 Sergio AhumadaFix some spelling errors
2012-07-11 Stephen KellyFix unit tests when CMAKE_PREFIX_PATH env var is not...
2012-07-11 Marc MutzQNX: fix linking by implementing QStandardPaths::enable...
2012-07-11 Kent Hansenstatemachine: Support parallel root state
2012-07-11 Kent Hansenstatemachine: Emit finished() signal when the initial...
2012-07-11 Kent Hansenstatemachine: Small refactoring of initial transition...
2012-07-11 Kent Hansenstatemachine: Get rid of hidden start state
2012-07-11 Kent Hansenstatemachine: Revamp property assignments implementation
2012-07-11 Kent Hansenstatemachine: Refactor {enter,exit}States() functions
2012-07-10 Laszlo PappMake the documentation consistent with the header and...
2012-07-10 Kent Hansenstatemachine: Don't assign properties for transitions...
next