- 04 Dec, 2005 8 commits
-
-
Olivier Teulière authored
XML example: <PopupMenu id="sample_menu"> <MenuItem label="Play" action="vlc.play()" /> <MenuItem label="Pause" action="vlc.pause()" /> <MenuSeparator /> <MenuItem label="Show playlist" action="playlist_window.show()" /> <MenuItem label="Hide playlist" action="playlist_window.hide()" /> <MenuSeparator /> <MenuItem label="Quick open file" action="dialogs.fileSimple()" /> </PopupMenu> To call the menu: <Button action="sample_menu.show()" ... /> Known bug: the popup disappears when the user clicks "too fast" on the button: the control refreshes itself in an asynchronous way, and the popup dislikes it... so click slowly :)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
Do not crash on vlm command: 'new somestring vod enabled', when the user forgot --rtsp-host <ipaddress>:<port> on the vlc commandline.
-
Rémi Denis-Courmont authored
Case matters when using filenames!
-
Clément Stenac authored
Thanks.
-
Rémi Denis-Courmont authored
(can be disabled with an advanced option)
-
Derk-Jan Hartman authored
First steps towards integrating coreaudio and auhal module into one. It does not actually render digital audio yet.
-
- 03 Dec, 2005 19 commits
-
-
Olivier Teulière authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Gildas Bazin authored
-
Felix Paul Kühne authored
- the marquee section is already completely usable, more to come - TODO: - fix all FIXMEs - implement the logo and time settings completely - implement l10n - fix 10.3 compatibility (runs under Tiger only atm) - save the preferences, if requested - close a current vout and re-open it, when a filter is (de-)activated - redesign the GUI to a smaller panel
-
Clément Stenac authored
playlist-current must not be handled by a full rebuild but by two item updates, on oldval (to remove its playing status) and newval (to give it playing status)
-
Cyril Deguet authored
-
Cyril Deguet authored
"nbFrames" and "fps" in the (Sub)Bitmap elements to set the number of frames and the frame rate in a bitmap. As in the radialslider, the different frames are just laid vertically in the bitamp (and all the frames must have the same size) At the moment animated bitmaps are only supported in Button controls.
-
Clément Stenac authored
It is called by asyncqueue if remove flag is true, to let the newly added command check if it wants its predecessors to be removed. Default is to always allow. Only implemented in CmdPlaytreeUpdate: only remove previous commands if they are about the same item. -> Limit excess updates to playtree (There are some debug messages left in this commit, will remove later)
-
- 02 Dec, 2005 10 commits
-
-
Gildas Bazin authored
* modules/gui/wxwidgets: wxwidgets 2.4.2 compilation fixes as suggested by Charlie Ledogar (charlie10 at gmail dot com)
-
Gildas Bazin authored
-
Damien Fouilleul authored
-
Clément Stenac authored
The previous commit and this one globally have a rather negative impact, as we notify playlist waaayy too much while adding info. Should either be implemented in interface to reduce the number of updates, or as a flag to add_info if we have some more to do afterwards
-
Clément Stenac authored
-
Clément Stenac authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
consolidated all dvdnav/dvdread patches into a single patch
-
Gildas Bazin authored
This is based on code from the current playlist dialog but this dialog should eventually make use of the widget as well (when enough features have been implemented).
-
- 01 Dec, 2005 3 commits
-
-
Olivier Teulière authored
control, and fixed a few details
-
Christophe Mutricy authored
-Cette ligne, et les suivantes ci-dessous, seront ignorées-- M src/Makefile
-
Gildas Bazin authored
-