openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
JuK
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 101 of 113
Search / Filter on:
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.
Scott Wheeler
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.
Scott Wheeler
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...
Scott Wheeler
More...
over 21 years ago
Shuffling "Settings" items.
Stephan Binner
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".
Scott Wheeler
More...
over 21 years ago
Add a "compact" view mode to the PlaylistBox.
Scott Wheeler
More...
over 21 years ago
Just for danimo: moved the painting code from ListBox to PlaylistBox, i.e. de-uglified the KListView painting...
Scott Wheeler
More...
over 21 years ago
shuffles and removing stuff that's no longer used
Scott Wheeler
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.
Scott Wheeler
More...
over 21 years ago
Don't crash on play if an item hasn't been selected yet. Patch from Craig Howard.
Scott Wheeler
More...
over 21 years ago
RMB selects the item. Fixed up a couple of things involving making sure that an item is always selected...
Scott Wheeler
More...
over 21 years ago
Added a new method for creating new PlaylistItems that are copies of other playlist items
Scott Wheeler
More...
over 21 years ago
These files aren't used anymore.
Scott Wheeler
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.
Scott Wheeler
More...
almost 22 years ago
build
Scott Wheeler
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.
Scott Wheeler
More...
almost 22 years ago
Adjusting datadir for use with unsermake.
Arnold Krille
More...
almost 22 years ago
Don't set the visible playlist if it's already on top.
Scott Wheeler
More...
almost 22 years ago
Making it possible to restrict the search based on a set of columns.
Scott Wheeler
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. :-)
Scott Wheeler
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.
Scott Wheeler
More...
almost 22 years ago
CVS_SILENT missed this
Scott Wheeler
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].
Scott Wheeler
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.
Scott Wheeler
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.
Scott Wheeler
More...
almost 22 years ago
Switched PlaylistItemList from QPtrList<PlaylistItem> to QValueList<PlaylistItem *> and added a typedef for PlaylistList.
Scott Wheeler
More...
almost 22 years ago
Silly mistake.
Zack Rusin
More...
almost 22 years ago
- Better refresh the fileinfo item as well
frerich
as Frerich Raabe
More...
almost 22 years ago
←
1
2
…
97
98
99
100
101
102
103
104
105
…
112
113
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree