Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | kill reference to "drakwizard sambashare" (mga#8112) | Thierry Vignaud | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | fix undefined value for parameter (mga#13206) | Thierry Vignaud | 2015-06-03 | 1 | -13/+18 |
| | | | | | regression introduced in commit 4a4453328a1a2051307f44e6c1c200625666ba16 simplify/factorize BTW | ||||
* | kill old reference to drakwizard | Thierry Vignaud | 2015-06-03 | 1 | -5/+0 |
| | |||||
* | bypass package install with --testing | Thierry Vignaud | 2015-06-03 | 1 | -1/+3 |
| | |||||
* | fix handling UTF-8 directories (mga#13354) | Thierry Vignaud | 2015-06-03 | 2 | -0/+4 |
| | |||||
* | fix empty user list (mga#12530) | Thierry Vignaud | 2015-05-19 | 1 | -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 Verschelde | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | use high res icons for notifications (mga#7434) | Thierry Vignaud | 2015-03-11 | 1 | -4/+5 |
| | |||||
* | make sure net and loc zones don't have the same interface (mga#14904) | Maarten Vanraes | 2014-12-30 | 1 | -0/+6 |
| | |||||
* | drakgw no local interfaces | Maarten Vanraes | 2014-06-09 | 1 | -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 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 my email | Thierry Vignaud | 2013-12-16 | 2 | -2/+2 |
| | |||||
* | fix mga web url (mga#11972) | Thierry Vignaud | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | fix crashing when displaying about dialog (mga#11972) | Thierry Vignaud | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | mga redid artistic stuff | Thierry Vignaud | 2013-12-12 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | simplify / fix crash when set_text() parameter is undef | Thierry Vignaud | 2013-11-24 | 1 | -18/+14 |
| | |||||
* | (modify_entry) fix a crash | Thierry Vignaud | 2013-11-24 | 1 | -0/+4 |
| | | | | but the button really should be made unsensitive until a selection is done... | ||||
* | simplify | Thierry Vignaud | 2013-11-24 | 1 | -4/+3 |
| | |||||
* | OptionMenu has been deprecated prior to Gtk3 | Thierry Vignaud | 2013-11-24 | 2 | -4/+4 |
| | |||||
* | convert to UIManager | Thierry Vignaud | 2013-11-24 | 2 | -45/+66 |
| | |||||
* | (about_dialog) split it out | Thierry Vignaud | 2013-11-24 | 1 | -20/+22 |
| | | | | needed for next commit | ||||
* | perl_checker cleanup | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | Gtk3::Gdk::Keysyms is no more | Thierry Vignaud | 2013-11-24 | 1 | -1/+0 |
| | |||||
* | perlish action_area() => get_action_area() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish sensitive() => get_sensitive() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | fix various "undefined value for mandatory argument..." | Thierry Vignaud | 2013-11-24 | 1 | -5/+5 |
| | |||||
* | perlish $dialog->vbox => $dialog->get_child | Thierry Vignaud | 2013-11-24 | 4 | -6/+6 |
| | |||||
* | fix "undefined value for mandatory argument 'title'" | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | also reported by perl_checker ("not enough parameters") | ||||
* | fix "undefined value for mandatory argument 'border_width'" | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | move drakconnect-old to old/ | Thierry Vignaud | 2013-11-24 | 1 | -315/+0 |
| | | | | rationale: it's unpackaged for years | ||||
* | move net_monitor to old/ | Thierry Vignaud | 2013-11-24 | 1 | -642/+0 |
| | | | | rationale: it's unpackaged for years | ||||
* | workaround a gtk+3 regression (bgo#711873) | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873 | ||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2013-11-24 | 1 | -5/+5 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | draw replaces expose_event | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | visible() => get_visible() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->child() => ->get_child() | Thierry Vignaud | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which ↵ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | provides the get_cells() method | ||||
* | s/Gtk3::Combo/Gtk3::ComboBox/ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 2 | -10/+10 |
| |