Older
-
r270
(added two dealloc methods (clang static analyzer)
) committed by ruotger....@berlin.de
- added two dealloc methods (clang static analyzer)
added two dealloc methods (clang static analyzer)
-
r269
(Added user playlists only tree to the playlist cache. Update...) committed by ruotger....@berlin.de
- Added user playlists only tree to the playlist cache. Updated demo/debug app accordingly.
Added user playlists only tree to the playlist cache. Updated demo/debug app accordingly.
-
r268
(This is a bigger change. I added a playlist cache so that th...) committed by ruotger....@berlin.de
- This is a bigger change. I added a playlist cache so that the playlist hierarchy can be coerced into
the tree structure that iTunes displays. This cache must be rebuild whenever iTunes' playlists could
have changed. If in doubt, simply do so. The 'Library' and 'Genius' playlists will show up as user
playlists. This is an iTunes bug, I will file a radar bug on it.
As a bonus I added an outline view to the test/demo app to show how this can be used in your own
app.
I hope I didn't break the backwards compatibility. If yes, please let me know or submit a patch.
Thanks Ruotger
This is a bigger change. I added a playlist cache so that the playlist hierarchy can be coerced into
the tree structure that iTunes displays. This cache must be rebuild whenever iTunes' playlists could
have changed. If in doubt, simply do so. The 'Library' and 'Genius' playlists will show up as user
playlists. This is an iTunes bug, I will file a radar bug on it.
As a bonus I added an outline view to the test/demo app to show how this can be used in your own
app.
I hope I didn't break the backwards compatibility. If yes, please let me know or submit a patch.
Thanks Ruotger
-
r267
(added sdef file of iTunes 8.0) committed by ruotger....@berlin.de
- added sdef file of iTunes 8.0
added sdef file of iTunes 8.0
-
r266
(fixed several issues the clang static analyser found:
* Mem...) committed by ruotger....@berlin.de
- fixed several issues the clang static analyser found:
* Memory Leak: ETEyeTunes.m:395
* Use-After-Release: ETAppleEventObject.m:1244
* dead store: ETAppleEventObject.m:1240
fixed several issues the clang static analyser found:
* Memory Leak: ETEyeTunes.m:395
* Use-After-Release: ETAppleEventObject.m:1244
* dead store: ETAppleEventObject.m:1240
-
r265
(added parentPlaylist method to ETPlaylist
) committed by ruotger....@berlin.de
- added parentPlaylist method to ETPlaylist
added parentPlaylist method to ETPlaylist
-
r264
( * added support for special kind playlist enumerators
* ad...) committed by ruotger....@berlin.de
- * added support for special kind playlist enumerators
* added user playlist enumerator
* added test methods to the test project
* changed -[NSString cString] to -[NSString UTF8String] (cString is deprecated since 10.4)
* small stuff
* added support for special kind playlist enumerators
* added user playlist enumerator
* added test methods to the test project
* changed -[NSString cString] to -[NSString UTF8String] (cString is deprecated since 10.4)
* small stuff
-
-
r262
( * added addTrack:toPlaylist: call
* fixed test apps nib
...) committed by ruotger....@berlin.de
- * added addTrack:toPlaylist: call
* fixed test apps nib
* test apps go button puts intended on the test app ui
* added addTrack:toPlaylist: call
* fixed test apps nib
* test apps go button puts intended on the test app ui
-
r261
(added sdef file for iTunes 7.7.1) committed by ruotger....@berlin.de
- added sdef file for iTunes 7.7.1
added sdef file for iTunes 7.7.1
-
-
issue 1
(User of GimmeSomeTune experiencing crashes apparently caused...) reported by oddysseey
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Project eyetunes
created by alastairtse
- Cocoa framework for querying and controlling iTunes
Cocoa framework for querying and controlling iTunes
|