Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - finish-install | Pascal Rigaux | 2008-12-05 | 1 | -0/+2 |
| | | | | | | | | o use /dev/urandom instead of /dev/random to generate salt for passwords (since reading on /dev/random can block boot process) (bug found/fixed by blino) | ||||
* | make it clear finish-install require drak3d >= 1.21 | Pascal Rigaux | 2008-12-05 | 1 | -0/+1 |
| | |||||
* | do not list PATA controllers as SATA (alternative would be to just | Thierry Vignaud | 2008-12-04 | 1 | -0/+3 |
| | | | | | list all ATA controllers together) | ||||
* | write distro release in bug description | Thierry Vignaud | 2008-11-26 | 1 | -0/+2 |
| | |||||
* | handle new network driver: et131x, smsc95xx | Thierry Vignaud | 2008-11-24 | 1 | -0/+2 |
| | |||||
* | finish-install: show only installed 3D desktops | Olivier Blin | 2008-11-17 | 1 | -0/+3 |
| | |||||
* | 11.71 | Pascal Rigaux | 2008-11-06 | 1 | -0/+2 |
| | |||||
* | - diskdrake | Pascal Rigaux | 2008-11-06 | 1 | -0/+1 |
| | | | | | o --dav: handle https | ||||
* | - diskdrake | Pascal Rigaux | 2008-11-06 | 1 | -0/+3 |
| | | | | | o --dav: handle davfs2 credentials in /etc/davfs2/secrets (#44190) | ||||
* | 11.7011.70 | Thierry Vignaud | 2008-10-16 | 1 | -0/+2 |
| | |||||
* | do not backup xorg.conf if we won't change the driver | Thierry Vignaud | 2008-10-16 | 1 | -0/+2 |
| | |||||
* | (enable_sync_flush,sync_flush) split them out of wait_messageW() so that | Thierry Vignaud | 2008-10-11 | 1 | -0/+3 |
| | | | | | rpmdrake can get rid of some gray windows | ||||
* | add support for upcoming tx4939ide IDE driver | Thierry Vignaud | 2008-10-09 | 1 | -0/+3 |
| | |||||
* | 11.67 | Olivier Blin | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | do not detect pan* devices as ethernet devices for now | Olivier Blin | 2008-10-02 | 1 | -2/+5 |
| | | | | | (network configuration tools do not fully support them) | ||||
* | allow detection of low resources systems (extracted from compssUsers.pl) and ↵ | Olivier Blin | 2008-10-02 | 1 | -0/+3 |
| | | | | netbooks/nettops | ||||
* | 11.63 | Thierry Vignaud | 2008-10-01 | 1 | -0/+2 |
| | |||||
* | - adapt ask_window_manager_to_logout() to make it work (need usermode changes) | Pascal Rigaux | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | service_harddrake: enable/disable apmd if needed | Olivier Blin | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | - bootloader-config (and other tools): handle /dev/mapper/xxx1 instead of | Pascal Rigaux | 2008-10-01 | 1 | -0/+3 |
| | | | | | /dev/mapper/xxxp1 (#44182) | ||||
* | 11.62 | Thierry Vignaud | 2008-10-01 | 1 | -0/+2 |
| | |||||
* | (set_back_pixbuf) use dithering so that eg banners looks better with 16bpp ↵ | Thierry Vignaud | 2008-10-01 | 1 | -0/+2 |
| | | | | displays | ||||
* | (_gtk__Image_using_pixbuf) revert r246993 from 2008-09-29, thus fixing | Thierry Vignaud | 2008-10-01 | 1 | -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.61 | Thierry Vignaud | 2008-09-30 | 1 | -0/+2 |
| | |||||
* | - bootloader-config, drakboot | Pascal Rigaux | 2008-09-30 | 1 | -0/+1 |
| | | | | | | | o fix dropping "chainloader" and "configfile" entries (#44045) (at last!) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-30 | 1 | -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 Rigaux | 2008-09-30 | 1 | -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 size | Thierry Vignaud | 2008-09-30 | 1 | -0/+2 |
| | |||||
* | 11.6011.60 | Thierry Vignaud | 2008-09-30 | 1 | -0/+2 |
| | |||||
* | (_text_insert) fix rpmdrake crashing when description begins by | Thierry Vignaud | 2008-09-30 | 1 | -0/+3 |
| | | | | | "Gtk2::.." (#43802) | ||||
* | show banner when not embedded | Thierry Vignaud | 2008-09-29 | 1 | -0/+1 |
| | |||||
* | use Gtk+2's FileChooserDialog | Thierry Vignaud | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | use Gtk+2's FileChooserDialog | Thierry Vignaud | 2008-09-29 | 1 | -0/+3 |
| | |||||
* | 11.59 | Thierry Vignaud | 2008-09-29 | 1 | -0/+2 |
| | |||||
* | (_gtk_any_Window,_gtk__FileChooserDialog) add support for Gtk+2's ↵ | Thierry Vignaud | 2008-09-29 | 1 | -0/+2 |
| | | | | FileChooserDialog for draksnapashot | ||||
* | workaround crahsing while handling strange DBus errors (hacky :-() such as: | Thierry Vignaud | 2008-09-29 | 1 | -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.58 | Thierry Vignaud | 2008-09-29 | 1 | -0/+2 |
| | |||||
* | (create_boxradio) add spacing between radio buttons for readability (#44332) | Thierry Vignaud | 2008-09-29 | 1 | -0/+1 |
| | |||||
* | reindent | Thierry Vignaud | 2008-09-29 | 1 | -2/+2 |
| | |||||
* | (_gtk__MDV_Notebook) render left background as dithered too (looks better on | Thierry Vignaud | 2008-09-29 | 1 | -0/+4 |
| | | | | | 16bit displays) | ||||
* | 11.57 | Thierry Vignaud | 2008-09-28 | 1 | -0/+2 |
| | |||||
* | (move_selection) better positionning of sidepanel's selection bar | Thierry Vignaud | 2008-09-28 | 1 | -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 Vignaud | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | increase default width so that translated widgets fit in | Thierry Vignaud | 2008-09-28 | 1 | -0/+1 |
| | |||||
* | log latest change | Thierry Vignaud | 2008-09-28 | 1 | -0/+1 |
| | |||||
* | fix crash: 'Can't locate object method "get_text" via package "Gtk2::CellView"' | Thierry Vignaud | 2008-09-28 | 1 | -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 Vignaud | 2008-09-28 | 1 | -0/+3 |
| | |||||
* | 11.56 | Thierry Vignaud | 2008-09-26 | 1 | -0/+2 |
| | |||||
* | - dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182) | Pascal Rigaux | 2008-09-26 | 1 | -0/+1 |
| | |||||
* | (ask_from_normalize) do not display Help buttons in standalone mode | Thierry Vignaud | 2008-09-26 | 1 | -0/+2 |
| | | | | | since we do not have any contents |