Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-08-28 | 7 | -48/+97 | |
| | |\ \ \ | ||||||
| | | * | | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -31/+45 | |
| | | * | | | QTabBar: Add ability to change the position of the close button in the styles... | Olivier Goffart | 2009-08-28 | 1 | -0/+12 | |
| | | * | | | QTabBar: Being able to change the close button appearence in the stylesheet | Olivier Goffart | 2009-08-28 | 1 | -3/+11 | |
| | | * | | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -9/+9 | |
| | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | mread | 2009-08-28 | 26 | -68/+185 | |
| | | |\ \ \ | ||||||
| | | * | | | | Deleting the CFontStore without a crash | mread | 2009-08-28 | 3 | -5/+19 | |
| | | * | | | | Fix for "Undefined symbol typeinfo for std::exception" in armv5 build | mread | 2009-08-28 | 1 | -0/+1 | |
| | * | | | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-08-28 | 6 | -21/+16 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 6 | -21/+16 | |
| | * | | | | | Merge branch 'master' into 4.6 | Janne Anttila | 2009-08-28 | 2 | -3/+5 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Various small fixes and cleanups for symbian qmake generator. | Janne Anttila | 2009-08-28 | 2 | -3/+5 | |
| | * | | | | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 5 | -17/+35 | |
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Prasanth Ullattil | 2009-08-28 | 12 | -25/+122 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | QScriptContextInfo: fix the line numbers with JIT | Olivier Goffart | 2009-08-28 | 1 | -3/+11 | |
| | | * | | | | | QScriptEngine: Remove one superflous stackframe for native call made by JIT | Olivier Goffart | 2009-08-28 | 1 | -1/+7 | |
| | | * | | | | | Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal. | Gabriel de Dietrich | 2009-08-28 | 5 | -1/+30 | |
| | | * | | | | | Documentation of QAbstractProxyModel::reset | Olivier Goffart | 2009-08-28 | 1 | -3/+2 | |
| | | * | | | | | Fix the API for resetting QAbstractItemModels. | Stephen Kelly | 2009-08-28 | 4 | -8/+56 | |
| | | * | | | | | QAbstractAnimation: replacing QPointer usage for QWeakPointer | Leonardo Sobral Cunha | 2009-08-28 | 1 | -12/+19 | |
| | * | | | | | | Do not set window tile from IOleInPlaceUIWindow::SetActiveObject() | Prasanth Ullattil | 2009-08-28 | 1 | -3/+4 | |
| | |/ / / / / | ||||||
| | * | | | | | Fix crash in backingstore when QWidget::paintEngine() returns 0 | Prasanth Ullattil | 2009-08-28 | 1 | -2/+2 | |
| | * | | | | | QNAM HTTP Code: Do not cache Date header | Markus Goetz | 2009-08-28 | 1 | -0/+6 | |
| | | |/ / / | | |/| | | | ||||||
| | * | | | | QNAM HTTP Code: HTTP/1.0 has implicit connection close | Markus Goetz | 2009-08-28 | 1 | -2/+5 | |
| | * | | | | doc: Change some uses of \reimp to \internal. | Martin Smith | 2009-08-28 | 1 | -4/+0 | |
| | * | | | | Merge branch 'inputPanelExample' into 4.6 | axis | 2009-08-28 | 1 | -8/+9 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Doc: First review of the input panel example. | David Boddie | 2009-08-28 | 1 | -8/+9 | |
| | * | | | | | Compile with Qt-in-a-namepsace. | Morten Sørvig | 2009-08-28 | 4 | -12/+21 | |
| * | | | | | | Doc: Added some information about the clipping applied in paint events. | David Boddie | 2009-08-28 | 1 | -1/+10 | |
* | | | | | | | Attempting to make EGL compile again and fix some potential | Gunnar Sletta | 2009-08-28 | 5 | -17/+35 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Remove unnecessary static_cast in QDirectFBScreen | Anders Bakken | 2009-08-28 | 1 | -1/+1 | |
* | | | | | | Make lockSurface take a real enum | Anders Bakken | 2009-08-28 | 2 | -3/+3 | |
* | | | | | | Define highp to mediump on OpenGL/ES systems that don't have highp | Rhys Weatherley | 2009-08-27 | 1 | -0/+15 | |
* | | | | | | Remove extraneous semi-colons | Rhys Weatherley | 2009-08-27 | 2 | -3/+3 | |
* | | | | | | Rearrange ifdefs | Anders Bakken | 2009-08-27 | 1 | -3/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | David Boddie | 2009-08-27 | 33 | -283/+636 | |
|\ \ \ \ \ | ||||||
| * | | | | | QAbstractAnimation: fixes segfault when deleting animation inside updateCurre... | Leonardo Sobral Cunha | 2009-08-27 | 2 | -9/+19 | |
| * | | | | | work around a compiler bug (gcc <= 4.0.x) that renders the drop-in version | hjk | 2009-08-27 | 1 | -0/+6 | |
| * | | | | | Merge branch '4.6' | Thiago Macieira | 2009-08-27 | 151 | -4593/+5774 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-27 | 3 | -8/+22 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | QSslSocket: Clarified doc about QSslSocket::systemCaCertificates | Markus Goetz | 2009-08-27 | 1 | -4/+2 | |
| | | | |_|/ | | | |/| | | ||||||
| | | * | | | QImageReader via JPEG image load plugin fails to load correctly a CMYK | Keith Isdale | 2009-08-27 | 1 | -1/+10 | |
| | | * | | | Fix subControlRect of the Mac style for the QComboBox | Benjamin Poulain | 2009-08-25 | 1 | -3/+10 | |
| | * | | | | Fixed path filling in the GL2 paint engine. | Kim Motoyoshi Kalland | 2009-08-27 | 1 | -1/+1 | |
| | * | | | | QTabBar: Fix the position of button in tabs. | Olivier Goffart | 2009-08-27 | 2 | -8/+10 | |
| | * | | | | QTabBar: fix text being croped when there is an icon on the tab | Olivier Goffart | 2009-08-27 | 2 | -19/+12 | |
| | * | | | | Refactor the way QCommonStyle layout the tab | Olivier Goffart | 2009-08-27 | 2 | -81/+87 | |
| | * | | | | QNAM HTTP Code: Optimize connectionCloseEnabled | Markus Goetz | 2009-08-27 | 4 | -9/+15 | |
| | * | | | | Doc: Explained how mouse events are handled by QGraphicsView. | Geir Vattekar | 2009-08-27 | 1 | -3/+5 | |
| | * | | | | Gestures: Implement swipe gesture | Richard Moe Gustavsen | 2009-08-27 | 7 | -4/+171 | |