Move device and mountpoint selection to configuration to eliminate the need of asking for the mountpoint in every installation window. Use a QListWidget to make the devices list nicer. Remove scrobbler settings as this will most likely get implemented as plugin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14149 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-02 21:29:31 +00:00
parent c21abddaae
commit 7a62bb04d8
7 changed files with 382 additions and 293 deletions

View file

@ -48,7 +48,8 @@ class RbUtilQt : public QMainWindow
private slots:
void about(void);
void configDialog(void);
void updateDevice(int);
void updateDevice(void);
void updateSettings(void);
void install(void);
void installBl(void);
void installFonts(void);