summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-0912-166/+157
|
* fix stock items usageThierry Vignaud2003-07-071-2/+2
|
* use stock items in logdrake tooThierry Vignaud2003-07-071-2/+2
|
* use stock items for menu tooThierry Vignaud2003-07-061-3/+3
|
* let columns be sortable (lmontel request)Thierry Vignaud2003-07-063-1/+6
|
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-065-8/+8
|
* Honor user defined limits for backup disk consumption.Stew Benedict2003-07-031-42/+136
| | | | | | Log last backup. Enable view of last backup log. Fix base_sys_list. Fix GUI crash on restore. (Keld Jørn Simonsen/Cooker list)
* Show units for hard-drive allocation. Add "View Configuration" 1st screen.Stew Benedict2003-07-031-6/+15
|
* colorize helpThierry Vignaud2003-07-011-4/+4
|
* perl_checker fixThierry Vignaud2003-07-011-1/+1
|
* fix testing modeThierry Vignaud2003-07-011-1/+1
|
* fix one translation (ie factorize it out)Thierry Vignaud2003-07-011-1/+1
|
* let harddrake gui fit better when embeddedThierry Vignaud2003-07-011-2/+1
|
* Local client hardware configuration via drak tools.Stew Benedict2003-06-261-65/+199
|
* Fix GUI in embedded mode - [Bug 4111] - note translate strings changed.Stew Benedict2003-06-251-13/+8
|
* GUI elements for local client hardware config. Update strings for translators.Stew Benedict2003-06-241-27/+36
|
* fix crash on service restartThierry Vignaud2003-06-241-0/+1
|
* prevent drakfont from crashing when trying to deleting an empty listThierry Vignaud2003-06-241-0/+1
|
* forgot some debug print linesFlorin Grad2003-06-131-2/+0
|
* fix too many parameters in miscellaneous_choose callDamien Chaumette2003-06-121-1/+1
|
* read the default network configurationFlorin Grad2003-06-121-7/+9
|
* More GUI quirks from GTK2 port.Stew Benedict2003-06-091-39/+49
| | | | | Ensure pcimap from etherboot created for dhcpd server.
* Translation fixes (thx, gc, pixel). Another GUI crash fix.Stew Benedict2003-06-091-316/+318
|
* fileshareset doesn't use MDK::CommonPascal Rigaux2003-06-061-3/+3
|
* Bug 3647 - Chinese translations. More perl_checker fixes.Stew Benedict2003-06-051-331/+331
|
* add mouse test in non-embedded mode (#2049)Guillaume Cottenceau2003-05-301-0/+16
|
* perl_checker fixesThierry Vignaud2003-05-2317-362/+359
|
* please perl_checkerThierry Vignaud2003-05-231-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-10/+10
|
* 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-224-4/+2
|
* (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
* (build_list) simplify ip parsingThierry Vignaud2003-05-221-3/+1
|
* workaround #3341: display "Bad ip" instead of a blank field if ipThierry Vignaud2003-05-221-2/+1
| | | | | wasn't correctly parsed as an ip ?
* Fix differntial user file naming.Stew Benedict2003-05-221-1/+1
|
* remove unused function that should never have come to liveThierry Vignaud2003-05-211-2/+0
|
* - help menu items are not checkableThierry Vignaud2003-05-211-7/+9
| | | | | | - do not display spurious "/" on menu buttons when embedded - (strip_first_underscore) let speedup the regexp
* we already have fork()+exec() detect_loader, so there's no need to doThierry Vignaud2003-05-211-1/+1
| | | | | it again
* perl_checker fixesThierry Vignaud2003-05-201-3/+3
| | | | | | | | printer::printerdrake::{setup_smb,setup_socket}(): do not use undef values, but reuse those we just calculate printer::printerdrake::main(): fix printer::default::printer_type() callee
* (removeverticalbar) pixelateThierry Vignaud2003-05-201-2/+1
|
* perl_checker fixesThierry Vignaud2003-05-202-44/+39
|
* try to simplifyThierry Vignaud2003-05-201-22/+11
|
* fix #1743: offer to restart the dm serviceThierry Vignaud2003-05-201-0/+4
|
* (put_font_dir): $/variable is unlikely what was initially intendedThierry Vignaud2003-05-201-10/+3
| | | | | | | (chk_empty_xfs_path): typo fix (search_dir_font_uninstall): further simplify
* (chk_empty_xfs_path):Thierry Vignaud2003-05-201-2/+2
| | | | | | | | - any { !cdt} equals to every { cdt } - if_ is unneeded (search_dir_font_uninstall) map { if_(cdt, $_ } equals to grep { cdt }
* (file_ok_sel) prevent potential crash in perl regexp engine if sg badThierry Vignaud2003-05-201-1/+1
| | | | | happenned in the translation