[tuxdroid-svn] r801 - in software/gadgets/rss_feeder/trunk: . rss_feeder
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2007-12-17 13:46:35
|
Author: jerome Date: 2007-12-17 14:46:27 +0100 (Mon, 17 Dec 2007) New Revision: 801 Modified: software/gadgets/rss_feeder/trunk/rss_feeder.tgf software/gadgets/rss_feeder/trunk/rss_feeder/about.xml software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml Log: * Fixed a bug when modify an item into the treeView of RSS list. * Add a protection when no network interface is present. * Add a gui to indicate the progression of the registring. * Add a gui when user has entered a bad url. Modified: software/gadgets/rss_feeder/trunk/rss_feeder/about.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/about.xml 2007-12-17 13:25:30 UTC (rev 800) +++ software/gadgets/rss_feeder/trunk/rss_feeder/about.xml 2007-12-17 13:46:27 UTC (rev 801) @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <about> <gadget_author type='str'>jer...@ky...</gadget_author> + <gadget_description type='str'>An rss feeder for tux droid.</gadget_description> + <gadget_name type='str'>rss_reader</gadget_name> <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> Modified: software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml 2007-12-17 13:25:30 UTC (rev 800) +++ software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml 2007-12-17 13:46:27 UTC (rev 801) @@ -1,61 +1,61 @@ <?xml version='1.0' encoding='UTF-8'?> <settings> + <general> + <framework_version type='str'>0.1.1</framework_version> + <gui_state> + <conf> + <visible type='bool'>False</visible> + </conf> + <widget> + <visible type='bool'>False</visible> + </widget> + </gui_state> + <have_main_part type='bool'>False</have_main_part> + <have_settings_part type='bool'>False</have_settings_part> + <have_widget_part type='bool'>True</have_widget_part> + <language type='str'>en_US</language> + <main_priority type='int'>1</main_priority> + <menu_active type='bool'>True</menu_active> + <notified type='bool'>True</notified> + <notify_delay type='int'>60</notify_delay> + <notify_priority type='int'>5</notify_priority> + <pitch type='int'>100</pitch> + <speaker type='int'>4</speaker> + </general> <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> + <automated_translation type='bool'>True</automated_translation> <behavior_path type='str'>empty</behavior_path> - <automated_translation type='bool'>True</automated_translation> + <busy type='bool'>False</busy> + <check_at_startup type='bool'>False</check_at_startup> + <feeds_values/> <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> + <hidden_in_manager type='bool'>False</hidden_in_manager> <log_enable type='bool'>True</log_enable> + <log_text type='str'>No log text for the moment.</log_text> + <notification_type> + <behavior type='bool'>False</behavior> + <nothing type='bool'>True</nothing> + <personnal type='bool'>False</personnal> + <tts type='bool'>False</tts> + <wav type='bool'>False</wav> + </notification_type> <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> + <date type='str'>never</date> <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> + <text_to_speak type='str'> + </text_to_speak> + <to_read> + <date type='bool'>True</date> + <name type='bool'>False</name> + <summary type='bool'>False</summary> + <title type='bool'>True</title> + </to_read> + <tts_message type='str'>An RSS feed has been updated</tts_message> + <wav_path type='str'>empty</wav_path> </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> Modified: software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml 2007-12-17 13:25:30 UTC (rev 800) +++ software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml 2007-12-17 13:46:27 UTC (rev 801) @@ -1,71 +1,74 @@ <?xml version='1.0' encoding='UTF-8'?> <strings> + <at_gui_gui_add_checkbutton1 type='str'>Read this feed now</at_gui_gui_add_checkbutton1> + <at_gui_gui_add_label1 type='str'>Add a new feed</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> + <at_gui_gui_add_label_name type='str'>Rss name: </at_gui_gui_add_label_name> + <at_gui_gui_add_label_url type='str'>Rss url:</at_gui_gui_add_label_url> + <at_gui_gui_modify_label1 type='str'>Modify a feed</at_gui_gui_modify_label1> + <at_gui_gui_modify_label2 type='str'>Feed Name:</at_gui_gui_modify_label2> + <at_gui_gui_modify_label3 type='str'>Feed url</at_gui_gui_modify_label3> + <at_gui_gui_modify_label4 type='str'>Ok</at_gui_gui_modify_label4> + <at_gui_gui_modify_label5 type='str'>Cancel</at_gui_gui_modify_label5> + <at_gui_no_internet_label1 type='str'>Rss reader notification.</at_gui_no_internet_label1> + <at_gui_no_internet_label2 type='str'>Close</at_gui_no_internet_label2> + <at_gui_no_internet_label3 type='str'>Sorry, I can't find any Internet connection for this computer. Make sure that you get connected, and try again.</at_gui_no_internet_label3> + <at_gui_no_values_label1 type='str'>Rss error notification</at_gui_no_values_label1> + <at_gui_no_values_label2 type='str'>An error has been found, you must set all entry to add a new feed.</at_gui_no_values_label2> + <at_gui_no_values_label3 type='str'>Ok</at_gui_no_values_label3> + <at_gui_popup_no_test_button1 type='str'>Ok/Cancel</at_gui_popup_no_test_button1> + <at_gui_popup_no_test_label1 type='str'>Test notification</at_gui_popup_no_test_label1> + <at_gui_popup_no_test_label2 type='str'>No test available for this notification option</at_gui_popup_no_test_label2> + <at_gui_widget_checkbutton1 type='str'>Updated or added new name</at_gui_widget_checkbutton1> <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_checkbutton2 type='str'>News title that have changed or added</at_gui_widget_checkbutton2> + <at_gui_widget_checkbutton3 type='str'>News Summary</at_gui_widget_checkbutton3> + <at_gui_widget_checkbutton8 type='str'>Check for updated feeds at Gadget Manager startup</at_gui_widget_checkbutton8> + <at_gui_widget_checkbutton9 type='str'>Date of update</at_gui_widget_checkbutton9> + <at_gui_widget_label1 type='str'>Add</at_gui_widget_label1> + <at_gui_widget_label10 type='str'>Delay</at_gui_widget_label10> + <at_gui_widget_label11 type='str'>Apply</at_gui_widget_label11> + <at_gui_widget_label12 type='str'>Cancel</at_gui_widget_label12> + <at_gui_widget_label13 type='str'>Update feed after (in sec)</at_gui_widget_label13> + <at_gui_widget_label15 type='str'>Modify</at_gui_widget_label15> + <at_gui_widget_label17 type='str'>Misc options</at_gui_widget_label17> + <at_gui_widget_label18 type='str'>Apply</at_gui_widget_label18> + <at_gui_widget_label19 type='str'>Cancel</at_gui_widget_label19> + <at_gui_widget_label2 type='str'>Delete</at_gui_widget_label2> <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_label21 type='str'>What do you want Tux Droid to read?</at_gui_widget_label21> + <at_gui_widget_label3 type='str'>Apply</at_gui_widget_label3> + <at_gui_widget_label4 type='str'>Cancel</at_gui_widget_label4> + <at_gui_widget_label5 type='str'>Feeds</at_gui_widget_label5> + <at_gui_widget_label6 type='str'>Notification</at_gui_widget_label6> + <at_gui_widget_label7 type='str'>Options</at_gui_widget_label7> + <at_gui_widget_label8 type='str'>Notification type</at_gui_widget_label8> + <at_gui_widget_label9 type='str'>Test it</at_gui_widget_label9> + <at_gui_widget_radiobutton1 type='str'>Behavior</at_gui_widget_radiobutton1> + <at_gui_widget_radiobutton2 type='str'>TTS message</at_gui_widget_radiobutton2> + <at_gui_widget_radiobutton3 type='str'>Wav sound</at_gui_widget_radiobutton3> <at_gui_widget_radiobutton4 type='str'>Do nothing</at_gui_widget_radiobutton4> + <at_gui_widget_radiobutton5 type='str'>Custom notification :</at_gui_widget_radiobutton5> + <bad_name type='str'>This name is already used.</bad_name> + <gui_conf_about_title type='str'>About</gui_conf_about_title> <gui_conf_accept_bt type='str'>Accept</gui_conf_accept_bt> - <at_gui_widget_radiobutton5 type='str'>Custom notification :</at_gui_widget_radiobutton5> + <gui_conf_author_lb type='str'>Author</gui_conf_author_lb> + <gui_conf_cancel_bt type='str'>Cancel</gui_conf_cancel_bt> + <gui_conf_current_bind_lb type='str'>Current</gui_conf_current_bind_lb> + <gui_conf_delay_lb type='str'>Delay (sec)</gui_conf_delay_lb> + <gui_conf_description_lb type='str'>Description</gui_conf_description_lb> + <gui_conf_remote_set_bt type='str'>Set</gui_conf_remote_set_bt> + <gui_conf_remote_title type='str'>Remote</gui_conf_remote_title> + <gui_conf_update_title type='str'>Update</gui_conf_update_title> + <gui_conf_version_lb type='str'>Version</gui_conf_version_lb> + <gui_conf_window_title type='str'>Parameters</gui_conf_window_title> <help_text type='str'> </help_text> - <at_gui_gui_modify_label2 type='str'>Feed Name:</at_gui_gui_modify_label2> + <name_to_read type='str'>Rss reader</name_to_read> + <speaker_name type='str'>Ryan8k</speaker_name> <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) |