summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* - drakfirewall: cloned to a drakfirewall6 for IPv6 firewallzezinho2019-04-031-0/+36
|
* Remove obsoleted security 'share' option (mga#21117)Nicolas Lécureuil2019-02-171-2/+4
| | | | Patch from Frédéric Buclin
* Use SNI when running under Enlightenment (mga#23954).Martin Whitaker2019-01-281-2/+2
|
* Change $is_plasma to $is_sni - other DEs support SNI now.Martin Whitaker2019-01-281-8/+8
|
* Force use of X11 backend when running on Wayland (mga#20680)Martin Whitaker2019-01-281-0/+1
|
* show IPv6 address if a global one was givenJosé JORGE [zezinho]2018-09-231-0/+1
|
* Make sure to unset the context menu before destroying itFrédéric Buclin2017-07-311-7/+3
|
* Update require samba rpm instead of samba-server which is no more providedPapoteur2017-03-211-1/+1
|
* Prefer add_seconds() over add() as it uses less CPU and memoryFrédéric Buclin2017-03-131-2/+2
|
* Use DBus Menu + StatusNotifier 1.0 (mga#20410)Frédéric Buclin2017-03-131-30/+24
|
* Make sure the status icon exists before trying to display it (mga#20425)Frédéric Buclin2017-03-101-12/+9
| | | | | This patch also does some cleanup (left during the StatusNotifier implementation)
* Hybrid support for both SNI (for Plasma) and GtkStatusIconFrédéric Buclin2017-03-051-17/+34
|
* Force get_strength_icon() to return only the PixBuf object when called from ↵Frédéric Buclin2017-03-041-1/+1
| | | | set_from_pixbuf()
* Fix the net_applet status icon (mga#17592)Frédéric Buclin2017-03-041-30/+40
| | | | This also restores the tooltip with IP information.
* kill reference to "drakwizard sambashare" (mga#8112)Thierry Vignaud2016-08-281-1/+1
|
* 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
|
* fix undefined value for parameter (mga#13206)Thierry Vignaud2015-06-031-13/+18
| | | | | regression introduced in commit 4a4453328a1a2051307f44e6c1c200625666ba16 simplify/factorize BTW
* kill old reference to drakwizardThierry Vignaud2015-06-031-5/+0
|
* bypass package install with --testingThierry Vignaud2015-06-031-1/+3
|
* fix handling UTF-8 directories (mga#13354)Thierry Vignaud2015-06-032-0/+4
|
* fix empty user list (mga#12530)Thierry Vignaud2015-05-191-1/+1
| | | | | | | just use simpler Gtk3::ComboBoxText bug introduced in commit 4a4453328a1a2051307f44e6c1c200625666ba16 when switching from gtk2 to gtk3
* 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
|
* make sure net and loc zones don't have the same interface (mga#14904)Maarten Vanraes2014-12-301-0/+6
|
* drakgw no local interfacesMaarten Vanraes2014-06-091-0/+2
| | | | | if shorewall local zone is unconfigured (has no interfaces), set it to all interfaces (except the chosen net zone one).
* 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 my emailThierry Vignaud2013-12-162-2/+2
|
* fix mga web url (mga#11972)Thierry Vignaud2013-12-131-1/+1
|
* fix crashing when displaying about dialog (mga#11972)Thierry Vignaud2013-12-121-1/+1
|
* mga redid artistic stuffThierry Vignaud2013-12-121-1/+0
|
* 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
|
* simplify / fix crash when set_text() parameter is undefThierry Vignaud2013-11-241-18/+14
|
* (modify_entry) fix a crashThierry Vignaud2013-11-241-0/+4
| | | | but the button really should be made unsensitive until a selection is done...
* simplifyThierry Vignaud2013-11-241-4/+3
|
* OptionMenu has been deprecated prior to Gtk3Thierry Vignaud2013-11-242-4/+4
|
* convert to UIManagerThierry Vignaud2013-11-242-45/+66
|
* (about_dialog) split it outThierry Vignaud2013-11-241-20/+22
| | | | needed for next commit
* perl_checker cleanupThierry Vignaud2013-11-241-2/+2
|
* Gtk3::Gdk::Keysyms is no moreThierry Vignaud2013-11-241-1/+0
|
* perlish action_area() => get_action_area()Thierry Vignaud2013-11-241-1/+1
|
* perlish sensitive() => get_sensitive()Thierry Vignaud2013-11-241-1/+1
|
* fix various "undefined value for mandatory argument..."Thierry Vignaud2013-11-241-5/+5
|
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2013-11-244-6/+6
|
* fix "undefined value for mandatory argument 'title'"Thierry Vignaud2013-11-241-1/+1
| | | | also reported by perl_checker ("not enough parameters")
* fix "undefined value for mandatory argument 'border_width'"Thierry Vignaud2013-11-241-1/+1
|