Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (do_not_start_service_on_boot) : simplify it | Thierry Vignaud | 2003-02-13 | 1 | -3/+1 | |
| | ||||||
* | cleanup starts_on_boot() | Pascal Rigaux | 2003-02-12 | 1 | -15/+3 | |
| | ||||||
* | Scannerdrake vastly improved | Till Kamppeter | 2003-02-12 | 1 | -1/+8 | |
| | | | | | | | | | | | | - Use auto-detection methods of SANE - Do not ask the user to configure scanners which are already configured - Handle systems with more than one scanner correctly - Added ports of newer scanners (libusb, parallel, ...) to the port selector in manual setup - Main dialog showing all configured scanners - Full support for scanner sharing via SANE (server/client) - Support for USB scanner access via libusb | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 | |
| | ||||||
* | fix prefix usage | Thierry Vignaud | 2003-01-20 | 1 | -15/+12 | |
| | ||||||
* | fix embedding | Thierry Vignaud | 2003-01-16 | 1 | -1/+1 | |
| | ||||||
* | use wrap_text (instead of handcoding it) | Pascal Rigaux | 2002-12-13 | 1 | -10/+1 | |
| | ||||||
* | drakxservices' gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -7/+7 | |
| | ||||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 | |
| | ||||||
* | gtk2 | Guillaume Cottenceau | 2002-12-03 | 1 | -18/+18 | |
| | ||||||
* | - my_gtk->main already do the kill 'USR2' | Thierry Vignaud | 2002-11-28 | 1 | -1/+1 | |
| | | | | | | and hardcoding signal number was bad anyway - use gtkflush() | |||||
* | - my_gtk->main already do the kill 'USR2' | Thierry Vignaud | 2002-11-28 | 1 | -2/+1 | |
| | | | | | | and hardcoding signal number was bad anyway - use gtkflush() | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 | |
| | ||||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-26 | 1 | -1/+1 | |
| | ||||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 | |
| | ||||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -3/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 ... | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 | |
| | ||||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -56/+56 | |
| | | | | | | | | | | | | | | | | | | | 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! | |||||
* | fix the use of a non-bounded regexp to check services (fix "nfs" being marked | Pascal Rigaux | 2002-11-05 | 1 | -5/+5 | |
| | | | | | on whereas it is "nfslock" which is on) | |||||
* | (services): better sorting of services | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 | |
| | ||||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 | |
| | ||||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -9/+9 | |
| | ||||||
* | (ask_standalone_gtk, ask_install): only return the on_services (those | Pascal Rigaux | 2002-07-29 | 1 | -2/+2 | |
| | | | | | | functions used to return ($l, $on_services) which used in a scalar context returned $on_services) | |||||
* | use run_program::rooted_get_stdout instead of `chroot $prefix ...` | Pascal Rigaux | 2002-07-26 | 1 | -2/+3 | |
| | ||||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 | |
| | ||||||
* | corrected translation used for shell command | damien | 2002-03-01 | 1 | -1/+1 | |
| | ||||||
* | applied cooker guy english review | damien | 2002-02-04 | 1 | -1/+1 | |
| | ||||||
* | changed some strings to make translation easier | Pablo Saratxaga | 2002-02-01 | 1 | -6/+3 | |
| | ||||||
* | - move the require on my_gtk to ask_standalone_gtk | Pascal Rigaux | 2002-01-27 | 1 | -11/+4 | |
| | | | | | - cleanup | |||||
* | move service apcupsd from Printing to System | Pascal Rigaux | 2002-01-17 | 1 | -2/+2 | |
| | ||||||
* | Corrected English errors | Pablo Saratxaga | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | tagged as translatable some left out strigns | Pablo Saratxaga | 2001-10-23 | 1 | -2/+2 | |
| | ||||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -1/+0 | |
| | ||||||
* | updated repartition of services into category, network category are commented so | Francois Pons | 2001-09-13 | 1 | -5/+19 | |
| | | | | | that service will to "Other" one. | |||||
* | added cupslpd in printing section | damien | 2001-08-28 | 1 | -1/+1 | |
| | ||||||
* | cleanup (it was working, but wasn't nice) | Pascal Rigaux | 2001-08-14 | 1 | -1/+1 | |
| | ||||||
* | instead of testing if ref($in) or ref($o) contains /gtk/, test if ↵ | Pascal Rigaux | 2001-08-02 | 1 | -1/+1 | |
| | | | | interactive_gtk is in ISA of the object | |||||
* | allow cancel on services which do not change anything. | Francois Pons | 2001-07-27 | 1 | -1/+1 | |
| | ||||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 | |
| | ||||||
* | removed/renamed unused/seldom-used functions | Pascal Rigaux | 2001-07-24 | 1 | -1/+11 | |
| | ||||||
* | rename ask_install_gtk in ask_install, ask_install is now | Pascal Rigaux | 2001-07-19 | 1 | -5/+4 | |
| | | | | | ask_install_simple (obsolete) | |||||
* | reworked to use new service layout for install. | Francois Pons | 2001-07-12 | 1 | -15/+78 | |
| | ||||||
* | changed Resolution to Service | damien | 2001-06-25 | 1 | -1/+1 | |
| | ||||||
* | have many more services tooltipped from here so we can get translations ↵ | Guillaume Cottenceau | 2001-04-11 | 1 | -2/+20 | |
| | | | | afterwards | |||||
* | removed use Data::Dumper | damien | 2001-03-12 | 1 | -1/+0 | |
| | ||||||
* | corrected bug in display | damien | 2001-03-12 | 1 | -1/+1 | |
| | ||||||
* | no more restart button | damien | 2001-03-11 | 1 | -3/+3 | |
| | ||||||
* | fixed big bug. | damien | 2001-03-10 | 1 | -9/+15 | |
| | ||||||
* | imajor improvement. | damien | 2001-03-10 | 1 | -17/+37 | |
| | ||||||
* | improved. | damien | 2001-03-10 | 1 | -2/+43 | |
| |