┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
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-14The sorting on dolphinview is no more needed, it is done automatically by KCa...Rafael Fernández López
2007-10-10DolphinPart: provide a way to switch between view modes in konqueror.David Faure
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-06don't use the directory lister directlyPeter Penz
2007-10-06remove unneeded codePeter 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-05Restoring the column view relies on the URL-history. It might be possible tha...Peter Penz
2007-10-04KDirLister openUrl parameters are now flagsRafael Fernández López
2007-10-02Allow showing additional information like type, size and date in parallel for...Peter Penz
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...Peter Penz
2007-10-02fix signal/slotDavid Faure
2007-10-01Port dolphin to the KFileItemDelegate API changes.Fredrik Höglund
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-27use the proxy model categorization state to check whether it has changed, not...Peter Penz
2007-09-27Use case: categorized sorting is enabled, the current view mode is icons-view...Peter Penz
2007-09-26Assure that the categorized sorting is applied correctly to the proxy model i...Peter Penz
2007-09-26* Fix memory leak (DolphinCategoryDrawer is leaking...)Peter Penz
2007-09-25Fix the reproducible problem after the fix:Rafael Fernández López
2007-09-25When the view is the Details or Columns one do not have in count lessThanGene...Rafael Fernández López
2007-09-25Revert as it doesn't fix the problem completely... diving into this... sorryRafael Fernández López
2007-09-25Whenever we are trying to sort, bypass lessThanGeneralPurpose when is not all...Rafael Fernández López
2007-09-25assure that "Select All" and "Invert Selection" only operate on the active co...Peter Penz
2007-09-25restoring of the column view must also be done if the column view is activePeter Penz
2007-09-25further root URL handling cleanupsPeter Penz
2007-09-25assure that the restoring the column view cannot fail and replace the tempora...Peter Penz
2007-09-24temporary fix: prevent crash due to a wrong root URL; TODO: fix the real root...Peter Penz
2007-09-24Restore the root URL when navigating through the history (this is important f...Peter Penz
2007-09-21Don't invoke KDirLister::openUrl(url, true, false) in combination with the co...Peter Penz
2007-09-21implemented reloading of all columns of the column view (just updating the di...Peter Penz
2007-09-19Fix crash in dolphinpart when doing RMB on viewport.David Faure
2007-09-17drag and drop fixes for the column view (implied a signal changed which affec...Peter Penz
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-09-14refactoring of column view, which fixes:Peter Penz
2007-09-09Reactivate keyboard navigation again. Previously the Return key did not work,...Peter Penz
2007-09-07deprecated-- KColorScheme __comp_ctor fixesArto Hytönen
2007-09-02minor simplificationPeter Penz
2007-08-28dolphinview fix: don't emit urlChanged twice in DolphinView::setUrl (it's alr...David Faure
2007-08-28Clicking on items in dolphin part finally implemented.David Faure
2007-08-25don't use the term "Bookmarks" anymore, use "Places" instead (includes device...Peter Penz
2007-08-17use adjusted signals from KDirListerPeter Penz
2007-08-16preview did not work anymore (KDirLister emits the signal newItems(const KFil...Peter Penz
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-08-12* fixed issue that when having a split view, that both views get the same col...Peter Penz
2007-08-06Fixed 'Select All' and 'Invert Selection' for the column view (only the items...Peter Penz