┌ ┐
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
2008-03-25
Use new key in .protocol files, archiveMimetype, to know which kioslave can h...
David Faure
2008-03-05
Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.
Norbert Frese
2008-02-18
No longer use Obsolete Member for QWidget:
Bill Egert
2008-02-15
Fix flicker when resizing the central view area in Dolphin. Only applicable ...
Robert Knight
2008-01-21
forwardport 764429:
David Faure
2008-01-21
Make it configurable whether a browsing through archives should be done. The ...
Peter Penz
2008-01-21
Cleanup: let the DolphinView be aware about the used action collection. This ...
Peter Penz
2008-01-02
do a case insensitive filtering of filenames
Peter Penz
2007-12-16
Only browse through zip and tar files if they are local (otherwise a cryptic ...
Peter Penz
2007-12-16
the signal urlsDropped is not available anymore in the DolphinView
Peter Penz
2007-12-15
simplified code for assuring that Open Office files won't get browsed + added...
Peter Penz
2007-12-14
Fixed issue that when clicking on Open Office files that Dolphin handles the ...
Peter Penz
2007-12-08
Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect...
Peter Penz
2007-12-08
don't forget to delete the proxy model
Peter Penz
2007-12-08
fixed memory leaks (thanks to David for fixing this in KDirOperator)
Peter Penz
2007-11-17
Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ...
David Faure
2007-11-15
Implement renaming in dolphinpart.
David Faure
2007-11-15
KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in k...
David Faure
2007-11-08
Fix parentless dialogs
Craig Drummond
2007-10-09
Allow filtering of items also for the column view. A filtering of directories...
Peter Penz
2007-10-05
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...
Peter Penz
2007-10-02
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...
Peter Penz
2007-10-01
Making KFileItemList value based.
Tobias Koenig
2007-09-25
fix filtering issues for views that show a directory hierarchy like a tree vi...
Peter Penz
2007-09-25
further root URL handling cleanups
Peter Penz
2007-09-25
assure that the restoring the column view cannot fail and replace the tempora...
Peter Penz
2007-09-24
Restore the root URL when navigating through the history (this is important f...
Peter Penz
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