[tuxdroid-svn] r598 - in software/gadgets/light_monitor/tags/0.0.1: . Light_monitor Light_monitor/S
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2007-10-10 13:50:47
|
Author: Paul_R Date: 2007-10-10 15:50:45 +0200 (Wed, 10 Oct 2007) New Revision: 598 Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor.tgf software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/conf/other.glade software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/conf/other.pyp software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/widget/other.pyp software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Strings/fr_ALL.xml software/gadgets/light_monitor/tags/0.0.1/Light_monitor/about.xml software/gadgets/light_monitor/tags/0.0.1/Light_monitor/settings.xml software/gadgets/light_monitor/tags/0.0.1/Light_monitor/strings.xml Log: * Woops, I don't have tagged the correct version in my last commit... Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/conf/other.glade =================================================================== (Binary files differ) Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/conf/other.pyp =================================================================== --- software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/conf/other.pyp 2007-10-10 13:35:10 UTC (rev 597) +++ software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/conf/other.pyp 2007-10-10 13:50:45 UTC (rev 598) @@ -141,8 +141,9 @@ ########################################################### def update_labels(self): self.get_widget("lbl_conf_event").set_text(_me.string('conf_lblEvent')) + self.get_widget("lbl_conf_type").set_text(_me.string('conf_lblType')) - self.get_widget("lbclient_conf_value").set_text(_me.string('conf_lblValue')) + self.get_widget("lbl_conf_value").set_text(_me.string('conf_lblValue')) self.get_widget("lbl_conf_time").set_text(_me.string('conf_lblTime')) self.get_widget("lbl_conf_notified").set_text(_me.string('conf_lblNotified')) self.get_widget("lbl_conf_behavior").set_text(_me.string('conf_lblBehavior')) @@ -153,6 +154,7 @@ self.get_widget("lbl_conf_sample").set_text(_me.string('conf_lblSample')) self.get_widget("lbl_conf_rate").set_text(_me.string('conf_lblRate')) self.get_widget("lblControlFrame").set_text(_me.string('conf_lblControl')) + self.get_widget("lblScript").set_text(_me.string('MainBehavior')) ########################################################### Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/widget/other.pyp =================================================================== --- software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/widget/other.pyp 2007-10-10 13:35:10 UTC (rev 597) +++ software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Scripts/Python/GUI/widget/other.pyp 2007-10-10 13:50:45 UTC (rev 598) @@ -36,6 +36,7 @@ self.get_widget("lblTime").set_text(_me.string('conf_lblTime')) self.get_widget("lblNotify").set_text(_me.string('conf_lblNotified')) self.get_widget("lblScript").set_text(_me.string('conf_lblBehavior')) + self.get_widget("lblBtnApply").set_text(_me.string('widget_lblBtnApply')) tab = _me.get_param('test_tab') self.get_widget('cbbEvent').set_active(tab[0][1]) Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Strings/fr_ALL.xml =================================================================== --- software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Strings/fr_ALL.xml 2007-10-10 13:35:10 UTC (rev 597) +++ software/gadgets/light_monitor/tags/0.0.1/Light_monitor/Strings/fr_ALL.xml 2007-10-10 13:50:45 UTC (rev 598) @@ -44,6 +44,7 @@ <conf_lblNotifiedBehavior type='str'>Notifié</conf_lblNotifiedBehavior> <gui_conf_author_lb type='str'>Auteur</gui_conf_author_lb> <widget_lblDrop type='str'>Chute</widget_lblDrop> + <MainBehavior type='str'>Comportement principal</MainBehavior> <widget_lblBoth type='str'>Deux directions</widget_lblBoth> <conf_lblDefaultBehavior type='str'>Comportement pas défaut</conf_lblDefaultBehavior> <conf_lblBehavior type='str'>Comportement</conf_lblBehavior> Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor/about.xml =================================================================== --- software/gadgets/light_monitor/tags/0.0.1/Light_monitor/about.xml 2007-10-10 13:35:10 UTC (rev 597) +++ software/gadgets/light_monitor/tags/0.0.1/Light_monitor/about.xml 2007-10-10 13:50:45 UTC (rev 598) @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <about> + <gadget_author type='str'>Paul Rathgeb</gadget_author> + <gadget_version type='str'>0.0.1</gadget_version> <gadget_description type='str'>Light monitor for tux droid</gadget_description> - <gadget_author type='str'>Paul Rathgeb</gadget_author> <gadget_name type='str'>light_monitor</gadget_name> - <gadget_version type='str'>0.0.1</gadget_version> </about> Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor/settings.xml =================================================================== --- software/gadgets/light_monitor/tags/0.0.1/Light_monitor/settings.xml 2007-10-10 13:35:10 UTC (rev 597) +++ software/gadgets/light_monitor/tags/0.0.1/Light_monitor/settings.xml 2007-10-10 13:50:45 UTC (rev 598) @@ -10,22 +10,22 @@ <changeD_rad type='bool'>False</changeD_rad> <threshold type='float'>50.0</threshold> <decrease_rad type='bool'>False</decrease_rad> - <behavior_file_threshold type='NoneType'>None</behavior_file_threshold> + <Sample type='float'>500.0</Sample> <raise type='float'>10.0</raise> <changeU_rad type='bool'>False</changeU_rad> <threshold_notified type='bool'>False</threshold_notified> <config type='list'>[]</config> <behavior_file_change type='NoneType'>None</behavior_file_change> + <drop_rad type='bool'>True</drop_rad> <raise_rad type='bool'>False</raise_rad> <changeD type='float'>10.0</changeD> <drop_time type='float'>1.0</drop_time> <changeU type='float'>10.0</changeU> <raise_time type='float'>1.0</raise_time> <drop type='float'>10.0</drop> - <drop_rad type='bool'>True</drop_rad> <MainScript type='str'> </MainScript> - <Sample type='float'>500.0</Sample> + <behavior_file_threshold type='NoneType'>None</behavior_file_threshold> <threshold_chk type='bool'>False</threshold_chk> <Rate type='float'>0.1</Rate> <changeD_time type='float'>1.0</changeD_time> Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor/strings.xml =================================================================== --- software/gadgets/light_monitor/tags/0.0.1/Light_monitor/strings.xml 2007-10-10 13:35:10 UTC (rev 597) +++ software/gadgets/light_monitor/tags/0.0.1/Light_monitor/strings.xml 2007-10-10 13:50:45 UTC (rev 598) @@ -4,14 +4,12 @@ <conf_lblThreshold type='str'>Threshold</conf_lblThreshold> <gui_conf_remote_title type='str'>Control</gui_conf_remote_title> <conf_lblRaise type='str'>Raise</conf_lblRaise> - <widget_lblTest type='str'>Notifications</widget_lblTest> <gui_conf_description_lb type='str'>Description</gui_conf_description_lb> <conf_lblEvent type='str'>Event</conf_lblEvent> <widget_lblControl type='str'>Control</widget_lblControl> <gui_conf_accept_bt type='str'>Accept</gui_conf_accept_bt> <help_text type='str'> </help_text> - <conf_lblBehavior type='str'>Behavior script</conf_lblBehavior> <conf_lblChange type='str'>Change</conf_lblChange> <conf_lblBoth type='str'>Both</conf_lblBoth> <widget_lblBtnApply type='str'>Apply changes</widget_lblBtnApply> @@ -21,16 +19,19 @@ <gui_conf_update_title type='str'>Update</gui_conf_update_title> <widget_lblValue type='str'>Value (%)</widget_lblValue> <gui_conf_cancel_bt type='str'>Cancel</gui_conf_cancel_bt> - <widget_lblBoth type='str'>Both direction</widget_lblBoth> + <gui_conf_rate_lb type='str'>Refresh rate :</gui_conf_rate_lb> <mainscript type='str'>I've found the light !</mainscript> + <conf_btnRemove type='str'>Remove</conf_btnRemove> <gui_conf_delay_lb type='str'>Delay (sec)</gui_conf_delay_lb> <conf_btnBehavior type='str'>Clear path</conf_btnBehavior> <gui_conf_about_title type='str'>About</gui_conf_about_title> <conf_lblChangeD type='str'>Drop and raise</conf_lblChangeD> + <conf_lblChangeU type='str'>Raise and drop</conf_lblChangeU> <speaker_name type='str'>Ryan8k</speaker_name> <conf_lblSample type='str'>Samples</conf_lblSample> <conf_lblType type='str'>Type</conf_lblType> <widget_lblDisplayThreshold type='str'>Display threshold on graph</widget_lblDisplayThreshold> + <widget_lblDark type='str'>Search darkness</widget_lblDark> <conf_btnModify type='str'>Modify</conf_btnModify> <widget_lblEvent type='str'>Event</widget_lblEvent> <widget_lblNotified type='str'>Notified</widget_lblNotified> @@ -43,10 +44,10 @@ <conf_lblNotifiedBehavior type='str'>Notified</conf_lblNotifiedBehavior> <gui_conf_author_lb type='str'>Author</gui_conf_author_lb> <widget_lblDrop type='str'>Drop</widget_lblDrop> - <conf_lblNotified type='str'>Notified ?</conf_lblNotified> - <gui_conf_rate_lb type='str'>Refresh rate :</gui_conf_rate_lb> + <MainBehavior type='str'>Main behavior</MainBehavior> + <widget_lblBoth type='str'>Both direction</widget_lblBoth> <conf_lblDefaultBehavior type='str'>Default behavior</conf_lblDefaultBehavior> - <conf_lblChangeU type='str'>Raise and drop</conf_lblChangeU> + <conf_lblBehavior type='str'>Behavior script</conf_lblBehavior> <gui_conf_remote_set_bt type='str'>Set</gui_conf_remote_set_bt> <widget_lblChange type='str'>Change</widget_lblChange> <widget_lblLight type='str'>Search light</widget_lblLight> @@ -54,7 +55,7 @@ <conf_lblNotNotified type='str'>Not notified</conf_lblNotNotified> <conf_lblDrop type='str'>Drop</conf_lblDrop> <gui_conf_window_title type='str'>Parameters</gui_conf_window_title> - <widget_lblDark type='str'>Search darkness</widget_lblDark> + <conf_lblNotified type='str'>Notified ?</conf_lblNotified> <widget_lblSet type='str'>Add to config</widget_lblSet> <conf_lblValue type='str'>Value (%)</conf_lblValue> <conf_lblRate type='str'>Refresh rate</conf_lblRate> @@ -62,6 +63,6 @@ <widget_lblChangeD type='str'>Drop and raise</widget_lblChangeD> <conf_lblTime type='str'>Time (sec.)</conf_lblTime> <conf_lblControl type='str'>Control</conf_lblControl> - <conf_btnRemove type='str'>Remove</conf_btnRemove> + <widget_lblTest type='str'>Notifications</widget_lblTest> <widget_lblThreshold type='str'>Threshold</widget_lblThreshold> </strings> Modified: software/gadgets/light_monitor/tags/0.0.1/Light_monitor.tgf =================================================================== (Binary files differ) |