- Aug 25, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Refs #25119
-
Hugo Beauzée-Luyssen authored
Which will represent a preparser module. Refs #25119
-
- Aug 22, 2021
-
-
this happened when the focus was on another component (ie: the contextual menu) when the key was pressed
-
ref #25971
-
ref #25971
-
-
fixes abrupt window size changes when any media is played 'm_lastWinGeometry' should only be set before going into the full screen, initializing it with 'm_window' causes window size restore inside 'setVideoFullScreen'
-
-
In order to implement several standalone video filters (with capability "video filter") using OpenGL filters (with capability "opengl filter"), define an helper to delegate the work to the "opengl" video filter. Co-authored-by:
vatsin1810 <suchak@sas.upenn.edu>
-
using Qt parenting auto deletion leads to using the window in InterfaceWindowHandler destructor while it's partially destroyed
-
-
-
This is what it's always used with. No need for lossy conversions to int.
-
- Aug 21, 2021
-
-
François Cartegnie authored
-
François Cartegnie authored
was related to replaced API refs #26012
-
- Aug 20, 2021
-
-
Steve Lhomme authored
This will provide better quality when expanding the size compared to the initial size.
-
Steve Lhomme authored
It's lighter and faster.
-
- Aug 19, 2021
-
-
Steve Lhomme authored
-
This makes it consistent with all the other uses of such defines in the source code, which are tested for their existence rather than the actual value.
-
- Aug 18, 2021
-
-
Steve Lhomme authored
If we build with mingw64 8+ we didn't generate it, and we still won't. Otherwise mingw64 was already extracted for winpthread, so we just use the header from there.
-
This function is not used at all anymore in the VLC codebase so the check serves no purpose.
-
This function is not used at all anymore in the VLC codebase so the check serves no purpose.
-
This function is not used at all anymore in the VLC codebase so the check serves no purpose.
-
pread is used regardless of this check in the code, so checking it serves no purpose
-
- Aug 16, 2021
-
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
this provides the same functionnality as save/restoreWidgetPosition but acts on Window directly, it mimics qt implementation of widget state serialisation
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
this has no use anymore, menus are either created for QML or as standalone when qt is a dialog provider
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
this allows to have modal native window when the main window is a QQuickWindow
-
Pierre Lamot authored
-
Pierre Lamot authored
-