Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/defaultgui.h

    r176 r181  
    2121
    2222#define BUFFERING_ANIMATION
     23//#define LANGUAGE_TOOLBAR
     24
     25#ifdef IDOPT_BUILD
     26#define ADD_QUICK_ACCESS
     27#endif
    2328
    2429#include "guiconfig.h"
     
    7277        void createActions();
    7378        void createMenus();
     79        virtual void populateMainMenu();
    7480
    7581        void loadConfig();
     
    8692protected slots:
    8793        virtual void updateWidgets();
    88         virtual void applyNewPreferences();
    89         virtual void displayTime(QString text);
    9094        virtual void displayFrame(int frame);
    9195        virtual void displayABSection(int secs_a, int secs_b);
    9296        virtual void displayVideoInfo(int width, int height, double fps);
     97        void checkCompactMode();
     98#ifdef ADD_QUICK_ACCESS
     99        void adaptForTabletMode();
     100#endif
    93101
    94102        // Reimplemented:
     
    109117        QLabel * ab_section_display;
    110118        QLabel * video_info_display;
     119        QLabel * format_info_display;
    111120#ifdef BUFFERING_ANIMATION
    112121        StateWidget * state_widget;
     
    117126
    118127        EditableToolbar * toolbar1;
     128
     129#ifdef LANGUAGE_TOOLBAR
    119130        QToolBar * toolbar2;
    120 
    121131        QPushButton * select_audio;
    122132        QPushButton * select_subtitle;
     133#endif
    123134
    124135        TimeSliderAction * timeslider_action;
     
    132143        AutohideWidget * floating_control;
    133144        TimeLabelAction * time_label_action;
     145        TimeLabelAction * current_time_label_action;
     146        TimeLabelAction * total_time_label_action;
     147        TimeLabelAction * remaining_time_label_action;
    134148
    135149        MyAction * viewFrameCounterAct;
    136150        MyAction * viewVideoInfoAct;
     151        MyAction * viewFormatInfoAct;
    137152
    138153#if USE_CONFIGURABLE_TOOLBARS
     
    149164
    150165        bool fullscreen_toolbar1_was_visible;
     166        bool compact_toolbar1_was_visible;
     167#ifdef LANGUAGE_TOOLBAR
    151168        bool fullscreen_toolbar2_was_visible;
    152         bool compact_toolbar1_was_visible;
    153169        bool compact_toolbar2_was_visible;
     170#endif
    154171};
    155172
Note: See TracChangeset for help on using the changeset viewer.