summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make ./configure work better with spaces in path names.hjk2009-04-152-21/+23
* Changed codeeditor include to use double quotes, was failing to compile uncer...Kurt Korbatits2009-04-151-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtmae2009-04-0958-3089/+580
|\
| * QTextEdit character are lost after special characters like ^ ยด `Prasanth Ullattil2009-04-085-5/+50
| * Refactor the palette and opacity change into a separate function.Norwegian Rock Cat2009-04-082-14/+24
| * Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-0823-112/+112
| * Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-0818-93/+92
| * Merge branch 'no-math3d-fixed'Rhys Weatherley2009-04-0828-2953/+391
| |\
| | * Remove fixed-point support from math3dRhys Weatherley2009-04-0828-2953/+391
| * | The QT_NO_SHAREDMEMORY define was checked a bit too lateRobert Griebl2009-04-071-4/+3
* | | Default text width before QPlainTextEdit was shown for the first timemae2009-04-091-1/+6
|/ /
* | Disable mouse tracking in QGraphicsView if possible.Bjoern Erik Nilsen2009-04-076-3/+167
* | Use qIsFuzzyNull rather than qFuzzyCompareBjoern Erik Nilsen2009-04-073-7/+7
* | Optimise QMatrix and QTransformLars Knoll2009-04-074-89/+220
* | Add an internal qIsFuzzyNull(double) methodLars Knoll2009-04-071-0/+16
* | Optimize QGraphicsItem::map(To|From)Parent(const QPainterPath)Bjoern Erik Nilsen2009-04-071-4/+6
* | Add -qconfig support for non QWS builds.Robert Griebl2009-04-071-7/+8
* | Added copyright headers for the new QWS keymap handling filesRobert Griebl2009-04-077-584/+149
* | compile fix with namespaceshjk2009-04-071-3/+3
* | Wrong merge after 6e13559503040963c28dd8f5b6881e3a2b9d5596.Bjoern Erik Nilsen2009-04-071-8/+8
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-0781-3555/+3856
|\ \ | |/ |/|
| * qmake: additional compiler options were written twice into vcproj filesJoerg Bornemann2009-04-071-2/+0
| * make shadow builds with default moc/ui dirs work againOswald Buddenhagen2009-04-073-0/+15
| * fix QMAKE_VAR_FIRST_ expansion in compiler flagsOswald Buddenhagen2009-04-071-1/+1
| * 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
| * Fixes: Make drawPixmap slightly more optimal for QPaintEngineExGunnar Sletta2009-04-071-3/+6
| * Kill some warningsAnders Bakken2009-04-071-0/+6
| * Approriate warning with incompatible optionsAnders Bakken2009-04-071-0/+4
| * Code cleanup.Anders Bakken2009-04-072-9/+9
| * Call ReleaseSource where appropriateAnders Bakken2009-04-073-2/+5
| * Better QDirectFBPixmapData::toImage()Anders Bakken2009-04-071-0/+11
| * Optimize bytesPerLine furtherAnders Bakken2009-04-071-1/+0
| * Optimize fillRects/fillRegionAnders Bakken2009-04-071-23/+5
| * Cleanup. This function is no longer used.Anders Bakken2009-04-071-10/+0
| * Make sure to set blitting flagsAnders Bakken2009-04-073-25/+43
| * Improve QDirectFBPixmapData::copyAnders Bakken2009-04-071-2/+8
| * Improve QDirectFBPixmapData::transformedAnders Bakken2009-04-071-5/+14
| * Clean up surface creation codeAnders Bakken2009-04-071-9/+5
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Ian Walters2009-04-077-32/+57
| |\
| | * Make OpenGL/ES 1.1 CommonLite and OpenGL/ES 1.0 builds workRhys Weatherley2009-04-075-25/+37
| | * Make sure to dirty clip in setStateAnders Bakken2009-04-071-2/+1
| | * Make windows the right formats and videoonlyAnders Bakken2009-04-071-5/+14
| | * Make sure RGB32 workaround works for windowsAnders Bakken2009-04-071-0/+3