]> git.sesse.net Git - vlc/log
vlc
13 years agolua: improve the apple trailer sd:
Rémi Duraffort [Fri, 20 Aug 2010 18:46:26 +0000 (20:46 +0200)]
lua: improve the apple trailer sd:

 * fetch the list of video for one item only if required
 * use the provided thumbnail if available.

13 years agoosd_simple: fix a potential null-deref (can only be triggered when OOM).
Rémi Duraffort [Wed, 18 Aug 2010 20:29:14 +0000 (22:29 +0200)]
osd_simple: fix a potential null-deref (can only be triggered when OOM).

13 years agoQt4: translate description text for configuration choices
Rémi Denis-Courmont [Thu, 19 Aug 2010 20:58:14 +0000 (23:58 +0300)]
Qt4: translate description text for configuration choices

13 years agosubsdec: use var_Inherit()
Rémi Denis-Courmont [Thu, 19 Aug 2010 20:58:01 +0000 (23:58 +0300)]
subsdec: use var_Inherit()

13 years agomodule_gettext: return "" on NULL, fixes a segmentation fault
Rémi Denis-Courmont [Thu, 19 Aug 2010 20:51:52 +0000 (23:51 +0300)]
module_gettext: return "" on NULL, fixes a segmentation fault

There still are some formatting issues (e.g. --cdda-track)

13 years agoRemove now useless checks
Rémi Denis-Courmont [Thu, 19 Aug 2010 20:40:56 +0000 (23:40 +0300)]
Remove now useless checks

This reverts commit 10d0f724bc1ad48ed2b7729c612af01c4073b569.

13 years agoDo not translate "" for good this time
Rémi Denis-Courmont [Thu, 19 Aug 2010 20:27:26 +0000 (23:27 +0300)]
Do not translate "" for good this time

13 years agofix zsh completion
Rafaël Carré [Thu, 19 Aug 2010 00:23:35 +0000 (02:23 +0200)]
fix zsh completion

add needed header to fix build
process all config items
process all items of config lists (off by one)
fix display of lists: some option have a space in their name

13 years agozsh completion: fix include of contrib headers
Rafaël Carré [Thu, 19 Aug 2010 00:19:04 +0000 (02:19 +0200)]
zsh completion: fix include of contrib headers

13 years agoQt: Fix opening of folders under Win32
Jean-Baptiste Kempf [Wed, 18 Aug 2010 23:04:14 +0000 (01:04 +0200)]
Qt: Fix opening of folders under Win32

13 years agoFixed a regression in vout when stepping or seeking while paused.
Laurent Aimar [Wed, 18 Aug 2010 20:51:31 +0000 (22:51 +0200)]
Fixed a regression in vout when stepping or seeking while paused.

13 years agoIgnored language specified as 'und' (close #4077).
Laurent Aimar [Wed, 18 Aug 2010 20:38:14 +0000 (22:38 +0200)]
Ignored language specified as 'und' (close #4077).

13 years agoReworked the way the vout select the pictures to be displayed.
Laurent Aimar [Tue, 17 Aug 2010 20:28:23 +0000 (22:28 +0200)]
Reworked the way the vout select the pictures to be displayed.

It allows to:
 - properly support filters that do not have 1:1 input/output relation
 (yadif2x, bob, ... are back).
 - filter only once each picture (for the 'static' filter chain). It
 fixes filters with state behavior.
 - display as soon as possible the first frame after a flush.

There are still a few issues:
 - when paused, on filter changes, the picture displayed step forward the
 first time.
 - preventive frame dropping is not enough agressive.

13 years agoSeparated vout filter chain into static/interactive filter chains.
Laurent Aimar [Mon, 16 Aug 2010 19:38:38 +0000 (21:38 +0200)]
Separated vout filter chain into static/interactive filter chains.

 Due to the way dynamic configuration is managed, the static chain contains
only deinterlace/postproc for now.

13 years agoSecond attempt to fix compilation of dvdread (I don't really like this but it might...
Rémi Duraffort [Wed, 18 Aug 2010 20:13:09 +0000 (22:13 +0200)]
Second attempt to fix compilation of dvdread (I don't really like this but it might work).

13 years agovariables: add some LIBVLC_MALLOC and LIBVLC_USED.
Rémi Duraffort [Wed, 18 Aug 2010 19:37:11 +0000 (21:37 +0200)]
variables: add some LIBVLC_MALLOC and LIBVLC_USED.

13 years agoFix dvdread compilation.
Rémi Duraffort [Wed, 18 Aug 2010 19:16:07 +0000 (21:16 +0200)]
Fix dvdread compilation.

13 years agoWin32: fix resource file compilation
Jean-Baptiste Kempf [Wed, 18 Aug 2010 18:37:46 +0000 (20:37 +0200)]
Win32: fix resource file compilation

13 years agoContribs: Keep an older libgpg-error as release is broken on Windows
Jean-Baptiste Kempf [Wed, 18 Aug 2010 18:37:02 +0000 (20:37 +0200)]
Contribs: Keep an older libgpg-error as release is broken on Windows

As reported by xxcv

13 years agoMerge 1.1.3/NEWS into master
Jean-Baptiste Kempf [Wed, 18 Aug 2010 15:38:50 +0000 (17:38 +0200)]
Merge 1.1.3/NEWS into master

13 years agoWin32: correctly bump resource version
Jean-Baptiste Kempf [Wed, 18 Aug 2010 15:35:54 +0000 (17:35 +0200)]
Win32: correctly bump resource version

Close #3996

13 years agoQt4: use percent-encoding on dnd filenames
Ilkka Ollakka [Wed, 18 Aug 2010 12:46:14 +0000 (15:46 +0300)]
Qt4: use percent-encoding on dnd filenames

Should fix #4078 , same issue was in linux side also.

13 years agoMKV: remove unnecessary include
Jean-Baptiste Kempf [Wed, 18 Aug 2010 10:23:53 +0000 (12:23 +0200)]
MKV: remove unnecessary include

13 years agoFixed xml_reader usage in the freetype module.
Laurent Aimar [Tue, 17 Aug 2010 21:31:38 +0000 (23:31 +0200)]
Fixed xml_reader usage in the freetype module.

13 years agoFixed order between xmlFreeTextReader and xmlCleanupParser.
Laurent Aimar [Tue, 17 Aug 2010 21:30:04 +0000 (23:30 +0200)]
Fixed order between xmlFreeTextReader and xmlCleanupParser.

 I am not sure it had consequences, but it seems more logical and
it follows the libxml2 code example I found (reader1.c).

13 years agoFixed a segfault and a possible memory leak in xml_reader_t API
Laurent Aimar [Tue, 17 Aug 2010 21:24:26 +0000 (23:24 +0200)]
Fixed a segfault and a possible memory leak in xml_reader_t API

 xml_ReaderReset(reader, NULL) followed by xml_ReaderDelete(reader) lead
to a double free.
 xml_ReaderReset(reader, stream) would leak the module upon error.

13 years agoUse var_Inherit* when applicable.
Rémi Duraffort [Tue, 17 Aug 2010 19:56:05 +0000 (21:56 +0200)]
Use var_Inherit* when applicable.

13 years agoaccess_udp: remove obsolete shortcuts.
Rémi Duraffort [Tue, 17 Aug 2010 19:55:38 +0000 (21:55 +0200)]
access_udp: remove obsolete shortcuts.

13 years agoUse pkg-config to check for dvdread (the .pc file exist for a long time).
Rémi Duraffort [Tue, 17 Aug 2010 19:51:30 +0000 (21:51 +0200)]
Use pkg-config to check for dvdread (the .pc file exist for a long time).

13 years agolua_playlist: improve jamendo matching test.
Rémi Duraffort [Tue, 17 Aug 2010 19:45:27 +0000 (21:45 +0200)]
lua_playlist: improve jamendo matching test.

13 years agojamendo: also get the artist along with the list of songs for one album.
Rémi Duraffort [Tue, 17 Aug 2010 19:38:07 +0000 (21:38 +0200)]
jamendo: also get the artist along with the list of songs for one album.

13 years agolua_sd: improve the jamendo script to load the content of an album only if asked...
Rémi Duraffort [Tue, 17 Aug 2010 18:23:51 +0000 (20:23 +0200)]
lua_sd: improve the jamendo script to load the content of an album only if asked for.

The script is faster and decrease the load on the server.

13 years agoqadd is an armv5e instruction, check for an ARMv6+ instruction
Rafaël Carré [Tue, 17 Aug 2010 17:23:13 +0000 (19:23 +0200)]
qadd is an armv5e instruction, check for an ARMv6+ instruction

13 years agoM3U export: small code factorization
Rémi Denis-Courmont [Tue, 17 Aug 2010 16:45:29 +0000 (19:45 +0300)]
M3U export: small code factorization

13 years agoM3U export: use local paths if applicable (fix #4063)
Rémi Denis-Courmont [Tue, 17 Aug 2010 16:44:14 +0000 (19:44 +0300)]
M3U export: use local paths if applicable (fix #4063)

13 years agoIncludes: remove tabs and trailing spaces
Jean-Baptiste Kempf [Tue, 17 Aug 2010 11:01:20 +0000 (13:01 +0200)]
Includes: remove tabs and trailing spaces

13 years agoQt4: fix a minor (but annoying) UI glitch on restart
Jean-Baptiste Kempf [Tue, 17 Aug 2010 13:51:40 +0000 (15:51 +0200)]
Qt4: fix a minor (but annoying) UI glitch on restart

Close #4041

13 years agoASF mux: reduce variable scope
Jean-Baptiste Kempf [Tue, 17 Aug 2010 11:08:11 +0000 (13:08 +0200)]
ASF mux: reduce variable scope

13 years agoARM: check ARMv6 support at the same time as NEON
Rémi Denis-Courmont [Mon, 16 Aug 2010 17:44:00 +0000 (20:44 +0300)]
ARM: check ARMv6 support at the same time as NEON

Our NEON optimizations don't compile on ARMv5 and lower. It is
dubious that there would be any use for NEON on such processor anyway.

13 years agoUpdate LIST file.
Rémi Duraffort [Fri, 13 Aug 2010 18:18:44 +0000 (20:18 +0200)]
Update LIST file.

13 years agoFix snapshot height integer overflow creating mini-snapshots
Jean-Baptiste Kempf [Mon, 16 Aug 2010 13:40:52 +0000 (15:40 +0200)]
Fix snapshot height integer overflow creating mini-snapshots

See http://forum.videolan.org/viewtopic.php?f=2&t=81103
http://forum.videolan.org/viewtopic.php?f=14&t=80008
http://forum.videolan.org/viewtopic.php?f=13&t=73500

13 years agoRemove outdated WinCE howto
Jean-Baptiste Kempf [Sun, 15 Aug 2010 20:18:20 +0000 (22:18 +0200)]
Remove outdated WinCE howto

You know, there is a wiki that is actually useful

13 years agoskins2(X11): add missing <limits.h>
Erwan Tulou [Sun, 15 Aug 2010 17:22:55 +0000 (19:22 +0200)]
skins2(X11): add missing <limits.h>

This fixes a compil problem on FreeBSD

pointed out by jsa@FreeBSD.org

13 years agomacosx: added the mt2s extension
Felix Paul Kühne [Sun, 15 Aug 2010 12:29:24 +0000 (14:29 +0200)]
macosx: added the mt2s extension

13 years agoAdded nVidia PerfHud (a Direct3D performance analysis tool) capabilities to debug...
Sasha Koruga [Sun, 15 Aug 2010 00:16:01 +0000 (17:16 -0700)]
Added nVidia PerfHud (a Direct3D performance analysis tool) capabilities to debug versions of VLC

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoMSW: fix DisableScreensaver and RestoreScreensaver definitions
Jean-Baptiste Kempf [Sat, 14 Aug 2010 23:29:50 +0000 (01:29 +0200)]
MSW: fix DisableScreensaver and RestoreScreensaver definitions

13 years agoDirectX: kill a warning from unused variable
Jean-Baptiste Kempf [Sat, 14 Aug 2010 23:29:19 +0000 (01:29 +0200)]
DirectX: kill a warning from unused variable

13 years agoRemoves three compile warnings by casting
Sasha Koruga [Sat, 14 Aug 2010 21:45:41 +0000 (14:45 -0700)]
Removes three compile warnings by casting

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoUpdate slightly INSTALL.win32
Jean-Baptiste Kempf [Sat, 14 Aug 2010 15:53:28 +0000 (17:53 +0200)]
Update slightly INSTALL.win32

13 years agoRemove reference to toolbox
Jean-Baptiste Kempf [Sat, 14 Aug 2010 15:43:57 +0000 (17:43 +0200)]
Remove reference to toolbox

13 years agoRemove unmaintained and outdated config.in
Jean-Baptiste Kempf [Sat, 14 Aug 2010 15:27:55 +0000 (17:27 +0200)]
Remove unmaintained and outdated config.in

13 years agoRemove outdated and not maintained toolbox
Jean-Baptiste Kempf [Sat, 14 Aug 2010 11:56:27 +0000 (13:56 +0200)]
Remove outdated and not maintained toolbox

glade2 and flexml are dead
update-includes mostly cares about builtin.h, and is broken
changelog action tells you to use svn log
po action tells you to use make update-po
distclean is broken as the message says
contribs is unused by anyone

13 years agoCreate a special script for Doxygen, instead of the toolbox
Jean-Baptiste Kempf [Sat, 14 Aug 2010 15:25:56 +0000 (17:25 +0200)]
Create a special script for Doxygen, instead of the toolbox

13 years agoskins2: Oops, autoresize (part 2)
Erwan Tulou [Sat, 14 Aug 2010 13:33:52 +0000 (15:33 +0200)]
skins2: Oops, autoresize (part 2)

this patch completes 07bf40d589a3f4fa9a608c50d7599b8b9b7059bf

13 years agoskins2: don't resize video if set up not to do so.
Erwan Tulou [Sat, 14 Aug 2010 09:49:18 +0000 (11:49 +0200)]
skins2: don't resize video if set up not to do so.

This bug has become more conspicuous in vlc1.2, because of some enhancement in
 the vout reuse (width/height no longer a limitation)

13 years agoskins2: fix video autoresize default when contradictory
Erwan Tulou [Sat, 14 Aug 2010 09:28:35 +0000 (11:28 +0200)]
skins2: fix video autoresize default when contradictory

when parameters for a video control are contradictory (this occurs when the
skin developper only relies on default values), it is better not to resize,
since there is no easy means to check if the layout is really set up to handle
resizing properly.

This fixes some ugly behavior for a few skins from the skin repository
 on the website.

13 years agoRevert "Netsync: kill 2 warnings"
Jean-Baptiste Kempf [Sat, 14 Aug 2010 00:18:24 +0000 (02:18 +0200)]
Revert "Netsync: kill 2 warnings"

This reverts commit cabb37428b3ab8449392d559688d4353985c39f2.

13 years agoContrib: one step further on the Win32 upnp port to compile vlc plugin
Jean-Baptiste Kempf [Fri, 13 Aug 2010 21:21:54 +0000 (23:21 +0200)]
Contrib: one step further on the Win32 upnp port to compile vlc plugin

13 years agoConfigure: remove dead code for cc_upnp
Jean-Baptiste Kempf [Fri, 13 Aug 2010 20:17:26 +0000 (22:17 +0200)]
Configure: remove dead code for cc_upnp

13 years agoWin32 globalhotkeys: kill warnings
Jean-Baptiste Kempf [Fri, 13 Aug 2010 18:29:44 +0000 (20:29 +0200)]
Win32 globalhotkeys: kill warnings

13 years agoNetsync: kill 2 warnings
Jean-Baptiste Kempf [Fri, 13 Aug 2010 18:16:45 +0000 (20:16 +0200)]
Netsync: kill 2 warnings

13 years agoRemove unmaintained SSA demuxer
Jean-Baptiste Kempf [Thu, 12 Aug 2010 10:58:31 +0000 (12:58 +0200)]
Remove unmaintained SSA demuxer

We don't need it anyway

13 years agodvb_scan: fix memleak.
Rémi Duraffort [Fri, 13 Aug 2010 07:47:00 +0000 (09:47 +0200)]
dvb_scan: fix memleak.

13 years agoDo not install vimeo lua playlist scripts.
Konstantin Pavlov [Fri, 13 Aug 2010 05:57:59 +0000 (09:57 +0400)]
Do not install vimeo lua playlist scripts.

13 years agoXCB/XVideo: fix resolution with non multiple of 16x16 videos
Laurent Aimar [Thu, 12 Aug 2010 19:19:22 +0000 (22:19 +0300)]
XCB/XVideo: fix resolution with non multiple of 16x16 videos

Fixes: #3928
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agolua: add xml binding to the README.
Rémi Duraffort [Thu, 12 Aug 2010 11:02:29 +0000 (13:02 +0200)]
lua: add xml binding to the README.

13 years agoUpdate the lua README.
Rémi Duraffort [Thu, 12 Aug 2010 10:39:01 +0000 (12:39 +0200)]
Update the lua README.

13 years agoOnly define LIBVLC_USED for GCC 3.4 or newer. GCC 3.3 does not support the warn_unuse...
Brad Smith [Wed, 11 Aug 2010 23:24:49 +0000 (19:24 -0400)]
Only define LIBVLC_USED for GCC 3.4 or newer. GCC 3.3 does not support the warn_unused_result attribute.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoReal demux: kill warnings
Jean-Baptiste Kempf [Thu, 12 Aug 2010 09:54:28 +0000 (11:54 +0200)]
Real demux: kill warnings

13 years agoALSA : Fix error check for the busy waiting case.
Jai Menon [Wed, 11 Aug 2010 17:55:32 +0000 (23:25 +0530)]
ALSA : Fix error check for the busy waiting case.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoplaylist: refactor and fix #3932 (take 2)
Jakob Leben [Thu, 29 Jul 2010 08:49:36 +0000 (10:49 +0200)]
playlist: refactor and fix #3932 (take 2)

When an item gets sub-items, we have to run our own random-picking among
the new items.

13 years agoskin2: fix minor issue with default skins
Erwan Tulou [Wed, 11 Aug 2010 15:03:07 +0000 (17:03 +0200)]
skin2: fix minor issue with default skins

Fix two text controls overlapping by 1 pixel in length.
Though it's no real problem, that avoids unnecessary refresh for zilch.
(one control is the position that keeps being updated)

13 years agoExport title length in dvdnav access_demux.
Laurent Aimar [Wed, 11 Aug 2010 21:11:23 +0000 (23:11 +0200)]
Export title length in dvdnav access_demux.

You need a recent enough libdvdnav. It is related to #4021.

13 years agoDisplay the title length (when known) in Playback->Title/Navigation.
Laurent Aimar [Wed, 11 Aug 2010 21:08:31 +0000 (23:08 +0200)]
Display the title length (when known) in Playback->Title/Navigation.

It closes #4021 at the core level. The access_demux/demux need to set
input_title_t::i_length to actually change something.

13 years agoReplaced a %d with PRId64 in dvb access.
Laurent Aimar [Wed, 11 Aug 2010 21:02:54 +0000 (23:02 +0200)]
Replaced a %d with PRId64 in dvb access.

13 years agoFixed invalid pointer usage after free (vout).
Laurent Aimar [Wed, 11 Aug 2010 20:17:35 +0000 (22:17 +0200)]
Fixed invalid pointer usage after free (vout).

It closes #3999.

13 years agoFactorized a bit colorthres code.
Laurent Aimar [Tue, 10 Aug 2010 21:43:29 +0000 (23:43 +0200)]
Factorized a bit colorthres code.

13 years agoFixed colorthres/erase/extract/gaussianblur/gradient/motionblur/motiondetect/noise...
Laurent Aimar [Tue, 10 Aug 2010 21:19:36 +0000 (23:19 +0200)]
Fixed colorthres/erase/extract/gaussianblur/gradient/motionblur/motiondetect/noise/psychedelic/sharpen filters.

input and output picture pitches may not be equal (corruptions or segfaults).

13 years agoNo functionnal changes (vout).
Laurent Aimar [Sun, 25 Jul 2010 19:23:16 +0000 (21:23 +0200)]
No functionnal changes (vout).

13 years agoEnabled back bob, linear and yadif2x mode in vout.
Laurent Aimar [Sun, 25 Jul 2010 19:09:14 +0000 (21:09 +0200)]
Enabled back bob, linear and yadif2x mode in vout.

They are not yet really functionnal, the vout will throw the extra frames.

13 years agoReenabled bob/linear/yadif2x modes in the deinterlace filter.
Laurent Aimar [Fri, 23 Jul 2010 18:10:12 +0000 (20:10 +0200)]
Reenabled bob/linear/yadif2x modes in the deinterlace filter.

13 years agoExtended filter_chain_VideoFilter to support filters returning multiple pictures...
Laurent Aimar [Fri, 23 Jul 2010 18:06:41 +0000 (20:06 +0200)]
Extended filter_chain_VideoFilter to support filters returning multiple pictures at once.

13 years agoPrepare doubling frame rate in deinterlace filter.
Laurent Aimar [Thu, 22 Jul 2010 21:38:14 +0000 (23:38 +0200)]
Prepare doubling frame rate in deinterlace filter.

13 years agotaglib: fix NULL deferences after dynamic cast
Lukáš Lalinský [Wed, 11 Aug 2010 19:02:30 +0000 (22:02 +0300)]
taglib: fix NULL deferences after dynamic cast

Reported-by: FortiGuard Lab
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoFix lua telnet vlm_message_to_string
Denis Charmet [Wed, 11 Aug 2010 07:58:40 +0000 (09:58 +0200)]
Fix lua telnet vlm_message_to_string

In the current lua vlm implementation, messages can have value xor
children but not both. But the "show media" command gives media a
value : ( %d broadcast - %d vod ) and children (if any). (cf
src/input/vlmshell.c:1502)

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoMove disc defaults to libvlc-module.c, fix Windows VCD and CD long text
Rémi Denis-Courmont [Wed, 11 Aug 2010 15:18:51 +0000 (18:18 +0300)]
Move disc defaults to libvlc-module.c, fix Windows VCD and CD long text

13 years agoSet CD_DEVICE and DVD_DEVICE to device names appropriate for OpenBSD.
Brad Smith [Mon, 9 Aug 2010 22:11:16 +0000 (18:11 -0400)]
Set CD_DEVICE and DVD_DEVICE to device names appropriate for OpenBSD.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agocontribs: updated binary package for Mac
Felix Paul Kühne [Wed, 11 Aug 2010 12:07:40 +0000 (14:07 +0200)]
contribs: updated binary package for Mac

13 years agoNEWS for 1.2.0
Jean-Baptiste Kempf [Wed, 11 Aug 2010 11:41:47 +0000 (13:41 +0200)]
NEWS for 1.2.0

13 years agocontribs: updated live.com patch
Felix Paul Kühne [Wed, 11 Aug 2010 11:39:24 +0000 (13:39 +0200)]
contribs: updated live.com patch

13 years agoremove .ps from nsis again
Kaarlo Raiha [Tue, 10 Aug 2010 14:18:14 +0000 (17:18 +0300)]
remove .ps from nsis again

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agodshow: cosmetics replace "dshow-" with CFG_PREFIX in the whole file.
Manol Manolov [Tue, 10 Aug 2010 21:42:07 +0000 (17:42 -0400)]
dshow: cosmetics replace "dshow-" with CFG_PREFIX in the whole file.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoContribs: update libool to 2.2.10
Jean-Baptiste Kempf [Wed, 11 Aug 2010 11:00:01 +0000 (13:00 +0200)]
Contribs: update libool to 2.2.10

13 years agoContribs: port libupnp to mingw and make it compile
Jean-Baptiste Kempf [Wed, 11 Aug 2010 10:55:00 +0000 (12:55 +0200)]
Contribs: port libupnp to mingw and make it compile

This is untested for the VLC module

13 years agoContribs: update libass to 0.9.11
Jean-Baptiste Kempf [Wed, 11 Aug 2010 10:19:57 +0000 (12:19 +0200)]
Contribs: update libass to 0.9.11

13 years agoRemove upnp_cc module
Jean-Baptiste Kempf [Tue, 10 Aug 2010 19:53:30 +0000 (21:53 +0200)]
Remove upnp_cc module

13 years agoskins2: playlist, fix selection issue
Erwan Tulou [Tue, 10 Aug 2010 16:45:36 +0000 (18:45 +0200)]
skins2: playlist, fix selection issue

selected items may not be erased (e.g ready-only items). Compute the new
lastSelected only if no more selection exists.

This fixes the extra selection popping up when one tries to
erase the media library for instance.

13 years agoskins2: playlist make sure deletion works for both nodes and leaves
Erwan Tulou [Tue, 10 Aug 2010 16:19:15 +0000 (18:19 +0200)]
skins2: playlist make sure deletion works for both nodes and leaves

13 years agoskins2: transform getNextSibling into getNextSiblingOrUncle
Erwan Tulou [Tue, 10 Aug 2010 14:01:45 +0000 (16:01 +0200)]
skins2: transform getNextSibling into getNextSiblingOrUncle

13 years agoskins2: add a method to flag a whole subtree for deletion
Erwan Tulou [Tue, 10 Aug 2010 11:41:06 +0000 (13:41 +0200)]
skins2: add a method to flag a whole subtree for deletion