┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dolphiniconsview.cpp
Age
Commit message (
Expand
)
Author
2007-05-18
although not required at the moment, this alignment makes sense with the impr...
Peter Penz
2007-05-17
don't increase the decoration size if the icons are aligned from left to right
Peter Penz
2007-05-15
some finetuning for the icons view:
Peter Penz
2007-05-14
The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is ass...
Peter Penz
2007-05-14
although the wrapping is enabled, eliding the text might be required -> don't...
Peter Penz
2007-05-12
provide a hover information in the statusbar if the mouse cursor enters an item
Peter Penz
2007-05-10
layout improvements in the icons view:
Peter Penz
2007-05-09
include cleanup
Dirk Mueller
2007-05-01
Respect global single/double click setting for the icons- and details view (t...
Peter Penz
2007-04-14
select the decoration per default
Peter Penz
2007-04-10
allow to enable the categorization feature for sorting
Peter Penz
2007-04-10
Added Rafael López's item categorizer into Dolphin (it's currently deactivat...
Peter Penz
2007-04-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-03-14
Cleanup of iconview-settings dialog (no obsolete Q3 classes, ...) and fix bro...
Peter Penz
2007-03-13
Use KFontRequester for dialogs as suggested by Ellen at http://wiki.openusabi...
Peter Penz
2007-03-11
Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...
Peter Penz
2007-03-11
Fixed some drag & drop issues:
Peter Penz
2007-03-10
support return key for navigation (thanks to Luca Gugelmann for the patch!)
Peter Penz
2007-03-02
Enable hover effects in the icon view.
Fredrik Höglund
2007-03-01
assure that the icon size is always <= the preview size
Peter Penz
2007-03-01
Allow zooming in and zooming out in the icons view.
Peter Penz
2007-02-28
Allow to configure which additional information (KFileItemDelegate::Additiona...
Peter Penz
2007-02-28
Jippie: file previews are generated again! Thanks to Fredrik for giving me a ...
Peter Penz
2007-02-28
Fix: a logical arrangement from top to bottom means having a flow from left t...
Peter Penz
2007-02-28
Instead of using the ListMode of the icon view for the left to right alignmen...
Peter Penz
2007-02-27
The icons view and details view don't use hardcoded (test-) values anymore, i...
Peter Penz
2007-02-17
Some minor polishing: use a grid for the icons view, give the toggle button o...
Peter Penz
2007-02-16
Reanimated drag & drop support again after introducing the DolphinController....
Peter Penz
2007-02-14
Step one for having DolphinParts for the icons and details view, which can be...
Peter Penz
2007-02-11
don't accept drops into the same view if it is not done above a directory
Peter Penz
2007-01-21
Cleanup of DolphinContextMenu:
Peter Penz
2007-01-06
Reanimated drag & drop support for the icons view.
Peter Penz
2006-12-15
Update for using a proxy model: prevent accessing the model by model() and do...
Peter Penz
2006-12-08
Cleanup of signal/slot handling between the dolphin view and the main window:...
Peter Penz
2006-12-08
Update the FSF address to 51 Franklin Street (hopefully it is the right one)
Holger Freyther
2006-12-04
Use QWidget::contextMenuEvent() instead of directly listening to the right mo...
Peter Penz
2006-12-02
reanimated the context menu
Peter Penz
2006-11-29
Make it (almost) possible to have more than one Dolphin KMainWindow
Holger Freyther
2006-11-25
Update the ActiveView in DolphinIconsView similiar to DolphinView::mouseRelea...
Holger Freyther
2006-11-25
Automatically relayout the items on window resizing
Holger Freyther
2006-11-24
Initial step for moving to KDirModel. Large code parts have been deleted, as ...
Peter Penz
2006-11-22
As KURL has been renamed to KUrl all classes and methods, which use the term ...
Peter Penz
2006-11-22
Some port
Laurent Montel
2006-11-21
compile++
Kevin Ottens
2006-11-21
commited initial version of Dolphin
Peter Penz