Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:panel-plugins:xfce4-wavelan-plugin [2010/12/04 02:23] frivoal update release info |
projects:panel-plugins:xfce4-wavelan-plugin [2015/03/04 22:26] (current) landry [0.5.12 (2015/03/04)] |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== About ===== | ===== About ===== | ||
- | Written by Benedikt Meurer, 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. | + | 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 | It shows signal quality as percentage on Linux and dBm on BSDs, hence progressbar will probably | ||
Line 15: | Line 15: | ||
===== Reporting Bugs ===== | ===== Reporting Bugs ===== | ||
- | Bugs should be reported to the [[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-cpugraph-plugin|Xfce bug tracking system]]. | + | Bugs should be reported to the [[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-wavelan-plugin|Xfce bug tracking system]]. |
===== Getting it ===== | ===== Getting it ===== | ||
Line 22: | Line 22: | ||
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/]]. | 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/]]. | ||
===== Recent Releases ===== | ===== Recent Releases ===== | ||
- | 0.5.6 (2010/12/04): | + | |
- | --------- | + | |
+ | ==== 0.5.12 (2015/03/04) ==== | ||
+ | |||
+ | * Add strings to translation | ||
+ | * 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) ==== | ||
+ | * Better compliance with panel plugin HIG | ||
+ | * Fix transparency and put event box above its children (bug #8913) | ||
+ | |||
+ | ==== 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) ==== | ||
+ | * Make the icon optional (bug #7520) | ||
+ | |||
+ | ==== 0.5.8 (2012/04/09) ==== | ||
+ | * Build the plugin as an external module | ||
+ | * Add about dialog | ||
+ | |||
+ | |||
+ | ==== 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) ==== | ||
* Support for both xfce 4.6 and 4.8 | * Support for both xfce 4.6 and 4.8 | ||
* Various bug fixes and code cleanup | * Various bug fixes and code cleanup | ||
* Translated into 6 more languages (33 total) | * Translated into 6 more languages (33 total) | ||
- | 0.5.5 (2009/04/09): | + | ==== 0.5.5 (2009/04/09) ==== |
- | --------- | + | |
* Merge various patches from NetBSD and FreeBSD, 'should' work everywhere now.. | * Merge various patches from NetBSD and FreeBSD, 'should' work everywhere now.. | ||
* Totally revamped GUI, courtesy of Johan van der Slikke | * Totally revamped GUI, courtesy of Johan van der Slikke | ||
Line 35: | Line 69: | ||
* Various bugfixes, localized config dialog is fixed | * Various bugfixes, localized config dialog is fixed | ||
- | 0.5.4 (2007/01/17): | + | ==== 0.5.4 (2007/01/17) ==== |
- | --------- | + | |
* Add an option to make the panel icon square. | * 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 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. | ||
Line 43: | Line 76: | ||
* Fix compilation on kfreebsd thanks to Petr Salinger. | * Fix compilation on kfreebsd thanks to Petr Salinger. | ||
- | 0.5.3 (2006/09/11): | + | ==== 0.5.3 (2006/09/11) ==== |
- | --------- | + | |
* Fix a typo that referenced the wrong executable in the .desktop file. | * Fix a typo that referenced the wrong executable in the .desktop file. | ||
- | 0.5.2 (2006/08/10): | + | ==== 0.5.2 (2006/08/10) ==== |
- | --------- | + | |
* Fix the regression that made the icon square. | * Fix the regression that made the icon square. | ||
* Added Italian translation. (Thanks ema). | * Added Italian translation. (Thanks ema). | ||
* Allow hiding the plugin if no device is present. | * Allow hiding the plugin if no device is present. | ||
- | 0.5.1 (2006/08/09): | + | ==== 0.5.1 (2006/08/09) ==== |
- | --------- | + | |
* Fix the bug that meant that it couldn't find the device on most systems. | * Fix the bug that meant that it couldn't find the device on most systems. | ||
- | 0.5.0 (2006/05/03): | + | ==== 0.5.0 (2006/05/03) ==== |
- | --------- | + | |
* Updated to new panel API | * Updated to new panel API | ||
===== Source code repository ===== | ===== Source code repository ===== | ||
[[http://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/]] | [[http://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/]] | ||
+ | |||
+ | ===== Recent Changes ===== | ||
+ | {{rss>http://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/atom/ 5 date}} | ||
+ | |||
+ | ==== 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}} | ||
+ |