┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.cpp
AgeCommit message (Expand)Author
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
2007-10-05minor simplificationPeter 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-05Oops forgot this one... thanks for reminding Peter :)Rafael Fernández López
2007-10-04KDirLister openUrl parameters are now flagsRafael Fernández López
2007-10-03there is no need anymore to check whether the KDirLister is currently loading...Peter Penz
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
2007-10-01Making KFileItemList value based.Tobias Koenig
2007-09-27assure that the decoration gets selected in the column-view even if the style...Peter Penz
2007-09-27use inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/...Peter Penz
2007-09-27* right-to-left layout fixesPeter Penz
2007-09-27Remove ScrollPerPixel again. Beside a crash with a non-patched version of Qt ...Peter Penz
2007-09-26reactivate ScrollPerPixel again, as the Qt-patch for "divide by zero" has bee...Peter Penz