Avoid duplicating flags/types in qmetaobjectbuilder
[profile/ivi/qtbase.git] / src /
2012-02-02 Kent HansenAvoid duplicating flags/types in qmetaobjectbuilder
2012-02-02 Kurt Korbatitsqopenglcontext not checking for null and failing with...
2012-02-02 Holger Hans Peter... pixmap: Add QPlatformPixmap::fromData null check for...
2012-02-02 Lars KnollFix some warnings from clang
2012-02-02 Thorbjørn Lund MartsumIntroduce QItemDelegate::destroyEditor virtual invoked...
2012-02-01 Jani Uusi-RantalaTrivial fix in qjsonobject.h for -Werror=shadow
2012-02-01 Friedemann KleintMove QPlatformDialogs from QtWidgets to QtGui.
2012-02-01 Friedemann Kleintqabstractitemmodel.cpp: Fix warnings.
2012-02-01 Olivier GoffartUse QBasicMutex instead of Q_GLOBAL_STATIC QMutex
2012-02-01 David FaureFix parsingMode not used anymore, detected by compiler...
2012-02-01 Gunnar SlettaAdded WindowOverridesSystemGesturesHint to our window...
2012-02-01 Shane KearnsPrevent data loss when an ssl socket is closed by remote
2012-02-01 Xizhi ZhuRemove Symbian specific code in 3rdparty.
2012-02-01 Jeremy LainéFix QDnslookup build on FreeBSD
2012-02-01 Thorbjørn Lund MartsumQHeaderView - Do not try to remove non-existing section
2012-02-01 Torben DannhauerSQL driver implementation to signal notification sources
2012-02-01 Torben DannhauerInterface definition to provide notifications with...
2012-02-01 Stephen KellyRemove the API duplication from QApplication.
2012-02-01 Friedemann KleintWindows: Fix inclusion of <windows.h>
2012-02-01 Bradley T. HughesRevert "Put the generated <module>version.h into build...
2012-02-01 Friedemann KleintAccessibility: Use new updateAccessibility() API in...
2012-02-01 Gunnar SlettaIntroduced BufferQueueingOpenGL capability in platofrm...
2012-02-01 Kai KoehneQtDebug: Include file, line, function information
2012-02-01 Morten Johan SorvigCompile with clang
2012-02-01 Jonas M. GastalEmit QSslSocket::error in case of openssl gives an...
2012-02-01 Thorbjørn Lund MartsumQHeaderView - preventing negative section sizes.
2012-01-31 Stephen KellyAdd the event loop quitlock feature to QtCore.
2012-01-31 Tor Arne VestbøDon't compile UIC with -O2 inside Scratchbox
2012-01-31 jian liangadd virtual destructor to QWindowSystemInterfacePrivate...
2012-01-31 Thorbjørn Lund MartsumQHeaderView - fix to resizeSection patch (Ia812a747)
2012-01-31 Thorbjørn Lund MartsumQHeaderView::setOffsetToSectionPosition documentation...
2012-01-31 Jonas M. GastalQDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.
2012-01-31 Simon HausmannMaliit: Fix enter on VKB not resulting in text input...
2012-01-31 Jan Arne PetersenRename meego to maliit platforminputcontext
2012-01-31 Simon HausmannAdd support for cleanup functions for data-constructed...
2012-01-31 João AbecasisAllow function types to be registered without workarounds
2012-01-31 Lars KnollRemove many deprecated methods
2012-01-31 Joerg BornemannMinGW build fixes for QWindowsPipeReader and friends
2012-01-31 Kai KoehneWindows: Fix compilation with -qtnamespace
2012-01-31 Kai KoehneMac: Fix compilation with -qtnamespace set
2012-01-31 Rafael Roquettomkdtemp() support for QNX platform
2012-01-31 aavitMoving tiff image format support and libtiff out of...
2012-01-31 Frederik GladhornUse events for accessibility updates.
2012-01-31 Chris AdamsAdd public role names setter to QStandardItemModel
2012-01-31 Jonas M. GastalRemoving bad ###Qt5 note.
2012-01-31 Xizhi ZhuRemove Symbian specific code from QtGui.
2012-01-31 Anselmo L. S. MeloFix QGuiApplication::topLevelWindows(), introducing...
2012-01-31 Xizhi ZhuRemove Symbian and Maemo 5 code from QtWidgets.
2012-01-31 John LaytQValidator: Don't fallback to C Locale when validating...
2012-01-31 jian liangfix memory leak in QGuiApplicationPrivate
2012-01-31 Lars KnollRemove QIconEngineV2 and fold it into QIconEngine
2012-01-31 Uli Schlachterxcb: Check for SHM extension before using it
2012-01-31 Uli Schlachterxcb: Check for SYNC extension before using it
2012-01-31 Lars KnollRemove non existant features from qfeature.h
2012-01-31 Kurt KorbatitsChanged debug output to option in qminimalbackingstore.
2012-01-31 Robin BurchellRevert "Revert "Blow up earlier when adding test rows...
2012-01-31 Holger Hans Peter... directfb: Use QPlatformPixmap::fromFile for Qt resources
2012-01-31 Jason McDonaldUpdate contact address in license headers.
2012-01-31 John LaytQDateTime: Add validity checks
2012-01-31 John LaytQDateTime: Deprecate setYMD()
2012-01-30 Lars KnollFix bugs when using a non 0 terminated QLatin1String
2012-01-30 Shane KearnsFix debug format string in windows socket engine
2012-01-30 Shane KearnsFix crashing debug message
2012-01-30 Lars KnollAdd a null pointer check to QJsonObject::toVariantMap
2012-01-30 Xizhi ZhuRemove Symbian specific code from QtCore.
2012-01-30 Xizhi ZhuRemove Symbian specific code in platformsupport.
2012-01-30 Xizhi ZhuRemove reference to Symbian in printsupport.
2012-01-30 Xizhi ZhuRemove Symbian code from tools.
2012-01-30 Kent HansenRemove type id/name conversion for QVariant::UserType
2012-01-30 Jason McDonaldRemove pass/fail/skip count getters from QTestResult.
2012-01-30 Jason McDonaldAvoid non-standard indentation of license headers.
2012-01-30 Friedemann KleintAdd native event filters to Windows, forward to Widgets.
2012-01-30 Richard MooreMake the pause modes a QFlags.
2012-01-30 Jeremy LainéAdd support for DNS lookups using native APIs
2012-01-30 Stephen KellyChange the type key for delegate editors to int.
2012-01-30 Stephen KellyAdd the QAbstractItemModel::canDropMimeData method.
2012-01-30 Gunnar SlettaDon't crash when source or target is null
2012-01-30 David FaureFix compilation of Qt apps with -Wshadow -Werror
2012-01-30 Jonas GastalRemoving Qt5 note that would break SC.
2012-01-30 Pierre RossiPrettify the plastique style's slider thumb.
2012-01-30 Thorbjørn Lund MartsumQHeaderView - length returns wrong value fix
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-30 Jason McDonaldEliminate QTestResult::ignoreMessage().
2012-01-29 Jędrzej NowackiGet rid of QColorGroup from QVariant.
2012-01-29 Shane KearnsFix BC break with QAbstractFileEngine "mount points"
2012-01-29 Jędrzej NowackiFix compilation warnings on MSVC.
2012-01-29 Jędrzej NowackiIntroduce QTypeInfo::sizeOf.
2012-01-29 Jędrzej NowackiFix null pointer call in QMetaType::destruct().
2012-01-29 Jan Arne PetersenUse per session socket to connect to maliit server
2012-01-29 Kent HansenGet rid of checks for Qt3 types
2012-01-29 Olivier GoffartCall connectNotify when connecting with function pointer
2012-01-28 Thiago MacieiraAdd a set of atomics based on C++11's std::atomic
2012-01-28 Thiago MacieiraAdd a set of atomics based on GCC intrinsics
2012-01-28 Liang QiPut the generated <module>version.h into build tree
2012-01-28 Jonas M. GastalMaking socketOption/setSocketOption virtual on QSslSocket.
2012-01-28 Jędrzej NowackiCode cleanup, remove QVariant::nameToType usage.
2012-01-28 Erik VerbruggenDo not suppress tr() methods when QT_NO_META_MACROS...
2012-01-28 David FaureQUrl: deprecate setEncodedUrl() and fromEncoded(),...
2012-01-28 David FaureQUrl: use partially-decoded data in toString and QUrl...
2012-01-28 Jani Uusi-RantalaFix compilation problem in qjsonvalue.h
next