┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
AgeCommit message (Expand)Author
2007-11-07Fixed performance issue in the details-view when showing > 10000 items:Peter Penz
2007-11-06update to previous commit: reset bool member correctlyPeter Penz
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-26updated documentationPeter Penz
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
2007-10-16polish look of column view: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-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