- 12 Oct, 2002 2 commits
-
-
Scott Wheeler authored
Also, did one small fix to get JuK to compile with Qt 3.0.x svn path=/trunk/kdemultimedia/juk/; revision=183533
-
Scott Wheeler authored
KFMI for both mp3 and ogg; this should remove the need for my AudioData class, which I was hoping to replace anyway. I also implemented output streaming operators for Tag and Genre, and input for Genre. I'll implement input streaming for CachedTag once the Cache is ready for that. svn path=/trunk/kdemultimedia/juk/; revision=183402
-
- 08 Oct, 2002 1 commit
-
-
Scott Wheeler authored
Everything that is supported by JuK for ID3 is currently supported for OggVorbis. Tomorrow I will move around the "AudioData" stuff so that OggVorbis file data is accurately read (length, bitrate). svn path=/trunk/kdemultimedia/juk/; revision=182676
-
- 07 Oct, 2002 4 commits
-
-
Scott Wheeler authored
moving on to writing Ogg tags, then moving the AudioData class under the scope of the Tag class (despite it not actually being tag information) so that the AudioData can use the same abstraction mechanism that is currently being employed by Tag and its subclasses. svn path=/trunk/kdemultimedia/juk/; revision=182669
-
Scott Wheeler authored
only at the moment and supports *most* fields. The rest is coming in the next few commits. svn path=/trunk/kdemultimedia/juk/; revision=182647
-
Scott Wheeler authored
warning rather than a label with line breaks. svn path=/trunk/kdemultimedia/juk/; revision=182514
-
Scott Wheeler authored
changes: *) De-singleton-ified PlaylistSplitter and made appropriate changes to pass a pointer in the few places needed. *) Added support for renaming a playlist without renaming the file using a comment in the m3u file to save the name. *) Cleaned up the Tag API and made it an abstract class. I added concrete implementations ID3Tag, OggTag and CachedTag, however only ID3Tag has an implementation at the moment. svn path=/trunk/kdemultimedia/juk/; revision=182511
-
- 03 Oct, 2002 3 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=181935
-
Scott Wheeler authored
when the playlist finishes playing. svn path=/trunk/kdemultimedia/juk/; revision=181916
-
Scott Wheeler authored
I also removed #include "slideraction.h" from juk.h and replaced it with a forward declaration. svn path=/trunk/kdemultimedia/juk/; revision=181909
-
- 01 Oct, 2002 1 commit
-
-
Scott Wheeler authored
First: Partial restoring of Playlists. This is a little broken at the moment, but will be fixed soon. Also, settings aren't currently being saved with Qt 3.1 Beta 1. It's a bug in Qt that I've already patched and sent to qt-bugs. Added features; fixed bugs. ;-) svn path=/trunk/kdemultimedia/juk/; revision=181429
-
- 25 Sep, 2002 1 commit
-
-
Scott Wheeler authored
clicking on a playlist starts playing the first item in the list. svn path=/trunk/kdemultimedia/juk/; revision=180393
-
- 23 Sep, 2002 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=179977
-
- 21 Sep, 2002 1 commit
-
-
Scott Wheeler authored
actually do something now. svn path=/trunk/kdemultimedia/juk/; revision=179471
-
- 18 Sep, 2002 1 commit
-
-
Scott Wheeler authored
playlist to another, and from other KURL (i.e. Konq) drag sources. svn path=/trunk/kdemultimedia/juk/; revision=178830
-
- 16 Sep, 2002 2 commits
-
-
Scott Wheeler authored
all of the playlists and the "collection" are an instance or subclass of Playlist.) svn path=/trunk/kdemultimedia/juk/; revision=178227
-
Scott Wheeler authored
playlists are "children" of the CollectionListItems, and as such always share their PlaylistItem::Data sections. I also fixed things so that an update in one item will automatically trigger updates in the others. svn path=/trunk/kdemultimedia/juk/; revision=178225
-
- 13 Sep, 2002 4 commits
-
-
Scott Wheeler authored
a while. svn path=/trunk/kdemultimedia/juk/; revision=177619
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=177616
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=177613
-
Scott Wheeler authored
worth of major cleanups and redesign things. svn path=/trunk/kdemultimedia/juk/; revision=177610
-
- 07 Sep, 2002 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=176264
-
- 25 Jul, 2002 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=168662
-
- 08 Jul, 2002 3 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=165540
-
Scott Wheeler authored
the zeros at the beginning of track numbers. svn path=/trunk/kdemultimedia/juk/; revision=165498
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=165496
-
- 07 Jul, 2002 2 commits
-
-
Scott Wheeler authored
item from the list. svn path=/trunk/kdemultimedia/juk/; revision=165489
-
Scott Wheeler authored
file. svn path=/trunk/kdemultimedia/juk/; revision=165374
-
- 29 Jun, 2002 2 commits
-
-
Scott Wheeler authored
when the MPEG parse failed. svn path=/trunk/kdemultimedia/juk/; revision=163887
-
Scott Wheeler authored
"playlist". svn path=/trunk/kdemultimedia/juk/; revision=163866
-
- 30 May, 2002 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=158611
-
- 28 May, 2002 2 commits
-
-
Scott Wheeler authored
(and lists of files). svn path=/trunk/kdemultimedia/juk/; revision=158265
-
Scott Wheeler authored
if a user makes changes to it. svn path=/trunk/kdemultimedia/juk/; revision=158260
-
- 27 May, 2002 2 commits
-
-
Scott Wheeler authored
made the appropriate changes to make use of this. svn path=/trunk/kdemultimedia/juk/; revision=158081
-
Scott Wheeler authored
list view and I've started on the code to prompt to save a file if you've modified it and moved to another item. svn path=/trunk/kdemultimedia/juk/; revision=158016
-
- 24 May, 2002 2 commits
-
-
Scott Wheeler authored
fucntions. These will later be used by FileListItem to maintain a list of artists and albums present in their lists. Specifically this will be used in the combo boxes in TaggerWidget. svn path=/trunk/kdemultimedia/juk/; revision=157376
-
Scott Wheeler authored
as opposed to pointers where appropriate. svn path=/trunk/kdemultimedia/juk/; revision=157369
-
- 23 May, 2002 2 commits
-
-
Scott Wheeler authored
in FileListItem to accomodate that. svn path=/trunk/kdemultimedia/juk/; revision=157161
-
Scott Wheeler authored
constructors). svn path=/trunk/kdemultimedia/juk/; revision=157152
-
- 15 Apr, 2002 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=149572
-