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 112 of 113
Search / Filter on:
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".
Scott Wheeler
More...
over 22 years ago
Redid the indenting in everything using the kdesdk Emacs script.
Scott Wheeler
More...
over 22 years ago
Implemented the JuK::deleteFile() slot so that JuK can delete files (and lists of files).
Scott Wheeler
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.
Scott Wheeler
More...
over 22 years ago
Overrode KListView::selectedItems() to return a QPtrList<FileListItem> and made the appropriate changes to make use of this.
Scott Wheeler
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.
Scott Wheeler
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.
Scott Wheeler
More...
over 22 years ago
Lots of code cleaned up. Fixed a memory leak. Moved to using references as opposed to pointers where appropriate.
Scott Wheeler
More...
over 22 years ago
Added a dataChanged() signal to filelist and implemented the needed changes in FileListItem to accomodate that.
Scott Wheeler
More...
over 22 years ago
Changed FileListItem to require a FileList as it's parent (in the constructors).
Scott Wheeler
More...
over 22 years ago
Added the ability to remove things from the playlist.
Scott Wheeler
More...
over 22 years ago
Modified the API for FileListItemData -- this had somewhat recusive effects
Scott Wheeler
More...
over 22 years ago
Added code to allow the interface to be updated while loading a list of files.
Scott Wheeler
More...
over 22 years ago
Removed the destroyed() signal and calls to it. Also cleared out a couple of stale data member pointers.
Scott Wheeler
More...
almost 23 years ago
I've gotten through most of the process of centralizing data in the FileListItemData class. More commits to come.
Scott Wheeler
More...
almost 23 years ago
Renamed MPEGHeader to AudioData and renamed the source files accordingly.
Scott Wheeler
More...
almost 23 years ago
Just updating all of the build files to the ones that KDevelop generated.
Scott Wheeler
More...
almost 23 years ago
Enable/disable actions when switching between the tagger and playlist.
Scott Wheeler
More...
almost 23 years ago
Restart the playTimer after a file is un-paused.
Scott Wheeler
More...
almost 23 years ago
Made length and bitrate fields read only.
Scott Wheeler
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.
Scott Wheeler
More...
almost 23 years ago
Removed another Gimp-ism from the initial import.
Scott Wheeler
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.
Scott Wheeler
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.
Scott Wheeler
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.
Scott Wheeler
More...
almost 23 years ago
Fixed another (the last) memory leak.
Scott Wheeler
More...
almost 23 years ago
Fixed a memory leak.
Scott Wheeler
More...
almost 23 years ago
Fixed memory leaks related to assigning a char * to a QString while reading tag information.
Scott Wheeler
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.
Scott Wheeler
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.
Scott Wheeler
More...
almost 23 years ago
←
1
2
…
105
106
107
108
109
110
111
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