Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic treelist handling (it leaks memory, but who cares, compared to gtk :) | Pascal Rigaux | 2003-01-30 | 2 | -1/+99 |
| | |||||
* | (helper_separator_tree_to_tree): this new function helps transforming a | Pascal Rigaux | 2003-01-30 | 1 | -0/+26 |
| | | | | | flag {list} to a tree, using {separator} | ||||
* | fixed perl_checker | Francois Pons | 2003-01-29 | 1 | -14/+16 |
| | |||||
* | fixed some perl_checker | Francois Pons | 2003-01-29 | 1 | -1/+0 |
| | |||||
* | fix various resize pbs: | Pascal Rigaux | 2003-01-29 | 1 | -13/+18 |
| | | | | | | - write partition table *before* resizing when partition is enlarged - debug ntfsresize | ||||
* | dumpe2fs call cleanup | Pascal Rigaux | 2003-01-29 | 1 | -6/+5 |
| | |||||
* | don't set $::main_window during install | Pascal Rigaux | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | ntfsresize feature added (not tested!) | Pascal Rigaux | 2003-01-29 | 2 | -0/+13 |
| | |||||
* | switched some languages to UTF-8 (they use ascii only, so it shouldn't | Pablo Saratxaga | 2003-01-29 | 2 | -20/+11 |
| | | | | | be noticed); changed a keyboard name to match name used by XFree86 | ||||
* | logdrake is a special case as for embedding in mcc since it can be embedded | Thierry Vignaud | 2003-01-29 | 1 | -0/+1 |
| | | | | | | | twice: one as explanation viewer and one a log search tool. so we must handly ask mcc to display us ... | ||||
* | (getIDE) don't provide information when we don't have it (vendor, description) | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | fix doble detection of pci modems | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | (getModem) it always return an empy hash, thus confusing harddrake | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | print badly managed devices' drivers in red | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | restore cd/dvd burners detection | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | - Automatic non-interactive installation of local print queues. | Till Kamppeter | 2003-01-29 | 2 | -76/+156 |
| | | | | | | | - Standard and advanced options selected by option groups in PPD. - Fixed bug of "CUPS + GIMP-Print" drivers being preferred against "Foomatic + gimp-print" drivers in beginners mode. - Foomatic package installation adapted to Foomatic 2.9.x. | ||||
* | software raid (mdX) can go up to md31 | Pascal Rigaux | 2003-01-29 | 2 | -2/+4 |
| | |||||
* | handle mdX where X >= 10 (it should fix bug #1129) | Pascal Rigaux | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | Take into account the new splitting of the Foomatic packages. | Till Kamppeter | 2003-01-28 | 1 | -2/+3 |
| | |||||
* | fixes unresponsive keyboard | Guillaume Cottenceau | 2003-01-28 | 1 | -3/+3 |
| | |||||
* | log configured dvds for better post-debugging | Pascal Rigaux | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | 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 :-( |