| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "QFileDialog: When passing an invalid path in static functions the nat... | Alexis Menard | 2009-07-14 | 1 | -18/+3 |
|
|
* | Fix QDirectFBPixmap::toImage | Anders Bakken | 2009-07-13 | 1 | -0/+5 |
|
|
* | Move ALPHA_PREMULT | Anders Bakken | 2009-07-13 | 1 | -7/+7 |
|
|
* | Remove QDirectFBPaintEnginePrivate::setOpacity | Anders Bakken | 2009-07-13 | 1 | -9/+2 |
|
|
* | Remove unused variables in QDirectFBPaintEngine | Anders Bakken | 2009-07-13 | 1 | -4/+1 |
|
|
* | Code cleanup in QDirectFBPaintEngine | Anders Bakken | 2009-07-13 | 1 | -13/+13 |
|
|
* | Clean up QDirectFBPaintEngine code | Anders Bakken | 2009-07-13 | 1 | -66/+71 |
|
|
* | Fixed a potential memory leak on XP | Jens Bache-Wiig | 2009-07-13 | 1 | -2/+4 |
|
|
* | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ... | Simon Hausmann | 2009-07-13 | 5 | -6/+34 |
|
|
* | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ... | Simon Hausmann | 2009-07-13 | 18 | -2040/+3375 |
|
|
* | QNAM: Fix double sending of a HTTP request | Markus Goetz | 2009-07-13 | 2 | -0/+9 |
|
|
* | QFlags::testFlag(): handle the zero case appropriately. | Frans Englich | 2009-07-13 | 1 | -1/+1 |
|
|
* | Fixes failure when table has null fields to update | Bill King | 2009-07-13 | 1 | -1/+1 |
|
|
* | Fixed a crash with input methods | Pierre Rossi | 2009-07-10 | 2 | -6/+3 |
|
|
* | Fix QDFBPaintEngine::drawTiledPixmap/fillRect | Anders Bakken | 2009-07-10 | 1 | -57/+111 |
|
|
* | Pass the device arg to the keyboard drivers. | Anders Bakken | 2009-07-09 | 4 | -8/+4 |
|
|
* | emit dataChanged() signal | Derick Hawcroft | 2009-07-09 | 1 | -0/+1 |
|
|
* | Plugged possible memory leak in getPSQLVersion() | Stian Sandvik Thomassen | 2009-07-09 | 1 | -2/+2 |
|
|
* | Hopefully fix isnan/isinf for good (for all platforms) | Bill King | 2009-07-08 | 1 | -12/+20 |
|
|
* | Update QGroupBox on focus | Benjamin Poulain | 2009-07-08 | 1 | -5/+1 |
|
|
* | Fixes Dericks inf/nan patch for msvc | Bill King | 2009-07-08 | 1 | -0/+13 |
|
|
* | remove debug | Derick Hawcroft | 2009-07-07 | 1 | -1/+0 |
|
|
* | Handle special number cases (nan,{+-}infinity) in PostgreSQL | Derick Hawcroft | 2009-07-07 | 1 | -0/+17 |
|
|
* | Document limitation in Cocoa cursor handling. | Norwegian Rock Cat | 2009-07-07 | 1 | -0/+5 |
|
|
* | Fix typo in color calculation. | Norwegian Rock Cat | 2009-07-07 | 1 | -3/+3 |
|
|
* | Handle all PostgreSQL notifications sitting in the queue | Derick Hawcroft | 2009-07-07 | 1 | -4/+4 |
|
|
* | Fix issue where a mainwindow would show two size grips in Cocoa. | Norwegian Rock Cat | 2009-07-06 | 1 | -2/+5 |
|
|
* | Implement QApplication::setOverrideCursor to use pure Cocoa calls | Norwegian Rock Cat | 2009-07-06 | 1 | -1/+11 |
|
|
* | Fixed dead code possibly leading to crash. | Rohan McGovern | 2009-07-03 | 1 | -1/+1 |
|
|
* | Fixes ::record for dialect 3 named tables in interbase/firebird. | Bill King | 2009-07-03 | 1 | -2/+2 |
|
|
* | Fixes invalid length for numeric fields in oracle. | Bill King | 2009-07-03 | 1 | -1/+1 |
|
|
* | QDirectFBPaintEngine return if destRect is null | Anders Bakken | 2009-07-03 | 1 | -0/+2 |
|
|
* | Better debug output for QDirectFBPaintEngine | Anders Bakken | 2009-07-02 | 1 | -2/+5 |
|
|
* | Remove unused function viewUnderTransparentForMouseView in QCocoaView. | Prasanth Ullattil | 2009-07-02 | 2 | -57/+0 |
|
|
* | Drag and drop events are not delivered correctly in Cocoa | Prasanth Ullattil | 2009-07-02 | 2 | -8/+43 |
|
|
* | Implement hitTest | Norwegian Rock Cat | 2009-07-02 | 2 | -54/+7 |
|
|
* | Fix a regression where dynamic tooltips wouldn't show up in Cocoa. | Norwegian Rock Cat | 2009-07-02 | 2 | -4/+15 |
|
|
* | Fix oops in strcmp in QBuffer. | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
|
|
* | Add a note about this method not being safe in multithreaded contexts | Thiago Macieira | 2009-07-02 | 1 | -0/+7 |
|
|
* | Tinyint is unsigned, force it to such. | Bill King | 2009-07-02 | 1 | -1/+3 |
|
|
* | Get more autotests passing/fixed up. | Bill King | 2009-07-02 | 1 | -2/+5 |
|
|
* | We still need to Flip in NO_WM mode | Anders Bakken | 2009-07-02 | 1 | -1/+1 |
|
|
* | Make sure we check the right device | Anders Bakken | 2009-07-01 | 1 | -2/+2 |
|
|
* | Code cleanup | Anders Bakken | 2009-07-01 | 1 | -48/+36 |
|
|
* | Doc: clearifying docs - QProgressDialog | Morten Engvoldsen | 2009-07-01 | 1 | -1/+1 |
|
|
* | Fixed the build on Windows after regenerating the unicode tables. | Denis Dzyubenko | 2009-07-01 | 1 | -2/+2 |
|
|
* | Doc: correcting typo | Morten Engvoldsen | 2009-07-01 | 2 | -2/+2 |
|
|
* | Regenerated unicode tables after the fix in the generator. | Denis Dzyubenko | 2009-07-01 | 2 | -6693/+6694 |
|
|
* | Document unified toolbar change with regard to full screen change. | Norwegian Rock Cat | 2009-07-01 | 1 | -3/+4 |
|
|
* | Don assume QVariant::String data is going to always be unicode in QODBC | Derick Hawcroft | 2009-06-30 | 1 | -1/+1 |
|
|