Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/version name/version number/ (Christophe Combelles) | Thierry Vignaud | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | updated Portuguese file | Pablo Saratxaga | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | cleaning the utf8 support stuff: | Thierry Vignaud | 2003-01-28 | 5 | -8/+22 |
| | | | | | | | | | | - consolidate check_for_xserver() to check for x11 access - introduce prepare_gtk2() to do what gtk+2 needs, so that tools that're not part of drakxtools (aka: rpmdrake, mcc, ...) can just do : unshift @::textdomains, 'drakconf'; prepare_gtk2(); | ||||
* | typo fix in logdrake usage help (spoted by Christophe Combelles) | Thierry Vignaud | 2003-01-28 | 3 | -4/+4 |
| | |||||
* | cleanup use of flags | Pascal Rigaux | 2003-01-28 | 2 | -5/+9 |
| | |||||
* | simplify API (always -1,-1 for left,top when creating widget, it means ↵ | Pascal Rigaux | 2003-01-28 | 2 | -42/+38 |
| | | | | auto-placement) | ||||
* | update | Thierry Vignaud | 2003-01-28 | 1 | -1/+0 |
| | |||||
* | for resize2fs, don't multiply by 512 *then* divide by $block_size, better | Pascal Rigaux | 2003-01-28 | 1 | -1/+1 |
| | | | | | divide by ($block_size / 512) | ||||
* | 9.1-0.17mdk | Thierry Vignaud | 2003-01-28 | 1 | -1/+9 |
| | |||||
* | More stuff for non-interactive printer configuration: | Till Kamppeter | 2003-01-28 | 2 | -84/+185 |
| | | | | | | | | | | | - Added find_new_printer() function to find local printers which are not configured yet - Fixed Titi's bugs which messed up list of auto-detected printers - Corrected text in the dialog for changing the printer connection type (for local printer connections). - Allow switching to expert mode during installation (the installation has no global expert mode any more. | ||||
* | - progress bars works | Damien Chaumette | 2003-01-27 | 1 | -106/+36 |
| | | | | | | | - change sucky About box - wipeout commented code - remove ugly borders when embedded | ||||
* | typo rename, not renamef | Florin Grad | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | don't blindly truncate strings to size 40 in simplify_string | Pascal Rigaux | 2003-01-27 | 1 | -8/+10 |
| | |||||
* | roll back (mcc!=gi) | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | (require_root_capability): having extracted it from interactive enable | Thierry Vignaud | 2003-01-27 | 1 | -5/+1 |
| | | | | | to further simplify it | ||||
* | fix missing pointer_ungrab so that after testing mouse during | Guillaume Cottenceau | 2003-01-27 | 1 | -1/+3 |
| | | | | | install we can move the mouse pointer everywhere | ||||
* | remove debugging statement | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | since fpons don't care about fixing drakxtools build broken by | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | drakpxe, let remove drakpxe from translatable files | ||||
* | remove warnings in package | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | 9.1-0.16mdk | Thierry Vignaud | 2003-01-27 | 1 | -1/+5 |
| | |||||
* | since return values of callbacks are now non-ignored, we need to | Guillaume Cottenceau | 2003-01-27 | 1 | -1/+1 |
| | | | | | | return 0 to the expose_event when displaying wait message so that gdk really does the exposure :) | ||||
* | 9.1-0.15mdk | Thierry Vignaud | 2003-01-27 | 1 | -1/+27 |
| | |||||
* | it's useless to import %security::help::help since it's already | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | exported by our | ||||
* | make interactive help window be modal, aka transcient for main ugtk2 | Thierry Vignaud | 2003-01-27 | 1 | -0/+1 |
| | | | | | window | ||||
* | perl_checker fix | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | reput back perl-gtk-0.7 dependancy because of drakfloppy and | Thierry Vignaud | 2003-01-27 | 1 | -0/+2 |
| | | | | | net_monitor | ||||
* | cosmetic fix for embedded mode: | Thierry Vignaud | 2003-01-27 | 1 | -13/+15 |
| | | | | | don't display "wait while parsing" window when embedded | ||||
* | diskdrake: when non embedded, ensure sub window are modal | Thierry Vignaud | 2003-01-27 | 2 | -2/+3 |
| | | | | | all other drakx tool can be fixed the same way | ||||
* | fix logdrake behaviour in mcc where logdrake would only log | Thierry Vignaud | 2003-01-27 | 1 | -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 Vignaud | 2003-01-27 | 1 | -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.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 |
| |