Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
cc7478f4
Commit
cc7478f4
authored
Nov 30, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: rename panels.hpp to standardpanel.hpp
We don't have anymore 2 types of panels.
parent
3c6f6fa7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+2
-2
modules/gui/qt4/components/playlist/playlist.cpp
modules/gui/qt4/components/playlist/playlist.cpp
+1
-1
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/components/playlist/standardpanel.cpp
+1
-1
modules/gui/qt4/components/playlist/standardpanel.hpp
modules/gui/qt4/components/playlist/standardpanel.hpp
+0
-0
po/POTFILES.in
po/POTFILES.in
+1
-1
No files found.
modules/gui/qt4/Modules.am
View file @
cc7478f4
...
...
@@ -52,7 +52,7 @@ nodist_SOURCES_qt4 = \
components/controller_widget.moc.cpp \
components/playlist/playlist_model.moc.cpp \
components/playlist/playlist.moc.cpp \
components/playlist/
panels
.moc.cpp \
components/playlist/
standardpanel
.moc.cpp \
components/playlist/selector.moc.cpp \
components/sout/profile_selector.moc.cpp \
components/sout/sout_widgets.moc.cpp \
...
...
@@ -290,7 +290,7 @@ noinst_HEADERS = \
components/controller_widget.hpp \
components/playlist/playlist_model.hpp \
components/playlist/playlist_item.hpp \
components/playlist/
panels
.hpp \
components/playlist/
standardpanel
.hpp \
components/playlist/playlist.hpp \
components/playlist/selector.hpp \
components/playlist/sorting.h \
...
...
modules/gui/qt4/components/playlist/playlist.cpp
View file @
cc7478f4
...
...
@@ -26,7 +26,7 @@
# include "config.h"
#endif
#include "components/playlist/
panels
.hpp"
#include "components/playlist/
standardpanel
.hpp"
#include "components/playlist/selector.hpp"
#include "components/playlist/playlist.hpp"
...
...
modules/gui/qt4/components/playlist/standardpanel.cpp
View file @
cc7478f4
...
...
@@ -30,7 +30,7 @@
#include "dialogs_provider.hpp"
#include "components/playlist/playlist_model.hpp"
#include "components/playlist/
panels
.hpp"
#include "components/playlist/
standardpanel
.hpp"
#include "util/customwidgets.hpp"
#include <vlc_intf_strings.h>
...
...
modules/gui/qt4/components/playlist/
panels
.hpp
→
modules/gui/qt4/components/playlist/
standardpanel
.hpp
View file @
cc7478f4
File moved
po/POTFILES.in
View file @
cc7478f4
...
...
@@ -655,7 +655,6 @@ modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/open_panels.cpp
modules/gui/qt4/components/open_panels.hpp
modules/gui/qt4/components/playlist/panels.hpp
modules/gui/qt4/components/playlist/playlist.cpp
modules/gui/qt4/components/playlist/playlist.hpp
modules/gui/qt4/components/playlist/playlist_item.cpp
...
...
@@ -665,6 +664,7 @@ modules/gui/qt4/components/playlist/playlist_model.hpp
modules/gui/qt4/components/playlist/selector.cpp
modules/gui/qt4/components/playlist/selector.hpp
modules/gui/qt4/components/playlist/sorting.h
modules/gui/qt4/components/playlist/standardpanel.hpp
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.hpp
...
...
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