Francois Cartegnie
41af9ab209
update meta request API to allow overriding
12 years ago
Francois Cartegnie
bdc3ad38f4
deprecate art-album variable
12 years ago
Francois Cartegnie
ba13ac0ca1
rename art_finder as meta_fetcher
12 years ago
Francois Cartegnie
058b871eb0
finder/fetcher: always use scripts doing local access
12 years ago
David Fuhrmann
3391ffb199
macosx: addons manager: add l10n for download button
12 years ago
David Fuhrmann
76a07e86ea
macosx: addons manager: process the callback on the main thread
Avoids concurrent access to _addons and _displayedAddons.
12 years ago
David Fuhrmann
77fbebca8f
macosx: addons manager: restructure UI and fix some problems
- remove the + and - buttons, and add a single install button
instead. Current implementation of uninstall / install has a
toggle behaviour, so having two buttons was misleading.
- add a fetch button, to load the online repository on request only,
as done in the qt interface.
12 years ago
David Fuhrmann
13b25f22e0
macosx: addons manager: fix crash when window is repeatedly opened
12 years ago
David Fuhrmann
a270b32bb8
macosx: lock access to addon_entry_t
12 years ago
Jean-Baptiste Kempf
4a7e027c79
Qt: factorize directory opening
12 years ago
Jean-Baptiste Kempf
7f2ce08ccc
Qt: move getDirectoryDialog to a static helper
12 years ago
Jean-Baptiste Kempf
3f2ef26a3b
Qt: factorize code of opening MRL
12 years ago
Jean-Baptiste Kempf
2f1adbff40
Qt: rename helper for more clarity
12 years ago
Jean-Baptiste Kempf
c4d99d3b17
Qt: openItem was almost always used to pass options
So, create a method using QStringList and not input_item.
This should be cleaner in the calling sites, and avoid
calling input_item_new from Qt code
12 years ago
Felix Paul Kühne
2d8ef3b235
macosx: don't continue playback where left off if user set a custom start-time
12 years ago
Felix Paul Kühne
98dd467900
macosx: don't try to continue playback if current position is 0
12 years ago
Felix Paul Kühne
ef779091ce
macosx: continue playback where you left off, take 2 ( close #11478 )
12 years ago
Jean-Baptiste Kempf
ff007ad18e
Qt: playlist enqueue, use the Open:: helper
12 years ago
Jean-Baptiste Kempf
c4d2180d81
Qt: use the open helper for streaming
12 years ago
Jean-Baptiste Kempf
a46006ea25
Qt: use the open helper to open directories
And there was no need to use the Item version, and the MRL was bogusly
added to RecentsMRL
12 years ago
Jean-Baptiste Kempf
c5058e117e
Qt: use the open helper in the Open Dialog
12 years ago
Jean-Baptiste Kempf
d276f7551e
Qt: provide an helper to open items
12 years ago
Jean-Baptiste Kempf
e3fa3a21da
Qt: playlist, use the new helper to Open files
12 years ago
Jean-Baptiste Kempf
4607174b30
Qt: DialogsProvider, use the open helper
12 years ago
Jean-Baptiste Kempf
c57be0a73b
Qt: use the new helper for Main Interface DnD actions
12 years ago
Jean-Baptiste Kempf
04cb255651
Qt: move playMRL slot from THEDP to RecentsMRL
12 years ago
Jean-Baptiste Kempf
f2f7fd69c3
Qt: add a new class helper to open files
12 years ago
Jean-Baptiste Kempf
643b9dbcc7
Qt: cleanup, remove includes and copyright updates of RecentsMRL
12 years ago
Jean-Baptiste Kempf
c5f17c47b8
Qt: cosmetics and update copyright for ActionsManager
12 years ago
Jean-Baptiste Kempf
e161c6a71e
Qt: fix indentation is ActionsManager
12 years ago
Jean-Baptiste Kempf
a83415cecc
Qt: remove isAlive from DialogProvider
12 years ago
Jean-Baptiste Kempf
f9bab4b46c
Qt: use provided Singleton util for RecentsMRL
12 years ago
Jean-Baptiste Kempf
dff2e609d0
Qt: add a bunch of virtual for destructors
12 years ago
Jean-Baptiste Kempf
f0bde3b9c7
Qt: registry, inline empty destructor
12 years ago
Jean-Baptiste Kempf
81efe32686
Qt: remove Extension's WidgetMapper destructor
12 years ago
Jean-Baptiste Kempf
4bb2e69276
Qt: use the provided Singleton class for ActionsManager
12 years ago
Jean-Baptiste Kempf
84d9c73e85
Qt: use pl_Unlocked in playlist_Add calls
12 years ago
Felix Paul Kühne
0921102909
macosx: fix warning
12 years ago
Felix Paul Kühne
1fd91c3b19
macosx: clean-up string utility
12 years ago
Felix Paul Kühne
f690d54a0f
macosx: move re-useable code from menu to core interaction object
12 years ago
Francois Cartegnie
487825a52f
demux: asf: add workaround for audio es delay
12 years ago
Francois Cartegnie
6cef8558a8
demux: asf: remove assertion
always fails on non mms
12 years ago
Francois Cartegnie
e364ed3b8e
demux: asf: add TS_0 to debug info
12 years ago
Francois Cartegnie
2471b26c65
demux: asf: fix PCR reset call
12 years ago
Francois Cartegnie
3e90cf530e
demux: asf: set preroll point after indexless seek
12 years ago
Francois Cartegnie
cdcd6c9a8b
demux: asf: fix preroll deadline
12 years ago
Rémi Denis-Courmont
cd8fd58633
araw: filter out non-finite floating point samples
The input is not neessarily trusted. Better safe than sorry.
12 years ago
Rémi Denis-Courmont
eee1dd000d
integer: simplify
12 years ago
Jean-Paul Saman
0950f3b46e
video_chroma/swscale.c: Fixup commit eae2f440af
12 years ago
Simona-Marinela Prodea
c560284964
dcp: ignore prefixes in XML nodes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago