┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
AgeCommit message (Expand)Author
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...Peter Penz
2010-03-30Split the class DolphinController into the two classes DolphinViewController ...Peter Penz
2010-03-14Adapt DolphinCategoryDrawer to new changes on kdelibs :)Rafael Fernández López
2009-08-29centralize namefilter handlingPeter Penz
2009-08-29move handling of SelectionManager and AutoScroller to ViewExtensionsFactoryPeter Penz
2009-08-29- The view implementations don't need to keep the Extensions Factory as member.Peter Penz
2009-08-29Move code for initializing and handling view extensions to the new class View...Peter Penz
2009-08-28Restore filtering of items. The DolphinView just tells the controller about t...Peter Penz
2009-07-05Wrap the cursor on the right/left side to have a similar keyboard behavior li...Peter Penz
2009-02-24Stupid me: The inconsistent behavior between QListView::scrollTo() and QTreeV...Peter Penz
2009-02-24After renaming an item the view should be scrolled in a way to still have a f...Peter Penz
2009-02-03Check whether the global single-click/double-click setting has been changed d...Peter Penz
2008-12-30optimize the grid size of the icons view to prevent having gaps on the right ...Peter Penz
2008-12-13only jump automatically to the current index, if the autoscrolling is not activePeter Penz
2008-12-13Handling the key events for autoscrolling in DolphinViewAutoscroller does not...Peter Penz
2008-08-05First step of refactoring to improve the zooming capabilities of views:Peter Penz
2008-05-07enable the scrollTo() functionality if it has been triggered by a key-pressPeter Penz
2008-05-06Fixed issue that the vertical scrollbar jumps back to the initial state durin...Peter Penz
2008-04-16* clear the selection toggle when zooming in or outPeter Penz
2008-04-16if the mouse is above an item and moved very fast outside the widget, no view...Peter Penz
2008-03-30Third attempt for fixing the layout issue, this time without side effects and...Peter Penz
2008-03-30Revert last commit; the issue seems to be reproducible only in combination wi...Peter Penz
2008-03-29QListView might return a wrong x-position if the decoration size decreases. I...Peter Penz
2008-03-20assure that the maximum size of the item-delegate gets updated before showing...Peter Penz
2008-03-20QListView does not support having a margin for grids. Originally it has been ...Peter Penz
2008-03-12As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD...Peter Penz
2008-02-21Let the DolphinController be aware on which QAbstractItemView instance he is ...Peter Penz
2008-02-21Prevent code duplication by moving the duplications into the DolphinController.Peter Penz
2008-02-17* if the system font is changed during Dolphin is open, take care to update t...Peter Penz
2008-01-26Blend in a toggle button when hovering items. This allows selecting items wit...Peter Penz
2008-01-22svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a...David Faure
2008-01-17if the icons are aligned left to right, the vertical wheel event should be ap...Peter Penz
2007-12-06Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co...Peter Penz
2007-12-04Allow turning off the feature that additional information might be shown in t...Peter Penz
2007-11-20Allow using a common drag and drop pixmap also for the KCategorizedView. The ...Peter Penz
2007-11-20Drag & drop fixes for all views: assure that a consistent pixmap for the drag...Peter Penz
2007-10-26Simplify DolphinController: don't remember the show-preview state in the cont...Peter Penz
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
2007-10-05fixed most regressions due to the previous column-view refactoringPeter Penz
2007-10-05Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...Peter Penz
2007-10-02Allow showing additional information like type, size and date in parallel for...Peter Penz
2007-09-26* Fix memory leak (DolphinCategoryDrawer is leaking...)Peter Penz
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-09-09Reactivate keyboard navigation again. Previously the Return key did not work,...Peter Penz
2007-07-18Assure that the item size is not exceeded -> the spacing is also respected fo...Peter Penz
2007-07-09Rename KListView to KCategorizedView as decidedRafael Fernández López
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz
2007-06-04Remove not necessary "class classname;"Laurent Montel
2007-06-02don't forget to clear the hover information when a drag leave event occursPeter Penz
2007-06-02Provide a hover information when dragging items above other items. TODO: this...Peter Penz