- 05 Aug, 2003 2 commits
-
-
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 2 commits
-
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=239013
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=239009
-
- 24 Jul, 2003 2 commits
-
-
Scott Wheeler authored
CCMAIL:helio@conectiva.com.br svn path=/trunk/kdemultimedia/juk/; revision=238978
-
Scott Wheeler authored
this was causing dynamically generated playlists to be saved and restored. svn path=/trunk/kdemultimedia/juk/; revision=238909
-
- 23 Jul, 2003 3 commits
-
-
Scott Wheeler authored
and there were some code paths that weren't being called because of this. Fixed the errors that this uncovered including returning proper values from DynamicPlaylist::items() and SearchPlaylist::items(). Previously it was returning the set of "matched" items from the component playlists rather than the actual displayed items in the playlist. This also makes it possible to have a DynamicPlaylist composed of search playlists, which was the problem that lead to the discovery of the issues above. svn path=/trunk/kdemultimedia/juk/; revision=238884
-
Scott Wheeler authored
reduces the number of API methods and makes it more extensible. svn path=/trunk/kdemultimedia/juk/; revision=238825
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=238802
-
- 22 Jul, 2003 2 commits
-
-
Scott Wheeler authored
report requests, but has similar functionality. This combined with searches should do the trick. CCMAIL:56615-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=238681
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=238669
-
- 21 Jul, 2003 1 commit
-
-
Scott Wheeler authored
by emiting a signal when the collection item is inserted. CCMAIL:60386-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=238454
-
- 18 Jul, 2003 2 commits
-
-
Scott Wheeler authored
The GUI isn't pretty, but at least it doesn't do bad things on low resolutions anymore. CCMAIL:59674-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=237796
-
Scott Wheeler authored
I'm closing the "crash on startup" bug since this should fix things. CCMAIL:56733-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=237726
-
- 16 Jul, 2003 1 commit
-
-
Scott Wheeler authored
cancel creating a playlist. svn path=/trunk/kdemultimedia/juk/; revision=237516
-