summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0622-23/+23
* Merge commit 'qt/master-stable'Jason Barron2009-08-063-13/+3
|\
| * Fixed bug where Q[Styled]ItemDelegate edition wouldn't terminate whenGabriel de Dietrich2009-08-042-13/+2
| * Fixes selectionModel::hasSelection return value after model::resetLeonardo Sobral Cunha2009-08-041-0/+1
* | Merge commit 'origin/master'Jason Barron2009-08-062-13/+11
|\ \
| * | memory leak fix in standardItemModel found during combo box testingmread2009-08-052-13/+11
* | | Merge commit 'origin/master'Jason Barron2009-08-0422-23/+23
|\ \ \ | |/ /
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0322-23/+23
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-042-6/+12
|\ \ \ | | |/ | |/|
| * | Revert "Small simplification of code in ItemViews (delegate)"Olivier Goffart2009-07-312-6/+12
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-302-238/+236
|\ \ \ | |/ /
| * | Fixes doc typos and indentation in abstractitemview & itemselectionmodelLeonardo Sobral Cunha2009-07-282-238/+236
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-283-7/+28
|\ \ \ | |/ /
| * | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-253-6/+6
| * | #215745 Doc Change, virtual function (operator) called from constructorPeter Yard2009-07-241-1/+22
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-2720-365/+547
|\ \ \ | |/ / | | / | |/ |/|
| * doc: Changed several \reimp to \internalMartin Smith2009-07-201-1/+1
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-202-2/+40
| |\
| | * Fix accidental selection of popup items under the mouse in QComboBoxmae2009-07-171-0/+2
| | * Enhanced QDirModel documentationMarkus Goetz2009-07-171-1/+4
| | * Better caching of file system icon providers.Norwegian Rock Cat2009-07-161-1/+36
| * | Fix for selection with Shift-Arrow/Shift-Click in QListView's IconModeFrank Reininghaus2009-07-171-2/+8
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-174-28/+31
| |\ \
| | * | Move QMacStyle icon handling down to the common style.Norwegian Rock Cat2009-07-171-3/+4
| | * | Fixes: ItemView text editor is not visible with empty text and iconsOlivier Goffart2009-07-171-1/+5
| | * | ItemViews: don't commit data from editors when hiding the viewThierry Bastian2009-07-162-2/+2
| | * | Small simplification of code in ItemViews (delegate)Thierry Bastian2009-07-162-12/+6
| | * | QTreeView: fix the scrollTo with position center and bottomThierry Bastian2009-07-161-10/+14
| * | | Fixes: Do not create a mapping for filtered items in QSortFilterProxyModel.Marius Bugge Monsen2009-07-171-16/+26
| |/ /
| * | Build fix for mingwThierry Bastian2009-07-141-3/+2
| * | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-134-2/+47
| * | QListView: small refactoringThierry Bastian2009-07-112-67/+61
| * | ItemViews selection: improve performance of QItemSelection::indexesThierry Bastian2009-07-111-12/+23
| * | ItemViews: make dragging faster when lots of items are selectedThierry Bastian2009-07-114-11/+55
| * | QListView: improve performance on QListView::selectedIndexesThierry Bastian2009-07-101-7/+9
| * | ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2009-07-102-14/+21
| * | QTableView: auto-scrolling could be broken by invisible sectionsThierry Bastian2009-07-101-2/+2
| * | QTableView: horizontal scrollbar could be inoperent with big columnsThierry Bastian2009-07-101-0/+4
| * | Compile fix.Denis Dzyubenko2009-07-091-0/+1
| * | Fix compile issueThierry Bastian2009-07-093-13/+20
| * | QTreeView: cleanup of useless private slotsThierry Bastian2009-07-093-47/+20
| * | QTreeView: use QVariantAnimation over QTimeLineThierry Bastian2009-07-094-67/+55
| * | Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-082-1/+13
| * | ItemViews: _q_fetchMore now uses a timer instead of invokeMethodThierry Bastian2009-07-073-6/+9
| * | QColumnView: new uses QPropertyAnimation over QTimeLineThierry Bastian2009-07-072-22/+9
| * | QColumnView: didn't react to addition of rows/cols in the current viewThierry Bastian2009-07-076-17/+60
| * | ItemViews: it would go into DraggingState even without clicking an itemThierry Bastian2009-07-071-1/+1
| * | QHeaderView::sizeHint: small bug fix and refactorThierry Bastian2009-07-061-5/+5
| * | QHeaderView: code cleanup in sizehint calculationThierry Bastian2009-07-031-9/+3
| * | QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-07-031-4/+8