┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.cpp
AgeCommit message (Expand)Author
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-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-06Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co...Peter Penz
2007-12-04Allow turning off the feature that additional information might be shown in t...Peter Penz
2007-11-28fix crash during drag & drop if the file item is not available (thanks to Joh...Peter Penz
2007-11-27Do not crash if the index is not valid.John Tapsell
2007-11-20Allow using a common drag and drop pixmap also for the KCategorizedView. The ...Peter Penz
2007-11-20Drag & drop fixes for all views: assure that a consistent pixmap for the drag...Peter Penz
2007-11-19fix minor margin issue for the item boundariesPeter Penz
2007-11-19Icons view: assure that the vertical spacing does not grow as fast as the hor...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
2007-11-15SVN_SILENT: make code more readablePeter Penz
2007-11-15Bypass a layout issue in QListView::visualRect(), where the horizontal positi...Peter Penz
2007-10-30* fixed drag & drop issue in column view (dropping on files was not possible ...Peter Penz
2007-10-26Simplify DolphinController: don't remember the show-preview state in the cont...Peter Penz
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
2007-10-16polish look of column view:Peter Penz
2007-10-07* assure that the columns of the colum-view get dimmed if the colum-view is i...Peter Penz
2007-10-05fixed most regressions due to the previous column-view refactoringPeter Penz
2007-10-05Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...Peter Penz
2007-10-02Allow showing additional information like type, size and date in parallel for...Peter Penz
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
2007-09-26* Fix memory leak (DolphinCategoryDrawer is leaking...)Peter Penz
2007-09-17drag and drop fixes for the column view (implied a signal changed which affec...Peter Penz
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-09-09check whether the current index is valid and whether no other items are selectedPeter Penz
2007-09-09Reactivate keyboard navigation again. Previously the Return key did not work,...Peter Penz
2007-07-18respect the item width and item height also when the item categorization has ...Peter Penz
2007-07-18Assure that the item size is not exceeded -> the spacing is also respected fo...Peter Penz
2007-07-09Rename KListView to KCategorizedView as decidedRafael Fernández López
2007-07-06Make KListView capable of drawing categories on our own way. This make things...Rafael Fernández López
2007-06-27connecting the the activated() signal does not work when using the double cli...Peter Penz
2007-06-27activated signal actually does that :)Rafael Fernández López
2007-06-20don't pass a custom viewport URL to the context menu anymore, as this cannot ...Peter Penz
2007-06-19when requesting a context menu provide a URL for the viewport, because in the...Peter Penz
2007-06-17don't hardcode the spacing...Peter Penz
2007-06-17New and powerful KListView. Still pending class renaming. There are two Rafael Fernández López
2007-06-13provide a common drawing method for the hover indication during drag & drop u...Peter Penz
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz
2007-06-05Removed some unnecessary includesMax Blazejak
2007-06-02don't forget to clear the hover information when a drag leave event occursPeter Penz
2007-06-02Provide a hover information when dragging items above other items. TODO: this...Peter Penz
2007-06-02Assure that the selection is cleared if a click on the viewport is done.Peter Penz
2007-05-18although not required at the moment, this alignment makes sense with the impr...Peter Penz
2007-05-17don't increase the decoration size if the icons are aligned from left to rightPeter Penz
2007-05-15some finetuning for the icons view:Peter Penz
2007-05-14The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is ass...Peter Penz