Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | accelerate QWindowsPipeWriter for bigger chunks of data | Joerg Bornemann | 2010-04-12 | 2 | -6/+4 | |
| | | | * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-04-12 | 126 | -1586/+2865 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Fix flattening of largely scaled, thin, dashed beziers. | Gunnar Sletta | 2010-04-12 | 1 | -4/+24 | |
| | | | | * | | | | | Increased the precision used to flatten beziers | Gunnar Sletta | 2010-04-12 | 1 | -2/+2 | |
| | | | | * | | | | | Fix QT_NO_MOVIE | Tasuku Suzuki | 2010-04-12 | 4 | -0/+14 | |
| | | | | * | | | | | Fix compile error with QT_NO_ACTION in QtGui | Tasuku Suzuki | 2010-04-12 | 1 | -7/+8 | |
| | | | | * | | | | | Fix QT_NO_COMPLETER | Tasuku Suzuki | 2010-04-12 | 1 | -1/+1 | |
| | | | | * | | | | | Fix QT_NO_FSCOMPLETER | Tasuku Suzuki | 2010-04-12 | 1 | -0/+4 | |
| | | | | * | | | | | Fix QT_NO_FILESYSTEMMODEL | Tasuku Suzuki | 2010-04-12 | 1 | -0/+2 | |
| | | | | * | | | | | Build fix | Thierry Bastian | 2010-04-12 | 1 | -10/+0 | |
| | | | | * | | | | | Safeguard ourselves against corrupt registry values for cleartype gamma | Gunnar Sletta | 2010-04-12 | 1 | -0/+5 | |
| | | | | * | | | | | qdrawhelper: optimize the fetch transformed bilinear functions | Olivier Goffart | 2010-04-12 | 1 | -46/+46 | |
| | | | | * | | | | | Compile fix for WinCE | Thierry Bastian | 2010-04-12 | 1 | -1/+7 | |
| | | | | * | | | | | Make sure the selectionChanged signal is not called too much | Thierry Bastian | 2010-04-12 | 3 | -1/+26 | |
| | | | | * | | | | | Merge commit 'internal-qt-repo/4.7' into oslo-staging-2/4.7 | Tom Cooksey | 2010-04-12 | 20 | -519/+1161 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Jan-Arve Sæther | 2010-04-12 | 33 | -303/+334 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-04-10 | 53 | -941/+1265 | |
| | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | Fix the doc for QFrame::frameStyle | Thierry Bastian | 2010-04-09 | 1 | -1/+1 | |
| | | | | | | * | | | | | | Don't use texture-from-pixmap if the target isn't GL_TEXTURE_2D | Tom Cooksey | 2010-04-09 | 1 | -1/+2 | |
| | | | | | | * | | | | | | Add runtime check for GLX >= 1.3 before using glXCreatePixmap | Tom Cooksey | 2010-04-09 | 1 | -0/+8 | |
| | | | | | | * | | | | | | QDrawHelper: Reduce code duplications | Olivier Goffart | 2010-04-09 | 1 | -215/+61 | |
| | | | | | | * | | | | | | Improve matching X11 VisualIDs to EGL configs | Tom Cooksey | 2010-04-09 | 1 | -24/+53 | |
| | | | | * | | | | | | | | Implement heightForWidth support for QTabWidget and QStackedLayout. | Jan-Arve Sæther | 2010-04-12 | 9 | -16/+102 | |
| | | | | | |/ / / / / / | | | | | |/| | | | | | | ||||||
| | | | | * | | | | | | | Remove obsolete function set_winapp_name() | miniak | 2010-04-09 | 2 | -44/+14 | |
| | | | | * | | | | | | | Speedup fetchTransformedBilinear in the fast_matrix case | Olivier Goffart | 2010-04-09 | 1 | -7/+9 | |
| | | | | * | | | | | | | Allow y-interted pixmaps for brushes in GL2 paint engine | Tom Cooksey | 2010-04-09 | 1 | -1/+3 | |
| | | | | * | | | | | | | Fix build with mingw (64 bit) | Thierry Bastian | 2010-04-08 | 1 | -0/+3 | |
| | | | | * | | | | | | | Adjust indentation | Bernhard Rosenkraenzer | 2010-04-08 | 1 | -10/+10 | |
| | | | | * | | | | | | | e-Ink support cleanup | Bernhard Rosenkraenzer | 2010-04-08 | 2 | -7/+27 | |
| | | | | * | | | | | | | Tweak the display update IOCTL calls | Bernhard Rosenkraenzer | 2010-04-08 | 1 | -2/+5 | |
| | | | | * | | | | | | | Support 8-Track e-Ink devices | Bernhard Rosenkraenzer | 2010-04-08 | 2 | -6/+47 | |
| | | | | * | | | | | | | Get stride from LinuxFB instead of calculating it ourselves. | Paul Olav Tvete | 2010-04-08 | 1 | -1/+1 | |
| | | | | * | | | | | | | Fixed bug in QPainterPath::intersected(). | Samuel Rødal | 2010-04-08 | 1 | -4/+3 | |
| | | | | * | | | | | | | Fix compile error with QT_NO_ANIMATION | Tasuku Suzuki | 2010-04-08 | 1 | -3/+2 | |
| | | | | * | | | | | | | O(n^2) to O(n) optimization in QTreeWidget::selectedItems() | Gabriel de Dietrich | 2010-04-07 | 1 | -1/+5 | |
| | | | | * | | | | | | | Fix EGLImage & re-enable its use in QtOpenGL | Tom Cooksey | 2010-04-07 | 2 | -27/+30 | |
| | | | | | |_|_|_|_|/ | | | | | |/| | | | | | ||||||
| | | | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-30 | 513 | -9275/+16508 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | Fixed the action geometry of menu bar in RTL | Thierry Bastian | 2010-04-07 | 1 | -6/+5 | |
| | | | | | * | | | | | | Disable EGLImage usage | Tom Cooksey | 2010-04-07 | 1 | -24/+24 | |
| | | | | | * | | | | | | Revert "Remove references to evr based renderer from .pro." | Thierry Bastian | 2010-04-07 | 1 | -4/+9 | |
| | | | | | * | | | | | | Revert "Update Phonon ds9 backend to 4.4.0." | Thierry Bastian | 2010-04-07 | 34 | -620/+1001 | |
| | | | | | * | | | | | | QTreeView: fix PageUp/PageDown with disabled items. | Olivier Goffart | 2010-04-07 | 1 | -0/+4 | |
| | | | | * | | | | | | | Fix use of bitmap fonts on some Linux systems | Eskil Abrahamsen Blomfeldt | 2010-03-30 | 1 | -2/+7 | |
| | | | * | | | | | | | | Fix antialiasing with transformed text in OpenGL2 paint engine | Eskil Abrahamsen Blomfeldt | 2010-04-12 | 5 | -4/+12 | |
| * | | | | | | | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-04-14 | 12 | -13/+124 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Revert change 07c347f54 from 4.6. | Thiago Macieira | 2010-04-13 | 1 | -0/+1 | |
| | * | | | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-13 | 13 | -14/+124 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | / | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-04-12 | 10 | -11/+113 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | Fixed app freeze if switching to offline in middle of HTTP transaction. | Aleksandar Sasha Babic | 2010-04-12 | 1 | -1/+7 | |
| | | | * | | | | | | | | Document Symbian platform security requirements on Qt APIs | Frans Englich | 2010-04-12 | 7 | -0/+86 | |