summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
Commit message (Collapse)AuthorAgeFilesLines
* typo fixesThierry Vignaud2004-08-191-1/+1
|
* better let pango/Gtk+ do the proper wrapping that let translatorThierry Vignaud2004-08-121-3/+2
| | | | | | manually insert end of lines which will badly look depending on current theme and font settings
* fixed English stringPablo Saratxaga2004-08-121-1/+1
|
* comment unused variableOlivier Blin2004-08-111-1/+2
|
* update product list and fix case (bugzilla is case sensitive)Olivier Blin2004-08-111-1/+1
|
* fix product, component and version for bugzillaOlivier Blin2004-08-111-2/+6
|
* reorganize to use the same upload info message for Anthill and BugzillaOlivier Blin2004-08-111-5/+5
|
* fix bugzilla urlOlivier Blin2004-08-111-1/+1
|
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-14/+14
|
* s/Mandrake/MandrakelinuxFunda Wang2004-08-081-3/+3
|
* - scroll down text while typingDaouda Lo2004-07-271-190/+154
| | | | | | - many cleanups - Stable releases are 'Official' and 'Community'
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
| | | | | it is easily done in ugtk2.pm
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-1/+1
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* simplifyThierry Vignaud2004-01-191-1/+1
|
* - drakhelp will load online drakbug help fileDaouda Lo2003-09-171-1/+1
|
* New, improved, compact code, courtesy of Thierry.Stew Benedict2003-09-151-25/+6
|
* Updates for stable release bug submission to anthill (vdanen)Stew Benedict2003-09-151-18/+201
|
* - 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