summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* move drakconnect-old to old/Thierry Vignaud2013-11-241-315/+0
| | | | rationale: it's unpackaged for years
* move net_monitor to old/Thierry Vignaud2013-11-241-642/+0
| | | | rationale: it's unpackaged for years
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-241-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-5/+5
|
* those setters no more accept undefThierry Vignaud2013-11-241-1/+1
|
* draw replaces expose_eventThierry Vignaud2013-11-241-2/+2
|
* visible() => get_visible()Thierry Vignaud2013-11-241-1/+1
|
* perlish ->child() => ->get_child()Thierry Vignaud2013-11-241-4/+4
|
* Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which ↵Thierry Vignaud2013-11-241-1/+1
| | | | provides the get_cells() method
* s/Gtk3::Combo/Gtk3::ComboBox/Thierry Vignaud2013-11-241-1/+1
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-242-10/+10
|
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-241-1/+1
|
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2013-11-241-1/+1
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-2412-290/+290
|
* 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
|
* Fix namespace problem on root user check (mga#11332)Colin Guthrie2013-10-012-3/+2
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-2912-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 modeColin Guthrie2013-09-293-0/+0
|
* 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
|
* install shorewall-ipv6 too (mga#9401)Thierry Vignaud2013-04-271-1/+1
|
* fix nfs server having switch to systemd unit (mga#3386, Derek Jennings)Thierry Vignaud2013-02-191-2/+2
|
* fix untranslatable strings (inspirated by Yuri Chornoivan, mga#8628)Thierry Vignaud2013-01-201-1/+5
|
* fix translation domain (Yuri Chornoivan, mga#8629)Thierry Vignaud2013-01-201-1/+1
|
* fix untranslatable strings (Yuri Chornoivan, mga#8638Thierry Vignaud2013-01-191-4/+4
|
* fix untranslatable strings (Yuri Chornoivan, mga#8640)Thierry Vignaud2013-01-181-1/+1
|
* draknfs: check /usr/sbin/rpc.nfsd instead of service fileOlivier Blin2012-10-131-1/+1
|
* fix nfs-utils detection now that we use only systemd (mga#7654)Nicolas Lécureuil2012-10-111-1/+1
|
* fix crashing due to missing icon (mga#5223)Thierry Vignaud2012-09-041-1/+1
|