Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 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/prefplaylist.h

    r176 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3737
    3838    // Pass data to the dialog
    39     void setData(Preferences * pref);
     39        void setData(Preferences * pref);
    4040
    4141    // Apply changes
    42     void getData(Preferences * pref);
     42        void getData(Preferences * pref);
    4343
    4444
     
    5555        bool playFilesFromStart();
    5656
     57        void setPlayOnLoad(bool b);
     58        bool playOnLoad();
     59
     60        void setPlayNextAutomatically(bool b);
     61        bool playNextAutomatically();
     62
    5763        void setIgnorePlayerErrors(bool b);
    5864        bool ignorePlayerErrors();
     65
     66        void setAutoSort(bool b);
     67        bool autoSort();
     68
     69        void setFilterCaseSensitive(bool b);
     70        bool filterCaseSensitive();
    5971
    6072protected:
Note: See TracChangeset for help on using the changeset viewer.