summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - libDrakX:Pascal Rigaux2008-09-041-0/+3
| | | | | | | | o fix handling KDE4 in running_window_manager() and ask_window_manager_to_logout() fucking /usr/lib/qt4/bin is in PATH... except after being called by usermode which filter-out such weird things!
* 11.35Pascal Rigaux2008-09-041-0/+2
|
* - bootloader-config:Pascal Rigaux2008-09-041-0/+2
| | | | | o add --action migrate-to-uuids
* (new) fix sizing some label (workarounding infamous 6 years old gnome bug ↵Thierry Vignaud2008-09-031-0/+2
| | | | #101968)
* 11.33.1Thierry Vignaud2008-09-021-0/+2
|
* - libDrakX:Pascal Rigaux2008-09-021-0/+3
| | | | | o handle KDE4 in running_window_manager() and ask_window_manager_to_logout()
* 11.30Thierry Vignaud2008-09-011-0/+2
|
* service_harddrake: adapt kernel modaliases that are not valid anymoreOlivier Blin2008-09-011-0/+3
| | | | | | in modprobe.conf when booting a new kernel, this should fix migration from e1000 to e1000e and from iwl4965 to iwlagn (#41248)
* (create_widgets_block) fix size of right aligned labels by not addingThierry Vignaud2008-09-011-0/+1
| | | | | them to size group
* (gtkradio) fix sizing radio buttons' labels (infamous 6 years old gnome bug ↵Thierry Vignaud2008-09-011-0/+2
| | | | #101968)
* (create_widget) prevent big combo boxes to cause an horizontallThierry Vignaud2008-09-011-0/+2
| | | | | scrollbar to appear by using the "ellipsize" property
* (_gtk__Install_Button) no relief on 'advanced' buttons like in installerThierry Vignaud2008-09-011-0/+1
|
* (create_widget) fix alignment of check buttonsThierry Vignaud2008-09-011-0/+1
|
* - libDrakX:Pascal Rigaux2008-09-011-0/+4
| | | | | | o make all windows are "dialog", so that gurpmi.addmedia during install displays nicely
* 11.29Thierry Vignaud2008-08-291-0/+2
|
* diskdrake: use udevadm settle instead of udevsettleOlivier Blin2008-08-291-0/+1
|
* - finish-install:Pascal Rigaux2008-08-291-0/+3
| | | | | o use gurpmi.addmedia when available to configure urpmi media
* release drakxtools tooThierry Vignaud2008-08-281-0/+4
|
* 11.26Thierry Vignaud2008-08-271-0/+6
|
* - fix "probe floppies only once" (#43216)Pascal Rigaux2008-08-271-0/+1
|
* fix setting locales (#43224)Thierry Vignaud2008-08-271-0/+2
|
* move logs from drakxtools to installer's logsThierry Vignaud2008-08-261-2/+0
|
* (create_steps_window) align category titles like step onesThierry Vignaud2008-08-261-0/+2
|
* - bootloader-config:Pascal Rigaux2008-08-221-0/+3
| | | | | | o call mkinitrd without "-v" to make it silent (#42992)
* 10.22Thierry Vignaud2008-08-221-0/+2
|
* (new) do not let MCC crashes if an icon is missing (#37651)Thierry Vignaud2008-08-221-0/+1
|
* do not bother probing /dev/fd0 and loading floppy device uselessly,Olivier Blin2008-08-221-0/+3
| | | | | | it takes time and it is already done by boot process (just check /proc/devices)
* (floppies) probe floppies only onceThierry Vignaud2008-08-221-0/+2
|
* 11.21Thierry Vignaud2008-08-221-0/+2
|
* (main) ensure we initialize only once but at least one, thus fixingThierry Vignaud2008-08-221-0/+3
| | | | | crash when embedded or in installer (#43011)
* oops, wasn't commitedThierry Vignaud2008-08-221-0/+1
|
* log funda's changesThierry Vignaud2008-08-221-0/+3
|
* 11.20Thierry Vignaud2008-08-211-0/+2
|
* (create_buttons4partitions) fix sizing partitions bar (#24410): weThierry Vignaud2008-08-211-0/+2
| | | | | | were sizing width of the box according to window's heigh instead of window's width...
* - drakauth:Pascal Rigaux2008-08-201-0/+3
| | | | | | | o handle pam_tcb instead of (deprecated) pam_unix (#42471) (as told by vdanen)
* 11.16Thierry Vignaud2008-08-191-0/+2
|
* log latest commitThierry Vignaud2008-08-191-0/+2
|
* 11.14Olivier Blin2008-08-191-0/+2
|
* authentication: enable network-auth meta-service if auth is not localOlivier Blin2008-08-191-0/+2
|
* 11.13Olivier Blin2008-08-181-0/+2
|
* add helpers to remove unused localization and hardware packagesOlivier Blin2008-08-181-0/+2
| | | | | (remove-unselected-locales, remove-unused-hardware-packages)
* log latest changesOlivier Blin2008-08-181-0/+1
|
* set locale at first step when language is selected in gfxmenu (#42299)Olivier Blin2008-08-181-0/+2
|
* fix titypoOlivier Blin2008-08-181-1/+1
|
* do not reload urpmi media every time are_available is calledOlivier Blin2008-08-181-0/+2
|
* 11.10.2Thierry Vignaud2008-08-181-0/+2
|
* (new,may_destroy) track windows in order to be able to set the properThierry Vignaud2008-08-181-0/+2
| | | | | | transient hint (really fixing focus bug (#42750) which got unfixed after fixing vivication)
* 11.10.1Thierry Vignaud2008-08-181-0/+2
|
* (_gtk__MagicWindow,wait_messageW) move using $::main_window asThierry Vignaud2008-08-181-0/+2
| | | | | | transient hint from interactive::gtk::wait_messageW() into _gtk__MagicWindow(), thus fixing focus bug #42750
* 11.10Thierry Vignaud2008-08-141-0/+2
|