Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish can_default() is no more: use set_/get_can_default() instead | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | switch from gtk2 to gtk3 | Thierry Vignaud | 2013-11-24 | 12 | -290/+290 |
| | |||||
* | 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 |
| | |||||
* | Fix namespace problem on root user check (mga#11332) | Colin Guthrie | 2013-10-01 | 2 | -3/+2 |
| | |||||
* | Convert to polkit from usermode consolehelper for gaining root privileges | Colin Guthrie | 2013-09-29 | 12 | -10/+35 |
| | | | | | | | | | | | | | | polkit is better integrated into various environments, both console and GUI and offers better access rules and prevents the internal need to run su which is prone to errors and doesn't offer an environment agnostic prompt to the user. In this case the current package policy (in rpm spec) has been migrated here and is as follows: draknetcenter requires authentication as the current user. Everything else require authentication as an administrator. | ||||
* | bin: Fix file mode | Colin Guthrie | 2013-09-29 | 3 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | install shorewall-ipv6 too (mga#9401) | Thierry Vignaud | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | fix nfs server having switch to systemd unit (mga#3386, Derek Jennings) | Thierry Vignaud | 2013-02-19 | 1 | -2/+2 |
| | |||||
* | fix untranslatable strings (inspirated by Yuri Chornoivan, mga#8628) | Thierry Vignaud | 2013-01-20 | 1 | -1/+5 |
| | |||||
* | fix translation domain (Yuri Chornoivan, mga#8629) | Thierry Vignaud | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | fix untranslatable strings (Yuri Chornoivan, mga#8638 | Thierry Vignaud | 2013-01-19 | 1 | -4/+4 |
| | |||||
* | fix untranslatable strings (Yuri Chornoivan, mga#8640) | Thierry Vignaud | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | draknfs: check /usr/sbin/rpc.nfsd instead of service file | Olivier Blin | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | fix nfs-utils detection now that we use only systemd (mga#7654) | Nicolas Lécureuil | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | fix crashing due to missing icon (mga#5223) | Thierry Vignaud | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | do not fork useless shells, also should help with variables with | Thierry Vignaud | 2012-03-20 | 1 | -4/+4 |
| | | | | spaces or other "strange" characters in |