┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
2008-03-29The paste operation should ignore the current selection to behave similar as ...Peter Penz
2008-03-23provide an option to rename files inlinePeter Penz
2008-03-20QListView does not support having a margin for grids. Originally it has been ...Peter Penz
2008-03-18Fix Krazy i18n issues.Chusslove Illich
2008-03-17because of the recent Information Panel fixes it is now possible again that p...Peter Penz
2008-03-13differ between pasting one folder, pasting one file and pasting n itemsPeter Penz
2008-03-12If a user pastes a directory into itself, ask him whether this intended and g...Peter Penz
2008-03-06prevent flickering when zooming in or zooming outPeter Penz
2008-02-21* Install an event-filter for the view implementations. Whenever a view imple...Peter Penz
2008-02-21Let the DolphinController be aware on which QAbstractItemView instance he is ...Peter Penz
2008-02-16Provide an option for the details view to expand folders (= tree view), as th...Peter Penz
2008-02-15don't connect to a non-existent slot (the code for updateCutItems() is now pa...Peter Penz
2008-02-13Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V...David Faure
2008-02-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro
2008-02-11apply sorting + sort order to the column viewPeter Penz
2008-02-11Forwardport 773570:David Faure
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, t...David Faure
2008-01-28keep in sync with 4.0 branch (767566)David Faure
2008-01-28Centralize three more actions so that they are available in DolphinPart: 'Sho...David Faure
2008-01-27Column-View: When switching to another view-mode, just switch the view for th...Peter Penz
2008-01-26* increase the performance of item previews: each item view provides an icon ...Peter Penz
2008-01-22svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a...David Faure
2008-01-22Move the code handling the additional-info-actions to DolphinView; simplify s...David Faure
2008-01-22restore previous behavior: additional info actions are not mutually exclusive.David Faure
2008-01-22Use a QActionGroup and save 6 slots (and the duplication of the action names ...David Faure
2008-01-21Make sort/descending available in dolphinpartDavid Faure
2008-01-21Make sort/descending available in dolphinpartDavid Faure
2008-01-21forwardport 764429:David Faure
2008-01-21Revert the moving of the action to the DolphinView instance, this doesn't wor...David Faure
2008-01-21merge -c764347 by Peter, needed for dolphinpart bugfixingDavid Faure
2008-01-21Cleanup: let the DolphinView be aware about the used action collection. This ...Peter Penz
2008-01-13don't forget to initialize the correct preview settingsPeter Penz
2008-01-13Improve the feeled preview performance by assuring that the preview is genera...Peter Penz
2008-01-11Up to now DolphinView and ColumnWidget contained a lot of code duplication re...Peter Penz
2008-01-10Fixed issue that when renaming a variable number of items, that only one #-ch...Peter Penz
2008-01-07Backport of bugfix 154434 (trunk revision 757791): Remember the additional-in...Peter Penz
2008-01-05Remember the additional-info property (size, date, type, ...) for each view m...Peter Penz
2008-01-01Icon renaming (code changes - KDE/):Jakob Petsovits
2007-12-24This TODO is implementable now: use real KFileItem instead of fake oneDavid Faure
2007-12-15Fixed issue that Ctrl+A inverted the selection instead doing a "Select All". ...Peter Penz
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-08SVN_SILENT: adjusted position of commentPeter Penz
2007-12-06fixed issue that the information panel shows wrong meta data when having spli...Peter Penz
2007-12-04SVN_SILENT coding style fixesPeter Penz
2007-12-03Do not reload the directory when changing the viewJohn Tapsell
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