summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* Add Transifex config fileYuri Chornoivan2013-12-101-0/+8
|
* Update Brazilian Portuguese translationYuri Chornoivan2013-12-091-409/+53
|
* Updated Estonian translationsMarek Laane2013-12-071-39/+28
|
* fix starting after draksound drop OSS/ALSA switchThierry Vignaud2013-11-301-7/+0
|
* Chinese Traditional update by You-Cheng HsiehYuri Chornoivan2013-11-291-255/+112
|
* perl_checker cleanupsThierry Vignaud2013-11-281-2/+2
|
* reindent so that lines are shorterThierry Vignaud2013-11-281-111/+113
|
* fix Gtk3::TextView::get_window() passed too few parameters (mga#11807)Thierry Vignaud2013-11-281-1/+1
| | | | | commit e5d2e80a09845619e90d736ac9c0f5fb3665574d replaced perlish ->window by ->get_window but TextView overrides ->get_window()...
* factorize a variableThierry Vignaud2013-11-281-3/+4
| | | | (needed for next commit)
* improve Dutch translationMarja van Waes2013-11-271-28/+26
|
* Update Greek translationdglent2013-11-271-31/+33
|
* updated Dutch translationMarja van Waes2013-11-261-35/+32
|
* Updated Indonesian translationskiki2013-11-261-334/+140
|
* Fix Ukrainian translationYuri Chornoivan2013-11-251-4/+4
|
* drop unused functionThierry Vignaud2013-11-251-5/+0
|
* temporary disable the graphical clockThierry Vignaud2013-11-241-1/+4
| | | | needs more work
* fix translations after switching to UIManagerThierry Vignaud2013-11-2471-2581/+2581
|
* use simpler Gtk3::ComboBoxTextThierry Vignaud2013-11-242-2/+2
|
* convert to UIManagerThierry Vignaud2013-11-244-53/+85
|
* Pango->PANGO_WEIGHT_BOLD is not available through introspectionThierry Vignaud2013-11-241-2/+2
|
* set_authors() needs an array refThierry Vignaud2013-11-242-4/+2
|
* adapt to get_selected_rows() behavior change in Gtk3Thierry Vignaud2013-11-241-1/+2
|
* Dialog->set_has_separator() no more exists in Gtk3Thierry Vignaud2013-11-241-2/+0
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-5/+5
|
* no need to implement our own cell rendererThierry Vignaud2013-11-241-1/+7
|
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-241-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873
* 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
|