| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'shaderprograms' of git@scm.dev.nokia.troll.no:qt/rweathers-shad... | Rhys Weatherley | 2009-05-01 | 17 | -1059/+3600 |
|\ |
|
| * | Fix loading of partial shaders from files. | Rhys Weatherley | 2009-03-27 | 1 | -3/+0 |
|
|
| * | Bug in QGLShaderProgram::addShader() that stopped partial shaders working. | Rhys Weatherley | 2009-03-27 | 1 | -3/+6 |
|
|
| * | Import shader implementation from before the history cut. | Rhys Weatherley | 2009-03-23 | 53 | -1063/+18061 |
|
|
* | | QDirModel now uses the same translations as QFileSystemModel to | Thierry Bastian | 2009-04-30 | 1 | -5/+6 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Kavindra Devi Palaraja | 2009-04-30 | 2 | -0/+62 |
|\ \ |
|
| * | | Fixed QFile::copy/rename fail after initial failed attempt | João Abecasis | 2009-04-30 | 2 | -0/+62 |
|
|
* | | | Doc - some cleanups on the documentation of QDrawUtil | Kavindra Devi Palaraja | 2009-04-30 | 1 | -24/+30 |
|/ / |
|
* | | Merge commit 'origin/4.5' | Bjoern Erik Nilsen | 2009-04-29 | 12 | -28/+281 |
|\ \ |
|
| * | | Stabilize tst_QWidget::render_systemClip2 and remove wrong ifdef | Bjoern Erik Nilsen | 2009-04-29 | 1 | -3/+3 |
|
|
| * | | QTransform::map(const QRegion&) cut-off for single rect regions. | Bjoern Erik Nilsen | 2009-04-29 | 1 | -0/+4 |
|
|
| * | | Speed-up QPainter::clipRegion(). | Bjoern Erik Nilsen | 2009-04-29 | 1 | -11/+20 |
|
|
| * | | Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip. | Bjoern Erik Nilsen | 2009-04-29 | 2 | -2/+109 |
|
|
| * | | Documented the flow layout example. | Morten Engvoldsen | 2009-04-29 | 2 | -4/+113 |
|
|
| * | | Corrected bugs in the flow layout example | Morten Engvoldsen | 2009-04-29 | 4 | -6/+30 |
|
|
| * | | Corrected typo | Morten Engvoldsen | 2009-04-29 | 1 | -1/+1 |
|
|
| * | | Corrected description of the QLayout::takeAt() function | Morten Engvoldsen | 2009-04-29 | 1 | -1/+1 |
|
|
* | | | Compile. | Bjoern Erik Nilsen | 2009-04-29 | 1 | -1/+1 |
|
|
* | | | Port QStyleSheetStyle to the new qDrawBorderPixmap implementation | Olivier Goffart | 2009-04-29 | 2 | -172/+19 |
|
|
* | | | Test for border images | Olivier Goffart | 2009-04-29 | 2 | -0/+125 |
|
|
* | | | Add qDrawBorderPixmap() function, Qt::TileRules enum, QMargins struct and QTi... | Marius Bugge Monsen | 2009-04-29 | 4 | -0/+346 |
|
|
* | | | Use QLibrary instance to resolve Gtk symbols | João Abecasis | 2009-04-29 | 1 | -112/+112 |
|
|
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 5 | -6/+24 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jarek Kobus | 2009-04-29 | 27 | -248/+419 |
| |\ \ |
|
| | * | | Mac: Fixes a crash in tst_QWidget::updateOnDestroyedSignal | Bjoern Erik Nilsen | 2009-04-29 | 1 | -0/+3 |
|
|
| | * | | Get rid of an unnecessary image copy when grabbing a GL framebuffer. | Trond Kjernåsen | 2009-04-29 | 1 | -2/+10 |
|
|
| | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-29 | 3 | -27/+26 |
| | |\ \ |
|
| | | * | | QNetworkAccessManager: do not segfault when using a network cache | Benjamin C Meyer | 2009-04-29 | 1 | -1/+2 |
|
|
| | * | | | Fix broken link in documentation. | Jason McDonald | 2009-04-29 | 1 | -1/+1 |
|
|
| * | | | | Fix a crash in case of setting invalid point size | Jarek Kobus | 2009-04-29 | 1 | -2/+8 |
|
|
* | | | | | make quote/escape parsing more qmake-compatible | Oswald Buddenhagen | 2009-04-29 | 1 | -50/+67 |
|
|
* | | | | | Fix incorrect size hint for QGroupBox Cleanlooks/GTK | Jens Bache-Wiig | 2009-04-29 | 1 | -0/+14 |
|
|
* | | | | | Improved performance for pixmaps containing 0-alpha pixels. | Samuel Rødal | 2009-04-29 | 1 | -3/+2 |
|
|
* | | | | | introduce Q_WS_WINCE | Maurice Kalinowski | 2009-04-29 | 55 | -265/+267 |
|
|
* | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 25 | -252/+412 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Try and clean up ODBC 64/32 bit type disparity | Bill King | 2009-04-29 | 1 | -6/+4 |
|
|
| * | | | | Fixes performance degradation from precision fix in 4.5.1 | Bill King | 2009-04-29 | 1 | -20/+20 |
| | |/ /
| |/| | |
|
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-29 | 3 | -35/+30 |
| |\ \ \ |
|
| | * | | | Remove superfluous call to base class | Anders Bakken | 2009-04-29 | 1 | -2/+2 |
|
|
| | * | | | Cleaned up mouse/cursor code | Anders Bakken | 2009-04-29 | 3 | -33/+28 |
|
|
| * | | | | Fix compile failure on Visual C++ 6. | Jason McDonald | 2009-04-29 | 1 | -2/+4 |
| |/ / / |
|
| * | | | Fixed cursors with QT_NO_DIRECTFB_PREALLOCATED | Anders Bakken | 2009-04-29 | 1 | -75/+75 |
|
|
| * | | | Fold boolean options into flags | Anders Bakken | 2009-04-28 | 4 | -20/+21 |
|
|
| * | | | Added an option for ignoring the system clip | Anders Bakken | 2009-04-28 | 3 | -10/+23 |
|
|
| * | | | Make the disable/warn on fallbacks more flexible | Anders Bakken | 2009-04-28 | 2 | -52/+82 |
|
|
| * | | | Cleaned up constness errors | Anders Bakken | 2009-04-28 | 1 | -14/+16 |
|
|
| * | | | Fix documentation about native dialogs | Alexis Menard | 2009-04-28 | 1 | -4/+3 |
|
|
| * | | | Changed include file name to lowercase to be able to crosscompile win32-g++ v... | Denis Dzyubenko | 2009-04-28 | 1 | -1/+1 |
|
|
| * | | | Fix regression in QSelectionModel::rowIntersectsSelection | Olivier Goffart | 2009-04-28 | 2 | -10/+56 |
|
|
| * | | | Don't send extra events when using the scroll wheel in Cocoa | Norwegian Rock Cat | 2009-04-28 | 1 | -2/+2 |
|
|