┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
AgeCommit message (Expand)Author
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
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