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

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/preferences.cpp

    r182 r188  
    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
     
    127127        use_slices = false;
    128128        autoq = 6;
     129
     130
    129131        add_blackborders_on_fullscreen = false;
     132
    130133
    131134#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
     
    363366#endif
    364367
     368
     369
     370
     371
     372
     373
     374
    365375
    366376    /* *********
     
    538548        initial_sub_pos = 100; // 100%
    539549
     550
     551
     552
     553
    540554        initial_postprocessing = false;
    541555        initial_volnorm = false;
     
    655669        set->setValue("use_slices", use_slices );
    656670        set->setValue("autoq", autoq);
     671
     672
    657673        set->setValue("add_blackborders_on_fullscreen", add_blackborders_on_fullscreen);
     674
    658675
    659676#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
     
    881898#ifdef MPRIS2
    882899        set->setValue("use_mpris2", use_mpris2);
     900
     901
     902
     903
     904
     905
     906
    883907#endif
    884908
     
    10641088
    10651089        set->setValue("initial_volnorm", initial_volnorm);
     1090
     1091
     1092
     1093
     1094
    10661095        set->setValue("initial_postprocessing", initial_postprocessing);
    10671096
     
    12071236        use_slices = set->value("use_slices", use_slices ).toBool();
    12081237        autoq = set->value("autoq", autoq).toInt();
     1238
     1239
    12091240        add_blackborders_on_fullscreen = set->value("add_blackborders_on_fullscreen", add_blackborders_on_fullscreen).toBool();
     1241
    12101242
    12111243#if defined (Q_OS_WIN) || defined(Q_OS_OS2)
     
    14371469#ifdef MPRIS2
    14381470        use_mpris2 = set->value("use_mpris2", use_mpris2).toBool();
     1471
     1472
     1473
     1474
     1475
     1476
     1477
    14391478#endif
    14401479
     
    16201659
    16211660        initial_volnorm = set->value("initial_volnorm", initial_volnorm).toBool();
     1661
     1662
     1663
     1664
     1665
    16221666        initial_postprocessing = set->value("initial_postprocessing", initial_postprocessing).toBool();
    16231667
Note: See TracChangeset for help on using the changeset viewer.