0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Convert the track changes "area" into a real button. Fix for bug #598053. More... over 21 years ago
Fix for bug #585036. New id3lib needs zlib... More... over 21 years ago
Add a "clear" button that will empty the queue. It's only enabled when the "Up Next" JLV_Page is displayed. More... almost 22 years ago
add emacs formatting specification More... almost 22 years ago
Lots of dialog sizing stuff for the JukeListViewer. It will *usually* cap it's width and height to stay on screen. And if you hit the [new] refresh button after moving the window, it will resize if it can. More... almost 22 years ago
Futz with the tracknum up front. It sometimes comes in as N/M when there is a specification of how many tracks are on the disk. Also, move the optional "0" prefixing up here, so all the tracknum fiddling is done in the same place. More... almost 22 years ago
BSD/OS sox doesn't have an ossdsp type. Do wav with vplay, and come back for the others later, if we care to... More... almost 22 years ago
Add a Rating column to the Up Next queue in the list viewer More... about 22 years ago
- Fix a minor bug where updating a 'Track' rule wouldn't cause a change in the display - Cause the up_next list to be iterated, and all tuneinfo's in it to be checked against current rules; everytime a rule is changed. This will cause the up_next queue to have the right rating value in list_viewer... More... about 22 years ago
Oops! Bug. Why didn't the complier complain to me about this?!? More... about 22 years ago
Remove generally worthless debugging otuput More... about 22 years ago
Rearrangement of a few things. Also, add some calls to cause a column to be resized to it's "optimum" when it's sorted. This will allow it to grow to be large enough to house the "sort" icon, if it needs to. More... about 22 years ago
Add a new page to the list viewer for queued ("Up Next") tracks. Also, fix a bug that prevented the "hide track numbers" radio button from being immediately effective when a sort wasn't in effect. More... about 22 years ago
Fix for bug #492033 More... over 22 years ago
Minor improvements to the list_viewer. I think it's still leaking the memory from the ColTitles; but my attempt to clean that up failed. I don't know why. If anyone finds the reason those get_widget calls in JLV_Page::~JLV_Page return NULL, please tell me. More... over 22 years ago
Fix for bug #487666. There is #if 0'd code in the JLV_Page destructor that is documented to work, and likely a better way to do it, but is not implemented in gtk-- up through v1.2.8. I hope they'll fix that... Until then, the other code should work... More... over 22 years ago
Fix an unreported bug where when you click the checkbutton, the list gets redisplayed in an unsorted manner, but the pixmap indicating sort is still displayed. It now will re-sort to match the previously selected sort column and direction. More... over 22 years ago
Type-fixing to big bug #466267 More... over 22 years ago
Fix for bug #474230: only display info about new rule when there isn't another rule that is the one affecting the current track. More... over 22 years ago
Fix a few more compile warnings I missed before, because they were inside of the HAS_ID3 code... More... over 22 years ago
Have the pre-processor assemble the string "??-" so that it isn't interpreted as a trigraph. Bleah... More... over 22 years ago
In response to bug #475120: fix up lots (all) of warnings when compiling with -Wall... More... over 22 years ago
Patch from djm; w3juke bug #478377 More... over 22 years ago
Gtk::Notebook::append_page() is depricated. We now use pages().push_back() and Gtk::Notebook_Helpers::TabElem, which also allows us to not have to construct Label widgets. It's done internally to TabElem. More... over 22 years ago
Change the allocation order of the JLV_Page's so they match the order that they're packed into the notebook. This should make mapping notebook pages to JLV_Page objects much easier... More... over 22 years ago
Fix for bug #470425: added icons that are displayed in JukeListViewer to indicate direction (and presence) of sort. Also implemented a ColTitle widget that is used in the CList title buttons for the JLV_Page CList's. Generally improve memory handling and reduce (but not eliminate) leaks in the JLV code. More... over 22 years ago
Fix up some memory leaks... More... over 22 years ago
Fixes for bugs #470427 & #470428: Add a CheckButton to control display of track number prefixes to the track name in JukeListViewer; also improve sorting so that numerics sort numerically More... over 22 years ago
Remove a couple of places where I was needlessly using gtkobj() More... over 22 years ago
Cool. I found a way to have NormalJukeControls::do_activate_type only process it's contained logic for the button being activated, rather than both it and the button being de-activated... More... over 22 years ago