Changeset 179 for smplayer/vendor/current/src/preferences.h
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/preferences.h
r175 r179 61 61 virtual void reset(); 62 62 63 #ifndef NO_USE_INI_FILES64 63 void save(); 65 64 void load(); 66 #endif67 65 68 66 double monitor_aspect_double(); … … 91 89 #endif 92 90 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 anything96 bool dont_remember_time_pos; // Will not remember time pos91 // Possibility to remember all media settings 92 bool remember_media_settings; 93 bool remember_time_pos; 94 bool remember_stream_settings; 97 95 98 96 QString audio_lang; // Preferred audio language … … 107 105 bool add_blackborders_on_fullscreen; 108 106 109 #if defined(Q_OS_WIN) || defined(Q_OS_OS2)107 #ifdef Q_OS_WIN 110 108 #ifdef SCREENSAVER_OFF 111 109 bool turn_screensaver_off; … … 164 162 QString file_settings_method; //!< Method to be used for saving file settings 165 163 164 bool tablet_mode; 165 #ifdef Q_OS_WIN 166 QString tablet_mode_change_answer; 167 #endif 166 168 167 169 /* *************** … … 190 192 *********** */ 191 193 194 #ifdef Q_OS_WIN 192 195 int priority; 196 #endif 193 197 bool frame_drop; 194 198 bool hard_frame_drop; … … 208 212 QString hwdec; //!< hardware video decoding (mpv only) 209 213 214 bool cache_auto; 210 215 int cache_for_files; 211 216 int cache_for_streams; … … 213 218 int cache_for_vcds; 214 219 int cache_for_audiocds; 220 #ifdef TV_SUPPORT 215 221 int cache_for_tv; 222 #endif 216 223 217 224 … … 354 361 bool center_window; //!< Center the main window when playback starts 355 362 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 356 367 357 368 // Function of mouse buttons: … … 449 460 TV (dvb) 450 461 ******** */ 451 462 #ifdef TV_SUPPORT 452 463 bool check_channels_conf_on_startup; 453 464 int initial_tv_deinterlace; 454 465 QString last_dvb_channel; 455 466 QString last_tv_channel; 467 #endif 456 468 457 469
Note:
See TracChangeset
for help on using the changeset viewer.