summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.32.3Thierry Vignaud2013-12-082-1/+2
|
* Avoid system() as this seems to crash net_applet.Colin Guthrie2013-12-082-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 translationsMarek Laane2013-12-061-55/+35
|
* updated Dutch translationMarja van Waes2013-12-021-51/+41
|
* Chinese Traditional update by You-Cheng HsiehYuri Chornoivan2013-11-291-551/+193
|
* Update Greek translationdglent2013-11-291-3/+3
|
* drop SVN bitsThierry Vignaud2013-11-281-9/+0
|
* generate tarball in current directoryThierry Vignaud2013-11-281-2/+2
|
* 2.22.2Thierry Vignaud2013-11-282-1/+2
|
* fix "undefined value for mandatory argument 'sensitive'" (mga#11799)Thierry Vignaud2013-11-282-1/+3
| | | | getters really should _not_ return undef...
* Updated Turkish translationtarakbumba2013-11-281-20/+13
|
* 2.12.1Thierry Vignaud2013-11-262-1/+2
|
* - fix "undefined value for mandatory argument 'is_active'" (mga#11763)Thierry Vignaud2013-11-262-1/+2
|
* fix "undefined value for mandatory argument 'sensitive'" (mga#11764)Thierry Vignaud2013-11-262-1/+3
|
* Update Greek translationdglent2013-11-261-48/+47
|
* Updated Indonesian translationskiki2013-11-251-752/+261
|
* 2.02.0Thierry Vignaud2013-11-242-1/+4
|
* 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
|
* fix translations after switching to UIManagerThierry Vignaud2013-11-2471-1600/+1600
|
* 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
|
* fix "*** Gtk3::ComboBox::new: passed too many parameters"Thierry Vignaud2013-11-241-1/+1
|
* Gtk3::Gdk::Keysyms is no moreThierry Vignaud2013-11-241-1/+0
|
* perlish action_area() => get_action_area()Thierry Vignaud2013-11-242-3/+3
|
* fix computing root_window sizeThierry 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-247-11/+11
|
* 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-0/+0
| | | | rationale: it's unpackaged for years
* move net_monitor to old/Thierry Vignaud2013-11-241-0/+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-242-2/+2
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-243-14/+14
|
* perlish realized() => get_realized()Thierry Vignaud2013-11-241-1/+1
|
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-242-5/+5
|
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2013-11-241-1/+1
|