Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | workaround crahsing while handling strange DBus errors (hacky :-() such as: | Thierry Vignaud | 2008-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | "org.freedesktop.Hal.NoSuchDevice: No device with id /org/freedesktop/Hal/devices/volume_uuid_0d60bf68_9e31_46b5_b98a_ac61d2f96352" which results in: "Operation "eq": no method found, left argument in overloaded package Net::DBus::Error, right argument in overloaded package Net::DBus::Error at /usr/lib/libDrakX/standalone.pm line 199." | ||||
* | enable to disable it trough the DISABLE_DRAKBUG environment variable | Thierry Vignaud | 2008-09-23 | 1 | -2/+4 |
| | |||||
* | - drakbug: | Pascal Rigaux | 2008-02-29 | 1 | -1/+1 |
| | | | | | | o do not catch exception if $^S is undef (occurs when "eval { require foo }" and foo.pm do "use not_available") | ||||
* | fix titi typo | Pascal Rigaux | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | keep buggy process around so that we can run gdb on it (if perl segfaulted) | Thierry Vignaud | 2007-11-06 | 1 | -1/+2 |
| | |||||
* | (bug_handler) nicer formatting for real segfaults | Thierry Vignaud | 2007-09-13 | 1 | -0/+1 |
| | |||||
* | (bug_handler) distinct exceptions from SEGV, thus restoring catching | Thierry Vignaud | 2007-09-13 | 1 | -4/+4 |
| | | | | | SEGV and preventing looping while segfaulting again | ||||
* | (bug_handler) do a "normal" die if drakbug is not present | Thierry Vignaud | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | fix fetching translations from "libDrakX-standalone" domain (#32402) | Thierry Vignaud | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | (bug_handler) make it more readable | Thierry Vignaud | 2007-08-06 | 1 | -0/+6 |
| | |||||
* | (bug_handler) better test | Thierry Vignaud | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | exceptions with "\n" are considered normal ways to quit and thus do not fire up | Thierry Vignaud | 2007-08-06 | 1 | -0/+5 |
| | | | | | drakbug (eg: #32292) | ||||
* | (bug_handler) drakbug: do not report "wizcancel" exceptions (#32308) | Thierry Vignaud | 2007-08-06 | 1 | -2/+2 |
| | |||||
* | (bug_handler) explain | Thierry Vignaud | 2007-08-02 | 1 | -0/+3 |
| | |||||
* | report real version on --help, set by Makefie | Thierry Vignaud | 2007-08-02 | 1 | -1/+4 |
| | |||||
* | (bug_handler) prevent looping if drakbug crashes | Thierry Vignaud | 2007-08-02 | 1 | -0/+4 |
| | |||||
* | (bug_handler) display full backtrace | Thierry Vignaud | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | (bug_handler) do not fsck up exceptions in eval { } | Thierry Vignaud | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | provide drakbug with the perl backtrace | Thierry Vignaud | 2007-08-01 | 1 | -2/+3 |
| | |||||
* | report ordinary crash (unhandled exceptions, not seg faults) on bugzilla too | Thierry Vignaud | 2007-08-01 | 1 | -1/+7 |
| | |||||
* | centralize common textdomains in a single common place, thus ensuring ↵ | Thierry Vignaud | 2007-06-28 | 1 | -1/+0 |
| | | | | they'll be binded (#31580) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -5/+6 |
| | |||||
* | add support for $::no_global_argv_parsing, enabling to NOT using common option | Thierry Vignaud | 2005-12-22 | 1 | -1/+2 |
| | | | | | managemnt (eg: when using Getopt) | ||||
* | allow common.pm and standalone.pm to be used in drakxtools-backend without ↵ | Pascal Rigaux | 2005-12-18 | 1 | -2/+4 |
| | | | | perl-Locale-gettext | ||||
* | use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵ | Pascal Rigaux | 2005-12-15 | 1 | -1/+1 |
| | | | | | | | instead of module c (that way we can also use dngettext, and it's more modular) | ||||
* | - fix typo | Daouda Lo | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵ | Thierry Vignaud | 2005-06-30 | 1 | -1/+1 |
| | | | | its purpose | ||||
* | class_discard is a bad idea, now unused, so drop it | Pascal Rigaux | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | mandrakelinux -> Mandriva Linux | Pablo Saratxaga | 2005-04-23 | 1 | -4/+4 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -3/+3 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | help perl | Pascal Rigaux | 2005-03-10 | 1 | -2/+2 |
| | |||||
* | log program exiting | Thierry Vignaud | 2005-03-08 | 1 | -1/+14 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -3/+3 |
| | |||||
* | (version) print translated usage message (#5657) | Thierry Vignaud | 2004-09-29 | 1 | -1/+2 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | Remove a perl compilation warning | Rafael Garcia-Suarez | 2004-08-13 | 1 | -6/+5 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -3/+3 |
| | |||||
* | s/Mandrake/Mandrakelinux | Funda Wang | 2004-08-08 | 1 | -3/+3 |
| | |||||
* | (rename) only log succesfull renamings | Thierry Vignaud | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | XFree 3 is gone! | Pascal Rigaux | 2004-05-03 | 1 | -1/+1 |
| | |||||
* | (version) bump release number | Thierry Vignaud | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | $::noBorder is deprecated (it was the same as !$::isInstall) | Pascal Rigaux | 2004-02-04 | 1 | -1/+0 |
| | |||||
* | http://www.gnu.org/prep/standards_18.html says --help and --version are ↵ | Guillaume Cottenceau | 2004-02-04 | 1 | -2/+2 |
| | | | | printed on standard output | ||||
* | update drakfont help message | Thierry Vignaud | 2004-02-02 | 1 | -2/+4 |
| | |||||
* | bump copyright | Thierry Vignaud | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | --help: documente new drakboot and drakconnect parameters | Thierry Vignaud | 2004-02-02 | 1 | -0/+12 |
| |