]> git.sesse.net Git - vlc/commit
Implementing new PDA User Interface design using the GTK2 widget set. This interface...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 1 Oct 2003 20:58:45 +0000 (20:58 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 1 Oct 2003 20:58:45 +0000 (20:58 +0000)
commit2f72e38f4f07d52a02db89d477c524bf9694c14b
treeef1d2befa91991a141a03b355251168244560764
parent699c64c8db2b7629ed9e084102c7bb1a5aedc9d5
Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However:
- it compiles ;-)
- will have more UI assets to tweak with, then the old interface had
  to name a few: supports stream out, camera's through v4l, use preferences,
  manage playlists, play audio/video local and from a network source
- is not functional (yet)

So expect more functionality to come in and the necessary bug fixes.
modules/gui/pda/Modules.am
modules/gui/pda/pda.c
modules/gui/pda/pda.glade
modules/gui/pda/pda.h
modules/gui/pda/pda_callbacks.c [new file with mode: 0644]
modules/gui/pda/pda_callbacks.h [new file with mode: 0644]
modules/gui/pda/pda_interface.c [new file with mode: 0644]
modules/gui/pda/pda_interface.h [new file with mode: 0644]
modules/gui/pda/pda_support.c [new file with mode: 0644]
modules/gui/pda/pda_support.h [new file with mode: 0644]