Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use ->create_okcancel instead of doing it by hand | Pascal Rigaux | 2004-02-06 | 1 | -4/+1 |
| | | | | | (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...) | ||||
* | - no special testing mouse in embedded | Pascal Rigaux | 2004-02-06 | 1 | -13/+4 |
| | | | | | - use mouse::change_mouse_live() | ||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | use std button layout | Thierry Vignaud | 2003-07-24 | 1 | -1/+2 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -1/+1 |
| | |||||
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -2/+2 |
| | |||||
* | add mouse test in non-embedded mode (#2049) | Guillaume Cottenceau | 2003-05-30 | 1 | -0/+16 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | fix mousedrake in embedded mode | Guillaume Cottenceau | 2003-02-27 | 1 | -1/+6 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | gtk+2 port (how difficult it was ...) | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | restore previous behaviour and exit early only in cancel case | Thierry Vignaud | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | fix bad interaction between mcc & mousedrake. | Thierry Vignaud | 2002-11-27 | 1 | -3/+2 |
| | | | | | interactive already take care of it through my_gtk... | ||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -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 Rigaux | 2002-11-06 | 1 | -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 works | Pascal Rigaux | 2002-08-22 | 1 | -2/+3 |
| | | | | | - adapt to changed prototype mouse::write_conf | ||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -3/+3 |
| | | | | | (so that 'use strict' works) | ||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -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 Rigaux | 2002-07-31 | 1 | -2/+2 |
| | | | | "serial_usb" | ||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | |||||
* | - fix using deprecated Xconfig.pm | Pascal Rigaux | 2002-07-29 | 1 | -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::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -2/+2 |
| | |||||
* | added patch from imz@altlinux.ru | Francois Pons | 2002-07-15 | 1 | -0/+20 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -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/ | damien | 2001-10-30 | 1 | -2/+2 |
| | |||||
* | don't fork the code | damien | 2001-09-10 | 1 | -75/+1 |
| | |||||
* | typo | damien | 2001-09-05 | 1 | -116/+2 |
| | |||||
* | updated | damien | 2001-09-05 | 1 | -10/+30 |
| | |||||
* | fix previous fix (typo). | Francois Pons | 2001-08-30 | 1 | -1/+1 |
| | |||||
* | keep mouse specific paramater if user does not change its mouse. | Francois Pons | 2001-08-30 | 1 | -1/+2 |
| | |||||
* | make sure --auto is not interactive on some part. | Francois Pons | 2001-08-30 | 1 | -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 Pons | 2001-08-29 | 1 | -0/+7 |
| | | | | | change if mouse is really changed as probe is incomplete. | ||||
* | updated mouse test | damien | 2001-08-24 | 1 | -1/+5 |
| | |||||
* | no absolute pixmap reference | damien | 2001-08-24 | 1 | -3/+3 |
| | |||||
* | new mousedrake. experimental | damien | 2001-08-24 | 1 | -1/+93 |
| | |||||
* | use vnew the right way everywhere | Guillaume Cottenceau | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | added icon support | damien | 2001-06-06 | 1 | -2/+2 |
| | |||||
* | code cleaned and debugged | damien | 2001-05-08 | 1 | -11/+5 |
| | |||||
* | added mouse test. Ugly | damien | 2001-05-08 | 1 | -0/+89 |
| | |||||
* | fixed embedded | damien | 2001-04-17 | 1 | -1/+1 |
| | |||||
* | fixed mousedrake (with interactive.pm fixes applied). | Francois Pons | 2001-04-09 | 1 | -1/+2 |
| | |||||
* | fixed cancel support. | Francois Pons | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | added conditional restart of gpm on mouse configuration change. | Francois Pons | 2001-04-09 | 1 | -0/+1 |
| | |||||
* | fix horrible error (using an undefined $o) | Pascal Rigaux | 2001-04-03 | 1 | -2/+2 |
| | |||||
* | fixed for standalone XFdrake and mousedrake (multi-mouse and | Francois Pons | 2001-03-28 | 1 | -0/+3 |
| | | | | | correct probe (USB)). | ||||
* | remove test ugliness of dams | Pascal Rigaux | 2001-03-22 | 1 | -2/+0 |
| | |||||
* | typo | damien | 2001-02-28 | 1 | -0/+1 |
| |