|
| void | SetFormTitle () |
| | Set the title of this form. More...
|
| |
| void | SetFormTooltips () |
| | Set all form tooltips if tooltips are enabled. More...
|
| |
| bool | IsUpdatecheckPluginNeeded () |
| | More...
|
| |
| void | tabControlPlugins_SelectedIndexChanged (object sender, EventArgs e) |
| | Check if tabPagePluginsAvailable is selected, if it is then get a list with available all plugins. More...
|
| |
| void | httputil_allplugins_DownloadCompleet (object sender, System.ComponentModel.RunWorkerCompletedEventArgs e) |
| | Downloading of a list of allplugins is compleet, parser results and display items in chlbxAvailiblePlugins. More...
|
| |
| void | lbxAvailablePlugins_SelectedIndexChanged (object sender, EventArgs e) |
| | A plugin is selected, get the details from the selected plugin. More...
|
| |
| bool | RateLimitRequest () |
| | Check if request is not too fast after previous one. Avoid REST api silently refuses to answer. More...
|
| |
| void | ClearPluginDetails () |
| | Hide all plugins details More...
|
| |
| void | httputil_plugindetail_DownloadCompleet (object sender, RunWorkerCompletedEventArgs e) |
| | Downloading of plugin details data is compleet, parser data and display plugin details More...
|
| |
| bool | UpdateablePluginsContainsPlugin (DownloadDetailsPlugin plugin) |
| | More...
|
| |
| void | btnPluginDownload_Click (object sender, EventArgs e) |
| | Start download of plugin. More...
|
| |
| void | downloader_DownloadCompleet (string[] newpluginfile) |
| | Downloading of plugin compleet. More...
|
| |
| void | DownloadUpdatesPluginsCompleet (string[] compressedpluginfiles) |
| | Downloading of plugin updates has been compleeted. More...
|
| |
| void | DecompressDownload (string compressedpluginfile) |
| | Decompress the downloaded file. More...
|
| |
| void | DeleteNotsysFile (string file, string logdesc) |
| | Check if file is not a system file, and if it's not then delete the file. More...
|
| |
| void | searchtbPlugins_SearchStart (string keywords) |
| | The user request to search, make request for search results. More...
|
| |
| void | httputil_searchplugins_DownloadCompleet (object sender, RunWorkerCompletedEventArgs e) |
| | Downloading of search results data is compleet, parser searchresult data and list search results More...
|
| |
| void | searchtbPlugins_SearchStop () |
| | The user wants to stop searching, get the list of all plugins again. More...
|
| |
| void | SetAvailablePluginsNetwork (bool isconnected) |
| | Set a message if network connection failed. More...
|
| |
| bool | CheckPluginsUpdates () |
| | Check plugins on updates. More...
|
| |
| void | httputil_pluginsversions_compleet (object sender, System.ComponentModel.RunWorkerCompletedEventArgs e) |
| | Parser results of versions requested plugins, and set tabpage with plugin update visible if there are plugin update(s) are available. More...
|
| |
| void | btnupdateplugins_Click (object sender, EventArgs e) |
| | Button clicked to update plugins. More...
|
| |
| string[] | GetAllDownloadUrls (int[] updatedplugins) |
| | Gets a array with all downloadurls in the updatableplugins list. More...
|
| |
| void | timerTextUpdater_Tick (object sender, EventArgs e) |
| | Update the number of dots in after the loading text. More...
|
| |
| void | SetTabPageUpdatesVisible (bool showupdatetab) |
| | Set the this.tabPagePluginsUpdates visible or invisible. More...
|
| |
| void | btnRestartProgram_Click (object sender, EventArgs e) |
| | Restart this programme More...
|
| |
| void | chxlbxPluginUpdates_ItemCheck (object sender, ItemCheckEventArgs e) |
| | An plugin in the updatable plugin checkboxlistbox is check or unchecked. Disable the btnupdateplugins button if no plugin is checked. More...
|
| |
| void | linklblPluginMoreInfo_LinkClicked (object sender, LinkLabelLinkClickedEventArgs e) |
| | More info plugin clicked. More...
|
| |
| void | InitializeComponent () |
| | Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
| |