Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Chinese Traditional update by You-Cheng Hsieh | Yuri Chornoivan | 2013-11-29 | 1 | -255/+112 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2013-11-28 | 1 | -2/+2 |
| | |||||
* | reindent so that lines are shorter | Thierry Vignaud | 2013-11-28 | 1 | -111/+113 |
| | |||||
* | fix Gtk3::TextView::get_window() passed too few parameters (mga#11807) | Thierry Vignaud | 2013-11-28 | 1 | -1/+1 |
| | | | | | commit e5d2e80a09845619e90d736ac9c0f5fb3665574d replaced perlish ->window by ->get_window but TextView overrides ->get_window()... | ||||
* | factorize a variable | Thierry Vignaud | 2013-11-28 | 1 | -3/+4 |
| | | | | (needed for next commit) | ||||
* | improve Dutch translation | Marja van Waes | 2013-11-27 | 1 | -28/+26 |
| | |||||
* | Update Greek translation | dglent | 2013-11-27 | 1 | -31/+33 |
| | |||||
* | updated Dutch translation | Marja van Waes | 2013-11-26 | 1 | -35/+32 |
| | |||||
* | Updated Indonesian translations | kiki | 2013-11-26 | 1 | -334/+140 |
| | |||||
* | Fix Ukrainian translation | Yuri Chornoivan | 2013-11-25 | 1 | -4/+4 |
| | |||||
* | drop unused function | Thierry Vignaud | 2013-11-25 | 1 | -5/+0 |
| | |||||
* | temporary disable the graphical clock | Thierry Vignaud | 2013-11-24 | 1 | -1/+4 |
| | | | | needs more work | ||||
* | fix translations after switching to UIManager | Thierry Vignaud | 2013-11-24 | 71 | -2581/+2581 |
| | |||||
* | use simpler Gtk3::ComboBoxText | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | |||||
* | convert to UIManager | Thierry Vignaud | 2013-11-24 | 4 | -53/+85 |
| | |||||
* | Pango->PANGO_WEIGHT_BOLD is not available through introspection | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | set_authors() needs an array ref | Thierry Vignaud | 2013-11-24 | 2 | -4/+2 |
| | |||||
* | adapt to get_selected_rows() behavior change in Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+2 |
| | |||||
* | Dialog->set_has_separator() no more exists in Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -2/+0 |
| | |||||
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2013-11-24 | 1 | -5/+5 |
| | |||||
* | 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 |
| |