Dolphin/Dolphin-2.0-Status: Difference between revisions

From KDE Community Wiki
(Added "current item issue")
(Update Dolphin 2.0 status)
Line 1: Line 1:
=Current Development=
=Current Development=
This section lists the things that are being worked on at the moment.
This section lists the things that are being worked on at the moment.
* Restore current item and selection after resorting the model [[User:Freininghaus|Frank]] 21:14, 27 September 2011 (BST)
* Details view: Fix issues with the horizontal scrollbar and the column-sizes [[User:ppenz|Peter]]
* Details view: Fix issues with the horizontal scrollbar and the column-sizes [[User:ppenz|Peter]]


=Missing Dolphin 1.x Features=
=Missing Dolphin 1.x Features=
Dolphin 1.x features that are still missing in the master branch belong here.
Dolphin 1.x features that are still missing in the master branch belong here.
* Restore current item and selection after resorting the model
* Enable grouping of items [[User:ppenz|Peter]]
* Enable grouping of items [[User:ppenz|Peter]]
* Selection markers [[User:ppenz|Peter]]
* Selection markers [[User:ppenz|Peter]]
Line 20: Line 18:
* 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.
* 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.
* Details view: When navigating with the keyboard-arrow-keys the current item might get hidden by the header.
* Details view: When navigating with the keyboard-arrow-keys the current item might get hidden by the header.
* The current item is not updated during a rubber-band selection.


===Sorting Issues===
===Sorting Issues===
Line 35: Line 34:
===Bugs That We Could Not Reproduce Yet===
===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}}.
* Crash in KFileItemModelRolesUpdater when deleting the current folder in Konsole and then moving out of the folder. See {{Bug|282340}}.
=Done=
* <del>Restore current item and selection after resorting the model.</del> See commit [http://commits.kde.org/kde-baseapps/eed79b83fda346d75ae6ba62af7b9fc981694d2d]. [[User:Freininghaus|Frank]] 15:49, 3 October 2011 (BST)

Revision as of 14:49, 3 October 2011

Current Development

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

  • Details view: Fix issues with the horizontal scrollbar and the column-sizes Peter

Missing Dolphin 1.x Features

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

  • Enable grouping of items Peter
  • Selection markers Peter
  • Folder Panel should use KItemViews Peter
  • Open folders during drag & drop

Known Bugs

Known regressions in the master branch are listed here.

  • Keyboard navigation only works if the view has been clicked before.
  • 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.
  • Drag & Drop: Select items 0 - 3, drag item 4 -> 0 - 3 should not be dragged and get unselected.
  • 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.
  • Details view: When navigating with the keyboard-arrow-keys the current item might get hidden by the header.
  • The current item is not updated during a rubber-band selection.

Sorting Issues

  • Sorting folders by size (i.e., number of items) does not work yet.

Split View Issues

  • Open a folder in split view, and create a new folder. The right pane won't show the correct icon.
  • 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.

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)