Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some missing configuration options (#8654). | Stew Benedict | 2004-03-08 | 1 | -7/+9 |
| | |||||
* | install unicorn package for bewan modems | Thierry Vignaud | 2004-03-08 | 1 | -0/+3 |
| | |||||
* | fix variable interpolation in strings | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | /proc/partitions parsing was broken for scsi cdroms using non-devfs names, and | Pascal Rigaux | 2004-03-08 | 1 | -6/+5 |
| | | | | | | our 2.6 doesn't use devfs names in /proc/partitions... :'-( (bugzilla #8641) | ||||
* | nicer debug error message | Pascal Rigaux | 2004-03-08 | 1 | -4/+3 |
| | |||||
* | (Gtk2::WrappedLabel::new) fix unusing label | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (getBewan) fix bewan modem detection | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (make_boot_frame) fix crash on color switch | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (mk_frame) | Thierry Vignaud | 2004-03-08 | 1 | -42/+59 |
| | | | | | | - workaround horrible packing by using a table instead of a vbox - do packing of resulted table outside mk_frame() which is much saner | ||||
* | fix spacing around commas (sanitizing) | Thierry Vignaud | 2004-03-08 | 1 | -31/+31 |
| | |||||
* | gc prefers "obj->method" rather than "method obj" call style | Thierry Vignaud | 2004-03-08 | 1 | -14/+14 |
| | |||||
* | use option menu for resolutions list | Thierry Vignaud | 2004-03-08 | 1 | -1/+6 |
| | |||||
* | (mk_frame) enable to use either combo boxes or option menus for lists | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (mk_frame) fix combo boxes filling | Thierry Vignaud | 2004-03-08 | 1 | -5/+6 |
| | |||||
* | (which_res_exist) unjonathan-ize | Thierry Vignaud | 2004-03-08 | 1 | -5/+4 |
| | |||||
* | (show_prev) only redraw needed part, not whole image | Thierry Vignaud | 2004-03-08 | 1 | -5/+5 |
| | |||||
* | (show_prev) fix crash on image drawing | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (show_prev) fix crash on image scaling | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | fix crash on "preview" button | Thierry Vignaud | 2004-03-08 | 1 | -10/+10 |
| | |||||
* | (get_this_thm_res_conf) add prototype to help perl_checker | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2004-03-08 | 1 | -2/+0 |
| | |||||
* | kill perl4 function call style | Thierry Vignaud | 2004-03-08 | 1 | -13/+13 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | isdn_read_config() alter its argument, thus there's no need in returning it | Thierry Vignaud | 2004-03-08 | 2 | -3/+2 |
| | | | | | | | | (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway... | ||||
* | kill isdn_get_info() and isdn_get_list() (they were unused since quite a few | Thierry Vignaud | 2004-03-08 | 1 | -10/+1 |
| | | | | | releases :-() | ||||
* | (isdn_get_cards) introduce it to build a tree bus|card for isdn wizard | Thierry Vignaud | 2004-03-08 | 1 | -1/+14 |
| | |||||
* | (get_info_providers_backend) prevent faillure as soon as translaters catch up | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | export isdn_read_config() | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | kill isdn_ask(), isdn_ask_info() and isdn_ask_protocol() since they were | Thierry Vignaud | 2004-03-08 | 1 | -75/+1 |
| | | | | | merged into wizard (aka ported to new wizard layer) | ||||
* | port old ISDN wizard upon new wizard layer | Thierry Vignaud | 2004-03-08 | 1 | -47/+110 |
| | |||||
* | - add "|" separator | Thierry Vignaud | 2004-03-08 | 1 | -54/+54 |
| | | | | | - remove bus from description (the user has already selected the bus type) | ||||
* | (isdn_get_cards_by_type) splited out of old isdn_ask() func | Thierry Vignaud | 2004-03-08 | 1 | -0/+6 |
| | |||||
* | (get_info_providers_backend) drop file argument and do ISDN db lookup in place | Thierry Vignaud | 2004-03-08 | 1 | -2/+6 |
| | |||||
* | (read_providers_backend) move it from network::tools to network::isdn | Thierry Vignaud | 2004-03-08 | 2 | -4/+3 |
| | |||||
* | be aware of string change due to bewan support | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | adapt to new network::isdn::isdn_detect_backend() API | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | (isdn_detect_backend) enhance detection: just return a list of devices | Thierry Vignaud | 2004-03-08 | 1 | -4/+4 |
| | |||||
* | fix first_modem() call | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | indent | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | simplify speedtouch firmware installation through newly introduced | Thierry Vignaud | 2004-03-08 | 1 | -3/+2 |
| | | | | | do_pkg::ensure_is_installed_if_availlable() | ||||
* | (ensure_is_installed_if_availlable) introduce it in order to check if we need | Thierry Vignaud | 2004-03-08 | 1 | -0/+7 |
| | | | | | | to install a package, then install it if it's availlable (eg: for binary drivers not availlable in download edition) | ||||
* | wizard: be aware of bewan modems detection | Thierry Vignaud | 2004-03-08 | 1 | -3/+1 |
| | |||||
* | (adsl_detect) detect bewan ADSL modems | Thierry Vignaud | 2004-03-08 | 1 | -0/+1 |
| | |||||
* | center labels like before | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | (Gtk2::WrappedLabel::new) enable to alter default alignment | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-03-06 | 1 | -335/+335 |
| | |||||
* | replacing automatic=method:disk with $param instead of adding $param (since ↵ | Pascal Rigaux | 2004-03-05 | 1 | -1/+1 |
| | | | | $param already contains automatic=met:disk) | ||||
* | no entry in fstab for zips (now cleanly done by hotplug) | Pascal Rigaux | 2004-03-05 | 1 | -0/+1 |
| | |||||
* | fix warning | Pascal Rigaux | 2004-03-05 | 1 | -1/+1 |
| | |||||
* | (write_resolv_conf) only remove /etc/resolv.conf if it's really a link | Thierry Vignaud | 2004-03-05 | 1 | -1/+1 |
| | | | | | | (prevent no resolv.conf rewriting when it was empty eg b/c link was dead) |