Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated icon for printerdrake's dialog windows. | Till Kamppeter | 2003-08-26 | 1 | -0/+0 |
| | |||||
* | add --gui in order to start in "mcc" state (aka not in wizard mode) | Thierry Vignaud | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | more dialog misusage and some indent fixes | Thierry Vignaud | 2003-08-26 | 1 | -41/+32 |
| | |||||
* | enfore gc style for gtk+2 widgets creation | Thierry Vignaud | 2003-08-26 | 1 | -46/+45 |
| | |||||
* | more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxes | Thierry Vignaud | 2003-08-26 | 1 | -18/+14 |
| | | | | | abuses, ... | ||||
* | (configure_net) Gtk2::Dialog main area is already a vbox, so it's | Thierry Vignaud | 2003-08-26 | 1 | -29/+24 |
| | | | | | useless to pack a vbox there idem for action area and Gtk2::HButtonBox | ||||
* | (get_intf_status) kill duplicate | Thierry Vignaud | 2003-08-26 | 1 | -5/+0 |
| | |||||
* | net & lan configuration dialogs: prevent one to do concurrent config | Thierry Vignaud | 2003-08-26 | 1 | -16/+28 |
| | | | | | changes from the gui | ||||
* | drop security level selection for desktop user. | Francois Pons | 2003-08-26 | 1 | -2/+4 |
| | |||||
* | do not ask user for group selection if desktop meta class is used. | Francois Pons | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | added [selected=desktop] when needed (same as default selection (PowerPack) but | Francois Pons | 2003-08-26 | 1 | -4/+4 |
| | | | | | Gnome is removed). | ||||
* | (sensitive_buttons) fix it | Thierry Vignaud | 2003-08-26 | 1 | -2/+3 |
| | |||||
* | added [selected=server] for groups to be selected by default. | Francois Pons | 2003-08-26 | 1 | -3/+3 |
| | |||||
* | added [selected=default] for all section which needed to be selected | Francois Pons | 2003-08-26 | 1 | -5/+5 |
| | | | | | (approximative map of existing packages). | ||||
* | - only allow to run one wizard at once (insensitive button if one is | Thierry Vignaud | 2003-08-26 | 1 | -19/+44 |
| | | | | | | | | | | already started) - reload the configuration once the wizard exited - prevent one to do concurrent config changes from the gui while the wizard is run (proper fix involve both fix modality/transcientness when embedded and running the wizard within the same process instead of forking it] | ||||
* | get selected list from compssUsers for readCompssUsers. | Francois Pons | 2003-08-26 | 1 | -2/+5 |
| | |||||
* | added default compssUsers group selection from compssUser file directly (use | Francois Pons | 2003-08-26 | 1 | -8/+9 |
| | | | | | | | [selected=...] where ... is a list of comma separated meta_class (or default for no meta_class or all for all meta_class). fixed all radeon card are using 3D for 3D package group. | ||||
* | *** empty log message *** | Pascal Rigaux | 2003-08-26 | 1 | -1/+117 |
| | |||||
* | install "autofs" pkg when using ldap (thanks to Buchan Milne) | Pascal Rigaux | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | more last bits for 9.2-2mdk for lord pixel | Thierry Vignaud | 2003-08-26 | 1 | -1/+4 |
| | |||||
* | use fs=ext2:vfat or fs=udf:iso9600 for supermount (it needs supermount-ng) | Pascal Rigaux | 2003-08-26 | 1 | -6/+9 |
| | |||||
* | - don't set XkbCompat to group_led, it's better to use grp_led:scroll in | Pascal Rigaux | 2003-08-26 | 1 | -2/+5 |
| | | | | | | | | | | | | | | XkbOptions - also set compose:rwin if GRP_TOGGLE is not rwin_toggle. rationale: Also, for multilayout keyboards, it would be nice to also in XkbOptions "compose:rwin" to define the right windows key as the compose key (unless "rwin_toggle" has been choosen to toggle the layouts) "compose:rwin" is the default when loading a single latin layout, but is lost when loading several layouts... | ||||
* | 9.2-2mdk | Thierry Vignaud | 2003-08-26 | 1 | -1/+6 |
| | |||||
* | while bootstrapping, only write /etc/modules.conf only if we really altered it | Thierry Vignaud | 2003-08-26 | 2 | -1/+3 |
| | | | | | (thus preventing depmod to be runned everytime) | ||||
* | (add_alias) override current setting when adding an alias | Thierry Vignaud | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | explain data struct | Thierry Vignaud | 2003-08-26 | 1 | -0/+2 |
| | |||||
* | do embed WebDAV configuration (fix bug #4703) | Pascal Rigaux | 2003-08-26 | 1 | -1/+0 |
| | |||||
* | focus_first on the webdav server field | Pascal Rigaux | 2003-08-26 | 1 | -7/+9 |
| | |||||
* | If an HPOJ-controlled HP MF device on a parallel port has an URI with | Till Kamppeter | 2003-08-26 | 1 | -0/+4 |
| | | | | | | model reference (and not port number) tell at least in the menues that it is on a parallel port. | ||||
* | Let names of automatically generated queues not contain the word "Series". | Till Kamppeter | 2003-08-26 | 1 | -29/+31 |
| | |||||
* | Distinguish between printers "Configured on this machine" and | Till Kamppeter | 2003-08-25 | 3 | -16/+9 |
| | | | | | | | "Configured on other machines", not any more "Local Printers" and "Remote Printers", so the current dialog is compatible to the new GTK2 dialog. | ||||
* | - Modularized the function main() to have separate subroutines for | Till Kamppeter | 2003-08-25 | 1 | -575/+690 |
| | | | | | | | | adding, setting as default, editing, and removing a printer (for new main window). - Cleaned up the code of the former function main(). - Re-activated the wizard mode for adding a printer, it works again! | ||||
* | updated pot file | Pablo Saratxaga | 2003-08-25 | 2 | -132/+291 |
| | |||||
* | fix drakboot always showing advanced stuff even when --expert was not | Thierry Vignaud | 2003-08-25 | 1 | -2/+0 |
| | | | | | passed | ||||
* | 9.2-1mdk | Thierry Vignaud | 2003-08-25 | 1 | -1/+7 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-08-25 | 1 | -1/+277 |
| | |||||
* | fix drakconnect not working on console (found by poulpy) due to having | Thierry Vignaud | 2003-08-25 | 1 | -6/+4 |
| | | | | | | killed pre_func() which used to set a background pixmap in the old days, thus the bogus test that went in. | ||||
* | Fixed recognition of installed parallel HPOJ-driven MF devices. | Till Kamppeter | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | Add /etc/modules for local hardware config. | Stew Benedict | 2003-08-25 | 1 | -0/+3 |
| | |||||
* | Removed use of "parport_probe", we do not need to support kernel 2.2.x | Till Kamppeter | 2003-08-25 | 1 | -3/+2 |
| | | | | | any more. | ||||
* | this tool really is gtk2 ported, so do not trash languages not handled | Thierry Vignaud | 2003-08-25 | 1 | -4/+0 |
| | | | | | by gtk+-1.x | ||||
* | Adapted version mark in HPOJ config files to the current HPOJ. | Till Kamppeter | 2003-08-24 | 1 | -1/+1 |
| | |||||
* | Made the HP DeskJet 450 really being recognized as a printer needing HPOJ. | Till Kamppeter | 2003-08-24 | 1 | -7/+8 |
| | |||||
* | Added HP DeskJet 450 to the models which need HPOJ. | Till Kamppeter | 2003-08-24 | 1 | -6/+10 |
| | |||||
* | require a perl-Gtk2 that properly handle perl exceptions in gtk+ callbacks | Thierry Vignaud | 2003-08-24 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2003-08-24 | 1 | -1/+1 |
| | |||||
* | - Fixed expert/normal mode switch (it will perhaps be removed, but a | Till Kamppeter | 2003-08-24 | 2 | -6/+51 |
| | | | | | | | | working switch makes the further development easier). - Added connectionstr() function which produces a human-readable string for the connection type, needed for new main window. - Added missing parantheses (there was a warning complaining about this). | ||||
* | updated pot file | Pablo Saratxaga | 2003-08-23 | 2 | -71/+66 |
| | |||||
* | rename $treeModel as $model since it really is a ListModel, not a | Thierry Vignaud | 2003-08-23 | 1 | -32/+32 |
| | | | | | TreeModel anymore (cosmetic) | ||||
* | 9.2-0.35mdk | Thierry Vignaud | 2003-08-23 | 1 | -1/+11 |
| |