┌ ┐
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.h
Age
Commit message (
Expand
)
Author
2010-07-24
Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...
Peter Penz
2010-03-30
Split the class DolphinController into the two classes DolphinViewController ...
Peter Penz
2010-03-14
Adapt DolphinCategoryDrawer to new changes on kdelibs :)
Rafael Fernández López
2009-08-29
centralize namefilter handling
Peter Penz
2009-08-29
move handling of SelectionManager and AutoScroller to ViewExtensionsFactory
Peter Penz
2009-08-29
- The view implementations don't need to keep the Extensions Factory as member.
Peter Penz
2009-08-29
Move code for initializing and handling view extensions to the new class View...
Peter Penz
2009-08-28
Restore filtering of items. The DolphinView just tells the controller about t...
Peter Penz
2009-07-05
Wrap the cursor on the right/left side to have a similar keyboard behavior li...
Peter Penz
2009-02-24
Stupid me: The inconsistent behavior between QListView::scrollTo() and QTreeV...
Peter Penz
2009-02-24
After renaming an item the view should be scrolled in a way to still have a f...
Peter Penz
2009-02-03
Check whether the global single-click/double-click setting has been changed d...
Peter Penz
2008-12-30
optimize the grid size of the icons view to prevent having gaps on the right ...
Peter Penz
2008-12-13
only jump automatically to the current index, if the autoscrolling is not active
Peter Penz
2008-12-13
Handling the key events for autoscrolling in DolphinViewAutoscroller does not...
Peter Penz
2008-08-05
First step of refactoring to improve the zooming capabilities of views:
Peter Penz
2008-05-07
enable the scrollTo() functionality if it has been triggered by a key-press
Peter Penz
2008-05-06
Fixed issue that the vertical scrollbar jumps back to the initial state durin...
Peter Penz
2008-04-16
* clear the selection toggle when zooming in or out
Peter Penz
2008-04-16
if the mouse is above an item and moved very fast outside the widget, no view...
Peter Penz
2008-03-30
Third attempt for fixing the layout issue, this time without side effects and...
Peter Penz
2008-03-30
Revert last commit; the issue seems to be reproducible only in combination wi...
Peter Penz
2008-03-29
QListView might return a wrong x-position if the decoration size decreases. I...
Peter Penz
2008-03-20
assure that the maximum size of the item-delegate gets updated before showing...
Peter Penz
2008-03-20
QListView does not support having a margin for grids. Originally it has been ...
Peter Penz
2008-03-12
As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD...
Peter Penz
2008-02-21
Let the DolphinController be aware on which QAbstractItemView instance he is ...
Peter Penz
2008-02-21
Prevent code duplication by moving the duplications into the DolphinController.
Peter Penz
2008-02-17
* if the system font is changed during Dolphin is open, take care to update t...
Peter Penz
2008-01-26
Blend in a toggle button when hovering items. This allows selecting items wit...
Peter Penz
2008-01-22
svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a...
David Faure
2008-01-17
if the icons are aligned left to right, the vertical wheel event should be ap...
Peter Penz
2007-12-06
Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co...
Peter Penz
2007-12-04
Allow turning off the feature that additional information might be shown in t...
Peter Penz
2007-11-20
Allow using a common drag and drop pixmap also for the KCategorizedView. The ...
Peter Penz
2007-11-20
Drag & drop fixes for all views: assure that a consistent pixmap for the drag...
Peter Penz
2007-10-26
Simplify DolphinController: don't remember the show-preview state in the cont...
Peter Penz
2007-10-26
due to the recent tagging freeze this commit contains several fixes in one:
Peter Penz
2007-10-05
fixed most regressions due to the previous column-view refactoring
Peter Penz
2007-10-05
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...
Peter Penz
2007-10-02
Allow showing additional information like type, size and date in parallel for...
Peter Penz
2007-09-26
* Fix memory leak (DolphinCategoryDrawer is leaking...)
Peter Penz
2007-09-17
Create the new architecture for KCategorizedView. Now DolphinModel is created...
Rafael Fernández López
2007-09-09
Reactivate keyboard navigation again. Previously the Return key did not work,...
Peter Penz
2007-07-18
Assure that the item size is not exceeded -> the spacing is also respected fo...
Peter Penz
2007-07-09
Rename KListView to KCategorizedView as decided
Rafael Fernández López
2007-06-07
First big step to make it possible that the DolphinView can be embedded as KP...
Peter Penz
2007-06-04
Remove not necessary "class classname;"
Laurent Montel
2007-06-02
don't forget to clear the hover information when a drag leave event occurs
Peter Penz
2007-06-02
Provide a hover information when dragging items above other items. TODO: this...
Peter Penz
[next]