0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start up fast again. I fixed the regression and cache-integrity checking should now be back in the event loop. I also did a bit more checking while I was having fun with strace and now JuK *really* doesn't stat things until it needs them. More... over 21 years ago
Write the cache to a temporary cache first and then move that over the stored one. This should reduce the liklihood of corrupted caches. More... over 21 years ago
Commenting this out of the GUI for now. If nobody flames me I'll actually remove the code at some point in the future too. I don't think anyone is actually using this... More... over 21 years ago
Shuffling "Settings" items. More... over 21 years ago
Make it paint like it did when it was still a list box. If some want it I can add in a third mode for the "big icon on the left and wrapped text". More... over 21 years ago
Add a "compact" view mode to the PlaylistBox. More... over 21 years ago
Just for danimo: moved the painting code from ListBox to PlaylistBox, i.e. de-uglified the KListView painting... More... over 21 years ago
shuffles and removing stuff that's no longer used More... over 21 years ago
Switched the base class of the PlaylistBox from KListBox to KListView in preparation for further changes. I still need to override the painting code but that will happen tomorrow. More... over 21 years ago
Don't crash on play if an item hasn't been selected yet. Patch from Craig Howard. More... over 21 years ago
RMB selects the item. Fixed up a couple of things involving making sure that an item is always selected... More... over 21 years ago
Added a new method for creating new PlaylistItems that are copies of other playlist items More... over 21 years ago
These files aren't used anymore. More... over 21 years ago
- Build on 3.1.1a libs as well (and please keep the header files sorted)
frerich
as Frerich Raabe
More... almost 22 years ago
Make it possible to select multiple lists and merge them on the fly. More... almost 22 years ago
build More... almost 22 years ago
- 80% of the "Rename & Move files based on tag information" thing. Lacks a configuration dialog. Currently the KAction in juk.cpp is commented out so that the merkin doesn't get anal about stuff which does not work yet. Also, there's a return in FileRenamer::moveFile() because I don't trust it yet.
frerich
as Frerich Raabe
More... almost 22 years ago
Forgot to actually add the variable name a few times. More... almost 22 years ago
Adjusting datadir for use with unsermake. More... almost 22 years ago
Don't set the visible playlist if it's already on top. More... almost 22 years ago
Making it possible to restrict the search based on a set of columns. More... almost 22 years ago
Ah, there's the right way. Someone committed the explanation of how this works to the API docs after I last generated them at home. :-) More... almost 22 years ago
Oops, forgot to add the files. Also fixed random play when search is enabled. Ok, while there's still work to do / features to add, I think this fulfills it can now be said that "quicksearch" is working, so I'm closing that bug report. More... almost 22 years ago
CVS_SILENT missed this More... almost 22 years ago
Added the frontend to the search class that I committed earlier. Wow, that worked on the first try. ;-) Now adding the first version of the dialog. More features will come shortly, but this version is based on the work of Richard Laerkaeng, and that's enough for tonight [passes out]. More... almost 22 years ago
Adding the first parts of playlist search. This is just the backend so far and there's room for optimization, but this at least is the beginnings of an API. More... almost 22 years ago
Forgot that now I have to check for isEmpty() before calling first(). Also cleaned up the TagEditor code a little bit. More... almost 22 years ago
Switched PlaylistItemList from QPtrList<PlaylistItem> to QValueList<PlaylistItem *> and added a typedef for PlaylistList. More... almost 22 years ago
Silly mistake. More... almost 22 years ago
- Better refresh the fileinfo item as well
frerich
as Frerich Raabe
More... almost 22 years ago