Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
21fec3ee
Commit
21fec3ee
authored
Jul 08, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Menus and new icons. Remove the isCheckable option from extended/playlist.
parent
a901e3b6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
9 deletions
+12
-9
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+2
-0
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+8
-9
modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
+0
-0
modules/gui/qt4/pixmaps/vlc_playlist_16px.png
modules/gui/qt4/pixmaps/vlc_playlist_16px.png
+0
-0
modules/gui/qt4/pixmaps/vlc_settings_16px.png
modules/gui/qt4/pixmaps/vlc_settings_16px.png
+0
-0
modules/gui/qt4/res.qrc
modules/gui/qt4/res.qrc
+2
-0
No files found.
modules/gui/qt4/Modules.am
View file @
21fec3ee
...
@@ -197,6 +197,8 @@ EXTRA_DIST += \
...
@@ -197,6 +197,8 @@ EXTRA_DIST += \
pixmaps/vlc_network_16px.png \
pixmaps/vlc_network_16px.png \
pixmaps/vlc_capture-card_16px.png \
pixmaps/vlc_capture-card_16px.png \
pixmaps/vlc_preferences_16px.png \
pixmaps/vlc_preferences_16px.png \
pixmaps/vlc_settings_16px.png \
pixmaps/vlc_playlist_16px.png \
pixmaps/vlc_folder-grey_16px.png \
pixmaps/vlc_folder-grey_16px.png \
pixmaps/vlc_folder-blue_16px.png \
pixmaps/vlc_folder-blue_16px.png \
pixmaps/vlc_tape_16px.png \
pixmaps/vlc_tape_16px.png \
...
...
modules/gui/qt4/menus.cpp
View file @
21fec3ee
...
@@ -286,22 +286,21 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf, MainInterface *mi,
...
@@ -286,22 +286,21 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf, MainInterface *mi,
mi
,
SLOT
(
advanced
()
)
);
mi
,
SLOT
(
advanced
()
)
);
adv
->
setCheckable
(
true
);
adv
->
setCheckable
(
true
);
if
(
adv_controls_enabled
)
adv
->
setChecked
(
true
);
if
(
adv_controls_enabled
)
adv
->
setChecked
(
true
);
DP_SADD
(
menu
,
qtr
(
"Hide Menus..."
),
""
,
""
,
hideMenus
(),
"Ctrl+H"
);
menu
->
addSeparator
();
#if 0 /* For Visualisations. Not yet working */
#if 0 /* For Visualisations. Not yet working */
adv = menu->addAction( qtr("Visualizations selector" ),
adv = menu->addAction( qtr("Visualizations selector" ),
mi, SLOT( visual() ) );
mi, SLOT( visual() ) );
adv->setCheckable( true );
adv->setCheckable( true );
if( visual_selector_enabled ) adv->setChecked( true );
if( visual_selector_enabled ) adv->setChecked( true );
#endif
#endif
QAction
*
plAction
=
menu
->
addAction
(
qtr
(
"Playlist"
),
mi
,
menu
->
addAction
(
QIcon
(
":/pixmaps/vlc_playlist_16px.png"
),
SLOT
(
playlist
()
)
);
qtr
(
"Playlist"
),
mi
,
SLOT
(
playlist
()
)
);
plAction
->
setCheckable
(
true
);
}
}
QAction
*
extAction
=
menu
->
addAction
(
qtr
(
I_MENU_EXT
),
THEDP
,
DP_SADD
(
menu
,
qtr
(
I_MENU_EXT
),
""
,
":/pixmaps/vlc_settings_16px.png"
,
SLOT
(
extendedDialog
()
),
qtr
(
"Ctrl+E"
)
);
extendedDialog
()
,
"Ctrl+E"
);
extAction
->
setCheckable
(
true
);
DP_SADD
(
menu
,
qtr
(
"Hide Menus..."
),
""
,
""
,
hideMenus
(),
"Ctrl+H"
);
menu
->
addSeparator
();
menu
->
addSeparator
();
DP_SADD
(
menu
,
qtr
(
"Preferences"
),
""
,
":/pixmaps/vlc_preferences_16px.png"
,
DP_SADD
(
menu
,
qtr
(
"Preferences"
),
""
,
":/pixmaps/vlc_preferences_16px.png"
,
...
...
modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
View replaced file @
a901e3b6
View file @
21fec3ee
233 Bytes
|
W:
|
H:
204 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
modules/gui/qt4/pixmaps/vlc_playlist_16px.png
0 → 100644
View file @
21fec3ee
450 Bytes
modules/gui/qt4/pixmaps/vlc_settings_16px.png
0 → 100644
View file @
21fec3ee
417 Bytes
modules/gui/qt4/res.qrc
View file @
21fec3ee
...
@@ -35,6 +35,8 @@
...
@@ -35,6 +35,8 @@
<file>
pixmaps/vlc_folder-grey_16px.png
</file>
<file>
pixmaps/vlc_folder-grey_16px.png
</file>
<file>
pixmaps/vlc_capture-card_16px.png
</file>
<file>
pixmaps/vlc_capture-card_16px.png
</file>
<file>
pixmaps/vlc_preferences_16px.png
</file>
<file>
pixmaps/vlc_preferences_16px.png
</file>
<file>
pixmaps/vlc_playlist_16px.png
</file>
<file>
pixmaps/vlc_settings_16px.png
</file>
<file>
pixmaps/vlc_stream_16px.png
</file>
<file>
pixmaps/vlc_stream_16px.png
</file>
</qresource>
</qresource>
</RCC>
</RCC>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment