X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=bad71c8b1685af271759965a73c3b7e1b273583c;hb=HEAD;hp=57997f9af1f2e2cd6c300c2c72213a2ddc8ad445;hpb=c416aafc058f98a9e57473fc16268cc19955083c;p=tunertool diff --git a/ChangeLog b/ChangeLog index 57997f9..bad71c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,50 @@ +2008-08-30 Jari Tenhunen + + * debian/control: New icon also for debian + package + +2008-08-26 Jari Tenhunen + + * src/settings.c src/settings.h src/tuner.c: + Added settings dialog + * src/gstpitch.c (gst_pitch_setup_algorithm): + Fixed a simple leak + +2008-08-24 Jari Tenhunen + + * src/tuner.c src/settings.h src/settings.c + src/Makefile.am configure.ac debian/control: + GConf backend for settings + +2008-08-20 Jari Tenhunen + + * src/tuner64.png src/tuner26.png: + Slightly reworked, transparent icons + +2008-08-18 Jari Tenhunen + + * src/gstpitch.h src/gstpitch.c: + Added Harmonic Product Spectrum algorithm and "algorithm" property. + +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):