┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.cpp
AgeCommit message (Expand)Author
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
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-17When moving left/right by pressing left/right arrows on keyboard, the previou...Rafael Fernández López
2008-01-17SVN_SILENT: remove debugging outputPeter Penz
2008-01-17Who said there aren't coding races ? haha. Fix the keyboard navigation Rafael Fernández López
2008-01-17Fix for the scroll+click column bugRafael Fernández López
2008-01-13Improve the feeled preview performance by assuring that the preview is genera...Peter Penz
2008-01-11Up to now DolphinView and ColumnWidget contained a lot of code duplication re...Peter Penz
2008-01-10fixed HIG color violationsPeter Penz
2008-01-02do a case insensitive filtering of filenamesPeter Penz
2007-12-18Show elastic band on the column widgetRafael Fernández López
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-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
2007-12-11fixed issue that turning off the preview during the preview job still was act...Peter Penz
2007-12-08Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect...Peter Penz
2007-12-08don't forget to delete the proxy modelPeter Penz
2007-12-08fixed memory leaks (thanks to David for fixing this in KDirOperator)Peter Penz
2007-12-06Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co...Peter Penz
2007-12-03Revert my last commit, it's not quite workingJohn Tapsell
2007-12-03The first columns model and selection model should be the same as the view's ...John Tapsell
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