summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Add the complex control SC_SpinBoxEditField to style optionNils Christian Roscher-Nielsen2009-07-091-1/+1
| | * | Compile fix.Denis Dzyubenko2009-07-091-0/+1
| | * | Fix compile issueThierry Bastian2009-07-093-13/+20
| | * | QTabBar: now uses QVariantAnimation over QTimeLineThierry Bastian2009-07-094-73/+65
| | * | QTreeView: cleanup of useless private slotsThierry Bastian2009-07-094-48/+20
| | * | QTreeView: use QVariantAnimation over QTimeLineThierry Bastian2009-07-094-67/+55
| | * | Fixes a memory corruption when converting data with QIconvCodecDenis Dzyubenko2009-07-091-2/+4
| | * | Fixed handling of some SVG attributes when value is invalid.Suneel BS2009-07-091-14/+34
| | * | Fixed inheritence of SVG fill attributes.Suneel BS2009-07-093-35/+64
| | * | QHttpNetworkReply: Cache isChunkedMarkus Goetz2009-07-092-1/+6
| | * | Use 'struct QConcatenable' instead of 'class QConcatenable' tohjk2009-07-091-1/+1
| | * | QRingBuffer micro optimizationMarkus Goetz2009-07-091-1/+4
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtFriedemann Kleint2009-07-091-0/+2
| | |\ \
| | | * | Add QT_END_HEADER to fix compile on PowerPC Mac and make autotest pass.Volker Hilsheimer2009-07-091-0/+2
| | * | | Remove unneeded assert.Friedemann Kleint2009-07-091-1/+0
| | |/ /
| | * | Directly copy QGenericMatrix members instead of using qMemCopy()Rhys Weatherley2009-07-091-1/+3
| | * | Remove some left-over mentions of fixed-point in math3dRhys Weatherley2009-07-095-20/+3
| | * | Make compileBill King2009-07-081-0/+1
| | * | Merge commit 'origin/4.5'Bill King2009-07-0815-91/+135
| | |\ \ | | | |/
| | | * 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
| | * | QPropertyAnimation: save a Q_GLOBAL_STATICThierry Bastian2009-07-081-10/+8
| | * | Fix possible crash in QDockAreasThierry Bastian2009-07-081-1/+1
| * | | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-102-2/+3
| * | | Fixes broken item-lookup for untransformable items.Bjørn Erik Nilsen2009-07-101-1/+6
| * | | Painting artifacts when closing an embedded popup in Graphics View.Bjørn Erik Nilsen2009-07-101-4/+3
| * | | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-102-24/+26
| * | | Rendering artifacts when hiding a QGraphicsItem.Bjørn Erik Nilsen2009-07-091-0/+10
| * | | Optimize QGraphicsViewPrivate::updateRect/updateRegion.Bjørn Erik Nilsen2009-07-082-7/+23
| * | | Reduce QTransform operations in QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-082-28/+76
| * | | Reduce QTransform operations in Graphics View.Bjørn Erik Nilsen2009-07-084-61/+188
| * | | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-07-032-62/+81