[tuxdroid-svn] r787 - in software/gadgets/rss_feeder/trunk: . rss_feeder
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2007-12-12 15:21:23
|
Author: jerome Date: 2007-12-12 16:21:16 +0100 (Wed, 12 Dec 2007) New Revision: 787 Added: software/gadgets/rss_feeder/trunk/rss_feeder/Data/ software/gadgets/rss_feeder/trunk/rss_feeder/Pictures/ software/gadgets/rss_feeder/trunk/rss_feeder/Scripts/ software/gadgets/rss_feeder/trunk/rss_feeder/Sounds/ software/gadgets/rss_feeder/trunk/rss_feeder/Strings/ software/gadgets/rss_feeder/trunk/rss_feeder/about.xml software/gadgets/rss_feeder/trunk/rss_feeder/parts.xml software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml Modified: software/gadgets/rss_feeder/trunk/rss_feeder.tgf Log: * Fixed some bugs : Problem when put the gadget into the manager for the first time and befora have restarted the manager. * Changed the notify_actuator * Changed the way to get the names of differents feeds. Added: software/gadgets/rss_feeder/trunk/rss_feeder/about.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/about.xml (rev 0) +++ software/gadgets/rss_feeder/trunk/rss_feeder/about.xml 2007-12-12 15:21:16 UTC (rev 787) @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='UTF-8'?> +<about> + <gadget_author type='str'>jer...@ky...</gadget_author> + <gadget_version type='str'>0.0.1</gadget_version> + <gadget_name type='str'>rss_feeder</gadget_name> + <gadget_description type='str'>An rss feeder for tux droid.</gadget_description> +</about> Added: software/gadgets/rss_feeder/trunk/rss_feeder/parts.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/parts.xml (rev 0) +++ software/gadgets/rss_feeder/trunk/rss_feeder/parts.xml 2007-12-12 15:21:16 UTC (rev 787) @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<parts> + <notifications type='bool'>True</notifications> + <parameters_GUI type='bool'>True</parameters_GUI> + <widget_GUI type='bool'>True</widget_GUI> +</parts> Added: software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml (rev 0) +++ software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml 2007-12-12 15:21:16 UTC (rev 787) @@ -0,0 +1,61 @@ +<?xml version='1.0' encoding='UTF-8'?> +<settings> + <parameters> + <tts_message type='str'>An RSS feed has been updated</tts_message> + <hidden_in_manager type='bool'>False</hidden_in_manager> + <wav_path type='str'>empty</wav_path> + <behavior_path type='str'>empty</behavior_path> + <automated_translation type='bool'>True</automated_translation> + <first_launch type='bool'>True</first_launch> + <to_read> + <date type='bool'>True</date> + <title type='bool'>True</title> + <name type='bool'>False</name> + <summary type='bool'>False</summary> + </to_read> + <log_enable type='bool'>True</log_enable> + <number_to_update type='int'>4</number_to_update> + <text_to_speak type='str'> + </text_to_speak> + <check_at_startup type='bool'>False</check_at_startup> + <feeds_values/> + <busy type='bool'>False</busy> + <rss_list> + <tux_portail> + <to_update type='bool'>True</to_update> + <url type='str'>http://tuxisalive.com/releases/RSS</url> + <date type='str'>never</date> + </tux_portail> + </rss_list> + <log_text type='str'>No log text for the moment.</log_text> + <notification_type> + <nothing type='bool'>True</nothing> + <wav type='bool'>False</wav> + <behavior type='bool'>False</behavior> + <tts type='bool'>False</tts> + <personnal type='bool'>False</personnal> + </notification_type> + </parameters> + <general> + <have_settings_part type='bool'>False</have_settings_part> + <gui_state> + <widget> + <visible type='bool'>False</visible> + </widget> + <conf> + <visible type='bool'>False</visible> + </conf> + </gui_state> + <language type='str'>en_US</language> + <notified type='bool'>True</notified> + <notify_delay type='int'>60</notify_delay> + <framework_version type='str'>0.1.1</framework_version> + <menu_active type='bool'>True</menu_active> + <have_widget_part type='bool'>True</have_widget_part> + <speaker type='int'>4</speaker> + <pitch type='int'>100</pitch> + <have_main_part type='bool'>False</have_main_part> + <main_priority type='int'>1</main_priority> + <notify_priority type='int'>5</notify_priority> + </general> +</settings> Added: software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml (rev 0) +++ software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml 2007-12-12 15:21:16 UTC (rev 787) @@ -0,0 +1,71 @@ +<?xml version='1.0' encoding='UTF-8'?> +<strings> + <at_gui_widget_checkbutton10 type='str'>Automated translation</at_gui_widget_checkbutton10> + <gui_conf_remote_title type='str'>Remote</gui_conf_remote_title> + <gui_conf_description_lb type='str'>Description</gui_conf_description_lb> + <at_gui_widget_label20 type='str'>Number of news by RSS feed to update: </at_gui_widget_label20> + <at_gui_gui_add_label_name type='str'>Rss name: </at_gui_gui_add_label_name> + <at_gui_widget_radiobutton4 type='str'>Do nothing</at_gui_widget_radiobutton4> + <gui_conf_accept_bt type='str'>Accept</gui_conf_accept_bt> + <at_gui_widget_radiobutton5 type='str'>Custom notification :</at_gui_widget_radiobutton5> + <help_text type='str'> + </help_text> + <at_gui_gui_modify_label2 type='str'>Feed Name:</at_gui_gui_modify_label2> + <tree_cb_column type='str'>Update</tree_cb_column> + <bad_name type='str'>This name is already used.</bad_name> + <tree_date_column type='str'>Last update</tree_date_column> + <gui_conf_version_lb type='str'>Version</gui_conf_version_lb> + <gui_conf_update_title type='str'>Update</gui_conf_update_title> + <gui_conf_window_title type='str'>Parameters</gui_conf_window_title> + <gui_conf_cancel_bt type='str'>Cancel</gui_conf_cancel_bt> + <at_gui_popup_no_test_label2 type='str'>No test available for this notification option</at_gui_popup_no_test_label2> + <at_gui_gui_modify_label3 type='str'>Feed url</at_gui_gui_modify_label3> + <gui_conf_delay_lb type='str'>Delay (sec)</gui_conf_delay_lb> + <gui_conf_about_title type='str'>About</gui_conf_about_title> + <at_gui_popup_no_test_button1 type='str'>Ok/Cancel</at_gui_popup_no_test_button1> + <tree_name_column type='str'>Name</tree_name_column> + <at_gui_gui_add_checkbutton1 type='str'>Read this feed now</at_gui_gui_add_checkbutton1> + <at_gui_widget_label19 type='str'>Cancel</at_gui_widget_label19> + <at_gui_widget_label18 type='str'>Apply</at_gui_widget_label18> + <at_gui_widget_label2 type='str'>Delete</at_gui_widget_label2> + <at_gui_widget_label13 type='str'>Update feed after (in sec)</at_gui_widget_label13> + <at_gui_widget_label12 type='str'>Cancel</at_gui_widget_label12> + <at_gui_widget_label11 type='str'>Apply</at_gui_widget_label11> + <at_gui_widget_label10 type='str'>Delay</at_gui_widget_label10> + <at_gui_widget_label17 type='str'>Misc options</at_gui_widget_label17> + <at_gui_widget_label15 type='str'>Modify</at_gui_widget_label15> + <gui_conf_current_bind_lb type='str'>Current</gui_conf_current_bind_lb> + <at_gui_widget_checkbutton9 type='str'>Date of update</at_gui_widget_checkbutton9> + <gui_conf_author_lb type='str'>Author</gui_conf_author_lb> + <at_gui_widget_checkbutton3 type='str'>News Summary</at_gui_widget_checkbutton3> + <at_gui_widget_checkbutton2 type='str'>News title that have changed or added</at_gui_widget_checkbutton2> + <at_gui_widget_checkbutton1 type='str'>Updated or added new name</at_gui_widget_checkbutton1> + <at_gui_widget_label21 type='str'>What do you want Tux Droid to read?</at_gui_widget_label21> + <tree_url_column type='str'>Url</tree_url_column> + <at_gui_widget_radiobutton1 type='str'>Behavior</at_gui_widget_radiobutton1> + <at_gui_widget_radiobutton2 type='str'>TTS message</at_gui_widget_radiobutton2> + <speaker_name type='str'>Ryan8k</speaker_name> + <gui_conf_remote_set_bt type='str'>Set</gui_conf_remote_set_bt> + <at_gui_gui_add_label_url type='str'>Rss url:</at_gui_gui_add_label_url> + <at_gui_widget_label9 type='str'>Test it</at_gui_widget_label9> + <at_gui_widget_label8 type='str'>Notification type</at_gui_widget_label8> + <at_gui_widget_label7 type='str'>Options</at_gui_widget_label7> + <at_gui_widget_label6 type='str'>Notification</at_gui_widget_label6> + <at_gui_widget_label5 type='str'>Feeds</at_gui_widget_label5> + <at_gui_widget_label4 type='str'>Cancel</at_gui_widget_label4> + <at_gui_widget_label3 type='str'>Apply</at_gui_widget_label3> + <name_to_read type='str'>Rss feeder</name_to_read> + <at_gui_widget_label1 type='str'>Add</at_gui_widget_label1> + <at_gui_gui_modify_label1 type='str'> + </at_gui_gui_modify_label1> + <at_gui_widget_radiobutton3 type='str'>Wav sound</at_gui_widget_radiobutton3> + <at_gui_popup_no_test_label1 type='str'> + </at_gui_popup_no_test_label1> + <at_gui_gui_modify_label5 type='str'>Cancel</at_gui_gui_modify_label5> + <at_gui_gui_modify_label4 type='str'>Ok</at_gui_gui_modify_label4> + <at_gui_widget_checkbutton8 type='str'>Check for updated feeds at Gadget Manager startup</at_gui_widget_checkbutton8> + <at_gui_gui_add_label1 type='str'> + </at_gui_gui_add_label1> + <at_gui_gui_add_label5 type='str'>Ok</at_gui_gui_add_label5> + <at_gui_gui_add_label6 type='str'>Cancel</at_gui_gui_add_label6> +</strings> Modified: software/gadgets/rss_feeder/trunk/rss_feeder.tgf =================================================================== (Binary files differ) |