summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fixed drawTiledPixmap() for the GL paint engine.Trond Kjernåsen2009-06-221-7/+13
| | * Check for null pointer in QGraphicsProxyWidget::event() in case there is no f...Marius Bugge Monsen2009-06-221-1/+1
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Marius Bugge Monsen2009-06-221-1/+4
| | |\
| | | * Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-221-1/+4
| | * | Check if the row larger or equal to the flowPositions vector to prevent out o...Marius Bugge Monsen2009-06-221-1/+1
| | |/
| | * Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-222-11/+14
| | * task 226042Derick Hawcroft2009-06-221-8/+21
| | * Minor optimizationAnders Bakken2009-06-221-1/+0
| | * Bail out on invalid color in fillRectAnders Bakken2009-06-221-1/+6
| | * Use const ref for foreachAnders Bakken2009-06-221-1/+1
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-06-19657-2109/+2509
| | * QNetworkAccessManager: Clarify doc about deleting QNetworkReplyMarkus Goetz2009-06-181-3/+2
| | * Fixed a problem with QSvgRenderer::animationDuration().Trond Kjernåsen2009-06-181-0/+1
| | * QNAM HTTP code: Do not close TCP connection in all casesMarkus Goetz2009-06-181-1/+2
| | * QItemEditorFactory: made sure the ownership is taken on theThierry Bastian2009-06-181-2/+14
| | * Made QInputDialog::getText() return null QString when rejectedStian Sandvik Thomassen2009-06-181-3/+3
| | * Fixed bugs in QPainterPath::united().Samuel Rødal2009-06-171-27/+42
| | * Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-172-2/+2
| | * ItemViews : Fixed a performance regression whne changing data in theThierry Bastian2009-06-171-1/+1
| | * Fixed a bottleneck in itemviews that would ask for an update outsideThierry Bastian2009-06-171-2/+8
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-06-163-2/+34
| | |\
| | | * Backported WebKit SVG revisions (r43590, r43795) from the trunkSimon Hausmann2009-06-163-2/+34
| | * | Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-3/+3
| | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-163004-5991/+5991
| | * Improved styling of expander arrows with Gtk+Jens Bache-Wiig2009-06-161-9/+6
| | * Prevented QCompleter popup from appearing briefly on Windows.jasplin2009-06-161-1/+5
| | * QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()Markus Goetz2009-06-151-1/+1
| | * Fix wrong comparator in QSslCertificatePrivate::QByteArray_from_X509Markus Goetz2009-06-151-1/+1
| | * Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-154-4/+4
| | * 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-092-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