┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.cpp
AgeCommit message (Expand)Author
2007-08-03request the activation of a column also on directories if not the left mouse ...Peter Penz
2007-08-03further selection model fixesPeter Penz
2007-07-29minor fixes regarding inactive columnsPeter Penz
2007-07-29new approach: don't fight against the selection behavior of QColumnView, but ...Peter Penz
2007-07-29remove extra ";"Stephan Binner
2007-07-28fix some drag & drop issuesPeter Penz
2007-07-28don't load directories when hovering folders during moving the mouse...Peter Penz
2007-07-28temporary fixes until MultiSelection will be implementedPeter Penz
2007-07-28assure that the folder which is shown in the next column is always selectedPeter Penz
2007-07-10let the column-widgets of the Column View be aware about their URL, as this s...Peter Penz
2007-06-28don't request the activation of the active URL on the mouse press event, as t...Peter Penz
2007-06-28Improve handling of column view:Peter Penz
2007-06-27don't connect to the activated() signal, just use singleClick() and doubleCli...Peter Penz
2007-06-20it's not needed anymore to remember the URL per columnPeter Penz
2007-06-20don't pass a custom viewport URL to the context menu anymore, as this cannot ...Peter Penz
2007-06-20assure that the context menu for column view is applied to the correct URL (d...Peter Penz
2007-06-19when requesting a context menu provide a URL for the viewport, because in the...Peter Penz
2007-06-17prevent deselection of current folder in inactive columnsPeter Penz
2007-06-17Improve the column view by indicating active/inactive columns visually.Peter Penz
2007-06-15Column view fixes:Peter Penz
2007-06-15provide "hovering" for the items of a column viewPeter Penz
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz
2007-06-05Removed some unnecessary includesMax Blazejak
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz
2007-05-09include cleanupDirk Mueller
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
2007-05-03respect global singleclick-/doubleclick-settingPeter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-04-01activate basic drag & drop for the column view (although it's quite buggy at ...Peter Penz
2007-04-01integrate column view into settingsPeter Penz
2007-03-30don't connect to non-existent signalPeter Penz
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer for...Peter Penz