mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
c21abddaae
commit
7a62bb04d8
7 changed files with 382 additions and 293 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue