┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
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
2007-07-29Assure that the view properties of a column view are always stored in the fol...Peter Penz
2007-07-29when activating the columns inside a column view, the current view properties...Peter Penz
2007-07-08KUIT adaptionsPeter Penz
2007-07-06simplify + add todo (early commit to make room for the next kdebase-wide commit)David Faure
2007-07-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> index...David Faure
2007-06-28Improve handling of column view:Peter Penz
2007-06-20don't pass a custom viewport URL to the context menu anymore, as this cannot ...Peter Penz
2007-06-20don't forget applying the view properties when refreshing the viewPeter Penz
2007-06-19when requesting a context menu provide a URL for the viewport, because in the...Peter Penz
2007-06-19don't use deprecated KGlobalSettings::xxxColor() methods anymorePeter Penz
2007-06-19* fixed issue that some view properties like "show in groups" are ignored whe...Peter Penz
2007-06-12assure that when switching the view mode from a column view to another view, ...Peter Penz
2007-06-10don't reset the x-position to 0 in the Column View, if a new directory is loadedPeter Penz
2007-06-10Remember and restore position of viewport when reloading or going back in his...Peter Penz
2007-06-08added signals errorMessage(const QString&) and infoMessage(const QString&) fo...Peter Penz
2007-06-08enable progress information in statusbar again (has been disabled temporary b...Peter Penz
2007-06-08enable hovering information in the status bar again (has been disabled tempor...Peter Penz
2007-06-07removed obsolete renaming code, which is not needed anymore due to the Dolphi...Peter Penz
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz
2007-06-06start to simplify the DolphinController as preparation for the kparts Dolphin...Peter Penz
2007-06-06Instead of darkening the background color of an inactive view, just use a tra...Peter Penz
2007-06-02Fix issue that selection is not cleared when clicking on another column than ...Peter Penz
2007-05-18- assure that when hovering the viewport that an empty request for item infor...Peter Penz
2007-05-18- allow to configure that the filter bar should be shown after starting Dolph...Peter Penz
2007-05-17when the column view is used, then 'Split view' should take the root URL of t...Peter Penz
2007-05-17when having split views: darken the background color of the inactive viewPeter Penz
2007-05-17reload items when the view is refreshed by changing the global settingsPeter Penz
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz