Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - disable up button when selected rule is the first one | Thierry Vignaud | 2003-08-23 | 1 | -1/+23 |
| | | | | | | - disable down button when selected rule is the latest one or when next rule is non editable | ||||
* | always add newly created setting at top of editable settings so that | Thierry Vignaud | 2003-08-23 | 1 | -1/+8 |
| | | | | | | we're we can sort them since they're no non editable items between old & new editable ones | ||||
* | once we start to alter settings ordering, we need to save it on exit; | Thierry Vignaud | 2003-08-23 | 1 | -0/+1 |
| | | | | | so just tell it to drakperm | ||||
* | - fix gtk bug on moving down line | Thierry Vignaud | 2003-08-23 | 1 | -31/+14 |
| | | | | | | - merge moving up & down callbacks - we do not have a hierarchy, so just use a s/tree/list/ | ||||
* | add new icon for drakperm | Thierry Vignaud | 2003-08-23 | 1 | -0/+0 |
| | |||||
* | 9.2-0.34mdk | Thierry Vignaud | 2003-08-23 | 1 | -1/+19 |
| | |||||
* | if_($A, $B) got extremely slow, replaced by ( $A ? $B : () ). | Till Kamppeter | 2003-08-23 | 1 | -1/+3 |
| | |||||
* | as discussed with david, gc, laurent & pixel early this week, since | Thierry Vignaud | 2003-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | | gtk+ dialogs are HIG-ed and since most drakxtools' explicit gtk+ windows follow cancel/ok order for now, let implicit windows (that is interactive written ones) follow the same order in standalone mode. after release, we'll have to make ugtk2 handle one more abstractions, that is taking some buttons callbacks, add buttons that have callbacks and pack them in kde or gnome order depending of interface team decision or maybe of runtime detection of desktop. | ||||
* | Adapted to scli 0.2.12. | Till Kamppeter | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | Support for the new "ptal://..." (two slashes) URIs of the new HPOJ. | Till Kamppeter | 2003-08-22 | 2 | -13/+13 |
| | |||||
* | renew drakperm gui (interface team feedback): | Thierry Vignaud | 2003-08-22 | 1 | -56/+56 |
| | | | | | | - indicate if current setting is editable or not - only display current security level, editable settings or both | ||||
* | translate default value in help tooltips too | Thierry Vignaud | 2003-08-22 | 1 | -11/+12 |
| | |||||
* | offer samba in services list | Thierry Vignaud | 2003-08-22 | 1 | -0/+6 |
| | |||||
* | (ask_fromW) split $set_advanced into $set_advanced and | Thierry Vignaud | 2003-08-22 | 1 | -2/+7 |
| | | | | | | $set_advanced_raw to fix drakconnect "failling" to detect network interfaces in standalone mode when in expert mode | ||||
* | fix keyboard browsing in treeviews not always centering on | Guillaume Cottenceau | 2003-08-22 | 1 | -1/+1 |
| | | | | | | | selected row (workaround gtk2 bug not honouring centering on the given row if node was closed by updating ui before requesting the scrolling to the cell) | ||||
* | CJK fixes: use newly introduced Gtk2::WrappedLabel package | Thierry Vignaud | 2003-08-22 | 2 | -15/+7 |
| | |||||
* | introduce Gtk2::WrappedLabel to factorize fixed labels for CJK | Thierry Vignaud | 2003-08-22 | 1 | -0/+7 |
| | | | | | languages | ||||
* | (gtkset_line_wrap) export it | Thierry Vignaud | 2003-08-22 | 1 | -2/+2 |
| | |||||
* | add erwan | Guillaume Cottenceau | 2003-08-22 | 1 | -0/+1 |
| | |||||
* | use "Sans" as default font name | Pablo Saratxaga | 2003-08-22 | 1 | -5/+5 |
| |