┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
AgeCommit message (Expand)Author
2008-05-29Only select an item if the current item has been changed by a key press (e. g...Peter Penz
2008-05-11Per default QTreeView starts either a selection or a drag operation when drag...Peter Penz
2008-05-11Update the internal state only, if no expanding/collapsing area has been hit ...Peter Penz
2008-05-04Fixed issue that sometimes the dragging from an inactive view to an active vi...Peter Penz
2008-04-16* clear the selection toggle when zooming in or outPeter Penz
2008-04-16if the mouse is above an item and moved very fast outside the widget, no view...Peter Penz
2008-04-09fix drag & drop issue (multiple selected items have been deselected when star...Peter Penz
2008-04-06fix selection regression that has been introduced by synchronizing the curren...Peter Penz
2008-04-01don't start the editor for renaming the files when double clicking on itemsPeter Penz
2008-03-12* the WA_Hover flag is set by KFileItemDelegate automatically nowPeter Penz
2008-03-12As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD...Peter Penz
2008-02-22KDE 4.1 requires Qt4.4 -> remove the #ifdefs...Peter Penz
2008-02-22SVN_SILENT: updated comment with the Qt-bugtracker IDPeter Penz
2008-02-21Fixed wrong comments. Discussed with David Faure: installing an event filter ...Peter Penz
2008-02-21stay consistent with the QListView behavior: changed the current index also c...Peter Penz
2008-02-21* Install an event-filter for the view implementations. Whenever a view imple...Peter Penz
2008-02-21Let the DolphinController be aware on which QAbstractItemView instance he is ...Peter Penz
2008-02-21Prevent code duplication by moving the duplications into the DolphinController.Peter Penz
2008-02-21Bugfix: Currently, if you open dolphin, select a bunch of files, and right cl...Eduardo Robles Elvira
2008-02-17* if the system font is changed during Dolphin is open, take care to update t...Peter Penz
2008-02-16Bypassed a bug in QTreeView::mouseMoveEvent() (see comment in code). Submitte...Peter Penz
2008-02-16Provide an option for the details view to expand folders (= tree view), as th...Peter Penz
2008-02-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro
2008-02-11fix a flickering of the horizontal scrollbar when decreasing the width inside...Peter Penz
2008-01-26reset the selection manager when the URL has been changed (otherwise the sele...Peter Penz
2008-01-26Blend in a toggle button when hovering items. This allows selecting items wit...Peter Penz
2008-01-26* increase the performance of item previews: each item view provides an icon ...Peter Penz
2008-01-22svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a...David Faure
2008-01-16don't resize the columns automatically, as soon as the user has modified the ...Peter Penz
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