]> git.sesse.net Git - vlc/commit
src/*, include/* : update core functions. (Should make it relatively easy
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 2 Feb 2006 17:29:06 +0000 (17:29 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 2 Feb 2006 17:29:06 +0000 (17:29 +0000)
commitbcf427725c9ac014faf5a637feb01bd4c38a4f21
tree21f145be17310f94c37f4d04484632d51de8355c
parent67d1feb22b415343372c5ab100b9fd17aaf0c8dc
src/*, include/* : update core functions. (Should make it relatively easy
                   to use in interfaces)
                   The downloadable plugins part still needs some work.

modules/control/rc.c : add function to query updates (mainly used for testing)

modules/gui/wxwidgets/* : update pannel.
14 files changed:
Makefile.am
include/vlc_common.h
include/vlc_symbols.h
include/vlc_update.h [new file with mode: 0644]
modules/control/rc.c
modules/gui/wxwidgets/bitmaps/update_ascii.xpm [new file with mode: 0644]
modules/gui/wxwidgets/bitmaps/update_binary.xpm [new file with mode: 0644]
modules/gui/wxwidgets/bitmaps/update_document.xpm [new file with mode: 0644]
modules/gui/wxwidgets/bitmaps/update_info.xpm [new file with mode: 0644]
modules/gui/wxwidgets/bitmaps/update_source.xpm [new file with mode: 0644]
modules/gui/wxwidgets/dialogs/updatevlc.cpp
modules/gui/wxwidgets/dialogs/updatevlc.hpp
src/misc/modules.c
src/misc/update.c [new file with mode: 0644]