Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Trivial coding style related change. | Aleksandar Sasha Babic | 2009-08-18 | 1 | -2/+2 | |
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-08-18 | 1 | -15/+11 | |
|\ \ \ | ||||||
| * | | | Use qt_TDesC2QString() instead qstringFromDesc(). | Aleksandar Sasha Babic | 2009-08-17 | 1 | -15/+11 | |
* | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 24 | -32/+33 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 21 | -28/+29 | |
| * | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 3 | -3/+3 | |
| * | | Fixed coverity warnings | Thierry Bastian | 2009-08-14 | 1 | -1/+1 | |
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 133 | -151/+150 | |
|\ \ \ | |/ / | ||||||
| * | | Replace some mentions of Trolltech with more appropriate terms. | Jason McDonald | 2009-08-12 | 3 | -3/+3 | |
| * | | Update references to online documentation. | Jason McDonald | 2009-08-12 | 1 | -1/+1 | |
| * | | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 2 | -6/+5 | |
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 133 | -133/+133 | |
| * | | Doc: Fixed spelling mistake and some acronyms. | David Boddie | 2009-08-10 | 1 | -5/+5 | |
| * | | Compile fix with namespaces | hjk | 2009-08-10 | 1 | -3/+3 | |
* | | | Revert "Fix to QtNetwork ARMV5 UDEB compilation" | Jason Barron | 2009-08-12 | 4 | -55/+2 | |
* | | | Fixed QtNetwork autotest build breaks for Symbian. | Janne Anttila | 2009-08-12 | 1 | -1/+1 | |
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-10 | 3 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge commit 'origin/4.5' | Rohan McGovern | 2009-08-06 | 3 | -0/+8 | |
| |\ \ | | |/ | ||||||
| | * | Fix compilation when QT_NO_HTTP is defined | Markus Goetz | 2009-08-05 | 3 | -0/+8 | |
* | | | Fixed wrong ifdef. | axis | 2009-08-06 | 1 | -2/+2 | |
* | | | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 1 | -2/+2 | |
* | | | Replaced $MODULE$ with hardcoded module names. | axis | 2009-08-06 | 1 | -1/+1 | |
* | | | Move socket wrapper functions into the .cpp file. | Jason Barron | 2009-08-06 | 2 | -126/+126 | |
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 21 | -24/+24 | |
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 7 | -304/+287 | |
|\ \ \ | |/ / | ||||||
| * | | Don't try to make direct system calls on Linux. | Thiago Macieira | 2009-08-04 | 1 | -1/+1 | |
| * | | QNAM HTTP Code: Moved append() functions to the reply object | Markus Goetz | 2009-08-04 | 4 | -36/+37 | |
| * | | QHttpNetworkConnection: Moved channel slots to channel object | Markus Goetz | 2009-08-04 | 5 | -267/+249 | |
* | | | Compile with Q_DECLARE_SCOPED_PRIVATE. | Jason Barron | 2009-08-04 | 1 | -1/+1 | |
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 32 | -162/+201 | |
|\ \ \ | ||||||
| * | | | Cleanup and applied Qt coding style for qnetworkinterface_symbian.cpp | Janne Anttila | 2009-08-04 | 1 | -68/+46 | |
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 21 | -24/+24 | |
| * | | | Trailing whitespace and tab/space fixes for QtNetwork | Janne Anttila | 2009-08-03 | 14 | -123/+122 | |
| * | | | Small optimization. | Aleksandar Sasha Babic | 2009-07-24 | 1 | -0/+4 | |
| * | | | For some reason interface info on Symbian will not | Aleksandar Sasha Babic | 2009-07-24 | 1 | -2/+59 | |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 18 | -362/+761 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 2 | -1/+15 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | QNAM: Clarify docs about when a QNetworkReply can be deleted | Markus Goetz | 2009-07-24 | 2 | -2/+16 | |
| * | | | Fix compilation and source compatibility. | Simon Hausmann | 2009-07-29 | 1 | -2/+3 | |
| * | | | Fix compilation: #include <QUrl> was missing. | Thiago Macieira | 2009-07-29 | 1 | -0/+1 | |
| * | | | QNAM HTTP Code: Split QHttpNetworkConnection | Markus Goetz | 2009-07-29 | 5 | -75/+234 | |
| * | | | Move the QNetworkCookieJar class out of qnetworkcookie.[h,cpp] files and into... | Benjamin C Meyer | 2009-07-29 | 6 | -274/+451 | |
| * | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 6 | -15/+61 | |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-29 | 1 | -6/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | QHttpNetworkConnectionPrivate: Removed wrong comment | Markus Goetz | 2009-07-27 | 1 | -6/+0 | |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 5 | -16/+15 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | qdoc: Fixed all references to obsolete QHttp classes. | Martin Smith | 2009-07-24 | 5 | -16/+15 | |
* | | | | Compile fixes after latest merge of 4.6. | Jason Barron | 2009-07-28 | 1 | -0/+5 | |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 53 | -622/+1068 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
| * | | Socket code: Forgot since 4.6 doc tag | Markus Goetz | 2009-07-23 | 1 | -0/+2 | |