| Age | Commit message (Collapse) | Author |
|
KCategorizedSortFilterProxyModel when setCategorizedModel is changed.
Bug fixed for the categorized view: Details => Icons (with no categories) => Categorized was resulting in no items in the view or all items in the same position
svn path=/trunk/KDE/kdebase/apps/; revision=725212
|
|
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions).
svn path=/trunk/KDE/kdebase/apps/; revision=723871
|
|
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
|
|
* assure that the history does not get messed up when changing the focus to an existing column
* fix issue that the status bar does not get updated when the focus is changed between the columns
svn path=/trunk/KDE/kdebase/apps/; revision=723519
|
|
inactive
* updated documentation of DolphinController + minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=722452
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=722142
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=722140
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=721706
|
|
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
|
|
that the view properties have been changed or deleted in the meantime, so it cannot be asserted that really a column view has been created.
svn path=/trunk/KDE/kdebase/apps/; revision=721374
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=721256
|
|
for the icons view (thanks to Fredrik for the extension of KFileItemDelegate!).
svn path=/trunk/KDE/kdebase/apps/; revision=720283
|
|
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=720110
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=719796
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=719642
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=719514
|
|
not the stored categorization state...
svn path=/trunk/KDE/kdebase/apps/; revision=717555
|
|
icons-view. When switching to the details-view (which does not support categorized sorting yet), the 'categorized sorting' action should get only disabled to indicate that it is not available, not get unchecked (currently it gets disabled AND unchecked). This patch assures that always the stored categorization state is returned for the menu actions, but internally the categorization is turned off for the proxy model for the details view and column view.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717548
|
|
if the view does not support the categorization feature (currently only the icons view supports this). Take care that switching between e. g. the icons-view and the details-view does not change the stored categorized sorting. Thanks to Rafael for the initial patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717300
|
|
* There is no need to explicitly turning on the category, as this is done automatically when reading out the view properties. @Rafael: I tested your error description and could not reproduce the problem anymore. If I miss something, please let me know, so that we can work together to fix this :-)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717245
|
|
- On the icon view, enable categorization
- Switch to details view
- Go back to the icon view. The categorization has been disabled for the
details view to sort correctly.
This fixes this problem :)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717051
|
|
lessThanGeneralPurpose. For that we need to force the proxy model to not to be categorized.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717040
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717031
|
|
allowed to sort by categories. This will result as bad sortings on Detailed and in
Column views.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717022
|
|
column of the column-view instead of selecting the whole hierarchy of the model
svn path=/trunk/KDE/kdebase/apps/; revision=716885
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716850
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716789
|
|
temporary 'if (...)-fix' by a Q_ASSERT again
svn path=/trunk/KDE/kdebase/apps/; revision=716711
|
|
root cause of this crash
svn path=/trunk/KDE/kdebase/apps/; revision=716416
|
|
for views like the column view where the root URL might differ from the current URL).
svn path=/trunk/KDE/kdebase/apps/; revision=716310
|
|
column view, otherwise an assertion in KDirModel is triggered which indicates that KDirModel::expandToUrl() should be used. But in this case invoking expandToUrl() is not needed at all...
svn path=/trunk/KDE/kdebase/apps/; revision=715298
|
|
directory lister is not enough in this case...)
svn path=/trunk/KDE/kdebase/apps/; revision=715294
|
|
Clean up unnecessary use of Q3ValueList.
svn path=/trunk/KDE/kdebase/apps/; revision=714532
|
|
affected other views too)
svn path=/trunk/KDE/kdebase/apps/; revision=713430
|
|
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
|
|
* selection issues
* unwanted loading of sub directories
* wrong horizontal scroll position
svn path=/trunk/KDE/kdebase/apps/; revision=712590
|
|
work, as the 'activated()' signal cannot be used (it ignores KDEs single vs. doubleclick setting).
svn path=/trunk/KDE/kdebase/apps/; revision=710356
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=709395
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=707771
|
|
already emitted by the controller, and we forward that)
dolphinpart fix: don't let the konq wheel spin forever when clicking on the Home button and we're already viewing $HOME.
svn path=/trunk/KDE/kdebase/apps/; revision=705916
|
|
Fixed connect() error in dolphinstatusbar [unrelated].
svn path=/trunk/KDE/kdebase/apps/; revision=705835
|
|
devices etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=704553
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=701057
|
|
KFileItemList&) -> generatePreviews() from Dolphin must have the same signature)
svn path=/trunk/KDE/kdebase/apps/; revision=700834
|
|
- in KDirModel::itemForIndex, as noted there as a TODO
- in dolphin, everywhere.
svn path=/trunk/KDE/kdebase/apps/; revision=699691
|
|
color after OK or Apply has been pressed inside the Dolphin settings dialog
* prepare for toggling the view icon depending from the activation state
svn path=/trunk/KDE/kdebase/apps/; revision=699311
|
|
items of the currently active column will be selected, not the whole tree). The current implementation is quite slow, but this will be fixed later.
svn path=/trunk/KDE/kdebase/apps/; revision=696893
|
|
folder represented by the first column. It is assured now, that all columns use the same view properties. Although one reason is because of technical 'restrictions' (KDirLister properties like 'show dot files' are applied to all sub directories too), I personally think it also makes sense from a usability point of view.
svn path=/trunk/KDE/kdebase/apps/; revision=693944
|
|
properties must get synchronized
svn path=/trunk/KDE/kdebase/apps/; revision=693930
|