Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update changelog for Qt 4.8 | Sinan Tanilkan | 2011-09-16 | 1 | -0/+3 |
| | | | | | Change recieved from Cédric OCHS. https://qt.gitorious.org/qt/qt/merge_requests/1157 | ||||
* | My changes for 4.8.0 | Joerg Bornemann | 2011-09-16 | 1 | -1/+17 |
| | |||||
* | My 4.8.0 changes. | Kim Motoyoshi Kalland | 2011-09-15 | 1 | -0/+7 |
| | |||||
* | My 4.8.0 changes | Sami Merila | 2011-09-15 | 1 | -1/+31 |
| | | | | Also contains changes from Miikka Heikkinen. | ||||
* | Mention Lighthouse in the changes file. | Paul Olav Tvete | 2011-09-15 | 1 | -0/+6 |
| | |||||
* | Changelog: add waylandwindowmanager integration changes | Lasse Holmstedt | 2011-09-15 | 1 | -0/+2 |
| | |||||
* | My 4.8.0 changes | Eskil Abrahamsen Blomfeldt | 2011-09-15 | 1 | -0/+4 |
| | | | | Add the rest of my changes to the change log. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2011-07-19 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Add docs for QSqlRelationalTableModel::JoinMode Fixed behavior on NULL foreign keys update change file Forward port qt modifications for sqlite3.c Forward port the vxworks changes Update sqlite to 3.7.7.1 | ||||
| * | update change file | Charles Yin | 2011-07-19 | 1 | -0/+3 |
| | | | | | | | | Change-Id: I3c7cecf1f099e2868653c041d88a4208b77c5748 | ||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into ↵ | Qt Continuous Integration System | 2011-07-14 | 1 | -1/+2 |
|\ \ | |/ |/| | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging: Added Solaris build fix to the changes file. | ||||
| * | Added Solaris build fix to the changes file. | Martin Pejcoch | 2011-07-14 | 1 | -1/+2 |
| | | |||||
* | | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-07-08 | 1 | -5/+22 |
|\ \ | |||||
| * \ | Merge remote branch 'mainline/4.8' into staging | Jiang Jiang | 2011-07-08 | 1 | -0/+18 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: dist/changes-4.8.0 | ||||
| * | | Add font related changes in 4.8 into changes | Jiang Jiang | 2011-07-04 | 1 | -3/+18 |
| | | | | | | | | | | | | Reviewed-by: Eskil | ||||
| * | | update 4.8.0 changes file | aavit | 2011-07-01 | 1 | -1/+4 |
| | | | |||||
* | | | My changes for 4.8.0 | Jan-Arve Saether | 2011-07-05 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Update changelog with Accessibility fixes. | Frederik Gladhorn | 2011-07-04 | 1 | -0/+11 |
| | | |||||
* | | Changelog: Add mention of qmlplugindump. | Christian Kamm | 2011-07-04 | 1 | -0/+3 |
| | | |||||
* | | changelog | Harald Fernengel | 2011-07-01 | 1 | -0/+5 |
|/ | |||||
* | Update 4.8.0 changes file | Shane Kearns | 2011-06-30 | 1 | -1/+15 |
| | |||||
* | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-06-24 | 1 | -0/+2 |
|\ | |||||
| * | changelog | Ritt Konstantin | 2011-06-21 | 1 | -0/+2 |
| | | | | | | | | | | Merge-request: 1259 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com> | ||||
* | | my changelog for 4.8.0 | Peter Hartmann | 2011-06-23 | 1 | -0/+16 |
|/ | |||||
* | Added some of my Qt 4.8 changes to the changelog | Olivier Goffart | 2011-05-26 | 1 | -0/+22 |
| | | | | | | | Change-Id: I8913c88e5bd68145e0587d51ee9896fd5d21054a Reviewed-on: http://codereview.qt.nokia.com/140 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com> (cherry picked from commit bc7ea289ea84dcff22aeea78c01a5447ccf076f7) | ||||
* | Changelog: Qt Designer 4.8 | Friedemann Kleint | 2011-04-28 | 1 | -2/+10 |
| | |||||
* | Added warning if <QGLFunctions> is included when GLEW is present. | Samuel Rødal | 2011-01-05 | 1 | -0/+2 |
| | | | | | | GLEW can not be used in combination with <QGLFunctions>. Reviewed-by: Eskil Abrahamsen Blomfeldt | ||||
* | Update changelog | Arvid Ephraim Picciani | 2010-10-25 | 1 | -0/+2 |
| | |||||
* | Fix a color propagation issue with Combobox line edit | Jens Bache-Wiig | 2010-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | Some pixmap based themes were affected by this issue since they needed to resolve the palette against the widget and the lineedit palette was already resolved. We now set the palette on the lineedit when you modify the parent palette. You can still maintain a separate palette on the lineedit, but you have to set it after the parent has been set. We can remove some workarounds for plastique and vista style due to this. Task-number: QTBUG-5950 Reviewed-by: ogoffart | ||||
* | QGLFunctions - cross-platform access to ES2.0 API | Rhys Weatherley | 2010-08-12 | 1 | -0/+2 |
| | |||||
* | Remove dependency of OpenGL Utility Library (GLU). | Bjørn Erik Nilsen | 2010-08-10 | 1 | -0/+4 |
| | | | | | | | | GLU is not part of standard OpenGL and is not used internally in Qt, so we should not depend on it. Task-number: QT-12227 Reviewed-by: kim | ||||
* | Remove QT_NO_THREAD support for QHostInfo | Markus Goetz | 2010-05-18 | 1 | -0/+1 |
| | | | | Reviewed-by: Thiago | ||||
* | Update changelog after last change. | Olivier Goffart | 2010-04-28 | 1 | -0/+2 |
| | | | | | Document the change introduced by the merge request 583 (89db625958949cf94f112fc2f9e6a3bf6399e43b) | ||||
* | Long live Qt 4.8! | Jason McDonald | 2010-04-22 | 1 | -0/+130 |