summaryrefslogtreecommitdiffstats
path: root/tderadio3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tderadio3/ChangeLog')
-rw-r--r--tderadio3/ChangeLog58
1 files changed, 29 insertions, 29 deletions
diff --git a/tderadio3/ChangeLog b/tderadio3/ChangeLog
index 8906d53..222e9c1 100644
--- a/tderadio3/ChangeLog
+++ b/tderadio3/ChangeLog
@@ -13,8 +13,8 @@
2006-11-11
- emw - switched kradio repository to SVN
- - changed directory structure for kradio3/src
+ emw - switched tderadio repository to SVN
+ - changed directory structure for tderadio3/src
2006-11-10
@@ -75,7 +75,7 @@
e.g. when station name was typed
- fixed enabling/disabling of up/down buttons in station list
configuration dialog
- - added recording indicator for kradio icon, e.g. used in
+ - added recording indicator for tderadio icon, e.g. used in
docking menu
2006-09-18
@@ -102,7 +102,7 @@
2005-11-28
- emw - fixed typo in include hint in kradio3/src/libkradio-gui/stationselector-ui.ui
+ emw - fixed typo in include hint in tderadio3/src/libtderadio-gui/stationselector-ui.ui
2005-11-27
@@ -127,7 +127,7 @@
emw - FIX: modifications of stations failed. Was a faulty != / ==
operator in StationList class.
- - FIX: saveState was not called if kradio was closed by kde
+ - FIX: saveState was not called if tderadio was closed by kde
session exit
- FIX: use current time for new alarms
- FIX: reduced caption length for config dialog, error log
@@ -191,7 +191,7 @@
2005-08-12 (1.0beta2)
emw - fix for --enable-final
- - partial fix for renamed icon kradio-zzz.png to kradio_zzz.png
+ - partial fix for renamed icon tderadio-zzz.png to tderadio_zzz.png
- small GUI improvements for pause and sleep buttons
2005-08-09
@@ -201,14 +201,14 @@
2005-07-29
- mcamen - do not install libkradio-interfaces; use a convinience
+ mcamen - do not install libtderadio-interfaces; use a convinience
lib instead
2005-07-28
mcamen - resorted src/Makefile.am to make the linker happy
- use unversioned libs for the plugins
- - link all plugins with libkradio.la
+ - link all plugins with libtderadio.la
- rename dev_urandom in radio-stations/radiostation.cpp
(namespace pollution, --enable-final fix)
@@ -243,7 +243,7 @@
scheduled recording
- auto power-on if recording starts
- mcamen - centralize version definition via src/kradioversion.h
+ mcamen - centralize version definition via src/tderadioversion.h
2005-05-21
@@ -261,7 +261,7 @@
- fixed problem with notification about soundstreamid creation (v4lradio)
- fixed ampersand handling of station names in gui-docking-menu
- renamed libraries in src, now we have a consistent prefix:
- libkradio-*
+ libtderadio-*
- consistency fixes for some plugins: member function
name(), call of inherited notice(dis)connected
- config->sync() call to TDERadioApp::saveState
@@ -278,7 +278,7 @@
mcamen - got rid auf the outdated KDevelop buildsystem
- got rid of the admin dir
- - renamed kradio subdir to src
+ - renamed tderadio subdir to src
- renamed and moved some icons to src/icons according to the
freedeskto.org (fdo) icon theme specification
- rewrote Makefiles.am files to take adavantage of the KDE CVS
@@ -301,7 +301,7 @@
- enable multiple "instances":
We have now a (very simple) method to play more
than one radio source at once: Set the configuration
- variable in kradiorc "instances" to the required value.
+ variable in tderadiorc "instances" to the required value.
- cleanup IErrorLog usage
- use threading for recording/encoding
- fix several annoyances in configuration dialog, such as
@@ -318,7 +318,7 @@
- recording: replaced QSocketNotifier by polling/nonblocking
IO with QTimer. Some sound drivers do not support select()
- fixed nebulous recording error logging/reporting
- - fix of kradio.pot generation
+ - fix of tderadio.pot generation
- Use TDEListView for radio stations instead of TDEListBox
- removed dependency to deprecated qlist.h (Thanks to G.Runf for the hint)
@@ -350,7 +350,7 @@
- select recording source and igain automatically
- recording monitor
- recording doesn't restore monitoring state on startup,
- kradio might be blocked if another app uses /dev/dsp
+ tderadio might be blocked if another app uses /dev/dsp
GUI
@@ -406,7 +406,7 @@
Due to the new station list format you will have to rebuild your
station selections for the quickbar and the docking menu. The
stations should be read without problems. As soon as you quit
- kradio and the configuration files are written, any versions 0.2.x
+ tderadio and the configuration files are written, any versions 0.2.x
will not be able to read the station list and configuration files.
BACKUP YOUR CONFIGURATION FILES!
@@ -425,15 +425,15 @@
- display Frequency in kHz if < 10 MHz
- fix min/max settings in station configuration page
- quickbar fixes (wrong use of button IDs vs. station IDs)
- - redesign kradio gui. new class kradiodisplay
- - make kradio AM-ready (hopefully)
+ - redesign tderadio gui. new class tderadiodisplay
+ - make tderadio AM-ready (hopefully)
0.2.7a (beta)
emw - fix missing xml quotings
- fix for disabled alarm volume
- use frequency instead of (changable) stationID for alarms
- - implement a "contribute preset file to kradio project" function via KDE standard mail client
+ - implement a "contribute preset file to tderadio project" function via KDE standard mail client
0.2.7 (beta)
@@ -456,23 +456,23 @@
0.2.6 (beta)
emw - activate station in setupdialog by freq, not stationId
- - add "unknown station" to kradio->cbStations
+ - add "unknown station" to tderadio->cbStations
- fix alarm inconsistencies
- make alarm management independent from radiobase: new class TimeControl
- - make xml-config independent from radiobase: kradioapp is now responsible for it
- - remove alarm configuration from xml file, put to standard kde/kradio config file (downward compatibility kept)
+ - make xml-config independent from radiobase: tderadioapp is now responsible for it
+ - remove alarm configuration from xml file, put to standard kde/tderadio config file (downward compatibility kept)
- sleep countdown function, countdown stopped by poweron/off, accessible via lirc/docking menu
- - make kradioapp responsible for lircHelper
- - make use of <TDEDIR>/share/apps/kradio/presets possible
+ - make tderadioapp responsible for lircHelper
+ - make use of <TDEDIR>/share/apps/tderadio/presets possible
- include first station preset file in dist (germany/aachen-cable.krp, still a bit incomplete;)
kalass - fixed config autosave bug
Release notes:
- * ~/.kradiorc is still read for compatibility, but only if ~/<dot-tdedir>/share/data/kradio/stations.krp does not exist/contain valid data
- * alarms are now in ~/<dot-tdedir>/share/config/kradiorc, ~/.kradiorc is read for compatibility
+ * ~/.tderadiorc is still read for compatibility, but only if ~/<dot-tdedir>/share/data/tderadio/stations.krp does not exist/contain valid data
+ * alarms are now in ~/<dot-tdedir>/share/config/tderadiorc, ~/.tderadiorc is read for compatibility
- * I'd like to provide ready-to-use-kradio preset files within the dist.
+ * I'd like to provide ready-to-use-tderadio preset files within the dist.
I'd be pleased if you like to contribute your personal preset file to this project.
0.2.5 (alpha)
@@ -507,10 +507,10 @@
kalass - trinity port
- quickbar makes use of buttonflowlayout
- fixes to conform with kde styleguide
- - make kradio/docking/quickbar independent
+ - make tderadio/docking/quickbar independent
- many other improvements, see CVS
- rizsanyi: - added lirc option RADIO (which turns kradio on)
+ rizsanyi: - added lirc option RADIO (which turns tderadio on)
- further small fixes
0.2.1 emw: - added alarm clock functions
@@ -523,7 +523,7 @@
- save/restore current window state (sticky vs Desktop) && position
0.1.3 emw: - change GUI a bit
- - add Power On/Off functions (=> kradio may still run while watching tv)
+ - add Power On/Off functions (=> tderadio may still run while watching tv)
- simplify "class Radio"
0.1.2 frank: - fixed float/integer conversion on set frequence (stationbutton)