Changeset 188 for smplayer/trunk/src/preferences.cpp
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/preferences.cpp (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/preferences.cpp
r182 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 127 127 use_slices = false; 128 128 autoq = 6; 129 130 129 131 add_blackborders_on_fullscreen = false; 132 130 133 131 134 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) … … 363 366 #endif 364 367 368 369 370 371 372 373 374 365 375 366 376 /* ********* … … 538 548 initial_sub_pos = 100; // 100% 539 549 550 551 552 553 540 554 initial_postprocessing = false; 541 555 initial_volnorm = false; … … 655 669 set->setValue("use_slices", use_slices ); 656 670 set->setValue("autoq", autoq); 671 672 657 673 set->setValue("add_blackborders_on_fullscreen", add_blackborders_on_fullscreen); 674 658 675 659 676 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) … … 881 898 #ifdef MPRIS2 882 899 set->setValue("use_mpris2", use_mpris2); 900 901 902 903 904 905 906 883 907 #endif 884 908 … … 1064 1088 1065 1089 set->setValue("initial_volnorm", initial_volnorm); 1090 1091 1092 1093 1094 1066 1095 set->setValue("initial_postprocessing", initial_postprocessing); 1067 1096 … … 1207 1236 use_slices = set->value("use_slices", use_slices ).toBool(); 1208 1237 autoq = set->value("autoq", autoq).toInt(); 1238 1239 1209 1240 add_blackborders_on_fullscreen = set->value("add_blackborders_on_fullscreen", add_blackborders_on_fullscreen).toBool(); 1241 1210 1242 1211 1243 #if defined (Q_OS_WIN) || defined(Q_OS_OS2) … … 1437 1469 #ifdef MPRIS2 1438 1470 use_mpris2 = set->value("use_mpris2", use_mpris2).toBool(); 1471 1472 1473 1474 1475 1476 1477 1439 1478 #endif 1440 1479 … … 1620 1659 1621 1660 initial_volnorm = set->value("initial_volnorm", initial_volnorm).toBool(); 1661 1662 1663 1664 1665 1622 1666 initial_postprocessing = set->value("initial_postprocessing", initial_postprocessing).toBool(); 1623 1667
Note:
See TracChangeset
for help on using the changeset viewer.
