summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Introduce the new UnknownProperty and PropertyReadOnly errorsThiago Macieira2012-04-163-3/+24
| * | Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-165-10/+20
| * | Update the error codes in QtDBusThiago Macieira2012-04-162-19/+20
| * | QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
| * | QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
| * | qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2
| * | qHash: two arguments support for simple integer types (and QChar)Giuseppe D'Angelo2012-04-141-16/+16
| * | Removed QXmlStreamReader::readElementText overloadThorbjørn Lindeijer2012-04-142-13/+2
| * | QSharedPointer: qHash two arguments supportGiuseppe D'Angelo2012-04-131-3/+3
| * | QLayoutItem - make controlTypes a virtual function.Thorbjørn Lund Martsum2012-04-134-13/+21
| * | Style: Don't put an else after a return.Stephen Kelly2012-04-131-2/+1
| * | 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
| * | Remove QPaintBufferSignalProxy and QPaintBufferResource.Robin Burchell2012-04-122-89/+0
| * | Remove 'using' of QPaintEngineEx methods from QRasterPaintEngine.Robin Burchell2012-04-121-7/+0
| * | Remove unused QIntRect.Robin Burchell2012-04-121-13/+0
| * | Address Qt 5 to-do comments related to QFileSystemModel.Jason McDonald2012-04-123-9/+7
| * | Address Qt 5 to-do comment for QColorDialog.Jason McDonald2012-04-122-15/+23
| * | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-122-8/+19
| * | 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