summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix warning introduced in "Adjust a double leading slash..."Thiago Macieira2012-04-121-1/+1
| * | Make QBoxLayout::insertItem() public.Jason McDonald2012-04-121-3/+1
| * | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-115-48/+78
| * | 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-115-24/+19
| * | 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
| * | Fix error reporting in QNetworkReplyHttpImplPrivateShane Kearns2012-04-111-6/+18
| * | 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-1124-49/+36
| * | 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-101-2/+12
| * | Add early-clobbers to the output variables in CPUIDThiago Macieira2012-04-101-3/+3
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-10259-9111/+4600
| |\ \
| * | | 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-091-19/+23
| * | | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-085-4/+35
| * | | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-082-4/+3
| * | | 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-071-5/+27
| * | | Remove -DQT_NO_STL from the bootstrapped buildsThiago Macieira2012-04-072-2/+0
| * | | Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-071-30/+1
| * | | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-0711-55/+2
| * | | qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
| * | | 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
| * | | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-1/+1
| * | | 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
| * | | Drop nullary overload of private QString::reallocJoão Abecasis2012-04-052-12/+8
| * | | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-048-25/+43