Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -34/+34 |
| | | | | | | | | | | | | | | | | | | | 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 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) | ||||
* | fixes: | Thierry Vignaud | 2002-09-20 | 1 | -2/+2 |
| | | | | | | - don't create bogus 1 file (deush: s/2>1&/2>&1/) - don't print error messages when which cannot find the program | ||||
* | - s/rpm/mdk/ in package version matching | Daouda Lo | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | - sync option names with server's name. | Daouda Lo | 2002-09-17 | 1 | -2/+2 |
| | |||||
* | - fix typo | Daouda Lo | 2002-09-17 | 1 | -1/+1 |
| | |||||
* | - back to normal http connection (instead of https) | Daouda Lo | 2002-09-17 | 1 | -6/+6 |
| | | | | | - relocated web wizard | ||||
* | - typo in options | Daouda Lo | 2002-09-16 | 1 | -2/+2 |
| | |||||
* | - s/bugzilla.com/drakbug.mandrakesoft.com/ | Daouda Lo | 2002-09-11 | 1 | -1/+2 |
| | |||||
* | - definitive link and options | Daouda Lo | 2002-09-10 | 1 | -7/+12 |
| | |||||
* | s/tinyfirewall/drakfirewall/ | Daouda Lo | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | - drakbug point to https://drakbug.mandrakesoft.com | Daouda Lo | 2002-09-02 | 1 | -1/+2 |
| | |||||
* | - add --incident : could be used by signal catcher to launch drakbug | Daouda Lo | 2002-08-15 | 1 | -1/+11 |
| | | | | | when app crash | ||||
* | - avoiding looping indefinitalely when selecting items in combo | Daouda Lo | 2002-08-02 | 1 | -10/+15 |
| | |||||
* | - add commandline arguments: drakbug --report name_app | Daouda Lo | 2002-08-02 | 1 | -18/+27 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -13/+13 |
| | |||||
* | - many changes | Daouda Lo | 2002-07-31 | 1 | -37/+70 |
| | | | | | | - command line support (--report name_of_program), to be used in tools - ergonomy fixes (use table to align widget correctly) | ||||
* | deush need to learn english | Thierry Vignaud | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | - add browser list in case BROWSER env var isn't set | Daouda Lo | 2002-07-26 | 1 | -2/+7 |
| | |||||
* | - complete app list | Daouda Lo | 2002-07-20 | 1 | -10/+15 |
| | |||||
* | o finish moving draknet to drakconnect in standalone | Damien Chaumette | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | - isStandalone is set in standalone.pm, removed | Daouda Lo | 2002-07-15 | 1 | -1/+0 |
| | |||||
* | - code update | Daouda Lo | 2002-07-10 | 1 | -5/+5 |
| | | | | | - use local http server for test. | ||||
* | - detect package automatically when app is chosen | Daouda Lo | 2002-07-08 | 1 | -7/+12 |
| | |||||
* | - standalone app | Daouda Lo | 2002-07-08 | 1 | -0/+127 |