Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 1 | -0/+6 | |
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | mae | 2009-05-27 | 8 | -22/+82 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove used variable | Olivier Goffart | 2009-05-27 | 2 | -4/+1 | |
| | * | | | | | Integrate merge-request #419 into branch 'master' | Simon Hausmann | 2009-05-27 | 1 | -0/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Memory of fixedKernel is never returned, found by cppcheck. | Daniël | 2009-05-27 | 1 | -0/+1 | |
| | * | | | | | | Optimized fast scaling of ARGB8565 images onto RGB16 images. | Samuel Rødal | 2009-05-27 | 1 | -1/+58 | |
| | * | | | | | | Make QGLWidgets have the same background colour as QWidgets | Tom Cooksey | 2009-05-27 | 4 | -17/+22 | |
| * | | | | | | | Restore undo compression for cut/del of selections | mae | 2009-05-27 | 1 | -25/+32 | |
| |/ / / / / / | ||||||
| * | | | | | | Add comparation of images with indexed color | Benjamin Poulain | 2009-05-27 | 1 | -5/+5 | |
| * | | | | | | Make WA_TranslucentBackground work on QGLWidget for X11 | Tom Cooksey | 2009-05-27 | 5 | -15/+146 | |
| * | | | | | | Avoided expensive image upload for GL pixmap backend for QPixmap::fill. | Samuel Rødal | 2009-05-27 | 4 | -11/+59 | |
| * | | | | | | Fixed bugs in GL2 paint engine when several engines are active. | Samuel Rødal | 2009-05-27 | 4 | -33/+41 | |
| * | | | | | | Optimized QRasterPixmapData::metric. | Samuel Rødal | 2009-05-27 | 1 | -11/+22 | |
| * | | | | | | Avoid deep copies of pixmaps when using cache in QGraphicsView. | Alexis Menard | 2009-05-27 | 1 | -13/+15 | |
| * | | | | | | small refactor to change the interpolator at the same time as the | Thierry Bastian | 2009-05-27 | 4 | -34/+40 | |
| * | | | | | | Do not use the locale in QDoubleSpinBoxPrivate::round | Olivier Goffart | 2009-05-27 | 1 | -3/+1 | |
| * | | | | | | Add a flag that ensure that a connection is made only one | Olivier Goffart | 2009-05-27 | 2 | -10/+29 | |
| * | | | | | | Use GLInt and not uint because of Apple's old header swap | Martin Smith | 2009-05-27 | 1 | -1/+1 | |
| * | | | | | | Fix WinCE compile error not fixed by c666b88 | Jason McDonald | 2009-05-27 | 1 | -1/+1 | |
| * | | | | | | doc update | Thierry Bastian | 2009-05-26 | 2 | -40/+186 | |
| * | | | | | | some cleanups on private exported symbols | Thierry Bastian | 2009-05-26 | 13 | -41/+14 | |
| * | | | | | | Mac: Prefix sat in qt.conf is ignored on Mac | Richard Moe Gustavsen | 2009-05-26 | 1 | -8/+8 | |
| * | | | | | | A GLint is converted to int for passing to qBound(). | Martin Smith | 2009-05-26 | 1 | -1/+1 | |
| * | | | | | | We first remove the pixmap from the cache and then release the key | Alexis Menard | 2009-05-26 | 1 | -1/+3 | |
| * | | | | | | Windows CE compile fix | Joerg Bornemann | 2009-05-26 | 1 | -1/+1 | |
| * | | | | | | Fixed a bug in animation when you set a start value that doesn't have | Thierry Bastian | 2009-05-26 | 1 | -3/+7 | |
| * | | | | | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTS | Thierry Bastian | 2009-05-26 | 4 | -4/+4 | |
| * | | | | | | Fixed docs warnings for Animation API | Thierry Bastian | 2009-05-26 | 3 | -6/+15 | |
| * | | | | | | Fix build failure on MacOS 10.4 | Tom Cooksey | 2009-05-26 | 1 | -3/+3 | |
| * | | | | | | Protect dump function by ifdef. | Ian Walters | 2009-05-25 | 2 | -1/+11 | |
| * | | | | | | Fix all docs warnings and add since 4.6 to new methods | Alexis Menard | 2009-05-25 | 1 | -7/+22 | |
| * | | | | | | Fixed insertion of unnecessary spaces at the end of attribute lists | Thorbjørn Lindeijer | 2009-05-25 | 1 | -3/+2 | |
| * | | | | | | Some refactoring of windows specific code + a private class of animations | Thierry Bastian | 2009-05-25 | 8 | -82/+56 | |
| * | | | | | | Removed some export to symbols that don't need it | Thierry Bastian | 2009-05-25 | 7 | -27/+11 | |
| * | | | | | | Fix a warning on MSVC | Thierry Bastian | 2009-05-25 | 1 | -1/+1 | |
| * | | | | | | Compile fix | Thierry Bastian | 2009-05-25 | 2 | -2/+2 | |
| * | | | | | | Added QT_NO_ANIMATION to qfeatures | Thierry Bastian | 2009-05-25 | 2 | -4/+17 | |
| * | | | | | | Warnings fixed on MSVC | Thierry Bastian | 2009-05-25 | 1 | -1/+3 | |
| * | | | | | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 73 | -223/+220 | |
| * | | | | | | Introduced preserved swap buffer path in GL window surface. | Samuel Rødal | 2009-05-25 | 1 | -50/+64 | |
| * | | | | | | Fixed bug in QPaintEngineEx::drawTiledPixmap fallback code. | Samuel Rødal | 2009-05-25 | 1 | -1/+1 | |
| * | | | | | | Fixed bug in uninitialized GL pixmaps. | Samuel Rødal | 2009-05-25 | 1 | -0/+2 | |
| * | | | | | | Fixed broken system clip handling in GL2 paint engine. | Samuel Rødal | 2009-05-25 | 2 | -2/+11 | |
| * | | | | | | Made PixelBuffer/FramebufferObject report correct DPI based metrics. | Samuel Rødal | 2009-05-25 | 2 | -14/+16 | |
| * | | | | | | Merge branch 'master' into graphics-master | Tom Cooksey | 2009-05-25 | 125 | -476/+15114 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added a "Qt 5 FIXME" comment to qmessagebox.h. | jasplin | 2009-05-25 | 1 | -0/+2 | |
| | * | | | | | | Fix a mistake in the doc. | Alexis Menard | 2009-05-25 | 1 | -2/+1 | |
| | * | | | | | | Merge branch '4.5' | Thiago Macieira | 2009-05-23 | 1 | -15/+0 | |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| | | * | | | | | Fix another compilation breakage introduced by the fix to the | Thiago Macieira | 2009-05-23 | 1 | -15/+0 | |
| | * | | | | | | Disable the SH_Menu_AllowActiveAndDisabled on plastique style. | Olivier Goffart | 2009-05-22 | 1 | -0/+5 | |