1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made the comboboxes readonly More... about 23 years ago
Added a comment in ClameSoundTranslator More... about 23 years ago
Added a comment in ClameSoundTranslator More... about 23 years ago
Updated backend/TODO More... about 23 years ago
Updated backend/TODO More... about 23 years ago
Added a frontend dialog for setting ogg/vorbis compression parameters More... about 23 years ago
Added a frontend dialog for setting ogg/vorbis compression parameters More... about 23 years ago
Added a comment in the Features.txt document about supporting mp3 More... about 23 years ago
Added a comment in the Features.txt document about supporting mp3 More... about 23 years ago
Removed globals, gRecordDialog and gNewSoundDialog by making them data members in CFrontendHooks More... about 23 years ago
Removed globals, gRecordDialog and gNewSoundDialog by making them data members in CFrontendHooks More... about 23 years ago
Changed the return type of ASoundTranslator::onSaveSound (and ASoundTranslator::saveSound) so it could return false if the save was bailed on user intervetion (via a questionable save or later maybe a cancel) More... about 23 years ago
Changed the return type of ASoundTranslator::onSaveSound (and ASoundTranslator::saveSound) so it could return false if the save was bailed on user intervetion (via a questionable save or later maybe a cancel) Made ClameSoundTranslator ask the user to proceed if cues or user notes are present More... about 23 years ago
Added mp3 support if lame is installed on the system and can be found in $PATH More... about 23 years ago
Added mp3 support if lame is installed on the system and can be found in $PATH I tried to use lame's library API, but it's not docmented, so opening a pipe to the process was easier. Still yet to do is perhaps use ID3 tag support to save cues and user notes. If I can get lame to output the ID3 tags on decode and somehow be able to add ID3 tags on encode, then it should be possible I still need to have it prompt the user on encode to ask for compression parameters. More... about 23 years ago
Added a possible TODO More... about 23 years ago
Added a possible TODO More... about 23 years ago
Fixed a booboo More... about 23 years ago
Fixed a booboo More... about 23 years ago
Moved All Files(*) from the second item in the file dialogs to the last item More... about 23 years ago
Moved All Files(*) from the second item in the file dialogs to the last item More... about 23 years ago
Moved the setting of sound->setIsModified(false) from the derived SoundTranslator classes to the base class Moved .wav before .aiff in ClibaudiofileSoundTranslator More... about 23 years ago
Moved the setting of sound->setIsModified(false) from the derived SoundTranslator classes to the base class More... about 23 years ago
Updated the release TODO doc More... about 23 years ago
Updated the release TODO doc More... about 23 years ago
Added this script which creates a standalone binary pacakge for x86 linux.. Perhaps I will be expanded for other platforms later More... about 23 years ago
Added this script which creates a standalone binary pacakge for x86 linux.. Perhaps I will be expanded for other platforms later More... about 23 years ago
minor More... about 23 years ago
minor More... about 23 years ago
Added version checks for cue and misc data support in ClibaudiofileSoundTranslator.cpp although the changes haven't been made in cvs yet... but I'm hoping they will soon More... about 23 years ago