Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 3 | -6/+6 |
| | |||||
* | (network::tools::is_dynamic_ip) consolidate test for any dynamic interface | Thierry Vignaud | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | fix warning with usb mice | Thierry Vignaud | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | - fix #3047's fix | Thierry Vignaud | 2003-11-12 | 1 | -1/+1 |
| | | | | | - do not show module if unknow for system bridges since it's normal | ||||
* | fix #6134: JAZ device is not spelled like jazz music | Thierry Vignaud | 2003-11-08 | 1 | -1/+1 |
| | |||||
* | fix #3047: do not display "unknown module" in red for devices known to | Thierry Vignaud | 2003-11-08 | 1 | -0/+1 |
| | | | | | not need any module (see http://www.people.iup.edu/bclg/pci-modem.html) | ||||
* | fix network interfaces list update: | Thierry Vignaud | 2003-11-07 | 1 | -2/+6 |
| | | | | | | - really remove from the Gtk+ list lost interfaces - update the intf reference list | ||||
* | Enable bz2 compression option (wish@linux-mandrake.com) | Stew Benedict | 2003-11-04 | 1 | -15/+10 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-11-04 | 1 | -4/+4 |
| | |||||
* | manage all interfaces when there more than one | Thierry Vignaud | 2003-11-04 | 1 | -17/+17 |
| | |||||
* | network statistics really are global ones, not per interface ones. | Thierry Vignaud | 2003-11-04 | 1 | -1/+1 |
| | | | | | let not confuse the end user | ||||
* | remove useless module use | Thierry Vignaud | 2003-10-31 | 1 | -1/+0 |
| | |||||
* | - for now, check new devices against description (later with port too) | Thierry Vignaud | 2003-10-31 | 1 | -9/+9 |
| | | | | | - fix driver/port mismatch | ||||
* | auto config ups devices | Thierry Vignaud | 2003-10-31 | 1 | -0/+66 |
| | |||||
* | from Salane KIng <sking4 at cinci.rr dot com>: enable to access samba | Thierry Vignaud | 2003-10-31 | 1 | -1/+1 |
| | | | | | drives on other computers to easily install windows fonts | ||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 1 | -23/+21 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 3 | -8/+8 |
| | |||||
* | drakperm incorrectly enable one to click "ok" after having altered a | Thierry Vignaud | 2003-10-20 | 1 | -0/+1 |
| | | | | | | | | | system rule whereas system rules are not saved since they're enforced by msec. this may confuse the end user ("why my changes weren't applied?") so let disable the "ok" button if the current entry is uneditable. | ||||
* | fix crash on editable items | Thierry Vignaud | 2003-10-20 | 1 | -10/+13 |
| | |||||
* | perform test once and move it out of the save loop | Thierry Vignaud | 2003-10-20 | 1 | -3/+3 |
| | |||||
* | un-jonathan-ize() | Thierry Vignaud | 2003-10-20 | 1 | -10/+4 |
| | |||||
* | consolidate, simplify, remove duplicate | Thierry Vignaud | 2003-10-20 | 1 | -36/+24 |
| | |||||
* | print more understandable error message on parse error | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | do not break working code! (titi sucks) | Pascal Rigaux | 2003-10-20 | 1 | -1/+0 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2003-10-17 | 3 | -39/+39 |
| | |||||
* | - perl_checker cleanups | Thierry Vignaud | 2003-10-17 | 1 | -25/+24 |
| | | | | | | | | | - this enable to catch two bugs: o test_connected function was wrong and did not pass its parameter to network code code o profile managment in net_monitor wasn't updated to latest damien api changes in network::netconnect and thus was broken :-( | ||||
* | workaround anthill bug #18 (do not overwrite sound aliases when no hardware ↵ | Thierry Vignaud | 2003-10-17 | 1 | -2/+5 |
| | | | | change) | ||||
* | network::netconnect is unused | Thierry Vignaud | 2003-10-17 | 1 | -1/+0 |
| | |||||
* | move setxkbmap to keyboard.pm | Pascal Rigaux | 2003-10-15 | 1 | -3/+2 |
| | |||||
* | let drakgw work... | Thierry Vignaud | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | show up a combo box with detected network interfaces but still let the | Thierry Vignaud | 2003-10-14 | 1 | -1/+1 |
| | | | | | user manually type it sg like ppp0 if needed | ||||
* | - get rid of a perl_checker warning (thx pixel) | Thierry Vignaud | 2003-10-13 | 1 | -3/+2 |
| | | | | | | - this uncover the missing arg to parse_file when called from net_monitor, thus enabling to show up which file is currently parsed | ||||
* | - save "mail alert" wizard options into /etc/sysconfig/mail_alert and | Thierry Vignaud | 2003-10-13 | 1 | -24/+27 |
| | | | | | | | restore them when configuring it again - make cron task reuse /etc/sysconfig/mail_alert | ||||
* | - ensure services are always listed in the same order | Thierry Vignaud | 2003-10-13 | 1 | -4/+1 |
| | | | | | - simplify installed services list build | ||||
* | cron: only mail if there's really sg to warn about (aka do not sent | Thierry Vignaud | 2003-10-12 | 1 | -5/+8 |
| | | | | | empty mails) | ||||
* | restore previous subject in mails | Thierry Vignaud | 2003-10-12 | 1 | -1/+1 |
| | |||||
* | generate perl_checker compliant cron tasks | Thierry Vignaud | 2003-10-12 | 1 | -4/+4 |
| | |||||
* | simplify cron writing | Thierry Vignaud | 2003-10-12 | 1 | -4/+2 |
| | |||||
* | Move set_help_tip for new perl_checker. | Stew Benedict | 2003-10-10 | 1 | -5/+5 |
| | |||||
* | mark a few strings as translatable (part of #5670) | Thierry Vignaud | 2003-10-08 | 1 | -3/+3 |
| | |||||
* | log values too in explanations | Thierry Vignaud | 2003-10-08 | 1 | -5/+5 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2003-10-04 | 1 | -2/+2 |
| | |||||
* | consolidate network conf reread | Thierry Vignaud | 2003-10-03 | 1 | -10/+11 |
| | |||||
* | perl_checker | Pascal Rigaux | 2003-10-01 | 3 | -8/+8 |
| | |||||
* | don't check *all* for test_pms_all, skip horrible stuffs | Pascal Rigaux | 2003-09-30 | 4 | -8/+8 |
| | |||||
* | now one can now choose the interface | Florin Grad | 2003-09-24 | 1 | -1/+1 |
| | |||||
* | clean fonts renaming and make it log renames (through explanations)MDK92 | Thierry Vignaud | 2003-09-23 | 1 | -2/+5 |
| | |||||
* | (move_fonts) factorize clean fonts move | Thierry Vignaud | 2003-09-23 | 1 | -6/+10 |
| | |||||
* | fix font copy (catched by #5157): | Thierry Vignaud | 2003-09-23 | 1 | -1/+2 |
| | | | | | | | - prevent looking for "*.pfm*.afm" fonts - prevent displaying spurious error messages on console while converting fonts | ||||
* | fix ttf font conversion (catched by #5157) | Thierry Vignaud | 2003-09-23 | 1 | -1/+1 |
| |