- 10 Aug, 2003 6 commits
-
-
Scott Wheeler authored
the history view should properly update the columns in the normal list view. svn path=/trunk/kdemultimedia/juk/; revision=241921
-
André Wöbbeking authored
svn path=/trunk/kdemultimedia/juk/; revision=241886
-
Scott Wheeler authored
*) Don't add new history items when playing items *from* the history svn path=/trunk/kdemultimedia/juk/; revision=241804
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=241802
-
Scott Wheeler authored
3.1 compatibility has been dropped, remove it from here. svn path=/trunk/kdemultimedia/juk/; revision=241801
-
Scott Wheeler authored
Added new virtual methods to Playlist -- readOnly() and columnOffset(). columnOffset() indicates the position at which the Playlist class can expect to find the standard set of columns. This let me add a "time" column to the history playlist. I adjusted the code in other places to use these two new methods. Also allow the history playlist to have multiple copies of the same item; this is still buggy at the moment since this API feature hadn't yet been used. svn path=/trunk/kdemultimedia/juk/; revision=241800
-
- 09 Aug, 2003 3 commits
-
-
Scott Wheeler authored
nearest item. Make sure that the nearest item has a valid playlist associated with it or find one that does. CCMAIL:62302-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=241786
-
Scott Wheeler authored
TODO: *) Save and restore the history -- this will be handled at the same time that saving and restoring of vfolders happens *) Fill in the details of the subclass to add things like making it read only and saving a date along with the items svn path=/trunk/kdemultimedia/juk/; revision=241664
-
Scott Wheeler authored
code but still create their own subclasses of PlaylistItem. svn path=/trunk/kdemultimedia/juk/; revision=241663
-
- 08 Aug, 2003 1 commit
-
-
Scott Wheeler authored
item. svn path=/trunk/kdemultimedia/juk/; revision=241569
-
- 07 Aug, 2003 4 commits
-
-
Scott Wheeler authored
moment. Please test and reopen if problems continue. CCMAIL:61105-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=241494
-
Scott Wheeler authored
don't start or end with a "word character" (as defined by QRegExp). CCMAIL:62300-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=241468
-
Scott Wheeler authored
end of the listview. CCMAIL:62306-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=241397
-
Scott Wheeler authored
CCMAIL:62311-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=241386
-
- 06 Aug, 2003 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=241192
-
- 05 Aug, 2003 6 commits
-
-
Scott Wheeler authored
*) Make it possible to use the "create group from selection" from any playlist, not just the collection. *) Add tag guessing stuff to the RMB menu. CCMAIL:61182-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=241178
-
Scott Wheeler authored
before removing the ones that the user has asked to delete. svn path=/trunk/kdemultimedia/juk/; revision=241102
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=241098
-
Scott Wheeler authored
kind of work. Outstanding issues: *) They aren't saved and restored properly *) The "more" and "fewer" buttons in the dialog don't do anything *) The stuff for marking a playlist "dirty" isn't really working so the search might not be updated when the data in the collection list changes But this all will follow shortly. CCMAIL:55524-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=241062
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=241058
-
Scott Wheeler authored
when executed. The last step will come soon when a SearchPlaylist is created by the PlaylistSplitter using this search. svn path=/trunk/kdemultimedia/juk/; revision=241056
-
- 04 Aug, 2003 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=240931
-
Scott Wheeler authored
over hacks to make it work with 3.1 libs. svn path=/trunk/kdemultimedia/juk/; revision=240929
-
- 03 Aug, 2003 5 commits
-
-
Nadeem Hasan authored
svn path=/trunk/kdemultimedia/juk/; revision=240842
-
Nadeem Hasan authored
* Small optimization svn path=/trunk/kdemultimedia/juk/; revision=240833
-
Scott Wheeler authored
will come. svn path=/trunk/kdemultimedia/juk/; revision=240635
-
Scott Wheeler authored
last commit; all should work now again. svn path=/trunk/kdemultimedia/juk/; revision=240634
-
Scott Wheeler authored
you check to make sure that I didn't leave anything out (that needs to be there)? === from the mail with the patch === The following issues are corected: - files moved in a lists always get moved below an item dropped on, but the ui shows insertion marks above when moving above the upper half of an item. - files dropped or pasted at a specific position in a playlist get added on top - new items get always added at top of a playlist. It should be better to add them at the end, especially if someone adds items to a playing list. - multiple items get added in reversed order. Detailed changes: - insert before an item when dropping on the upper half of an item. - Playlist signalFilesDroped, decode and PlaylistSplitter slotAddToPlaylist, addImpl are extended by the item after which the files should be added. - The slotAddToPlaylist method without insert position now add items at the end of a list. - remove decode method from CollectionList, it's duplicated from Playlist. CCMAIL:hel@admin.de svn path=/trunk/kdemultimedia/juk/; revision=240632
-
- 01 Aug, 2003 2 commits
-
-
Scott Wheeler authored
be reused here. svn path=/trunk/kdemultimedia/juk/; revision=240321
-
Scott Wheeler authored
SearchWidget, but it also contains a SearchLine. SearchLine operates on a PlaylistSearch::Component in the same way that SearchWidget operates on PlaylistSearch, so this adheres to that method of splitting things up. I can also reuse the SearchLine in my implementation of the more advanced search widget which I comitted the first parts of last night. svn path=/trunk/kdemultimedia/juk/; revision=240319
-
- 31 Jul, 2003 1 commit
-
-
Scott Wheeler authored
This doesn't actually do anything yet, but gets the layout right... svn path=/trunk/kdemultimedia/juk/; revision=240135
-
- 30 Jul, 2003 2 commits
-
-
Scott Wheeler authored
kdelibs today to make it possible to show the list of items being removed, but that code is currently #if 0'ed to give people a few days to update libs. CCMAIL:61787-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=240074
-
Scott Wheeler authored
commit. I cleaned up the API but missed a few SIGNAL/SLOT connections. Also the case statement was missing the break statements. svn path=/trunk/kdemultimedia/juk/; revision=239950
-
- 29 Jul, 2003 2 commits
-
-
Scott Wheeler authored
in the API as I went along. svn path=/trunk/kdemultimedia/juk/; revision=239948
-
Scott Wheeler authored
PlaylistSearch::Component and use the ContainsWord mode for building the tree view. CCMAIL:59269-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=239801
-
- 28 Jul, 2003 5 commits
-
-
Nadeem Hasan authored
svn path=/trunk/kdemultimedia/juk/; revision=239771
-
Scott Wheeler authored
do some other small cleanups while I was in there. CCMAIL:hel@admin.de svn path=/trunk/kdemultimedia/juk/; revision=239762
-
Scott Wheeler authored
the code to show the bitrate, length and file name in the tag editor. This puts it back. CCMAIL:hel@admin.de svn path=/trunk/kdemultimedia/juk/; revision=239756
-
Nadeem Hasan authored
svn path=/trunk/kdemultimedia/juk/; revision=239747
-
Nadeem Hasan authored
svn path=/trunk/kdemultimedia/juk/; revision=239730
-