- 01 Jul, 2003 1 commit
-
-
Frerich Raabe authored
added to it. svn path=/trunk/kdemultimedia/juk/; revision=234933
-
- 27 Jun, 2003 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=234068
-
Dirk Mueller authored
svn path=/trunk/kdemultimedia/juk/; revision=234026
-
- 26 Jun, 2003 2 commits
-
-
David Faure authored
svn path=/trunk/kdemultimedia/juk/; revision=233873
-
David Faure authored
svn path=/trunk/kdemultimedia/juk/; revision=233870
-
- 25 Jun, 2003 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=233722
-
- 22 Jun, 2003 1 commit
-
-
George Staikos authored
but make sure it's big enough to be aesthetically pleasing as it looks like the original author had intended. Also make sure it doesn't show() with widgets partially hidden. svn path=/trunk/kdemultimedia/juk/; revision=233062
-
- 21 Jun, 2003 5 commits
-
-
Daniel Molkentin authored
svn path=/trunk/kdemultimedia/juk/; revision=232772
-
Daniel Molkentin authored
svn path=/trunk/kdemultimedia/juk/; revision=232755
-
Daniel Molkentin authored
svn path=/trunk/kdemultimedia/juk/; revision=232751
-
Helge Deller authored
roaming user fixes: use readPathEntry/writePathEntry instead of readEntry/writeEntry where necessary svn path=/trunk/kdemultimedia/juk/; revision=232747
-
Helge Deller authored
Scott: Did you forgot something ? svn path=/trunk/kdemultimedia/juk/; revision=232729
-
- 17 Jun, 2003 2 commits
-
-
Scott Wheeler authored
inserting the items until a repaint... svn path=/trunk/kdemultimedia/juk/; revision=232043
-
Scott Wheeler authored
playlist thing-a-ma-bob. There are still some parts left to implement and a few bugs to work out, but it's relatively fast, clean and stable (note the "relatively"). svn path=/trunk/kdemultimedia/juk/; revision=231901
-
- 16 Jun, 2003 4 commits
-
-
Scott Wheeler authored
SortedStringList and removed the "Color" property of tree nodes since at the moment it's a normal binary search tree rather than a red-black tree (got lazy, BST was pretty balanced in the cases I'm using it in). svn path=/trunk/kdemultimedia/juk/; revision=231726
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=231704
-
Scott Wheeler authored
code that was causing a crash and moves some of the initialization to safer places, but keeps the speed boost. svn path=/trunk/kdemultimedia/juk/; revision=231701
-
Scott Wheeler authored
initialization until the polish() method is called. svn path=/trunk/kdemultimedia/juk/; revision=231696
-
- 14 Jun, 2003 4 commits
-
-
Scott Wheeler authored
CCMAIL:59631-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=231408
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=231403
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=231296
-
Scott Wheeler authored
fool you, this really doesn't work yet. It's slow and crashes a lot. If I read on the Dot next week about how buggy and unprofessional the tree view is I'm going to hurt someone making CVS packages. ;-) svn path=/trunk/kdemultimedia/juk/; revision=231293
-
- 13 Jun, 2003 3 commits
-
-
Scott Wheeler authored
Don't use latin1-only playlist names. svn path=/trunk/kdemultimedia/juk/; revision=231273
-
Scott Wheeler authored
and thanks Maks for spotting this in the code.). CCMAIL:59752-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=231268
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=231194
-
- 10 Jun, 2003 2 commits
-
-
Scott Wheeler authored
KDevelop template, which if it's still this way should probably be changed.) svn path=/trunk/kdemultimedia/juk/; revision=230760
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=230694
-
- 09 Jun, 2003 1 commit
-
-
Scott Wheeler authored
fixed some bugs introduced in the last commit. svn path=/trunk/kdemultimedia/juk/; revision=230533
-
- 08 Jun, 2003 1 commit
-
-
Scott Wheeler authored
and made it a CLI option for debug enabled builds. svn path=/trunk/kdemultimedia/juk/; revision=230286
-
- 07 Jun, 2003 2 commits
-
-
Scott Wheeler authored
playing one of the first 10 items. CCMAIL:59441-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=230197
-
Scott Wheeler authored
now been moved out to another group of classes, each of which encapsulates a view mode. At the present the tree view's code has been ripped out of the old structure and not replaced in the new one. This hopefully will follow tomorrow. svn path=/trunk/kdemultimedia/juk/; revision=230058
-
- 06 Jun, 2003 1 commit
-
-
Scott Wheeler authored
CCMAIL:56981-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=229953
-
- 04 Jun, 2003 1 commit
-
-
Scott Wheeler authored
"vFolders" / TreeView. I hope to soon port that code over to using these classes. svn path=/trunk/kdemultimedia/juk/; revision=229556
-
- 03 Jun, 2003 4 commits
-
-
Scott Wheeler authored
This prevents JuK from crashing on startup while the MediaControl applet is running. CCMAIL:geiseri@voix.home.geiseri.com svn path=/trunk/kdemultimedia/juk/; revision=229541
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=229525
-
Scott Wheeler authored
dependancies, use that. Apologies for the reinterpret_cast<>... svn path=/trunk/kdemultimedia/juk/; revision=229516
-
Scott Wheeler authored
Now when you move to a different playlist the search on the previous one will be remembered. Also if you hide the search bar, when you redisplay it your previous search will still be there. Doing this also gave me an excuse to clean up the way that the PlaylistSplitter and SearchWidget interact -- the SearchWidget now returns a real PlaylistSearch rather than more "raw" information about the search results. svn path=/trunk/kdemultimedia/juk/; revision=229414
-
- 02 Jun, 2003 3 commits
-
-
Scott Wheeler authored
* Added some functionality to PlaylistSearch to allow components to be saved and restored * Added a member variable and accessor methods to Playlist to store the current search * Cleaned up some of the code in Playlist to use PlaylistItemList instead of a QPtrList. The next commit will actually make use of the above stuff to save and restore searches when the user changes playlists. svn path=/trunk/kdemultimedia/juk/; revision=229404
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=229223
-
Scott Wheeler authored
control applet. CCMAIL:Teemu Rytilahti <teemu.rytilahti@d5k.net>, Stefan Gehn <sgehn@gmx.net> svn path=/trunk/kdemultimedia/juk/; revision=229222
-