Dolphin/Dolphin-2.0-Status: Difference between revisions

From KDE Community Wiki
(Add a couple of bug fixes.)
(Another bug fix)
Line 14: Line 14:
* The 'context menu key' on the keyboard (= left key beside the right Strg-key) is not supported anymore.
* The 'context menu key' on the keyboard (= left key beside the right Strg-key) is not supported anymore.
* Dragging several folders and dropping on one of them causes an error message shown in a modal dialog. See {{Bug|283646}}.
* Dragging several folders and dropping on one of them causes an error message shown in a modal dialog. See {{Bug|283646}}.
* If an item is renamed using F2, the new name is only shown after a refresh (e.g., with F5).
* If an item is renamed, the new name is not taken into account for the sort order.
* Sorting in combination with details view: When sorting by date, opening sub-folders results in a wrong sort-order
* Sorting in combination with details view: When sorting by date, opening sub-folders results in a wrong sort-order
* KFileItemModel::setExpanded(): Is still true after calling removeExpandedItems() (see mail from Frank "Re: Minor issue KFileItemModel with expanding items" 25.11.2011 00:05).
* KFileItemModel::setExpanded(): Is still true after calling removeExpandedItems() (see mail from Frank "Re: Minor issue KFileItemModel with expanding items" 25.11.2011 00:05).
Line 48: Line 48:
* <del>Drag & Drop: Select items 0 - 3, drag item 4 -> 0 - 3 should not be dragged and get unselected.</del> Fixed by commit [http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=177c5f75f06600c5b047a728700c7ff88d3104aa]. [[User:Freininghaus|Frank]]
* <del>Drag & Drop: Select items 0 - 3, drag item 4 -> 0 - 3 should not be dragged and get unselected.</del> Fixed by commit [http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=177c5f75f06600c5b047a728700c7ff88d3104aa]. [[User:Freininghaus|Frank]]
* <del>When turning on/off the preview the zoom-slider does not change. Also when the preview size is equal to icon size no previews get generated.</del> Fixed by commits [http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=080ec30cc3dfea21393823667f99865557744ccd] and [http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=91648d354841202e427f09868e2644c0085c4973]. [[User:Freininghaus|Frank]]
* <del>When turning on/off the preview the zoom-slider does not change. Also when the preview size is equal to icon size no previews get generated.</del> Fixed by commits [http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=080ec30cc3dfea21393823667f99865557744ccd] and [http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=91648d354841202e427f09868e2644c0085c4973]. [[User:Freininghaus|Frank]]
* <del>If an item is renamed using F2, the new name is only shown after a refresh (e.g., with F5).</del> Fixed by commit [http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=8b2764166a28a9d17ad351f065b0d113defdb7ec] [[User:Freininghaus|Frank]]

Revision as of 22:45, 4 December 2011

Current Development

This section lists the things that are being worked on at the moment.

  • Folders Panel: Use the new view-engine Peter

Missing Dolphin 1.x Features

Dolphin 1.x features that are still missing in the master branch belong here.

  • Horizontal autoscrolling for the Folders Panel. Won't be implemented for 2.0 anymore: Let's wait for feedback first - if the autoscrolling will be requested again let's bring it back in 2.1.
  • Moving of columns in the details view. Would be great having it back for 2.0, but let's fix the open other issues first before starting with this.

Known Bugs

Known regressions in the master branch are listed here.

  • When clicking in the empty space below the items and then moving the mouse down and out of the window while the mouse button is pressed, items may disappear from the view. See Bug #282353. Screencast available in the bug report.
  • The 'context menu key' on the keyboard (= left key beside the right Strg-key) is not supported anymore.
  • Dragging several folders and dropping on one of them causes an error message shown in a modal dialog. See Bug #283646.
  • If an item is renamed, the new name is not taken into account for the sort order.
  • Sorting in combination with details view: When sorting by date, opening sub-folders results in a wrong sort-order
  • KFileItemModel::setExpanded(): Is still true after calling removeExpandedItems() (see mail from Frank "Re: Minor issue KFileItemModel with expanding items" 25.11.2011 00:05).

Keyboard Navigation

  • Details view: When navigating with the keyboard-arrow-keys the current item might get hidden by the header.
  • In Icons View with enabled grouping, pressing Up/Down does not move the focus the the previous/next row. Reason: KItemListController::keyPressEvent(QKeyEvent* event) uses a constant 'itemsPerRow'.

Split View Issues

  • Open a folder in split view, and create a new folder. The right pane won't show the correct icon.

Bugs That We Could Not Reproduce Yet

  • Crash in KFileItemModelRolesUpdater when deleting the current folder in Konsole and then moving out of the folder. See Bug #282340.

Done

  • Restore current item and selection after resorting the model. See commit [1]. Frank 15:49, 3 October 2011 (BST)
  • The wheel-scrolling should use 1/4 of the page as page-step and not 1 page like currently (see Bug #284646).
  • Split view issues resolved by commit [2] Frank
    • Right click on any item in the left view, and it doesn't "actually" get selected. You can confirm this by opening the properties of the item, it will show the current directory properties and not the selected file properties. If you right-click on a file on the right view, it shows what it should. After doing this, it starts to work for the left pane also.
    • Try renaming a file in any of the views and refresh, the changes are shown only on the right one.
    • Select an item in the right pane, and right-click on any other item in the left one, click on properties. It shows the information for the one selected in the right pane.
  • Enable grouping of items Peter
  • Sorting folders by size (i.e., number of items) does not work yet Peter
  • Details view: Fix issues with the horizontal scrollbar and the column-sizes Peter
  • Details View: no expansion toggles are shown in the root folder ('/')Peter
  • Dragging multiple items shows only one icon next to the mouse cursor see Bug #285031.
  • Selection markers Peter
  • Keyboard navigation only works if the view has been clicked before. Fixed by the DolphinView changes in commit [3].
  • Open folders on drag operations Peter
  • Filtering of items Peter
  • In Details View, pressing Right Arrow/Left Arrow should expand/collapse a folder. Peter
  • The current item is not updated during a rubber-band selection. Fixed by commit [4]. Frank
  • Drag & Drop: Select items 0 - 3, drag item 4 -> 0 - 3 should not be dragged and get unselected. Fixed by commit [5]. Frank
  • When turning on/off the preview the zoom-slider does not change. Also when the preview size is equal to icon size no previews get generated. Fixed by commits [6] and [7]. Frank
  • If an item is renamed using F2, the new name is only shown after a refresh (e.g., with F5). Fixed by commit [8] Frank