Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use SNI when running under Enlightenment (mga#23954). | Martin Whitaker | 2019-01-28 | 1 | -2/+2 |
| | |||||
* | Change $is_plasma to $is_sni - other DEs support SNI now. | Martin Whitaker | 2019-01-28 | 1 | -8/+8 |
| | |||||
* | Force use of X11 backend when running on Wayland (mga#20680) | Martin Whitaker | 2019-01-28 | 1 | -0/+1 |
| | |||||
* | show IPv6 address if a global one was given | José JORGE [zezinho] | 2018-09-23 | 1 | -0/+1 |
| | |||||
* | Make sure to unset the context menu before destroying it | Frédéric Buclin | 2017-07-31 | 1 | -7/+3 |
| | |||||
* | Prefer add_seconds() over add() as it uses less CPU and memory | Frédéric Buclin | 2017-03-13 | 1 | -2/+2 |
| | |||||
* | Use DBus Menu + StatusNotifier 1.0 (mga#20410) | Frédéric Buclin | 2017-03-13 | 1 | -30/+24 |
| | |||||
* | Make sure the status icon exists before trying to display it (mga#20425) | Frédéric Buclin | 2017-03-10 | 1 | -12/+9 |
| | | | | | This patch also does some cleanup (left during the StatusNotifier implementation) | ||||
* | Hybrid support for both SNI (for Plasma) and GtkStatusIcon | Frédéric Buclin | 2017-03-05 | 1 | -17/+34 |
| | |||||
* | Force get_strength_icon() to return only the PixBuf object when called from ↵ | Frédéric Buclin | 2017-03-04 | 1 | -1/+1 |
| | | | | set_from_pixbuf() | ||||
* | Fix the net_applet status icon (mga#17592) | Frédéric Buclin | 2017-03-04 | 1 | -30/+40 |
| | | | | This also restores the tooltip with IP information. | ||||
* | stop using Gtk3::Notify::Queue as it's broken | Thierry Vignaud | 2015-09-03 | 1 | -9/+20 |
| | | | | | | | rationale: 'closed' signal is never sent by libnotify and thus queue is never popped and thus net_applet always shows the same first message, the others are never shown | ||||
* | log dbus errors | Thierry Vignaud | 2015-09-03 | 1 | -0/+6 |
| | |||||
* | use high res icon for unconfigured state notification (mga#7434) | Rémi Verschelde | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | use high res icons for notifications (mga#7434) | Thierry Vignaud | 2015-03-11 | 1 | -4/+5 |
| | |||||
* | block CHLD signals on startup in order to prevent glib-threading segfaults | Thierry Vignaud | 2014-01-22 | 1 | -2/+7 |
| | |||||
* | delay setting SIG_CHLD handler | Thierry Vignaud | 2014-01-08 | 1 | -1/+1 |
| | | | | thus preventing potential segfault on startup (mga#10289) | ||||
* | simplify | Thierry Vignaud | 2013-12-27 | 1 | -2/+1 |
| | |||||
* | fix a warning in net_applet (spoted by Colin Guthrie) | Thierry Vignaud | 2013-12-08 | 1 | -1/+1 |
| | | | | | conversion of perlish visible() to get_visible() should have been to set_visible() in commit 3bef8ad88261e34551963b4a09c4877b4baea8ee | ||||
* | - fix "undefined value for mandatory argument 'is_active'" (mga#11763) | Thierry Vignaud | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | fix tooltip usage with Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | visible() => get_visible() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | switch from gtk2 to gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -23/+23 |
| | |||||
* | Use more standard API for launching apps | Colin Guthrie | 2013-11-21 | 1 | -2/+2 |
| | |||||
* | Fix paths | Colin Guthrie | 2013-11-21 | 1 | -6/+6 |
| | | | | Some commands are no longer in /usr/sbin | ||||
* | polkit: Fix support for several third party net management commands (mga#11286) | Colin Guthrie | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | install net_monitor package on demand (mga#157) | Derek Jennings | 2013-08-24 | 1 | -0/+5 |
| | |||||
* | net_applet: fix error dialog title after selecting a wireless network | Olivier Blin | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | net_applet/netcenter/drakroam: remove unused pixbufs creation | Olivier Blin | 2013-05-07 | 1 | -5/+0 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-20 | 1 | -5/+5 |
| | |||||
* | net_applet: use better libnotify app name | Olivier Blin | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-net ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: po - replace Mandriva by Mangeia in po files pixmaps - replace all images (use Oxygen) icons - replace all images (use Oxygen) lib - remove Mandriva occurrences - movre dbus prefix to org.mageia config - remove Mandriva occurrences - movre dbus prefix to org.mageia | ||||
* | fix blank entry for IFW in net_applet menu, aka baby-doll bug #58564 (caused ↵ | Olivier Blin | 2010-06-03 | 1 | -1/+1 |
| | | | | by commit 263592) | ||||
* | Fix indentation of actions hash | Claudio Matsuoka | 2009-11-18 | 1 | -62/+94 |
| | |||||
* | properly take care of child processes | Eugeni Dodonov | 2009-10-27 | 1 | -42/+20 |
| | |||||
* | properly treat children processes (#54636) in net_applet | Eugeni Dodonov | 2009-10-26 | 1 | -12/+42 |
| | |||||
* | Run net_monitor from /usr/bin (to comply with new net_monitor layout). | Eugeni Dodonov | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | updated NEWS | Eugeni Dodonov | 2009-09-29 | 1 | -0/+3 |
| | |||||
* | clearing pending ifw notifications in net_applet (#48493). This can be | Eugeni Dodonov | 2009-09-29 | 1 | -0/+4 |
| | | | | done manually too, by sending -SIGUSR1 to net_applet. | ||||
* | updated Connecting string to be in sync with translations | Eugeni Dodonov | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Update net_applet icon when a connection is in progress (#50741) | Eugeni Dodonov | 2009-09-15 | 1 | -4/+19 |
| | |||||
* | Removed tooltip updating on every 2 seconds. | Eugeni Dodonov | 2009-03-26 | 1 | -1/+0 |
| | |||||
* | Rechecking wireless networks when updating applet state (#40912). | Eugeni Dodonov | 2009-03-26 | 1 | -0/+3 |
| | |||||
* | Updating tooltip periodically (#48408, #40912). | Eugeni Dodonov | 2009-03-04 | 1 | -0/+1 |
| | |||||
* | fix crash in net_applet when mandi is started (happens if mandi was not ↵ | Olivier Blin | 2009-03-03 | 1 | -4/+3 |
| | | | | available at net_applet start), this requires some API change to split init code, so that we do not add the dbus filters every time we try to reconnect the network::ifw object | ||||
* | reload network interfaces list when a new network device appears (if dbus ↵ | Olivier Blin | 2009-02-25 | 1 | -0/+15 |
| | | | | support is enabled) | ||||
* | Restored strict pragma. | Eugeni Dodonov | 2009-01-27 | 1 | -0/+1 |
| | |||||
* | Added support for DNS server in tooltip. | Eugeni Dodonov | 2009-01-27 | 1 | -1/+2 |
| | |||||
* | use longer description for user-friendly interface names | Olivier Blin | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | use user-friendly interface name | Olivier Blin | 2008-11-19 | 1 | -2/+2 |
| |