Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/skingui/skingui.h

    r156 r165  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3232class TimeSliderAction;
    3333class VolumeSliderAction;
    34 class FloatingWidget;
     34class AutohideWidget;
    3535class TimeLabelAction;
    3636class MyAction;
     
    4141#endif
    4242
    43 //#define SKIN_CONTROLWIDGET_OVER_VIDEO 1
     43//#define SKIN_EDITABLE_CONTROL 1
    4444
    4545class SkinGui : public BaseGuiPlus
     
    6060        void createMainToolBars();
    6161        void createControlWidget();
    62 #if SKIN_CONTROLWIDGET_OVER_VIDEO
    6362        void createFloatingControl();
    64 #endif
    6563        void createActions();
    6664        void createMenus();
     
    8179        virtual void displayMessage(QString message);
    8280
    83         virtual void showFloatingControl(QPoint p);
    84         virtual void showFloatingMenu(QPoint p);
    85         virtual void hideFloatingControls();
    86 
    8781        // Reimplemented:
    8882#if AUTODISABLE_ACTIONS
     
    9589protected:
    9690        MediaBarPanel* mediaBarPanel;
     91        QAction * mediaBarPanelAction;
    9792
    9893        EditableToolbar * toolbar1;
     
    107102#endif
    108103
    109 #if SKIN_CONTROLWIDGET_OVER_VIDEO
    110         FloatingWidget * floating_control;
    111 #endif
     104        AutohideWidget * floating_control;
    112105        TimeLabelAction * time_label_action;
    113106
    114107#if USE_CONFIGURABLE_TOOLBARS
    115108        MyAction * editToolbar1Act;
    116         #if SKIN_CONTROLWIDGET_OVER_VIDEO
     109        #if defined(SKIN_EDITABLE_CONTROL)
    117110        MyAction * editFloatingControlAct;
    118111        #endif
     
    128121        bool fullscreen_toolbar1_was_visible;
    129122        bool compact_toolbar1_was_visible;
     123
     124        bool was_muted;
    130125};
    131126
Note: See TracChangeset for help on using the changeset viewer.