[vlc-devel] commit: Qt: rename panels.hpp to standardpanel.hpp (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Dec 4 07:21:47 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 30 00:44:01 2009 +0100| [cc7478f48f5f73cc67b8a598b360ff46c174fec3] | committer: Jean-Baptiste Kempf
Qt: rename panels.hpp to standardpanel.hpp
We don't have anymore 2 types of panels.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc7478f48f5f73cc67b8a598b360ff46c174fec3
---
modules/gui/qt4/Modules.am | 4 ++--
modules/gui/qt4/components/playlist/playlist.cpp | 2 +-
.../gui/qt4/components/playlist/standardpanel.cpp | 2 +-
.../playlist/{panels.hpp => standardpanel.hpp} | 0
po/POTFILES.in | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index d80f7b2..9ce1baf 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -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 \
diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index 7c79374..82b9a18 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -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"
diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index 2de4c8b..8023740 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -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>
diff --git a/modules/gui/qt4/components/playlist/panels.hpp b/modules/gui/qt4/components/playlist/standardpanel.hpp
similarity index 100%
rename from modules/gui/qt4/components/playlist/panels.hpp
rename to modules/gui/qt4/components/playlist/standardpanel.hpp
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a5dc0dd..1fb90d1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -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
More information about the vlc-devel
mailing list