┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
AgeCommit message (Expand)Author
2007-06-27don't connect to the activated() signal, just use singleClick() and doubleCli...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-13provide a common drawing method for the hover indication during drag & drop u...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-06don't show a drop indicator if another column than the 'Name' column is hoveredPeter Penz
2007-06-05Removed some unnecessary includesMax Blazejak
2007-06-02don't forget to clear the hover information when a drag leave event occursPeter Penz
2007-06-02Provide a hover information when dragging items above other items. TODO: this...Peter Penz
2007-06-02* Fix triggering an assertion when the elastic band is already hidden.Peter Penz
2007-05-31reimplemented rubberband handling in Details View without using the (quite sl...Peter Penz
2007-05-31Provide a rubberband for the Details View when selecting items. This assures ...Peter Penz
2007-05-12hover fix for the details mode: hovering should only be done on the name colu...Peter Penz
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-01Respect global single/double click setting for the icons- and details view (t...Peter Penz
2007-04-22allow sorting by typePeter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-03-13Use KFontRequester for dialogs as suggested by Ellen at http://wiki.openusabi...Peter Penz
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...Peter Penz
2007-03-11Fixed some drag & drop issues:Peter Penz
2007-03-11Create a SidebarTreeView which will include support for drag & drop in later ...Peter Penz
2007-03-10support return key for navigation (thanks to Luca Gugelmann for the patch!)Peter Penz
2007-03-08Use hover effect from KFileItemDelegate also for the details view and assure ...Peter Penz
2007-03-01allow zooming in and zooming out in the details viewPeter Penz
2007-02-28Allow to configure which additional information (KFileItemDelegate::Additiona...Peter Penz
2007-02-28Jippie: file previews are generated again! Thanks to Fredrik for giving me a ...Peter Penz
2007-02-28Hide columns of the details view if this is indicated by the settings.Peter Penz
2007-02-27The icons view and details view don't use hardcoded (test-) values anymore, i...Peter Penz
2007-02-16Reanimated drag & drop support again after introducing the DolphinController....Peter Penz
2007-02-14Step one for having DolphinParts for the icons and details view, which can be...Peter Penz
2007-02-07Additionally to sorting by name, size and date it is now possible to sort by ...Peter Penz
2007-02-06If the user changes the sorting by clicking on a header section, the resultin...Peter Penz
2007-02-05update the header indicators corresponding to the current sort column and sor...Peter Penz
2007-01-25First step for making the details view usable again:Peter Penz
2007-01-15Use a QTreeView for the representation of the details view (previously a QLis...Peter Penz
2006-12-08Update the FSF address to 51 Franklin Street (hopefully it is the right one)Holger Freyther
2006-11-24Initial step for moving to KDirModel. Large code parts have been deleted, as ...Peter Penz
2006-11-22As KURL has been renamed to KUrl all classes and methods, which use the term ...Peter Penz
2006-11-22Some portLaurent Montel
2006-11-21compile++Kevin Ottens
2006-11-21commited initial version of DolphinPeter Penz