summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Take out todos that have been doneAnders Bakken2009-03-301-5/+0
* 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-301-0/+5
* 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-301-1/+1
* 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-301-15/+24
* 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
* 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-8/+11
* 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
* Fix draImage() calls for threaded printing to a PostScript printer.Trond Kjernaasen2009-03-304-5/+35
* String-to-number conversion functions should ignore trailing whitespaces.Denis Dzyubenko2009-03-301-3/+6
* Fix missing fills of rects with negative width/height in raster engine.Samuel Rødal2009-03-301-1/+1
* Revert "don't include uic in non-gui configurations"Rohan McGovern2009-03-301-1/+0
* Add the parameter to the function call.Thiago Macieira2009-03-271-2/+2
* Remove unnecessary debug message.Thiago Macieira2009-03-271-1/+0
* Fix crashes in D-Bus due to race conditions.Thiago Macieira2009-03-272-5/+8
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-03-275-8/+67
* Fix Qt3Support compileBradley T. Hughes2009-03-271-0/+1
* QDesktopWidget::resized wasn't emitted properly on X11.Denis Dzyubenko2009-03-271-6/+15
* Crash in OpenGL paint engine when brush style is Qt::NoBrush.Samuel Rødal2009-03-271-0/+3
* Small fix: initialise the global static isDebugging variable within theThiago Macieira2009-03-271-2/+1
* Make QMutexPool actually be thread-safe (double-checked locking doesn'tThiago Macieira2009-03-272-13/+6
* Major surface related fixAnders Bakken2009-03-276-217/+327
* Fix background of QAbstractScrollArea when styled only with pseudo-classOlivier Goffart2009-03-271-1/+13
* Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-274-14/+24
* Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-271-7/+3
* Fix QPixmap::fromImage() bug for monochrome images on Mac.Samuel Rødal2009-03-271-1/+1
* don't include uic in non-gui configurationsOswald Buddenhagen2009-03-271-0/+1
* optimizeOswald Buddenhagen2009-03-271-1/+1
* remove pointless checkOswald Buddenhagen2009-03-271-2/+1
* most definitely NOT \since 4.5Oswald Buddenhagen2009-03-271-2/+0
* Creating a native window handle doesn't reset input context on X11.Denis Dzyubenko2009-03-271-1/+10
* Creating an instance of the QDesktopWidget breaks clipboard on X11.Denis Dzyubenko2009-03-271-2/+9