summaryrefslogtreecommitdiffstats
path: root/bin/net_applet
Commit message (Collapse)AuthorAgeFilesLines
* stop using Gtk3::Notify::Queue as it's brokenThierry Vignaud2015-09-031-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 errorsThierry Vignaud2015-09-031-0/+6
|
* use high res icon for unconfigured state notification (mga#7434)Rémi Verschelde2015-03-121-1/+1
|
* use high res icons for notifications (mga#7434)Thierry Vignaud2015-03-111-4/+5
|
* block CHLD signals on startup in order to prevent glib-threading segfaultsThierry Vignaud2014-01-221-2/+7
|
* delay setting SIG_CHLD handlerThierry Vignaud2014-01-081-1/+1
| | | | thus preventing potential segfault on startup (mga#10289)
* simplifyThierry Vignaud2013-12-271-2/+1
|
* fix a warning in net_applet (spoted by Colin Guthrie)Thierry Vignaud2013-12-081-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 Vignaud2013-11-261-1/+1
|
* fix tooltip usage with Gtk3Thierry Vignaud2013-11-241-1/+1
|
* visible() => get_visible()Thierry Vignaud2013-11-241-1/+1
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-241-23/+23
|
* Use more standard API for launching appsColin Guthrie2013-11-211-2/+2
|
* Fix pathsColin Guthrie2013-11-211-6/+6
| | | | Some commands are no longer in /usr/sbin
* polkit: Fix support for several third party net management commands (mga#11286)Colin Guthrie2013-11-211-1/+1
|
* install net_monitor package on demand (mga#157)Derek Jennings2013-08-241-0/+5
|
* net_applet: fix error dialog title after selecting a wireless networkOlivier Blin2013-05-091-1/+1
|
* net_applet/netcenter/drakroam: remove unused pixbufs creationOlivier Blin2013-05-071-5/+0
|
* perl_checker cleanupsThierry Vignaud2012-03-201-5/+5
|
* net_applet: use better libnotify app nameOlivier Blin2011-12-091-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-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 Blin2010-06-031-1/+1
| | | | by commit 263592)
* Fix indentation of actions hashClaudio Matsuoka2009-11-181-62/+94
|
* properly take care of child processesEugeni Dodonov2009-10-271-42/+20
|
* properly treat children processes (#54636) in net_appletEugeni Dodonov2009-10-261-12/+42
|
* Run net_monitor from /usr/bin (to comply with new net_monitor layout).Eugeni Dodonov2009-10-131-1/+1
|
* updated NEWSEugeni Dodonov2009-09-291-0/+3
|
* clearing pending ifw notifications in net_applet (#48493). This can beEugeni Dodonov2009-09-291-0/+4
| | | | done manually too, by sending -SIGUSR1 to net_applet.
* updated Connecting string to be in sync with translationsEugeni Dodonov2009-09-161-1/+1
|
* Update net_applet icon when a connection is in progress (#50741)Eugeni Dodonov2009-09-151-4/+19
|
* Removed tooltip updating on every 2 seconds.Eugeni Dodonov2009-03-261-1/+0
|
* Rechecking wireless networks when updating applet state (#40912).Eugeni Dodonov2009-03-261-0/+3
|
* Updating tooltip periodically (#48408, #40912).Eugeni Dodonov2009-03-041-0/+1
|
* fix crash in net_applet when mandi is started (happens if mandi was not ↵Olivier Blin2009-03-031-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 Blin2009-02-251-0/+15
| | | | support is enabled)
* Restored strict pragma.Eugeni Dodonov2009-01-271-0/+1
|
* Added support for DNS server in tooltip.Eugeni Dodonov2009-01-271-1/+2
|
* use longer description for user-friendly interface namesOlivier Blin2008-11-201-1/+1
|
* use user-friendly interface nameOlivier Blin2008-11-191-2/+2
|
* simplifyOlivier Blin2008-11-171-1/+1
|
* extract get_interface_iconOlivier Blin2008-11-171-6/+7
|
* extract get_interface_typeOlivier Blin2008-11-171-2/+7
|
* show interface type name instead of just the interfaceOlivier Blin2008-11-171-2/+12
|
* correctly initialize monitor object in draknetcenter/drakroam/net_applet so ↵Olivier Blin2008-10-021-5/+4
| | | | that it can be reused later
* use NET_APPLET_DBUS variable in /etc/sysconfig/drakx-net as D-Bus optionOlivier Blin2008-05-121-2/+2
|
* use common in network::net_applet so that find works againOlivier Blin2008-04-301-0/+1
|
* do not try to run ifw code if disabled (total memory gain of 156 kB after ↵Olivier Blin2008-04-301-1/+1
| | | | network::net_applet::ifw move, if D-Bus is disabled)
* move ifw code in network::net_applet::ifwOlivier Blin2008-04-301-220/+3
|
* move some variables in a network::net_applet package (to be shared with ↵Olivier Blin2008-04-301-23/+48
| | | | future network::net_applet::ifw)
* be safer ("id" should exist only if a monitor exist when running as non-root ↵Olivier Blin2008-04-301-1/+1
| | | | user)