summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* use new mygtk3::root_window_size()Thierry Vignaud2013-11-241-1/+1
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-2420-443/+443
|
* Slovenian translation updatedgtk2filip2013-11-231-19/+11
|
* Update French translation by DuneYuri Chornoivan2013-11-231-5/+5
|
* Update Russian translation by Alex LoginovYuri Chornoivan2013-11-231-754/+727
|
* Update French translation by DuneYuri Chornoivan2013-11-231-50/+60
|
* Update Ukrainian translationYuri Chornoivan2013-11-221-19/+15
|
* 1.291.29Colin Guthrie2013-11-211-1/+1
|
* Use more standard API for launching appsColin Guthrie2013-11-211-2/+2
|
* Fix pathsColin Guthrie2013-11-212-6/+8
| | | | Some commands are no longer in /usr/sbin
* i18n: Merge pot changes to po filesColin Guthrie2013-11-2170-6534/+10290
|
* i18n: Update pot file.Colin Guthrie2013-11-211-78/+118
|
* polkit: Fix support for several third party net management commands (mga#11286)Colin Guthrie2013-11-2110-9/+115
|
* i18n: Add .gitignoreColin Guthrie2013-11-211-0/+2
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-171-1/+1
|
* do not do costly urpmi check before forking net_monitorThierry Vignaud2013-11-122-1/+3
|
* Updated turkish translationtarakbumba2013-11-051-37/+27
|
* Slovenian translation updatedfilip2013-10-241-33/+27
|
* Update Russian translationYuri Chornoivan2013-10-241-748/+691
|
* Update Ukrainian translationYuri Chornoivan2013-10-211-27/+34
|
* Do not add 127.0.0.1 entires to /etc/hosts as this is handled by nss-myhostnameOlav Vitters2013-10-151-3/+1
|
* Update Ukrainian translationYuri Chornoivan2013-10-151-8/+10
|
* Update Ukrainian translationYuri Chornoivan2013-10-141-4/+4
|
* 1.281.28Colin Guthrie2013-10-132-1/+2
|
* polkit: Use exec in wrapper scriptsColin Guthrie2013-10-121-1/+1
|
* polkit: Tidy up polkit supportColin Guthrie2013-10-1231-51/+32
|
* i18n: Update po filesColin Guthrie2013-10-0170-117131/+125241
|
* i18n: Update potColin Guthrie2013-10-011-348/+348
|
* i18n: 'merge' also depends on pot file.Colin Guthrie2013-10-011-1/+1
|
* i18n: Do not version POTFILES.inColin Guthrie2013-10-012-14/+1
|
* 1.271.27Colin Guthrie2013-10-012-2/+3
|
* Fix namespace problem on root user check (mga#11332)Colin Guthrie2013-10-013-3/+4
|
* 1.261.26Colin Guthrie2013-09-292-1/+2
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-2946-691/+1157
| | | | | | | | | | | | | | 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.