┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.cpp
AgeCommit message (Expand)Author
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
2007-05-14although the wrapping is enabled, eliding the text might be required -> don't...Peter Penz
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz
2007-05-10layout improvements in the icons view:Peter Penz
2007-05-09include cleanupDirk Mueller
2007-05-01Respect global single/double click setting for the icons- and details view (t...Peter Penz
2007-04-14select the decoration per defaultPeter Penz
2007-04-10allow to enable the categorization feature for sortingPeter Penz
2007-04-10Added Rafael López's item categorizer into Dolphin (it's currently deactivat...Peter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-03-14Cleanup of iconview-settings dialog (no obsolete Q3 classes, ...) and fix bro...Peter Penz
2007-03-13Use KFontRequester for dialogs as suggested by Ellen at http://wiki.openusabi...Peter Penz
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...Peter Penz
2007-03-11Fixed some drag & drop issues:Peter Penz
2007-03-10support return key for navigation (thanks to Luca Gugelmann for the patch!)Peter Penz
2007-03-02Enable hover effects in the icon view.Fredrik Höglund
2007-03-01assure that the icon size is always <= the preview sizePeter Penz
2007-03-01Allow zooming in and zooming out in the icons view.Peter Penz
2007-02-28Allow to configure which additional information (KFileItemDelegate::Additiona...Peter Penz
2007-02-28Jippie: file previews are generated again! Thanks to Fredrik for giving me a ...Peter Penz
2007-02-28Fix: a logical arrangement from top to bottom means having a flow from left t...Peter Penz
2007-02-28Instead of using the ListMode of the icon view for the left to right alignmen...Peter Penz
2007-02-27The icons view and details view don't use hardcoded (test-) values anymore, i...Peter Penz
2007-02-17Some minor polishing: use a grid for the icons view, give the toggle button o...Peter Penz
2007-02-16Reanimated drag & drop support again after introducing the DolphinController....Peter Penz
2007-02-14Step one for having DolphinParts for the icons and details view, which can be...Peter Penz
2007-02-11don't accept drops into the same view if it is not done above a directoryPeter Penz
2007-01-21Cleanup of DolphinContextMenu:Peter Penz
2007-01-06Reanimated drag & drop support for the icons view.Peter Penz
2006-12-15Update for using a proxy model: prevent accessing the model by model() and do...Peter Penz
2006-12-08Cleanup of signal/slot handling between the dolphin view and the main window:...Peter Penz
2006-12-08Update the FSF address to 51 Franklin Street (hopefully it is the right one)Holger Freyther
2006-12-04Use QWidget::contextMenuEvent() instead of directly listening to the right mo...Peter Penz