┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.cpp
AgeCommit message (Expand)Author
2009-01-19hide the tooltips when a key is pressed (thanks to Shaun Reich for the initia...Peter Penz
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2008-12-16assure that a column of the column view acts as focus proxy when being activePeter Penz
2008-12-13only jump automatically to the current index, if the autoscrolling is not activePeter Penz
2008-12-13Handling the key events for autoscrolling in DolphinViewAutoscroller does not...Peter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
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-12-03use KDirModel::mimeData() for cut/copy operations as suggested by David FaurePeter Penz
2008-11-23Opening a tab with the middle mouse button should always be done with one cli...Peter Penz
2008-11-23Activate the column when a drag enter event has been received. This assures a...Peter Penz
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-10-25use the DolphinDirLister instead of KDirListerPeter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-22* don't show a tooltip if a rubberband selection is donePeter Penz
2008-10-05the model from the KFilePreviewGenerator constructor has been removedPeter Penz
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...Peter Penz
2008-09-24rename setter/getter for showing previews to be naming guidelines conformPeter Penz
2008-09-23We have our own tooltip implementation in Dolphin. We don't want to use this ...Rafael Fernández López
2008-09-21renamed IconManager to KFilePreviewGeneratorPeter Penz
2008-08-12Provide functionality for auto-expanding folders (the whole patch has been pr...Peter Penz
2008-06-27Also allow to use the selection toggle when double click is used. This allows...Peter Penz
2008-06-18it's assured that when requesting a context menu that the column is marked as...Peter Penz
2008-06-18Assure that when requesting the context menu for the column-view, that the co...Peter Penz
2008-06-10only resolve the MIME-types asynchronously, if no preview is generatedPeter Penz
2008-06-03jump to the URL of the clipboard content if a middle click on an empty area i...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-09Provide tooltips. Per default tooltips are turned off because the information...Peter Penz
2008-04-01don't start the editor for renaming the files when double clicking on itemsPeter Penz
2008-03-23provide an option to rename files inlinePeter Penz
2008-03-20fixed regression because of disconnecting non-available slots - now files don...Peter 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-03-06update the previews of columns when the decoration size has been changedPeter Penz
2008-03-06fixed wrong ASSERT in column-view (the usecase is valid)Peter Penz
2008-02-22KDE 4.1 requires Qt4.4 -> remove the #ifdefs...Peter Penz
2008-02-21Fixed wrong comments. Discussed with David Faure: installing an event filter ...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-18No longer use Obsolete Member for QWidget:Bill Egert
2008-02-17* if the system font is changed during Dolphin is open, take care to update t...Peter Penz
2008-02-15Fix flicker when resizing the central view area in Dolphin. Only applicable ...Robert Knight
2008-02-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro
2008-02-11apply sorting + sort order to the column viewPeter Penz
2008-02-01Show the vertical scroll bar only when necessaryRafael Fernández López
2008-01-26reset the selection manager when the URL has been changed (otherwise the sele...Peter Penz