┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
AgeCommit message (Expand)Author
2008-01-05Remember the additional-info property (size, date, type, ...) for each view m...Peter Penz
2007-12-18So I guess that is the behaviour that we really want :)Rafael Fernández López
2007-12-18Revert the whole code regarding the discussed issue. Columns view still show ...Rafael Fernández López
2007-12-18Keep consistent all views. Peter, if you decide to revert the change that Dav...Rafael Fernández López
2007-12-16The drag&drop helper did not make the difference between the different kind o...Rafael Fernández López
2007-12-16replace Q_ASSERT by 'if', otherwise each caller of updateElasticBand() must c...Peter Penz
2007-12-15Fixed "Eike Hein"-details-view-issue:Peter Penz
2007-12-15fixed selection behavior in the details view (when the selection enters the v...Peter Penz
2007-12-06Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co...Peter Penz
2007-12-01Assure that the items of the details view are not expandable. We might think ...Peter Penz
2007-12-01allow the user resizing the columns in the details viewPeter Penz
2007-11-28fix crash during drag & drop if the file item is not available (thanks to Joh...Peter Penz
2007-11-20Drag & drop fixes for all views: assure that a consistent pixmap for the drag...Peter Penz
2007-11-18Revert last fix, otherwise context menus on viewport don't work anymore. I'll...Peter Penz
2007-11-18fix crash for the following use case:Peter Penz
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