Steve Lhomme
b4dfbc6283
rename mdate() to vlc_tick_now()
The lua "mdate" remains the same.
8 years ago
Steve Lhomme
ff56c92a5e
rename mtime_t to vlc_tick_t
Keep a copy of vlc_tick_tfor backward compatibility.
8 years ago
Hugo Beauzée-Luyssen
f1fb549e78
qt: custom_menus: Do not leak created actions
8 years ago
Rémi Denis-Courmont
902dd36bbd
configure: remove LIBPTHREAD
POSIX threads are always enabled implicitly.
8 years ago
Erwan Tulou
31315a5af3
skins2(x11): fix vlc crashing on Kwin
8 years ago
Martin Storsjö
011a8fc8f4
Revert "Qt: Fix building with Qt < 5.7 after 691c674bfff"
This reverts commit 1e979be2dd .
8 years ago
Martin Storsjö
1162a9ffec
Qt: Require Qt 5.9.0 as minimum version
Qt 5.9 is the current LTS branch, first released in May 2017.
8 years ago
Martin Storsjö
f3a801cc0e
Qt: Add a missing include of QHeaderView
In older Qt versions, this header was implicitly included by
headers generated by uic, but it no longer is included implicitly.
Explicitly include the headers we are relying.
8 years ago
Steve Lhomme
01f8d80317
qt: "short-jump-size" is in seconds, not an mtime_t
8 years ago
Steve Lhomme
4aa920ebcd
skins2: the internal interval is not an mtime_t
8 years ago
Steve Lhomme
bed922d68b
qt: the points seek time is an mtime_t
8 years ago
Martin Storsjö
1e979be2dd
Qt: Fix building with Qt < 5.7 after 691c674bff
The parent argument to QAction constructors were made optional
in Qt 5.7, but contribs still build Qt 5.6.
8 years ago
Rémi Denis-Courmont
517a7e7b3f
input item: use vlc_list for per-category infos
8 years ago
Francois Cartegnie
691c674bff
Qt: split logically renderer widget and improve
8 years ago
Erwan Tulou
d8d3d1efd3
qt: protect against invalid Qsize
This partially reverts commit 5ea9b98e29 .
8 years ago
Erwan Tulou
5ea9b98e29
qt: remove dubious and non functional call
As no videoWidget is ever inserted into the stackWidgetsSizes QMap, a
default QSize is provided with width and height = -1. These uninitialized
values are then propagated and end up as a no op at some point.
Yet, on Wayland, this -1 default values can end up being transmitted to
the Wayland server, that treats them as invalid values (protocol error).
At least the Gnome server(mutter) does.
This fix simply removes the call.
8 years ago
Rémi Denis-Courmont
6a923aeb2c
vlm: vlm_New() needs a VLC instance
Don't hide the fact.
8 years ago
Pierre Lamot
bc02f60c24
qt: fix subtitle open not selecting the current video folder
scheme was prunned
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Felix Paul Kühne
5207ca6439
macosx/nowplaying: make sure the album track number is exposed as number
8 years ago
Felix Paul Kühne
fbb8a437f2
macosx: modernize the remaining sheet dialogs
8 years ago
Felix Paul Kühne
a50dad91b6
macosx: modernize xib file use for the main menu
8 years ago
Felix Paul Kühne
10711f6ad6
macosx: upgrade accessibility code
8 years ago
Felix Paul Kühne
883a0cc67b
macosx/prefs: fix reset of textfields
8 years ago
Felix Paul Kühne
a6e1e1b01c
macosx: require SDK macOS 10.12.2 or later for compilation
8 years ago
Felix Paul Kühne
c38dd543ee
macosx: remove legacy code for pre-Yosemite macOS versions
8 years ago
David Fuhrmann
6fd7cb8422
macosx: Silence warning about NSFontPanelModeMask
This should be able to be just replace the old NSUInteger, according
to docs.
8 years ago
Felix Paul Kühne
dd1222e942
macosx: remove hack for macOS Mavericks
8 years ago
Felix Paul Kühne
126fb1184c
macosx: split windows file to have one class per file
8 years ago
Felix Paul Kühne
934390c913
macosx/VLCDefaultValueSliderCell: don't access AppKit instance variables directly
Access to those will be removed in a future update of macOS
8 years ago
Felix Paul Kühne
e5b2bb20b3
macosx/windows: don't access AppKit instance variables directly
Access to those will be removed in a future update of macOS
8 years ago
Rémi Denis-Courmont
37ba67028a
macosx: fix typo
8 years ago
Rémi Denis-Courmont
0b3b1edf14
variables: use table of vlc_value_t for VLC_VAR_GETCHOICES
This simplifies the notation. No function differences.
8 years ago
Rémi Denis-Courmont
47e3ce983c
qt: small revector
(no functional change)
8 years ago
Rémi Denis-Courmont
7048874668
variables: inline var_FreeList() in simple loops
This works like config choices.
8 years ago
Rémi Denis-Courmont
e8eb93fd96
ncurses: fix memory leak
8 years ago
Rémi Denis-Courmont
5e50399a45
variables: add count parameter for VLC_VAR_GETCHOICES
8 years ago
Rémi Denis-Courmont
34925c7cb5
variables: use char *** for VLC_VAR_GETCHOICES texts
8 years ago
Rémi Denis-Courmont
6e94ac8021
objects: simplify the vlc_list_children() debug function
This removes vlc_list_release().
8 years ago
Rémi Denis-Courmont
1b380f31b1
variables: use char ** for VLC_VAR_GETTEXT
8 years ago
Rémi Denis-Courmont
82fa2d678a
variables: use const char * for VLC_VAR_SETTEXT
8 years ago
Rémi Denis-Courmont
63ce436225
variables: pass vlc_list_t directly with VLC_VAR_GETCHOICES
8 years ago
Rémi Denis-Courmont
7b9b1e3004
ncurses: missing const
8 years ago
Rémi Denis-Courmont
343195f1b2
variables: pass VLC_VAR_SETVALUE parameter by value
8 years ago
Rémi Denis-Courmont
6df7110897
variables: use size_t for VLC_VAR_CHOICESCOUNT
8 years ago
Rémi Denis-Courmont
84b960546b
variables: pass VLC_VAR_ADDCHOICES parameters by value
8 years ago
Rémi Denis-Courmont
8349b1a82a
modules: constify vlc_gettext()
The returned string is actually not modifiable. We have no obligations
to reproduce the deficient prototype of the standard gettext().
8 years ago
Rémi Denis-Courmont
fe5fbf4349
variables: remove useless VLC_VAR_GETTEXT parameter
8 years ago
Rémi Denis-Courmont
9c9ecc5385
variables: remove useless VLC_VAR_SETTEXT parameter
8 years ago
Rémi Denis-Courmont
11717e54d2
variables: remove useless VLC_VAR_SETVALUE parameter
8 years ago
Rémi Denis-Courmont
c006da0514
variables: remove useless VLC_VAR_CHOICESCOUNT parameter
8 years ago