Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strip authentification out of interactive->vnew into common.pm | Thierry Vignaud | 2003-01-27 | 4 | -23/+25 |
| | | | | | | | | | | | | | | | | | | | | | | This enable apps that still use gtk+-1.2 via my_gtk to still work when they only need interactive->vnew('su') just to get root capabilities. Indeed, interactive load ugtk if it has access to the X server, which make my_gtk and ugtk fight for the cpu forever... which is bad imho... drakfloppy and net_monitor were converted to use it and are now usuable again ("i leave ... again" commit). it would also enable to complete spec 64 by enabling rpmdrake to use kdesu under kde and consolehelper under gnome. rpmdrake is indeed the last program to not behave like the running desktop to get root capability. unless someone is against this, i'll convert the mcc and all other gtk+ pure tools to do not use anymore interactive just to get root capability. btw, i fixed the infamous SECTOR_SIZE warning... | ||||
* | - strict mode | Thierry Vignaud | 2003-01-27 | 1 | -0/+4 |
| | | | | | - we need at least 1 argument, and only one | ||||
* | force drakbug to be runnable in strict mode | Thierry Vignaud | 2003-01-27 | 1 | -2/+4 |
| | |||||
* | use new help system | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | |||||
* | let mcc pack tables behave smoother, so that all columns of mcc tables behave | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | like last column of drakx's pack tables | ||||
* | this patch enable doc team to take snapshot of drakxtv even if they do not | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | | | | | | | | | have any card: - running "/usr/sbin/drakxtv" will enable to take snapshot of error message when xawtv wasn't installed by the drakx installer - running "/usr/sbin/drakxtv --testing" will emulate a fake dummy tv card so that one is able to take snapshots of configuring a tv card | ||||
* | let drakconnect be less verbose: aka explain rename of old configuration files | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | | | | | if that had been already done | ||||
* | don't sent USR2 to mcc for logdrake; | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | | | logdrake is handled differently since it's a special case. else on first execution of an embedded app, we take two USR2 (one from the embedded app and one from logdrake, which is bad) | ||||
* | Adapted printerdrake to Foomatic 2.9.x, bug fix for use of native PPDs in ↵ | Till Kamppeter | 2003-01-27 | 2 | -81/+122 |
| | | | | recommended mode, bug fixes in association between detected printers and existing queues. | ||||
* | (ask_browse_tree_info): better look when embedded in a smaller window | Pascal Rigaux | 2003-01-24 | 1 | -15/+16 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-24 | 1 | -1/+34 |
| | |||||
* | fix typo | Damien Chaumette | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | new version | Damien Chaumette | 2003-01-24 | 1 | -1/+5 |
| | |||||
* | get back serial modem detection | Damien Chaumette | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Guillaume Cottenceau | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | fix Return key on a radio button grabbing focus on next functional group of ↵ | Guillaume Cottenceau | 2003-01-24 | 1 | -2/+1 |
| | | | | widgets AND doing an action on it (toggling checkbuttons etc) (needs perl-GTK2 >= 0.0.cvs.2003.01.24.1) | ||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-24 | 1 | -1/+88 |
| | |||||
* | fix "Previous" button in warnAboutNaughtyServers, so there is 3 choices | Pascal Rigaux | 2003-01-24 | 2 | -3/+7 |
| | | | | | (Previous, unselect servers, accept :) | ||||
* | (ask_from_list, ask_from_list_, ...): option nocancel added | Pascal Rigaux | 2003-01-24 | 1 | -11/+15 |
| | | | | | (ask_yesorno): no "Cancel" or "Previous" button | ||||
* | remove blinks in mouse test | Guillaume Cottenceau | 2003-01-24 | 1 | -4/+7 |
| | |||||
* | - don't setMouseLive when the protocol hasn't changed | Pascal Rigaux | 2003-01-24 | 2 | -14/+21 |
| | | | | | | - don't say "MOVE YOUR WHEEL" when there is no wheel and the protocol hasn't changed (nb: no wheel + IMPS/2 can now happen for usb mice) | ||||
* | - switch "<= 3 buttons usb mice" from X protocol PS/2 to IMPS/2 (it works | Pascal Rigaux | 2003-01-24 | 1 | -4/+4 |
| | | | | | | | | | nicely, and redhat do so) - default usb mice to USB|Wheel instead of USB|Generic, since most (all?) usb mice have a wheel (i tested on 1 button mac mouse, it works nicely with ZAxisMapping and IMPS/2) | ||||
* | fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading ↵ | Guillaume Cottenceau | 2003-01-24 | 4 | -18/+16 |
| | | | | strings to utf8 is somewhat broken (dunno why), so now we bind the codeset or our textdomains to utf8 and tag the translated strings to utf8, when using gtk | ||||
* | updated pot file (English proofreading) | Pablo Saratxaga | 2003-01-24 | 3 | -138/+144 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-24 | 9 | -26/+26 |
| | |||||
* | fixed some (locally used) charset names | Pablo Saratxaga | 2003-01-23 | 1 | -7/+7 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-23 | 1 | -1/+216 |
| | |||||
* | (formatMountPartitions): help perl (otherwise wait_message stays forever in ↵ | Pascal Rigaux | 2003-01-23 | 1 | -0/+1 |
| | | | | newt) | ||||
* | (configure_chooser_raw): no special case for "Next" button | Pascal Rigaux | 2003-01-23 | 1 | -2/+1 |
| | |||||
* | fix special case "for license agreement": only use it for long messages, and ↵ | Pascal Rigaux | 2003-01-23 | 1 | -2/+2 |
| | | | | fix {format} use | ||||
* | add a button to "summary"-like dialog boxes | Pascal Rigaux | 2003-01-23 | 1 | -1/+2 |
| | |||||
* | - handle {ok_disabled} | Pascal Rigaux | 2003-01-23 | 1 | -21/+36 |
| | | | | | | | | - correctly wrap messages - fix Textbox size - fix Listbox size - special code to handle the license dialog | ||||
* | (reallyChooseGroups): remove "Previous" button | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | fix diskdrake in newt (causing error about missing method ->cylinder_size) | Pascal Rigaux | 2003-01-23 | 1 | -1/+5 |
| | |||||
* | pixelification | Pascal Rigaux | 2003-01-23 | 1 | -13/+3 |
| | |||||
* | - perl_checker compliant | Damien Chaumette | 2003-01-23 | 2 | -42/+47 |
| | | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes | ||||
* | (setupSCSI): remove now unused variable $clicked | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | better fix of ->isa use | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | (is_fbdev): created | Pascal Rigaux | 2003-01-23 | 1 | -5/+7 |
| | | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4 | ||||
* | (to_string): created, try to shortly describe current configuration | Pascal Rigaux | 2003-01-23 | 1 | -0/+7 |
| | | | | | (configure_FB_TVOUT): don't do anything when not using XF4 | ||||
* | (summary): display more nicely the current X config when fbdev | Pascal Rigaux | 2003-01-23 | 1 | -3/+2 |
| | | | | | (selectLanguage): no need to handle "Cancel" on language choosing :) | ||||
* | focus first widget when there is no ok | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | reconfigure sound slots at boot time (we should enhance slot filling | Thierry Vignaud | 2003-01-23 | 1 | -0/+8 |
| | | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one) | ||||
* | fix perl-GTK2 dependancy | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -2/+2 |
| | |||||
* | 9.1-0.13mdk | Thierry Vignaud | 2003-01-23 | 1 | -3/+36 |
| | |||||
* | workaround bug introduced by new pixel focus managment | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | (read): fix return value when no configured keyboard is found | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | introduce ->is_fbdev, and use it to simplify ->set_resolution | Pascal Rigaux | 2003-01-23 | 3 | -16/+18 |
| |