┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.cpp
AgeCommit message (Expand)Author
2009-09-11Fixed minor regression introduced with the column view refactoring: When swit...Peter Penz
2009-08-29centralize namefilter handlingPeter Penz
2009-08-29As KFilePreviewGenerator takes care for refreshing the directory lister autom...Peter Penz
2009-08-29- restore functionality that selections are kept when changing the view modePeter 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-31SVN_SILENT: warning--Peter Penz
2009-07-28Adapt KCategorizedView and KCategoryDrawer changes from kdelibsRafael Fernández López
2009-07-14Improve selection behaviour concerning the new "jump to next/previousFrank Reininghaus
2009-07-05Wrap the cursor on the right/left side to have a similar keyboard behavior li...Peter Penz
2009-06-29Fixed issue that the scroll position is reset if the focus of the itemview ch...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-07The layout algorithm of QListView in Qt4.5 also respects the style-hint QStyl...Peter Penz
2009-02-03Check whether the global single-click/double-click setting has been changed d...Peter Penz
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2009-01-05QAbstractItemView::scrollTo() may get called by QListView::keyPressEvent(), s...Peter Penz
2009-01-02Instead of increasing the grid spacing, increase the item size, so that there...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-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-12-09use a smaller step size when using the scroll wheelPeter Penz
2008-12-06Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab...Peter Penz
2008-11-30fixed issue that the text width gets very small when turning on previews in t...Peter Penz
2008-11-23Opening a tab with the middle mouse button should always be done with one cli...Peter Penz
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-22* don't show a tooltip if a rubberband selection is donePeter Penz
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...Peter Penz
2008-08-26Provide a common iconsize-widget for the settings dialog of the icons-, detai...Peter Penz
2008-08-15For the URL control of Dolphin and Konqueror to be LTR on RTL desktops (those...Diego Iastrubni
2008-08-05First step of refactoring to improve the zooming capabilities of views:Peter Penz
2008-06-27Also allow to use the selection toggle when double click is used. This allows...Peter Penz
2008-06-03jump to the URL of the clipboard content if a middle click on an empty area i...Peter Penz
2008-05-07don't disable the scrollTo() functionality if a QAbstractItemView state is se...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-05-04Fixed issue that sometimes the dragging from an inactive view to an active vi...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-04-01don't start the editor for renaming the files when double clicking on itemsPeter 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-23provide a config module for the settings GUI of the Dolphin views, so that it...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