- 29 Mar, 2010 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
-
Jakob Leben authored
Prevent unnecessary memory accumulation when new submenus are created again and again.
-
Jakob Leben authored
-
- 28 Mar, 2010 34 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3471
-
Jean-Baptiste Kempf authored
Just deactivate proper seeking
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This fixes the RTP input failing completely.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Jitter computation is, by design, relative to the time of arrival of packets. Normally, it should be the estimated time of arrival (ETA) of the missing packet in the sequence, plus a tolerance value computed from the delay variance (jitter). Unfortunately, we do not know that ETA since we do not know the RTP timestamp of missing packets.
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
This reverts commit 9d9ffe9f.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
Still could be better to leave selected item as selected after sorting.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
Not really nice looking or anything, but I'm not that familiar with lua. Also not sure if comparing paths/uris is the way, didn't spot any way to get same id from both of those (or missed something trivial).
-
- 27 Mar, 2010 1 commit
-
-
Jakob Leben authored
- Simplify switching between widgets in central stack: showTab() allows switching only between two states - video state and playlist state - and does everything needed according to circumstances - Do not setMinimumWidth/Height/Size() on main interface, because it inhibits children sizeHint() evaluation, thus preventing interface self-adjustment when controls are added/removed or shown/hidden. - Subclass QStackedWidget so it's minimumSizeHint() matches exactly the one of the currentWidget(), and not the sum of all children. - Suggest compact mode implementation (commented out for now): setSizeConstraint( QLayout::SetFixedSize ) on main interface layout. This automatically keeps and adjusts fixed size in respect to sizeHint() of children.
-