summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Cocoa: dialogs are sometimes not shown if triggered from outside the appRichard Moe Gustavsen2009-04-141-0/+3
| | * Don't crash in XP style if the painter is inactive.Gunnar Sletta2009-04-141-2/+2
| | * Fix docs of QPainter::initFrom.Gunnar Sletta2009-04-141-2/+2
| | * Remove duplicate defines in the mac accessibility module.Morten Sørvig2009-04-141-122/+0
| | * Beautify displayArgs parsingAnders Bakken2009-04-091-12/+18
| | * Take out the DSCAPS_TRIPLE when not blittingAnders Bakken2009-04-091-7/+0
| | * Better warnings when primary is not in videomemAnders Bakken2009-04-091-3/+5
| | * Clean up code a little and get rid extra memcpysAnders Bakken2009-04-091-48/+3
| | * Fix setOpacityAnders Bakken2009-04-091-6/+8
| | * Inline hasAlphaChannel and add pixelFormat getterAnders Bakken2009-04-092-7/+2
| | * Make sure to update the member opacity variableAnders Bakken2009-04-091-1/+2
| | * Be smarter about alpha formatsAnders Bakken2009-04-093-32/+133
| | * Make flipping and paintOnScreen work betterAnders Bakken2009-04-091-12/+14
| | * Diagnostic info when failing to create surfaceAnders Bakken2009-04-081-0/+10
| | * Fix up drawing/blitting/porterduff situationAnders Bakken2009-04-081-135/+77
| | * Don't convert unsupported images for dfbAnders Bakken2009-04-081-9/+4
| | * BT: Compilefix for Windows CE and namespacesThomas Hartmann2009-04-081-4/+6
| | * Merge branch '4.5' of http://git.scm.dev.nokia.troll.no/qt/qt into 4.5Thomas Hartmann2009-04-081-0/+4
| | |\
| | | * BT: Fix a painting glitch in gtk combo boxJens Bache-Wiig2009-04-081-0/+4
| | * | Fixes: No navigation with alt for the native menubar (Windows CE)Thomas Hartmann2009-04-081-0/+3
| | |/
| | * BT: Fix up comments in new Cocoa files.Norwegian Rock Cat2009-04-089-119/+163
| | * Javascript: When there is javascript running then it will spin the CPU at 100%Bradley T. Hughes2009-04-081-3/+12
| | * BT: Fix infinite recursion potential from change acff913a6287ad50b0ac782Norwegian Rock Cat2009-04-081-4/+5
| | * Revert "Bt: Fix regression in the Embedded dialogs example"Andreas Aardal Hanssen2009-04-081-13/+11
| | * DB2 driver returning double field as emptyBill King2009-04-081-1/+1
| | * Missed these changes from the last commit.Bill King2009-04-081-3/+7
| | * Fixes: Memory leak in DB2 driverBill King2009-04-071-12/+23
| | * Work around RGB32 issue in solidFillAnders Bakken2009-04-071-15/+22
| | * Make flipflags work a little better.Anders Bakken2009-04-073-24/+41
| | * Make sure to clear surface in toImageAnders Bakken2009-04-071-1/+6
| | * Fix compilation if SSL is not enabled.Thiago Macieira2009-04-071-6/+4
| | * Bt: Fix regression in the Embedded dialogs exampleJens Bache-Wiig2009-04-071-11/+13
| | * BT: Prevent a crash in Designer when quiting when in the filter edit.Norwegian Rock Cat2009-04-072-3/+6
| | * fix tap-and-hold checkbox problem for Windows CEJoerg Bornemann2009-04-073-12/+11
| | * Merge branch '4.5' of git@scm.dev-nokia.troll.no:qt/qt into 4.5Thomas Hartmann2009-04-074-36/+42
| | |\
| | | * Drag cursor is not updated when modifier keys are pressed/released inPrasanth Ullattil2009-04-072-2/+6
| | | * BT: QFileDialog: A folder with a name containing diacritic is disabled on Mac...Richard Moe Gustavsen2009-04-071-1/+1
| | | * BT: Send the keyevent after we send the shortcutoverride in menuNorwegian Rock Cat2009-04-071-0/+1
| | | * Adjust commentsNorwegian Rock Cat2009-04-071-33/+34
| | * | BT: compilefix for Qt in namespaceThomas Hartmann2009-04-071-3/+3
| | |/
| | * Fixes: WDestructiveClose flag and the new WindowCancelButtonHint have the ...Thomas Hartmann2009-04-071-3/+3
| | * Fixes missing hover on QListView in VistaJens Bache-Wiig2009-04-072-0/+4
| | * BT: Compile without QT3SUPPORTJens Bache-Wiig2009-04-071-1/+1
| | * QLocalSocket will disconnect 30 seconds after a successful delayed connectBradley T. Hughes2009-04-072-13/+16
| | * Compile.Norwegian Rock Cat2009-04-071-1/+1
| | * BT: Fix regression when tooltips dissappear suddenly in Unified toolbarNorwegian Rock Cat2009-04-073-2/+37
| | * Adds a few \warnings to the docs on do-not-use-for-performance-reasonsGunnar Sletta2009-04-074-5/+43
| | * Works around a crash in q3richtext.Gunnar Sletta2009-04-071-1/+2
| | * Fixes: Calling repaint() during a top-level resizeGunnar Sletta2009-04-071-10/+14
| | * Fixes: Make drawPixmap as fast as drawImage on rasterRGunnar Sletta2009-04-072-34/+68