| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=863324
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=847497
|
|
needed (when the view is not flat, that is, the tree view is enabled, and you can select items from different level of
hierarchy). This patch was waiting in my hard disk for being committed...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=847195
|
|
provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=845975
|
|
backport required, as a new zooming approach is used on trunk)
svn path=/trunk/KDE/kdebase/apps/; revision=843849
|
|
* 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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=841432
|
|
are selected. TODO: disable the rename action (and other selection dependent actions) when no items are selected.
BUG: 168183
svn path=/trunk/KDE/kdebase/apps/; revision=841418
|
|
reasons, so that code which just needs to know whether items have been selected does not need to invoke selectedItems().count(), which is quite expensive.
svn path=/trunk/KDE/kdebase/apps/; revision=838037
|
|
implementation, otherwise when having a split view the other view gets the focus and will activate itself.
BUG: 164468
svn path=/trunk/KDE/kdebase/apps/; revision=822367
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=822003
|
|
only once -> moved to caller
svn path=/trunk/KDE/kdebase/apps/; revision=822000
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=819665
|
|
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819162
|
|
Dolphin KPart now also is aware about the disabled paste action.
@David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819116
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=816420
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=814581
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=814574
|
|
BUG: 162432
svn path=/trunk/KDE/kdebase/apps/; revision=814244
|
|
This fixes the issue that when the view gets split, that the keyboard focus remained on the inactive view.
svn path=/trunk/KDE/kdebase/apps/; revision=814237
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=814019
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=813967
|
|
view -- thanks Peter for the advice on how to separate the two cleanly.
svn path=/trunk/KDE/kdebase/apps/; revision=813954
|
|
DolphinView, as the DolphinView must be able to do this without advice from the container.
Beside that this simplifies the code it also fixes a regression of having empty tabs.
svn path=/trunk/KDE/kdebase/apps/; revision=813828
|
|
shown directory
BUG: 156550
BUG: 158590
svn path=/trunk/KDE/kdebase/apps/; revision=810493
|
|
Dolphin. Although this fixes #161590, further improvements have to be done to minimize the number of necessary tab presses...
BUG: 161590
svn path=/trunk/KDE/kdebase/apps/; revision=805206
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=805188
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=805184
|
|
code in libkonq+dolphin+konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=802881
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=800783
|
|
be opened
svn path=/trunk/KDE/kdebase/apps/; revision=796116
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=795330
|
|
information sidebar is turned on already.
Thanks a lot to Konstantin Heil and Fredrik Höglund for the code :-)
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=795324
|
|
a clicked() signal during the context menu is open. I got no bug-number from the Trolltech tasktracker yet, I'll update the number xxxxxx by the real number as soon as I received the bug-number.
BUG: 155574
svn path=/trunk/KDE/kdebase/apps/; revision=794872
|
|
will be committed before the feature freeze (20th of April).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=794772
|
|
This allows to show the information inside the statusbar, that the paste operation has been completed (also some code duplication can be prevented by the way).
svn path=/trunk/KDE/kdebase/apps/; revision=791436
|
|
with the position of the methods in the header file (part 2)
svn path=/trunk/KDE/kdebase/apps/; revision=791420
|
|
with the position of the methods in the header file
svn path=/trunk/KDE/kdebase/apps/; revision=791416
|
|
Konqueror and other file managers. Only if a context menu for a folder is opened, a pasting should be done into this folder.
Some internal cleanups are still required (see TODO comments), so that after finishing the operation an indication can be given to the user in the statusbar (must go for breakfast now, otherwise I'll eat my keyboard...).
BUG: 159862
svn path=/trunk/KDE/kdebase/apps/; revision=791354
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789208
|
|
tried to bypass this by overwriting QListView::visualRect(), but this has some side effects (see #155378 and #155575). The clean approach is to return a proper size hint in the file item delegate.
Currently a custom item delegate has been made for Dolphin, but we'll discuss whether it makes sense providing this feature already in KFileItemDelegate...
BUG: 155378
BUG: 155575
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788095
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=787308
|
|
previews are shown for the inactive views too
svn path=/trunk/KDE/kdebase/apps/; revision=786729
|
|
BUG: 154926
svn path=/trunk/KDE/kdebase/apps/; revision=785409
|
|
give him the chance to cancel the operation.
BUG: 159207
svn path=/trunk/KDE/kdebase/apps/; revision=784965
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=782795
|
|
implementation gets the focus, it should request it's activation.
* Let the metadata widget only get the focus by clicking.
* Tried to install a similar filter for the wheel-event code duplication in the view-implementations, but the event filter is invoked _after_ the view implementation gets the wheel event... -> added a note the the 3 implementations as hint.
svn path=/trunk/KDE/kdebase/apps/; revision=777757
|
|
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
|