Switch to unified view

a/GUI/mainw/mainw.h b/GUI/mainw/mainw.h
...
...
111
    void onJumpBackwardActivated();
111
    void onJumpBackwardActivated();
112
    void onMuteActivated(bool);
112
    void onMuteActivated(bool);
113
    void onVolumeStepActivated(int val);
113
    void onVolumeStepActivated(int val);
114
    void onVolumeHigherActivated();
114
    void onVolumeHigherActivated();
115
    void onVolumeLowerActivated();
115
    void onVolumeLowerActivated();
116
117
    /* File */
118
119
    /* View */
120
    void showLibrary(bool, bool resize=true);
116
    void showLibrary(bool, bool resize=true);
121
    void changeSkin(bool);
117
    void changeSkin(bool);
122
    void small_playlist_items_toggled(bool);
118
    void small_playlist_items_toggled(bool);
123
    void show_notification_toggled(bool);
119
    void show_notification_toggled(bool);
124
    void show_fullscreen_toggled(bool);
120
    void show_fullscreen_toggled(bool);
125
126
    /* Preferences */
127
128
    void load_pl_on_startup_toggled(bool);
129
    void only_one_instance_toggled(bool);
130
131
    void about(bool b=false);
121
    void about(bool b=false);
132
    void help(bool b=false);
122
    void help(bool b=false);
133
123
134
    void sl_no_cover_available();
124
    void sl_no_cover_available();
135
    void sl_cover_fetch_done(QNetworkReply*);
125
    void sl_cover_fetch_done(QNetworkReply*);
136
126
137
public:
127
public:
138
    void setPlaylist(GUI_Playlist* playlist);
128
    void setPlaylist(GUI_Playlist* playlist);
139
    QWidget* getParentOfPlaylist();
129
    QWidget *getParentOfPlaylist();
140
    QWidget* getParentOfLibrary();
130
    QWidget *getParentOfLibrary();
141
    void setLibraryWidget(QWidget* );
131
    void setLibraryWidget(QWidget* );
142
    void setPlaylistWidget(QWidget* );
132
    void setPlaylistWidget(QWidget* );
143
133
144
    void ui_loaded();
134
    void ui_loaded();
145
    void setStyle(int);
135
    void setStyle(int);