summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix the parsing of October dates.Benjamin C Meyer2009-03-301-3/+4
| | * Doc: Added a code snippet to illustrate the opening of local files.David Boddie2009-03-302-1/+9
| | * Doc: Swapping \a with \c to fix a qdoc warningKavindra Devi Palaraja2009-03-301-1/+1
| | * Compile with QT_NO_DIRECTFB_PREALLOCATEDAnders Bakken2009-03-301-2/+2
| | * Compile with QT_NO_DIRECTFB_WMAnders Bakken2009-03-301-1/+1
| | * Fix parsing of multiple cookies that are separated by a newlineThiago Macieira2009-03-302-1/+21
| | * Autotest: more date-time parsing tests for QNetworkCookieBenjamin C Meyer2009-03-301-0/+264
| | * Fix accesses past-the-end of the byte arrayThiago Macieira2009-03-301-2/+3
| | * Fix parsing of dates: if the month is followed by a dash, it's not the negati...Thiago Macieira2009-03-301-0/+2
| | * When doing date comparisons, force to the same timezone.Thiago Macieira2009-03-301-1/+1
| | * Fix a few issues introduced by Ben's last patch.Thiago Macieira2009-03-302-21/+29
| | * Change cookie expiration reading to match the behavior of Firefox. Rather the...Benjamin C Meyer2009-03-301-53/+384
| | * Fix bug introduced by last patch.Thiago Macieira2009-03-301-1/+1
| | * When parsing a cookie string the ',' character is special because it is used ...Benjamin C Meyer2009-03-302-3/+15
| | * Check for a redirection after setting the headers. If there is a redirection ...Benjamin C Meyer2009-03-301-2/+2
| | * When loading a url straight from cache call finished so the QNetworkReply::fi...Benjamin C Meyer2009-03-301-1/+3
| | * Improvements to follow the behavior of web servers and other browsers, specif...Benjamin C Meyer2009-03-301-3/+17
| | * Doc: Exclude the internal Phonon classes from the Assistant documentation.David Boddie2009-03-302-2/+6
| | * Rename functionAnders Bakken2009-03-305-8/+8
| | * Explicitely mentioned in the doc that the format string for qDebug,Denis Dzyubenko2009-03-302-5/+9
| | * Doc: Fixed typo.David Boddie2009-03-301-1/+1
| | * Doc: Synchronized the QTransform constructor arguments with the class documen...David Boddie2009-03-301-0/+0
| | * Doc: Synchronized the QTransform constructor arguments with the class documen...David Boddie2009-03-302-8/+114
| * | Optimize blend functions for short adjacent spans.Samuel Rødal2009-04-011-22/+96
| * | Remove some VC6 Template workaround in the drawhelper codeOlivier Goffart2009-04-011-357/+91
| * | Ensure that fetchPixel is inlined in RGB32 cases in fetchTransformedBilinear.Olivier Goffart2009-04-011-32/+32
| * | Use templates to remove code duplication in qdrawhelper.Olivier Goffart2009-04-011-286/+141
| * | Give input context focus only when widget is enabled.Denis Dzyubenko2009-04-013-5/+17
| * | Improved IME handling on Windows.Denis Dzyubenko2009-04-016-21/+21
| * | QThread::start(): priority has no effect on Linux systemsBradley T. Hughes2009-04-011-0/+12
| * | Add a semi-colon.Norwegian Rock Cat2009-04-011-1/+1
* | | Implement the filter for resource browserJarek Kobus2009-04-022-26/+164
|/ /
* | Revert "Make use of a thread-specific variable in qFlagLocation."Thiago Macieira2009-04-011-18/+2
* | use ftruncate() to resize a buffered fileHarald Fernengel2009-03-311-0/+2
* | compile with QIODEVICE_DEBUGHarald Fernengel2009-03-311-2/+6
* | Improve example so that we can demonstrate custom layout items.Jan-Arve Sæther2009-03-313-27/+90
* | Add more enums for the search fields.Norwegian Rock Cat2009-03-311-0/+7
* | Add an example of how to write a custom layout for QGraphicsLayouts.Jan-Arve Sæther2009-03-316-0/+258
* | Update the license on this code to match the rest.Thiago Macieira2009-03-3123-23/+713
* | Allow setting font properties for Command Link ButtonsJens Bache-Wiig2009-03-301-3/+6
* | Consistency between Carbon and Cocoa with fullscreen mode.Norwegian Rock Cat2009-03-302-20/+5
* | Call documented API.Norwegian Rock Cat2009-03-301-11/+2
* | Fix incorrect painting of checked itemview itemsJens Bache-Wiig2009-03-301-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-3020-135/+251
|\ \ | |/
| * Fix backslashes in string propeerty in property browserJarek Kobus2009-03-301-0/+1
| * Work around raster engine not ignoring the pad byte in RGB32Anders Bakken2009-03-303-55/+78
| * Fix threaded QImage text drawing under Windows.Trond Kjernaasen2009-03-301-1/+3
| * Make Qt/Embedded compile with the -no-feature-PICTURE switch.Trond Kjernaasen2009-03-301-61/+61
| * Don't send QFileOpenEvents for items on the command-lineNorwegian Rock Cat2009-03-302-4/+21
| * Adjust the opacity value for popupsNorwegian Rock Cat2009-03-301-1/+1