Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose() | Pascal Rigaux | 2002-12-29 | 4 | -19/+19 |
| | |||||
* | - do not use a global $in in network::modem, pass it as a parameter | Pascal Rigaux | 2002-12-29 | 3 | -9/+12 |
| | | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way) | ||||
* | - use $::prefix instead the global $prefix | Pascal Rigaux | 2002-12-29 | 1 | -10/+10 |
| | | | | | - don't pass $prefix to ppp_configure | ||||
* | move any::runlevel() to Xconfig::various::runlevel() | Pascal Rigaux | 2002-12-29 | 5 | -19/+18 |
| | |||||
* | - move any::choose_security_level() to security::level::level_choose() | Pascal Rigaux | 2002-12-29 | 6 | -83/+48 |
| | | | | | | - move any::config_security_user() to security::various::config_security_user() - move any::config_libsafe() and security::libsafe::config_libsafe() to security::various::config_libsafe() | ||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 7 | -199/+200 |
| | | | | | | | | | | | | | | | | - 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) | ||||
* | cleanup comments | Pascal Rigaux | 2002-12-29 | 1 | -6/+0 |
| | |||||
* | no need to close *pkgs::LOG, pkgs handles it nicely now | Pascal Rigaux | 2002-12-29 | 1 | -1/+0 |
| | |||||
* | use "our" instead of "use vars" | Pascal Rigaux | 2002-12-29 | 1 | -6/+3 |
| | |||||
* | *pkg::LOG is unused, so don't export it | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | don't import everything from "common" (including MDK::Common::*) to get rid of | Pascal Rigaux | 2002-12-28 | 1 | -2/+2 |
| | | | | | | warnings "Subroutine renamef redefined ..." "Subroutine linkf redefined ..." ... (but I don't understand how to make explainations on common_functs work?!) | ||||
* | - mkdir_p throws an exception on error, so "mkdir_p() or ..." is dumb, fixing | Pascal Rigaux | 2002-12-28 | 1 | -7/+4 |
| | | | | | | (thanks to Lea Gris) - use output() | ||||
* | fix setting size of depth combo | Pascal Rigaux | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | CJK font names changes (still doesn't work :/) | Guillaume Cottenceau | 2002-12-23 | 1 | -4/+4 |
| | |||||
* | use another default font | Guillaume Cottenceau | 2002-12-23 | 1 | -0/+0 |
| | |||||
* | workaround gtk bug in gtk_entry_set_text | Guillaume Cottenceau | 2002-12-23 | 1 | -0/+2 |
| | |||||
* | fix 'bold' advertisements | Guillaume Cottenceau | 2002-12-23 | 1 | -9/+10 |
| | |||||
* | be more efficient in precomputing, previous situation could lead to several ↵ | Guillaume Cottenceau | 2002-12-23 | 1 | -19/+10 |
| | | | | tens of seconds of wait in XFdrake-monitor | ||||
* | perl's automatic utf8 handling will need these files (will try to do better ↵ | Guillaume Cottenceau | 2002-12-23 | 1 | -0/+4 |
| | | | | in the future) | ||||
* | fix titi porting gtk2 without testing enough.. | Guillaume Cottenceau | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | have a default fixed alias for a font which will always be here even in ramdisk | Guillaume Cottenceau | 2002-12-23 | 1 | -0/+0 |
| | |||||
* | help perl_checker (interactive is used even if the constructor is not there) | Pascal Rigaux | 2002-12-23 | 1 | -0/+1 |
| | |||||
* | list files changes for gtk2 (is that really optimal to have utf8.pm and ↵ | Guillaume Cottenceau | 2002-12-20 | 2 | -11/+21 |
| | | | | utf8_heavy.pl?) | ||||
* | allow gtk2 theme engine to find pixmaps | Guillaume Cottenceau | 2002-12-20 | 1 | -0/+2 |
| | |||||
* | simplify since we don't use X11 fonts (we can't since GDK_USE_XFT is not ↵ | Guillaume Cottenceau | 2002-12-20 | 1 | -16/+10 |
| | | | | switchable once program is launched) | ||||
* | gtk+2 support for plug/socket is back since 2.1.5-2mdk | Thierry Vignaud | 2002-12-20 | 1 | -3/+1 |
| | |||||
* | updated fonts tarball, all old bitmap fonts have been removed, | Pablo Saratxaga | 2002-12-20 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | now it only includes: - an OpenType font with glyphs for latin and cyrillic - two unicode encoded bitmap fonts with glyphs for CJK and Greek (and it could be used for non latin/cyrillic scripts for which there isn't any outline font available). Those fonts are based on fonts shipped with XFree86 (Nimbus Sans L and "misc-fixed"), but with some modifications (extra glyphs added to complete the "holes" in latin and cyrillic for the outline font, added a few missing chines chars and changed ascii portion from monospaced to varaible width for the bitmap fonts (so the visual output is better)). The choice of bitmap fonts for CJK has been done due to the very huge size of CJK outline fonts. | ||||
* | image in CVS is 3b+, not 3bp | Guillaume Cottenceau | 2002-12-20 | 1 | -2/+2 |
| | |||||
* | Converted Tamil file to utf-8 | Pablo Saratxaga | 2002-12-19 | 1 | -4276/+5062 |
| | |||||
* | - printer::main::read_cups_printer_list() is now ↵ | Pascal Rigaux | 2002-12-19 | 3 | -59/+51 |
| | | | | | | | | printer::cups::read_printer_list() (but it is unused!) - printer::main::get_cups_remote_queues() is now printer::cups::get_formatted_remote_queues() - cleanup printer::cups::get_remote_queues() using printer::cups::lpstat_v() | ||||
* | any::get_secure_level() doesn't exist anymore, use security::level::get() ↵ | Pascal Rigaux | 2002-12-19 | 1 | -1/+2 |
| | | | | instead (fix titi change) | ||||
* | add "make test_pms_all" | Pascal Rigaux | 2002-12-19 | 1 | -0/+3 |
| | |||||
* | do not use "$1 !~ ..." | Pascal Rigaux | 2002-12-19 | 1 | -2/+2 |
| | |||||
* | conflict with "non gtk+-2 aware" releases of mcc | Thierry Vignaud | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | 9.1-0.4mdk | Thierry Vignaud | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | use libDrakX from CVS (ie. ..) in perl_checker | Pascal Rigaux | 2002-12-19 | 1 | -0/+1 |
| | |||||
* | updated Portuguese file | Pablo Saratxaga | 2002-12-19 | 1 | -3735/+4012 |
| | |||||
* | ignore .perl_checker.cache | Pascal Rigaux | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | help perl_checker knowing packages are used as classes | Pascal Rigaux | 2002-12-18 | 2 | -2/+7 |
| | |||||
* | fix | Thierry Vignaud | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | XFdrake gtk+-2 | Thierry Vignaud | 2002-12-18 | 2 | -20/+20 |
| | |||||
* | new features including checking unused functions, and checking methods being ↵ | Pascal Rigaux | 2002-12-18 | 3 | -16/+2 |
| | | | | available | ||||
* | enumerate the various required packages when requiring a package dynamically ↵ | Pascal Rigaux | 2002-12-18 | 2 | -0/+10 |
| | | | | known | ||||
* | add "new" to lvm.pm, and use it | Pascal Rigaux | 2002-12-18 | 3 | -6/+10 |
| | |||||
* | - 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 | 2 | -3/+3 |
| | |||||
* | disable embedded mode for now due to gtk+-2 bugs | Thierry Vignaud | 2002-12-18 | 1 | -1/+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 |