summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* - syntax : drakhelp relative_linkDaouda Lo2003-01-161-0/+28
| | | | | | | | | example: drakhelp Quick_Startup.html/drakx.html - drakhelp will check the running wm and will launch kdehelpcenter with the correct URL after localizing the link. Otherwise, it launch a default browser: mozilla konqueror or galeon.
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-163-6/+6
|
* make perl_checker happyPascal Rigaux2003-01-161-1/+1
|
* perl_checker fixesThierry Vignaud2003-01-161-13/+14
|
* perl_checker fixesThierry Vignaud2003-01-161-7/+7
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-167-26/+26
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* add an option to skip jazz drives detectionThierry Vignaud2003-01-151-1/+5
|
* drakproxy need common for getVarsFromSh()Thierry Vignaud2003-01-151-0/+1
|
* fix font_choice()Thierry Vignaud2003-01-141-2/+2
|
* it's uneeded to force scalar contextThierry Vignaud2003-01-131-1/+1
|
* this is not a per class help, but we told the user whatThierry Vignaud2003-01-131-9/+2
| | | | | he can achieve (aka not only on startup)
* listlength() is obviously just "overhead" for arraysThierry Vignaud2003-01-131-1/+1
|
* use diskdrake to configure cdroms, dvroms, cd|dvd -burners,Thierry Vignaud2003-01-131-2/+4
| | | | | floppies and zip drives
* simplify and factorizePascal Rigaux2003-01-101-11/+1
| | | | | (now works on 1.upgrade 2.install 3.install + change existing config)
* perl_checker fixThierry Vignaud2003-01-071-1/+1
|
* let it ask for root capabilites if launched in standalone modeThierry Vignaud2003-01-071-1/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-4/+3
| | | | "every", "partition"
* - new way to use request helpDaouda Lo2003-01-071-1/+1
|
* - support help systemDaouda Lo2003-01-061-5/+4
| | | | | - remove unused function
* perl_checker fixesThierry Vignaud2003-01-061-7/+7
|
* prevent one to write in log bufferThierry Vignaud2003-01-061-0/+2
|
* embedding fixesThierry Vignaud2003-01-021-2/+2
|
* any::load_category_no_message() doesn't exist anymore, it really is ↵Pascal Rigaux2002-12-291-2/+2
| | | | modules::load_category() !
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-291-1/+1
|
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-292-6/+6
| | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip)
* any::get_secure_level() doesn't exist anymore, use security::level::get() ↵Pascal Rigaux2002-12-191-1/+2
| | | | instead (fix titi change)
* use libDrakX from CVS (ie. ..) in perl_checkerPascal Rigaux2002-12-191-0/+1
|
* - basic gtk+-2 port (edition is not ready yet)Thierry Vignaud2002-12-181-82/+87
| | | | | - perl_checker fixes
* refresh: remove current interfaces before readding them, like it wasThierry Vignaud2002-12-181-1/+1
| | | | | before
* - consolidate some code into new_dialogThierry Vignaud2002-12-181-39/+22
| | | | | - simplify through MDK::Common
* perl_checker fixesThierry Vignaud2002-12-181-2/+2
|
* - gtk+-2 port is completed (switch from CList to TreeView)Thierry Vignaud2002-12-181-22/+25
| | | | | | | | | - gtk+-2 minor fixes (use new API rather than old one) - fix non wizard mode (add to frame not to window which is already full) - wizard mode is fixed by previous ugtk2 fix - simplify through MDK::Common
* fix drakconnect warningsThierry Vignaud2002-12-181-1/+0
|
* saner default size (too big for 800x600 sadly)Thierry Vignaud2002-12-181-1/+1
|
* use ->method syntax for method callPascal Rigaux2002-12-161-1/+1
|
* replace "%" with "%%" in translated stringPascal Rigaux2002-12-131-2/+2
|
* move draksec's gui into the standalone program,Thierry Vignaud2002-12-131-11/+232
| | | | | | nobody will uses it so it's useless to load drakx with it. also use common cli options managment
* perl_checker fixesThierry Vignaud2002-12-131-2/+2
|
* better englishThierry Vignaud2002-12-121-2/+2
|
* don't confuse people by altering sentences that could have beenThierry Vignaud2002-12-121-2/+2
| | | | | interpreted as questions
* - s/::/:/ on cpu infoThierry Vignaud2002-12-121-2/+2
| | | | | - print field names in bold blue rather than just blue
* perl_checker fixesThierry Vignaud2002-12-101-76/+72
|
* perl_checker fixesThierry Vignaud2002-12-101-94/+102
|
* no gratuitously tabThierry Vignaud2002-12-101-3/+2
|
* - gtk+2 portThierry Vignaud2002-12-101-83/+78
| | | | | | - "use strict" fixes - perl_checker fixes
* fix gtk+2 portThierry Vignaud2002-12-101-23/+23
|
* perl_checker fixesThierry Vignaud2002-12-101-11/+11
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-108-59/+55
|
* be more perl_checker compliantPascal Rigaux2002-12-061-1/+1
|
* Fixed some typos or bad EnglishPablo Saratxaga2002-12-052-2/+2
|