AppletManager Specs
program functions:
- Load and display files from last-specified directory
on startup
- User can specify directory
- input full path in text field
- 'set' button to reload file list
- Select files to modify
- list files in path that match *.so and .*.so
- display green icon in front of .so files
- display red icon in front of .*.so files
- allow selection of multiple files in listbox
- Modify files
- enable button removes any leading '.' on selected filenames
- disable button makes sure there is exactly one '.' at front of
selected filenames
- Trap quit action
- if any file changes were made, display dialog "You have changed
your applet loading preferences. Do you want to restart the window
manager now?"
- Responses "Yes" or "No"
- Yes triggers a restart of qpe/opie, No just exits.
- Save user preferences to $HOME/Settings/appletmanager.conf
|