summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 11.70Thierry Vignaud2008-10-161-0/+2
|
* do not backup xorg.conf if we won't change the driverThierry Vignaud2008-10-161-0/+2
|
* (enable_sync_flush,sync_flush) split them out of wait_messageW() so thatThierry Vignaud2008-10-111-0/+3
| | | | | rpmdrake can get rid of some gray windows
* add support for upcoming tx4939ide IDE driverThierry Vignaud2008-10-091-0/+3
|
* 11.67Olivier Blin2008-10-021-0/+2
|
* do not detect pan* devices as ethernet devices for nowOlivier Blin2008-10-021-2/+5
| | | | | (network configuration tools do not fully support them)
* allow detection of low resources systems (extracted from compssUsers.pl) and ↵Olivier Blin2008-10-021-0/+3
| | | | netbooks/nettops
* 11.63Thierry Vignaud2008-10-011-0/+2
|
* - adapt ask_window_manager_to_logout() to make it work (need usermode changes)Pascal Rigaux2008-10-011-0/+1
|
* service_harddrake: enable/disable apmd if neededOlivier Blin2008-10-011-0/+1
|
* - bootloader-config (and other tools): handle /dev/mapper/xxx1 instead ofPascal Rigaux2008-10-011-0/+3
| | | | | /dev/mapper/xxxp1 (#44182)
* 11.62Thierry Vignaud2008-10-011-0/+2
|
* (set_back_pixbuf) use dithering so that eg banners looks better with 16bpp ↵Thierry Vignaud2008-10-011-0/+2
| | | | displays
* (_gtk__Image_using_pixbuf) revert r246993 from 2008-09-29, thus fixingThierry Vignaud2008-10-011-0/+2
| | | | | | | | | | dithering regression: "(_gtk__Image_using_pixbuf) simplify using pixbuf storage (which brings in optimized refresh on expose event as side effect) (needed for next commit)"
* 11.61Thierry Vignaud2008-09-301-0/+2
|
* - bootloader-config, drakbootPascal Rigaux2008-09-301-0/+1
| | | | | | | o fix dropping "chainloader" and "configfile" entries (#44045) (at last!)
* - bootloader-config:Pascal Rigaux2008-09-301-2/+4
| | | | | | | o --action migrate-to-uuids: o do migrate dmraid device names to UUID (because of xxx1 vs xxxp1 device name issue, cf #44182)
* - bootloader-config:Pascal Rigaux2008-09-301-0/+3
| | | | | | | | o --action migrate-to-uuids: do not migrate non sdx/hdx to UUID (bootloader config) (it was done for fstab, but not for menu.lst)
* (Gtk2::Banner->new) reduce banner font sizeThierry Vignaud2008-09-301-0/+2
|
* 11.60Thierry Vignaud2008-09-301-0/+2
|
* (_text_insert) fix rpmdrake crashing when description begins byThierry Vignaud2008-09-301-0/+3
| | | | | "Gtk2::.." (#43802)
* show banner when not embeddedThierry Vignaud2008-09-291-0/+1
|
* use Gtk+2's FileChooserDialogThierry Vignaud2008-09-291-1/+1
|
* use Gtk+2's FileChooserDialogThierry Vignaud2008-09-291-0/+3
|
* 11.59Thierry Vignaud2008-09-291-0/+2
|
* (_gtk_any_Window,_gtk__FileChooserDialog) add support for Gtk+2's ↵Thierry Vignaud2008-09-291-0/+2
| | | | FileChooserDialog for draksnapashot
* workaround crahsing while handling strange DBus errors (hacky :-() such as:Thierry Vignaud2008-09-291-0/+3
| | | | | | | | | | | | "org.freedesktop.Hal.NoSuchDevice: No device with id /org/freedesktop/Hal/devices/volume_uuid_0d60bf68_9e31_46b5_b98a_ac61d2f96352" which results in: "Operation "eq": no method found, left argument in overloaded package Net::DBus::Error, right argument in overloaded package Net::DBus::Error at /usr/lib/libDrakX/standalone.pm line 199."
* 11.58Thierry Vignaud2008-09-291-0/+2
|
* (create_boxradio) add spacing between radio buttons for readability (#44332)Thierry Vignaud2008-09-291-0/+1
|
* reindentThierry Vignaud2008-09-291-2/+2
|
* (_gtk__MDV_Notebook) render left background as dithered too (looks better onThierry Vignaud2008-09-291-0/+4
| | | | | 16bit displays)
* 11.57Thierry Vignaud2008-09-281-0/+2
|
* (move_selection) better positionning of sidepanel's selection barThierry Vignaud2008-09-281-0/+2
| | | | | | | | | 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
* make it fit in 800x600 resolution by spliting into notebook (#36105)Thierry Vignaud2008-09-281-1/+1
|
* increase default width so that translated widgets fit inThierry Vignaud2008-09-281-0/+1
|
* log latest changeThierry Vignaud2008-09-281-0/+1
|
* fix crash: 'Can't locate object method "get_text" via package "Gtk2::CellView"'Thierry Vignaud2008-09-281-0/+2
| | | | | | (regression introduced in r244919 on 2008-09-08: "make some pull down menus not editable")
* make it fit better in 800x600 resolution (still too high) (#36105)Thierry Vignaud2008-09-281-0/+3
|
* 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
|
* (ask_from_normalize) do not display Help buttons in standalone modeThierry Vignaud2008-09-261-0/+2
| | | | | since we do not have any contents
* (_gtk__WebKit_View) add basic support for WeBkit, with ability toThierry Vignaud2008-09-261-0/+2
| | | | | disable contextual menu
* 11.54.2Pascal Rigaux2008-09-261-0/+2
|
* - bootloader-config:Pascal Rigaux2008-09-261-0/+4
| | | | | | o --action migrate-to-uuids: be more precautious when modifying /etc/fstab (especially do not drop unrecognised entries) (#43548)
* 11.54.1Thierry Vignaud2008-09-251-0/+2
|
* make gray background gradient available to mccThierry Vignaud2008-09-251-0/+2
|
* split long lineThierry Vignaud2008-09-251-1/+2
|
* 11.54Thierry Vignaud2008-09-251-0/+2
|
* (_gtk__ScrolledWindow) enable mcc to not display any shadow around HTML view ↵Thierry Vignaud2008-09-251-0/+1
| | | | when using scrollbars
* log latest changeThierry Vignaud2008-09-251-0/+2
|