| Commit message (Expand) | Author | Age | Files | Lines |
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 1 | -7/+5 |
|
|
* | ItemViews: Fixed signal entered not being emitted when using the mouse | Thierry Bastian | 2009-07-01 | 2 | -33/+42 |
|
|
* | Fix the painting of item view background when items are disabled. | Marius Bugge Monsen | 2009-06-24 | 1 | -2/+1 |
|
|
* | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 1 | -1/+1 |
|\ |
|
| * | Check if the row larger or equal to the flowPositions vector to prevent out o... | Marius Bugge Monsen | 2009-06-22 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-18 | 1 | -2/+14 |
|\ \
| |/ |
|
| * | QItemEditorFactory: made sure the ownership is taken on the | Thierry Bastian | 2009-06-18 | 1 | -2/+14 |
|
|
| * | ItemViews : Fixed a performance regression whne changing data in the | Thierry Bastian | 2009-06-17 | 1 | -1/+1 |
|
|
| * | Fixed a bottleneck in itemviews that would ask for an update outside | Thierry Bastian | 2009-06-17 | 1 | -2/+8 |
|
|
* | | Fix accidental selection of popup items under the mouse in QComboBox | mae | 2009-06-18 | 1 | -0/+2 |
|
|
* | | Fixed a bottleneck in itemviews that would ask for an update outside | Thierry Bastian | 2009-06-16 | 1 | -2/+8 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 66 | -132/+132 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 66 | -132/+132 |
|
|
* | | Removed qApp and replaced with QApplication:: for static member calls | Thierry Bastian | 2009-06-11 | 2 | -2/+2 |
|
|
* | | refactor of private getters for the mode i item widget classes | Thierry Bastian | 2009-06-11 | 7 | -156/+154 |
|
|
* | | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 1 | -6/+4 |
|
|
* | | Invalid QPersistentIndexes after QStandardItem::takeRow | Olivier Goffart | 2009-06-11 | 1 | -15/+21 |
|
|
* | | Autotest compile. | Olivier Goffart | 2009-06-11 | 1 | -1/+1 |
|
|
* | | removed superflous indirection (ie. using q->..) instead of using the | Thierry Bastian | 2009-06-10 | 5 | -58/+54 |
|
|
* | | Made QListWidgetItem::operator<() check if the data is numerical when comparing. | J-P Nurmi | 2009-06-10 | 1 | -1/+4 |
|
|
* | | Added QAbstractItemModelPrivate::canConvertToDouble(). | J-P Nurmi | 2009-06-10 | 4 | -45/+2 |
|
|
* | | Fix some possible double connected signals | Olivier Goffart | 2009-06-10 | 2 | -10/+5 |
|
|
* | | small code cleanup that improves some loops | Thierry Bastian | 2009-06-10 | 4 | -9/+12 |
|
|
* | | Improves the documentation of QHeaderView::setResizeMode to specify | Thierry Bastian | 2009-06-09 | 1 | -1/+2 |
|
|
* | | Small simplification on code | Thierry Bastian | 2009-06-08 | 1 | -6/+4 |
|
|
* | | Fixed ListView so that it is able to move items in negative space and | Thierry Bastian | 2009-06-08 | 1 | -1/+1 |
|
|
* | | small code cleanup | Thierry Bastian | 2009-06-08 | 1 | -7/+1 |
|
|
* | | Made QTreeWidgetItem::operator<() check if the data is numerical when comparing. | J-P Nurmi | 2009-06-08 | 2 | -3/+31 |
|
|
* | | Fix QT_NO_DATASTREAM macro checks and improve readability | Ritt Konstantin | 2009-06-08 | 4 | -7/+11 |
|
|
* | | Do not deduce scrollbar extent twice if scrollbar policy is Qt::ScrollBarAlwa... | Aurélien Gâteau | 2009-05-28 | 1 | -4/+10 |
|
|
* | | Use Qt::UniqueConnection instead of disconnect/connect | Olivier Goffart | 2009-05-28 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 3 | -5/+10 |
|\ \
| |/ |
|
| * | Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ... | Olivier Goffart | 2009-05-26 | 3 | -5/+10 |
|
|
* | | Compile fix | Thierry Bastian | 2009-05-25 | 1 | -1/+1 |
|
|
* | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 4 | -5/+4 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 2 | -2/+4 |
|\ \
| |/ |
|
| * | Pressing enter in a QPlainTextEdit embedded on a itemview should insert a new... | Olivier Goffart | 2009-05-22 | 2 | -2/+4 |
|
|
* | | Merge branch '4.5' of ../qt-45-documentation | David Boddie | 2009-05-20 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | Revert focus apparance on itemviews for X11 | Jens Bache-Wiig | 2009-05-20 | 1 | -3/+3 |
|
|
| * | Fix a typo in the class documentation for QItemDelegate | Andy Shaw | 2009-05-20 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 2 | -2/+2 |
|
|
* | | Remove useless code and comment in QTreeView | Olivier Goffart | 2009-05-14 | 1 | -4/+0 |
|
|
* | | Fixes missing translations in QFileIconProvider | Jens Bache-Wiig | 2009-05-14 | 1 | -8/+4 |
|
|
* | | QListView was assuming that selected indexes were always children of | Thierry Bastian | 2009-05-12 | 1 | -2/+6 |
|
|
* | | The editor geometry in item views is not correctly updated when 1st | Thierry Bastian | 2009-05-12 | 1 | -1/+1 |
|
|
* | | Almost 200 symbols that didn't need to be exported. | Thierry Bastian | 2009-05-11 | 1 | -1/+1 |
|
|
* | | spanning columns did not have ViewItemPosition QStyleOptionViewItemV4::OnlyOn... | Olivier Goffart | 2009-05-07 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | QListView in icon mode could crash when removing the last element | Thierry Bastian | 2009-05-05 | 1 | -3/+4 |
|
|