Martin Storsjö
0d48be6370
libvlc: Remove unsubstituted @LIBS_libvlc@ from libvlc.pc.in
Since 7e916f4ce6 , @LIBS_libvlc@ no
longer gets substituted in the pkg-config files (as
VLC_ADD_LIBS([libvlc vlc],[...])
was responsible for invoking AC_SUBST() for the LIBS_libvlc variable.
This fixes building e.g. npapi-vlc after this commit.
5 years ago
Fatih Uzunoglu
3552da5e13
qml: do not use disabled color when paintOnly is set
controls should not look disabled in toolbar editor
5 years ago
Fatih Uzunoglu
4d32cb2939
qml: slight refactor in VolumeWidget
5 years ago
Fatih Uzunoglu
49c6311cec
qml: prepare VolumeWidget for editor properly
5 years ago
Fatih Uzunoglu
6a6ec066e5
qml: refactor play button
5 years ago
Fatih Uzunoglu
69d7ef2ff0
qml: apply global margin in playqueue overlaymenu
5 years ago
Fatih Uzunoglu
ddaf5ef89e
qml: make ArtworkInfoWidget a Control
5 years ago
Fatih Uzunoglu
df65b0ca59
qml: fix play button scale adjustment
5 years ago
Fatih Uzunoglu
10a9d44223
qml: AspectRatioWidget should not use layout
5 years ago
Fatih Uzunoglu
fa86e79668
qml: apply application padding in miniplayer
5 years ago
Fatih Uzunoglu
2c23774b30
qml: make ControlBar a Control
5 years ago
Fatih Uzunoglu
30a9a3a4fd
qml: make PlaylistListView a Control
5 years ago
Fatih Uzunoglu
4753475886
qml: fix padding in player playqueue
5 years ago
Fatih Uzunoglu
50aad78bbd
qml: add bottom padding to playqueue
5 years ago
Fatih Uzunoglu
51d0337fdc
qml: fix double padding in playqueue toolbar
5 years ago
Fatih Uzunoglu
54f8c1dd8d
qml: implement play button key hold trigger
similar to mouse press and hold, do the same when
key is pressed and held.
5 years ago
Fatih Uzunoglu
41e84a0f8b
qml: obey naming conventions
5 years ago
Fatih Uzunoglu
af0df44cbf
qml: make ControlButtons singleton
5 years ago
Fatih Uzunoglu
86ccc3554d
qml: refer to file path for player toolbar control accession
5 years ago
Fatih Uzunoglu
33bcb993e5
qml: move TeletextWidget.qml and VolumeWidget.qml
5 years ago
Fatih Uzunoglu
65fa26528d
qml: export player toolbar controls
5 years ago
Fatih Uzunoglu
79dd1d5258
qml: correct left/right margin of player toolbar
5 years ago
Fatih Uzunoglu
f4454ee0fa
qml: disable internal margin in PlayerButtonsLayout
5 years ago
Fatih Uzunoglu
425d8d5f69
qml: set proper height in toolbar editor
5 years ago
Fatih Uzunoglu
9464083f22
qml: use states to determine miniplayer height
5 years ago
Fatih Uzunoglu
a6be4a24f1
qml: adjust implicit height of PlayerButtonsLayout
5 years ago
Fatih Uzunoglu
36699fad01
qml: use proper spacing in controlbar layout
5 years ago
Fatih Uzunoglu
2ddb8948f9
qml: add maxControlbarControlHeight property to VLCStyle
5 years ago
Fatih Uzunoglu
f07ab4f4f0
qml: make ControlButtons QtObject
5 years ago
Fatih Uzunoglu
9523cf69fe
qml: fix expanding spacer widget
5 years ago
Fatih Uzunoglu
9c26e8241d
qml: use pointInRadius function in play button
Co-authored-by: Pierre Lamot <pierre@videolabs.io>
5 years ago
Fatih Uzunoglu
506eb6a54b
qml: add pointInRadius function to Helpers
Co-authored-by: Pierre Lamot <pierre@videolabs.io>
5 years ago
Fatih Uzunoglu
18fab1afa6
qml: fix typo in ControlButtons
5 years ago
Fatih Uzunoglu
4d7c4609ca
qml: make player controlbar control list property readonly
5 years ago
Fatih Uzunoglu
7839037c20
qml: simplify the retrieval of player controlbar control components
it could be further simplified with ES6 Map by
eliminating the retrieving function completely
but it's not supported by Qt 5.11.
5 years ago
Samuel Bassaly
ee0c3087a2
macosx:Add missing i18n to a string
5 years ago
Samuel Bassaly
397ad3d860
macosx: Implement new design for VLC bottom bar
Implement the following features
- Translucency
- New volume and progress sliders
- Animation for progress slider
- New icons for controls
- Update design and controls
- New album view when playing
5 years ago
Samuel Bassaly
08e871602c
macosx: Implement media browsing UI + Local files
Implement the UI for the browse and the streams tabs.
This includes linking to correct icons, correct
NSCollectionViewItem appearance, and correct NSCollectionView
appearance.
Additionally, add local files browsing functionality to
the browse tab.
This integrates NSURLs for local files, retrieved
from NSFileManager, and create VLCInputItems out of them.
This mitigates the need to re-implement the whole functionality
of VLCInputItem for local URLs.
5 years ago
Samuel Bassaly
c2596ac2af
macosx: Implement empty views for audio and video
5 years ago
Samuel Bassaly
7272ecaef3
macosx: Add missing colors to NSColor extension
5 years ago
Samuel Bassaly
411972391d
macosx: Add new icons
5 years ago
Rémi Denis-Courmont
b3be9953d3
input: avoid one strdup()
5 years ago
Rémi Denis-Courmont
c14e203212
input: pass full MRL to InputGetExtraFiles*()
5 years ago
Rémi Denis-Courmont
cd66157245
input: remove no longer used get_path()
5 years ago
Rémi Denis-Courmont
236414495c
input: call vlc_uri2path() directly
...and skip redundant reverse conversion w/ vlc_path2uri().
5 years ago
Rémi Denis-Courmont
1b69f64b87
demux: use vlc_uri2path() directly
5 years ago
Rémi Denis-Courmont
e124481d14
access: use vlc_uri2path() directly
5 years ago
Rémi Denis-Courmont
904c9c9d4b
url: handle proprietary dir:// MRL scheme
5 years ago
Rémi Denis-Courmont
bf1ba89a40
demux: require :// in MRL
Otherwise, creating the demux won't work anyway.
This is consistent with the current behaviour of access_New().
5 years ago
Rémi Denis-Courmont
5d9fae860b
test: do not hard code some array sizes
5 years ago