Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add required font metrics functions to QRawFont | Jiang Jiang | 2011-05-02 | 2 | -0/+56 |
* | Fixed bug in QPdfEngine::addImage causing mono images to be made 32 bit | Matthew Cattell | 2011-05-02 | 1 | -1/+4 |
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-team | aavit | 2011-05-02 | 4 | -6/+9 |
|\ | |||||
| * | Make pixel size a qreal in QRawFont | Eskil Abrahamsen Blomfeldt | 2011-05-02 | 2 | -5/+5 |
| * | Make sure removed QTextBlock is invalid | Jiang Jiang | 2011-04-29 | 3 | -1/+11 |
| * | Make sure QFont's resolve mask is copied on compilers with C++0x support | Eskil Abrahamsen Blomfeldt | 2011-04-29 | 1 | -1/+1 |
| * | Fix glyph position issue with fallback fonts | Jiang Jiang | 2011-04-29 | 1 | -0/+3 |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-04-29 | 3 | -7/+15 |
|\ \ | |||||
| * \ | Merge remote branch 'qt-fire-review/master' | aavit | 2011-04-28 | 3 | -7/+15 |
| |\ \ | | |/ | |||||
| | * | Fixed off-by-one in radial gradient color table index computation. | Samuel Rødal | 2011-04-28 | 1 | -4/+2 |
| | * | Support more items for QTextCharFormat::VerticalAlignment enum for custom tex... | Dmitry Zelenkovsky | 2011-04-28 | 2 | -3/+13 |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast... | Qt Continuous Integration System | 2011-04-29 | 27 | -100/+896 |
|\ \ \ | |||||
| * \ \ | Merge branch '4.8-upstream' | Thierry Bastian | 2011-04-28 | 17 | -146/+403 |
| |\ \ \ | |||||
| * | | | | Make QLineControl send accessibility updates. | Frederik Gladhorn | 2011-04-27 | 5 | -5/+13 |
| * | | | | Add accessible events as defined by IAccessible2. | Frederik Gladhorn | 2011-04-27 | 1 | -0/+36 |
| * | | | | Removing the "resetInternalData" slot in QAbstractProxyModel | Gabriel de Dietrich | 2011-04-26 | 2 | -26/+1 |
| * | | | | Typos in internal api docs. | Frederik Gladhorn | 2011-04-22 | 1 | -2/+2 |
| * | | | | Merge branch 'master-upstream' | Thierry Bastian | 2011-04-19 | 154 | -1296/+3954 |
| |\ \ \ \ | |||||
| * | | | | | Totally kill MR 916 | Gabriel de Dietrich | 2011-04-15 | 11 | -779/+385 |
| * | | | | | Fix licence headers again for MR 900 | Sergio Ahumada | 2011-04-14 | 2 | -9/+18 |
| * | | | | | Reverting merge request 916 | Gabriel de Dietrich | 2011-04-14 | 7 | -58/+70 |
| * | | | | | Reverting merge request 916 | Gabriel de Dietrich | 2011-04-14 | 2 | -1/+3 |
| * | | | | | Build fix on QMenuBar | Thierry Bastian | 2011-04-14 | 2 | -3/+1 |
| * | | | | | Fix licence headers again for MR 900 | Gabriel de Dietrich | 2011-04-14 | 2 | -20/+21 |
| * | | | | | Fix copyright and a few codestyle mistakes | Thierry Bastian | 2011-04-14 | 3 | -114/+113 |
| * | | | | | Renamed QAbstractMenuBarImpl to QAbstractMenuBarInterface | Aurélien Gâteau | 2011-04-14 | 5 | -14/+14 |
| * | | | | | Make ctor and dtor of QAbstractMenuBarImpl inline | Aurélien Gâteau | 2011-04-14 | 3 | -47/+3 |
| * | | | | | QAbstractMenuBarImpl::allowSetVisible => setVisible | Aurélien Gâteau | 2011-04-14 | 4 | -14/+6 |
| * | | | | | Introduce menubar plugin system | Aurélien Gâteau | 2011-04-14 | 4 | -1/+41 |
| * | | | | | Introduce QAbstractMenuBarImpl | Aurélien Gâteau | 2011-04-14 | 7 | -299/+694 |
| * | | | | | Hide Q<Platform>MenuAction | Aurelien Gateau | 2011-04-14 | 5 | -10/+10 |
| * | | | | | Fix warning about initialization order | Aurélien Gâteau | 2011-04-14 | 1 | -3/+3 |
| * | | | | | Add the QIdentityProxyModel. | Stephen Kelly | 2011-04-12 | 4 | -1/+700 |
| * | | | | | Fix incorrect rendering of checked menu items on Windows Classic | Jonathan Liu | 2011-04-12 | 2 | -10/+7 |
| * | | | | | Fix a bug with menu overflowing from a lower resolution second screen. | Pierre Rossi | 2011-04-11 | 2 | -14/+51 |
| * | | | | | Calculate the submenu position after emitting aboutToShow() | Pierre Rossi | 2011-04-11 | 1 | -21/+21 |
| * | | | | | Fix progressbar animation on Vista | Jens Bache-Wiig | 2011-04-06 | 1 | -5/+4 |
| * | | | | | QTabWidget/Win: do not add content margin when documentMode enabled | Jonathan Liu | 2011-04-05 | 1 | -2/+8 |
| * | | | | | QTableView: prevent QTableView from hanging when removing rows. | Pierre Rossi | 2011-04-04 | 2 | -1/+21 |
| * | | | | | QFileSystemModel: Handle QDir::NoDot and QDir::NoDotDot for setFilter | Jonathan Liu | 2011-04-04 | 1 | -5/+7 |
| * | | | | | Fixed regression where AT client did not always announce stuff properly. | Jan-Arve Sæther | 2011-03-29 | 1 | -1/+6 |
| * | | | | | Don't use inactive borders for spinbox on Mac | Jens Bache-Wiig | 2011-03-28 | 1 | -1/+1 |
| * | | | | | Cocoa: respect QT_NO_EXCEPTION in color dialog | Richard Moe Gustavsen | 2011-03-24 | 1 | -0/+5 |
| * | | | | | Merge branch 'master-upstream' | Thierry Bastian | 2011-03-24 | 147 | -544/+2992 |
| |\ \ \ \ \ | |||||
| * | | | | | | Window and Application fixes for accessibility. | Frederik Gladhorn | 2011-03-23 | 1 | -3/+1 |
| * | | | | | | Call QAccessible::updateAccessibility when changing accessible name. | Frederik Gladhorn | 2011-03-23 | 1 | -0/+2 |
| * | | | | | | Use the virtual API to clear a selection. | Stephen Kelly | 2011-03-15 | 1 | -5/+2 |
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-04-28 | 52 | -628/+1651 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge remote branch 'qt-fire-review/master' | aavit | 2011-04-28 | 26 | -143/+251 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Make QtQuick2 compile on QPA | Eskil Abrahamsen Blomfeldt | 2011-04-27 | 20 | -125/+199 |