summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 16.216.2Thierry Vignaud2013-11-291-0/+2
|
* no more run urpmi.update when adding mediaThierry Vignaud2013-11-291-0/+3
| | | | | this is uneeded with urpmi-7.27+ basically reverting commit 810c20b3
* updateThierry Vignaud2013-11-291-20/+20
|
* set languageThierry Vignaud2013-11-291-1/+1
|
* Updated Turkish translationtarakbumba2013-11-281-124/+153
|
* 16.116.1Thierry Vignaud2013-11-281-0/+2
|
* wrap too big labels in summary dialog (mga#11793)Thierry Vignaud2013-11-282-1/+2
|
* use new Toolbar API (mga#11791)Thierry Vignaud2013-11-281-0/+1
| | | | | | old toolbar API is no more available: Can't locate object method "append_item" via package Gtk3:Toolbar" at ugtk3.pm line 954
* fix calling "child1_shrink" via package "Gtk3::HPaned" (mga#11797)Thierry Vignaud2013-11-281-0/+1
| | | | fix can't locate object method "child1_shrink" via package "Gtk3::HPaned"
* fix left panel text being black instead of white (mga#11792)Thierry Vignaud2013-11-281-0/+1
| | | | | | issue introduced in commit 7bebddbde7bc6aeef0cbacc46df5bd3a4162160a when switching from gtk2 RC files to gtk3 CSS: we need to add "*" to match children widgets too
* update Dutch translationMarja van Waes2013-11-271-14/+13
|
* Update Greek translationdglent2013-11-271-22/+20
|
* fix a warning when checking root password strengthThierry Vignaud2013-11-262-0/+4
| | | | include dialog-warning-symbolic
* Updated Indonesian translationskiki2013-11-261-216/+92
|
* 16.016.0Thierry Vignaud2013-11-251-0/+8
|
* shrink a translation (& make it like others)Thierry Vignaud2013-11-251-1/+1
|
* latest perl-Gtk3 needs GdkX11-3.0.typelibThierry Vignaud2013-11-241-0/+1
|
* disable updating ads titlesThierry Vignaud2013-11-241-1/+2
| | | | | testing latest commit shows that updating ads titles hasn't actually worked for years...
* update API for installerThierry Vignaud2013-11-241-2/+1
|
* workaround the same segfault when picking the desktopThierry Vignaud2013-11-241-1/+1
| | | | alter mygtk3 in order to pass a button to join its group
* stop using Image_using_pixmapThierry Vignaud2013-11-241-1/+1
| | | | cairo as used by gtk+ does a better job those days anyway...
* we don't care about setting root window's background colorThierry Vignaud2013-11-241-1/+0
| | | | rationale: the MDV_Notebook widget draws on top of it anyway...
* fix setting font with Gtk3Thierry Vignaud2013-11-241-1/+3
|
* add a FIXME noteThierry Vignaud2013-11-241-0/+1
|
* (load_rc) rename as 'load_css' and load CSS theme fileThierry Vignaud2013-11-241-4/+7
| | | | doc option is know to be broken for now
* (init_sizes) fix retrieving screen size with Gtk3Thierry Vignaud2013-11-241-1/+1
|
* copy new CSS filesThierry Vignaud2013-11-241-1/+1
|
* fix setting locale with Gtk3Thierry Vignaud2013-11-242-2/+2
|
* set font for Gtk+-3 system wideThierry Vignaud2013-11-241-3/+5
| | | | we alter /.config instead of /root/.config due to bogus environment
* provide /etc/machine-id for dbusThierry Vignaud2013-11-242-0/+12
| | | | else gtk+3 fails to initialize...
* include Cairo::GObject & Cairo tooThierry Vignaud2013-11-241-0/+3
|
* include WebKit library & typelib for Gtk3::WebKitThierry Vignaud2013-11-241-0/+6
|
* switch from gtk+-2 to gtk+-3Thierry Vignaud2013-11-242-12/+23
| | | | include introspection stuff
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-242-15/+15
|
* "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-11-241-1/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-243-28/+28
|
* convert from mygtk2 to ugtk2Thierry Vignaud2013-11-241-6/+6
| | | | (needed for next commits)
* Merge branch 'master' of git://git.mageia.org/software/drakxfilip2013-11-242-68/+29
|\
| * Update Spanish translationYuri Chornoivan2013-11-241-64/+25
| |
| * make translations homogeneous (& smaller...)Thierry Vignaud2013-11-241-4/+4
| |
* | Slovenian translation updatedfilip2013-11-241-4/+4
|/
* Update French translation by DuneYuri Chornoivan2013-11-231-62/+26
|
* 15.73.115.73.1Thierry Vignaud2013-11-191-0/+2
|
* fix passing arguments from drakx-in-chroot in debug modeThierry Vignaud2013-11-182-1/+3
|
* do not compile/include xhost+ anymore (unused for years)Thierry Vignaud2013-11-181-1/+0
|
* Add chrony support to drakclock mga#11092David Walser2013-11-171-1/+8
| | | | | | | | | | | 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
* log why updates were not appliedThierry Vignaud2013-11-131-0/+1
| | | | | log a nice message (urpmi not found or no network) instead of a silent missing feature
* include enough python in order to generate a stack trace from within stage2Thierry Vignaud2013-11-132-0/+7
|
* explain how to get a stack traceThierry Vignaud2013-11-121-1/+21
|