Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 18 | -17/+17 |
| | |||||
* | - cleanup (remove all sms stuffs: code and labels) | Daouda Lo | 2002-08-05 | 1 | -21/+10 |
| | | | | | - do not expand mail address | ||||
* | (install): verify at least one package is not installed before displaying a | Pascal Rigaux | 2002-08-05 | 1 | -1/+4 |
| | | | | | | wait_message and calling urpmi (thanks to Jure Repinc) (is_installed): use run_program and redirect stdout to dave null for cleanness | ||||
* | a few more fixes (thanks Jure Repinc & Richard Burt) | Pascal Rigaux | 2002-08-05 | 1 | -3/+2 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 17 | -65/+17 |
| | |||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 5 | -487/+0 |
| | |||||
* | 1.1.9-4mdk | Guillaume Cottenceau | 2002-08-05 | 1 | -1/+5 |
| | |||||
* | Finished auto-detection of network and SMB printers. | Till Kamppeter | 2002-08-05 | 2 | -193/+359 |
| | | | | | Added automatic configuration of HP's multi-function devices when connected via HP JetDirect (network). | ||||
* | partial rework of Windows PDC authentication, still need | Stew Benedict | 2002-08-04 | 2 | -8/+12 |
| | | | | | to run smbpasswd after network is up | ||||
* | Accelerated network scanning for printers by applying "nmap" only to ↵ | Till Kamppeter | 2002-08-04 | 2 | -97/+284 |
| | | | | | | | | machines which answered to a broadcast ping before. Completed network/SMB printer auto-detection for recommended mode. Started network/SMB printer auto-detection for expert mode. | ||||
* | - expand $email in cron script | Daouda Lo | 2002-08-02 | 1 | -0/+6 |
| | |||||
* | - disable sms alerts (free sms site too complicated to | Daouda Lo | 2002-08-02 | 1 | -22/+30 |
| | | | | | | | | | handle). Postponed - mail service should work now - clean up code - give the correct right to cron file to work correctly - fix titi mess | ||||
* | minor bugfix in calling bootloader::read | Jonathan Gotti | 2002-08-02 | 1 | -1/+2 |
| | |||||
* | move interactive::gtk::exit to my_gtk::exit so that my_gtk | Guillaume Cottenceau | 2002-08-02 | 2 | -6/+7 |
| | | | | | apps can call it (and fix busy mouse cursor problem that way) | ||||
* | - avoiding looping indefinitalely when selecting items in combo | Daouda Lo | 2002-08-02 | 1 | -10/+15 |
| | |||||
* | add lsb group | Florent Villard | 2002-08-02 | 2 | -0/+6 |
| | |||||
* | keyboarddrake now handles choosing toggle key (XkbOptions) | Pascal Rigaux | 2002-08-02 | 1 | -1/+4 |
| | |||||
* | - add commandline arguments: drakbug --report name_app | Daouda Lo | 2002-08-02 | 1 | -18/+27 |
| | |||||
* | Corrected strings for printer queue list in main window. | Till Kamppeter | 2002-08-02 | 1 | -3/+3 |
| | |||||
* | Added stuff for scanning network for SMB printer shares. | Till Kamppeter | 2002-08-01 | 1 | -4/+18 |
| | |||||
* | Added facility to scan network for SMB/Windows-hosted printers. | Till Kamppeter | 2002-08-01 | 1 | -9/+61 |
| | |||||
* | new logo for beta 2 | Florent Villard | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-01 | 1 | -0/+279 |
| | |||||
* | drop keyboard unsafe when not unsafe anymore | Pascal Rigaux | 2002-08-01 | 1 | -0/+1 |
| | |||||
* | don't have "unsafe" in /etc/sysconfig/keyboard | Pascal Rigaux | 2002-08-01 | 1 | -0/+2 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 11 | -121/+153 |
| | | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE | ||||
* | (duplicate_kernel_entry): added | Pascal Rigaux | 2002-08-01 | 1 | -0/+10 |
| | |||||
* | finish tvout configuration | Pascal Rigaux | 2002-08-01 | 1 | -0/+17 |
| | |||||
* | update | Thierry Vignaud | 2002-08-01 | 2 | -0/+4 |
| | |||||
* | drakconf is dead | Thierry Vignaud | 2002-08-01 | 2 | -6/+10 |
| | |||||
* | kill stupide style | Thierry Vignaud | 2002-08-01 | 1 | -4/+2 |
| | |||||
* | we already require perl-GTK-GdkImLib so temporary disable | Thierry Vignaud | 2002-08-01 | 1 | -2/+2 |
| | | | | | Gtk::Gdk::Pixbuf support, thus removing all gdk/gtk warnings | ||||
* | add_icon_path is exported in :various | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | fix the many warnings when {icon} is not given | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | commit according to 1.1.9-1mdk of drakxtools, and especially: | Guillaume Cottenceau | 2002-08-01 | 3 | -44/+93 |
| | | | | | | | | | | | | | | | | | | | - integrate patches in my_gtk and ugtk for new rpmdrake: - [ugtk] add "gtkentry" so that we can create an entry and set initial value in one call - [my_gtk::main] don't set the events, to fix keyboard focus problem in entries when embedded - [my_gtk::_create_window] add $::noBorder, to not have a frame in the main window, so that it's possible to end up with windows with no border - [my_gtk] add ask_dir which is a ask_file with only the dir list - [my_gtk] add ask_browse_tree_info to the export tags, and: - add support for parents with no leaves, so that then we can partially build the trees (for speedup) - add "delete_all" and "delete_category" callbacks - use Gtk::CList::clear when removing all the nodes, much speedup | ||||
* | BusID needs a string (thanks to Florent BERANGER) | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 2 | -15/+15 |
| | |||||
* | - First ECI adsl support step | Damien Chaumette | 2002-08-01 | 2 | -5/+49 |
| | |||||
* | remove obsolote file | Thierry Vignaud | 2002-08-01 | 1 | -53/+0 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -70/+73 |
| | |||||
* | change some png files names according to simplification of | Guillaume Cottenceau | 2002-08-01 | 5 | -0/+0 |
| | | | | | gtkcreate_png call of new my_gtk.pm | ||||
* | 17mdk: stage 1 | Thierry Vignaud | 2002-08-01 | 1 | -1/+10 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -87/+87 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 3 | -28/+31 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 2 | -1/+4 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 2 | -18/+24 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 2 | -13/+13 |
| | |||||
* | tune perl_checker | Pascal Rigaux | 2002-08-01 | 1 | -0/+11 |
| |