Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | icons for new- and remove-connection | Timothée Giet | 2016-02-20 | 4 | -0/+0 |
| | | | | icons for new- and remove-connection | ||||
* | New icons 1st part | Timothée Giet | 2016-02-17 | 89 | -0/+0 |
| | | | | | 1st part of the new icons for MCC. Lot of icons imported from Breeze icon theme and a some new or tweaked ones. | ||||
* | Add Urdu translation | Yuri Chornoivan | 2016-01-22 | 1 | -0/+1424 |
| | |||||
* | 13.113.1 | Thierry Vignaud | 2016-01-02 | 2 | -1/+3 |
| | |||||
* | typo fix | Thierry Vignaud | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | adapt to drakboot -> drakautologin split | Thierry Vignaud | 2016-01-02 | 2 | -1/+3 |
| | |||||
* | Update Welsh translation from Tx | Yuri Chornoivan | 2015-12-27 | 1 | -485/+64 |
| | |||||
* | Update Japanese translation from Tx | Yuri Chornoivan | 2015-12-27 | 2 | -16/+23 |
| | |||||
* | Update Lithuanian translation from Tx | Yuri Chornoivan | 2015-12-22 | 1 | -8/+8 |
| | |||||
* | 13.013.0 | Thierry Vignaud | 2015-12-20 | 2 | -1/+9 |
| | |||||
* | disable animation for now | Thierry Vignaud | 2015-12-20 | 1 | -0/+1 |
| | | | | | this need more work and the gtk3+ port is rotting for 2 years already... | ||||
* | fix activating menu items with latest gtk+3 | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | | gtk+3 has changed since 2 years ago, resulting in: Can't locate object method "set_active" via package "Gtk3::ImageMenuItem" | ||||
* | simplify after converting to UIM | Thierry Vignaud | 2015-12-20 | 1 | -15/+1 |
| | |||||
* | switch from factory to UIManager | Thierry Vignaud | 2015-12-20 | 1 | -41/+57 |
| | |||||
* | switch to Vte-3 | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | fix setting bold | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | | | | fix the following error: Argument "bold" isn't numeric in subroutine entry at which is not nice as we rely on hardcoded value... (PANGO_WEIGHT_BOLD is not available through introspection) | ||||
* | fix crash while setting size | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | Can't locate object method "scale_large" via package "Pango" at ./control-center | ||||
* | fix weight attribute | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | Can't locate object method "PANGO_WEIGHT_BOLD" via package "Pango" at ./control-center line 1413. | ||||
* | drop support for external themes, there has been any in a decade | Thierry Vignaud | 2015-12-20 | 1 | -42/+2 |
| | | | | also simplify next commit | ||||
* | perl_checker cleanup | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish $dialog->vbox => $dialog->get_child | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish $dialog->action_area => $dialog->get_action_area | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | Gtk3::exit() is no more in Gtk3 | Thierry Vignaud | 2015-12-20 | 1 | -1/+0 |
| | |||||
* | fix invisible text under the cursor | Thierry Vignaud | 2015-12-20 | 2 | -2/+9 |
| | | | | | | | with theme-galaxy.css, text was rendered white on gray we need to prevent the default rule to be applied (which is useless for us anyway) since it's loaded after our own rules (gtknew('MDV_Notebook') => import_style_ressources()) and set our own colors for normal & hover states | ||||
* | switch from RC files to CSS | Thierry Vignaud | 2015-12-20 | 3 | -12/+13 |
| | |||||
* | use introspection for Vte too | Thierry Vignaud | 2015-12-20 | 1 | -3/+10 |
| | |||||
* | fix calling keyval_from_name() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | fix computing root_window size | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | drop "Image_using_pixbuf", Cairo does a better job | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | draw replaces expose_event | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | get_height() => get_allocated_height() | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | get_width() => get_allocated_width() | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | perlish ->child() => ->get_child() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | s/can_focus()/set_can_focus()/ | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | perlish ->allocation => ->get_allocation | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2015-12-20 | 1 | -7/+7 |
| | |||||
* | perlish realized() => get_realized() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish can_default() is no more: use set_/get_can_default() instead | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2015-12-20 | 4 | -61/+61 |
| | |||||
* | NO more need to load Pango | Thierry Vignaud | 2015-12-20 | 1 | -2/+1 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2015-12-20 | 4 | -27/+27 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2015-11-27 | 1 | -410/+79 |
| | |||||
* | Update Croatian translation from Tx | Yuri Chornoivan | 2015-11-22 | 1 | -10/+12 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2015-11-09 | 1 | -9/+9 |
| | |||||
* | Update Latvian translation from Tx | Yuri Chornoivan | 2015-10-21 | 1 | -388/+182 |
| | |||||
* | Update Bulgarian translation from Tx | Yuri Chornoivan | 2015-10-21 | 1 | -1147/+25 |
| | |||||
* | Update Lithuanian translation from Tx | Yuri Chornoivan | 2015-10-06 | 1 | -710/+111 |
| | |||||
* | Update Japanese translation from Tx | Yuri Chornoivan | 2015-08-29 | 1 | -403/+29 |
| |