Ignore:
Timestamp:
Jan 24, 2017, 12:24:46 PM (9 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 17.1.0

File:
1 edited

Legend:

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

    r179 r186  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    125125        use_slices = false;
    126126        autoq = 6;
     127
     128
    127129        add_blackborders_on_fullscreen = false;
     130
    128131
    129132#ifdef Q_OS_WIN
     
    361364#endif
    362365
     366
     367
     368
     369
     370
     371
     372
    363373
    364374    /* *********
     
    536546        initial_sub_pos = 100; // 100%
    537547
     548
     549
     550
     551
    538552        initial_postprocessing = false;
    539553        initial_volnorm = false;
     
    653667        set->setValue("use_slices", use_slices );
    654668        set->setValue("autoq", autoq);
     669
     670
    655671        set->setValue("add_blackborders_on_fullscreen", add_blackborders_on_fullscreen);
     672
    656673
    657674#ifdef Q_OS_WIN
     
    879896#ifdef MPRIS2
    880897        set->setValue("use_mpris2", use_mpris2);
     898
     899
     900
     901
     902
     903
     904
    881905#endif
    882906
     
    10621086
    10631087        set->setValue("initial_volnorm", initial_volnorm);
     1088
     1089
     1090
     1091
     1092
    10641093        set->setValue("initial_postprocessing", initial_postprocessing);
    10651094
     
    12051234        use_slices = set->value("use_slices", use_slices ).toBool();
    12061235        autoq = set->value("autoq", autoq).toInt();
     1236
     1237
    12071238        add_blackborders_on_fullscreen = set->value("add_blackborders_on_fullscreen", add_blackborders_on_fullscreen).toBool();
     1239
    12081240
    12091241#ifdef Q_OS_WIN
     
    14351467#ifdef MPRIS2
    14361468        use_mpris2 = set->value("use_mpris2", use_mpris2).toBool();
     1469
     1470
     1471
     1472
     1473
     1474
     1475
    14371476#endif
    14381477
     
    16181657
    16191658        initial_volnorm = set->value("initial_volnorm", initial_volnorm).toBool();
     1659
     1660
     1661
     1662
     1663
    16201664        initial_postprocessing = set->value("initial_postprocessing", initial_postprocessing).toBool();
    16211665
Note: See TracChangeset for help on using the changeset viewer.