Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | simplify | Olivier Blin | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | extract get_interface_icon | Olivier Blin | 2008-11-17 | 1 | -6/+7 |
| | |||||
* | extract get_interface_type | Olivier Blin | 2008-11-17 | 1 | -2/+7 |
| | |||||
* | show interface type name instead of just the interface | Olivier Blin | 2008-11-17 | 1 | -2/+12 |
| | |||||
* | correctly initialize monitor object in draknetcenter/drakroam/net_applet so ↵ | Olivier Blin | 2008-10-02 | 1 | -5/+4 |
| | | | | that it can be reused later | ||||
* | use NET_APPLET_DBUS variable in /etc/sysconfig/drakx-net as D-Bus option | Olivier Blin | 2008-05-12 | 1 | -2/+2 |
| | |||||
* | use common in network::net_applet so that find works again | Olivier Blin | 2008-04-30 | 1 | -0/+1 |
| | |||||
* | do not try to run ifw code if disabled (total memory gain of 156 kB after ↵ | Olivier Blin | 2008-04-30 | 1 | -1/+1 |
| | | | | network::net_applet::ifw move, if D-Bus is disabled) | ||||
* | move ifw code in network::net_applet::ifw | Olivier Blin | 2008-04-30 | 1 | -220/+3 |
| | |||||
* | move some variables in a network::net_applet package (to be shared with ↵ | Olivier Blin | 2008-04-30 | 1 | -23/+48 |
| | | | | future network::net_applet::ifw) | ||||
* | be safer ("id" should exist only if a monitor exist when running as non-root ↵ | Olivier Blin | 2008-04-30 | 1 | -1/+1 |
| | | | | user) | ||||
* | allow to disable D-Bus usage by setting DBUS=no in /etc/sysconfig/net_applet | Olivier Blin | 2008-04-30 | 1 | -1/+1 |
| | | | | | | (saves about 5200 kB of RSS memory) this disables Interactive Firewall and switching wireless network in the background without being root | ||||
* | read global settings from /etc/sysconfig/net_applet | Olivier Blin | 2008-04-30 | 1 | -0/+3 |
| |