Fixed slider enabling/disabling.

CQTexperiment
vspader 2007-06-03 17:09:07 +00:00
parent bf67dbb5d1
commit 759a6b0f01
4 changed files with 20 additions and 19 deletions

View File

@ -377,6 +377,13 @@
[self changePlayButtonImage:@"pause"];
}
if (status == kCogStatusStopped) {
[positionSlider setEnabled:NO];
}
else {
[positionSlider setEnabled:[[[playlistController currentEntry] seekable] boolValue]];
}
playbackStatus = status;
}

View File

@ -7,17 +7,17 @@
<key>IBEditorPositions</key>
<dict>
<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>
<string>719 529 241 366 0 0 1680 1028 </string>
<string>391 336 241 366 0 0 1024 746 </string>
<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>
<string>-2 976 383 44 0 0 1680 1028 </string>
<string>-2 696 383 44 0 0 1024 746 </string>
<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>
<string>378 636 131 149 0 0 1680 1028 </string>
<string>218 427 131 168 0 0 1024 746 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
@ -34,16 +34,16 @@
<integer>4</integer>
<key>IBOpenObjects</key>
<array>
<integer>513</integer>
<integer>21</integer>
<integer>463</integer>
<integer>1063</integer>
<integer>268</integer>
<integer>1324</integer>
<integer>1156</integer>
<integer>21</integer>
<integer>1324</integer>
<integer>513</integer>
<integer>463</integer>
<integer>29</integer>
<integer>268</integer>
<integer>1063</integer>
</array>
<key>IBSystem Version</key>
<string>8P2137</string>
<string>8P135</string>
</dict>
</plist>

Binary file not shown.

6
TODO
View File

@ -1,9 +1,3 @@
Move all version numbering over to the SVN system. Use long/short version for display in about.
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.