┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.cpp
AgeCommit message (Expand)Author
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
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-25don't expand to the active URL synchronously, wait until the directory lister...Peter Penz
2007-09-25assure that "Select All" and "Invert Selection" only operate on the active co...Peter Penz
2007-09-25use pixel scrolling for all views (thanks to Rafael for the initial fix in th...Peter Penz
2007-09-25Now that we talk about the column view => smooth scrollingRafael Fernández López
2007-09-25* the directory lister must be updated when reloading columnsPeter Penz
2007-09-25clear columns if the new URL is no parent of the currently shown columnsPeter Penz
2007-09-25don't reset the root index, hiding the column is enoughPeter Penz
2007-09-25assure that the active column stays always visiblePeter Penz
2007-09-24prevent that a column with an invalid root index shows the root column tempor...Peter Penz
2007-09-24prevent an invalid active column index if columns have been deletedPeter Penz
2007-09-24simplify code + fix activation issue when reloading columnsPeter Penz
2007-09-24improve DolphinColumnView::showColumn() in a way that the history state won't...Peter Penz
2007-09-24Restore the root URL when navigating through the history (this is important f...Peter Penz
2007-09-24don't forget to create missing columns when the URL is changed from e. g. "/h...Peter Penz
2007-09-24don't delete inactive columns when reloading the column-viewPeter Penz
2007-09-23msvc compile++Christian Ehrlicher
2007-09-21assure that the inactive columns have the same color as the column-view viewportPeter 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