Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intel drivers don't need DontVTSwitch anymore (dixit Arnaud de Lorbeau) | Pascal Rigaux | 2003-08-01 | 1 | -4/+0 |
| | |||||
* | Added locale->fonts-* dependencies | Pablo Saratxaga | 2003-08-01 | 1 | -5/+8 |
| | |||||
* | Added some more languages to the list; | Pablo Saratxaga | 2003-08-01 | 1 | -14/+35 |
| | | | | | defined kde fonts for some languages | ||||
* | New/updated images with language names | Pablo Saratxaga | 2003-08-01 | 17 | -0/+0 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2003-07-31 | 2 | -634/+219 |
| | |||||
* | UI issues from cooker list. Push help off to drakhelp. | Stew Benedict | 2003-07-31 | 1 | -282/+83 |
| | |||||
* | use "splash=silent" instead of "quiet". | Pascal Rigaux | 2003-07-31 | 1 | -1/+1 |
| | | | | | | kernel messages will still be written, but will be hidden (can be seen if pressing F2 or escape at boot time) | ||||
* | - drakxtools-newt must not require perl(interactive::gtk) or perl(ugtk2) | Pascal Rigaux | 2003-07-31 | 1 | -1/+2 |
| | | | | | | | - only drakbackup require perl(Net::FTP) & perl(Time::localtime), i don't want this require for all drakxtools. What about moving drakbackup to a separate package? | ||||
* | added redo of initrd files for oem changes to take effects for bootsplash... | Francois Pons | 2003-07-31 | 1 | -0/+6 |
| | |||||
* | fixed /usr/share/bootsplash directory not created for images. | Francois Pons | 2003-07-31 | 1 | -1/+1 |
| | |||||
* | apply oem image modification to bootsplash too. | Francois Pons | 2003-07-31 | 1 | -0/+21 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | - cleanup debug code | Pascal Rigaux | 2003-07-30 | 1 | -32/+30 |
| | | | | | - use read_gnomekderc & update_gnomekderc instead of getVarsFromSh & substInFile | ||||
* | fix typo | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | - cleanup | Pascal Rigaux | 2003-07-30 | 2 | -40/+43 |
| | | | | | - add pool.ntp.org (and make it the default) (cf bug #4197) | ||||
* | Aurora doesn't exist anymore (and it's been that way for quite a few time) | Pascal Rigaux | 2003-07-30 | 1 | -3/+3 |
| | |||||
* | removed remaining code of eval (eq nop). | Francois Pons | 2003-07-30 | 1 | -1/+0 |
| | |||||
* | remove eval around choosePackagesTree as it display something even if it ↵ | Francois Pons | 2003-07-30 | 1 | -3/+5 |
| | | | | doesn't run... | ||||
* | intermediate commit to completely broken ugtk2 for handling tree, in order for | Francois Pons | 2003-07-30 | 1 | -14/+17 |
| | | | | | gc or pixel to fix this... | ||||
* | allow testing locally, should not avoid pkgs to work in real place. | Francois Pons | 2003-07-30 | 1 | -7/+11 |
| | |||||
* | fix typo (thanks to perl_checker) | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | removed ugly code for scrollbars as pixel has fixed it now. | Francois Pons | 2003-07-30 | 1 | -5/+1 |
| | |||||
* | cleanup (especially ensure $interface is not something like "eth0 (using | Pascal Rigaux | 2003-07-30 | 1 | -12/+10 |
| | | | | | module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change) | ||||
* | revert to 1.129: | Pascal Rigaux | 2003-07-30 | 1 | -4/+1 |
| | | | | | | | it's no good removing " (using module ...)" from {DEVICE} field, it's much better not having it in the first place. See network/ethernet.pm v1.81 for the real fix | ||||
* | - move from perl-GTK2 to perl-Gtk2 | Pascal Rigaux | 2003-07-30 | 1 | -2/+1 |
| | | | | | - fix an old weird typo | ||||
* | ensure "No details" is displayed instead of "Details" when beginning a new | Pascal Rigaux | 2003-07-30 | 1 | -2/+3 |
| | | | | | package installation round and "No details" was pressed in previous round | ||||
* | allow other=/dev/fd0 (bug #4405) | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | use formatError for the error message occuring when auto_install.cfg is bad | Pascal Rigaux | 2003-07-29 | 1 | -1/+1 |
| | |||||
* | labels are not able to correctly handle long texts, so rollback to using | Pascal Rigaux | 2003-07-29 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | TextView instead. For information on this pb: - IHM team doesn't like TextView because the text can be selected, and a contextual menu is available - IHM team doesn't like the difference between small text (using a Label) and longer text (using a TextView) - Label can wrap automatically but not nicely (it doesn't use the full width) - Label can't wrap CJK text which have no spaces Apart from this Label vs TextView pb, Titi only left some code which takes care of small text, causing the text to be wrapped using warp_text (which is not proportional font aware) and not using a scrolled window (causing the license to take more than the screen, the buttons disappearing at the bottom of the screen) | ||||
* | there is no good url for drakxtools, but at least don't give a broken one! | Pascal Rigaux | 2003-07-29 | 1 | -1/+1 |
| | | | | | (thanks to Raul Dias) | ||||
* | re-export %fsedit::suggestions as needed (why did titi my-ed it?) (fixes bug ↵ | Pascal Rigaux | 2003-07-29 | 1 | -1/+1 |
| | | | | #4298) | ||||
* | Add vera font by default | Frederic Crozat | 2003-07-29 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2003-07-29 | 2 | -90/+67 |
| | |||||
* | moved mkfs.xfs | Francois Pons | 2003-07-28 | 1 | -1/+1 |
| | |||||
* | make sure the split of message is done only in install mode, as standalone has | Francois Pons | 2003-07-28 | 1 | -1/+1 |
| | | | | | no problem. | ||||
* | updated pot file | Pablo Saratxaga | 2003-07-25 | 2 | -787/+757 |
| | |||||
* | 9.2-0.24mdk | Thierry Vignaud | 2003-07-25 | 1 | -1/+8 |
| | |||||
* | work in progress (follow interface team recommendation) : use | Thierry Vignaud | 2003-07-25 | 1 | -9/+33 |
| | | | | | | | | | checkboxes instead of ugly icon inconsistent (aka semi-selected) state still need working install caller must be fixed like rpmdrake is | ||||
* | fix crash on adding new permission | Thierry Vignaud | 2003-07-25 | 1 | -2/+1 |
| | |||||
* | use std button layout | Thierry Vignaud | 2003-07-25 | 1 | -2/+2 |
| | |||||
* | 9.2-0.24mdk: work in progress | Thierry Vignaud | 2003-07-25 | 1 | -1/+10 |
| | |||||
* | use option menus instead of combos in on interface team request | Thierry Vignaud | 2003-07-25 | 1 | -1/+1 |
| | |||||
* | remove nonsense expert button | Thierry Vignaud | 2003-07-24 | 1 | -16/+5 |
| | |||||
* | - (configure_lan) directly use global variables | Thierry Vignaud | 2003-07-24 | 1 | -5/+10 |
| | | | | | - double click on ethernet lines run lan config dialog | ||||
* | upcase label | Thierry Vignaud | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | use std button layout | Thierry Vignaud | 2003-07-24 | 1 | -1/+2 |
| | |||||
* | fix #4258 | Thierry Vignaud | 2003-07-24 | 1 | -1/+2 |
| | |||||
* | bump perl-Gtk2 requires in order to fix drakfont bug with utf8 file | Thierry Vignaud | 2003-07-24 | 1 | -1/+1 |
| | | | | | names | ||||
* | 9.2-0.23mdk | Thierry Vignaud | 2003-07-24 | 1 | -1/+13 |
| | |||||
* | since we've replace save "button" by "ok", exit the tool after saving the ↵ | Thierry Vignaud | 2003-07-24 | 1 | -0/+1 |
| | | | | preferences |