qt6-bb10/src/corelib/io
Thiago Macieira 4618bc3ea0 Fix QUrl documentation: FullyDecoded and DecodedMode are a pair
DecodedMode with FullyEncoded makes no sense whatsoever.

Change-Id: I182db7aceb38e4e9398138066022912adec9c413
Reviewed-by: David Faure <faure@kde.org>
2012-06-14 00:05:49 +02:00
..
io.pri Change coreservices -> ios 2012-04-19 01:57:58 +02:00
qabstractfileengine.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qabstractfileengine_p.h Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qbuffer.cpp Port QBuffer to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qbuffer.h Port QBuffer to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qdatastream.cpp QDataStream: Update Version info for doc 2012-04-20 22:23:23 +02:00
qdatastream.h Rewrite QMap to use a RB tree 2012-03-23 09:31:09 +01:00
qdatastream_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdataurl.cpp Fix qDecodeDataUrl for already percentage encoded content. 2012-05-09 20:10:44 +02:00
qdataurl_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdebug.cpp Replace `const QLatin1String &` with `QLatin1String` where appropriate 2012-05-25 21:49:21 +02:00
qdebug.h Replace `const QLatin1String &` with `QLatin1String` where appropriate 2012-05-25 21:49:21 +02:00
qdir.cpp Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore] 2012-05-04 12:45:47 +02:00
qdir.h QDirIterator: don't inherit from QDir 2012-03-23 11:22:40 +01:00
qdir_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdiriterator.cpp Don't use the QRegExp methods that modify the object [QtCore] 2012-04-27 22:52:54 +02:00
qdiriterator.h QDirIterator, QDataStream: remove virtual dtor 2012-03-14 16:03:17 +01:00
qfile.cpp Deprecate the ability to change the FS encoding separate from the locale 2012-05-15 04:57:29 +02:00
qfile.h Deprecate the ability to change the FS encoding separate from the locale 2012-05-15 04:57:29 +02:00
qfile_p.h Deprecate the ability to change the FS encoding separate from the locale 2012-05-15 04:57:29 +02:00
qfiledevice.cpp Doc: Move some remaining files over for modularization. 2012-05-09 22:43:31 +02:00
qfiledevice.h Split up base class QFileDevice for open-file operations (read/write) 2012-03-06 12:09:57 +01:00
qfiledevice_p.h Split up base class QFileDevice for open-file operations (read/write) 2012-03-06 12:09:57 +01:00
qfileinfo.cpp Clarified code documentation for QFileInfo::operator==. 2012-05-23 14:18:34 +02:00
qfileinfo.h Add QFileInfo::isNativePath 2012-02-14 02:48:35 +01:00
qfileinfo_p.h Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qfilesystemengine.cpp Change coreservices -> ios 2012-04-19 01:57:58 +02:00
qfilesystemengine_mac.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemengine_p.h Change coreservices -> ios 2012-04-19 01:57:58 +02:00
qfilesystemengine_unix.cpp Change coreservices -> ios 2012-04-19 01:57:58 +02:00
qfilesystemengine_win.cpp Fix QFile::permissions for long filenames 2012-05-16 04:24:43 +02:00
qfilesystementry.cpp Fix cases where functions are called with a drive and no slash 2012-05-16 04:24:29 +02:00
qfilesystementry_p.h Remove Symbian specific code from QtCore. 2012-01-30 16:50:21 +01:00
qfilesystemiterator_p.h Remove Symbian specific code from QtCore. 2012-01-30 16:50:21 +01:00
qfilesystemiterator_unix.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemiterator_win.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemmetadata_p.h Change coreservices -> ios 2012-04-19 01:57:58 +02:00
qfilesystemwatcher.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemwatcher.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemwatcher_inotify.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemwatcher_inotify_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemwatcher_kqueue.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemwatcher_kqueue_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemwatcher_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfilesystemwatcher_polling.cpp Fix build error when QT_NO_FILESYSTEMWATCHER is set 2012-03-14 11:37:18 +01:00
qfilesystemwatcher_polling_p.h Fix build error when QT_NO_FILESYSTEMWATCHER is set 2012-03-14 11:37:18 +01:00
qfilesystemwatcher_win.cpp Use the same ifdef-based debugging as the other engines. 2012-03-23 00:43:46 +01:00
qfilesystemwatcher_win_p.h Windows: Fix inclusion of <windows.h> 2012-02-01 11:06:19 +01:00
qfsfileengine.cpp Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qfsfileengine_iterator.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfsfileengine_iterator_p.h Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qfsfileengine_p.h Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qfsfileengine_unix.cpp Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qfsfileengine_win.cpp Remove macro _POSIX_ from Win32 special file 2012-04-05 05:21:04 +02:00
qiodevice.cpp Make QIODevice::seek() return false for sequential files. 2012-06-05 13:12:58 +02:00
qiodevice.h Bump some Qt 5 to-do's to Qt 6. 2012-04-10 22:47:37 +02:00
qiodevice_p.h Fix bug in qsslsocket peek() 2012-04-23 09:45:24 +02:00
qipaddress.cpp Fix operator precedence order. 2012-03-29 02:07:38 +02:00
qipaddress_p.h Add support for IPv6 parsing and reconstructing the address 2012-03-28 16:31:34 +02:00
qnoncontiguousbytedevice.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnoncontiguousbytedevice_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qprocess.cpp QProcess: Add accessors for program and arguments. 2012-06-05 06:14:28 +02:00
qprocess.h QProcess: Add accessors for program and arguments. 2012-06-05 06:14:28 +02:00
qprocess_p.h Enables QProcess back on QNX. 2012-02-17 08:46:40 +01:00
qprocess_unix.cpp normalize the process arguments to Normalization Form D on mac 2012-06-06 02:03:08 +02:00
qprocess_win.cpp get rid of "uninitialized member" gcc warning 2012-06-07 00:38:12 +02:00
qprocess_wince.cpp Fix QProcess compile for Windows CE. 2012-02-08 12:16:35 +01:00
qresource.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qresource.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qresource_iterator.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qresource_iterator_p.h Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qresource_p.h Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qsettings.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qsettings.h Bump some Qt 5 to-do's to Qt 6. 2012-04-10 22:47:37 +02:00
qsettings_mac.cpp Rename the default organisation from "Trolltech" to "Qt" on Mac 2012-04-23 23:27:25 +02:00
qsettings_p.h Fix QSettings autotest fails under Windows 2012-02-28 09:12:03 +01:00
qsettings_win.cpp Windows: Fix inclusion of <windows.h> 2012-02-01 11:06:19 +01:00
qstandardpaths.cpp update QStandardPaths::standardLocations() documentation 2012-06-11 00:37:12 +02:00
qstandardpaths.h Allow auto tests to stay away from the user's configuration. 2012-03-28 11:22:11 +02:00
qstandardpaths_blackberry.cpp Blackberry OS implementation of QStandardPaths 2012-04-10 10:38:10 +02:00
qstandardpaths_json.cpp Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore] 2012-05-04 12:45:47 +02:00
qstandardpaths_mac.cpp Allow auto tests to stay away from the user's configuration. 2012-03-28 11:22:11 +02:00
qstandardpaths_unix.cpp Allow auto tests to stay away from the user's configuration. 2012-03-28 11:22:11 +02:00
qstandardpaths_win.cpp Allow auto tests to stay away from the user's configuration. 2012-03-28 11:22:11 +02:00
qtemporarydir.cpp mkdtemp() is not included in Android's libc 2012-05-02 12:14:17 +02:00
qtemporarydir.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qtemporaryfile.cpp Fix QTemporaryFile::open() failing after remove(). 2012-06-05 06:15:06 +02:00
qtemporaryfile.h Drop QFile::fileEngine 2012-02-16 01:59:56 +01:00
qtextstream.cpp Replace `const QLatin1String &` with `QLatin1String` where appropriate 2012-05-25 21:49:21 +02:00
qtextstream.h Replace `const QLatin1String &` with `QLatin1String` where appropriate 2012-05-25 21:49:21 +02:00
qtldurl.cpp Stop relying on qHash always giving the same results 2012-04-08 21:44:26 +02:00
qtldurl_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qurl.cpp Fix QUrl documentation: FullyDecoded and DecodedMode are a pair 2012-06-14 00:05:49 +02:00
qurl.h Add the QUrl::FullyDecoded flag to the component formatting 2012-05-22 20:56:38 +02:00
qurl_p.h Removed unused QUrlPrivate::clear() 2012-04-23 19:20:19 +02:00
qurlidna.cpp Add some missing includes. 2012-05-03 16:11:58 +02:00
qurlquery.cpp Port away from QUrl::MostDecoded 2012-05-22 20:56:38 +02:00
qurlquery.h Re-add the Qt 4 compatibility methods for QUrl encoded query items 2012-04-12 23:01:57 +02:00
qurlrecode.cpp Add the QUrl::FullyDecoded flag to the component formatting 2012-05-22 20:56:38 +02:00
qurltlds_p.h Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCore 2011-05-24 12:12:04 +02:00
qurltlds_p.h.INFO QUrl TLD: fix documentation file for "Add QUrl::topLevelDomain() ..." 2011-05-24 12:12:13 +02:00
qwindowspipereader.cpp MinGW build fixes for QWindowsPipeReader and friends 2012-01-31 16:17:55 +01:00
qwindowspipereader_p.h Windows: Fix inclusion of <windows.h> 2012-02-01 11:06:19 +01:00
qwindowspipewriter.cpp QWindowsPipeWriter could terminate the process to early 2012-02-23 16:38:45 +01:00
qwindowspipewriter_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qwinoverlappedionotifier.cpp MinGW: Fix warnings. 2012-02-04 08:43:38 +01:00
qwinoverlappedionotifier_p.h Update contact address in license headers. 2012-01-31 04:54:56 +01:00