Projects/Utils/Ark: Difference between revisions

From KDE TechBase
No edit summary
(→‎Current most critical bugs: The described behaviour has been fixed)
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Ark TODO ==
== Current most critical bugs ==
=== Harald currently working on ===
* [https://bugs.kde.org/193908 Bug 193908]: There must be a way to tell the worker thread to stop when the GUI is being closed.
* [https://bugs.kde.org/204323 Bug 204323]: Support for remote locations must be implemented (shouldn't be too hard).
 
== Ark Plans ==
=== KDE 4.4 ===
See the [[Schedules/KDE4/4.4_Feature_Plan#kdeutils|feature plan]] for KDE 4.4.
 
* Add visual feedback for the operations in the status bar
* Add a proper way to display a notice to the user when autosubfolder is enabled in the extraction dialog
* Make single/double-clicking an entry open the file in the default launcher instead of using the internal previewer (which shall become a context menu option)
* proper cancel support and no crash if closed during exctraction
* letting a plugin try to open something and possible fail, basically rework the plugin management
* more GUI means a settings dialog for example. I also would like to share more functionality with dolphin as we discussed once (other view modes etc)
* finish AddDialog
* general code cleanup and api doxyfication
 
== Personal TODOs ==
=== Harald ===
* Formalize the dbus communication protocol and implement it in dolphin
* Formalize the dbus communication protocol and implement it in dolphin
* Clean up the command line parameters (better names, descriptions)
* BUG: After opening file from web, automatic subfolder detection name is confused
** Find a solution to the current directory problem with service menus
* BUG: extractiondialog is confused by "/" in subfolder name
* Batch extract does not use the extract dialog information yet
* Check if we want the two last patches in bug #155220
* The extract dialog needs to be able to settable to batch extract mode
* Revert the single folder label
* Find somewhere in svn to stick the service menu
 
=== Things not started yet ===
* The Ark KPart needs a way set password for protected archives
* The current state of creating archives/adding files needs to be checked (So far only extracting has been worked on)
* Figure out what menu elements we want for the service menu.

Revision as of 23:51, 25 October 2009

Current most critical bugs

  • Bug 193908: There must be a way to tell the worker thread to stop when the GUI is being closed.
  • Bug 204323: Support for remote locations must be implemented (shouldn't be too hard).

Ark Plans

KDE 4.4

See the feature plan for KDE 4.4.

  • Add visual feedback for the operations in the status bar
  • Add a proper way to display a notice to the user when autosubfolder is enabled in the extraction dialog
  • Make single/double-clicking an entry open the file in the default launcher instead of using the internal previewer (which shall become a context menu option)
  • proper cancel support and no crash if closed during exctraction
  • letting a plugin try to open something and possible fail, basically rework the plugin management
  • more GUI means a settings dialog for example. I also would like to share more functionality with dolphin as we discussed once (other view modes etc)
  • finish AddDialog
  • general code cleanup and api doxyfication

Personal TODOs

Harald

  • Formalize the dbus communication protocol and implement it in dolphin
  • BUG: After opening file from web, automatic subfolder detection name is confused
  • BUG: extractiondialog is confused by "/" in subfolder name
  • Check if we want the two last patches in bug #155220
  • Revert the single folder label