summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
...
* (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)
* use default packages rate (4) instead of max rate (5) as compssListLevel ↵Olivier Blin2008-09-231-1/+1
| | | | (since interactive installs don't depend on it being set to max anymore)
* explicitely pass max rate when computing available size corrected (not to ↵Olivier Blin2008-09-232-4/+4
| | | | depend on o->{compssListLevel} that currently defaults to max rate)
* extract compssListLevel setting, for later factorizationOlivier Blin2008-09-232-2/+3
|
* remove install::steps_interactive::setPackages, it's exactly the same as the ↵Olivier Blin2008-09-231-5/+0
| | | | install::steps::setPackages it's overriding
* move rpmsrate values in variablesOlivier Blin2008-09-233-3/+3
|
* Japanese translation updated.Yukiko Bando2008-09-231-55/+14
|
* 11.50.3Olivier Blin2008-09-221-0/+2
|
* fix/workaround crash when setting banner backgroundOlivier Blin2008-09-221-0/+3
| | | | | | | | | | (Can't call method "get_width" on an undefined value) it got broken three days ago (246038) by Gtk2::Banner changes, and install::steps_gtk calls Gtk2::Banner::set_pixmap without a real Gtk2::Banner object (but with an Install_Title object), which does not define back_pixbuf member to be fixed properly by the previous committer (not to name titi...)
* Fixing fuzzy entriesFelipe Arruda2008-09-221-63/+54
|
* 11.50.2Thierry Vignaud2008-09-221-0/+2
|
* RC2 logoThierry Vignaud2008-09-222-0/+2
|
* 11.50.1Thierry Vignaud2008-09-221-0/+2
|
* fix 1024x768 backgroundThierry Vignaud2008-09-222-0/+2
|
* 11.50Thierry Vignaud2008-09-221-0/+2
|
* (create_step_box,create_steps_window) set spacing according to specsThierry Vignaud2008-09-221-2/+3
|
* (create_step_box) factorize codeThierry Vignaud2008-09-221-4/+11
|
* (create_steps_window,update_steps_position) use the new widget inThierry Vignaud2008-09-221-20/+11
| | | | | order to render the sidepanel
* (create_steps_window) really make use better layout in 640x480Thierry Vignaud2008-09-221-1/+0
| | | | | | | | | | | | (#43231) (r244419 from 2008-08-27 wasn't complete: '(create_steps_window) better layout in 640x480 (#43231) ("regression" introduced in r243712 on 2008-07-30: "(create_steps_window) first steps toward new installer style"')
* (_gtk__MDV_Notebook) implement new sidepanel widgetThierry Vignaud2008-09-228-0/+1
|
* (create_widgets_block) restore support for right alignement for simpleThierry Vignaud2008-09-221-0/+2
| | | | | | | | | | widgets while still not using fillers when packing both a label & a widget (as in eg ask_user_and_root()) regression introduced in r245853 on 2008-09-17: "(create_widget,create_widgets_block) better layout for right aligned widgets"
* (create_steps_window) no need to create a filler widget: just setThierry Vignaud2008-09-221-2/+1
| | | | | vertical position directly