X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=2d8c78e0d1ee2d877c88d66a44001d85e8e8eff5;hb=e17f19f6e3518f5b4b09038ad6507e919bc8fd69;hp=e46b1f555f243362ab1a669479cd320d8c8ceac7;hpb=a338742797ad1cefeb1ccf42a66084f8d69522c9;p=tunertool diff --git a/ChangeLog b/ChangeLog index e46b1f5..2d8c78e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2008-08-08 Jari Tenhunen + * 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 + * 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 + * 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 + + * 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 + + * debian/rules: + Made package compile also on x86. + * debian/control: + Added missing build-dependencies. + +2008-07-21 Josep Torra + + * src/gstpitch.c: + Fixes a memory leak spoted by Jari Tenhunen. + 2008-07-09 Josep Torra * gst-autogen.sh: