|
|
|
|
Changelog for kwave-0.9.0-55.12.x86_64.rpm :
* Fri Sep 03 2021 Wolfgang Bauer - Build with gcc7 on Tumbleweed, it fails to build with the default gcc11 * Wed Feb 19 2020 Wolfgang Bauer - Extend the conditional for \"BuildRequires: rsvg-convert\" to cover Leap 15.2 as well, it has a newer librsvg * Wed Oct 23 2019 Wolfgang Bauer - BuildRequire rsvg-convert instead of rsvg-view on Factory to fix build, the package has been renamed * Tue Jun 20 2017 wbauerAATTtmo.at- enable mp3 support * Tue Jun 21 2016 wbauerAATTtmo.at- Add cmake3.4.patch to fix build with newer cmake- Add fix-memleak.patch to fix a memory leak * Mon Jun 15 2015 asterios.dramisAATTgmail.com- Update to 0.9.0: * first version hosted on KDE (kdereview) and SourceForge * added command line parameter for selecting the GUI type * in MDI mode: new menu entry + function to arrange sub windows vertically * handbook: added text command reference * handbook: added plugin reference * enabled the \"Help\" buttons of all plugins and let them open the corresponding section in the handbook * make system: new target \"update-handbook\" (updates command, file info and plugin cross references) * make system: fixed dependency problem in translation * new commands: \"window:sendkey\", \"window:screenshot\", \"window:close\" and \"window:resize\" * built-in variable ${LANG} for kwave commands * support for delayed command execution * debug plugin: always compiled in, but only visible in debug build * new command sync(): wait for commands scheduled with delayed * bugfix: exporting a mono file as MP3 produced a stereo MP3 file * MP3: emphasis, copyrighted, original got lost during save/load * file info dialog: MPEG settings were not handled properly * bugfix: assert/numeric overflow in selectnextlabels() at end of file * new plugin: stringenter * bugfix: minimized windows were not migrated properly when switching GUI type * new command: window:minimize * bugfix: missing range check in noise generator (when used per script) * bugfix: saveblocks plugin did not work when omitting file extension * saveblocks plugin: use escaped strings for storing settings instead of base64 From 0.8.99-2: * bugfix: wrong sub window mode when switching to tab mode when having only one sub window (workaround for bug in Qt) * bugfix: recording did not work in MDI and Tab mode (wrong file context) * bugfix: fixed passing a text command as first command line parameter * new commands: delayed, window:click, window:sendkey, window:close, window:resize, window:screenshot From 0.8.99: * GUI: implemented SDI, MDI and Tab GUI modes * bugfix: deadlock in class Track * bugfix: segfault during shutdown of logger * bugfix: segfault when unloading plugins (on some systems) * bugfix: \"zoom to selection\" was not disabled if nothing was selected * bugfix: toolbar buttons for cut/copy/erase/delete did not properly get enabled/disabled on change of selection * bugfix: overview widget did not properly refresh after deleting all tracks * bugfix: assert in vorbis decoder when opening file with bitrate -1 * menu subsystem: added support for lists within a menu * menu subsystem: show/hide toplevel menu entries * menu subsystem: added support for exclusive selection (radio buttons) * menu subsystem: let KDE chose shortcuts automatically * added menu entry to clear \"recently opened files\" list * implemented URL scheme for passing text commands from the command line example: kwave --iconic --disable-splashscreen test.wav \\ kwave:plugin%3Aexecute?normalize \\ kwave:save \\ kwave:quit * using perl scripts creating for i18n from menus.config and for getting entries from lsm files, no longer need awk, sort, uniq * creating menu translation template directly per perl script instead of generated dummy cpp file (requires \"msgcat\") * menu translations: assign a context to each menu entry * bugfix: division through zero on ogg files with invalid bitrate info * manual: added section about GUI types * i18n: translations were missing in kwave.desktop- Removed unneeded build requirement kde4-l10n-devel. * Sat Jul 12 2014 asterios.dramisAATTgmail.com- Update to 0.8.12: * recording via PulseAudio, by Joerg-Christan Boehme * bugfix: \"Close\" button of the record dialog did not save settings * bugfix: amplify free plugin: untranslated action names in progress bar * bugfix: sonagram plugin did not honor the windowing function parameter * bugfix: coherency problems in overview cache * bugfix: metadata got lost after cut/undo/redo * bugfix: save/as check against overwriting existing files failed * bugfix: undo/redo did not work after recording * bugfix: signal was \"modified\" after canceled record (empty) / done * bugfix: wrong calculation of zoom and window geometry at startup * bugfix: wrong scaling of overview in sonagram window * bugfix: playback pointer did not update synchronously across tracks * bugfix: brought back support for optimized memcpy (from xine-lib) * updated memcpy.c + cpu detection, including AVX assembler support * new command line option: \"--logfile=\" for logging to a file * brought back the horizontal scroll bar * support for swap files to store undo data * speedup: too many copy-on-write operations, use more const data * improved robustness against out of memory situations * memory manager: added statistics for debugging * memory settings: only use up to 25% of process address space * internal cleanups: renamed openSampleReader -> openReader, fixed signature of Signal/SignalManager::openWriter * speedup: use stripe list instead of raw data for saving undo data * debug plugin: added functions \"labels_at_stripes\", \"sawtooth_verify\" and \"dump_metadata\" * automatic defragmentation of stripes * sonagram plugin: use Qt Concurrent framework -> more than factor 40 faster on a quad core cpu * got rid of KDE ThreadWeaver, replaced with Qt Concurrent framework * debug plugin: added function \"fm_sweep\" * workaround for broken WAV files with zeroed fact chunk * fixed many 32/64 bit issues * new build target \"make wrapper\": creates a wrapper script to start Kwave for test/debug purpose * new build target \"make dep\": creates a binary debian package (for personal use and testing purposes) * mouse wheel + Ctrl: zoom in/out aligns signal to mouse position * record plugin: level meter is always enabled, simplified dialog * PulseAudio playback: fixed wrong timeout calculation * requires at least Qt-4.7 + FLAC-1.2.0 * Sun Dec 01 2013 asterios.dramisAATTgmail.com- Update to 0.8.11: * added spanish translation, provided by Carlos R. * bugfix: file names were not properly escaped in context of file/open, file/openrecent and drag&drop * bugfix: saveblocks() did not abort properly when pressing cancel * unclean shutdown of the file progress dialog when saving * noise plugin: add noise (mix) instead of overwrite, with adjustable level in percent or dB * pause button: change tooltip to \"continue\" if paused * new command line option: \"--disable-splashscreen\" * new command line option: \"--iconic\" to start minimized * fixed quoting errors in CMakeLists.txt (cmake-2.8.12 complained) * bugfix: ASCII encoder: escape special characters in meta data * implementation of ASCII import * memory settings: raised default memory limits * bugfix: crash in file info dialog / auto generate keywords * MP3 plugin: use ID3 tag TSSE for software version * ASCII codec: implemented support for labels * Fri Apr 19 2013 asterios.dramisAATTgmail.com- Use rsvg-view (which is preferred) instead of ImageMagick for building the documentation (http://sourceforge.net/p/kwave/bugs/38/). Fixes compilation in Factory. * Sat Feb 23 2013 asterios.dramisAATTgmail.com- Update to 0.8.10: * file name cleanup: removed \"Kwave\" prefix * bugfix: added range checks for track selection commands * reverted changes in sample writer due to problems in debug mode (commits ee54660d4380d264b7346a904eff9dd8d8d00a93 and 6fba04db879ea7ae1fdf79141dd93d47f9c1d403) * bugfix: unwanted termination if splash screen closed while the first toplevel widget still was starting up * moved code into namespace \"Kwave\" * cleanup: remove support for outdated FLAC API versions below 1.1.3 * removed unused code: libkwave/FileFormat. * * renamed source files with \"Kwave\" in the name * added subsystem prefix to inclusion of Qt header files * using bit types from qt (e.g. u_int32_t => quint32) * compile with DQT_NO_CAST_TO_ASCII and QT_NO_CAST_FROM_ASCII * bugfix: recording via OSS did not handle invalid devices properly * improved auto detect of svg-to-png conversion, added support for \"rsvg-convert\" (SF bug #38) * removed dependency to ImageMagick if \"rsvg\" is available * replaced libkwave/byteswap.h with generic Qt functions * replaced some Qt classes with their KDE equivalent: KLineEdit, KComboBox, KDialogButtonBox, KPushButton, KTabWidget, KTextEdit * using KDE standard buttons in dialogs * simplified plugin loading mechanism, do load/unload only at start/end of the program * delete plugin settings of old versions when detected * using QLibrary instead of functions from libdl * bugfix: shutdown sequence was incomplete * bugfix: keyboard shortcut for first menu entry did not work * bugfix: ambiguous keyboard shortscut for \"File/New Window\" * bugfix: undo of \"modify label\" caused loss of other labels * bugfix: use timeout for phonon playback, to avoid hang on unusable devices * using klocale for formating numbers of samples * added common base class for all codec plugins * reduced quality level of sample rate converter from \"best\" to \"medium\", to improve speed * refactored playback handling (controller vs. plugin) * workaround for bug in Phonon: no device names available in first call to Phonon::BackendCapabilities::availableAudioOutputDevices() * moved playback test into worker thread, for better GUI responsiveness * Phonon playback: changed to own mainloop with timeout support to avoid application hang on broken audio devices * bugfix: data loss in sample rate converter when processing streams * vorbis encoder: call to deprecated API (now use OV_ECTL_RATEMANAGE2_SET) * using estimated length for streaming file formats without length info * made sample rate conversion (libsamplerate) mandantory * increased default memory sizes * added toolbar buttons for \"File/SaveAs\" and \"File/Close\" * reordered toolbars- Added libopus-devel build requirement for openSUSE > 12.2.
|
|
|