Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill heavy duplication in get_cd_info() | Thierry Vignaud | 2002-11-20 | 1 | -43/+27 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -82/+91 |
| | |||||
* | - don't gratuitously copy a 70 lines help text with typo changes, | Thierry Vignaud | 2002-11-20 | 1 | -73/+6 |
| | | | | | | | translators will kill us - use strict, fix it | ||||
* | s/$x ne (0|'')/$x/ | Thierry Vignaud | 2002-11-20 | 3 | -25/+25 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 3 | -4/+5 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -16/+11 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 2 | -17/+11 |
| | |||||
* | do not use print_hello() callback, anyway it does not exists (but in | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | | | | | drakfloppy ...) | ||||
* | - logdrake does not need any | Thierry Vignaud | 2002-11-20 | 1 | -49/+52 |
| | | | | | | - use ugtk for gtkcolor & co - perl_checker fixes | ||||
* | more perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -11/+11 |
| | |||||
* | - don't require unused modules | Thierry Vignaud | 2002-11-20 | 1 | -143/+133 |
| | | | | | | | - use my_gtk to transparently handle embedding - fixes for strict mode - fixes for perl_checker (more to come after lunch) | ||||
* | - fixes for "use strict" (still some work to do since some variables | Thierry Vignaud | 2002-11-20 | 1 | -302/+301 |
| | | | | | | | | | | | are created through ${ $x.$y } - use my_gtk : o clean code o transparently manage embedding - perl_checker fixes | ||||
* | fix blind copyright copy | Thierry Vignaud | 2002-11-20 | 2 | -2/+2 |
| | |||||
* | default dhcp client is dhcp-client | Frederic Lepied | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 7 | -63/+1 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | switch drakTermServ to new option scheme | Thierry Vignaud | 2002-11-18 | 1 | -14/+0 |
| | |||||
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 4 | -34/+14 |
| | | | | | to new option scheme | ||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 15 | -90/+15 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 11 | -14/+14 |
| | |||||
* | - clean code sot that it runs under "use strict" | Thierry Vignaud | 2002-11-18 | 1 | -37/+29 |
| | | | | | | | - simplify date command construction, this is basic perl :-( - kill dead old commented code to handle i18n instead of relying on common shared modules | ||||
* | remove old dead commented i18n code that kept being copied around | Thierry Vignaud | 2002-11-18 | 2 | -43/+0 |
| | |||||
* | typo fix | Thierry Vignaud | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | Make drakfont use ttmkfdir again, as it recognizes more encodings, | Pablo Saratxaga | 2002-11-14 | 1 | -9/+23 |
| | | | | | | | | | use of parameter "-u" of ttmkfdir to always output unicode entries, call xftcache to create/update the Xftcache files (used by Xft), rewrite fonts.dir (with ttmkfdir) when removing a ttf file so it no longer appears on the font list, and execute "xset fp rehash" after adding/removing fonts, so the font list used by X server is synchronized. | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | don't offer to configure kernel for usbvision (no option for now) | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | handle devices managed by usbvision too | Thierry Vignaud | 2002-11-12 | 1 | -4/+3 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -2/+2 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - create the printer/ hierarchy - split services related stuff into services.pm & printer::services, - move things that've nothing to do with printers into common.pm (alternatives, permissions, ...) - move eveything related to cups, gimp-print, detection, {star,open}office to the corresponding splited printer:: module - big consolidation of printer::office (it was obvious there were tons of duplication between staroffice and openoffice managment) - move other stuff into printer::main, printer::common, status : print.pm has been heavily splited (now one can begin to understand the little bits). printerdrake still needs to be splited/cleaned and eventually removed since printer/printerdrake modules separation is not understandable by other people till, in printer::gimp, $lprcommand is neither declared nor setted nowhere. idem in mdk9.0 ... | ||||
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | don't use <*> for globbing, use all or glob_ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | |||||
* | replace q@...@ with q(...) or here_doc | Pascal Rigaux | 2002-11-11 | 1 | -7/+9 |
| | |||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 8 | -6/+8 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 2 | -2/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -3/+3 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 24 | -888/+882 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | add XkbCompat "group_led" for all keyboards where a group layout switching ↵ | Pascal Rigaux | 2002-11-04 | 1 | -1/+1 |
| | | | | is used | ||||
* | typo in comments: Josep L. Guallar-Esteve <jlguallar@computer.org> | Stew Benedict | 2002-10-28 | 1 | -2/+2 |
| | |||||
* | bit me! | Thierry Vignaud | 2002-10-16 | 1 | -1/+2 |
| | |||||
* | Finish thin client setup option. | Stew Benedict | 2002-10-14 | 1 | -2/+93 |
| | |||||
* | - fix typos | Thierry Vignaud | 2002-10-14 | 1 | -3/+10 |
| | | | | | | | | | | | | | | - when something is eating io bandwith, drakbug is very slow to scroll the menu, since on each item selection, it does rpm db access. solution : o cache rpm result in %packages o only call rpm & which if nothing is cached - if there's the selected package isn't installed, just print "package not installed" (and translate that) | ||||
* | Read/Write thin client configuration. | Stew Benedict | 2002-10-12 | 1 | -66/+183 |
| | | | | | | Add draktermserv config to enable/disable thin clients. Update documentation. | ||||
* | Dynamic IP pool for client machines. | Stew Benedict | 2002-10-11 | 1 | -72/+110 |
| | | | | | | Don't require image for PCI clients. Perl_checker fixes. | ||||
* | Correct typo in create boot ISO code | Stew Benedict | 2002-10-10 | 1 | -2/+3 |
| | | | | | Add note in help about optional net boot image entry for PCI cards | ||||
* | Really fix daemon mode issue. | Stew Benedict | 2002-09-23 | 1 | -5/+10 |
| | |||||
* | Fix daemon mode bug. | Stew Benedict | 2002-09-23 | 1 | -1/+1 |
| | |||||
* | Correct help notes on \$\$IP=IP-ADDRESS\$\$. | Stew Benedict | 2002-09-21 | 1 | -2/+2 |
| | |||||
* | fix the disable function | Florin Grad | 2002-09-20 | 1 | -3/+5 |
| | |||||
* | no -w | Thierry Vignaud | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | don't print useless warnings in console | Thierry Vignaud | 2002-09-20 | 1 | -1/+1 |
| |