Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | - free objects non freeed by gtk+ (the eternal gobject vs boxed types | Thierry Vignaud | 2002-12-04 | 1 | -11/+9 |
| | | | | | | | | | | debat) - remove dead code - use ->append_set() everywhere - strip again vendor name from displayed string (aka keep only the model description) - enfoce pixel style : remove () from method calls | ||||
* | kill "used by only one" harddrake::ui module, | Mystery Man 580 | 2002-12-04 | 1 | -2/+280 |
| | | | | | move its content to standalone/harddrake2 | ||||
* | strict mode | Mystery Man 580 | 2002-12-04 | 1 | -0/+1 |
| | |||||
* | add gtktext_append() and uses it | Thierry Vignaud | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | remove commented code | Pascal Rigaux | 2002-12-02 | 1 | -3/+0 |
| | |||||
* | Some data are now fetched from system instead of drakconnect conf file ↵ | Arnaud Desmons | 2002-12-02 | 1 | -0/+1 |
| | | | | (adsl, ppp, ifcfg-eth) | ||||
* | make append option be usable as other ones | Thierry Vignaud | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | use named tags for color rather than rgbt triplet, | Thierry Vignaud | 2002-12-02 | 1 | -23/+22 |
| | | | | | waiting for full foreground-gdk support in perl-gtk2 | ||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 2 | -590/+517 |
| | | | | | | - consolidate some code in text_view() - perl_checker fixes | ||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -92/+106 |
| | | | | | | | | - add a note to remember to try gtkhtml instead of TextView - make wait message be transcient and modal (we should share some create_*_dialog() around logdrake/mcc/drakfloppy/rpmdrake) - fixes for 'strict ref' |