summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Replace two \returns markers by "The function returns"hjk2012-11-301-2/+2
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-302-0/+2
* QtBase: Documentation: Replaced deprecated \oDavid Schulz2012-11-301-4/+4
* QtCore: Make more signals private.Stephen Kelly2012-11-284-12/+36
* QNX: fix QProcess fd inheritanceRafael Roquetto2012-11-271-3/+18
* Fix build error with QT_NO_FILESYSTEMITERATORTasuku Suzuki2012-11-264-4/+8
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-231-1/+6
* Fixes problem with single precision floats in QDataStream (Windows).Christian Strømme2012-11-231-1/+5
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-212-5/+28
* fix cleanup of QWinIoCompletionPortJoerg Bornemann2012-11-022-3/+23
* QNX: Fix build with QNX SDP 6.5.Sergio Martins2012-11-021-1/+1
* Allow QStandardPaths (Mac, Windows, Unix) to be bootstrappedThiago Macieira2012-11-024-2/+30
* fix error handling bug in QWindowsPipeReaderJoerg Bornemann2012-11-021-2/+6
* Use fusion instead of motif.Frederik Gladhorn2012-11-021-2/+2
* QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-303-3/+14
* QNX: Remember information on whether a file is a linkThomas McGuire2012-10-301-0/+7
* Remove qstandardpaths_json.cppThiago Macieira2012-10-292-260/+0
* Fix compilation: QChar(char) is "from ASCII"Thiago Macieira2012-10-271-1/+1
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-251-2/+0
* QProcess: Include program in destructor warning.Friedemann Kleint2012-10-231-2/+4
* Trim trailing whitespace.Stephen Kelly2012-10-221-2/+2
* Doc: refer to QUrlQuery in QUrl's main doc bodyThiago Macieira2012-10-191-3/+4
* QNX: Use extra information in dirent to avoid stat() callsThomas McGuire2012-10-193-2/+69
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-151-13/+2
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-081-33/+62
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-95/+173
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-2/+3
* Add Q_UNREACHABLE / Q_ASSERT to two conditions that can't happenThiago Macieira2012-10-021-1/+7
* Move QUrlPrivate to qurl.cpp and mark all methods as inlineThiago Macieira2012-10-022-126/+125
* Change QUrlPrivate::setAuthority to return voidThiago Macieira2012-10-022-4/+4
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-1/+0
* Update QUrlPrivate::setScheme: EmptySchemeError never happensThiago Macieira2012-10-022-8/+5
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-021-21/+54
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-5/+4
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-022-13/+59
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-022-10/+41
* QWindowsPipeReader: use CancelIoEx on Windows >= VistaJoerg Bornemann2012-10-021-1/+16
* QWinOverlappedIoNotifier: multiple I/O operations on the same handleJoerg Bornemann2012-10-024-34/+64
* QProcess/Win fix forwarding of output channelsJoerg Bornemann2012-09-281-16/+20
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-3/+3
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-241-19/+1
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-233-5/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22104-2491/+2491
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2012-09-181-1/+5
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-5/+5
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-133-5/+14
* QFileSystemEngine: fix realpath() buffer sizeRafael Roquetto2012-09-111-1/+1
* QNX: fix call to realpath() on QFileSystemEngineRafael Roquetto2012-09-111-1/+1