summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-117-31/+26
| | * | Add a big test for QUrl encoding principlesThiago Macieira2012-04-111-0/+233
| | * | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-114-45/+62
| | * | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-113-89/+134
| | * | Fix error reporting in QNetworkReplyHttpImplPrivateShane Kearns2012-04-111-6/+18
| | * | Add unit test for usagePoliciesShane Kearns2012-04-112-1/+32
| | * | Add autotest interface to get session from QNAMShane Kearns2012-04-112-0/+12
| | * | Check background requests are allowed before startingShane Kearns2012-04-112-5/+26
| | * | Define usagePolicies API in QNetworkSessionShane Kearns2012-04-115-2/+75
| | * | Use NetworkSessionFailedError in QNetworkReplyShane Kearns2012-04-113-5/+16
| | * | Define QNetworkReply::BackgroundRequestNotAllowedErrorShane Kearns2012-04-112-0/+4
| | * | Define QNetworkReply::NetworkSessionFailed errorShane Kearns2012-04-112-0/+4
| | * | Set ConnectInBackground based on requestShane Kearns2012-04-111-1/+4
| | * | Define BackgroundRequestAttributeShane Kearns2012-04-112-0/+9
| | * | Move QVectorPath::polygonFlags to its own class.Robin Burchell2012-04-112-11/+10
| | * | Move QRectVectorPath into the .cpp of the only file actually using it.Robin Burchell2012-04-112-48/+48
| | * | unite QString::normalized() overloadsKonstantin Ritt2012-04-112-26/+12
| | * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-1131-61/+48
| | * | Mark QObject::disconnect overload constOlivier Goffart2012-04-112-4/+4
| | * | Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-114-38/+38
| | * | Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-102-2/+16
| | * | Add early-clobbers to the output variables in CPUIDThiago Macieira2012-04-101-3/+3
| | * | Make plugin linking fail if some references aren't presentThiago Macieira2012-04-101-1/+1
| | * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-10364-10630/+8136
| | |\ \
| | * | | Removed QApplication overloads used solely for documentation.Marcel Krems2012-04-094-25/+0
| | * | | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-092-43/+47
| | * | | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-086-5/+36
| | * | | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-083-4/+5
| | * | | QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-083-13/+11
| | * | | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-074-9/+9
| | * | | QFileSystemModel: fix sortingGiuseppe D'Angelo2012-04-072-6/+28
| | * | | Remove -DQT_NO_STL from the bootstrapped buildsThiago Macieira2012-04-079-9/+7
| | * | | Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-074-48/+1
| | * | | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-0715-89/+5
| | * | | qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
| | * | | Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
| | * | | Add test for qHash(QString) / qHash(QStringRef)Giuseppe D'Angelo2012-04-061-0/+8
| | * | | Fix compilation with MinGW.Marcel Krems2012-04-052-2/+8
| | * | | QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-052-0/+7
| | * | | Enable variadic macros for MSVC >= 2005João Abecasis2012-04-051-0/+4
| | * | | Fix unittest for QStandardPaths::enableTestModeDavid Faure2012-04-051-5/+5
| | * | | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-053-1/+119
| | * | | Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
| | * | | Make QLocale::toULongLong return the proper type: qulonglongThiago Macieira2012-04-052-4/+2
| | * | | Get rid of QKeyEventExThiago Macieira2012-04-055-85/+62
| | * | | Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-052-2/+0
| | * | | Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-052-2/+2
| | * | | Simplify conditionalsJoão Abecasis2012-04-052-2/+2
| | * | | Rename realloc -> reallocDataJoão Abecasis2012-04-054-27/+26
| | * | | Move growth computation to re-allocation functionJoão Abecasis2012-04-054-22/+22