Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update Brazilian Portuguese translation | Yuri Chornoivan | 2013-12-09 | 1 | -266/+199 | |
| | ||||||
* | 2.3.12.3.1 | Thierry Vignaud | 2013-12-08 | 2 | -1/+3 | |
| | ||||||
* | fix a warning in net_applet (spoted by Colin Guthrie) | Thierry Vignaud | 2013-12-08 | 2 | -1/+3 | |
| | | | | | conversion of perlish visible() to get_visible() should have been to set_visible() in commit 3bef8ad88261e34551963b4a09c4877b4baea8ee | |||||
* | 2.32.3 | Thierry Vignaud | 2013-12-08 | 2 | -1/+2 | |
| | ||||||
* | Avoid system() as this seems to crash net_applet. | Colin Guthrie | 2013-12-08 | 2 | -1/+9 | |
| | | | | | | | | | | | | | In what would appear to be related to threads and gtk3, calling system() here appears to crash net_applet(). We can avoid it by simply reading the network config. I'm not sure if a global $net variable is available here or if things could be re-engineered to pass this object in, but this seems like a quick and easy fix. mga#11929 | |||||
* | Updated Estonian translations | Marek Laane | 2013-12-06 | 1 | -55/+35 | |
| | ||||||
* | updated Dutch translation | Marja van Waes | 2013-12-02 | 1 | -51/+41 | |
| | ||||||
* | Chinese Traditional update by You-Cheng Hsieh | Yuri Chornoivan | 2013-11-29 | 1 | -551/+193 | |
| | ||||||
* | Update Greek translation | dglent | 2013-11-29 | 1 | -3/+3 | |
| | ||||||
* | drop SVN bits | Thierry Vignaud | 2013-11-28 | 1 | -9/+0 | |
| | ||||||
* | generate tarball in current directory | Thierry Vignaud | 2013-11-28 | 1 | -2/+2 | |
| | ||||||
* | 2.22.2 | Thierry Vignaud | 2013-11-28 | 2 | -1/+2 | |
| | ||||||
* | fix "undefined value for mandatory argument 'sensitive'" (mga#11799) | Thierry Vignaud | 2013-11-28 | 2 | -1/+3 | |
| | | | | getters really should _not_ return undef... | |||||
* | Updated Turkish translation | tarakbumba | 2013-11-28 | 1 | -20/+13 | |
| | ||||||
* | 2.12.1 | Thierry Vignaud | 2013-11-26 | 2 | -1/+2 | |
| | ||||||
* | - fix "undefined value for mandatory argument 'is_active'" (mga#11763) | Thierry Vignaud | 2013-11-26 | 2 | -1/+2 | |
| | ||||||
* | fix "undefined value for mandatory argument 'sensitive'" (mga#11764) | Thierry Vignaud | 2013-11-26 | 2 | -1/+3 | |
| | ||||||
* | Update Greek translation | dglent | 2013-11-26 | 1 | -48/+47 | |
| | ||||||
* | Updated Indonesian translations | kiki | 2013-11-25 | 1 | -752/+261 | |
| | ||||||
* | 2.02.0 | Thierry Vignaud | 2013-11-24 | 2 | -1/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | fix translations after switching to UIManager | Thierry Vignaud | 2013-11-24 | 71 | -1600/+1600 | |
| | ||||||
* | 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 | |
| | ||||||
* | fix "*** Gtk3::ComboBox::new: passed too many parameters" | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -3/+3 | |
| | ||||||
* | fix computing root_window size | 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 | 7 | -11/+11 | |
| | ||||||
* | 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 | -0/+0 | |
| | | | | rationale: it's unpackaged for years | |||||
* | move net_monitor to old/ | Thierry Vignaud | 2013-11-24 | 1 | -0/+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 | 2 | -2/+2 | |
| | ||||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 3 | -14/+14 | |
| |