summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed failure of tst_qlocale if run when LC_ALL is set.Rohan McGovern2009-07-271-6/+10
* Doc - Mention Google trademarks with the two examples using Google services.Kavindra Palaraja2009-07-262-0/+2
* Fix a running external tests: user program headers must come first.Thiago Macieira2009-07-261-2/+2
* Musicplayer example crashes when trying to open unvalid fileRichard Moe Gustavsen2009-07-241-1/+4
* Prematurely creating a dialog as a sheet causes problemsRichard Moe Gustavsen2009-07-243-22/+38
* QNAM: Clarify docs about when a QNetworkReply can be deletedMarkus Goetz2009-07-242-2/+16
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-244-2/+14
* Fixed crash when vectorpath was polygonal only in raster::stroke()Gunnar Sletta2009-07-241-9/+16
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-239-17/+114
* QPainter::stroke() on raster engine would draw moveto's as linesGunnar Sletta2009-07-231-5/+17
* Diagonal dashes are moving when touching the clip boundary.Gunnar Sletta2009-07-231-1/+4
* Implement clipping in the QPaintEngineEx::stroke() function.Gunnar Sletta2009-07-233-6/+11
* Enabled setting of DESIGNABLE=false-properties using FormWindowCursor APIFriedemann Kleint2009-07-231-4/+24
* Recognize .jui file format in lupdateEskil Abrahamsen Blomfeldt2009-07-231-0/+3
* Remove autotest for "Won't fix" bug 258462.Rohan McGovern2009-07-231-31/+0
* return when brush is NoBrush in DFBPaintEngineAnders Bakken2009-07-231-0/+4
* Fix a bug in directfb mouse handlingAnders Bakken2009-07-222-15/+1
* Use BatchBlit in flush/exposeRegionAnders Bakken2009-07-222-35/+47
* Use dfbsurface::FillRectangles in solidFillAnders Bakken2009-07-221-5/+15
* Fix IDirectFBSurface::ReleaseSource callsAnders Bakken2009-07-222-2/+3
* Fix dfbwindowsurface handling for offscreen modeAnders Bakken2009-07-222-127/+151
* Rewrite QDFBScreen::exposeRegionAnders Bakken2009-07-222-176/+124
* Fix handling of invalid object paths and signatures in release mode.Thiago Macieira2009-07-221-11/+2
* Revert "Added a check that X11 timestamp goes forward only."Denis Dzyubenko2009-07-221-20/+15
* QSslSocket autotest: adapt to new certificate on test serverPeter Hartmann2009-07-222-23/+16
* Fix table borders in multiline tables when printing to PostScript.Gunnar Sletta2009-07-221-2/+7
* Fix memory leak.Olivier Goffart2009-07-221-0/+2
* Update documentation for QMessageBox::open().Norwegian Rock Cat2009-07-221-2/+4
* Designer: Fixed bug in setting QUrl property values from resources.Friedemann Kleint2009-07-221-2/+5
* Fix a potential crash due to the fact that _q_UpdateIndex() is reenteredAndy Shaw2009-07-221-1/+1
* Add a (failing) test for QProcess bug 258462.Rohan McGovern2009-07-221-0/+31
* Make sure DFB version macros are definedAnders Bakken2009-07-211-0/+1
* Another fix needed to build in a namespace on Mac with -arch ppcAndy Shaw2009-07-211-1/+2
* QHttpNetworkConnection: Clarifying code comment about compressionMarkus Goetz2009-07-211-1/+6
* Fix building in a namespace when building with -arch ppc on Mac OS XAndy2009-07-211-2/+0
* QNAM: Proper loading of meta data when having AlwaysCache modeMarkus Goetz2009-07-212-0/+24
* Fixed compile on certain Solaris versions.Rohan McGovern2009-07-201-1/+1
* s/slots/Q_SLOTS/Anders Bakken2009-07-202-2/+2
* fix qmake syntaxOswald Buddenhagen2009-07-201-2/+2
* Fix QTextCodec case-insensitive comparison while in a Turkish locale.Thiago Macieira2009-07-201-4/+8
* Fix assert in message handling.Frans Englich2009-07-203-4/+28
* Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
* Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
* fix crash due to null pointer referencingAlex2009-07-201-1/+1
* don't rely on system codec when handling PO filesOswald Buddenhagen2009-07-175-8/+17
* QDirIterator: Doc fixes and whitespace cleanupJoão Abecasis2009-07-171-19/+12
* Refactoring QDirIteratorPrivate::pushSubDirectoryJoão Abecasis2009-07-171-26/+15
* QDirIterator: reducing "randomness"João Abecasis2009-07-171-10/+3
* QDirIterator was returning inconsistent dataJoão Abecasis2009-07-171-6/+1
* Test case for QDirIterator regression introduced in 4.5.0João Abecasis2009-07-171-10/+21