summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
Commit message (Collapse)AuthorAgeFilesLines
* - help connects to qa.mandrakesoft.comDaouda Lo2003-08-271-1/+1
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-2/+2
|
* use std button layoutThierry Vignaud2003-07-251-2/+2
|
* use option menus instead of combos in on interface team requestThierry Vignaud2003-07-251-1/+1
|
* use new gtk2::entry->new_with_text to complete the port to gtk2-perl-xsThierry Vignaud2003-07-091-3/+3
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-1/+1
|
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-2/+2
|
* perl_checker fixesThierry Vignaud2003-05-231-4/+4
|
* do not mix interactive and ugtk2, let reusse create_dialog()Thierry Vignaud2003-05-221-6/+2
|
* do not set twice the title, ugtk2->new already do it for usThierry Vignaud2003-05-221-2/+1
|
* remove unused variableThierry Vignaud2003-05-221-1/+0
|
* gtk+-2 specs prohibid playing with policyThierry Vignaud2003-05-221-1/+0
|
* (quit_global) inline itThierry Vignaud2003-05-221-5/+1
|
* - further clean gui construction through functionnal ugtk2Thierry Vignaud2003-05-221-37/+31
| | | | | | | | | | | | - do not gratuitously add: o " " around button labels o empty strings at end of kernel release - (parse_release) simplify - there's no need to keep a reference on field that we do not further use (distro release is parsed again when needed and kernel release is already stored in some variable) - do not pack nothing to widgets
* - simplify gui construction through create_packtable(), we really doThierry Vignaud2003-05-221-16/+6
| | | | | | | not have to offuscate it like c programmers have to - one shall not be able to alter kernel or distribution release number
* make option managment look like real perlThierry Vignaud2003-05-131-2/+3
|
* perl_checker fixesThierry Vignaud2003-04-301-6/+6
|
* - 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
|