~ubuntu-branches/ubuntu/vivid/smb4k/vivid

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2005-03-29 12:15:53 UTC
  • Revision ID: james.westby@ubuntu.com-20050329121553-s5ohipujfw3wmo25
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TODO list:
 
2
 
 
3
for 0.5.x:
 
4
- Move initialization of KAction objects to the responsible classes.
 
5
- Improve printing and use smbspool command.
 
6
- Move all enabling/disabling of buttons/widgets from the configuration widget 
 
7
  classes to Smb4KOptionsDlg. [Alexander]
 
8
- Add option to hide/show hidden items in the preview dialog.
 
9
- Continue implementation of FreeBSD support. [Alexander]
 
10
- Executing an entry in the search dialog will add it to the browse list 
 
11
- Add KWallet support.
 
12
- The functions of the mounter should only take Smb4KShare objects.
 
13
- Add tooltips to show info about shares.
 
14
- Add drag'n'drop support to the Smb4KShareWidget.
 
15
- Delete error message for obsolete ERROR_GETTING_INFO.
 
16
- Move SMB-Domain entry from nmblookup to General tab since it is also used 
 
17
  by mount.cifs.
 
18
- Add scan of IP address range to look-up methods.
 
19
    
 
20
Later:
 
21
- Implement 'net' command for querying the share list and doing other things.
 
22
- Add support for synchronization. Both directions should be supported:
 
23
  - local copy -> share
 
24
  - share -> local copy
 
25
- Give the items in the browse window a margin; resize it if the width changed.
 
26
  Obviously we have to reimplement QListViewItem::paintCell() or
 
27
  QListViewItem::paintFocus() to achieve this.
 
28
- Smb4K should rescan the workgroup/host, when a "+" has been reopened again.
 
29
  Put this also in the pop-up menu.
 
30
- Is there any function in the C library/the system libraries that provides a list 
 
31
  of all (non-system) UIDs and GIDs?
 
32
- Add support of multiple WINS servers (How?).
 
33
- Smb4KPreviewDialog: status bar with item/folder number; add 'back' button
 
34
  (therefore allow multiple entries of one path).
 
35
- Check intervall for the import of shares can be configured by the user.
 
36
- Mimetype recognition for the files in the preview dialog.
 
37
- If you change via TAB into a list view, the first item should be highlighted.
 
38
- Smb4KScanner:
 
39
  + Add automatic, periodic scanning of the network. Make it configurable.
 
40
- Smb4KBrowserWidget:
 
41
  + Popup menu
 
42
    * Send Message
 
43
    * Expand
 
44
    * Collapse
 
45
  + Expand and collapse functions.
 
46
- In order to use the code for a konqueror plug-in:
 
47
  + Remove application code in Smb4KApp and put it into a Smb4KController (or else) and
 
48
    put some relative to widgets in the Smb4KView.
 
49
  + Specialize code in Smb4KView in order to have two different objects for the first splitter.
 
50
    It should be easy to put the network widget in the tree view of konqueror and the right
 
51
    widgets in the right panel of konqueror using tabs (first tab could be standard file viewer
 
52
    and second tab could coontains widgets from Smb4K).
 
53
  + The systerm tray should know if the application is stand-alone or a konqueror component.
 
54
  + Specialize toolbar and menubar in order to add them easily in the konqueror app.