| Age | Commit message (Collapse) | Author |
|
error message will occur). We really must make this behavior configurable in KDE 4.1 - I'd suggest that per default no browsing through zip and tar is done (with an option turning this on again)
BUG: 153985
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=749059
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=749047
|
|
added comment (thanks to David for the hint)
svn path=/trunk/KDE/kdebase/apps/; revision=748799
|
|
files as zip-folder. I'm not sure whether there might be a nicer way doing this, but at least for KDE 4.0 this should be sufficient.
BUG: 153981
svn path=/trunk/KDE/kdebase/apps/; revision=748399
|
|
Disconnecting the signals from KDirLister solves a previous crash.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=746428
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=746418
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=746294
|
|
those out of konqueror.
Inside dolphin, the usual: moving code to DolphinView.
Pressing shift while clicking on "Move to Trash" in konq (dolphinpart) offers to delete, as in kde3 (this bit of logic might be good for dolphin itself too? see DolphinPart::slotTrashActivated)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=737682
|
|
No more rename action provided by konqueror, the part provides it now.
Had to move a bit of code around in dolphin, as discussed with Peter.
svn path=/trunk/KDE/kdebase/apps/; revision=737121
|
|
konqueror,
Taking this opportunity for filename==classname and a .cpp extension, as well.
svn path=/trunk/KDE/kdebase/apps/; revision=737032
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734288
|
|
directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...).
svn path=/trunk/KDE/kdebase/apps/; revision=723536
|
|
KDirLister. This simplifies the code a lot and also bypasses the current problems with the KDirLister cache when working on hierarchical directories in parallel. There are some minor regressions which will be fixed, but all in all some improvements are visible already:
- the loading of columns is a lot faster
- preview in columns is working
- no side effects in combination with the treeview-panel because of caching
svn path=/trunk/KDE/kdebase/apps/; revision=721678
|
|
QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs
svn path=/trunk/KDE/kdebase/apps/; revision=720234
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=719514
|
|
view or a column view: the directories should not get filtered
svn path=/trunk/KDE/kdebase/apps/; revision=716873
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716789
|
|
temporary 'if (...)-fix' by a Q_ASSERT again
svn path=/trunk/KDE/kdebase/apps/; revision=716711
|
|
for views like the column view where the root URL might differ from the current URL).
svn path=/trunk/KDE/kdebase/apps/; revision=716310
|
|
created, inheriting KDirModel for returning valid data for the role of the category of
an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel.
The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=713319
|
|
be found in the DolphinView constructor, which does have an updateCutItems() slot.
svn path=/trunk/KDE/kdebase/apps/; revision=708828
|
|
Fixed connect() error in dolphinstatusbar [unrelated].
svn path=/trunk/KDE/kdebase/apps/; revision=705835
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=700798
|
|
dialog.
svn path=/trunk/KDE/kdebase/apps/; revision=700054
|
|
- in KDirModel::itemForIndex, as noted there as a TODO
- in dolphin, everywhere.
svn path=/trunk/KDE/kdebase/apps/; revision=699691
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=686787
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=685432
|
|
index -> fileitem roundtrip in dolphin,
and to match the BrowserExtension mouseOverInfo() signal.
Started to implement more of the part (e.g. spinning wheel in konq).
svn path=/trunk/KDE/kdebase/apps/; revision=682440
|
|
when a new DolphinViewContainer has been created (happens on startup or when a view is split)
* get rid of redundant parameter in constructors of DolphinView and DolphinViewContainer
svn path=/trunk/KDE/kdebase/apps/; revision=677654
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=675680
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=674980
|
|
history (worked already before the DolphinView/DolphinViewContainer split). Minor open issue: the x-position of the Column View is reset to 0...
svn path=/trunk/KDE/kdebase/apps/; revision=673498
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=673397
|
|
disabled because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=673254
|
|
for the DolphinView
svn path=/trunk/KDE/kdebase/apps/; revision=672944
|
|
because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=672937
|
|
temporary because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=672931
|
|
DolphinView/DolphinViewWidget split
svn path=/trunk/KDE/kdebase/apps/; revision=672696
|
|
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done:
- The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer.
- The DolphinView does not contain any reference to the main window anymore.
Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step...
svn path=/trunk/KDE/kdebase/apps/; revision=672692
|