┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.cpp
AgeCommit message (Expand)Author
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
2009-03-30KFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() insteadPeter Penz
2009-02-22clear the selection when Escape has been pressed (= same behavior like in Kon...Peter Penz
2009-02-11hide the tooltip when the context menu is opened in the columns viewPeter Penz
2009-02-09The Column Widget would not disconnect it's connection to request a tab(seen ...Shaun Reich
2009-02-08* open folders always on single clickPeter Penz
2009-02-06Reverted r921975, I wasn't aware that the lack of reading the double-click se...Shaun Reich
2009-02-06The column view did not obey single/double-click navigation settings, it does...Shaun Reich
2009-02-03Don't differ between single-click and double-click in the column view, stay c...Peter Penz
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