summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
Commit message (Collapse)AuthorAgeFilesLines
* add drakhosts, draknfs, draksambashare, set wrap width to 3 to show mandriva ↵Antoine Ginies2005-08-261-2/+2
| | | | tools
* set the "" string as active in the combo box when a custom binary isOlivier Blin2005-07-011-6/+9
| | | | | | selected, to avoid default selection of the last combo box item (this allow to remove the "scannerdrake" hack)
* simplifyOlivier Blin2005-07-011-9/+4
|
* use the 'drakxtools' component for "Standalone Tools" (really fixOlivier Blin2005-07-011-2/+2
| | | | | #16580) and split drakxtools components out of the main hash
* fix shell parsing unquoted bugzilla URL (#16580)Thierry Vignaud2005-07-011-1/+2
|
* make perl_checker happyPascal Rigaux2005-06-031-3/+3
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-5/+5
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-3/+3
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-2/+2
|
* - load link with /usr/bin/www-browserDaouda Lo2005-03-011-1/+1
|
* - use any::launch_browser_with_wm func to launch better suited browserDaouda Lo2005-03-011-14/+2
|
* cleanup this messPascal Rigaux2005-02-081-1/+1
|
* "%s" is not a translatable thing (changed N() -> translate())Pablo Saratxaga2005-02-081-1/+1
|
* - vincent danen patch (barely tested)Daouda Lo2005-01-271-145/+42
|
* - shift twice to get the correct function nameDaouda Lo2004-09-071-3/+3
|
* 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