Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | *** 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 |
| | |||||
* | "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 :/ | ||||
* | support more tuners and tv cards | Thierry Vignaud | 2003-06-05 | 1 | -1/+5 |
| | |||||
* | Bug 3647 - Chinese translations. More perl_checker fixes. | Stew Benedict | 2003-06-05 | 1 | -331/+331 |
| | |||||
* | make perl_checker a happy bot | Pascal Rigaux | 2003-06-05 | 1 | -1/+1 |
| | |||||
* | don't use description of fstab options from manpage mount(8), inline them in ↵ | Pascal Rigaux | 2003-06-05 | 1 | -28/+35 |
| | | | | the source | ||||
* | allow X server to use :9 (:1 seems to not working ?) and disable access control | Francois Pons | 2003-06-04 | 1 | -3/+3 |
| | | | | | (no clients can connect by default). | ||||
* | updated for newer perl-URPM (0.90 series). | Francois Pons | 2003-06-04 | 1 | -27/+18 |
| | |||||
* | allow specifying lv_name in auto_installs (not tested!) | Pascal Rigaux | 2003-06-04 | 1 | -1/+3 |
| | |||||
* | allow choosing lv name (thanks to Brian Murrell) | Pascal Rigaux | 2003-06-04 | 2 | -3/+7 |
| | |||||
* | don't use framebuffer after install on i845 (even if framebuffer works ↵ | Pascal Rigaux | 2003-06-04 | 1 | -1/+1 |
| | | | | | | | during install) (this implies no graphical boot) | ||||
* | updated Estonien, Japanese, Albanian and Vietnamese po files | Pablo Saratxaga | 2003-06-03 | 3 | -3301/+3539 |
| | |||||
* | Update | Arkadiusz Lipiec | 2003-06-02 | 1 | -195/+308 |
| |