~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to modules/gui/skins2/parser/builder.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-09-17 21:56:14 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917215614-tj0vx8xzd57e52t8
Tags: 0.9.2-1ubuntu1
* New Upstream Release, exception granted by
    - dktrkranz, norsetto, Hobbsee (via irc). LP: #270404

Changes done in ubuntu:

* add libxul-dev to build-depends
* make sure that vlc is build against libxul in configure. This doesn't
  change anything in the package, but makes it more robust if building
  in an 'unclean' chroot or when modifying the package.
* debian/control: make Vcs-* fields point to the motumedia branch
* add libx264-dev and libass-dev to build-depends
  LP: #210354, #199870
* actually enable libass support by passing --enable-libass to configure
* enable libdca: add libdca-dev to build depends and --enable-libdca
* install the x264 plugin.

Changes already in the pkg-multimedia branch in debian:

* don't install usr/share/vlc/mozilla in debian/mozilla-plugin-vlc.install  
* new upstream .desktop file now registers flash video mimetype LP: #261567
* add Xb-Npp-Applications to mozilla-plugin-vlc
* remove duplicate entries in debian/vlc-nox.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * builder.hpp
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2003 the VideoLAN team
5
 
 * $Id: 49f4b365fd86d3b6378f67e95b34f1064cf7f936 $
 
5
 * $Id$
6
6
 *
7
7
 * Authors: Cyril Deguet     <asmax@via.ecp.fr>
8
8
 *          Olivier Teulière <ipkiss@via.ecp.fr>
22
22
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
23
23
 *****************************************************************************/
24
24
 
 
25
#ifdef HAVE_CONFIG_H
 
26
# include "config.h"
 
27
#endif
 
28
 
25
29
#ifndef BUILDER_HPP
26
30
#define BUILDER_HPP
27
31
 
37
41
class CmdGeneric;
38
42
class GenericFont;
39
43
class Position;
40
 
class Box;
 
44
class GenericRect;
41
45
 
42
46
 
43
47
/// Class for skin construction
79
83
        void addButton( const BuilderData::Button &rData );
80
84
        void addCheckbox( const BuilderData::Checkbox &rData );
81
85
        void addImage( const BuilderData::Image &rData );
 
86
        void addPanel( const BuilderData::Panel &rData );
82
87
        void addText( const BuilderData::Text &rData );
83
88
        void addRadialSlider( const BuilderData::RadialSlider &rData );
84
89
        void addSlider( const BuilderData::Slider &rData );
90
95
        const Position makePosition( const string &rLeftTop,
91
96
                                     const string &rRightBottom,
92
97
                                     int xPos, int yPos, int width, int height,
93
 
                                     const Box &rBox, bool xKeepRatio = false,
 
98
                                     const GenericRect &rRect,
 
99
                                     bool xKeepRatio = false,
94
100
                                     bool yKeepRatio = false ) const;
95
101
 
96
102
        // Build the full path of a file