summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* roll back (mcc!=gi)Thierry Vignaud2003-01-271-1/+1
|
* (require_root_capability): having extracted it from interactive enableThierry Vignaud2003-01-271-5/+1
| | | | | to further simplify it
* fix missing pointer_ungrab so that after testing mouse duringGuillaume Cottenceau2003-01-271-1/+3
| | | | | install we can move the mouse pointer everywhere
* remove debugging statementThierry Vignaud2003-01-271-1/+1
|
* since fpons don't care about fixing drakxtools build broken byThierry Vignaud2003-01-271-1/+1
| | | | | drakpxe, let remove drakpxe from translatable files
* remove warnings in packageThierry Vignaud2003-01-271-1/+1
|
* 9.1-0.16mdkThierry Vignaud2003-01-271-1/+5
|
* since return values of callbacks are now non-ignored, we need toGuillaume Cottenceau2003-01-271-1/+1
| | | | | | return 0 to the expose_event when displaying wait message so that gdk really does the exposure :)
* 9.1-0.15mdkThierry Vignaud2003-01-271-1/+27
|
* it's useless to import %security::help::help since it's alreadyThierry Vignaud2003-01-271-1/+1
| | | | | exported by our
* make interactive help window be modal, aka transcient for main ugtk2Thierry Vignaud2003-01-271-0/+1
| | | | | window
* perl_checker fixThierry Vignaud2003-01-271-1/+1
|
* reput back perl-gtk-0.7 dependancy because of drakfloppy andThierry Vignaud2003-01-271-0/+2
| | | | | net_monitor
* cosmetic fix for embedded mode:Thierry Vignaud2003-01-271-13/+15
| | | | | don't display "wait while parsing" window when embedded
* diskdrake: when non embedded, ensure sub window are modalThierry Vignaud2003-01-272-2/+3
| | | | | all other drakx tool can be fixed the same way
* fix logdrake behaviour in mcc where logdrake would only logThierry Vignaud2003-01-271-1/+3
| | | | | | | | the first process. another (rare indeed) case of a bug introduced because perl_checker wanted us to localize a file handle :-(
* fix latest source of "unlisted modules" in draksound:Thierry Vignaud2003-01-271-0/+2
| | | | | | | | | | | | modules::get_alias() was able to give "module " instead of only "module" beacause modules::read_conf() split the line on space with a maximum of 3 splited elements. i choose to strip terminal spaces and btw terminal comments. i did not choose to do not put a limit to split since it's usefull for some cases.
* strip authentification out of interactive->vnew into common.pmThierry Vignaud2003-01-274-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 modeThierry Vignaud2003-01-271-0/+4
| | | | | - we need at least 1 argument, and only one
* force drakbug to be runnable in strict modeThierry Vignaud2003-01-271-2/+4
|
* use new help systemThierry Vignaud2003-01-271-1/+2
|
* let mcc pack tables behave smoother, so that all columns of mcc tables behaveThierry Vignaud2003-01-271-1/+1
| | | | | like last column of drakx's pack tables
* this patch enable doc team to take snapshot of drakxtv even if they do notThierry Vignaud2003-01-271-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 filesThierry Vignaud2003-01-271-1/+2
| | | | | if that had been already done
* don't sent USR2 to mcc for logdrake;Thierry Vignaud2003-01-271-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 Kamppeter2003-01-272-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 windowPascal Rigaux2003-01-241-15/+16
|
* *** empty log message ***Pascal Rigaux2003-01-241-1/+34
|
* fix typoDamien Chaumette2003-01-241-1/+1
|
* new versionDamien Chaumette2003-01-241-1/+5
|
* get back serial modem detectionDamien Chaumette2003-01-241-1/+1
|
* remove unused variableGuillaume Cottenceau2003-01-241-1/+1
|
* fix Return key on a radio button grabbing focus on next functional group of ↵Guillaume Cottenceau2003-01-241-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 Rigaux2003-01-241-1/+88
|
* fix "Previous" button in warnAboutNaughtyServers, so there is 3 choicesPascal Rigaux2003-01-242-3/+7
| | | | | (Previous, unselect servers, accept :)
* (ask_from_list, ask_from_list_, ...): option nocancel addedPascal Rigaux2003-01-241-11/+15
| | | | | (ask_yesorno): no "Cancel" or "Previous" button
* remove blinks in mouse testGuillaume Cottenceau2003-01-241-4/+7
|
* - don't setMouseLive when the protocol hasn't changedPascal Rigaux2003-01-242-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 worksPascal Rigaux2003-01-241-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 Cottenceau2003-01-244-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 Saratxaga2003-01-243-138/+144
|
* English proofreadingPablo Saratxaga2003-01-249-26/+26
|
* fixed some (locally used) charset namesPablo Saratxaga2003-01-231-7/+7
|
* *** empty log message ***Pascal Rigaux2003-01-231-1/+216
|
* (formatMountPartitions): help perl (otherwise wait_message stays forever in ↵Pascal Rigaux2003-01-231-0/+1
| | | | newt)
* (configure_chooser_raw): no special case for "Next" buttonPascal Rigaux2003-01-231-2/+1
|
* fix special case "for license agreement": only use it for long messages, and ↵Pascal Rigaux2003-01-231-2/+2
| | | | fix {format} use
* add a button to "summary"-like dialog boxesPascal Rigaux2003-01-231-1/+2
|
* - handle {ok_disabled}Pascal Rigaux2003-01-231-21/+36
| | | | | | | | - correctly wrap messages - fix Textbox size - fix Listbox size - special code to handle the license dialog
* (reallyChooseGroups): remove "Previous" buttonPascal Rigaux2003-01-231-1/+1
|