Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r3261 - in
      trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2:    .
      images ([EMAIL PROTECTED])
--- Begin Message ---
Author: abraxa
Date: 2007-10-24 11:46:50 +0200 (Wed, 24 Oct 2007)
New Revision: 3261

Added:
   
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/openmoko-mediaplayer.schemas
Modified:
   
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/images/Makefile.am
Log:
It's a good idea to remove files from the makefile if you delete them from SVN 
:)
Added GConf schema



Modified: 
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/images/Makefile.am
===================================================================
--- 
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/images/Makefile.am
    2007-10-23 19:57:21 UTC (rev 3260)
+++ 
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/images/Makefile.am
    2007-10-24 09:46:50 UTC (rev 3261)
@@ -1,17 +1,6 @@
 imagesdir = $(datadir)/openmoko-mediaplayer/images
 
 images_DATA = \
-       background.png \
-       ico-track.png \
-       ico-time.png \
-       ico-repeat-off.png \
-       ico-repeat-once.png \
-       ico-repeat-current.png \
-       ico-repeat-all.png \
-       ico-shuffle-on.png \
-       ico-shuffle-off.png \
-       ico-balance-left.png \
-       ico-balance-right.png \
        ico-filetype-unplayable.png \
        ico-filetype-generic.png \
        ico-filetype-mp3.png \
@@ -19,37 +8,6 @@
        ico-playlists.png \
        ico-playlist-new.png \
        ico-playlist-editor.png \
-       ico-file-chooser.png \
-       ind-music-eq-00.png \
-       ind-music-eq-01.png \
-       ind-music-eq-02.png \
-       ind-music-eq-03.png \
-       ind-music-eq-04.png \
-       ind-music-eq-05.png \
-       ind-music-eq-06.png \
-       ind-music-eq-07.png \
-       ind-music-eq-08.png \
-       ind-music-eq-09.png \
-       ind-music-eq-10.png \
-       ind-music-eq-11.png \
-       ind-music-eq-12.png \
-       ind-music-pan-0.png \
-       ind-music-pan--1.png \
-       ind-music-pan-1.png \
-       ind-music-pan--2.png \
-       ind-music-pan-2.png \
-       ind-music-pan--3.png \
-       ind-music-pan-3.png \
-       ind-music-volume-00.png \
-       ind-music-volume-01.png \
-       ind-music-volume-02.png \
-       ind-music-volume-03.png \
-       ind-music-volume-04.png \
-       ind-music-volume-05.png \
-       ind-music-volume-06.png \
-       ind-music-volume-07.png \
-       ind-music-volume-08.png \
-       ind-music-volume-09.png \
-       ind-music-volume-10.png
+       ico-file-chooser.png
 
 EXTRA_DIST = $(images_DATA)

Added: 
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/openmoko-mediaplayer.schemas
===================================================================
--- 
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/openmoko-mediaplayer.schemas
  2007-10-23 19:57:21 UTC (rev 3260)
+++ 
trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/openmoko-mediaplayer.schemas
  2007-10-24 09:46:50 UTC (rev 3261)
@@ -0,0 +1,149 @@
+<gconfschemafile>
+  <schemalist>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/shuffle</key>
+      <applyto>/apps/openmoko/mediaplayer/shuffle</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>bool</type>
+      <default>FALSE</default>
+      <locale name="C">
+        <short>Shuffle on/off</short>
+        <long>Play tracks in random order on/off</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/repeat_mode</key>
+      <applyto>/apps/openmoko/mediaplayer/repeat_mode</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>0</default>
+      <locale name="C">
+        <short>Repat mode (0..3)</short>
+        <long>0 = repeat off; 1 = repeat current track once; 2 = repeat 
current track; 3 = repeat playlist</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/resume_playback</key>
+      <applyto>/apps/openmoko/mediaplayer/resume_playback</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>bool</type>
+      <default>TRUE</default>
+      <locale name="C">
+        <short>Resume playback on startup on/off</short>
+        <long>Should the media player resume playback where it left off the 
last time it ran?</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/prev_track_treshold</key>
+      <applyto>/apps/openmoko/mediaplayer/prev_track_treshold</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>10000</default>
+      <locale name="C">
+        <short>Amount of milliseconds a track must have been playing to jump 
back to beginning when "prev track" is pressed</short>
+        <long>Amount of milliseconds a track must have been playing to jump 
back to beginning when "prev track" is pressed</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/show_numbers_in_playlist</key>
+      <applyto>/apps/openmoko/mediaplayer/show_numbers_in_playlist</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>bool</type>
+      <default>TRUE</default>
+      <locale name="C">
+        <short>Show track numbers in playlist?</short>
+        <long>Show track numbers in playlist?</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/show_cover_art</key>
+      <applyto>/apps/openmoko/mediaplayer/show_cover_art</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>bool</type>
+      <default>TRUE</default>
+      <locale name="C">
+        <short>Should the cover art be shown or not?</short>
+        <long><Should the cover art be shown or not?/long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/main_label1_type</key>
+      <applyto>/apps/openmoko/mediaplayer/main_label1_type</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>0</default>
+      <locale name="C">
+        <short>Content type of main screen's dynamic label #1</short>
+        <long>Content type of main screen's dynamic label #1</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/main_label2_type</key>
+      <applyto>/apps/openmoko/mediaplayer/main_label2_type</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>2</default>
+      <locale name="C">
+        <short>Content type of main screen's dynamic label #2</short>
+        <long>Content type of main screen's dynamic label #2</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/main_label3_type</key>
+      <applyto>/apps/openmoko/mediaplayer/main_label3_type</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>3</default>
+      <locale name="C">
+        <short>Content type of main screen's dynamic label #3</short>
+        <long>Content type of main screen's dynamic label #3</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/min_gesture_radius</key>
+      <applyto>/apps/openmoko/mediaplayer/min_gesture_radius</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>15</default>
+      <locale name="C">
+        <short>If a gesture stroke's length is shorter than this the gesture 
is dismissed (in pixels)</short>
+        <long>If a gesture stroke's length is shorter than this the gesture is 
dismissed (in pixels)</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/gesture_repeat_tresh</key>
+      <applyto>/apps/openmoko/mediaplayer/gesture_repeat_tresh</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>750</default>
+      <locale name="C">
+        <short>If a gesture was made its action will be repeated if the finger 
is still down after this time (in msec)</short>
+        <long>If a gesture was made its action will be repeated if the finger 
is still down after this time (in msec)</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/openmoko/mediaplayer/gesture_repeat_intv</key>
+      <applyto>/apps/openmoko/mediaplayer/gesture_repeat_intv</applyto>
+      <owner>openmoko-mediaplayer</owner>
+      <type>int</type>
+      <default>1000</default>
+      <locale name="C">
+        <short>Gesture will be repeated every X milliseconds for as long as 
the finger is pressed</short>
+        <long>Gesture will be repeated every X milliseconds for as long as the 
finger is pressed</long>
+      </locale>
+    </schema>
+
+  </schemalist>
+</gconfschemafile>




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to