| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes: Some modifications after a talk with Ariya | Alexis Menard | 2009-04-07 | 4 | -6/+20 |
|
|
* | Fixes: Adapt a bit the public API | Alexis Menard | 2009-04-07 | 1 | -2/+1 |
|
|
* | Fixes: Initial work on an API to allow a custom/indexing on the QGraphicsS... | Alexis Menard | 2009-04-07 | 6 | -6/+198 |
|
|
* | Disable mouse tracking in QGraphicsView if possible. | Bjoern Erik Nilsen | 2009-04-07 | 6 | -3/+167 |
|
|
* | Use qIsFuzzyNull rather than qFuzzyCompare | Bjoern Erik Nilsen | 2009-04-07 | 3 | -7/+7 |
|
|
* | Optimise QMatrix and QTransform | Lars Knoll | 2009-04-07 | 4 | -89/+220 |
|
|
* | Add an internal qIsFuzzyNull(double) method | Lars Knoll | 2009-04-07 | 1 | -0/+16 |
|
|
* | Optimize QGraphicsItem::map(To|From)Parent(const QPainterPath) | Bjoern Erik Nilsen | 2009-04-07 | 1 | -4/+6 |
|
|
* | Add -qconfig support for non QWS builds. | Robert Griebl | 2009-04-07 | 1 | -7/+8 |
|
|
* | Added copyright headers for the new QWS keymap handling files | Robert Griebl | 2009-04-07 | 7 | -584/+149 |
|
|
* | compile fix with namespaces | hjk | 2009-04-07 | 1 | -3/+3 |
|
|
* | Wrong merge after 6e13559503040963c28dd8f5b6881e3a2b9d5596. | Bjoern Erik Nilsen | 2009-04-07 | 1 | -8/+8 |
|
|
* | Merge commit 'origin/4.5' | Bjoern Erik Nilsen | 2009-04-07 | 81 | -3555/+3856 |
|\ |
|
| * | qmake: additional compiler options were written twice into vcproj files | Joerg Bornemann | 2009-04-07 | 1 | -2/+0 |
|
|
| * | make shadow builds with default moc/ui dirs work again | Oswald Buddenhagen | 2009-04-07 | 3 | -0/+15 |
|
|
| * | fix QMAKE_VAR_FIRST_ expansion in compiler flags | Oswald Buddenhagen | 2009-04-07 | 1 | -1/+1 |
|
|
| * | BT: Compile without QT3SUPPORT | Jens Bache-Wiig | 2009-04-07 | 1 | -1/+1 |
|
|
| * | QLocalSocket will disconnect 30 seconds after a successful delayed connect | Bradley T. Hughes | 2009-04-07 | 2 | -13/+16 |
|
|
| * | Compile. | Norwegian Rock Cat | 2009-04-07 | 1 | -1/+1 |
|
|
| * | BT: Fix regression when tooltips dissappear suddenly in Unified toolbar | Norwegian Rock Cat | 2009-04-07 | 3 | -2/+37 |
|
|
| * | Adds a few \warnings to the docs on do-not-use-for-performance-reasons | Gunnar Sletta | 2009-04-07 | 4 | -5/+43 |
|
|
| * | Works around a crash in q3richtext. | Gunnar Sletta | 2009-04-07 | 1 | -1/+2 |
|
|
| * | Fixes: Calling repaint() during a top-level resize | Gunnar Sletta | 2009-04-07 | 1 | -10/+14 |
|
|
| * | Fixes: Make drawPixmap as fast as drawImage on rasterR | Gunnar Sletta | 2009-04-07 | 2 | -34/+68 |
|
|
| * | Fixes: Make drawPixmap slightly more optimal for QPaintEngineEx | Gunnar Sletta | 2009-04-07 | 1 | -3/+6 |
|
|
| * | Kill some warnings | Anders Bakken | 2009-04-07 | 1 | -0/+6 |
|
|
| * | Approriate warning with incompatible options | Anders Bakken | 2009-04-07 | 1 | -0/+4 |
|
|
| * | Code cleanup. | Anders Bakken | 2009-04-07 | 2 | -9/+9 |
|
|
| * | Call ReleaseSource where appropriate | Anders Bakken | 2009-04-07 | 3 | -2/+5 |
|
|
| * | Better QDirectFBPixmapData::toImage() | Anders Bakken | 2009-04-07 | 1 | -0/+11 |
|
|
| * | Optimize bytesPerLine further | Anders Bakken | 2009-04-07 | 1 | -1/+0 |
|
|
| * | Optimize fillRects/fillRegion | Anders Bakken | 2009-04-07 | 1 | -23/+5 |
|
|
| * | Cleanup. This function is no longer used. | Anders Bakken | 2009-04-07 | 1 | -10/+0 |
|
|
| * | Make sure to set blitting flags | Anders Bakken | 2009-04-07 | 3 | -25/+43 |
|
|
| * | Improve QDirectFBPixmapData::copy | Anders Bakken | 2009-04-07 | 1 | -2/+8 |
|
|
| * | Improve QDirectFBPixmapData::transformed | Anders Bakken | 2009-04-07 | 1 | -5/+14 |
|
|
| * | Clean up surface creation code | Anders Bakken | 2009-04-07 | 1 | -9/+5 |
|
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Ian Walters | 2009-04-07 | 7 | -32/+57 |
| |\ |
|
| | * | Make OpenGL/ES 1.1 CommonLite and OpenGL/ES 1.0 builds work | Rhys Weatherley | 2009-04-07 | 5 | -25/+37 |
|
|
| | * | Make sure to dirty clip in setState | Anders Bakken | 2009-04-07 | 1 | -2/+1 |
|
|
| | * | Make windows the right formats and videoonly | Anders Bakken | 2009-04-07 | 1 | -5/+14 |
|
|
| | * | Make sure RGB32 workaround works for windows | Anders Bakken | 2009-04-07 | 1 | -0/+3 |
|
|
| | * | Pens can have brushes | Anders Bakken | 2009-04-07 | 1 | -1/+3 |
|
|
| * | | Remove inline keywords, fix compile bug | Ian Walters | 2009-04-07 | 1 | -3/+3 |
| |/ |
|
| * | Fix up some QT_...NO_PALETTE codepaths | Anders Bakken | 2009-04-07 | 1 | -4/+6 |
|
|
| * | Move QT_BEGIN_NAMESPACE to after the usual Qt header includes | Rhys Weatherley | 2009-04-07 | 3 | -8/+8 |
|
|
| * | Don't use uninitialized caps | Anders Bakken | 2009-04-06 | 1 | -2/+6 |
|
|
| * | Make compile when Qt3Support is turned off | Bill King | 2009-04-06 | 1 | -0/+2 |
|
|
| * | Fixes: QSqlTableModel does not handle updates when one of the fields has | Bill King | 2009-04-06 | 2 | -3/+36 |
|
|
| * | BT: Fixed treeview painting regression on Vista | Jens Bache-Wiig | 2009-04-06 | 1 | -6/+14 |
|
|