┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
AgeCommit message (Expand)Author
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
2007-12-11fixed issue that turning off the preview during the preview job still was act...Peter Penz
2007-12-04SVN_SILENT coding style fixesPeter Penz
2007-12-03Share the selection model. Does not fix the selections yet thoughJohn Tapsell
2007-11-17Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ...David Faure
2007-11-15Implement cut/copy/paste in dolphinpart.David Faure
2007-11-15Implement renaming in dolphinpart.David Faure
2007-11-06When switching from e. g. the icons view to the details view, additional info...Peter Penz
2007-10-30* fixed drag & drop issue in column view (dropping on files was not possible ...Peter Penz
2007-10-26Simplify DolphinController: don't remember the show-preview state in the cont...Peter Penz
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
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-07* assure that the columns of the colum-view get dimmed if the colum-view is i...Peter Penz
2007-10-05extra ';'Pino Toscano
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-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-09-27Use case: categorized sorting is enabled, the current view mode is icons-view...Peter Penz
2007-09-25further root URL handling cleanupsPeter Penz
2007-09-24Restore the root URL when navigating through the history (this is important f...Peter Penz
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-01SVN_SILENT typos--Arto Hytönen
2007-08-28Clicking on items in dolphin part finally implemented.David Faure
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-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> index...David Faure
2007-07-01Here comes dolphinpart, to use dolphin as the file management view in konqueror.David Faure
2007-06-22Allow to sort by rating, which can be quite useful in combination with the "S...Peter Penz
2007-06-20don't pass a custom viewport URL to the context menu anymore, as this cannot ...Peter Penz
2007-06-19when requesting a context menu provide a URL for the viewport, because in the...Peter Penz
2007-06-19* fixed issue that some view properties like "show in groups" are ignored whe...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-07remove unused signalPeter 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-04Remove not necessary "class classname;"Laurent Montel
2007-05-18- assure that when hovering the viewport that an empty request for item infor...Peter Penz
2007-05-17when the column view is used, then 'Split view' should take the root URL of t...Peter Penz
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz