summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* stop using Gtk3::Notify::Queue as it's brokenThierry Vignaud2015-09-031-9/+20
* log dbus errorsThierry Vignaud2015-09-031-0/+6
* fix undefined value for parameter (mga#13206)Thierry Vignaud2015-06-031-13/+18
* 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
* 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
* 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
* 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
* - 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
* 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
* 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
* 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
* move net_monitor to old/Thierry Vignaud2013-11-241-642/+0
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-241-1/+1
* 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 provide...Thierry Vignaud2013-11-241-1/+1
* 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