[vlc-commits] Contribs: update libbluray to 1.3.0

2021-04-06 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Tue Apr 6 11:37:13 2021 +0200| [1d111a92edfd5eec4562879112f7aeb34545dff2] | committer: Jean-Baptiste Kempf Contribs: update libbluray to 1.3.0 Close #19925 (cherry picked from commit 025cbe2df9a21175194c556628a14247e7d960ac)

[vlc-commits] qt: remove toolBarConfUpdated signal

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:16 2021 +0300| [67e1913b23741d8dadf2c6721e613e571669301e] | committer: Pierre Lamot qt: remove toolBarConfUpdated signal Signed-off-by: Pierre Lamot >

[vlc-commits] qt: qml: refactor player control handling

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 02:15:47 2021 +0300| [700bd07bb40ab0ee5e31ab3806921ba5aeefed5c] | committer: Pierre Lamot qt: qml: refactor player control handling * PlayerControlbarModel class is repurposed and renamed to "player_controlbar_model.cpp/hpp".

[vlc-commits] qt: add getTextDialog function to DialogsProvider

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:19 2021 +0300| [771de11ffef7b0e096b9b5b26f58a285005f7351] | committer: Pierre Lamot qt: add getTextDialog function to DialogsProvider This static function provides a simple way to prompt the user and ask for text input. Signed-off-by:

[vlc-commits] qml: fix ToolbarEditor TabBar background

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:20 2021 +0300| [5d146558b71e6c917c778a621ffb71cae2ac188d] | committer: Pierre Lamot qml: fix ToolbarEditor TabBar background override background component with transparent Item { } so that the background color from the parent rectangle

[vlc-commits] qml: don't set style sheet on obsolete object

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:21 2021 +0300| [df7084a169428b9def8d97708da85130510d9aef] | committer: Pierre Lamot qml: don't set style sheet on obsolete object Signed-off-by: Pierre Lamot >

[vlc-commits] qml: increase minimum width of views in toolbar editor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:22 2021 +0300| [de81809a25a712bacfbd5287722ca539150ded7d] | committer: Pierre Lamot qml: increase minimum width of views in toolbar editor Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add WindowDialog

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:23 2021 +0300| [97019ddc6cf2a9b2528dab6efa9c138bd3a1c088] | committer: Pierre Lamot qml: add WindowDialog WindowDialog is a wrapper of QtQuick.Window which provides a simple base for qml based dialogs. It is intended to be an

[vlc-commits] qml: adapt model changes in ToolbarEditor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:25 2021 +0300| [f1fbc0265cdb86719b321ed77456794458435a9e] | committer: Pierre Lamot qml: adapt model changes in ToolbarEditor Signed-off-by: Pierre Lamot >

[vlc-commits] qt: add showToolbarEditorDialog signal to DialogsProvider

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:27 2021 +0300| [263b628d54e4bade329be1a565ac3979b64c49dd] | committer: Pierre Lamot qt: add showToolbarEditorDialog signal to DialogsProvider Signed-off-by: Pierre Lamot >

[vlc-commits] qml: set attached ToolTip defaults for IconToolButton

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:24 2021 +0300| [0ff5281c342e7a7c1e2931a6ce9993f107706208] | committer: Pierre Lamot qml: set attached ToolTip defaults for IconToolButton Signed-off-by: Pierre Lamot >

[vlc-commits] qt: remove native ToolbarEditor dialog

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:15 2021 +0300| [72c1f907925b24e5c61fc2477023d7fd1a148522] | committer: Pierre Lamot qt: remove native ToolbarEditor dialog the hybrid (native dialog + qml context) toolbar editor dialog has a lot of drawbacks and causes many problems. A

[vlc-commits] qml: use custom widgets instead of Text in toolbar editor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:30 2021 +0300| [3fd1f2d326fbf627d5b53c524886280cc066986c] | committer: Pierre Lamot qml: use custom widgets instead of Text in toolbar editor Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add ToolbarEditorDialog

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:26 2021 +0300| [a1d9020d5a7fa7ef999bb7539a356af72a0898e9] | committer: Pierre Lamot qml: add ToolbarEditorDialog This patch brings a QML dialog to replace the removed dialog. It should also fix the dialog looking weird issue #25575 /

[vlc-commits] qt: enable "Customize Interface..." menu entry

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:29 2021 +0300| [09761f2bb665966091002d429988c9fffc4d7452] | committer: Pierre Lamot qt: enable "Customize Interface..." menu entry Signed-off-by: Pierre Lamot >

[vlc-commits] qt: register qml singleton type PlayerListModel

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:35 2021 +0300| [20725496ae914d9a11372020dc58b1d2e0f9a367] | committer: Pierre Lamot qt: register qml singleton type PlayerListModel qmlRegisterSingletonType provides a convenient way for the QML-side to invoke static methods of classes

[vlc-commits] qml: dynamically create inner views in toolbar editor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:37 2021 +0300| [5e5132d5becbc706251e5aac366c3cc244dff5d4] | committer: Pierre Lamot qml: dynamically create inner views in toolbar editor even though the alignments are fixed (left, center, and right), this approach increases the

[vlc-commits] qml: show dirty mark in toolbar editor tab button

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:38 2021 +0300| [da8c6e82c57f4d5228740c55438200bf97cac2fb] | committer: Pierre Lamot qml: show dirty mark in toolbar editor tab button in addition to the profile name dirty indication, indicate dirtiness of submodels too.

[vlc-commits] qml: make toolbar editor view's scroll bar always visible

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:39 2021 +0300| [6831891cdd075aed006eac776aad2f9237d2006c] | committer: Pierre Lamot qml: make toolbar editor view's scroll bar always visible Signed-off-by: Pierre Lamot >

[vlc-commits] qml: dynamically populate the toolbar editor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:36 2021 +0300| [53e3ae6020a6fb78f84dabcfe2815ac6b196] | committer: Pierre Lamot qml: dynamically populate the toolbar editor Thanks to MOC, the PlayerIdentifier enum is iteratively converted to a JavaScript object and passed to the

[vlc-commits] qml: disable highlight auto scroll in toolbar editor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:41 2021 +0300| [670a5dea2604a475d729aef03c6ddb5f0b39daf7] | committer: Pierre Lamot qml: disable highlight auto scroll in toolbar editor This patch intends to fix #25576 / https://code.videolan.org/videolan/vlc/-/issues/25576

[vlc-commits] qml: fix drag auto scroll in toolbar editor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:40 2021 +0300| [87717a7a50f818f76d1a45133d4056898695af75] | committer: Pierre Lamot qml: fix drag auto scroll in toolbar editor Signed-off-by: Pierre Lamot >

[vlc-commits] qt: make default controlbar profile names translatable

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:18 2021 +0300| [8a9a83c896f00e7d49a49b3acf5ea7740fba15b2] | committer: Pierre Lamot qt: make default controlbar profile names translatable Signed-off-by: Pierre Lamot >

[vlc-commits] qt: qml: use enum for player controlbar identifier

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:32 2021 +0300| [685f4e65d3940093c82481b35ff56bfc70e0470b] | committer: Pierre Lamot qt: qml: use enum for player controlbar identifier Instead of using QString as the controlbar profile model player identifier, use enum (int). This

[vlc-commits] qml: fix scaling in toolbar editor

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:31 2021 +0300| [ae7ce11d3e2bafa1b7bbd49f82b38c763f0ef6dd] | committer: Pierre Lamot qml: fix scaling in toolbar editor Signed-off-by: Pierre Lamot >

[vlc-commits] qt: add function to access PlayerIdentifier enum from qml

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:33 2021 +0300| [6f2673000556b63a719eb9273639d74632813186] | committer: Pierre Lamot qt: add function to access PlayerIdentifier enum from qml Signed-off-by: Pierre Lamot >

[vlc-commits] qt: make player identifiers translatable

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:34 2021 +0300| [eb9b3a03783aff3ee4af9c566aaa1439e2ebe9d8] | committer: Pierre Lamot qt: make player identifiers translatable Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add ToolbarEditorDialog loader to Dialogs

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:28 2021 +0300| [a7e2ab7df72d9ab9eccbbaa3c21736dab5dce00e] | committer: Pierre Lamot qml: add ToolbarEditorDialog loader to Dialogs Signed-off-by: Pierre Lamot >

[vlc-commits] macosx: Move out sidebar handling in own data source object

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Apr 2 11:50:11 2021 +0200| [abbc95861f12992a773e67867851801fb1ea9858] | committer: David Fuhrmann macosx: Move out sidebar handling in own data source object Move delegate and datasource handling of sidebar into own object. This decouples

[vlc-commits] macosx: Initialize sidebar in main window

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Apr 2 12:18:00 2021 +0200| [edd5319c1a95210edac9d9544d77998747605419] | committer: David Fuhrmann macosx: Initialize sidebar in main window >

[vlc-commits] macosx: Fix translation of "general settings box"

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Apr 5 18:18:12 2021 +0200| [b17069595772d64888aa388cfbe0d5a163e32edd] | committer: David Fuhrmann macosx: Fix translation of "general settings box" refs #25558 >

[vlc-commits] macosx: Fix autolayout issues for simple prefs

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Apr 5 19:09:15 2021 +0200| [198fb6c0e60cbe6e4836761814b9d263a38ddc54] | committer: David Fuhrmann macosx: Fix autolayout issues for simple prefs For all views shown in simple preferences, all UI elements with intrinsic sizes (e.g. labels /

[vlc-commits] macosx: Fix format specifier

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:11:46 2021 +0200| [701ae51e3f841fb760cf3707682ae491f71c61f1] | committer: David Fuhrmann macosx: Fix format specifier > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=701ae51e3f841fb760cf3707682ae491f71c61f1 ---

[vlc-commits] macosx: time fields: Cache alternative time representation

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:12:06 2021 +0200| [30ce9f876c9d56122e94450a4c988e45fea7b6cc] | committer: David Fuhrmann macosx: time fields: Cache alternative time representation This allows to toggle between remaining and elapsed time at any time, also while

[vlc-commits] macosx: Modernize code style for VLCTimeField

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:31:05 2021 +0200| [84847c28514a802585094338d2622be4bcdd0c89] | committer: David Fuhrmann macosx: Modernize code style for VLCTimeField >

[vlc-commits] qt: support 2d surfaces for horizontal scroll

2021-04-06 Thread Maxim Sergeev
vlc | branch: master | Maxim Sergeev | Tue Apr 6 11:26:05 2021 +0200| [e8d929f348aabb28ca2921cb4a31125a5ff7a2fa] | committer: Pierre Lamot qt: support 2d surfaces for horizontal scroll Fixes #20498 To avoid detection of erratic movements along the lines introduce allowance zone for each

[vlc-commits] Contribs: update libbluray to 1.3.0

2021-04-06 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Tue Apr 6 11:37:13 2021 +0200| [025cbe2df9a21175194c556628a14247e7d960ac] | committer: Jean-Baptiste Kempf Contribs: update libbluray to 1.3.0 Close #19925 >

[vlc-commits] macosx: time fields: Cache alternative time representation

2021-04-06 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Apr 6 11:46:12 2021 +0200| [497fc4216d776fc81d241578eaf9abd17dbeedcb] | committer: David Fuhrmann macosx: time fields: Cache alternative time representation This allows to toggle between remaining and elapsed time at any time, also while the media

[vlc-commits] qt: disable "Customize Interface..." menu entry

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:13 2021 +0300| [a783a0e13dbf625e28f16257617b8bf72549aae7] | committer: Pierre Lamot qt: disable "Customize Interface..." menu entry it's going to be re enabled after the qml toolbar editor dialog transition is done Signed-off-by:

[vlc-commits] qt: remove toolbarDialog() from DialogsProvider

2021-04-06 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Fri Apr 2 01:22:14 2021 +0300| [5b0ec36bd849eb851f6c4decbe666db329313a0f] | committer: Pierre Lamot qt: remove toolbarDialog() from DialogsProvider Signed-off-by: Pierre Lamot >

[vlc-commits] qt: support 2d surfaces for horizontal scroll

2021-04-06 Thread Maxim Sergeev
vlc/vlc-3.0 | branch: master | Maxim Sergeev | Sun Jun 28 17:07:42 2020 +0200| [704ccf4ea627458dd374d2936146c55ba00ffa12] | committer: Pierre Lamot qt: support 2d surfaces for horizontal scroll Fixes #20498 To avoid detection of erratic movements along the lines introduce allowance zone for

[vlc-commits] macosx: Fix compilation of sidebar source with old SDKs

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 13:38:49 2021 +0200| [58d8dd6c7d31a15519dc69dcd5f6ad4b88e1b4f1] | committer: David Fuhrmann macosx: Fix compilation of sidebar source with old SDKs >

[vlc-commits] demux: adaptive: fix probing with multiple ID3

2021-04-06 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 6 09:58:36 2021 +0200| [4e87c5494cfd34d85fa42d4f5e6bbf094f2c6f9b] | committer: Francois Cartegnie demux: adaptive: fix probing with multiple ID3 regression regarding #24237 after chunk probe only change >

[vlc-commits] qml: revise menu handling in Player

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Mar 16 00:17:25 2021 +0530| [a950eeb20d699ef1b59b0eb6b919a61b3c723bb3] | committer: Pierre Lamot qml: revise menu handling in Player 1. make _menu member public, it's already being used outside the class 2. support Popup like objects as a menu

[vlc-commits] qml: add playback speed control widget

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Mar 9 19:30:04 2021 +0530| [3030082915ae67155da12f331fff1fec77b48422] | committer: Pierre Lamot qml: add playback speed control widget fixes #22268 Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove unused properties from Langmenu

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Mar 16 17:18:53 2021 +0530| [69b08dad2fc6562e0b749ee2fc01d758c01689f7] | committer: Pierre Lamot qml: remove unused properties from Langmenu also base LanguageMenu on PopUp component, LanguageMenu is more like a Popup than a menu, also menus in qml

[vlc-commits] qml: update 'faster.svg' and 'slower.svg'

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Mar 11 20:42:11 2021 +0530| [5b90a4510b22e49b65d022787e285145e3962c38] | committer: Pierre Lamot qml: update 'faster.svg' and 'slower.svg' Signed-off-by: Pierre Lamot >

[vlc-commits] qml: move isValidInstanceOf function in Helpers

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Mar 17 20:55:39 2021 +0530| [bfe351149560e7fd70416a78bee8cdcaaa1ba144] | committer: Pierre Lamot qml: move isValidInstanceOf function in Helpers Signed-off-by: Pierre Lamot >

[vlc-commits] qml: hide header section text when not applicable

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Mar 18 18:14:35 2021 +0530| [b03af1e1b1729bd5f99cda5bc7c1322e763fe480] | committer: Pierre Lamot qml: hide header section text when not applicable Signed-off-by: Pierre Lamot >

[vlc-commits] qml: fix colors in SearchBox

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Mar 19 17:39:16 2021 +0530| [65b7e2098f79fd317139ecbdc618b67710729e61] | committer: Pierre Lamot qml: fix colors in SearchBox Signed-off-by: Pierre Lamot >

[vlc-commits] qml: correctly add url media

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Mar 1 21:15:27 2021 +0530| [03586cce2de5cd48c57787cf3cb49f0636c74e6f] | committer: Pierre Lamot qml: correctly add url media Signed-off-by: Pierre Lamot >

[vlc-commits] egl_pbuffer: fix missing file for distcheck

2021-04-06 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Wed Mar 31 10:53:42 2021 +0200| [462670f4d4bb58f9d30b0b8844d98625de4dccf9] | committer: Alexandre Janniaux egl_pbuffer: fix missing file for distcheck > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=462670f4d4bb58f9d30b0b8844d98625de4dccf9

[vlc-commits] qml: add msToString helper function

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Mar 15 18:39:03 2021 +0530| [65428b9575f96f444dba940ae38988f882be132e] | committer: Pierre Lamot qml: add msToString helper function Signed-off-by: Pierre Lamot >

[vlc-commits] qml: fix focus in local menu group

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Feb 22 23:12:11 2021 +0530| [d67fffcba9012c1c5c68f9079e5d873b7295f8da] | committer: Pierre Lamot qml: fix focus in local menu group Signed-off-by: Pierre Lamot >

[vlc-commits] qt: fullfill reset request if worker is already idle

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Mar 1 21:47:09 2021 +0530| [688a2a71396700ee6d2a7913b87b4262857b9473] | committer: Pierre Lamot qt: fullfill reset request if worker is already idle Signed-off-by: Pierre Lamot >

[vlc-commits] qml, qt: remove duration_short property

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Feb 24 19:57:43 2021 +0530| [39d2a0f96762dad03158125d3647bd3dab9f40a7] | committer: Pierre Lamot qml, qt: remove duration_short property with duration_short property we have to map ml_sorting criteria with multiple roles, which makes

[vlc-commits] qml: change itemDoubleClicked signal behaviour in KeyNavigableTableView

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Mar 1 17:55:39 2021 +0530| [99915725e185833a7af665468fab8ed8d9e5f433] | committer: Pierre Lamot qml: change itemDoubleClicked signal behaviour in KeyNavigableTableView don't emit actionForSelection with itemDoubleClicked signal, this makes table

[vlc-commits] qml: move clamp function to Helpers

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Mar 17 20:05:26 2021 +0530| [dc7fa3cb40dcdad9b560f0e6464b7c715e4c4ba1] | committer: Pierre Lamot qml: move clamp function to Helpers Signed-off-by: Pierre Lamot >

[vlc-commits] qml: fix color handling in URL text box

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Mar 1 21:57:32 2021 +0530| [c3101d8cb3910e023383e570832e2b0ef71330ab] | committer: Pierre Lamot qml: fix color handling in URL text box Signed-off-by: Pierre Lamot >

[vlc-commits] qt: remove unnecessary invokeMethod call

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Mar 1 21:39:42 2021 +0530| [4a133bff68913793bf12b1a0693f2757e4905146] | committer: Pierre Lamot qt: remove unnecessary invokeMethod call Signed-off-by: Pierre Lamot >

[vlc-commits] qml: enable text interactions in URL text box

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Mar 29 23:35:30 2021 +0530| [d3f4c657b9408cbc24afe88af9f4744480fb1e07] | committer: Pierre Lamot qml: enable text interactions in URL text box fixes #25580 Signed-off-by: Pierre Lamot >

[vlc-commits] qml: lazily update availableRowWidth of KeyNaviagableTableView

2021-04-06 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Mar 2 17:08:43 2021 +0530| [929c1b2678ae01c186e3066f713d3dc4b6400f1f] | committer: Pierre Lamot qml: lazily update availableRowWidth of KeyNaviagableTableView solves slow animation of Playlist collapsing and expanding Signed-off-by: Pierre Lamot >

[vlc-commits] vlm: remove wrong assertion

2021-04-06 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Sep 15 19:37:35 2020 +0200| [a552809dcecf4ad260f892ec3603414698ad8e30] | committer: Alexandre Janniaux vlm: remove wrong assertion The vlm instance name may be NULL. The documentation (doc/vlm.txt) states that the "instance_name" parameter is

[vlc-commits] packetizer: avparser: properly propagate flags

2021-04-06 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 6 18:16:37 2021 +0200| [0ddedd363c23347d4474563897eec1ce0db722ba] | committer: Francois Cartegnie packetizer: avparser: properly propagate flags >

[vlc-commits] packetizer: avparser: set proper frame flags

2021-04-06 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 6 18:21:05 2021 +0200| [0b94015abe92f2e2380bafe4232dc84c66585b9c] | committer: Francois Cartegnie packetizer: avparser: set proper frame flags > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b94015abe92f2e2380bafe4232dc84c66585b9c

[vlc-commits] packetizer: avparser: remove useless realloc/copy

2021-04-06 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 6 18:27:17 2021 +0200| [73b0d14c170a1ce6407a235eecd890e3a21bf68d] | committer: Francois Cartegnie packetizer: avparser: remove useless realloc/copy >