┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
AgeCommit message (Expand)Author
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-04Our beloved qt-copy also has the patch appliedRafael Fernández López
2007-10-04Let's do this in a safe way while we wait for the release team to reply telli...Rafael Fernández López
2007-10-04coding style nit-pickingPeter Penz
2007-10-04Changes related to the smooth scrolling. We can enable it since icefox has su...Rafael Fernández López
2007-10-03disable the moving of columnsPeter Penz
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
2007-09-27assure that the decoration gets selected in the details-view even if the styl...Peter Penz
2007-09-27allow to show/hide the columns of the details-view by a context menu for the ...Peter Penz
2007-09-27Remove ScrollPerPixel again. Beside a crash with a non-patched version of Qt ...Peter Penz
2007-09-26reactivate ScrollPerPixel again, as the Qt-patch for "divide by zero" has bee...Peter Penz
2007-09-26use the fixed resizing mode (it is assured that each column stays readable)Peter Penz
2007-09-26assure that the width of the name-column cannot get too small when decreasing...Peter Penz
2007-09-26Revert last patch which should fix the "name column can get too small issue" ...Peter Penz
2007-09-26temporary disable the ScrollPerPixel feature until a Qt-patch is supplied whi...Peter Penz
2007-09-26This fixes the problem of the "hidden filename corner case" by setting the co...Rafael Fernández López
2007-09-26Hide unused and not drawn columns on the details viewRafael Fernández López
2007-09-25use pixel scrolling for all views (thanks to Rafael for the initial fix in th...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-09check whether the current index is valid and whether no other items are selectedPeter Penz
2007-09-09Reactivate keyboard navigation again. Previously the Return key did not work,...Peter Penz
2007-08-28Clicking on items in dolphin part finally implemented.David Faure
2007-07-28use alternating row colors for the details viewPeter Penz
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