~darkcs2/audience/fix-1163909

« back to all changes in this revision

Viewing changes to Audience/Settings.vala

  • Committer: Cody Garver
  • Author(s): Tom Beckmann
  • Date: 2013-04-01 03:22:52 UTC
  • mfrom: (203.1.26 audience-restructure)
  • Revision ID: cody@elementaryos.org-20130401032252-jt2uylubrxtw0wp2
* Major code restructure
* Support and prefer GStreamer 1.0
* Lots of bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    public class Settings : Granite.Services.Settings {
5
5
        public bool move_window          {get; set;}
6
6
        public bool keep_aspect          {get; set;}
7
 
        public bool show_details         {get; set;}
8
7
        public bool resume_videos        {get; set;}
9
8
        public string last_played_videos {get; set;} /*video1,time,video2,time2,...*/
10
9
        public string last_folder        {get; set;}
11
 
        public bool hide_mouse_on_popover{get; set;}
12
10
        public bool playback_wait        {get; set;}
13
11
        public bool stay_on_top          {get; set;}
14
12
        public bool show_window_decoration {get; set;}