summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential crash due to the fact that _q_UpdateIndex() is reenteredAndy Shaw2009-07-221-1/+1
* 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 QTextCodec case-insensitive comparison while in a Turkish locale.Thiago Macieira2009-07-201-4/+8
* Fix assert in message handling.Frans Englich2009-07-201-1/+1
* 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
* 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
* Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-172-3/+8
* QUdpSocket: Doc improvementMarkus Goetz2009-07-171-0/+3
* Prepare device in DFBPaintEngine::beginAnders Bakken2009-07-171-0/+2
* Mark virtual functions as virtual in DFBPaintEngAnders Bakken2009-07-171-27/+26
* Remove unused function in QDirectFBPaintEngineAnders Bakken2009-07-172-34/+0
* Don't create dfbsurface in video mem if systemonlyAnders Bakken2009-07-171-1/+3
* Clean up directfb bit flippingAnders Bakken2009-07-178-69/+66
* Fix accidental selection of popup items under the mouse in QComboBoxmae2009-07-171-0/+2
* Removed outdated information from QNetworkRequest documentationMarkus Goetz2009-07-171-3/+1
* Enhanced QDirModel documentationMarkus Goetz2009-07-171-1/+4
* Don't assume that raster can do porter duff in dfbAnders Bakken2009-07-171-5/+1
* Fixed bug where line widths were rounded to integers in the GL engine.Kim Motoyoshi Kalland2009-07-161-1/+1
* Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4
* Better caching of file system icon providers.Norwegian Rock Cat2009-07-161-1/+36
* Clean up qdirectfbpaintengine.cppAnders Bakken2009-07-151-149/+150
* Don't force a lock in QDirectFBPaintEngine::clipAnders Bakken2009-07-152-27/+5
* Clean up rect/line drawing in dfb paintengineAnders Bakken2009-07-151-82/+63
* Fix off by one bug in dfbpe::drawTiledPixmapAnders Bakken2009-07-151-4/+4
* Add a "User-Agent" line to our HTTP proxy requests.Thiago Macieira2009-07-151-0/+1
* QFileDialog static functions doesn't honor the DontUseNativeDialog flag.Alexis Menard2009-07-151-3/+3
* Revert "QFileDialog: When passing an invalid path in static functions the nat...Alexis Menard2009-07-141-18/+3
* Fix QDirectFBPixmap::toImageAnders Bakken2009-07-131-0/+5
* Move ALPHA_PREMULTAnders Bakken2009-07-131-7/+7
* Remove QDirectFBPaintEnginePrivate::setOpacityAnders Bakken2009-07-131-9/+2
* Remove unused variables in QDirectFBPaintEngineAnders Bakken2009-07-131-4/+1
* Code cleanup in QDirectFBPaintEngineAnders Bakken2009-07-131-13/+13
* Clean up QDirectFBPaintEngine codeAnders Bakken2009-07-131-66/+71
* Fixed a potential memory leak on XPJens Bache-Wiig2009-07-131-2/+4
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-135-6/+34
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-1318-2040/+3375
* QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
* QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-1/+1
* Fixes failure when table has null fields to updateBill King2009-07-131-1/+1