Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix missing "use modules::interactive" (thanks to David Eastcott) | Pascal Rigaux | 2003-01-04 | 1 | -0/+1 |
| | |||||
* | (create_treeview_list): fix setter | Pascal Rigaux | 2003-01-03 | 1 | -3/+4 |
| | |||||
* | (create_packtable): ScrolledWindow are not the only one allowed to grow, | Pascal Rigaux | 2003-01-03 | 1 | -1/+1 |
| | | | | | widgets with get_data('must_grow') set are allowed too | ||||
* | - factorize the creation of the {formatted_list} from {list} for | Pascal Rigaux | 2003-01-03 | 1 | -7/+8 |
| | | | | | | | | create_boxradio, create_treeview_list, create_treeview_tree - an added advantage for create_treeview_list is the ability to easily change {list}, {formatted_list} and Gtk2::ListStore without breaking keyboard acceleration (see next commit for a usage of this feature) | ||||
* | (first_time_dialog): much cleanup (but not tested) | Pascal Rigaux | 2003-01-03 | 1 | -40/+33 |
| | |||||
* | dgettext needs to have previous behaviour in standalone mode (fixes #736) | Guillaume Cottenceau | 2003-01-03 | 1 | -13/+25 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-03 | 1 | -1/+3406 |
| | |||||
* | fix call to method ask_from__add_modify_removeW | Pascal Rigaux | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | X test is now working :) | Pascal Rigaux | 2003-01-02 | 1 | -2/+3 |
| | |||||
* | titi's message annoys me too much.. removing it | Guillaume Cottenceau | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | 9.1-0.6mdk | Thierry Vignaud | 2003-01-02 | 1 | -1/+12 |
| | |||||
* | (ask_from__add_modify_remove): check all callbacks are given | Pascal Rigaux | 2003-01-02 | 1 | -0/+2 |
| | |||||
* | (ask_from__add_modify_remove): fix | Pascal Rigaux | 2003-01-02 | 1 | -7/+4 |
| | |||||
* | add ask_from__add_modify_remove, and use it for bootloader entries | Pascal Rigaux | 2003-01-02 | 2 | -60/+85 |
| | |||||
* | replace any::load_category() with modules::interactive::load_category() | Pascal Rigaux | 2003-01-02 | 1 | -3/+3 |
| | |||||
* | merge in back external stefan changes | Thierry Vignaud | 2003-01-02 | 1 | -2/+5 |
| | |||||
* | - Layout widget has native scrolling support | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | | | | | - shadow parameter can always be used | ||||
* | fixes for wizards | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | |||||
* | embedding fixes | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | |||||
* | set_permissions() doesn't want the given file to be $::prefix'ed | Pascal Rigaux | 2002-12-29 | 1 | -2/+2 |
| | |||||
* | cleanup (using ask_from instead of ask_from_listf_) | Pascal Rigaux | 2002-12-29 | 1 | -10/+8 |
| | |||||
* | cleanup (using "format => ...") | Pascal Rigaux | 2002-12-29 | 1 | -7/+6 |
| | |||||
* | in network::modem::configure $intf is unused, rename it to $_intf | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | deprecates security::libsafe | Pascal Rigaux | 2002-12-29 | 1 | -0/+28 |
| | |||||
* | move any::load_category() to network::interactive::load_category() | Pascal Rigaux | 2002-12-29 | 3 | -119/+120 |
| | | | | | (and a few other functions which are only used by load_category()) | ||||
* | 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 | 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 |
| |