┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
AgeCommit message (Expand)Author
2008-12-11as the detailsview and columnview can also have icon sizes up to 256 x 256 pi...Peter Penz
2008-12-06Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab...Peter Penz
2008-11-23Opening a tab with the middle mouse button should always be done with one cli...Peter Penz
2008-11-19* fixed issue that the autoresizing of columns is applied when adding/removin...Peter Penz
2008-11-12typoJordi Polo
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-11-05If the elastic band ventures beyond the logical top-left of the view (NOTE: n...Simon Paul St James
2008-11-02assure that the autoresizing still works in combination with the "automatical...Peter Penz
2008-11-01initialise in the correct orderPino Toscano
2008-10-31Be better behaved in the presence of scroll events in the middle of an elasti...Simon Paul St James
2008-10-28Yet more corner cases in commitToggleIndexRange - include them, and refactor ...Simon Paul St James
2008-10-28If ignoreOldInfo, we should manually clear oldSelectionRect - an obscure bug ...Simon Paul St James
2008-10-28Use nameColumnRect rather than duplicating code (change the local variable of...Simon Paul St James
2008-10-27Sometimes, the penultimate item in the bounds would get deselected when it sh...Simon Paul St James
2008-10-27Restore behaviour (I don't have an old version to check against, though!) - i...Simon Paul St James
2008-10-27Essential validity check that fell through the cracks when setSelectionRecurs...Simon Paul St James
2008-10-26If we commit a toggle range due to a change of parent, check to see if we sho...Simon Paul St James
2008-10-26When restoring the index, we don't necessarily want to scroll to it.Simon Paul St James
2008-10-26Revert http://websvn.kde.org/?view=rev&revision=876107 - it introduced a mass...Simon Paul St James
2008-10-26more straight forward syntax (no change of behavior is done)Peter Penz
2008-10-26Minor fix - ensure that the horizontal elastic band optimisation info works w...Simon Paul St James
2008-10-26Improve the selection performance of the details view by factor of 5 (patch p...Peter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-24performance improvement when selecting itemsPeter Penz
2008-10-22* don't show a tooltip if a rubberband selection is donePeter Penz
2008-10-16fixed regression: don't change the state, otherwise when having a split view ...Peter Penz
2008-10-15Assure that the item delegate draws the hover effect and the selection for th...Peter Penz
2008-10-15First step for having a details view, where only the icon + name act as selec...Peter Penz
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...Peter Penz
2008-08-26Provide a common iconsize-widget for the settings dialog of the icons-, detai...Peter Penz
2008-08-18Column view + detail view: use different settings for preview and icon size l...Peter Penz
2008-08-15For the URL control of Dolphin and Konqueror to be LTR on RTL desktops (those...Diego Iastrubni
2008-08-12Disable the alternating row colors when the details view is inactive. This so...Peter Penz
2008-08-05First step of refactoring to improve the zooming capabilities of views:Peter Penz
2008-06-27Also allow to use the selection toggle when double click is used. This allows...Peter Penz
2008-06-25fixed issue that CTRL + mouseclick did not work anymore in the details view Peter Penz
2008-06-16Details view related fixes: all columns except the name column should act as ...Peter Penz
2008-06-07Update the keypress state before invoking QTreeView::keyPressEvent(), as this...Peter Penz
2008-06-03jump to the URL of the clipboard content if a middle click on an empty area i...Peter Penz
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