┌ ┐
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
/
dolphinviewcontainer.cpp
Age
Commit message (
Expand
)
Author
2007-09-17
Create the new architecture for KCategorizedView. Now DolphinModel is created...
Rafael Fernández López
2007-09-05
Remove reference to a slot which does not exist. Almost identical code can b...
Robert Knight
2007-08-28
Clicking on items in dolphin part finally implemented.
David Faure
2007-08-16
Remove unnecessary parameter.
Jeff Mitchell
2007-08-14
When renaming, use the actual name of the item (from the KFileItem) in the di...
Jeff Mitchell
2007-08-13
Use KFileItem by value rather than by pointer
David Faure
2007-07-12
KUIT adaptions (applied i18ncheckarg - everything should be OK now)
Peter Penz
2007-07-08
KUIT adaptions
Peter Penz
2007-07-02
Change signature of requestItemInfo signal, to avoid fileitem -> url -> index...
David Faure
2007-06-19
* fixed issue that some view properties like "show in groups" are ignored whe...
Peter Penz
2007-06-14
take care for const-correctness
Peter Penz
2007-06-13
fixed some activation issues in combination with split views
Peter Penz
2007-06-10
Remember and restore position of viewport when reloading or going back in his...
Peter Penz
2007-06-10
don't connect to slots which are not available anymore
Peter Penz
2007-06-09
allow to drop items to the URL navigator again (this was accidentally disable...
Peter Penz
2007-06-08
added signals errorMessage(const QString&) and infoMessage(const QString&) fo...
Peter Penz
2007-06-08
enable progress information in statusbar again (has been disabled temporary b...
Peter Penz
2007-06-08
enable hovering information in the status bar again (has been disabled tempor...
Peter Penz
2007-06-07
removed obsolete renaming code, which is not needed anymore due to the Dolphi...
Peter Penz
2007-06-07
First big step to make it possible that the DolphinView can be embedded as KP...
Peter Penz