summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
Commit message (Collapse)AuthorAgeFilesLines
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+1
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-5/+5
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* kill dead codeThierry Vignaud2004-06-201-1/+0
|
* use ->create_okcancel instead of doing it by handPascal Rigaux2004-02-061-4/+1
| | | | | (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...)
* - no special testing mouse in embeddedPascal Rigaux2004-02-061-13/+4
| | | | | - use mouse::change_mouse_live()
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-2/+2
|
* use std button layoutThierry Vignaud2003-07-241-1/+2
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-1/+1
|
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-2/+2
|
* add mouse test in non-embedded mode (#2049)Guillaume Cottenceau2003-05-301-0/+16
|
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* fix mousedrake in embedded modeGuillaume Cottenceau2003-02-271-1/+6
|
* English proofreadingPablo Saratxaga2003-01-241-1/+1
|
* perl_checker fixesThierry Vignaud2003-01-221-1/+1
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* gtk+2 port (how difficult it was ...)Thierry Vignaud2002-12-051-1/+1
|
* restore previous behaviour and exit early only in cancel caseThierry Vignaud2002-11-271-1/+1
|
* fix bad interaction between mcc & mousedrake.Thierry Vignaud2002-11-271-3/+2
| | | | | interactive already take care of it through my_gtk...
* - standalone.pm :Thierry Vignaud2002-11-181-7/+0
| | | | | | | | | | | 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
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-4/+4
| | | | | | | | | | | | | | | | | | | 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!
* - use modules::mergein_conf so that USB availability test worksPascal Rigaux2002-08-221-2/+3
| | | | | - adapt to changed prototype mouse::write_conf
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-3/+3
| | | | | (so that 'use strict' works)
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* what is needed for usbmouse is "hid mousedev usbmouse" not the weird ↵Pascal Rigaux2002-07-311-2/+2
| | | | "serial_usb"
* make new perl_checker happyPascal Rigaux2002-07-311-1/+0
|
* - fix using deprecated Xconfig.pmPascal Rigaux2002-07-291-42/+18
| | | | | | | | - document dam's hack for test mouse - cleanup - don't bother reading XFree mouse config (using keep_auxmouse_unchanged of mouse::write_conf)
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-2/+2
|
* added patch from imz@altlinux.ruFrancois Pons2002-07-151-0/+20
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-1/+2
| | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
* corrected ref($in) =~ /gtk/damien2001-10-301-2/+2
|
* don't fork the codedamien2001-09-101-75/+1
|
* typodamien2001-09-051-116/+2
|
* updateddamien2001-09-051-10/+30
|
* fix previous fix (typo).Francois Pons2001-08-301-1/+1
|
* keep mouse specific paramater if user does not change its mouse.Francois Pons2001-08-301-1/+2
|
* make sure --auto is not interactive on some part.Francois Pons2001-08-301-7/+9
| | | | | use default value for port device if a serial mouse.
* try to merge already existing mouse configuration with what has been probed,Francois Pons2001-08-291-0/+7
| | | | | change if mouse is really changed as probe is incomplete.
* updated mouse testdamien2001-08-241-1/+5
|
* no absolute pixmap referencedamien2001-08-241-3/+3
|
* new mousedrake. experimentaldamien2001-08-241-1/+93
|
* use vnew the right way everywhereGuillaume Cottenceau2001-08-091-1/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* added icon supportdamien2001-06-061-2/+2
|
* code cleaned and debuggeddamien2001-05-081-11/+5
|
* added mouse test. Uglydamien2001-05-081-0/+89
|
* fixed embeddeddamien2001-04-171-1/+1
|
* fixed mousedrake (with interactive.pm fixes applied).Francois Pons2001-04-091-1/+2
|
* fixed cancel support.Francois Pons2001-04-091-1/+1
|
* added conditional restart of gpm on mouse configuration change.Francois Pons2001-04-091-0/+1
|