| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=895978
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=891865
|
|
details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
|
|
like in the icon view for consistency. The setting dialogs will be adjusted later.
svn path=/trunk/KDE/kdebase/apps/; revision=848955
|
|
(those are URLs, and are not affected by the direction of the desktop).
Force the filterbar of Dolphin to be LTR as well, as again it deals with files/directories which are english/latin letters most of the time.
svn path=/trunk/KDE/kdebase/apps/; revision=847671
|
|
* Let classes that use DolphinView know about the currently used zoom level.
* Provide more zoom levels for all views (the settings dialogs have not been adjusted yet).
* Fixed issue that when using the wheel that the enabled state of the zoom actions has not been updated.
svn path=/trunk/KDE/kdebase/apps/; revision=842715
|
|
on each breadcrumb of the URL navigator
BUG: 164304
svn path=/trunk/KDE/kdebase/apps/; revision=837486
|
|
correct items are used.
TODO for 4.2: get rid of those 'if (isColumnViewActive())' special cases and provide a generic model which also works with the way the column view is implemented
BUG: 164146
svn path=/trunk/KDE/kdebase/apps/; revision=821903
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789208
|
|
working. This allows to connect signals from the view implementations (icons view, details view, column view) directly to the slots of the DolphinController without a helper slot.
svn path=/trunk/KDE/kdebase/apps/; revision=777737
|
|
The specialized views still need to ignore the Ctrl-qualified wheel events, though.
svn path=/trunk/KDE/kdebase/apps/; revision=773976
|
|
BUG: 157343
svn path=/trunk/KDE/kdebase/apps/; revision=773766
|
|
size hint -> the preview and item effects are only applied to the current size, not to the maximum of 128 x 128 pixels
* make the icons of hidden files semitransparent like in KDE3
svn path=/trunk/KDE/kdebase/apps/; revision=766659
|
|
BUG: 153363
svn path=/trunk/KDE/kdebase/apps/; revision=759482
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=757988
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=757960
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=748476
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=746306
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=744406
|
|
model and selection model.
This means
1) We don't leak memory switching to and from column view
2) Selection is preserved when switching views
3) We don't have 2 models running for the root directory
CCMAIL:[email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=744386
|
|
e. g. the information bar gets enabled
svn path=/trunk/KDE/kdebase/apps/; revision=743752
|
|
back-button
svn path=/trunk/KDE/kdebase/apps/; revision=738822
|
|
controller and add an unnecessary additional signal; instead just read the state from the DolphinView
svn path=/trunk/KDE/kdebase/apps/; revision=729726
|
|
retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow...
svn path=/trunk/KDE/kdebase/apps/; revision=729721
|
|
* the filterbar now also filters directories (works also in the column-view :-))
* The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed
* Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available.
* Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file.
svn path=/trunk/KDE/kdebase/apps/; revision=729704
|
|
for pointing this out)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=728741
|
|
- don't show a focused border above all columns
- provide a small gap between the columns
- assure that the background of inactive columns works well with more complex styles like Oxygen
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=726042
|
|
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=721726
|
|
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
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=721486
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=721256
|
|
loading before invoking KDirModel::expandToUrl()
svn path=/trunk/KDE/kdebase/apps/; revision=720870
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=719642
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=719514
|
|
style has not enabled this per default
svn path=/trunk/KDE/kdebase/apps/; revision=717801
|
|
http://www.parashift.com/c%2B%2B-faq-lite/inline-functions.html#faq-9.9
svn path=/trunk/KDE/kdebase/apps/; revision=717738
|
|
* fixes to assure that active column stays visible
svn path=/trunk/KDE/kdebase/apps/; revision=717684
|
|
it also decreases the usability when using the mouse wheel: one full rotation of the mouse wheel only leads to a scrolling of 1 or 2 items...
svn path=/trunk/KDE/kdebase/apps/; revision=717562
|
|
been applied to qt-copy now
svn path=/trunk/KDE/kdebase/apps/; revision=717366
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717223
|
|
is still working. This information is needed as KDirModel::expandToUrl() may never get invoked if the directory lister is still busy...
svn path=/trunk/KDE/kdebase/apps/; revision=717188
|
|
directory lister has been initialized
svn path=/trunk/KDE/kdebase/apps/; revision=717158
|
|
lister has completed its loading
svn path=/trunk/KDE/kdebase/apps/; revision=716899
|
|
column of the column-view instead of selecting the whole hierarchy of the model
svn path=/trunk/KDE/kdebase/apps/; revision=716885
|
|
the column view)
svn path=/trunk/KDE/kdebase/apps/; revision=716868
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=716865
|