summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a crash with input methodsPierre Rossi2009-07-102-6/+3
* Fix QDFBPaintEngine::drawTiledPixmap/fillRectAnders Bakken2009-07-101-57/+111
* Pass the device arg to the keyboard drivers.Anders Bakken2009-07-094-8/+4
* emit dataChanged() signalDerick Hawcroft2009-07-091-0/+1
* Plugged possible memory leak in getPSQLVersion()Stian Sandvik Thomassen2009-07-091-2/+2
* Hopefully fix isnan/isinf for good (for all platforms)Bill King2009-07-081-12/+20
* Update QGroupBox on focusBenjamin Poulain2009-07-081-5/+1
* Fixes Dericks inf/nan patch for msvcBill King2009-07-081-0/+13
* remove debugDerick Hawcroft2009-07-071-1/+0
* Handle special number cases (nan,{+-}infinity) in PostgreSQLDerick Hawcroft2009-07-071-0/+17
* Document limitation in Cocoa cursor handling.Norwegian Rock Cat2009-07-071-0/+5
* Fix typo in color calculation.Norwegian Rock Cat2009-07-071-3/+3
* Handle all PostgreSQL notifications sitting in the queueDerick Hawcroft2009-07-071-4/+4
* Fix issue where a mainwindow would show two size grips in Cocoa.Norwegian Rock Cat2009-07-061-2/+5
* Implement QApplication::setOverrideCursor to use pure Cocoa callsNorwegian Rock Cat2009-07-061-1/+11
* Fixed dead code possibly leading to crash.Rohan McGovern2009-07-031-1/+1
* Fixes ::record for dialect 3 named tables in interbase/firebird.Bill King2009-07-031-2/+2
* Fixes invalid length for numeric fields in oracle.Bill King2009-07-031-1/+1
* QDirectFBPaintEngine return if destRect is nullAnders Bakken2009-07-031-0/+2
* Better debug output for QDirectFBPaintEngineAnders Bakken2009-07-021-2/+5
* Remove unused function viewUnderTransparentForMouseView in QCocoaView.Prasanth Ullattil2009-07-022-57/+0
* Drag and drop events are not delivered correctly in CocoaPrasanth Ullattil2009-07-022-8/+43
* Implement hitTestNorwegian Rock Cat2009-07-022-54/+7
* Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-022-4/+15
* Fix oops in strcmp in QBuffer.Thiago Macieira2009-07-021-1/+1
* Add a note about this method not being safe in multithreaded contextsThiago Macieira2009-07-021-0/+7
* Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3
* Get more autotests passing/fixed up.Bill King2009-07-021-2/+5
* We still need to Flip in NO_WM modeAnders Bakken2009-07-021-1/+1
* Make sure we check the right deviceAnders Bakken2009-07-011-2/+2
* Code cleanupAnders Bakken2009-07-011-48/+36
* Doc: clearifying docs - QProgressDialogMorten Engvoldsen2009-07-011-1/+1
* Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
* Doc: correcting typoMorten Engvoldsen2009-07-012-2/+2
* Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
* Document unified toolbar change with regard to full screen change.Norwegian Rock Cat2009-07-011-3/+4
* Don assume QVariant::String data is going to always be unicode in QODBCDerick Hawcroft2009-06-301-1/+1