Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix font_choice() | Thierry Vignaud | 2003-01-14 | 1 | -2/+2 |
| | |||||
* | it's uneeded to force scalar context | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | this is not a per class help, but we told the user what | Thierry Vignaud | 2003-01-13 | 1 | -9/+2 |
| | | | | | he can achieve (aka not only on startup) | ||||
* | listlength() is obviously just "overhead" for arrays | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | use diskdrake to configure cdroms, dvroms, cd|dvd -burners, | Thierry Vignaud | 2003-01-13 | 1 | -2/+4 |
| | | | | | floppies and zip drives | ||||
* | simplify and factorize | Pascal Rigaux | 2003-01-10 | 1 | -11/+1 |
| | | | | | (now works on 1.upgrade 2.install 3.install + change existing config) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | let it ask for root capabilites if launched in standalone mode | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -4/+3 |
| | | | | "every", "partition" | ||||
* | - new way to use request help | Daouda Lo | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | - support help system | Daouda Lo | 2003-01-06 | 1 | -5/+4 |
| | | | | | - remove unused function | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-06 | 1 | -7/+7 |
| | |||||
* | prevent one to write in log buffer | Thierry Vignaud | 2003-01-06 | 1 | -0/+2 |
| | |||||
* | embedding fixes | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | |||||
* | any::load_category_no_message() doesn't exist anymore, it really is ↵ | Pascal Rigaux | 2002-12-29 | 1 | -2/+2 |
| | | | | modules::load_category() ! | ||||
* | move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose() | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 2 | -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 Rigaux | 2002-12-19 | 1 | -1/+2 |
| | | | | instead (fix titi change) | ||||
* | use libDrakX from CVS (ie. ..) in perl_checker | Pascal Rigaux | 2002-12-19 | 1 | -0/+1 |
| | |||||
* | - basic gtk+-2 port (edition is not ready yet) | Thierry Vignaud | 2002-12-18 | 1 | -82/+87 |
| | | | | | - perl_checker fixes | ||||
* | refresh: remove current interfaces before readding them, like it was | Thierry Vignaud | 2002-12-18 | 1 | -1/+1 |
| | | | | | before | ||||
* | - consolidate some code into new_dialog | Thierry Vignaud | 2002-12-18 | 1 | -39/+22 |
| | | | | | - simplify through MDK::Common | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-18 | 1 | -2/+2 |
| | |||||
* | - gtk+-2 port is completed (switch from CList to TreeView) | Thierry Vignaud | 2002-12-18 | 1 | -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 warnings | Thierry Vignaud | 2002-12-18 | 1 | -1/+0 |
| | |||||
* | saner default size (too big for 800x600 sadly) | Thierry Vignaud | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | use ->method syntax for method call | Pascal Rigaux | 2002-12-16 | 1 | -1/+1 |
| | |||||
* | replace "%" with "%%" in translated string | Pascal Rigaux | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | move draksec's gui into the standalone program, | Thierry Vignaud | 2002-12-13 | 1 | -11/+232 |
| | | | | | | nobody will uses it so it's useless to load drakx with it. also use common cli options managment | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | better english | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | |||||
* | don't confuse people by altering sentences that could have been | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | interpreted as questions | ||||
* | - s/::/:/ on cpu info | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | - print field names in bold blue rather than just blue | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -76/+72 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -94/+102 |
| | |||||
* | no gratuitously tab | Thierry Vignaud | 2002-12-10 | 1 | -3/+2 |
| | |||||
* | - gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -83/+78 |
| | | | | | | - "use strict" fixes - perl_checker fixes | ||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -23/+23 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -11/+11 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 8 | -59/+55 |
| | |||||
* | be more perl_checker compliant | Pascal Rigaux | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed some typos or bad English | Pablo Saratxaga | 2002-12-05 | 2 | -2/+2 |
| | |||||
* | use gtkflush() | Thierry Vignaud | 2002-12-05 | 3 | -6/+6 |
| | |||||
* | fix gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -6/+6 |
| | |||||
* | don't use anymore deprecated widgets | Thierry Vignaud | 2002-12-05 | 1 | -4/+2 |
| | |||||
* | gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -39/+37 |
| | |||||
* | gtk+2 port (how difficult it was ...) | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | gtk+2 fixes | Thierry Vignaud | 2002-12-05 | 1 | -2/+2 |
| | |||||
* | s/describe/describes/ | Thierry Vignaud | 2002-12-05 | 1 | -20/+22 |
| |