Remove constructors taking implicit string sizes
[profile/ivi/qtbase.git] / src / corelib / io /
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-04 Friedemann KleintMinGW: Fix warnings.
2012-02-02 Stephen KellyBuild with QT_NO_CAST_FROM_BYTEARRAY
2012-02-02 Kent HansenFix QTextStream and QDebug operator<< for QLatin1String
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 Friedemann KleintWindows: Fix inclusion of <windows.h>
2012-02-01 Kai KoehneQtDebug: Include file, line, function information
2012-01-31 Jonas M. GastalQDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.
2012-01-31 João AbecasisAllow function types to be registered without workarounds
2012-01-31 Joerg BornemannMinGW build fixes for QWindowsPipeReader and friends
2012-01-31 Rafael Roquettomkdtemp() support for QNX platform
2012-01-31 Jason McDonaldUpdate contact address in license headers.
2012-01-30 Xizhi ZhuRemove Symbian specific code from QtCore.
2012-01-30 Jonas GastalRemoving Qt5 note that would break SC.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-29 Shane KearnsFix BC break with QAbstractFileEngine "mount points"
2012-01-28 David FaureQUrl: deprecate setEncodedUrl() and fromEncoded(),...
2012-01-28 David FaureQUrl: use partially-decoded data in toString and QUrl...
2012-01-26 Joerg BornemannQProcess/Win: use asynchronous I/O for reading stdout...
2012-01-26 Joerg BornemannQProcess/Win: use named pipes for redirecting standard I/O
2012-01-26 David FaureQStandardPaths: remove unused includes (leftovers from...
2012-01-26 David FaureQUrl: Implement a number of ## Qt5 TODOs (merging overl...
2012-01-25 Jędrzej NowackiCleanup mess in public type ids.
2012-01-25 Janne AnttilaFixed fileiterator issue for WEC7.
2012-01-25 Gunnar SlettaRemove use of QT_MODULE from library
2012-01-24 Stephen KellyStore the is-a QObject fact with the metatype declaration.
2012-01-24 David FaureMake QUrl always lowercase the scheme().
2012-01-24 Joerg Bornemannuse QWinOverlappedIoNotifier in QWindowsPipeReader
2012-01-24 Joerg BornemannQWinOverlappedIoNotifier introduced
2012-01-24 David FaureAdd missing documentation to QTemporaryDir constructors
2012-01-23 Robin BurchellRemove uses of qMalloc/qFree from out of line code.
2012-01-23 Joerg Bornemannqfilesystemengine_win.cpp: compile with namespaced Qt
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-21 Robin BurchellFix incorrect check for error when monitoring a path...
2012-01-20 David FaureRemove QBool and use bool instead.
2012-01-19 Robin BurchellRemove Q_CC_MWERKS.
2012-01-19 Lars KnollRemove QDir::convertSeparators()
2012-01-19 Joerg BornemannRevert "fix NTFS mount points"
2012-01-17 Joerg Bornemannfix NTFS mount points
2012-01-16 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-13 Janne AnttilaFixed QFile::link behaviour for WinCE devices.
2012-01-13 Miikka HeikkinenWindows: Fix qt_ntfs_permission_lookup
2012-01-13 Janne AnttilaBuild fix for WINCE to qfsfileengine_win.cpp
2012-01-12 Jonas M. GastalMake QFtp private.
2012-01-12 Bradley T. HughesMake QFileSystemWatcherEngines children of QFileSystemW...
2012-01-12 Bradley T. HughesDo not call moveToThread(this) in QWindowsFileSystemWat...
2012-01-12 Friedemann KleintQFileSystemWatcher/Windows: Output paths if FindNext...
2012-01-11 Bradley T. HughesRemove unnecessary QMutexes in QFileSystemWatcher imple...
2012-01-11 Bradley T. HughesAvoid races when destroying QFileSystemWatcher
2012-01-11 Janne AnttilaDocs: Forward-ported typo and link fixes from Qt 4.8
2012-01-11 David FaureRemove unused QT_NO_TEXTSTREAM.
2012-01-10 Robin BurchellRemove thread from QFileSystemWatcherEngine implementat...
2012-01-08 Stephen KellyRemove the Q_TYPENAME define.
2012-01-08 Joerg BornemannQProcess/Win: direct forwarding of stdout and stderr
2012-01-06 Joerg Bornemannsplit qprocess_win.cpp into Windows and WinCE parts
2012-01-06 Robin BurchellRemove all non-inline of qMalloc/qFree/qRealloc.
2012-01-06 Robin BurchellRemove duplicate fnctl() call.
2012-01-05 David FaureFix compile error with qWarning() << myDateTime and...
2012-01-05 Robin BurchellRemove OS X FSEvents watcher.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-04 Robin BurchellSplit polling watcher out to its own seperate files.
2012-01-04 Robin BurchellPass notification of failure of watches onto the caller.
2012-01-03 David FaureQStandardPaths: add GenericCacheLocation.
2012-01-02 Robin BurchellRemove support for dnotify QFileSystemWatcher.
2012-01-02 Robin BurchellMerge integrity support into unix.
2012-01-02 Robin BurchellRemove Symbian support from src/corelib/io/.
2011-12-29 Jonas M. GastalMake qDecodeDataUrl return bool.
2011-12-20 Robin BurchellRemove unused qInitResourceIO() method.
2011-12-19 David FaureFix QDir::removeRecursively so it doesn't follow symlin...
2011-12-16 Joerg Bornemannextract QWindowsPipeReader from qlocalsocket_win.cpp
2011-12-09 Oswald BuddenhagenMerge remote-tracking branch 'gerrit/master' into conta...
2011-12-08 David FaureQTemporaryDir/File: cleanups (static internal function...
2011-12-07 David FaureRemove unused include
2011-12-02 David FaureNew class QTemporaryDir.
2011-12-02 David FaureImplement QDir::removeRecursively
2011-12-01 Debao ZhangMake QWinEventNotifier part of the public API
2011-11-29 Friedemann KleintQtCore/IO: Fix some warnings on Windows (64bit).
2011-11-18 xiechyongFix QFile::copy() returning false but error() being...
2011-11-18 jaanttilBuild fix for WINCE to qfilesystemengine_win.cpp
2011-11-18 Rolland DudemaineResolve a number of compilation issues with INTEGRITY
2011-11-14 Bradley T. HughesDon't use deprecated functions on Mac OS X
2011-11-11 Chris MeyerPrefer organizationDomain or CFBundleIdentifier for...
2011-11-08 David FaureAdd Q_DECLARE_PRIVATE equivalent for QDir, to be able...
2011-11-04 David FaureQStandardPaths: add DownloadLocation.
2011-11-02 David FaureQStandardPaths: fix encoding of XDG_CONFIG_HOME env var
2011-10-31 Friedemann KleintFix most warnings about assignments of QAtomicInt.
2011-10-27 Bradley T. HughesReplace implicit QAtomic* casts with explicit load...
2011-10-24 Shane KearnsQIODevice - disallow setTextMode when not open
2011-10-24 Friedemann Kleintcorelib: Remove Q_WS-macros.
2011-10-22 David FaureRename storageLocation() to writableLocation().
2011-10-22 David FaureAdd QStandardPaths::RuntimeLocation, for sockets (...
2011-10-22 David FaureAdd QStandardPaths::findExecutable.
2011-10-22 David FaureQStandardPaths: add Config and GenericData, add methods
2011-10-22 David FaureMove path information from QDesktopServices (gui) to...
2011-10-21 João AbecasisOff-by-one error in assert condition...
2011-10-21 João AbecasisLeftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6
2011-10-21 João AbecasisFix QTemporaryFile regressions and new found issues
2011-10-21 João AbecasisUse "native paths" on POSIX platforms as well
next