Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | fix tree filling | Thierry Vignaud | 2003-07-24 | 1 | -8/+8 |
| | |||||
* | - ugtk2-ize dialog construction | Thierry Vignaud | 2003-07-24 | 1 | -61/+61 |
| | | | | | - fix tip setting | ||||
* | localize level option menu | Thierry Vignaud | 2003-07-24 | 1 | -3/+11 |
| | |||||
* | better help | Thierry Vignaud | 2003-07-24 | 1 | -25/+40 |
| | |||||
* | restore help for msec checks | Thierry Vignaud | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | draksec: requires a non broken msec | Thierry Vignaud | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | describe | Thierry Vignaud | 2003-07-24 | 1 | -1/+4 |
| | |||||
* | - filter dumb characters | Thierry Vignaud | 2003-07-24 | 1 | -103/+45 |
| | | | | | - strip help from internal msec doc so that it better fit end user | ||||
* | 9.2-0.22mdk | Thierry Vignaud | 2003-07-24 | 1 | -2/+19 |
| | |||||
* | settings dialog: | Thierry Vignaud | 2003-07-24 | 1 | -2/+22 |
| | | | | | | - localize all fields - add tips for all check boxes | ||||
* | use stock icons on rule toolbar | Thierry Vignaud | 2003-07-24 | 1 | -6/+6 |
| | |||||
* | make label be undserstandable | Thierry Vignaud | 2003-07-24 | 1 | -1/+2 |
| | |||||
* | upcase various widget texts (still have to localize settings dialog | Thierry Vignaud | 2003-07-24 | 1 | -7/+7 |
| | | | | | fields though) | ||||
* | simplify (un|)sensitive property setting of the list | Thierry Vignaud | 2003-07-24 | 1 | -3/+1 |
| | |||||
* | use option menus instead of combos in settings dialog too | Thierry Vignaud | 2003-07-24 | 1 | -4/+2 |
| | |||||
* | use stock icons and std button layout in settings dialog | Thierry Vignaud | 2003-07-24 | 1 | -4/+6 |
| | |||||
* | use option menus instead of combos | Thierry Vignaud | 2003-07-24 | 1 | -2/+1 |
| | |||||
* | if the callee explicitely want to force the user to pick sg from a | Thierry Vignaud | 2003-07-24 | 1 | -4/+5 |
| | | | | | | | fixed set of options, the right widget to use is an OptionMenu rather than a Combo (see ugtk2 r1.141 log and ugtk2::Gtk2::OptionMenu sub-module) |