┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.cpp
AgeCommit message (Expand)Author
2009-10-25Do not zoom the icons if the user presses Control and the left mouseFrank Reininghaus
2009-09-11Fixed minor regression introduced with the column view refactoring: When swit...Peter Penz
2009-08-30fix the context menu of the column viewPeter Penz
2009-08-29centralize namefilter handlingPeter Penz
2009-08-29restore sorting functionality in a generic way which also works for the colum...Peter Penz
2009-08-29As KFilePreviewGenerator takes care for refreshing the directory lister autom...Peter Penz
2009-08-29move the DolphinFileItemDelegate creation into ViewExtensionsFactoryPeter 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-08-28restore zooming functionalityPeter Penz
2009-08-28I wanted to this for KDE 4.1 already, but well...Peter Penz
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
2009-03-17SVN_SILENT: removed tab and don't add another exit point in a 3-liner methodPeter 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-22SVN_SILENT: removed spaces from end of linePeter Penz
2009-01-25Refactor the folder expansion system. Main effect: instead of having a list ...Simon Paul St James
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-12-03use KDirModel::mimeData() for cut/copy operations as suggested by David FaurePeter Penz
2008-08-26Provide a common iconsize-widget for the settings dialog of the icons-, detai...Peter Penz
2008-08-18Column view + detail view: use different settings for preview and icon size l...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-07-24fix crash when opening a lot of columns and going back very fast by clicking ...Peter Penz
2008-06-18Assure that when requesting the context menu for the column-view, that the co...Peter Penz
2008-03-23provide an option to rename files inlinePeter Penz
2008-02-21Let the DolphinController be aware on which QAbstractItemView instance he is ...Peter Penz
2008-02-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro
2008-02-11apply sorting + sort order to the column viewPeter Penz
2008-01-26* increase the performance of item previews: each item view provides an icon ...Peter Penz
2008-01-10fixed HIG color violationsPeter Penz
2008-01-06SVN_SILENT: minor coding style fixesPeter Penz
2008-01-06Don't start QTimeLine if QTimeLine is already startedLaurent Montel
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
2007-12-08don't forget to update the scrollbar size when resizing the column viewPeter Penz
2007-12-03Revert my last commit, it's not quite workingJohn Tapsell
2007-12-03The first columns model and selection model should be the same as the view's ...John Tapsell
2007-12-01assure that the active column stays visible when the window gets resized or e...Peter Penz
2007-11-19fixed issue that the "empty column" is not layouted when pressing the back-bu...Peter Penz
2007-10-26Simplify DolphinController: don't remember the show-preview state in the cont...Peter Penz
2007-10-26Simplify the DolphinController: The "show hidden files" state can be retrieve...Peter Penz
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
2007-10-24removed obsolete code: don't connect to nonexisting slots (thanks to Albert ...Peter Penz
2007-10-16polish look of column view:Peter Penz
2007-10-09Allow filtering of items also for the column view. A filtering of directories...Peter Penz
2007-10-09column view fixes:Peter Penz
2007-10-07* assure that the columns of the colum-view get dimmed if the colum-view is i...Peter Penz