Commit f761baaa authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons...

Qt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons for folders (blue and grey) (not yet used), for file (thin and wide) and tape. Update Network with a bit of coloring.

parent 8aa2b8cb
...@@ -52,6 +52,7 @@ Damian Ivereigh <damian at cisco.com> - ac3dec uninitialized data structure fix ...@@ -52,6 +52,7 @@ Damian Ivereigh <damian at cisco.com> - ac3dec uninitialized data structure fix
Damien Fouilleul <damien.fouilleul at laposte.net> - DirectShow input improvements Damien Fouilleul <damien.fouilleul at laposte.net> - DirectShow input improvements
Daniel Fischer <dan at subsignal dot org> - Shoutcast output support Daniel Fischer <dan at subsignal dot org> - Shoutcast output support
Daniel Stränger <vlc at schmaller d0t de> - M3U, xtag and playlist improvements. Meta information core fixes. XSPF playlist support Daniel Stränger <vlc at schmaller d0t de> - M3U, xtag and playlist improvements. Meta information core fixes. XSPF playlist support
Danko Dolch <info at dolchonline d0t net> - Icons and Design for Qt4 Interface
David Kennedy <dkennedy at tinytoad.com> - X11 fullscreen patch David Kennedy <dkennedy at tinytoad.com> - X11 fullscreen patch
Daniel Dreibrodt, aka aLtgLasS <daniel d.t dreibrodt -@t- gmx d0t de> - VLC 0.8.5 default skin Daniel Dreibrodt, aka aLtgLasS <daniel d.t dreibrodt -@t- gmx d0t de> - VLC 0.8.5 default skin
Daniel Nylander <info@danielnylander at se> - Swedish translation Daniel Nylander <info@danielnylander at se> - Swedish translation
......
...@@ -195,5 +195,10 @@ EXTRA_DIST += \ ...@@ -195,5 +195,10 @@ EXTRA_DIST += \
pixmaps/vlc_quit_16px.png \ pixmaps/vlc_quit_16px.png \
pixmaps/vlc_network_16px.png \ pixmaps/vlc_network_16px.png \
pixmaps/vlc_capture-card_16px.png \ pixmaps/vlc_capture-card_16px.png \
pixmaps/vlc_folder-grey_16px.png \
pixmaps/vlc_folder-blue_16px.png \
pixmaps/vlc_tape_16px.png \
pixmaps/vlc_file-asym_16px.png \
pixmaps/vlc_file-wide_16px.png \
pixmaps/vlc_info_16px.png \ pixmaps/vlc_info_16px.png \
pixmaps/vlc_next_16px.png pixmaps/vlc_next_16px.png
...@@ -197,7 +197,8 @@ void QVLCMenu::createMenuBar( MainInterface *mi, intf_thread_t *p_intf, ...@@ -197,7 +197,8 @@ void QVLCMenu::createMenuBar( MainInterface *mi, intf_thread_t *p_intf,
QMenu *QVLCMenu::FileMenu() QMenu *QVLCMenu::FileMenu()
{ {
QMenu *menu = new QMenu(); QMenu *menu = new QMenu();
DP_SADD( menu, qtr("Open &File..." ), "", "", openFileDialog(), "Ctrl+O" ); DP_SADD( menu, qtr("Open &File..." ), "",
":/pixmaps/vlc_file-asym_16px.png", openFileDialog(), "Ctrl+O" );
DP_SADD( menu, qtr("Open &Disc..." ), "", "", openDiscDialog(), "Ctrl+D" ); DP_SADD( menu, qtr("Open &Disc..." ), "", "", openDiscDialog(), "Ctrl+D" );
DP_SADD( menu, qtr("Open &Network..." ), "", DP_SADD( menu, qtr("Open &Network..." ), "",
":/pixmaps/vlc_network_16px.png", openNetDialog(), "Ctrl+N" ); ":/pixmaps/vlc_network_16px.png", openNetDialog(), "Ctrl+N" );
...@@ -621,7 +622,8 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi, intf_thread_t *p_intf, ...@@ -621,7 +622,8 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi, intf_thread_t *p_intf,
sysMenu->addSeparator(); sysMenu->addSeparator();
POPUP_PLAY_ENTRIES( sysMenu ); POPUP_PLAY_ENTRIES( sysMenu );
sysMenu->addSeparator(); sysMenu->addSeparator();
DP_SADD( sysMenu, qtr("&Open Media" ), "", "", openFileDialog(), "" ); DP_SADD( sysMenu, qtr("&Open Media" ), "",
":/pixmaps/vlc_file-wide_16px.png", openFileDialog(), "" );
DP_SADD( sysMenu, qtr("&Quit") , "", ":/pixmaps/vlc_quit_16px.png", DP_SADD( sysMenu, qtr("&Quit") , "", ":/pixmaps/vlc_quit_16px.png",
quit(), "" ); quit(), "" );
......
modules/gui/qt4/pixmaps/vlc_network_16px.png

219 Bytes | W: | H:

modules/gui/qt4/pixmaps/vlc_network_16px.png

243 Bytes | W: | H:

modules/gui/qt4/pixmaps/vlc_network_16px.png
modules/gui/qt4/pixmaps/vlc_network_16px.png
modules/gui/qt4/pixmaps/vlc_network_16px.png
modules/gui/qt4/pixmaps/vlc_network_16px.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
<file>pixmaps/vlc_play_16px.png</file> <file>pixmaps/vlc_play_16px.png</file>
<file>pixmaps/vlc_network_16px.png</file> <file>pixmaps/vlc_network_16px.png</file>
<file>pixmaps/vlc_quit_16px.png</file> <file>pixmaps/vlc_quit_16px.png</file>
<file>pixmaps/vlc_file-asym_16px.png</file>
<file>pixmaps/vlc_file-wide_16px.png</file>
<file>pixmaps/vlc_capture-card_16px.png</file> <file>pixmaps/vlc_capture-card_16px.png</file>
<file>pixmaps/vlc_stream_16px.png</file> <file>pixmaps/vlc_stream_16px.png</file>
</qresource> </qresource>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment