summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Add missing include file.Jędrzej Nowacki2012-05-041-0/+1
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-1/+1
* Fix compiler warningOlivier Goffart2012-05-041-3/+2
* Port the QTextStream / QDebug functions away from fromAsciiThiago Macieira2012-05-042-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-043-4/+4
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-031-1/+1
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-1/+1
| |\
| | * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-1/+1
* | | Add some missing includes.Stephen Kelly2012-05-032-0/+4
|/ /
* | mkdtemp() is not included in Android's libcRobin Burchell2012-05-021-2/+2
* | Port QBuffer to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-7/+16
* | Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-271-1/+2
* | Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-0/+23
* | Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-4/+6
* | Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-2/+2
* | Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+2
* | Update the QUrl documentation concerning the encodingThiago Macieira2012-04-241-21/+103
* | QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-2/+2
* | Rename the default organisation from "Trolltech" to "Qt" on MacThiago Macieira2012-04-231-1/+1
* | Removed unused QUrlPrivate::clear()Simon Hausmann2012-04-232-19/+0
* | Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+5
* | QDataStream: Update Version info for docAurindam Jana2012-04-201-1/+1
* | Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-201-3/+0
* | fix undefined behavior issue on IntegrityKonstantin Ritt2012-04-191-7/+0
* | replace getenv("HOME") with a "centralized" QDir::homePath()Konstantin Ritt2012-04-191-1/+1
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-1917-223/+223
* | Change coreservices -> iosIan Dean2012-04-197-17/+17
* | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1732-5626/+7322
|\|
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-166-12/+128
| |\
| * | Re-add the Qt 4 compatibility methods for QUrl encoded query itemsThiago Macieira2012-04-122-0/+48
| * | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-1/+3
| * | Fix warning introduced in "Adjust a double leading slash..."Thiago Macieira2012-04-121-1/+1
| * | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-114-47/+77
| * | Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-112-9/+13
| * | Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-112-4/+126
| * | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-114-23/+18
| * | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-113-43/+60
| * | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-112-84/+130
| * | Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-2/+12
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-104-4/+21
| |\ \
| * | | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-082-2/+2
| * | | QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-083-13/+11
| * | | Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-052-2/+0
| * | | Merge one static function into anotherThiago Macieira2012-04-041-13/+5
| * | | Add missing #include <stdio.h> for _filenoThiago Macieira2012-04-041-0/+1
| * | | Remove old comment restored by mistakeThiago Macieira2012-04-031-3/+0
| * | | Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-13/+3
| * | | Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-305-9/+10
| * | | De-inline qHash(const QUrl&) and improveThiago Macieira2012-03-302-5/+22
| * | | Fix QUrl operator== and operator<Thiago Macieira2012-03-302-20/+46