summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
Commit message (Collapse)AuthorAgeFilesLines
* - help link can be non local (http, www connnections).Daouda Lo2003-02-101-1/+1
|
* force drakbug to be runnable in strict modeThierry Vignaud2003-01-271-2/+4
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-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 helpDaouda Lo2003-01-071-1/+1
|
* - support help systemDaouda Lo2003-01-061-5/+4
| | | | | - remove unused function
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-1/+1
|
* fix gtk2 portThierry Vignaud2002-12-021-3/+3
|
* - Gtk2 portThierry Vignaud2002-11-271-32/+29
| | | | | - one perl_checker fix
* s/mdk_rel/mandrake_release/Thierry Vignaud2002-11-251-2/+2
|
* consolidate some stuff from standalone tools & mcc into mdk_rel()Thierry Vignaud2002-11-251-5/+3
|
* - Gtk::Gdk::ImlibImage is not neededThierry Vignaud2002-11-211-29/+27
| | | | | | - perl_checker fixes - fix interactive exit (s/in/$in/ ->exit)
* s/$x ne (0|'')/$x/Thierry Vignaud2002-11-201-1/+1
|
* drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2,Thierry Vignaud2002-11-181-16/+0
| | | | | net_monitor : final update for common cli options/help manager
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-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 typosThierry Vignaud2002-10-141-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 Vignaud2002-09-201-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 matchingDaouda Lo2002-09-191-1/+1
|
* - sync option names with server's name.Daouda Lo2002-09-171-2/+2
|
* - fix typoDaouda Lo2002-09-171-1/+1
|
* - back to normal http connection (instead of https)Daouda Lo2002-09-171-6/+6
| | | | | - relocated web wizard
* - typo in optionsDaouda Lo2002-09-161-2/+2
|
* - s/bugzilla.com/drakbug.mandrakesoft.com/Daouda Lo2002-09-111-1/+2
|
* - definitive link and optionsDaouda Lo2002-09-101-7/+12
|
* s/tinyfirewall/drakfirewall/Daouda Lo2002-09-021-1/+1
|
* - drakbug point to https://drakbug.mandrakesoft.comDaouda Lo2002-09-021-1/+2
|
* - add --incident : could be used by signal catcher to launch drakbugDaouda Lo2002-08-151-1/+11
| | | | | when app crash
* - avoiding looping indefinitalely when selecting items in comboDaouda Lo2002-08-021-10/+15
|
* - add commandline arguments: drakbug --report name_appDaouda Lo2002-08-021-18/+27
|
* perl_checker fixesThierry Vignaud2002-08-011-13/+13
|
* - many changesDaouda Lo2002-07-311-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 englishThierry Vignaud2002-07-301-2/+2
|
* - add browser list in case BROWSER env var isn't setDaouda Lo2002-07-261-2/+7
|
* - complete app listDaouda Lo2002-07-201-10/+15
|
* o finish moving draknet to drakconnect in standaloneDamien Chaumette2002-07-161-1/+1
|
* - isStandalone is set in standalone.pm, removedDaouda Lo2002-07-151-1/+0
|
* - code updateDaouda Lo2002-07-101-5/+5
| | | | | - use local http server for test.
* - detect package automatically when app is chosenDaouda Lo2002-07-081-7/+12
|
* - standalone appDaouda Lo2002-07-081-0/+127