┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
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
2007-05-10layout improvements in the icons view:Peter Penz
2007-05-10don't lose the history of the URL navigator if the settings of the Icons View...Peter Penz
2007-05-09include cleanupDirk Mueller
2007-05-08fix issue in column view that the wrong root directory is taken because of ke...Peter Penz
2007-04-30a bit ugly, but the migration to QList<KFileItem> has to be incremental...David Faure
2007-04-30PreviewJob API change (KFileItems by value)David Faure
2007-04-16when switching from the column view to the details- or icons-view it makes se...Peter Penz
2007-04-14optimization: don't reload the view if not absolutely necessaryPeter Penz
2007-04-14optimization: no reloading necessary if preview has been turned on/offPeter Penz
2007-04-14Revert last commit and exchange it by a more straight forward solution: just ...Peter Penz
2007-04-14assure that the preview job gets killed when the directory has been changedPeter Penz
2007-04-14fixed regression resulted by "reload" patch: toggling the preview did not wor...Peter Penz
2007-04-12fix issue that the view properties are not read out correctly for first direc...Peter Penz
2007-04-11use "folder" instead of "directory" for all visible stringsPeter Penz
2007-04-10allow to enable the categorization feature for sortingPeter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-04-09Dolphin is now KBookmark* free.Kevin Ottens
2007-04-08adaptions to the cleaned up interface of KUrlNavigatorPeter Penz
2007-04-02Rename all the URL navigator related classes to prepare their migration Kevin Ottens
2007-04-02Make use of KFilePlaces instead of the bookmark system in the URL Kevin Ottens
2007-04-02don't use KUrl::upUrl() (thanks to David for the hint!)Peter Penz
2007-04-01reload view when the settings are appliedPeter Penz
2007-03-30take care when reloading KDirLister if a column view is shownPeter Penz
2007-03-30fixed "duplicate items issue" for the column view (don't invoke KDirLister::o...Peter Penz