- 09 Aug, 2003 2 commits
-
-
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 9 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
-
Nadeem Hasan authored
svn path=/trunk/kdemultimedia/juk/; revision=239675
-
Nadeem Hasan authored
* Use a bigger pixmap for dragging. * Show column name in the "Edit..." menu item in playlist context menu. svn path=/trunk/kdemultimedia/juk/; revision=239674
-
Nadeem Hasan authored
* Style guide fix svn path=/trunk/kdemultimedia/juk/; revision=239658
-
Nadeem Hasan authored
svn path=/trunk/kdemultimedia/juk/; revision=239656
-
- 27 Jul, 2003 2 commits
-
-
Wilco Greven authored
Let's hope QValueList gets a reverse iterator soon, so reverse iterating can be done more elegantly. svn path=/trunk/kdemultimedia/juk/; revision=239524
-
Nadeem Hasan authored
svn path=/trunk/kdemultimedia/juk/; revision=239502
-
- 25 Jul, 2003 1 commit
-
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=239013
-