Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 9.2-0.7mdk | Thierry Vignaud | 2003-06-24 | 1 | -3/+8 |
| | |||||
* | fix crash on service restart | Thierry Vignaud | 2003-06-24 | 1 | -0/+1 |
| | |||||
* | prevent drakfont from crashing when trying to deleting an empty list | Thierry Vignaud | 2003-06-24 | 1 | -0/+1 |
| | |||||
* | (grub2dev) | Thierry Vignaud | 2003-06-24 | 1 | -2/+1 |
| | | | | | | - remove dead code - enhance comment | ||||
* | (from_devfs) | Thierry Vignaud | 2003-06-24 | 1 | -1/+3 |
| | | | | | | - handle read_proc_partitions_raw() / find() faillures - return undef when we failled to find out real device | ||||
* | (read_grub) increase readibility | Thierry Vignaud | 2003-06-24 | 1 | -2/+1 |
| | |||||
* | 9.2-0.6mdk | Thierry Vignaud | 2003-06-24 | 1 | -2/+11 |
| | |||||
* | try to fix #3695 : read grub config file when current bootloader is grub | Thierry Vignaud | 2003-06-24 | 1 | -0/+65 |
| | | | | | | | | | | | | | - make read() a wrapper above read_grub() and read_lilo() (the later being quite identical to older read()) - introduce 3 new functions: * grub2dev() in order to guess linux device from grub one * ungrubify() in order to replace grub devices in file paths by proper linux mount points * read_grub() in order to parse /boot/grub/menu.lst and create proper bootloader data structure for setup | ||||
* | - move read_proc_partitions_raw() from fsedit.pm to devices.pm | Thierry Vignaud | 2003-06-24 | 2 | -16/+20 |
| | | | | | | - (devices::from_devfs, devices::from_devfs) handle block devices too, with read_proc_partitions_raw() helper | ||||
* | fix pixel vs strict pragam | Thierry Vignaud | 2003-06-24 | 2 | -2/+2 |
| | |||||
* | make log message arch independant | Thierry Vignaud | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | remember to update mount options description on util-linux update | Thierry Vignaud | 2003-06-24 | 1 | -0/+1 |
| | |||||
* | create_box_with_title: chinese langs also need to always use | Guillaume Cottenceau | 2003-06-18 | 1 | -1/+1 |
| | | | | | | GtkTextView because GtkLabel won't wrap automatically (fixes problems displaying help non-wrapped in the install, #3670) | ||||
* | use the mkswap command | Pascal Rigaux | 2003-06-18 | 2 | -118/+16 |
| | | | | | | | => simpler code and mkswap is not big => rely on mkswap for choosing the swap version (note that kernel 2.5 doesn't handle v0 swap anymore) | ||||
* | updated pot file | Pablo Saratxaga | 2003-06-16 | 2 | -458/+572 |
| | |||||
* | allow encrypted partitions in auto_install (with encrypt_key non encrypted!) | Pascal Rigaux | 2003-06-16 | 1 | -1/+1 |
| | |||||
* | forgot some debug print lines | Florin Grad | 2003-06-13 | 1 | -2/+0 |
| | |||||
* | change a bit how strings are passed to advertising system | Guillaume Cottenceau | 2003-06-12 | 18 | -1289/+1678 |
| | | | | | | so that we don't specify absolute x,y positions for each paragraph, ending with overwritten text in some localizations | ||||
* | - miscellaneous_choose() no longer use uneeded b_clicked | Damien Chaumette | 2003-06-12 | 1 | -4/+4 |
| | | | | | | - drop $::Expert - perl_checker fix | ||||
* | fix too many parameters in miscellaneous_choose call | Damien Chaumette | 2003-06-12 | 1 | -1/+1 |
| | |||||
* | - drop $::Expert | Damien Chaumette | 2003-06-12 | 1 | -4/+4 |
| | | | | | - drop $netc->{ZEROCONF_HOSTNAME}, only need regexp | ||||
* | read the default network configuration | Florin Grad | 2003-06-12 | 1 | -7/+9 |
| | |||||
* | - drop $::Expert | Damien Chaumette | 2003-06-12 | 1 | -23/+9 |
| | | | | | - simplify code | ||||
* | get_text_coord: fix heights handling: use real height of each | Guillaume Cottenceau | 2003-06-12 | 1 | -8/+19 |
| | | | | | | line rather than default height from font info (which is bugged in japanese) | ||||
* | get_text_coord: fix wrapping broken (gc sux) | Guillaume Cottenceau | 2003-06-11 | 1 | -1/+1 |
| | |||||
* | revert fpons' strange 1.345's commit | Guillaume Cottenceau | 2003-06-11 | 1 | -1/+1 |
| | |||||
* | - s/interactive_gtk/interactive::gtk/ to get sub pre_func usable | Damien Chaumette | 2003-06-11 | 1 | -21/+3 |
| | | | | | - drop write_on_pixmap way | ||||
* | choosePackagesTree: display the "watch" mouse cursor when doing slow ↵ | Guillaume Cottenceau | 2003-06-11 | 1 | -14/+24 |
| | | | | operations; display blue text for rpm tags of package descriptions | ||||
* | change ask_browse_tree_info_given_widgets and | Guillaume Cottenceau | 2003-06-11 | 1 | -4/+5 |
| | | | | | | ask_browse_tree_info API's so that widgets can be reachable from ask_browse_tree_info clients (install_steps_gtk.pm) | ||||
* | fixed otherOnly not taken into account for unselectPackage. | Francois Pons | 2003-06-11 | 1 | -0/+6 |
| | |||||
* | bug fixed in upstream gtk2 | Guillaume Cottenceau | 2003-06-11 | 1 | -4/+3 |
| | |||||
* | ask_browse_tree_info: set_rules_hint(1) | Guillaume Cottenceau | 2003-06-11 | 1 | -0/+1 |
| | |||||
* | More GUI quirks from GTK2 port. | Stew Benedict | 2003-06-09 | 1 | -39/+49 |
| | | | | | Ensure pcimap from etherboot created for dhcpd server. | ||||
* | Translation fixes (thx, gc, pixel). Another GUI crash fix. | Stew Benedict | 2003-06-09 | 1 | -316/+318 |
| | |||||
* | re-adding with -kb | Pascal Rigaux | 2003-06-06 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-06-06 | 1 | -0/+0 |
| | |||||
* | fix dep of "make clean && make" | Guillaume Cottenceau | 2003-06-06 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-06-06 | 1 | -1/+2595 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-06-06 | 1 | -6/+6 |
| | |||||
* | cooker | Guillaume Cottenceau | 2003-06-06 | 1 | -0/+0 |
| | |||||
* | we're in cooker now | Guillaume Cottenceau | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | "Country" -> "Country" . " / Region" in a few places still missing that change | Pablo Saratxaga | 2003-06-06 | 1 | -2/+2 |
| | |||||
* | stricter regexp when looking /dev/xxx otherwise it is used also for nfs names | Pascal Rigaux | 2003-06-06 | 1 | -2/+2 |
| | | | | | and causes havoc | ||||
* | - handle spaces in exported directories | Pascal Rigaux | 2003-06-06 | 1 | -3/+2 |
| | | | | | - simplify using --no-headers when calling showmount | ||||
* | fileshareset doesn't use MDK::Common | Pascal Rigaux | 2003-06-06 | 1 | -3/+3 |
| | |||||
* | fix computeSize which took into account suggested partitions on another drives | Pascal Rigaux | 2003-06-06 | 1 | -5/+8 |
| | | | | | (which is especially bad for LVMs) | ||||
* | don't use N() so early | Pascal Rigaux | 2003-06-06 | 1 | -13/+13 |
| | | | | | (beware, this removes translation, some translate() calls must be added!) | ||||
* | ensure N() is not called before ugtk2 is initialised, otherwise | Pascal Rigaux | 2003-06-06 | 2 | -0/+3 |
| | | | | | the gettext is not forced to utf8 | ||||
* | fix typos + perl_checker fixes | Pascal Rigaux | 2003-06-06 | 1 | -4/+4 |
| | |||||
* | fix install crashed X server because /usr/bin/true was no more | Guillaume Cottenceau | 2003-06-05 | 1 | -1/+1 |
| | | | | | available :/ |