Fixed slider enabling/disabling.
parent
bf67dbb5d1
commit
759a6b0f01
|
@ -377,6 +377,13 @@
|
||||||
[self changePlayButtonImage:@"pause"];
|
[self changePlayButtonImage:@"pause"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (status == kCogStatusStopped) {
|
||||||
|
[positionSlider setEnabled:NO];
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
[positionSlider setEnabled:[[[playlistController currentEntry] seekable] boolValue]];
|
||||||
|
}
|
||||||
|
|
||||||
playbackStatus = status;
|
playbackStatus = status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,17 +7,17 @@
|
||||||
<key>IBEditorPositions</key>
|
<key>IBEditorPositions</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>1063</key>
|
<key>1063</key>
|
||||||
<string>650 960 136 68 0 0 1680 1028 </string>
|
<string>374 678 136 68 0 0 1024 746 </string>
|
||||||
<key>1156</key>
|
<key>1156</key>
|
||||||
<string>719 529 241 366 0 0 1680 1028 </string>
|
<string>391 336 241 366 0 0 1024 746 </string>
|
||||||
<key>1324</key>
|
<key>1324</key>
|
||||||
<string>786 659 137 182 0 0 1680 1028 </string>
|
<string>452 439 137 182 0 0 1024 746 </string>
|
||||||
<key>29</key>
|
<key>29</key>
|
||||||
<string>-2 976 383 44 0 0 1680 1028 </string>
|
<string>-2 696 383 44 0 0 1024 746 </string>
|
||||||
<key>463</key>
|
<key>463</key>
|
||||||
<string>669 640 341 145 0 0 1680 1028 </string>
|
<string>341 447 341 145 0 0 1024 746 </string>
|
||||||
<key>513</key>
|
<key>513</key>
|
||||||
<string>378 636 131 149 0 0 1680 1028 </string>
|
<string>218 427 131 168 0 0 1024 746 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>IBFramework Version</key>
|
<key>IBFramework Version</key>
|
||||||
<string>446.1</string>
|
<string>446.1</string>
|
||||||
|
@ -34,16 +34,16 @@
|
||||||
<integer>4</integer>
|
<integer>4</integer>
|
||||||
<key>IBOpenObjects</key>
|
<key>IBOpenObjects</key>
|
||||||
<array>
|
<array>
|
||||||
<integer>513</integer>
|
|
||||||
<integer>21</integer>
|
|
||||||
<integer>463</integer>
|
|
||||||
<integer>1063</integer>
|
|
||||||
<integer>268</integer>
|
|
||||||
<integer>1324</integer>
|
|
||||||
<integer>1156</integer>
|
<integer>1156</integer>
|
||||||
|
<integer>21</integer>
|
||||||
|
<integer>1324</integer>
|
||||||
|
<integer>513</integer>
|
||||||
|
<integer>463</integer>
|
||||||
<integer>29</integer>
|
<integer>29</integer>
|
||||||
|
<integer>268</integer>
|
||||||
|
<integer>1063</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>IBSystem Version</key>
|
<key>IBSystem Version</key>
|
||||||
<string>8P2137</string>
|
<string>8P135</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Binary file not shown.
6
TODO
6
TODO
|
@ -1,9 +1,3 @@
|
||||||
Move all version numbering over to the SVN system. Use long/short version for display in about.
|
Move all version numbering over to the SVN system. Use long/short version for display in about.
|
||||||
PLS icon.
|
PLS icon.
|
||||||
Seek bar bugs:
|
|
||||||
http://sbooth.org/forums/viewtopic.php?p=4802#4802
|
|
||||||
http://sbooth.org/forums/viewtopic.php?t=1471
|
|
||||||
Bug in escape key in open dialog with list view (KFTypeSelectTableView is probably the cause. May need to find a way so it only affects the file drawer, instead of swizzling)
|
|
||||||
http://sbooth.org/forums/viewtopic.php?p=4827#4827
|
|
||||||
Check out French localization.
|
|
||||||
Incubate.
|
Incubate.
|
||||||
|
|
Loading…
Reference in New Issue