Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - help link can be non local (http, www connnections). | Daouda Lo | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | force drakbug to be runnable in strict mode | Thierry Vignaud | 2003-01-27 | 1 | -2/+4 |
| | |||||
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -1/+1 |
| | | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad) | ||||
* | - new way to use request help | Daouda Lo | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | - support help system | Daouda Lo | 2003-01-06 | 1 | -5/+4 |
| | | | | | - remove unused function | ||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | fix gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 |
| | |||||
* | - Gtk2 port | Thierry Vignaud | 2002-11-27 | 1 | -32/+29 |
| | | | | | - one perl_checker fix | ||||
* | s/mdk_rel/mandrake_release/ | Thierry Vignaud | 2002-11-25 | 1 | -2/+2 |
| | |||||
* | consolidate some stuff from standalone tools & mcc into mdk_rel() | Thierry Vignaud | 2002-11-25 | 1 | -5/+3 |
| | |||||
* | - Gtk::Gdk::ImlibImage is not needed | Thierry Vignaud | 2002-11-21 | 1 | -29/+27 |
| | | | | | | - perl_checker fixes - fix interactive exit (s/in/$in/ ->exit) | ||||
* | s/$x ne (0|'')/$x/ | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -16/+0 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | 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 |