- 11 Apr, 2004 1 commit
-
-
Scott Wheeler authored
over thier signal and slot code to normal method calls. This code was pretty ugly so this actually made things much more clear. Also this required coming up with a more self contained MusicBrainz confirmation process, so that's now been moved into MusicBrainzFileQuery. Fixed a lot of includes along the way and removed a lot of unused cruft... svn path=/trunk/kdemultimedia/juk/; revision=302745
-
- 10 Apr, 2004 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=302606
-
Scott Wheeler authored
reason for it to be separate from SliderAction. svn path=/trunk/kdemultimedia/juk/; revision=302605
-
- 09 Apr, 2004 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=302278
-
Scott Wheeler authored
its references to files. Removed several unused methods from the PlaylistSplitter class. svn path=/trunk/kdemultimedia/juk/; revision=302272
-
- 08 Apr, 2004 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=302259
-
Scott Wheeler authored
fix the status bar. CCMAIL:78518-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=302103
-
- 07 Apr, 2004 1 commit
-
-
Scott Wheeler authored
around string based file names. Moved the static methods for creating a Player instance from Player to PlayerManager. Removed play() and back() from the JuK class since they belong in PlayerManager. For the moment this means the "back history" doesn't work. svn path=/trunk/kdemultimedia/juk/; revision=301959
-
- 04 Apr, 2004 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=301318
-
- 01 Apr, 2004 1 commit
-
-
Frerich Raabe authored
proper error handling) instead of doing that work by hand. svn path=/trunk/kdemultimedia/juk/; revision=300373
-
- 31 Mar, 2004 1 commit
-
-
Scott Wheeler authored
Add a clear button to the search line a la KMail. svn path=/trunk/kdemultimedia/juk/; revision=300208
-
- 29 Mar, 2004 1 commit
-
-
Scott Wheeler authored
Switch the min and max ends of the volume slider when it's in vertical mode. Also did some cleanups in the (very old) CustomAction class -- which can really probably just be merged into the SliderAction class, but I'm too lazy for that just now... CCMAIL:77099-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=299398
-
- 28 Mar, 2004 2 commits
-
-
Daniel Molkentin authored
svn path=/trunk/kdemultimedia/juk/; revision=299266
-
Frerich Raabe authored
a slow link). Scott: I leave it up to you whether to backport this as it is, or whether to go for a different fix. CCMAIL:78431-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=299178
-
- 21 Mar, 2004 3 commits
-
-
Dirk Mueller authored
svn path=/trunk/kdemultimedia/juk/; revision=297694
-
Dirk Mueller authored
svn path=/trunk/kdemultimedia/juk/; revision=297511
-
Scott Wheeler authored
CCMAIL:73998-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=297466
-
- 18 Mar, 2004 1 commit
-
-
Waldo Bastian authored
(toojays: Does this solve it?) CCMAIL: 70371@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=297014
-
- 15 Mar, 2004 3 commits
-
-
Malcolm Hunter authored
svn path=/trunk/kdemultimedia/juk/; revision=296091
-
Scott Wheeler authored
the QFileInfo from the tag altogether. svn path=/trunk/kdemultimedia/juk/; revision=296013
-
Scott Wheeler authored
the Tag class generally usable in a value based setting. svn path=/trunk/kdemultimedia/juk/; revision=296012
-
- 14 Mar, 2004 1 commit
-
-
Scott Wheeler authored
everywhere else... svn path=/trunk/kdemultimedia/juk/; revision=295979
-
- 10 Mar, 2004 1 commit
-
-
Aaron J. Seigo authored
svn path=/trunk/kdemultimedia/juk/; revision=295028
-
- 08 Mar, 2004 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=294335
-
Scott Wheeler authored
interface; it's not really useful anymore. svn path=/trunk/kdemultimedia/juk/; revision=294323
-
- 07 Mar, 2004 3 commits
-
-
Scott Wheeler authored
file are the same in the renamer confirmation dialog. svn path=/trunk/kdemultimedia/juk/; revision=294289
-
Scott Wheeler authored
QFileInfo thing from here, but then didn't actually get around to removing it. Make cache restoration work again... svn path=/trunk/kdemultimedia/juk/; revision=294274
-
Scott Wheeler authored
file information around. There are a couple of temporary hacks added here (i.e. FileHandle being a friend of Tag and accessing private member variables) but those will go away once the cache is moved from being Tag based to FileHandle based. svn path=/trunk/kdemultimedia/juk/; revision=294201
-
- 06 Mar, 2004 5 commits
-
-
Scott Wheeler authored
CCMAIL:71555@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=293960
-
Scott Wheeler authored
CCMAIL:63770-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=293891
-
Scott Wheeler authored
There's currently no default set but there are items in the shortcuts dialog for these actions now. CCMAIL:71555-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=293884
-
Scott Wheeler authored
put it on the stack. svn path=/trunk/kdemultimedia/juk/; revision=293876
-
Scott Wheeler authored
CCMAIL:68244-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=293875
-
- 04 Mar, 2004 1 commit
-
-
Scott Wheeler authored
listening to the signal for the "play" or "pause" action to be activated will be called. svn path=/trunk/kdemultimedia/juk/; revision=293578
-
- 03 Mar, 2004 1 commit
-
-
Scott Wheeler authored
still a lot of damage control yet to be done, but this at least gets things building and working after porting the PlaylistItem over. svn path=/trunk/kdemultimedia/juk/; revision=293445
-
- 02 Mar, 2004 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=293017
-
- 01 Mar, 2004 4 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=292785
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=292735
-
Scott Wheeler authored
moved most of the playing related stuff into the PlayerManager class. There are a few things yet to go, but they'll come in the upcoming days. svn path=/trunk/kdemultimedia/juk/; revision=292734
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=292705
-