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
20e97a23
Commit
20e97a23
authored
Jul 22, 2009
by
Besnard Jean-Baptiste
Committed by
Ilkka Ollakka
Jul 22, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt : Keep preparsed items synced in playlist
Signed-off-by:
Ilkka Ollakka
<
ileoo@videolan.org
>
parent
828d9e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.cpp
+3
-1
No files found.
modules/gui/qt4/input_manager.cpp
View file @
20e97a23
...
@@ -150,6 +150,9 @@ void InputManager::customEvent( QEvent *event )
...
@@ -150,6 +150,9 @@ void InputManager::customEvent( QEvent *event )
int
i_type
=
event
->
type
();
int
i_type
=
event
->
type
();
IMEvent
*
ple
=
static_cast
<
IMEvent
*>
(
event
);
IMEvent
*
ple
=
static_cast
<
IMEvent
*>
(
event
);
if
(
i_type
==
ItemChanged_Type
)
UpdateMeta
(
ple
->
p_item
->
i_id
);
if
(
!
hasInput
()
)
if
(
!
hasInput
()
)
return
;
return
;
...
@@ -178,7 +181,6 @@ void InputManager::customEvent( QEvent *event )
...
@@ -178,7 +181,6 @@ void InputManager::customEvent( QEvent *event )
UpdateArt
();
UpdateArt
();
/* Update duration of file */
/* Update duration of file */
}
}
UpdateMeta
(
ple
->
p_item
->
i_id
);
break
;
break
;
case
ItemStateChanged_Type
:
case
ItemStateChanged_Type
:
// TODO: Fusion with above state
// TODO: Fusion with above state
...
...
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