Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | 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 | 2 | -5/+33 | |
* | | | | | | | | | 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 | 4 | -13/+118 | |
* | | | | | | | | | 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 | 5 | -19/+119 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | Fixed crash when encountering invalid forms. | Friedemann Kleint | 2009-05-26 | 1 | -1/+4 | |
* | | | | | | | | | 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 | 2 | -1/+11 | |
* | | | | | | | | | 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 | 2 | -22/+65 | |
* | | | | | | | | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTS | Thierry Bastian | 2009-05-26 | 4 | -4/+4 | |
* | | | | | | | | | Fix the previous fix. | Jan-Arve Sæther | 2009-05-26 | 1 | -177/+5 | |
* | | | | | | | | | Fix doc warnings for Phonon | Thierry Bastian | 2009-05-26 | 1 | -2/+30 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | implement --locations option (complementing lupdate) | Oswald Buddenhagen | 2009-05-25 | 2 | -1/+18 | |
* | | | | | | | | | implement --no-ui-lines option (complementing lupdate) | Oswald Buddenhagen | 2009-05-25 | 3 | -0/+28 | |
* | | | | | | | | | remove now unused static function | Oswald Buddenhagen | 2009-05-25 | 1 | -11/+2 | |
* | | | | | | | | | 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 | 9 | -62/+25 | |
* | | | | | | | | | qdoc: Fixed non-well-formed XML. | David Boddie | 2009-05-25 | 2 | -1/+2 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | Fixed compilation Solaris. | Friedemann Kleint | 2009-05-25 | 1 | -10/+6 | |
* | | | | | | | | | Merge branch 'master' into graphics-master | Tom Cooksey | 2009-05-25 | 433 | -676/+41186 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | |