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

smplayer: update vendor to version 16.8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/preferences.h

    r175 r179  
    6161        virtual void reset();
    6262
    63 #ifndef NO_USE_INI_FILES
    6463        void save();
    6564        void load();
    66 #endif
    6765
    6866        double monitor_aspect_double();
     
    9189#endif
    9290
    93         // SMPlayer will remember all media settings for all videos.
    94         // This options allow to disable it:
    95         bool dont_remember_media_settings;      // Will not remember anything
    96         bool dont_remember_time_pos;            // Will not remember time pos
     91        // Possibility to remember all media settings
     92        bool remember_media_settings;
     93        bool remember_time_pos;
     94        bool remember_stream_settings;
    9795
    9896        QString audio_lang;             // Preferred audio language
     
    107105        bool add_blackborders_on_fullscreen;
    108106
    109 #if defined(Q_OS_WIN) || defined(Q_OS_OS2)
     107#ifdef Q_OS_WIN
    110108        #ifdef SCREENSAVER_OFF
    111109        bool turn_screensaver_off;
     
    164162        QString file_settings_method; //!< Method to be used for saving file settings
    165163
     164        bool tablet_mode;
     165        #ifdef Q_OS_WIN
     166        QString tablet_mode_change_answer;
     167        #endif
    166168
    167169    /* ***************
     
    190192       *********** */
    191193
     194#ifdef Q_OS_WIN
    192195        int priority;
     196#endif
    193197        bool frame_drop;
    194198        bool hard_frame_drop;
     
    208212        QString hwdec; //!< hardware video decoding (mpv only)
    209213
     214        bool cache_auto;
    210215        int cache_for_files;
    211216        int cache_for_streams;
     
    213218        int cache_for_vcds;
    214219        int cache_for_audiocds;
     220#ifdef TV_SUPPORT
    215221        int cache_for_tv;
     222#endif
    216223
    217224
     
    354361        bool center_window; //!< Center the main window when playback starts
    355362        bool center_window_if_outside; //!< Center the main window after an autoresize if it's outside of the screen
     363
     364#ifdef GLOBALSHORTCUTS
     365        bool use_global_shortcuts;
     366#endif
    356367
    357368        // Function of mouse buttons:
     
    449460       TV (dvb)
    450461       ******** */
    451 
     462#ifdef TV_SUPPORT
    452463        bool check_channels_conf_on_startup;
    453464        int initial_tv_deinterlace;
    454465        QString last_dvb_channel;
    455466        QString last_tv_channel;
     467#endif
    456468
    457469
Note: See TracChangeset for help on using the changeset viewer.