User:Sstjames/DolphinandKonquiTODO: Difference between revisions

From KDE TechBase
m (Initial rough stab at a Konq/ Dolphin TODO list/ general brain dump)
 
(Features/fixes Peter)
Line 27: Line 27:
#*(SSJ) I think we can happily drop Text View :)
#*(SSJ) I think we can happily drop Text View :)
# A few people have asked on IRC about having the click-a-row-to-select-a-file-rather-than-deselect-all - this will not be present in Dolphin, but might have a GUI option in Konqueror, probably on by default(?).  Sub-task - add Esc as deselect all.  Modifiable shortcut or hard-coded? I can't find Esc in KDE3 Konqueror's Shortcut dialog.
# A few people have asked on IRC about having the click-a-row-to-select-a-file-rather-than-deselect-all - this will not be present in Dolphin, but might have a GUI option in Konqueror, probably on by default(?).  Sub-task - add Esc as deselect all.  Modifiable shortcut or hard-coded? I can't find Esc in KDE3 Konqueror's Shortcut dialog.
List of features/fixes for 4.3 from Peter.
# Add search box that uses Nepomuk
# Cleanup settings dialog, so that each view-dependent setting will also be available in Konqueror (currently not all settings can be configured in Konqueror)
# Allow to configure which meta data are shown in the Information Panel.
# Settings dialog for service menus: Allow to hide service menus, allow to download new service menus.

Revision as of 08:43, 16 January 2009

A list of features/ fixes in Konqueror/ Dolphin that I'd be happy to work on, for discussion/ coordination with Peter and David.

  1. Fix folder expander when dragging from one pane to another (the dragee pane being in icon view). Backport to 4.2
  2. Fix folder expander for Column View. Backport to 4.2.
  3. Implement the slightly simplified means of ensuring that the drag source widget is not deleted during folder expander-y. Probably not eligible for backporting.
  4. Mini-feature: When hidden files aren't shown in the Tree View, and a URL such as /home/me/.hiddenfolder/contents is entered, it would be nice to see this in the Tree View.
  5. Mini-fix: suppress the +/- selection box when we are dragging, similar to what we are doing with tooltips.
  6. Video Preview in the MetaInfo panel, with Play, Stop etc? Use the file dialog as a reference. Can videos be played out of process with Phonon and still appear in the widget area in a cross-platform manner?
  7. Sound previews on hover. No clue how best to do this, yet - in-process via Phonon, or maybe a miniscule Phonon-ised helper binary? Existing third-party library like mpd? Would that still allow us to stream data over kio?
  8. Make MetaInfo widget/ panel thing available to Konqueror via a library. Discuss with Peter and David.
  9. Make Dolphin tree widget available to Konqueror. Discuss with Peter and David. Sub tasks:
    1. Auto-scroll of tree view should be made optional and (for Konqueror) off by default. Many people find it very annoying and have a good use case for avoiding it completely (they like having the view area positioned at the root of the tree for easy access to top-level dirs). GUI for toggling this in Konqueror? Add next to Show Hidden Files option in right-click menu, or tiny little Settings drop-down at the base of the widget, etc? Maybe gather user/ usability team feedback in blog about this.
    2. Ensure that the right-click menu in Konqueror has all relevant options (e.g. Open in New Tab/ Window, etc. Maybe gather user feedback in blog about thisMaybe gather user/ usability team feedback in blog about this).
    3. Ensure we can root at Home or Root (ideally, an arbitrary Kurl).
    4. (Speculative) - maybe add a sidebar for an "unrooted" tree, which follows the current view even to remote locations (i.e. with the current Home and Root rooted trees available in the Konqueror side-bar, navigating to ftp://[email protected] won't show the contents of ftp://[email protected] in the tree view, and it would be nice to do this).
  10. Add Places sidebar widget to replace KDE3's media:/ sidebar, giving access to devices in Konqueror.
  11. With the inclusion of the MetaInfo panel in Konqueror, it might be nice to allow QDockWidgets in Konqueror. The sidebar currently has a "Multiple Views" checkbox which gives a rudimentary ability to choose and position panels, but QDock* is much more powerful. Lots of UI problems to solve - should the config be Konqueror-Profile specific? Should "Show/ Hide Navigation Panel" menu item/ shortcut show/ hide all QDocks that the user has arranged? Does the name "Show/ Hide Navigation Panel" even make sense the way things currently are?
  12. Add Capacity Bar/ Zoom Slider widgets (optionally) to Konq status bar. This seems to be pretty easy, although I don't know if the Capacity Bar still looks a little too tall for the status area.
  13. Save/ Restore expanded folders in Detail Views in history for Dolphin and Konqueror. Might need a format that persists across application sessions for Konqueror for use with Eduardo's "Session Restore" feature - maybe the canonical path of the expanded folders ... ?
  14. Hard: Save/ Restore selected files in history for Dolphin and Konqueror. The fact that Dolphin deselects all on mouse-down makes this tricky, and will be difficult/ more glitchy with "double-click to activate" mode. Would be nice to have the restored selected items being selected as the folder loads, rather than waiting for the folder to load fully, and then selecting all of the restored selected items - override something in DolphinDirModel ... ? Might increase the number of calls to selectionChanged. As with expanded folders, might need a storage format that persists across sessions.
  15. Implement some missing file views inside Dolphin, and allow all of them to be chosen in Konqueror (might cause problems with Konqueror's "Dolphin" toolbar, which currently lists three views. Kubuntu has a nice patch [ported to KDE4?] that adds a drop-down toolbar button that lists all views - might be a way forward). Config dialogs for some or all of these, only visible in Konqueror? Peter suggests the following approach:
    • icons view -> icons view (rows)
    • multicolumn view -> icons view (columns)
    • tree view -> details view ([x] expandable folders)
    • info view -> details view (calculation of size must be fixed -> new feature in Dolphin)
    • details view -> details view
    • (SSJ) I think we can happily drop Text View :)
  16. A few people have asked on IRC about having the click-a-row-to-select-a-file-rather-than-deselect-all - this will not be present in Dolphin, but might have a GUI option in Konqueror, probably on by default(?). Sub-task - add Esc as deselect all. Modifiable shortcut or hard-coded? I can't find Esc in KDE3 Konqueror's Shortcut dialog.

List of features/fixes for 4.3 from Peter.

  1. Add search box that uses Nepomuk
  2. Cleanup settings dialog, so that each view-dependent setting will also be available in Konqueror (currently not all settings can be configured in Konqueror)
  3. Allow to configure which meta data are shown in the Information Panel.
  4. Settings dialog for service menus: Allow to hide service menus, allow to download new service menus.