* src/tuner.c (display_keepalive): keep display on when app
[tunertool] / ChangeLog
index e46b1f5..2d8c78e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2008-08-08  Jari Tenhunen  <jari.tenhunen@iki.fi>
+       * src/tuner.c (main, stop_pipelines, osso_hw_state_cb,
+       set_pipeline_states, topmost_notify):
+       better power management: DSP will now sleep when display dims 
+       or the app has been on background for 30 seconds
+       * src/tuner.c: introduced AppData struct to bundle all needed
+       context variables
+       * src/tuner.c (display_keepalive): keep display on when app
+       window is on foreground
+
+2008-08-06  Jari Tenhunen  <jari.tenhunen@iki.fi>
+       * src/tuner.c (main, window_is_active_notify):
+       pause pipelines when the application window is inactive,
+       should reduce energy consumption
+
+2008-08-03  Jari Tenhunen  <jari.tenhunen@iki.fi>
+       * src/tuner.c (key_press_event, key_release_event):
+       renamed to button_*_event
+       (toggle_fullscreen, key_press_event, main):
+       fullscreen mode, made leds scalable, 
+       centered piano keyboard
+       (update_frequency): fixed led display
+
+2008-07-30  Josep Torra   <j.torra@telefonica.net>
+
+       * src/gstpitch.c: (gst_pitch_class_init), (gst_pitch_init),
+       (gst_pitch_set_property), (gst_pitch_get_property),
+       (gst_pitch_set_caps), (gst_pitch_start), (gst_pitch_message_new),
+       (gst_pitch_transform_ip):
+       * src/gstpitch.h:
+       * src/tuner.c: (main):
+       Simplified the code of the element and made it more oriented to
+       8 khz / mono sampling.
+       Implemented slidding window of 1 second with a half second
+       period.
+       Emmit fundamental frequency message each half second. 
+
+2008-07-28  Jari Tenhunen  <jari.tenhunen@iki.fi>
+
+       * debian/rules:
+       Made package compile also on x86.
+       * debian/control:
+       Added missing build-dependencies.
+
+2008-07-21  Josep Torra <j.torra@telefonica.net>
+
+       * src/gstpitch.c:
+       Fixes a memory leak spoted by Jari Tenhunen.
+
 2008-07-09  Josep Torra  <j.torra@telefonica.net>
 
        * gst-autogen.sh: