summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-1515-536/+81
* Get rid of warningsAnders Bakken2009-06-141-2/+2
* Fixed problems with the event handling in QCompleter on Mac.jasplin2009-06-121-1/+1
* QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
* Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-112-8/+14
* Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
* Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
* fix "make debug" under windowsOswald Buddenhagen2009-06-111-1/+1
* Fixed a problem with disappearing borders in a QTextFrame.Trond Kjernåsen2009-06-111-18/+18
* Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-102-2/+7
* QSslSocket: Wrong warning message in startServerEncryptionMarkus Goetz2009-06-101-1/+1
* Fix compile error on TigerRichard Moe Gustavsen2009-06-101-1/+2
* Make sure QImage::mirrored() doesn't crash if it runs out of memory.Trond Kjernåsen2009-06-101-0/+5
* Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
* Skip empty parts in KDEDIRSJoão Abecasis2009-06-091-1/+1
* Make it possible to compile Qt 4.5 SSL support with OpenSSL 1.0.0Bernhard Rosenkraenzer2009-06-095-2/+59
* Make DirectFB compile with 0.9.22Anders Bakken2009-06-082-3/+8
* Make the directfb plugin compile against 0.9Anders Bakken2009-06-085-4/+40
* Fixed a validation problem in QSvgIOHandler::canRead().Trond Kjernåsen2009-06-081-5/+30
* Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-081-1/+1
* Mac: play music from CD does not work in PhononRichard Moe Gustavsen2009-06-086-83/+313
* Doc typo fix in QSslSocketMarkus Goetz2009-06-081-1/+1
* Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
* Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
* Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-051-4/+1
* Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
* Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-052-13/+16
* Make sure to retain alpha information in copyAnders Bakken2009-06-041-3/+4
* Remove a Q_ASSERT that could be triggered under some conditions.Thiago Macieira2009-06-041-1/+0
* Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
* Document the proper signals that the ::open() convenience connects to.Norwegian Rock Cat2009-06-044-6/+15
* Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
* BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-1/+4
* fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
* BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-031-15/+37
* Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
* Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
* open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
* Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
* Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
* Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
* BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
* Fixed aspect ratio on WindowsThierry Bastian2009-06-022-0/+3
* Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
* BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
* Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
* Improve readability of QDFBWindowSurface::scrollAnders Bakken2009-06-011-21/+18
* Don't support porter duff |= source overAnders Bakken2009-05-291-96/+24
* Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
* Remove unused variable.Alexis Menard2009-05-291-1/+0