┌ ┐
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
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
2010-02-03
Fix height calculation of "Additional Information" label
Christoph Feck
2010-02-03
Respect floating point font sizes
Christoph Feck
2010-01-31
removed clearSelection() code, it is not needed anymore with Qt 4.6 and done ...
Peter Penz
2010-01-05
- Details view and column view: Just use the height as indicator for the scro...
Peter Penz
2009-12-30
Fix wrong fontMetrics when using custom fonts
Christoph Feck
2009-12-13
give KCategorizedView the chance to react on dragMoveEvents()
Peter Penz
2009-10-25
Do not zoom the icons if the user presses Control and the left mouse
Frank Reininghaus
2009-09-11
Fixed minor regression introduced with the column view refactoring: When swit...
Peter Penz
2009-08-29
centralize namefilter handling
Peter Penz
2009-08-29
As KFilePreviewGenerator takes care for refreshing the directory lister autom...
Peter Penz
2009-08-29
- restore functionality that selections are kept when changing the view mode
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-31
SVN_SILENT: warning--
Peter Penz
2009-07-28
Adapt KCategorizedView and KCategoryDrawer changes from kdelibs
Rafael Fernández López
2009-07-14
Improve selection behaviour concerning the new "jump to next/previous
Frank Reininghaus
2009-07-05
Wrap the cursor on the right/left side to have a similar keyboard behavior li...
Peter Penz
2009-06-29
Fixed issue that the scroll position is reset if the focus of the itemview ch...
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-07
The layout algorithm of QListView in Qt4.5 also respects the style-hint QStyl...
Peter Penz
2009-02-03
Check whether the global single-click/double-click setting has been changed d...
Peter Penz
2009-01-14
Group classes into folders, Dolphin is too big in the meantime for having a f...
Peter Penz
2009-01-05
QAbstractItemView::scrollTo() may get called by QListView::keyPressEvent(), s...
Peter Penz
2009-01-02
Instead of increasing the grid spacing, increase the item size, so that there...
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-12-12
SVN_SILENT: removed trailing spaces
Peter Penz
2008-12-09
use a smaller step size when using the scroll wheel
Peter Penz
2008-12-06
Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab...
Peter Penz
2008-11-30
fixed issue that the text width gets very small when turning on previews in t...
Peter Penz
2008-11-23
Opening a tab with the middle mouse button should always be done with one cli...
Peter Penz
2008-11-08
* implement the DragAndDropHelper as singleton derived from QObject, so that ...
Peter 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 done
Peter Penz
2008-09-28
Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...
Peter Penz
2008-08-26
Provide a common iconsize-widget for the settings dialog of the icons-, detai...
Peter Penz
2008-08-15
For the URL control of Dolphin and Konqueror to be LTR on RTL desktops (those...
Diego Iastrubni
2008-08-05
First step of refactoring to improve the zooming capabilities of views:
Peter Penz
2008-06-27
Also allow to use the selection toggle when double click is used. This allows...
Peter Penz
2008-06-03
jump to the URL of the clipboard content if a middle click on an empty area i...
Peter Penz
2008-05-07
don't disable the scrollTo() functionality if a QAbstractItemView state is se...
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
[next]