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
f15e3d7d
Commit
f15e3d7d
authored
Nov 23, 2006
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: This would be better. And should now be fine.
parent
f7166b8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
modules/gui/qt4/dialogs/mediainfo.cpp
modules/gui/qt4/dialogs/mediainfo.cpp
+4
-4
modules/gui/qt4/dialogs/mediainfo.hpp
modules/gui/qt4/dialogs/mediainfo.hpp
+1
-1
No files found.
modules/gui/qt4/dialogs/mediainfo.cpp
View file @
f15e3d7d
/*****************************************************************************
/*****************************************************************************
*
stream
info.cpp : Information about an item
*
media
info.cpp : Information about an item
****************************************************************************
****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006 the VideoLAN team
* $Id$
* $Id$
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <QTabWidget>
#include <QTabWidget>
#include <QGridLayout>
#include <QGridLayout>
#include "dialogs/
stream
info.hpp"
#include "dialogs/
media
info.hpp"
#include "input_manager.hpp"
#include "input_manager.hpp"
#include "dialogs_provider.hpp"
#include "dialogs_provider.hpp"
#include "util/qvlcframe.hpp"
#include "util/qvlcframe.hpp"
...
@@ -53,13 +53,13 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf ) :QVLCFrame( _p_intf )
...
@@ -53,13 +53,13 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf ) :QVLCFrame( _p_intf )
ON_TIMEOUT
(
update
()
);
ON_TIMEOUT
(
update
()
);
var_AddCallback
(
THEPL
,
"item-change"
,
ItemChanged
,
this
);
var_AddCallback
(
THEPL
,
"item-change"
,
ItemChanged
,
this
);
readSettings
(
"
StreamI
nfo"
,
QSize
(
500
,
450
)
);
readSettings
(
"
mediai
nfo"
,
QSize
(
500
,
450
)
);
}
}
MediaInfoDialog
::~
MediaInfoDialog
()
MediaInfoDialog
::~
MediaInfoDialog
()
{
{
var_DelCallback
(
THEPL
,
"item-change"
,
ItemChanged
,
this
);
var_DelCallback
(
THEPL
,
"item-change"
,
ItemChanged
,
this
);
writeSettings
(
"
StreamI
nfo"
);
writeSettings
(
"
mediai
nfo"
);
}
}
static
int
ItemChanged
(
vlc_object_t
*
p_this
,
const
char
*
psz_var
,
static
int
ItemChanged
(
vlc_object_t
*
p_this
,
const
char
*
psz_var
,
...
...
modules/gui/qt4/dialogs/mediainfo.hpp
View file @
f15e3d7d
/*****************************************************************************
/*****************************************************************************
*
stream
info.hpp : Information about a stream
*
media
info.hpp : Information about a stream
****************************************************************************
****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006 the VideoLAN team
* $Id$
* $Id$
...
...
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