Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no need to implement our own cell renderer | Thierry Vignaud | 2013-11-24 | 1 | -1/+7 |
| | |||||
* | 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 $dialog->action_area => $dialog->get_action_area | Thierry Vignaud | 2013-11-24 | 4 | -4/+4 |
| | |||||
* | prevent set_active() to be called with undef parameter | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 |
| | |||||
* | perlish $dialog->vbox => $dialog->get_child | Thierry Vignaud | 2013-11-24 | 4 | -4/+4 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2013-11-24 | 3 | -6/+6 |
| | |||||
* | perlish $adjustment->value => adjustment->get_value | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | kill this (uneeded) | Thierry Vignaud | 2013-11-24 | 1 | -72/+0 |
| | |||||
* | split menu closures as real functions | Thierry Vignaud | 2013-11-24 | 1 | -40/+55 |
| | | | | (needed for next commit) | ||||
* | drop Jazz option (dead for years) | Thierry Vignaud | 2013-11-24 | 1 | -4/+0 |
| | |||||
* | we no longuer have access to PANGO_SCALE_* with introspection | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | 'draw' replaces 'expose_event' | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | do not attempt to install package in testing mode | Thierry Vignaud | 2013-11-24 | 1 | -1/+3 |
| | |||||
* | use new mygtk3::root_window_size() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | use Pango as binded by Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+0 |
| | |||||
* | (create_boxradio,create_widgets) adapt to new tooltips API | Thierry Vignaud | 2013-11-24 | 1 | -6/+3 |
| | |||||
* | s/Gtk3::Combo/Gtk3::ComboBox/ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->allocation => ->get_allocation | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 4 | -9/+9 |
| | |||||
* | Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish can_default() is no more: use set_/get_can_default() instead | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 13 | -174/+174 |
| | |||||
* | Gtk2::Pango -> Pango | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 21 | -97/+97 |
| | |||||
* | convert from mygtk2 to ugtk2 | Thierry Vignaud | 2013-11-24 | 3 | -3/+3 |
| | | | | (needed for next commits) | ||||
* | Update Spanish translation | Yuri Chornoivan | 2013-11-24 | 1 | -47/+37 |
| | |||||
* | draksec: Make sure to restart polkitd after writing new rules | Colin Guthrie | 2013-11-24 | 1 | -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 Dune | Yuri Chornoivan | 2013-11-23 | 1 | -38/+43 |
| | |||||
* | draksec: drakbackup seems dead. | Colin Guthrie | 2013-11-21 | 1 | -1/+1 |
| | | | | Remove it from the list, but keep the i18n bits just in case it returns. | ||||
* | draksec: Rename binaries for new policy file name | Colin Guthrie | 2013-11-21 | 1 | -9/+9 |
| | |||||
* | draksec: Use 'Administrator password' rather than 'Root password'. | Colin Guthrie | 2013-11-21 | 72 | -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 Guthrie | 2013-11-21 | 3 | -16/+52 |
| | | | | This allows draksec to override things properly under polkit. | ||||
* | Fix string comparison in chrony support | Colin Guthrie | 2013-11-17 | 1 | -1/+1 |
| | | | | My bad, not David's | ||||
* | Add chrony support to drakclock mga#11092 | David Walser | 2013-11-17 | 2 | -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 binary | Colin Guthrie | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Fix Tamil PO-file | Yuri Chornoivan | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | properly escape 5096UID | Thomas Backlund | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | use 500 instead of 500 | Thomas Backlund | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | fix typo in last Makefile change | Thomas Backlund | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319) | Thomas Backlund | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | Updated turkish translation | tarakbumba | 2013-11-05 | 1 | -30/+41 |
| | |||||
* | small fix in Slovenian translation | filip | 2013-10-24 | 1 | -2/+3 |
| | |||||
* | Update Russian translation | Yuri Chornoivan | 2013-10-24 | 1 | -420/+440 |
| | |||||
* | fixed typo in Slovenian translation | filip | 2013-10-24 | 1 | -2/+2 |
| | |||||
* | Slovenian translation updated | filip | 2013-10-24 | 1 | -39/+29 |
| | |||||
* | More fixes to Ukrainian translation | Yuri Chornoivan | 2013-10-16 | 1 | -3/+3 |
| | |||||
* | Fix Ukrainian translation | Yuri Chornoivan | 2013-10-16 | 1 | -3/+3 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2013-10-14 | 1 | -26/+16 |
| | |||||
* | polkit: Use exec in wrapper scripts | Colin Guthrie | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | i18n: Update po | Colin Guthrie | 2013-10-11 | 70 | -1050/+4914 |
| |