Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
panel-plugins:xfce4-wavelan-plugin:start [2019/11/11 12:32] kevinbowenpanel-plugins:xfce4-wavelan-plugin:start [2024/12/11 02:16] (current) kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 ====== xfce4-wavelan-plugin ====== ====== xfce4-wavelan-plugin ======
-This plugin is used to display stats from a wireless lan interface (signal state, signal quality, network name (SSID)). It supports NetBSD, OpenBSD, FreeBSD, and Linux. 
  
-It shows signal quality as percentage on Linux and dBm on BSDs, hence progressbar will probably +A plugin used to display stats from wireless LAN interface.
-be not really accurate on BSDs, as dBm is hardly comparable to a maximum.+
  
 +  * **[[#Latest Release|Latest Release]]**
 +  * **[[#Release History|Release History]]**
 +  * **[[#Source Code Repository|Source Code Repository]]**
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
-  * **[[start#Latest Release|Latest Release]]** +----
-  * **[[start#Release History|Release History]]** +
-  * **[[start#Source Code Repository|Source Code Repository]]** +
-  * **[[start#Reporting Bugs|Reporting Bugs]]**+
  
-===== Usage ===== +xfce4-wavelan-plugin displays the following information about a WaveLAN device:
-Add the plugin to the panel, and select the wireless interface you want to monitor.+
  
-===== Screenshot ===== +  * Signal state (tells if a carrier signal was detected) 
-{{:panel-plugins:wavelan.png|:projects:panel-plugins:wavelan.png}}+  * Signal quality (current quality of the carrier signal) 
 +    * Note that the latter is in % on Linux and in dBm on BSDsHence, on BSDs, the progressbar may be never full, as dBm is not easily comparable to a maximum. 
 +  * Network name (current SSID of the WaveLAN network)
  
----- +At the time of this writing NetBSD, OpenBSD, FreeBSD and Linux are supported.
-===== Latest Release =====+
  
-==== 0.6.1 (2019/08/13) ==== +The plugin shows signal quality as a percentage on Linux and as dBm on BSDsTherefore, the progressbar will probably be not really accurate on BSDs, as dBm is hardly comparable to a maximum.
-[[http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2|xfce4-wavelan-plugin-0.6.1.tar.bz2]] +
- +
-**SHA-256 Hash:** f41f81ea063ae3c7d7904e1ee647a6b5efafc7436f47caed662ee417038eed17 \\ +
-**SHA-1 Hash:** a2a703bd073ad39d5c1da270feca06120794e433 \\ +
-**MD5 Hash:** e4e3d5240297253d242464e77f6145df+
  
 ---- ----
-===== Release History ===== 
-==== 0.5.12 (2015/03/04) ==== 
  
-  * Add strings to translation +===== Usage =====
-  * Use GtkComboBoxText instead of GtkCombo +
-  * Use check buttons with mnemonic for hot keys +
-  * Use getifaddrs() instead of popen ("/sbin/ifconfig -a") (bug #10822) +
-  * Remove check for glib 2.14, was released 7 years ago.. +
-  * Make this compile with -Wall -Werror (declarations after statement) +
-  * new translations: bg, en_AU, fi, he, is, ms, oc, th, sr +
-  * updated translations: ar, ast, be, cs, en_AU, es, fr, he, hr, it,ja, ko, ms, nb, nl, pl, pt, pt_BR, ru, sk, sv, tr, uk, ug, zh_CN, zh_TW+
  
-==== 0.5.11 (2012/06/30) ==== +  - [[:xfce:xfce4-panel:add-new-items|Add the plugin to the panel]]
-  * Better compliance with panel plugin HIG +  - Right-click on the added plugin, select **Properties** to open the settings window.  
-  * Fix transparency and put event box above its children (bug #8913)+  - Select the wireless interface you want to monitor.
  
-==== 0.5.10 (2012/04/13) ==== +----
-  * Translation updates (uk,sk,eu,pt_BR,it,da,nl,pt,gl,ko,zh_CN)+
  
-==== 0.5.9 (2012/04/13) ==== +===== Screenshot =====
-  * Make the icon optional (bug #7520)+
  
-==== 0.5.8 (2012/04/09) ==== +<figure "Wavelan Plugin Panel Indicator"> 
-  * Build the plugin as an external module +{{:panel-plugins:wavelan-plugin_panel_indicator.png|Wavelan Plugin Panel Indicator}} 
-  * Add about dialog+</figure>
  
 +<figure "Wavelan Plugin Preferences Window">
 +{{:panel-plugins:wavelan-plugin_preferences_window.png?600|Wavelan Plugin Preferences Window}}
 +</figure>
  
-==== 0.5.7 (2012/04/03) ==== +----
-  * Port to libxfce4ui +
-  * Adapt to panel 4.9 and newer +
-  * Fix compatibility with GNU/kFreeBSD (bug #6963) +
-  * Fix transparency and bar color (bug #7346) +
-  * Explicitely link against libm (bugs #7991, #8516)+
  
-==== 0.5.6 (2010/12/04) ====+===== Latest Release =====
  
-  * Support for both xfce 4.6 and 4.+{{rss>https://archive.xfce.org/feeds/project/xfce4-wavelan-plugin 1 date 2h}}
-  * Various bug fixes and code cleanup +
-  * Translated into 6 more languages (33 total)+
  
-==== 0.5.5 (2009/04/09) ==== +[[https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin/-/blob/master/NEWS|Read the CHANGELOG]]
-  * Merge various patches from NetBSD and FreeBSD, 'should' work everywhere now.. +
-  * Totally revamped GUI, courtesy of Johan van der Slikke +
-  * Show signal strengh in dBm on BSDs, in % on Linux +
-  * Various bugfixes, localized config dialog is fixed+
  
-==== 0.5.4 (2007/01/17) ==== +  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/|Download current release]]** (lder versions of this component are also available here)
-  * Add an option to make the panel icon square. +
-  Fix a bug that calculated the signal strength incorrectly, reporting 102%  for some people. Your signal strength may well be reported lower now, but apparently it was wrong before. +
-  Fix a bug where the interface wasn't activated if it was the first in the list. +
-  * Improve the handling of the kernel's include files. +
-  * Fix compilation on kfreebsd thanks to Petr Salinger.+
  
-==== 0.5.3 (2006/09/11) ==== +[[|Back To Top]]
-  * Fix a typo that referenced the wrong executable in the .desktop file. +
- +
-==== 0.5.2 (2006/08/10) ==== +
-  * Fix the regression that made the icon square. +
-  * Added Italian translation. (Thanks ema). +
-  * Allow hiding the plugin if no device is present. +
- +
-==== 0.5.1 (2006/08/09) ==== +
-  * Fix the bug that meant that it couldn't find the device on most systems.+
  
-==== 0.5.0 (2006/05/03) ==== 
-  * Updated to new panel API 
- 
-[[|Back To Top]] 
 ---- ----
-===== Recent Changes ===== 
-{{rss>http://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/atom/ 5 date}} 
  
-===== Getting it ===== +===== Source Code Repository =====
-The normal (and best) way to get the wavelan plugin is to use the package manager or port system of your operating system.+
  
-If wavelan isn't available there, or if you want a different version, you can download it in source form from [[http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/]].+[[https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin]]
  
-===== Source Code Repository ===== + 
-[[http://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/]]+----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
  
-Bugs should be reported to the [[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-wavelan-plugin|Xfce bug tracking system]].+  * **[[:panel-plugins:xfce4-wavelan-plugin:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
-==== Open Bugs ==== 
-{{rss>http://bugzilla.xfce.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfieldto=Now&emailassigned_to1=1&emailassigned_to2=1&emailcc2=1&emailqa_contact2=1&emailreporter2=1&product=Xfce4-wavelan-plugin&query_format=advanced&title=Bug%20List:%20wavelan&ctype=atom}} 
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]+[[:xfce:xfce4-panel:start:|Return to xfce4-panel Main Documentation Page]]