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
Fixed a couple of *silly* bugs where I used the "tagger" instead of the "playlist". More... over 22 years ago
Redid the indenting in everything using the kdesdk Emacs script. More... over 22 years ago
Implemented the JuK::deleteFile() slot so that JuK can delete files (and lists of files). More... over 22 years ago
Finished up prompting (and actually saving now, if desired) to save a file if a user makes changes to it. More... over 22 years ago
Overrode KListView::selectedItems() to return a QPtrList<FileListItem> and made the appropriate changes to make use of this. More... over 22 years ago
JuK now does QTagger-style listing of artist and albums currently in the list view and I've started on the code to prompt to save a file if you've modified it and moved to another item. More... over 22 years ago
Added QStringLists artistList and albumList to FileList and accessor fucntions. These will later be used by FileListItem to maintain a list of artists and albums present in their lists. Specifically this will be used in the combo boxes in TaggerWidget. More... over 22 years ago
Lots of code cleaned up. Fixed a memory leak. Moved to using references as opposed to pointers where appropriate. More... over 22 years ago
Added a dataChanged() signal to filelist and implemented the needed changes in FileListItem to accomodate that. More... over 22 years ago
Changed FileListItem to require a FileList as it's parent (in the constructors). More... over 22 years ago
Added the ability to remove things from the playlist. More... over 22 years ago
Modified the API for FileListItemData -- this had somewhat recusive effects More... over 22 years ago
Added code to allow the interface to be updated while loading a list of files. More... over 22 years ago
Removed the destroyed() signal and calls to it. Also cleared out a couple of stale data member pointers. More... almost 23 years ago
I've gotten through most of the process of centralizing data in the FileListItemData class. More commits to come. More... almost 23 years ago
Renamed MPEGHeader to AudioData and renamed the source files accordingly. More... almost 23 years ago
Just updating all of the build files to the ones that KDevelop generated. More... almost 23 years ago
Enable/disable actions when switching between the tagger and playlist. More... almost 23 years ago
Restart the playTimer after a file is un-paused. More... almost 23 years ago
Made length and bitrate fields read only. More... almost 23 years ago
Fixed the interface bug of the focus starting out on the volume control and removed the getSelectedItem() method from TaggerWidget. More... almost 23 years ago
Removed another Gimp-ism from the initial import. More... almost 23 years ago
Fixed restoring from a pause (broken by last commit) added empty functions to be used with "enqueue and play" from the tagger and removed some images that Gimp snuck in at the initial import. More... almost 23 years ago
Quick fix in JuK::playItem() to make it stop the file if it is paused before starting a new one. More... almost 23 years ago
The playlist is working now. There are still many details that need to be added, such as loading m3u files and handling proper sorting and insertion to the playlist (where they differ from the tagger list), but that will follow soon. More... almost 23 years ago
Fixed another (the last) memory leak. More... almost 23 years ago
Fixed a memory leak. More... almost 23 years ago
Fixed memory leaks related to assigning a char * to a QString while reading tag information. More... almost 23 years ago
Got the "add to playlist" working the way that it should. This involved adding some properties (ok, a lot of properties) to FileListItem, but it does nice things now like allowing parent and sibling relationships to other FileListItems. This comes in handy because this means that now when a tag is updated in the tagger the changes update the entry in the playlist through a sibling relationship. More... almost 23 years ago
Switched FileListItem to also be based on QFileInfo, rather than having a QFileInfo member. Also I began work on allowing FileListItems to be added to a FileList by the add() and append() members. More... almost 23 years ago