┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
AgeCommit message (Expand)Author
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...Peter Penz
2010-07-10Fix forward declationLaurent Montel
2010-01-06It is possible that the selection of an inactive column gets changed (e. g. b...Peter Penz
2010-01-06SVN_SILENT: removed commented codephin with the column view a wrong layout ha...Peter Penz
2009-08-29- fix focus issue in column-viewPeter Penz
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-08-28restore zooming functionalityPeter Penz
2009-08-28I wanted to this for KDE 4.1 already, but well...Peter Penz
2009-07-31Fix forward declarationLaurent Montel
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
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-01-25Refactor the folder expansion system. Main effect: instead of having a list ...Simon Paul St James
2008-12-03use KDirModel::mimeData() for cut/copy operations as suggested by David FaurePeter Penz
2008-08-18Column view + detail view: use different settings for preview and icon size l...Peter Penz
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-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro
2008-02-11apply sorting + sort order to 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-11-07showColumn() does not need to be a slotPeter 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-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-07* assure that the columns of the colum-view get dimmed if the colum-view is i...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-03there is no need anymore to check whether the KDirLister is currently loading...Peter Penz
2007-09-27use inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/...Peter Penz
2007-09-26internal cleanupPeter Penz
2007-09-26Listen to the directory lister signals to know whether the directory lister i...Peter Penz
2007-09-26prevent crash in model when invoking KDirModel::expandToUrl() before the dire...Peter Penz
2007-09-25assure that "Select All" and "Invert Selection" only operate on the active co...Peter Penz
2007-09-25clear columns if the new URL is no parent of the currently shown columnsPeter Penz
2007-09-24simplify code + fix activation issue when reloading columnsPeter Penz
2007-09-24Restore the root URL when navigating through the history (this is important f...Peter Penz
2007-09-21restore the focus of the active column after the reloading has been finishedPeter Penz
2007-09-21implemented reloading of all columns of the column view (just updating the di...Peter Penz
2007-09-19* some internal cleanupsPeter Penz
2007-09-19implemented keyboard navigation for the column viewPeter Penz
2007-09-17drag and drop fixes for the column view (implied a signal changed which affec...Peter Penz