summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
...
* (create_boxradio) add spacing between radio buttons for readability (#44332)Thierry Vignaud2008-09-291-0/+1
|
* Version 11.57 never got released due to build faillures due toThierry Vignaud2008-09-291-4/+1
| | | | | fonts-ttf-gurmukhi => fonts-ttf-lohit switch
* adapt to fonts-ttf-gurmukhi => fonts-ttf-lohit switchThierry Vignaud2008-09-292-1/+2
|
* reindentThierry Vignaud2008-09-291-1/+2
|
* (_gtk__MDV_Notebook) render left background as dithered too (looks better onThierry Vignaud2008-09-291-0/+2
| | | | | 16bit displays)
* update (Rhoslyn Prys)Thierry Vignaud2008-09-281-12/+12
|
* 11.57Thierry Vignaud2008-09-281-0/+2
|
* (move_selection) better positionning of sidepanel's selection barThierry Vignaud2008-09-282-1/+3
| | | | | | | | | instead of using hardcoded offset (mainly visible in MCC) rationale: we pass the whole label widget as parameter so that we got more control on how to compute the Y coordinate instead of requiring callers to extract label's position from the widget
* update translation for ItalianAndrea Celli2008-09-281-7/+7
|
* update translation for ItalianAndrea Celli2008-09-281-191/+154
|
* update translation for ItalianAndrea Celli2008-09-281-75/+38
|
* 2008-09-28 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-09-281-14/+14
| | | | | | * nl.po: Updated Dutch translation
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-281-7/+7
|
* Update zh_TW translationShiva Huang2008-09-281-19/+19
|
* update Finnish translationsThomas Backlund2008-09-281-30/+24
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-271-1/+1
|
* greek (el) language update by NikosNikos Papadopoulos2008-09-271-234/+169
|
* typo fixThierry Vignaud2008-09-261-1/+1
|
* 11.56Thierry Vignaud2008-09-261-0/+2
|
* - dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182)Pascal Rigaux2008-09-261-0/+1
|
* (create_steps_window) remove hackThierry Vignaud2008-09-261-3/+0
|
* (display_release_notes) disable disable contextual menu on release notesThierry Vignaud2008-09-261-0/+2
|
* 11.55Pascal Rigaux2008-09-261-0/+2
|
* - never add usb-storage to scsi_hostadapter Pascal Rigaux2008-09-261-0/+2
| | | | | (never needed, and when wrongly added, it slows the boot)
* - ensure DPMS screensaver is not triggered during installPascal Rigaux2008-09-253-1/+7
| | | | | (it interacts badly with matchbox/compositing) (#44021)
* drakx-in-chroot: do not require running kernel to be installed, generate ↵Olivier Blin2008-09-251-0/+3
| | | | empty modules.dep and modules.alias files instead (useful when running drakx-in-chroot from a chroot)
* make gray background gradient available to mccThierry Vignaud2008-09-251-0/+0
|
* - generate /var/lib/rpm/installed-through-deps.listPascal Rigaux2008-09-254-0/+12
| | | | | | | | (to initialize urpmi orphans) - for this, we must ensure $packages (which is similar to urpmi's $urpm) has field {root}
* - generate /root/drakx/package_list.pl at end of install Pascal Rigaux2008-09-252-0/+5
| | | | | (since we don't propose "Save packages selection" at end of install)
* create selected_leaves_pl() out of g_default_packages()Pascal Rigaux2008-09-251-4/+9
|
* override latest buggy versionThierry Vignaud2008-09-241-1/+1
|
* 11.53.1Thierry Vignaud2008-09-241-0/+2
|
* (_gtk__MDV_Notebook) actually use better rendering for background gradientThierry Vignaud2008-09-241-0/+2
|
* 11.53Thierry Vignaud2008-09-241-0/+2
|
* move selection image so that it's available to MCC tooThierry Vignaud2008-09-241-0/+0
|
* log latest changeThierry Vignaud2008-09-241-0/+2
|
* 11.52.2Pascal Rigaux2008-09-241-0/+2
|
* - clean_rpmdb_shared_regions before and after calling gurpmi.addmedia/gurpmi2Pascal Rigaux2008-09-242-0/+5
| | | | | in chroot
* always set compssListLevel in interactive choosePackages step (even in ↵Olivier Blin2008-09-242-3/+3
| | | | auto-install)
* (installPackages) call Gtk2::Banner::update_text() instead of ↵Thierry Vignaud2008-09-241-1/+1
| | | | Gtk2::Banner::set_pixmap()
* Update French translationChristophe Berthelé2008-09-241-140/+21
|
* 11.52Thierry Vignaud2008-09-231-0/+2
|
* install cpufreq (defaulting to ondemand governor) instead of powernowd (#43769)Olivier Blin2008-09-232-1/+3
|
* auto-configure floppies (in /etc/modprobe.preload.d/floppy)Olivier Blin2008-09-232-0/+2
|
* oops, it should be lower caseOlivier Blin2008-09-231-1/+1
|
* allow setting compssListLevel from command lineOlivier Blin2008-09-232-0/+3
|
* oops, I meant o->{compssListLevel}Olivier Blin2008-09-231-1/+1
|
* reuse o->{rpmsrate_flags_chosen} (in disabled feather feature...)Olivier Blin2008-09-231-1/+1
|
* inline o->{compssListLevel} usage and remove useless parameterOlivier Blin2008-09-231-4/+4
|
* use o->{compssListLevel} instead of hardcoded default rate (so that it can ↵Olivier Blin2008-09-231-3/+2
| | | | be customized from command line later)