summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* perlish $dialog->action_area => $dialog->get_action_areaThierry Vignaud2013-11-244-4/+4
|
* prevent set_active() to be called with undef parameterThierry Vignaud2013-11-241-3/+3
|
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2013-11-244-4/+4
|
* those setters no more accept undefThierry Vignaud2013-11-243-6/+6
|
* perlish $adjustment->value => adjustment->get_valueThierry Vignaud2013-11-241-1/+1
|
* kill this (uneeded)Thierry Vignaud2013-11-241-72/+0
|
* split menu closures as real functionsThierry Vignaud2013-11-241-40/+55
| | | | (needed for next commit)
* drop Jazz option (dead for years)Thierry Vignaud2013-11-241-4/+0
|
* we no longuer have access to PANGO_SCALE_* with introspectionThierry Vignaud2013-11-241-1/+1
|
* 'draw' replaces 'expose_event'Thierry Vignaud2013-11-241-2/+2
|
* do not attempt to install package in testing modeThierry Vignaud2013-11-241-1/+3
|
* use new mygtk3::root_window_size()Thierry Vignaud2013-11-241-1/+1
|
* use Pango as binded by Gtk3Thierry Vignaud2013-11-241-1/+0
|
* (create_boxradio,create_widgets) adapt to new tooltips APIThierry Vignaud2013-11-241-6/+3
|
* s/Gtk3::Combo/Gtk3::ComboBox/Thierry Vignaud2013-11-241-1/+1
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-2/+2
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-244-9/+9
|
* 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
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-2413-174/+174
|
* Gtk2::Pango -> PangoThierry Vignaud2013-11-241-3/+3
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-2421-97/+97
|
* convert from mygtk2 to ugtk2Thierry Vignaud2013-11-243-3/+3
| | | | (needed for next commits)
* Update Spanish translationYuri Chornoivan2013-11-241-47/+37
|
* draksec: Make sure to restart polkitd after writing new rulesColin Guthrie2013-11-241-1/+3
| | | | | | Also do not try to rm the file if it does not exist (it seems to complain and then exit if you try to do it on a non-existant file - which means the function is not named nicely as -f to rm should make it ignore this)
* Update French translation by DuneYuri Chornoivan2013-11-231-38/+43
|
* draksec: drakbackup seems dead.Colin Guthrie2013-11-211-1/+1
| | | | Remove it from the list, but keep the i18n bits just in case it returns.
* draksec: Rename binaries for new policy file nameColin Guthrie2013-11-211-9/+9
|
* draksec: Use 'Administrator password' rather than 'Root password'.Colin Guthrie2013-11-2172-72/+72
| | | | | | | | This is more accurate as you can override polkit configuration such that any user in the wheel group will acceptable rather than the 'root' user specifically. Keep existing translations however to avoid unnecessary churn.
* polkit: Add support to draksec for writing polkit policy override rules.Colin Guthrie2013-11-213-16/+52
| | | | This allows draksec to override things properly under polkit.
* Fix string comparison in chrony supportColin Guthrie2013-11-171-1/+1
| | | | My bad, not David's
* Add chrony support to drakclock mga#11092David Walser2013-11-172-20/+25
| | | | | | | | | | | v2 (by Colin Guthrie) * Fix external variable reference (my -> our + $ when using it) * Drop systemd cgroup filesystem check as the path has changed now (prefer "systemctl is-active foo.service" instead) * Add iburst to chrony config server definitions (triggers sync at startup) * Don't use ntpdate with chrony - rather chronyc waitsync * Don't bother checking for ntp in finish-install - just use chrony
* polkit: fix wrappers to properly escape arguments when calling the binaryColin Guthrie2013-11-121-1/+1
|
* Fix Tamil PO-fileYuri Chornoivan2013-11-111-1/+1
|
* properly escape 5096UIDThomas Backlund2013-11-111-1/+1
|
* use 500 instead of 500Thomas Backlund2013-11-101-1/+1
|
* fix typo in last Makefile changeThomas Backlund2013-11-091-1/+1
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-091-1/+1
|
* Updated turkish translationtarakbumba2013-11-051-30/+41
|
* small fix in Slovenian translationfilip2013-10-241-2/+3
|
* Update Russian translationYuri Chornoivan2013-10-241-420/+440
|
* fixed typo in Slovenian translationfilip2013-10-241-2/+2
|
* Slovenian translation updatedfilip2013-10-241-39/+29
|
* More fixes to Ukrainian translationYuri Chornoivan2013-10-161-3/+3
|
* Fix Ukrainian translationYuri Chornoivan2013-10-161-3/+3
|
* Update Ukrainian translationYuri Chornoivan2013-10-141-26/+16
|
* polkit: Use exec in wrapper scriptsColin Guthrie2013-10-121-1/+1
|
* i18n: Update poColin Guthrie2013-10-1170-1050/+4914
|
* i18n: Update potColin Guthrie2013-10-111-15/+65
|
* polkit: Handle some more binaries missed in the polkit conversion.Colin Guthrie2013-10-116-0/+132
| | | | mga#11125 mga#11418